Update.
[glibc.git] / ChangeLog
blob5b5165ad263d563fd7a6cfc6b8a9efe55a6564f4
1 1998-07-09  Ulrich Drepper  <drepper@cygnus.com>
3         * posix/unistd.h: Simplify #ifdefs.
5         * libio/libio.h: Undo last change due to possible C++ problems.
6         * libio/fileops.h: Likewise.
8 1998-07-09 13:34  Ulrich Drepper  <drepper@cygnus.com>
10         * grp/grp.h: Define gid_t also for __USE_XOPEN.
11         * io/fcntl.h: Include <sys/stat.h> also for __USE_XOPEN.
12         * io/utime.h: Define time_t also for __USE_XOPEN.
13         * io/sys/stat.h: Define time_t also for __USE_XOPEN.
14         Define *_t types except for pid_t also for __USE_XOPEN.
15         Define S_* macros also for __USE_XOPEN.
16         * locale/langinfo.h: Define CODESET, CRNCYSTR, RADIXCHAR, and
17         THOUSEP also for __USE_XOPEN.
18         * math/math.c: Define M_* macros also for __USE_XOPEN.
19         * math/bits/mathcalls.h: Declare hypot also for __USE_XOPEN.
20         * posix/fnmatch.h: Define FNM_NOSYS and for if _XOPEN_SOURCE is
21         defined.
22         * posix/glob.h: Likewise for GLOB_NOSYS.
23         * posix/regex.h: Likewise for REG_NOSYS.
24         * posix/wordexp.h: Likewise for WRDE_NOSYS.
25         * posix/unistd.h: Define *_t types also for __USE_XOPEN.
26         * posix/sys/wait.h: Define pid_t for __USE_XOPEN.
27         * pwd/pwd.h: Define gid_t and pid_t also for __USE_XOPEN.
28         * signal/signal.h: Define pid_t also fir __USE_XOPEN.
29         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define _RSYNC and O_DSYNC also
30         for __USE_POSIX199309.
31         * sysdeps/unix/sysv/linux/bits/termios.h: Define the various B*
32         constants also for __USE_XOPEN.
33         * wcsmbs/wchar.h: For XPG4 include wctype.h.
35         * intl/dcgettext.c (find_msg): Initialize act to prevent warning.
36         * locale/setlocale.c (new_composite_name): Likewise for last_len.
38         * libio/stdio.h: Don't declare fclose_unlocked.
40         * sysdeps/posix/fpathconf.c: Handle _PC_FILESIZEBITS.
42 1998-07-08  Mark Kettenis  <kettenis@phys.uva.nl>
44         * stdio/stdio.h: Add prototypes for fflush_unlocked,
45         getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked,
46         fgets_unlocked, fread_unlocked, fwrite_unlocked,
47         clearerr_unlocked, feof_unlocked, ferror_unlocked,
48         fileno_unlocked, flockfile, ftrylockfile, funlockfile.
49         [__USE_XOPEN && !__USE_GNU] Declare optarg, optind, opterr.  Add
50         prototype for getopt.
51         * stdio/clearerr.c (clearerr_unlocked): Weak alias for clearerr.
52         * stdio/feof.c (feof_unlocked): Weak alias for feof.
53         * stdio/ferror.c (ferror_unlocked): Weak alias for ferror.
54         * stdio/fflush.c (fflush_unlocked): Weak alias for fflush.
55         * stdio/fgets.c (fgets_unlocked): Weak alias for fgets.
56         * stdio/fileno.c (fileno_unlocked): Weak alias for fileno.
57         * stdio/fputc.c (fputc_unlocked): Weak alias for fputc.
58         * stdio/fread.c (fread_unlocked): Weak alias for fread.
59         * stdio/fwrite.c (fwrite_unlocked): Weak alias for fwrite.
60         * stdio/getc.c (getchar_unlocked): Weak alias for getc.
61         * stdio/getchar.c (getchar_unlocked): Weak alias for getchar.
62         * stdio/putc.c (putc_unlocked): Weak alias for putc.
63         * stdio/putchar.c (putchar_unlocked): Weak alias for putchar.
64         * stdio/Versions [GLIBC_2.1]: Add clearerr_unlocked,
65         feof_unlocked, ferror_unlocked, fflush_unlocked, fgets_unlocked,
66         fileno_unlocked, fputc_unlocked, fread_unlocked, fwrite_unlocked,
67         getc_unlocked, getchar_unlocked, putc_unlocked and
68         putchar_unlocked.
70         * libio/Versions: Move flockfile, ftrylockfile and funlockfile
71         from here ...
72         * stdio-common/Versions: ... to here.
74 1998-07-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
76         * Makerules (versioning): Correct typo.
78 1998-07-08 22:18  Ulrich Drepper  <drepper@cygnus.com>
80         * elf/Versions: Add _dl_mcount_wrapper_check.
81         * elf/dlfcn.h (DL_CALL_FCT): Don't test _dl_profile_map, simply use
82         _dl_mcount_wrapper_check.
83         * iconv/skeleton.c: Use DL_CALL_FCT, not _CALL_DL_FCT.
85         * elf/dl-reloc.c (_dl_relocate_object): Don't declare using
86         internal_function.
87         * elf/ldsodefs.h: Likewise.
89         * io/fcntl.h: Define SEEK_SET, SEEK_CUR, and SEEK_END.
91         * libio/stdio.h: Make sure va_list is defined for X/Open.
92         Define P_tmpdir for X/Open.
94         * posix/regex.h: Fix typo.
96         * posix/unistd.h: Define intptr_t if not already happened.
97         Add pthread_atfork prototype.
98         * sysdeps/generic/bits/types.h: Define __intptr_t.
99         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
100         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
101         * sysdeps/unix/sysv/linux/bits/mips/types.h: Likewise.
102         * sysdeps/unix/sysv/linux/bits/sparc/sparc64/types.h: Likewise.
103         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
104         * sysdeps/wordsize-32/stdint.h: Don't define intptr_t if already done.
105         * sysdeps/wordsize-64/stdint.h: Likewise.
107         * posix/bits/posix1_lim.h: Define _POSIX_CLOCKRES_MIN.
109         * signal/Makefile (headers): Add bits/sigthread.h.
110         * signal/signal.h: Include bits/sigthread.h.
111         * sysdeps/generic/bits/sigthread.h: New file.
113         * stdlib/stdlib.h: Declare rand_r use __USE_POSIX.
115         * sysdeps/generic/bits/confname.h: Define _PC_FILESIZEBITS.
116         * sysdeps/posix/pathconf.c: Handle _PC_FILESIZEBITS.
117         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: New file.
118         * sysdeps/unix/sysv/linux/alpha/pathconf.c: New file.
120         * sysdeps/generic/bits/dlfcn.h: Define RTLD_LOCAL.
122         * elf/rtld.c: Remove preloading and loadpath variables in SUID
123         programs.
124         * sysdeps/generic/dl-sysdep.c: Define unsetenv.
125         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Define other envvar
126         names.
128         * sysdeps/unix/sysv/linux/bits/errno.h: Define ECANCELED.
130         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_RSYNC and O_DSYNC.
131         Remove O_READ and O_WRITE definition.
133         * sysdeps/unix/sysv/linux/bits/resource.h: Define RLIM_SAVED_MAX
134         and RLIM_SAVED_CUR.
136         * sysdeps/unix/sysv/linux/fstatvfs.h: Handle UFS filesystem.
138 1998-07-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
140         * Makerules ($(common-objpfx)sysd-versions): Expect awk script in
141         scripts directory.  Pass move-if-change to awk.
142         (common-generated): Add $(version-maps) and sysd-versions.
143         * versions.awk: Moved to...
144         * scripts/versions.awk: ... here.  Use move-if-change to void
145         touching unchanged files.  Print "version-maps = ..." instead of
146         "all-version-maps = ..." and without $(common-objpfx).  Explain
147         expected variable names.
148         * Makefile (distribute): Updated.
150 1998-07-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
152         * misc/getttyent.c (getttyent): Don't return with locked stream.
153         * misc/mntent_r.c (__getmntent_r): Likewise.
155 1998-07-07 18:24  Ulrich Drepper  <drepper@cygnus.com>
157         * libio/fileops.c (_IO_do_write): Don't shrink wwrite buffer to zero
158         if stream is line buffered.
159         (_io_file_overflow): Likewise.
160         * libio/libio.h (_IO_putc_unlocked): Make sure that for line-buffered
161         streams writing '\n' flushes the string.
163 1998-07-07 17:28  Ulrich Drepper  <drepper@cygnus.com>
165         * elf/dl-profstub.c (_dl_profile_map): Only declare variable here.
166         * elf/dl-support.c: Define it here...
167         * elf/rtld.c: ...and here.
169 1998-07-07 16:28  Ulrich Drepper  <drepper@cygnus.com>
171         * grp/initgroups.c: Handle directives from nsswitch.conf file.
173 1998-07-07  Ulrich Drepper  <drepper@cygnus.com>
175         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Add
176         __ino64_t definition.
177         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Define
178         __off64_t.  Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
180         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell
181         script if lddlibc4 failed.
182         Reported by B. D. Elliott <bde@accessone.com>.
184 1998-07-06  Ulrich Drepper  <drepper@cygnus.com>
186         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
187         Improve generated strings a bit.
189 1998-07-06 14:36  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
191         * posix/Makefile (generated): Remove $(objpfx) from the names.
193 1998-07-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
195         * stdio-common/test_rdwr.c: Use %Zu for size_t in printf
196         format string.
198         * libio/iofread_u.c: Include <stdio.h> for prototype.
199         * libio/iofwrite_u.c: Likewise.
201 1998-07-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
203         * db2/Versions: New file.
205 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
207         * Makefile (lib-noranlib): Don't depend on sysd-versions.
208         ($(common-objpfx)sysd-versions): Remove rule.
209         * Makerules ($(common-objpfx)sysd-versions): Define here instead.
210         Pass name of Versions.def file to script and redirect output to
211         target.  Include it and make all generated version maps depend on
212         it.
213         * versions.awk: Print out variable definition containing all
214         generated version maps.  Print error messages to stderr.  Remove
215         temp file.
217 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
219         * posix/annexc.c (check_header): Terminate macro name before
220         comparing.
221         (get_null_defines): Allow builtin macros with parameters.
222         (fmt, testfmt): Add -D_LIBC.
223         * posix/Makefile: Remove bogus duplicate include directories from
224         annexc test command.
226 1998-07-06 12:04  Ulrich Drepper  <drepper@cygnus.com>
228         * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Handle adjunct
229         password scheme.
230         (_nss_nis_getpwnam_r): Likewise.
231         (_nss_nis_getpwuid_r): Likewise.
233 1998-07-05  Mark Kettenis  <kettenis@phys.uva.nl>
235         * libio/Versions: Move symbols whose source lives in
236         stdio-common to ...
237         * stdio-common/Versions: ... here.
238         * stdio/Versions: Add missing symbols.
240 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
242         * sysdeps/unix/sysv/linux/__sendmsg.S: Define function as
243         __syscall_sendmsg.
244         * sysdeps/unix/sysv/linux/__recvmsg.S: Define function as
245         __syscall_recvmsg.
246         * sysdeps/unix/sysv/linux/recvmsg.c: Define function as __libc_recvmsg
247         and make __recvmsg and recvmsg weak aliases.
248         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise for sendmsg.
249         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define __syscall_recvmsg
250         and __syscall_sendmsg.
252 1998-07-05 11:49  Ulrich Drepper  <drepper@cygnus.com>
254         * iconv/gconv_conf.c (read_conf_file): Use feof_unlocked on private
255         stream.
256         * inet/ruserpass.c (token): Likewise.
257         * nss/nsswitch.c (nss_parse_file): Likewise.
258         * intl/localealias.c: Likewise.  Also for ferror.
259         * time/getdate.c (__getdate_r): Likewise.
261         * libio/Makefile (routines): Add iofgets_u.
262         * libio/iofgets_u.c: New file.
263         * libio/Versions: Add fgets_unlocked.
264         * libio/stdio.h: Add prototype for fgets_unlocked.
266         * misc/getttyent.c (getttyent): Use fgets_unlocked instead of fgets.
267         * misc/getusershell.c (initshells): Likewise.
268         * misc/mntent_r.c (__getmntent_r): Explicitly lock stream.  Use
269         fgets_unlocked.
270         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
271         * resolv/res_init.c (res_init): Likewise.
272         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
274 1998-05-23  Philip Blundell  <Philip.Blundell@pobox.com>
276         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'.
277         * sysdeps/unix/sysv/linux/arm/syscall.S: Deleted.
279 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
281         * misc/getttyent.c (getttyent): Explicitly lock the FILE and use
282         _unlocked functions.
284         * inet/ruserpass.c (ruserpass): Use _unlocked functions since this
285         is a private FILE.
287 1998-07-04 17:11 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
289         * csu/Makefile: Build crt files in lib pass.
290         * db2/Makefile (distribute): Add mutex/sco.cc.
291         * mach/Machrules: Don't generate .udeps files if no_deps is set.
292         * sysdeps/unix/Makefile: Don't generate sysd-syscalls or
293         s-proto.d if avoid-generated is set.
295         * sysdeps/alpha/Dist: List only one file per line.
296         * sysdeps/generic/Dist: Likewise.
297         * sysdeps/m68k/fpu/switch/Dist: Likewise.
298         * sysdeps/sparc/sparc32/Dist: Likewise.
299         * sysdeps/unix/Dist: Likewise.
300         * sysdeps/unix/sysv/irix4/Dist: Likewise.
302         * sysdeps/mach/hurd/i386/Dist: New file.
303         * sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c,
304         getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c.
305         * sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c.
306         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S.
308 1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>
310         * libio/Makefile (routines): Add iofread_u and iofwrite_u.
311         * libio/Versions: Add fread_unlocked and fwrite_unlocked.
313         * Makerules (lib%.so): Adjust ignore pattern for last makefile change.
315         * time/tzfile.c (decode): Optimize by using bswap_32.
316         (__tzfile_read): Use _unlocked stream functions.  Correct setting of
317         __tzname array values.
318         (__tzfile_compute): Correct setting of __tzname array values.
319         * time/tzset.c (__tzstring): Clean up a bit.
321 1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>
323         * posix/regex.c (re_comp): Add cast to char * before gettext calls.
325 1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
327         * sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
328         that fd can be bigger than FD_SETSIZE.
330 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
332         * nscd/grpcache.c: Include <unistd.h>.
333         * nscd/pwdcache.c: Likewise.
335         * nis/nis_modify.c: Include <string.h>.
336         * nis/nis_add.c: Likewise.
337         * nis/nis_checkpoint.c: Likewise.
338         * posix/runptests.c: Likewise.
339         * sysdeps/generic/statvfs64.c: Likewise.
340         * sysdeps/generic/fstatvfs64.c: Likewise.
342 1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>
344         * localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
345         to match data from Unicode.
346         Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
348 1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>
350         * stdio-common/printf.h: Define printf_function and
351         printf_arginfo_function types using __PMT not __P.
352         Reported by Marc Lehmann.
354 1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
356         * assert/test-assert.c: New test.
357         * assert/test-assert-perr.c: New test.
358         * assert/Makefile (tests): Add test-assert and test-assert-perr.
360 1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>
362         BSD-style SCM_CREDS support.
364         * sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
365         SCM_CREDS.
366         * sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
367         visible SCM_CREDS packet to what the kernel wants.
368         * sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
369         SCM_CREDS packet output by kernel to what users want.
371         * sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
372         * sysdeps/unix/sysv/linux/__sendmsg.S: here.
373         * sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
374         * sysdeps/unix/sysv/linux/__recvmsg.S: here.
376         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
377         __sendmsg and __recvmsg to sysdep_routines.
378         * sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.
380 1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
382         * nscd/grpcache.c: Fix gid pointer handling and debug messages.
383         * nscd/pwdcache.c: Fix uid pointer handling and debug messages.
384         * nscd/nscd.c: Check, if pthread_create fails.
386 1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
388         * stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
389         format strings.
390         * stdio-common/bug1.c (main): Likewise.
391         * stdio-common/bug5.c (main): Likewise.
392         * stdio-common/tstgetln.c (main): Likewise.
393         * elf/sprof.c (generate_call_graph): Likewise.
394         (load_shobj): Likewise.
395         * posix/runptests.c (main): Likewise.
396         * string/tst-strlen.c (main): Likewise.
398         * sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
399         variable q3.
400         * sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise
402 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
404         * wctype/Versions: Add __towctrans.
405         Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.
407 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
409         * grp/initgroups.c (compat_call): Only call dynamically loaded
410         functions if they are really present.
412 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
414         * sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
415         #ifdef that contains __BEGIN_DECLS.
417 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
419         * libio/iofwrite.c: Fix return value when size == 0.
421 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
423         * posix/Makefile (distribute): Add annexc.c.
424         (generated): Add $(objpfx)annexc and $(objpfx)annexc.out.
426 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
428         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
429         bits/pthreadtypes.h here, and do not clobber headers.
431         * sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.
433 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
435         * timezone/tst-timezone.c: Add tests for tzname variable.
437 1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>
439         * Makefile [versioning=yes]: Build the mapfiles with a pattern
440         rule that lists all of them as targets.
441         (sysd-versions): Depend only on Versions.def.  Write a Makefile
442         fragment that defines $(vers-libs) based on contents of that file;
443         then include it.
444         (lib-noranlib): Depend on lib-mapfiles not sysd-versions.
445         (lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
446         Predicate all this on avoid-generated unset as well as versioning.
448 1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
450         * sysdeps/unix/sysv/linux/m68k/Versions: New file.
452 1998-07-02 21:51  Ulrich Drepper  <drepper@cygnus.com>
454         * Makeconfig: Define list of subdirs as all-subdirs and make subdirs
455         a copy.
456         * Makefile: Add rules to generate map files.
457         (distribute): Remove libc.map, add Versions.def and versions.awk.
458         * Makerules: Change rules to find map files on common-objpfx.
459         * elf/Makefile: Likewise.
460         * md5-crypt/Makefile: Likewise.
461         * nis/Makefile (libnsl-map): Remove.
462         * Versions.def: New file.
463         * versions.awk: New file.
464         * argp/Versions: New file.
465         * assert/Versions: New file.
466         * catgets/Versions: New file.
467         * csu/Versions: New file.
468         * ctype/Versions: New file.
469         * db/Versions: New file.
470         * debug/Versions: New file.
471         * dirent/Versions: New file.
472         * elf/Versions: New file.
473         * gmon/Versions: New file.
474         * grp/Versions: New file.
475         * hesiod/Versions: New file.
476         * hurd/Versions: New file.
477         * iconv/Versions: New file.
478         * inet/Versions: New file.
479         * intl/Versions: New file.
480         * io/Versions: New file.
481         * libio/Versions: New file.
482         * linuxthreads/Versions: New file.
483         * locale/Versions: New file.
484         * login/Versions: New file.
485         * malloc/Versions: New file.
486         * math/Versions: New file.
487         * md5-crypt/Versions: New file.
488         * misc/Versions: New file.
489         * nis/Versions: New file.
490         * nss/Versions: New file.
491         * posix/Versions: New file.
492         * pwd/Versions: New file.
493         * resolv/Versions: New file.
494         * resource/Versions: New file.
495         * rt/Versions: New file.
496         * setjmp/Versions: New file.
497         * shadow/Versions: New file.
498         * signal/Versions: New file.
499         * socket/Versions: New file.
500         * stdio/Versions: New file.
501         * stdio-common/Versions: New file.
502         * stdlib/Versions: New file.
503         * streams/Versions: New file.
504         * string/Versions: New file.
505         * sunrpc/Versions: New file.
506         * sysdeps/alpha/Versions: New file.
507         * sysdeps/alpha/fpu/Versions: New file.
508         * sysdeps/i386/Versions: New file.
509         * sysdeps/sparc/Versions: New file.
510         * sysdeps/unix/sysv/Versions: New file.
511         * sysdeps/unix/sysv/linux/Versions: New file.
512         * sysdeps/unix/sysv/linux/alpha/Versions: New file.
513         * sysdeps/unix/sysv/linux/i386/Versions: New file.
514         * sysdeps/unix/sysv/linux/mips/Versions: New file.
515         * sysvipc/Versions: New file.
516         * termios/Versions: New file.
517         * time/Versions: New file.
518         * wcsmbs/Versions: New file.
519         * wctype/Versions: New file.
520         * libc.map: Removed.
521         * db/libdb.map: Removed.
522         * elf/libdl.map: Removed.
523         * hesiod/libnss_hesiod.map: Removed.
524         * hurd/libhurduser.map: Removed.
525         * hurd/libmachuser.map: Removed.
526         * linuxthreads/libpthread.map: Removed.
527         * locale/libBrokenLocale.map: Removed.
528         * login/libutil.map: Removed.
529         * math/libm.map: Removed.
530         * md5-crypt/libcrypt.map: Removed.
531         * nis/libnsl.map: Removed.
532         * nis/libnsl_compat.map: Removed.
533         * nis/libnss_nis.map: Removed.
534         * nis/libnss_nisplus.map: Removed.
535         * nss/libnss_db.map: Removed.
536         * nss/libnss_files.map: Removed.
537         * resolv/libnss_dns.map: Removed.
538         * resolv/libresolv.map: Removed.
539         * rt/librt.map: Removed.
541         * elf/dl-load.c (fillin_rpath): Fix test for trusted directory.
542         Fix typos.
544         * elf/rtld.c (process_dl_debug): Recognize 'all'.
545         (process_envvars): LD_BIND_NOW must be followed by y, Y, or 1.
547         * sysdeps/generic/elf/backtracesyms.c: Allocate string memory of
548         correct size.
550 1998-07-01  Ulrich Drepper  <drepper@cygnus.com>
552         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Fix typo
553         in comment.
555         * nscd/nscd.c: Include unistd.h.
557 1998-07-01 09:32  Ulrich Drepper  <drepper@cygnus.com>
559         * math/libm-test.c: Adjust delta for indentities1_test because gcc
560         became cleverer.
562 1998-06-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
564         * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
566 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
568         * scripts/test-installation.pl: Include <stdio.h> in test program
569         to make it strictly conforming.
571 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
573         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
574         not a strong alias.
575         * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
576         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
577         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
578         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
580 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
582         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
583         not a strong alias.
585 1998-06-30  Ulrich Drepper  <drepper@cygnus.com>
587         * posix/Makefile (headers): Remove bits/pthreadtypes.h.
588         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
589         bits/pthreadtypes.h.
591 1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
593         * include/aio.h: New file.
594         * posix/Makefile (distribute): Add bits/pthreadtypes.h.
595         (tests): Build and run annexc program.
596         * posix/annexc.c: New file.
597         * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
598         * rt/aio.h: Remove __need_timespec_t.  We can include the whole time.h.
599         * rt/aio_misc.c: Include limits.h.
600         * rt/aio_notify.c: Include errno.h.
601         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
602         Define size_t.
603         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
604         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
605         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
606         * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
607         kernel doesn't do this.
608         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
609         __USE_LARGEFILE64 is defined.
610         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file.  Empty.
611         * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
612         if requested.
613         * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
615         * stdlib/isomac.c: Avoid include_next warning.
617 1998-06-29 12:27  Ulrich Drepper  <drepper@cygnus.com>
619         * argp/argp.h: Use __PMT instead of __P for function pointer.
620         * iconv/gconv.h: Likewise.
621         * io/fts.h: Likewise.
622         * io/ftw.h: Likewise.
623         * libio/libio.h: Likewise.
624         * malloc/mcheck.h: Likewise.
625         * misc/search.h: Likewise.
626         * posix/glob.h: Likewise.
627         * resolv/resolv.h: Likewise.
628         * signal/signal.h: Likewise.
629         * stdlib/stdlib.h: Likewise.
630         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
631         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
633 1998-06-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
635         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
637 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
639         * posix/wordexp.c (parse_param): Fix memory leak.
641 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
643         * libc.map: Export _IO_ftrylockfile.
645 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
647         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
648         __get[pu]id.
650 1998-06-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
652         * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
654         * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
655         same search list twice.
657 1998-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
659         * login/programs/utmpd.c (handle_requests): Set and use maximal fd
660         used to optimize loop/select.
662 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
664         * sysdeps/generic/init-first.c: Don't define __libc_pid.
665         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
666         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
667         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
668         * sysdeps/arm/init-first.c: Likewise.
669         * posix/getopt_init.c: Don't use __libc_pid.
670         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
671         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
672         * libc.map: Remove __libc_uid and __libc_pid.
674 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
676         * sunrpc/rtime.c (rtime): Use poll instead of select.
678 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
680         * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
681         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
682         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
683         Patches from FreeBSD current.
685 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
687         * nscd/connections.c (handle_new_request): Handle POLLHUP
688         correctly.
689         (close_sockets): Correct parameter to dbg_log.
691 1998-06-27  David S. Miller  <davem@pierdol.cobaltmicro.com>
693         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
694         Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
695         (elf_machine_fixup_plt): Likewise.
696         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
697         _dl_pagesize not set, use system call to always get correct answer.
698         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
699         (__syscall_getpagesize): Add
701 1998-06-27  Ulrich Drepper  <drepper@cygnus.com>
703         * resolv/res_send.c (res_send): Fix typo.
705 1998-06-25  Andi Kleen <ak@muc.de>
707         * inet/rcmd.c (rcmd): Change to use __poll instead of select.
708         * resolv/res_send.c (res_send): Likewise.
710 1998-06-27 12:58  Ulrich Drepper  <drepper@cygnus.com>
712         * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
713         * sysdeps/unix/sysv/linux/poll.c: Likewise.
715 1998-06-27  7:07  Richard Henderson  <rth@cygnus.com>
717         * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
718         * math/atest-exp2.c (exp_mpn, main): Likewise.
719         * math/atest-sincos.c (main): Likewise.
721         * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow.  Move
722         base handling away from strtoul.  Always reset errno.
724         * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
726         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
727         _dl_profile_map if _dl_name_match_p.
728         (RTLD_START): Fix .prologue.  Set __libc_stack_end.
729         * sysdeps/alpha/elf/start.S: Pass sp as arg 7.  Kill __data_start.
731         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
732         as early-clobber.
734         * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
735         * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
736         * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
738 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
740         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
742 1998-06-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
744         * nis/nis_call.c: Don't copy server structure.
745         * nis/nis_intern.h: Remove unused entries.
746         * nis/nis_table.c: Rewrite __create_ib_request.
748 1998-06-26 14:37  Ulrich Drepper  <drepper@cygnus.com>
750         * configure.in: Check for -fexceptions.
751         * config.make.in: Define exceptions, not no-exceptions.
752         * misc/sys/cdefs.h: Define __PMT.  When using modern g++ define
753         __P to use throw().
754         * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
755         $(exceptions).
756         * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
757         * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
758         lfind, and lsearch prototpypes.
759         * stdlib/stdlib.h: Likewise for bsearch and qsort.
761 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
763         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
765 1998-06-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
767         * Makefile (remove-old-headers): Make phony.
769         * configure.in: Substitute @old_glibc_headers@.
771 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
773         * libc.map: Remove __libc_uid.
775 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
777         * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
778         typos.
780 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
782         * libc.map: Add Alpha-specific io function from protected namespace.
784 1998-06-25 19:26  Ulrich Drepper  <drepper@cygnus.com>
786         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
787         * locale/Makefile: Define locale-CPPFLAGS instead of redefining
788         CPPFLAGS.
790         * libc.map: Export __sigaction.
792 1998-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
794         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
795         (from Linux 2.1.107).
797 1998-06-24  Ulrich Drepper  <drepper@cygnus.com>
799         * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
800         position when file was opened here.
801         Reported by Howard Chu <hyc@platinum.com>.
803         * sysdeps/generic/glob.c: Also protect FNM_* macros from being
804         undefined in a second inclusion.
806 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
808         * sysdeps/mach/hurd/i386/Makefile: New file.
809         * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
810         __libc_init_secure.
811         (_hurd_stack_setup): Renamed
812         from __libc_init_first.
813         (__libc_init_first): New function.
814         * sysdeps/mach/hurd/i386/static-start.S: New file.
816 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
818         * sysdeps/mach/hurd/i386/init-first.c
820 1998-06-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
822         * grp/initgroups.c: Use _CALL_DL_FCT.
824 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
826         * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
828 1998-06-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
830         * manual/terminal.texi (Pseudo-Terminals): Correct typos.
832 1998-06-23  Ulrich Drepper  <drepper@cygnus.com>
834         * config.make.in: Remove LDAP support.
835         * nss/Makefile: Likewise.
837 1998-06-22 17:02  Ulrich Drepper  <drepper@cygnus.com>
839         * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
840         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
841         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
842         * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
844 1998-06-02  Gordon Matzigkeit  <gord@profitpress.com>
846         * mach/Makefile: Change `mv' invocations to `mv -f'.
847         * mach/Machrules: Likewise.
849 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
851         * config.make.in (old-glibc-headers): Add it.
853         * configure.in: Add test for glibc 2.0.x headers.
855         * Makefile (headers2_0): New variable - contains so far only
856         Linux/Intel glibc 2.0.x headers.
857         (remove-old-headers): New rule to remove headers from glibc 2.0.x.
858         (install): Depend on remove-old-headers.
860 1998-06-19  Mark Kettenis  <kettenis@phys.uva.nl>
862         * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
863         make ftruncate a weak alias.
864         * sysdeps/mach/hurd/ftruncate.c: Really define function as
865         __ftruncate.
866         * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
867         (truncate): Fix function defenition to match prototype.
869 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
871         * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
872         unlockpt, ptsname, ptsname_r, openpty and forkpty.
874 1998-06-22  Ulrich Drepper  <drepper@cygnus.com>
876         * sysdeps/generic/glob.c: Make it possible to include glob.h
877         before loading glob.c.
878         Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
880 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
882         * nscd/connections.c: Use poll() instead of select().
884 1998-06-22 14:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
886         * sysdeps/generic/Dist: Fix typo.
888 1998-06-20  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
890         * nis/nis_add.c: Avoid unnecessary strlen () calls.
891         * nis/nis_addmember.c: Likewise.
892         * nis/nis_call.c: Likewise.
893         * nis/nis_creategroup.c: Likewise.
894         * nis/nis_destroygroup.c: Likewise.
895         * nis/nis_findserv.c: Likewise.
896         * nis/nis_ismember.c: Likewise.
897         * nis/nis_print.c: Likewise.
898         * nis/nis_print_group_entry.c: Likewise.
899         * nis/nis_removemember.c: Likewise.
900         * nis/nis_verifygroup.c: Likewise.
901         * nis/ypclnt.c: Likewise.
903         * nis/nis_file.c: Close file handles.
905         * nis/nis_callback.c: Fix typo.
907 1998-06-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
909         * nis/Makefile: Add nis-initgroups and compat-initgroups.
910         * nis/libnss_compat.map: Add _nss_compat_initgroups.
911         * nis/libnss_nis.map: Add _nss_nis_initgroups.
912         * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
913         * nis/nss_nis/nis-initgroups.c: Likewise.
914         * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
915         __nss_lookup_function and make it public.
916         * grp/initgroups.c: Rewrite, to use initgroups function from NSS
917         module if exists, else use old method.
919 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
921         * nss/getXXbyYY_r.c (lookup_function): Correct return in type
922         definition.
923         * nss/getXXent_r.c (set_function, end_function, get_function):
924         Likewise.  Reported by Thorsten Kukuk.
926         * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
928 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
930         * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
931         1998-06-16 and distribute kernel_termios.h.
933         * nis/Makefile (distribute): Add nis_xdr.h.
935 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
937         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
938         kernels that don't have sigaltstack.
940 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
942         * sysdeps/generic/bits/sem.h: Don't define union semun.
944         * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
946         * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
947         here.
948         * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
949         definition here.
951 1998-06-18 21:45  Ulrich Drepper  <drepper@cygnus.com>
953         * signal/signal.h: Add prototype for __sigaltstack.
954         * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
955         Remove sigstack entry.
956         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
957         * sysdeps/unix/sysv/linux/sigstack.c: New file.
959         * sysdeps/i386/backtrace.c: Add casts.
961 1998-06-18 19:49  Ulrich Drepper  <drepper@cygnus.com>
963         * intl/dcgettext.c: use complete type name.
964         * intl/hash-string.h: Likewise.
966         * intl/localealias.c: Undo patch from 1998-04-29.
967         * intl/l10nflist.c: Likewise.
968         * intl/loadinfo.h: Likewise.
970 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
972         * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
974 1998-06-18 16:40  Ulrich Drepper  <drepper@cygnus.com>
976         * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
977         _dl_mcount, _dl_mcount_wrapper.
978         * elf/Makefile (routines): Add dl-profstub.
979         * elf/dl-profstub.c: New file.
980         * elf/dl-support.c: Don't define _dl_profile_map.
981         * elf/rtld.c: Likewise.
982         * elf/dlfcn.h: Define DL_CALL_FCT macro.
983         * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
984         Define _CALL_DL_FCT.
985         * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
986         loaded object.
987         * iconv/gconv_db.c: Likewise.
988         * iconv/skeleton.c: Likewise.
989         * nss/getXXbyYY_r.c: Likewise.
990         * nss/getXXent_r.c: Likewise.
991         * nss/nsswitch.c: Likewise.
993 1998-06-18 12:29  Ulrich Drepper  <drepper@cygnus.com>
995         * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
996         * sysdeps/libm-i387/e_scalbf.S: Likewise.
997         * sysdeps/libm-i387/e_scalbl.S: Likewise.
999 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
1001         * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
1002         longestdbl.
1004 1998-06-18 10:26  Ulrich Drepper  <drepper@cygnus.com>
1006         * iconvdata/Makefile (modules): Add MACINTOSH.
1007         (MACINTOSH-routines): New variable.
1008         (distribute): Add macintosh.c.
1009         (awk-generated-headers): Add macintosh.h.
1010         Add rule for macintosh.h generation.
1011         * iconvdata/gconv-modules: Add definitions for MACINTOSH.
1012         * iconvdata/macintosh.c: New file.
1014 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
1016         * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
1018         * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
1019         only should happen for cy != 0.
1021         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
1022         glob.h.
1024 1998-06-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1026         * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
1027         to compare stack addresses.
1029 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
1031         * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
1032         defining prototypes.
1034 1998-06-16  David S. Miller <davem@dm.cobaltmicro.com>
1036         * sysdeps/sparc/sparc32/dl-machine.h
1037         (elf_machine_fixup_plt): During rtld bootstrap, always perform
1038         flushes as the kernel will emulate it when the underlying cpu does
1039         not implement flush.
1041         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
1042         * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
1044         * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
1045         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
1046         trampoline code.
1048         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
1049         (__clone): Branch to label .Lerror not __clone_syscall_error.
1050         (.Lerror): Fixup EINVAL setting.
1051         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
1052         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
1053         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
1054         (__syscall_getgroups, __syscall_setgroups): Add.
1056         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
1057         (__sigaction): Member name is k_sa_handler.  Use memcpy to copy
1058         around sa_mask data.
1060 1998-06-16  Ulrich Drepper  <drepper@cygnus.com>
1062         * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
1064         * string/Makefile: Make sure test-ffs does not use builtins.
1066 1998-06-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1068         * sunrpc/svc.c: Check for NULL pointer.
1070         * nis/libnsl.map: Add public NIS+ xdr functions.
1072         * nis/rpcsvc/nis_callback.h: New file.
1073         * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
1074         * nis/nis_xdr.h: ... here.
1076         * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
1077         pointers, use NIS+ defines where possible.
1078         * nis/nis_cache.c: Likewise.
1079         * nis/nis_cache2_xdr.c: Likewise.
1080         * nis/nis_call.c: Likewise.
1081         * nis/nis_checkpoint.c: Likewise.
1082         * nis/nis_clone_dir.c: Likewise.
1083         * nis/nis_clone_obj.c: Likewise.
1084         * nis/nis_clone_res.c: Likewise.
1085         * nis/nis_creategroup.c: Likewise.
1086         * nis/nis_file.c: Likewise.
1087         * nis/nis_free.c: Likewise.
1088         * nis/nis_getservlist.c: Likewise.
1089         * nis/nis_local_names.c: likewise.
1090         * nis/nis_lookup.c: Likewise.
1091         * nis/nis_mkdir.c: Likewise.
1092         * nis/nis_modify.c: Likewise.
1093         * nis/nis_ping.c: Likewise.
1094         * nis/nis_print.c: Likewise.
1095         * nis/nis_remove.c: Likewise.
1096         * nis/nis_removemember.c: Likewise.
1097         * nis/nis_rmdir.c: Likewise.
1098         * nis/nis_server.c: Likewise.
1099         * nis/nis_table.c: Likewise.
1100         * nis/nis_util.c: Likewise.
1101         * nis/nis_verifygroup.c: Likewise.
1102         * nis/nis_xdr.c: Likewise.
1103         * nis/nis_callback.c: Likewise, and move xdr functions from here ...
1104         * nis/nis_xdr.c: ... to here.
1106 1998-06-15 18:07  Ulrich Drepper  <drepper@cygnus.com>
1108         * iconvdata/ksc5601.h: Clean up a bit.
1110 1998-06-15 14:35  Ulrich Drepper  <drepper@cygnus.com>
1112         * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
1113         and process incoming data.
1114         * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
1115         fragments as invalid.
1116         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
1118 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1120         Removal of duplicates like "the the".
1121         * manual/time.texi (TZ Variable): Likewise.
1122         * manual/users.texi (Manipulating the Database): Likewise.
1123         * manual/sysinfo.texi (Filesystem handling): Likewise.
1124         * manual/signal.texi (Signaling Yourself): Likewise.
1125         * manual/message.texi (Message Translation): Likewise.
1126         (Common Usage): Likewise.
1127         * manual/llio.texi: Likewise.
1128         * manual/arith.texi (Old-style number conversion): Likewise.
1129         * manual/argp.texi (Argp): Likewise.
1130         (Argp Parsers): Likewise.
1131         (Argp Help Filtering): Likewise.
1133         * hesiod/README.hesiod: Correct typo.
1135         * manual/llio.texi: Correct typos.
1136         * manual/sysinfo.texi: Likewise.
1138 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1140         * rt/aio.h: Rename __op to __operation for g++.
1142 1998-06-13 20:17 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1144         * iconvdata/gen-8bit-gap.sh: Use awk not perl.  Clean up sed
1145         script.
1146         * iconvdata/gen-8bit-gap-1.sh: Likewise.
1147         * iconvdata/gen-8bit.sh: Clean up sed script.
1149         * iconvdata/Makefile: Remove all PERL conditionals; build all
1150         the modules all the time.  Export AWK.
1151         (gen-8bit-gap): Delete setting of PERL.
1152         (gen-8bit-gap-1): Likewise.
1153         (perl-generated-headers): Renamed awk-generated-headers.
1155         * iconvdata/gap.pl: Removed.
1156         * iconvdata/gaptab.pl: Removed.
1157         * iconvdata/gap.awk: New file.
1158         * iconvdata/gaptab.awk: New file.
1160 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
1162         * sysdeps/generic/Dist: Add errno-loc.c.
1164         * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
1165         __new_* functions.
1167 1998-06-14 14:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1169         * stdio-common/bug12.c: New test for fread()/fseek().
1170         * stdio-common/Makefile (tests): Add bug12.
1172 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1174         * sysdeps/generic/elf/backtracesyms.c: Make array elements
1175         constant.
1176         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1177         * debug/execinfo.h: Update declaration.
1179 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1181         * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
1182         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1183         * debug/execinfo.h: Update declaration.
1185 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1187         * manual/llio.texi: Fix spelling.
1188         * manual/sysinfo.texi: Fix spelling.
1190 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1192         * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
1193         alias for old name.  Put this on __libc_subfreeres.
1194         * misc/search.h: Declare it.
1196 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1198         * string/bits/string2.h (strcmp): Add missing parens around macro
1199         parameters.
1201 1998-06-12 23:34  Ulrich Drepper  <drepper@cygnus.com>
1203         * manual/arith.texi: Fix problem with @math and texinfo.tex.
1205         * manual/filesys.texi: Document LFS functions.
1206         * manual/llio.texi: Likewise.
1207         * manual/stdio.texi: Likewise.
1208         * manual/time.texi: Likewise.
1210         * manual/llio.texi: Document AIO functions.
1212         * resource/sys/resource.h: Mark second argument of setrlimit as const.
1213         * sysdeps/generic/setrlimit.c: Likewise.
1214         * sysdeps/generic/setrlimit64.c: Likewise.
1215         * sysdeps/mach/hurd/setrlimit.c: Likewise.
1216         * sysdeps/unix/sysv/setrlimit.c: Likewise.
1218 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1220         * sysdeps/generic/getenv.c: Fix last change.
1222 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1224         * sysdeps/generic/backtrace.c: Provide generic implementation.
1226 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1228         * configure.in: Give visual feedback of the default directories we
1229         added.
1231 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1233         * io/fts.c (fts_build): Define oflag only if needed.
1235 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1237         * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
1239 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
1241         * libc.map: Don't export argp's fmtstream handling functions.
1243         * manual/sysinfo.texi: Document fstab and mtab handling functions.
1244         * manual/llio.texi: Document more LFS functions and start documenting
1245         the AIO functions.
1247 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1249         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
1250         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1251         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1252         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1254 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1256         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
1257         makes it easier to undump emacs.
1258         * sysdeps/powerpc/bits/endian.h: Use more informative error message
1259         for when the endianness can't be determined.
1261 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
1263         * nss/Makefile: Add files publickey database support.
1264         * nss/libnss_files.map: Export the required functions.
1265         * nss/nss_files/files-key.c: Implement it.
1266         * sunrpc/rpc/auth_des.h: Correct typos in comments.
1268 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1270         * iconv/gconv_builtin.h: Add aliases for CORBA.
1271         * iconvdata/gconv-modules: Likewise.
1273 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1275         * math/libm-test.c (main): Call exp10_test.
1276         (exp10_test): New function which tests exp10.
1278 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1280         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
1281         sigstack.
1283         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
1284         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
1285         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
1287 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1289         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
1290         in the variable, not its GOT slot.
1292 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1294         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
1295         inline.
1296         * sysdeps/m68k/fpu/e_exp10.c: New file.
1297         * sysdeps/m68k/fpu/e_exp10f.c: New file.
1298         * sysdeps/m68k/fpu/e_exp10l.c: New file.
1300         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
1301         _dl_profile_map only if the name matches.
1302         (_dl_start_user): Remember stack address.
1303         * sysdeps/m68k/elf/start.S: Pass new argument to
1304         __libc_start_user.
1306         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
1307         definition.
1308         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
1309         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
1310         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1311         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
1312         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
1314 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
1316         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
1317         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
1318         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
1319         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
1320         prototypes.
1321         * sysdeps/libm-i387/e_exp10.S: New file.
1322         * sysdeps/libm-i387/e_exp10f.S: New file.
1323         * sysdeps/libm-i387/e_exp10l.S: New file.
1324         * sysdeps/libm-ieee754/e_exp10.c: New file.
1325         * sysdeps/libm-ieee754/e_exp10f.c: New file.
1326         * sysdeps/libm-ieee754/e_exp10l.c: New file.
1327         * sysdeps/libm-ieee754/w_exp10.c: New file.
1328         * sysdeps/libm-ieee754/w_exp10f.c: New file.
1329         * sysdeps/libm-ieee754/w_exp10l.c: New file.
1330         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
1332 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
1334         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
1335         sys/elf.h and sys/reg.h.
1336         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
1337         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
1338         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
1339         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
1341         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
1342         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
1344 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
1346         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
1347         __data member only for gcc.  Reported by ak@muc.de.
1349         * misc/mntent.h: Undo last patch.
1350         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
1351         * misc/tst/mntent.c: Adjust code for this change.
1353         * io/fts.c: Updated from a slightly more recent BSD version.
1354         * io/fts.h: Likewise.
1356         * libc.map: Add __libc_stack_end.
1358         * db2/Makefile (routines): Add lock_region.
1359         * db2/config.h: Update from db-2.4.14.
1360         * db2/db.h: Likewise.
1361         * db2/db_185.h: Likewise.
1362         * db2/db_int.h: Likewise.
1363         * db2/btree/bt_close.c: Likewise.
1364         * db2/btree/bt_compare.c: Likewise.
1365         * db2/btree/bt_conv.c: Likewise.
1366         * db2/btree/bt_cursor.c: Likewise.
1367         * db2/btree/bt_delete.c: Likewise.
1368         * db2/btree/bt_open.c: Likewise.
1369         * db2/btree/bt_page.c: Likewise.
1370         * db2/btree/bt_put.c: Likewise.
1371         * db2/btree/bt_rec.c: Likewise.
1372         * db2/btree/bt_recno.c: Likewise.
1373         * db2/btree/bt_rsearch.c: Likewise.
1374         * db2/btree/bt_search.c: Likewise.
1375         * db2/btree/bt_split.c: Likewise.
1376         * db2/btree/bt_stat.c: Likewise.
1377         * db2/btree/btree.src: Likewise.
1378         * db2/btree/btree_auto.c: Likewise.
1379         * db2/clib/getlong.c: Likewise.
1380         * db2/common/db_appinit.c: Likewise.
1381         * db2/common/db_apprec.c: Likewise.
1382         * db2/common/db_byteorder.c: Likewise.
1383         * db2/common/db_err.c: Likewise.
1384         * db2/common/db_log2.c: Likewise.
1385         * db2/common/db_region.c: Likewise.
1386         * db2/common/db_salloc.c: Likewise.
1387         * db2/common/db_shash.c: Likewise.
1388         * db2/db/db.c: Likewise.
1389         * db2/db/db.src: Likewise.
1390         * db2/db/db_auto.c: Likewise.
1391         * db2/db/db_conv.c: Likewise.
1392         * db2/db/db_dispatch.c: Likewise.
1393         * db2/db/db_dup.c: Likewise.
1394         * db2/db/db_overflow.c: Likewise.
1395         * db2/db/db_pr.c: Likewise.
1396         * db2/db/db_rec.c: Likewise.
1397         * db2/db/db_ret.c: Likewise.
1398         * db2/db/db_thread.c: Likewise.
1399         * db2/db185/db185.c: Likewise.
1400         * db2/db185/db185_int.h: Likewise.
1401         * db2/dbm/dbm.c: Likewise.
1402         * db2/hash/hash.c: Likewise.
1403         * db2/hash/hash.src: Likewise.
1404         * db2/hash/hash_auto.c: Likewise.
1405         * db2/hash/hash_conv.c: Likewise.
1406         * db2/hash/hash_debug.c: Likewise.
1407         * db2/hash/hash_dup.c: Likewise.
1408         * db2/hash/hash_func.c: Likewise.
1409         * db2/hash/hash_page.c: Likewise.
1410         * db2/hash/hash_rec.c: Likewise.
1411         * db2/hash/hash_stat.c: Likewise.
1412         * db2/include/btree.h: Likewise.
1413         * db2/include/btree_ext.h: Likewise.
1414         * db2/include/clib_ext.h: Likewise.
1415         * db2/include/common_ext.h: Likewise.
1416         * db2/include/cxx_int.h: Likewise.
1417         * db2/include/db.h.src: Likewise.
1418         * db2/include/db_185.h.src: Likewise.
1419         * db2/include/db_am.h: Likewise.
1420         * db2/include/db_auto.h: Likewise.
1421         * db2/include/db_cxx.h: Likewise.
1422         * db2/include/db_dispatch.h: Likewise.
1423         * db2/include/db_ext.h: Likewise.
1424         * db2/include/db_int.h.src: Likewise.
1425         * db2/include/db_page.h: Likewise.
1426         * db2/include/db_shash.h: Likewise.
1427         * db2/include/db_swap.h: Likewise.
1428         * db2/include/hash.h: Likewise.
1429         * db2/include/hash_ext.h: Likewise.
1430         * db2/include/lock.h: Likewise.
1431         * db2/include/lock_ext.h: Likewise.
1432         * db2/include/log.h: Likewise.
1433         * db2/include/log_ext.h: Likewise.
1434         * db2/include/mp.h: Likewise.
1435         * db2/include/mp_ext.h: Likewise.
1436         * db2/include/mutex_ext.h: Likewise.
1437         * db2/include/os_ext.h: Likewise.
1438         * db2/include/os_func.h: Likewise.
1439         * db2/include/queue.h: Likewise.
1440         * db2/include/shqueue.h: Likewise.
1441         * db2/include/txn.h: Likewise.
1442         * db2/lock/lock.c: Likewise.
1443         * db2/lock/lock_conflict.c: Likewise.
1444         * db2/lock/lock_deadlock.c: Likewise.
1445         * db2/lock/lock_region.c: Likewise.
1446         * db2/lock/lock_util.c: Likewise.
1447         * db2/log/log.c: Likewise.
1448         * db2/log/log.src: Likewise.
1449         * db2/log/log_archive.c: Likewise.
1450         * db2/log/log_auto.c: Likewise.
1451         * db2/log/log_compare.c: Likewise.
1452         * db2/log/log_findckp.c: Likewise.
1453         * db2/log/log_get.c: Likewise.
1454         * db2/log/log_put.c: Likewise.
1455         * db2/log/log_rec.c: Likewise.
1456         * db2/log/log_register.c: Likewise.
1457         * db2/mp/mp_bh.c: Likewise.
1458         * db2/mp/mp_fget.c: Likewise.
1459         * db2/mp/mp_fopen.c: Likewise.
1460         * db2/mp/mp_fput.c: Likewise.
1461         * db2/mp/mp_fset.c: Likewise.
1462         * db2/mp/mp_open.c: Likewise.
1463         * db2/mp/mp_pr.c: Likewise.
1464         * db2/mp/mp_region.c: Likewise.
1465         * db2/mp/mp_sync.c: Likewise.
1466         * db2/mutex/68020.gcc: Likewise.
1467         * db2/mutex/mutex.c: Likewise.
1468         * db2/mutex/parisc.gcc: Likewise.
1469         * db2/mutex/parisc.hp: Likewise.
1470         * db2/mutex/sco.cc: Likewise.
1471         * db2/os/os_abs.c: Likewise.
1472         * db2/os/os_alloc.c: Likewise.
1473         * db2/os/os_config.c: Likewise.
1474         * db2/os/os_dir.c: Likewise.
1475         * db2/os/os_fid.c: Likewise.
1476         * db2/os/os_fsync.c: Likewise.
1477         * db2/os/os_map.c: Likewise.
1478         * db2/os/os_oflags.c: Likewise.
1479         * db2/os/os_open.c: Likewise.
1480         * db2/os/os_rpath.c: Likewise.
1481         * db2/os/os_rw.c: Likewise.
1482         * db2/os/os_seek.c: Likewise.
1483         * db2/os/os_sleep.c: Likewise.
1484         * db2/os/os_spin.c: Likewise.
1485         * db2/os/os_stat.c: Likewise.
1486         * db2/os/os_unlink.c: Likewise.
1487         * db2/progs/db_archive/db_archive.c: Likewise.
1488         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
1489         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
1490         * db2/progs/db_dump/db_dump.c: Likewise.
1491         * db2/progs/db_dump185/db_dump185.c: Likewise.
1492         * db2/progs/db_load/db_load.c: Likewise.
1493         * db2/progs/db_printlog/db_printlog.c: Likewise.
1494         * db2/progs/db_recover/db_recover.c: Likewise.
1495         * db2/progs/db_stat/db_stat.c: Likewise.
1496         * db2/txn/txn.c: Likewise.
1497         * db2/txn/txn.src: Likewise.
1498         * db2/txn/txn_auto.c: Likewise.
1499         * db2/txn/txn_rec.c: Likewise.
1501         * elf/rtld.c: Move definition of __libc_stack_end to ...
1502         * sysdeps/generic/dl-sysdep.h: ...here.
1504         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
1505         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
1506         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
1508         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
1509         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
1510         before following it.
1512 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
1514         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
1515         from mntent correctly.
1517 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1519         * sunrpc/Makefile (generated): Correct typo.
1521 1998-06-04  Philip Blundell  <philb@gnu.org>
1523         * elf/elf.h (EM_ARM, et al.): New definitions.
1524         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
1526 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
1528         * localedata/SUPPORTED: Add sk_SK.
1529         * localedata/locales/sk_SK: New file.
1531 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
1533         * Makeconfig (subdirs): Add debug.
1534         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
1535         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
1536         backtrace_symbols.
1537         * sysdeps/generic/backtrace.c: New file.
1538         * sysdeps/generic/backtracesyms.c: New file.
1539         * sysdeps/generic/elf/backtracesyms.c: New file.
1540         * sysdeps/i386/backtrace.c: New file.
1541         * debug/Makefile: New file.
1542         * debug/backtrace-tst.c: New file.
1543         * debug/execinfo.h: New file.
1545 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
1547         * elf/sprof.c: Implement call graph profiling.
1549         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
1551 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1553         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
1554         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
1555         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
1556         Noticed by Jake Garver <garver@valkyrie.net>.
1558 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1560         * libio/genops.c (__underflow): Read character from read pointer
1561         as unsigned.
1562         (__uflow): Likewise.
1564 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
1566         * libc.map: Add _dl_profile.
1567         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
1568         this to ELF_DYNAMIC_RELOCATE.
1569         Always allocate array for relocation result if LD_PROFILE is defined.
1570         * elf/ldsodefs.h: Adjust prototypes.
1571         * elf/dl-open.c (_dl_open): Call relocation function with extra
1572         argument.
1573         * elf/rtld.c: Likewise.
1574         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
1575         Correct loop condition.
1576         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
1577         consider_profile to runtime setup function.
1578         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
1579         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
1581         * elf/dl-support.c: Define __libc_stack_end.
1582         * elf/rtld.c: Likewise.
1583         * sysdeps/generic/libc-start.c: Store last stack address in
1584         __libc_stack_end.
1585         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
1586         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
1588         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
1589         Include <stdint.h>, not <inttypes.h>.
1591         * elf/sprof.c: Implement flat profiling.
1593         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
1594         _IO_funlockfile explicitly.
1595         * libio/fileops.c: Likewise.
1596         * libio/fputc.c: Likewise.
1597         * libio/freopen.c: Likewise.
1598         * libio/freopen64.c: Likewise.
1599         * libio/fseek.c: Likewise.
1600         * libio/fseeko.c: Likewise.
1601         * libio/fseeko64.c: Likewise.
1602         * libio/ftello.c: Likewise.
1603         * libio/ftello64.c: Likewise.
1604         * libio/getc.c: Likewise.
1605         * libio/getchar.c: Likewise.
1606         * libio/iofclose.c: Likewise.
1607         * libio/iofflush.c: Likewise.
1608         * libio/iofgetpos.c: Likewise.
1609         * libio/iofgetpos64.c: Likewise.
1610         * libio/iofgets.c: Likewise.
1611         * libio/iofputs.c: Likewise.
1612         * libio/iofread.c: Likewise.
1613         * libio/iofsetpos.c: Likewise.
1614         * libio/iofsetpos64.c: Likewise.
1615         * libio/ioftell.c: Likewise.
1616         * libio/iofwrite.c: Likewise.
1617         * libio/iogetdelim.c: Likewise.
1618         * libio/iogets.c: Likewise.
1619         * libio/ioputs.c: Likewise.
1620         * libio/ioseekoff.c: Likewise.
1621         * libio/ioseekpos.c: Likewise.
1622         * libio/iosetbuffer.c: Likewise.
1623         * libio/iosetvbuf.c: Likewise.
1624         * libio/ioungetc.c: Likewise.
1625         * libio/iovsprintf.c: Likewise.
1626         * libio/iovsscanf.c: Likewise.
1627         * libio/oldfileops.c: Likewise.
1628         * libio/oldiofclose.c: Likewise.
1629         * libio/peekc.c: Likewise.
1630         * libio/putc.c: Likewise.
1631         * libio/putchar.c: Likewise.
1632         * libio/rewind.c: Likewise.
1634         * malloc/mtrace.c: Pretty print.
1636         * misc/mntent.h (struct mentent): Make string elements const char *.
1638         * nis/nis_printf.c: Optimize I/O a little bit.
1640         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
1641         * sysdeps/generic/sigset-cvt-mask.h: New file.
1642         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
1643         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
1644         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
1645         sigset-cvt-mask.h to do the dirty work.
1646         Patches by Joe Keane.
1648         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
1650         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
1651         syscall_error label in case of PIC anonymous.
1652         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
1653         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
1654         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
1655         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
1656         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
1657         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
1658         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
1660 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
1662         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
1663         we cannot declare the struct element as const.
1664         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
1665         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
1667 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1669         * manual/Makefile: Include ../Makeconfig earlier.
1670         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
1671         exist.
1672         (dir-add.texinfo): Remove useless $(SHELL).
1674 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1676         * Makefile (others): Build programs from install-bin.
1677         * configure.in: Modify config.make only if is was just created and
1678         move that command to second argument of AC_OUTPUT.  Add command to
1679         set config_vars in config.status.
1681 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1683         * malloc/Makefile (address-width): Fix conditional.
1685 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1687         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1688         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1689         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1690         version GLIBC_2.1.
1692 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1694         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1695         (Floating Point Parameters): Likewise.
1697 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1699         * hurd/Makefile (routines): Add cthreads.
1701 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1703         * login/login.c (login): Let pututline take care of finding the
1704         positin to insert the UTMP entry.  This corrects a bug where ssh
1705         was not reusing UTMP entries marked as DEAD_PROCESS.
1706         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1708 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1710         * login/Makefile (tests): New variable, add tst-utmp and
1711         tst-utmpx.
1712         * login/tst-utmp.c: New file.
1713         * login/tst-utmpx.c: New file.
1715 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1717         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1718         aliases for _hurd_nerr, for programs that don't use sys_errlist,
1719         but need sys_err.
1721 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1723         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1724         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1726 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1728         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1729         make __read a weak alias.  Use ANSI-style function definition.
1730         * sysdeps/mach/hurd/write.c: Likewise.
1732 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1734         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1735         _sys_errlist.
1737 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
1739         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1740         Renamed from librtld.so.
1742 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1744         * libc.map: Remove _IO_getline_info which was erroneously
1745         introduced in section GLIBC_2.0.
1746         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1748 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1750         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1751         created a weak alias.
1752         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1754 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
1756         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1757         ftruncate function, and create a weak alias to ftruncate.
1759 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1761         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1762         * inet/getnetgrent_r.c: Likewise.
1763         * nss/getXXbyYY_r.c: Likewise.
1764         * nss/getXXent_r.c: Likewise.
1765         * pwd/fgetpwent_r.c: Likewise.
1766         * shadow/sgetspent_r.c: Likewise.
1767         * shadow/fgetspent_r.c: Likewise.
1768         * sunrpc/publickey.c: Likewise.
1770 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1772         * hurd/libhurduser.map: New file.
1773         * mach/libmachuser.map: Likewise.
1775         * libc.map: Add Hurd-specific functions to version 2.1.
1776         Add __flshfp and __fillbf.
1778 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1780         * manual/signal.texi (Basic Signal Handling): Fix typo.
1781         * manual/errno.texi (Error Codes): Likewise.
1783 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
1785         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1786         instead of <sys/socket.h>.
1787         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1789         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1790         Finally make it working.
1791         Patch by Mark Hatle <fray@kernel.crashing.org>.
1793 1998-03-22  Paul Eggert  <eggert@twinsun.com>
1795         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1796         a Solaris 2.6 bug.
1798 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
1800         * stdlib/gmp-impl.h: Support strange mixed-endian double format
1801         used by ARM systems.
1802         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1803         FE_EXCEPT_SHIFT.
1804         * sysdeps/arm/bits/fenv.h: Deleted.
1805         * sysdeps/arm/fpu/ieee754.h: New file.
1806         * sysdeps/arm/gmp-mparam.h: New file.
1807         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1808         implementation.
1810 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
1812         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1814         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1815         of ((unused)).  Reported by Bruno Haible.
1817 1998-05-31  Philip Blundell  <philb@gnu.org>
1819         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1820         referring to errno and _errno.
1822         * sysdeps/arm/fpu/feholdexcpt.c: New file.
1824         * sysdeps/i386/fpu_control.h: Fix typo.
1826         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1827         (_JMPBUF_UNWINDS): Added.
1828         * sysdeps/arm/fpu/bits/setjmp.h: New file.
1830 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
1832         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1833         order to build header files, not `generated'.
1835         * Rules (before-compile): New target which depends on all
1836         $(before-compile) files.
1838 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1840         * nis/nis_call.c: Make directory search faster.
1842         * nis/nis_callback.c: Insert public key of user in callback data.
1844         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1846         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1848         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1850         * nis/nis_intern.h: Remove duplicated prototype.
1852 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1854         * sunrpc/auth_des.c: Move prototypes from here ...
1855         * sunrpc/rpc/auth.h: ... to here.
1857         * sunrpc/clnt_tcp.c: Add more control flags.
1858         * sunrpc/clnt_udp.c: Likewise.
1860         * sunrpc/netname.c (host2netname): Remove prefixing dot from
1861         domainname.
1863         * sunrpc/rpc/clnt.h: Document, which control flags are not
1864         implementable.
1866         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1868 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
1870         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1871         files crash the program.
1873         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1874         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1875         Reported by Deborah Wallach <kerr@pa.dec.com>.
1877 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1879         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1880         on whether this is a stable release or not (keeps snapshot bug
1881         reports out of the database).
1883         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1884         * sysdeps/arm/sysdep.h: Likewise.
1885         * sysdeps/i386/sysdep.h: Likewise.
1886         * sysdeps/m68k/sysdep.h: Likewise.
1887         * sysdeps/mach/mips/sysdep.h: Likewise.
1888         * sysdeps/mach/sys/reboot.h: Likewise.
1889         * sysdeps/mach/sysdep.h: Likewise.
1890         * sysdeps/unix/alpha/sysdep.h: Likewise.
1891         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1892         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1893         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1894         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1895         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1896         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1897         * sysdeps/unix/i386/sysdep.h: Likewise.
1898         * sysdeps/unix/mips/sysdep.h: Likewise.
1899         * sysdeps/unix/sparc/sysdep.h: Likewise.
1900         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1901         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1902         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1903         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1904         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1905         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1906         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1907         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1909 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1911         * mach/Machrules: Use $(move-if-change).
1913 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1915         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1916         * Makerules (lib%.so): Depend on $(+interp).
1917         (libc.so): Add interp.os to list of dependencies.
1918         (interp-obj): Remove variable.
1919         * mach/Machrules (+interp): Define to empty since libhurduser and
1920         libmachuser don't need to have the interpreter set.
1922 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1924         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1926         * resolv/gethnamaddr.c: Likewise.
1928         * resolv/res_comp.c: Likewise.
1930 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
1932         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1933         so that transparent union works.
1935 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
1937         * manual/texinfo.tex: Update to last available version.
1939         * timezone/africa: Update from tzdata1998e.
1940         * timezone/antarctica: Likewise.
1941         * timezone/asia: Likewise.
1942         * timezone/australasia: Likewise.
1943         * timezone/europe: Likewise.
1944         * timezone/iso3166.tab: Likewise.
1945         * timezone/northamerica: Likewise.
1946         * timezone/tzselect.ksh: Likewise.
1947         * timezone/zone.tab: Likewise.
1949 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
1951         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1952         Reported by Matt McLean <keys@brio.yikes.com>.
1954 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1956         * catgets/Makefile ($(objpfx)de.cat): Renamed from
1957         do-gencat-test.  Use automatic variables.
1958         ($(objpfx)de.msg): Fix reference to po file.
1960 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1962         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1963         $(move-if-change).
1965 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1967         * intl/dcgettext.c: Fix typo.
1969 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1971         * configure.in: Allow more make versions e.g 3.76.90.
1973 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
1975         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1977         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1978         for Hurd.  Patch by Mark Kettenis.
1980 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
1982          * mach/Machrules (+preinit, +postinit): Define these variables to
1983          empty because libhurduser and libmachuser don't need startup
1984          files.
1986 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1988          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1989          instead of a raw bitmask.
1991 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1993         * Makeconfig (rpath-dirs): New variable.
1994         (rpath-link): Use it.
1995         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1996         (db-objpfx): Removed.
1997         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1998         * md5-crypt/Makefile: Likewise.
1999         * sysdeps/mach/hurd/Makefile: Likewise.
2001         * Makeconfig (move-if-change): New variable.
2002         * iconvdata/Makefile (move-if-change): Removed.
2003         * manual/Makefile (move-if-change): Set only if undefined, use
2004         local script by default.
2005         * sunrpc/Makefile (move-if-change): Removed.
2006         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
2007         $(move-if-change).
2009          * elf/Makefile: Remove all references to obsolete file
2010          $(objpfx)rtldtbl.h.
2011          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
2013 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2015         * elf/dl-close.c (_dl_close): Add debugging message.
2017 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2019         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
2020         to get Linux version and not gcc version.
2021         Reported by Alan Curry <pacman@cqc.com>.
2023 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2025         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
2026         pointers - return unknown error message instead.
2027         Reported by Alan Curry <pacman@cqc.com>.
2029 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
2031         * iconvdata/Makefile (modules, sed-generated-headers,
2032         perl-generated-headers): ibm424.h is perl generated.  Make
2033         necessary modifications to compile without perl.
2035 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
2037         * hesiod/hesiod.c (read_config_file): Fix typo.
2039 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
2041         * version.h: Bump VERSION.
2043         * csu/Makefile (distribute): Add munch-tmpl.c.
2045 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2047         * nis/nis_defaults.c: Fix buffer problems and typos.
2049 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
2051         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
2052         Patch by Fred Fish.
2054 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
2056         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
2057         overwriting bugs.
2059         * libio/strops.c (_IO_str_underflow): Read newly available
2060         character from buffer as unsigned.
2062 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
2064         * catgets/Makefile (distribute): Add xopen-msg.h.
2065         (generated): Add de.msg and de.cat.
2066         (tests): Add do-gencat-test.
2067         (do-gencat-test): New goal.  Run gencat on a generated msg file.
2068         * catgets/xopen-msg.h: New file.
2070 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
2072         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
2073         functions.  Optimize filename creation a bit.
2075 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
2077         * stdlib/random_r.c: Help gcc to optimize the code.
2078         Patch by Joe Keane <jgk@jgk.org>.
2080 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
2082         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
2083         tsearch calls.
2085 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2087         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
2088         it.
2090 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
2092         * wcsmbs/wcsnrtombs.c: Correct computation of result.
2093         * wcsmbs/wcsrtombs.c: Likewise.
2095         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
2096         * wcsmbs/wcsmbs-tst1.c: New file.
2098         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
2100         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
2101         as 1.
2103         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
2104         weak.
2106 1998-05-21  Philip Blundell  <philb@gnu.org>
2108         * sysdeps/arm/fpu_control.h: Replace stub file with real
2109         implementation.
2110         * sysdeps/arm/fpu/bits/fenv.h: New file.
2111         * sysdeps/arm/fpu/fesetround.c: Likewise.
2112         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
2113         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
2114         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
2115         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
2116         * sysdeps/arm/fpu/fegetenv.c: Likewise.
2117         * sysdeps/arm/fpu/fesetenv.c: Likewise.
2119 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
2121         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
2122         read instead of mmap.
2124 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
2126         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
2127         directly instead of include_next.  Add missing semicolons.
2128         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
2129         Add missing semicolons.
2131 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
2133         * iconvdata/gconv-modules: Add more aliases to please java
2134         environments.
2136 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
2138         * stdio-common/vfprintf.c (process_arg): Fix typo.
2140         * iconvdata/TESTS: New tests for EUC-KR.
2142         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
2143         * iconvdata/testdata/EUC-KR: New file.
2145 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
2147         * math/libm-test.c (hypot_test): Fix a typo.
2149 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
2151         * stdio-common/vfprintf.c: When precision is specified for %ls or
2152         %S handle it correctly.
2154 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2156         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
2157         the" in one line - fixed it.
2158         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2159         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2160         * posix/unistd.h: Likewise
2162 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2164         * Makeconfig (rpath-link): Add resolvobjdir.
2165         (resolvobjdir): New variable.
2166         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
2168 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
2170         * elf/dl-close.c: Call shared object terminators at the right time.
2171         Patch by Philippe Troin <phil@fifi.org>.
2173 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2175         * Make-dist (+tsrcs): Also add *.map for every member of
2176         $(extra-libs).
2178         * Makefile (distribute): Don't distribute scripts/printsources and
2179         scripts/=__ify.  Distribute FAQ.in.
2180         (rpm/%): Don't pass subdirs to sub-make.
2182         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
2183         instead of $(no_deps).
2185 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2187         * sysdeps/generic/setenv.c: Protect against GNU C extension.
2188         (KNOWN_VALUE, STORE_VALUE): Do it right.
2189         (setenv): Remove unused variable.
2191 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2193         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
2194         (CFLAGS-zdump.c): Add $(tz-cflags).
2196         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
2197         return type.
2199 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2201         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
2202         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
2203         if use_localtime.
2204         * time/tzset.c: Update prototype of __tzfile_compute.
2205         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
2206         tm_zone and tm_offset here if __use_tzfile.
2208 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2210         * Makerules: Install libc.a even if there are no object file.
2212 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2214         * Makerules (do-makelib): Don't force creating library from
2215         scratch, which is faster and gets correct behaviour if $(subdirs)
2216         is incomplete.
2218 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2220         * Makerules (do-stamp): Make it work when building in source
2221         directory.
2223 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
2225         * elf/dl-load.c: Rename option and variable from ignore-rpath to
2226         inhibit-rpath.
2227         * elf/dl-support.c: Likewise.
2228         * elf/ldsodefs.h: Likewise.
2229         * elf/rtld.c: Likewise.
2230         * iconvdata/run-iconv-test.sh: Likewise.
2232 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
2234         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
2235         variable using the value.
2236         * elf/ldsodefs.h: Declare _dl_ignore_path.
2237         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
2238         object against list in _dl_ignore_path and ignore RPATH if on the list.
2239         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
2240         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
2241         to make sure we get the correct helper libraries loaded.
2243         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
2244         "RPATH" string in call to fillin_rpath instead.
2245         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
2247 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
2249         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
2250         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2252 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2254         * manual/terminal.texi (I/O Queues): Fix typo.
2256         * manual/stdio.texi (Closing Streams): Fix grammar.
2258         * manual/arith.texi (Absolute Value): Correct typo.
2259         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
2261 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
2263         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
2264         LD_PROFILE_OUTPUT in SUID binaries.
2265         * intl/dcgettext.c: In SUID binaries don't let language part of
2266         locale value contain path elements.
2267         * intl/explodename.h: Define new function _nl_find_language.
2268         * intl/loadinfo.h: Declare _nl_find_language.
2269         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
2270         language part it drop the value is path element is contained.
2272         * locale/setlocale.c: Fix typo.
2274 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
2276         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
2278         * sysdeps/arm/strlen.S: Support both big and little endian processors.
2280         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
2281         log, not a byte-count.
2283         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
2284         a.out compatibility.
2286 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2288         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
2289         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2290         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2291         * posix/unistd.h: Likewise.
2292         * math/math.h: Likewise.
2293         * manual/users.texi (Manipulating the Database): Likewise.
2294         * manual/signal.texi (Job Control Signals): Likewise.
2295         * manual/message.texi (The gencat program): Likewise.
2296         * manual/filesys.texi (Hard Links): Likewise.
2297         * manual/math.texi (SVID Random): Likewise.
2298         * manual/llio.texi (Waiting for I/O): Likewise.
2299         * manual/io.texi (File Name Errors): Likewise.
2300         * manual/conf.texi (String Parameters): Likewise.
2301         * manual/arith.texi (Infinity): Likewise.
2302         * malloc/malloc.c: Likewise.
2303         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
2304         * csu/Makefile: Likewise.
2306 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
2308         * manual/memory.texi: Add back accidently removed line.
2310 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
2312         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
2313         (timeout_handler): New function.
2314         (LOCK_FILE, UNLOCK_FILE): New macros.
2315         Implement file locking with timeout.
2316         (getutent_r_file, internal_getut_r, getutline_r_file,
2317         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
2318         locking.
2320 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
2322         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
2323         directory.
2325 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2327         * rpm/Makefile: Delete inclusion of version.mk.
2329 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2331         * libc.map: Add all libio functions needed libstdc++ with version
2332         2.0, sort entries.
2334 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2336         * iconvdata/Makefile (generated): Add *.stmp files.
2338 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2340         * timezone/Makefile (testdata, build-testdata): New variables, use
2341         them in rules for test data.
2342         ($(objpfx)tst-timezone.out): Depend on test data.
2343         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
2344         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
2345         New rules to build test data.
2346         (tst-timezone-ENV): Pass TZDIR to point to test data.
2348 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
2350         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
2351         (the designation sequence is disturbing).
2353 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2355         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
2356         * sunrpc/xdr_rec.c: Likewise.
2358 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2360         * posix/Makefile (tests): Add runptests.
2361         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
2362         (before-compile): Add ptestcases.h.
2363         (ptestscases.h): Add rule to generate from PTESTS.
2364         * posix/runptests.c: New file.
2365         * posix/PTESTS: New file.
2366         * posix/PTESTS2C.sed: New file.
2368 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2370         * iconv/loop.c: Let user add code to use and set paramaters.
2372         * iconvdata/iso-2022-kr.c: Correct to-loop.
2374         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
2375         point to output buffer.
2377         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
2378         hanja.
2380         * iconvdata/TESTS: Add ISO-2022-KR test.
2381         * iconvdata/testdata/ISO-2022-KR: New file.
2383 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
2385         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
2386         and internal_use.
2387         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
2388         and internal_use.
2389         * wcsmbs/btowc.c: Likewise.
2390         * wcsmbs/mbrtowcs.c: Likewise.
2391         * wcsmbs/mbsnrtowcs.c: Likewise.
2392         * wcsmbs/mbsrtowcs.c: Likewise.
2393         * wcsmbs/wcrtomb.c: Likewise.
2394         * wcsmbs/wcsnrtombs.c: Likewise.
2395         * wcsmbs/wcsrtombs.c: Likewise.
2396         * wcsmbs/wctob.c: Likewise.
2397         * iconv/skeleton.c: Increment invocation_counter.
2398         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
2399         sequence first.
2401         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
2402         * iconvdata/iso-2022-jp.c: Likewise.
2403         * iconvdata/iso646.c: Likewise.
2405         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
2407 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2409         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
2411         * sysdeps/generic/setenv.c (setenv): Remove optimization for
2412         overwriting existing values if it fits.
2414 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
2416         * posix/wordexp-test.c: Avoid duplicate messages.
2418         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
2419         tsearch.  Correctly interpret values returned by those functions.
2420         (unsetenv): Store pointer to string, not pointer to string pointer.
2422         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
2423         DST information and offset in them.
2424         * time/tzset.c (__tz_convert): Pass extra parameters to
2425         __tzfile_compute.  Compute equivalent values for use of tz_rules.
2427 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2429         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
2430         stamp files to avoid unnecessary recompilation.
2431         (gen-8bit-gap-table): Likewise.
2432         (move-if-change): New variable.
2433         (all generated .h rules): Change to be .stmp rules.
2434         (%.h): New rule; depend on %.stmp; no commands.
2435         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
2436         gen-8bit-gap-1.sh.
2438 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2440         * Makerules (libc-map): Deleted.
2441         (load-map-file): Set to the appropriate compiler switch, not
2442         just the file name.  If libfoo-map is not set, look for a
2443         libfoo.map in the current directory and $(..).
2444         (map-file): New variable, contains just the mapfile name.
2445         (build-shlib): Adjust for new value of load-map-file.
2446         (libc.so): Correct dependencies.
2448         * extra-lib.mk: Correct shlib dependencies since libfoo-map
2449         may not be set anymore.
2451         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
2452         Delete libdl-map.  Tweak ld.so link rule to work with changed
2453         variable settings in Makerules.
2454         * iconvdata/Makefile: Tweak build-module to work with changed
2455         variable settings in Makerules.
2457         * db/Makefile: Delete libdb-map.
2458         * hesiod/Makefile: Delete libnss_hesiod-map.
2459         * linuxthreads/Makefile: Delete libpthread-map.
2460         * locale/Makefile: Delete libBrokenLocale-map.
2461         * login/Makefile: Delete libutil-map.
2462         * math/Makefile: Delete libm-map.
2463         * md5-crypt/Makefile: Delete libcrypt-map.
2464         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
2465         libnss_nisplus-map, and libnss_compat-map.
2466         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
2467         libnss_ldap-map.
2468         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
2469         * rt/Makefile: Delete librt-map.
2471 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2473         * configure.in: Instead of substituting `yes' or `no' for whether
2474         --no-whole-archive is available, set @no_whole_archive@ to the
2475         appropriate gcc switch or the empty string.  Likewise for
2476         -fno-exceptions.
2477         * config.make.in: Replace have-no-whole-archive with
2478         no-whole-archive and have-no-exceptions with no-exceptions.
2479         * Makerules: Delete stanzas setting no-whole-archive and
2480         no-exceptions.
2482         * sunrpc/Makefile: Use move-if-change to update generated .h
2483         and .c files.
2485 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2487         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
2488         of strchr loop.
2490 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2492         * time/tzfile.c (__tzfile_read): Remove unused variable info.
2493         (__tzfile_compute): Likewise.
2495 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2497         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
2498         defines from Linux 2.1.102.
2500 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
2502         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
2504 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
2506         * inet/netinet/in.h: Add defines for multicast.
2507         Reported by Jeremy Hall <jhall@UU.NET>.
2509         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
2510         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
2511         and unsetenv.  Optimize _LIBC case.
2512         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
2513         Define functions with leading __.
2515         * time/tzfile.c: Correct handling of global variables daylight,
2516         timezone, and tzname.
2517         * time/tzset.c: Likewise.
2518         * timezone/Makefile (tests): Add tst-timezone.
2519         * timezone/tst-timezone.c: New file.
2521 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2523         * timezone/asia: Update from tzdata1998d.
2524         * timezone/australasia: Likewise.
2525         * timezone/europe: Likewise.
2527 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
2529         * string/string.h: Don't use the optimized versions for the string
2530         functions if optimizing for space.
2532         * stdlib/tst-strtod.c: Add test for -0.0.
2534         * io/ftwtest-sh: Prevent tests from being run by root.
2536         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
2537         last addition.  Patch by wkpark@chem.skku.ac.kr.
2539 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2541         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
2542         table.
2544 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2546         * iconvdata/gen-8bit.sh: New file.
2547         * iconvdata/gen-8bit-gap.sh: New file.
2548         * iconvdata/gen-8bit-gap-1.sh: New file.
2549         * iconvdata/Makefile (generate-8bit-table): Use shell script
2550         instead of writing the commands directly.
2551         (generate-8bit-gap-table): Likewise.
2552         ($(objpfx)iso8859-7jp.h): Likewise.
2553         (generated headers): Depend on shell script instead of Makefile.
2554         (before-compile): Add $(perl-generated-headers) only if perl is
2555         available.
2556         (headers): Depend on $(perl-generated-headers) only if perl is
2557         available.
2558         (sed-generated-headers): Remove iso8859-7jp.h.
2560 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2562         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
2563         (/): Removed.
2565 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2567         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
2568         formed charset names to getfct.  Let user override charset
2569         selection by mention charset in locale name.
2571 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
2573         * posix/glob.c: Move to ...
2574         * sysdeps/generic/glob.c: ...here.
2575         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
2576         elements.
2577         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
2578         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
2579         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
2580         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
2581         subdir.
2582         * libc.map [GLIBC_2.1]: Add glob and globfree.
2584 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2586         * sunrpc/Makefile (generated): Restore old list.
2588 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2590         * rt/Makefile (tests): Define only if we have a thread library.
2592         * nis/ypclnt.c: Add: #include <errno.h>.
2594 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2596         * configure.in: Define and substitute RELEASE as well as
2597         VERSION.
2598         * config.make.in: Add RELEASE and VERSION to be substituted.
2599         * Makeconfig: Delete all references to version.mk.
2600         * Make-dist: Likewise.
2601         * MakeTAGS: Likewise.
2602         * elf/Makefile: Likewise.
2604 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2606         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
2607         yp_get_default_domain.
2609 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2611         * sysdeps/posix/profil.c (__profil): Don't define act and timer
2612         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
2614 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2616         * malloc/malloc.c: Fix for NO_THREADS case.
2618 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
2620         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2621         Remove statfs and fstatfs.
2622         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
2623         and pwrite as EXTRA.
2624         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2626 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
2628         * libc.map: Add capget and capset.
2630 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2632         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2633         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
2634         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
2635         and Matt McLean <keys@brio.yikes.com>.
2637 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
2639         * misc/Makefile (tests): Add tst-mntent.
2640         * misc/tst-mntent.c: New file.
2642 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2644         * autolock.sh: Removed.
2645         * manual/move-if-change: Removed.
2647         * scripts: New directory.
2648         * =__ify: Moved to scripts.
2649         * config.guess: Likewise.
2650         * config.sub: Likewise.
2651         * gen-FAQ.pl: Likewise.
2652         * install-sh: Likewise.
2653         * mkinstalldirs: Likewise.
2654         * move-if-change: Likewise.
2655         * printsources: Likewise.
2656         * rellns.sh: Likewise.
2657         * test-installation.pl: Likewise.
2659         * configure.in: Look in scripts for config.guess, config.sub,
2660         install-sh.
2661         * Makefile: Distribute all above files in their
2662         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
2663         * manual/Makefile: Find mkinstalldirs and move-if-change in
2664         $(..)scripts.  Drop them from distribute.  Minor cleanups.
2665         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
2666         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
2667         * timezone/Makefile: Find rellns-sh in scripts.
2669 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2671         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
2672         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
2674 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2676         * Makefile (+subdir-inits): Delete variable.
2677         (+init_subdirs): Likewise.
2678         (aux): Likewise.
2679         (before-compile): Likewise.
2680         (libc-init): Delete stanza.
2681         (version-info.h): Delete rule and associated variable.
2682         (distribute): Don't distribute moved files.
2683         * Makerules (interp-obj): It lives in elf now.  Only use it
2684         if $(elf) is set.  Delete rule to build it.
2685         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
2686         version.o and version-info.h.  Minor cleanups.
2687         (routines): Add libc-init, sysdep, version.
2688         (generated): Add version-info.h.
2689         * elf/Makefile: Build interp.os.
2691         * interp.c: Moved to elf.
2692         * set-init.c: Moved to csu.
2693         * munch-init.c: Likewise.
2694         * munch.awk: Likewise.
2695         * version.c: Likewise.
2697         * Rules: Unconfuse syntax highlighting with a fake comment.
2699 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2701         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2702         syscalls.
2704 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2706         * iconvdata/Makefile (generated): Set to *-generated-headers
2707         plus gconv-modules.
2708         (tests): Set to iconv-test.
2709         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2710         * posix/Makefile (generated): Set to wordexp-test-result*.
2711         * sunrpc/Makefile (generated): Remove rpcsvc/*.
2712         (generated-dirs): Add rpcsvc.
2713         * libio/Makefile: Clean up.
2715 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
2717         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2718         * Makerules: Likewise.
2719         (+depfiles): Also add sysdep-others.
2720         * Rules: Likewise.
2721         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2722         * iconvdata/Makefile (distribute): Add TESTS.
2723         * localedata/Makefile (repertoires): Rename to repertoiremaps.
2724         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2725         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2726         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2727         sysdep-others, not others.
2728         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2729         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2731 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
2733         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2734         cost_hi and cost_lo.
2735         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2736         Cost parameter and set cost_lo to INT_MAX.
2737         (add_module): Take new parameter and use it to initialize cost_lo.
2738         (read_conf_file): Count modules being loaded and use counter for
2739         new parameter to add_module.
2740         * iconv/gconv_db.c (find_derivation): When look for cost examine
2741         cost_hi and cost_lo.
2743 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
2745         * string/bits/string2.h: Don't use unsigned char * unless really
2746         necessary since this disturbs C++.
2747         * sysdeps/i386/i486/bits/string.h: Likewise.
2748         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2750 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2752         * malloc/malloc.c (top_check): Fix last change.
2754 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2756         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2757         Patch by Matt McLean <keys@brio.yikes.com>.
2759 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2761         * Makerules (lib): Put back dependency on lib-noranlib.
2762         ($(subdirs-stamps)): Remove dependency on stamp.* again.
2764 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2766         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2767         test in __pow2 implementation.
2769 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2771         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2772         Still need *FLAGS-.o because we still sometimes build .o files.
2773         * db2/Makefile: Don't build libndbm.a if !build-static.
2775 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2777         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2779 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2781         * configure.in: New test for broken gcc on PowerPC.
2782         * sysdeps/powerpc/atomicity.h: Use result of test.
2783         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2785         * math/libm-test.c: Update many of the epsilon to match actual
2786         performance.
2788         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2789         * sysdeps/libm-ieee754/e_expf.c: Likewise.
2790         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2791         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2793         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2795         * sysdeps/powerpc/elf/libc-start.c: New file.
2796         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2797         * sysdeps/powerpc/elf/start.c: Delete.
2799         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2800         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
2802         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2803         few patches.
2805 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
2807         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2808         test for integer.
2810         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2811         * sysdeps/libm-i387/e_powl.S: Likewise.
2813 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2815         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2816         (malloc_check, free_check, realloc_check, memalign_check): Use
2817         them to improve overrun checking.  Overruns of a single byte and
2818         corruption of the top chunk are now detected much more reliably.
2820 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2822         * math/libm-test.c (pow_test): Add test for special value from PR
2823         libc/590.
2825 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
2827         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2828         including linux/errno.h.
2830 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
2832         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2833         Use correct types.
2834         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2835         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2837 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2839         * Makerules (elide-routines.*): Fix assignments.
2840         (do-makelib): Fix typo.
2841         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2842         makefile.
2844 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2846         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2847         $(objpfx)sysd-dirs): Move them...
2848         * Makeconfig: ... here.
2849         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2850         (stubs): Fix circular depedency.
2851         (do-makelib): Clean up.
2852         (lib): Don't depend on lib-noranlib.
2853         ($(objpfx)stamp.oS): Remove special case for empty
2854         static-only-routines.
2855         (elide-routines.o): Add $(static-only-routines).
2856         (elide-routines$o): Define this instead of elide-routines.$o.
2857         * manual/Makefile (stubs): Fix circular dependency.
2859 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2861         * libio/Makefile (routines): Remove duplicate oldiofclose.
2863 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2865         * string/strcoll.c: Use uint32_t instead of u_int32_t.
2867 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2869         * libio/stdio.h: Fix typo in __REDIRECT.
2870         * io/sys/stat.h: Likewise.
2871         Reported by Myles Uyema <myles@uyema.nws.net>.
2873 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2875         * locale/programs/localedef.c (options): Fix help message.
2877 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2879         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2880         relocations.  Patch by Joe Keane <jgk@jgk.org>.
2882 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
2884         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
2885         ptmalloc_unlock_all, but re-initializes the mutexes instead.
2886         (ptmalloc_init): Use new function in thread_at_fork call.
2887         (thread_atfork_static): Likewise.
2888         Suggested by Wolfram Gloger and Xavier Leroy.
2890 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2892         * signal/signal.h: Move definitions of struct sigstack and
2893         struct sigaltstack into separate file and include it.
2894         * sysdeps/generic/bits/sigstack.h: New file.
2895         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2896         * signal/Makefile (headers): Add bits/sigstack.h.
2898 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2900         * elf/rtld.c (dl_main): Fix check for number of references to
2901         interpreter object.
2903 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2905         * elf/rtld.c (dl_main): Check has_interp after executing platform
2906         specific code.
2908 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2910         * iconvdata/run-iconv-test.sh: Fix typo.
2912 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2914         * Makerules (+depfiles): Add depfiles for $(tests-static).
2915         Simplified.
2917 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2919         * manual/terminal.texi (Special Characters): Fix description of
2920         c_cc indexes.
2922 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2924         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2925         array.
2926         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
2927         of c_cc array.
2929 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2931         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2933 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2935         * intl/locale.alias: Update russian entry.
2937 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2939         * Makerules (static-only-routines): Reimplement in terms of
2940         elide-routines.os.
2941         (shared-only-routines): Reimplement in terms of
2942         elide-routines.X [where X is all object-suffixes except .os].
2944         (stubs): Create stubs file inside the subdir.
2945         (common-mostlyclean): Remove stubs file from inside the subdir.
2946         * Makefile (subdir-stubs): Look for stubs files inside the
2947         subdirs.
2948         * manual/Makefile (stubs): Create dummy stubs file inside the
2949         subdir.
2951 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2953         Build speed improvement: make ar less of a bottleneck.
2955         * Makerules (stamp$o): Just record the object list for later
2956         use.
2957         (libc_foo.a): New rule, depends on subdir stamp files; builds
2958         and ranlibs the library from the lists saved in those files.
2960         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2961         (subdirs-stamp-o): Likewise.
2963         (ar-symtab-name): Delete variable.
2964         (lib%.a): Delete target.
2965         (libc_foo.a(bar.%)): Delete target.
2966         (libc_foo.a($(ar-symtab-name))): Delete target.
2968         (objects objs): Just depend on libobjs and extra-objs.
2969         (libobjs): Depend on the stamp files, not the objects.
2970         (extra-objs): New target, just depends on the extra-objs list.
2972         (CREATE_ARFLAGS): Kill the `ar S' hack.
2974         * config.make.in (have-ar-S): Deleted.
2975         * configure.in: Delete test for `ar S'.  Add test to determine
2976         whether ranlib does anything useful.
2978 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2980         * inet/tst-ether_aton.c: Include <stdio.h>.
2982 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
2984         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2986         * locale/Makefile (distribute): Add programs/repertoire.h.
2987         (localedef-modules): Add repertoire.
2988         (CPPFLAGS): Define REPERTOIREMAP_PATH.
2989         * locale/programs/repertoire.c: New file.
2990         * locale/programs/repertoire.h: New file.
2991         * locale/programs/charmap.c: Starting fixing character set handling
2992         to handle multi-byte encodings.
2993         * locale/programs/charset.c: Likewise.
2994         * locale/programs/charset.h: Likewise.
2995         * locale/programs/ld-collate.c: Likewise.
2996         * locale/programs/ld-ctype.c: Likewise.
2997         * locale/programs/linereader.c: Likewise.
2998         * locale/programs/localedef.c: Likewise.
2999         * locale/programs/locfile-kw.gperf: Likewise.
3000         * locale/programs/locfile-kw.h: Likewise.
3001         * locale/programs/locfile-token.h: Likewise.
3002         * locale/programs/locfile.h: Likewise.
3003         * locale/programs/stringtrans.c: Likewise.
3005         * locale/programs/locfile.c: Interpret I18NPATH value as base of
3006         path, extended with "/locales/".
3008 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
3010         * sysdeps/arm/memset.S: Fix off by one error.
3012         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
3013         __syscall_error rather than syscall_error directly.
3015 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
3017         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
3018         mmap() syscall for ARM.
3020         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
3021         binaries.
3023 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
3025         * locale/programs/localedef.c: Recognize repertoire-map option.
3027 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
3029         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
3030         converting non-hex numbers.
3031         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
3033 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
3035         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
3036         check overflow.
3037         * resolv/Makefile (tests): New, add tst-aton.
3038         * resolv/tst-aton.c: New file.
3040 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
3042         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
3043         semicolon.
3045 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
3047         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
3048         by letting the later modify the variable computing the total directly.
3049         * wcsmbs/mbsrtowcs.c: Likewise.
3050         * wcsmbs/wcsnrtombs.c: Likewise.
3051         * wcsmbs/wcsrtombs.c: Likewise.
3053         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
3054         it is not used.
3055         * wcsmbs/wctoc.c: Likewise.
3057         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
3058         * wcsmbs/wcsrtombs.c: Likewise.
3060         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
3062 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
3064         * iconv/skeleton.c: Correct counting of actually converted
3065         characters.
3067         * intl/localealias.c (read_alias_file): Use unsigned char for
3068         local variables.  Remove unused variable tp.
3069         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
3070         for type of codeset.  For loosing Solaris systems.
3071         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
3072         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
3073         len if not needed.
3074         Patches by Jim Meyering.
3076         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
3077         wcsrtombs must put it into initial state.
3079 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3081         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
3082         argument of bswap_XX macro.
3084 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3086         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
3087         variable name.
3089 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
3091         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
3092         semun and use stdarg macros to get the value.
3093         * sysdeps/generic/semctl.c: Don't use union semun.
3095         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
3097         * string/basename.c [!_LIBC]: Define function as gnu_basename.
3099         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
3100         strings.h.
3102         * stdlib/grouping.h: Accept ungrouped numbers even if locale
3103         defines grouping.
3105         * intl/hash-string.h: Don't include values.h.
3107         * inet/Makefile (tests): Add tst-ether_aton.
3108         * inet/tst-ether_aton.c: New file.
3110         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
3111         in hex conversion.
3112         * inet/ether_aton.c (ether_aton): Declare result variable static.
3113         Reported by ahyung@unixg.ubc.ca.
3115         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
3116         Define macro _SEM_SEMUN_UNDEFINED instead.
3117         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
3119         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
3120         * stdio-common/Makefile (tests): Add tst-wc-printf.
3122 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
3124         * manual/stdio.texi (Variable Arguments Output): Correct variable
3125         name.  Patch from Ewan Mellor <em@nexus.co.uk>
3127 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
3129         * intl/dcgettext.c: Remove unneeded definition of
3130         internal_function.
3132 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3134         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
3135         instead of do-iconv-test.
3136         ($(objpfx)gconv-modules): Define rule only if objpfx is not
3137         empty.
3139 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3141         * string/string.h: Fix feature test.
3143 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3145         * iconvdata/iso646.c (BODY): Don't use character constants that
3146         depend on signedness of char.
3148 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
3150         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
3151         (sysdep_routines): Add s_pread64 and s_pwrite64.
3153 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
3155         * iconvdata/Makefile (distribute): Remove generated .h files.
3156         * iconvdata/koi8-r.h: Removed.
3157         * iconvdata/latin-greek-1.h: Removed.
3158         * iconvdata/latin-greek.h: Removed.
3160         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
3161         * iconvdata/KOI-8: Likewise.
3162         * iconvdata/KOI-8..UTF8: Likewise.
3163         * iconvdata/KOI8-R: Likewise.
3164         * iconvdata/KOI8-R..UTF8: Likewise.
3166 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3168         * streams/Makefile (headers): Add sys/stropts.h.
3169         * streams/sys/stropts.h: New file.
3171 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3173         * sysdeps/unix/sysv/linux/ttyname.c,
3174         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
3175         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
3177 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3179         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
3180         argument of _itoa_word.
3182 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3184         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
3185         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
3186         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
3187         sigprocmask, resp., instead of EXTRA.
3189         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
3190         s_pread64 and s_pwrite64.
3192 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
3194         * iconvdata/Makefile: Correct rules to generate gap table.
3195         * iconvdata/gap.pl: Simplify.
3197         * iconvdata/TESTS: Name new tests.
3198         * iconvdata/testdata/CP1250: New file.
3199         * iconvdata/testdata/CP1250..UTF8: New file.
3200         * iconvdata/testdata/CP1251: New file.
3201         * iconvdata/testdata/CP1251..UTF8: New file.
3202         * iconvdata/testdata/CP1252: New file.
3203         * iconvdata/testdata/CP1252..UTF8: New file.
3204         * iconvdata/testdata/CP1253: New file.
3205         * iconvdata/testdata/CP1253..UTF8: New file.
3206         * iconvdata/testdata/CP1254: New file.
3207         * iconvdata/testdata/CP1254..UTF8: New file.
3208         * iconvdata/testdata/CP1255: New file.
3209         * iconvdata/testdata/CP1255..UTF8: New file.
3210         * iconvdata/testdata/CP1256: New file.
3211         * iconvdata/testdata/CP1256..UTF8: New file.
3212         * iconvdata/testdata/CP1257: New file.
3213         * iconvdata/testdata/CP1257..UTF8: New file.
3215 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
3217         * iconvdata/Makefile: Add rules for ISO-2022-KR.
3218         * iconvdata/iso-2022-kr.c: New file.
3220         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
3221         and ISO-2022-KR.
3223 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
3225         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
3226         iso8859-8 and iso8859-10.
3227         * iconvdata/iso8859-5.c: Change to use gap method.
3228         * iconvdata/iso8859-7.c: Likewise.
3229         * iconvdata/iso8859-8.c: Likewise.
3230         * iconvdata/iso8859-10.c: Likewise.
3232         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
3233         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
3234         end of the loop.
3235         * iconvdata/iso-2022-jp.c: New file.
3237         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
3238         * iconvdata/ksc5601.h: Unify function interfaces.
3239         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
3240         * iconvdata/uhc.c: Likewise.
3242         * iconvdata/gb2312.h: Use correct types.
3244         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
3245         size elements of data.
3247 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3249         * string/tst-svc.expect: Adapt for change in .input.
3250         * string/tst-svc.input: More tests.
3252 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
3254         * iconvdata/Makefile: Add rules for new modules.
3255         * iconvdata/gconv-modules: Likewise.
3256         * iconvdata/cp737.c: New file.
3257         * iconvdata/cp737.h: New file.
3258         * iconvdata/cp775.c: New file.
3259         * iconvdata/cp775.h: New file.
3260         * iconvdata/cp874.c: New file.
3261         * iconvdata/cp874.h: New file.
3263 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
3265         * iconvdata/Makefile: Create target directory before generating
3266         headers.
3268 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3270         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
3271         __USER_LABEL_PREFIX__.
3272         (__ASMNAME, __ASMNAME2): New macros.
3274 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3276         * elf/dl-load.c: Include sys/param.h for MAX.
3278 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
3280         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
3281         __ftruncate the strong symbol, and add weak alias.
3282         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3284 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3286         * termios/cfsetspeed.c: Make code cleaner and add missing const.
3287         Patch by Joe Keane <jgk@jgk.org>.
3289         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
3290         free()ing.
3292 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
3294         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
3295         Patch by Thomas Bushnell, n/BSG.
3297 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3299         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
3301 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3303         * iconvdata/Makefile: Put generated headers in build directory.
3305 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
3307         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
3308         strsep as current directory.
3310         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
3311         Java.  Add definitions for unicodelittle implementation.
3312         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
3313         * iconv/gconv_simple.c: Define unicodelittle functions.
3315         * iconv/iconv_prog.c: Make program print information about position
3316         of illegal character in input.
3318         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
3319         comparison of charset name.
3320         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
3321         * iconvdata/ebcdic-at-de-a.c: Likewise.
3322         * iconvdata/ebcdic-at-de.c: Likewise.
3323         * iconvdata/ebcdic-ca-fr.c: Likewise.
3324         * iconvdata/euccn.c: Likewise.
3325         * iconvdata/eucjp.c: Likewise.
3326         * iconvdata/euckr.c: Likewise.
3327         * iconvdata/euctw.c: Likewise.
3328         * iconvdata/hp-roman8.c: Likewise.
3329         * iconvdata/iso6937.c: Likewise.
3330         * iconvdata/iso8859-1.c: Likewise.
3331         * iconvdata/iso8859-10.c: Likewise.
3332         * iconvdata/iso8859-2.c: Likewise.
3333         * iconvdata/iso8859-3.c: Likewise.
3334         * iconvdata/iso8859-4.c: Likewise.
3335         * iconvdata/iso8859-5.c: Likewise.
3336         * iconvdata/iso8859-6.c: Likewise.
3337         * iconvdata/iso8859-7.c: Likewise.
3338         * iconvdata/iso8859-8.c: Likewise.
3339         * iconvdata/iso8859-9.c: Likewise.
3340         * iconvdata/johab.c: Likewise.
3341         * iconvdata/koi-8.c: Likewise.
3342         * iconvdata/koi8-r.c: Likewise.
3343         * iconvdata/latin-greek-1.c: Likewise.
3344         * iconvdata/latin-greek.c: Likewise.
3345         * iconvdata/sjis.c: Likewise.
3346         * iconvdata/t61.c: Likewise.
3347         * iconvdata/uhc.c: Likewise.
3349         * iconvdata/iso646.c: Add support for more ISO 646 variants.
3350         * iconvdata/TESTS: Add tests for ISO646 module.
3351         * iconvdata/gconv-modules: Add new modules.
3352         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
3353         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
3354         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
3355         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
3356         * iconvdata/testdate/DIN_66003: Likewise.
3357         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
3358         * iconvdata/testdate/DS_2089: Likewise.
3359         * iconvdata/testdate/DS_2089..UTF8: Likewise.
3360         * iconvdata/testdate/ES: Likewise.
3361         * iconvdata/testdate/ES..UTF8: Likewise.
3362         * iconvdata/testdate/ES2: Likewise.
3363         * iconvdata/testdate/ES2..UTF8: Likewise.
3364         * iconvdata/testdate/GB_1988-80: Likewise.
3365         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
3366         * iconvdata/testdate/IT: Likewise.
3367         * iconvdata/testdate/IT..UTF8: Likewise.
3368         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
3369         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
3370         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
3371         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
3372         * iconvdata/testdate/JUS_I.B1.002: Likewise.
3373         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
3374         * iconvdata/testdate/KSC5636: Likewise.
3375         * iconvdata/testdate/KSC5636..UTF8: Likewise.
3376         * iconvdata/testdate/MSZ_7795.3: Likewise.
3377         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
3378         * iconvdata/testdate/NC_NC00-10: Likewise.
3379         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
3380         * iconvdata/testdate/NF_Z_62-010: Likewise.
3381         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
3382         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
3383         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
3384         * iconvdata/testdate/NS_4551-1: Likewise.
3385         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
3386         * iconvdata/testdate/NS_4551-2: Likewise.
3387         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
3388         * iconvdata/testdate/PT: Likewise.
3389         * iconvdata/testdate/PT..UTF8: Likewise.
3390         * iconvdata/testdate/PT2: Likewise.
3391         * iconvdata/testdate/PT2..UTF8: Likewise.
3392         * iconvdata/testdate/SEN_850200_B: Likewise.
3393         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
3394         * iconvdata/testdate/SEN_850200_C: Likewise.
3395         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
3397         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
3398         * iconvdata/cns11643l1.h: Likewise.
3399         * iconvdata/latin-greek-1.h: Likewise.
3400         * iconvdata/latin-greek.h: Likewise.
3401         * iconvdata/koi8-r.h: Likewise.
3402         * iconvdata/jis0212.h: Likewise.
3403         * iconvdata/gb2312.h: Likewise.
3404         * iconvdata/ksc5601.h: Likewise.
3406         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
3408         * iconvdata/Makefile: Add rules for lots of more modules.
3409         * iconvdata/cp1250.c: New file.
3410         * iconvdata/cp1251.c: New file.
3411         * iconvdata/cp1252.c: New file.
3412         * iconvdata/cp1253.c: New file.
3413         * iconvdata/cp1254.c: New file.
3414         * iconvdata/cp1255.c: New file.
3415         * iconvdata/cp1256.c: New file.
3416         * iconvdata/cp1257.c: New file.
3417         * iconvdata/ebcdic-dk-no-a.c: New file.
3418         * iconvdata/ebcdic-dk-no.c: New file.
3419         * iconvdata/ebcdic-es-a.c: New file.
3420         * iconvdata/ebcdic-es-s.c: New file.
3421         * iconvdata/ebcdic-es.c: New file.
3422         * iconvdata/ebcdic-fi-se-a.c: New file.
3423         * iconvdata/ebcdic-fi-se.c: New file.
3424         * iconvdata/ebcdic-fr.c: New file.
3425         * iconvdata/ebcdic-is-friss.c: New file.
3426         * iconvdata/ebcdic-it.c: New file.
3427         * iconvdata/ebcdic-pt.c: New file.
3428         * iconvdata/ebcdic-uk.c: New file.
3429         * iconvdata/ebcdic-us.c: New file.
3430         * iconvdata/ibm037.c: New file.
3431         * iconvdata/ibm038.c: New file.
3432         * iconvdata/ibm1004.c: New file.
3433         * iconvdata/ibm1026.c: New file.
3434         * iconvdata/ibm1047.c: New file.
3435         * iconvdata/ibm256.c: New file.
3436         * iconvdata/ibm273.c: New file.
3437         * iconvdata/ibm274.c: New file.
3438         * iconvdata/ibm275.c: New file.
3439         * iconvdata/ibm277.c: New file.
3440         * iconvdata/ibm278.c: New file.
3441         * iconvdata/ibm280.c: New file.
3442         * iconvdata/ibm281.c: New file.
3443         * iconvdata/ibm284.c: New file.
3444         * iconvdata/ibm285.c: New file.
3445         * iconvdata/ibm290.c: New file.
3446         * iconvdata/ibm297.c: New file.
3447         * iconvdata/ibm420.c: New file.
3448         * iconvdata/ibm423.c: New file.
3449         * iconvdata/ibm424.c: New file.
3450         * iconvdata/ibm437.c: New file.
3451         * iconvdata/ibm500.c: New file.
3452         * iconvdata/ibm850.c: New file.
3453         * iconvdata/ibm851.c: New file.
3454         * iconvdata/ibm852.c: New file.
3455         * iconvdata/ibm855.c: New file.
3456         * iconvdata/ibm857.c: New file.
3457         * iconvdata/ibm860.c: New file.
3458         * iconvdata/ibm861.c: New file.
3459         * iconvdata/ibm862.c: New file.
3460         * iconvdata/ibm863.c: New file.
3461         * iconvdata/ibm864.c: New file.
3462         * iconvdata/ibm865.c: New file.
3463         * iconvdata/ibm868.c: New file.
3464         * iconvdata/ibm869.c: New file.
3465         * iconvdata/ibm870.c: New file.
3466         * iconvdata/ibm871.c: New file.
3467         * iconvdata/ibm875.c: New file.
3468         * iconvdata/ibm880.c: New file.
3469         * iconvdata/ibm891.c: New file.
3470         * iconvdata/ibm903.c: New file.
3471         * iconvdata/ibm904.c: New file.
3472         * iconvdata/ibm905.c: New file.
3473         * iconvdata/ibm918.c: New file.
3475         * locale/iso-4217.def: Update.
3476         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
3478         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
3479         formats.
3481 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3483         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
3484         LD_LIBRARY_PATH.
3486 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3488         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
3489         * Makefile: Likewise.
3490         * posix/Makefile: Likewise.
3491         * sysdeps/mach/hurd/Makefile: Likewise.
3493 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3495         * sysdeps/mach/hurd/bits/dirent.h: New file.
3496         * sysdeps/mach/hurd/readdir64.c: New file.
3497         * sysdeps/mach/hurd/readdir64_r.c: New file.
3499 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3501         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
3502         dprintf): Synchronize declarations with libio/stdio.h.
3504 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3506         * elf/dlerror.c (dlerror): Don't assume that
3507         __libc_internal_tsd_get is defined.  __libc_getspecific is already
3508         well-protected, so just use it directly.
3510 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3512         * io/ftw.h (ftw): Fix typo.
3514 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3516         * sysdeps/gnu/utmp_file.c: Fix typo.
3518 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3520         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
3521         one part of a test fails move on to the next test.
3523 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
3525         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3527 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3529         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
3530         as pointers, not signed integers.
3532 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3534         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3536 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3538         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
3539         asm symbol name of functions.
3540         * include/features.h: Kill redundant test.
3542         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
3543         * io/ftw.h: Likewise.
3544         * io/sys/stat.h: Likewise.
3545         * io/sys/statfs.h: Likewise.
3546         * io/sys/statvfs.h: Likewise.
3547         * libio/stdio.h: Likewise.
3548         * resource/sys/resource.h: Likewise.
3549         * rt/aio.h: Likewise.
3551         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
3552          __FAVOR_BSD.
3553         * signal/signal.h: Use new macros for BSD vs. SysV signal().
3555         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
3556         a dummy library.
3557         * misc/bsd-compat.c: Removed.
3559 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
3561         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
3562         function declaration.
3563         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
3564         and use them in conversion function.
3565         * iconvdata/Makefile (modules): Re-add ISO6446.
3566         * iconvdata/TEST: Add tests for ASCII variants.
3567         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
3568         * iconvdata/testdata/ANSI_X3.4-1968: New file.
3569         * iconvdata/testdata/BS_4730: New file.
3570         * iconvdata/testdata/BS_4730..UTF8: New file.
3572 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
3574         * iconv/gconv.h (struct gconv_step): Add element stateful.
3575         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
3576         to zero for all internal conversions.
3577         * iconv/skeleton.c: Initialize stateful depending on whether or not
3578         RESET_STATE is defined to one or zero respectively.
3579         * stdlib/mblen.c: Use stateful element of currently selected
3580         converter for result if S is NULL.
3581         * stdlib/mbtowc.c: Likewise.
3582         * stdlib/wctomb.c: Likewise.
3584 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
3586         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
3588         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
3590         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
3591         character in comparison with uint32_t.
3592         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
3593         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
3594         Optimize BODY a bit.
3596         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
3597         be defined.
3599         * iconv/skeleton.c: Also reset converted counter in case of an error.
3600         Call reset function using correct value for output buffer start.
3602         * iconvdata/Makefile: Re-enable tests.
3604         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
3605         value for to-conversion.
3607         * iconvdata/TESTS: Add new third column.
3608         * iconvdata/run-iconv-test.sh: Add support for charsets which are
3609         not ASCII based.
3610         * iconvdata/testdata/suntzus: New file.
3612         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
3613         while reading.  Correctly used base.  Little optimization.
3614         (__strtoul_internal): Likewise.
3616         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
3617         was wrong.  Use explicit variable.
3619 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3621         * configure.in: Check for awk.
3622         * config.make.in: Add AWK to be substituted.
3624         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
3625         * manual/users.texi: Fix typo exposed by above rewrite.
3627         * Makefile: Invoke awk using AWK variable.
3628         * csu/Makefile: Likewise.
3629         * elf/Makefile: Likewise.
3630         * mach/Makefile: Likewise.
3631         * manual/Makefile: Likewise.
3632         * sysdeps/gnu/Makefile: Likewise.
3633         * sysdeps/mach/hurd/Makefile: Likewise.
3634         * sysdeps/unix/Makefile: Likewise.
3635         * timezone/Makefile: Likewise.
3637 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3639         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
3640         array index translation.
3641         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
3642         these are defined.
3644         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
3646         * sysdeps/mach/hurd/errlist.c: New file.
3647         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
3648         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
3649         semantics, so rename it.
3651 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3653         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
3654         conversions.
3656 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
3658         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
3659         * wcsmbs/wcsnrtombs.c: Likewise.
3661 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
3663         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
3665         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
3667         * time/strftime.c (my_strftime): Initialize pad variable in
3668         declaration.
3670         * iconvdata/big5.c: Don't use character constants in comparisons
3671         with unsigned value.
3673 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
3675         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
3676         __libc_siglongjmp to GLIBC_2.1.
3678         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
3679         __strerror_r.
3681         * iconv/Makefile: Don't run tests now.
3683         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3684         with correct output buffer.
3686         Major rewrite of the low-level gconv functionality.
3687         * iconv/gconv.c: Rewritten.
3688         * iconv/gconv.h: Likewise.
3689         * iconv/gconv_builtin.c: Likewise.
3690         * iconv/gconv_builtin.h: Likewise.
3691         * iconv/gconv_conf.c: Likewise.
3692         * iconv/gconv_int.h: Likewise.
3693         * iconv/gconv_open.c: Likewise.
3694         * iconv/gconv_simple.c: Likewise.
3695         * iconv/iconv.c: Likewise.
3696         * iconvdata/8bit-gap.c: Likewise.
3697         * iconvdata/8bit-generic.c: Likewise.
3698         * iconvdata/Makefile: Likewise.
3699         * iconvdata/big5.c: Likewise.
3700         * iconvdata/cns11643.c: Likewise.
3701         * iconvdata/cns11643.h: Likewise.
3702         * iconvdata/cns11643l1.c: Likewise.
3703         * iconvdata/cns11643l1.h: Likewise.
3704         * iconvdata/ebcdic-at-de-a.c: Likewise.
3705         * iconvdata/ebcdic-at-de.c: Likewise.
3706         * iconvdata/ebcdic-ca-fr.c: Likewise.
3707         * iconvdata/euccn.c: Likewise.
3708         * iconvdata/eucjp.c: Likewise.
3709         * iconvdata/euckr.c: Likewise.
3710         * iconvdata/euctw.c: Likewise.
3711         * iconvdata/gb2312.c: Likewise.
3712         * iconvdata/gb2312.h: Likewise.
3713         * iconvdata/hp-roman8.c: Likewise.
3714         * iconvdata/iso646.c: Likewise.
3715         * iconvdata/iso6937.c: Likewise.
3716         * iconvdata/iso8859-1.c: Likewise.
3717         * iconvdata/iso8859-10.c: Likewise.
3718         * iconvdata/iso8859-2.c: Likewise.
3719         * iconvdata/iso8859-3.c: Likewise.
3720         * iconvdata/iso8859-4.c: Likewise.
3721         * iconvdata/iso8859-5.c: Likewise.
3722         * iconvdata/iso8859-6.c: Likewise.
3723         * iconvdata/iso8859-7.c: Likewise.
3724         * iconvdata/iso8859-8.c: Likewise.
3725         * iconvdata/iso8859-9.c: Likewise.
3726         * iconvdata/jis0201.c: Likewise.
3727         * iconvdata/jis0201.h: Likewise.
3728         * iconvdata/jis0208.c: Likewise.
3729         * iconvdata/jis0208.h: Likewise.
3730         * iconvdata/jis0212.c: Likewise.
3731         * iconvdata/jis0212.h: Likewise.
3732         * iconvdata/johab.c: Likewise.
3733         * iconvdata/koi-8.c: Likewise.
3734         * iconvdata/koi8-r.c: Likewise.
3735         * iconvdata/ksc5601.c: Likewise.
3736         * iconvdata/ksc5601.h: Likewise.
3737         * iconvdata/latin-greek-1.c: Likewise.
3738         * iconvdata/latin-greek.c: Likewise.
3739         * iconvdata/run-iconv-test.sh: Likewise.
3740         * iconvdata/sjis.c: Likewise.
3741         * iconvdata/t61.c: Likewise.
3742         * iconvdata/uhc.c: Likewise.
3743         * wcsmbs/btowc.c: Likewise.
3744         * wcsmbs/mbrtowc.c: Likewise.
3745         * wcsmbs/mbsnrtowcs.c: Likewise.
3746         * wcsmbs/mbsrtowcs.c: Likewise.
3747         * wcsmbs/wcrtomb.c: Likewise.
3748         * wcsmbs/wcsmbsload.c: Likewise.
3749         * wcsmbs/wcsnrtombs.c: Likewise.
3750         * wcsmbs/wcsrtombs.c: Likewise.
3751         * wcsmbs/wctob.c: Likewise.
3752         * iconv/loop.c: New file.
3753         * iconv/skeleton.c: New file.
3755         * stdlib/mblen.c: Handle empty input string correctly.
3756         * stdlib/mbtowc.c: Likewise.
3758         * posix/getopt.c: Various cleanups.
3760         * sysdeps/arm/bits/setjmp.h: Add copyright text.
3761         * sysdeps/i386/bits/setjmp.h: Likewise.
3762         * sysdeps/m68k/bits/setjmp.h: Likewise.
3763         * sysdeps/powerpc/bits/setjmp.h: Likewise.
3764         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3766         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3767         and make longjmp weak alias.
3769 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
3771         * iconv/Makefile (routines): Only include gconv_dl if building for
3772         an ELF system - dynamic linking is not available on a.out.
3773         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3774         due to above check.
3775         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3776         routines from gconv_dl.
3778 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
3780         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3781         we can compile without libio.
3783 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
3785         * sysdeps/mach/hurd/Subdirs: Remove login.
3787 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
3789         * db2/compat.h: Include <errno.h>, to make sure we get the
3790         definition of EFTYPE before we define it ourselves.
3792 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3794         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3795         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3796         Fix typo to allow inclusion from sys/ioctl.h again.
3798 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3800         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
3802 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3804         * libc.map: Export __strerror_r.  Remove _strerror_internal.
3806 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3808         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3809         Also undefine __strcasestr.
3811 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3813         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3814         aliases do not work with global variables due to copy relocations.
3816 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
3818         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
3820 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
3822         * signal/sighold.c: Include stddef.h for NULL definition.
3823         * signal/sigrelse.c: Likewise.
3824         * sysdeps/posix/sigignore.c: Likewise.
3825         * sysdeps/posix/sigset.c: Likewise.
3826         * sysdeps/posix/waitid.c: Likewise.
3827         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3828         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3829         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3830         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3831         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3833 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
3835         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3836         * login/getutent.c (getutxent): Remove alias.
3837         * login/getutent_r.c (setutxent, pututxline, endutxent):
3838         Remove aliases.
3839         * login/getutid.c (getutxid): Remove alias.
3840         * login/getutline.c (getutxline): Remove alias.
3841         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3842         __getutid, __getutline and __pututline.
3843         * login/utmpx.h: Moved to ...
3844         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
3845         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3846         and updwtmpx.
3847         * login/updwtmp.c: Moved to ...
3848         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
3849         allowing file name transformation.
3850         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
3851         additional file name transformation.
3852         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3853         * login/utmp_file.c: Moved to ...
3854         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
3855         Generalized by allowing file name transformation.  Do not
3856         print error message.  Library functions should not print them.
3857         Reported by Jim Meyering.
3858         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
3859         with additional file name transformation.
3860         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3861         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3862         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3863         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
3864         and bits/utmpx.h.
3865         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3866         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
3867         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
3868         Define if __USE_GNU.
3869         * sysdeps/generic/setutxent.c: New file.
3870         * sysdeps/generic/getutxent.c: New file.
3871         * sysdeps/generic/endutxent.c: New file.
3872         * sysdeps/generic/getutxid.c: New file.
3873         * sysdeps/generic/getutxline.c: New file.
3874         * sysdeps/generic/pututxline.c: New file.
3875         * sysdeps/generic/utmpxname.c: New file.
3876         * sysdeps/generic/updwtmpx.c: New file.
3877         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3878         * sysdeps/generic/bits/utmpx.h: Remove.
3880 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
3882         * posix/wordexp-test.c (main): Initialize ifs element of ts for
3883         ~root test.
3885 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
3887         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3889 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
3891         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3892         variable using _G_stat64.
3893         * libio/fileops.c: Remove macro definition of fstat, it is in the
3894         global header.
3895         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3897 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
3899         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3900         <willy@odie.barnet.ac.uk>.
3902 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
3904         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3905         required by IPv6 Basic API.
3906         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3907         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3908         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3909         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3911 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
3913         Don't name internal representation since it might be different from
3914         the external form (namely on little endian machines).
3915         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
3916         UCS4 into references to INTERNAL.
3917         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3918         Add endianess support to UCS functions.  Change references to
3919         UCS4 into references to INTERNAL.
3920         * iconv/gconv_int.h: Change references to UCS4 into references to
3921         INTERNAL.
3922         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3923         * iconvdata/gconv-modules: Change accordingly.
3924         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3926         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3927         overflow.
3928         * iconvdata/8bit-gap.c: Likewise.
3929         * iconvdata/8bit-generic.c: Likewise.
3930         * iconvdata/big5.c: Likewise.
3931         * iconvdata/euccn.c: Likewise.
3932         * iconvdata/eucjp.c: Likewise.
3933         * iconvdata/euckr.c: Likewise.
3934         * iconvdata/euctw.c: Likewise.
3935         * iconvdata/iso646.c: Likewise.
3936         * iconvdata/iso6937.c: Likewise.
3937         * iconvdata/iso8859-1.c: Likewise.
3938         * iconvdata/johab.c: Likewise.
3939         * iconvdata/sjis.c: Likewise.
3940         * iconvdata/t61.c: Likewise.
3941         * iconvdata/uhc.c: Likewise.
3943         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3944         * iconvdata/8bit-generic.c: Likewise.
3946         * iconvdata/TESTS: Add more tests.
3948         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3950 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
3952         * iconvdata/Makefile: Better rules to run tests.
3954         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3955         * iconvdata/testdata/ISO-8859-10: Likewise.
3956         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3957         * iconvdata/testdata/ISO-8859-2: Likewise.
3958         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3959         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3960         * iconvdata/testdata/ISO-8859-3: Likewise.
3961         * iconvdata/testdata/ISO-8859-4: Likewise.
3962         * iconvdata/testdata/ISO-8859-5: Likewise.
3963         * iconvdata/testdata/ISO-8859-6: Likewise.
3964         * iconvdata/testdata/ISO-8859-7: Likewise.
3965         * iconvdata/testdata/ISO-8859-8: Likewise.
3966         * iconvdata/testdata/ISO-8859-9: Likewise.
3968 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
3970         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3971         intermediate result (if available).
3973         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3974         last change.
3976         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3977         (distribute): Add run-iconv-test.sh and testdata/*.
3979         * stdlib/testmb.c (main): Simplify mbc array handling.
3981 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3983         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
3984         return value on overflow.
3986 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3988         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3989         bits.
3991 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3993         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3994         of non-standard function setbuffer.
3996 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3998         * stdio-common/perror.c: Include <string.h> for __strerror_r.
4000 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
4002         * iconvdata/Makefile: Add rules to run tests.
4003         * iconvdata/TESTS: New file.
4004         * iconvdata/run-iconv-test.sh: New file.
4005         * iconvdata/testdata/ISO-8859-1: New file.
4007         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
4008         not stdout.
4010 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
4012         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
4013         counter element of step.
4015         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
4017         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
4018         termination test.
4019         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
4020         ACTUALLY.
4021         (__gconv_transform_utf8_ucs4): Correct test for empty input.
4023 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
4025         * Makefile: Include makeconfig before defining rule to regenerate
4026         configure files.
4028         * configure.in: Remove restriction on compiling without static
4029         libs.
4031 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
4033         * test-skeleton.c: Provide hook for initializing code before the fork.
4034         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
4035         removed.
4037         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
4038         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
4039         * libio/libioP.h: Adopt _IO_cleanup prototype.
4041         * stdlib/Makefile (tests): Add test-canon2.
4042         * stdlib/test-canon2.c: New file.
4043         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
4044         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
4045         symlink sequences.
4046         (__realpath): Make real function which checks RESOLVED parameter for
4047         not being NULL.
4049 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
4051         * catgets/open_catalog.c (__open_catalog): Fix problems with
4052         reading non-files.  Always close file.
4053         Reported by Cristian Gafton <gafton@redhat.com>.
4055         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
4057 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
4059         * libc.map: Add various low-level I/O functions.
4061 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
4063         * string/Makefile (routines): Remove strerror_r.
4064         * string/strerror_r.c: Removed.
4065         * string/strerror.c: Call __strerror_r for doing the real work.
4066         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
4067         add weak alias strerror_r.
4068         * sysdeps/mach/_strerror.c: Likewise.
4069         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
4070         * elf/dl-error.c (_dl_signal_error): Likewise.
4071         * elf/dl-profile.c (_dl_start_profile): Likewise.
4072         * gmon/gmon.c (write_gmon): Likewise.
4073         * stdio-common/perror.c: Likewise.
4074         * stdio-common/vfprintf.c: Likewise.
4076 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
4078         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
4079         (sysdep_headers): Add netatalk/at.h.
4081 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4083         * manual/socket.texi, manual/creature.texi, manual/time.texi:
4084         Formatting fixes.
4086 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4088         * posix/regex.c: Rename __re_syntax_options back to
4089         re_syntax_options, aliases do not work with global variables due
4090         to copy relocations.
4091         (regex_compile): Use syntax parameter instead of
4092         re_syntax_options.
4094 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4096         * configure.in: Document that enable-force-install is default.
4098 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
4100         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
4101         all needed 36 bits.
4102         * sysdeps/posix/mkstemp.c: Likewise.
4104 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
4106         * iconvdata/8bit-gap.c: Simplify step data handling.
4107         * iconvdata/8bit-generic.c: Likewise.
4108         * iconvdata/big5.c: Likewise.
4109         * iconvdata/euccn.c: Likewise.
4110         * iconvdata/eucjp.c: Likewise.
4111         * iconvdata/euckr.c: Likewise.
4112         * iconvdata/euctw.c: Likewise.
4113         * iconvdata/iso6937.c: Likewise.
4114         * iconvdata/iso8859-1.c: Likewise.
4115         * iconvdata/jis0208.h: Likewise.
4116         * iconvdata/jis0212.c: Likewise.
4117         * iconvdata/jis0212.h: Likewise.
4118         * iconvdata/johab.c: Likewise.
4119         * iconvdata/ksc5601.h: Likewise.
4120         * iconvdata/sjis.c: Likewise.
4121         * iconvdata/t61.c: Likewise.
4122         * iconvdata/uhc.c: Likewise.
4124 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
4126         * manual/texinfo.texi: Updated from last version.
4128 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
4130         * iconvdata/cns11643.c: New file.
4131         * iconvdata/cns11643.h: New file.
4132         * iconvdata/cns11643l1.c: New file.
4133         * iconvdata/cns11643l1.h: New file.
4134         * iconvdata/euctw.c: New file.
4135         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
4136         * iconvdata/gconv-modules: Likewise.
4138         * iconvdata/eucjp.c: Several bug fixes and improvements.
4139         * iconvdata/gb2312.h: Likewise.
4140         * iconvdata/jis0201.h: Likewise.
4141         * iconvdata/jis0208.h: Likewise.
4142         * iconvdata/jis0212.h: Likewise.
4144 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
4146         * iconvdata/eucjp.c: New file.
4147         * iconvdata/euccn.c: New file.
4148         * iconvdata/gb2312.h: New file.
4149         * iconvdata/gb2312.c: New file.
4150         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
4151         * iconvdata/gconv-modules: Likewise.
4153         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
4155 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
4157         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
4158         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
4159         Patch by Mark Hatle <fray@kernel.crashing.org>.
4161 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
4163         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
4164         comment.
4165         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
4166         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
4168 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
4170         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
4172         * iconvdata/Makefile: Add rules for big5 conversion.
4173         * iconvdata/gconv-modules: Likewise.
4174         * iconvdata/big5.c: New file.
4176         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
4177         Patch by Jim Meyering.
4179 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
4181         * rt/tst-aio.c: Add test for aio_read and lio_listio.
4183         * rt/lio_listio.c: Correct total counter handling.
4185         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
4186         from request queue.
4188         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
4189         of signal on exit even more.
4191         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
4192         instead of call to pthread_cond_init.
4193         * rt/lio_listio.c (lio_listio): Likewise.
4194         * rt/lio_listio64.c (lio_listio64): Likewise.
4196         * nis/nis_findserv.c: Include sys/socket.h.
4198 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
4200         * Makeconfig (rtobjdir): New variable.
4201         (rpath-link): Add rtobjdir and thread directory, if available.
4203         * test-skeleton.c: Add support to remove temporary files.
4204         Always define test_dir.  Improve message about expected signal.
4206         * rt/Makefile (tests): Add tst-aio.
4207         Add rules for tst-aio to be linked with librt and thread library.
4208         * rt/aio_misc.c: Correct fundamental bugs.
4209         * rt/aio_suspend.c: Correct bug in test for available request.
4210         Initialize conditional variable.
4211         * rt/lio_listio.c: Initialize conditional variable.
4212         * rt/lio_listio64.c: Likewise.
4213         * rt/tst-aio.c: New file.
4215         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
4216         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
4217         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4218         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4219         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
4220         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4221         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4223 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
4225         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
4227 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
4229         * elf/dl-load.c (open_path): Use correct name for test whether
4230         directory in load path exists.
4232         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
4233         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
4234         Patches by Tom Rini <trini@kernel.crashing.org>.
4236         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
4237         * wcsmbs/wcstod_l.c: Likewise.
4238         * wcsmbs/wcstold_l.c: Likewise.
4240         * include/byteswap.h: New file.
4242         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
4243         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
4245         * inet/getnameinfo.c (getnameinfo): Change parameter to match
4246         declaration.  Patch by Richard Henderson.
4248 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4250         * manual/process.texi (SIGCHLD example): Save errno.
4252 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4254         * posix/regex.c: Define regerror really as __regerror.
4255         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
4256         regerror and regfree.
4258         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
4259         * stdlib/strtod_l.c: Likewise.
4260         * stdlib/strtold_l.c: Likewise.
4262         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
4264         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
4266         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
4267         Patch by Christian Gafton.
4269 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
4271         * manual/socket.texi (Interface Naming): Correct @deftypefun line
4272         for if_indextoname.
4274 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4276         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
4278         * manual/socket.texi (Interface Naming): Fix typo.
4280 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4282         * manual/examples/filesrv.c (main): Remove filename first.
4284         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
4285         ?F_UNIX.
4287         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
4288         instead of PF_UNIX.
4290         * manual/examples/filecli.c (main): Use AF_LOCAL
4291         instead of AF_UNIX.
4293 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4295         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
4296         signgam weak alias.
4297         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
4298         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4299         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4300         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
4301         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4302         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4304         * login/utmp_daemon.c (open_socket): Use __connect not connect.
4306 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4308         * configure.in: Add new option --enable-force-install.  Substitute
4309         force_install.
4310         * config.make.in (force-install): Set from configure.
4311         * Makerules (force-install): New phony target.
4312         * Makeconfig (+force): New variable.
4313         * Makefile: Use it in dependency list of installation targets.
4314         * db/Makefile: Likewise.
4315         * db2/Makefile: Likewise.
4316         * elf/Makefile: Likewise.
4317         * hurd/Makefile: Likewise.
4318         * iconv/Makefile: Likewise.
4319         * iconvdata/Makefile: Likewise.
4320         * intl/Makefile: Likewise.
4321         * localedata/Makefile: Likewise.
4322         * login/Makefile: Likewise.
4323         * po/Makefile: Likewise.
4324         * sunrpc/Makefile: Likewise.
4325         * sysdeps/mach/hurd/Makefile: Likewise.
4326         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
4327         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4328         * timezone/Makefile: Likewise.
4330 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4332         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
4333         alloc_size.  Pass return value of getcwd syscall to realloc.
4335 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4337         * manual/socket.texi: Spelling fixes.
4339 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4341         * elf/dl-load.c (print_search_path): Remove unused variable.
4343 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4345         * login/utmp_file.c: use __ftruncate not ftruncate.
4346         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
4347         for system call and make ftruncate weak alias.
4348         * posix/unistd.h: Add prototype for __ftruncate.
4349         * login/utmp_daemon.c (open_socket): Use __socket not socket.
4350         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
4351         instead of snprintf and readv.
4352         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
4353         snprintf.
4354         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
4355         directly.
4357 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
4359         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
4360         * iconv/gconv_db.c: Use __ protected regex functions.
4361         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
4362         * posix/getopt_init.c: Use __getpid not getpid.
4363         * posix/regex.c: Rename all global functions to start with __ and
4364         make old names weak aliases.
4365         * posix/regex.h: Adopt prototypes for this.
4366         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
4367         a weak alias and use __getcwd instead of getcwd.
4368         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
4369         * stdlib/strtod.c: Use __btowc instead of btowc.
4370         * stdlib/strtol.c: Likewise.
4371         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
4372         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
4373         and sys_errlist are weak.
4374         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
4375         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
4376         * wcsmbs/mbsnrtowcs.c: Likewise.
4377         * wcsmbs/mbsrtowcs.c: Likewise.
4378         * wcsmbs/wcsnrtombs.c: Likewise.
4379         * wcsmbs/wcsrtombs.c: Likewise.
4380         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
4381         weak alias.
4382         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
4383         * wctype/wctype.c: Define function as __wctype and make wctype
4384         weak alias.
4385         * wctype/wctype.h: Declare __wctype.
4387 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4389         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
4391 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4393         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
4394         stat64.
4395         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
4396         functions.
4397         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
4398         for __llseek.
4399         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4400         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4401         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
4402         make it a weak alias.
4403         * posix/unistd.h: Declare __lseek64.
4405         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
4406         (_IO_file_stat): Fix typo.
4407         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
4408         block size from the file.  Use __mempcpy if _LIBC.
4410 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
4412         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
4413         * wcsmbs/mbrtowc.c: Likewise.
4414         * wcsmbs/mbsnrtowcs.c: Likewise.
4415         * wcsmbs/mbsrtowcs.c: Likewise.
4416         * wcsmbs/wcrtomb.c: Likewise.
4417         * wcsmbs/wcsnrtombs.c: Likewise.
4418         * wcsmbs/wcsrtombs.c: Likewise.
4419         * wcsmbs/wctob.c: Likewise.
4421         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
4422         position of next output character correctly.
4423         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
4425         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
4427         * stdlib/strtod.c: Don't use mbtowc.
4429 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
4431         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
4432         what we want is smaller than a buffer.
4434 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
4436         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
4437         this function.
4439 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4441         * configure.in: Recognize --with-headers flag and determine
4442         commandline options to be used in compilation.
4443         * Makeconfig (+includes): Use $(sysincludes).
4444         * config.make.in (sysincludes): Define from SYSINCLUDES.
4445         * glibcbug.in: Use SYSINCLUDES information.
4446         Patches by Zack Weinberg.
4448 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4450         * glibcbug.in: On linux, report version of kernel headers seen
4451         by compiler.
4453 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
4455         * libc.map: Add __asprintf to GLIBC_2.1.
4456         * elf/dlerror.c: Use __asprintf, not asprintf.
4457         * libio/stdio.h: Declare __asprintf.
4458         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
4459         a weak alias.
4461         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
4462         to avoid inclusion from libc_pic.a.
4464         * elf/dl-runtime.c: Undo last patch.
4466         * stdlib/strtod.c: Don't use mbtowc, use btowc.
4468         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
4469         as default, use NULL.
4471 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4473         * resolv/Makefile: Include ../Makeconfig - needed for building
4474         static NSS module.
4476 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4478         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
4479         static-nss since we don't want hesiod in the static NSS.
4481         * nss/Makefile: Build only nss_files as static.
4483         * nss/function.def: Remove support for service db.
4485 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
4487         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
4489 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
4491         * posix/wordexp-test.c: Make IFS per test-case.
4493 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4495         * glibcbug.in: Report version of gcc in use.  Remove unused variable
4496         ENVIRONMENT.
4498 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
4500         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
4501         `-print-file-name' to find as and ld.
4503 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4505         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
4506         template is wrong.  Remove unused varaible `ignored'.
4508 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4510         * libc.map: Export __libc_sa_len.
4512         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
4514 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
4516         * iconv/gconv.c: Take care for NULL arguments.
4517         * iconv/gconv_dl.c: Make find_func function global.
4518         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
4519         Add prototypes for ASCII conversion functions.
4520         * iconv/gconv_simple.c: Add ASCII conversion functions.
4521         * locale/C-ctype.c: Correct charset name.
4523         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
4524         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
4525         wcsmbsload.
4526         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
4527         * wcsmbs/mbrtowc.c: Likewise.
4528         * wcsmbs/mbsnrtowcs.c: Likewise.
4529         * wcsmbs/mbsrtowcs.c: Likewise.
4530         * wcsmbs/wcrtomb.c: Likewise.
4531         * wcsmbs/wcsnrtombs.c: Likewise.
4532         * wcsmbs/wcsrtombs.c: Likewise.
4533         * wcsmbs/wctob.c: Likewise.
4534         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
4535         prototypes for wmemr*.
4536         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
4537         * wcsmbs/wcsnlen.c: New file.
4538         * wcsmbs/wcsmbsload.c: New file.
4539         * wcsmbs/wcsmbsload.h: New file.
4541         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
4543         * manual/install.texi: Describe some more critical points.
4545         * string/string.h: Add prototype for __strnlen.
4546         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
4548         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
4549         much less predictable names.
4550         * sysdeps/posix/mkstemp.c: Likewise.
4552 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4554         * manual/libc.texinfo (Top): Change "file namespace" to "local
4555         namespace".
4557         * manual/socket.texi: Change file namespace to local namespace.
4558         (Out-of-Band Data): Remove unneeded variable link.
4559         (Host Address Functions): Use uint32_t consequently and add a
4560         number of clarifications for IPv4/IPv6, classless addresses.
4561         (Internet Namespace): Added some paragraphs about IPv6.
4562         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4564 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4566         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
4568         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
4569         (NI_NUMERICHOST, et al.): Tidy up and add comments.
4570         (AI_NUMERICHOST): Define.
4571         (getnodebyname): New prototype.
4572         (AI_V4MAPPED, et al.): New constants.
4574         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
4575         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
4576         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
4577         for socket.
4578         * sysdeps/unix/sysv/linux/sa_len.c: New file.
4579         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
4581         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
4583         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
4584         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
4585         * socket/Makefile (headers): Add bits/sockunion.h.
4586         * socket/sys/socket.h: Include <bits/sockunion.h>
4587         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
4588         <sys/socket.h>, to avoid getting sockaddr_union defined.
4589         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
4590         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4591         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4593         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
4594         (2.2.x kernels won't have it).
4596 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
4598         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
4599         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
4600         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
4601         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
4603 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4605         * manual/socket.texi (Socket Addresses): Fix a typo.
4606         (Interface Naming): New section.
4608 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4610         * configure.in: Check for CC using $ac_tool_prefix, to handle
4611         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
4612         * config.make.in: Add MIG to be substituted.
4613         * mach/Machrules: Don't define MIG variable.
4615         Patch by Gordon Matzigkeit <gord@profitpress.com>.
4617 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
4619         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
4620         strdupa to copy rpath.
4622 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4624         * configure.in: Fix gcc version check.
4626         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
4627         confusing.
4629 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
4631         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
4632         of ptsname_r.
4634         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
4635         like ttyname_r.
4636         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
4637         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
4638         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
4639         of __ptsname_r accordingly.
4640         * login/openpty.c (openpty): Likewise.
4642 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
4644         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
4646 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4648         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
4650         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
4652 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4654         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
4655         return value for better error checking.
4657 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
4659         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
4660         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
4662         * elf/elf.h (EM_SPARC64): Remove.
4663         (EM_SPARC32PLUS, EM_SPARCV9): Add.
4664         (HWCAP_SPARC_V9): Add.
4666         * elf/ldsodefs.h (_dl_hwcap): Declare.
4667         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
4668         Weaken so dlopen from static progies works.
4669         (WEAKADDR): New macro.
4670         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
4671         (LD_SO_PRELOAD): New macro.
4672         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
4673         (elf_machine_rela): Weaken _dl_rtld_map.
4675         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
4676         to __clone, and remove the later's alias.
4677         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4679         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
4680         the kernel's structure.
4682         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
4683         Sparc needs a custom value of __KERNEL_NCCS.
4685 1998-04-06  Richard Henderson  <rth@cygnus.com>
4687         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
4689         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
4690         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4692 1998-04-06  Richard Henderson  <rth@cygnus.com>
4694         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
4695         as the buffer is not properly aligned.
4696         Reported by Juan Cespedes <cespedes@debian.org>.
4698 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4700         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
4701         instead of AF_FILE.
4703 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
4705         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
4706         and wc*tomb* functions.
4708 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
4710         * sysdeps/unix/start.c: Fix typo.
4712 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
4714         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
4716 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
4718         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
4719         expressions and using array variables.
4720         * sysdeps/libm-ieee754/e_asin.c: Likewise.
4721         * sysdeps/libm-ieee754/e_j0.c: Likewise.
4722         * sysdeps/libm-ieee754/e_j1.c: Likewise.
4723         * sysdeps/libm-ieee754/e_log.c: Likewise.
4724         * sysdeps/libm-ieee754/e_pow.c: Likewise.
4725         * sysdeps/libm-ieee754/k_cos.c: Likewise.
4726         * sysdeps/libm-ieee754/k_sin.c: Likewise.
4727         * sysdeps/libm-ieee754/k_tan.c: Likewise.
4728         * sysdeps/libm-ieee754/s_atan.c: Likewise.
4729         * sysdeps/libm-ieee754/s_erf.c: Likewise.
4730         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
4731         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
4732         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
4734 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
4736         * iconv/gconv.c: Rewrite of the low-level of gconv.
4737         * iconv/gconv.h: Likewise.
4738         * iconv/gconv_builtin.h: Likewise.
4739         * iconv/gconv_close.c: Likewise.
4740         * iconv/gconv_db.: Likewise.
4741         * iconv/gconv_dl.c: Likewise.
4742         * iconv/gconv_int.h: Likewise.
4743         * iconv/gconv_open.c: Likewise.
4744         * iconv/gconv_simple.c: Likewise.
4745         * iconvdata/8bit-gap.c: Adapt for rewrite.
4746         * iconvdata/8bit-generic.c: Likewise.
4747         * iconvdata/euckr.c: Likewise.
4748         * iconvdata/iso646.c: Likewise.
4749         * iconvdata/iso6937.c: Likewise.
4750         * iconvdata/iso8859-1.c: Likewise.
4751         * iconvdata/johab.c: Likewise.
4752         * iconvdata/sjis.c: Likewise.
4753         * iconvdata/t61.c: Likewise.
4754         * iconvdata/uhc.c: Likewise.
4756 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
4758         * iconv/gconv_int.h: New file.  Internal header.
4759         * iconv/Makefile (distribute): Add gconv_int.h.
4760         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
4761         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
4762         * iconv/gconv_close.c: Likewise.
4763         * iconv/gconv_conf.c: Likewise.
4764         * iconv/gconv_db.c: Likewise.
4765         * iconv/gconv_dl.c: Likewise.
4766         * iconv/gconv_int.h: Likewise.
4767         * iconv/gconv_open.c: Likewise.
4768         * iconv/iconv.c: Likewise.
4769         * iconv/iconv_close.c: Likewise.
4770         * iconv/iconv_open.c: Likewise.
4771         * iconv/iconv_prog.c: Likewise.
4773 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4775         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
4776         missing braces.
4778 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4780         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
4782 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4784         Based on patch from Pat Beirne:
4785         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
4786         PIC and non-PIC now.  Correctly negate error number.
4787         (errno): Use `%' not `@' in .type directives.
4789 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4791         * sysdeps/i386/strtok.S: Change to use single exit point.
4792         * sysdeps/i386/i686/strtok.S: Likewise.
4794 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4796         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
4797         default.
4799 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4801         * Makerules (installed-libcs): Fix typo.
4803 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4805         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
4806         (UHC-routines): Remove ksc5601.
4808 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4810         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
4811         introduced in last change.
4813 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
4815         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
4816         before 2.1.92.
4818 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4820         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
4822         * stdlib/isomac.c: Use -isystem instead of -I for system include
4823         dir.
4825 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
4827         * resolv/res_comp.c (underscorechar): New.
4828         (middlechar): Allow '_'.
4830 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4832         * intl/explodename.c (stdlib.h): Include that file only if
4833         STDC_HEADERS or _LIBC.
4834         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
4835         Patch by Philippe De Muyter <phdm@macqel.be>.
4837 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4839         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
4840         (AC_PROG_CHECK_VER): New macro.
4841         * configure.in: Use AC_PROG_CHECK_VER to check versions of
4842         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
4844 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
4846         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
4847         * sysdeps/i386/i686/strtok.S: New file
4848         * sysdeps/i386/i686/strtok_r.S: New file
4850 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
4852         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
4853         type to __off64_t.
4854         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
4855         parameter as __off64_t instead of __off_t.
4856         (ftello): Make alias for ftello64 instead of ftello.  Change
4857         return type to __off64_t.
4859 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4861         * sysdeps/i386/bits/string.h: Fix various typos.
4862         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
4864         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
4866 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4868         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
4869         lchown syscall correctly.  [PR libc/541].
4871 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
4873         * localedata/Makefile: Correct testsuite rules.
4875         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
4876         * iconvdata/iso646.c: Fix conversion from UCS4.
4878         * elf/ldsodefs.h: Mark internal function with internal_function.
4879         * elf/dl-addr.c: Likewise.
4880         * elf/dl-close.c: Likewise.
4881         * elf/dl-debug.c: Likewise.
4882         * elf/dl-deps.c: Likewise.
4883         * elf/dl-error.c: Likewise.
4884         * elf/dl-fini.c: Likewise.
4885         * elf/dl-init.c: Likewise.
4886         * elf/dl-load.c: Likewise.
4887         * elf/dl-lookup.c: Likewise.
4888         * elf/dl-object.c: Likewise.
4889         * elf/dl-open.c: Likewise.
4890         * elf/dl-profile.c: Likewise.
4891         * elf/dl-reloc.c: Likewise.
4892         * elf/dl-runtime.c: Likewise.
4893         * elf/dl-symbol.c: Likewise.
4894         * elf/dl-version.c: Likewise.
4895         * elf/dlerror.c: Likewise.
4896         * sysdeps/generic/dl-sysdep.c: Likewise.
4897         * sysdeps/i386/dl-machine.h: Likewise.
4898         * intl/finddomain.c: Likewise.
4899         * intl/gettextP.h: Likewise.
4900         * intl/loadmsgcat.c: Likewise.
4902 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
4904         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
4905         * iconv/gconv_builtin.h: Add definitions for new builtins.
4906         * iconv/gconv.h: Add prototypes for new builtins.
4908         * iconvdata/Makefile (modules): Add ISO646.
4909         Add rules for ISO646 module.
4910         (distribute): Add iso646.c.
4911         * iconvdata/gconv-modules: Add module and alias definition for
4912         ISO646 charsets.
4913         * iconvdata/iso646.c: New file.
4915 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
4917         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
4918         * iconv/iconv_prog.c: Implement --list option to print available
4919         coded character sets.
4921 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4923         Make fread() read large blocks straight to the user buffer.
4925         * libio/fileops.c (_IO_file_xsgetn): New function.
4926         (_IO_file_jumps): Use it.
4927         * libio/libioP.h: Prototype it.
4929 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4931         * iconv/gconv_conf.c (builtin_aliases): New variable.
4932         (__gconv_read_conf): Add builtin aliases.
4933         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
4934         noop macro before including gconv_builtin.h.
4935         * iconv/gconv_builtin.h: Add alias names.
4937         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
4938         number of converted bytes correctly.
4940 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4942         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
4943         we only wait for a replay.
4945 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4947         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
4948         EUC-KR modules.
4950 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
4952         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
4953         use PLTJMP() rather than explicit (PLT).
4955         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
4956         __libc_start_main().
4958         Based on patch from Pat Beirne:
4959         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
4960         Always define, not only #ifndef PIC.
4961         (DO_CALL): Pass fifth argument correctly in R4.
4962         (PSEUDO): Correct test for error, call syscall_error through PLT
4963         if PIC.
4965 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
4967         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
4968         definitions.
4970 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4972         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
4973         JOHAB.so.
4975 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
4977         * io/Makefile (static-only-routines): Add stat64, fstat64 and
4978         lstat64.
4980 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4982         * manual/Makefile: Use object-suffixes-for-libc instead of
4983         object-suffixes.
4984         * rpm/Makefile (install-lib): Likewise.
4986 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4988         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
4990         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
4991         `m68*', not only `m68k'.
4993 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4995         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
4997         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
4998         install lddlibc4.
5000 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5002         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
5003         EUC-KR.
5005         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
5006         comment.
5008 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
5010         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
5011         the init stuff.
5013 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5015         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
5016         adjtimex syscall.
5017         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
5018         adjtimex.
5019         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
5021 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5023         * Makerules (install): Change comment for libc.so following the
5024         libc_nonshared changes.
5026 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5028         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
5030         * iconvdata/gap.pl: Avoid using %#06x.
5032 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5034         * Makerules: Use $? instead of S^ when invoking ar.
5036 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5038         * db2/compat.h: Allow EFTYPE being defined.
5039         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
5040         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
5041         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
5042         * sysdeps/mach/bits/libc-lock.h: Fix typo.
5043         (__libc_once): Correctly unlock semaphore.
5044         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
5045         * sysdeps/unix/bsd/getpt.c: Fix typo.
5046         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
5048 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5050         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
5051         macros.
5053 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
5055         * include/mntent.h: New file.
5057         * elf/Makefile (trusted-dirs.h): Append slash to filename.
5058         * elf/dl-load.c: Rewrite search path handling.
5059         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
5060         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
5061         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
5062         * elf/ldsodefs.h: Add prototype.
5064 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
5066         * nss/nsswitch.c (__nss_lookup): Adjust comment.
5068         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
5069         function.
5071         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
5073         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
5074         New function.
5075         (HWCAP_IMPORTANT): New definition.
5077 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
5079         * elf/dl-open.c (_dl_open): Fix a typo.
5080         (_dl_global_scope_alloc): Make it static.
5082 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
5084         * Makerules: Remove duplicate rules to handle stamp.oS.
5086 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5088         * manual/examples/inetsrv.c (main): Change prototype of
5089         make_socket following change in mkisock.c.
5091         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
5092         example host.
5093         (main): Change prototype of init_sockaddr following change in
5094         isockadd.c.
5096         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
5097         * manual/examples/isockad.c (init_sockaddr): Likewise.
5099         * manual/examples/mkfsock.c (make_named_socket): Removed blank
5100         lines for clarification.
5101         (make_named_socket): Use strncpy instead of strcpy.
5102         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
5104 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
5106         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
5107         determining libs to remove.
5108         (postclean): Add soversions.mk.
5109         * Makerules (common-mostlyclean): Add tests-static and generated
5110         files.
5112 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
5114         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
5115         scanning for \0.
5116         (__strncat_g): Add i686 specific code.
5118 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5120         * manual/install.texi (Reporting Bugs): Ask to include section
5121         names in reports.
5123 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5125         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
5126         guard against direct inclusion.
5128 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5130         Rework support for libc_nonshared.a:
5131         * Makeconfig (object-suffixes-for-libc): New variable.
5132         * Rules: Remove handling of static-only and shared-only routines.
5133         * Makerules: Handle them here instead.  Use
5134         object-suffixes-for-libc instead of object-suffixes when dealing
5135         with libc objects.
5136         (object-suffixes-for-rules): Remove variable.
5137         (elide-routines.oS): Elide all routines except static-only
5138         routines.
5139         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
5140         empty.
5141         (installed-libcs): Remove special case for .oS.
5142         (rmobjs): Likewise.
5144 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5146         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
5147         do-tst-rpmatch): New targets.
5148         (test): Use them.
5149         (install-locales): Ignore comment lines.
5151 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5153         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
5154         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
5155         ($(objpfx)rtldtbl.h): Likewise.
5156         (CPPFLAGS-dl-load.c): Fix reference to object directory.
5158 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
5160         * manual/string.texi (Finding Tokens in a String): Extend strsep
5161         description and correct example.
5163 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5165         * manual/socket.texi: Remove misguided explicit line breaks and
5166         fix the formatting problem instead by reformulating the
5167         paragraphs.
5168         * manual/filesys.texi: Likewise.
5169         * manual/conf.texi: Likewise.  Don't typeset table with index
5170         fonts, that looks worse than a minimally overfull line.
5172 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5174         * nscd/Makefile (nscd-modules): Move definition outside of
5175         conditional.
5177         * pwd/Makefile: Use have-thread-library to test for thread
5178         library.
5180 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5182         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
5184         * iconvdata/uhc.c (gconv): Remove unused variable idx.
5186 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
5188         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
5190 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
5192         * nss/getXXent_r.c: Correctly handle failing setXXent function.
5194         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
5195         Reported by Andreas Jaeger.
5197 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
5199         * elf/Makefile: Fix typo.
5200         (distribute): Add dl-librecon.h.
5201         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
5202         * elf/ldd.sh.in: Likewise.
5203         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
5204         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
5205         Use strsep correctly.
5206         (process_envvars): Allow platform specific variables.
5207         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
5208         (_dl_load_cache_lookup): Test cache IDs found against
5209         _dl_correct_cache_id.
5210         * sysdeps/generic/dl-librecon.h: New file.
5211         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
5213         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
5215 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
5217         * config.make.in (ldd-rewrite-script): New variable.
5218         * configure.in: Substitute ldd-rewrite-script.
5219         * elf/Makefile: Rewrite rules to generate ldd script.
5220         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
5221         * elf/ldd.sh.in: Likewise.
5222         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
5223         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
5224         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
5225         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
5226         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
5228 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5230         * inet/rcmd.c (iruserok): Remain setuid to the local user
5231         while .rhosts is actually read, to make .rhosts-over-NFS work
5232         (PR libc/524).  Use iruserfopen() for security checks on both
5233         hosts.equiv and .rhosts.  General cleanup.
5234         (iruserfopen): New function, performs careful checking on
5235         hosts.equiv/.rhosts files.  Disallows all the old forbidden
5236         stuff plus hard links to files.
5238 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
5240         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
5242         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
5244 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
5246         * sysdeps/i386/i486/bits/string.h: Fix typos.
5248 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
5250         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
5251         strong alias.
5253         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
5255         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
5256         Added.  Used by libm.so on alpha.
5258 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5260         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
5261         defined.
5263 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
5265         * Makerules (object-suffixes-for-rules): Add .oS only for
5266         building shared library.
5267         Add ranlib rule for nonshared library.
5268         (rmobjs): Fix typo.
5270         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
5271         into for shared library only.
5272         (CPPFLAGS-.oS): Add -DPIC.
5273         (libtypes): Use $(object-suffixes-for-rules) instead of
5274         $(object-suffixes).
5276 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
5278         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
5279         and install lddlibc4.
5281 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5283         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
5284         hash.
5285         * iconvdata/gaptab.pl: Likewise.
5287 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
5289         * Rules: Allow Makefiles to specify test-static for tests which
5290         cannot be linked dynamically.
5291         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
5292         tests-static.
5294         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
5296         * misc/error.c: Pretty print.
5298 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5300         * Makerules (libc_nonshared-name): Remove variable.
5301         (installed-libcs): Use libc-name instead.
5302         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
5303         dynamic linker.
5305         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
5306         libc.a.  Remove explicit reference to dynamic linker.
5308 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5310         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
5311         to wchar_t.
5312         * iconv/iconv_prog.c: Correctly test for write failure.
5313         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
5314         * iconvdata/gconv-modules: Likewise.
5315         * iconvdata/euckr.c: New file.
5316         * iconvdata/johab.c: New file.
5317         * iconvdata/ksc5601.c: New file.
5318         * iconvdata/ksc5601.h: New file.
5319         * iconvdata/uhc.c: New file.
5320         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
5322         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
5323         * stdio/fopen.c: Correct handling of 'x' flag.
5324         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
5326 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5328         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
5329         * sunrpc/rpcsvc/key_prot.x: Likewise.
5330         * sunrpc/key_prot.c: Likewise.
5332 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
5334         * sysdeps/i386/bits/string.h: Correct things which never worked.
5335         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
5336         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
5338 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5340         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
5341         defined.  Reported by Thorsten Kukuk.
5343 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
5345         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
5347 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5349         * manual/install.texi (Supported Configurations): Add
5350         arm-linuxaout and arm-none.
5352 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5354         * version.h (VERSION): Bump to 2.0.93.
5356 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
5358         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
5360         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
5362         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
5363         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
5365 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5367         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
5369 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5371         Put the static-only routines in a separate library.
5372         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
5373         variables.
5374         (all-object-suffixes): Add .oS.
5375         * Makerules (libc_static-name): New variable.
5376         (installed-libcs): Add libc_nonshared.a.
5377         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
5378         (object-suffixes-for-rules): New variable.  Use it instead of
5379         object-suffixes for generating compilation rules.
5380         (rmobjs): Also remove *.oS.
5381         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
5382         ($(objpfx)stamp.oS): New target.
5384 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5386         * Makefile (FAQ): Automatically check in regenerated FAQ.
5388 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5390         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
5392 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5394         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
5395         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
5397         * sysdeps/generic/stub_warning: Removed.
5399         * Makefile (distribute): Add include/des.h.
5401         * manual/Makefile (distribute): Change dir-add.texi to
5402         dir-add.texinfo.
5404         * glibcbug.in: Create files safely when mktemp is not available.
5406         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
5407         Patch by a sun <asun@saul1.u.washington.edu>.
5409 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5411         * libc.map: Rename getname to getnetname.
5413 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
5415         * manual/maint.texi: Use supported platform in examples.
5417         * manual/install.texi: Document some installation tips.
5419 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
5421         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
5422         Fix a bug so that it returns an error if a numeric parameter is
5423         unset and WRDE_UNDEF is set.
5424         Patch by Andreas Schwab and Tim Waugh.
5425         * posix/wordexp-test.c: Add new new test.
5427 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5429         * posix/regex.c (regex_compile): Last patch wasn't entirely
5430         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
5432 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5434         * manual/filesys.texi (Scanning Directory Content): Fix typo.
5436 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
5438         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
5439         clobbered registers don't appear as operands.
5441 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5443         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
5444         Solaris' sake.
5446         * posix/regex.c (regex_compile): Don't allow non-alphabet
5447         characters in character set name.
5449 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
5451         * posix/wordexp.c (w_newword): New function.
5452         (do_parse_glob): New function.
5453         (parse_glob): Use do_parse_glob.  Now handles the case where a
5454         variable expansion causes a field-split.
5455         (wordexp): Use w_newword.
5456         (parse_arith): Likewise.
5457         (exec_comm): Likewise.
5458         (parse_comm): Likewise.
5459         (parse_param): Likewise.
5460         (parse_backtick): Likewise.
5462 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
5464         * posix/wordexp-tst.sh: Another test.
5466         * posix/wordexp-test.c: Two new tests.
5468         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
5469         directly (the code using realloc was buggy).
5470         (parse_param): Fix typo in comment.
5472 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5474         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
5476 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5478         * libc.map: Add more rpc auth functions/variables.
5480         * nscd/nscd.c: Add -g option to argp options.
5482 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5484         * configure.in: Be prepared for gcc 2.9.10 and up.
5485         * configure.in: Add missing disabling of quote characters in
5486         compiler version check.  Reported by HJ Lu.
5488 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5490         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
5492 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5494         * intl/locale.alias: Fix spelling of romanian.
5496         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
5497         (distribute): Remove des.h.
5498         * include/des.h: New file.
5499         * sunrpc/des.h: Moved to ...
5500         * sunrpc/rpc/rpc_des.h: ...here.
5502 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
5504         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
5505         Fix paren.
5507 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5509         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
5510         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
5512 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5514         * elf/ldsodesf.h: New file.
5515         * elf/Makefile (distribute): Add ldsodefs.h.
5516         * elf/link.h: Separate internal information in exter header.
5517         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
5518         * elf/dl-minimal.c: Likewise.
5519         * sysdeps/generic/dl-sysdep.c: Likewise.
5520         * elf/sprof.c: Likewise.
5521         * elf/dlsym.c: Likewise.
5522         * elf/dlvsym.c: Likewise.
5523         * elf/dlerror.c: Likewise.
5524         * elf/dladdr.c: Likewise.
5525         * elf/dlclose.c: Likewise.
5526         * elf/dlopen.c: Likewise.
5527         * elf/dl-addr.c: Likewise.
5528         * elf/dl-close.c: Likewise.
5529         * elf/dl-debug.c: Likewise.
5530         * elf/dl-deps.c: Likewise.
5531         * elf/dl-error.c: Likewise.
5532         * elf/dl-fini.c: Likewise.
5533         * elf/dl-init.c: Likewise.
5534         * elf/dl-load.c: Likewise.
5535         * elf/dl-lookup.c: Likewise.
5536         * elf/dl-object.c: Likewise.
5537         * elf/dl-open.c: Likewise.
5538         * elf/dl-profile.c: Likewise.
5539         * elf/dl-reloc.c: Likewise.
5540         * elf/dl-runtime.c: Likewise.
5541         * elf/dl-support.c: Likewise.
5542         * elf/dl-symbol.c: Likewise.
5543         * elf/dl-version.c: Likewise.
5544         * sysdeps/generic/dl-cache.c: Likewise.
5545         * sysdeps/generic/libc-start.c: Likewise.
5546         * iconv/gconv_dl.c: Likewise.
5547         * nss/nsswitch.c: Likewise.
5549 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
5551         * manual/nss.texi: The database is not called network but networks.
5552         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
5554 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5556         * configure.in: Correct test for compiler version.
5557         Check that LD_LIBRARY_PATH doesn't contain current path.
5559 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
5561         * elf/dl-close.c (_dl_close): Fix byte count while removing
5562         the shared object from the global scope list and optimize
5563         a little bit.
5565 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5567         * manual/filesys.texi (Scanning Directory Content): Add missing
5568         closing brace.
5569         (Scanning Directory Content): Fix text.
5571 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5573         * manual/memory.texi (Heap Consistency Checking): Add paragraph
5574         explaining difference of -lmcheck and MALLOC_CHECK_.
5576 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5578         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
5579         typos in comments.
5581 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5583         * test-skeleton.c (main): Fix test for exit signal.
5585 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5587         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
5589 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5591         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
5592         appropriate.
5594 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5596         * libc.map: Export __strtok_r.
5598 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
5600         * posix/regex.c (re_compile_fastmap): Remove unused variable
5601         num_regs and adjust comment.
5602         Patch by Jim Meyering <meyering@ascend.com>.
5604         * math/math.h (M_*l): Extend long double constants to be usable
5605         for 128 bit floats.  Patch by Richard Henderson.
5607 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5609         * sysdeps/m68k/m68020/wordcopy.S: New file.
5611 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
5613         * posix/wordexp.c: Rewrite parse_param.
5614         Patch by Tim Waugh and Andreas Schwab.
5616 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5618         * Rules: Update timestamps on empty object files.
5620 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
5622         * manual/filesys.texi (Scanning Directory Content): Add description
5623         of 64 bits scandir function and friends.
5625 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5627         * glibcbug.in: Use mktemp to generate unique file name for
5628         temporary files.
5630         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
5631         ptsname_r.  Use cast for execve call.
5633 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
5635         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
5636         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
5637         * io/sys/statvfs.h: New file.
5638         * sysdeps/generic/fstatvfs.h: New file.
5639         * sysdeps/generic/statvfs.h: New file.
5640         * sysdeps/generic/fstatvfs64.h: New file.
5641         * sysdeps/generic/statvfs64.h: New file.
5642         * sysdeps/generic/bits/statvfs.h: New file.
5643         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
5644         * sysdeps/unix/sysv/linux/statvfs.c: New file.
5645         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
5647         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
5648         and f_ffree elements.
5650         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
5651         mount options in enum.
5653 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5655         * configure.in: Check for recent egcs/gcc.
5657 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5659         * libc.map: Add alphasort64, scandir64, versionsort64.
5660         * dirent/Makefile (routines): Add scandir64, alphasort64, and
5661         versionsort64.
5662         * dirent/alphasort64.c: New file.
5663         * dirent/scandir64.c: New file.
5664         * dirent/versionsort64.c: New file.
5665         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
5666         versionsort.
5667         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
5668         old name weak alias.
5669         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
5671         * dirent/alphasort.c: Use strcoll instead of strcmp.
5673         * dirent/scandir.c: Optimize a bit.
5675         * dirent/versionsort.c: Pretty print.
5677 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5679         * string/string.h: Add prototype for __strtok_r.
5681 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5683         * posix/Makefile: Fix typo in last change.
5685 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5687         * dirent/dirent.h (scandir): Make argument of select function const.
5688         * dirent/scandir.c (scandir): Likewise.
5689         Reported by David.Faure@insa-lyon.fr [PR libc/512].
5691 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
5693         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
5694         weak alias.
5695         * sysdeps/i386/strtok_r.c: Likewise.
5697         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
5698         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
5699         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
5700         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
5701         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
5702         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
5704 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5706         * intl/localealias.c: Remove unneeded define for strdup.
5708 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
5710         * manual/argp.texi: Adjust for better TeX output.
5711         * manual/arith.texi: Likewise.
5712         * manual/conf.texi: Likewise.
5713         * manual/filesys.texi: Likewise.
5714         * manual/header.texi: Likewise.
5715         * manual/lgpl.texinfo: Likewise.
5716         * manual/math.texi: Likewise.
5717         * manual/message.texi: Likewise.
5718         * manual/pattern.texi: Likewise.
5719         * manual/process.texi: Likewise.
5720         * manual/signal.texi: Likewise.
5721         * manual/socket.texi: Likewise.
5722         * manual/startup.texi: Likewise.
5723         * manual/stdio.texi: Likewise.
5724         * manual/terminal.texi: Likewise.
5725         * manual/examples/rprintf.c: Likewise.
5726         * manual/examples/testopt.c: Likewise.
5727         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5729 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
5731         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
5732         parameter name after seeing a digit if it's enclosed in braces.
5734 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5736         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
5738 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5740         * manual/memory.texi (Heap Consistency Checking): Document
5741         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
5743 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5745         * manual/Makefile: Add missing rules.
5747 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5749         * timezone/Makefile (generated): Define to remove all stamp files.
5751         * sysdeps/generic/strsep.c: Also undefine __strsep.
5753         * string/strdup.c: Undefine __strdup and strdup first.
5754         * string/strndup.c: Likewise.
5756         * string/bits/string2.h: Correct strtok_r and strsep.
5757         Add strndup optimization.
5759         * sysdeps/generic/strsep.c: Little optimization.
5761 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
5763         * string/bits/string2.h: Add optimization for strdup.
5764         Always define __strsep and __strtok_r and make real names available
5765         when feature select macros are defined.
5767 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5769         * manual/install.texi (Installation): Use i486-linux as example
5770         instead of the unsupported sunos4.
5771         (Reporting Bugs): Mention glibcbug script.
5772         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
5774 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5776         * posix/wordexp-tst.sh: Make portable.  Add more tests.
5778         * posix/Makefile (do-globtest do-wordexp-test): New targets.
5780 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
5782         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
5783         * sysdeps/generic/libc-start.c: ...here, replacing former content.
5785         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
5786         netpacket/packet.h.
5788         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
5790 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5792         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
5793         in enumerator for strict standard compliance.
5794         * sysdeps/generic/bits/resource.h: Likewise.
5796 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
5798         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
5799         (PLTJMP): New macro.
5801         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
5802         longjmp() when floating point enabled.
5803         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
5804         * sysdeps/arm/__longjmp.S: Remove floating point code.
5805         * sysdeps/arm/setjmp.S: Likewise.
5807         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
5808         * sysdeps/arm/bsd-_setjmp.S: Likewise.
5810         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
5811         memset().
5813         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
5814         prototype.
5816 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
5818         Based on patches from Pat Beirne and Scott Bambrough:
5820         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
5822         * sysdeps/arm/bits/fenv.h: New file.
5824         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
5825         * sysdeps/arm/elf/setjmp.S: Likewise.
5826         * sysdeps/arm/elf/start.S: Likewise.
5827         * sysdeps/arm/init-first.c: Likewise.
5828         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
5829         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
5830         comment about floating point to reflect current reality.
5832         * sysdeps/unix/arm/brk.S: Support PIC.
5833         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
5834         re-entrant code.
5835         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
5836         return; call syscall_error through PLT.
5837         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
5839 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
5841         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
5842         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
5843         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
5845 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5847         * dirent/list.c (test): Return error value.
5848         (main): Exit with error value.
5850         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
5852         * Makefile (distribute): Add test-skeleton.c.
5853         * test-skeleton.c: New file.
5854         * dirent/Makefile (tests): Add opendir-tst1.
5855         * dirent/opendir-tst1.c: New file.
5857 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5859         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
5860         Optimize memory handling.
5861         * sysdeps/unix/closedir.c: Optmize memory handling.
5863 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
5865         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
5866         handling.  Optimize a bit.
5868 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
5870         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
5871         (parse_param): Fold in Andreas' fixes to do with when the end of
5872         the parameter name has been reached, and quoting inside ${...}.
5873         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
5874         $((echo);(ls)).
5876 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5878         * manual/maint.texi: Split out installation and contribution
5879         sections to their own appendices.  Misc cleanups.
5880         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
5881         * manual/contrib.texi: New file.
5882         * manual/libc.texinfo: Pull in new appendices.
5883         * manual/header.texi: Correct node pointer.
5885 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5887         * manual/process.texi (Process Completion): Clarify return value
5888         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
5890 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5892         * posix/wordexp-test.c: Add more tests.
5893         (testit): Fix logic.
5895         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
5896         /dev/null instead of closing it, close pipe.  Always chop off all
5897         trailing newlines.  Kill and reap child before returning error.
5898         (w_addword, parse_glob): Fix memory leak.
5899         (wordexp): Fix dangling pointer problem.
5901 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
5903         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
5905         * posix/wordexp-test.c (main): Fix little thinkos and typos.
5907         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
5908         directory index by only the language.
5910 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
5912         * posix/wordexp-tst.sh: Store test results in the
5913         ${common_objpfx}posix directory.
5915         * posix/wordexp-test.c: Remove temporary directory afterwards.
5917 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5919         * libc.map: Export internal versions of cancelable functions.
5921 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5923         * Makerules (MAKEFLAGS): Append `r'.
5925 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5927         * Makeconfig: Define have-thread-library, shared-thread-library
5928         and static-thread-library if a thread library is available.  Don't
5929         define rt.
5930         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
5931         nscd-routines to nscd-modules.  Use shared-thread-library and
5932         static-thread-library in dependencies.
5933         * rt/Makefile: Only compile librt if have-thread-library is
5934         defined.
5935         * Makefile (subdirs): Always include rt subdir.
5937 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5939         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
5941 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
5943         * configure.in: Recognize variations for 32 MIPS processors.
5944         Don't assume ELF systems always have .weak, test for .weakext.
5946 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5948         * configure.in: Irix6 is an ELF platform.
5950 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
5952         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
5953         unmapping the last loaded segment.
5955 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
5957         * configure.in: Set base_os for Irix6.
5958         Correct test for .weakext.
5960 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5962         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
5963         (new_line) to _dl_debug_message call.
5965 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5967         * posix/wordexp.c (parse_param): Perform field-splitting after
5968         expanding positional parameter.
5970         * posix/wordexp-tst.sh: Test that field-splitting is performed
5971         after expanding positional parameter.
5973         * posix/wordexp.c (parse_param): Fixed memory leak in
5974         field-splitting after parameter expansion.
5976 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5978         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
5979         (get_toplvl_escape): Correctly terminate loop at EOF.
5980         Patch by Cristian Gafton <gafton@redhat.com>.
5982 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
5984         * string/tester.c (test_strpbrk): Add more strpbrk tests.
5985         (test_strsep): Likewise.  Correct horrible bugs.
5987         * string/bits/string2.h (strcspn): Optimize also reject string of
5988         length 2 and 3.
5989         (strspn): Likewise.
5990         (strpbrk): Likewise.
5991         (strsep): Likewise.  Correct bug with successive separators and
5992         separators at the end of the string.
5993         * sysdeps/generic/strsep.c: Correct bug with successive separators
5994         and separators at the end of the string.
5996 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5998         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
5999         etc) now handled, as well as $$ (pid).
6001         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
6002         (distribute): Add wordexp-tst.sh.
6004         * posix/wordexp-tst.sh: New file.
6006         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
6007         number of positional parameters.  Renamed substitute_length to
6008         seen_hash.
6009         Don't free(env) is env is NULL.
6011 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
6013         * libc.map: Add pthread_attr_init to GLIBC_2.1.
6015 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
6017         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
6018         for output file replacing gmon.out.
6019         Patch by Dean Gaudet <dgaudet@arctic.org>.
6021 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6023         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
6024         up namespace.  Optimize finding end of line.
6026 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6028         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
6029         securely.  Optimized.
6030         (process_dl_debug): Add ':' to list of separators.  Optimized.
6032 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6034         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
6035         isless, islessequal, islessgreater, isunordered): Return zero or
6036         one.
6038 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
6040         * posix/wordexp-test.c: More tests.
6041         (main): Set up arena for pathname expansion tests (in a temporary
6042         directory).
6043         (testit): Don't check word count or word vector if return value is
6044         non-zero.
6046         * posix/wordexp.c (exec_comm): Always chop off terminating
6047         linefeed (just like bash does).
6048         (parse_param): Change lots of occurrences of "if (!*env)" to "if
6049         (!env || !*env)".
6050         (parse_param): For assignment inside parameter expansion, use all
6051         expanded words in assignment rather than just the first.
6052         (parse_param): Corrected return value for parameter expansion of
6053         an unset variable when WRDE_UNDEF is in effect.
6054         (parse_dollars): Don't field-split if quoted.
6055         (wordexp): Opening brace character isn't allowed unquoted.
6057 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
6059         * elf/dlerror.c: Fix concurrency problems with error string and
6060         number.
6062         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
6063         filter/auxiliary are being loaded.
6065 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
6067         * elf/dlerror.c (last_object_name): Removed.
6068         (dlerror): Don't use last_object_name.
6069         (_dl_error_run): Omit second argument to _dl_catch_error.
6070         * elf/dl-error.c (struct catch): Remove objname member.
6071         (_dl_signal_error): Construct string including objname when given.
6072         (_dl_catch_error): Remove objname handling.
6073         * elf/link.h (_dl_catch_error): Fix prototype and comment.
6074         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
6075         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
6076         * nss/nsswitch.c (nss_dlerror_run): Likewise.
6077         * iconv/gconv_dl.c (dlerror_run): Likewise.
6078         [Corrects PR libc/501].
6080 1998-03-12  Matthias Urlichs <smurf@noris.de>
6082         * nscd/nscd.c: Ignore SIGPIPE.
6084 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
6086         * nscd/nscd_getgr_r.c: Use __ protected names.
6087         * nscd/nscd_getpw_r.c: Likewise.
6089 1998-03-12  Matthias Urlichs <smurf@noris.de>
6091         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
6092         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
6093         null bytes are not transmitted.
6095 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6097         * powerpc/syscalls.list: Correct typo.
6098         * alpha/syscalls.list: Likewise.
6099         * mips/syscalls.list: Likewise.
6101 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
6103         * socket/sys/socket.h: Add prototype for __socket.
6105 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6107         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
6109         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
6110         constants.
6112         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
6113         definition here.
6114         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
6115         definition here.
6117         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
6118         AF_* and PF_* constants.
6120         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
6122 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
6124         * elf/rtld.c: Update help message.
6125         Install link maps for preloaded objects using main_map as loader.
6127         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
6128         * elf/dl-profile.c: Likewise.
6130         * elf/dlsym.c: Little optimization.
6131         * elf/dlvsym.c: Likewise.
6133 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
6135         * posix/wordexp-test.c: Move test for parameter list at the very
6136         beginning.
6138 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6140         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
6141         WRDE_REUSE flag is set.
6142         (parse_param): Allow `*', `@', and numbers in parameter names.
6143         (parse_dollars): Differentiate between arithmetic expansion and a
6144         command substitution that starts immediately with a sub-shell
6145         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
6146         (parse_param): Memory allocated with __alloca in a block was
6147         referenced outside that block.  Adjusted to use malloc/free.
6148         (parse_param): Adjusted field-splitting algorithm so that there is
6149         not necessarily a field split at the end of a parameter expansion.
6151 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
6153         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
6154         don't free words that have already been allocated.
6155         (parse_param): A dollar sign on its own will never have a pattern
6156         associated with it (like "${HOME%%/}" has), so don't try to free it.
6157         (parse_glob): Attempt to glob when an unquoted `[' is found
6158         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
6159         (parse_glob): Sorted out quoting in a glob-able word.
6160         (parse_param): Added $* and $@ handling.
6162 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
6164         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
6165         parsing it.
6167 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6169         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
6170         _dl_debug_message.
6172 1998-03-12  Matthias Urlichs  <smurf@noris.de>
6174         * elf/dl-misc.c: Default for debug output should be stderr.
6175         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
6176         * elf/dl-lookup.c: reference_name may be NULL or empty.
6178 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6180         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
6182 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
6184         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
6186         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
6188 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6190         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
6191         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6193 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6195         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
6196         init stuff.
6198 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6200         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
6201         flag.
6203         * misc/syslog.c (vsyslog): Don't try to send if not connected to
6204         syslog daemon.
6205         (closelog_internal): Don't do anything if not connected.
6207 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
6209         * libc.map: Add _dl_debug_message.
6210         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
6211         before every line.
6212         * elf/fini.c: Correctly use new _dl_debug_message function.
6213         * elf/init.c: Likewise.
6214         * elf/dl-lookup.c: Likewise.
6215         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6216         * elf/dl-load.c: Likewise.  Add more debugging prints.
6217         * elf/dl-reloc.c: Likewise.
6218         * elf/dl-version.c: Likewise.
6219         * elf/dl-support.c: Add variables for debugging.
6220         * elf/rtld.c: Likewise.  Recognize new debug options.
6221         * elf/link.h: Declare new variables.
6223         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
6225 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6227         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
6228         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
6230 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6232         * posix/wordexp-test.c (command_line_test): New function to allow
6233         testing of specific cases from the command-line.
6235 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6237         * elf/dl-init.c (_dl_init_next): Print nicer messages.
6238         * elf/dl-fini.c (_dl_fini): Likewise.
6239         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
6241         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
6242         symbol in debug message.
6243         (_dl_lookup_versioned_symbol_skip): Likewise.
6245 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
6247         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
6248         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
6249         * manual/filesys/texi: Document this.
6251 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
6253         * manual/filesys.texi: Document the change below.
6255 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6257         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
6258         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
6260 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
6262         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
6263         instead scope.  If debugging display information about symbol
6264         resolving.
6265         (_dl_lookup_symbol): Call do_lookup with correct parameters.
6266         (_dl_lookup_symbol_skip): Likewise.
6267         (_dl_lookup_versioned_symbol): Likewise.
6268         (_dl_lookup_versioned_symbol_skip): Likewise.
6269         * elf/dl-support.c: Define _dl_debug_symbols.
6270         * elf/link.h: Add declaration for _dl_debug_symbols.
6271         * elf/rtld.c: Define _dl_debug_symbols.
6272         (process_dl_debug): Recognize symbols option.
6274 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
6276         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
6277         in correct format.
6278         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
6279         with correct parameters.
6280         [!PIC]: Initialize __libc_multiple_libcs.
6282 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
6284         * elf/dl-support.c (_dl_debug_bindings): Add definition.
6285         * elf/rtld.c (_dl_debug_bindings): Add definition.
6286         (process_dl_debug): Recognize bindings option.  Update help message.
6287         * elf/link.h (struct link_map): Add l_versyms member.
6288         (_dl_debug_bindings): Add declaration.
6289         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
6290         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
6291         and l_reloc_result.
6292         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
6293         (sym_val): Remove a member, add m as link_map.
6294         (do_lookup): Return result appropriately.
6295         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
6296         Call do_lookup correctly.
6297         (_dl_lookup_symbol_skip): Likewise.
6298         (_dl_lookup_versioned_symbol): Likewise.
6299         (_dl_lookup_versioned_symbol_skip): Likewise.
6301 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
6303         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
6304         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
6306         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
6307         * libc.map: Add chown to GLIBC_2.1.
6308         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
6309         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
6311 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6313         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
6314         weak alias.
6315         * sysdeps/alpha/ffs.c: Likewise.
6316         * sysdeps/am29k/ffs.c: Likewise.
6317         * sysdeps/i386/ffs.c: Likewise.
6318         * sysdeps/i960/ffs.c: Likewise.
6319         * sysdeps/m68k/ffs.c: Likewise.
6320         * sysdeps/m88k/ffs.c: Likewise.
6321         * sysdeps/powerpc/ffs.c: Likewise.
6322         * sysdeps/rs6000/ffs.c: Likewise.
6323         * sysdeps/vax/ffs.s: Likewise.
6324         * string/string.h: Declare __ffs.
6325         * libc.map: Export it.
6326         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
6327         __builtin_ffs, which is not guaranteed to be namespace clean.
6329 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6331         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
6332         table, which is much more likely to exist than debugging symbols.
6333         (printsym): Remove const.
6334         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
6335         header table.
6337         * libc.map: Export __profile_frequency, used by elf/sprof, to
6338         avoid infinite recursion during startup.
6340 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6342         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
6343         Readd lost negate.
6345         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
6347 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
6349         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
6351 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6353         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
6354         LD_PRELOAD, and LD_VERBOSE.
6355         (dl_main): Use global variables set by process_envvars instead of
6356         calling getenv.
6357         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
6358         LD_LIBRARY_PATH value, this comes with the parameter.
6359         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
6360         ("LD_LIBRARY_PATH") to _dl_init_paths.
6362 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
6364         * elf/rtld.c (dl_main): Delay initialization of path structure if
6365         the dynamically linker is invoked implicitly until we read the
6366         dynamic section.
6368 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6370         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
6372 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6374         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
6375         Linux 2.0 and 2.1.
6377         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
6379 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
6381         * Makeconfig (nisobjdir): Set to path to nis directory.
6382         (rpath-link): Add nisobjdir.
6383         Patch by Sven Verdoolaege <skimo@kotnet.org>.
6385         * elf/Makefile: Pretty print.
6386         * elf/dl-lookup.c: Include unistd.h.
6387         * elf/dl-runtime.c: Likewise.
6389         * localedata/Makefile (test-srcs): Add tst-rpmatch.
6390         (distribute): Add tst-rpmatch.sh.
6391         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
6393         New tests for rpmatch function by
6394         Jochen Hein <jochen.hein@delphi.central.de>.
6395         * localedata/tst-rpmatch.c: New file.
6396         * localedata/tst-rpmatch.sh: New file.
6398         * localedata/locales/de_DE: Correct yesexpr and noexpr.
6399         * localedata/locales/de_AT: Likewise.
6401         * posix/getopt.c: Update contact address.
6402         * posix/getopt1.c: Pretty print.
6404         * sysdeps/generic/libc-start.c: Do most of the initialization now
6405         here instead of in start.S.
6406         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6407         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
6409         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
6410         profil_counter to be public.
6412 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
6414         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
6415         (parse_param): Coded parameter length expansion (${#var}).
6416         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
6417         (parse_param): Cleaned up (fixed) error handling.
6419         * posix/wordexp-test.c: IFS now includes non-whitespace character
6420         (comma).  Added more tests.
6422 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
6424         * elf/link.h: Fix typos.
6425         Reported by Andreas Jaeger.
6427         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
6428         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
6430 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6432         * argp/argp-help.c: Remove last bits of using gettext instead of
6433         dgettext.
6435 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
6437         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
6438         __libc_start_main.
6439         * csu/Makefile (routines): Add libc-start.
6440         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
6441         * elf/dl-lookup.c: Likewise.
6442         * elf/dl-version.c: Likewise.
6443         * sysdeps/i386/dl-machine.h: Likewise.
6444         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
6445         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
6446         _dl_sysdep_message macros which use _dl_sysdep_output.
6447         * elf/dl-fini.c: Write out which destructor is called while debugging.
6448         * elf/dl-init.c: Likewise for constructor.
6449         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
6450         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
6451         _dl_sysdep_message.  Add _dl_sysdep_output.
6452         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
6453         this file can be opened.
6454         For LD_DEBUG=libs also set _dl_debug_impcalls.
6455         * sysdeps/generic/dl-cache.c: Include unistd.h.
6456         * sysdeps/generic/libc-start.c: New file.
6457         * sysdeps/unix/sysv/linux/libc-start.c: New file.
6458         * sysdeps/i386/elf/start.S: Don't call main directly, call
6459         __libc_start_main instead.
6461         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
6463 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6465         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
6467 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
6469         * argp/argp.h (struct argp): Add new field domain.
6470         * argp/argp-help.c: Change all gettext calls to dgettext and use
6471         domain field from appropriate argp in call.
6472         * argp/argp-parse.c: Likewise.
6474 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
6476         * posix/wordexp-test.c: Change testsuite so that it can run even
6477         for ~root != /root.
6479 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6481         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
6483 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6485         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
6486         Don't store into global errno if we already store through
6487         __errno_location.
6488         * sysdeps/unix/i386/sysdep.S: Likewise.
6489         * sysdeps/unix/alpha/sysdep.S: Likewise.
6490         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6491         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
6492         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
6493         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
6494         PIC).
6496 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6498         * sysdeps/generic/sysdep.h (L): Remove definition.
6499         * sysdeps/i386/sysdep.h (L): Define it here instead.
6501 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6503         * nis/nis_call.c (__do_niscall): Safe and reset errno.
6505         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
6507 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6509         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
6510         declaration style to avoid warnings.
6512 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
6514         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
6515         "LD_DEBUG".
6517 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6519         * posix/Makefile (tests): Add wordexp-test.
6520         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
6521         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
6523 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
6525         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
6526         dependencies.
6528         * elf/link.h (struct r_search_path_elem): Add two new field for
6529         lib path debugging.
6530         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
6531         variable accordingly.
6532         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
6533         is considered next along with information about load paths.
6534         * sysdeps/generic/dl-cache.c: Likewise.
6535         * elf/dl-support.c: Define _dl_debug_libs.
6536         * elf/genrtldtbl.awk: Add initializers for two new field in
6537         struct r_search_path_elem.
6539 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6541         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
6542         * sysdeps/m68k/lshift.S: Likewise.
6543         * sysdeps/m68k/rshift.S: Likewise.
6544         * sysdeps/m68k/sub_n.S: Likewise.
6545         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
6546         * sysdeps/m68k/m68020/mul_1.S: Likewise.
6547         * sysdeps/m68k/m68020/submul_1.S: Likewise.
6549         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
6550         [_LIBC_REENTRANT]: Don't store into global errno.
6552         * sysdeps/m68k/sysdep.h: New file.
6553         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
6554         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
6555         (DO_CALL): Change to expect syscall name as argument.
6556         (PSEUDO): Pass syscall_name to DO_CALL.
6557         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
6558         errno.
6560 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6562         * elf/rtld.c: Speed up processing of environment variables.  Do
6563         only one run on the environment by avoiding to call getenv.
6564         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
6565         function.  Used by patch above.
6567 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6569         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
6570         running nscd.
6571         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
6572         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
6573         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
6575 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6577         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
6578         module cannot be found.  Reported by Andreas Jaeger.
6580 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6582         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
6583         on platforms which default to unsigned chars.
6584         * nscd/nscd_getpw_r.c: Likewise.
6585         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
6586         defining it.
6588 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6590         * elf/Makefile (install-bin): Change = to += for sprof to install
6591         ldd also.
6593 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
6595         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
6597 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
6599         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
6601 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6603         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
6604         that a failure to connect to nscd doesn't change errno.
6606 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6608         * manual/maint.texi (Reporting Bugs): Change
6609         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
6611         * locale/iso-4217.def: Likewise
6613 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
6615         * manual/texinfo.tex: Updated.
6617 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6619         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
6620         value.
6621         * sysdeps/posix/pathconf.c: Likewise.
6622         * posix/getconf.c: Print `undefined' if pathconf returns -1
6623         without setting errno.
6625 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
6627         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
6628         problem.
6629         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
6630         Patches by Elliot Lee <sopwith@cuc.edu>.
6632 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
6634         * elf/link.h (struct link_map): Add new field l_reloc_result.
6635         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
6636         of relocation for the object to be profiled.
6637         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
6638         to NULL.
6639         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
6640         array here.
6641         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
6642         contains a result from a previous run use this instead of computing
6643         the value again.
6644         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
6646 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6648         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
6649         offsets into the GOT.
6650         (RTLD_START): Likewise.
6652 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
6654         * elf/sprof.c: Cleanup a bit.
6656 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
6658         * sysdeps/generic/sysdep.h (L): New. Define.
6660         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
6662         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
6664         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
6665         to have only one exit point for functions.
6666         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6667         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
6668         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
6669         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
6670         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
6672 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6674         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
6675         reset errno so that errno isn't set to ENOSYS in the first call.
6676         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
6677         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
6678         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
6679         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
6681 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
6683         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
6684         * sysdeps/i386/addmul_1.S: Likewise.
6685         * sysdeps/i386/lshift.S: Likewise.
6686         * sysdeps/i386/mul_1.S: Likewise.
6687         * sysdeps/i386/rshift.S: Likewise.
6688         * sysdeps/i386/sub_n.S: Likewise.
6689         * sysdeps/i386/submul_1.S: Likewise.
6690         * sysdeps/i386/i586/add_n.S: Likewise.
6691         * sysdeps/i386/i586/addmul_1.S: Likewise.
6692         * sysdeps/i386/i586/lshift.S: Likewise.
6693         * sysdeps/i386/i586/mul_1.S: Likewise.
6694         * sysdeps/i386/i586/rshift.S: Likewise.
6695         * sysdeps/i386/i586/sub_n.S: Likewise.
6696         * sysdeps/i386/i586/submul_1.S: Likewise.
6698         * sysdeps/i386/sysdep.h: Extend last change.
6700         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
6701         to have only one exit point for functions.
6703 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6705         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
6706         search.
6708 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
6710         * Makerules: Generate libc.so with absolute paths for the used
6711         shared objects.
6713         * config.make.in: Add MAKEINFO definition.
6715 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6717         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
6718         (ENTRY): Use STABS_FUN.
6719         (END): Use STABS_FUN_END.
6720         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
6722         * elf/Makefile: Add rules to build sprof program.
6723         * elf/sprof.c: New file.
6725 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6727         * misc/syslog.c (openlog_internal): Insert missing closing brace.
6729 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6731         * configure.in: Check for working msgfmt version (from GNU gettext
6732         0.10 or later).
6734 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6736         * configure.in: Avoid //s in sysdirs.
6737         Patch by Roland McGrath.
6739         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
6741 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
6743         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
6744         setting _dl_global_scope for RTLD_GLOBAL.
6746 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6748         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
6749         possible lists of object-suffixes are taken care of.
6751 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
6753         * timezone/private.h: Update from tzcode1998c.
6754         * timezone/zic.c: Likewise.
6755         * timezone/antarctica: Updated from tzdata1998c.
6756         * timezone/asia: Likewise.
6757         * timezone/australasia: Likewise.
6758         * timezone/europe: Likewise.
6759         * timezone/southamerica: Likewise.
6761 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6763         * posix/glob.c (glob_in_dir): Add support for cases insensitive
6764         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
6766 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
6768         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
6769         Changed type of TWO43, TWO52 from float to double.
6770         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
6771         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
6772         Changed type of TWO43 from float to double.
6773         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
6774         Use __isinff.
6776 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
6778         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
6779         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
6780         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
6782 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
6784         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
6785         kernel_termios.h.
6786         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
6787         Clean up random whitespace.
6788         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
6789         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
6790         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
6791         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
6793 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
6795         * shlib-versions: Match alpha*.
6796         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
6797         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
6799         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
6800         Implement copysign* with and without __ prefix.
6801         Likewise for fabs; use builtin for gcc 2.8.
6802         (floor*): New.
6803         (fdim*): New.
6805         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
6806         (R_SPARC*): Match current v9 ABI.
6808         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
6810         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
6811         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
6812         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
6813         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
6814         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
6815         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
6816         * sysdeps/unix/grantpt.c (argv): Fix consts.
6817         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
6818         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6820 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6822         * misc/syslog.c: Change to allow user the interpretation of the
6823         outcome even with syslog having no return value.
6825 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
6827         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
6828         that the number of program headers is >0 (which is wrong for the
6829         loader itself).
6831 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6833         * Makefile (distribute): Add README.libm.
6835 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6837         * time/clocktest.c (main): Correct typo: "--" -> "==".
6839 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
6841         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
6842         inline function.
6843         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
6844         inline functions.
6846         * math/libm.map (__atan2): Added.
6848 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6850         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
6851         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6853         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
6854         bug.
6856 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6858         * manual/arith.texi (Old-style number conversion): Correct
6859         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6861 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6863         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
6864         but does not require it.  Handle missing argv[] values gracefully.
6865         * posix/execl.c: Likewise.
6866         * posix/execle.c: Likewise.
6868 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6870         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
6871         bit.
6872         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
6874 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6876         * libc.map: Add __adjtimex.
6878 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6880         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
6881         Remove memset.
6883 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
6885         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
6886         to 64.
6888         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
6890         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
6891         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
6893         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
6894         for shared library.
6896         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
6898         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
6899         Added adjtimex and old_adjtimex.
6901         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
6902         New.
6903         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
6904         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
6906         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
6907         symbols only for shared library.
6908         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6909         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6910         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6911         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6912         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6913         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6914         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6916         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
6917         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6918         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6919         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6920         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6921         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6922         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6923         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6925         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
6926         rusage pointer.
6928         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
6929         New macros.
6930         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
6931         timex and __adjtimex, respectively.
6933         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
6935         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
6937 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
6939         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
6940         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
6942 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
6944         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
6946 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6948         * Makefile.in: Disable built-in rules.
6950 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6952         * sysdeps/i386/fpu/t_exp.c: Move to ...
6953         * sysdeps/libm-i387/t_exp.c: ... here.
6955 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
6957         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
6958         from __exp2_deltatable.
6960 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
6962         * nis/ypclnt.c (yp_master): Check result of strdup.
6963         Patch by Thorsten Kukuk.
6965 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6967         * nis/ypclnt.c: Give clnt handle after error checking free, change
6968         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
6970 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
6972         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
6973         Patch by Joe Keane <jgk@jgk.org>.
6975         * misc/fstab.h (struct fstab): Change fs_type member to be const.
6976         * misc/fstab.c: Remove casts in fs_type assignments.
6978 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6980         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
6981         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
6982         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
6983         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
6984         * sysdeps/powerpc/bits/fenv.h: Likewise.
6985         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
6986         * sysdeps/generic/bits/fenv.h: Likewise.
6987         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
6988         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
6989         * sysdeps/powerpc/test-arith.c (main): Likewise.
6991 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6993         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
6994         the comparison macros.
6996 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
6998         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
6999         (__log2): Fixed return values.
7000         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
7002 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
7004         * math/math.h (isunordered): Rename local variables to ensure
7005         correct code.  Reported by HJ Lu.
7007 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
7009         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
7010         isless, islessequal, islessgreater, isunordered): Fix syntax for
7011         fucompip instruction.
7012         (isless, islessequal): Fix logic.
7014 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7016         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
7017         (comparisons_test): New tests for comparison macros.
7019 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
7021         * Makeconfig: Filter out frame-pointer effecting options when
7022         compiling profiling or debugging code.
7023         * config.h.in (internal_function): Don't define here if PROF is
7024         defined.
7025         * gmon/gmon.c (__moncontrol): Don't change state if already in error
7026         state.
7027         (__monstartup): If calloc fails set error state and mark array as
7028         not allocated.
7029         (_mcleanup): Don't call write_gmon if in error state.  Don't try
7030         to free array if not  successfully allocated.
7032         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
7033         Include elf.h to get macro definitions.
7034         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
7036 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
7038         * elf/ldd.sh.in: Add compatibility for broken old shells.
7039         * elf/ldd.bash.in: Likewise.
7041 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
7043         * sunrpc/rpc_main.c (open_input): Check pipe return error.
7045         * time/clocktest.c (main): Check signal return error.
7047 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7049         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
7050         "/" and use do-install-program. Reported by Mark M. Kettenis.
7051         (subdir_install):  Likewise.
7053 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7055         * sunrpc/rpc_sample.c: Fix typo.
7057         * nscd/connections.c: Use locale.
7058         * nscd/grpcache.c: Add debug messages, gidtbl should get the
7059           calloc result.
7060         * nscd/nscd.c: Check if init functions fails.
7061         * nscd/nscd_conf.c: Allow disabling of group cache.
7062         * nscd/nscd_getgr_r.c: Fix return code if group not found.
7063         * nscd/pwdcache.c: Fix debug messages.
7065 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7067         * libc.map: Add __monstartup and _mcleanup for profiling support.
7069 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7071         * libc.map: Export __getpagesize, for binary compatibility with
7072         2.0.
7074 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7076         * posix/globtest.sh: Use --library-path instead of
7077         LD_LIBRARY_PATH.
7078         * localedata/sort-test.sh: Likewise.
7079         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
7081 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7083         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
7084         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
7085         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7087         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
7088         kernel_sigaction): Define.
7089         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
7090         kernel_sigaction): Define.
7092 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7094         * math/libm-test.c: Change epsilons for libm-ieee754.
7096 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
7098         * sysdeps/i386/__longjmp.S: Fix race condition.
7099         Reported by Bruno Haible <haible@ilog.fr>.
7101 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
7103         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
7104         * iconvdata/8bit-gap.c: Likewise.
7105         * iconvdata/8bit-generic.c: Likewise.
7106         * iconvdata/iso6937.c: Likewise.
7107         * iconvdata/iso8859-1.c: Likewise.
7108         * iconvdata/sjis.c: Likewise.
7109         * iconvdata/t61.c: Likewise.
7111 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7113         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
7114         feature tests by positive feature tests.
7116 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7118         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
7120 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
7122         * elf/dlvsym.c (dlvsym_doit): More corrections.
7123         Patch by Andreas Jaeger.
7125 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
7127         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
7129 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
7131         * libc.map: More reordering for GLIBC_2.1 symbols.
7133 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7135         * libc.map: Move some functions from version GLIBC_2.0 to
7136         GLIBC_2.1, reorder declarations.
7138 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
7140         * resolv/gethnamaddr.c (addrsort): Make this function extern.
7141         Patch by zab@thebrain.grumblesmurf.net.
7143 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7145         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
7146         NIS+ functions with version GLIBC_2.1.
7148 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
7150         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
7151         with 2.0 binaries.  Reported by Thorsten Kukuk.
7153 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7155         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
7157         * elf/dlsym.c (dlsym_doit): Likewise.
7159 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7161         * elf/link.h: Correct typos.
7163         * iconv/iconv_prog.c: Correct typo.
7165 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
7167         * iconv/Makefile: Add rules to build and install iconv program.
7168         * iconv/iconv_prog.c: New file.
7170 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
7172         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
7173         _dl_lookup_symbol_skip call.
7174         * elf/dlvsym.c (dlvsym_doit): Likewise.
7176 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
7178         * libio/iovsscanf.c: Do not include errno.h.
7180 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7182         * elf/dl-load.c (add_name_to_object): Don't translate strings.
7183         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
7184         pulling in the whole error list.
7185         (__dcgettext, dcgettext): Removed.
7186         * libc.map: Export _strerror_internal.
7188 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
7190         * sysdeps/i386/fpu/t_exp.c: New file.
7192 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7194         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
7195         everything with version GLIBC_2.1.
7196         * hesiod/libnss_hesiod.map: Likewise.
7198 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7200         * manual/arith.texi (Old-style number conversion): This node is a
7201         section, not a subsection.
7203 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7205         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
7207 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7209         * elf/rtld.c (dl_main): Make sure that the library search paths
7210         have been initialized before the first call to _dl_map_object.
7212 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7214         * Makerules (common-generated): Add libc_pic.os.
7216 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7218         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
7219         of the executable.
7221 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7223         * sysdeps/m68k/fpu/t_exp.c: New file.
7225 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7227         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
7228         to global errno variable anymore.
7230 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
7232         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
7233         If PRELOADED is nonzero check in case of an SUID application
7234         whether the shared object has the SUID bit set.
7235         Fix some other problems with handling shared objects in system
7236         specific directories.
7237         (_dl_map_object): Also take extra parameter and pass it to open_path.
7238         * elf/link.h (_dl_map_object): Correct prototype and comment.
7239         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
7240         * elf/dl-open.c (_dl_open): Likewise.
7241         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
7243         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
7245 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7247         * math/libm-test.c (modf_test): Add test for 1.5.
7249         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
7250         0 to get always an int.
7252 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7254         * math/libm.map: Move all symbols that are new in glibc 2.1 to
7255         version GLIBC_2.1.
7257 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7259         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
7260         trying to read another character.
7262 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7264         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
7265         name to lowercase.
7267         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
7268         name to lowercase, add test for big enough buffer.
7270 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7272         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
7273         Make compatible with older kernels.  Patch by Richard Henderson.
7275 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
7277         * elf/dl-load.c (open_path): Use __xstat instead of stat.
7279         * localedata/tst-locale.sh: Comment out first test for now.
7281 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
7283         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
7284         as 1.
7285         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
7286         Likewise.
7288         * libio/iogetline.c (_IO_getline_info): Renamed from
7289         _IO_getline.
7290         (_IO_getline): Just call _IO_getline_info.
7292         * libio/libioP.h (_IO_getline_info): New declaration.
7294         * libc.map (_IO_getline_info, __write): Added.
7296 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7298         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
7299         const char* to shut up gcc.
7301 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
7303         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
7304         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
7306         * math/math.h: Define M_* constants always as `double' and add new
7307         macros M_*l which are of type `long double'.
7308         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
7309         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
7310         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
7311         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7312         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7313         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7314         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
7315         * math/libm-tst.c: Likewise.
7317         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
7318         define as long double unconditionally.
7320 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7322         * manual/arith.texi (Old-style number conversion): Correct some
7323         typos.
7325 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
7327         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
7328         Restore.
7330         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
7332 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7334         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
7335         on $(rtld-ldscript).
7337         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
7338         starting from 0 not only from `from'.
7339         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7341 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
7343         * elf/rtld.c (dl_main): Recognize --library-path parameter and
7344         pass value (or NULL) to _dl_init_paths.
7345         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
7346         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
7347         environment variable.
7348         * elf/link.h: Change prototype for _dl_init_paths.
7349         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
7351         * localedata/Makefile (distribute): Add test files.
7353 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7355         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
7356         test1.def, test2.def, test3.def, test4.def}: Simple input files
7357         for localedef. Contributed by Yung-Ching Hsiao
7358         <yhsiao@cae.wisc.edu>.
7360         * localedata/Makefile (tests): Call tst-locale.sh.
7362         * localedata/tst-locale.sh: New file, regression tests for some
7363         localedef problems.
7365 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7367         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
7369         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
7370         terminated.
7371         * nis/nss_nisplus/nisplus-network.c: Likewise.
7372         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7373         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7374         * nis/nss_nisplus/nisplus-service.c: Likewise.
7376         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
7377         and support generating thread safe RPC code.
7378         * sunrpc/rpc_main.c: Add changes.
7379         * sunrpc/rpc_clntout.c: Likewise.
7380         * sunrpc/rpc_cout.c: Likewise.
7381         * sunrpc/rpc_hout.c: Likewise.
7382         * sunrpc/rpc_parse.c: Likewise.
7383         * sunrpc/rpc_sample.c: Likewise.
7384         * sunrpc/rpc_scan.c: Likewise.
7385         * sunrpc/rpc_svcout.c: Likewise.
7386         * sunrpc/rpc_util.c: Likewise.
7387         * sunrpc/rpc_util.h: Add new structs and prototypes.
7388         * sunrpc/proto.h: Remove prototypes for static functions.
7390 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7392         * locale/programs/ld-messages.c (messages_finish): Don't skip
7393         error checking when being quiet.
7394         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
7395         (set_class_defaults): Likewise.
7396         * locale/programs/charmap.c (parse_charmap): Likewise.
7397         * locale/programs/ld-collate.c (collate_finish): Likewise.
7398         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
7399         * locale/programs/ld-time.c (time_finish): Likewise.
7400         * locale/programs/locfile.c (write_locale_data): Likewise.
7402         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
7403         unknown characters and empty ranges.
7404         * locale/programs/ld-collate.c (collate_order_elem): When
7405         processing an ellipsis properly form a linked list in the result
7406         table, fix typo when allocating ordering array.
7407         [PR libc/419]
7409 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7411         * elf/Makefile (ld-map): Define.
7412         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
7413         `$(rtld-ldscript)'.
7414         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
7415         on $(ld-map).
7416         (rtld-link): Combine the two versions of this definition.  Fixed
7417         to make it work when no symbol versioning is used.
7419 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7421         * Makeconfig (build-program-cmd): Use --library-path parameter to
7422         ld.so instead of environment variable.
7424         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
7425         * sunrpc/rpc_main.c: Remove support for -$$ option again.
7427 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7429         * Make-dist: Respect with-cvs setting.
7430         * MakeTAGS (all-pot): Likewise.
7431         * sysdeps/sparc/sparc32/Makefile: Likewise.
7432         * sysdeps/mach/hurd/Makefile: Likewise.
7433         * stdlib/Makefile: Likewise.
7434         * posix/Makefile: Likewise.
7435         * intl/Makefile: Likewise.
7436         * po/Makefile (linguas): Likewise
7438 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7440         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
7442 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7444         * libc.map: Add __strcasecmp.
7446         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
7447         module.
7449         * nss/getXXent_r.c: If no more module is found don't try to call
7450         setXXent functions but leave unsuccessfully.
7452         * malloc/obstack.h: Cleanups.
7454         * sysdeps/wordsize-32/stdint.h: New file.
7455         * sysdeps/wordsize-64/stdint.h: New file.
7456         * sysdeps/generic/stdint.h: New file.
7457         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
7458         * sysdeps/wordsize-64/inttypes.h: Likewise.
7459         * stdlib/Makefile (headers): Add stdint.h.
7461 1998-02-03  Paul Eggert  <eggert@twinsun.com>
7463         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
7465 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7467         * timezone: New directory.
7468         * time/README, time/africa, time/antarctica, time/asia,
7469         time/australasia, time/backward, time/checktab.awk,
7470         time/etcetera, time/europe, time/factory, time/ialloc.c,
7471         time/iso3166.tab, time/leapseconds, time/northamerica,
7472         time/pacificnew, time/private.h, time/scheck.c,
7473         time/solar87, time/solar88, time/solar89, time/southamerica,
7474         time/systemv, time/test-tz.c, time/tzfile.h,
7475         time/tzselect.ksh, time/yearistype, time/zdump.c,
7476         time/zic.c, time/zone.tab: Moved to timezone.
7477         * time/tzfile.c: Include tzfile.h from timezone subdir.
7478         * time/tzset.c: Likewise.
7479         * time/Makefile: Cut out all code relating to timezones...
7480         * timezone/Makefile: ...and paste it in here.
7481         * Makefile (subdirs): Add timezone.
7483 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
7485         * libc.map (_sys_nerr): Added.
7487         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
7488         versioned symbol.
7490 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
7492         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
7493         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
7494         Reported by Craig Metz <cmetz@inner.net>.
7496 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7498         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
7499         instead of strcasecmp.
7500         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
7502         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
7504 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
7506         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
7507         Patch by Dean Gaudet <dgaudet@arctic.org>.
7509 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
7511         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
7513 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7515         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
7516         with no poll syscall, just include the BSD version.
7517         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
7518         kernel without the syscall, include the stub version.
7519         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
7520         * sysdeps/generic/getresuid.c: New file.
7521         * sysdeps/generic/getresgid.c: New file.
7523 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7525         * stdio-common/vfscanf.c: Correct last change a bit.
7527 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
7529         * elf/Makefile: Don't use --version-script parameter to link ld.so
7530         unconditionally.
7532 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
7534         * math/Makefile: Add t_exp.
7535         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
7536         constants.
7537         * math/test-reduce.c: Remove temporarily, it seems to be broken.
7538         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
7539         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
7540         better accuracy.
7541         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
7542         algorithm for very large/very small arguments.
7543         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
7544         correct algorithm for very large/very small arguments; adjust for
7545         new table.
7546         * sysdeps/libm-ieee754/t_exp.c: New file.
7547         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
7549         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
7550         back, with comment that explains what breaks when you remove it :-(.
7552         * localedata/xfrm-test.c: Avoid integer overflow.
7554         * stdlib/strfmon.c: char is unsigned, sometimes.
7556         * sysdeps/powerpc/Makefile: Remove quad float support.
7557         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
7558         * sysdeps/powerpc/quad_float.h: Likewise.
7559         * sysdeps/powerpc/test-arith.c: Likewise.
7560         * sysdeps/powerpc/test-arithf.c: Likewise.
7562         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
7563         * sysdeps/generic/s_exp2f.c: Likewise.
7565         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
7566         don't try anything if _SOFT_FLOAT.
7568 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7570         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
7571         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
7572         * wctype/wctype.c: Likewise.
7573         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
7574         changed.  They are incompatible with the _ISxxx values from
7575         <ctype.h> on little endian machines.
7576         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
7577         bit number.  This fixes the real bug and restores the integrity of
7578         the ctype locale file.
7579         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
7580         * wctype/wcfuncs_l.c: Likewise.
7581         * wctype/wcextra.c: Likewise.
7582         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
7583         byte swapping.
7585 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7587         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
7588         into .bss segment instead of .common, so that aliases on it work.
7590         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
7591         .size directives, put into .bss segment instead of initializing it
7592         to 4.
7594 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
7596         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
7598         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
7599         functions.
7600         Make names without __ weak aliases.
7601         (__libc_release, __libc_version): Make them static.
7603         * include/gnu/libc-version.h: New file.
7604         * Makefile (headers): Add gnu/libc-version.h.
7606 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
7608         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
7609         and use x for member name.
7610         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
7612         * stdlib/drand48.c: Change according to member name change.
7613         * stdlib/drand48_r.c: Likewise.
7614         * stdlib/lcong48_r.c: Likewise.
7615         * stdlib/lrand48.c: Likewise.
7616         * stdlib/lrand48_r.c: Likewise.
7617         * stdlib/mrand48.c: Likewise.
7618         * stdlib/mrand48_r.c: Likewise.
7619         * stdlib/seed48.c: Likewise.
7620         * stdlib/seed48_r.c: Likewise.
7621         * stdlib/srand48_r.c: Likewise.
7623 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7625         * nss/test-netdb.c: Add some more test cases.
7627 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
7629         * libio/iovsscanf.c: Undo last change modifying errno.
7631 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7633         * stdio-common/vfscanf.c: Never try to read another character
7634         after EOF.  Don't decrement read_in after EOF, it wasn't
7635         incremented in the first place.
7636         (NEXT_WIDE_CHAR): Set First, not first.
7638 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
7640         * db/Makefile ($(inst_libdir)/libndbm.a,
7641         $(inst_libdir)/libndbm.so): New targets.
7642         * db2/Makefile: Likewise.
7644 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
7646         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
7647         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
7649 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7651         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
7652         <streambuf.h>.
7653         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
7655 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7657         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
7658         versioned symbols.
7660 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
7662         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
7663         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
7664         Added for libdl.so.
7666 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7668         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
7669         extra syscall.
7671         * grp/Makefile: Fix logic when checking for thread package.
7672         * pwd/Makefile: Likewise.
7674 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
7676         * elf/Makefile (rtld-map): Replaced by libc-map.
7678         * elf/rtld.map: Removed.
7680         * libc.map (__libc_enable_secure, _dl_catch_error,
7681         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
7682         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
7683         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
7684         _dl_object_relocation_scope, _dl_relocate_object,
7685         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
7686         _r_debug): Added for ld.so.
7688 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
7690         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
7691         DO_VERSIONING.
7692         * libio/iofdopen.c: Ditto.
7693         * libio/iofopen.c: Ditto.
7694         * libio/oldfileops.c: Ditto.
7696         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
7697         version GLIBC_2.1.
7699         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
7700         oldsiglist from sysdep_routines and shared-only-routines.
7702         * sysdeps/unix/sysv/linux/errlist.c: New.
7703         * sysdeps/unix/sysv/linux/errlist.h: New.
7704         * sysdeps/unix/sysv/linux/sizes.h: New.
7705         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
7706         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
7708         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
7710         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
7711         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
7712         directive.
7714         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
7716         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
7717         (oldsiglist.c): Removed.
7719         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
7720         (_sys_siglist): Use SYS_SIGLIST instead.
7721         (_sys_nerr): Use SYS_NERR instead.
7723         * sysdeps/gnu/errlist.c: Rebuilt.
7725 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
7727         * elf/Makefile (others-static): New, set to ldconfig.
7728         ($(objpfx)ldconfig): Removed.
7730         * Rules (binaries-all, binaries-static, binaries-shared): New.
7731         Create targets for $(binaries-static) and $(binaries-shared).
7733         * Makeconfig (+link-static, link-libc-static,
7734         link-extra-libs-static): New for static linking.
7736 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7738         * manual/memory.texi (Using the Memory Debugger): Fix typo.
7740         * math/libm-test.c (modf_test): Add one more test for modf.
7742 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
7744         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7745         Rename from __libc_have_rt_sigs and leave as COMMON data.
7747 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
7749         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
7750         of __finite.
7752 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
7754         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
7756 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
7758         * misc/tst-efgcvt.c: Add yet more tests.
7759         * misc/efgcvt_r.c: And correct for these tests again.
7760         Reported by HJ Lu.
7762         * isomac.c: Move to...
7763         * stdlib/isomac.c: ...here.
7764         * Makefile: Move rules for handling isomac...
7765         * stdlib/Makefile: ...to here.
7767 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7769         * misc/tst-efgcvt.c: Add more tests.
7770         * misc/efgcvt_r.c: Correct result for above new tests.
7772 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
7774         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
7775         NDIGIT <= 0.
7777 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
7779         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
7780         if the programs weren't built.
7782 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
7784         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
7785         FE_TONEAREST, soldier on regardless and do the best we can.
7786         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
7788 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
7790         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
7791         _STDIO_H, before including <bits/stdio_lim.h>.
7793         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
7795         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
7796         exist.
7798         * sysdeps/arm/sys/ucontext.h: New file.
7800 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
7802         * manual/stdio.texi (Formatted Output Functions): Explicitly say
7803         that the return value from snprintf() does not count the
7804         terminating NUL as a character.
7806 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7808         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
7809         add description for sete[ug]id and general cleanup.
7810         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7812 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7814         * Makefile (parent-clean): Don't remove makefile fragments here.
7815         (postclean): New variable.
7816         (clean): Remove makefile fragments here.
7817         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
7818         (generated): Add isomac and isomanc.out.
7819         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
7820         avoid-generated is set.
7821         (postclean-generated): Add soversion.mk.
7822         ($(common-objpfx)version.mk): Don't include if avoid-generated is
7823         set.
7824         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
7825         avoid-generated is set.
7826         (common-generated): Add libc.so and libc.so$(libc.so-version).
7827         (generated): Add versioned libraries.
7828         (common-mostlyclean): Also remove %.so and %_pic.a.
7829         * csu/Makefile (generated): Add abi-tag.h.
7830         * db2/Makefile (extra-objs): Add getlong.o.
7831         * elf/Makefile (generated): Add ld.so, ldd and
7832         $(rtld-installed-name).
7833         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
7834         * malloc/Makefile (generated): Add mtrace.
7835         * po/Makefile: Don't include version.mk, not needed any more.
7836         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
7837         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
7838         syscall.h -> sys/syscall.h.
7839         (common-generated): Add s-proto.d.
7840         (postclean-generated): Add sysd-syscalls.
7841         * localedata/Makefile (test-output): Add all output files.
7842         (generated): Add test-input and test-output.
7843         (generated-dirs): Add all the dirs.
7845 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7847         * Makefile (test-output, generated, generated-dirs): New
7848         variables.
7850 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7852         * resolv/nss_dns/dns-host.c: Various code cleanups.
7854 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
7856         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
7857         From Philip Blundell <pb@nexus.co.uk>.
7858         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
7860 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7862         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
7863         Suggested by debian/sparc porters.
7865 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7867         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
7868         for ecvt and fcvt.
7870 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
7872         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
7873         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
7875         * signal/signal.h: Always define sigset_t if __need_sigset_t is
7876         defined even if __USE_POSIX is not defined.
7878 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7880         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
7881         to support obsolete tty major numbers correctly.
7883 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
7885         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
7886         directory first and ignore install error.
7888         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
7889         128 from ptyno and fix a typo for the BSD style pty.
7891 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7893         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
7894         syscalls.list's.
7896 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7898         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
7899         getresuid and getresgid.
7901         * sysdeps/unix/sysv/linux/getresuid.c: New file.
7902         * sysdeps/unix/sysv/linux/getresgid.c: New file.
7904         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
7905         s_getres[ug]id.
7907         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
7908         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7909         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7910         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
7912 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
7914         * nscd/grpcache.c: Include <stdlib.h>.
7916 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
7918         * stdlib/atoll.c: Fix comments.
7920         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
7921         * sysdeps/posix/ttyname_r.c: Ditto.
7923 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7925         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
7926         __USE_MISC, independent of __USE_UNIX98.
7928 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
7930         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7931         Rename from __libc_have_rt_sigs and leave as COMMON data.
7933 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
7935         * Makeconfig (CFLAGS-.os): Kill -fno-common.
7936         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
7938         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
7939         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
7940         version symbols.
7941         * include/libc-symbols.h (symbol_version, default_symbol_version):
7942         Provide asm versions and correct !DO_VERSIONING versions.
7943         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
7944         the weak symbol list.
7946         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
7947         Rename from __libc_have_rt_sigs and leave as COMMON data.
7948         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7949         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7950         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7952 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7954         * sunrpc/Makefile: Correct dependencies of rpcgen.
7956 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
7958         * nscd/Makefile: Fix test for available linuxthreads add-on.
7959         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7961 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7963         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
7965 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7967         * sysdeps/gnu/Makefile: Respect with-cvs variable.
7969         * manual/errno.texi (Error Messages): Correct description of
7970         strerror_r.  Pointed out by jonas@bagge.se.
7972 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7974         * manual/socket.texi (Host Address Functions): Clarify description
7975         of inet_network.
7977 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7979         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
7980         (grantpt): Delete superfluous cast.
7982 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7984         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
7985         elf/ldso_install instead of elf/subdir_install.
7986         (elf/ldso_install): New target.
7988         * elf/Makefile (ldso_install): New target.
7990 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7992         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
7993         of 1998-01-06.
7995 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7997         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
7998         constant expressions.
8000 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8002         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
8003         for __nss_configure_lookup.
8004         (output_hostent): Remove unused variable.
8006 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8008         * string/tst-inlcall.c: Fix format string.
8010 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8012         * inet/netinet/in.h: Rename second parameter of bindresvport to
8013         avoid buggy gcc warning. [PR libc/412]
8015 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
8017         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
8018         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
8020         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
8021         Follow POSIX and make tv_sec a time_t.
8022         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
8023         new tv64 syscall as well as fall back to tv32.
8024         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
8025         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
8026         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
8027         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
8028         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
8029         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
8030         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
8031         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
8033         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
8034         * include/rpcsvc/nis_tags.h: Likewise.
8035         * include/rpcsvc/nislib.h: Likewise.
8037 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
8039         * libc.map: Add _h_errno.
8040         * inet/herrno.c: Make _h_errno weak alias.
8042         * login/Makefile (distribute): Add pty-internal.h.
8044         * nscd/Makefile (distribute): Add all the files missing.
8046         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
8047         are available.
8049         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
8050         and report status at the end.
8052         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
8054         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
8055         variable.
8056         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
8057         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
8058         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
8060 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
8062         * configure.in: Fix --enable-add-ons code.
8064 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8066         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
8067         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
8068         [PR libc/441]
8070         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
8071         occurence in cache.  Reported by Rudolf Leitgeb
8072         <leitgeb@leland.stanford.edu>.
8073         [PR libc/440]
8075 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
8077         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
8078         that it never is EINTR (which is tested for in _IO_vfscanf).
8080         * Makefile.in: Call sub-make with CVSOPTS.
8082         * elf/Makefile (distribute): Add dl-procinfo.h.
8084         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
8086 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
8088         * version.h (VERSION): Bump to 2.0.92.
8090 1998-01-31  Phil Blundell  <philb@gnu.org>
8092         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
8093         alias for __new_sys_siglist.
8095 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
8097         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
8098         getgrgid_r.c if thread package is available.
8099         * pwd/Makefile: Likewise.
8100         * grp/getgrnam_r.c: Remove USE_NSCD definition.
8101         * grp/getgrgid_r.c: Likewise.
8102         * pwd/getpwnam_r.c: Likewise.
8103         * pwd/getpwuid_r.c: Likewise.
8105 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
8107         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
8108         with error to allow user intervention.
8109         * nss/getXXent_r.c: Likewise.
8111 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
8113         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
8114         AT_PLATFORM string.  Pretty print AT_BASE info.
8116         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
8117         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
8118         * sysdeps/generic/dl-procinfo.h: New file.
8119         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
8121 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
8123         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
8125         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
8126         thread and not pthread_detach.
8128         * nscd/nscd.c: Rewrite to use argp instead of getopt.
8130 1998-01-31  Phil Blundell  <philb@gnu.org>
8132         * configure.in: Add --without-cvs option to suppress automatic
8133         checkin of regenerated files.
8134         * config.make.in: Likewise.
8135         * Makefile: Respect with-cvs setting.
8136         * Makerules: Likewise.
8138         * configure.in: Allow the standalone ARM port to be configured.
8140 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8142         * grp/getgrgid_r.c: Define USE_NSCD.
8143         * grp/getgrnam_r.c: Likewise.
8144         * pwd/getpwuid_r.c: Likewise.
8145         * pwd/getpwnam_r.c: Likewise.
8147         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
8149         * nss/getXXbyYY_r.c: Try at first nscd.
8151         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
8152         * nscd/connections.c: New file.
8153         * nscd/dbg_log.c: New file.
8154         * nscd/dbg_log.h: New file.
8155         * nscd/grpcache.c: New file.
8156         * nscd/nscd.c: New file.
8157         * nscd/nscd.h: New file.
8158         * nscd/nscd_conf.c: New file.
8159         * nscd/nscd_stat.c: New file.
8160         * nscd/pwdcache.c: New file.
8162         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
8163         * nscd/nscd_getpw_r.c: Likewise.
8164         * nscd/nscd_proto.h: New, prototypes for client functions.
8166         * nscd/nscd.conf: New, example for a configuration file.
8167         * nscd/nscd.init: New, example for a startup script.
8169         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
8170         avoid deadlocks.
8171         * nscd/getgrnam_r.c: Likewise.
8172         * nscd/getpwnam_r.c: Likewise.
8173         * nscd/getpwuid_r.c: Likewise.
8175 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
8177         * intl/Makefile: Use CVSOPTS in cvs invocation.
8178         * po/Makefile: Likewise.
8179         * posix/Makefile: Likewise.
8180         * stdlib/Makefile: Likewise.
8182 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
8184         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
8185         [PR libc/410]
8186         * misc/Makefile (tests): Add tst-efgcvt.
8187         * misc/tst-efgcvt.c: New file.
8189 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
8191         * posix/regex.c: Add some more cleanups by Akim Demaille.
8193 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
8195         * signal/signal.h: Revert last change.
8196         * string/strsignal.c: Regard signal number NSGI as illegal.
8197         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
8198         members.
8200 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
8202         * Makefile.in: Add comment about CVSOPTS Makefile variable.
8203         * Makerules: Use CVSOPTS in cvs invocation.
8204         * Makefile: Likewise.
8205         * MakeTAGS: Likewise.
8206         * Make-dist: Likewise.
8208 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
8210         * sysdeps/generic/memmem.c: Correct last change.
8212 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
8214         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
8215         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
8217 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8219         * nis/ypclnt.c: Try at first to use the binding file from ypbind
8220         before using RPC.
8222 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8224         * manual/memory.texi (Heap Consistency Checking): mcheck is
8225         declared in <mcheck.h>.
8226         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
8228 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8230         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
8231         beginning of haystack.
8233 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8235         * nss/nss_files/files-service.c: Correct last patch.
8237 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
8239         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
8240         __libc_have_rt_sigs.
8241         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
8242         including <bits/setjmp.h>.
8243         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
8244         Patch from the Debian glibc/SPARC package.
8246 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
8248         * sysdeps/alpha/bzero.S: Fix a typo.
8249         * sysdeps/alpha/htonl.S: Ditto.
8250         * sysdeps/alpha/htons.S: Ditto.
8252 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8254         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
8256 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
8258         * include/cpio.h: Move to ...
8259         * posix/cpio.h: ...here.
8261         * locale/programs/ld-collate.c: Fix typo.
8263         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
8265         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
8267         * login/utmp_file.c (pututline_file): Don't always report success
8268         if similar entry is found.  Patch by Mark M. Kettenis.
8270 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
8272         * manual/Makefile: Don't try to install the info files if makeinfo
8273         is not available.
8275 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
8277         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
8278         kernel's network ioctls, rather than using <linux/sockios.h> to
8279         get them.  This way we are sure of maintaining compatibility if
8280         the kernel interface should change.
8282 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
8284         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
8286 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
8288         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
8289         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
8291 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8293         Implement System V pseudoterminal handling.
8295         * login/Makefile
8296         (routines): Add getpt, grantpt, unlockpt, ptsname.
8297         (libutil-routines): Remove pty. Add openpty, forkpty.
8298         (distribute): New internal header pty-internal.h.
8299         (others): Add the helper program, pt_chown.
8300         (install-others): Install it, in $(libexecdir), mode 4755.
8302         * login/pty-internal.h: New file.
8303         * login/openpty.c: New file.
8304         * login/forkpty.c: New file.
8305         * login/programs/pt_chown.c: New file.
8307         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
8308         * stdlib/stdlib.h: Prototype them.
8310         * config.make.in: Define $(libexecdir).
8311         * Makeconfig: Define $(inst_libexecdir).
8313         * sysdeps/generic/pty.c: Removed.
8314         * sysdeps/unix/sysv/linux/pty.c: Removed.
8316         * sysdeps/generic/getpt.c: Stub out.
8317         * sysdeps/generic/grantpt.c: Likewise.
8318         * sysdeps/generic/ptsname.c: Likewise.
8319         * sysdeps/generic/unlockpt.c: Likewise.
8321         * sysdeps/unix/grantpt.c: New file.
8322         * sysdeps/unix/bsd/getpt.c: New file.
8323         * sysdeps/unix/bsd/unlockpt.c: New file.
8324         * sysdeps/unix/sysv/linux/getpt.c: New file.
8325         * sysdeps/unix/sysv/linux/ptsname.c: New file.
8326         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
8328 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
8330         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
8332 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8334         * nss/Makefile (tests): Add rule for test-netdb.c.
8336         * nss/test-netdb.c: New file.
8338 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
8340         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
8341         really kept as a variable.  Patch by Richard Henderson,
8342         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
8344         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
8345         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
8346         entries as not existing.
8348 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8350         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
8351         zero in alternate form with precision of zero, which must produce
8352         "0".  Add braces to avoid ambiguous `else'.
8354 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8356         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
8357         problem with strncpy.
8358         * nis/nss_compat/compat-pwd.c: Likewise.
8359         * nis/nss_compat/comapt-spwd.c: Likewise.
8361 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8363         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
8364         by uch@nop.or.jp. [PR libc/437]
8366 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8368         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
8370 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8372         * stdio-common/test-popen.c: Include <errno.h>.
8374         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
8375         close.
8377         * inet/getnetgrent_r.c: Include <errno.h>.
8379         * db2/db/db_conv.c: Include <string.h> for memcpy.
8381         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
8382         so that memcpy is declared.
8384         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
8386         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
8388 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8390         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
8391         overflow while reading line with fgets.
8392         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
8394 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
8396         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
8397         unsigned short, not short.
8398         Reported by Andreas Jaeger.
8400 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8402         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
8403         (ccept->accept).
8405         * sysdeps/generic/inttypes.h: Fix spelling.
8407 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8409         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
8411         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
8413 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
8415         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
8416         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
8417         field for hh modifier.
8418         * stdio-common/vfprint.c: Use is_char field and do not depend in
8419         is_short having the value 2.
8420         Bug reported by Andreas Jaeger.
8422 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8424         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
8425         PIC && DO_VERSIONING.
8427 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8429         * Rules: Add rules for $(common-objpfx)dummy$o.
8431 1998-01-26  Richard Henderson  <rth@cygnus.com>
8433         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
8434         unimplemented OSF/1 definitions so that they are not accidentally seen.
8436         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
8437         of the trampoline function into the macro.
8438         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
8439         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
8440         kernel 2.1.82 has this fixed.
8442         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
8443         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
8445 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
8447         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
8448         support sigaction on kernels > 2.1.7x.
8450 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
8452         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
8453         if it is empty.
8455         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
8456         Patch by David Engel <david@sw.ods.com>.
8458         * configure.in: Fix another typo in --enable-add-ons code.
8460 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
8462         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
8464 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8466         * nss/nss_files/files-network.c: Correct order of parameters for
8467         getnetbyaddr.
8469 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
8471         * db2/Makefile (routines): Add os_alloc.
8472         * db2/db.h: Update from db-2.3.16.
8473         * db2/db_185.h: Likewise.
8474         * db2/db_int.h: Likewise.
8475         * db2/btree/bt_close.c: Likewise.
8476         * db2/btree/bt_cursor.c: Likewise.
8477         * db2/btree/bt_delete.c: Likewise.
8478         * db2/btree/bt_open.c: Likewise.
8479         * db2/btree/bt_page.c: Likewise.
8480         * db2/btree/bt_put.c: Likewise.
8481         * db2/btree/bt_rec.c: Likewise.
8482         * db2/btree/bt_recno.c: Likewise.
8483         * db2/btree/btree_auto.c: Likewise.
8484         * db2/common/db_appinit.c: Likewise.
8485         * db2/common/db_apprec.c: Likewise.
8486         * db2/common/db_err.c: Likewise.
8487         * db2/common/db_region.c: Likewise.
8488         * db2/common/db_shash.c: Likewise.
8489         * db2/db/db.c: Likewise.
8490         * db2/db/db_auto.c: Likewise.
8491         * db2/db/db_conv.c: Likewise.
8492         * db2/db/db_dispatch.c: Likewise.
8493         * db2/db/db_dup.c: Likewise.
8494         * db2/db/db_pr.c: Likewise.
8495         * db2/db/db_rec.c: Likewise.
8496         * db2/db185/db185.c: Likewise.
8497         * db2/dbm/dbm.c: Likewise.
8498         * db2/hash/hash.c: Likewise.
8499         * db2/hash/hash_auto.c: Likewise.
8500         * db2/hash/hash_dup.c: Likewise.
8501         * db2/hash/hash_page.c: Likewise.
8502         * db2/hash/hash_rec.c: Likewise.
8503         * db2/include/btree_ext.h: Likewise.
8504         * db2/include/clib_ext.h: Likewise.
8505         * db2/include/common_ext.h: Likewise.
8506         * db2/include/db.h.src: Likewise.
8507         * db2/include/db_185.h.src: Likewise.
8508         * db2/include/db_am.h: Likewise.
8509         * db2/include/db_ext.h: Likewise.
8510         * db2/include/db_int.h.src: Likewise.
8511         * db2/include/hash_ext.h: Likewise.
8512         * db2/include/lock_ext.h: Likewise.
8513         * db2/include/log.h: Likewise.
8514         * db2/include/log_auto.h: Likewise.
8515         * db2/include/log_ext.h: Likewise.
8516         * db2/include/mp.h: Likewise.
8517         * db2/include/mp_ext.h: Likewise.
8518         * db2/include/mutex_ext.h: Likewise.
8519         * db2/include/os_ext.h: Likewise.
8520         * db2/include/os_func.h: Likewise.
8521         * db2/include/txn_ext.h: Likewise.
8522         * db2/lock/lock.c: Likewise.
8523         * db2/lock/lock_util.c: Likewise.
8524         * db2/log/log.c: Likewise.
8525         * db2/log/log.src: Likewise.
8526         * db2/log/log_archive.c: Likewise.
8527         * db2/log/log_auto.c: Likewise.
8528         * db2/log/log_get.c: Likewise.
8529         * db2/log/log_put.c: Likewise.
8530         * db2/log/log_rec.c: Likewise.
8531         * db2/log/log_register.c: Likewise.
8532         * db2/mp/mp_bh.c: Likewise.
8533         * db2/mp/mp_fget.c: Likewise.
8534         * db2/mp/mp_fopen.c: Likewise.
8535         * db2/mp/mp_fput.c: Likewise.
8536         * db2/mp/mp_pr.c: Likewise.
8537         * db2/mp/mp_sync.c: Likewise.
8538         * db2/mutex/mutex.c: Likewise.
8539         * db2/os/os_alloc.c: Likewise.
8540         * db2/os/os_config.c: Likewise.
8541         * db2/os/os_stat.c: Likewise.
8542         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
8543         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
8544         * db2/progs/db_load/db_load.c: Likewise.
8545         * db2/progs/db_printlog/db_printlog.c: Likewise.
8546         * db2/progs/db_recover/db_recover.c: Likewise.
8547         * db2/progs/db_stat/db_stat.c: Likewise.
8548         * db2/txn/txn.c: Likewise.
8550         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
8551         Unmap memory blocks in reverse order of allocation.
8552         Call munmap with load address added to offset.
8553         Bug reported by Miguel de Icaza.
8555         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
8556         up weight array.
8558         * localedata/locales/cs_CZ: Update by Michael Mraka
8559         <michael@informatics.muni.cz>.
8561         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
8562         __USE_BSD.
8564         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
8565         reading line with fgets.
8566         * nis/nss_compat/compat-pwd.c: Likewise.
8567         * nis/nss_compat/compat-spwd.c: Likewise.
8568         * nss/nss_files/files-XXX.c: Likewise.
8569         * nss/nss_files/files-alias.c: Likewise.
8570         * shadow/fgetspent_r.c: Likewise.
8572         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
8574         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
8575         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8576         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
8578         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
8579         FP register content in ucontext_t.
8581 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8583         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
8584         calculation.  Patch by Markus Schoder
8585         <Markus.Schoder@dresdner-bank.de>.
8587         * math/libm-test.c (modf_test): Add more tests for modf.
8589         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
8590         munlock according to Unix98.
8592 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8594         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
8595         AF_INET.
8597 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
8599         * sysdeps/posix/ttyname.c: Handle symbolic links.
8600         * sysdeps/posix/ttyname_r.c: Ditto.
8602 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
8604         * db2/makedb.c (process_input): Write terminating \0 for value.
8605         (print_database): Simply print value string, don't use length.
8607 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8609         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
8610         exit of loop.
8612 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8614         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
8615         close all sockets.
8617 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
8619         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
8620         sigset.
8621         * signal/sighold.c: New file.
8622         * signal/sigrelse.c: New file.
8623         * sysdeps/generic/sigignore.c: New file.
8624         * sysdeps/generic/sigset.c: New file.
8625         * sysdeps/posix/sigignore.c: New file.
8626         * sysdeps/posix/sigset.c: New file.
8627         * signal/signal.h: Add prototypes for new functions.
8629         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
8630         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
8631         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
8632         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
8634 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
8636         * posix/wordexp.c: Added IFS field-splitting in parameter and
8637         command substitution.  Fixed an IFS-related bug that caused an
8638         infinite loop.
8640 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
8642         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
8643         and swapcontext.
8644         * stdlib/ucontext.h: Correct prototypes.
8645         * sysdeps/generic/getcontext.c: New file.
8646         * sysdeps/generic/setcontext.c: New file.
8647         * sysdeps/generic/makecontext.c: New file.
8648         * sysdeps/generic/swapcontext.c: New file.
8649         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
8651 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
8653         * resource/sys/resource.h: Remove #include of ulimit.h which is
8654         not allowed by SUSv2 and not available on other systems.
8655         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
8657         * streams/Makefile: New file.
8658         * streams/stropts.h: New file.
8659         * sysdeps/generic/bits/stropts.h: New file.
8660         * sysdeps/generic/isastream.c: New file.
8661         * sysdeps/generic/getmsg.c: New file.
8662         * sysdeps/generic/getpmsg.c: New file.
8663         * sysdeps/generic/putmsg.c: New file.
8664         * sysdeps/generic/putpmsg.c: New file.
8665         * sysdeps/generic/fattach.c: New file.
8666         * sysdeps/generic/fdetach.c: New file.
8667         * sysdeps/unix/inet/Subdirs: Add streams.
8668         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
8669         __t_uscalar_t.
8670         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8671         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8672         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
8673         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8675         * sysdeps/mach/_strerror.c: Follow changes of generic version to
8676         handle small buffers correctly.
8678 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
8680         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8681         Remove the 3rd arg and add declaration for _dl_runtime_resolve
8682         and _dl_runtime_profile.
8684 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
8686         * include/cpio.h: New file.  Mainly copied from GNU cpio.
8687         * posix/Makefile (headers): Add cpio.h.
8689 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8691         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
8692         to routines.
8693         * nis/nis_cache.c: New file.
8694         * nis/nis_cache2.h: New file.
8695         * nis/nis_cache2_xdr.c: New file.
8696         * nis/nis_call.c: Changes for cache2_info parameter.
8697         * nis/nis_checkpoint.c: Likewise.
8698         * nis/nis_intern.h: Likewise.
8699         * nis/nis_mkdir.c: Likewise.
8700         * nis/nis_ping.c: Likewise.
8701         * nis/nis_rmdir.c: Likewise.
8702         * nis/nis_server.c: Likewise.
8703         * nis/nis_util.c: Likewise.
8705 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8707         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
8708         return/errnop codes.
8709         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8710         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8711         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8712         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8713         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8714         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8715         * nis/nss_nisplus/nisplus-rpc.c: Likewise
8716         * nis/nss_nisplus/nisplus-service.c: Likewise.
8717         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8719 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8721         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
8722         * nis/nss_nis/nis-ethers.c: Likewise.
8723         * nis/nss_nis/nis-grp.c: Likewise.
8724         * nis/nss_nis/nis-hosts.c: Likewise.
8725         * nis/nss_nis/nis-network.c: Likewise.
8726         * nis/nss_nis/nis-proto.c: Likewise.
8727         * nis/nss_nis/nis-hosts.c: Likewise.
8728         * nis/nss_nis/nis-network.c: Likewise.
8729         * nis/nss_nis/nis-proto.c: Likewise.
8730         * nis/nss_nis/nis-publickey.c: Likewise.
8731         * nis/nss_nis/nis-pwd.c: Likewise.
8732         * nis/nss_nis/nis-rpc.c: Likewise.
8733         * nis/nss_nis/nis-service.c: Likewise.
8734         * nis/nss_nis/nis-spwd.c: Likewise.
8736 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
8738         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
8739         Added to follow latest kernel development.
8741 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
8743         * nss/db-Makefile: Handle empty and comment lines better.
8744         ($(VAR_DB)/services.db): Generate entries with missing protocol
8745         value.
8747 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8749         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
8750           NULL.
8751           (getservbyname): Allow proto == NULL.
8752           Pointed out by David N. Welton <davidw@gate.cks.com>.
8753           [PR libc/430].
8755 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
8757         * nis/nislib/nislib.h: Finally removed.
8759         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
8760         C compiler.  From Kaveh Ghazi.
8761         (TYPE_MINIMUM): Define.
8762         (TYPE_MAXIMUM): Define.
8763         (TIME_T_MIN): Use TYPE_MINIMUM.
8764         (TIME_T_MAX): Use TYPE_MAXIMUM.
8765         Patch by Jim Meyering <meyering@ascend.com>.
8767 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
8769         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
8770         __pread64, __pwrite64, and __getpid.
8772         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
8773         versions.
8775 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8777         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
8778         cancelable socket functions as __libc_xxx with __xxx as weak
8779         alias.
8780         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8781         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8783         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
8784         redefined.
8785         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
8786         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
8787         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
8788         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
8790         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
8791         and __xxx a weak alias.
8792         * sysdeps/unix/sysv/linux/connect.S: Likewise.
8793         * sysdeps/unix/sysv/linux/recv.S: Likewise.
8794         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
8795         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
8796         * sysdeps/unix/sysv/linux/send.S: Likewise.
8797         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
8798         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
8800 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8802         * locale/langinfo.h: Add defines.
8804         * dirent/dirent.h: Add defines for DT_*, check also for
8805         _DIRENT_HAVE_D_TYPE.
8806         Suggested by Roland McGrath.
8808 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8810         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
8811         Update from Linux 2.1.73+79.
8813         * README.template: Update information about possible
8814         configurations.
8816         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
8817         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8818         [PR libc/417].
8820         * manual/time.texi (Priority): Correct description of
8821         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8822         [PR libc/416].
8824 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
8826         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
8827         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
8829 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
8831         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
8832         Andreas Jaeger.
8834 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
8836         * locale/programs/ld-collate.c: Little optimizations.
8838         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
8840         * string/Makefile (tests): Add tst-inlcall.
8841         * string/tst-inlcall.c: New file.
8843         * string/strsignal.c: Add support for real-time signals.
8845         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
8846         presense of small buffer.
8848         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
8850         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
8851         for i686.
8853         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
8854         _NSIG + 1.
8856 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
8858         * Rules: Add explicit rule for dummy.o; at least one library needs
8859           it and it isn't autogenerated by the default rules.
8861 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8863         * math/libm-test.c: Tweak epsilons.
8865 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8867         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
8868         child.
8869         (feenv_mask_test): Likewise.
8871 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8873         * Makeconfig: Don't export CPPFLAGS.
8875 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8877         * sunrpc/rpc_main.c (parseargs): Use perror to print error
8878         message.
8880 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8882         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
8883         terminating null in key size.
8885 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8887         * nss/nss_files/files-service.c: Fix allocation size to include
8888         length of PROTO.
8890         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
8891         applicable.  Fix return value and error checking.
8892         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
8893         unparsable lines.
8894         (DB_LOOKUP): Allocate space for terminating null byte.
8896         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
8897         uids specially.
8899         * db2/makedb.c (process_input): Continue processing if a duplicate
8900         key is encountered.
8902 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
8904         * time/tzfile.h: Updated from tzcode1998b.
8905         * time/zdump.c: Likewise.
8906         * time/zic.c: Likewise.
8907         * time/africa: Update from tzdata1998b.
8908         * time/antarctica: Likewise.
8909         * time/asia: Likewise.
8910         * time/australasia: Likewise.
8911         * time/etcetera: Likewise.
8912         * time/europe: Likewise.
8913         * time/leapseconds: Likewise.
8914         * time/northamerica: Likewise.
8915         * time/southamerica: Likewise.
8917 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8919         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
8920         lookups ignoring case.
8921         * nss/nss_files/files-network.c: Do network lookups ignoring
8922         case.
8923         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
8924         case.
8925         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
8926         case insensitive comparing.
8927         Patches by Cristian Gafton <gafton@redhat.com>.
8929 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8931         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
8932         by Roland McGrath. [PR libc/395]
8934 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8936         * manual/arith.texi (Parsing of Integers): Correct description of
8937         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
8938         [PR libc/396]
8940 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
8942         * misc/lsearch.c (lsearch): Return a pointer to the new element
8943         if one was "allocated".
8945 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8947         * string/strsignal.c: NSIG is not a valid index into
8948         _sys_siglist.  Don't zap the last character of the "Unknown
8949         signal" message.
8951 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
8953         * locale/programs/charmap.c (parse_charmap): Correct parsing of
8954         ellipsis expressions.
8956         * locale/programs/charset.c (insert_char): Correctly insert value
8957         of eliipsis expression.
8959 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
8961         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
8962         <bits/setjmp.h>.
8963         * sysdeps/powerpc/setjmp.S: Likewise.
8964         Patches by Matt McLean <keys@keys.got.net>.
8966         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
8968         * Makefile: Undo last patch.
8969         (distribute): Add test-installation.pl.
8971         * configure.in: Correct handling of --enable-add-ons without parameter.
8972         Correct address of WWW pages.
8974         * libc.map: Add _nl_domain_bindings.
8976         * db2/mutex/tsl_parisc.s: New file.
8978         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
8979         and extra-module.mk.
8981         * localedata/Makefile (distribute): New.  Add all the files.
8983         * stdlib/Makefile (headers): Add inttypes.h.
8984         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
8985         * sysdeps/generic/inttypes.h: New file.
8986         * sysdeps/generic/strtoimax.c: New file.
8987         * sysdeps/generic/strtoumax.c: New file.
8988         * sysdeps/generic/wcstoimax.c: New file.
8989         * sysdeps/generic/wcstoumax.c: New file.
8990         * sysdeps/wordsize-32/Dist: Removed.
8991         * sysdeps/wordsize-32/Makefile: Removed.
8992         * sysdeps/wordsize-64/Dist: Removed.
8993         * sysdeps/wordsize-64/Makefile: Removed.
8994         * sysdeps/generic/bits/environments.h: New file.
8996         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
8997         header is still not correct.
8999         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
9000         * posix/unistd.h: Likewise.
9001         * sysdeps/generic/sys/mman.h: Likewise.
9002         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
9004         * manual/arith.texi: Change definition of mul macro.
9005         * manual/math.texi: Likewise.
9007         * misc/Makefile (routines): Add mmap64.
9008         * sysdeps/generic/mmap64.c: New file.
9009         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
9010         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
9011         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
9012         aliases to mmap.
9013         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9015         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
9017         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
9019         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
9021         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
9022         FOPEN_MAX also when included by limits.h.
9023         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
9025         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
9026         and netrom/netrom.h.
9027         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
9028         oldsiglist to sysdep_routines, not aux.
9029         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
9031         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
9032         and SOL_NETROM definition.
9034         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
9036         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
9037         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
9039 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
9041         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
9043         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
9044         sa_handler with k_sa_handler.
9045         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
9046         strong alias.
9047         Reported by a sun.
9049         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
9050         __libc_have_rt_sigs here.
9051         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
9052         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9053         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
9054         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9056 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
9058         * sysdeps/powerpc/atomicity.h: New file.
9059         * sysdeps/mach/powerpc/machine-lock.h: New file.
9061         * Rules: Use -fpic to build anything that might end up in a users'
9062         shared library.
9064         * sysdeps/powerpc/s_fdim.c: New file.
9065         * sysdeps/powerpc/s_fdimf.c: New file.
9066         * sysdeps/powerpc/s_fmax.S: New file.
9067         * sysdeps/powerpc/s_fmaxf.S: New file.
9068         * sysdeps/powerpc/s_fmin.S: New file.
9069         * sysdeps/powerpc/s_fminf.S: New file.
9070         * sysdeps/powerpc/s_llrint.c: Now is for double.
9071         * sysdeps/powerpc/s_llrintf.c: New file.
9072         * sysdeps/powerpc/s_llround.c: Now is for double.
9073         * sysdeps/powerpc/s_llroundf.c: New file.
9074         * sysdeps/powerpc/s_lrint.c: Now is for double.
9075         * sysdeps/powerpc/s_lrintf.S: New file.
9076         * sysdeps/powerpc/s_lround.c: Now is for double.
9077         * sysdeps/powerpc/s_lroundf.c: New file.
9078         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
9079         lrintf, fdim, fdimf.
9081         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
9082         file directly, use its parent.
9084         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
9085         (for the third time).
9087 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
9089         * posix/sched.h: timespec is in <time.h>.
9091         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
9093 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
9095         * configure.in: Stop with error if --disable-static is used when
9096         the shared lib uses this library.
9098         * gen-FAQ.pl: I've perl installed in /usr/bin.
9100         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
9102         Fix Unix98 conformance problems in the headers.
9103         * catgets/nl_types.h: Define nl_item.
9104         * grp/grp.h: Define gid_t.
9105         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
9106         * include/nl_types.h: New file.
9107         * include/ulimit.h: New file.
9108         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
9109         constants in POSIX mode.
9110         * io/utime.h: Get definition for time_t.
9111         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
9112         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
9113         * libio/stdio.h: Define va_list.  Make snprintf also available is
9114         __USE_UNIX98.  Declare getopt function and variables.
9115         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
9116         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
9117         * math/math.h: Defined M_* constants as double for Unix98 mode.
9118         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
9119         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
9120         * posix/regex.h: Define REG_NOSYS.
9121         * posix/wordexp.h: Define WRDE_NOSYS.
9122         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
9123         500 for Unix98.
9124         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
9125         somewhere else as well.  Define clock_t for Unix98.
9126         * posix/sys/wait.h: Define pid_t.
9127         * pwd/pwd.h: Define gid_t, uid_t.
9128         * resource/Makefile (headers): Add ulimit.h.
9129         * resource/ulimit.h: New file.
9130         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
9131         instead of second argument.
9132         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
9133         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
9134         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
9135         * signal/signal.h: Define pid_t.
9136         * string/string.h: Don't declare BSD string functions in POSIX mode.
9137         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
9138         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
9139         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
9140         and POSIX.
9142         * inet/test_ifindex.c: Change test so that it does not fail for
9143         interface aliases.
9145         * locale/programs/locale.c (show_info): Use correct cast sequence
9146         for 64bit machines.
9148         * malloc/malloc.c: __malloc_initialized now signals three states:
9149         uninitialized, initializing, initialized.  Used in mcheck.
9150         * malloc/mcheck.c (mabort): Add '\n' to messages.
9151         (mcheck): Allow installation when malloc is uninitialized or is
9152         just initializing.
9154         * manual/memory.texi: Explain mtrace output a bit more.
9156         * math/libm-test.c: Add more epsilons.
9158         * misc/regexp.h (compile): Remove __ prefix from parameter names.
9160         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
9161         instead of strcpy for security.
9162         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
9163         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9164         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
9166         * nss/digits_dots.c: Pretty print.
9168         * posix/getconf.c (vars): Add symbols for programming environment
9169         recognition.  Recognize --version.
9171         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
9172         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
9173         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
9175         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
9176         __need_FOPEN_MAX.
9177         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
9178         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
9179         __need_FOPEN_MAX.
9181         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
9182         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
9184         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
9185         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9186         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9187         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
9188         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9189         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
9191         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
9192         SCNu*.
9193         * sysdeps/wordsize-64/inttypes.h: Likewise.
9195         * time/africa: Update from tzdata1997j.
9196         * time/antarctica: Likewise.
9197         * time/asia: Likewise.
9198         * time/australasia: Likewise.
9199         * time/backward: Likewise.
9200         * time/etcetera: Likewise.
9201         * time/europe: Likewise.
9202         * time/factory: Likewise.
9203         * time/northamerica: Likewise.
9204         * time/pacificnew: Likewise.
9205         * time/southamerica: Likewise.
9207         * time/tzfile.h: Update from tzcode1997h.
9208         * time/zic.c: Likewise.
9210         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
9211         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
9212         isw*() functions for Unix98.
9213         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
9214         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
9215         is defined.
9217 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9219         * locale/duplocale.c: Increase usage_count only if less than
9220         MAX_USAGE_COUNT.
9221         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
9222         MAX_USAGE_COUNT.
9223         * locale/setlocale.c: Likewise.
9225 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9227         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
9228         dependency to make it easier to install it selectively.
9230         * Makerules (.SUFFIXES): Don't define any suffixes.
9232 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9234         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
9235         * sysdeps/generic/statfs64.c: Emulate using statfs.
9236         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
9237         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
9238         * sysdpes/generic/ftruncate64.c: New file.
9239         * sysdpes/generic/truncate64.c: New file.
9241         * sysdeps/generic/bits/stat.h: Add LFS support.
9242         * sysdeps/generic/bits/statfs.h: Likewise.
9244         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
9245         [__USE_FILE_OFFSET64]: Make long long constant.
9246         (RLIM64_INFINITY): Likewise.
9248         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
9249         for LFS support.
9250         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
9251         * sysdeps/generic/bits/resource.h: Likewise.
9253         * misc/Makefile (routines): Add truncate64 and ftruncate64.
9255         * include/features.h: Don't prevent LFS support from defining BSD
9256         and SYSV things.
9258         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
9259         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
9260         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
9262         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
9263         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
9264         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9266         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
9267         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
9268         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
9269         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
9270         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
9271         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
9272         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
9273         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
9274         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
9275         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
9276         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
9277         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
9278         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
9279         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
9280         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
9281         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
9282         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
9283         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
9284         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
9285         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
9287         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
9288         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
9289         * sysdeps/unix/sysv/linux/xstat64.c: New file.
9290         * sysdeps/unix/sysv/linux/readdir64.c: New file.
9291         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
9293         * sysdeps/unix/sysv/linux/getdents64.c: New file.
9294         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9295         [$(subdir)=dirent]: Add getdents64.
9296         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
9298         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
9300 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
9302         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
9304         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
9305         * sysdeps/generic/getrlimit64.c: Likewise.
9306         * sysdeps/generic/setrlimit.c: Likewise.
9307         * sysdeps/generic/setrlimit64.c: Likewise.
9309 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
9311         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
9312         using versioning.
9314         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
9316         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
9318 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9320         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
9321         after the codeset name.
9323 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9325         * libc.map: Add get_kernel_syms.
9327 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9329         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
9330         static.
9331         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
9332         Likewise.  Fix condition.
9334 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9336         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
9338 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9340         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
9341         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
9343 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9345         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
9346         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
9347         instead.  Oops.
9349 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9351         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
9353 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9355         * math/libm-test.c (catanh_test): Change epsilon.
9356         Reported by H.J. Lu.
9358 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
9360         * libc.map (__getpid): Added for linuxthreads.
9362 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
9364         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
9365         it if gcc uses static variable in DWARF2 unwind information
9366         for exception support.
9368         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
9370         * elf/soinit.c (__libc_global_ctors, _fini): Handle
9371         HAVE_DWARF2_UNWIND_INFO_STATIC.
9373         * libc.map (__register_frame*, __deregister_frame*): Make them
9374         global.
9376 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9378         * math/libm-test.c: Add more tests for "normal" values.
9380 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9382         * stdio-common/printf_fphex.c: Fix printing of long double number
9383         with a biased exponent of zero.  Fix rounding.
9385 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9387         * sunrpc/rpc_main.c: Accept new flag -$.
9388         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
9390 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9392         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
9393         dynamic linker first, in case the interface has changed.
9395 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9397         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
9398         order.
9400 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9402         * math/tgmath.h: Check for double first, for architectures where
9403         sizeof (long double) == sizeof (double).
9405 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9407         * math/libm-test.c: New tests for "normal" values added for most
9408         functions.
9410 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
9412         * version.h (VERSION): Bump to 2.0.91.
9414         * db2/makedb.c (process_input): Fix typo in message.
9415         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
9417         * elf/dynamic-link.h: Pretty print.
9419         * elf/rtld.c: Allow multiple preloading of a shared object.
9421         * include/limits.h: Prevent multiple inclusion.
9423         * malloc/Makefile (headers): Add mcheck.h.
9424         (distribute): Remove it here.
9425         * malloc/mcheck.h: Pretty print.
9426         * malloc/mtrace.c (mallenv): Make `const'.
9427         * malloc/mtrace.pl: Don't print table head for memory leaks if there
9428         are none.
9429         * manual/memory.texi: Update descriptor of malloc hooks.
9431         * posix/Makefile (routines): Add waitid.
9432         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
9433         on __id_t.
9434         * posix/sys/wait.h: Define idtype_t type.
9435         Add prototype for waitid.
9436         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
9437         * sysdeps/generic/waitid.c: Stub for waitid.
9438         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
9439         the __need_siginfo_t defined.
9440         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
9441         * sysdeps/generic/bits/types.h: Define __id_t.
9442         Correct definition of __FDMASK.
9443         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9444         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9445         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9447         * sysdeps/posix/waitid.c: New file.
9448         Provided by Zack Weinberg.
9450         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
9452         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9453         Add missing parameters.
9455         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
9456         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
9457         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
9458         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
9459         initialized.
9461         * sysdeps/i386/dl-machine.h: Little cleanup.
9463         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
9464         (__finite): Mark function as const.
9465         Add inline code for __ieee754_atan2.
9467         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
9468         (but don't use it now).
9469         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
9470         __atan.
9471         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
9472         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
9473         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
9474         real part.
9475         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
9476         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
9477         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
9478         __ieee754_atan2 to base 10.
9479         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
9480         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
9482         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
9483         old_kernel_sigaction.
9485         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
9487         * wctype/Makefile (routines): Add wctype_l.
9488         * wctype/wctype.h: Add declaration of __wctype_l.
9489         * wctype/wctype_l.c: New file.
9491 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
9493         * locale/C-ctype.c: Correct data for isw* functions.
9494         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
9495         byte order.
9496         * wctype/test_wctype.c: Add test for isw* functions.
9497         * wctype/wctype.c: Return value with expected byte order.
9499 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9501         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
9503 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
9505         * iconvdata/Makefile: Fix a typo.
9507         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
9508         oldsiglist for shared library.
9510         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
9511         sys_sigabbrev): Make them as the default version GLIBC_2.1.
9513         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
9514         sys_siglist, sys_sigabbrev): New file. Make them as the old
9515         version GLIBC_2.0.
9517         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
9518         to GLIBC_2.1.
9520 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9522         * libio/iofgets.c (_IO_fgets): Return an error only if there
9523         is a new error.
9524         * libio/iogets.c (_IO_gets): Ditto.
9526 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
9528         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
9530         * libio/Makefile (routines, shared-only-routines): Add
9531         oldiofdopen.
9533         * libio/fileops.c: Don't use _IO_FILE_complete.
9534         * libio/iofdopen.c: Ditto.
9535         * libio/iofopen.c: Ditto.
9536         * libio/iofopen64.c: Ditto.
9537         * libio/iopopen.c: Ditto.
9538         * libio/iovdprintf.c: Ditto.
9540         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
9542         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
9543         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
9545         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
9546         _IO_old_fdopen, _IO_new_fdopen): New declaration.
9548         * libio/libio.h (_IO_FILE): Add more fields.
9549         (_IO_FILE_complete): Defined and make _IO_FILE be the old
9550         one if _IO_USE_OLD_IO_FILE is defined
9551         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
9552         them _IO_FILE_complete.
9554         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
9555         to adjust vtable.
9556         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
9557         _IO_JUMPS.
9558         (_IO_FILE_complete): Commented out.
9560         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
9561         * libio/oldiofclose.c: Ditto.
9562         * libio/oldiofopen.c: Ditto.
9563         * libio/oldstdfiles.c: Ditto.
9565         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
9566         for the old _IO_FILE.
9568         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
9569         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
9570         and stderr.
9572         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
9573         and remove INAME.
9575         * libio/stdio.c (stdin, stdout, stdin): Don't use
9576         _IO_FILE_complete.
9578         * libio/oldiofdopen.c: New.
9580         * stdio-common/vfprintf.c (buffered_vfprintf): Set
9581         hp->_vtable_offset to 0.
9583 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
9585         * libc.map (_IO_file_open): Added.
9587         * libio/libioP.h (_IO_file_open): Declared.
9589         * libio/fileops.c (_IO_file_open): New.
9590         (_IO_file_fopen): Call _IO_file_open ().
9592         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
9593         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9595 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9597         * signal/signal.h: Fix selection of signal semantics to match
9598         comment.
9600 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9602         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
9603         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
9604         rt_sigreturn.
9605         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9606         [$(subdir)=signal]: Remove rt_sigreturn.
9607         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
9608         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
9609         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
9611 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9613         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
9614         declarations.
9616 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9618         * iconvdata/extra-module.mk: Expand extra-objs now.
9620 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9622         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
9623         inline functions by feature tests to avoid warning about missing
9624         prototype declarations.
9626 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9628         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
9629         return code for non existent +name entries.
9630         * nis/nss_compat/compat-pwd.c: Likewise.
9631         * nis/nss_compat/compat-spwd.c: Likewise.
9633 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
9635         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
9636         (EIO): Likewise.
9637         (ENOSPC): Likewise.
9638         (EEXIST): Likewise.
9639         (__errno_location): Likewise.
9641         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
9643         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
9645 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9647         * sunrpc/publickey.c: Use new NSS interface.
9649 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
9651         * manual/malloc.texi: Document mtrace/muntrace and the concept.
9653 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9655         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
9656         value, to match spirit of the standard.
9657         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
9658         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
9659         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
9661 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9663         * manual/signal.texi (Signal Stack): Remove spurious @item.
9665 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9667         * rt/aio.h: Remove double semicolon.
9669         * rt/librt.map: Add aio_init.
9671 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
9673         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
9674         * Makefile (subdirs): Replace rt by $(rt).
9676         * shlib-versions: Use version .2 for NSS modules.
9678         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
9679         argument.
9680         * pwd/fgetpwent_r.c: Likewise.
9681         * spwd/fgetspent_r.c: Likewise.
9682         * spwd/sgetspent_r.c: Likewise.
9683         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
9684         Store error number in *ERRNOP.  Little optimization.
9685         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
9686         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
9687         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
9688         (__internal_getnetgrent_r): New argument.
9689         Call __internal_setnetgrent_reuse with new argument.
9690         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
9691         * inet/netgroup.h: Add argument to prototypes.
9692         * nis/nisplus-parser.h: Likewise.
9693         * nis/nss_compat/compat-grp.c: Change everything to store error
9694         code through provided pointer and not use errno.
9695         * nis/nss_compat/compat-pwd.c: Likewise.
9696         * nis/nss_compat/compat-spwd.c: Likewise.
9697         * nis/nss_nis/nis-alias.c: Likewise.
9698         * nis/nss_nis/nis-ethers.c: Likewise.
9699         * nis/nss_nis/nis-grp.c: Likewise.
9700         * nis/nss_nis/nis-hosts.c: Likewise.
9701         * nis/nss_nis/nis-netgrp.c: Likewise.
9702         * nis/nss_nis/nis-network.c: Likewise.
9703         * nis/nss_nis/nis-proto.c: Likewise.
9704         * nis/nss_nis/nis-publickey.c: Likewise.
9705         * nis/nss_nis/nis-pwd.c: Likewise.
9706         * nis/nss_nis/nis-rpc.c: Likewise.
9707         * nis/nss_nis/nis-service.c: Likewise.
9708         * nis/nss_nis/nis-spwd.c: Likewise.
9709         * nis/nss_nisplus/nisplus-alias.c: Likewise.
9710         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
9711         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9712         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
9713         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
9714         * nis/nss_nisplus/nisplus-network.c: Likewise.
9715         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9716         * nis/nss_nisplus/nisplus-proto.c: Likewise.
9717         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9718         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9719         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
9720         * nis/nss_nisplus/nisplus-service.c: Likewise.
9721         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
9722         * nss/nss_db/db-XXX.c: Likewise.
9723         * nss/nss_db/db-alias.c: Likewise.
9724         * nss/nss_db/db-netgrp.c: Likewise.
9725         * nss/nss_files/files-XXX.c: Likewise
9726         * nss/nss_files/files-alias.c: Likewise
9727         * nss/nss_files/files-netgrp.c: Likewise
9728         * nss/nss_files/files-parse.c: Likewise
9729         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
9730         parameter of get functions.
9731         * nss/getXXent_r.c: Likewise.
9733         * localedata/tst-fmon.c: Print debug info if test fails.
9735         * rt/Makefile (routines): Add aio_notify.
9736         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
9737         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
9738         * rt/aio_fsync.c: Likewise.
9739         * rt/aio_misc.c: Likewise.
9740         * rt/aio_misc.h: Likewise.
9741         * rt/aio_read.c: Likewise.
9742         * rt/aio_read64.c: Likewise.
9743         * rt/aio_suspend.c: Likewise.
9744         * rt/aio_write.c: Likewise.
9745         * rt/aio_write64.c: Likewise.
9746         * rt/lio_listio.c: Likewise.
9747         * rt/lio_listio64.c: Likewise.
9748         * rt/aio_notify.c: New file.
9750         * sysdeps/generic/bits/sigset.h: Pretty print.
9752         * sysdeps/posix/pwrite.c: Define weak alias only if function is
9753         really defined as __pwrite.
9755         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
9756         instead of pread64.
9757         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9759         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9760         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
9761         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
9762         size in syscall.
9763         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9764         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9765         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
9766         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9767         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
9768         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9769         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
9770         for ACT being NULL.
9771         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
9772         RT signals.
9773         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
9774         __NR_pread is not defined.
9775         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
9776         __NR_pwrite is not defined.
9778 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9780         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
9781         handle for /etc/group back in some more cases.
9782         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
9783         handle for /etc/passwd back in some more cases.
9784         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
9785         handle for /etc/shadow back in some more cases.
9787 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
9789         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
9790         beyound its size.
9791         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
9792         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
9794 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
9796         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
9797         handling.  Don't use macros, we need functions.  Use inline functions
9798         for optimization.
9799         * sysdeps/wordsize-64/inttypes.h: Likewise.
9800         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
9801         and wcstoumax.
9802         * sysdeps/wordsize-64/Makefile: Likewise.
9803         * sysdeps/wordsize-32/Dist: Likewise.
9804         * sysdeps/wordsize-64/Dist: Likewise.
9805         * sysdeps/wordsize-32/strtoimax.c: New file.
9806         * sysdeps/wordsize-32/strtoumax.c: New file.
9807         * sysdeps/wordsize-32/wcstoimax.c: New file.
9808         * sysdeps/wordsize-32/wcstoumax.c: New file.
9809         * sysdeps/wordsize-64/strtoimax.c: New file.
9810         * sysdeps/wordsize-64/strtoumax.c: New file.
9811         * sysdeps/wordsize-64/wcstoimax.c: New file.
9812         * sysdeps/wordsize-64/wcstoumax.c: New file.
9814 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
9816         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
9817         that transparent union works.
9818         * sysdeps/generic/wait4.c (__wait4): Likewise.
9819         * sysdeps/generic/wait.c (__wait): Likewise.
9821         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
9822         size_t.
9824         * sysdeps/generic/syscall.c (syscall): Return value and arg are
9825         long, to match prototype.
9827         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
9828         have mremap() yet.
9830         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
9832         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
9834         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
9836         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
9837         __rlim_t.
9839         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
9841         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
9843         * io/sys/stat.h (S_ISLNK): Always false if we don't have
9844         __S_IFLNK.
9846         * sysdeps/standalone/close.c (_STDIO_H): Define before including
9847         <bits/stdio_lim.h>.
9848         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
9850 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
9852         * posix/sys/wait.h: Don't use transparent unions in C++.
9854 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9856         * time/time.h: Add strfxtime.
9858         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
9859         sysv_signal, strfxtime, pread64, pwrite64.
9861 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
9863         Alpha changes for EGCS:
9864         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
9865         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
9866         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
9867         (_start): Likewise.
9868         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
9870 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
9872         The kernel expects the arguments in a different order.
9873         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
9874         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
9876         * FAQ.in: New file.
9877         * gen-FAQ.pl: New file.
9878         * Makefile (FAQ): Add rule to generate from FAQ.in.
9880         * iconvdata/Makefile: Treat libJIS like the other modules.
9882         * rt/librt.map: New file.
9884         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
9885         inclusion.
9886         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
9887         comment.
9889 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
9891         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
9892         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
9893         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
9894         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
9896 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9898         * string/bits/string2.h: Fix spellings.
9900         * string/string.h: Fix spellings.
9902 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9904         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
9905         declaration to __syscall_rt_sigaction.
9907         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
9908         non-existant <sigcontext.h>.
9910 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9912         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
9913         typo.
9915 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9917         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
9919         * Makeconfig (shared-thread-library): Correct spelling.
9921         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
9922         <asm/pci.h>.
9924 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9926         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
9927         constants from Linux headers. Pointed out by
9928         csmall@scooter.o.i.net. [PR libc/369]
9930 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9932         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
9934 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9936         * configure.in: If --enable-add-ons is given without an
9937         argument, set the addons list to all subdirs with a configure
9938         script.
9940 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
9942         * Makeconfig: Add shared-thread-library variable.
9944         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
9945         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
9946         here.
9947         * sysdeps/m68k/fpu/e_acos.c: Likewise.
9948         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9949         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9950         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9951         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9952         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9953         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9954         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9955         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9956         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9957         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9958         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9959         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9960         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9961         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9962         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9963         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9964         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9965         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9966         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9967         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9968         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9969         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9970         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9971         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9973         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
9974         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
9975         * signal/Makefile (headers): Add bits/siginfo.h.
9976         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
9977         (distribute): Add testrtsig.h.
9978         * signal/allocrtsig.c: New file.
9979         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
9980         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
9981         __libc_current_sigrtmax.
9982         * sysdeps/generic/sigqueue.c: New file.
9983         * sysdeps/generic/sigtimedwait.c: New file.
9984         * sysdeps/generic/sigwaitinfo.c: New file.
9985         * sysdeps/generic/testrtsig.h: New file.
9986         * sysdeps/generic/bits/siginfo.h: New file.
9987         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
9988         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
9989         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
9990         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
9991         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
9992         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
9993         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
9994         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
9995         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
9996         * sysdeps/unix/sysv/linux/sigpending.c: New file.
9997         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
9998         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
9999         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
10000         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
10001         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
10002         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
10003         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
10004         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
10005         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
10006         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
10007         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
10008         and _POSIX_REALTIME_SIGNALS.
10009         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
10010         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
10011         update _NSIG.
10012         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
10013         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
10014         definitions.
10016         * Makefile (subdirs): Add rt.
10017         * shlib-versions: Add entry for librt.
10018         * rt/Makefile: New file.
10019         * rt/aio.h: New file.
10020         * rt/aio_cancel.c: New file.
10021         * rt/aio_error.c: New file.
10022         * rt/aio_fsync.c: New file.
10023         * rt/aio_misc.c: New file.
10024         * rt/aio_misc.h: New file.
10025         * rt/aio_read.c: New file.
10026         * rt/aio_read64.c: New file.
10027         * rt/aio_return.c: New file.
10028         * rt/aio_suspend.c: New file.
10029         * rt/aio_write.c: New file.
10030         * rt/aio_write64.c: New file.
10031         * rt/lio_listio.c: New file.
10032         * rt/lio_listio64.c: New file.
10033         * sysdeps/generic/aio_sigqueue.c: New file.
10034         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
10035         * sysdeps/unix/sysv/linux/Dist: Add new files
10036         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
10037         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
10038         rt_sigqueueinfo, rt_sigaction.
10040         * posix/Makefile (headers): Add bits/environments.h.
10041         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
10042         and _CS_LFS_CFLAGS on 64bit platforms.
10043         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
10044         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
10045         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
10046         compilation modules.
10047         * sysdeps/wordsize-32/bits/environments.h: New file.
10048         * sysdeps/wordsize-64/bits/environments.h: New file.
10050         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
10051         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
10052         __libc_pid.
10053         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
10054         0xf00baa.
10056         * string/string.h: Add declaration of __strverscmp.
10057         * string/strverscmp.c: Rename function ot __strverscmp and make old
10058         name weak alias.
10060         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
10061         * sysdeps/generic/enbl-secure.c: Likewise.
10062         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
10064         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
10066         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
10068 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
10070         * posix/sys/wait.h: Use __transparent_union__ instead of
10071         transparent_union.  Reported by Roland McGrath.
10073 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10075         * resolv/inet_neta.c (inet_neta): Change type of first parameter
10076         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
10077         [PR libc/366].
10079         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
10081         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
10083 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10085         * grp/initgroups.c: Increase buffer if it is too small.
10087 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
10089         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
10090         fields, this is no ISO C.  Reported by Andreas Jaeger.
10092 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10094         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
10096 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
10098         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
10099         _SYS_UTSNAME_H not _UTSNAME_H.
10101 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10103         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
10104         computing s_scale.
10106 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10108         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
10109         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
10110         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
10112         * math/libm-test.c (csqrt_test): Add testcase.
10114 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
10116         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
10117         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
10118         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
10120 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10122         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
10124 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10126         * math/libm-test.c (acos_test): Add more tests.
10127         (asin_test): Likewise.
10128         (atan_test): Likewise.
10129         (exp_test): Likewise.
10130         (sin_test): Likewise.
10131         (sqrt_test): Likewise.
10132         (cpow_test): Likewise.
10133         (csqrt_test): Likewise.
10134         (cexp_test): Correct typo in gcc version test.
10136 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
10138         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
10139         <bits/setjmp.h>.
10140         * sysdeps/arm/setjmp.S: Likewise.
10142         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
10144 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
10146         * stdio/stdio.h: Add prototype for tmpfile64().
10148 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
10150         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
10151         prototype to keep in step with libio version.
10153         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
10155 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
10157         * sysdeps/generic/Makefile: Don't try to use make_siglist if
10158         cross-compiling.
10160 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
10162         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
10163         load GOT ptr before jumping to _exit.
10164         Reported by Xavier Leroy.
10166 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
10168         * Makefile (subdirs): Add iconvdata and localedata.
10170         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
10172         * iconv/gconv_conf.c (read_conf_file): Little optimization.
10174         * iconvdata/8bit-gap.c: New file.
10175         * iconvdata/8bit-generic.c: Renamed from ...
10176         * iconvdata/iso8859-generic.c: ...this.
10177         * iconvdata/configure: Removed.
10178         * iconvdata/Makefile: Add new modules and better rules.
10179         * iconvdata/iso6937.c: Minor bug fixes.
10180         * iconvdata/iso8859-1.c: Likewise.
10181         * iconvdata/t61.c: Likewise.
10182         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
10183         Minor bug fixes.
10184         * iconvdata/iso8859-3.c: Likewise.
10185         * iconvdata/iso8859-4.c: Likewise.
10186         * iconvdata/iso8859-5.c: Likewise.
10187         * iconvdata/iso8859-6.c: Likewise.
10188         * iconvdata/iso8859-7.c: Likewise.
10189         * iconvdata/iso8859-8.c: Likewise.
10190         * iconvdata/iso8859-9.c: Likewise.
10191         * iconvdata/iso8859-10.c: Likewise.
10192         * iconvdata/ebcdic-at-de-a.c: New file.
10193         * iconvdata/ebcdic-at-de.c: New file.
10194         * iconvdata/ebcdic-ca-fr.c: New file.
10195         * iconvdata/hp-roman8.c: New file.
10196         * iconvdata/koi-8.c: New file.
10197         * iconvdata/koi8-r.c: New file.
10198         * iconvdata/koi8-h.c: New file.
10199         * iconvdata/latin-greek-1.c: New file.
10200         * iconvdata/latin-greek-1.h: New file.
10201         * iconvdata/latin-greek.c: New file.
10202         * iconvdata/latin-greek.h: New file.
10203         * iconvdata/jis0201.c: New file.
10204         * iconvdata/jis0201.h: New file.
10205         * iconvdata/jis0208.c: New file.
10206         * iconvdata/jis0208.h: New file.
10207         * iconvdata/jis0212.c: New file.
10208         * iconvdata/jis0212.h: New file.
10209         * iconvdata/sjis.c: New file.
10210         * iconvdata/gap.pl: New file.  Script to generate table header.
10211         * iconvdata/gaptab.pl: New file.
10212         * iconvdata/gconv-modules: Add info about new modules.
10214         * locale/programs/charmap.c: Also examine alias names given in charmap
10215         files.
10217         * localedata/*: Add to here from add-on.  We need the information
10218         to generate tables for iconv.
10220         Update from db-2.3.14.
10221         * db2/Makefile: Updated.
10222         * db2/config.h: Likewise.
10223         * db2/db.h: Likewise.
10224         * db2/db_int.h: Likewise.
10225         * db2/btree/bt_cursor.c: Likewise.
10226         * db2/btree/bt_delete.c: Likewise.
10227         * db2/btree/bt_put.c: Likewise.
10228         * db2/btree/bt_search.c: Likewise.
10229         * db2/btree/bt_split.c: Likewise.
10230         * db2/btree/btree_auto.c: Likewise.
10231         * db2/common/db_appinit.c: Likewise.
10232         * db2/common/db_apprec.c: Likewise.
10233         * db2/common/db_err.c: Likewise.
10234         * db2/common/db_region.c: Likewise.
10235         * db2/db/db_auto.c: Likewise.
10236         * db2/db/db_dispatch.c: Likewise.
10237         * db2/db/db_ret.c: Likewise.
10238         * db2/dbm/dbm.c: Likewise.
10239         * db2/hash/hash_auto.c: Likewise.
10240         * db2/include/btree_ext.h: Likewise.
10241         * db2/include/common_ext.h: Likewise.
10242         * db2/include/db.h.src: Likewise.
10243         * db2/include/db_cxx.h: Likewise.
10244         * db2/include/db_ext.h: Likewise.
10245         * db2/include/db_int.h.src: Likewise.
10246         * db2/include/lock.h: Likewise.
10247         * db2/include/log.h: Likewise.
10248         * db2/include/mp.h: Likewise.
10249         * db2/include/mp_ext.h: Likewise.
10250         * db2/include/os_ext.h: Likewise.
10251         * db2/include/os_func.h: Likewise.
10252         * db2/lock/lock.c: Likewise.
10253         * db2/lock/lock_deadlock.c: Likewise.
10254         * db2/log/log.c: Likewise.
10255         * db2/log/log_archive.c: Likewise.
10256         * db2/log/log_auto.c: Likewise.
10257         * db2/log/log_get.c: Likewise.
10258         * db2/log/log_put.c: Likewise.
10259         * db2/mp/mp_bh.c: Likewise.
10260         * db2/mp/mp_fget.c: Likewise.
10261         * db2/mp/mp_fopen.c: Likewise.
10262         * db2/mp/mp_fput.c: Likewise.
10263         * db2/mp/mp_fset.c: Likewise.
10264         * db2/mp/mp_open.c: Likewise.
10265         * db2/mp/mp_pr.c: Likewise.
10266         * db2/mp/mp_region.c: Likewise.
10267         * db2/mp/mp_sync.c: Likewise.
10268         * db2/mutex/README: Likewise.
10269         * db2/mutex/mutex.c: Likewise.
10270         * db2/os/os_open.c: Likewise.
10271         * db2/os/os_func.c: Removed.
10272         * db2/os/os_config.c: New file.
10273         * db2/os/os_spin.c: New file.
10274         * db2/txn/txn.c: Likewise.
10275         * db2/txn/txn_auto.c: Likewise.
10277 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
10279         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
10280         __typeof for C++ since this fails for class members.
10281         Reported by Neal Becker <neal@ctd.comsat.com>.
10283 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10285         * configure.in: Check for a working makeinfo (3.11 or better).
10286         * config.make.in: Add MAKEINFO to be substituted.
10287         * manual/Makefile: Don't update info if makeinfo is too old.
10289 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
10291         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
10292         * sysdeps/alpha/__longjmp.S: Likewise.
10293         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
10294         not <bits/termios.h>.
10296         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
10297         __llseek and make llseek and lseek64 weak aliases.
10298         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
10299         Patches by a sun <asun@zoology.washington.edu>.
10301 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10303         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
10304         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10305         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10306         * misc/sys/syslog.h: Clean up BSD header.
10308 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10310         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
10312         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
10313         for ctan(+-inf,x).
10314         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
10315         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
10317         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
10318         csqrt (-1), ctanh(i*pi/4).
10320 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10322         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
10324 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
10326         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
10328 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10330         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
10332 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
10334         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
10335         and use.  Define GETCWD_RETURN_TYPE instead and use it.
10336         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
10337         of GETCWD_STORYGE_CLASS and put the return type and the
10338         `internal_function' in the right order for gcc 2.7.2.
10340 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10342         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
10343         incompatible with Linux 2.1.x.  Packages using modules
10344         (e.g. modutils) should/do provide their own version.  Suggested by
10345         Richard Henderson.
10347         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
10349         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10350         [$(subdir)=socket]: Remove sys/module.h.
10352 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
10354         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
10355         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
10357         * iconv/gconv_close.c: Correct freeing of descriptor data.
10358         * iconv/gconv_simple.c: Return correct error values for illegal or
10359         incomplete characters.
10361         * Makefile (iconvdata/%): Special goal to simplify iconvdata
10362         development.
10363         * iconvdata/Makefile: New file.
10364         * iconvdata/configure: Likewise.
10365         * iconvdata/extra-module.mk: Likewise.
10366         * iconvdata/gconv-modules: Likewise.
10367         * iconvdata/iso6937.c: Likewise.
10368         * iconvdata/iso8859-1.c: Likewise.
10369         * iconvdata/iso8859-10.c: Likewise.
10370         * iconvdata/iso8859-10.h: Likewise.
10371         * iconvdata/iso8859-2.c: Likewise.
10372         * iconvdata/iso8859-2.h: Likewise.
10373         * iconvdata/iso8859-3.c: Likewise.
10374         * iconvdata/iso8859-3.h: Likewise.
10375         * iconvdata/iso8859-4.c: Likewise.
10376         * iconvdata/iso8859-4.h: Likewise.
10377         * iconvdata/iso8859-5.c: Likewise.
10378         * iconvdata/iso8859-5.h: Likewise.
10379         * iconvdata/iso8859-6.c: Likewise.
10380         * iconvdata/iso8859-6.h: Likewise.
10381         * iconvdata/iso8859-7.c: Likewise.
10382         * iconvdata/iso8859-7.h: Likewise.
10383         * iconvdata/iso8859-8.c: Likewise.
10384         * iconvdata/iso8859-8.h: Likewise.
10385         * iconvdata/iso8859-9.c: Likewise.
10386         * iconvdata/iso8859-9.h: Likewise.
10387         * iconvdata/iso8859-generic.c: Likewise.
10388         * iconvdata/t61.c: Likewise.
10390         * string/Makefile (routines): Add strcasestr.
10391         * string/string.h: Add prototype for strcasestr.
10392         * sysdeps/generic/strcasestr.c: New file.
10393         * wcsmbs/mbrtowc.c: Simplify special case a bit.
10394         * wcsmbs/wcrtomb.c: Likewise.
10395         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
10396         * wcsmbs/wcsnrtombs.c: Likewise.
10397         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
10398         partial character is read.
10399         * wcsmbs/wcsrtombs.c: Likewise.
10400         * wcsmbs/wmemrtombs.c: Likewise.
10401         * wcsmbs/wmemrtowcs.c: Likewise.
10403         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
10404         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
10405         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
10406         * sysdeps/i386/elf/setjmp.S: Likewise.
10407         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
10408         <bits/termios.h>.
10410         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
10411         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
10413         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
10414         * sysvipc/sys/ipc.h: Likewise.
10415         * sysvipc/sys/msg.h: Likewise.
10416         * sysvipc/sys/sem.h: Likewise.
10417         * sysvipc/sys/shm.h: Likewise.
10419         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
10420         used directly.
10421         * sysdeps/alpha/bits/setjmp.h: Likewise.
10422         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
10423         * sysdeps/arm/bits/endian.h: Likewise.
10424         * sysdeps/arm/bits/setjmp.h: Likewise.
10425         * sysdeps/generic/bits/byteswap.h: Likewise.
10426         * sysdeps/generic/bits/confname.h: Likewise.
10427         * sysdeps/generic/bits/dirent.h: Likewise.
10428         * sysdeps/generic/bits/dlfcn.h: Likewise.
10429         * sysdeps/generic/bits/endian.h: Likewise.
10430         * sysdeps/generic/bits/fenv.h: Likewise.
10431         * sysdeps/generic/bits/huge_val.h: Likewise.
10432         * sysdeps/generic/bits/in.h: Likewise.
10433         * sysdeps/generic/bits/ioctl-types.h: Likewise.
10434         * sysdeps/generic/bits/ioctls.h: Likewise.
10435         * sysdeps/generic/bits/ipc.h: Likewise.
10436         * sysdeps/generic/bits/msq.h: Likewise.
10437         * sysdeps/generic/bits/poll.h: Likewise.
10438         * sysdeps/generic/bits/resource.h: Likewise.
10439         * sysdeps/generic/bits/sched.h: Likewise.
10440         * sysdeps/generic/bits/sem.h: Likewise.
10441         * sysdeps/generic/bits/setjmp.h: Likewise.
10442         * sysdeps/generic/bits/shm.h: Likewise.
10443         * sysdeps/generic/bits/sigaction.h: Likewise.
10444         * sysdeps/generic/bits/sigcontext.h: Likewise.
10445         * sysdeps/generic/bits/socket.h: Likewise.
10446         * sysdeps/generic/bits/stat.h: Likewise.
10447         * sysdeps/generic/bits/statfs.h: Likewise.
10448         * sysdeps/generic/bits/stdio_lim.h: Likewise.
10449         * sysdeps/generic/bits/termios.h: Likewise.
10450         * sysdeps/generic/bits/time.h: Likewise.
10451         * sysdeps/generic/bits/uio.h: Likewise.
10452         * sysdeps/generic/bits/utmp.h: Likewise.
10453         * sysdeps/generic/bits/utmpx.h: Likewise.
10454         * sysdeps/generic/bits/utsname.h: Likewise.
10455         * sysdeps/generic/bits/waitflags.h: Likewise.
10456         * sysdeps/generic/bits/waitstatus.h: Likewise.
10457         * sysdeps/gnu/bits/utmp.h: Likewise.
10458         * sysdeps/gnu/bits/utmpx.h: Likewise.
10459         * sysdeps/i386/bits/byteswap.h: Likewise.
10460         * sysdeps/i386/bits/endian.h: Likewise.
10461         * sysdeps/i386/bits/huge_val.h: Likewise.
10462         * sysdeps/i386/bits/setjmp.h: Likewise.
10463         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
10464         * sysdeps/ieee754/bits/huge_val.h: Likewise.
10465         * sysdeps/m68k/bits/byteswap.h: Likewise.
10466         * sysdeps/m68k/bits/endian.h: Likewise.
10467         * sysdeps/m68k/bits/setjmp.h: Likewise.
10468         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
10469         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10470         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
10471         * sysdeps/mach/hurd/bits/stat.h: Likewise.
10472         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10473         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
10474         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10475         * sysdeps/mips/bits/dlfcn.h: Likewise.
10476         * sysdeps/mips/bits/endian.h: Likewise.
10477         * sysdeps/mips/bits/setjmp.h: Likewise.
10478         * sysdeps/mips/dec/bits/endian.h: Likewise.
10479         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
10480         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
10481         * sysdeps/mips/p40/bits/endian.h: Likewise.
10482         * sysdeps/powerpc/bits/endian.h: Likewise.
10483         * sysdeps/powerpc/bits/fenv.h: Likewise.
10484         * sysdeps/powerpc/bits/setjmp.h: Likewise.
10485         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
10486         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
10487         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
10488         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
10489         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
10490         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
10491         * sysdeps/unix/bsd/bits/stat.h: Likewise.
10492         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
10493         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
10494         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
10495         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
10496         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
10497         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
10498         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
10499         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
10500         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
10501         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
10502         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
10503         * sysdeps/unix/common/bits/dirent.h: Likewise.
10504         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
10505         * sysdeps/unix/sysv/bits/stat.h: Likewise.
10506         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
10507         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
10508         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
10509         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
10510         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
10511         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
10512         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
10513         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
10514         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10515         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
10516         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
10517         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
10518         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
10519         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
10520         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
10521         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
10522         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
10523         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
10524         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
10525         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10526         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
10527         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
10528         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
10529         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
10530         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10531         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10532         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
10533         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
10534         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
10535         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
10536         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
10537         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
10538         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
10539         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
10540         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
10541         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
10542         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
10543         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
10544         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
10545         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
10546         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
10547         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
10548         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10549         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
10550         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
10551         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
10552         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
10553         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
10554         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
10555         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10556         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
10557         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
10558         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
10559         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10560         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
10561         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
10562         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
10563         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
10564         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
10565         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
10566         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
10567         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
10568         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
10569         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
10570         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
10571         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
10572         * sysdeps/vax/bits/huge_val.h: Likewise.
10573         * sysdeps/vax/bits/setjmp.h: Likewise.
10574         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
10575         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
10577 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10579         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
10581 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
10583         * strftime.c (strftime):
10584         No longer any need to undef or declare if emacs is defined.
10585         (my_strftime): When checking a -1 returned by mktime, don't blow up
10586         if localtime_r returns NULL.
10588 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10590         * README.template: Fix spelling.
10592 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10594         * configure.in: Enhance --enable-add-ons description a wee bit.
10596 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10598         * glibcbug.in: Add more information of build environment and flags.
10600 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10602         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
10603         it into ENOENT.
10605 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
10607         * elf/dl-support.c: Call __libc_init_secure to make sure
10608         __libc_enable_secure is defined early.
10609         * sysdeps/generic/enbl-secure.c: Change function name to
10610         __libc_init_secure and make it global instead of a constructor.
10612         * iconv/gconv.c: Fix lots of bugs.
10613         * iconv/gconv.h: Likewise.
10614         * iconv/gconv_builtin.h: Likewise.
10615         * iconv/gconv_close.c: Likewise.
10616         * iconv/gconv_conf.c: Likewise.
10617         * iconv/gconv_db.c: Likewise.
10618         * iconv/gconv_dl.c: Likewise.
10619         * iconv/gconv_open.c: Likewise.
10620         * iconv/gconv_simple.c: Likewise.
10621         * iconv/iconv.c: Likewise.
10622         * iconv/iconv_close.c: Likewise.
10623         * iconv/iconv_open.c: Likewise.
10625         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
10626         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
10627         * wcsmbs/wmemrtombs.c: New file.
10628         * wcsmbs/wmemrtowcs.c: New file.
10630 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
10632         * iconv/gconv_simple.c: Fix lots of bugs.
10633         * iconv/iconv_open.c: Normalize names before passing them to
10634         __gconv_open.
10636         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
10638         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
10639         * stdio-common/test-popen.c: Add test for above change.
10641         * math/libm-test.c: Print test results also using %a format,
10642         specified in PRINTF_XEXPR macro.
10643         * math/test-double.c: Define PRINTF_XEXPR.
10644         * math/test-float.c: Likewise.
10645         * math/test-ldouble.c: Likewise.
10646         * math/test-idouble.c: Likewise.
10647         * math/test-ifloat.c: Likewise.
10648         * math/test-ildoubl.c: Likewise.
10650         * stdio-common/vfscanf.c: Recognize a in format specifier only as
10651         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
10652         FP number format.
10654         * stdlib/strtod.c: Little code cleanup.
10656         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
10657         compiling in math subdir.
10659         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
10660         instead of __LIBC_M81_MATH_INLINES.
10661         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
10662         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
10663         * sysdeps/m68k/fpu/e_pow.c: Likewise.
10664         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
10665         * sysdeps/m68k/fpu/k_cos.c: Likewise.
10666         * sysdeps/m68k/fpu/k_sin.c: Likewise.
10667         * sysdeps/m68k/fpu/k_tan.c: Likewise.
10668         * sysdeps/m68k/fpu/s_atan.c: Likewise.
10669         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
10670         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
10671         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
10672         * sysdeps/m68k/fpu/s_csin.c: Likewise.
10673         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
10674         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
10675         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
10676         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
10677         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
10678         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
10679         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
10680         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
10681         * sysdeps/m68k/fpu/s_modf.c: Likewise.
10682         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
10683         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
10684         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
10685         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
10686         __LIBC_INTERNAL_MATH_INLINES is defined.
10688         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
10689         of compare macros from ISO C 9X.  Optimize generic versions a bit.
10690         Define __signbit inline functions and __ieee754_sqrt which can be
10691         used if the ompiler is fixed.
10693         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
10695 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10697         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
10698         sysdeps/generic in the whole dep file, not only in the first line.
10700 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10702         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
10704 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10706         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
10707         place.
10709 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10711         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
10712         is non-empty.
10714 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
10716         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
10717         return value.
10719 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
10721         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
10722         readlink succeeds but the return value is too long.
10724         * stdio-common/printf_fphex.c: Determine sign of number correctly.
10726 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
10728         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
10729         __remqu for Alpha.
10731 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
10733         * sysdeps/generic/sys/ucontext.h: Stub context file.
10735         * libio/iofprintf.c: Removed.  We use the stdio-common version.
10737         * manual/Makefile (distribute): Add stdio-fp.c.
10739         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
10741         * db2/Makefile (distribute): Add include/os_func.h, README and
10742         mutex/tsl_parisc.s.
10744         * hesiod/Makefile (distribute): Add README.hesiod.
10746 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
10748         * iconv/gconv.c: Correctly call transformation function.
10750         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
10752 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10754         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
10755         wrong results for e.g. remquo (3,2, &x)).
10756         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
10757         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
10759 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10761         * configure.in (ld --version-script): Test if the same symbol
10762         maybe defined in all versions (needed by recent changes to
10763         libc.map and supported with binutils 2.8.1.0.17) and issue warning
10764         if versioning is not supported/enabled.
10765         (bash test): Correct test case.
10767         * math/libm-test.c: Added counting/reporting of number of test cases.
10769         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
10770         use awk instead.
10772         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
10774 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10776         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
10778 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
10780         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
10781         Replace revoke call by use of REVOKE.
10782         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
10783         empty and #include generic version.
10784         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10786 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
10788         * libc.map: Add socket functions with __libc_* names.
10789         Reported by Andreas Jaeger.
10791 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10793         * libc.map: Tidy up (remove duplicates, sort entries).
10795 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10797         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
10799 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
10801         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
10802         again after successful call.
10803         Patch by Marc Lehmann <pcg@goof.com>.
10805 1997-11-17  Paul Eggert  <eggert@twinsun.com>
10807         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
10808         as some hosts need this to declare localtime_r properly.
10810 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
10812         * libc.map: Add iconv_open, iconv, and iconv_close.
10814 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
10816         * iconv/Makefile: New file.
10817         * iconv/gconv.c: New file.
10818         * iconv/gconv.h: New file.
10819         * iconv/gconv_builtin.c: New file.
10820         * iconv/gconv_builtin.h: New file.
10821         * iconv/gconv_close.c: New file.
10822         * iconv/gconv_conf.c: New file.
10823         * iconv/gconv_db.c: New file.
10824         * iconv/gconv_dl.c: New file.
10825         * iconv/gconv_open.c: New file.
10826         * iconv/gconv_simple.c: New file.
10827         * iconv/iconv.c: New file.
10828         * iconv/iconv.h: New file.
10829         * iconv/iconv_close.c: New file.
10830         * iconv/iconv_open.c: New file.
10831         * include/gconv.h: New file.
10833         * Makeconfig: Define gconvdir.
10834         * Makefile (subdirs): Add iconv.
10836         * string/bits/string2.h: Add optimization for strtok_r.
10838         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
10839         for NULL.
10840         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
10841         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
10843         * configure.in: Correct test for bash2.
10844         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10846         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
10847         (CFLAGS-locfile.c): Likewise.
10848         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10850         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
10851         non-existing entry if the table is full.
10853         * posix/regex.h: Pretty print.
10855         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
10857         * sysdeps/posix/ctermid.c: Simplify a bit.
10859         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
10861 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10863         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
10864         <sys/types.h> instead of <asm/types.h>.
10866 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10868         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
10870 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
10872         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
10873         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
10874         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
10875         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
10876         fclose): Added to GLIBC_2.1.
10878         * libio/Makefile (routines, shared-only-routines): Add
10879         oldiofclose.  Remove oldfreopen.
10881         * libio/freopen.c (freopen): When PIC is defined, call
10882         _IO_old_freopen () for old stdio.
10884         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
10885         (_IO_fclose, fclose): Use _IO_new_fclose as default version
10886         for GLIBC_2.1.
10888         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
10889         instead of _IO_file_close_it.
10891         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
10892         to _IO_2_1_stdxxx_.
10893         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
10894         is defined.
10896         * libio/libioP.h (_IO_old_do_flush): New.
10898         * libio/oldfileops.c (_IO_old_file_close_it,
10899         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
10900         Call _IO_old_do_flush () instead of _IO_do_flush ().
10901         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
10902         _IO_do_write ().
10904         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
10905         instead of _IO_file_init ().
10906         Bind old symbols to version GLIBC_2.0.
10908         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
10909         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
10910         _IO_stdxxx_.
10911         (_IO_check_libio): New function in .init.
10913         * libio/oldiofclose.c: New file.
10915         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
10916         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
10917         (DEF_STDFILE): Don't use default_symbol_version.
10919         * libio/stdio.c (stdin, stdout, stderr): Set to
10920         _IO_2_1_stdxxx_._
10921         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
10922         stdxxx.
10924         * csu/Makefile (distribute): Add init.c.
10925         (extra-objs): Add init.o for ELF.
10926         (start-installed-name): Add $(objpfx)init.o.
10928         * csu/init.c: New file.
10930 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
10932         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
10933         definition as the default.
10935 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
10937         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
10939 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10941         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
10942         (PR 351).
10944 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
10946         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
10947         to preserve condition codes on function call.
10949 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10951         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
10953 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10955         * math/libm-test.c (asin_test): Add epsilon for float.
10956         (tan_test): Add epsilon for float.
10957         (log1p_test): Add epsilon for float.
10958         (inverse_functions): Add epsilons.
10960         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
10961         net/if_packet.h.
10963         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
10965 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10967         * md5-crypt/Makefile (extra-objs): Make recursively expanded
10968         variable, since $(object-suffixes) is not defined yet.
10970 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10972         * db2/Makefile (distribute): db185/db185_int.src ->
10973         db185/db185_int.h.
10975 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10977         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
10978         exactly one.
10980 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10982         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
10983         name.
10984         * sysdeps/generic/e_acosl.c: Likewise.
10985         * sysdeps/generic/e_asinl.c: Likewise.
10986         * sysdeps/generic/e_atan2l.c: Likewise.
10987         * sysdeps/generic/e_expl.c: Likewise.
10988         * sysdeps/generic/e_fmodl.c: Likewise.
10989         * sysdeps/generic/e_j0l.c: Likewise.
10990         * sysdeps/generic/e_j1l.c: Likewise.
10991         * sysdeps/generic/e_jnl.c: Likewise.
10992         * sysdeps/generic/e_lgammal_r.c: Likewise.
10993         * sysdeps/generic/e_log10l.c: Likewise.
10994         * sysdeps/generic/e_logl.c: Likewise.
10995         * sysdeps/generic/e_powl.c: Likewise.
10996         * sysdeps/generic/e_sqrtl.c: Likewise.
10997         * sysdeps/generic/e_exp2l.c: Likewise.
10999 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11001         * Make-dist (+sysdep-names): Remove extra paren.
11002         * Makefile (distribute): Add stub-tag.h.
11003         * elf/Makefile (distribute): Add atomicity.h.
11004         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
11005         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
11006         [$(subdir)=socket]: Add net/if_packet.h.
11007         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
11008         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
11009         net/if_packet.h, scsi/sg.h.
11011 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11013         * Makefile (install): Quote $(CC) expansion.
11015 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11017         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
11018         working /proc cwd and no restrictions on path length.  Following
11019         some ideas from Andi Kleen <ak@muc.de> (PR 350).
11021 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
11023         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
11024         * nis/nss_compat/compat-pwd.c: Likewise.
11025         * nis/nss_compat/compat-spwd.c: Likewise.
11027 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
11029         * sysdeps/libm-i387/s_fdim.S: New file.
11030         * sysdeps/libm-i387/s_fdimf.S: New file.
11031         * sysdeps/libm-i387/s_fdiml.S: New file.
11032         * sysdeps/libm-i387/i686/s_fdim.S: New file.
11033         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
11034         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
11036 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11038         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
11039         pointer to unsigned char.
11041 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11043         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
11045         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
11047         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
11049 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11051         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
11052         ilogb(0/NaN).
11053         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
11054         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
11056 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
11058         * sysdeps/libm-i387/s_fmin.S: New file.
11059         * sysdeps/libm-i387/s_fminf.S: New file.
11060         * sysdeps/libm-i387/s_fminl.S: New file.
11061         * sysdeps/libm-i387/s_fmax.S: New file.
11062         * sysdeps/libm-i387/s_fmaxf.S: New file.
11063         * sysdeps/libm-i387/s_fmaxl.S: New file.
11064         * sysdeps/libm-i387/i686/s_fmin.S: New file.
11065         * sysdeps/libm-i387/i686/s_fminf.S: New file.
11066         * sysdeps/libm-i387/i686/s_fminl.S: New file.
11067         * sysdeps/libm-i387/i686/s_fmax.S: New file.
11068         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
11069         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
11071 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
11073         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
11074         * sysdeps/unix/sysv/linux/send.S: Likewise.
11075         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
11076         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
11077         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
11078         * sysdeps/unix/sysv/linux/recv.S: Likewise.
11079         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
11080         * sysdeps/unix/sysv/linux/connect.S: Likewise.
11081         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
11083 See ChangeLog.7 for earlier changes.