glibc/history.git
25 years agoUpdate.fe7bdd630fab35270a88b0731cd0fc10de062046libc-ud-970403
Ulrich Drepper [Wed, 2 Apr 1997 22:06:24 +0000 (2 22:06 +0000)]
Update.

25 years agoCorrect example.
Ulrich Drepper [Wed, 2 Apr 1997 22:05:58 +0000 (2 22:05 +0000)]
Correct example.

25 years agoAdd description of lldiv_t, lldiv, and atoll.
Ulrich Drepper [Wed, 2 Apr 1997 22:05:44 +0000 (2 22:05 +0000)]
Add description of lldiv_t, lldiv, and atoll.
Change description of strtoll and strtoull to make clear these
are the preferred names.
Describe `inf', `inifinity', `nan', `nan(...)' inputs for strtod and friends.
Change references to HUGE_VALf and HUGE_VALl to HUGE_VALF and HUGE_VALL.

25 years agoAdd rule to easily generate dir-add.texi file.
Ulrich Drepper [Wed, 2 Apr 1997 22:03:12 +0000 (2 22:03 +0000)]
Add rule to easily generate dir-add.texi file.

25 years agoRemove them since CVS keeps the history for us.
Ulrich Drepper [Wed, 2 Apr 1997 17:36:18 +0000 (2 17:36 +0000)]
Remove them since CVS keeps the history for us.

25 years agoAdd documentation of __va_copy.
Ulrich Drepper [Wed, 2 Apr 1997 16:03:15 +0000 (2 16:03 +0000)]
Add documentation of __va_copy.

25 years agoChange wording for snprintf description a bit. Correct example.
Ulrich Drepper [Wed, 2 Apr 1997 15:00:52 +0000 (2 15:00 +0000)]
Change wording for snprintf description a bit.  Correct example.

25 years agoDocumet behavour of inet-ntoa in multi-threaded programs.
Ulrich Drepper [Wed, 2 Apr 1997 14:55:43 +0000 (2 14:55 +0000)]
Documet behavour of inet-ntoa in multi-threaded programs.

25 years agoUpdate.
Ulrich Drepper [Wed, 2 Apr 1997 14:47:34 +0000 (2 14:47 +0000)]
Update.

25 years agom68k specific implementation for trunc for long double.
Ulrich Drepper [Wed, 2 Apr 1997 14:46:54 +0000 (2 14:46 +0000)]
m68k specific implementation for trunc for long double.

25 years agom68k specific implementation for trunc for float.
Ulrich Drepper [Wed, 2 Apr 1997 14:46:42 +0000 (2 14:46 +0000)]
m68k specific implementation for trunc for float.

25 years agom68k specific implementation for trunc for double.
Ulrich Drepper [Wed, 2 Apr 1997 14:46:33 +0000 (2 14:46 +0000)]
m68k specific implementation for trunc for double.

25 years agom68k specific implementation for nearbyint for long double.
Ulrich Drepper [Wed, 2 Apr 1997 14:46:18 +0000 (2 14:46 +0000)]
m68k specific implementation for nearbyint for long double.

25 years agom68k specific implementation for nearbyint for float.
Ulrich Drepper [Wed, 2 Apr 1997 14:46:07 +0000 (2 14:46 +0000)]
m68k specific implementation for nearbyint for float.

25 years agom68k specific implementation for nearbyint for double.
Ulrich Drepper [Wed, 2 Apr 1997 14:45:59 +0000 (2 14:45 +0000)]
m68k specific implementation for nearbyint for double.

25 years agom68k specific implementation for cexp for long double.
Ulrich Drepper [Wed, 2 Apr 1997 14:45:25 +0000 (2 14:45 +0000)]
m68k specific implementation for cexp for long double.

25 years agom68k specific implementation for cexp for float.
Ulrich Drepper [Wed, 2 Apr 1997 14:45:13 +0000 (2 14:45 +0000)]
m68k specific implementation for cexp for float.

25 years agom68k specific implementation for cexp for double.
Ulrich Drepper [Wed, 2 Apr 1997 14:45:04 +0000 (2 14:45 +0000)]
m68k specific implementation for cexp for double.

25 years agoAdapted.
Ulrich Drepper [Wed, 2 Apr 1997 14:44:29 +0000 (2 14:44 +0000)]
Adapted.

25 years agoRewritten.
Ulrich Drepper [Wed, 2 Apr 1997 14:44:20 +0000 (2 14:44 +0000)]
Rewritten.

25 years agoUse __signbit inline. Write 0.0/0.0 for NaN. Fix typo in test for `y
Ulrich Drepper [Wed, 2 Apr 1997 14:44:10 +0000 (2 14:44 +0000)]
Use __signbit inline.  Write 0.0/0.0 for NaN.  Fix typo in test for `y
= 0.5'.

25 years agoUse __signbit inline.
Ulrich Drepper [Wed, 2 Apr 1997 14:43:52 +0000 (2 14:43 +0000)]
Use __signbit inline.

25 years agoDefine __trunc, __signbit, __nearbyint. Remove __modf.
Ulrich Drepper [Wed, 2 Apr 1997 14:43:44 +0000 (2 14:43 +0000)]
Define __trunc, __signbit, __nearbyint.  Remove __modf.

25 years ago(CFLAGS-s_copysignl.c) [$(subdir)=math]: Define for gcc bug
Ulrich Drepper [Wed, 2 Apr 1997 14:43:30 +0000 (2 14:43 +0000)]
(CFLAGS-s_copysignl.c) [$(subdir)=math]: Define for gcc bug
workaround.

25 years agoUse strtod is parameter is not empty string.
Ulrich Drepper [Wed, 2 Apr 1997 14:43:10 +0000 (2 14:43 +0000)]
Use strtod is parameter is not empty string.

25 years ago(SET_MANTISSA): Make sure that at least one bit is set in mantissa.
Ulrich Drepper [Wed, 2 Apr 1997 14:41:57 +0000 (2 14:41 +0000)]
(SET_MANTISSA): Make sure that at least one bit is set in mantissa.

25 years agoOnly a return value > 0 from parse_line signals success.
Ulrich Drepper [Wed, 2 Apr 1997 14:39:45 +0000 (2 14:39 +0000)]
Only a return value > 0 from parse_line signals success.

25 years agoDon't use fixed buffer length. Allow dynamic adjustment if the
Ulrich Drepper [Wed, 2 Apr 1997 14:38:27 +0000 (2 14:38 +0000)]
Don't use fixed buffer length.  Allow dynamic adjustment if the
underlying function say it is too small.

25 years ago(parse_line): Return -1 if parsing of trailing list fails because of
Ulrich Drepper [Wed, 2 Apr 1997 14:36:50 +0000 (2 14:36 +0000)]
(parse_line): Return -1 if parsing of trailing list fails because of
low memory.
(parse_list): Rewrite.  The logic was completly incorrect since the
checks for overflowing the array were not executed when needed.

25 years ago Leave loop and return error if `parse_result' returns -1.
Ulrich Drepper [Wed, 2 Apr 1997 14:34:44 +0000 (2 14:34 +0000)]
 Leave loop and return error if `parse_result' returns -1.

25 years agoMake sure NULL is returned if we ran out of memory.
Ulrich Drepper [Wed, 2 Apr 1997 14:33:25 +0000 (2 14:33 +0000)]
Make sure NULL is returned if we ran out of memory.

25 years ago(log2_test): Add epsilon for long double to "log2 (e)" and "log2 (16)".
Ulrich Drepper [Wed, 2 Apr 1997 14:32:01 +0000 (2 14:32 +0000)]
(log2_test): Add epsilon for long double to "log2 (e)" and "log2 (16)".
(modf_test): Fix test name.
(sqrt_test): Add missing FUNC.

25 years ago(__fgetgrent_r): If `parse_result' returns -1 this means there was not
Ulrich Drepper [Wed, 2 Apr 1997 14:31:49 +0000 (2 14:31 +0000)]
(__fgetgrent_r): If `parse_result' returns -1 this means there was not
enough room for the gr_mem array.

25 years agoRegenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
Ulrich Drepper [Wed, 2 Apr 1997 12:37:47 +0000 (2 12:37 +0000)]
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi

25 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Wed, 2 Apr 1997 12:20:36 +0000 (2 12:20 +0000)]
Regenerated: autoconf  configure.in

25 years agoAdd error codes ENOMEDIUM and EMEDIUMTYPE.
Ulrich Drepper [Wed, 2 Apr 1997 11:56:38 +0000 (2 11:56 +0000)]
Add error codes ENOMEDIUM and EMEDIUMTYPE.
Add description of strerror_r.

25 years agoThe Texinfo file is named errno.texi.
Ulrich Drepper [Wed, 2 Apr 1997 11:55:51 +0000 (2 11:55 +0000)]
The Texinfo file is named errno.texi.

25 years agoCFLAGS-xrquota.c): Fix typo in variable name.
Ulrich Drepper [Wed, 2 Apr 1997 11:32:08 +0000 (2 11:32 +0000)]
CFLAGS-xrquota.c): Fix typo in variable name.

25 years agoDeclare __clearenv.
Ulrich Drepper [Wed, 2 Apr 1997 11:31:25 +0000 (2 11:31 +0000)]
Declare __clearenv.

25 years agoFix Ulrich Dreppers mangling of the last change.
Ulrich Drepper [Wed, 2 Apr 1997 11:30:15 +0000 (2 11:30 +0000)]
Fix Ulrich Dreppers mangling of the last change.

25 years agoCall AC_CANONICAL_BUILD before referencing $build. Fix test for
Ulrich Drepper [Wed, 2 Apr 1997 11:29:04 +0000 (2 11:29 +0000)]
Call AC_CANONICAL_BUILD before referencing $build.  Fix test for
BUILD_CC.

25 years ago(__log2f): Fix typo.
Ulrich Drepper [Tue, 1 Apr 1997 23:29:04 +0000 (1 23:29 +0000)]
(__log2f): Fix typo.

25 years agoUpdate.
Ulrich Drepper [Tue, 1 Apr 1997 13:44:16 +0000 (1 13:44 +0000)]
Update.

25 years agoAdd new IPv6 definitions.
Ulrich Drepper [Tue, 1 Apr 1997 13:33:03 +0000 (1 13:33 +0000)]
Add new IPv6 definitions.

25 years agoFix typo.
Ulrich Drepper [Tue, 1 Apr 1997 12:08:23 +0000 (1 12:08 +0000)]
Fix typo.

25 years agoOptimized implementation.
Ulrich Drepper [Mon, 31 Mar 1997 23:30:06 +0000 (31 23:30 +0000)]
Optimized implementation.

25 years agoUpdate.5929563ff20245bbaa1b3ca2f4bfcee623ac6fb5libc-ud-970331
Ulrich Drepper [Mon, 31 Mar 1997 22:56:24 +0000 (31 22:56 +0000)]
Update.

25 years agoMore kernel specific term constants
Ulrich Drepper [Mon, 31 Mar 1997 22:53:51 +0000 (31 22:53 +0000)]
More kernel specific term constants

25 years agoUpdated from ADO tzdata1997e.
Ulrich Drepper [Mon, 31 Mar 1997 22:51:42 +0000 (31 22:51 +0000)]
Updated from ADO tzdata1997e.

25 years agoUse .section "text" instead of .text.
Ulrich Drepper [Mon, 31 Mar 1997 22:50:43 +0000 (31 22:50 +0000)]
Use .section "text" instead of .text.

25 years agoReplaced by kernel_stat.h.
Ulrich Drepper [Mon, 31 Mar 1997 22:48:58 +0000 (31 22:48 +0000)]
Replaced by kernel_stat.h.

25 years agoKernel definition of stat struct.
Ulrich Drepper [Mon, 31 Mar 1997 22:48:41 +0000 (31 22:48 +0000)]
Kernel definition of stat struct.

25 years agoRewrite. Probably still doesn't work.
Ulrich Drepper [Mon, 31 Mar 1997 22:48:16 +0000 (31 22:48 +0000)]
Rewrite.  Probably still doesn't work.

25 years agoAdd kernel_*.h files.
Ulrich Drepper [Mon, 31 Mar 1997 22:48:09 +0000 (31 22:48 +0000)]
Add kernel_*.h files.

25 years agoRename to at.h.
Ulrich Drepper [Mon, 31 Mar 1997 22:47:54 +0000 (31 22:47 +0000)]
Rename to at.h.

25 years agoCorrect function name.
Ulrich Drepper [Mon, 31 Mar 1997 22:47:27 +0000 (31 22:47 +0000)]
Correct function name.

25 years agoAdd .type.
Ulrich Drepper [Mon, 31 Mar 1997 22:46:49 +0000 (31 22:46 +0000)]
Add .type.

25 years agoOptimized version is available.
Ulrich Drepper [Mon, 31 Mar 1997 22:46:18 +0000 (31 22:46 +0000)]
Optimized version is available.

25 years ago(ELF_PREFERRED_ADDRESS): Assume program base address is 0x01800000 if
Ulrich Drepper [Mon, 31 Mar 1997 22:46:03 +0000 (31 22:46 +0000)]
(ELF_PREFERRED_ADDRESS): Assume program base address is 0x01800000 if
we can't otherwise tell what it is.
(elf_machine_rela): Replace `assertion failed' with real error messages.
More comments, more GNU indenting.
Put in extra parentheses to make explicit the relative precedence of + and >>.

