]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
28 years agoAdd PF_FILE as synonym for PF_LOCAL and AF_FILE as synonym for
Ulrich Drepper [Mon, 17 Mar 1997 04:13:32 +0000 (04:13 +0000)] 
Add PF_FILE as synonym for PF_LOCAL and AF_FILE as synonym for
AF_LOCAL.

28 years ago(struct stat): Change definition to use prescribed types for elements.
Ulrich Drepper [Mon, 17 Mar 1997 04:13:15 +0000 (04:13 +0000)] 
(struct stat): Change definition to use prescribed types for elements.

28 years agoAdd copyright.
Ulrich Drepper [Mon, 17 Mar 1997 04:12:54 +0000 (04:12 +0000)] 
Add copyright.

28 years ago [__USE_GNU]: Add O_READ, O_WRITE and O_NORW.
Ulrich Drepper [Mon, 17 Mar 1997 04:12:44 +0000 (04:12 +0000)] 
 [__USE_GNU]: Add O_READ, O_WRITE and O_NORW.

28 years agoAdd kernel_stat.h.
Ulrich Drepper [Mon, 17 Mar 1997 04:12:29 +0000 (04:12 +0000)] 
Add kernel_stat.h.

28 years agoDon't copy whole `struct dirent' record, only reclen bytes.
Ulrich Drepper [Mon, 17 Mar 1997 04:11:37 +0000 (04:11 +0000)] 
Don't copy whole `struct dirent' record, only reclen bytes.

28 years agoUpdate copyright.
Ulrich Drepper [Mon, 17 Mar 1997 04:11:21 +0000 (04:11 +0000)] 
Update copyright.
Define O_FSYNC as alias of O_SYNC.  Add BSD compatibility macros
FAPPEND, FFSYNC, FNONBLOCK, and FNDELAY.

28 years agoUpdate copyright.
Ulrich Drepper [Mon, 17 Mar 1997 04:10:55 +0000 (04:10 +0000)] 
Update copyright.

28 years agoDefine as __euidaccess and make euidaccess weak alias.
Ulrich Drepper [Mon, 17 Mar 1997 04:10:16 +0000 (04:10 +0000)] 
Define as __euidaccess and make euidaccess weak alias.

28 years agoAdd cast to prevent warning.
Ulrich Drepper [Mon, 17 Mar 1997 04:10:07 +0000 (04:10 +0000)] 
Add cast to prevent warning.

28 years agoDistinguish error cases for x is +0 or -0.
Ulrich Drepper [Mon, 17 Mar 1997 04:09:18 +0000 (04:09 +0000)] 
Distinguish error cases for x is +0 or -0.

28 years agoDo not raise exception expect when in SVID mode.
Ulrich Drepper [Mon, 17 Mar 1997 04:08:39 +0000 (04:08 +0000)] 
Do not raise exception expect when in SVID mode.

28 years ago(huge, tiny): Adapt values for long double type.
Ulrich Drepper [Mon, 17 Mar 1997 04:08:21 +0000 (04:08 +0000)] 
(huge, tiny): Adapt values for long double type.

28 years agoRewrite to return -1 for -inf.
Ulrich Drepper [Mon, 17 Mar 1997 04:08:05 +0000 (04:08 +0000)] 
Rewrite to return -1 for -inf.

28 years agoCorrect return value. Discard first stack element after fxtract.
Ulrich Drepper [Mon, 17 Mar 1997 04:07:07 +0000 (04:07 +0000)] 
Correct return value.  Discard first stack element after fxtract.

28 years agoReturn -1 for -inf.
Ulrich Drepper [Mon, 17 Mar 1997 04:06:58 +0000 (04:06 +0000)] 
Return -1 for -inf.

28 years agoChange return value for -inf argument to -1.0.
Ulrich Drepper [Mon, 17 Mar 1997 04:06:49 +0000 (04:06 +0000)] 
Change return value for -inf argument to -1.0.

28 years agoMajor rewrite to handle special cases.
Ulrich Drepper [Mon, 17 Mar 1997 04:06:35 +0000 (04:06 +0000)] 
Major rewrite to handle special cases.

28 years agoOptimize branch code.
Ulrich Drepper [Mon, 17 Mar 1997 04:04:45 +0000 (04:04 +0000)] 
Optimize branch code.

28 years agoFix bug in FPU stack handling.
Ulrich Drepper [Mon, 17 Mar 1997 04:04:21 +0000 (04:04 +0000)] 
Fix bug in FPU stack handling.

28 years agoRemove definition of long double definition. Make it the same as the
Ulrich Drepper [Mon, 17 Mar 1997 04:03:42 +0000 (04:03 +0000)] 
Remove definition of long double definition.  Make it the same as the
double definition.

28 years ago(nofini): *Really* align stack to 8-byte boundary.
Ulrich Drepper [Mon, 17 Mar 1997 04:02:41 +0000 (04:02 +0000)] 
(nofini): *Really* align stack to 8-byte boundary.

