Update.
[glibc.git] / ChangeLog
blob55adf3a8c94c0d77fac5ddd1ca581f24bd8cbf50
1 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
3         * elf/dl-close.c (_dl_close): Fix byte count while removing
4         the shared object from the global scope list and optimize
5         a little bit.
7 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9         * manual/filesys.texi (Scanning Directory Content): Add missing
10         closing brace.
11         (Scanning Directory Content): Fix text.
13 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
15         * manual/memory.texi (Heap Consistency Checking): Add paragraph
16         explaining difference of -lmcheck and MALLOC_CHECK_.
18 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
20         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
21         typos in comments.
23 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25         * test-skeleton.c (main): Fix test for exit signal.
27 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
31 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
33         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
34         appropriate.
36 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
38         * libc.map: Export __strtok_r.
40 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
42         * posix/regex.c (re_compile_fastmap): Remove unused variable
43         num_regs and adjust comment.
44         Patch by Jim Meyering <meyering@ascend.com>.
46         * math/math.h (M_*l): Extend long double constants to be usable
47         for 128 bit floats.  Patch by Richard Henderson.
49 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
51         * sysdeps/m68k/m68020/wordcopy.S: New file.
53 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
55         * posix/wordexp.c: Rewrite parse_param.
56         Patch by Tim Waugh and Andreas Schwab.
58 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
60         * Rules: Update timestamps on empty object files.
62 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
64         * manual/filesys.texi (Scanning Directory Content): Add description
65         of 64 bits scandir function and friends.
67 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
69         * glibcbug.in: Use mktemp to generate unique file name for
70         temporary files.
72         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
73         ptsname_r.  Use cast for execve call.
75 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
77         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
78         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
79         * io/sys/statvfs.h: New file.
80         * sysdeps/generic/fstatvfs.h: New file.
81         * sysdeps/generic/statvfs.h: New file.
82         * sysdeps/generic/fstatvfs64.h: New file.
83         * sysdeps/generic/statvfs64.h: New file.
84         * sysdeps/generic/bits/statvfs.h: New file.
85         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
86         * sysdeps/unix/sysv/linux/statvfs.c: New file.
87         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
89         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
90         and f_ffree elements.
92         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
93         mount options in enum.
95 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
97         * configure.in: Check for recent egcs/gcc.
99 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
101         * libc.map: Add alphasort64, scandir64, versionsort64.
102         * dirent/Makefile (routines): Add scandir64, alphasort64, and
103         versionsort64.
104         * dirent/alphasort64.c: New file.
105         * dirent/scandir64.c: New file.
106         * dirent/versionsort64.c: New file.
107         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
108         versionsort.
109         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
110         old name weak alias.
111         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
113         * dirent/alphasort.c: Use strcoll instead of strcmp.
115         * dirent/scandir.c: Optimize a bit.
117         * dirent/versionsort.c: Pretty print.
119 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
121         * string/string.h: Add prototype for __strtok_r.
123 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
125         * posix/Makefile: Fix typo in last change.
127 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
129         * dirent/dirent.h (scandir): Make argument of select function const.
130         * dirent/scandir.c (scandir): Likewise.
131         Reported by David.Faure@insa-lyon.fr [PR libc/512].
133 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
135         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
136         weak alias.
137         * sysdeps/i386/strtok_r.c: Likewise.
139         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
140         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
141         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
142         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
143         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
144         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
146 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
148         * intl/localealias.c: Remove unneeded define for strdup.
150 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
152         * manual/argp.texi: Adjust for better TeX output.
153         * manual/arith.texi: Likewise.
154         * manual/conf.texi: Likewise.
155         * manual/filesys.texi: Likewise.
156         * manual/header.texi: Likewise.
157         * manual/lgpl.texinfo: Likewise.
158         * manual/math.texi: Likewise.
159         * manual/message.texi: Likewise.
160         * manual/pattern.texi: Likewise.
161         * manual/process.texi: Likewise.
162         * manual/signal.texi: Likewise.
163         * manual/socket.texi: Likewise.
164         * manual/startup.texi: Likewise.
165         * manual/stdio.texi: Likewise.
166         * manual/terminal.texi: Likewise.
167         * manual/examples/rprintf.c: Likewise.
168         * manual/examples/testopt.c: Likewise.
169         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
171 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
173         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
174         parameter name after seeing a digit if it's enclosed in braces.
176 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
178         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
180 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
182         * manual/memory.texi (Heap Consistency Checking): Document
183         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
185 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
187         * manual/Makefile: Add missing rules.
189 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
191         * timezone/Makefile (generated): Define to remove all stamp files.
193         * sysdeps/generic/strsep.c: Also undefine __strsep.
195         * string/strdup.c: Undefine __strdup and strdup first.
196         * string/strndup.c: Likewise.
198         * string/bits/string2.h: Correct strtok_r and strsep.
199         Add strndup optimization.
201         * sysdeps/generic/strsep.c: Little optimization.
203 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
205         * string/bits/string2.h: Add optimization for strdup.
206         Always define __strsep and __strtok_r and make real names available
207         when feature select macros are defined.
209 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
211         * manual/install.texi (Installation): Use i486-linux as example
212         instead of the unsupported sunos4.
213         (Reporting Bugs): Mention glibcbug script.
214         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
216 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
218         * posix/wordexp-tst.sh: Make portable.  Add more tests.
220         * posix/Makefile (do-globtest do-wordexp-test): New targets.
222 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
224         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
225         * sysdeps/generic/libc-start.c: ...here, replacing former content.
227         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
228         netpacket/packet.h.
230         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
232 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
234         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
235         in enumerator for strict standard compliance.
236         * sysdeps/generic/bits/resource.h: Likewise.
238 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
240         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
241         (PLTJMP): New macro.
243         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
244         longjmp() when floating point enabled.
245         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
246         * sysdeps/arm/__longjmp.S: Remove floating point code.
247         * sysdeps/arm/setjmp.S: Likewise.
249         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
250         * sysdeps/arm/bsd-_setjmp.S: Likewise.
252         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
253         memset().
255         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
256         prototype.
258 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
260         Based on patches from Pat Beirne and Scott Bambrough:
262         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
264         * sysdeps/arm/bits/fenv.h: New file.
266         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
267         * sysdeps/arm/elf/setjmp.S: Likewise.
268         * sysdeps/arm/elf/start.S: Likewise.
269         * sysdeps/arm/init-first.c: Likewise.
270         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
271         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
272         comment about floating point to reflect current reality.
274         * sysdeps/unix/arm/brk.S: Support PIC.
275         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
276         re-entrant code.
277         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
278         return; call syscall_error through PLT.
279         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
281 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
283         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
284         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
285         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
287 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
289         * dirent/list.c (test): Return error value.
290         (main): Exit with error value.
292         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
294         * Makefile (distribute): Add test-skeleton.c.
295         * test-skeleton.c: New file.
296         * dirent/Makefile (tests): Add opendir-tst1.
297         * dirent/opendir-tst1.c: New file.
299 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
301         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
302         Optimize memory handling.
303         * sysdeps/unix/closedir.c: Optmize memory handling.
305 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
307         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
308         handling.  Optimize a bit.
310 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
312         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
313         (parse_param): Fold in Andreas' fixes to do with when the end of
314         the parameter name has been reached, and quoting inside ${...}.
315         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
316         $((echo);(ls)).
318 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
320         * manual/maint.texi: Split out installation and contribution
321         sections to their own appendices.  Misc cleanups.
322         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
323         * manual/contrib.texi: New file.
324         * manual/libc.texinfo: Pull in new appendices.
325         * manual/header.texi: Correct node pointer.
327 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
329         * manual/process.texi (Process Completion): Clarify return value
330         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
332 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
334         * posix/wordexp-test.c: Add more tests.
335         (testit): Fix logic.
337         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
338         /dev/null instead of closing it, close pipe.  Always chop off all
339         trailing newlines.  Kill and reap child before returning error.
340         (w_addword, parse_glob): Fix memory leak.
341         (wordexp): Fix dangling pointer problem.
343 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
345         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
347         * posix/wordexp-test.c (main): Fix little thinkos and typos.
349         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
350         directory index by only the language.
352 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
354         * posix/wordexp-tst.sh: Store test results in the
355         ${common_objpfx}posix directory.
357         * posix/wordexp-test.c: Remove temporary directory afterwards.
359 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
361         * libc.map: Export internal versions of cancelable functions.
363 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
365         * Makerules (MAKEFLAGS): Append `r'.
367 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
369         * Makeconfig: Define have-thread-library, shared-thread-library
370         and static-thread-library if a thread library is available.  Don't
371         define rt.
372         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
373         nscd-routines to nscd-modules.  Use shared-thread-library and
374         static-thread-library in dependencies.
375         * rt/Makefile: Only compile librt if have-thread-library is
376         defined.
377         * Makefile (subdirs): Always include rt subdir.
379 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
381         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
383 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
385         * configure.in: Recognize variations for 32 MIPS processors.
386         Don't assume ELF systems always have .weak, test for .weakext.
388 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
390         * configure.in: Irix6 is an ELF platform.
392 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
394         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
395         unmapping the last loaded segment.
397 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
399         * configure.in: Set base_os for Irix6.
400         Correct test for .weakext.
402 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
404         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
405         (new_line) to _dl_debug_message call.
407 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
409         * posix/wordexp.c (parse_param): Perform field-splitting after
410         expanding positional parameter.
412         * posix/wordexp-tst.sh: Test that field-splitting is performed
413         after expanding positional parameter.
415         * posix/wordexp.c (parse_param): Fixed memory leak in
416         field-splitting after parameter expansion.
418 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
420         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
421         (get_toplvl_escape): Correctly terminate loop at EOF.
422         Patch by Cristian Gafton <gafton@redhat.com>.
424 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
426         * string/tester.c (test_strpbrk): Add more strpbrk tests.
427         (test_strsep): Likewise.  Correct horrible bugs.
429         * string/bits/string2.h (strcspn): Optimize also reject string of
430         length 2 and 3.
431         (strspn): Likewise.
432         (strpbrk): Likewise.
433         (strsep): Likewise.  Correct bug with successive separators and
434         separators at the end of the string.
435         * sysdeps/generic/strsep.c: Correct bug with successive separators
436         and separators at the end of the string.
438 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
440         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
441         etc) now handled, as well as $$ (pid).
443         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
444         (distribute): Add wordexp-tst.sh.
446         * posix/wordexp-tst.sh: New file.
448         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
449         number of positional parameters.  Renamed substitute_length to
450         seen_hash.
451         Don't free(env) is env is NULL.
453 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
455         * libc.map: Add pthread_attr_init to GLIBC_2.1.
457 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
459         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
460         for output file replacing gmon.out.
461         Patch by Dean Gaudet <dgaudet@arctic.org>.
463 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
465         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
466         up namespace.  Optimize finding end of line.
468 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
470         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
471         securely.  Optimized.
472         (process_dl_debug): Add ':' to list of separators.  Optimized.
474 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
476         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
477         isless, islessequal, islessgreater, isunordered): Return zero or
478         one.
480 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
482         * posix/wordexp-test.c: More tests.
483         (main): Set up arena for pathname expansion tests (in a temporary
484         directory).
485         (testit): Don't check word count or word vector if return value is
486         non-zero.
488         * posix/wordexp.c (exec_comm): Always chop off terminating
489         linefeed (just like bash does).
490         (parse_param): Change lots of occurrences of "if (!*env)" to "if
491         (!env || !*env)".
492         (parse_param): For assignment inside parameter expansion, use all
493         expanded words in assignment rather than just the first.
494         (parse_param): Corrected return value for parameter expansion of
495         an unset variable when WRDE_UNDEF is in effect.
496         (parse_dollars): Don't field-split if quoted.
497         (wordexp): Opening brace character isn't allowed unquoted.
499 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
501         * elf/dlerror.c: Fix concurrency problems with error string and
502         number.
504         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
505         filter/auxiliary are being loaded.
507 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
509         * elf/dlerror.c (last_object_name): Removed.
510         (dlerror): Don't use last_object_name.
511         (_dl_error_run): Omit second argument to _dl_catch_error.
512         * elf/dl-error.c (struct catch): Remove objname member.
513         (_dl_signal_error): Construct string including objname when given.
514         (_dl_catch_error): Remove objname handling.
515         * elf/link.h (_dl_catch_error): Fix prototype and comment.
516         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
517         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
518         * nss/nsswitch.c (nss_dlerror_run): Likewise.
519         * iconv/gconv_dl.c (dlerror_run): Likewise.
520         [Corrects PR libc/501].
522 1998-03-12  Matthias Urlichs <smurf@noris.de>
524         * nscd/nscd.c: Ignore SIGPIPE.
526 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
528         * nscd/nscd_getgr_r.c: Use __ protected names.
529         * nscd/nscd_getpw_r.c: Likewise.
531 1998-03-12  Matthias Urlichs <smurf@noris.de>
533         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
534         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
535         null bytes are not transmitted.
537 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
539         * powerpc/syscalls.list: Correct typo.
540         * alpha/syscalls.list: Likewise.
541         * mips/syscalls.list: Likewise.
543 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
545         * socket/sys/socket.h: Add prototype for __socket.
547 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
549         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
551         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
552         constants.
554         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
555         definition here.
556         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
557         definition here.
559         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
560         AF_* and PF_* constants.
562         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
564 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
566         * elf/rtld.c: Update help message.
567         Install link maps for preloaded objects using main_map as loader.
569         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
570         * elf/dl-profile.c: Likewise.
572         * elf/dlsym.c: Little optimization.
573         * elf/dlvsym.c: Likewise.
575 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
577         * posix/wordexp-test.c: Move test for parameter list at the very
578         beginning.
580 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
582         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
583         WRDE_REUSE flag is set.
584         (parse_param): Allow `*', `@', and numbers in parameter names.
585         (parse_dollars): Differentiate between arithmetic expansion and a
586         command substitution that starts immediately with a sub-shell
587         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
588         (parse_param): Memory allocated with __alloca in a block was
589         referenced outside that block.  Adjusted to use malloc/free.
590         (parse_param): Adjusted field-splitting algorithm so that there is
591         not necessarily a field split at the end of a parameter expansion.
593 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
595         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
596         don't free words that have already been allocated.
597         (parse_param): A dollar sign on its own will never have a pattern
598         associated with it (like "${HOME%%/}" has), so don't try to free it.
599         (parse_glob): Attempt to glob when an unquoted `[' is found
600         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
601         (parse_glob): Sorted out quoting in a glob-able word.
602         (parse_param): Added $* and $@ handling.
604 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
606         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
607         parsing it.
609 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
611         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
612         _dl_debug_message.
614 1998-03-12  Matthias Urlichs  <smurf@noris.de>
616         * elf/dl-misc.c: Default for debug output should be stderr.
617         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
618         * elf/dl-lookup.c: reference_name may be NULL or empty.
620 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
622         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
624 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
626         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
628         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
630 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
632         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
633         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
635 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
637         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
638         init stuff.
640 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
642         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
643         flag.
645         * misc/syslog.c (vsyslog): Don't try to send if not connected to
646         syslog daemon.
647         (closelog_internal): Don't do anything if not connected.
649 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
651         * libc.map: Add _dl_debug_message.
652         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
653         before every line.
654         * elf/fini.c: Correctly use new _dl_debug_message function.
655         * elf/init.c: Likewise.
656         * elf/dl-lookup.c: Likewise.
657         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
658         * elf/dl-load.c: Likewise.  Add more debugging prints.
659         * elf/dl-reloc.c: Likewise.
660         * elf/dl-version.c: Likewise.
661         * elf/dl-support.c: Add variables for debugging.
662         * elf/rtld.c: Likewise.  Recognize new debug options.
663         * elf/link.h: Declare new variables.
665         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
667 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
669         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
670         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
672 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
674         * posix/wordexp-test.c (command_line_test): New function to allow
675         testing of specific cases from the command-line.
677 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
679         * elf/dl-init.c (_dl_init_next): Print nicer messages.
680         * elf/dl-fini.c (_dl_fini): Likewise.
681         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
683         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
684         symbol in debug message.
685         (_dl_lookup_versioned_symbol_skip): Likewise.
687 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
689         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
690         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
691         * manual/filesys/texi: Document this.
693 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
695         * manual/filesys.texi: Document the change below.
697 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
699         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
700         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
702 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
704         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
705         instead scope.  If debugging display information about symbol
706         resolving.
707         (_dl_lookup_symbol): Call do_lookup with correct parameters.
708         (_dl_lookup_symbol_skip): Likewise.
709         (_dl_lookup_versioned_symbol): Likewise.
710         (_dl_lookup_versioned_symbol_skip): Likewise.
711         * elf/dl-support.c: Define _dl_debug_symbols.
712         * elf/link.h: Add declaration for _dl_debug_symbols.
713         * elf/rtld.c: Define _dl_debug_symbols.
714         (process_dl_debug): Recognize symbols option.
716 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
718         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
719         in correct format.
720         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
721         with correct parameters.
722         [!PIC]: Initialize __libc_multiple_libcs.
724 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
726         * elf/dl-support.c (_dl_debug_bindings): Add definition.
727         * elf/rtld.c (_dl_debug_bindings): Add definition.
728         (process_dl_debug): Recognize bindings option.  Update help message.
729         * elf/link.h (struct link_map): Add l_versyms member.
730         (_dl_debug_bindings): Add declaration.
731         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
732         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
733         and l_reloc_result.
734         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
735         (sym_val): Remove a member, add m as link_map.
736         (do_lookup): Return result appropriately.
737         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
738         Call do_lookup correctly.
739         (_dl_lookup_symbol_skip): Likewise.
740         (_dl_lookup_versioned_symbol): Likewise.
741         (_dl_lookup_versioned_symbol_skip): Likewise.
743 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
745         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
746         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
748         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
749         * libc.map: Add chown to GLIBC_2.1.
750         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
751         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
753 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
755         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
756         weak alias.
757         * sysdeps/alpha/ffs.c: Likewise.
758         * sysdeps/am29k/ffs.c: Likewise.
759         * sysdeps/i386/ffs.c: Likewise.
760         * sysdeps/i960/ffs.c: Likewise.
761         * sysdeps/m68k/ffs.c: Likewise.
762         * sysdeps/m88k/ffs.c: Likewise.
763         * sysdeps/powerpc/ffs.c: Likewise.
764         * sysdeps/rs6000/ffs.c: Likewise.
765         * sysdeps/vax/ffs.s: Likewise.
766         * string/string.h: Declare __ffs.
767         * libc.map: Export it.
768         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
769         __builtin_ffs, which is not guaranteed to be namespace clean.
771 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
773         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
774         table, which is much more likely to exist than debugging symbols.
775         (printsym): Remove const.
776         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
777         header table.
779         * libc.map: Export __profile_frequency, used by elf/sprof, to
780         avoid infinite recursion during startup.
782 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
784         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
785         Readd lost negate.
787         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
789 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
791         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
793 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
795         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
796         LD_PRELOAD, and LD_VERBOSE.
797         (dl_main): Use global variables set by process_envvars instead of
798         calling getenv.
799         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
800         LD_LIBRARY_PATH value, this comes with the parameter.
801         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
802         ("LD_LIBRARY_PATH") to _dl_init_paths.
804 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
806         * elf/rtld.c (dl_main): Delay initialization of path structure if
807         the dynamically linker is invoked implicitly until we read the
808         dynamic section.
810 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
812         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
814 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
816         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
817         Linux 2.0 and 2.1.
819         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
821 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
823         * Makeconfig (nisobjdir): Set to path to nis directory.
824         (rpath-link): Add nisobjdir.
825         Patch by Sven Verdoolaege <skimo@kotnet.org>.
827         * elf/Makefile: Pretty print.
828         * elf/dl-lookup.c: Include unistd.h.
829         * elf/dl-runtime.c: Likewise.
831         * localedata/Makefile (test-srcs): Add tst-rpmatch.
832         (distribute): Add tst-rpmatch.sh.
833         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
835         New tests for rpmatch function by
836         Jochen Hein <jochen.hein@delphi.central.de>.
837         * localedata/tst-rpmatch.c: New file.
838         * localedata/tst-rpmatch.sh: New file.
840         * localedata/locales/de_DE: Correct yesexpr and noexpr.
841         * localedata/locales/de_AT: Likewise.
843         * posix/getopt.c: Update contact address.
844         * posix/getopt1.c: Pretty print.
846         * sysdeps/generic/libc-start.c: Do most of the initialization now
847         here instead of in start.S.
848         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
849         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
851         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
852         profil_counter to be public.
854 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
856         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
857         (parse_param): Coded parameter length expansion (${#var}).
858         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
859         (parse_param): Cleaned up (fixed) error handling.
861         * posix/wordexp-test.c: IFS now includes non-whitespace character
862         (comma).  Added more tests.
864 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
866         * elf/link.h: Fix typos.
867         Reported by Andreas Jaeger.
869         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
870         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
872 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
874         * argp/argp-help.c: Remove last bits of using gettext instead of
875         dgettext.
877 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
879         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
880         __libc_start_main.
881         * csu/Makefile (routines): Add libc-start.
882         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
883         * elf/dl-lookup.c: Likewise.
884         * elf/dl-version.c: Likewise.
885         * sysdeps/i386/dl-machine.h: Likewise.
886         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
887         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
888         _dl_sysdep_message macros which use _dl_sysdep_output.
889         * elf/dl-fini.c: Write out which destructor is called while debugging.
890         * elf/dl-init.c: Likewise for constructor.
891         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
892         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
893         _dl_sysdep_message.  Add _dl_sysdep_output.
894         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
895         this file can be opened.
896         For LD_DEBUG=libs also set _dl_debug_impcalls.
897         * sysdeps/generic/dl-cache.c: Include unistd.h.
898         * sysdeps/generic/libc-start.c: New file.
899         * sysdeps/unix/sysv/linux/libc-start.c: New file.
900         * sysdeps/i386/elf/start.S: Don't call main directly, call
901         __libc_start_main instead.
903         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
905 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
907         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
909 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
911         * argp/argp.h (struct argp): Add new field domain.
912         * argp/argp-help.c: Change all gettext calls to dgettext and use
913         domain field from appropriate argp in call.
914         * argp/argp-parse.c: Likewise.
916 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
918         * posix/wordexp-test.c: Change testsuite so that it can run even
919         for ~root != /root.
921 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
923         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
925 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
927         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
928         Don't store into global errno if we already store through
929         __errno_location.
930         * sysdeps/unix/i386/sysdep.S: Likewise.
931         * sysdeps/unix/alpha/sysdep.S: Likewise.
932         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
933         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
934         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
935         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
936         PIC).
938 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
940         * sysdeps/generic/sysdep.h (L): Remove definition.
941         * sysdeps/i386/sysdep.h (L): Define it here instead.
943 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
945         * nis/nis_call.c (__do_niscall): Safe and reset errno.
947         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
949 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
951         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
952         declaration style to avoid warnings.
954 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
956         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
957         "LD_DEBUG".
959 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
961         * posix/Makefile (tests): Add wordexp-test.
962         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
963         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
965 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
967         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
968         dependencies.
970         * elf/link.h (struct r_search_path_elem): Add two new field for
971         lib path debugging.
972         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
973         variable accordingly.
974         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
975         is considered next along with information about load paths.
976         * sysdeps/generic/dl-cache.c: Likewise.
977         * elf/dl-support.c: Define _dl_debug_libs.
978         * elf/genrtldtbl.awk: Add initializers for two new field in
979         struct r_search_path_elem.
981 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
983         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
984         * sysdeps/m68k/lshift.S: Likewise.
985         * sysdeps/m68k/rshift.S: Likewise.
986         * sysdeps/m68k/sub_n.S: Likewise.
987         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
988         * sysdeps/m68k/m68020/mul_1.S: Likewise.
989         * sysdeps/m68k/m68020/submul_1.S: Likewise.
991         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
992         [_LIBC_REENTRANT]: Don't store into global errno.
994         * sysdeps/m68k/sysdep.h: New file.
995         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
996         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
997         (DO_CALL): Change to expect syscall name as argument.
998         (PSEUDO): Pass syscall_name to DO_CALL.
999         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
1000         errno.
1002 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
1004         * elf/rtld.c: Speed up processing of environment variables.  Do
1005         only one run on the environment by avoiding to call getenv.
1006         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
1007         function.  Used by patch above.
1009 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1011         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
1012         running nscd.
1013         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
1014         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
1015         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
1017 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
1019         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
1020         module cannot be found.  Reported by Andreas Jaeger.
1022 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1024         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
1025         on platforms which default to unsigned chars.
1026         * nscd/nscd_getpw_r.c: Likewise.
1027         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
1028         defining it.
1030 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1032         * elf/Makefile (install-bin): Change = to += for sprof to install
1033         ldd also.
1035 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
1037         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
1039 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
1041         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
1043 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1045         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
1046         that a failure to connect to nscd doesn't change errno.
1048 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1050         * manual/maint.texi (Reporting Bugs): Change
1051         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
1053         * locale/iso-4217.def: Likewise
1055 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
1057         * manual/texinfo.tex: Updated.
1059 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1061         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
1062         value.
1063         * sysdeps/posix/pathconf.c: Likewise.
1064         * posix/getconf.c: Print `undefined' if pathconf returns -1
1065         without setting errno.
1067 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
1069         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
1070         problem.
1071         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
1072         Patches by Elliot Lee <sopwith@cuc.edu>.
1074 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
1076         * elf/link.h (struct link_map): Add new field l_reloc_result.
1077         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
1078         of relocation for the object to be profiled.
1079         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
1080         to NULL.
1081         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
1082         array here.
1083         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
1084         contains a result from a previous run use this instead of computing
1085         the value again.
1086         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
1088 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1090         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
1091         offsets into the GOT.
1092         (RTLD_START): Likewise.
1094 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
1096         * elf/sprof.c: Cleanup a bit.
1098 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
1100         * sysdeps/generic/sysdep.h (L): New. Define.
1102         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
1104         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
1106         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
1107         to have only one exit point for functions.
1108         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1109         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
1110         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
1111         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
1112         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
1114 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1116         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
1117         reset errno so that errno isn't set to ENOSYS in the first call.
1118         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
1119         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1120         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
1121         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
1123 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
1125         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
1126         * sysdeps/i386/addmul_1.S: Likewise.
1127         * sysdeps/i386/lshift.S: Likewise.
1128         * sysdeps/i386/mul_1.S: Likewise.
1129         * sysdeps/i386/rshift.S: Likewise.
1130         * sysdeps/i386/sub_n.S: Likewise.
1131         * sysdeps/i386/submul_1.S: Likewise.
1132         * sysdeps/i386/i586/add_n.S: Likewise.
1133         * sysdeps/i386/i586/addmul_1.S: Likewise.
1134         * sysdeps/i386/i586/lshift.S: Likewise.
1135         * sysdeps/i386/i586/mul_1.S: Likewise.
1136         * sysdeps/i386/i586/rshift.S: Likewise.
1137         * sysdeps/i386/i586/sub_n.S: Likewise.
1138         * sysdeps/i386/i586/submul_1.S: Likewise.
1140         * sysdeps/i386/sysdep.h: Extend last change.
1142         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
1143         to have only one exit point for functions.
1145 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
1147         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
1148         search.
1150 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
1152         * Makerules: Generate libc.so with absolute paths for the used
1153         shared objects.
1155         * config.make.in: Add MAKEINFO definition.
1157 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
1159         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
1160         (ENTRY): Use STABS_FUN.
1161         (END): Use STABS_FUN_END.
1162         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
1164         * elf/Makefile: Add rules to build sprof program.
1165         * elf/sprof.c: New file.
1167 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1169         * misc/syslog.c (openlog_internal): Insert missing closing brace.
1171 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1173         * configure.in: Check for working msgfmt version (from GNU gettext
1174         0.10 or later).
1176 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
1178         * configure.in: Avoid //s in sysdirs.
1179         Patch by Roland McGrath.
1181         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
1183 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
1185         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
1186         setting _dl_global_scope for RTLD_GLOBAL.
1188 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1190         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
1191         possible lists of object-suffixes are taken care of.
1193 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
1195         * timezone/private.h: Update from tzcode1998c.
1196         * timezone/zic.c: Likewise.
1197         * timezone/antarctica: Updated from tzdata1998c.
1198         * timezone/asia: Likewise.
1199         * timezone/australasia: Likewise.
1200         * timezone/europe: Likewise.
1201         * timezone/southamerica: Likewise.
1203 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
1205         * posix/glob.c (glob_in_dir): Add support for cases insensitive
1206         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
1208 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
1210         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
1211         Changed type of TWO43, TWO52 from float to double.
1212         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
1213         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
1214         Changed type of TWO43 from float to double.
1215         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
1216         Use __isinff.
1218 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
1220         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
1221         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
1222         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
1224 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
1226         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
1227         kernel_termios.h.
1228         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
1229         Clean up random whitespace.
1230         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
1231         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
1232         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
1233         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
1235 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
1237         * shlib-versions: Match alpha*.
1238         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
1239         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
1241         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
1242         Implement copysign* with and without __ prefix.
1243         Likewise for fabs; use builtin for gcc 2.8.
1244         (floor*): New.
1245         (fdim*): New.
1247         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
1248         (R_SPARC*): Match current v9 ABI.
1250         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
1252         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
1253         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
1254         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
1255         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
1256         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
1257         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
1258         * sysdeps/unix/grantpt.c (argv): Fix consts.
1259         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
1260         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1262 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
1264         * misc/syslog.c: Change to allow user the interpretation of the
1265         outcome even with syslog having no return value.
1267 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1269         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
1270         that the number of program headers is >0 (which is wrong for the
1271         loader itself).
1273 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
1275         * Makefile (distribute): Add README.libm.
1277 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1279         * time/clocktest.c (main): Correct typo: "--" -> "==".
1281 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
1283         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
1284         inline function.
1285         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
1286         inline functions.
1288         * math/libm.map (__atan2): Added.
1290 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
1292         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
1293         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
1295         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
1296         bug.
1298 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1300         * manual/arith.texi (Old-style number conversion): Correct
1301         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
1303 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
1305         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
1306         but does not require it.  Handle missing argv[] values gracefully.
1307         * posix/execl.c: Likewise.
1308         * posix/execle.c: Likewise.
1310 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1312         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
1313         bit.
1314         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
1316 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
1318         * libc.map: Add __adjtimex.
1320 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1322         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
1323         Remove memset.
1325 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
1327         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
1328         to 64.
1330         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
1332         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
1333         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
1335         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
1336         for shared library.
1338         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
1340         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
1341         Added adjtimex and old_adjtimex.
1343         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
1344         New.
1345         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
1346         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
1348         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
1349         symbols only for shared library.
1350         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1351         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1352         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
1353         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
1354         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
1355         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
1356         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
1358         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
1359         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1360         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1361         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
1362         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
1363         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
1364         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
1365         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
1367         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
1368         rusage pointer.
1370         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
1371         New macros.
1372         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
1373         timex and __adjtimex, respectively.
1375         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
1377         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
1379 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
1381         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
1382         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
1384 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
1386         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
1388 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1390         * Makefile.in: Disable built-in rules.
1392 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1394         * sysdeps/i386/fpu/t_exp.c: Move to ...
1395         * sysdeps/libm-i387/t_exp.c: ... here.
1397 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
1399         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
1400         from __exp2_deltatable.
1402 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
1404         * nis/ypclnt.c (yp_master): Check result of strdup.
1405         Patch by Thorsten Kukuk.
1407 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1409         * nis/ypclnt.c: Give clnt handle after error checking free, change
1410         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
1412 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
1414         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
1415         Patch by Joe Keane <jgk@jgk.org>.
1417         * misc/fstab.h (struct fstab): Change fs_type member to be const.
1418         * misc/fstab.c: Remove casts in fs_type assignments.
1420 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1422         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
1423         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
1424         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
1425         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
1426         * sysdeps/powerpc/bits/fenv.h: Likewise.
1427         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
1428         * sysdeps/generic/bits/fenv.h: Likewise.
1429         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
1430         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
1431         * sysdeps/powerpc/test-arith.c (main): Likewise.
1433 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
1435         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
1436         the comparison macros.
1438 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
1440         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
1441         (__log2): Fixed return values.
1442         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
1444 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
1446         * math/math.h (isunordered): Rename local variables to ensure
1447         correct code.  Reported by HJ Lu.
1449 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
1451         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
1452         isless, islessequal, islessgreater, isunordered): Fix syntax for
1453         fucompip instruction.
1454         (isless, islessequal): Fix logic.
1456 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1458         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
1459         (comparisons_test): New tests for comparison macros.
1461 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
1463         * Makeconfig: Filter out frame-pointer effecting options when
1464         compiling profiling or debugging code.
1465         * config.h.in (internal_function): Don't define here if PROF is
1466         defined.
1467         * gmon/gmon.c (__moncontrol): Don't change state if already in error
1468         state.
1469         (__monstartup): If calloc fails set error state and mark array as
1470         not allocated.
1471         (_mcleanup): Don't call write_gmon if in error state.  Don't try
1472         to free array if not  successfully allocated.
1474         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
1475         Include elf.h to get macro definitions.
1476         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
1478 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
1480         * elf/ldd.sh.in: Add compatibility for broken old shells.
1481         * elf/ldd.bash.in: Likewise.
1483 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
1485         * sunrpc/rpc_main.c (open_input): Check pipe return error.
1487         * time/clocktest.c (main): Check signal return error.
1489 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1491         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
1492         "/" and use do-install-program. Reported by Mark M. Kettenis.
1493         (subdir_install):  Likewise.
1495 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1497         * sunrpc/rpc_sample.c: Fix typo.
1499         * nscd/connections.c: Use locale.
1500         * nscd/grpcache.c: Add debug messages, gidtbl should get the
1501           calloc result.
1502         * nscd/nscd.c: Check if init functions fails.
1503         * nscd/nscd_conf.c: Allow disabling of group cache.
1504         * nscd/nscd_getgr_r.c: Fix return code if group not found.
1505         * nscd/pwdcache.c: Fix debug messages.
1507 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1509         * libc.map: Add __monstartup and _mcleanup for profiling support.
1511 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1513         * libc.map: Export __getpagesize, for binary compatibility with
1514         2.0.
1516 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1518         * posix/globtest.sh: Use --library-path instead of
1519         LD_LIBRARY_PATH.
1520         * localedata/sort-test.sh: Likewise.
1521         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
1523 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1525         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
1526         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
1527         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1529         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
1530         kernel_sigaction): Define.
1531         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
1532         kernel_sigaction): Define.
1534 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1536         * math/libm-test.c: Change epsilons for libm-ieee754.
1538 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
1540         * sysdeps/i386/__longjmp.S: Fix race condition.
1541         Reported by Bruno Haible <haible@ilog.fr>.
1543 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
1545         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
1546         * iconvdata/8bit-gap.c: Likewise.
1547         * iconvdata/8bit-generic.c: Likewise.
1548         * iconvdata/iso6937.c: Likewise.
1549         * iconvdata/iso8859-1.c: Likewise.
1550         * iconvdata/sjis.c: Likewise.
1551         * iconvdata/t61.c: Likewise.
1553 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1555         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
1556         feature tests by positive feature tests.
1558 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1560         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
1562 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
1564         * elf/dlvsym.c (dlvsym_doit): More corrections.
1565         Patch by Andreas Jaeger.
1567 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
1569         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
1571 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
1573         * libc.map: More reordering for GLIBC_2.1 symbols.
1575 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1577         * libc.map: Move some functions from version GLIBC_2.0 to
1578         GLIBC_2.1, reorder declarations.
1580 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
1582         * resolv/gethnamaddr.c (addrsort): Make this function extern.
1583         Patch by zab@thebrain.grumblesmurf.net.
1585 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1587         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
1588         NIS+ functions with version GLIBC_2.1.
1590 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
1592         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
1593         with 2.0 binaries.  Reported by Thorsten Kukuk.
1595 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1597         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
1599         * elf/dlsym.c (dlsym_doit): Likewise.
1601 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1603         * elf/link.h: Correct typos.
1605         * iconv/iconv_prog.c: Correct typo.
1607 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
1609         * iconv/Makefile: Add rules to build and install iconv program.
1610         * iconv/iconv_prog.c: New file.
1612 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
1614         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
1615         _dl_lookup_symbol_skip call.
1616         * elf/dlvsym.c (dlvsym_doit): Likewise.
1618 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
1620         * libio/iovsscanf.c: Do not include errno.h.
1622 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1624         * elf/dl-load.c (add_name_to_object): Don't translate strings.
1625         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
1626         pulling in the whole error list.
1627         (__dcgettext, dcgettext): Removed.
1628         * libc.map: Export _strerror_internal.
1630 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
1632         * sysdeps/i386/fpu/t_exp.c: New file.
1634 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1636         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
1637         everything with version GLIBC_2.1.
1638         * hesiod/libnss_hesiod.map: Likewise.
1640 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1642         * manual/arith.texi (Old-style number conversion): This node is a
1643         section, not a subsection.
1645 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1647         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
1649 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1651         * elf/rtld.c (dl_main): Make sure that the library search paths
1652         have been initialized before the first call to _dl_map_object.
1654 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1656         * Makerules (common-generated): Add libc_pic.os.
1658 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1660         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
1661         of the executable.
1663 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1665         * sysdeps/m68k/fpu/t_exp.c: New file.
1667 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
1669         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
1670         to global errno variable anymore.
1672 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
1674         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
1675         If PRELOADED is nonzero check in case of an SUID application
1676         whether the shared object has the SUID bit set.
1677         Fix some other problems with handling shared objects in system
1678         specific directories.
1679         (_dl_map_object): Also take extra parameter and pass it to open_path.
1680         * elf/link.h (_dl_map_object): Correct prototype and comment.
1681         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
1682         * elf/dl-open.c (_dl_open): Likewise.
1683         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
1685         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
1687 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
1689         * math/libm-test.c (modf_test): Add test for 1.5.
1691         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
1692         0 to get always an int.
1694 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1696         * math/libm.map: Move all symbols that are new in glibc 2.1 to
1697         version GLIBC_2.1.
1699 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
1701         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
1702         trying to read another character.
1704 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1706         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
1707         name to lowercase.
1709         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
1710         name to lowercase, add test for big enough buffer.
1712 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1714         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
1715         Make compatible with older kernels.  Patch by Richard Henderson.
1717 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
1719         * elf/dl-load.c (open_path): Use __xstat instead of stat.
1721         * localedata/tst-locale.sh: Comment out first test for now.
1723 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
1725         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
1726         as 1.
1727         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
1728         Likewise.
1730         * libio/iogetline.c (_IO_getline_info): Renamed from
1731         _IO_getline.
1732         (_IO_getline): Just call _IO_getline_info.
1734         * libio/libioP.h (_IO_getline_info): New declaration.
1736         * libc.map (_IO_getline_info, __write): Added.
1738 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1740         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
1741         const char* to shut up gcc.
1743 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
1745         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
1746         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
1748         * math/math.h: Define M_* constants always as `double' and add new
1749         macros M_*l which are of type `long double'.
1750         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
1751         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
1752         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
1753         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
1754         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
1755         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
1756         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
1757         * math/libm-tst.c: Likewise.
1759         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
1760         define as long double unconditionally.
1762 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1764         * manual/arith.texi (Old-style number conversion): Correct some
1765         typos.
1767 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
1769         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
1770         Restore.
1772         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
1774 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
1776         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
1777         on $(rtld-ldscript).
1779         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
1780         starting from 0 not only from `from'.
1781         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1783 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
1785         * elf/rtld.c (dl_main): Recognize --library-path parameter and
1786         pass value (or NULL) to _dl_init_paths.
1787         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
1788         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
1789         environment variable.
1790         * elf/link.h: Change prototype for _dl_init_paths.
1791         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
1793         * localedata/Makefile (distribute): Add test files.
1795 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1797         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
1798         test1.def, test2.def, test3.def, test4.def}: Simple input files
1799         for localedef. Contributed by Yung-Ching Hsiao
1800         <yhsiao@cae.wisc.edu>.
1802         * localedata/Makefile (tests): Call tst-locale.sh.
1804         * localedata/tst-locale.sh: New file, regression tests for some
1805         localedef problems.
1807 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1809         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
1811         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
1812         terminated.
1813         * nis/nss_nisplus/nisplus-network.c: Likewise.
1814         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1815         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1816         * nis/nss_nisplus/nisplus-service.c: Likewise.
1818         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
1819         and support generating thread safe RPC code.
1820         * sunrpc/rpc_main.c: Add changes.
1821         * sunrpc/rpc_clntout.c: Likewise.
1822         * sunrpc/rpc_cout.c: Likewise.
1823         * sunrpc/rpc_hout.c: Likewise.
1824         * sunrpc/rpc_parse.c: Likewise.
1825         * sunrpc/rpc_sample.c: Likewise.
1826         * sunrpc/rpc_scan.c: Likewise.
1827         * sunrpc/rpc_svcout.c: Likewise.
1828         * sunrpc/rpc_util.c: Likewise.
1829         * sunrpc/rpc_util.h: Add new structs and prototypes.
1830         * sunrpc/proto.h: Remove prototypes for static functions.
1832 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1834         * locale/programs/ld-messages.c (messages_finish): Don't skip
1835         error checking when being quiet.
1836         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
1837         (set_class_defaults): Likewise.
1838         * locale/programs/charmap.c (parse_charmap): Likewise.
1839         * locale/programs/ld-collate.c (collate_finish): Likewise.
1840         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
1841         * locale/programs/ld-time.c (time_finish): Likewise.
1842         * locale/programs/locfile.c (write_locale_data): Likewise.
1844         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
1845         unknown characters and empty ranges.
1846         * locale/programs/ld-collate.c (collate_order_elem): When
1847         processing an ellipsis properly form a linked list in the result
1848         table, fix typo when allocating ordering array.
1849         [PR libc/419]
1851 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1853         * elf/Makefile (ld-map): Define.
1854         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
1855         `$(rtld-ldscript)'.
1856         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
1857         on $(ld-map).
1858         (rtld-link): Combine the two versions of this definition.  Fixed
1859         to make it work when no symbol versioning is used.
1861 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
1863         * Makeconfig (build-program-cmd): Use --library-path parameter to
1864         ld.so instead of environment variable.
1866         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
1867         * sunrpc/rpc_main.c: Remove support for -$$ option again.
1869 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1871         * Make-dist: Respect with-cvs setting.
1872         * MakeTAGS (all-pot): Likewise.
1873         * sysdeps/sparc/sparc32/Makefile: Likewise.
1874         * sysdeps/mach/hurd/Makefile: Likewise.
1875         * stdlib/Makefile: Likewise.
1876         * posix/Makefile: Likewise.
1877         * intl/Makefile: Likewise.
1878         * po/Makefile (linguas): Likewise
1880 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1882         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
1884 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
1886         * libc.map: Add __strcasecmp.
1888         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
1889         module.
1891         * nss/getXXent_r.c: If no more module is found don't try to call
1892         setXXent functions but leave unsuccessfully.
1894         * malloc/obstack.h: Cleanups.
1896         * sysdeps/wordsize-32/stdint.h: New file.
1897         * sysdeps/wordsize-64/stdint.h: New file.
1898         * sysdeps/generic/stdint.h: New file.
1899         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
1900         * sysdeps/wordsize-64/inttypes.h: Likewise.
1901         * stdlib/Makefile (headers): Add stdint.h.
1903 1998-02-03  Paul Eggert  <eggert@twinsun.com>
1905         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
1907 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1909         * timezone: New directory.
1910         * time/README, time/africa, time/antarctica, time/asia,
1911         time/australasia, time/backward, time/checktab.awk,
1912         time/etcetera, time/europe, time/factory, time/ialloc.c,
1913         time/iso3166.tab, time/leapseconds, time/northamerica,
1914         time/pacificnew, time/private.h, time/scheck.c,
1915         time/solar87, time/solar88, time/solar89, time/southamerica,
1916         time/systemv, time/test-tz.c, time/tzfile.h,
1917         time/tzselect.ksh, time/yearistype, time/zdump.c,
1918         time/zic.c, time/zone.tab: Moved to timezone.
1919         * time/tzfile.c: Include tzfile.h from timezone subdir.
1920         * time/tzset.c: Likewise.
1921         * time/Makefile: Cut out all code relating to timezones...
1922         * timezone/Makefile: ...and paste it in here.
1923         * Makefile (subdirs): Add timezone.
1925 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
1927         * libc.map (_sys_nerr): Added.
1929         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
1930         versioned symbol.
1932 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
1934         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
1935         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
1936         Reported by Craig Metz <cmetz@inner.net>.
1938 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1940         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
1941         instead of strcasecmp.
1942         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
1944         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
1946 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
1948         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
1949         Patch by Dean Gaudet <dgaudet@arctic.org>.
1951 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
1953         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
1955 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1957         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
1958         with no poll syscall, just include the BSD version.
1959         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
1960         kernel without the syscall, include the stub version.
1961         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
1962         * sysdeps/generic/getresuid.c: New file.
1963         * sysdeps/generic/getresgid.c: New file.
1965 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
1967         * stdio-common/vfscanf.c: Correct last change a bit.
1969 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
1971         * elf/Makefile: Don't use --version-script parameter to link ld.so
1972         unconditionally.
1974 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
1976         * math/Makefile: Add t_exp.
1977         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
1978         constants.
1979         * math/test-reduce.c: Remove temporarily, it seems to be broken.
1980         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
1981         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
1982         better accuracy.
1983         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
1984         algorithm for very large/very small arguments.
1985         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
1986         correct algorithm for very large/very small arguments; adjust for
1987         new table.
1988         * sysdeps/libm-ieee754/t_exp.c: New file.
1989         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
1991         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
1992         back, with comment that explains what breaks when you remove it :-(.
1994         * localedata/xfrm-test.c: Avoid integer overflow.
1996         * stdlib/strfmon.c: char is unsigned, sometimes.
1998         * sysdeps/powerpc/Makefile: Remove quad float support.
1999         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
2000         * sysdeps/powerpc/quad_float.h: Likewise.
2001         * sysdeps/powerpc/test-arith.c: Likewise.
2002         * sysdeps/powerpc/test-arithf.c: Likewise.
2004         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
2005         * sysdeps/generic/s_exp2f.c: Likewise.
2007         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
2008         don't try anything if _SOFT_FLOAT.
2010 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2012         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
2013         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
2014         * wctype/wctype.c: Likewise.
2015         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
2016         changed.  They are incompatible with the _ISxxx values from
2017         <ctype.h> on little endian machines.
2018         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
2019         bit number.  This fixes the real bug and restores the integrity of
2020         the ctype locale file.
2021         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
2022         * wctype/wcfuncs_l.c: Likewise.
2023         * wctype/wcextra.c: Likewise.
2024         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
2025         byte swapping.
2027 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2029         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
2030         into .bss segment instead of .common, so that aliases on it work.
2032         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
2033         .size directives, put into .bss segment instead of initializing it
2034         to 4.
2036 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
2038         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
2040         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
2041         functions.
2042         Make names without __ weak aliases.
2043         (__libc_release, __libc_version): Make them static.
2045         * include/gnu/libc-version.h: New file.
2046         * Makefile (headers): Add gnu/libc-version.h.
2048 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
2050         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
2051         and use x for member name.
2052         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
2054         * stdlib/drand48.c: Change according to member name change.
2055         * stdlib/drand48_r.c: Likewise.
2056         * stdlib/lcong48_r.c: Likewise.
2057         * stdlib/lrand48.c: Likewise.
2058         * stdlib/lrand48_r.c: Likewise.
2059         * stdlib/mrand48.c: Likewise.
2060         * stdlib/mrand48_r.c: Likewise.
2061         * stdlib/seed48.c: Likewise.
2062         * stdlib/seed48_r.c: Likewise.
2063         * stdlib/srand48_r.c: Likewise.
2065 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2067         * nss/test-netdb.c: Add some more test cases.
2069 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
2071         * libio/iovsscanf.c: Undo last change modifying errno.
2073 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2075         * stdio-common/vfscanf.c: Never try to read another character
2076         after EOF.  Don't decrement read_in after EOF, it wasn't
2077         incremented in the first place.
2078         (NEXT_WIDE_CHAR): Set First, not first.
2080 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
2082         * db/Makefile ($(inst_libdir)/libndbm.a,
2083         $(inst_libdir)/libndbm.so): New targets.
2084         * db2/Makefile: Likewise.
2086 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
2088         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
2089         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
2091 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2093         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
2094         <streambuf.h>.
2095         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
2097 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2099         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
2100         versioned symbols.
2102 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
2104         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
2105         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
2106         Added for libdl.so.
2108 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2110         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
2111         extra syscall.
2113         * grp/Makefile: Fix logic when checking for thread package.
2114         * pwd/Makefile: Likewise.
2116 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
2118         * elf/Makefile (rtld-map): Replaced by libc-map.
2120         * elf/rtld.map: Removed.
2122         * libc.map (__libc_enable_secure, _dl_catch_error,
2123         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
2124         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
2125         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
2126         _dl_object_relocation_scope, _dl_relocate_object,
2127         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
2128         _r_debug): Added for ld.so.
2130 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
2132         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
2133         DO_VERSIONING.
2134         * libio/iofdopen.c: Ditto.
2135         * libio/iofopen.c: Ditto.
2136         * libio/oldfileops.c: Ditto.
2138         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
2139         version GLIBC_2.1.
2141         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
2142         oldsiglist from sysdep_routines and shared-only-routines.
2144         * sysdeps/unix/sysv/linux/errlist.c: New.
2145         * sysdeps/unix/sysv/linux/errlist.h: New.
2146         * sysdeps/unix/sysv/linux/sizes.h: New.
2147         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
2148         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
2150         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
2152         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
2153         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
2154         directive.
2156         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
2158         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
2159         (oldsiglist.c): Removed.
2161         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
2162         (_sys_siglist): Use SYS_SIGLIST instead.
2163         (_sys_nerr): Use SYS_NERR instead.
2165         * sysdeps/gnu/errlist.c: Rebuilt.
2167 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
2169         * elf/Makefile (others-static): New, set to ldconfig.
2170         ($(objpfx)ldconfig): Removed.
2172         * Rules (binaries-all, binaries-static, binaries-shared): New.
2173         Create targets for $(binaries-static) and $(binaries-shared).
2175         * Makeconfig (+link-static, link-libc-static,
2176         link-extra-libs-static): New for static linking.
2178 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2180         * manual/memory.texi (Using the Memory Debugger): Fix typo.
2182         * math/libm-test.c (modf_test): Add one more test for modf.
2184 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
2186         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
2187         Rename from __libc_have_rt_sigs and leave as COMMON data.
2189 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
2191         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
2192         of __finite.
2194 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
2196         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
2198 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
2200         * misc/tst-efgcvt.c: Add yet more tests.
2201         * misc/efgcvt_r.c: And correct for these tests again.
2202         Reported by HJ Lu.
2204         * isomac.c: Move to...
2205         * stdlib/isomac.c: ...here.
2206         * Makefile: Move rules for handling isomac...
2207         * stdlib/Makefile: ...to here.
2209 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
2211         * misc/tst-efgcvt.c: Add more tests.
2212         * misc/efgcvt_r.c: Correct result for above new tests.
2214 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
2216         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
2217         NDIGIT <= 0.
2219 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
2221         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
2222         if the programs weren't built.
2224 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
2226         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
2227         FE_TONEAREST, soldier on regardless and do the best we can.
2228         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
2230 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
2232         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
2233         _STDIO_H, before including <bits/stdio_lim.h>.
2235         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
2237         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
2238         exist.
2240         * sysdeps/arm/sys/ucontext.h: New file.
2242 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
2244         * manual/stdio.texi (Formatted Output Functions): Explicitly say
2245         that the return value from snprintf() does not count the
2246         terminating NUL as a character.
2248 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
2250         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
2251         add description for sete[ug]id and general cleanup.
2252         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
2254 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2256         * Makefile (parent-clean): Don't remove makefile fragments here.
2257         (postclean): New variable.
2258         (clean): Remove makefile fragments here.
2259         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
2260         (generated): Add isomac and isomanc.out.
2261         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
2262         avoid-generated is set.
2263         (postclean-generated): Add soversion.mk.
2264         ($(common-objpfx)version.mk): Don't include if avoid-generated is
2265         set.
2266         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
2267         avoid-generated is set.
2268         (common-generated): Add libc.so and libc.so$(libc.so-version).
2269         (generated): Add versioned libraries.
2270         (common-mostlyclean): Also remove %.so and %_pic.a.
2271         * csu/Makefile (generated): Add abi-tag.h.
2272         * db2/Makefile (extra-objs): Add getlong.o.
2273         * elf/Makefile (generated): Add ld.so, ldd and
2274         $(rtld-installed-name).
2275         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
2276         * malloc/Makefile (generated): Add mtrace.
2277         * po/Makefile: Don't include version.mk, not needed any more.
2278         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
2279         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
2280         syscall.h -> sys/syscall.h.
2281         (common-generated): Add s-proto.d.
2282         (postclean-generated): Add sysd-syscalls.
2283         * localedata/Makefile (test-output): Add all output files.
2284         (generated): Add test-input and test-output.
2285         (generated-dirs): Add all the dirs.
2287 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2289         * Makefile (test-output, generated, generated-dirs): New
2290         variables.
2292 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
2294         * resolv/nss_dns/dns-host.c: Various code cleanups.
2296 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
2298         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
2299         From Philip Blundell <pb@nexus.co.uk>.
2300         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
2302 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2304         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
2305         Suggested by debian/sparc porters.
2307 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2309         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
2310         for ecvt and fcvt.
2312 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
2314         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
2315         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
2317         * signal/signal.h: Always define sigset_t if __need_sigset_t is
2318         defined even if __USE_POSIX is not defined.
2320 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2322         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
2323         to support obsolete tty major numbers correctly.
2325 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
2327         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
2328         directory first and ignore install error.
2330         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
2331         128 from ptyno and fix a typo for the BSD style pty.
2333 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2335         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
2336         syscalls.list's.
2338 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2340         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
2341         getresuid and getresgid.
2343         * sysdeps/unix/sysv/linux/getresuid.c: New file.
2344         * sysdeps/unix/sysv/linux/getresgid.c: New file.
2346         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
2347         s_getres[ug]id.
2349         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
2350         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2351         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2352         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
2354 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
2356         * nscd/grpcache.c: Include <stdlib.h>.
2358 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
2360         * stdlib/atoll.c: Fix comments.
2362         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
2363         * sysdeps/posix/ttyname_r.c: Ditto.
2365 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2367         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
2368         __USE_MISC, independent of __USE_UNIX98.
2370 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
2372         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
2373         Rename from __libc_have_rt_sigs and leave as COMMON data.
2375 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
2377         * Makeconfig (CFLAGS-.os): Kill -fno-common.
2378         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
2380         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
2381         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
2382         version symbols.
2383         * include/libc-symbols.h (symbol_version, default_symbol_version):
2384         Provide asm versions and correct !DO_VERSIONING versions.
2385         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
2386         the weak symbol list.
2388         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
2389         Rename from __libc_have_rt_sigs and leave as COMMON data.
2390         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2391         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2392         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2394 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2396         * sunrpc/Makefile: Correct dependencies of rpcgen.
2398 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
2400         * nscd/Makefile: Fix test for available linuxthreads add-on.
2401         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
2403 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2405         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
2407 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2409         * sysdeps/gnu/Makefile: Respect with-cvs variable.
2411         * manual/errno.texi (Error Messages): Correct description of
2412         strerror_r.  Pointed out by jonas@bagge.se.
2414 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2416         * manual/socket.texi (Host Address Functions): Clarify description
2417         of inet_network.
2419 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2421         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
2422         (grantpt): Delete superfluous cast.
2424 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2426         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
2427         elf/ldso_install instead of elf/subdir_install.
2428         (elf/ldso_install): New target.
2430         * elf/Makefile (ldso_install): New target.
2432 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2434         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
2435         of 1998-01-06.
2437 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2439         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
2440         constant expressions.
2442 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2444         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
2445         for __nss_configure_lookup.
2446         (output_hostent): Remove unused variable.
2448 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2450         * string/tst-inlcall.c: Fix format string.
2452 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2454         * inet/netinet/in.h: Rename second parameter of bindresvport to
2455         avoid buggy gcc warning. [PR libc/412]
2457 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
2459         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
2460         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
2462         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
2463         Follow POSIX and make tv_sec a time_t.
2464         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
2465         new tv64 syscall as well as fall back to tv32.
2466         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
2467         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
2468         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
2469         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
2470         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
2471         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
2472         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
2473         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
2475         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
2476         * include/rpcsvc/nis_tags.h: Likewise.
2477         * include/rpcsvc/nislib.h: Likewise.
2479 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
2481         * libc.map: Add _h_errno.
2482         * inet/herrno.c: Make _h_errno weak alias.
2484         * login/Makefile (distribute): Add pty-internal.h.
2486         * nscd/Makefile (distribute): Add all the files missing.
2488         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
2489         are available.
2491         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
2492         and report status at the end.
2494         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
2496         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
2497         variable.
2498         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
2499         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
2500         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
2502 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
2504         * configure.in: Fix --enable-add-ons code.
2506 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2508         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
2509         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
2510         [PR libc/441]
2512         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
2513         occurence in cache.  Reported by Rudolf Leitgeb
2514         <leitgeb@leland.stanford.edu>.
2515         [PR libc/440]
2517 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
2519         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
2520         that it never is EINTR (which is tested for in _IO_vfscanf).
2522         * Makefile.in: Call sub-make with CVSOPTS.
2524         * elf/Makefile (distribute): Add dl-procinfo.h.
2526         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
2528 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
2530         * version.h (VERSION): Bump to 2.0.92.
2532 1998-01-31  Phil Blundell  <philb@gnu.org>
2534         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
2535         alias for __new_sys_siglist.
2537 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
2539         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
2540         getgrgid_r.c if thread package is available.
2541         * pwd/Makefile: Likewise.
2542         * grp/getgrnam_r.c: Remove USE_NSCD definition.
2543         * grp/getgrgid_r.c: Likewise.
2544         * pwd/getpwnam_r.c: Likewise.
2545         * pwd/getpwuid_r.c: Likewise.
2547 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
2549         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
2550         with error to allow user intervention.
2551         * nss/getXXent_r.c: Likewise.
2553 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
2555         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
2556         AT_PLATFORM string.  Pretty print AT_BASE info.
2558         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
2559         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
2560         * sysdeps/generic/dl-procinfo.h: New file.
2561         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
2563 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
2565         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
2567         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
2568         thread and not pthread_detach.
2570         * nscd/nscd.c: Rewrite to use argp instead of getopt.
2572 1998-01-31  Phil Blundell  <philb@gnu.org>
2574         * configure.in: Add --without-cvs option to suppress automatic
2575         checkin of regenerated files.
2576         * config.make.in: Likewise.
2577         * Makefile: Respect with-cvs setting.
2578         * Makerules: Likewise.
2580         * configure.in: Allow the standalone ARM port to be configured.
2582 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2584         * grp/getgrgid_r.c: Define USE_NSCD.
2585         * grp/getgrnam_r.c: Likewise.
2586         * pwd/getpwuid_r.c: Likewise.
2587         * pwd/getpwnam_r.c: Likewise.
2589         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
2591         * nss/getXXbyYY_r.c: Try at first nscd.
2593         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
2594         * nscd/connections.c: New file.
2595         * nscd/dbg_log.c: New file.
2596         * nscd/dbg_log.h: New file.
2597         * nscd/grpcache.c: New file.
2598         * nscd/nscd.c: New file.
2599         * nscd/nscd.h: New file.
2600         * nscd/nscd_conf.c: New file.
2601         * nscd/nscd_stat.c: New file.
2602         * nscd/pwdcache.c: New file.
2604         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
2605         * nscd/nscd_getpw_r.c: Likewise.
2606         * nscd/nscd_proto.h: New, prototypes for client functions.
2608         * nscd/nscd.conf: New, example for a configuration file.
2609         * nscd/nscd.init: New, example for a startup script.
2611         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
2612         avoid deadlocks.
2613         * nscd/getgrnam_r.c: Likewise.
2614         * nscd/getpwnam_r.c: Likewise.
2615         * nscd/getpwuid_r.c: Likewise.
2617 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
2619         * intl/Makefile: Use CVSOPTS in cvs invocation.
2620         * po/Makefile: Likewise.
2621         * posix/Makefile: Likewise.
2622         * stdlib/Makefile: Likewise.
2624 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
2626         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
2627         [PR libc/410]
2628         * misc/Makefile (tests): Add tst-efgcvt.
2629         * misc/tst-efgcvt.c: New file.
2631 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
2633         * posix/regex.c: Add some more cleanups by Akim Demaille.
2635 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
2637         * signal/signal.h: Revert last change.
2638         * string/strsignal.c: Regard signal number NSGI as illegal.
2639         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
2640         members.
2642 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
2644         * Makefile.in: Add comment about CVSOPTS Makefile variable.
2645         * Makerules: Use CVSOPTS in cvs invocation.
2646         * Makefile: Likewise.
2647         * MakeTAGS: Likewise.
2648         * Make-dist: Likewise.
2650 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
2652         * sysdeps/generic/memmem.c: Correct last change.
2654 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
2656         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
2657         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
2659 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2661         * nis/ypclnt.c: Try at first to use the binding file from ypbind
2662         before using RPC.
2664 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2666         * manual/memory.texi (Heap Consistency Checking): mcheck is
2667         declared in <mcheck.h>.
2668         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
2670 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2672         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
2673         beginning of haystack.
2675 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2677         * nss/nss_files/files-service.c: Correct last patch.
2679 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
2681         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
2682         __libc_have_rt_sigs.
2683         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
2684         including <bits/setjmp.h>.
2685         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
2686         Patch from the Debian glibc/SPARC package.
2688 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
2690         * sysdeps/alpha/bzero.S: Fix a typo.
2691         * sysdeps/alpha/htonl.S: Ditto.
2692         * sysdeps/alpha/htons.S: Ditto.
2694 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2696         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
2698 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
2700         * include/cpio.h: Move to ...
2701         * posix/cpio.h: ...here.
2703         * locale/programs/ld-collate.c: Fix typo.
2705         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
2707         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
2709         * login/utmp_file.c (pututline_file): Don't always report success
2710         if similar entry is found.  Patch by Mark M. Kettenis.
2712 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
2714         * manual/Makefile: Don't try to install the info files if makeinfo
2715         is not available.
2717 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
2719         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
2720         kernel's network ioctls, rather than using <linux/sockios.h> to
2721         get them.  This way we are sure of maintaining compatibility if
2722         the kernel interface should change.
2724 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
2726         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
2728 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
2730         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
2731         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
2733 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2735         Implement System V pseudoterminal handling.
2737         * login/Makefile
2738         (routines): Add getpt, grantpt, unlockpt, ptsname.
2739         (libutil-routines): Remove pty. Add openpty, forkpty.
2740         (distribute): New internal header pty-internal.h.
2741         (others): Add the helper program, pt_chown.
2742         (install-others): Install it, in $(libexecdir), mode 4755.
2744         * login/pty-internal.h: New file.
2745         * login/openpty.c: New file.
2746         * login/forkpty.c: New file.
2747         * login/programs/pt_chown.c: New file.
2749         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
2750         * stdlib/stdlib.h: Prototype them.
2752         * config.make.in: Define $(libexecdir).
2753         * Makeconfig: Define $(inst_libexecdir).
2755         * sysdeps/generic/pty.c: Removed.
2756         * sysdeps/unix/sysv/linux/pty.c: Removed.
2758         * sysdeps/generic/getpt.c: Stub out.
2759         * sysdeps/generic/grantpt.c: Likewise.
2760         * sysdeps/generic/ptsname.c: Likewise.
2761         * sysdeps/generic/unlockpt.c: Likewise.
2763         * sysdeps/unix/grantpt.c: New file.
2764         * sysdeps/unix/bsd/getpt.c: New file.
2765         * sysdeps/unix/bsd/unlockpt.c: New file.
2766         * sysdeps/unix/sysv/linux/getpt.c: New file.
2767         * sysdeps/unix/sysv/linux/ptsname.c: New file.
2768         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
2770 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
2772         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
2774 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2776         * nss/Makefile (tests): Add rule for test-netdb.c.
2778         * nss/test-netdb.c: New file.
2780 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
2782         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
2783         really kept as a variable.  Patch by Richard Henderson,
2784         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
2786         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
2787         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
2788         entries as not existing.
2790 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2792         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
2793         zero in alternate form with precision of zero, which must produce
2794         "0".  Add braces to avoid ambiguous `else'.
2796 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2798         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
2799         problem with strncpy.
2800         * nis/nss_compat/compat-pwd.c: Likewise.
2801         * nis/nss_compat/comapt-spwd.c: Likewise.
2803 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2805         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
2806         by uch@nop.or.jp. [PR libc/437]
2808 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2810         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
2812 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2814         * stdio-common/test-popen.c: Include <errno.h>.
2816         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
2817         close.
2819         * inet/getnetgrent_r.c: Include <errno.h>.
2821         * db2/db/db_conv.c: Include <string.h> for memcpy.
2823         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
2824         so that memcpy is declared.
2826         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
2828         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
2830 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2832         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
2833         overflow while reading line with fgets.
2834         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
2836 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
2838         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
2839         unsigned short, not short.
2840         Reported by Andreas Jaeger.
2842 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2844         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
2845         (ccept->accept).
2847         * sysdeps/generic/inttypes.h: Fix spelling.
2849 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2851         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
2853         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
2855 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
2857         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
2858         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
2859         field for hh modifier.
2860         * stdio-common/vfprint.c: Use is_char field and do not depend in
2861         is_short having the value 2.
2862         Bug reported by Andreas Jaeger.
2864 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2866         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
2867         PIC && DO_VERSIONING.
2869 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2871         * Rules: Add rules for $(common-objpfx)dummy$o.
2873 1998-01-26  Richard Henderson  <rth@cygnus.com>
2875         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
2876         unimplemented OSF/1 definitions so that they are not accidentally seen.
2878         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
2879         of the trampoline function into the macro.
2880         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
2881         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
2882         kernel 2.1.82 has this fixed.
2884         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
2885         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
2887 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
2889         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
2890         support sigaction on kernels > 2.1.7x.
2892 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
2894         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
2895         if it is empty.
2897         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
2898         Patch by David Engel <david@sw.ods.com>.
2900         * configure.in: Fix another typo in --enable-add-ons code.
2902 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
2904         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
2906 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2908         * nss/nss_files/files-network.c: Correct order of parameters for
2909         getnetbyaddr.
2911 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
2913         * db2/Makefile (routines): Add os_alloc.
2914         * db2/db.h: Update from db-2.3.16.
2915         * db2/db_185.h: Likewise.
2916         * db2/db_int.h: Likewise.
2917         * db2/btree/bt_close.c: Likewise.
2918         * db2/btree/bt_cursor.c: Likewise.
2919         * db2/btree/bt_delete.c: Likewise.
2920         * db2/btree/bt_open.c: Likewise.
2921         * db2/btree/bt_page.c: Likewise.
2922         * db2/btree/bt_put.c: Likewise.
2923         * db2/btree/bt_rec.c: Likewise.
2924         * db2/btree/bt_recno.c: Likewise.
2925         * db2/btree/btree_auto.c: Likewise.
2926         * db2/common/db_appinit.c: Likewise.
2927         * db2/common/db_apprec.c: Likewise.
2928         * db2/common/db_err.c: Likewise.
2929         * db2/common/db_region.c: Likewise.
2930         * db2/common/db_shash.c: Likewise.
2931         * db2/db/db.c: Likewise.
2932         * db2/db/db_auto.c: Likewise.
2933         * db2/db/db_conv.c: Likewise.
2934         * db2/db/db_dispatch.c: Likewise.
2935         * db2/db/db_dup.c: Likewise.
2936         * db2/db/db_pr.c: Likewise.
2937         * db2/db/db_rec.c: Likewise.
2938         * db2/db185/db185.c: Likewise.
2939         * db2/dbm/dbm.c: Likewise.
2940         * db2/hash/hash.c: Likewise.
2941         * db2/hash/hash_auto.c: Likewise.
2942         * db2/hash/hash_dup.c: Likewise.
2943         * db2/hash/hash_page.c: Likewise.
2944         * db2/hash/hash_rec.c: Likewise.
2945         * db2/include/btree_ext.h: Likewise.
2946         * db2/include/clib_ext.h: Likewise.
2947         * db2/include/common_ext.h: Likewise.
2948         * db2/include/db.h.src: Likewise.
2949         * db2/include/db_185.h.src: Likewise.
2950         * db2/include/db_am.h: Likewise.
2951         * db2/include/db_ext.h: Likewise.
2952         * db2/include/db_int.h.src: Likewise.
2953         * db2/include/hash_ext.h: Likewise.
2954         * db2/include/lock_ext.h: Likewise.
2955         * db2/include/log.h: Likewise.
2956         * db2/include/log_auto.h: Likewise.
2957         * db2/include/log_ext.h: Likewise.
2958         * db2/include/mp.h: Likewise.
2959         * db2/include/mp_ext.h: Likewise.
2960         * db2/include/mutex_ext.h: Likewise.
2961         * db2/include/os_ext.h: Likewise.
2962         * db2/include/os_func.h: Likewise.
2963         * db2/include/txn_ext.h: Likewise.
2964         * db2/lock/lock.c: Likewise.
2965         * db2/lock/lock_util.c: Likewise.
2966         * db2/log/log.c: Likewise.
2967         * db2/log/log.src: Likewise.
2968         * db2/log/log_archive.c: Likewise.
2969         * db2/log/log_auto.c: Likewise.
2970         * db2/log/log_get.c: Likewise.
2971         * db2/log/log_put.c: Likewise.
2972         * db2/log/log_rec.c: Likewise.
2973         * db2/log/log_register.c: Likewise.
2974         * db2/mp/mp_bh.c: Likewise.
2975         * db2/mp/mp_fget.c: Likewise.
2976         * db2/mp/mp_fopen.c: Likewise.
2977         * db2/mp/mp_fput.c: Likewise.
2978         * db2/mp/mp_pr.c: Likewise.
2979         * db2/mp/mp_sync.c: Likewise.
2980         * db2/mutex/mutex.c: Likewise.
2981         * db2/os/os_alloc.c: Likewise.
2982         * db2/os/os_config.c: Likewise.
2983         * db2/os/os_stat.c: Likewise.
2984         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
2985         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
2986         * db2/progs/db_load/db_load.c: Likewise.
2987         * db2/progs/db_printlog/db_printlog.c: Likewise.
2988         * db2/progs/db_recover/db_recover.c: Likewise.
2989         * db2/progs/db_stat/db_stat.c: Likewise.
2990         * db2/txn/txn.c: Likewise.
2992         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
2993         Unmap memory blocks in reverse order of allocation.
2994         Call munmap with load address added to offset.
2995         Bug reported by Miguel de Icaza.
2997         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
2998         up weight array.
3000         * localedata/locales/cs_CZ: Update by Michael Mraka
3001         <michael@informatics.muni.cz>.
3003         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
3004         __USE_BSD.
3006         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
3007         reading line with fgets.
3008         * nis/nss_compat/compat-pwd.c: Likewise.
3009         * nis/nss_compat/compat-spwd.c: Likewise.
3010         * nss/nss_files/files-XXX.c: Likewise.
3011         * nss/nss_files/files-alias.c: Likewise.
3012         * shadow/fgetspent_r.c: Likewise.
3014         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
3016         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
3017         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
3018         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
3020         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
3021         FP register content in ucontext_t.
3023 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3025         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
3026         calculation.  Patch by Markus Schoder
3027         <Markus.Schoder@dresdner-bank.de>.
3029         * math/libm-test.c (modf_test): Add more tests for modf.
3031         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
3032         munlock according to Unix98.
3034 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3036         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
3037         AF_INET.
3039 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
3041         * sysdeps/posix/ttyname.c: Handle symbolic links.
3042         * sysdeps/posix/ttyname_r.c: Ditto.
3044 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
3046         * db2/makedb.c (process_input): Write terminating \0 for value.
3047         (print_database): Simply print value string, don't use length.
3049 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3051         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
3052         exit of loop.
3054 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3056         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
3057         close all sockets.
3059 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
3061         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
3062         sigset.
3063         * signal/sighold.c: New file.
3064         * signal/sigrelse.c: New file.
3065         * sysdeps/generic/sigignore.c: New file.
3066         * sysdeps/generic/sigset.c: New file.
3067         * sysdeps/posix/sigignore.c: New file.
3068         * sysdeps/posix/sigset.c: New file.
3069         * signal/signal.h: Add prototypes for new functions.
3071         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
3072         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
3073         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
3074         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
3076 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
3078         * posix/wordexp.c: Added IFS field-splitting in parameter and
3079         command substitution.  Fixed an IFS-related bug that caused an
3080         infinite loop.
3082 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
3084         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
3085         and swapcontext.
3086         * stdlib/ucontext.h: Correct prototypes.
3087         * sysdeps/generic/getcontext.c: New file.
3088         * sysdeps/generic/setcontext.c: New file.
3089         * sysdeps/generic/makecontext.c: New file.
3090         * sysdeps/generic/swapcontext.c: New file.
3091         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
3093 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
3095         * resource/sys/resource.h: Remove #include of ulimit.h which is
3096         not allowed by SUSv2 and not available on other systems.
3097         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
3099         * streams/Makefile: New file.
3100         * streams/stropts.h: New file.
3101         * sysdeps/generic/bits/stropts.h: New file.
3102         * sysdeps/generic/isastream.c: New file.
3103         * sysdeps/generic/getmsg.c: New file.
3104         * sysdeps/generic/getpmsg.c: New file.
3105         * sysdeps/generic/putmsg.c: New file.
3106         * sysdeps/generic/putpmsg.c: New file.
3107         * sysdeps/generic/fattach.c: New file.
3108         * sysdeps/generic/fdetach.c: New file.
3109         * sysdeps/unix/inet/Subdirs: Add streams.
3110         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
3111         __t_uscalar_t.
3112         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3113         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
3114         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
3115         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
3117         * sysdeps/mach/_strerror.c: Follow changes of generic version to
3118         handle small buffers correctly.
3120 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
3122         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
3123         Remove the 3rd arg and add declaration for _dl_runtime_resolve
3124         and _dl_runtime_profile.
3126 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
3128         * include/cpio.h: New file.  Mainly copied from GNU cpio.
3129         * posix/Makefile (headers): Add cpio.h.
3131 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3133         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
3134         to routines.
3135         * nis/nis_cache.c: New file.
3136         * nis/nis_cache2.h: New file.
3137         * nis/nis_cache2_xdr.c: New file.
3138         * nis/nis_call.c: Changes for cache2_info parameter.
3139         * nis/nis_checkpoint.c: Likewise.
3140         * nis/nis_intern.h: Likewise.
3141         * nis/nis_mkdir.c: Likewise.
3142         * nis/nis_ping.c: Likewise.
3143         * nis/nis_rmdir.c: Likewise.
3144         * nis/nis_server.c: Likewise.
3145         * nis/nis_util.c: Likewise.
3147 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3149         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
3150         return/errnop codes.
3151         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
3152         * nis/nss_nisplus/nisplus-grp.c: Likewise.
3153         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
3154         * nis/nss_nisplus/nisplus-proto.c: Likewise.
3155         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
3156         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
3157         * nis/nss_nisplus/nisplus-rpc.c: Likewise
3158         * nis/nss_nisplus/nisplus-service.c: Likewise.
3159         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
3161 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3163         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
3164         * nis/nss_nis/nis-ethers.c: Likewise.
3165         * nis/nss_nis/nis-grp.c: Likewise.
3166         * nis/nss_nis/nis-hosts.c: Likewise.
3167         * nis/nss_nis/nis-network.c: Likewise.
3168         * nis/nss_nis/nis-proto.c: Likewise.
3169         * nis/nss_nis/nis-hosts.c: Likewise.
3170         * nis/nss_nis/nis-network.c: Likewise.
3171         * nis/nss_nis/nis-proto.c: Likewise.
3172         * nis/nss_nis/nis-publickey.c: Likewise.
3173         * nis/nss_nis/nis-pwd.c: Likewise.
3174         * nis/nss_nis/nis-rpc.c: Likewise.
3175         * nis/nss_nis/nis-service.c: Likewise.
3176         * nis/nss_nis/nis-spwd.c: Likewise.
3178 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
3180         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
3181         Added to follow latest kernel development.
3183 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
3185         * nss/db-Makefile: Handle empty and comment lines better.
3186         ($(VAR_DB)/services.db): Generate entries with missing protocol
3187         value.
3189 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3191         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
3192           NULL.
3193           (getservbyname): Allow proto == NULL.
3194           Pointed out by David N. Welton <davidw@gate.cks.com>.
3195           [PR libc/430].
3197 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
3199         * nis/nislib/nislib.h: Finally removed.
3201         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
3202         C compiler.  From Kaveh Ghazi.
3203         (TYPE_MINIMUM): Define.
3204         (TYPE_MAXIMUM): Define.
3205         (TIME_T_MIN): Use TYPE_MINIMUM.
3206         (TIME_T_MAX): Use TYPE_MAXIMUM.
3207         Patch by Jim Meyering <meyering@ascend.com>.
3209 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
3211         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
3212         __pread64, __pwrite64, and __getpid.
3214         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
3215         versions.
3217 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3219         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
3220         cancelable socket functions as __libc_xxx with __xxx as weak
3221         alias.
3222         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3223         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3225         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
3226         redefined.
3227         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
3228         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
3229         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
3230         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
3232         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
3233         and __xxx a weak alias.
3234         * sysdeps/unix/sysv/linux/connect.S: Likewise.
3235         * sysdeps/unix/sysv/linux/recv.S: Likewise.
3236         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
3237         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
3238         * sysdeps/unix/sysv/linux/send.S: Likewise.
3239         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
3240         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
3242 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3244         * locale/langinfo.h: Add defines.
3246         * dirent/dirent.h: Add defines for DT_*, check also for
3247         _DIRENT_HAVE_D_TYPE.
3248         Suggested by Roland McGrath.
3250 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3252         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
3253         Update from Linux 2.1.73+79.
3255         * README.template: Update information about possible
3256         configurations.
3258         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
3259         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
3260         [PR libc/417].
3262         * manual/time.texi (Priority): Correct description of
3263         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
3264         [PR libc/416].
3266 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
3268         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
3269         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
3271 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
3273         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
3274         Andreas Jaeger.
3276 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
3278         * locale/programs/ld-collate.c: Little optimizations.
3280         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
3282         * string/Makefile (tests): Add tst-inlcall.
3283         * string/tst-inlcall.c: New file.
3285         * string/strsignal.c: Add support for real-time signals.
3287         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
3288         presense of small buffer.
3290         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
3292         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
3293         for i686.
3295         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
3296         _NSIG + 1.
3298 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
3300         * Rules: Add explicit rule for dummy.o; at least one library needs
3301           it and it isn't autogenerated by the default rules.
3303 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3305         * math/libm-test.c: Tweak epsilons.
3307 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3309         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
3310         child.
3311         (feenv_mask_test): Likewise.
3313 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3315         * Makeconfig: Don't export CPPFLAGS.
3317 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3319         * sunrpc/rpc_main.c (parseargs): Use perror to print error
3320         message.
3322 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3324         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
3325         terminating null in key size.
3327 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3329         * nss/nss_files/files-service.c: Fix allocation size to include
3330         length of PROTO.
3332         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
3333         applicable.  Fix return value and error checking.
3334         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
3335         unparsable lines.
3336         (DB_LOOKUP): Allocate space for terminating null byte.
3338         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
3339         uids specially.
3341         * db2/makedb.c (process_input): Continue processing if a duplicate
3342         key is encountered.
3344 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
3346         * time/tzfile.h: Updated from tzcode1998b.
3347         * time/zdump.c: Likewise.
3348         * time/zic.c: Likewise.
3349         * time/africa: Update from tzdata1998b.
3350         * time/antarctica: Likewise.
3351         * time/asia: Likewise.
3352         * time/australasia: Likewise.
3353         * time/etcetera: Likewise.
3354         * time/europe: Likewise.
3355         * time/leapseconds: Likewise.
3356         * time/northamerica: Likewise.
3357         * time/southamerica: Likewise.
3359 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3361         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
3362         lookups ignoring case.
3363         * nss/nss_files/files-network.c: Do network lookups ignoring
3364         case.
3365         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
3366         case.
3367         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
3368         case insensitive comparing.
3369         Patches by Cristian Gafton <gafton@redhat.com>.
3371 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3373         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
3374         by Roland McGrath. [PR libc/395]
3376 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3378         * manual/arith.texi (Parsing of Integers): Correct description of
3379         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
3380         [PR libc/396]
3382 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
3384         * misc/lsearch.c (lsearch): Return a pointer to the new element
3385         if one was "allocated".
3387 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3389         * string/strsignal.c: NSIG is not a valid index into
3390         _sys_siglist.  Don't zap the last character of the "Unknown
3391         signal" message.
3393 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
3395         * locale/programs/charmap.c (parse_charmap): Correct parsing of
3396         ellipsis expressions.
3398         * locale/programs/charset.c (insert_char): Correctly insert value
3399         of eliipsis expression.
3401 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
3403         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
3404         <bits/setjmp.h>.
3405         * sysdeps/powerpc/setjmp.S: Likewise.
3406         Patches by Matt McLean <keys@keys.got.net>.
3408         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
3410         * Makefile: Undo last patch.
3411         (distribute): Add test-installation.pl.
3413         * configure.in: Correct handling of --enable-add-ons without parameter.
3414         Correct address of WWW pages.
3416         * libc.map: Add _nl_domain_bindings.
3418         * db2/mutex/tsl_parisc.s: New file.
3420         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
3421         and extra-module.mk.
3423         * localedata/Makefile (distribute): New.  Add all the files.
3425         * stdlib/Makefile (headers): Add inttypes.h.
3426         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
3427         * sysdeps/generic/inttypes.h: New file.
3428         * sysdeps/generic/strtoimax.c: New file.
3429         * sysdeps/generic/strtoumax.c: New file.
3430         * sysdeps/generic/wcstoimax.c: New file.
3431         * sysdeps/generic/wcstoumax.c: New file.
3432         * sysdeps/wordsize-32/Dist: Removed.
3433         * sysdeps/wordsize-32/Makefile: Removed.
3434         * sysdeps/wordsize-64/Dist: Removed.
3435         * sysdeps/wordsize-64/Makefile: Removed.
3436         * sysdeps/generic/bits/environments.h: New file.
3438         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
3439         header is still not correct.
3441         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
3442         * posix/unistd.h: Likewise.
3443         * sysdeps/generic/sys/mman.h: Likewise.
3444         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
3446         * manual/arith.texi: Change definition of mul macro.
3447         * manual/math.texi: Likewise.
3449         * misc/Makefile (routines): Add mmap64.
3450         * sysdeps/generic/mmap64.c: New file.
3451         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
3452         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
3453         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
3454         aliases to mmap.
3455         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3457         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
3459         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
3461         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
3463         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
3464         FOPEN_MAX also when included by limits.h.
3465         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
3467         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
3468         and netrom/netrom.h.
3469         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
3470         oldsiglist to sysdep_routines, not aux.
3471         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
3473         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
3474         and SOL_NETROM definition.
3476         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
3478         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
3479         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
3481 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
3483         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
3485         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
3486         sa_handler with k_sa_handler.
3487         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
3488         strong alias.
3489         Reported by a sun.
3491         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
3492         __libc_have_rt_sigs here.
3493         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
3494         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3495         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
3496         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3498 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
3500         * sysdeps/powerpc/atomicity.h: New file.
3501         * sysdeps/mach/powerpc/machine-lock.h: New file.
3503         * Rules: Use -fpic to build anything that might end up in a users'
3504         shared library.
3506         * sysdeps/powerpc/s_fdim.c: New file.
3507         * sysdeps/powerpc/s_fdimf.c: New file.
3508         * sysdeps/powerpc/s_fmax.S: New file.
3509         * sysdeps/powerpc/s_fmaxf.S: New file.
3510         * sysdeps/powerpc/s_fmin.S: New file.
3511         * sysdeps/powerpc/s_fminf.S: New file.
3512         * sysdeps/powerpc/s_llrint.c: Now is for double.
3513         * sysdeps/powerpc/s_llrintf.c: New file.
3514         * sysdeps/powerpc/s_llround.c: Now is for double.
3515         * sysdeps/powerpc/s_llroundf.c: New file.
3516         * sysdeps/powerpc/s_lrint.c: Now is for double.
3517         * sysdeps/powerpc/s_lrintf.S: New file.
3518         * sysdeps/powerpc/s_lround.c: Now is for double.
3519         * sysdeps/powerpc/s_lroundf.c: New file.
3520         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
3521         lrintf, fdim, fdimf.
3523         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
3524         file directly, use its parent.
3526         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
3527         (for the third time).
3529 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
3531         * posix/sched.h: timespec is in <time.h>.
3533         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
3535 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
3537         * configure.in: Stop with error if --disable-static is used when
3538         the shared lib uses this library.
3540         * gen-FAQ.pl: I've perl installed in /usr/bin.
3542         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
3544         Fix Unix98 conformance problems in the headers.
3545         * catgets/nl_types.h: Define nl_item.
3546         * grp/grp.h: Define gid_t.
3547         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
3548         * include/nl_types.h: New file.
3549         * include/ulimit.h: New file.
3550         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
3551         constants in POSIX mode.
3552         * io/utime.h: Get definition for time_t.
3553         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
3554         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
3555         * libio/stdio.h: Define va_list.  Make snprintf also available is
3556         __USE_UNIX98.  Declare getopt function and variables.
3557         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
3558         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
3559         * math/math.h: Defined M_* constants as double for Unix98 mode.
3560         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
3561         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
3562         * posix/regex.h: Define REG_NOSYS.
3563         * posix/wordexp.h: Define WRDE_NOSYS.
3564         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
3565         500 for Unix98.
3566         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
3567         somewhere else as well.  Define clock_t for Unix98.
3568         * posix/sys/wait.h: Define pid_t.
3569         * pwd/pwd.h: Define gid_t, uid_t.
3570         * resource/Makefile (headers): Add ulimit.h.
3571         * resource/ulimit.h: New file.
3572         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
3573         instead of second argument.
3574         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
3575         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
3576         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
3577         * signal/signal.h: Define pid_t.
3578         * string/string.h: Don't declare BSD string functions in POSIX mode.
3579         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
3580         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
3581         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
3582         and POSIX.
3584         * inet/test_ifindex.c: Change test so that it does not fail for
3585         interface aliases.
3587         * locale/programs/locale.c (show_info): Use correct cast sequence
3588         for 64bit machines.
3590         * malloc/malloc.c: __malloc_initialized now signals three states:
3591         uninitialized, initializing, initialized.  Used in mcheck.
3592         * malloc/mcheck.c (mabort): Add '\n' to messages.
3593         (mcheck): Allow installation when malloc is uninitialized or is
3594         just initializing.
3596         * manual/memory.texi: Explain mtrace output a bit more.
3598         * math/libm-test.c: Add more epsilons.
3600         * misc/regexp.h (compile): Remove __ prefix from parameter names.
3602         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
3603         instead of strcpy for security.
3604         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
3605         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
3606         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
3608         * nss/digits_dots.c: Pretty print.
3610         * posix/getconf.c (vars): Add symbols for programming environment
3611         recognition.  Recognize --version.
3613         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
3614         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
3615         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
3617         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
3618         __need_FOPEN_MAX.
3619         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
3620         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
3621         __need_FOPEN_MAX.
3623         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
3624         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
3626         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
3627         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3628         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
3629         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
3630         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3631         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
3633         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
3634         SCNu*.
3635         * sysdeps/wordsize-64/inttypes.h: Likewise.
3637         * time/africa: Update from tzdata1997j.
3638         * time/antarctica: Likewise.
3639         * time/asia: Likewise.
3640         * time/australasia: Likewise.
3641         * time/backward: Likewise.
3642         * time/etcetera: Likewise.
3643         * time/europe: Likewise.
3644         * time/factory: Likewise.
3645         * time/northamerica: Likewise.
3646         * time/pacificnew: Likewise.
3647         * time/southamerica: Likewise.
3649         * time/tzfile.h: Update from tzcode1997h.
3650         * time/zic.c: Likewise.
3652         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
3653         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
3654         isw*() functions for Unix98.
3655         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
3656         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
3657         is defined.
3659 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3661         * locale/duplocale.c: Increase usage_count only if less than
3662         MAX_USAGE_COUNT.
3663         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
3664         MAX_USAGE_COUNT.
3665         * locale/setlocale.c: Likewise.
3667 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3669         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
3670         dependency to make it easier to install it selectively.
3672         * Makerules (.SUFFIXES): Don't define any suffixes.
3674 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3676         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
3677         * sysdeps/generic/statfs64.c: Emulate using statfs.
3678         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
3679         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
3680         * sysdpes/generic/ftruncate64.c: New file.
3681         * sysdpes/generic/truncate64.c: New file.
3683         * sysdeps/generic/bits/stat.h: Add LFS support.
3684         * sysdeps/generic/bits/statfs.h: Likewise.
3686         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
3687         [__USE_FILE_OFFSET64]: Make long long constant.
3688         (RLIM64_INFINITY): Likewise.
3690         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
3691         for LFS support.
3692         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
3693         * sysdeps/generic/bits/resource.h: Likewise.
3695         * misc/Makefile (routines): Add truncate64 and ftruncate64.
3697         * include/features.h: Don't prevent LFS support from defining BSD
3698         and SYSV things.
3700         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
3701         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
3702         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
3704         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
3705         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
3706         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3708         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
3709         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
3710         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
3711         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
3712         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
3713         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
3714         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
3715         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
3716         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
3717         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
3718         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
3719         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
3720         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
3721         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
3722         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
3723         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
3724         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
3725         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
3726         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
3727         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
3729         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
3730         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
3731         * sysdeps/unix/sysv/linux/xstat64.c: New file.
3732         * sysdeps/unix/sysv/linux/readdir64.c: New file.
3733         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
3735         * sysdeps/unix/sysv/linux/getdents64.c: New file.
3736         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
3737         [$(subdir)=dirent]: Add getdents64.
3738         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
3740         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
3742 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
3744         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
3746         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
3747         * sysdeps/generic/getrlimit64.c: Likewise.
3748         * sysdeps/generic/setrlimit.c: Likewise.
3749         * sysdeps/generic/setrlimit64.c: Likewise.
3751 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
3753         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
3754         using versioning.
3756         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
3758         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
3760 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3762         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
3763         after the codeset name.
3765 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3767         * libc.map: Add get_kernel_syms.
3769 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3771         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
3772         static.
3773         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
3774         Likewise.  Fix condition.
3776 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3778         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
3780 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3782         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
3783         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
3785 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3787         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
3788         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
3789         instead.  Oops.
3791 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3793         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
3795 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3797         * math/libm-test.c (catanh_test): Change epsilon.
3798         Reported by H.J. Lu.
3800 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
3802         * libc.map (__getpid): Added for linuxthreads.
3804 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
3806         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
3807         it if gcc uses static variable in DWARF2 unwind information
3808         for exception support.
3810         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
3812         * elf/soinit.c (__libc_global_ctors, _fini): Handle
3813         HAVE_DWARF2_UNWIND_INFO_STATIC.
3815         * libc.map (__register_frame*, __deregister_frame*): Make them
3816         global.
3818 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3820         * math/libm-test.c: Add more tests for "normal" values.
3822 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3824         * stdio-common/printf_fphex.c: Fix printing of long double number
3825         with a biased exponent of zero.  Fix rounding.
3827 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3829         * sunrpc/rpc_main.c: Accept new flag -$.
3830         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
3832 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3834         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
3835         dynamic linker first, in case the interface has changed.
3837 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3839         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
3840         order.
3842 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3844         * math/tgmath.h: Check for double first, for architectures where
3845         sizeof (long double) == sizeof (double).
3847 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3849         * math/libm-test.c: New tests for "normal" values added for most
3850         functions.
3852 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
3854         * version.h (VERSION): Bump to 2.0.91.
3856         * db2/makedb.c (process_input): Fix typo in message.
3857         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
3859         * elf/dynamic-link.h: Pretty print.
3861         * elf/rtld.c: Allow multiple preloading of a shared object.
3863         * include/limits.h: Prevent multiple inclusion.
3865         * malloc/Makefile (headers): Add mcheck.h.
3866         (distribute): Remove it here.
3867         * malloc/mcheck.h: Pretty print.
3868         * malloc/mtrace.c (mallenv): Make `const'.
3869         * malloc/mtrace.pl: Don't print table head for memory leaks if there
3870         are none.
3871         * manual/memory.texi: Update descriptor of malloc hooks.
3873         * posix/Makefile (routines): Add waitid.
3874         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
3875         on __id_t.
3876         * posix/sys/wait.h: Define idtype_t type.
3877         Add prototype for waitid.
3878         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
3879         * sysdeps/generic/waitid.c: Stub for waitid.
3880         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
3881         the __need_siginfo_t defined.
3882         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
3883         * sysdeps/generic/bits/types.h: Define __id_t.
3884         Correct definition of __FDMASK.
3885         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
3886         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3887         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
3889         * sysdeps/posix/waitid.c: New file.
3890         Provided by Zack Weinberg.
3892         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
3894         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
3895         Add missing parameters.
3897         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
3898         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
3899         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
3900         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
3901         initialized.
3903         * sysdeps/i386/dl-machine.h: Little cleanup.
3905         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
3906         (__finite): Mark function as const.
3907         Add inline code for __ieee754_atan2.
3909         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
3910         (but don't use it now).
3911         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
3912         __atan.
3913         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
3914         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
3915         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
3916         real part.
3917         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
3918         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
3919         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
3920         __ieee754_atan2 to base 10.
3921         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
3922         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
3924         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
3925         old_kernel_sigaction.
3927         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
3929         * wctype/Makefile (routines): Add wctype_l.
3930         * wctype/wctype.h: Add declaration of __wctype_l.
3931         * wctype/wctype_l.c: New file.
3933 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
3935         * locale/C-ctype.c: Correct data for isw* functions.
3936         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
3937         byte order.
3938         * wctype/test_wctype.c: Add test for isw* functions.
3939         * wctype/wctype.c: Return value with expected byte order.
3941 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3943         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
3945 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
3947         * iconvdata/Makefile: Fix a typo.
3949         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
3950         oldsiglist for shared library.
3952         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
3953         sys_sigabbrev): Make them as the default version GLIBC_2.1.
3955         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
3956         sys_siglist, sys_sigabbrev): New file. Make them as the old
3957         version GLIBC_2.0.
3959         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
3960         to GLIBC_2.1.
3962 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
3964         * libio/iofgets.c (_IO_fgets): Return an error only if there
3965         is a new error.
3966         * libio/iogets.c (_IO_gets): Ditto.
3968 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
3970         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
3972         * libio/Makefile (routines, shared-only-routines): Add
3973         oldiofdopen.
3975         * libio/fileops.c: Don't use _IO_FILE_complete.
3976         * libio/iofdopen.c: Ditto.
3977         * libio/iofopen.c: Ditto.
3978         * libio/iofopen64.c: Ditto.
3979         * libio/iopopen.c: Ditto.
3980         * libio/iovdprintf.c: Ditto.
3982         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
3984         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
3985         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
3987         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
3988         _IO_old_fdopen, _IO_new_fdopen): New declaration.
3990         * libio/libio.h (_IO_FILE): Add more fields.
3991         (_IO_FILE_complete): Defined and make _IO_FILE be the old
3992         one if _IO_USE_OLD_IO_FILE is defined
3993         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
3994         them _IO_FILE_complete.
3996         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
3997         to adjust vtable.
3998         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
3999         _IO_JUMPS.
4000         (_IO_FILE_complete): Commented out.
4002         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
4003         * libio/oldiofclose.c: Ditto.
4004         * libio/oldiofopen.c: Ditto.
4005         * libio/oldstdfiles.c: Ditto.
4007         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
4008         for the old _IO_FILE.
4010         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
4011         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
4012         and stderr.
4014         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
4015         and remove INAME.
4017         * libio/stdio.c (stdin, stdout, stdin): Don't use
4018         _IO_FILE_complete.
4020         * libio/oldiofdopen.c: New.
4022         * stdio-common/vfprintf.c (buffered_vfprintf): Set
4023         hp->_vtable_offset to 0.
4025 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
4027         * libc.map (_IO_file_open): Added.
4029         * libio/libioP.h (_IO_file_open): Declared.
4031         * libio/fileops.c (_IO_file_open): New.
4032         (_IO_file_fopen): Call _IO_file_open ().
4034         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
4035         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
4037 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4039         * signal/signal.h: Fix selection of signal semantics to match
4040         comment.
4042 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4044         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
4045         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
4046         rt_sigreturn.
4047         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
4048         [$(subdir)=signal]: Remove rt_sigreturn.
4049         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
4050         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
4051         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
4053 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4055         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
4056         declarations.
4058 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4060         * iconvdata/extra-module.mk: Expand extra-objs now.
4062 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4064         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
4065         inline functions by feature tests to avoid warning about missing
4066         prototype declarations.
4068 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4070         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
4071         return code for non existent +name entries.
4072         * nis/nss_compat/compat-pwd.c: Likewise.
4073         * nis/nss_compat/compat-spwd.c: Likewise.
4075 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
4077         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
4078         (EIO): Likewise.
4079         (ENOSPC): Likewise.
4080         (EEXIST): Likewise.
4081         (__errno_location): Likewise.
4083         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
4085         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
4087 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4089         * sunrpc/publickey.c: Use new NSS interface.
4091 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
4093         * manual/malloc.texi: Document mtrace/muntrace and the concept.
4095 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4097         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
4098         value, to match spirit of the standard.
4099         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
4100         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
4101         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
4103 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4105         * manual/signal.texi (Signal Stack): Remove spurious @item.
4107 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4109         * rt/aio.h: Remove double semicolon.
4111         * rt/librt.map: Add aio_init.
4113 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
4115         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
4116         * Makefile (subdirs): Replace rt by $(rt).
4118         * shlib-versions: Use version .2 for NSS modules.
4120         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
4121         argument.
4122         * pwd/fgetpwent_r.c: Likewise.
4123         * spwd/fgetspent_r.c: Likewise.
4124         * spwd/sgetspent_r.c: Likewise.
4125         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
4126         Store error number in *ERRNOP.  Little optimization.
4127         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
4128         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
4129         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
4130         (__internal_getnetgrent_r): New argument.
4131         Call __internal_setnetgrent_reuse with new argument.
4132         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
4133         * inet/netgroup.h: Add argument to prototypes.
4134         * nis/nisplus-parser.h: Likewise.
4135         * nis/nss_compat/compat-grp.c: Change everything to store error
4136         code through provided pointer and not use errno.
4137         * nis/nss_compat/compat-pwd.c: Likewise.
4138         * nis/nss_compat/compat-spwd.c: Likewise.
4139         * nis/nss_nis/nis-alias.c: Likewise.
4140         * nis/nss_nis/nis-ethers.c: Likewise.
4141         * nis/nss_nis/nis-grp.c: Likewise.
4142         * nis/nss_nis/nis-hosts.c: Likewise.
4143         * nis/nss_nis/nis-netgrp.c: Likewise.
4144         * nis/nss_nis/nis-network.c: Likewise.
4145         * nis/nss_nis/nis-proto.c: Likewise.
4146         * nis/nss_nis/nis-publickey.c: Likewise.
4147         * nis/nss_nis/nis-pwd.c: Likewise.
4148         * nis/nss_nis/nis-rpc.c: Likewise.
4149         * nis/nss_nis/nis-service.c: Likewise.
4150         * nis/nss_nis/nis-spwd.c: Likewise.
4151         * nis/nss_nisplus/nisplus-alias.c: Likewise.
4152         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
4153         * nis/nss_nisplus/nisplus-grp.c: Likewise.
4154         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
4155         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
4156         * nis/nss_nisplus/nisplus-network.c: Likewise.
4157         * nis/nss_nisplus/nisplus-parser.c: Likewise.
4158         * nis/nss_nisplus/nisplus-proto.c: Likewise.
4159         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
4160         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
4161         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
4162         * nis/nss_nisplus/nisplus-service.c: Likewise.
4163         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
4164         * nss/nss_db/db-XXX.c: Likewise.
4165         * nss/nss_db/db-alias.c: Likewise.
4166         * nss/nss_db/db-netgrp.c: Likewise.
4167         * nss/nss_files/files-XXX.c: Likewise
4168         * nss/nss_files/files-alias.c: Likewise
4169         * nss/nss_files/files-netgrp.c: Likewise
4170         * nss/nss_files/files-parse.c: Likewise
4171         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
4172         parameter of get functions.
4173         * nss/getXXent_r.c: Likewise.
4175         * localedata/tst-fmon.c: Print debug info if test fails.
4177         * rt/Makefile (routines): Add aio_notify.
4178         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
4179         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
4180         * rt/aio_fsync.c: Likewise.
4181         * rt/aio_misc.c: Likewise.
4182         * rt/aio_misc.h: Likewise.
4183         * rt/aio_read.c: Likewise.
4184         * rt/aio_read64.c: Likewise.
4185         * rt/aio_suspend.c: Likewise.
4186         * rt/aio_write.c: Likewise.
4187         * rt/aio_write64.c: Likewise.
4188         * rt/lio_listio.c: Likewise.
4189         * rt/lio_listio64.c: Likewise.
4190         * rt/aio_notify.c: New file.
4192         * sysdeps/generic/bits/sigset.h: Pretty print.
4194         * sysdeps/posix/pwrite.c: Define weak alias only if function is
4195         really defined as __pwrite.
4197         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
4198         instead of pread64.
4199         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4201         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
4202         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
4203         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
4204         size in syscall.
4205         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
4206         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
4207         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
4208         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
4209         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
4210         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4211         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
4212         for ACT being NULL.
4213         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
4214         RT signals.
4215         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
4216         __NR_pread is not defined.
4217         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
4218         __NR_pwrite is not defined.
4220 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4222         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
4223         handle for /etc/group back in some more cases.
4224         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
4225         handle for /etc/passwd back in some more cases.
4226         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
4227         handle for /etc/shadow back in some more cases.
4229 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
4231         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
4232         beyound its size.
4233         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
4234         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
4236 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
4238         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
4239         handling.  Don't use macros, we need functions.  Use inline functions
4240         for optimization.
4241         * sysdeps/wordsize-64/inttypes.h: Likewise.
4242         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
4243         and wcstoumax.
4244         * sysdeps/wordsize-64/Makefile: Likewise.
4245         * sysdeps/wordsize-32/Dist: Likewise.
4246         * sysdeps/wordsize-64/Dist: Likewise.
4247         * sysdeps/wordsize-32/strtoimax.c: New file.
4248         * sysdeps/wordsize-32/strtoumax.c: New file.
4249         * sysdeps/wordsize-32/wcstoimax.c: New file.
4250         * sysdeps/wordsize-32/wcstoumax.c: New file.
4251         * sysdeps/wordsize-64/strtoimax.c: New file.
4252         * sysdeps/wordsize-64/strtoumax.c: New file.
4253         * sysdeps/wordsize-64/wcstoimax.c: New file.
4254         * sysdeps/wordsize-64/wcstoumax.c: New file.
4256 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
4258         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
4259         that transparent union works.
4260         * sysdeps/generic/wait4.c (__wait4): Likewise.
4261         * sysdeps/generic/wait.c (__wait): Likewise.
4263         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
4264         size_t.
4266         * sysdeps/generic/syscall.c (syscall): Return value and arg are
4267         long, to match prototype.
4269         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
4270         have mremap() yet.
4272         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
4274         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
4276         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
4278         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
4279         __rlim_t.
4281         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
4283         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
4285         * io/sys/stat.h (S_ISLNK): Always false if we don't have
4286         __S_IFLNK.
4288         * sysdeps/standalone/close.c (_STDIO_H): Define before including
4289         <bits/stdio_lim.h>.
4290         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
4292 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
4294         * posix/sys/wait.h: Don't use transparent unions in C++.
4296 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4298         * time/time.h: Add strfxtime.
4300         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
4301         sysv_signal, strfxtime, pread64, pwrite64.
4303 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
4305         Alpha changes for EGCS:
4306         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
4307         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
4308         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
4309         (_start): Likewise.
4310         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
4312 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
4314         The kernel expects the arguments in a different order.
4315         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
4316         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
4318         * FAQ.in: New file.
4319         * gen-FAQ.pl: New file.
4320         * Makefile (FAQ): Add rule to generate from FAQ.in.
4322         * iconvdata/Makefile: Treat libJIS like the other modules.
4324         * rt/librt.map: New file.
4326         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
4327         inclusion.
4328         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
4329         comment.
4331 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
4333         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
4334         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
4335         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
4336         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
4338 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4340         * string/bits/string2.h: Fix spellings.
4342         * string/string.h: Fix spellings.
4344 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4346         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
4347         declaration to __syscall_rt_sigaction.
4349         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
4350         non-existant <sigcontext.h>.
4352 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4354         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
4355         typo.
4357 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4359         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
4361         * Makeconfig (shared-thread-library): Correct spelling.
4363         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
4364         <asm/pci.h>.
4366 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4368         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
4369         constants from Linux headers. Pointed out by
4370         csmall@scooter.o.i.net. [PR libc/369]
4372 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4374         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
4376 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4378         * configure.in: If --enable-add-ons is given without an
4379         argument, set the addons list to all subdirs with a configure
4380         script.
4382 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
4384         * Makeconfig: Add shared-thread-library variable.
4386         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
4387         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
4388         here.
4389         * sysdeps/m68k/fpu/e_acos.c: Likewise.
4390         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
4391         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
4392         * sysdeps/m68k/fpu/e_pow.c: Likewise.
4393         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
4394         * sysdeps/m68k/fpu/k_cos.c: Likewise.
4395         * sysdeps/m68k/fpu/k_sin.c: Likewise.
4396         * sysdeps/m68k/fpu/k_tan.c: Likewise.
4397         * sysdeps/m68k/fpu/s_atan.c: Likewise.
4398         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
4399         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
4400         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
4401         * sysdeps/m68k/fpu/s_csin.c: Likewise.
4402         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
4403         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
4404         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
4405         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
4406         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
4407         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
4408         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
4409         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
4410         * sysdeps/m68k/fpu/s_modf.c: Likewise.
4411         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
4412         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
4413         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
4415         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
4416         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
4417         * signal/Makefile (headers): Add bits/siginfo.h.
4418         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
4419         (distribute): Add testrtsig.h.
4420         * signal/allocrtsig.c: New file.
4421         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
4422         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
4423         __libc_current_sigrtmax.
4424         * sysdeps/generic/sigqueue.c: New file.
4425         * sysdeps/generic/sigtimedwait.c: New file.
4426         * sysdeps/generic/sigwaitinfo.c: New file.
4427         * sysdeps/generic/testrtsig.h: New file.
4428         * sysdeps/generic/bits/siginfo.h: New file.
4429         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
4430         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
4431         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
4432         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
4433         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
4434         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
4435         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
4436         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
4437         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
4438         * sysdeps/unix/sysv/linux/sigpending.c: New file.
4439         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
4440         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
4441         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
4442         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
4443         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
4444         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
4445         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
4446         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
4447         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
4448         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
4449         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
4450         and _POSIX_REALTIME_SIGNALS.
4451         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
4452         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
4453         update _NSIG.
4454         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
4455         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
4456         definitions.
4458         * Makefile (subdirs): Add rt.
4459         * shlib-versions: Add entry for librt.
4460         * rt/Makefile: New file.
4461         * rt/aio.h: New file.
4462         * rt/aio_cancel.c: New file.
4463         * rt/aio_error.c: New file.
4464         * rt/aio_fsync.c: New file.
4465         * rt/aio_misc.c: New file.
4466         * rt/aio_misc.h: New file.
4467         * rt/aio_read.c: New file.
4468         * rt/aio_read64.c: New file.
4469         * rt/aio_return.c: New file.
4470         * rt/aio_suspend.c: New file.
4471         * rt/aio_write.c: New file.
4472         * rt/aio_write64.c: New file.
4473         * rt/lio_listio.c: New file.
4474         * rt/lio_listio64.c: New file.
4475         * sysdeps/generic/aio_sigqueue.c: New file.
4476         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
4477         * sysdeps/unix/sysv/linux/Dist: Add new files
4478         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
4479         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
4480         rt_sigqueueinfo, rt_sigaction.
4482         * posix/Makefile (headers): Add bits/environments.h.
4483         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
4484         and _CS_LFS_CFLAGS on 64bit platforms.
4485         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
4486         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
4487         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
4488         compilation modules.
4489         * sysdeps/wordsize-32/bits/environments.h: New file.
4490         * sysdeps/wordsize-64/bits/environments.h: New file.
4492         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
4493         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
4494         __libc_pid.
4495         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
4496         0xf00baa.
4498         * string/string.h: Add declaration of __strverscmp.
4499         * string/strverscmp.c: Rename function ot __strverscmp and make old
4500         name weak alias.
4502         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
4503         * sysdeps/generic/enbl-secure.c: Likewise.
4504         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
4506         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
4508         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
4510 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
4512         * posix/sys/wait.h: Use __transparent_union__ instead of
4513         transparent_union.  Reported by Roland McGrath.
4515 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4517         * resolv/inet_neta.c (inet_neta): Change type of first parameter
4518         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
4519         [PR libc/366].
4521         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
4523         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
4525 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4527         * grp/initgroups.c: Increase buffer if it is too small.
4529 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
4531         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
4532         fields, this is no ISO C.  Reported by Andreas Jaeger.
4534 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4536         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
4538 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
4540         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
4541         _SYS_UTSNAME_H not _UTSNAME_H.
4543 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4545         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
4546         computing s_scale.
4548 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4550         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
4551         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
4552         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
4554         * math/libm-test.c (csqrt_test): Add testcase.
4556 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
4558         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
4559         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
4560         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
4562 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4564         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
4566 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4568         * math/libm-test.c (acos_test): Add more tests.
4569         (asin_test): Likewise.
4570         (atan_test): Likewise.
4571         (exp_test): Likewise.
4572         (sin_test): Likewise.
4573         (sqrt_test): Likewise.
4574         (cpow_test): Likewise.
4575         (csqrt_test): Likewise.
4576         (cexp_test): Correct typo in gcc version test.
4578 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
4580         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
4581         <bits/setjmp.h>.
4582         * sysdeps/arm/setjmp.S: Likewise.
4584         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
4586 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
4588         * stdio/stdio.h: Add prototype for tmpfile64().
4590 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
4592         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
4593         prototype to keep in step with libio version.
4595         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
4597 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
4599         * sysdeps/generic/Makefile: Don't try to use make_siglist if
4600         cross-compiling.
4602 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
4604         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
4605         load GOT ptr before jumping to _exit.
4606         Reported by Xavier Leroy.
4608 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
4610         * Makefile (subdirs): Add iconvdata and localedata.
4612         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
4614         * iconv/gconv_conf.c (read_conf_file): Little optimization.
4616         * iconvdata/8bit-gap.c: New file.
4617         * iconvdata/8bit-generic.c: Renamed from ...
4618         * iconvdata/iso8859-generic.c: ...this.
4619         * iconvdata/configure: Removed.
4620         * iconvdata/Makefile: Add new modules and better rules.
4621         * iconvdata/iso6937.c: Minor bug fixes.
4622         * iconvdata/iso8859-1.c: Likewise.
4623         * iconvdata/t61.c: Likewise.
4624         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
4625         Minor bug fixes.
4626         * iconvdata/iso8859-3.c: Likewise.
4627         * iconvdata/iso8859-4.c: Likewise.
4628         * iconvdata/iso8859-5.c: Likewise.
4629         * iconvdata/iso8859-6.c: Likewise.
4630         * iconvdata/iso8859-7.c: Likewise.
4631         * iconvdata/iso8859-8.c: Likewise.
4632         * iconvdata/iso8859-9.c: Likewise.
4633         * iconvdata/iso8859-10.c: Likewise.
4634         * iconvdata/ebcdic-at-de-a.c: New file.
4635         * iconvdata/ebcdic-at-de.c: New file.
4636         * iconvdata/ebcdic-ca-fr.c: New file.
4637         * iconvdata/hp-roman8.c: New file.
4638         * iconvdata/koi-8.c: New file.
4639         * iconvdata/koi8-r.c: New file.
4640         * iconvdata/koi8-h.c: New file.
4641         * iconvdata/latin-greek-1.c: New file.
4642         * iconvdata/latin-greek-1.h: New file.
4643         * iconvdata/latin-greek.c: New file.
4644         * iconvdata/latin-greek.h: New file.
4645         * iconvdata/jis0201.c: New file.
4646         * iconvdata/jis0201.h: New file.
4647         * iconvdata/jis0208.c: New file.
4648         * iconvdata/jis0208.h: New file.
4649         * iconvdata/jis0212.c: New file.
4650         * iconvdata/jis0212.h: New file.
4651         * iconvdata/sjis.c: New file.
4652         * iconvdata/gap.pl: New file.  Script to generate table header.
4653         * iconvdata/gaptab.pl: New file.
4654         * iconvdata/gconv-modules: Add info about new modules.
4656         * locale/programs/charmap.c: Also examine alias names given in charmap
4657         files.
4659         * localedata/*: Add to here from add-on.  We need the information
4660         to generate tables for iconv.
4662         Update from db-2.3.14.
4663         * db2/Makefile: Updated.
4664         * db2/config.h: Likewise.
4665         * db2/db.h: Likewise.
4666         * db2/db_int.h: Likewise.
4667         * db2/btree/bt_cursor.c: Likewise.
4668         * db2/btree/bt_delete.c: Likewise.
4669         * db2/btree/bt_put.c: Likewise.
4670         * db2/btree/bt_search.c: Likewise.
4671         * db2/btree/bt_split.c: Likewise.
4672         * db2/btree/btree_auto.c: Likewise.
4673         * db2/common/db_appinit.c: Likewise.
4674         * db2/common/db_apprec.c: Likewise.
4675         * db2/common/db_err.c: Likewise.
4676         * db2/common/db_region.c: Likewise.
4677         * db2/db/db_auto.c: Likewise.
4678         * db2/db/db_dispatch.c: Likewise.
4679         * db2/db/db_ret.c: Likewise.
4680         * db2/dbm/dbm.c: Likewise.
4681         * db2/hash/hash_auto.c: Likewise.
4682         * db2/include/btree_ext.h: Likewise.
4683         * db2/include/common_ext.h: Likewise.
4684         * db2/include/db.h.src: Likewise.
4685         * db2/include/db_cxx.h: Likewise.
4686         * db2/include/db_ext.h: Likewise.
4687         * db2/include/db_int.h.src: Likewise.
4688         * db2/include/lock.h: Likewise.
4689         * db2/include/log.h: Likewise.
4690         * db2/include/mp.h: Likewise.
4691         * db2/include/mp_ext.h: Likewise.
4692         * db2/include/os_ext.h: Likewise.
4693         * db2/include/os_func.h: Likewise.
4694         * db2/lock/lock.c: Likewise.
4695         * db2/lock/lock_deadlock.c: Likewise.
4696         * db2/log/log.c: Likewise.
4697         * db2/log/log_archive.c: Likewise.
4698         * db2/log/log_auto.c: Likewise.
4699         * db2/log/log_get.c: Likewise.
4700         * db2/log/log_put.c: Likewise.
4701         * db2/mp/mp_bh.c: Likewise.
4702         * db2/mp/mp_fget.c: Likewise.
4703         * db2/mp/mp_fopen.c: Likewise.
4704         * db2/mp/mp_fput.c: Likewise.
4705         * db2/mp/mp_fset.c: Likewise.
4706         * db2/mp/mp_open.c: Likewise.
4707         * db2/mp/mp_pr.c: Likewise.
4708         * db2/mp/mp_region.c: Likewise.
4709         * db2/mp/mp_sync.c: Likewise.
4710         * db2/mutex/README: Likewise.
4711         * db2/mutex/mutex.c: Likewise.
4712         * db2/os/os_open.c: Likewise.
4713         * db2/os/os_func.c: Removed.
4714         * db2/os/os_config.c: New file.
4715         * db2/os/os_spin.c: New file.
4716         * db2/txn/txn.c: Likewise.
4717         * db2/txn/txn_auto.c: Likewise.
4719 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
4721         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
4722         __typeof for C++ since this fails for class members.
4723         Reported by Neal Becker <neal@ctd.comsat.com>.
4725 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4727         * configure.in: Check for a working makeinfo (3.11 or better).
4728         * config.make.in: Add MAKEINFO to be substituted.
4729         * manual/Makefile: Don't update info if makeinfo is too old.
4731 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
4733         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
4734         * sysdeps/alpha/__longjmp.S: Likewise.
4735         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
4736         not <bits/termios.h>.
4738         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
4739         __llseek and make llseek and lseek64 weak aliases.
4740         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4741         Patches by a sun <asun@zoology.washington.edu>.
4743 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4745         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
4746         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
4747         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
4748         * misc/sys/syslog.h: Clean up BSD header.
4750 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4752         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
4754         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
4755         for ctan(+-inf,x).
4756         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
4757         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
4759         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
4760         csqrt (-1), ctanh(i*pi/4).
4762 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4764         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
4766 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
4768         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
4770 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4772         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
4774 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
4776         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
4777         and use.  Define GETCWD_RETURN_TYPE instead and use it.
4778         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
4779         of GETCWD_STORYGE_CLASS and put the return type and the
4780         `internal_function' in the right order for gcc 2.7.2.
4782 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4784         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
4785         incompatible with Linux 2.1.x.  Packages using modules
4786         (e.g. modutils) should/do provide their own version.  Suggested by
4787         Richard Henderson.
4789         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
4791         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
4792         [$(subdir)=socket]: Remove sys/module.h.
4794 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
4796         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
4797         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
4799         * iconv/gconv_close.c: Correct freeing of descriptor data.
4800         * iconv/gconv_simple.c: Return correct error values for illegal or
4801         incomplete characters.
4803         * Makefile (iconvdata/%): Special goal to simplify iconvdata
4804         development.
4805         * iconvdata/Makefile: New file.
4806         * iconvdata/configure: Likewise.
4807         * iconvdata/extra-module.mk: Likewise.
4808         * iconvdata/gconv-modules: Likewise.
4809         * iconvdata/iso6937.c: Likewise.
4810         * iconvdata/iso8859-1.c: Likewise.
4811         * iconvdata/iso8859-10.c: Likewise.
4812         * iconvdata/iso8859-10.h: Likewise.
4813         * iconvdata/iso8859-2.c: Likewise.
4814         * iconvdata/iso8859-2.h: Likewise.
4815         * iconvdata/iso8859-3.c: Likewise.
4816         * iconvdata/iso8859-3.h: Likewise.
4817         * iconvdata/iso8859-4.c: Likewise.
4818         * iconvdata/iso8859-4.h: Likewise.
4819         * iconvdata/iso8859-5.c: Likewise.
4820         * iconvdata/iso8859-5.h: Likewise.
4821         * iconvdata/iso8859-6.c: Likewise.
4822         * iconvdata/iso8859-6.h: Likewise.
4823         * iconvdata/iso8859-7.c: Likewise.
4824         * iconvdata/iso8859-7.h: Likewise.
4825         * iconvdata/iso8859-8.c: Likewise.
4826         * iconvdata/iso8859-8.h: Likewise.
4827         * iconvdata/iso8859-9.c: Likewise.
4828         * iconvdata/iso8859-9.h: Likewise.
4829         * iconvdata/iso8859-generic.c: Likewise.
4830         * iconvdata/t61.c: Likewise.
4832         * string/Makefile (routines): Add strcasestr.
4833         * string/string.h: Add prototype for strcasestr.
4834         * sysdeps/generic/strcasestr.c: New file.
4835         * wcsmbs/mbrtowc.c: Simplify special case a bit.
4836         * wcsmbs/wcrtomb.c: Likewise.
4837         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
4838         * wcsmbs/wcsnrtombs.c: Likewise.
4839         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
4840         partial character is read.
4841         * wcsmbs/wcsrtombs.c: Likewise.
4842         * wcsmbs/wmemrtombs.c: Likewise.
4843         * wcsmbs/wmemrtowcs.c: Likewise.
4845         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
4846         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
4847         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
4848         * sysdeps/i386/elf/setjmp.S: Likewise.
4849         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
4850         <bits/termios.h>.
4852         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
4853         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
4855         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
4856         * sysvipc/sys/ipc.h: Likewise.
4857         * sysvipc/sys/msg.h: Likewise.
4858         * sysvipc/sys/sem.h: Likewise.
4859         * sysvipc/sys/shm.h: Likewise.
4861         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
4862         used directly.
4863         * sysdeps/alpha/bits/setjmp.h: Likewise.
4864         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
4865         * sysdeps/arm/bits/endian.h: Likewise.
4866         * sysdeps/arm/bits/setjmp.h: Likewise.
4867         * sysdeps/generic/bits/byteswap.h: Likewise.
4868         * sysdeps/generic/bits/confname.h: Likewise.
4869         * sysdeps/generic/bits/dirent.h: Likewise.
4870         * sysdeps/generic/bits/dlfcn.h: Likewise.
4871         * sysdeps/generic/bits/endian.h: Likewise.
4872         * sysdeps/generic/bits/fenv.h: Likewise.
4873         * sysdeps/generic/bits/huge_val.h: Likewise.
4874         * sysdeps/generic/bits/in.h: Likewise.
4875         * sysdeps/generic/bits/ioctl-types.h: Likewise.
4876         * sysdeps/generic/bits/ioctls.h: Likewise.
4877         * sysdeps/generic/bits/ipc.h: Likewise.
4878         * sysdeps/generic/bits/msq.h: Likewise.
4879         * sysdeps/generic/bits/poll.h: Likewise.
4880         * sysdeps/generic/bits/resource.h: Likewise.
4881         * sysdeps/generic/bits/sched.h: Likewise.
4882         * sysdeps/generic/bits/sem.h: Likewise.
4883         * sysdeps/generic/bits/setjmp.h: Likewise.
4884         * sysdeps/generic/bits/shm.h: Likewise.
4885         * sysdeps/generic/bits/sigaction.h: Likewise.
4886         * sysdeps/generic/bits/sigcontext.h: Likewise.
4887         * sysdeps/generic/bits/socket.h: Likewise.
4888         * sysdeps/generic/bits/stat.h: Likewise.
4889         * sysdeps/generic/bits/statfs.h: Likewise.
4890         * sysdeps/generic/bits/stdio_lim.h: Likewise.
4891         * sysdeps/generic/bits/termios.h: Likewise.
4892         * sysdeps/generic/bits/time.h: Likewise.
4893         * sysdeps/generic/bits/uio.h: Likewise.
4894         * sysdeps/generic/bits/utmp.h: Likewise.
4895         * sysdeps/generic/bits/utmpx.h: Likewise.
4896         * sysdeps/generic/bits/utsname.h: Likewise.
4897         * sysdeps/generic/bits/waitflags.h: Likewise.
4898         * sysdeps/generic/bits/waitstatus.h: Likewise.
4899         * sysdeps/gnu/bits/utmp.h: Likewise.
4900         * sysdeps/gnu/bits/utmpx.h: Likewise.
4901         * sysdeps/i386/bits/byteswap.h: Likewise.
4902         * sysdeps/i386/bits/endian.h: Likewise.
4903         * sysdeps/i386/bits/huge_val.h: Likewise.
4904         * sysdeps/i386/bits/setjmp.h: Likewise.
4905         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
4906         * sysdeps/ieee754/bits/huge_val.h: Likewise.
4907         * sysdeps/m68k/bits/byteswap.h: Likewise.
4908         * sysdeps/m68k/bits/endian.h: Likewise.
4909         * sysdeps/m68k/bits/setjmp.h: Likewise.
4910         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
4911         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
4912         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
4913         * sysdeps/mach/hurd/bits/stat.h: Likewise.
4914         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
4915         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
4916         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
4917         * sysdeps/mips/bits/dlfcn.h: Likewise.
4918         * sysdeps/mips/bits/endian.h: Likewise.
4919         * sysdeps/mips/bits/setjmp.h: Likewise.
4920         * sysdeps/mips/dec/bits/endian.h: Likewise.
4921         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
4922         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
4923         * sysdeps/mips/p40/bits/endian.h: Likewise.
4924         * sysdeps/powerpc/bits/endian.h: Likewise.
4925         * sysdeps/powerpc/bits/fenv.h: Likewise.
4926         * sysdeps/powerpc/bits/setjmp.h: Likewise.
4927         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
4928         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
4929         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
4930         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
4931         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
4932         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
4933         * sysdeps/unix/bsd/bits/stat.h: Likewise.
4934         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
4935         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
4936         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
4937         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
4938         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
4939         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
4940         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
4941         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
4942         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
4943         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4944         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
4945         * sysdeps/unix/common/bits/dirent.h: Likewise.
4946         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
4947         * sysdeps/unix/sysv/bits/stat.h: Likewise.
4948         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
4949         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
4950         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
4951         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
4952         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
4953         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
4954         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
4955         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
4956         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
4957         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
4958         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
4959         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
4960         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
4961         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
4962         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
4963         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
4964         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
4965         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
4966         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
4967         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
4968         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
4969         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
4970         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
4971         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
4972         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4973         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
4974         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
4975         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
4976         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
4977         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
4978         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
4979         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
4980         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
4981         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
4982         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
4983         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
4984         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
4985         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
4986         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
4987         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
4988         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
4989         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
4990         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4991         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
4992         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
4993         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
4994         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
4995         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
4996         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
4997         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
4998         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
4999         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
5000         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
5001         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
5002         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
5003         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
5004         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
5005         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
5006         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
5007         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
5008         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
5009         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
5010         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
5011         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
5012         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
5013         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
5014         * sysdeps/vax/bits/huge_val.h: Likewise.
5015         * sysdeps/vax/bits/setjmp.h: Likewise.
5016         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
5017         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
5019 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5021         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
5023 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
5025         * strftime.c (strftime):
5026         No longer any need to undef or declare if emacs is defined.
5027         (my_strftime): When checking a -1 returned by mktime, don't blow up
5028         if localtime_r returns NULL.
5030 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5032         * README.template: Fix spelling.
5034 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5036         * configure.in: Enhance --enable-add-ons description a wee bit.
5038 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5040         * glibcbug.in: Add more information of build environment and flags.
5042 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5044         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
5045         it into ENOENT.
5047 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
5049         * elf/dl-support.c: Call __libc_init_secure to make sure
5050         __libc_enable_secure is defined early.
5051         * sysdeps/generic/enbl-secure.c: Change function name to
5052         __libc_init_secure and make it global instead of a constructor.
5054         * iconv/gconv.c: Fix lots of bugs.
5055         * iconv/gconv.h: Likewise.
5056         * iconv/gconv_builtin.h: Likewise.
5057         * iconv/gconv_close.c: Likewise.
5058         * iconv/gconv_conf.c: Likewise.
5059         * iconv/gconv_db.c: Likewise.
5060         * iconv/gconv_dl.c: Likewise.
5061         * iconv/gconv_open.c: Likewise.
5062         * iconv/gconv_simple.c: Likewise.
5063         * iconv/iconv.c: Likewise.
5064         * iconv/iconv_close.c: Likewise.
5065         * iconv/iconv_open.c: Likewise.
5067         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
5068         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
5069         * wcsmbs/wmemrtombs.c: New file.
5070         * wcsmbs/wmemrtowcs.c: New file.
5072 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
5074         * iconv/gconv_simple.c: Fix lots of bugs.
5075         * iconv/iconv_open.c: Normalize names before passing them to
5076         __gconv_open.
5078         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
5080         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
5081         * stdio-common/test-popen.c: Add test for above change.
5083         * math/libm-test.c: Print test results also using %a format,
5084         specified in PRINTF_XEXPR macro.
5085         * math/test-double.c: Define PRINTF_XEXPR.
5086         * math/test-float.c: Likewise.
5087         * math/test-ldouble.c: Likewise.
5088         * math/test-idouble.c: Likewise.
5089         * math/test-ifloat.c: Likewise.
5090         * math/test-ildoubl.c: Likewise.
5092         * stdio-common/vfscanf.c: Recognize a in format specifier only as
5093         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
5094         FP number format.
5096         * stdlib/strtod.c: Little code cleanup.
5098         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
5099         compiling in math subdir.
5101         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
5102         instead of __LIBC_M81_MATH_INLINES.
5103         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
5104         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
5105         * sysdeps/m68k/fpu/e_pow.c: Likewise.
5106         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
5107         * sysdeps/m68k/fpu/k_cos.c: Likewise.
5108         * sysdeps/m68k/fpu/k_sin.c: Likewise.
5109         * sysdeps/m68k/fpu/k_tan.c: Likewise.
5110         * sysdeps/m68k/fpu/s_atan.c: Likewise.
5111         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
5112         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
5113         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
5114         * sysdeps/m68k/fpu/s_csin.c: Likewise.
5115         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
5116         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
5117         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
5118         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
5119         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
5120         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
5121         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
5122         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
5123         * sysdeps/m68k/fpu/s_modf.c: Likewise.
5124         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
5125         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
5126         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
5127         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
5128         __LIBC_INTERNAL_MATH_INLINES is defined.
5130         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
5131         of compare macros from ISO C 9X.  Optimize generic versions a bit.
5132         Define __signbit inline functions and __ieee754_sqrt which can be
5133         used if the ompiler is fixed.
5135         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
5137 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5139         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
5140         sysdeps/generic in the whole dep file, not only in the first line.
5142 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5144         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
5146 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5148         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
5149         place.
5151 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5153         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
5154         is non-empty.
5156 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
5158         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
5159         return value.
5161 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
5163         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
5164         readlink succeeds but the return value is too long.
5166         * stdio-common/printf_fphex.c: Determine sign of number correctly.
5168 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
5170         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
5171         __remqu for Alpha.
5173 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
5175         * sysdeps/generic/sys/ucontext.h: Stub context file.
5177         * libio/iofprintf.c: Removed.  We use the stdio-common version.
5179         * manual/Makefile (distribute): Add stdio-fp.c.
5181         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
5183         * db2/Makefile (distribute): Add include/os_func.h, README and
5184         mutex/tsl_parisc.s.
5186         * hesiod/Makefile (distribute): Add README.hesiod.
5188 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
5190         * iconv/gconv.c: Correctly call transformation function.
5192         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
5194 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5196         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
5197         wrong results for e.g. remquo (3,2, &x)).
5198         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
5199         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
5201 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5203         * configure.in (ld --version-script): Test if the same symbol
5204         maybe defined in all versions (needed by recent changes to
5205         libc.map and supported with binutils 2.8.1.0.17) and issue warning
5206         if versioning is not supported/enabled.
5207         (bash test): Correct test case.
5209         * math/libm-test.c: Added counting/reporting of number of test cases.
5211         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
5212         use awk instead.
5214         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
5216 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5218         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
5220 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
5222         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
5223         Replace revoke call by use of REVOKE.
5224         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
5225         empty and #include generic version.
5226         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5228 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
5230         * libc.map: Add socket functions with __libc_* names.
5231         Reported by Andreas Jaeger.
5233 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5235         * libc.map: Tidy up (remove duplicates, sort entries).
5237 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5239         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
5241 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
5243         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
5244         again after successful call.
5245         Patch by Marc Lehmann <pcg@goof.com>.
5247 1997-11-17  Paul Eggert  <eggert@twinsun.com>
5249         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
5250         as some hosts need this to declare localtime_r properly.
5252 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
5254         * libc.map: Add iconv_open, iconv, and iconv_close.
5256 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
5258         * iconv/Makefile: New file.
5259         * iconv/gconv.c: New file.
5260         * iconv/gconv.h: New file.
5261         * iconv/gconv_builtin.c: New file.
5262         * iconv/gconv_builtin.h: New file.
5263         * iconv/gconv_close.c: New file.
5264         * iconv/gconv_conf.c: New file.
5265         * iconv/gconv_db.c: New file.
5266         * iconv/gconv_dl.c: New file.
5267         * iconv/gconv_open.c: New file.
5268         * iconv/gconv_simple.c: New file.
5269         * iconv/iconv.c: New file.
5270         * iconv/iconv.h: New file.
5271         * iconv/iconv_close.c: New file.
5272         * iconv/iconv_open.c: New file.
5273         * include/gconv.h: New file.
5275         * Makeconfig: Define gconvdir.
5276         * Makefile (subdirs): Add iconv.
5278         * string/bits/string2.h: Add optimization for strtok_r.
5280         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
5281         for NULL.
5282         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
5283         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
5285         * configure.in: Correct test for bash2.
5286         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5288         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
5289         (CFLAGS-locfile.c): Likewise.
5290         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5292         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
5293         non-existing entry if the table is full.
5295         * posix/regex.h: Pretty print.
5297         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
5299         * sysdeps/posix/ctermid.c: Simplify a bit.
5301         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
5303 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5305         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
5306         <sys/types.h> instead of <asm/types.h>.
5308 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5310         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
5312 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
5314         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
5315         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
5316         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
5317         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
5318         fclose): Added to GLIBC_2.1.
5320         * libio/Makefile (routines, shared-only-routines): Add
5321         oldiofclose.  Remove oldfreopen.
5323         * libio/freopen.c (freopen): When PIC is defined, call
5324         _IO_old_freopen () for old stdio.
5326         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
5327         (_IO_fclose, fclose): Use _IO_new_fclose as default version
5328         for GLIBC_2.1.
5330         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
5331         instead of _IO_file_close_it.
5333         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
5334         to _IO_2_1_stdxxx_.
5335         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
5336         is defined.
5338         * libio/libioP.h (_IO_old_do_flush): New.
5340         * libio/oldfileops.c (_IO_old_file_close_it,
5341         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
5342         Call _IO_old_do_flush () instead of _IO_do_flush ().
5343         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
5344         _IO_do_write ().
5346         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
5347         instead of _IO_file_init ().
5348         Bind old symbols to version GLIBC_2.0.
5350         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
5351         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
5352         _IO_stdxxx_.
5353         (_IO_check_libio): New function in .init.
5355         * libio/oldiofclose.c: New file.
5357         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
5358         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
5359         (DEF_STDFILE): Don't use default_symbol_version.
5361         * libio/stdio.c (stdin, stdout, stderr): Set to
5362         _IO_2_1_stdxxx_._
5363         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
5364         stdxxx.
5366         * csu/Makefile (distribute): Add init.c.
5367         (extra-objs): Add init.o for ELF.
5368         (start-installed-name): Add $(objpfx)init.o.
5370         * csu/init.c: New file.
5372 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
5374         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
5375         definition as the default.
5377 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
5379         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
5381 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5383         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
5384         (PR 351).
5386 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
5388         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
5389         to preserve condition codes on function call.
5391 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5393         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
5395 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5397         * math/libm-test.c (asin_test): Add epsilon for float.
5398         (tan_test): Add epsilon for float.
5399         (log1p_test): Add epsilon for float.
5400         (inverse_functions): Add epsilons.
5402         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
5403         net/if_packet.h.
5405         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
5407 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5409         * md5-crypt/Makefile (extra-objs): Make recursively expanded
5410         variable, since $(object-suffixes) is not defined yet.
5412 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5414         * db2/Makefile (distribute): db185/db185_int.src ->
5415         db185/db185_int.h.
5417 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5419         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
5420         exactly one.
5422 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5424         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
5425         name.
5426         * sysdeps/generic/e_acosl.c: Likewise.
5427         * sysdeps/generic/e_asinl.c: Likewise.
5428         * sysdeps/generic/e_atan2l.c: Likewise.
5429         * sysdeps/generic/e_expl.c: Likewise.
5430         * sysdeps/generic/e_fmodl.c: Likewise.
5431         * sysdeps/generic/e_j0l.c: Likewise.
5432         * sysdeps/generic/e_j1l.c: Likewise.
5433         * sysdeps/generic/e_jnl.c: Likewise.
5434         * sysdeps/generic/e_lgammal_r.c: Likewise.
5435         * sysdeps/generic/e_log10l.c: Likewise.
5436         * sysdeps/generic/e_logl.c: Likewise.
5437         * sysdeps/generic/e_powl.c: Likewise.
5438         * sysdeps/generic/e_sqrtl.c: Likewise.
5439         * sysdeps/generic/e_exp2l.c: Likewise.
5441 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5443         * Make-dist (+sysdep-names): Remove extra paren.
5444         * Makefile (distribute): Add stub-tag.h.
5445         * elf/Makefile (distribute): Add atomicity.h.
5446         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
5447         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
5448         [$(subdir)=socket]: Add net/if_packet.h.
5449         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
5450         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
5451         net/if_packet.h, scsi/sg.h.
5453 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5455         * Makefile (install): Quote $(CC) expansion.
5457 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5459         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
5460         working /proc cwd and no restrictions on path length.  Following
5461         some ideas from Andi Kleen <ak@muc.de> (PR 350).
5463 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5465         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
5466         * nis/nss_compat/compat-pwd.c: Likewise.
5467         * nis/nss_compat/compat-spwd.c: Likewise.
5469 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
5471         * sysdeps/libm-i387/s_fdim.S: New file.
5472         * sysdeps/libm-i387/s_fdimf.S: New file.
5473         * sysdeps/libm-i387/s_fdiml.S: New file.
5474         * sysdeps/libm-i387/i686/s_fdim.S: New file.
5475         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
5476         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
5478 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5480         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
5481         pointer to unsigned char.
5483 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5485         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
5487         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
5489         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
5491 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5493         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
5494         ilogb(0/NaN).
5495         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
5496         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
5498 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
5500         * sysdeps/libm-i387/s_fmin.S: New file.
5501         * sysdeps/libm-i387/s_fminf.S: New file.
5502         * sysdeps/libm-i387/s_fminl.S: New file.
5503         * sysdeps/libm-i387/s_fmax.S: New file.
5504         * sysdeps/libm-i387/s_fmaxf.S: New file.
5505         * sysdeps/libm-i387/s_fmaxl.S: New file.
5506         * sysdeps/libm-i387/i686/s_fmin.S: New file.
5507         * sysdeps/libm-i387/i686/s_fminf.S: New file.
5508         * sysdeps/libm-i387/i686/s_fminl.S: New file.
5509         * sysdeps/libm-i387/i686/s_fmax.S: New file.
5510         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
5511         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
5513 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
5515         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
5516         * sysdeps/unix/sysv/linux/send.S: Likewise.
5517         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
5518         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
5519         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
5520         * sysdeps/unix/sysv/linux/recv.S: Likewise.
5521         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
5522         * sysdeps/unix/sysv/linux/connect.S: Likewise.
5523         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
5525 See ChangeLog.7 for earlier changes.