25 years agoAdd `__setjmp' symbol so the tests pass.
Ulrich Drepper [Mon, 31 Mar 1997 22:45:36 +0000 (31 22:45 +0000)]
Add `__setjmp' symbol so the tests pass.

25 years agoUse correct local label syntax for the binary format.
Ulrich Drepper [Mon, 31 Mar 1997 22:45:17 +0000 (31 22:45 +0000)]
Use correct local label syntax for the binary format.

25 years agoDefine `L' macro to emit correct syntax for local label.
Ulrich Drepper [Mon, 31 Mar 1997 22:40:59 +0000 (31 22:40 +0000)]
Define `L' macro to emit correct syntax for local label.

25 years agoAlso test various string alignments.
Ulrich Drepper [Mon, 31 Mar 1997 22:39:11 +0000 (31 22:39 +0000)]
Also test various string alignments.

25 years agoDebug debugging code.
Ulrich Drepper [Mon, 31 Mar 1997 22:38:48 +0000 (31 22:38 +0000)]
Debug debugging code.

25 years ago(initialize): Make strings unique and force values to memory.
Ulrich Drepper [Mon, 31 Mar 1997 22:38:11 +0000 (31 22:38 +0000)]
(initialize): Make strings unique and force values to memory.

25 years agoPrevent inlining.
Ulrich Drepper [Mon, 31 Mar 1997 22:37:30 +0000 (31 22:37 +0000)]
Prevent inlining.

