glibc/history.git
24 years agoUpdate.55c14926be46b12fda4e01d0977911d3b0883db7libc-ud-970804
Ulrich Drepper [Mon, 4 Aug 1997 14:31:26 +0000 (4 14:31 +0000)]
Update.

24 years agoTest for ecstof function.
Ulrich Drepper [Mon, 4 Aug 1997 14:31:07 +0000 (4 14:31 +0000)]
Test for ecstof function.

24 years ago(tests): Add tst-wcstof.
Ulrich Drepper [Mon, 4 Aug 1997 14:30:58 +0000 (4 14:30 +0000)]
(tests): Add tst-wcstof.

24 years agoRewrite loop to do what it shall do.
Ulrich Drepper [Mon, 4 Aug 1997 14:30:19 +0000 (4 14:30 +0000)]
Rewrite loop to do what it shall do.

24 years agoPretty print.
Ulrich Drepper [Mon, 4 Aug 1997 14:29:38 +0000 (4 14:29 +0000)]
Pretty print.

24 years agoDefine socklen_t.
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.

24 years agoLet functions return ENOSYS if SIOGIFINDEX is not defined.
Ulrich Drepper [Mon, 4 Aug 1997 14:28:15 +0000 (4 14:28 +0000)]
Let functions return ENOSYS if SIOGIFINDEX is not defined.

24 years agoStub header for inline string functions.
Ulrich Drepper [Mon, 4 Aug 1997 14:26:51 +0000 (4 14:26 +0000)]
Stub header for inline string functions.

24 years agoFix typos.
Ulrich Drepper [Mon, 4 Aug 1997 14:26:32 +0000 (4 14:26 +0000)]
Fix typos.

24 years agoReplace call to abort by infinite loop, to avoid dragging stdio into
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.

24 years agoInclude <bits/string.h> if optimizing and __NO_STRING_INLINES is not
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.

24 years ago(headers): Add bits/string.h.
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.

24 years agoFix typo.
Ulrich Drepper [Mon, 4 Aug 1997 14:23:04 +0000 (4 14:23 +0000)]
Fix typo.

24 years agoAdd new tests for bug in rounding number 1 < x < 8.
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.

24 years ago(__printf_fp): Correct rouding of number 1.0 < x < 8.0.
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.

24 years ago(bind, getsockname, connect, sendto, recvfrom, getsockopt, setsockopt,
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.

24 years agoDon't define 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.

24 years ago(parse_tilde): Fix calls to __getpwnam_r and __getpwuid_r.
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.

24 years ago(routines): Add wordexp.
Ulrich Drepper [Mon, 4 Aug 1997 14:18:27 +0000 (4 14:18 +0000)]
(routines): Add wordexp.

24 years agoMoved back.
Ulrich Drepper [Mon, 4 Aug 1997 14:17:38 +0000 (4 14:17 +0000)]
Moved back.

24 years agoUndo last change.
Ulrich Drepper [Mon, 4 Aug 1997 14:17:32 +0000 (4 14:17 +0000)]
Undo last change.

24 years ago(xid, xid_seed, xid_lookup): Make them u_int32_t.
Ulrich Drepper [Mon, 4 Aug 1997 14:17:18 +0000 (4 14:17 +0000)]
(xid, xid_seed, xid_lookup): Make them u_int32_t.

24 years agoCorrect comment for some M_* constants.
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.

24 years agoExplain difficulties with strftime if the functions returns 0 and no
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.

24 years agoDescribe socklen_t and change prototypes of socket functions to use
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.

24 years agoRemove paragraph which explained that wordexp is executed by running a
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.

24 years agoDocument exceptions, functions to handle exceptions, mathematical
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).

24 years ago(UPDATED): Update.
Ulrich Drepper [Mon, 4 Aug 1997 13:36:47 +0000 (4 13:36 +0000)]
(UPDATED): Update.