28 years ago(msync): Add third parameter.
Ulrich Drepper [Mon, 17 Mar 1997 04:02:24 +0000 (04:02 +0000)] 
(msync): Add third parameter.

28 years ago(__need_error_t): New macro, before including <errno.h>
Ulrich Drepper [Mon, 17 Mar 1997 04:00:15 +0000 (04:00 +0000)] 
(__need_error_t): New macro, before including <errno.h>
[!__const] (__const): New macro.
[!__error_t_defined] (error_t): New typedef.

28 years ago(_tens_in_limb) [BITS_PER_MP_LIMB > 32]: Make all numbers unsigned to
Ulrich Drepper [Mon, 17 Mar 1997 03:59:57 +0000 (03:59 +0000)] 
(_tens_in_limb) [BITS_PER_MP_LIMB > 32]: Make all numbers unsigned to
make buggy gccs happy.

28 years agoUse __va_copy if available.
Ulrich Drepper [Mon, 17 Mar 1997 03:59:42 +0000 (03:59 +0000)] 
Use __va_copy if available.

28 years ago(vasprintf): Give full prototype.
Ulrich Drepper [Mon, 17 Mar 1997 03:59:30 +0000 (03:59 +0000)] 
(vasprintf): Give full prototype.

28 years agoAdd prototype for __euidaccess.
Ulrich Drepper [Mon, 17 Mar 1997 03:59:07 +0000 (03:59 +0000)] 
Add prototype for __euidaccess.

28 years agoMerge with regex sources from Arnold Robbins' version in GNU awk.
Ulrich Drepper [Mon, 17 Mar 1997 03:58:51 +0000 (03:58 +0000)] 
Merge with regex sources from Arnold Robbins' version in GNU awk.

28 years ago(distribute): Add TESTS, TESTS2C.sed, and testcases.h.
Ulrich Drepper [Mon, 17 Mar 1997 03:58:40 +0000 (03:58 +0000)] 
(distribute): Add TESTS, TESTS2C.sed, and testcases.h.
(tests): Add runtests.
(before-compile): Add testcases.h.
(testcases.h): New rule to generate header with tests.

28 years ago(_nss_files_gethostbyname2_r): New functions. Compare result for
Ulrich Drepper [Mon, 17 Mar 1997 03:57:34 +0000 (03:57 +0000)] 
(_nss_files_gethostbyname2_r): New functions.  Compare result for
correct address type.

28 years ago(_nss_nis_gethostbyname2_r): New functions. Compare result for
Ulrich Drepper [Mon, 17 Mar 1997 03:57:03 +0000 (03:57 +0000)] 
(_nss_nis_gethostbyname2_r): New functions.  Compare result for
correct address type.
(_nss_nis_gethostbyname_r): Use _nss_nis_gethostbyname2_r.

28 years agoRewrite NIS code to allow empty keys.
Ulrich Drepper [Mon, 17 Mar 1997 03:56:41 +0000 (03:56 +0000)] 
Rewrite NIS code to allow empty keys.

28 years agoRewrite NIS code to allow empty keys.
Ulrich Drepper [Mon, 17 Mar 1997 03:56:37 +0000 (03:56 +0000)] 
Rewrite NIS code to allow empty keys.
Don't ignore return value of yp_all.

28 years ago(__yp_bind): Fix possible buffer overflow.
Ulrich Drepper [Mon, 17 Mar 1997 03:55:56 +0000 (03:55 +0000)] 
(__yp_bind): Fix possible buffer overflow.

28 years agoNew example for scandir function.
Ulrich Drepper [Mon, 17 Mar 1997 03:55:21 +0000 (03:55 +0000)] 
New example for scandir function.

28 years ago(EXIT_FAILURE): Fix typo. Patch by robbe@orcus.priv.at.
Ulrich Drepper [Mon, 17 Mar 1997 03:54:07 +0000 (03:54 +0000)] 
(EXIT_FAILURE): Fix typo.  Patch by robbe@orcus.priv.at.

28 years agoAdd documentation for scandir and alphasort.
Ulrich Drepper [Mon, 17 Mar 1997 03:53:51 +0000 (03:53 +0000)] 
Add documentation for scandir and alphasort.

28 years ago(mprotect) [_LIBC]: Define as __mprotect to clean up namespace.
Ulrich Drepper [Mon, 17 Mar 1997 03:53:39 +0000 (03:53 +0000)] 
(mprotect) [_LIBC]: Define as __mprotect to clean up namespace.

28 years agoInclude <mach/kern_return.h>.
Ulrich Drepper [Mon, 17 Mar 1997 03:53:24 +0000 (03:53 +0000)] 
Include <mach/kern_return.h>.

28 years agoInclude <mach/mach_traps.h>.
Ulrich Drepper [Mon, 17 Mar 1997 03:53:15 +0000 (03:53 +0000)] 
Include <mach/mach_traps.h>.
(__spin_lock_solid): Provide arg to swtch_pri.