25 years agoUpdate status of math functions.
Ulrich Drepper [Mon, 31 Mar 1997 22:36:34 +0000 (31 22:36 +0000)]
Update status of math functions.

25 years agoDon't write to stderr, write to stdout instead.
Ulrich Drepper [Mon, 31 Mar 1997 00:31:25 +0000 (31 00:31 +0000)]
Don't write to stderr, write to stdout instead.

25 years ago(inet_ntoa): Complete rewrite. Now uses thread-specific memory in
Ulrich Drepper [Mon, 31 Mar 1997 00:27:55 +0000 (31 00:27 +0000)]
(inet_ntoa): Complete rewrite.  Now uses thread-specific memory in
multi-threaded programs.

25 years agoStub version of exp2 function
Ulrich Drepper [Mon, 31 Mar 1997 00:22:30 +0000 (31 00:22 +0000)]
Stub version of exp2 function

25 years agoAppletalk definitions.
Ulrich Drepper [Mon, 31 Mar 1997 00:19:57 +0000 (31 00:19 +0000)]
Appletalk definitions.

25 years agoAdd former contents of <netinet/icmp.h>.
Ulrich Drepper [Sun, 30 Mar 1997 12:53:42 +0000 (30 12:53 +0000)]
Add former contents of <netinet/icmp.h>.