24 years ago(Error Codes): Fix typo.
Ulrich Drepper [Mon, 4 Aug 1997 13:36:15 +0000 (4 13:36 +0000)]
(Error Codes): Fix typo.

24 years agoMark floating-point test macro from ISO C 9X as macros (not
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).

24 years ago(setutent_unknown): Change return type to int and return result of
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.

24 years ago(check_all_categories): Don't check categories if they are not available.
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.

24 years ago(main): Set bit in avail for those categories which are successfully
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.

24 years ago(SECTION): Don't put quotes around section name since this is not
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.

24 years agoAdd wordexp, wordfree.
Ulrich Drepper [Mon, 4 Aug 1997 13:29:07 +0000 (4 13:29 +0000)]
Add wordexp, wordfree.

24 years agoUpdate.
Ulrich Drepper [Mon, 4 Aug 1997 13:28:45 +0000 (4 13:28 +0000)]
Update.

24 years agoRegenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
Ulrich Drepper [Mon, 4 Aug 1997 04:54:01 +0000 (4 04:54 +0000)]
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi

24 years agoUpdate.8f2ece695d8822e9ecc63ecd157e90bf17a6fe65libc-ud-970802
Ulrich Drepper [Sat, 2 Aug 1997 21:00:51 +0000 (2 21:00 +0000)]
Update.

24 years agoChange include <gnu/types.h> to <sys/types.h>.
Ulrich Drepper [Sat, 2 Aug 1997 21:00:38 +0000 (2 21:00 +0000)]
Change include <gnu/types.h> to <sys/types.h>.

24 years agoMoved to bits/in.h.
Ulrich Drepper [Sat, 2 Aug 1997 21:00:09 +0000 (2 21:00 +0000)]
Moved to bits/in.h.

24 years agoSystem dependent bits from in.h.
Ulrich Drepper [Sat, 2 Aug 1997 20:59:39 +0000 (2 20:59 +0000)]
System dependent bits from in.h.

24 years agoDon't set errno in error case since the __syscall_ptrace call already
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.

24 years agoRewrite to avoid using /proc filesystem.
Ulrich Drepper [Sat, 2 Aug 1997 20:58:54 +0000 (2 20:58 +0000)]
Rewrite to avoid using /proc filesystem.

24 years agoAdd __libc_once.
Ulrich Drepper [Sat, 2 Aug 1997 20:58:33 +0000 (2 20:58 +0000)]
Add __libc_once.

24 years agoSet errno in all functions and add stub warnings.
Ulrich Drepper [Sat, 2 Aug 1997 20:57:55 +0000 (2 20:57 +0000)]
Set errno in all functions and add stub warnings.

24 years ago(elf_machine_runtime_setup): Add new parameter to enable profiling.
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.

24 years agoAdd support for shared library profiling.
Ulrich Drepper [Sat, 2 Aug 1997 20:56:48 +0000 (2 20:56 +0000)]
Add support for shared library profiling.

24 years agoMore patches by John Bowman.
Ulrich Drepper [Sat, 2 Aug 1997 20:56:17 +0000 (2 20:56 +0000)]
More patches by John Bowman.

24 years agoDefine __setjmp and also weak definitions of setjmp and _setjmp.
Ulrich Drepper [Sat, 2 Aug 1997 20:55:26 +0000 (2 20:55 +0000)]
Define __setjmp and also weak definitions of setjmp and _setjmp.

24 years agoEmpty dummy file.
Ulrich Drepper [Sat, 2 Aug 1997 20:54:48 +0000 (2 20:54 +0000)]
Empty dummy file.

24 years agoSystem dependent bits of in.h.
Ulrich Drepper [Sat, 2 Aug 1997 20:52:26 +0000 (2 20:52 +0000)]
System dependent bits of in.h.

24 years agoPretty print.
Ulrich Drepper [Sat, 2 Aug 1997 20:52:08 +0000 (2 20:52 +0000)]
Pretty print.