28 years agoInclude <mach/mig_support.h>.
Ulrich Drepper [Mon, 17 Mar 1997 03:52:56 +0000 (03:52 +0000)] 
Include <mach/mig_support.h>.

28 years ago(mach_error_string, mach_error, mach_error_type): Always provide
Ulrich Drepper [Mon, 17 Mar 1997 03:52:48 +0000 (03:52 +0000)] 
(mach_error_string, mach_error, mach_error_type): Always provide
prototypes.

28 years ago(mach_error_string_int): Give full prototype.
Ulrich Drepper [Mon, 17 Mar 1997 03:52:38 +0000 (03:52 +0000)] 
(mach_error_string_int): Give full prototype.

28 years ago(__mach_error_map_compat): Give full prototype.
Ulrich Drepper [Mon, 17 Mar 1997 03:52:14 +0000 (03:52 +0000)] 
(__mach_error_map_compat): Give full prototype.

28 years agoWhen named file not found and not absolute use path in I18NPATH.
Ulrich Drepper [Mon, 17 Mar 1997 03:49:00 +0000 (03:49 +0000)] 
When named file not found and not absolute use path in I18NPATH.

28 years agoDon't use LOCALE_PATH to find binary locale files. Use LOCALEDIR
Ulrich Drepper [Mon, 17 Mar 1997 03:48:46 +0000 (03:48 +0000)] 
Don't use LOCALE_PATH to find binary locale files.  Use LOCALEDIR
only.

28 years agoUse __ protected versions of non-standard functions.
Ulrich Drepper [Mon, 17 Mar 1997 03:44:01 +0000 (03:44 +0000)] 
Use __ protected versions of non-standard functions.
(iruserok): Use euidaccess instead of half-hearted
switching of UID before opening .rhosts.

28 years ago(pwrite, vpprintf): Likewise.
Ulrich Drepper [Mon, 17 Mar 1997 03:43:36 +0000 (03:43 +0000)] 
(pwrite, vpprintf): Likewise.

28 years ago(_hurd_set_host_config): Cast second arg to __file_name_split.
Ulrich Drepper [Mon, 17 Mar 1997 03:43:27 +0000 (03:43 +0000)] 
(_hurd_set_host_config): Cast second arg to __file_name_split.

28 years ago(vpprintf): Include <stdarg.h>. New declaration.
Ulrich Drepper [Mon, 17 Mar 1997 03:43:17 +0000 (03:43 +0000)] 
(vpprintf): Include <stdarg.h>.  New declaration.

28 years agoInclude <features.h>.
Ulrich Drepper [Mon, 17 Mar 1997 03:42:40 +0000 (03:42 +0000)] 
Include <features.h>.

28 years ago(alphasort): Interpret arguments as pointers to pointers to directory
Ulrich Drepper [Mon, 17 Mar 1997 03:42:23 +0000 (03:42 +0000)] 
(alphasort): Interpret arguments as pointers to pointers to directory
entries so that alphasort really can be used as argument for scandir.

28 years ago(__big_delete): Don't call __free_ovflpage without testing for
Ulrich Drepper [Mon, 17 Mar 1997 03:42:07 +0000 (03:42 +0000)] 
(__big_delete): Don't call __free_ovflpage without testing for
last_bfp to be NULL.

28 years ago(catopen): Always add NLSPATH to search path for catalogs, not only if
Ulrich Drepper [Mon, 17 Mar 1997 03:41:49 +0000 (03:41 +0000)] 
(catopen): Always add NLSPATH to search path for catalogs, not only if
the envvar NLSPATH is not available.

28 years ago(build-shlib): Also create symlink if library is versioned.
Ulrich Drepper [Mon, 17 Mar 1997 03:41:34 +0000 (03:41 +0000)] 
(build-shlib): Also create symlink if library is versioned.

28 years ago(localtime-file): Don't define using installation directory.
Ulrich Drepper [Mon, 17 Mar 1997 03:41:17 +0000 (03:41 +0000)] 
(localtime-file): Don't define using installation directory.
(inst_localtime-file): New variable.

28 years agoThe user- and kernel-level sigaction structure is different. handle
Ulrich Drepper [Fri, 7 Mar 1997 04:27:25 +0000 (04:27 +0000)] 
The user- and kernel-level sigaction structure is different.  handle
this correctly.

28 years ago(_dl_load_cache_lookup): Recognize cache type 1 or 3.
Ulrich Drepper [Thu, 6 Mar 1997 20:36:16 +0000 (20:36 +0000)] 
(_dl_load_cache_lookup): Recognize cache type 1 or 3.

28 years ago.
Ulrich Drepper [Thu, 6 Mar 1997 04:58:33 +0000 (04:58 +0000)] 
.

28 years ago(_dl_load_cache_lookup): Also recognize cache entries with flag == 3.
Ulrich Drepper [Thu, 6 Mar 1997 04:57:52 +0000 (04:57 +0000)] 
(_dl_load_cache_lookup): Also recognize cache entries with flag == 3.