25 years agoupdate from main archive 9703293075e0e37c0e7cc2e6eb518c409e0769d058ed4blibc-970330libc-970331libc-970401libc-970402libc-970403libc-970404
Ulrich Drepper [Sun, 30 Mar 1997 02:04:49 +0000 (30 02:04 +0000)]
update from main archive 970329

25 years agoUpdate.libc-ud-970329
Ulrich Drepper [Sun, 30 Mar 1997 01:42:56 +0000 (30 01:42 +0000)]
Update.

25 years agoAdd definition of ctanh_test, clog_test, and csqrt_test.
Ulrich Drepper [Sun, 30 Mar 1997 01:42:20 +0000 (30 01:42 +0000)]
Add definition of ctanh_test, clog_test, and csqrt_test.

25 years agoUpdate.
Ulrich Drepper [Sat, 29 Mar 1997 17:32:35 +0000 (29 17:32 +0000)]
Update.

25 years ago(gaih_inet_serv): Use __getservbyname_r() not getservbyname().
Ulrich Drepper [Sat, 29 Mar 1997 16:50:50 +0000 (29 16:50 +0000)]
(gaih_inet_serv): Use __getservbyname_r() not getservbyname().
(BROKEN_LIKE_POSIX): Define to 1 so we get strict POSIX behaviour.