24 years agoCleanup. Don't define non standard elements unless __USE_GNU.
Ulrich Drepper [Sat, 2 Aug 1997 20:51:25 +0000 (2 20:51 +0000)]
Cleanup.  Don't define non standard elements unless __USE_GNU.

24 years agoRewrite to use __libc_once for initialization.
Ulrich Drepper [Sat, 2 Aug 1997 20:50:39 +0000 (2 20:50 +0000)]
Rewrite to use __libc_once for initialization.

24 years agoRemove relative include paths.
Ulrich Drepper [Sat, 2 Aug 1997 20:50:18 +0000 (2 20:50 +0000)]
Remove relative include paths.

24 years agoAdd variables and routines used by named, nslookup and other bind
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.

24 years agoComplete rewrite.
Ulrich Drepper [Sat, 2 Aug 1997 20:48:12 +0000 (2 20:48 +0000)]
Complete rewrite.

24 years agoInclude bits/nislib.h, not rpcsvc/nislib.h.
Ulrich Drepper [Sat, 2 Aug 1997 20:47:47 +0000 (2 20:47 +0000)]
Include bits/nislib.h, not rpcsvc/nislib.h.

24 years agoDon't include <rpcsvc/nislib.h>.
Ulrich Drepper [Sat, 2 Aug 1997 20:45:14 +0000 (2 20:45 +0000)]
Don't include <rpcsvc/nislib.h>.

24 years agoInternal header for NIS.
Ulrich Drepper [Sat, 2 Aug 1997 20:43:15 +0000 (2 20:43 +0000)]
Internal header for NIS.

24 years ago(headers): Add bits/nislib.h.
Ulrich Drepper [Sat, 2 Aug 1997 20:42:40 +0000 (2 20:42 +0000)]
(headers): Add bits/nislib.h.

24 years ago(extra-objs): Add onlymd5-crypt.o for dependencies.
Ulrich Drepper [Sat, 2 Aug 1997 20:42:09 +0000 (2 20:42 +0000)]
(extra-objs): Add onlymd5-crypt.o for dependencies.

24 years agoRemove unneeded function check_int_exec.
Ulrich Drepper [Sat, 2 Aug 1997 20:41:41 +0000 (2 20:41 +0000)]
Remove unneeded function check_int_exec.

24 years agoFix typos.
Ulrich Drepper [Sat, 2 Aug 1997 20:41:21 +0000 (2 20:41 +0000)]
Fix typos.

24 years agoFix typo.
Ulrich Drepper [Sat, 2 Aug 1997 20:41:11 +0000 (2 20:41 +0000)]
Fix typo.