28 years agoupdate from tzdata1997c
Ulrich Drepper [Wed, 5 Mar 1997 22:14:38 +0000 (22:14 +0000)] 
update from tzdata1997c

28 years agoAdd <sys/types.h>.
Ulrich Drepper [Wed, 5 Mar 1997 21:41:57 +0000 (21:41 +0000)] 
Add <sys/types.h>.

28 years ago(_IO_str_finish): Add second parameter, which is ignored.
Ulrich Drepper [Wed, 5 Mar 1997 21:17:30 +0000 (21:17 +0000)] 
(_IO_str_finish): Add second parameter, which is ignored.

28 years ago(_IO_file_finish): Add second parameter, which is ignored.
Ulrich Drepper [Wed, 5 Mar 1997 21:16:43 +0000 (21:16 +0000)] 
(_IO_file_finish): Add second parameter, which is ignored.

28 years ago(_IO_mem_finish): Add second parameter, which is ignored.
Ulrich Drepper [Wed, 5 Mar 1997 21:15:19 +0000 (21:15 +0000)] 
(_IO_mem_finish): Add second parameter, which is ignored.

28 years ago(_IO_default_finish): Add second parameter, which is ignored.
Ulrich Drepper [Wed, 5 Mar 1997 21:13:53 +0000 (21:13 +0000)] 
(_IO_default_finish): Add second parameter, which is ignored.

28 years ago(_IO_finish_t): Take additional parameter, to match the hidden
Ulrich Drepper [Wed, 5 Mar 1997 21:12:58 +0000 (21:12 +0000)] 
(_IO_finish_t): Take additional parameter, to match the hidden
__in_chrg parameter of the destructor.
(_IO_FINISH): Pass zero for it.

28 years agoDon't disable canonical input.
Ulrich Drepper [Wed, 5 Mar 1997 21:09:54 +0000 (21:09 +0000)] 
Don't disable canonical input.

28 years agoChange prototypes to use types with explicit width. `unsigned long'
Ulrich Drepper [Wed, 5 Mar 1997 21:08:28 +0000 (21:08 +0000)] 
Change prototypes to use types with explicit width.  `unsigned long'
is different on 64 bit systems.