25 years agoForgot 0.5 factor.
Ulrich Drepper [Sat, 29 Mar 1997 16:50:34 +0000 (29 16:50 +0000)]
Forgot 0.5 factor.

25 years agoCorrect handling of special cases.
Ulrich Drepper [Sat, 29 Mar 1997 16:50:10 +0000 (29 16:50 +0000)]
Correct handling of special cases.

25 years agoClear LD_LIBRARY_PATH environment variable before using popen.
Ulrich Drepper [Sat, 29 Mar 1997 16:48:47 +0000 (29 16:48 +0000)]
Clear LD_LIBRARY_PATH environment variable before using popen.

25 years agoDon't use nested function. Call _dl_catch_error with additional
Ulrich Drepper [Sat, 29 Mar 1997 16:48:02 +0000 (29 16:48 +0000)]
Don't use nested function.  Call _dl_catch_error with additional
argument with pointer to data.

25 years agoTests for tsearch function family.
Ulrich Drepper [Sat, 29 Mar 1997 16:47:48 +0000 (29 16:47 +0000)]
Tests for tsearch function family.

25 years agoRewritten by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
Ulrich Drepper [Sat, 29 Mar 1997 16:46:42 +0000 (29 16:46 +0000)]
Rewritten by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.

25 years ago(tests): Add tst-tsearch.
Ulrich Drepper [Sat, 29 Mar 1997 16:45:43 +0000 (29 16:45 +0000)]
(tests): Add tst-tsearch.
Add rule to linktst-tsearch against libm.

25 years ago(cexp_test): Correct a few bugs.
Ulrich Drepper [Sat, 29 Mar 1997 16:44:44 +0000 (29 16:44 +0000)]
(cexp_test): Correct a few bugs.
(csinh_test): New function.
(ccosh_test): New function.
(cacos_test): New function.
(cacosh_test): New function.
(casinh_test): New function.
(catanh_test): New function.
(main): Add calls to csinh_test and ccosh_test.

