Ulrich Drepper [Mon, 4 Aug 1997 14:31:26 +0000 (4 14:31 +0000)]
Update.
Ulrich Drepper [Mon, 4 Aug 1997 14:31:07 +0000 (4 14:31 +0000)]
Test for ecstof function.
Ulrich Drepper [Mon, 4 Aug 1997 14:30:58 +0000 (4 14:30 +0000)]
(tests): Add tst-wcstof.
Ulrich Drepper [Mon, 4 Aug 1997 14:30:19 +0000 (4 14:30 +0000)]
Rewrite loop to do what it shall do.
Ulrich Drepper [Mon, 4 Aug 1997 14:29:38 +0000 (4 14:29 +0000)]
Pretty print.
Ulrich Drepper [Mon, 4 Aug 1997 14:29:00 +0000 (4 14:29 +0000)]
Define socklen_t.
(struct msghdr): Correct types to use socklen_t.
Ulrich Drepper [Mon, 4 Aug 1997 14:28:15 +0000 (4 14:28 +0000)]
Let functions return ENOSYS if SIOGIFINDEX is not defined.
Ulrich Drepper [Mon, 4 Aug 1997 14:26:51 +0000 (4 14:26 +0000)]
Stub header for inline string functions.
Ulrich Drepper [Mon, 4 Aug 1997 14:26:32 +0000 (4 14:26 +0000)]
Fix typos.
Ulrich Drepper [Mon, 4 Aug 1997 14:26:01 +0000 (4 14:26 +0000)]
Replace call to abort by infinite loop, to avoid dragging stdio into
the dynamic linker.
Ulrich Drepper [Mon, 4 Aug 1997 14:24:34 +0000 (4 14:24 +0000)]
Include <bits/string.h> if optimizing and __NO_STRING_INLINES is not
defined.
Ulrich Drepper [Mon, 4 Aug 1997 14:23:46 +0000 (4 14:23 +0000)]
(headers): Add bits/string.h.
(CFLAGS-*): Add -D__NO_STRING_INLINES.
Ulrich Drepper [Mon, 4 Aug 1997 14:23:04 +0000 (4 14:23 +0000)]
Fix typo.
Ulrich Drepper [Mon, 4 Aug 1997 14:22:43 +0000 (4 14:22 +0000)]
Add new tests for bug in rounding number 1 < x < 8.
Ulrich Drepper [Mon, 4 Aug 1997 14:22:02 +0000 (4 14:22 +0000)]
(__printf_fp): Correct rouding of number 1.0 < x < 8.0.
Ulrich Drepper [Mon, 4 Aug 1997 14:21:07 +0000 (4 14:21 +0000)]
(bind, getsockname, connect, sendto, recvfrom, getsockopt, setsockopt,
accept): Change size argument to type socklen_t.
Pretty print.
Ulrich Drepper [Mon, 4 Aug 1997 14:19:22 +0000 (4 14:19 +0000)]
Don't define socklen_t. Pretty print.
Ulrich Drepper [Mon, 4 Aug 1997 14:18:39 +0000 (4 14:18 +0000)]
(parse_tilde): Fix calls to __getpwnam_r and __getpwuid_r.
Include <stdio.h> to get prototypes of *printf.
(exec_comm): Remove unneeded variable *sh.
Ulrich Drepper [Mon, 4 Aug 1997 14:18:27 +0000 (4 14:18 +0000)]
(routines): Add wordexp.
Ulrich Drepper [Mon, 4 Aug 1997 14:17:38 +0000 (4 14:17 +0000)]
Moved back.
Ulrich Drepper [Mon, 4 Aug 1997 14:17:32 +0000 (4 14:17 +0000)]
Undo last change.
Ulrich Drepper [Mon, 4 Aug 1997 14:17:18 +0000 (4 14:17 +0000)]
(xid, xid_seed, xid_lookup): Make them u_int32_t.
Ulrich Drepper [Mon, 4 Aug 1997 14:16:37 +0000 (4 14:16 +0000)]
Correct comment for some M_* constants.
(isgreater, isgreaterequal, isless, islessequal, islessgreater,
inunordered): Rewrite to make sure the arguments are evaluated
exactly once.
Ulrich Drepper [Mon, 4 Aug 1997 14:14:55 +0000 (4 14:14 +0000)]
Explain difficulties with strftime if the functions returns 0 and no
error occurred.
Ulrich Drepper [Mon, 4 Aug 1997 14:13:40 +0000 (4 14:13 +0000)]
Describe socklen_t and change prototypes of socket functions to use
socklen_t.
Ulrich Drepper [Mon, 4 Aug 1997 14:13:00 +0000 (4 14:13 +0000)]
Remove paragraph which explained that wordexp is executed by running a
shell.
Ulrich Drepper [Mon, 4 Aug 1997 13:38:58 +0000 (4 13:38 +0000)]
Document exceptions, functions to handle exceptions, mathematical
constants, FP comparison functions and several new functions from IS C
9X. Change parameter of drand48, lrand48, and mrand48 to void (not
empty).
Ulrich Drepper [Mon, 4 Aug 1997 13:36:47 +0000 (4 13:36 +0000)]
(UPDATED): Update.
Ulrich Drepper [Mon, 4 Aug 1997 13:36:15 +0000 (4 13:36 +0000)]
(Error Codes): Fix typo.
Ulrich Drepper [Mon, 4 Aug 1997 13:35:54 +0000 (4 13:35 +0000)]
Mark floating-point test macro from ISO C 9X as macros (not
functions).
Ulrich Drepper [Mon, 4 Aug 1997 13:35:01 +0000 (4 13:35 +0000)]
(setutent_unknown): Change return type to int and return result of
called function.
Ulrich Drepper [Mon, 4 Aug 1997 13:31:37 +0000 (4 13:31 +0000)]
(check_all_categories): Don't check categories if they are not available.
(write_all_categories): Don't write categories if they are not available.
Ulrich Drepper [Mon, 4 Aug 1997 13:30:20 +0000 (4 13:30 +0000)]
(main): Set bit in avail for those categories which are successfully
read.
Ulrich Drepper [Mon, 4 Aug 1997 13:29:21 +0000 (4 13:29 +0000)]
(SECTION): Don't put quotes around section name since this is not
understood by all assemblers.
Ulrich Drepper [Mon, 4 Aug 1997 13:29:07 +0000 (4 13:29 +0000)]
Add wordexp, wordfree.
Ulrich Drepper [Mon, 4 Aug 1997 13:28:45 +0000 (4 13:28 +0000)]
Update.
Ulrich Drepper [Mon, 4 Aug 1997 04:54:01 +0000 (4 04:54 +0000)]
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
Ulrich Drepper [Sat, 2 Aug 1997 21:00:51 +0000 (2 21:00 +0000)]
Update.
Ulrich Drepper [Sat, 2 Aug 1997 21:00:38 +0000 (2 21:00 +0000)]
Change include <gnu/types.h> to <sys/types.h>.
Ulrich Drepper [Sat, 2 Aug 1997 21:00:09 +0000 (2 21:00 +0000)]
Moved to bits/in.h.
Ulrich Drepper [Sat, 2 Aug 1997 20:59:39 +0000 (2 20:59 +0000)]
System dependent bits from in.h.
Ulrich Drepper [Sat, 2 Aug 1997 20:59:06 +0000 (2 20:59 +0000)]
Don't set errno in error case since the __syscall_ptrace call already
did this.
Ulrich Drepper [Sat, 2 Aug 1997 20:58:54 +0000 (2 20:58 +0000)]
Rewrite to avoid using /proc filesystem.
Ulrich Drepper [Sat, 2 Aug 1997 20:58:33 +0000 (2 20:58 +0000)]
Add __libc_once.
Ulrich Drepper [Sat, 2 Aug 1997 20:57:55 +0000 (2 20:57 +0000)]
Set errno in all functions and add stub warnings.
Ulrich Drepper [Sat, 2 Aug 1997 20:57:16 +0000 (2 20:57 +0000)]
(elf_machine_runtime_setup): Add new parameter to enable profiling.
(elf_machine_rela): Add new parameter to specify place to store result in.
Ulrich Drepper [Sat, 2 Aug 1997 20:56:48 +0000 (2 20:56 +0000)]
Add support for shared library profiling.
Ulrich Drepper [Sat, 2 Aug 1997 20:56:17 +0000 (2 20:56 +0000)]
More patches by John Bowman.
Ulrich Drepper [Sat, 2 Aug 1997 20:55:26 +0000 (2 20:55 +0000)]
Define __setjmp and also weak definitions of setjmp and _setjmp.
Ulrich Drepper [Sat, 2 Aug 1997 20:54:48 +0000 (2 20:54 +0000)]
Empty dummy file.
Ulrich Drepper [Sat, 2 Aug 1997 20:52:26 +0000 (2 20:52 +0000)]
System dependent bits of in.h.
Ulrich Drepper [Sat, 2 Aug 1997 20:52:08 +0000 (2 20:52 +0000)]
Pretty print.
Ulrich Drepper [Sat, 2 Aug 1997 20:51:25 +0000 (2 20:51 +0000)]
Cleanup. Don't define non standard elements unless __USE_GNU.
Ulrich Drepper [Sat, 2 Aug 1997 20:50:39 +0000 (2 20:50 +0000)]
Rewrite to use __libc_once for initialization.
Ulrich Drepper [Sat, 2 Aug 1997 20:50:18 +0000 (2 20:50 +0000)]
Remove relative include paths.
Ulrich Drepper [Sat, 2 Aug 1997 20:49:36 +0000 (2 20:49 +0000)]
Add variables and routines used by named, nslookup and other bind
utils.
Ulrich Drepper [Sat, 2 Aug 1997 20:48:12 +0000 (2 20:48 +0000)]
Complete rewrite.
Ulrich Drepper [Sat, 2 Aug 1997 20:47:47 +0000 (2 20:47 +0000)]
Include bits/nislib.h, not rpcsvc/nislib.h.
Ulrich Drepper [Sat, 2 Aug 1997 20:45:14 +0000 (2 20:45 +0000)]
Don't include <rpcsvc/nislib.h>.
Ulrich Drepper [Sat, 2 Aug 1997 20:43:15 +0000 (2 20:43 +0000)]
Internal header for NIS.
Ulrich Drepper [Sat, 2 Aug 1997 20:42:40 +0000 (2 20:42 +0000)]
(headers): Add bits/nislib.h.
Ulrich Drepper [Sat, 2 Aug 1997 20:42:09 +0000 (2 20:42 +0000)]
(extra-objs): Add onlymd5-crypt.o for dependencies.
Ulrich Drepper [Sat, 2 Aug 1997 20:41:41 +0000 (2 20:41 +0000)]
Remove unneeded function check_int_exec.
Ulrich Drepper [Sat, 2 Aug 1997 20:41:21 +0000 (2 20:41 +0000)]
Fix typos.
Ulrich Drepper [Sat, 2 Aug 1997 20:41:11 +0000 (2 20:41 +0000)]
Fix typo.
Ulrich Drepper [Sat, 2 Aug 1997 20:40:56 +0000 (2 20:40 +0000)]
(main): Remove files created by a previous `bind' before creating
sockets.
Ulrich Drepper [Sat, 2 Aug 1997 20:40:49 +0000 (2 20:40 +0000)]
(open_database): Create compatibility file if it does not already
exist. Supply mode argument in open calls to guarantee that created
files have the proper protection.
Ulrich Drepper [Sat, 2 Aug 1997 20:40:40 +0000 (2 20:40 +0000)]
(setutent_file): Removed reset argument. All callers changed.
Ulrich Drepper [Sat, 2 Aug 1997 20:40:27 +0000 (2 20:40 +0000)]
(setutent_daemon): Removed reset
argument. All callers changed. Try to open connection even if a
previous connection failed, but first check if the sockets exist
in the filesystem.
(pututline_daemon): Try to open connection before reporting failure.
Ulrich Drepper [Sat, 2 Aug 1997 20:40:09 +0000 (2 20:40 +0000)]
Remove reset argument from backend setutent.
Ulrich Drepper [Sat, 2 Aug 1997 20:39:49 +0000 (2 20:39 +0000)]
Remove parameter to setutent call.
Ulrich Drepper [Sat, 2 Aug 1997 20:38:50 +0000 (2 20:38 +0000)]
(__setutent): Allways call the setutent function in the daemon backend.
(setutent_unknown): Function removed.
(getutent_unknown, pututline_unknown): Call __setutent instead of
setutent_unknown.
Ulrich Drepper [Sat, 2 Aug 1997 20:38:34 +0000 (2 20:38 +0000)]
(print_escaped): New function.
(show_info): Use print_escaped if strings can control unprintable
characters.
Ulrich Drepper [Sat, 2 Aug 1997 20:38:17 +0000 (2 20:38 +0000)]
Update from latest gettext.
Ulrich Drepper [Sat, 2 Aug 1997 20:34:01 +0000 (2 20:34 +0000)]
Include bits/in.h instead of netinet/inbits.h.
Ulrich Drepper [Sat, 2 Aug 1997 20:33:21 +0000 (2 20:33 +0000)]
Test for if_index.
Ulrich Drepper [Sat, 2 Aug 1997 20:32:29 +0000 (2 20:32 +0000)]
(nrl_domainname): Change return type to const char *.
(getnameinfo): Change type of local variable c to const char *.
Ulrich Drepper [Sat, 2 Aug 1997 20:29:51 +0000 (2 20:29 +0000)]
(headers): Rename netinet/inbits.h to bits/in.h.
(tests): Add test_ifindex.
Ulrich Drepper [Sat, 2 Aug 1997 19:29:23 +0000 (2 19:29 +0000)]
Add alias for monstartup, declare _strerror_internal.
Ulrich Drepper [Sat, 2 Aug 1997 19:29:03 +0000 (2 19:29 +0000)]
Avoid warning about profile_fixup being unused.
Ulrich Drepper [Sat, 2 Aug 1997 19:28:40 +0000 (2 19:28 +0000)]
(_dl_start_profile): Use _dl_sysdep_error instead of fprintf.
Ulrich Drepper [Sat, 2 Aug 1997 19:28:29 +0000 (2 19:28 +0000)]
Fix regexp for end and align.
Ulrich Drepper [Sat, 2 Aug 1997 19:27:35 +0000 (2 19:27 +0000)]
Add variables and routines used by named, nslookup and other bind utils.
Add functions/variables in global namespace, remove wildcards.
Ulrich Drepper [Sat, 2 Aug 1997 19:27:13 +0000 (2 19:27 +0000)]
Update.
Ulrich Drepper [Sat, 2 Aug 1997 19:27:08 +0000 (2 19:27 +0000)]
(subdirs): Distribute both aout and elf.
Ulrich Drepper [Sat, 2 Aug 1997 19:26:48 +0000 (2 19:26 +0000)]
Fix typos.
Ulrich Drepper [Sat, 2 Aug 1997 00:44:54 +0000 (2 00:44 +0000)]
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
Ulrich Drepper [Mon, 28 Jul 1997 22:35:20 +0000 (28 22:35 +0000)]
Update.
Ulrich Drepper [Mon, 28 Jul 1997 22:34:51 +0000 (28 22:34 +0000)]
Update for new drafts of POSIX.1g and IPv6 advanced API.
Ulrich Drepper [Mon, 28 Jul 1997 22:34:24 +0000 (28 22:34 +0000)]
(elf_machine_runtime_setup): Add new parameter to enable profiling.
(elf_machine_rela): Add new parameter to specify place to store
result in.
Ulrich Drepper [Mon, 28 Jul 1997 22:32:03 +0000 (28 22:32 +0000)]
M68k optimized functions for swapping byte order.
Ulrich Drepper [Mon, 28 Jul 1997 22:31:42 +0000 (28 22:31 +0000)]
(elf_machine_runtime_setup): Add new parameter to enable profiling.
(elf_machine_rela): Add new parameter to specify place to store result in.
Ulrich Drepper [Mon, 28 Jul 1997 22:31:00 +0000 (28 22:31 +0000)]
Major update by John Bowman.
Add float and long double versions.
Ulrich Drepper [Mon, 28 Jul 1997 22:30:05 +0000 (28 22:30 +0000)]
(elf_machine_runtime_setup): Add new parameter to enable profiling.
(elf_machine_rela): Add new parameter to specify place to store result in.
(elf_machine_runtime_setup): Setup got[2] to _dl_runtime_resolve if
we do profiling.
(ELF_MACHINE_RUNTIME_TRAMPOLINE): Add code for _dl_runtime_profile.
Ulrich Drepper [Mon, 28 Jul 1997 22:06:47 +0000 (28 22:06 +0000)]
(htons): Renamed from __htons.
Ulrich Drepper [Mon, 28 Jul 1997 22:06:27 +0000 (28 22:06 +0000)]
(elf_machine_runtime_setup): Add new parameter to enable profiling.
(elf_machine_rela): Add new parameter to
Ulrich Drepper [Mon, 28 Jul 1997 22:04:20 +0000 (28 22:04 +0000)]
Pretty print.
Ulrich Drepper [Mon, 28 Jul 1997 22:03:20 +0000 (28 22:03 +0000)]
Add socklen_t.
Ulrich Drepper [Mon, 28 Jul 1997 22:02:45 +0000 (28 22:02 +0000)]
(internal_setent): Set FD_CLOEXEC for stream on input file.
Ulrich Drepper [Mon, 28 Jul 1997 22:00:02 +0000 (28 22:00 +0000)]
(internal_setspent): Set FD_CLOEXEC for stream on input file.