28 years ago(htonl, htons, ntohl, ntohs): Change prototypes to use types with
Ulrich Drepper [Wed, 5 Mar 1997 21:06:12 +0000 (21:06 +0000)] 
(htonl, htons, ntohl, ntohs): Change prototypes to use types with
explicit width.  `unsigned long' is different on 64 bit systems.

28 years agoClear upper half of word containing exponent before comparing.
Ulrich Drepper [Wed, 5 Mar 1997 21:01:25 +0000 (21:01 +0000)] 
Clear upper half of word containing exponent before comparing.

28 years ago*** empty log message ***
Ulrich Drepper [Wed, 5 Mar 1997 20:59:58 +0000 (20:59 +0000)] 
*** empty log message ***

28 years agoAdd rules to run and distribute xtract-typefun.
Ulrich Drepper [Wed, 5 Mar 1997 20:59:11 +0000 (20:59 +0000)] 
Add rules to run and distribute xtract-typefun.

28 years ago$(tzfiles:%=$(objpfx)z.%): Remove unneeded depedencies between
Ulrich Drepper [Wed, 5 Mar 1997 20:56:54 +0000 (20:56 +0000)] 
$(tzfiles:%=$(objpfx)z.%): Remove unneeded depedencies between
installed $(tzlinks) and $(tzbases) files.

28 years agoAdd s_poll.
Ulrich Drepper [Wed, 5 Mar 1997 20:51:56 +0000 (20:51 +0000)] 
Add s_poll.

28 years agoUpdate from tzdata1997b.
Ulrich Drepper [Wed, 5 Mar 1997 20:51:24 +0000 (20:51 +0000)] 
Update from tzdata1997b.

28 years agoUpdate from tzcode1997b.
Ulrich Drepper [Wed, 5 Mar 1997 20:51:02 +0000 (20:51 +0000)] 
Update from tzcode1997b.

28 years agoImplement poll function by falling back to select-based implementation
Ulrich Drepper [Wed, 5 Mar 1997 20:46:08 +0000 (20:46 +0000)] 
Implement poll function by falling back to select-based implementation
if syscall isn't available.

28 years agoSupport both the Linux/i386 and OSF/1 style brk syscalls. We may want
Ulrich Drepper [Wed, 5 Mar 1997 20:36:45 +0000 (20:36 +0000)] 
Support both the Linux/i386 and OSF/1 style brk syscalls.  We may want
to change Linux/Alpha for the benefit of running foreign binaries.

28 years ago(STRTOF): Make sure return value is large enough so that clearing
Ulrich Drepper [Wed, 5 Mar 1997 20:35:18 +0000 (20:35 +0000)] 
(STRTOF): Make sure return value is large enough so that clearing
second word is necessary.

28 years agoDon't use kernel header since it is wrong for 64 bit systems.
Ulrich Drepper [Wed, 5 Mar 1997 20:34:19 +0000 (20:34 +0000)] 
Don't use kernel header since it is wrong for 64 bit systems.

28 years ago(__ivaliduser): Don't use getline, but __getline instead to avoid
Ulrich Drepper [Wed, 5 Mar 1997 20:31:16 +0000 (20:31 +0000)] 
(__ivaliduser): Don't use getline, but __getline instead to avoid
namespace problems.

28 years agoUpdate.
Ulrich Drepper [Wed, 5 Mar 1997 20:29:21 +0000 (20:29 +0000)] 
Update.

28 years agoCorrect handling of `position' levels with no non-IGNOREd element and
Ulrich Drepper [Wed, 5 Mar 1997 20:28:57 +0000 (20:28 +0000)] 
Correct handling of `position' levels with no non-IGNOREd element and
handling of NUL byte.

28 years agoImplement --quiet option.
Ulrich Drepper [Wed, 5 Mar 1997 20:26:24 +0000 (20:26 +0000)] 
Implement --quiet option.

28 years agoDeclare be_quiet variable.
Ulrich Drepper [Wed, 5 Mar 1997 20:26:15 +0000 (20:26 +0000)] 
Declare be_quiet variable.

28 years agoDon't print warnings if quiet option was given.
Ulrich Drepper [Wed, 5 Mar 1997 20:26:00 +0000 (20:26 +0000)] 
Don't print warnings if quiet option was given.

28 years agoEthernet specific definition, Linux versin
Ulrich Drepper [Wed, 26 Feb 1997 03:37:26 +0000 (03:37 +0000)] 
Ethernet specific definition, Linux versin

28 years agoUpdate.
Ulrich Drepper [Wed, 26 Feb 1997 03:31:13 +0000 (03:31 +0000)] 
Update.

28 years ago(LINE_PARSER): Add missing ')'.
Ulrich Drepper [Wed, 26 Feb 1997 03:30:27 +0000 (03:30 +0000)] 
(LINE_PARSER): Add missing ')'.

28 years agoupdate from main archive 970226
Ulrich Drepper [Wed, 26 Feb 1997 01:06:05 +0000 (01:06 +0000)] 
update from main archive 970226

28 years agoupdate from main archive 970221
Ulrich Drepper [Sat, 22 Feb 1997 01:07:27 +0000 (01:07 +0000)] 
update from main archive 970221

28 years agoupdate from main archive 970217
Ulrich Drepper [Tue, 18 Feb 1997 04:08:52 +0000 (04:08 +0000)] 
update from main archive 970217

28 years agoupdate from main archive 970214 cvs/root-libc-2_0_x-branch
Ulrich Drepper [Sat, 15 Feb 1997 02:32:58 +0000 (02:32 +0000)] 
update from main archive 970214

1997-02-13 11:44  Andreas Jaeger  <aj@arthur.pfalz.de>

* stdlib/qsort.c: Add prototype for _quicksort.

* stdlib/msort.c (qsort): Correct prototype for _quicksort.

* sysdeps/i386/Makefile (CFLAGS-rtld.c): Change to prevent warning
from dl-machine.h.

1997-02-13 18:18  Marcus G. Daniels  <marcus@sysc.pdx.edu>

* sysdeps/generic/dl-cache.c: Don't hardwire name of cache file.
Allow user to overwrite it.

1997-02-13 17:55  Ulrich Drepper  <drepper@cygnus.com>

* libio/_G_config.h: Make sure win_t is also defined for old gcc
versions.  Reported by Andreas Jaeger.

1997-02-13 11:44  Andreas Jaeger  <aj@arthur.pfalz.de>

* db/btree/bt_split.c (bt_psplit): Fix typo in  change of
1997-02-12.

* time/tzfile.c (__tzfile_read): Change comment to follow
change of 1997-02-12.

28 years agoupdate from main archive 970212 cvs/libc-970213 cvs/libc-970214
Ulrich Drepper [Thu, 13 Feb 1997 05:10:35 +0000 (05:10 +0000)] 
update from main archive 970212

1997-02-13 02:32  Ulrich Drepper  <drepper@cygnus.com>

* time/time.h (__nanosleep): Define only when struct timespec is
also available.
Reported by Ross Alexander <rossa@stimpy.cs.auckland.ac.nz>.

1997-02-12 21:34  a sun  <asun@zoology.washington.edu>

* sysdeps/unix/sysv/linux/netinet/udp.h: New file.
* sysdeps/unix/sysv/linux/Dist: Add netinet/udp.h.

1997-02-12 21:16  Ulrich Drepper  <drepper@cygnus.com>

* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname_r): Follow patch
of 1997-02-09 in resolv/gethnamaddr.c.

1997-02-11 18:52  H.J. Lu  <hjl@gnu.ai.mit.edu>

* libio/_G_config.h (_G_wint_t): New.

1997-02-09 11:31  H.J. Lu  <hjl@gnu.ai.mit.edu>

* resolv/gethnamaddr.c (gethostbyname2): Change sizeof (buf)
to sizeof (buf.buf) while calling res_search ().

1997-02-03 20:01  H.J. Lu  <hjl@gnu.ai.mit.edu>

* nis/rpcsvc/yp_prot.h (ypresp_key_val): Change key to keydat,
val to keydat, stat to status.

1997-02-12 20:45  Andreas Jaeger  <jaeger@informatik.uni-kl.de>

* time/tzfile.c (__tzfile_read): Fix problem with SUID programs.

1997-02-12 19:55  Ulrich Drepper  <drepper@cygnus.com>

* db/btree/bt_split.c (bt_psplit): Apply official patches #2 and #4
by Keith Bostic.

1997-02-11 14:49  Andreas Jaeger  <jaeger@informatik.uni-kl.de>

* stdlib/atoll.c: Undefined atoll, not atol.

1997-02-08 09:36  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls): Remove
unused arguments of shell script.

* Makeconfig (all-object-suffixes): New variable.
* Makerules ($(+sysdir_pfx)sysd-rules, +make-deps): Use it instead
of $(object-suffixes).
* sysdeps/unix/make-syscalls.sh: Likewise.  Fix comment.

28 years agoupdate from main archive 970210 cvs/libc-970211 cvs/libc-970212
Ulrich Drepper [Tue, 11 Feb 1997 04:45:23 +0000 (04:45 +0000)] 
update from main archive 970210

1997-02-11 05:27  Ulrich Drepper  <drepper@cygnus.com>

* locale/weight.h (collate_rules): It's an u_int32_t array.
(get_weight): Compute initial SLOT value correctly.

1997-02-10 17:45  Ulrich Drepper  <drepper@cygnus.com>

* string/argz-ctsep.c: Initialize *LEN when successful.

* libio/vsnprintf.c: If MAXLEN is 0 return 0.
* stdio/vsnprintf.c: Likewise.
Reported by Philip Blundell <pjb27@cam.ac.uk>.

1997-02-06 13:49  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* rellns-sh: No need to check for existance of first parameter.

28 years agoupdate from main archive 970209 cvs/libc-970210
Ulrich Drepper [Mon, 10 Feb 1997 03:19:57 +0000 (03:19 +0000)] 
update from main archive 970209

1997-02-09 02:59  Ulrich Drepper  <drepper@cygnus.com>

* version.h (VERSION): Bump to 2.0.2.

* posix/Makefile (routines): Add getopt_init.
* posix/getopt.c: Don't get environment variable with nonoption
flags here.  Depend on __getopt_nonoption_flags variable filled
somewhere else.  This is necessary since the variable must be
removed even when getopt isn't used in case exec(2) gets called.
* posix/getopt_init.c: New file.  Initialize __getopt_nonoption_flags
and remove environment variable.
* sysdeps/i386/init-first.c: Call __getopt_clean_environment.
* sysdeps/mach/hurd/i386/init-first.c: Likewise.
* sysdeps/stub/init-first.c: Likewise.
* sysdeps/unix/sysv/linux/init-first.c: Likewise.

* sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Recognize
AT_PAGESZ entry in auxiliary vector and store value in _dl_pagesize.

* sysdeps/generic/crypt-entry.h: Return EOPNOTSUPP when DES
encryption is wanted.

* libio/vsnprintf.c: If MAXLEN is 0 return 0.
* stdio/vsnprintf.c: Likewise.
Reported by Philip Blundell <pjb27@cam.ac.uk>.

1997-02-07 17:43  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/generic/sysd-stdio.c: Include <errno.h>.
Change PTR to void *.
* sysdeps/posix/vdprintf.c: Change PTR to void *.
Reported by Brian Oxley <boxley%dev.cm.ssb.com@clipper.ssb.com>.

1997-02-07 17:41  Philip Blundell <pjb27@cam.ac.uk>

* sysdeps/unix/sysv/linux/socketbits.h: Fix typo.

1997-02-06 13:49  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* rellns-sh: No need to check for existance of first parameter.

1997-02-06 14:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/posix/getcwd.c (__getcwd): Fix resource leaks.  Reported
by David Holland <dholland@eecs.harvard.edu>.

1997-02-06 14:38  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sunrpc/clnt_tcp.c (readtcp): Pass copy of timeout value to
select, in case it is modified by the latter.
* sunrpc/clnt_udp.c (clntudp_call): Likewise.
* sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
* sunrpc/svc_tcp.c (readtcp): Likewise.

* sunrpc/svc_authux.c (_svcauth_unix): Fix type of area_gids
array.

* sunrpc/authuxprot.c (xdr_authunix_parms): Check size of uid_t
and gid_t.

* sunrpc/auth_unix.c (authunix_validate): Fix type of second
argument.

1997-02-06 14:29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* elf/Makefile (extra-objs): Don't zap previous value.
* Makefile (before-compile): Likewise.  Don't add gnu/lib-names.h
twice.

1997-02-06 14:19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/unix/sysv/linux/m68k/brk.c: Add workaround for
braindamage (sigh!).

1997-02-06 17:10  Jim Meyering  <meyering@asic.sc.ti.com>

* manual/memory.texi: Correct `copystring' example for obstacks.