25 years agoAdd C++ protection.
Ulrich Drepper [Sat, 29 Mar 1997 16:40:11 +0000 (29 16:40 +0000)]
Add C++ protection.

25 years ago(routines): Add carg, s_ccosh and s_csinh.
Ulrich Drepper [Sat, 29 Mar 1997 16:39:38 +0000 (29 16:39 +0000)]
(routines): Add carg, s_ccosh and s_csinh.

25 years agoChange prototypes for _dl_catch_error and _dl_receive_error to reflect
Ulrich Drepper [Sat, 29 Mar 1997 16:38:24 +0000 (29 16:38 +0000)]
Change prototypes for _dl_catch_error and _dl_receive_error to reflect
change away from nested functions.

25 years ago(_dl_catch_error): Add another argument which is passed to OPERATE.
Ulrich Drepper [Sat, 29 Mar 1997 16:38:01 +0000 (29 16:38 +0000)]
(_dl_catch_error): Add another argument which is passed to OPERATE.
(_dl_receive_error): Likewise.

25 years agoDon't mention tsearch anymore.
Ulrich Drepper [Sat, 29 Mar 1997 16:37:33 +0000 (29 16:37 +0000)]
Don't mention tsearch anymore.

25 years agoAdd kernel_stat.h and kernel_sigaction.h
Ulrich Drepper [Sat, 29 Mar 1997 15:24:14 +0000 (29 15:24 +0000)]
Add kernel_stat.h and kernel_sigaction.h

25 years agoMake the code PIC aware.
Ulrich Drepper [Sat, 29 Mar 1997 15:23:54 +0000 (29 15:23 +0000)]
Make the code PIC aware.

25 years agoDon't use nested function. Call _dl_catch_error with additional
Ulrich Drepper [Sat, 29 Mar 1997 15:23:35 +0000 (29 15:23 +0000)]
Don't use nested function.  Call _dl_catch_error with additional
argument with pointer to data.

25 years ago(elf_machine_rela): Test RTLD_BOOTSTRAP to avoid performing relative
Ulrich Drepper [Sat, 29 Mar 1997 15:23:05 +0000 (29 15:23 +0000)]
(elf_machine_rela): Test RTLD_BOOTSTRAP to avoid performing relative
relocs on a second pass.

25 years agoLinux/SPARC specific implementation of O_*, F_*, FD_* bit values.
Ulrich Drepper [Sat, 29 Mar 1997 15:21:07 +0000 (29 15:21 +0000)]
Linux/SPARC specific implementation of O_*, F_*, FD_* bit values.

25 years agoLinux/SPARC specific definitions ioctls.
Ulrich Drepper [Sat, 29 Mar 1997 15:20:15 +0000 (29 15:20 +0000)]
Linux/SPARC specific definitions ioctls.

25 years agoLinux/SPARC specific sigaction definition.
Ulrich Drepper [Sat, 29 Mar 1997 15:19:02 +0000 (29 15:19 +0000)]
Linux/SPARC specific sigaction definition.

25 years agoLinux/SPARC specific definition of kernel loevelstat structure.
Ulrich Drepper [Sat, 29 Mar 1997 15:17:00 +0000 (29 15:17 +0000)]
Linux/SPARC specific definition of kernel loevelstat structure.

25 years agoLinux/SPARC specific signal number definitions.
Ulrich Drepper [Sat, 29 Mar 1997 15:14:05 +0000 (29 15:14 +0000)]
Linux/SPARC specific signal number definitions.

25 years agoLinux/SPARC specific termios definitions.
Ulrich Drepper [Sat, 29 Mar 1997 15:13:34 +0000 (29 15:13 +0000)]
Linux/SPARC specific termios definitions.