24 years ago(main): Remove files created by a previous `bind' before creating
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.

24 years ago(open_database): Create compatibility file if it does not already
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.

24 years ago(setutent_file): Removed reset argument. All callers changed.
Ulrich Drepper [Sat, 2 Aug 1997 20:40:40 +0000 (2 20:40 +0000)]
(setutent_file): Removed reset argument.  All callers changed.

24 years ago(setutent_daemon): Removed reset
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.

24 years agoRemove reset argument from backend setutent.
Ulrich Drepper [Sat, 2 Aug 1997 20:40:09 +0000 (2 20:40 +0000)]
Remove reset argument from backend setutent.

24 years agoRemove parameter to setutent call.
Ulrich Drepper [Sat, 2 Aug 1997 20:39:49 +0000 (2 20:39 +0000)]
Remove parameter to setutent call.

24 years ago(__setutent): Allways call the setutent function in the daemon backend.
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.

24 years ago(print_escaped): New function.
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.

24 years agoUpdate from latest gettext.
Ulrich Drepper [Sat, 2 Aug 1997 20:38:17 +0000 (2 20:38 +0000)]
Update from latest gettext.

24 years agoInclude bits/in.h instead of netinet/inbits.h.
Ulrich Drepper [Sat, 2 Aug 1997 20:34:01 +0000 (2 20:34 +0000)]
Include bits/in.h instead of netinet/inbits.h.

24 years agoTest for if_index.
Ulrich Drepper [Sat, 2 Aug 1997 20:33:21 +0000 (2 20:33 +0000)]
Test for if_index.

24 years ago(nrl_domainname): Change return type to const char *.
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 *.

24 years ago(headers): Rename netinet/inbits.h to bits/in.h.
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.

24 years agoAdd alias for monstartup, declare _strerror_internal.
Ulrich Drepper [Sat, 2 Aug 1997 19:29:23 +0000 (2 19:29 +0000)]
Add alias for monstartup, declare _strerror_internal.

24 years agoAvoid warning about profile_fixup being unused.
Ulrich Drepper [Sat, 2 Aug 1997 19:29:03 +0000 (2 19:29 +0000)]
Avoid warning about profile_fixup being unused.

24 years ago(_dl_start_profile): Use _dl_sysdep_error instead of fprintf.
Ulrich Drepper [Sat, 2 Aug 1997 19:28:40 +0000 (2 19:28 +0000)]
(_dl_start_profile): Use _dl_sysdep_error instead of fprintf.

24 years agoFix regexp for end and align.
Ulrich Drepper [Sat, 2 Aug 1997 19:28:29 +0000 (2 19:28 +0000)]
Fix regexp for end and align.

24 years agoAdd variables and routines used by named, nslookup and other bind utils.
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.

24 years agoUpdate.
Ulrich Drepper [Sat, 2 Aug 1997 19:27:13 +0000 (2 19:27 +0000)]
Update.

24 years ago(subdirs): Distribute both aout and elf.
Ulrich Drepper [Sat, 2 Aug 1997 19:27:08 +0000 (2 19:27 +0000)]
(subdirs): Distribute both aout and elf.

24 years agoFix typos.
Ulrich Drepper [Sat, 2 Aug 1997 19:26:48 +0000 (2 19:26 +0000)]
Fix typos.

24 years agoRegenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
Ulrich Drepper [Sat, 2 Aug 1997 00:44:54 +0000 (2 00:44 +0000)]
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi

24 years agoUpdate.3996f34b46043ed8ea8fdc6f44377d969d64396blibc-ud-970729
Ulrich Drepper [Mon, 28 Jul 1997 22:35:20 +0000 (28 22:35 +0000)]
Update.

24 years agoUpdate for new drafts of POSIX.1g and IPv6 advanced API.
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.

24 years ago(elf_machine_runtime_setup): Add new parameter to enable profiling.
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.

24 years agoM68k optimized functions for swapping byte order.
Ulrich Drepper [Mon, 28 Jul 1997 22:32:03 +0000 (28 22:32 +0000)]
M68k optimized functions for swapping byte order.

24 years ago(elf_machine_runtime_setup): Add new parameter to enable profiling.
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.

24 years agoMajor update by John Bowman.
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.

24 years ago(elf_machine_runtime_setup): Add new parameter to enable profiling.
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.

24 years ago(htons): Renamed from __htons.
Ulrich Drepper [Mon, 28 Jul 1997 22:06:47 +0000 (28 22:06 +0000)]
(htons): Renamed from __htons.

24 years ago(elf_machine_runtime_setup): Add new parameter to enable profiling.
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

24 years agoPretty print.
Ulrich Drepper [Mon, 28 Jul 1997 22:04:20 +0000 (28 22:04 +0000)]
Pretty print.

24 years agoAdd socklen_t.
Ulrich Drepper [Mon, 28 Jul 1997 22:03:20 +0000 (28 22:03 +0000)]
Add socklen_t.

24 years ago(internal_setent): Set FD_CLOEXEC for stream on input file.
Ulrich Drepper [Mon, 28 Jul 1997 22:02:45 +0000 (28 22:02 +0000)]
(internal_setent): Set FD_CLOEXEC for stream on input file.

24 years ago(internal_setspent): 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.