1997-02-06 14:10  Ulrich Drepper  <drepper@cygnus.com>

* Makeconfig: Don't use [:lower:] and [:upper:] in tr since old
GNU tr don't grok it.

1997-02-03 21:13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/unix/sysv/linux/socketbits.h [__GNUC__<2] (struct cmsghdr):
Don't use GNU C extensions.
(CMSG_DATA): Use portable definition.

1997-02-05 05:58  Ulrich Drepper  <drepper@cygnus.com>

* elf/ldd.bash.in: Add test for read permission and print appropriate
message.  Change warning and error messages to print "ldd: " at start.
* elf/ldd.sh.in: Likewise.

* stdlib/Makefile (routines): Add atoll.
* stdlib/atoll.c: New file.
* stdlib/stdlib.h: Add prototype and optimization for atoll.

* stdlib/a64l.c: Update copyright.
* stdlib/abs.c: Likewise.
* stdlib/atof.c: Likewise.
* stdlib/atoi.c: Likewise.
* stdlib/atol.c: Likewise.
* stdlib/bsearch.c: Likewise.
* stdlib/exit.c: Likewise.
* stdlib/fpioconst.c: Likewise.
* stdlib/fpioconst.h: Likewise.
* stdlib/jrand48.c: Likewise.
* stdlib/jrand48_r.c: Likewise.
* stdlib/labs.c: Likewise.
* stdlib/lcong48.c: Likewise.
* stdlib/lcong48_r.c: Likewise.
* stdlib/llabs.c: Likewise.
* stdlib/lrand48.c: Likewise.
* stdlib/lrand48_r.c: Likewise.
* stdlib/mblen.c: Likewise.
* stdlib/mbstowcs.c: Likewise.
* stdlib/mbtowc.c: Likewise.
* stdlib/mp_clz_tab.c: Likewise.
* stdlib/mrand48.c: Likewise.
* stdlib/mrand48_r.c: Likewise.
* stdlib/msort.c: Likewise.
* stdlib/nrand48.c: Likewise.
* stdlib/nrand48_r.c: Likewise.
* stdlib/qsort.c: Likewise.
* stdlib/rpmatch.c: Likewise.
* stdlib/seed48.c: Likewise.
* stdlib/seed48_r.c: Likewise.
* stdlib/srand48.c: Likewise.
* stdlib/srand48_r.c: Likewise.
* stdlib/strtod.c: Likewise.
* stdlib/wcstombs.c: Likewise.
* stdlib/wctomb.c: Likewise.

1997-02-05 05:08  Ulrich Drepper  <drepper@cygnus.com>

* stdlib/mp_clz_tab.c (__clz_tab): Follow change in GMP and define
as const.

1997-02-04 23:57  Fila Kolodny  <fila@ibi.com>

* sysdeps/unix/sysv/linux/socketbits.h: Define __need_NULL before
including <stddef.h>.

1997-02-03 20:01  H.J. Lu  <hjl@gnu.ai.mit.edu>

* time/Makefile (tzbases, tzlinks): New.
(tzfiles): Changed to $(tzbases) $(tzlinks).
($(tzfiles:%=$(objpfx)z.%): Make $(tzlinks) depend on $(tzbases).

1997-02-02 12:13  H.J. Lu  <hjl@gnu.ai.mit.edu>

* Makefile (install): Ignore error from ldconfig.

* time/zic.c (mkdirs): Double check the error return of mkdir ().

1997-02-04 22:01  Ulrich Drepper  <drepper@cygnus.com>

* stdio-common/vfprintf.c: Prepare to use __va_copy for architectures
like PPC where va_list is no integral type.

1997-02-04 15:27  Roma Ekzhanov  <ekzhanov@paragraph.com>

* posix/getopt.c (exchange): Don't allocate nonoption_flags array
if nonoption_flags_len == -1.

28 years agoupdate from main archive 970203 cvs/libc-970204 cvs/libc-970205 cvs/libc-970206 cvs/libc-970207 cvs/libc-970208 cvs/libc-970209
Ulrich Drepper [Tue, 4 Feb 1997 02:01:01 +0000 (02:01 +0000)] 
update from main archive 970203

1997-02-04 02:08  Ulrich Drepper  <drepper@cygnus.com>

* Version 2.0.1 net release.

1997-02-03 23:34  Stephen L Moshier  <moshier@world.std.com>

* sysdeps/libm-ieee754/s_tanhl.c: Fix backwards result sign.

1997-02-03 19:59  Ulrich Drepper  <drepper@cygnus.com>

* stdlib/getsubopt.c: Don't return `=' for suboption which has
a parameter.  Reported by Gary L. Hennigan <glhenni@cs.sandia.gov>.

1997-02-03 18:20  Thorsten Kukuk  <kukuk@weber.uni-paderborn.de>

* nis/rpcsvc/yp_proh.h (ypresp_key_val): Also change order of
values as in yp.x and yp.h.

1997-02-03 16:58  Ulrich Drepper  <drepper@cygnus.com>

* nis/rpcsvc/yp.x (struct ypresp_key_val): Revert patch from
1997-02-03 02:17.  Sun's implementation internally corrects
this bug but we don't want to hide this from the user.
* nis/rpcsvc/yp.h: Likewise.

1997-02-01 18:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/unix/sysv/linux/net/ppp_defs.h: Protect against multiple
inclusion.

1997-02-02 14:56  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* manual/nss.texi, manual/pattern.texi, manual/string.texi: Doc
fixes.

1997-02-02 11:51  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* MakeTAGS (sysdep-sources, sysdep-headers): New variables.
(all-sources, all-headers): Use them instead of $(sources) and
$(headers) when searching in sysdep directories.

1997-02-02 11:49  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* Makerules (REAL_MAKE_VERSION): Use internal make function
instead of shelling out.

1997-02-02 11:47  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* time/Makefile (install-test-data): Remove mkdir command, zic can
handle that gracefully.

1997-02-03 14:07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/m68k/asm-syntax.h: Add back file which got lost sometime
somehow.

1997-02-02 07:46  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sunrpc/Makefile: Check $(cross-compiling) only after including
../Makeconfig.
($(objpfx)rpcsvc/%.h, $(objpfx)x%.c): Add empty command to force
being considered as a rule.
(generated): Add stamp files before the inclusion of Makerules to
magically mark them as not being intermediate via the `generated'
target.

28 years agoupdate from main archive 970202 cvs/libc-970203
Ulrich Drepper [Mon, 3 Feb 1997 03:18:58 +0000 (03:18 +0000)] 
update from main archive 970202

1997-02-03 02:33  Ulrich Drepper  <drepper@cygnus.com>

* elf/dl-deps.c (_dl_map_object_deps): Handle multiple AUXILIARY
entries.  This is still no complete implementation since AUXILIARY
entries in other shared objects are not yet handled.

* libio/libio.h (_IO_cookie_io_functions_t): Move to C++ protected
place.

* po/es.po: Update.
* po/fr.po: Update.
* po/nl.po: Update.

* time/Makefile: Better cross-compile support.  Avoid test which
cannot be run.
(CFLAGS-tzset.c): New variable.  Overwrite TZDEFAULT value from
tzfile.h file.
* time/tzfile.c (__tzfile_read): Allow TZDEFAULT start with '/' even
in SUID programs.
* time/tzset.c (__tzset_internal): If TZ envvar is not set use same
default values as in tzfile.c.

* elf/dynamic-link.h (elf_get_dynamic_info): Recognize versioning
tags.
* elf/link.h: Likewise.
* elf/elf.h: Add tag definitions and data structures for versioning.

1997-02-03 02:17  Ulrich Drepper  <drepper@cygnus.com>

* nis/rpcsvc/yp.x (struct ypresp_key_val): There is not stupid
"Sun bug".  This is the order of elements also used by 4.4BSD.
* nis/rpcsvc/yp.h: Likewise.
Reported by HJ Lu.

1997-02-02 12:13  H.J. Lu  <hjl@gnu.ai.mit.edu>

* sunrpc/Makefile ($(objpfx)x%.h, $(objpfx)x%.c): Add "@:" as
action.

* Makefile (install): Pass installation directories as arguments
to ldconfig.

1997-02-02 23:15  Ulrich Drepper  <drepper@cygnus.com>

* malloc/malloc.c (__after_morecore_hook): New variable.
(malloc_extend_top): Call __after_morecore_hook if set.
(main_trim): Likewise.
* malloc/malloc.h: Add declaration of __after_morecore_hook.
Suggested by Marcus Daniels.

1997-02-02 23:00  Marcus G. Daniels  <marcus@tdb.com>

* malloc/malloc.c (rEALLOc): Protect tsd_setspecific call by
#ifndef NO_THREADS.
(mallinfo): Likewise.

* malloc/malloc.c (__morecore): Make external since it is used in
programs.

1997-02-02 15:10  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/unix/sysv/linux/statbuf.h (struct stat): Make st_dev field
unsigned.

1997-02-01 23:36  Richard Henderson  <rth@tamu.edu>

* sysdeps/alpha/stxncpy.S ($unaligned) [src % 8 > dst % 8]: Don't
use t6 as a temporary; it contains bits we still need in $u_head.

1997-01-31 15:05  John Bowman  <bowman@ipp-garching.mpg.de>

* sysdeps/i386/fpu/__math.h [__USE_MISC]: Don't declare prototypes
using __ prefix.  Add prototype for log1p.