Update.
[glibc.git] / ChangeLog
blobb0389d2b77676a01f13fb61d33433d5edbf6670c
1 1998-07-14  Ulrich Drepper  <drepper@cygnus.com>
3         * sunrpc/auth_unix.c (authunix_create_default): Use __sysconf
4         instead of sysconf.
6 1998-07-14 19:39  Ulrich Drepper  <drepper@cygnus.com>
8         * stdio-common/vfscanf.c (ungetc): Use _IO_sputbackc, not _IO_ungetc.
9         [_USE_IN_LIBIO] (encode_error): Free cancelation handler.
10         (conv_error): Likewise.
11         (input_error): Likewise.
12         (memory_error): Likewise.
14 1998-07-12  Mark Kettenis  <kettenis@phys.uva.nl>
16         * sysdeps/mach/hurd/dl-sysdep.c: Bring in sync with generic
17         implementation.  Include <entry.h>.  Replace references to symbol
18         _start with macro ENTRY_POINT.
19         (__libc_uid): Remove.
20         (__libc_multiple_libcs): New variable.
21         (__libc_stack_end): New variable.
22         (_dl_hwcap_mask): New variable.
23         (_dl_important_hwcaps): New function.
24         (_dl_show_auxv): Mark internal.
26 1998-07-14  Mark Kettenis  <kettenis@phys.uva.nl>
28         * mach/Makefile: Create target directory before generating
29         mach-syscalls.mk.
30         * mach/Machrules: Invoke awk using AWK variable.  Create target
31         directory before generating server stubs.
33 1998-07-14  Ulrich Drepper  <drepper@cygnus.com>
35         * wcsmbs/wcslen.c (__wcslen): Fix comment.
37         * configure.in: Allow egcs-2.92.
39 1998-07-10 18:14 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
41         * manual/Makefile: Overhauled.  Generate libc.texinfo from the
42         chapter files.  Exorcise the chapters, chapters-incl mess.
43         Support inserting doc chapters from add-on modules.
44         (chapters): New variable.
45         (add-chapters): New variable.
46         (appendices): New variable.
47         (libc.texinfo): New target.
48         (clean): Fix bugs.
49         (realclean): Fix bugs.
51         * manual/texis.awk: New file.
52         * manual/libc-texinfo.sh: New file.
53         * manual/libc-texinfo.in: New file.
55         * manual/conf.texi (top @node): Remove next pointer.
56         * manual/lang.texi (top @node): Remove prev pointer.
58         * manual/job.texi (top @node): Add explicit pointers.
59         * manual/message.texi (top @node): Add explicit pointers.
60         * manual/nss.texi (top @node): Add explicit pointers.
61         * manual/process.texi (top @node): Add explicit pointers.
62         * manual/startup.texi (top @node): Add explicit pointers.
63         * manual/terminal.texi (top @node): Add explicit pointers.
64         * manual/users.texi (top @node): Add explicit pointers.
66         * manual/arith.texi: Add %MENU% tag.
67         * manual/conf.texi: Add %MENU% tag.
68         * manual/contrib.texi: Add %MENU% tag.
69         * manual/ctype.texi: Add %MENU% tag.
70         * manual/errno.texi: Add %MENU% tag.
71         * manual/filesys.texi: Add %MENU% tag.
72         * manual/header.texi: Add %MENU% tag.
73         * manual/install.texi: Add %MENU% tag.
74         * manual/intro.texi: Add %MENU% tag.
75         * manual/io.texi: Add %MENU% tag.
76         * manual/job.texi: Add %MENU% tag.
77         * manual/lang.texi: Add %MENU% tag.
78         * manual/llio.texi: Add %MENU% tag.
79         * manual/locale.texi: Add %MENU% tag.
80         * manual/maint.texi: Add %MENU% tag.
81         * manual/math.texi: Add %MENU% tag.
82         * manual/mbyte.texi: Add %MENU% tag.
83         * manual/memory.texi: Add %MENU% tag.
84         * manual/message.texi: Add %MENU% tag.
85         * manual/nss.texi: Add %MENU% tag.
86         * manual/pattern.texi: Add %MENU% tag.
87         * manual/pipe.texi: Add %MENU% tag.
88         * manual/process.texi: Add %MENU% tag.
89         * manual/search.texi: Add %MENU% tag.
90         * manual/setjmp.texi: Add %MENU% tag.
91         * manual/signal.texi: Add %MENU% tag.
92         * manual/socket.texi: Add %MENU% tag.
93         * manual/startup.texi: Add %MENU% tag.
94         * manual/stdio.texi: Add %MENU% tag.
95         * manual/string.texi: Add %MENU% tag.
96         * manual/sysinfo.texi: Add %MENU% tag.
97         * manual/terminal.texi: Add %MENU% tag.
98         * manual/time.texi: Add %MENU% tag.
99         * manual/users.texi: Add %MENU% tag.
101 1998-07-13  Ulrich Drepper  <drepper@cygnus.com>
103         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags):
104         Update.
106 1998-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
108         * sysdeps/unix/sysv/linux/recvmsg.c (__libc_recvmsg): Use ANSI
109         style declaration to avoid warning.
110         * sysdeps/unix/sysv/linux/sendmsg.c (__libc_sendmsg): Likewise.
112 1998-07-04  Mark Kettenis  <kettenis@phys.uva.nl>
114         * elf/rtld.c (process_dl_debug): Add missing continue.
116 1998-07-12  Mark Kettenis  <kettenis@phys.uva.nl>
118         * elf/rtld.c (_dl_skip_args): Make global because the Hurd startup
119         code needs it.
121 1998-07-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
123         * Makeconfig ($(common-objpfx)sysd-dirs): Write out definition of
124         sysd-dirs-done.
125         * Makerules: Don't generate version maps too early.
126         ($(common-objpfx)sysd-versions): Force regeneration if the list of
127         subdirs has changed.
129 1998-07-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
131         * elf/dlfcn.h (DL_CALL_FCT): Use portable comma expression.
133 1998-07-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
135         * iconv/gconv_db.c (gen_steps): Always set *handle and *nsteps.
136         * iconv/gconv_dl.c (__gconv_find_shlib): Correct use of tfind
137         return value.
139 1998-07-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
141         * elf/dl-open.c (dl_open_worker): New function.
142         (_dl_open): Call it to do the actual work while catching errors.
143         * elf/dl-close.c (_dl_close): Only call termination function if
144         the initialisation function was called.
146 1998-07-13  Ulrich Drepper  <drepper@cygnus.com>
148         * libio/libioP.h (_IO_cleanup_registration_needed): Use __PMT.
149         Reported by Felix von Leitner <leitner@amdiv.de>.
151 1998-07-13 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
153         * sysdeps/unix/sysv/linux/m68k/dl-envvars.h: New file.
155 1998-07-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
157         * Make-dist (+sysdep-tsrcs): Add Versions.
159 1998-07-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
161         * math/Versions: Remove __log1p, __atan2, __fe_dfl_env,
162         __fe_enabled_env, __fe_nonieee_env and __fe_nomask_env.
163         * sysdeps/powerpc/Versions: New file.
164         * csu/Versions: Remove brk, sbrk, environ, __environ, _environ
165         and __errno_location.
166         * misc/Versions: Add brk and sbrk.
167         * posix/Versions: Add environ, __environ and _environ.
168         * sysdeps/unix/sysv/linux/Versions: Add __errno_location.
170 1998-07-10 11:58  Ulrich Drepper  <drepper@cygnus.com>
172         * Makerules [no_defs]: Avoid dependency for loading sysd-versions.
173         Patch by Zack Weinberg.
175 1998-07-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
177         * posix/annexc.c (errno_maybe): EACCESS->EACCES.
178         (signal_maybe): Remove duplicate entry SIGEV_SIGNAL.
179         (mman_maybe): Remove duplicates MS_ASYNC, MS_INVALIDATE.
181 1998-07-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
183         * sysdeps/unix/sysv/linux/bits/fcntl.h: Fix typo.
185 1998-07-09  Ulrich Drepper  <drepper@cygnus.com>
187         * posix/unistd.h: Simplify #ifdefs.
189         * libio/libio.h: Undo last change due to possible C++ problems.
190         * libio/fileops.h: Likewise.
192 1998-07-09 13:34  Ulrich Drepper  <drepper@cygnus.com>
194         * grp/grp.h: Define gid_t also for __USE_XOPEN.
195         * io/fcntl.h: Include <sys/stat.h> also for __USE_XOPEN.
196         * io/utime.h: Define time_t also for __USE_XOPEN.
197         * io/sys/stat.h: Define time_t also for __USE_XOPEN.
198         Define *_t types except for pid_t also for __USE_XOPEN.
199         Define S_* macros also for __USE_XOPEN.
200         * locale/langinfo.h: Define CODESET, CRNCYSTR, RADIXCHAR, and
201         THOUSEP also for __USE_XOPEN.
202         * math/math.c: Define M_* macros also for __USE_XOPEN.
203         * math/bits/mathcalls.h: Declare hypot also for __USE_XOPEN.
204         * posix/fnmatch.h: Define FNM_NOSYS and for if _XOPEN_SOURCE is
205         defined.
206         * posix/glob.h: Likewise for GLOB_NOSYS.
207         * posix/regex.h: Likewise for REG_NOSYS.
208         * posix/wordexp.h: Likewise for WRDE_NOSYS.
209         * posix/unistd.h: Define *_t types also for __USE_XOPEN.
210         * posix/sys/wait.h: Define pid_t for __USE_XOPEN.
211         * pwd/pwd.h: Define gid_t and pid_t also for __USE_XOPEN.
212         * signal/signal.h: Define pid_t also for __USE_XOPEN.
213         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define _RSYNC and O_DSYNC also
214         for __USE_POSIX199309.
215         * sysdeps/unix/sysv/linux/bits/termios.h: Define the various B*
216         constants also for __USE_XOPEN.
217         * wcsmbs/wchar.h: For XPG4 include wctype.h.
219         * intl/dcgettext.c (find_msg): Initialize act to prevent warning.
220         * locale/setlocale.c (new_composite_name): Likewise for last_len.
222         * libio/stdio.h: Don't declare fclose_unlocked.
224         * sysdeps/posix/fpathconf.c: Handle _PC_FILESIZEBITS.
226 1998-07-08  Mark Kettenis  <kettenis@phys.uva.nl>
228         * stdio/stdio.h: Add prototypes for fflush_unlocked,
229         getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked,
230         fgets_unlocked, fread_unlocked, fwrite_unlocked,
231         clearerr_unlocked, feof_unlocked, ferror_unlocked,
232         fileno_unlocked, flockfile, ftrylockfile, funlockfile.
233         [__USE_XOPEN && !__USE_GNU] Declare optarg, optind, opterr.  Add
234         prototype for getopt.
235         * stdio/clearerr.c (clearerr_unlocked): Weak alias for clearerr.
236         * stdio/feof.c (feof_unlocked): Weak alias for feof.
237         * stdio/ferror.c (ferror_unlocked): Weak alias for ferror.
238         * stdio/fflush.c (fflush_unlocked): Weak alias for fflush.
239         * stdio/fgets.c (fgets_unlocked): Weak alias for fgets.
240         * stdio/fileno.c (fileno_unlocked): Weak alias for fileno.
241         * stdio/fputc.c (fputc_unlocked): Weak alias for fputc.
242         * stdio/fread.c (fread_unlocked): Weak alias for fread.
243         * stdio/fwrite.c (fwrite_unlocked): Weak alias for fwrite.
244         * stdio/getc.c (getchar_unlocked): Weak alias for getc.
245         * stdio/getchar.c (getchar_unlocked): Weak alias for getchar.
246         * stdio/putc.c (putc_unlocked): Weak alias for putc.
247         * stdio/putchar.c (putchar_unlocked): Weak alias for putchar.
248         * stdio/Versions [GLIBC_2.1]: Add clearerr_unlocked,
249         feof_unlocked, ferror_unlocked, fflush_unlocked, fgets_unlocked,
250         fileno_unlocked, fputc_unlocked, fread_unlocked, fwrite_unlocked,
251         getc_unlocked, getchar_unlocked, putc_unlocked and
252         putchar_unlocked.
254         * libio/Versions: Move flockfile, ftrylockfile and funlockfile
255         from here ...
256         * stdio-common/Versions: ... to here.
258 1998-07-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
260         * Makerules (versioning): Correct typo.
262 1998-07-08 22:18  Ulrich Drepper  <drepper@cygnus.com>
264         * elf/Versions: Add _dl_mcount_wrapper_check.
265         * elf/dlfcn.h (DL_CALL_FCT): Don't test _dl_profile_map, simply use
266         _dl_mcount_wrapper_check.
267         * iconv/skeleton.c: Use DL_CALL_FCT, not _CALL_DL_FCT.
269         * elf/dl-reloc.c (_dl_relocate_object): Don't declare using
270         internal_function.
271         * elf/ldsodefs.h: Likewise.
273         * io/fcntl.h: Define SEEK_SET, SEEK_CUR, and SEEK_END.
275         * libio/stdio.h: Make sure va_list is defined for X/Open.
276         Define P_tmpdir for X/Open.
278         * posix/regex.h: Fix typo.
280         * posix/unistd.h: Define intptr_t if not already happened.
281         Add pthread_atfork prototype.
282         * sysdeps/generic/bits/types.h: Define __intptr_t.
283         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
284         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
285         * sysdeps/unix/sysv/linux/bits/mips/types.h: Likewise.
286         * sysdeps/unix/sysv/linux/bits/sparc/sparc64/types.h: Likewise.
287         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
288         * sysdeps/wordsize-32/stdint.h: Don't define intptr_t if already done.
289         * sysdeps/wordsize-64/stdint.h: Likewise.
291         * posix/bits/posix1_lim.h: Define _POSIX_CLOCKRES_MIN.
293         * signal/Makefile (headers): Add bits/sigthread.h.
294         * signal/signal.h: Include bits/sigthread.h.
295         * sysdeps/generic/bits/sigthread.h: New file.
297         * stdlib/stdlib.h: Declare rand_r use __USE_POSIX.
299         * sysdeps/generic/bits/confname.h: Define _PC_FILESIZEBITS.
300         * sysdeps/posix/pathconf.c: Handle _PC_FILESIZEBITS.
301         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: New file.
302         * sysdeps/unix/sysv/linux/alpha/pathconf.c: New file.
304         * sysdeps/generic/bits/dlfcn.h: Define RTLD_LOCAL.
306         * elf/rtld.c: Remove preloading and loadpath variables in SUID
307         programs.
308         * sysdeps/generic/dl-sysdep.c: Define unsetenv.
309         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Define other envvar
310         names.
312         * sysdeps/unix/sysv/linux/bits/errno.h: Define ECANCELED.
314         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_RSYNC and O_DSYNC.
315         Remove O_READ and O_WRITE definition.
317         * sysdeps/unix/sysv/linux/bits/resource.h: Define RLIM_SAVED_MAX
318         and RLIM_SAVED_CUR.
320         * sysdeps/unix/sysv/linux/fstatvfs.h: Handle UFS filesystem.
322 1998-07-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
324         * Makerules ($(common-objpfx)sysd-versions): Expect awk script in
325         scripts directory.  Pass move-if-change to awk.
326         (common-generated): Add $(version-maps) and sysd-versions.
327         * versions.awk: Moved to...
328         * scripts/versions.awk: ... here.  Use move-if-change to void
329         touching unchanged files.  Print "version-maps = ..." instead of
330         "all-version-maps = ..." and without $(common-objpfx).  Explain
331         expected variable names.
332         * Makefile (distribute): Updated.
334 1998-07-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
336         * misc/getttyent.c (getttyent): Don't return with locked stream.
337         * misc/mntent_r.c (__getmntent_r): Likewise.
339 1998-07-07 18:24  Ulrich Drepper  <drepper@cygnus.com>
341         * libio/fileops.c (_IO_do_write): Don't shrink wwrite buffer to zero
342         if stream is line buffered.
343         (_io_file_overflow): Likewise.
344         * libio/libio.h (_IO_putc_unlocked): Make sure that for line-buffered
345         streams writing '\n' flushes the string.
347 1998-07-07 17:28  Ulrich Drepper  <drepper@cygnus.com>
349         * elf/dl-profstub.c (_dl_profile_map): Only declare variable here.
350         * elf/dl-support.c: Define it here...
351         * elf/rtld.c: ...and here.
353 1998-07-07 16:28  Ulrich Drepper  <drepper@cygnus.com>
355         * grp/initgroups.c: Handle directives from nsswitch.conf file.
357 1998-07-07  Ulrich Drepper  <drepper@cygnus.com>
359         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Add
360         __ino64_t definition.
361         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Define
362         __off64_t.  Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
364         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell
365         script if lddlibc4 failed.
366         Reported by B. D. Elliott <bde@accessone.com>.
368 1998-07-06  Ulrich Drepper  <drepper@cygnus.com>
370         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
371         Improve generated strings a bit.
373 1998-07-06 14:36  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
375         * posix/Makefile (generated): Remove $(objpfx) from the names.
377 1998-07-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
379         * stdio-common/test_rdwr.c: Use %Zu for size_t in printf
380         format string.
382         * libio/iofread_u.c: Include <stdio.h> for prototype.
383         * libio/iofwrite_u.c: Likewise.
385 1998-07-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
387         * db2/Versions: New file.
389 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
391         * Makefile (lib-noranlib): Don't depend on sysd-versions.
392         ($(common-objpfx)sysd-versions): Remove rule.
393         * Makerules ($(common-objpfx)sysd-versions): Define here instead.
394         Pass name of Versions.def file to script and redirect output to
395         target.  Include it and make all generated version maps depend on
396         it.
397         * versions.awk: Print out variable definition containing all
398         generated version maps.  Print error messages to stderr.  Remove
399         temp file.
401 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
403         * posix/annexc.c (check_header): Terminate macro name before
404         comparing.
405         (get_null_defines): Allow builtin macros with parameters.
406         (fmt, testfmt): Add -D_LIBC.
407         * posix/Makefile: Remove bogus duplicate include directories from
408         annexc test command.
410 1998-07-06 12:04  Ulrich Drepper  <drepper@cygnus.com>
412         * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Handle adjunct
413         password scheme.
414         (_nss_nis_getpwnam_r): Likewise.
415         (_nss_nis_getpwuid_r): Likewise.
417 1998-07-05  Mark Kettenis  <kettenis@phys.uva.nl>
419         * libio/Versions: Move symbols whose source lives in
420         stdio-common to ...
421         * stdio-common/Versions: ... here.
422         * stdio/Versions: Add missing symbols.
424 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
426         * sysdeps/unix/sysv/linux/__sendmsg.S: Define function as
427         __syscall_sendmsg.
428         * sysdeps/unix/sysv/linux/__recvmsg.S: Define function as
429         __syscall_recvmsg.
430         * sysdeps/unix/sysv/linux/recvmsg.c: Define function as __libc_recvmsg
431         and make __recvmsg and recvmsg weak aliases.
432         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise for sendmsg.
433         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define __syscall_recvmsg
434         and __syscall_sendmsg.
436 1998-07-05 11:49  Ulrich Drepper  <drepper@cygnus.com>
438         * iconv/gconv_conf.c (read_conf_file): Use feof_unlocked on private
439         stream.
440         * inet/ruserpass.c (token): Likewise.
441         * nss/nsswitch.c (nss_parse_file): Likewise.
442         * intl/localealias.c: Likewise.  Also for ferror.
443         * time/getdate.c (__getdate_r): Likewise.
445         * libio/Makefile (routines): Add iofgets_u.
446         * libio/iofgets_u.c: New file.
447         * libio/Versions: Add fgets_unlocked.
448         * libio/stdio.h: Add prototype for fgets_unlocked.
450         * misc/getttyent.c (getttyent): Use fgets_unlocked instead of fgets.
451         * misc/getusershell.c (initshells): Likewise.
452         * misc/mntent_r.c (__getmntent_r): Explicitly lock stream.  Use
453         fgets_unlocked.
454         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
455         * resolv/res_init.c (res_init): Likewise.
456         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
458 1998-05-23  Philip Blundell  <Philip.Blundell@pobox.com>
460         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'.
461         * sysdeps/unix/sysv/linux/arm/syscall.S: Deleted.
463 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
465         * misc/getttyent.c (getttyent): Explicitly lock the FILE and use
466         _unlocked functions.
468         * inet/ruserpass.c (ruserpass): Use _unlocked functions since this
469         is a private FILE.
471 1998-07-04 17:11 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
473         * csu/Makefile: Build crt files in lib pass.
474         * db2/Makefile (distribute): Add mutex/sco.cc.
475         * mach/Machrules: Don't generate .udeps files if no_deps is set.
476         * sysdeps/unix/Makefile: Don't generate sysd-syscalls or
477         s-proto.d if avoid-generated is set.
479         * sysdeps/alpha/Dist: List only one file per line.
480         * sysdeps/generic/Dist: Likewise.
481         * sysdeps/m68k/fpu/switch/Dist: Likewise.
482         * sysdeps/sparc/sparc32/Dist: Likewise.
483         * sysdeps/unix/Dist: Likewise.
484         * sysdeps/unix/sysv/irix4/Dist: Likewise.
486         * sysdeps/mach/hurd/i386/Dist: New file.
487         * sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c,
488         getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c.
489         * sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c.
490         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S.
492 1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>
494         * libio/Makefile (routines): Add iofread_u and iofwrite_u.
495         * libio/Versions: Add fread_unlocked and fwrite_unlocked.
497         * Makerules (lib%.so): Adjust ignore pattern for last makefile change.
499         * time/tzfile.c (decode): Optimize by using bswap_32.
500         (__tzfile_read): Use _unlocked stream functions.  Correct setting of
501         __tzname array values.
502         (__tzfile_compute): Correct setting of __tzname array values.
503         * time/tzset.c (__tzstring): Clean up a bit.
505 1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>
507         * posix/regex.c (re_comp): Add cast to char * before gettext calls.
509 1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
511         * sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
512         that fd can be bigger than FD_SETSIZE.
514 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
516         * nscd/grpcache.c: Include <unistd.h>.
517         * nscd/pwdcache.c: Likewise.
519         * nis/nis_modify.c: Include <string.h>.
520         * nis/nis_add.c: Likewise.
521         * nis/nis_checkpoint.c: Likewise.
522         * posix/runptests.c: Likewise.
523         * sysdeps/generic/statvfs64.c: Likewise.
524         * sysdeps/generic/fstatvfs64.c: Likewise.
526 1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>
528         * localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
529         to match data from Unicode.
530         Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
532 1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>
534         * stdio-common/printf.h: Define printf_function and
535         printf_arginfo_function types using __PMT not __P.
536         Reported by Marc Lehmann.
538 1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
540         * assert/test-assert.c: New test.
541         * assert/test-assert-perr.c: New test.
542         * assert/Makefile (tests): Add test-assert and test-assert-perr.
544 1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>
546         BSD-style SCM_CREDS support.
548         * sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
549         SCM_CREDS.
550         * sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
551         visible SCM_CREDS packet to what the kernel wants.
552         * sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
553         SCM_CREDS packet output by kernel to what users want.
555         * sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
556         * sysdeps/unix/sysv/linux/__sendmsg.S: here.
557         * sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
558         * sysdeps/unix/sysv/linux/__recvmsg.S: here.
560         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
561         __sendmsg and __recvmsg to sysdep_routines.
562         * sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.
564 1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
566         * nscd/grpcache.c: Fix gid pointer handling and debug messages.
567         * nscd/pwdcache.c: Fix uid pointer handling and debug messages.
568         * nscd/nscd.c: Check, if pthread_create fails.
570 1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
572         * stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
573         format strings.
574         * stdio-common/bug1.c (main): Likewise.
575         * stdio-common/bug5.c (main): Likewise.
576         * stdio-common/tstgetln.c (main): Likewise.
577         * elf/sprof.c (generate_call_graph): Likewise.
578         (load_shobj): Likewise.
579         * posix/runptests.c (main): Likewise.
580         * string/tst-strlen.c (main): Likewise.
582         * sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
583         variable q3.
584         * sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise
586 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
588         * wctype/Versions: Add __towctrans.
589         Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.
591 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
593         * grp/initgroups.c (compat_call): Only call dynamically loaded
594         functions if they are really present.
596 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
598         * sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
599         #ifdef that contains __BEGIN_DECLS.
601 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
603         * libio/iofwrite.c: Fix return value when size == 0.
605 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
607         * posix/Makefile (distribute): Add annexc.c.
608         (generated): Add $(objpfx)annexc and $(objpfx)annexc.out.
610 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
612         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
613         bits/pthreadtypes.h here, and do not clobber headers.
615         * sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.
617 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
619         * timezone/tst-timezone.c: Add tests for tzname variable.
621 1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>
623         * Makefile [versioning=yes]: Build the mapfiles with a pattern
624         rule that lists all of them as targets.
625         (sysd-versions): Depend only on Versions.def.  Write a Makefile
626         fragment that defines $(vers-libs) based on contents of that file;
627         then include it.
628         (lib-noranlib): Depend on lib-mapfiles not sysd-versions.
629         (lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
630         Predicate all this on avoid-generated unset as well as versioning.
632 1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
634         * sysdeps/unix/sysv/linux/m68k/Versions: New file.
636 1998-07-02 21:51  Ulrich Drepper  <drepper@cygnus.com>
638         * Makeconfig: Define list of subdirs as all-subdirs and make subdirs
639         a copy.
640         * Makefile: Add rules to generate map files.
641         (distribute): Remove libc.map, add Versions.def and versions.awk.
642         * Makerules: Change rules to find map files on common-objpfx.
643         * elf/Makefile: Likewise.
644         * md5-crypt/Makefile: Likewise.
645         * nis/Makefile (libnsl-map): Remove.
646         * Versions.def: New file.
647         * versions.awk: New file.
648         * argp/Versions: New file.
649         * assert/Versions: New file.
650         * catgets/Versions: New file.
651         * csu/Versions: New file.
652         * ctype/Versions: New file.
653         * db/Versions: New file.
654         * debug/Versions: New file.
655         * dirent/Versions: New file.
656         * elf/Versions: New file.
657         * gmon/Versions: New file.
658         * grp/Versions: New file.
659         * hesiod/Versions: New file.
660         * hurd/Versions: New file.
661         * iconv/Versions: New file.
662         * inet/Versions: New file.
663         * intl/Versions: New file.
664         * io/Versions: New file.
665         * libio/Versions: New file.
666         * linuxthreads/Versions: New file.
667         * locale/Versions: New file.
668         * login/Versions: New file.
669         * malloc/Versions: New file.
670         * math/Versions: New file.
671         * md5-crypt/Versions: New file.
672         * misc/Versions: New file.
673         * nis/Versions: New file.
674         * nss/Versions: New file.
675         * posix/Versions: New file.
676         * pwd/Versions: New file.
677         * resolv/Versions: New file.
678         * resource/Versions: New file.
679         * rt/Versions: New file.
680         * setjmp/Versions: New file.
681         * shadow/Versions: New file.
682         * signal/Versions: New file.
683         * socket/Versions: New file.
684         * stdio/Versions: New file.
685         * stdio-common/Versions: New file.
686         * stdlib/Versions: New file.
687         * streams/Versions: New file.
688         * string/Versions: New file.
689         * sunrpc/Versions: New file.
690         * sysdeps/alpha/Versions: New file.
691         * sysdeps/alpha/fpu/Versions: New file.
692         * sysdeps/i386/Versions: New file.
693         * sysdeps/sparc/Versions: New file.
694         * sysdeps/unix/sysv/Versions: New file.
695         * sysdeps/unix/sysv/linux/Versions: New file.
696         * sysdeps/unix/sysv/linux/alpha/Versions: New file.
697         * sysdeps/unix/sysv/linux/i386/Versions: New file.
698         * sysdeps/unix/sysv/linux/mips/Versions: New file.
699         * sysvipc/Versions: New file.
700         * termios/Versions: New file.
701         * time/Versions: New file.
702         * wcsmbs/Versions: New file.
703         * wctype/Versions: New file.
704         * libc.map: Removed.
705         * db/libdb.map: Removed.
706         * elf/libdl.map: Removed.
707         * hesiod/libnss_hesiod.map: Removed.
708         * hurd/libhurduser.map: Removed.
709         * hurd/libmachuser.map: Removed.
710         * linuxthreads/libpthread.map: Removed.
711         * locale/libBrokenLocale.map: Removed.
712         * login/libutil.map: Removed.
713         * math/libm.map: Removed.
714         * md5-crypt/libcrypt.map: Removed.
715         * nis/libnsl.map: Removed.
716         * nis/libnsl_compat.map: Removed.
717         * nis/libnss_nis.map: Removed.
718         * nis/libnss_nisplus.map: Removed.
719         * nss/libnss_db.map: Removed.
720         * nss/libnss_files.map: Removed.
721         * resolv/libnss_dns.map: Removed.
722         * resolv/libresolv.map: Removed.
723         * rt/librt.map: Removed.
725         * elf/dl-load.c (fillin_rpath): Fix test for trusted directory.
726         Fix typos.
728         * elf/rtld.c (process_dl_debug): Recognize 'all'.
729         (process_envvars): LD_BIND_NOW must be followed by y, Y, or 1.
731         * sysdeps/generic/elf/backtracesyms.c: Allocate string memory of
732         correct size.
734 1998-07-01  Ulrich Drepper  <drepper@cygnus.com>
736         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Fix typo
737         in comment.
739         * nscd/nscd.c: Include unistd.h.
741 1998-07-01 09:32  Ulrich Drepper  <drepper@cygnus.com>
743         * math/libm-test.c: Adjust delta for indentities1_test because gcc
744         became cleverer.
746 1998-06-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
748         * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
750 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
752         * scripts/test-installation.pl: Include <stdio.h> in test program
753         to make it strictly conforming.
755 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
757         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
758         not a strong alias.
759         * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
760         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
761         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
762         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
764 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
766         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
767         not a strong alias.
769 1998-06-30  Ulrich Drepper  <drepper@cygnus.com>
771         * posix/Makefile (headers): Remove bits/pthreadtypes.h.
772         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
773         bits/pthreadtypes.h.
775 1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
777         * include/aio.h: New file.
778         * posix/Makefile (distribute): Add bits/pthreadtypes.h.
779         (tests): Build and run annexc program.
780         * posix/annexc.c: New file.
781         * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
782         * rt/aio.h: Remove __need_timespec_t.  We can include the whole time.h.
783         * rt/aio_misc.c: Include limits.h.
784         * rt/aio_notify.c: Include errno.h.
785         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
786         Define size_t.
787         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
788         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
789         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
790         * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
791         kernel doesn't do this.
792         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
793         __USE_LARGEFILE64 is defined.
794         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file.  Empty.
795         * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
796         if requested.
797         * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
799         * stdlib/isomac.c: Avoid include_next warning.
801 1998-06-29 12:27  Ulrich Drepper  <drepper@cygnus.com>
803         * argp/argp.h: Use __PMT instead of __P for function pointer.
804         * iconv/gconv.h: Likewise.
805         * io/fts.h: Likewise.
806         * io/ftw.h: Likewise.
807         * libio/libio.h: Likewise.
808         * malloc/mcheck.h: Likewise.
809         * misc/search.h: Likewise.
810         * posix/glob.h: Likewise.
811         * resolv/resolv.h: Likewise.
812         * signal/signal.h: Likewise.
813         * stdlib/stdlib.h: Likewise.
814         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
815         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
817 1998-06-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
819         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
821 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
823         * posix/wordexp.c (parse_param): Fix memory leak.
825 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
827         * libc.map: Export _IO_ftrylockfile.
829 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
831         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
832         __get[pu]id.
834 1998-06-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
836         * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
838         * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
839         same search list twice.
841 1998-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
843         * login/programs/utmpd.c (handle_requests): Set and use maximal fd
844         used to optimize loop/select.
846 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
848         * sysdeps/generic/init-first.c: Don't define __libc_pid.
849         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
850         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
851         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
852         * sysdeps/arm/init-first.c: Likewise.
853         * posix/getopt_init.c: Don't use __libc_pid.
854         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
855         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
856         * libc.map: Remove __libc_uid and __libc_pid.
858 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
860         * sunrpc/rtime.c (rtime): Use poll instead of select.
862 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
864         * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
865         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
866         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
867         Patches from FreeBSD current.
869 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
871         * nscd/connections.c (handle_new_request): Handle POLLHUP
872         correctly.
873         (close_sockets): Correct parameter to dbg_log.
875 1998-06-27  David S. Miller  <davem@pierdol.cobaltmicro.com>
877         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
878         Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
879         (elf_machine_fixup_plt): Likewise.
880         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
881         _dl_pagesize not set, use system call to always get correct answer.
882         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
883         (__syscall_getpagesize): Add
885 1998-06-27  Ulrich Drepper  <drepper@cygnus.com>
887         * resolv/res_send.c (res_send): Fix typo.
889 1998-06-25  Andi Kleen <ak@muc.de>
891         * inet/rcmd.c (rcmd): Change to use __poll instead of select.
892         * resolv/res_send.c (res_send): Likewise.
894 1998-06-27 12:58  Ulrich Drepper  <drepper@cygnus.com>
896         * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
897         * sysdeps/unix/sysv/linux/poll.c: Likewise.
899 1998-06-27  7:07  Richard Henderson  <rth@cygnus.com>
901         * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
902         * math/atest-exp2.c (exp_mpn, main): Likewise.
903         * math/atest-sincos.c (main): Likewise.
905         * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow.  Move
906         base handling away from strtoul.  Always reset errno.
908         * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
910         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
911         _dl_profile_map if _dl_name_match_p.
912         (RTLD_START): Fix .prologue.  Set __libc_stack_end.
913         * sysdeps/alpha/elf/start.S: Pass sp as arg 7.  Kill __data_start.
915         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
916         as early-clobber.
918         * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
919         * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
920         * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
922 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
924         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
926 1998-06-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
928         * nis/nis_call.c: Don't copy server structure.
929         * nis/nis_intern.h: Remove unused entries.
930         * nis/nis_table.c: Rewrite __create_ib_request.
932 1998-06-26 14:37  Ulrich Drepper  <drepper@cygnus.com>
934         * configure.in: Check for -fexceptions.
935         * config.make.in: Define exceptions, not no-exceptions.
936         * misc/sys/cdefs.h: Define __PMT.  When using modern g++ define
937         __P to use throw().
938         * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
939         $(exceptions).
940         * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
941         * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
942         lfind, and lsearch prototpypes.
943         * stdlib/stdlib.h: Likewise for bsearch and qsort.
945 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
947         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
949 1998-06-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
951         * Makefile (remove-old-headers): Make phony.
953         * configure.in: Substitute @old_glibc_headers@.
955 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
957         * libc.map: Remove __libc_uid.
959 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
961         * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
962         typos.
964 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
966         * libc.map: Add Alpha-specific io function from protected namespace.
968 1998-06-25 19:26  Ulrich Drepper  <drepper@cygnus.com>
970         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
971         * locale/Makefile: Define locale-CPPFLAGS instead of redefining
972         CPPFLAGS.
974         * libc.map: Export __sigaction.
976 1998-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
978         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
979         (from Linux 2.1.107).
981 1998-06-24  Ulrich Drepper  <drepper@cygnus.com>
983         * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
984         position when file was opened here.
985         Reported by Howard Chu <hyc@platinum.com>.
987         * sysdeps/generic/glob.c: Also protect FNM_* macros from being
988         undefined in a second inclusion.
990 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
992         * sysdeps/mach/hurd/i386/Makefile: New file.
993         * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
994         __libc_init_secure.
995         (_hurd_stack_setup): Renamed
996         from __libc_init_first.
997         (__libc_init_first): New function.
998         * sysdeps/mach/hurd/i386/static-start.S: New file.
1000 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
1002         * sysdeps/mach/hurd/i386/init-first.c
1004 1998-06-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1006         * grp/initgroups.c: Use _CALL_DL_FCT.
1008 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
1010         * elf/rtld.c (process_dl_debug): Add missing continue.
1012 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
1014         * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
1016 1998-06-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1018         * manual/terminal.texi (Pseudo-Terminals): Correct typos.
1020 1998-06-23  Ulrich Drepper  <drepper@cygnus.com>
1022         * config.make.in: Remove LDAP support.
1023         * nss/Makefile: Likewise.
1025 1998-06-22 17:02  Ulrich Drepper  <drepper@cygnus.com>
1027         * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
1028         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
1029         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
1030         * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
1032 1998-06-02  Gordon Matzigkeit  <gord@profitpress.com>
1034         * mach/Makefile: Change `mv' invocations to `mv -f'.
1035         * mach/Machrules: Likewise.
1037 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1039         * config.make.in (old-glibc-headers): Add it.
1041         * configure.in: Add test for glibc 2.0.x headers.
1043         * Makefile (headers2_0): New variable - contains so far only
1044         Linux/Intel glibc 2.0.x headers.
1045         (remove-old-headers): New rule to remove headers from glibc 2.0.x.
1046         (install): Depend on remove-old-headers.
1048 1998-06-19  Mark Kettenis  <kettenis@phys.uva.nl>
1050         * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
1051         make ftruncate a weak alias.
1052         * sysdeps/mach/hurd/ftruncate.c: Really define function as
1053         __ftruncate.
1054         * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
1055         (truncate): Fix function defenition to match prototype.
1057 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
1059         * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
1060         unlockpt, ptsname, ptsname_r, openpty and forkpty.
1062 1998-06-22  Ulrich Drepper  <drepper@cygnus.com>
1064         * sysdeps/generic/glob.c: Make it possible to include glob.h
1065         before loading glob.c.
1066         Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
1068 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1070         * nscd/connections.c: Use poll() instead of select().
1072 1998-06-22 14:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1074         * sysdeps/generic/Dist: Fix typo.
1076 1998-06-20  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1078         * nis/nis_add.c: Avoid unnecessary strlen () calls.
1079         * nis/nis_addmember.c: Likewise.
1080         * nis/nis_call.c: Likewise.
1081         * nis/nis_creategroup.c: Likewise.
1082         * nis/nis_destroygroup.c: Likewise.
1083         * nis/nis_findserv.c: Likewise.
1084         * nis/nis_ismember.c: Likewise.
1085         * nis/nis_print.c: Likewise.
1086         * nis/nis_print_group_entry.c: Likewise.
1087         * nis/nis_removemember.c: Likewise.
1088         * nis/nis_verifygroup.c: Likewise.
1089         * nis/ypclnt.c: Likewise.
1091         * nis/nis_file.c: Close file handles.
1093         * nis/nis_callback.c: Fix typo.
1095 1998-06-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1097         * nis/Makefile: Add nis-initgroups and compat-initgroups.
1098         * nis/libnss_compat.map: Add _nss_compat_initgroups.
1099         * nis/libnss_nis.map: Add _nss_nis_initgroups.
1100         * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
1101         * nis/nss_nis/nis-initgroups.c: Likewise.
1102         * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
1103         __nss_lookup_function and make it public.
1104         * grp/initgroups.c: Rewrite, to use initgroups function from NSS
1105         module if exists, else use old method.
1107 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
1109         * nss/getXXbyYY_r.c (lookup_function): Correct return in type
1110         definition.
1111         * nss/getXXent_r.c (set_function, end_function, get_function):
1112         Likewise.  Reported by Thorsten Kukuk.
1114         * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
1116 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1118         * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
1119         1998-06-16 and distribute kernel_termios.h.
1121         * nis/Makefile (distribute): Add nis_xdr.h.
1123 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1125         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
1126         kernels that don't have sigaltstack.
1128 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
1130         * sysdeps/generic/bits/sem.h: Don't define union semun.
1132         * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
1134         * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
1135         here.
1136         * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
1137         definition here.
1139 1998-06-18 21:45  Ulrich Drepper  <drepper@cygnus.com>
1141         * signal/signal.h: Add prototype for __sigaltstack.
1142         * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
1143         Remove sigstack entry.
1144         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
1145         * sysdeps/unix/sysv/linux/sigstack.c: New file.
1147         * sysdeps/i386/backtrace.c: Add casts.
1149 1998-06-18 19:49  Ulrich Drepper  <drepper@cygnus.com>
1151         * intl/dcgettext.c: use complete type name.
1152         * intl/hash-string.h: Likewise.
1154         * intl/localealias.c: Undo patch from 1998-04-29.
1155         * intl/l10nflist.c: Likewise.
1156         * intl/loadinfo.h: Likewise.
1158 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
1160         * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
1162 1998-06-18 16:40  Ulrich Drepper  <drepper@cygnus.com>
1164         * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
1165         _dl_mcount, _dl_mcount_wrapper.
1166         * elf/Makefile (routines): Add dl-profstub.
1167         * elf/dl-profstub.c: New file.
1168         * elf/dl-support.c: Don't define _dl_profile_map.
1169         * elf/rtld.c: Likewise.
1170         * elf/dlfcn.h: Define DL_CALL_FCT macro.
1171         * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
1172         Define _CALL_DL_FCT.
1173         * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
1174         loaded object.
1175         * iconv/gconv_db.c: Likewise.
1176         * iconv/skeleton.c: Likewise.
1177         * nss/getXXbyYY_r.c: Likewise.
1178         * nss/getXXent_r.c: Likewise.
1179         * nss/nsswitch.c: Likewise.
1181 1998-06-18 12:29  Ulrich Drepper  <drepper@cygnus.com>
1183         * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
1184         * sysdeps/libm-i387/e_scalbf.S: Likewise.
1185         * sysdeps/libm-i387/e_scalbl.S: Likewise.
1187 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
1189         * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
1190         longestdbl.
1192 1998-06-18 10:26  Ulrich Drepper  <drepper@cygnus.com>
1194         * iconvdata/Makefile (modules): Add MACINTOSH.
1195         (MACINTOSH-routines): New variable.
1196         (distribute): Add macintosh.c.
1197         (awk-generated-headers): Add macintosh.h.
1198         Add rule for macintosh.h generation.
1199         * iconvdata/gconv-modules: Add definitions for MACINTOSH.
1200         * iconvdata/macintosh.c: New file.
1202 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
1204         * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
1206         * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
1207         only should happen for cy != 0.
1209         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
1210         glob.h.
1212 1998-06-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1214         * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
1215         to compare stack addresses.
1217 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
1219         * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
1220         defining prototypes.
1222 1998-06-16  David S. Miller <davem@dm.cobaltmicro.com>
1224         * sysdeps/sparc/sparc32/dl-machine.h
1225         (elf_machine_fixup_plt): During rtld bootstrap, always perform
1226         flushes as the kernel will emulate it when the underlying cpu does
1227         not implement flush.
1229         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
1230         * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
1232         * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
1233         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
1234         trampoline code.
1236         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
1237         (__clone): Branch to label .Lerror not __clone_syscall_error.
1238         (.Lerror): Fixup EINVAL setting.
1239         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
1240         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
1241         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
1242         (__syscall_getgroups, __syscall_setgroups): Add.
1244         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
1245         (__sigaction): Member name is k_sa_handler.  Use memcpy to copy
1246         around sa_mask data.
1248 1998-06-16  Ulrich Drepper  <drepper@cygnus.com>
1250         * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
1252         * string/Makefile: Make sure test-ffs does not use builtins.
1254 1998-06-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1256         * sunrpc/svc.c: Check for NULL pointer.
1258         * nis/libnsl.map: Add public NIS+ xdr functions.
1260         * nis/rpcsvc/nis_callback.h: New file.
1261         * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
1262         * nis/nis_xdr.h: ... here.
1264         * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
1265         pointers, use NIS+ defines where possible.
1266         * nis/nis_cache.c: Likewise.
1267         * nis/nis_cache2_xdr.c: Likewise.
1268         * nis/nis_call.c: Likewise.
1269         * nis/nis_checkpoint.c: Likewise.
1270         * nis/nis_clone_dir.c: Likewise.
1271         * nis/nis_clone_obj.c: Likewise.
1272         * nis/nis_clone_res.c: Likewise.
1273         * nis/nis_creategroup.c: Likewise.
1274         * nis/nis_file.c: Likewise.
1275         * nis/nis_free.c: Likewise.
1276         * nis/nis_getservlist.c: Likewise.
1277         * nis/nis_local_names.c: likewise.
1278         * nis/nis_lookup.c: Likewise.
1279         * nis/nis_mkdir.c: Likewise.
1280         * nis/nis_modify.c: Likewise.
1281         * nis/nis_ping.c: Likewise.
1282         * nis/nis_print.c: Likewise.
1283         * nis/nis_remove.c: Likewise.
1284         * nis/nis_removemember.c: Likewise.
1285         * nis/nis_rmdir.c: Likewise.
1286         * nis/nis_server.c: Likewise.
1287         * nis/nis_table.c: Likewise.
1288         * nis/nis_util.c: Likewise.
1289         * nis/nis_verifygroup.c: Likewise.
1290         * nis/nis_xdr.c: Likewise.
1291         * nis/nis_callback.c: Likewise, and move xdr functions from here ...
1292         * nis/nis_xdr.c: ... to here.
1294 1998-06-15 18:07  Ulrich Drepper  <drepper@cygnus.com>
1296         * iconvdata/ksc5601.h: Clean up a bit.
1298 1998-06-15 14:35  Ulrich Drepper  <drepper@cygnus.com>
1300         * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
1301         and process incoming data.
1302         * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
1303         fragments as invalid.
1304         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
1306 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1308         Removal of duplicates like "the the".
1309         * manual/time.texi (TZ Variable): Likewise.
1310         * manual/users.texi (Manipulating the Database): Likewise.
1311         * manual/sysinfo.texi (Filesystem handling): Likewise.
1312         * manual/signal.texi (Signaling Yourself): Likewise.
1313         * manual/message.texi (Message Translation): Likewise.
1314         (Common Usage): Likewise.
1315         * manual/llio.texi: Likewise.
1316         * manual/arith.texi (Old-style number conversion): Likewise.
1317         * manual/argp.texi (Argp): Likewise.
1318         (Argp Parsers): Likewise.
1319         (Argp Help Filtering): Likewise.
1321         * hesiod/README.hesiod: Correct typo.
1323         * manual/llio.texi: Correct typos.
1324         * manual/sysinfo.texi: Likewise.
1326 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1328         * rt/aio.h: Rename __op to __operation for g++.
1330 1998-06-13 20:17 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1332         * iconvdata/gen-8bit-gap.sh: Use awk not perl.  Clean up sed
1333         script.
1334         * iconvdata/gen-8bit-gap-1.sh: Likewise.
1335         * iconvdata/gen-8bit.sh: Clean up sed script.
1337         * iconvdata/Makefile: Remove all PERL conditionals; build all
1338         the modules all the time.  Export AWK.
1339         (gen-8bit-gap): Delete setting of PERL.
1340         (gen-8bit-gap-1): Likewise.
1341         (perl-generated-headers): Renamed awk-generated-headers.
1343         * iconvdata/gap.pl: Removed.
1344         * iconvdata/gaptab.pl: Removed.
1345         * iconvdata/gap.awk: New file.
1346         * iconvdata/gaptab.awk: New file.
1348 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
1350         * sysdeps/generic/Dist: Add errno-loc.c.
1352         * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
1353         __new_* functions.
1355 1998-06-14 14:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1357         * stdio-common/bug12.c: New test for fread()/fseek().
1358         * stdio-common/Makefile (tests): Add bug12.
1360 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1362         * sysdeps/generic/elf/backtracesyms.c: Make array elements
1363         constant.
1364         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1365         * debug/execinfo.h: Update declaration.
1367 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1369         * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
1370         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1371         * debug/execinfo.h: Update declaration.
1373 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1375         * manual/llio.texi: Fix spelling.
1376         * manual/sysinfo.texi: Fix spelling.
1378 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1380         * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
1381         alias for old name.  Put this on __libc_subfreeres.
1382         * misc/search.h: Declare it.
1384 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1386         * string/bits/string2.h (strcmp): Add missing parens around macro
1387         parameters.
1389 1998-06-12 23:34  Ulrich Drepper  <drepper@cygnus.com>
1391         * manual/arith.texi: Fix problem with @math and texinfo.tex.
1393         * manual/filesys.texi: Document LFS functions.
1394         * manual/llio.texi: Likewise.
1395         * manual/stdio.texi: Likewise.
1396         * manual/time.texi: Likewise.
1398         * manual/llio.texi: Document AIO functions.
1400         * resource/sys/resource.h: Mark second argument of setrlimit as const.
1401         * sysdeps/generic/setrlimit.c: Likewise.
1402         * sysdeps/generic/setrlimit64.c: Likewise.
1403         * sysdeps/mach/hurd/setrlimit.c: Likewise.
1404         * sysdeps/unix/sysv/setrlimit.c: Likewise.
1406 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1408         * sysdeps/generic/getenv.c: Fix last change.
1410 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1412         * sysdeps/generic/backtrace.c: Provide generic implementation.
1414 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1416         * configure.in: Give visual feedback of the default directories we
1417         added.
1419 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1421         * io/fts.c (fts_build): Define oflag only if needed.
1423 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1425         * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
1427 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
1429         * libc.map: Don't export argp's fmtstream handling functions.
1431         * manual/sysinfo.texi: Document fstab and mtab handling functions.
1432         * manual/llio.texi: Document more LFS functions and start documenting
1433         the AIO functions.
1435 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1437         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
1438         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1439         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1440         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1442 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1444         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
1445         makes it easier to undump emacs.
1446         * sysdeps/powerpc/bits/endian.h: Use more informative error message
1447         for when the endianness can't be determined.
1449 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
1451         * nss/Makefile: Add files publickey database support.
1452         * nss/libnss_files.map: Export the required functions.
1453         * nss/nss_files/files-key.c: Implement it.
1454         * sunrpc/rpc/auth_des.h: Correct typos in comments.
1456 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1458         * iconv/gconv_builtin.h: Add aliases for CORBA.
1459         * iconvdata/gconv-modules: Likewise.
1461 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1463         * math/libm-test.c (main): Call exp10_test.
1464         (exp10_test): New function which tests exp10.
1466 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1468         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
1469         sigstack.
1471         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
1472         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
1473         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
1475 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1477         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
1478         in the variable, not its GOT slot.
1480 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1482         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
1483         inline.
1484         * sysdeps/m68k/fpu/e_exp10.c: New file.
1485         * sysdeps/m68k/fpu/e_exp10f.c: New file.
1486         * sysdeps/m68k/fpu/e_exp10l.c: New file.
1488         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
1489         _dl_profile_map only if the name matches.
1490         (_dl_start_user): Remember stack address.
1491         * sysdeps/m68k/elf/start.S: Pass new argument to
1492         __libc_start_user.
1494         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
1495         definition.
1496         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
1497         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
1498         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1499         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
1500         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
1502 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
1504         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
1505         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
1506         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
1507         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
1508         prototypes.
1509         * sysdeps/libm-i387/e_exp10.S: New file.
1510         * sysdeps/libm-i387/e_exp10f.S: New file.
1511         * sysdeps/libm-i387/e_exp10l.S: New file.
1512         * sysdeps/libm-ieee754/e_exp10.c: New file.
1513         * sysdeps/libm-ieee754/e_exp10f.c: New file.
1514         * sysdeps/libm-ieee754/e_exp10l.c: New file.
1515         * sysdeps/libm-ieee754/w_exp10.c: New file.
1516         * sysdeps/libm-ieee754/w_exp10f.c: New file.
1517         * sysdeps/libm-ieee754/w_exp10l.c: New file.
1518         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
1520 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
1522         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
1523         sys/elf.h and sys/reg.h.
1524         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
1525         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
1526         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
1527         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
1529         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
1530         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
1532 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
1534         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
1535         __data member only for gcc.  Reported by ak@muc.de.
1537         * misc/mntent.h: Undo last patch.
1538         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
1539         * misc/tst/mntent.c: Adjust code for this change.
1541         * io/fts.c: Updated from a slightly more recent BSD version.
1542         * io/fts.h: Likewise.
1544         * libc.map: Add __libc_stack_end.
1546         * db2/Makefile (routines): Add lock_region.
1547         * db2/config.h: Update from db-2.4.14.
1548         * db2/db.h: Likewise.
1549         * db2/db_185.h: Likewise.
1550         * db2/db_int.h: Likewise.
1551         * db2/btree/bt_close.c: Likewise.
1552         * db2/btree/bt_compare.c: Likewise.
1553         * db2/btree/bt_conv.c: Likewise.
1554         * db2/btree/bt_cursor.c: Likewise.
1555         * db2/btree/bt_delete.c: Likewise.
1556         * db2/btree/bt_open.c: Likewise.
1557         * db2/btree/bt_page.c: Likewise.
1558         * db2/btree/bt_put.c: Likewise.
1559         * db2/btree/bt_rec.c: Likewise.
1560         * db2/btree/bt_recno.c: Likewise.
1561         * db2/btree/bt_rsearch.c: Likewise.
1562         * db2/btree/bt_search.c: Likewise.
1563         * db2/btree/bt_split.c: Likewise.
1564         * db2/btree/bt_stat.c: Likewise.
1565         * db2/btree/btree.src: Likewise.
1566         * db2/btree/btree_auto.c: Likewise.
1567         * db2/clib/getlong.c: Likewise.
1568         * db2/common/db_appinit.c: Likewise.
1569         * db2/common/db_apprec.c: Likewise.
1570         * db2/common/db_byteorder.c: Likewise.
1571         * db2/common/db_err.c: Likewise.
1572         * db2/common/db_log2.c: Likewise.
1573         * db2/common/db_region.c: Likewise.
1574         * db2/common/db_salloc.c: Likewise.
1575         * db2/common/db_shash.c: Likewise.
1576         * db2/db/db.c: Likewise.
1577         * db2/db/db.src: Likewise.
1578         * db2/db/db_auto.c: Likewise.
1579         * db2/db/db_conv.c: Likewise.
1580         * db2/db/db_dispatch.c: Likewise.
1581         * db2/db/db_dup.c: Likewise.
1582         * db2/db/db_overflow.c: Likewise.
1583         * db2/db/db_pr.c: Likewise.
1584         * db2/db/db_rec.c: Likewise.
1585         * db2/db/db_ret.c: Likewise.
1586         * db2/db/db_thread.c: Likewise.
1587         * db2/db185/db185.c: Likewise.
1588         * db2/db185/db185_int.h: Likewise.
1589         * db2/dbm/dbm.c: Likewise.
1590         * db2/hash/hash.c: Likewise.
1591         * db2/hash/hash.src: Likewise.
1592         * db2/hash/hash_auto.c: Likewise.
1593         * db2/hash/hash_conv.c: Likewise.
1594         * db2/hash/hash_debug.c: Likewise.
1595         * db2/hash/hash_dup.c: Likewise.
1596         * db2/hash/hash_func.c: Likewise.
1597         * db2/hash/hash_page.c: Likewise.
1598         * db2/hash/hash_rec.c: Likewise.
1599         * db2/hash/hash_stat.c: Likewise.
1600         * db2/include/btree.h: Likewise.
1601         * db2/include/btree_ext.h: Likewise.
1602         * db2/include/clib_ext.h: Likewise.
1603         * db2/include/common_ext.h: Likewise.
1604         * db2/include/cxx_int.h: Likewise.
1605         * db2/include/db.h.src: Likewise.
1606         * db2/include/db_185.h.src: Likewise.
1607         * db2/include/db_am.h: Likewise.
1608         * db2/include/db_auto.h: Likewise.
1609         * db2/include/db_cxx.h: Likewise.
1610         * db2/include/db_dispatch.h: Likewise.
1611         * db2/include/db_ext.h: Likewise.
1612         * db2/include/db_int.h.src: Likewise.
1613         * db2/include/db_page.h: Likewise.
1614         * db2/include/db_shash.h: Likewise.
1615         * db2/include/db_swap.h: Likewise.
1616         * db2/include/hash.h: Likewise.
1617         * db2/include/hash_ext.h: Likewise.
1618         * db2/include/lock.h: Likewise.
1619         * db2/include/lock_ext.h: Likewise.
1620         * db2/include/log.h: Likewise.
1621         * db2/include/log_ext.h: Likewise.
1622         * db2/include/mp.h: Likewise.
1623         * db2/include/mp_ext.h: Likewise.
1624         * db2/include/mutex_ext.h: Likewise.
1625         * db2/include/os_ext.h: Likewise.
1626         * db2/include/os_func.h: Likewise.
1627         * db2/include/queue.h: Likewise.
1628         * db2/include/shqueue.h: Likewise.
1629         * db2/include/txn.h: Likewise.
1630         * db2/lock/lock.c: Likewise.
1631         * db2/lock/lock_conflict.c: Likewise.
1632         * db2/lock/lock_deadlock.c: Likewise.
1633         * db2/lock/lock_region.c: Likewise.
1634         * db2/lock/lock_util.c: Likewise.
1635         * db2/log/log.c: Likewise.
1636         * db2/log/log.src: Likewise.
1637         * db2/log/log_archive.c: Likewise.
1638         * db2/log/log_auto.c: Likewise.
1639         * db2/log/log_compare.c: Likewise.
1640         * db2/log/log_findckp.c: Likewise.
1641         * db2/log/log_get.c: Likewise.
1642         * db2/log/log_put.c: Likewise.
1643         * db2/log/log_rec.c: Likewise.
1644         * db2/log/log_register.c: Likewise.
1645         * db2/mp/mp_bh.c: Likewise.
1646         * db2/mp/mp_fget.c: Likewise.
1647         * db2/mp/mp_fopen.c: Likewise.
1648         * db2/mp/mp_fput.c: Likewise.
1649         * db2/mp/mp_fset.c: Likewise.
1650         * db2/mp/mp_open.c: Likewise.
1651         * db2/mp/mp_pr.c: Likewise.
1652         * db2/mp/mp_region.c: Likewise.
1653         * db2/mp/mp_sync.c: Likewise.
1654         * db2/mutex/68020.gcc: Likewise.
1655         * db2/mutex/mutex.c: Likewise.
1656         * db2/mutex/parisc.gcc: Likewise.
1657         * db2/mutex/parisc.hp: Likewise.
1658         * db2/mutex/sco.cc: Likewise.
1659         * db2/os/os_abs.c: Likewise.
1660         * db2/os/os_alloc.c: Likewise.
1661         * db2/os/os_config.c: Likewise.
1662         * db2/os/os_dir.c: Likewise.
1663         * db2/os/os_fid.c: Likewise.
1664         * db2/os/os_fsync.c: Likewise.
1665         * db2/os/os_map.c: Likewise.
1666         * db2/os/os_oflags.c: Likewise.
1667         * db2/os/os_open.c: Likewise.
1668         * db2/os/os_rpath.c: Likewise.
1669         * db2/os/os_rw.c: Likewise.
1670         * db2/os/os_seek.c: Likewise.
1671         * db2/os/os_sleep.c: Likewise.
1672         * db2/os/os_spin.c: Likewise.
1673         * db2/os/os_stat.c: Likewise.
1674         * db2/os/os_unlink.c: Likewise.
1675         * db2/progs/db_archive/db_archive.c: Likewise.
1676         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
1677         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
1678         * db2/progs/db_dump/db_dump.c: Likewise.
1679         * db2/progs/db_dump185/db_dump185.c: Likewise.
1680         * db2/progs/db_load/db_load.c: Likewise.
1681         * db2/progs/db_printlog/db_printlog.c: Likewise.
1682         * db2/progs/db_recover/db_recover.c: Likewise.
1683         * db2/progs/db_stat/db_stat.c: Likewise.
1684         * db2/txn/txn.c: Likewise.
1685         * db2/txn/txn.src: Likewise.
1686         * db2/txn/txn_auto.c: Likewise.
1687         * db2/txn/txn_rec.c: Likewise.
1689         * elf/rtld.c: Move definition of __libc_stack_end to ...
1690         * sysdeps/generic/dl-sysdep.h: ...here.
1692         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
1693         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
1694         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
1696         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
1697         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
1698         before following it.
1700 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
1702         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
1703         from mntent correctly.
1705 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1707         * sunrpc/Makefile (generated): Correct typo.
1709 1998-06-04  Philip Blundell  <philb@gnu.org>
1711         * elf/elf.h (EM_ARM, et al.): New definitions.
1712         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
1714 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
1716         * localedata/SUPPORTED: Add sk_SK.
1717         * localedata/locales/sk_SK: New file.
1719 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
1721         * Makeconfig (subdirs): Add debug.
1722         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
1723         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
1724         backtrace_symbols.
1725         * sysdeps/generic/backtrace.c: New file.
1726         * sysdeps/generic/backtracesyms.c: New file.
1727         * sysdeps/generic/elf/backtracesyms.c: New file.
1728         * sysdeps/i386/backtrace.c: New file.
1729         * debug/Makefile: New file.
1730         * debug/backtrace-tst.c: New file.
1731         * debug/execinfo.h: New file.
1733 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
1735         * elf/sprof.c: Implement call graph profiling.
1737         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
1739 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1741         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
1742         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
1743         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
1744         Noticed by Jake Garver <garver@valkyrie.net>.
1746 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1748         * libio/genops.c (__underflow): Read character from read pointer
1749         as unsigned.
1750         (__uflow): Likewise.
1752 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
1754         * libc.map: Add _dl_profile.
1755         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
1756         this to ELF_DYNAMIC_RELOCATE.
1757         Always allocate array for relocation result if LD_PROFILE is defined.
1758         * elf/ldsodefs.h: Adjust prototypes.
1759         * elf/dl-open.c (_dl_open): Call relocation function with extra
1760         argument.
1761         * elf/rtld.c: Likewise.
1762         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
1763         Correct loop condition.
1764         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
1765         consider_profile to runtime setup function.
1766         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
1767         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
1769         * elf/dl-support.c: Define __libc_stack_end.
1770         * elf/rtld.c: Likewise.
1771         * sysdeps/generic/libc-start.c: Store last stack address in
1772         __libc_stack_end.
1773         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
1774         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
1776         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
1777         Include <stdint.h>, not <inttypes.h>.
1779         * elf/sprof.c: Implement flat profiling.
1781         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
1782         _IO_funlockfile explicitly.
1783         * libio/fileops.c: Likewise.
1784         * libio/fputc.c: Likewise.
1785         * libio/freopen.c: Likewise.
1786         * libio/freopen64.c: Likewise.
1787         * libio/fseek.c: Likewise.
1788         * libio/fseeko.c: Likewise.
1789         * libio/fseeko64.c: Likewise.
1790         * libio/ftello.c: Likewise.
1791         * libio/ftello64.c: Likewise.
1792         * libio/getc.c: Likewise.
1793         * libio/getchar.c: Likewise.
1794         * libio/iofclose.c: Likewise.
1795         * libio/iofflush.c: Likewise.
1796         * libio/iofgetpos.c: Likewise.
1797         * libio/iofgetpos64.c: Likewise.
1798         * libio/iofgets.c: Likewise.
1799         * libio/iofputs.c: Likewise.
1800         * libio/iofread.c: Likewise.
1801         * libio/iofsetpos.c: Likewise.
1802         * libio/iofsetpos64.c: Likewise.
1803         * libio/ioftell.c: Likewise.
1804         * libio/iofwrite.c: Likewise.
1805         * libio/iogetdelim.c: Likewise.
1806         * libio/iogets.c: Likewise.
1807         * libio/ioputs.c: Likewise.
1808         * libio/ioseekoff.c: Likewise.
1809         * libio/ioseekpos.c: Likewise.
1810         * libio/iosetbuffer.c: Likewise.
1811         * libio/iosetvbuf.c: Likewise.
1812         * libio/ioungetc.c: Likewise.
1813         * libio/iovsprintf.c: Likewise.
1814         * libio/iovsscanf.c: Likewise.
1815         * libio/oldfileops.c: Likewise.
1816         * libio/oldiofclose.c: Likewise.
1817         * libio/peekc.c: Likewise.
1818         * libio/putc.c: Likewise.
1819         * libio/putchar.c: Likewise.
1820         * libio/rewind.c: Likewise.
1822         * malloc/mtrace.c: Pretty print.
1824         * misc/mntent.h (struct mentent): Make string elements const char *.
1826         * nis/nis_printf.c: Optimize I/O a little bit.
1828         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
1829         * sysdeps/generic/sigset-cvt-mask.h: New file.
1830         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
1831         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
1832         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
1833         sigset-cvt-mask.h to do the dirty work.
1834         Patches by Joe Keane.
1836         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
1838         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
1839         syscall_error label in case of PIC anonymous.
1840         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
1841         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
1842         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
1843         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
1844         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
1845         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
1846         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
1848 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
1850         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
1851         we cannot declare the struct element as const.
1852         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
1853         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
1855 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1857         * manual/Makefile: Include ../Makeconfig earlier.
1858         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
1859         exist.
1860         (dir-add.texinfo): Remove useless $(SHELL).
1862 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1864         * Makefile (others): Build programs from install-bin.
1865         * configure.in: Modify config.make only if is was just created and
1866         move that command to second argument of AC_OUTPUT.  Add command to
1867         set config_vars in config.status.
1869 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1871         * malloc/Makefile (address-width): Fix conditional.
1873 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1875         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1876         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1877         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1878         version GLIBC_2.1.
1880 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1882         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1883         (Floating Point Parameters): Likewise.
1885 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1887         * hurd/Makefile (routines): Add cthreads.
1889 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1891         * login/login.c (login): Let pututline take care of finding the
1892         positin to insert the UTMP entry.  This corrects a bug where ssh
1893         was not reusing UTMP entries marked as DEAD_PROCESS.
1894         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1896 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1898         * login/Makefile (tests): New variable, add tst-utmp and
1899         tst-utmpx.
1900         * login/tst-utmp.c: New file.
1901         * login/tst-utmpx.c: New file.
1903 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1905         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1906         aliases for _hurd_nerr, for programs that don't use sys_errlist,
1907         but need sys_err.
1909 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1911         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1912         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1914 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1916         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1917         make __read a weak alias.  Use ANSI-style function definition.
1918         * sysdeps/mach/hurd/write.c: Likewise.
1920 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1922         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1923         _sys_errlist.
1925 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
1927         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1928         Renamed from librtld.so.
1930 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1932         * libc.map: Remove _IO_getline_info which was erroneously
1933         introduced in section GLIBC_2.0.
1934         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1936 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1938         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1939         created a weak alias.
1940         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1942 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
1944         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1945         ftruncate function, and create a weak alias to ftruncate.
1947 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1949         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1950         * inet/getnetgrent_r.c: Likewise.
1951         * nss/getXXbyYY_r.c: Likewise.
1952         * nss/getXXent_r.c: Likewise.
1953         * pwd/fgetpwent_r.c: Likewise.
1954         * shadow/sgetspent_r.c: Likewise.
1955         * shadow/fgetspent_r.c: Likewise.
1956         * sunrpc/publickey.c: Likewise.
1958 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1960         * hurd/libhurduser.map: New file.
1961         * mach/libmachuser.map: Likewise.
1963         * libc.map: Add Hurd-specific functions to version 2.1.
1964         Add __flshfp and __fillbf.
1966 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1968         * manual/signal.texi (Basic Signal Handling): Fix typo.
1969         * manual/errno.texi (Error Codes): Likewise.
1971 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
1973         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1974         instead of <sys/socket.h>.
1975         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1977         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1978         Finally make it working.
1979         Patch by Mark Hatle <fray@kernel.crashing.org>.
1981 1998-03-22  Paul Eggert  <eggert@twinsun.com>
1983         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1984         a Solaris 2.6 bug.
1986 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
1988         * stdlib/gmp-impl.h: Support strange mixed-endian double format
1989         used by ARM systems.
1990         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1991         FE_EXCEPT_SHIFT.
1992         * sysdeps/arm/bits/fenv.h: Deleted.
1993         * sysdeps/arm/fpu/ieee754.h: New file.
1994         * sysdeps/arm/gmp-mparam.h: New file.
1995         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1996         implementation.
1998 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
2000         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
2002         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
2003         of ((unused)).  Reported by Bruno Haible.
2005 1998-05-31  Philip Blundell  <philb@gnu.org>
2007         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
2008         referring to errno and _errno.
2010         * sysdeps/arm/fpu/feholdexcpt.c: New file.
2012         * sysdeps/i386/fpu_control.h: Fix typo.
2014         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
2015         (_JMPBUF_UNWINDS): Added.
2016         * sysdeps/arm/fpu/bits/setjmp.h: New file.
2018 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
2020         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
2021         order to build header files, not `generated'.
2023         * Rules (before-compile): New target which depends on all
2024         $(before-compile) files.
2026 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2028         * nis/nis_call.c: Make directory search faster.
2030         * nis/nis_callback.c: Insert public key of user in callback data.
2032         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
2034         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
2036         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
2038         * nis/nis_intern.h: Remove duplicated prototype.
2040 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2042         * sunrpc/auth_des.c: Move prototypes from here ...
2043         * sunrpc/rpc/auth.h: ... to here.
2045         * sunrpc/clnt_tcp.c: Add more control flags.
2046         * sunrpc/clnt_udp.c: Likewise.
2048         * sunrpc/netname.c (host2netname): Remove prefixing dot from
2049         domainname.
2051         * sunrpc/rpc/clnt.h: Document, which control flags are not
2052         implementable.
2054         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
2056 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
2058         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
2059         files crash the program.
2061         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
2062         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
2063         Reported by Deborah Wallach <kerr@pa.dec.com>.
2065 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2067         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
2068         on whether this is a stable release or not (keeps snapshot bug
2069         reports out of the database).
2071         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
2072         * sysdeps/arm/sysdep.h: Likewise.
2073         * sysdeps/i386/sysdep.h: Likewise.
2074         * sysdeps/m68k/sysdep.h: Likewise.
2075         * sysdeps/mach/mips/sysdep.h: Likewise.
2076         * sysdeps/mach/sys/reboot.h: Likewise.
2077         * sysdeps/mach/sysdep.h: Likewise.
2078         * sysdeps/unix/alpha/sysdep.h: Likewise.
2079         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
2080         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
2081         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
2082         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
2083         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
2084         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
2085         * sysdeps/unix/i386/sysdep.h: Likewise.
2086         * sysdeps/unix/mips/sysdep.h: Likewise.
2087         * sysdeps/unix/sparc/sysdep.h: Likewise.
2088         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
2089         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
2090         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2091         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
2092         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
2093         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2094         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2095         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
2097 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
2099         * mach/Machrules: Use $(move-if-change).
2101 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
2103         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
2104         * Makerules (lib%.so): Depend on $(+interp).
2105         (libc.so): Add interp.os to list of dependencies.
2106         (interp-obj): Remove variable.
2107         * mach/Machrules (+interp): Define to empty since libhurduser and
2108         libmachuser don't need to have the interpreter set.
2110 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2112         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
2114         * resolv/gethnamaddr.c: Likewise.
2116         * resolv/res_comp.c: Likewise.
2118 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
2120         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
2121         so that transparent union works.
2123 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
2125         * manual/texinfo.tex: Update to last available version.
2127         * timezone/africa: Update from tzdata1998e.
2128         * timezone/antarctica: Likewise.
2129         * timezone/asia: Likewise.
2130         * timezone/australasia: Likewise.
2131         * timezone/europe: Likewise.
2132         * timezone/iso3166.tab: Likewise.
2133         * timezone/northamerica: Likewise.
2134         * timezone/tzselect.ksh: Likewise.
2135         * timezone/zone.tab: Likewise.
2137 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
2139         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
2140         Reported by Matt McLean <keys@brio.yikes.com>.
2142 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2144         * catgets/Makefile ($(objpfx)de.cat): Renamed from
2145         do-gencat-test.  Use automatic variables.
2146         ($(objpfx)de.msg): Fix reference to po file.
2148 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2150         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
2151         $(move-if-change).
2153 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2155         * intl/dcgettext.c: Fix typo.
2157 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2159         * configure.in: Allow more make versions e.g 3.76.90.
2161 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
2163         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
2165         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
2166         for Hurd.  Patch by Mark Kettenis.
2168 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
2170          * mach/Machrules (+preinit, +postinit): Define these variables to
2171          empty because libhurduser and libmachuser don't need startup
2172          files.
2174 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2176          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
2177          instead of a raw bitmask.
2179 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2181         * Makeconfig (rpath-dirs): New variable.
2182         (rpath-link): Use it.
2183         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
2184         (db-objpfx): Removed.
2185         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
2186         * md5-crypt/Makefile: Likewise.
2187         * sysdeps/mach/hurd/Makefile: Likewise.
2189         * Makeconfig (move-if-change): New variable.
2190         * iconvdata/Makefile (move-if-change): Removed.
2191         * manual/Makefile (move-if-change): Set only if undefined, use
2192         local script by default.
2193         * sunrpc/Makefile (move-if-change): Removed.
2194         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
2195         $(move-if-change).
2197          * elf/Makefile: Remove all references to obsolete file
2198          $(objpfx)rtldtbl.h.
2199          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
2201 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2203         * elf/dl-close.c (_dl_close): Add debugging message.
2205 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2207         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
2208         to get Linux version and not gcc version.
2209         Reported by Alan Curry <pacman@cqc.com>.
2211 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2213         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
2214         pointers - return unknown error message instead.
2215         Reported by Alan Curry <pacman@cqc.com>.
2217 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
2219         * iconvdata/Makefile (modules, sed-generated-headers,
2220         perl-generated-headers): ibm424.h is perl generated.  Make
2221         necessary modifications to compile without perl.
2223 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
2225         * hesiod/hesiod.c (read_config_file): Fix typo.
2227 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
2229         * version.h: Bump VERSION.
2231         * csu/Makefile (distribute): Add munch-tmpl.c.
2233 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2235         * nis/nis_defaults.c: Fix buffer problems and typos.
2237 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
2239         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
2240         Patch by Fred Fish.
2242 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
2244         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
2245         overwriting bugs.
2247         * libio/strops.c (_IO_str_underflow): Read newly available
2248         character from buffer as unsigned.
2250 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
2252         * catgets/Makefile (distribute): Add xopen-msg.h.
2253         (generated): Add de.msg and de.cat.
2254         (tests): Add do-gencat-test.
2255         (do-gencat-test): New goal.  Run gencat on a generated msg file.
2256         * catgets/xopen-msg.h: New file.
2258 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
2260         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
2261         functions.  Optimize filename creation a bit.
2263 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
2265         * stdlib/random_r.c: Help gcc to optimize the code.
2266         Patch by Joe Keane <jgk@jgk.org>.
2268 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
2270         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
2271         tsearch calls.
2273 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2275         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
2276         it.
2278 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
2280         * wcsmbs/wcsnrtombs.c: Correct computation of result.
2281         * wcsmbs/wcsrtombs.c: Likewise.
2283         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
2284         * wcsmbs/wcsmbs-tst1.c: New file.
2286         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
2288         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
2289         as 1.
2291         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
2292         weak.
2294 1998-05-21  Philip Blundell  <philb@gnu.org>
2296         * sysdeps/arm/fpu_control.h: Replace stub file with real
2297         implementation.
2298         * sysdeps/arm/fpu/bits/fenv.h: New file.
2299         * sysdeps/arm/fpu/fesetround.c: Likewise.
2300         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
2301         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
2302         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
2303         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
2304         * sysdeps/arm/fpu/fegetenv.c: Likewise.
2305         * sysdeps/arm/fpu/fesetenv.c: Likewise.
2307 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
2309         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
2310         read instead of mmap.
2312 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
2314         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
2315         directly instead of include_next.  Add missing semicolons.
2316         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
2317         Add missing semicolons.
2319 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
2321         * iconvdata/gconv-modules: Add more aliases to please java
2322         environments.
2324 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
2326         * stdio-common/vfprintf.c (process_arg): Fix typo.
2328         * iconvdata/TESTS: New tests for EUC-KR.
2330         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
2331         * iconvdata/testdata/EUC-KR: New file.
2333 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
2335         * math/libm-test.c (hypot_test): Fix a typo.
2337 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
2339         * stdio-common/vfprintf.c: When precision is specified for %ls or
2340         %S handle it correctly.
2342 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2344         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
2345         the" in one line - fixed it.
2346         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2347         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2348         * posix/unistd.h: Likewise
2350 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2352         * Makeconfig (rpath-link): Add resolvobjdir.
2353         (resolvobjdir): New variable.
2354         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
2356 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
2358         * elf/dl-close.c: Call shared object terminators at the right time.
2359         Patch by Philippe Troin <phil@fifi.org>.
2361 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2363         * Make-dist (+tsrcs): Also add *.map for every member of
2364         $(extra-libs).
2366         * Makefile (distribute): Don't distribute scripts/printsources and
2367         scripts/=__ify.  Distribute FAQ.in.
2368         (rpm/%): Don't pass subdirs to sub-make.
2370         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
2371         instead of $(no_deps).
2373 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2375         * sysdeps/generic/setenv.c: Protect against GNU C extension.
2376         (KNOWN_VALUE, STORE_VALUE): Do it right.
2377         (setenv): Remove unused variable.
2379 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2381         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
2382         (CFLAGS-zdump.c): Add $(tz-cflags).
2384         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
2385         return type.
2387 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2389         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
2390         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
2391         if use_localtime.
2392         * time/tzset.c: Update prototype of __tzfile_compute.
2393         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
2394         tm_zone and tm_offset here if __use_tzfile.
2396 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2398         * Makerules: Install libc.a even if there are no object file.
2400 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2402         * Makerules (do-makelib): Don't force creating library from
2403         scratch, which is faster and gets correct behaviour if $(subdirs)
2404         is incomplete.
2406 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2408         * Makerules (do-stamp): Make it work when building in source
2409         directory.
2411 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
2413         * elf/dl-load.c: Rename option and variable from ignore-rpath to
2414         inhibit-rpath.
2415         * elf/dl-support.c: Likewise.
2416         * elf/ldsodefs.h: Likewise.
2417         * elf/rtld.c: Likewise.
2418         * iconvdata/run-iconv-test.sh: Likewise.
2420 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
2422         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
2423         variable using the value.
2424         * elf/ldsodefs.h: Declare _dl_ignore_path.
2425         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
2426         object against list in _dl_ignore_path and ignore RPATH if on the list.
2427         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
2428         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
2429         to make sure we get the correct helper libraries loaded.
2431         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
2432         "RPATH" string in call to fillin_rpath instead.
2433         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
2435 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
2437         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
2438         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2440 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2442         * manual/terminal.texi (I/O Queues): Fix typo.
2444         * manual/stdio.texi (Closing Streams): Fix grammar.
2446         * manual/arith.texi (Absolute Value): Correct typo.
2447         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
2449 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
2451         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
2452         LD_PROFILE_OUTPUT in SUID binaries.
2453         * intl/dcgettext.c: In SUID binaries don't let language part of
2454         locale value contain path elements.
2455         * intl/explodename.h: Define new function _nl_find_language.
2456         * intl/loadinfo.h: Declare _nl_find_language.
2457         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
2458         language part it drop the value is path element is contained.
2460         * locale/setlocale.c: Fix typo.
2462 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
2464         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
2466         * sysdeps/arm/strlen.S: Support both big and little endian processors.
2468         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
2469         log, not a byte-count.
2471         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
2472         a.out compatibility.
2474 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2476         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
2477         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2478         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2479         * posix/unistd.h: Likewise.
2480         * math/math.h: Likewise.
2481         * manual/users.texi (Manipulating the Database): Likewise.
2482         * manual/signal.texi (Job Control Signals): Likewise.
2483         * manual/message.texi (The gencat program): Likewise.
2484         * manual/filesys.texi (Hard Links): Likewise.
2485         * manual/math.texi (SVID Random): Likewise.
2486         * manual/llio.texi (Waiting for I/O): Likewise.
2487         * manual/io.texi (File Name Errors): Likewise.
2488         * manual/conf.texi (String Parameters): Likewise.
2489         * manual/arith.texi (Infinity): Likewise.
2490         * malloc/malloc.c: Likewise.
2491         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
2492         * csu/Makefile: Likewise.
2494 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
2496         * manual/memory.texi: Add back accidently removed line.
2498 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
2500         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
2501         (timeout_handler): New function.
2502         (LOCK_FILE, UNLOCK_FILE): New macros.
2503         Implement file locking with timeout.
2504         (getutent_r_file, internal_getut_r, getutline_r_file,
2505         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
2506         locking.
2508 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
2510         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
2511         directory.
2513 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2515         * rpm/Makefile: Delete inclusion of version.mk.
2517 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2519         * libc.map: Add all libio functions needed libstdc++ with version
2520         2.0, sort entries.
2522 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2524         * iconvdata/Makefile (generated): Add *.stmp files.
2526 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2528         * timezone/Makefile (testdata, build-testdata): New variables, use
2529         them in rules for test data.
2530         ($(objpfx)tst-timezone.out): Depend on test data.
2531         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
2532         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
2533         New rules to build test data.
2534         (tst-timezone-ENV): Pass TZDIR to point to test data.
2536 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
2538         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
2539         (the designation sequence is disturbing).
2541 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2543         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
2544         * sunrpc/xdr_rec.c: Likewise.
2546 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2548         * posix/Makefile (tests): Add runptests.
2549         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
2550         (before-compile): Add ptestcases.h.
2551         (ptestscases.h): Add rule to generate from PTESTS.
2552         * posix/runptests.c: New file.
2553         * posix/PTESTS: New file.
2554         * posix/PTESTS2C.sed: New file.
2556 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2558         * iconv/loop.c: Let user add code to use and set paramaters.
2560         * iconvdata/iso-2022-kr.c: Correct to-loop.
2562         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
2563         point to output buffer.
2565         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
2566         hanja.
2568         * iconvdata/TESTS: Add ISO-2022-KR test.
2569         * iconvdata/testdata/ISO-2022-KR: New file.
2571 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
2573         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
2574         and internal_use.
2575         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
2576         and internal_use.
2577         * wcsmbs/btowc.c: Likewise.
2578         * wcsmbs/mbrtowcs.c: Likewise.
2579         * wcsmbs/mbsnrtowcs.c: Likewise.
2580         * wcsmbs/mbsrtowcs.c: Likewise.
2581         * wcsmbs/wcrtomb.c: Likewise.
2582         * wcsmbs/wcsnrtombs.c: Likewise.
2583         * wcsmbs/wcsrtombs.c: Likewise.
2584         * wcsmbs/wctob.c: Likewise.
2585         * iconv/skeleton.c: Increment invocation_counter.
2586         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
2587         sequence first.
2589         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
2590         * iconvdata/iso-2022-jp.c: Likewise.
2591         * iconvdata/iso646.c: Likewise.
2593         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
2595 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2597         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
2599         * sysdeps/generic/setenv.c (setenv): Remove optimization for
2600         overwriting existing values if it fits.
2602 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
2604         * posix/wordexp-test.c: Avoid duplicate messages.
2606         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
2607         tsearch.  Correctly interpret values returned by those functions.
2608         (unsetenv): Store pointer to string, not pointer to string pointer.
2610         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
2611         DST information and offset in them.
2612         * time/tzset.c (__tz_convert): Pass extra parameters to
2613         __tzfile_compute.  Compute equivalent values for use of tz_rules.
2615 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2617         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
2618         stamp files to avoid unnecessary recompilation.
2619         (gen-8bit-gap-table): Likewise.
2620         (move-if-change): New variable.
2621         (all generated .h rules): Change to be .stmp rules.
2622         (%.h): New rule; depend on %.stmp; no commands.
2623         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
2624         gen-8bit-gap-1.sh.
2626 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2628         * Makerules (libc-map): Deleted.
2629         (load-map-file): Set to the appropriate compiler switch, not
2630         just the file name.  If libfoo-map is not set, look for a
2631         libfoo.map in the current directory and $(..).
2632         (map-file): New variable, contains just the mapfile name.
2633         (build-shlib): Adjust for new value of load-map-file.
2634         (libc.so): Correct dependencies.
2636         * extra-lib.mk: Correct shlib dependencies since libfoo-map
2637         may not be set anymore.
2639         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
2640         Delete libdl-map.  Tweak ld.so link rule to work with changed
2641         variable settings in Makerules.
2642         * iconvdata/Makefile: Tweak build-module to work with changed
2643         variable settings in Makerules.
2645         * db/Makefile: Delete libdb-map.
2646         * hesiod/Makefile: Delete libnss_hesiod-map.
2647         * linuxthreads/Makefile: Delete libpthread-map.
2648         * locale/Makefile: Delete libBrokenLocale-map.
2649         * login/Makefile: Delete libutil-map.
2650         * math/Makefile: Delete libm-map.
2651         * md5-crypt/Makefile: Delete libcrypt-map.
2652         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
2653         libnss_nisplus-map, and libnss_compat-map.
2654         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
2655         libnss_ldap-map.
2656         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
2657         * rt/Makefile: Delete librt-map.
2659 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2661         * configure.in: Instead of substituting `yes' or `no' for whether
2662         --no-whole-archive is available, set @no_whole_archive@ to the
2663         appropriate gcc switch or the empty string.  Likewise for
2664         -fno-exceptions.
2665         * config.make.in: Replace have-no-whole-archive with
2666         no-whole-archive and have-no-exceptions with no-exceptions.
2667         * Makerules: Delete stanzas setting no-whole-archive and
2668         no-exceptions.
2670         * sunrpc/Makefile: Use move-if-change to update generated .h
2671         and .c files.
2673 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2675         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
2676         of strchr loop.
2678 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2680         * time/tzfile.c (__tzfile_read): Remove unused variable info.
2681         (__tzfile_compute): Likewise.
2683 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2685         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
2686         defines from Linux 2.1.102.
2688 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
2690         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
2692 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
2694         * inet/netinet/in.h: Add defines for multicast.
2695         Reported by Jeremy Hall <jhall@UU.NET>.
2697         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
2698         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
2699         and unsetenv.  Optimize _LIBC case.
2700         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
2701         Define functions with leading __.
2703         * time/tzfile.c: Correct handling of global variables daylight,
2704         timezone, and tzname.
2705         * time/tzset.c: Likewise.
2706         * timezone/Makefile (tests): Add tst-timezone.
2707         * timezone/tst-timezone.c: New file.
2709 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2711         * timezone/asia: Update from tzdata1998d.
2712         * timezone/australasia: Likewise.
2713         * timezone/europe: Likewise.
2715 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
2717         * string/string.h: Don't use the optimized versions for the string
2718         functions if optimizing for space.
2720         * stdlib/tst-strtod.c: Add test for -0.0.
2722         * io/ftwtest-sh: Prevent tests from being run by root.
2724         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
2725         last addition.  Patch by wkpark@chem.skku.ac.kr.
2727 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2729         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
2730         table.
2732 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2734         * iconvdata/gen-8bit.sh: New file.
2735         * iconvdata/gen-8bit-gap.sh: New file.
2736         * iconvdata/gen-8bit-gap-1.sh: New file.
2737         * iconvdata/Makefile (generate-8bit-table): Use shell script
2738         instead of writing the commands directly.
2739         (generate-8bit-gap-table): Likewise.
2740         ($(objpfx)iso8859-7jp.h): Likewise.
2741         (generated headers): Depend on shell script instead of Makefile.
2742         (before-compile): Add $(perl-generated-headers) only if perl is
2743         available.
2744         (headers): Depend on $(perl-generated-headers) only if perl is
2745         available.
2746         (sed-generated-headers): Remove iso8859-7jp.h.
2748 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2750         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
2751         (/): Removed.
2753 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2755         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
2756         formed charset names to getfct.  Let user override charset
2757         selection by mention charset in locale name.
2759 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
2761         * posix/glob.c: Move to ...
2762         * sysdeps/generic/glob.c: ...here.
2763         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
2764         elements.
2765         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
2766         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
2767         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
2768         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
2769         subdir.
2770         * libc.map [GLIBC_2.1]: Add glob and globfree.
2772 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2774         * sunrpc/Makefile (generated): Restore old list.
2776 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2778         * rt/Makefile (tests): Define only if we have a thread library.
2780         * nis/ypclnt.c: Add: #include <errno.h>.
2782 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2784         * configure.in: Define and substitute RELEASE as well as
2785         VERSION.
2786         * config.make.in: Add RELEASE and VERSION to be substituted.
2787         * Makeconfig: Delete all references to version.mk.
2788         * Make-dist: Likewise.
2789         * MakeTAGS: Likewise.
2790         * elf/Makefile: Likewise.
2792 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2794         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
2795         yp_get_default_domain.
2797 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2799         * sysdeps/posix/profil.c (__profil): Don't define act and timer
2800         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
2802 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2804         * malloc/malloc.c: Fix for NO_THREADS case.
2806 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
2808         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2809         Remove statfs and fstatfs.
2810         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
2811         and pwrite as EXTRA.
2812         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2814 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
2816         * libc.map: Add capget and capset.
2818 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2820         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2821         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
2822         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
2823         and Matt McLean <keys@brio.yikes.com>.
2825 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
2827         * misc/Makefile (tests): Add tst-mntent.
2828         * misc/tst-mntent.c: New file.
2830 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2832         * autolock.sh: Removed.
2833         * manual/move-if-change: Removed.
2835         * scripts: New directory.
2836         * =__ify: Moved to scripts.
2837         * config.guess: Likewise.
2838         * config.sub: Likewise.
2839         * gen-FAQ.pl: Likewise.
2840         * install-sh: Likewise.
2841         * mkinstalldirs: Likewise.
2842         * move-if-change: Likewise.
2843         * printsources: Likewise.
2844         * rellns.sh: Likewise.
2845         * test-installation.pl: Likewise.
2847         * configure.in: Look in scripts for config.guess, config.sub,
2848         install-sh.
2849         * Makefile: Distribute all above files in their
2850         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
2851         * manual/Makefile: Find mkinstalldirs and move-if-change in
2852         $(..)scripts.  Drop them from distribute.  Minor cleanups.
2853         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
2854         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
2855         * timezone/Makefile: Find rellns-sh in scripts.
2857 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2859         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
2860         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
2862 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2864         * Makefile (+subdir-inits): Delete variable.
2865         (+init_subdirs): Likewise.
2866         (aux): Likewise.
2867         (before-compile): Likewise.
2868         (libc-init): Delete stanza.
2869         (version-info.h): Delete rule and associated variable.
2870         (distribute): Don't distribute moved files.
2871         * Makerules (interp-obj): It lives in elf now.  Only use it
2872         if $(elf) is set.  Delete rule to build it.
2873         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
2874         version.o and version-info.h.  Minor cleanups.
2875         (routines): Add libc-init, sysdep, version.
2876         (generated): Add version-info.h.
2877         * elf/Makefile: Build interp.os.
2879         * interp.c: Moved to elf.
2880         * set-init.c: Moved to csu.
2881         * munch-init.c: Likewise.
2882         * munch.awk: Likewise.
2883         * version.c: Likewise.
2885         * Rules: Unconfuse syntax highlighting with a fake comment.
2887 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2889         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2890         syscalls.
2892 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2894         * iconvdata/Makefile (generated): Set to *-generated-headers
2895         plus gconv-modules.
2896         (tests): Set to iconv-test.
2897         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2898         * posix/Makefile (generated): Set to wordexp-test-result*.
2899         * sunrpc/Makefile (generated): Remove rpcsvc/*.
2900         (generated-dirs): Add rpcsvc.
2901         * libio/Makefile: Clean up.
2903 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
2905         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2906         * Makerules: Likewise.
2907         (+depfiles): Also add sysdep-others.
2908         * Rules: Likewise.
2909         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2910         * iconvdata/Makefile (distribute): Add TESTS.
2911         * localedata/Makefile (repertoires): Rename to repertoiremaps.
2912         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2913         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2914         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2915         sysdep-others, not others.
2916         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2917         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2919 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
2921         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2922         cost_hi and cost_lo.
2923         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2924         Cost parameter and set cost_lo to INT_MAX.
2925         (add_module): Take new parameter and use it to initialize cost_lo.
2926         (read_conf_file): Count modules being loaded and use counter for
2927         new parameter to add_module.
2928         * iconv/gconv_db.c (find_derivation): When look for cost examine
2929         cost_hi and cost_lo.
2931 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
2933         * string/bits/string2.h: Don't use unsigned char * unless really
2934         necessary since this disturbs C++.
2935         * sysdeps/i386/i486/bits/string.h: Likewise.
2936         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2938 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2940         * malloc/malloc.c (top_check): Fix last change.
2942 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2944         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2945         Patch by Matt McLean <keys@brio.yikes.com>.
2947 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2949         * Makerules (lib): Put back dependency on lib-noranlib.
2950         ($(subdirs-stamps)): Remove dependency on stamp.* again.
2952 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2954         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2955         test in __pow2 implementation.
2957 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2959         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2960         Still need *FLAGS-.o because we still sometimes build .o files.
2961         * db2/Makefile: Don't build libndbm.a if !build-static.
2963 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2965         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2967 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2969         * configure.in: New test for broken gcc on PowerPC.
2970         * sysdeps/powerpc/atomicity.h: Use result of test.
2971         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2973         * math/libm-test.c: Update many of the epsilon to match actual
2974         performance.
2976         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2977         * sysdeps/libm-ieee754/e_expf.c: Likewise.
2978         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2979         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2981         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2983         * sysdeps/powerpc/elf/libc-start.c: New file.
2984         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2985         * sysdeps/powerpc/elf/start.c: Delete.
2987         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2988         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
2990         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2991         few patches.
2993 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
2995         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2996         test for integer.
2998         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2999         * sysdeps/libm-i387/e_powl.S: Likewise.
3001 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
3003         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
3004         (malloc_check, free_check, realloc_check, memalign_check): Use
3005         them to improve overrun checking.  Overruns of a single byte and
3006         corruption of the top chunk are now detected much more reliably.
3008 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3010         * math/libm-test.c (pow_test): Add test for special value from PR
3011         libc/590.
3013 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
3015         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
3016         including linux/errno.h.
3018 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
3020         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
3021         Use correct types.
3022         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
3023         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
3025 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3027         * Makerules (elide-routines.*): Fix assignments.
3028         (do-makelib): Fix typo.
3029         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
3030         makefile.
3032 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3034         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
3035         $(objpfx)sysd-dirs): Move them...
3036         * Makeconfig: ... here.
3037         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
3038         (stubs): Fix circular depedency.
3039         (do-makelib): Clean up.
3040         (lib): Don't depend on lib-noranlib.
3041         ($(objpfx)stamp.oS): Remove special case for empty
3042         static-only-routines.
3043         (elide-routines.o): Add $(static-only-routines).
3044         (elide-routines$o): Define this instead of elide-routines.$o.
3045         * manual/Makefile (stubs): Fix circular dependency.
3047 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3049         * libio/Makefile (routines): Remove duplicate oldiofclose.
3051 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
3053         * string/strcoll.c: Use uint32_t instead of u_int32_t.
3055 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
3057         * libio/stdio.h: Fix typo in __REDIRECT.
3058         * io/sys/stat.h: Likewise.
3059         Reported by Myles Uyema <myles@uyema.nws.net>.
3061 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3063         * locale/programs/localedef.c (options): Fix help message.
3065 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
3067         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
3068         relocations.  Patch by Joe Keane <jgk@jgk.org>.
3070 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
3072         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
3073         ptmalloc_unlock_all, but re-initializes the mutexes instead.
3074         (ptmalloc_init): Use new function in thread_at_fork call.
3075         (thread_atfork_static): Likewise.
3076         Suggested by Wolfram Gloger and Xavier Leroy.
3078 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
3080         * signal/signal.h: Move definitions of struct sigstack and
3081         struct sigaltstack into separate file and include it.
3082         * sysdeps/generic/bits/sigstack.h: New file.
3083         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
3084         * signal/Makefile (headers): Add bits/sigstack.h.
3086 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3088         * elf/rtld.c (dl_main): Fix check for number of references to
3089         interpreter object.
3091 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3093         * elf/rtld.c (dl_main): Check has_interp after executing platform
3094         specific code.
3096 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3098         * iconvdata/run-iconv-test.sh: Fix typo.
3100 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3102         * Makerules (+depfiles): Add depfiles for $(tests-static).
3103         Simplified.
3105 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3107         * manual/terminal.texi (Special Characters): Fix description of
3108         c_cc indexes.
3110 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3112         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
3113         array.
3114         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
3115         of c_cc array.
3117 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3119         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
3121 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
3123         * intl/locale.alias: Update russian entry.
3125 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3127         * Makerules (static-only-routines): Reimplement in terms of
3128         elide-routines.os.
3129         (shared-only-routines): Reimplement in terms of
3130         elide-routines.X [where X is all object-suffixes except .os].
3132         (stubs): Create stubs file inside the subdir.
3133         (common-mostlyclean): Remove stubs file from inside the subdir.
3134         * Makefile (subdir-stubs): Look for stubs files inside the
3135         subdirs.
3136         * manual/Makefile (stubs): Create dummy stubs file inside the
3137         subdir.
3139 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3141         Build speed improvement: make ar less of a bottleneck.
3143         * Makerules (stamp$o): Just record the object list for later
3144         use.
3145         (libc_foo.a): New rule, depends on subdir stamp files; builds
3146         and ranlibs the library from the lists saved in those files.
3148         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
3149         (subdirs-stamp-o): Likewise.
3151         (ar-symtab-name): Delete variable.
3152         (lib%.a): Delete target.
3153         (libc_foo.a(bar.%)): Delete target.
3154         (libc_foo.a($(ar-symtab-name))): Delete target.
3156         (objects objs): Just depend on libobjs and extra-objs.
3157         (libobjs): Depend on the stamp files, not the objects.
3158         (extra-objs): New target, just depends on the extra-objs list.
3160         (CREATE_ARFLAGS): Kill the `ar S' hack.
3162         * config.make.in (have-ar-S): Deleted.
3163         * configure.in: Delete test for `ar S'.  Add test to determine
3164         whether ranlib does anything useful.
3166 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
3168         * inet/tst-ether_aton.c: Include <stdio.h>.
3170 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
3172         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
3174         * locale/Makefile (distribute): Add programs/repertoire.h.
3175         (localedef-modules): Add repertoire.
3176         (CPPFLAGS): Define REPERTOIREMAP_PATH.
3177         * locale/programs/repertoire.c: New file.
3178         * locale/programs/repertoire.h: New file.
3179         * locale/programs/charmap.c: Starting fixing character set handling
3180         to handle multi-byte encodings.
3181         * locale/programs/charset.c: Likewise.
3182         * locale/programs/charset.h: Likewise.
3183         * locale/programs/ld-collate.c: Likewise.
3184         * locale/programs/ld-ctype.c: Likewise.
3185         * locale/programs/linereader.c: Likewise.
3186         * locale/programs/localedef.c: Likewise.
3187         * locale/programs/locfile-kw.gperf: Likewise.
3188         * locale/programs/locfile-kw.h: Likewise.
3189         * locale/programs/locfile-token.h: Likewise.
3190         * locale/programs/locfile.h: Likewise.
3191         * locale/programs/stringtrans.c: Likewise.
3193         * locale/programs/locfile.c: Interpret I18NPATH value as base of
3194         path, extended with "/locales/".
3196 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
3198         * sysdeps/arm/memset.S: Fix off by one error.
3200         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
3201         __syscall_error rather than syscall_error directly.
3203 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
3205         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
3206         mmap() syscall for ARM.
3208         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
3209         binaries.
3211 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
3213         * locale/programs/localedef.c: Recognize repertoire-map option.
3215 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
3217         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
3218         converting non-hex numbers.
3219         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
3221 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
3223         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
3224         check overflow.
3225         * resolv/Makefile (tests): New, add tst-aton.
3226         * resolv/tst-aton.c: New file.
3228 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
3230         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
3231         semicolon.
3233 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
3235         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
3236         by letting the later modify the variable computing the total directly.
3237         * wcsmbs/mbsrtowcs.c: Likewise.
3238         * wcsmbs/wcsnrtombs.c: Likewise.
3239         * wcsmbs/wcsrtombs.c: Likewise.
3241         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
3242         it is not used.
3243         * wcsmbs/wctoc.c: Likewise.
3245         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
3246         * wcsmbs/wcsrtombs.c: Likewise.
3248         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
3250 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
3252         * iconv/skeleton.c: Correct counting of actually converted
3253         characters.
3255         * intl/localealias.c (read_alias_file): Use unsigned char for
3256         local variables.  Remove unused variable tp.
3257         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
3258         for type of codeset.  For loosing Solaris systems.
3259         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
3260         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
3261         len if not needed.
3262         Patches by Jim Meyering.
3264         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
3265         wcsrtombs must put it into initial state.
3267 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3269         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
3270         argument of bswap_XX macro.
3272 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3274         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
3275         variable name.
3277 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
3279         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
3280         semun and use stdarg macros to get the value.
3281         * sysdeps/generic/semctl.c: Don't use union semun.
3283         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
3285         * string/basename.c [!_LIBC]: Define function as gnu_basename.
3287         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
3288         strings.h.
3290         * stdlib/grouping.h: Accept ungrouped numbers even if locale
3291         defines grouping.
3293         * intl/hash-string.h: Don't include values.h.
3295         * inet/Makefile (tests): Add tst-ether_aton.
3296         * inet/tst-ether_aton.c: New file.
3298         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
3299         in hex conversion.
3300         * inet/ether_aton.c (ether_aton): Declare result variable static.
3301         Reported by ahyung@unixg.ubc.ca.
3303         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
3304         Define macro _SEM_SEMUN_UNDEFINED instead.
3305         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
3307         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
3308         * stdio-common/Makefile (tests): Add tst-wc-printf.
3310 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
3312         * manual/stdio.texi (Variable Arguments Output): Correct variable
3313         name.  Patch from Ewan Mellor <em@nexus.co.uk>
3315 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
3317         * intl/dcgettext.c: Remove unneeded definition of
3318         internal_function.
3320 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3322         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
3323         instead of do-iconv-test.
3324         ($(objpfx)gconv-modules): Define rule only if objpfx is not
3325         empty.
3327 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3329         * string/string.h: Fix feature test.
3331 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3333         * iconvdata/iso646.c (BODY): Don't use character constants that
3334         depend on signedness of char.
3336 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
3338         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
3339         (sysdep_routines): Add s_pread64 and s_pwrite64.
3341 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
3343         * iconvdata/Makefile (distribute): Remove generated .h files.
3344         * iconvdata/koi8-r.h: Removed.
3345         * iconvdata/latin-greek-1.h: Removed.
3346         * iconvdata/latin-greek.h: Removed.
3348         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
3349         * iconvdata/KOI-8: Likewise.
3350         * iconvdata/KOI-8..UTF8: Likewise.
3351         * iconvdata/KOI8-R: Likewise.
3352         * iconvdata/KOI8-R..UTF8: Likewise.
3354 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3356         * streams/Makefile (headers): Add sys/stropts.h.
3357         * streams/sys/stropts.h: New file.
3359 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3361         * sysdeps/unix/sysv/linux/ttyname.c,
3362         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
3363         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
3365 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3367         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
3368         argument of _itoa_word.
3370 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3372         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
3373         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
3374         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
3375         sigprocmask, resp., instead of EXTRA.
3377         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
3378         s_pread64 and s_pwrite64.
3380 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
3382         * iconvdata/Makefile: Correct rules to generate gap table.
3383         * iconvdata/gap.pl: Simplify.
3385         * iconvdata/TESTS: Name new tests.
3386         * iconvdata/testdata/CP1250: New file.
3387         * iconvdata/testdata/CP1250..UTF8: New file.
3388         * iconvdata/testdata/CP1251: New file.
3389         * iconvdata/testdata/CP1251..UTF8: New file.
3390         * iconvdata/testdata/CP1252: New file.
3391         * iconvdata/testdata/CP1252..UTF8: New file.
3392         * iconvdata/testdata/CP1253: New file.
3393         * iconvdata/testdata/CP1253..UTF8: New file.
3394         * iconvdata/testdata/CP1254: New file.
3395         * iconvdata/testdata/CP1254..UTF8: New file.
3396         * iconvdata/testdata/CP1255: New file.
3397         * iconvdata/testdata/CP1255..UTF8: New file.
3398         * iconvdata/testdata/CP1256: New file.
3399         * iconvdata/testdata/CP1256..UTF8: New file.
3400         * iconvdata/testdata/CP1257: New file.
3401         * iconvdata/testdata/CP1257..UTF8: New file.
3403 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
3405         * iconvdata/Makefile: Add rules for ISO-2022-KR.
3406         * iconvdata/iso-2022-kr.c: New file.
3408         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
3409         and ISO-2022-KR.
3411 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
3413         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
3414         iso8859-8 and iso8859-10.
3415         * iconvdata/iso8859-5.c: Change to use gap method.
3416         * iconvdata/iso8859-7.c: Likewise.
3417         * iconvdata/iso8859-8.c: Likewise.
3418         * iconvdata/iso8859-10.c: Likewise.
3420         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
3421         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
3422         end of the loop.
3423         * iconvdata/iso-2022-jp.c: New file.
3425         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
3426         * iconvdata/ksc5601.h: Unify function interfaces.
3427         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
3428         * iconvdata/uhc.c: Likewise.
3430         * iconvdata/gb2312.h: Use correct types.
3432         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
3433         size elements of data.
3435 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3437         * string/tst-svc.expect: Adapt for change in .input.
3438         * string/tst-svc.input: More tests.
3440 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
3442         * iconvdata/Makefile: Add rules for new modules.
3443         * iconvdata/gconv-modules: Likewise.
3444         * iconvdata/cp737.c: New file.
3445         * iconvdata/cp737.h: New file.
3446         * iconvdata/cp775.c: New file.
3447         * iconvdata/cp775.h: New file.
3448         * iconvdata/cp874.c: New file.
3449         * iconvdata/cp874.h: New file.
3451 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
3453         * iconvdata/Makefile: Create target directory before generating
3454         headers.
3456 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3458         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
3459         __USER_LABEL_PREFIX__.
3460         (__ASMNAME, __ASMNAME2): New macros.
3462 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3464         * elf/dl-load.c: Include sys/param.h for MAX.
3466 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
3468         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
3469         __ftruncate the strong symbol, and add weak alias.
3470         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3472 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3474         * termios/cfsetspeed.c: Make code cleaner and add missing const.
3475         Patch by Joe Keane <jgk@jgk.org>.
3477         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
3478         free()ing.
3480 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
3482         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
3483         Patch by Thomas Bushnell, n/BSG.
3485 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3487         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
3489 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3491         * iconvdata/Makefile: Put generated headers in build directory.
3493 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
3495         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
3496         strsep as current directory.
3498         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
3499         Java.  Add definitions for unicodelittle implementation.
3500         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
3501         * iconv/gconv_simple.c: Define unicodelittle functions.
3503         * iconv/iconv_prog.c: Make program print information about position
3504         of illegal character in input.
3506         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
3507         comparison of charset name.
3508         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
3509         * iconvdata/ebcdic-at-de-a.c: Likewise.
3510         * iconvdata/ebcdic-at-de.c: Likewise.
3511         * iconvdata/ebcdic-ca-fr.c: Likewise.
3512         * iconvdata/euccn.c: Likewise.
3513         * iconvdata/eucjp.c: Likewise.
3514         * iconvdata/euckr.c: Likewise.
3515         * iconvdata/euctw.c: Likewise.
3516         * iconvdata/hp-roman8.c: Likewise.
3517         * iconvdata/iso6937.c: Likewise.
3518         * iconvdata/iso8859-1.c: Likewise.
3519         * iconvdata/iso8859-10.c: Likewise.
3520         * iconvdata/iso8859-2.c: Likewise.
3521         * iconvdata/iso8859-3.c: Likewise.
3522         * iconvdata/iso8859-4.c: Likewise.
3523         * iconvdata/iso8859-5.c: Likewise.
3524         * iconvdata/iso8859-6.c: Likewise.
3525         * iconvdata/iso8859-7.c: Likewise.
3526         * iconvdata/iso8859-8.c: Likewise.
3527         * iconvdata/iso8859-9.c: Likewise.
3528         * iconvdata/johab.c: Likewise.
3529         * iconvdata/koi-8.c: Likewise.
3530         * iconvdata/koi8-r.c: Likewise.
3531         * iconvdata/latin-greek-1.c: Likewise.
3532         * iconvdata/latin-greek.c: Likewise.
3533         * iconvdata/sjis.c: Likewise.
3534         * iconvdata/t61.c: Likewise.
3535         * iconvdata/uhc.c: Likewise.
3537         * iconvdata/iso646.c: Add support for more ISO 646 variants.
3538         * iconvdata/TESTS: Add tests for ISO646 module.
3539         * iconvdata/gconv-modules: Add new modules.
3540         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
3541         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
3542         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
3543         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
3544         * iconvdata/testdate/DIN_66003: Likewise.
3545         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
3546         * iconvdata/testdate/DS_2089: Likewise.
3547         * iconvdata/testdate/DS_2089..UTF8: Likewise.
3548         * iconvdata/testdate/ES: Likewise.
3549         * iconvdata/testdate/ES..UTF8: Likewise.
3550         * iconvdata/testdate/ES2: Likewise.
3551         * iconvdata/testdate/ES2..UTF8: Likewise.
3552         * iconvdata/testdate/GB_1988-80: Likewise.
3553         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
3554         * iconvdata/testdate/IT: Likewise.
3555         * iconvdata/testdate/IT..UTF8: Likewise.
3556         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
3557         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
3558         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
3559         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
3560         * iconvdata/testdate/JUS_I.B1.002: Likewise.
3561         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
3562         * iconvdata/testdate/KSC5636: Likewise.
3563         * iconvdata/testdate/KSC5636..UTF8: Likewise.
3564         * iconvdata/testdate/MSZ_7795.3: Likewise.
3565         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
3566         * iconvdata/testdate/NC_NC00-10: Likewise.
3567         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
3568         * iconvdata/testdate/NF_Z_62-010: Likewise.
3569         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
3570         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
3571         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
3572         * iconvdata/testdate/NS_4551-1: Likewise.
3573         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
3574         * iconvdata/testdate/NS_4551-2: Likewise.
3575         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
3576         * iconvdata/testdate/PT: Likewise.
3577         * iconvdata/testdate/PT..UTF8: Likewise.
3578         * iconvdata/testdate/PT2: Likewise.
3579         * iconvdata/testdate/PT2..UTF8: Likewise.
3580         * iconvdata/testdate/SEN_850200_B: Likewise.
3581         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
3582         * iconvdata/testdate/SEN_850200_C: Likewise.
3583         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
3585         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
3586         * iconvdata/cns11643l1.h: Likewise.
3587         * iconvdata/latin-greek-1.h: Likewise.
3588         * iconvdata/latin-greek.h: Likewise.
3589         * iconvdata/koi8-r.h: Likewise.
3590         * iconvdata/jis0212.h: Likewise.
3591         * iconvdata/gb2312.h: Likewise.
3592         * iconvdata/ksc5601.h: Likewise.
3594         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
3596         * iconvdata/Makefile: Add rules for lots of more modules.
3597         * iconvdata/cp1250.c: New file.
3598         * iconvdata/cp1251.c: New file.
3599         * iconvdata/cp1252.c: New file.
3600         * iconvdata/cp1253.c: New file.
3601         * iconvdata/cp1254.c: New file.
3602         * iconvdata/cp1255.c: New file.
3603         * iconvdata/cp1256.c: New file.
3604         * iconvdata/cp1257.c: New file.
3605         * iconvdata/ebcdic-dk-no-a.c: New file.
3606         * iconvdata/ebcdic-dk-no.c: New file.
3607         * iconvdata/ebcdic-es-a.c: New file.
3608         * iconvdata/ebcdic-es-s.c: New file.
3609         * iconvdata/ebcdic-es.c: New file.
3610         * iconvdata/ebcdic-fi-se-a.c: New file.
3611         * iconvdata/ebcdic-fi-se.c: New file.
3612         * iconvdata/ebcdic-fr.c: New file.
3613         * iconvdata/ebcdic-is-friss.c: New file.
3614         * iconvdata/ebcdic-it.c: New file.
3615         * iconvdata/ebcdic-pt.c: New file.
3616         * iconvdata/ebcdic-uk.c: New file.
3617         * iconvdata/ebcdic-us.c: New file.
3618         * iconvdata/ibm037.c: New file.
3619         * iconvdata/ibm038.c: New file.
3620         * iconvdata/ibm1004.c: New file.
3621         * iconvdata/ibm1026.c: New file.
3622         * iconvdata/ibm1047.c: New file.
3623         * iconvdata/ibm256.c: New file.
3624         * iconvdata/ibm273.c: New file.
3625         * iconvdata/ibm274.c: New file.
3626         * iconvdata/ibm275.c: New file.
3627         * iconvdata/ibm277.c: New file.
3628         * iconvdata/ibm278.c: New file.
3629         * iconvdata/ibm280.c: New file.
3630         * iconvdata/ibm281.c: New file.
3631         * iconvdata/ibm284.c: New file.
3632         * iconvdata/ibm285.c: New file.
3633         * iconvdata/ibm290.c: New file.
3634         * iconvdata/ibm297.c: New file.
3635         * iconvdata/ibm420.c: New file.
3636         * iconvdata/ibm423.c: New file.
3637         * iconvdata/ibm424.c: New file.
3638         * iconvdata/ibm437.c: New file.
3639         * iconvdata/ibm500.c: New file.
3640         * iconvdata/ibm850.c: New file.
3641         * iconvdata/ibm851.c: New file.
3642         * iconvdata/ibm852.c: New file.
3643         * iconvdata/ibm855.c: New file.
3644         * iconvdata/ibm857.c: New file.
3645         * iconvdata/ibm860.c: New file.
3646         * iconvdata/ibm861.c: New file.
3647         * iconvdata/ibm862.c: New file.
3648         * iconvdata/ibm863.c: New file.
3649         * iconvdata/ibm864.c: New file.
3650         * iconvdata/ibm865.c: New file.
3651         * iconvdata/ibm868.c: New file.
3652         * iconvdata/ibm869.c: New file.
3653         * iconvdata/ibm870.c: New file.
3654         * iconvdata/ibm871.c: New file.
3655         * iconvdata/ibm875.c: New file.
3656         * iconvdata/ibm880.c: New file.
3657         * iconvdata/ibm891.c: New file.
3658         * iconvdata/ibm903.c: New file.
3659         * iconvdata/ibm904.c: New file.
3660         * iconvdata/ibm905.c: New file.
3661         * iconvdata/ibm918.c: New file.
3663         * locale/iso-4217.def: Update.
3664         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
3666         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
3667         formats.
3669 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3671         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
3672         LD_LIBRARY_PATH.
3674 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3676         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
3677         * Makefile: Likewise.
3678         * posix/Makefile: Likewise.
3679         * sysdeps/mach/hurd/Makefile: Likewise.
3681 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3683         * sysdeps/mach/hurd/bits/dirent.h: New file.
3684         * sysdeps/mach/hurd/readdir64.c: New file.
3685         * sysdeps/mach/hurd/readdir64_r.c: New file.
3687 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3689         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
3690         dprintf): Synchronize declarations with libio/stdio.h.
3692 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3694         * elf/dlerror.c (dlerror): Don't assume that
3695         __libc_internal_tsd_get is defined.  __libc_getspecific is already
3696         well-protected, so just use it directly.
3698 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3700         * io/ftw.h (ftw): Fix typo.
3702 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3704         * sysdeps/gnu/utmp_file.c: Fix typo.
3706 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3708         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
3709         one part of a test fails move on to the next test.
3711 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
3713         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3715 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3717         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
3718         as pointers, not signed integers.
3720 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3722         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3724 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3726         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
3727         asm symbol name of functions.
3728         * include/features.h: Kill redundant test.
3730         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
3731         * io/ftw.h: Likewise.
3732         * io/sys/stat.h: Likewise.
3733         * io/sys/statfs.h: Likewise.
3734         * io/sys/statvfs.h: Likewise.
3735         * libio/stdio.h: Likewise.
3736         * resource/sys/resource.h: Likewise.
3737         * rt/aio.h: Likewise.
3739         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
3740          __FAVOR_BSD.
3741         * signal/signal.h: Use new macros for BSD vs. SysV signal().
3743         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
3744         a dummy library.
3745         * misc/bsd-compat.c: Removed.
3747 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
3749         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
3750         function declaration.
3751         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
3752         and use them in conversion function.
3753         * iconvdata/Makefile (modules): Re-add ISO6446.
3754         * iconvdata/TEST: Add tests for ASCII variants.
3755         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
3756         * iconvdata/testdata/ANSI_X3.4-1968: New file.
3757         * iconvdata/testdata/BS_4730: New file.
3758         * iconvdata/testdata/BS_4730..UTF8: New file.
3760 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
3762         * iconv/gconv.h (struct gconv_step): Add element stateful.
3763         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
3764         to zero for all internal conversions.
3765         * iconv/skeleton.c: Initialize stateful depending on whether or not
3766         RESET_STATE is defined to one or zero respectively.
3767         * stdlib/mblen.c: Use stateful element of currently selected
3768         converter for result if S is NULL.
3769         * stdlib/mbtowc.c: Likewise.
3770         * stdlib/wctomb.c: Likewise.
3772 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
3774         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
3776         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
3778         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
3779         character in comparison with uint32_t.
3780         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
3781         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
3782         Optimize BODY a bit.
3784         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
3785         be defined.
3787         * iconv/skeleton.c: Also reset converted counter in case of an error.
3788         Call reset function using correct value for output buffer start.
3790         * iconvdata/Makefile: Re-enable tests.
3792         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
3793         value for to-conversion.
3795         * iconvdata/TESTS: Add new third column.
3796         * iconvdata/run-iconv-test.sh: Add support for charsets which are
3797         not ASCII based.
3798         * iconvdata/testdata/suntzus: New file.
3800         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
3801         while reading.  Correctly used base.  Little optimization.
3802         (__strtoul_internal): Likewise.
3804         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
3805         was wrong.  Use explicit variable.
3807 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3809         * configure.in: Check for awk.
3810         * config.make.in: Add AWK to be substituted.
3812         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
3813         * manual/users.texi: Fix typo exposed by above rewrite.
3815         * Makefile: Invoke awk using AWK variable.
3816         * csu/Makefile: Likewise.
3817         * elf/Makefile: Likewise.
3818         * mach/Makefile: Likewise.
3819         * manual/Makefile: Likewise.
3820         * sysdeps/gnu/Makefile: Likewise.
3821         * sysdeps/mach/hurd/Makefile: Likewise.
3822         * sysdeps/unix/Makefile: Likewise.
3823         * timezone/Makefile: Likewise.
3825 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3827         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
3828         array index translation.
3829         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
3830         these are defined.
3832         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
3834         * sysdeps/mach/hurd/errlist.c: New file.
3835         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
3836         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
3837         semantics, so rename it.
3839 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3841         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
3842         conversions.
3844 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
3846         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
3847         * wcsmbs/wcsnrtombs.c: Likewise.
3849 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
3851         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
3853         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
3855         * time/strftime.c (my_strftime): Initialize pad variable in
3856         declaration.
3858         * iconvdata/big5.c: Don't use character constants in comparisons
3859         with unsigned value.
3861 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
3863         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
3864         __libc_siglongjmp to GLIBC_2.1.
3866         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
3867         __strerror_r.
3869         * iconv/Makefile: Don't run tests now.
3871         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3872         with correct output buffer.
3874         Major rewrite of the low-level gconv functionality.
3875         * iconv/gconv.c: Rewritten.
3876         * iconv/gconv.h: Likewise.
3877         * iconv/gconv_builtin.c: Likewise.
3878         * iconv/gconv_builtin.h: Likewise.
3879         * iconv/gconv_conf.c: Likewise.
3880         * iconv/gconv_int.h: Likewise.
3881         * iconv/gconv_open.c: Likewise.
3882         * iconv/gconv_simple.c: Likewise.
3883         * iconv/iconv.c: Likewise.
3884         * iconvdata/8bit-gap.c: Likewise.
3885         * iconvdata/8bit-generic.c: Likewise.
3886         * iconvdata/Makefile: Likewise.
3887         * iconvdata/big5.c: Likewise.
3888         * iconvdata/cns11643.c: Likewise.
3889         * iconvdata/cns11643.h: Likewise.
3890         * iconvdata/cns11643l1.c: Likewise.
3891         * iconvdata/cns11643l1.h: Likewise.
3892         * iconvdata/ebcdic-at-de-a.c: Likewise.
3893         * iconvdata/ebcdic-at-de.c: Likewise.
3894         * iconvdata/ebcdic-ca-fr.c: Likewise.
3895         * iconvdata/euccn.c: Likewise.
3896         * iconvdata/eucjp.c: Likewise.
3897         * iconvdata/euckr.c: Likewise.
3898         * iconvdata/euctw.c: Likewise.
3899         * iconvdata/gb2312.c: Likewise.
3900         * iconvdata/gb2312.h: Likewise.
3901         * iconvdata/hp-roman8.c: Likewise.
3902         * iconvdata/iso646.c: Likewise.
3903         * iconvdata/iso6937.c: Likewise.
3904         * iconvdata/iso8859-1.c: Likewise.
3905         * iconvdata/iso8859-10.c: Likewise.
3906         * iconvdata/iso8859-2.c: Likewise.
3907         * iconvdata/iso8859-3.c: Likewise.
3908         * iconvdata/iso8859-4.c: Likewise.
3909         * iconvdata/iso8859-5.c: Likewise.
3910         * iconvdata/iso8859-6.c: Likewise.
3911         * iconvdata/iso8859-7.c: Likewise.
3912         * iconvdata/iso8859-8.c: Likewise.
3913         * iconvdata/iso8859-9.c: Likewise.
3914         * iconvdata/jis0201.c: Likewise.
3915         * iconvdata/jis0201.h: Likewise.
3916         * iconvdata/jis0208.c: Likewise.
3917         * iconvdata/jis0208.h: Likewise.
3918         * iconvdata/jis0212.c: Likewise.
3919         * iconvdata/jis0212.h: Likewise.
3920         * iconvdata/johab.c: Likewise.
3921         * iconvdata/koi-8.c: Likewise.
3922         * iconvdata/koi8-r.c: Likewise.
3923         * iconvdata/ksc5601.c: Likewise.
3924         * iconvdata/ksc5601.h: Likewise.
3925         * iconvdata/latin-greek-1.c: Likewise.
3926         * iconvdata/latin-greek.c: Likewise.
3927         * iconvdata/run-iconv-test.sh: Likewise.
3928         * iconvdata/sjis.c: Likewise.
3929         * iconvdata/t61.c: Likewise.
3930         * iconvdata/uhc.c: Likewise.
3931         * wcsmbs/btowc.c: Likewise.
3932         * wcsmbs/mbrtowc.c: Likewise.
3933         * wcsmbs/mbsnrtowcs.c: Likewise.
3934         * wcsmbs/mbsrtowcs.c: Likewise.
3935         * wcsmbs/wcrtomb.c: Likewise.
3936         * wcsmbs/wcsmbsload.c: Likewise.
3937         * wcsmbs/wcsnrtombs.c: Likewise.
3938         * wcsmbs/wcsrtombs.c: Likewise.
3939         * wcsmbs/wctob.c: Likewise.
3940         * iconv/loop.c: New file.
3941         * iconv/skeleton.c: New file.
3943         * stdlib/mblen.c: Handle empty input string correctly.
3944         * stdlib/mbtowc.c: Likewise.
3946         * posix/getopt.c: Various cleanups.
3948         * sysdeps/arm/bits/setjmp.h: Add copyright text.
3949         * sysdeps/i386/bits/setjmp.h: Likewise.
3950         * sysdeps/m68k/bits/setjmp.h: Likewise.
3951         * sysdeps/powerpc/bits/setjmp.h: Likewise.
3952         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3954         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3955         and make longjmp weak alias.
3957 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
3959         * iconv/Makefile (routines): Only include gconv_dl if building for
3960         an ELF system - dynamic linking is not available on a.out.
3961         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3962         due to above check.
3963         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3964         routines from gconv_dl.
3966 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
3968         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3969         we can compile without libio.
3971 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
3973         * sysdeps/mach/hurd/Subdirs: Remove login.
3975 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
3977         * db2/compat.h: Include <errno.h>, to make sure we get the
3978         definition of EFTYPE before we define it ourselves.
3980 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3982         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3983         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3984         Fix typo to allow inclusion from sys/ioctl.h again.
3986 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3988         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
3990 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3992         * libc.map: Export __strerror_r.  Remove _strerror_internal.
3994 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3996         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3997         Also undefine __strcasestr.
3999 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4001         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
4002         aliases do not work with global variables due to copy relocations.
4004 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
4006         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
4008 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
4010         * signal/sighold.c: Include stddef.h for NULL definition.
4011         * signal/sigrelse.c: Likewise.
4012         * sysdeps/posix/sigignore.c: Likewise.
4013         * sysdeps/posix/sigset.c: Likewise.
4014         * sysdeps/posix/waitid.c: Likewise.
4015         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
4016         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
4017         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4018         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
4019         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
4021 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
4023         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
4024         * login/getutent.c (getutxent): Remove alias.
4025         * login/getutent_r.c (setutxent, pututxline, endutxent):
4026         Remove aliases.
4027         * login/getutid.c (getutxid): Remove alias.
4028         * login/getutline.c (getutxline): Remove alias.
4029         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
4030         __getutid, __getutline and __pututline.
4031         * login/utmpx.h: Moved to ...
4032         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
4033         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
4034         and updwtmpx.
4035         * login/updwtmp.c: Moved to ...
4036         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
4037         allowing file name transformation.
4038         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
4039         additional file name transformation.
4040         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
4041         * login/utmp_file.c: Moved to ...
4042         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
4043         Generalized by allowing file name transformation.  Do not
4044         print error message.  Library functions should not print them.
4045         Reported by Jim Meyering.
4046         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
4047         with additional file name transformation.
4048         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
4049         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
4050         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
4051         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
4052         and bits/utmpx.h.
4053         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
4054         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
4055         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
4056         Define if __USE_GNU.
4057         * sysdeps/generic/setutxent.c: New file.
4058         * sysdeps/generic/getutxent.c: New file.
4059         * sysdeps/generic/endutxent.c: New file.
4060         * sysdeps/generic/getutxid.c: New file.
4061         * sysdeps/generic/getutxline.c: New file.
4062         * sysdeps/generic/pututxline.c: New file.
4063         * sysdeps/generic/utmpxname.c: New file.
4064         * sysdeps/generic/updwtmpx.c: New file.
4065         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
4066         * sysdeps/generic/bits/utmpx.h: Remove.
4068 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
4070         * posix/wordexp-test.c (main): Initialize ifs element of ts for
4071         ~root test.
4073 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
4075         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
4077 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
4079         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
4080         variable using _G_stat64.
4081         * libio/fileops.c: Remove macro definition of fstat, it is in the
4082         global header.
4083         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
4085 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
4087         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
4088         <willy@odie.barnet.ac.uk>.
4090 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
4092         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
4093         required by IPv6 Basic API.
4094         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
4095         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
4096         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
4097         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
4099 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
4101         Don't name internal representation since it might be different from
4102         the external form (namely on little endian machines).
4103         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
4104         UCS4 into references to INTERNAL.
4105         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
4106         Add endianess support to UCS functions.  Change references to
4107         UCS4 into references to INTERNAL.
4108         * iconv/gconv_int.h: Change references to UCS4 into references to
4109         INTERNAL.
4110         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
4111         * iconvdata/gconv-modules: Change accordingly.
4112         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
4114         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
4115         overflow.
4116         * iconvdata/8bit-gap.c: Likewise.
4117         * iconvdata/8bit-generic.c: Likewise.
4118         * iconvdata/big5.c: Likewise.
4119         * iconvdata/euccn.c: Likewise.
4120         * iconvdata/eucjp.c: Likewise.
4121         * iconvdata/euckr.c: Likewise.
4122         * iconvdata/euctw.c: Likewise.
4123         * iconvdata/iso646.c: Likewise.
4124         * iconvdata/iso6937.c: Likewise.
4125         * iconvdata/iso8859-1.c: Likewise.
4126         * iconvdata/johab.c: Likewise.
4127         * iconvdata/sjis.c: Likewise.
4128         * iconvdata/t61.c: Likewise.
4129         * iconvdata/uhc.c: Likewise.
4131         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
4132         * iconvdata/8bit-generic.c: Likewise.
4134         * iconvdata/TESTS: Add more tests.
4136         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
4138 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
4140         * iconvdata/Makefile: Better rules to run tests.
4142         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
4143         * iconvdata/testdata/ISO-8859-10: Likewise.
4144         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
4145         * iconvdata/testdata/ISO-8859-2: Likewise.
4146         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
4147         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
4148         * iconvdata/testdata/ISO-8859-3: Likewise.
4149         * iconvdata/testdata/ISO-8859-4: Likewise.
4150         * iconvdata/testdata/ISO-8859-5: Likewise.
4151         * iconvdata/testdata/ISO-8859-6: Likewise.
4152         * iconvdata/testdata/ISO-8859-7: Likewise.
4153         * iconvdata/testdata/ISO-8859-8: Likewise.
4154         * iconvdata/testdata/ISO-8859-9: Likewise.
4156 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
4158         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
4159         intermediate result (if available).
4161         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
4162         last change.
4164         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
4165         (distribute): Add run-iconv-test.sh and testdata/*.
4167         * stdlib/testmb.c (main): Simplify mbc array handling.
4169 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4171         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
4172         return value on overflow.
4174 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4176         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
4177         bits.
4179 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4181         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
4182         of non-standard function setbuffer.
4184 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4186         * stdio-common/perror.c: Include <string.h> for __strerror_r.
4188 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
4190         * iconvdata/Makefile: Add rules to run tests.
4191         * iconvdata/TESTS: New file.
4192         * iconvdata/run-iconv-test.sh: New file.
4193         * iconvdata/testdata/ISO-8859-1: New file.
4195         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
4196         not stdout.
4198 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
4200         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
4201         counter element of step.
4203         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
4205         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
4206         termination test.
4207         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
4208         ACTUALLY.
4209         (__gconv_transform_utf8_ucs4): Correct test for empty input.
4211 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
4213         * Makefile: Include makeconfig before defining rule to regenerate
4214         configure files.
4216         * configure.in: Remove restriction on compiling without static
4217         libs.
4219 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
4221         * test-skeleton.c: Provide hook for initializing code before the fork.
4222         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
4223         removed.
4225         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
4226         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
4227         * libio/libioP.h: Adopt _IO_cleanup prototype.
4229         * stdlib/Makefile (tests): Add test-canon2.
4230         * stdlib/test-canon2.c: New file.
4231         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
4232         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
4233         symlink sequences.
4234         (__realpath): Make real function which checks RESOLVED parameter for
4235         not being NULL.
4237 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
4239         * catgets/open_catalog.c (__open_catalog): Fix problems with
4240         reading non-files.  Always close file.
4241         Reported by Cristian Gafton <gafton@redhat.com>.
4243         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
4245 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
4247         * libc.map: Add various low-level I/O functions.
4249 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
4251         * string/Makefile (routines): Remove strerror_r.
4252         * string/strerror_r.c: Removed.
4253         * string/strerror.c: Call __strerror_r for doing the real work.
4254         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
4255         add weak alias strerror_r.
4256         * sysdeps/mach/_strerror.c: Likewise.
4257         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
4258         * elf/dl-error.c (_dl_signal_error): Likewise.
4259         * elf/dl-profile.c (_dl_start_profile): Likewise.
4260         * gmon/gmon.c (write_gmon): Likewise.
4261         * stdio-common/perror.c: Likewise.
4262         * stdio-common/vfprintf.c: Likewise.
4264 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
4266         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
4267         (sysdep_headers): Add netatalk/at.h.
4269 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4271         * manual/socket.texi, manual/creature.texi, manual/time.texi:
4272         Formatting fixes.
4274 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4276         * posix/regex.c: Rename __re_syntax_options back to
4277         re_syntax_options, aliases do not work with global variables due
4278         to copy relocations.
4279         (regex_compile): Use syntax parameter instead of
4280         re_syntax_options.
4282 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4284         * configure.in: Document that enable-force-install is default.
4286 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
4288         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
4289         all needed 36 bits.
4290         * sysdeps/posix/mkstemp.c: Likewise.
4292 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
4294         * iconvdata/8bit-gap.c: Simplify step data handling.
4295         * iconvdata/8bit-generic.c: Likewise.
4296         * iconvdata/big5.c: Likewise.
4297         * iconvdata/euccn.c: Likewise.
4298         * iconvdata/eucjp.c: Likewise.
4299         * iconvdata/euckr.c: Likewise.
4300         * iconvdata/euctw.c: Likewise.
4301         * iconvdata/iso6937.c: Likewise.
4302         * iconvdata/iso8859-1.c: Likewise.
4303         * iconvdata/jis0208.h: Likewise.
4304         * iconvdata/jis0212.c: Likewise.
4305         * iconvdata/jis0212.h: Likewise.
4306         * iconvdata/johab.c: Likewise.
4307         * iconvdata/ksc5601.h: Likewise.
4308         * iconvdata/sjis.c: Likewise.
4309         * iconvdata/t61.c: Likewise.
4310         * iconvdata/uhc.c: Likewise.
4312 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
4314         * manual/texinfo.texi: Updated from last version.
4316 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
4318         * iconvdata/cns11643.c: New file.
4319         * iconvdata/cns11643.h: New file.
4320         * iconvdata/cns11643l1.c: New file.
4321         * iconvdata/cns11643l1.h: New file.
4322         * iconvdata/euctw.c: New file.
4323         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
4324         * iconvdata/gconv-modules: Likewise.
4326         * iconvdata/eucjp.c: Several bug fixes and improvements.
4327         * iconvdata/gb2312.h: Likewise.
4328         * iconvdata/jis0201.h: Likewise.
4329         * iconvdata/jis0208.h: Likewise.
4330         * iconvdata/jis0212.h: Likewise.
4332 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
4334         * iconvdata/eucjp.c: New file.
4335         * iconvdata/euccn.c: New file.
4336         * iconvdata/gb2312.h: New file.
4337         * iconvdata/gb2312.c: New file.
4338         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
4339         * iconvdata/gconv-modules: Likewise.
4341         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
4343 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
4345         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
4346         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
4347         Patch by Mark Hatle <fray@kernel.crashing.org>.
4349 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
4351         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
4352         comment.
4353         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
4354         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
4356 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
4358         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
4360         * iconvdata/Makefile: Add rules for big5 conversion.
4361         * iconvdata/gconv-modules: Likewise.
4362         * iconvdata/big5.c: New file.
4364         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
4365         Patch by Jim Meyering.
4367 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
4369         * rt/tst-aio.c: Add test for aio_read and lio_listio.
4371         * rt/lio_listio.c: Correct total counter handling.
4373         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
4374         from request queue.
4376         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
4377         of signal on exit even more.
4379         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
4380         instead of call to pthread_cond_init.
4381         * rt/lio_listio.c (lio_listio): Likewise.
4382         * rt/lio_listio64.c (lio_listio64): Likewise.
4384         * nis/nis_findserv.c: Include sys/socket.h.
4386 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
4388         * Makeconfig (rtobjdir): New variable.
4389         (rpath-link): Add rtobjdir and thread directory, if available.
4391         * test-skeleton.c: Add support to remove temporary files.
4392         Always define test_dir.  Improve message about expected signal.
4394         * rt/Makefile (tests): Add tst-aio.
4395         Add rules for tst-aio to be linked with librt and thread library.
4396         * rt/aio_misc.c: Correct fundamental bugs.
4397         * rt/aio_suspend.c: Correct bug in test for available request.
4398         Initialize conditional variable.
4399         * rt/lio_listio.c: Initialize conditional variable.
4400         * rt/lio_listio64.c: Likewise.
4401         * rt/tst-aio.c: New file.
4403         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
4404         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
4405         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4406         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4407         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
4408         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4409         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4411 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
4413         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
4415 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
4417         * elf/dl-load.c (open_path): Use correct name for test whether
4418         directory in load path exists.
4420         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
4421         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
4422         Patches by Tom Rini <trini@kernel.crashing.org>.
4424         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
4425         * wcsmbs/wcstod_l.c: Likewise.
4426         * wcsmbs/wcstold_l.c: Likewise.
4428         * include/byteswap.h: New file.
4430         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
4431         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
4433         * inet/getnameinfo.c (getnameinfo): Change parameter to match
4434         declaration.  Patch by Richard Henderson.
4436 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4438         * manual/process.texi (SIGCHLD example): Save errno.
4440 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4442         * posix/regex.c: Define regerror really as __regerror.
4443         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
4444         regerror and regfree.
4446         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
4447         * stdlib/strtod_l.c: Likewise.
4448         * stdlib/strtold_l.c: Likewise.
4450         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
4452         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
4454         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
4455         Patch by Christian Gafton.
4457 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
4459         * manual/socket.texi (Interface Naming): Correct @deftypefun line
4460         for if_indextoname.
4462 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4464         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
4466         * manual/socket.texi (Interface Naming): Fix typo.
4468 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4470         * manual/examples/filesrv.c (main): Remove filename first.
4472         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
4473         ?F_UNIX.
4475         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
4476         instead of PF_UNIX.
4478         * manual/examples/filecli.c (main): Use AF_LOCAL
4479         instead of AF_UNIX.
4481 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4483         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
4484         signgam weak alias.
4485         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
4486         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4487         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4488         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
4489         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4490         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4492         * login/utmp_daemon.c (open_socket): Use __connect not connect.
4494 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4496         * configure.in: Add new option --enable-force-install.  Substitute
4497         force_install.
4498         * config.make.in (force-install): Set from configure.
4499         * Makerules (force-install): New phony target.
4500         * Makeconfig (+force): New variable.
4501         * Makefile: Use it in dependency list of installation targets.
4502         * db/Makefile: Likewise.
4503         * db2/Makefile: Likewise.
4504         * elf/Makefile: Likewise.
4505         * hurd/Makefile: Likewise.
4506         * iconv/Makefile: Likewise.
4507         * iconvdata/Makefile: Likewise.
4508         * intl/Makefile: Likewise.
4509         * localedata/Makefile: Likewise.
4510         * login/Makefile: Likewise.
4511         * po/Makefile: Likewise.
4512         * sunrpc/Makefile: Likewise.
4513         * sysdeps/mach/hurd/Makefile: Likewise.
4514         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
4515         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4516         * timezone/Makefile: Likewise.
4518 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4520         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
4521         alloc_size.  Pass return value of getcwd syscall to realloc.
4523 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4525         * manual/socket.texi: Spelling fixes.
4527 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4529         * elf/dl-load.c (print_search_path): Remove unused variable.
4531 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4533         * login/utmp_file.c: use __ftruncate not ftruncate.
4534         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
4535         for system call and make ftruncate weak alias.
4536         * posix/unistd.h: Add prototype for __ftruncate.
4537         * login/utmp_daemon.c (open_socket): Use __socket not socket.
4538         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
4539         instead of snprintf and readv.
4540         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
4541         snprintf.
4542         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
4543         directly.
4545 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
4547         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
4548         * iconv/gconv_db.c: Use __ protected regex functions.
4549         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
4550         * posix/getopt_init.c: Use __getpid not getpid.
4551         * posix/regex.c: Rename all global functions to start with __ and
4552         make old names weak aliases.
4553         * posix/regex.h: Adopt prototypes for this.
4554         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
4555         a weak alias and use __getcwd instead of getcwd.
4556         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
4557         * stdlib/strtod.c: Use __btowc instead of btowc.
4558         * stdlib/strtol.c: Likewise.
4559         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
4560         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
4561         and sys_errlist are weak.
4562         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
4563         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
4564         * wcsmbs/mbsnrtowcs.c: Likewise.
4565         * wcsmbs/mbsrtowcs.c: Likewise.
4566         * wcsmbs/wcsnrtombs.c: Likewise.
4567         * wcsmbs/wcsrtombs.c: Likewise.
4568         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
4569         weak alias.
4570         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
4571         * wctype/wctype.c: Define function as __wctype and make wctype
4572         weak alias.
4573         * wctype/wctype.h: Declare __wctype.
4575 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4577         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
4579 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4581         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
4582         stat64.
4583         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
4584         functions.
4585         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
4586         for __llseek.
4587         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4588         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4589         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
4590         make it a weak alias.
4591         * posix/unistd.h: Declare __lseek64.
4593         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
4594         (_IO_file_stat): Fix typo.
4595         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
4596         block size from the file.  Use __mempcpy if _LIBC.
4598 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
4600         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
4601         * wcsmbs/mbrtowc.c: Likewise.
4602         * wcsmbs/mbsnrtowcs.c: Likewise.
4603         * wcsmbs/mbsrtowcs.c: Likewise.
4604         * wcsmbs/wcrtomb.c: Likewise.
4605         * wcsmbs/wcsnrtombs.c: Likewise.
4606         * wcsmbs/wcsrtombs.c: Likewise.
4607         * wcsmbs/wctob.c: Likewise.
4609         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
4610         position of next output character correctly.
4611         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
4613         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
4615         * stdlib/strtod.c: Don't use mbtowc.
4617 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
4619         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
4620         what we want is smaller than a buffer.
4622 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
4624         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
4625         this function.
4627 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4629         * configure.in: Recognize --with-headers flag and determine
4630         commandline options to be used in compilation.
4631         * Makeconfig (+includes): Use $(sysincludes).
4632         * config.make.in (sysincludes): Define from SYSINCLUDES.
4633         * glibcbug.in: Use SYSINCLUDES information.
4634         Patches by Zack Weinberg.
4636 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4638         * glibcbug.in: On linux, report version of kernel headers seen
4639         by compiler.
4641 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
4643         * libc.map: Add __asprintf to GLIBC_2.1.
4644         * elf/dlerror.c: Use __asprintf, not asprintf.
4645         * libio/stdio.h: Declare __asprintf.
4646         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
4647         a weak alias.
4649         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
4650         to avoid inclusion from libc_pic.a.
4652         * elf/dl-runtime.c: Undo last patch.
4654         * stdlib/strtod.c: Don't use mbtowc, use btowc.
4656         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
4657         as default, use NULL.
4659 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4661         * resolv/Makefile: Include ../Makeconfig - needed for building
4662         static NSS module.
4664 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4666         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
4667         static-nss since we don't want hesiod in the static NSS.
4669         * nss/Makefile: Build only nss_files as static.
4671         * nss/function.def: Remove support for service db.
4673 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
4675         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
4677 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
4679         * posix/wordexp-test.c: Make IFS per test-case.
4681 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4683         * glibcbug.in: Report version of gcc in use.  Remove unused variable
4684         ENVIRONMENT.
4686 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
4688         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
4689         `-print-file-name' to find as and ld.
4691 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4693         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
4694         template is wrong.  Remove unused varaible `ignored'.
4696 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4698         * libc.map: Export __libc_sa_len.
4700         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
4702 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
4704         * iconv/gconv.c: Take care for NULL arguments.
4705         * iconv/gconv_dl.c: Make find_func function global.
4706         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
4707         Add prototypes for ASCII conversion functions.
4708         * iconv/gconv_simple.c: Add ASCII conversion functions.
4709         * locale/C-ctype.c: Correct charset name.
4711         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
4712         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
4713         wcsmbsload.
4714         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
4715         * wcsmbs/mbrtowc.c: Likewise.
4716         * wcsmbs/mbsnrtowcs.c: Likewise.
4717         * wcsmbs/mbsrtowcs.c: Likewise.
4718         * wcsmbs/wcrtomb.c: Likewise.
4719         * wcsmbs/wcsnrtombs.c: Likewise.
4720         * wcsmbs/wcsrtombs.c: Likewise.
4721         * wcsmbs/wctob.c: Likewise.
4722         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
4723         prototypes for wmemr*.
4724         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
4725         * wcsmbs/wcsnlen.c: New file.
4726         * wcsmbs/wcsmbsload.c: New file.
4727         * wcsmbs/wcsmbsload.h: New file.
4729         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
4731         * manual/install.texi: Describe some more critical points.
4733         * string/string.h: Add prototype for __strnlen.
4734         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
4736         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
4737         much less predictable names.
4738         * sysdeps/posix/mkstemp.c: Likewise.
4740 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4742         * manual/libc.texinfo (Top): Change "file namespace" to "local
4743         namespace".
4745         * manual/socket.texi: Change file namespace to local namespace.
4746         (Out-of-Band Data): Remove unneeded variable link.
4747         (Host Address Functions): Use uint32_t consequently and add a
4748         number of clarifications for IPv4/IPv6, classless addresses.
4749         (Internet Namespace): Added some paragraphs about IPv6.
4750         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4752 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4754         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
4756         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
4757         (NI_NUMERICHOST, et al.): Tidy up and add comments.
4758         (AI_NUMERICHOST): Define.
4759         (getnodebyname): New prototype.
4760         (AI_V4MAPPED, et al.): New constants.
4762         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
4763         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
4764         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
4765         for socket.
4766         * sysdeps/unix/sysv/linux/sa_len.c: New file.
4767         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
4769         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
4771         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
4772         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
4773         * socket/Makefile (headers): Add bits/sockunion.h.
4774         * socket/sys/socket.h: Include <bits/sockunion.h>
4775         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
4776         <sys/socket.h>, to avoid getting sockaddr_union defined.
4777         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
4778         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4779         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4781         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
4782         (2.2.x kernels won't have it).
4784 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
4786         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
4787         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
4788         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
4789         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
4791 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4793         * manual/socket.texi (Socket Addresses): Fix a typo.
4794         (Interface Naming): New section.
4796 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4798         * configure.in: Check for CC using $ac_tool_prefix, to handle
4799         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
4800         * config.make.in: Add MIG to be substituted.
4801         * mach/Machrules: Don't define MIG variable.
4803         Patch by Gordon Matzigkeit <gord@profitpress.com>.
4805 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
4807         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
4808         strdupa to copy rpath.
4810 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4812         * configure.in: Fix gcc version check.
4814         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
4815         confusing.
4817 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
4819         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
4820         of ptsname_r.
4822         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
4823         like ttyname_r.
4824         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
4825         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
4826         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
4827         of __ptsname_r accordingly.
4828         * login/openpty.c (openpty): Likewise.
4830 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
4832         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
4834 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4836         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
4838         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
4840 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4842         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
4843         return value for better error checking.
4845 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
4847         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
4848         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
4850         * elf/elf.h (EM_SPARC64): Remove.
4851         (EM_SPARC32PLUS, EM_SPARCV9): Add.
4852         (HWCAP_SPARC_V9): Add.
4854         * elf/ldsodefs.h (_dl_hwcap): Declare.
4855         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
4856         Weaken so dlopen from static progies works.
4857         (WEAKADDR): New macro.
4858         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
4859         (LD_SO_PRELOAD): New macro.
4860         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
4861         (elf_machine_rela): Weaken _dl_rtld_map.
4863         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
4864         to __clone, and remove the later's alias.
4865         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4867         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
4868         the kernel's structure.
4870         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
4871         Sparc needs a custom value of __KERNEL_NCCS.
4873 1998-04-06  Richard Henderson  <rth@cygnus.com>
4875         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
4877         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
4878         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4880 1998-04-06  Richard Henderson  <rth@cygnus.com>
4882         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
4883         as the buffer is not properly aligned.
4884         Reported by Juan Cespedes <cespedes@debian.org>.
4886 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4888         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
4889         instead of AF_FILE.
4891 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
4893         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
4894         and wc*tomb* functions.
4896 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
4898         * sysdeps/unix/start.c: Fix typo.
4900 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
4902         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
4904 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
4906         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
4907         expressions and using array variables.
4908         * sysdeps/libm-ieee754/e_asin.c: Likewise.
4909         * sysdeps/libm-ieee754/e_j0.c: Likewise.
4910         * sysdeps/libm-ieee754/e_j1.c: Likewise.
4911         * sysdeps/libm-ieee754/e_log.c: Likewise.
4912         * sysdeps/libm-ieee754/e_pow.c: Likewise.
4913         * sysdeps/libm-ieee754/k_cos.c: Likewise.
4914         * sysdeps/libm-ieee754/k_sin.c: Likewise.
4915         * sysdeps/libm-ieee754/k_tan.c: Likewise.
4916         * sysdeps/libm-ieee754/s_atan.c: Likewise.
4917         * sysdeps/libm-ieee754/s_erf.c: Likewise.
4918         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
4919         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
4920         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
4922 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
4924         * iconv/gconv.c: Rewrite of the low-level of gconv.
4925         * iconv/gconv.h: Likewise.
4926         * iconv/gconv_builtin.h: Likewise.
4927         * iconv/gconv_close.c: Likewise.
4928         * iconv/gconv_db.: Likewise.
4929         * iconv/gconv_dl.c: Likewise.
4930         * iconv/gconv_int.h: Likewise.
4931         * iconv/gconv_open.c: Likewise.
4932         * iconv/gconv_simple.c: Likewise.
4933         * iconvdata/8bit-gap.c: Adapt for rewrite.
4934         * iconvdata/8bit-generic.c: Likewise.
4935         * iconvdata/euckr.c: Likewise.
4936         * iconvdata/iso646.c: Likewise.
4937         * iconvdata/iso6937.c: Likewise.
4938         * iconvdata/iso8859-1.c: Likewise.
4939         * iconvdata/johab.c: Likewise.
4940         * iconvdata/sjis.c: Likewise.
4941         * iconvdata/t61.c: Likewise.
4942         * iconvdata/uhc.c: Likewise.
4944 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
4946         * iconv/gconv_int.h: New file.  Internal header.
4947         * iconv/Makefile (distribute): Add gconv_int.h.
4948         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
4949         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
4950         * iconv/gconv_close.c: Likewise.
4951         * iconv/gconv_conf.c: Likewise.
4952         * iconv/gconv_db.c: Likewise.
4953         * iconv/gconv_dl.c: Likewise.
4954         * iconv/gconv_int.h: Likewise.
4955         * iconv/gconv_open.c: Likewise.
4956         * iconv/iconv.c: Likewise.
4957         * iconv/iconv_close.c: Likewise.
4958         * iconv/iconv_open.c: Likewise.
4959         * iconv/iconv_prog.c: Likewise.
4961 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4963         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
4964         missing braces.
4966 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4968         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
4970 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4972         Based on patch from Pat Beirne:
4973         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
4974         PIC and non-PIC now.  Correctly negate error number.
4975         (errno): Use `%' not `@' in .type directives.
4977 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4979         * sysdeps/i386/strtok.S: Change to use single exit point.
4980         * sysdeps/i386/i686/strtok.S: Likewise.
4982 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4984         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
4985         default.
4987 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4989         * Makerules (installed-libcs): Fix typo.
4991 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4993         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
4994         (UHC-routines): Remove ksc5601.
4996 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4998         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
4999         introduced in last change.
5001 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
5003         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
5004         before 2.1.92.
5006 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5008         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
5010         * stdlib/isomac.c: Use -isystem instead of -I for system include
5011         dir.
5013 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
5015         * resolv/res_comp.c (underscorechar): New.
5016         (middlechar): Allow '_'.
5018 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5020         * intl/explodename.c (stdlib.h): Include that file only if
5021         STDC_HEADERS or _LIBC.
5022         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
5023         Patch by Philippe De Muyter <phdm@macqel.be>.
5025 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5027         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
5028         (AC_PROG_CHECK_VER): New macro.
5029         * configure.in: Use AC_PROG_CHECK_VER to check versions of
5030         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
5032 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
5034         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
5035         * sysdeps/i386/i686/strtok.S: New file
5036         * sysdeps/i386/i686/strtok_r.S: New file
5038 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
5040         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
5041         type to __off64_t.
5042         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
5043         parameter as __off64_t instead of __off_t.
5044         (ftello): Make alias for ftello64 instead of ftello.  Change
5045         return type to __off64_t.
5047 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5049         * sysdeps/i386/bits/string.h: Fix various typos.
5050         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
5052         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
5054 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5056         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
5057         lchown syscall correctly.  [PR libc/541].
5059 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
5061         * localedata/Makefile: Correct testsuite rules.
5063         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
5064         * iconvdata/iso646.c: Fix conversion from UCS4.
5066         * elf/ldsodefs.h: Mark internal function with internal_function.
5067         * elf/dl-addr.c: Likewise.
5068         * elf/dl-close.c: Likewise.
5069         * elf/dl-debug.c: Likewise.
5070         * elf/dl-deps.c: Likewise.
5071         * elf/dl-error.c: Likewise.
5072         * elf/dl-fini.c: Likewise.
5073         * elf/dl-init.c: Likewise.
5074         * elf/dl-load.c: Likewise.
5075         * elf/dl-lookup.c: Likewise.
5076         * elf/dl-object.c: Likewise.
5077         * elf/dl-open.c: Likewise.
5078         * elf/dl-profile.c: Likewise.
5079         * elf/dl-reloc.c: Likewise.
5080         * elf/dl-runtime.c: Likewise.
5081         * elf/dl-symbol.c: Likewise.
5082         * elf/dl-version.c: Likewise.
5083         * elf/dlerror.c: Likewise.
5084         * sysdeps/generic/dl-sysdep.c: Likewise.
5085         * sysdeps/i386/dl-machine.h: Likewise.
5086         * intl/finddomain.c: Likewise.
5087         * intl/gettextP.h: Likewise.
5088         * intl/loadmsgcat.c: Likewise.
5090 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
5092         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
5093         * iconv/gconv_builtin.h: Add definitions for new builtins.
5094         * iconv/gconv.h: Add prototypes for new builtins.
5096         * iconvdata/Makefile (modules): Add ISO646.
5097         Add rules for ISO646 module.
5098         (distribute): Add iso646.c.
5099         * iconvdata/gconv-modules: Add module and alias definition for
5100         ISO646 charsets.
5101         * iconvdata/iso646.c: New file.
5103 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
5105         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
5106         * iconv/iconv_prog.c: Implement --list option to print available
5107         coded character sets.
5109 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5111         Make fread() read large blocks straight to the user buffer.
5113         * libio/fileops.c (_IO_file_xsgetn): New function.
5114         (_IO_file_jumps): Use it.
5115         * libio/libioP.h: Prototype it.
5117 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
5119         * iconv/gconv_conf.c (builtin_aliases): New variable.
5120         (__gconv_read_conf): Add builtin aliases.
5121         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
5122         noop macro before including gconv_builtin.h.
5123         * iconv/gconv_builtin.h: Add alias names.
5125         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
5126         number of converted bytes correctly.
5128 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5130         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
5131         we only wait for a replay.
5133 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
5135         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
5136         EUC-KR modules.
5138 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
5140         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
5141         use PLTJMP() rather than explicit (PLT).
5143         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
5144         __libc_start_main().
5146         Based on patch from Pat Beirne:
5147         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
5148         Always define, not only #ifndef PIC.
5149         (DO_CALL): Pass fifth argument correctly in R4.
5150         (PSEUDO): Correct test for error, call syscall_error through PLT
5151         if PIC.
5153 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
5155         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
5156         definitions.
5158 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
5160         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
5161         JOHAB.so.
5163 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
5165         * io/Makefile (static-only-routines): Add stat64, fstat64 and
5166         lstat64.
5168 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5170         * manual/Makefile: Use object-suffixes-for-libc instead of
5171         object-suffixes.
5172         * rpm/Makefile (install-lib): Likewise.
5174 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5176         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
5178         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
5179         `m68*', not only `m68k'.
5181 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5183         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
5185         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
5186         install lddlibc4.
5188 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5190         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
5191         EUC-KR.
5193         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
5194         comment.
5196 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
5198         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
5199         the init stuff.
5201 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5203         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
5204         adjtimex syscall.
5205         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
5206         adjtimex.
5207         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
5209 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5211         * Makerules (install): Change comment for libc.so following the
5212         libc_nonshared changes.
5214 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5216         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
5218         * iconvdata/gap.pl: Avoid using %#06x.
5220 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5222         * Makerules: Use $? instead of S^ when invoking ar.
5224 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5226         * db2/compat.h: Allow EFTYPE being defined.
5227         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
5228         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
5229         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
5230         * sysdeps/mach/bits/libc-lock.h: Fix typo.
5231         (__libc_once): Correctly unlock semaphore.
5232         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
5233         * sysdeps/unix/bsd/getpt.c: Fix typo.
5234         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
5236 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5238         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
5239         macros.
5241 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
5243         * include/mntent.h: New file.
5245         * elf/Makefile (trusted-dirs.h): Append slash to filename.
5246         * elf/dl-load.c: Rewrite search path handling.
5247         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
5248         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
5249         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
5250         * elf/ldsodefs.h: Add prototype.
5252 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
5254         * nss/nsswitch.c (__nss_lookup): Adjust comment.
5256         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
5257         function.
5259         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
5261         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
5262         New function.
5263         (HWCAP_IMPORTANT): New definition.
5265 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
5267         * elf/dl-open.c (_dl_open): Fix a typo.
5268         (_dl_global_scope_alloc): Make it static.
5270 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
5272         * Makerules: Remove duplicate rules to handle stamp.oS.
5274 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5276         * manual/examples/inetsrv.c (main): Change prototype of
5277         make_socket following change in mkisock.c.
5279         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
5280         example host.
5281         (main): Change prototype of init_sockaddr following change in
5282         isockadd.c.
5284         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
5285         * manual/examples/isockad.c (init_sockaddr): Likewise.
5287         * manual/examples/mkfsock.c (make_named_socket): Removed blank
5288         lines for clarification.
5289         (make_named_socket): Use strncpy instead of strcpy.
5290         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
5292 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
5294         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
5295         determining libs to remove.
5296         (postclean): Add soversions.mk.
5297         * Makerules (common-mostlyclean): Add tests-static and generated
5298         files.
5300 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
5302         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
5303         scanning for \0.
5304         (__strncat_g): Add i686 specific code.
5306 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5308         * manual/install.texi (Reporting Bugs): Ask to include section
5309         names in reports.
5311 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5313         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
5314         guard against direct inclusion.
5316 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5318         Rework support for libc_nonshared.a:
5319         * Makeconfig (object-suffixes-for-libc): New variable.
5320         * Rules: Remove handling of static-only and shared-only routines.
5321         * Makerules: Handle them here instead.  Use
5322         object-suffixes-for-libc instead of object-suffixes when dealing
5323         with libc objects.
5324         (object-suffixes-for-rules): Remove variable.
5325         (elide-routines.oS): Elide all routines except static-only
5326         routines.
5327         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
5328         empty.
5329         (installed-libcs): Remove special case for .oS.
5330         (rmobjs): Likewise.
5332 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5334         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
5335         do-tst-rpmatch): New targets.
5336         (test): Use them.
5337         (install-locales): Ignore comment lines.
5339 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5341         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
5342         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
5343         ($(objpfx)rtldtbl.h): Likewise.
5344         (CPPFLAGS-dl-load.c): Fix reference to object directory.
5346 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
5348         * manual/string.texi (Finding Tokens in a String): Extend strsep
5349         description and correct example.
5351 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5353         * manual/socket.texi: Remove misguided explicit line breaks and
5354         fix the formatting problem instead by reformulating the
5355         paragraphs.
5356         * manual/filesys.texi: Likewise.
5357         * manual/conf.texi: Likewise.  Don't typeset table with index
5358         fonts, that looks worse than a minimally overfull line.
5360 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5362         * nscd/Makefile (nscd-modules): Move definition outside of
5363         conditional.
5365         * pwd/Makefile: Use have-thread-library to test for thread
5366         library.
5368 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5370         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
5372         * iconvdata/uhc.c (gconv): Remove unused variable idx.
5374 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
5376         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
5378 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
5380         * nss/getXXent_r.c: Correctly handle failing setXXent function.
5382         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
5383         Reported by Andreas Jaeger.
5385 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
5387         * elf/Makefile: Fix typo.
5388         (distribute): Add dl-librecon.h.
5389         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
5390         * elf/ldd.sh.in: Likewise.
5391         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
5392         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
5393         Use strsep correctly.
5394         (process_envvars): Allow platform specific variables.
5395         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
5396         (_dl_load_cache_lookup): Test cache IDs found against
5397         _dl_correct_cache_id.
5398         * sysdeps/generic/dl-librecon.h: New file.
5399         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
5401         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
5403 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
5405         * config.make.in (ldd-rewrite-script): New variable.
5406         * configure.in: Substitute ldd-rewrite-script.
5407         * elf/Makefile: Rewrite rules to generate ldd script.
5408         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
5409         * elf/ldd.sh.in: Likewise.
5410         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
5411         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
5412         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
5413         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
5414         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
5416 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5418         * inet/rcmd.c (iruserok): Remain setuid to the local user
5419         while .rhosts is actually read, to make .rhosts-over-NFS work
5420         (PR libc/524).  Use iruserfopen() for security checks on both
5421         hosts.equiv and .rhosts.  General cleanup.
5422         (iruserfopen): New function, performs careful checking on
5423         hosts.equiv/.rhosts files.  Disallows all the old forbidden
5424         stuff plus hard links to files.
5426 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
5428         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
5430         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
5432 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
5434         * sysdeps/i386/i486/bits/string.h: Fix typos.
5436 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
5438         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
5439         strong alias.
5441         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
5443         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
5444         Added.  Used by libm.so on alpha.
5446 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5448         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
5449         defined.
5451 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
5453         * Makerules (object-suffixes-for-rules): Add .oS only for
5454         building shared library.
5455         Add ranlib rule for nonshared library.
5456         (rmobjs): Fix typo.
5458         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
5459         into for shared library only.
5460         (CPPFLAGS-.oS): Add -DPIC.
5461         (libtypes): Use $(object-suffixes-for-rules) instead of
5462         $(object-suffixes).
5464 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
5466         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
5467         and install lddlibc4.
5469 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5471         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
5472         hash.
5473         * iconvdata/gaptab.pl: Likewise.
5475 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
5477         * Rules: Allow Makefiles to specify test-static for tests which
5478         cannot be linked dynamically.
5479         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
5480         tests-static.
5482         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
5484         * misc/error.c: Pretty print.
5486 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5488         * Makerules (libc_nonshared-name): Remove variable.
5489         (installed-libcs): Use libc-name instead.
5490         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
5491         dynamic linker.
5493         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
5494         libc.a.  Remove explicit reference to dynamic linker.
5496 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5498         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
5499         to wchar_t.
5500         * iconv/iconv_prog.c: Correctly test for write failure.
5501         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
5502         * iconvdata/gconv-modules: Likewise.
5503         * iconvdata/euckr.c: New file.
5504         * iconvdata/johab.c: New file.
5505         * iconvdata/ksc5601.c: New file.
5506         * iconvdata/ksc5601.h: New file.
5507         * iconvdata/uhc.c: New file.
5508         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
5510         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
5511         * stdio/fopen.c: Correct handling of 'x' flag.
5512         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
5514 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5516         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
5517         * sunrpc/rpcsvc/key_prot.x: Likewise.
5518         * sunrpc/key_prot.c: Likewise.
5520 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
5522         * sysdeps/i386/bits/string.h: Correct things which never worked.
5523         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
5524         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
5526 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5528         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
5529         defined.  Reported by Thorsten Kukuk.
5531 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
5533         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
5535 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5537         * manual/install.texi (Supported Configurations): Add
5538         arm-linuxaout and arm-none.
5540 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5542         * version.h (VERSION): Bump to 2.0.93.
5544 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
5546         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
5548         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
5550         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
5551         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
5553 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5555         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
5557 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5559         Put the static-only routines in a separate library.
5560         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
5561         variables.
5562         (all-object-suffixes): Add .oS.
5563         * Makerules (libc_static-name): New variable.
5564         (installed-libcs): Add libc_nonshared.a.
5565         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
5566         (object-suffixes-for-rules): New variable.  Use it instead of
5567         object-suffixes for generating compilation rules.
5568         (rmobjs): Also remove *.oS.
5569         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
5570         ($(objpfx)stamp.oS): New target.
5572 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5574         * Makefile (FAQ): Automatically check in regenerated FAQ.
5576 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5578         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
5580 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5582         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
5583         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
5585         * sysdeps/generic/stub_warning: Removed.
5587         * Makefile (distribute): Add include/des.h.
5589         * manual/Makefile (distribute): Change dir-add.texi to
5590         dir-add.texinfo.
5592         * glibcbug.in: Create files safely when mktemp is not available.
5594         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
5595         Patch by a sun <asun@saul1.u.washington.edu>.
5597 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5599         * libc.map: Rename getname to getnetname.
5601 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
5603         * manual/maint.texi: Use supported platform in examples.
5605         * manual/install.texi: Document some installation tips.
5607 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
5609         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
5610         Fix a bug so that it returns an error if a numeric parameter is
5611         unset and WRDE_UNDEF is set.
5612         Patch by Andreas Schwab and Tim Waugh.
5613         * posix/wordexp-test.c: Add new new test.
5615 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5617         * posix/regex.c (regex_compile): Last patch wasn't entirely
5618         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
5620 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5622         * manual/filesys.texi (Scanning Directory Content): Fix typo.
5624 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
5626         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
5627         clobbered registers don't appear as operands.
5629 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5631         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
5632         Solaris' sake.
5634         * posix/regex.c (regex_compile): Don't allow non-alphabet
5635         characters in character set name.
5637 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
5639         * posix/wordexp.c (w_newword): New function.
5640         (do_parse_glob): New function.
5641         (parse_glob): Use do_parse_glob.  Now handles the case where a
5642         variable expansion causes a field-split.
5643         (wordexp): Use w_newword.
5644         (parse_arith): Likewise.
5645         (exec_comm): Likewise.
5646         (parse_comm): Likewise.
5647         (parse_param): Likewise.
5648         (parse_backtick): Likewise.
5650 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
5652         * posix/wordexp-tst.sh: Another test.
5654         * posix/wordexp-test.c: Two new tests.
5656         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
5657         directly (the code using realloc was buggy).
5658         (parse_param): Fix typo in comment.
5660 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5662         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
5664 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5666         * libc.map: Add more rpc auth functions/variables.
5668         * nscd/nscd.c: Add -g option to argp options.
5670 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5672         * configure.in: Be prepared for gcc 2.9.10 and up.
5673         * configure.in: Add missing disabling of quote characters in
5674         compiler version check.  Reported by HJ Lu.
5676 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5678         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
5680 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5682         * intl/locale.alias: Fix spelling of romanian.
5684         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
5685         (distribute): Remove des.h.
5686         * include/des.h: New file.
5687         * sunrpc/des.h: Moved to ...
5688         * sunrpc/rpc/rpc_des.h: ...here.
5690 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
5692         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
5693         Fix paren.
5695 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5697         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
5698         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
5700 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5702         * elf/ldsodesf.h: New file.
5703         * elf/Makefile (distribute): Add ldsodefs.h.
5704         * elf/link.h: Separate internal information in exter header.
5705         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
5706         * elf/dl-minimal.c: Likewise.
5707         * sysdeps/generic/dl-sysdep.c: Likewise.
5708         * elf/sprof.c: Likewise.
5709         * elf/dlsym.c: Likewise.
5710         * elf/dlvsym.c: Likewise.
5711         * elf/dlerror.c: Likewise.
5712         * elf/dladdr.c: Likewise.
5713         * elf/dlclose.c: Likewise.
5714         * elf/dlopen.c: Likewise.
5715         * elf/dl-addr.c: Likewise.
5716         * elf/dl-close.c: Likewise.
5717         * elf/dl-debug.c: Likewise.
5718         * elf/dl-deps.c: Likewise.
5719         * elf/dl-error.c: Likewise.
5720         * elf/dl-fini.c: Likewise.
5721         * elf/dl-init.c: Likewise.
5722         * elf/dl-load.c: Likewise.
5723         * elf/dl-lookup.c: Likewise.
5724         * elf/dl-object.c: Likewise.
5725         * elf/dl-open.c: Likewise.
5726         * elf/dl-profile.c: Likewise.
5727         * elf/dl-reloc.c: Likewise.
5728         * elf/dl-runtime.c: Likewise.
5729         * elf/dl-support.c: Likewise.
5730         * elf/dl-symbol.c: Likewise.
5731         * elf/dl-version.c: Likewise.
5732         * sysdeps/generic/dl-cache.c: Likewise.
5733         * sysdeps/generic/libc-start.c: Likewise.
5734         * iconv/gconv_dl.c: Likewise.
5735         * nss/nsswitch.c: Likewise.
5737 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
5739         * manual/nss.texi: The database is not called network but networks.
5740         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
5742 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5744         * configure.in: Correct test for compiler version.
5745         Check that LD_LIBRARY_PATH doesn't contain current path.
5747 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
5749         * elf/dl-close.c (_dl_close): Fix byte count while removing
5750         the shared object from the global scope list and optimize
5751         a little bit.
5753 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5755         * manual/filesys.texi (Scanning Directory Content): Add missing
5756         closing brace.
5757         (Scanning Directory Content): Fix text.
5759 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5761         * manual/memory.texi (Heap Consistency Checking): Add paragraph
5762         explaining difference of -lmcheck and MALLOC_CHECK_.
5764 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5766         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
5767         typos in comments.
5769 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5771         * test-skeleton.c (main): Fix test for exit signal.
5773 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5775         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
5777 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5779         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
5780         appropriate.
5782 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5784         * libc.map: Export __strtok_r.
5786 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
5788         * posix/regex.c (re_compile_fastmap): Remove unused variable
5789         num_regs and adjust comment.
5790         Patch by Jim Meyering <meyering@ascend.com>.
5792         * math/math.h (M_*l): Extend long double constants to be usable
5793         for 128 bit floats.  Patch by Richard Henderson.
5795 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5797         * sysdeps/m68k/m68020/wordcopy.S: New file.
5799 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
5801         * posix/wordexp.c: Rewrite parse_param.
5802         Patch by Tim Waugh and Andreas Schwab.
5804 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5806         * Rules: Update timestamps on empty object files.
5808 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
5810         * manual/filesys.texi (Scanning Directory Content): Add description
5811         of 64 bits scandir function and friends.
5813 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5815         * glibcbug.in: Use mktemp to generate unique file name for
5816         temporary files.
5818         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
5819         ptsname_r.  Use cast for execve call.
5821 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
5823         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
5824         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
5825         * io/sys/statvfs.h: New file.
5826         * sysdeps/generic/fstatvfs.h: New file.
5827         * sysdeps/generic/statvfs.h: New file.
5828         * sysdeps/generic/fstatvfs64.h: New file.
5829         * sysdeps/generic/statvfs64.h: New file.
5830         * sysdeps/generic/bits/statvfs.h: New file.
5831         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
5832         * sysdeps/unix/sysv/linux/statvfs.c: New file.
5833         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
5835         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
5836         and f_ffree elements.
5838         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
5839         mount options in enum.
5841 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5843         * configure.in: Check for recent egcs/gcc.
5845 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5847         * libc.map: Add alphasort64, scandir64, versionsort64.
5848         * dirent/Makefile (routines): Add scandir64, alphasort64, and
5849         versionsort64.
5850         * dirent/alphasort64.c: New file.
5851         * dirent/scandir64.c: New file.
5852         * dirent/versionsort64.c: New file.
5853         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
5854         versionsort.
5855         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
5856         old name weak alias.
5857         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
5859         * dirent/alphasort.c: Use strcoll instead of strcmp.
5861         * dirent/scandir.c: Optimize a bit.
5863         * dirent/versionsort.c: Pretty print.
5865 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5867         * string/string.h: Add prototype for __strtok_r.
5869 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5871         * posix/Makefile: Fix typo in last change.
5873 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5875         * dirent/dirent.h (scandir): Make argument of select function const.
5876         * dirent/scandir.c (scandir): Likewise.
5877         Reported by David.Faure@insa-lyon.fr [PR libc/512].
5879 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
5881         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
5882         weak alias.
5883         * sysdeps/i386/strtok_r.c: Likewise.
5885         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
5886         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
5887         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
5888         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
5889         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
5890         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
5892 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5894         * intl/localealias.c: Remove unneeded define for strdup.
5896 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
5898         * manual/argp.texi: Adjust for better TeX output.
5899         * manual/arith.texi: Likewise.
5900         * manual/conf.texi: Likewise.
5901         * manual/filesys.texi: Likewise.
5902         * manual/header.texi: Likewise.
5903         * manual/lgpl.texinfo: Likewise.
5904         * manual/math.texi: Likewise.
5905         * manual/message.texi: Likewise.
5906         * manual/pattern.texi: Likewise.
5907         * manual/process.texi: Likewise.
5908         * manual/signal.texi: Likewise.
5909         * manual/socket.texi: Likewise.
5910         * manual/startup.texi: Likewise.
5911         * manual/stdio.texi: Likewise.
5912         * manual/terminal.texi: Likewise.
5913         * manual/examples/rprintf.c: Likewise.
5914         * manual/examples/testopt.c: Likewise.
5915         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5917 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
5919         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
5920         parameter name after seeing a digit if it's enclosed in braces.
5922 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5924         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
5926 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5928         * manual/memory.texi (Heap Consistency Checking): Document
5929         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
5931 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5933         * manual/Makefile: Add missing rules.
5935 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5937         * timezone/Makefile (generated): Define to remove all stamp files.
5939         * sysdeps/generic/strsep.c: Also undefine __strsep.
5941         * string/strdup.c: Undefine __strdup and strdup first.
5942         * string/strndup.c: Likewise.
5944         * string/bits/string2.h: Correct strtok_r and strsep.
5945         Add strndup optimization.
5947         * sysdeps/generic/strsep.c: Little optimization.
5949 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
5951         * string/bits/string2.h: Add optimization for strdup.
5952         Always define __strsep and __strtok_r and make real names available
5953         when feature select macros are defined.
5955 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5957         * manual/install.texi (Installation): Use i486-linux as example
5958         instead of the unsupported sunos4.
5959         (Reporting Bugs): Mention glibcbug script.
5960         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
5962 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5964         * posix/wordexp-tst.sh: Make portable.  Add more tests.
5966         * posix/Makefile (do-globtest do-wordexp-test): New targets.
5968 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
5970         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
5971         * sysdeps/generic/libc-start.c: ...here, replacing former content.
5973         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
5974         netpacket/packet.h.
5976         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
5978 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5980         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
5981         in enumerator for strict standard compliance.
5982         * sysdeps/generic/bits/resource.h: Likewise.
5984 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
5986         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
5987         (PLTJMP): New macro.
5989         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
5990         longjmp() when floating point enabled.
5991         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
5992         * sysdeps/arm/__longjmp.S: Remove floating point code.
5993         * sysdeps/arm/setjmp.S: Likewise.
5995         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
5996         * sysdeps/arm/bsd-_setjmp.S: Likewise.
5998         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
5999         memset().
6001         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
6002         prototype.
6004 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
6006         Based on patches from Pat Beirne and Scott Bambrough:
6008         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
6010         * sysdeps/arm/bits/fenv.h: New file.
6012         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
6013         * sysdeps/arm/elf/setjmp.S: Likewise.
6014         * sysdeps/arm/elf/start.S: Likewise.
6015         * sysdeps/arm/init-first.c: Likewise.
6016         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
6017         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
6018         comment about floating point to reflect current reality.
6020         * sysdeps/unix/arm/brk.S: Support PIC.
6021         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
6022         re-entrant code.
6023         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
6024         return; call syscall_error through PLT.
6025         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
6027 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
6029         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
6030         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
6031         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
6033 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
6035         * dirent/list.c (test): Return error value.
6036         (main): Exit with error value.
6038         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
6040         * Makefile (distribute): Add test-skeleton.c.
6041         * test-skeleton.c: New file.
6042         * dirent/Makefile (tests): Add opendir-tst1.
6043         * dirent/opendir-tst1.c: New file.
6045 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
6047         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
6048         Optimize memory handling.
6049         * sysdeps/unix/closedir.c: Optmize memory handling.
6051 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
6053         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
6054         handling.  Optimize a bit.
6056 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
6058         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
6059         (parse_param): Fold in Andreas' fixes to do with when the end of
6060         the parameter name has been reached, and quoting inside ${...}.
6061         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
6062         $((echo);(ls)).
6064 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6066         * manual/maint.texi: Split out installation and contribution
6067         sections to their own appendices.  Misc cleanups.
6068         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
6069         * manual/contrib.texi: New file.
6070         * manual/libc.texinfo: Pull in new appendices.
6071         * manual/header.texi: Correct node pointer.
6073 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6075         * manual/process.texi (Process Completion): Clarify return value
6076         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
6078 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6080         * posix/wordexp-test.c: Add more tests.
6081         (testit): Fix logic.
6083         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
6084         /dev/null instead of closing it, close pipe.  Always chop off all
6085         trailing newlines.  Kill and reap child before returning error.
6086         (w_addword, parse_glob): Fix memory leak.
6087         (wordexp): Fix dangling pointer problem.
6089 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
6091         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
6093         * posix/wordexp-test.c (main): Fix little thinkos and typos.
6095         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
6096         directory index by only the language.
6098 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
6100         * posix/wordexp-tst.sh: Store test results in the
6101         ${common_objpfx}posix directory.
6103         * posix/wordexp-test.c: Remove temporary directory afterwards.
6105 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6107         * libc.map: Export internal versions of cancelable functions.
6109 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6111         * Makerules (MAKEFLAGS): Append `r'.
6113 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6115         * Makeconfig: Define have-thread-library, shared-thread-library
6116         and static-thread-library if a thread library is available.  Don't
6117         define rt.
6118         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
6119         nscd-routines to nscd-modules.  Use shared-thread-library and
6120         static-thread-library in dependencies.
6121         * rt/Makefile: Only compile librt if have-thread-library is
6122         defined.
6123         * Makefile (subdirs): Always include rt subdir.
6125 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6127         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
6129 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
6131         * configure.in: Recognize variations for 32 MIPS processors.
6132         Don't assume ELF systems always have .weak, test for .weakext.
6134 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
6136         * configure.in: Irix6 is an ELF platform.
6138 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
6140         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
6141         unmapping the last loaded segment.
6143 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
6145         * configure.in: Set base_os for Irix6.
6146         Correct test for .weakext.
6148 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6150         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
6151         (new_line) to _dl_debug_message call.
6153 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
6155         * posix/wordexp.c (parse_param): Perform field-splitting after
6156         expanding positional parameter.
6158         * posix/wordexp-tst.sh: Test that field-splitting is performed
6159         after expanding positional parameter.
6161         * posix/wordexp.c (parse_param): Fixed memory leak in
6162         field-splitting after parameter expansion.
6164 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
6166         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
6167         (get_toplvl_escape): Correctly terminate loop at EOF.
6168         Patch by Cristian Gafton <gafton@redhat.com>.
6170 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
6172         * string/tester.c (test_strpbrk): Add more strpbrk tests.
6173         (test_strsep): Likewise.  Correct horrible bugs.
6175         * string/bits/string2.h (strcspn): Optimize also reject string of
6176         length 2 and 3.
6177         (strspn): Likewise.
6178         (strpbrk): Likewise.
6179         (strsep): Likewise.  Correct bug with successive separators and
6180         separators at the end of the string.
6181         * sysdeps/generic/strsep.c: Correct bug with successive separators
6182         and separators at the end of the string.
6184 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
6186         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
6187         etc) now handled, as well as $$ (pid).
6189         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
6190         (distribute): Add wordexp-tst.sh.
6192         * posix/wordexp-tst.sh: New file.
6194         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
6195         number of positional parameters.  Renamed substitute_length to
6196         seen_hash.
6197         Don't free(env) is env is NULL.
6199 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
6201         * libc.map: Add pthread_attr_init to GLIBC_2.1.
6203 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
6205         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
6206         for output file replacing gmon.out.
6207         Patch by Dean Gaudet <dgaudet@arctic.org>.
6209 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6211         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
6212         up namespace.  Optimize finding end of line.
6214 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6216         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
6217         securely.  Optimized.
6218         (process_dl_debug): Add ':' to list of separators.  Optimized.
6220 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6222         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
6223         isless, islessequal, islessgreater, isunordered): Return zero or
6224         one.
6226 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
6228         * posix/wordexp-test.c: More tests.
6229         (main): Set up arena for pathname expansion tests (in a temporary
6230         directory).
6231         (testit): Don't check word count or word vector if return value is
6232         non-zero.
6234         * posix/wordexp.c (exec_comm): Always chop off terminating
6235         linefeed (just like bash does).
6236         (parse_param): Change lots of occurrences of "if (!*env)" to "if
6237         (!env || !*env)".
6238         (parse_param): For assignment inside parameter expansion, use all
6239         expanded words in assignment rather than just the first.
6240         (parse_param): Corrected return value for parameter expansion of
6241         an unset variable when WRDE_UNDEF is in effect.
6242         (parse_dollars): Don't field-split if quoted.
6243         (wordexp): Opening brace character isn't allowed unquoted.
6245 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
6247         * elf/dlerror.c: Fix concurrency problems with error string and
6248         number.
6250         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
6251         filter/auxiliary are being loaded.
6253 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
6255         * elf/dlerror.c (last_object_name): Removed.
6256         (dlerror): Don't use last_object_name.
6257         (_dl_error_run): Omit second argument to _dl_catch_error.
6258         * elf/dl-error.c (struct catch): Remove objname member.
6259         (_dl_signal_error): Construct string including objname when given.
6260         (_dl_catch_error): Remove objname handling.
6261         * elf/link.h (_dl_catch_error): Fix prototype and comment.
6262         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
6263         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
6264         * nss/nsswitch.c (nss_dlerror_run): Likewise.
6265         * iconv/gconv_dl.c (dlerror_run): Likewise.
6266         [Corrects PR libc/501].
6268 1998-03-12  Matthias Urlichs <smurf@noris.de>
6270         * nscd/nscd.c: Ignore SIGPIPE.
6272 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
6274         * nscd/nscd_getgr_r.c: Use __ protected names.
6275         * nscd/nscd_getpw_r.c: Likewise.
6277 1998-03-12  Matthias Urlichs <smurf@noris.de>
6279         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
6280         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
6281         null bytes are not transmitted.
6283 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6285         * powerpc/syscalls.list: Correct typo.
6286         * alpha/syscalls.list: Likewise.
6287         * mips/syscalls.list: Likewise.
6289 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
6291         * socket/sys/socket.h: Add prototype for __socket.
6293 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6295         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
6297         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
6298         constants.
6300         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
6301         definition here.
6302         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
6303         definition here.
6305         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
6306         AF_* and PF_* constants.
6308         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
6310 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
6312         * elf/rtld.c: Update help message.
6313         Install link maps for preloaded objects using main_map as loader.
6315         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
6316         * elf/dl-profile.c: Likewise.
6318         * elf/dlsym.c: Little optimization.
6319         * elf/dlvsym.c: Likewise.
6321 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
6323         * posix/wordexp-test.c: Move test for parameter list at the very
6324         beginning.
6326 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6328         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
6329         WRDE_REUSE flag is set.
6330         (parse_param): Allow `*', `@', and numbers in parameter names.
6331         (parse_dollars): Differentiate between arithmetic expansion and a
6332         command substitution that starts immediately with a sub-shell
6333         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
6334         (parse_param): Memory allocated with __alloca in a block was
6335         referenced outside that block.  Adjusted to use malloc/free.
6336         (parse_param): Adjusted field-splitting algorithm so that there is
6337         not necessarily a field split at the end of a parameter expansion.
6339 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
6341         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
6342         don't free words that have already been allocated.
6343         (parse_param): A dollar sign on its own will never have a pattern
6344         associated with it (like "${HOME%%/}" has), so don't try to free it.
6345         (parse_glob): Attempt to glob when an unquoted `[' is found
6346         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
6347         (parse_glob): Sorted out quoting in a glob-able word.
6348         (parse_param): Added $* and $@ handling.
6350 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
6352         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
6353         parsing it.
6355 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6357         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
6358         _dl_debug_message.
6360 1998-03-12  Matthias Urlichs  <smurf@noris.de>
6362         * elf/dl-misc.c: Default for debug output should be stderr.
6363         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
6364         * elf/dl-lookup.c: reference_name may be NULL or empty.
6366 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6368         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
6370 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
6372         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
6374         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
6376 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6378         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
6379         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6381 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6383         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
6384         init stuff.
6386 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6388         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
6389         flag.
6391         * misc/syslog.c (vsyslog): Don't try to send if not connected to
6392         syslog daemon.
6393         (closelog_internal): Don't do anything if not connected.
6395 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
6397         * libc.map: Add _dl_debug_message.
6398         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
6399         before every line.
6400         * elf/fini.c: Correctly use new _dl_debug_message function.
6401         * elf/init.c: Likewise.
6402         * elf/dl-lookup.c: Likewise.
6403         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6404         * elf/dl-load.c: Likewise.  Add more debugging prints.
6405         * elf/dl-reloc.c: Likewise.
6406         * elf/dl-version.c: Likewise.
6407         * elf/dl-support.c: Add variables for debugging.
6408         * elf/rtld.c: Likewise.  Recognize new debug options.
6409         * elf/link.h: Declare new variables.
6411         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
6413 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6415         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
6416         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
6418 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6420         * posix/wordexp-test.c (command_line_test): New function to allow
6421         testing of specific cases from the command-line.
6423 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6425         * elf/dl-init.c (_dl_init_next): Print nicer messages.
6426         * elf/dl-fini.c (_dl_fini): Likewise.
6427         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
6429         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
6430         symbol in debug message.
6431         (_dl_lookup_versioned_symbol_skip): Likewise.
6433 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
6435         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
6436         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
6437         * manual/filesys/texi: Document this.
6439 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
6441         * manual/filesys.texi: Document the change below.
6443 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6445         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
6446         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
6448 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
6450         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
6451         instead scope.  If debugging display information about symbol
6452         resolving.
6453         (_dl_lookup_symbol): Call do_lookup with correct parameters.
6454         (_dl_lookup_symbol_skip): Likewise.
6455         (_dl_lookup_versioned_symbol): Likewise.
6456         (_dl_lookup_versioned_symbol_skip): Likewise.
6457         * elf/dl-support.c: Define _dl_debug_symbols.
6458         * elf/link.h: Add declaration for _dl_debug_symbols.
6459         * elf/rtld.c: Define _dl_debug_symbols.
6460         (process_dl_debug): Recognize symbols option.
6462 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
6464         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
6465         in correct format.
6466         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
6467         with correct parameters.
6468         [!PIC]: Initialize __libc_multiple_libcs.
6470 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
6472         * elf/dl-support.c (_dl_debug_bindings): Add definition.
6473         * elf/rtld.c (_dl_debug_bindings): Add definition.
6474         (process_dl_debug): Recognize bindings option.  Update help message.
6475         * elf/link.h (struct link_map): Add l_versyms member.
6476         (_dl_debug_bindings): Add declaration.
6477         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
6478         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
6479         and l_reloc_result.
6480         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
6481         (sym_val): Remove a member, add m as link_map.
6482         (do_lookup): Return result appropriately.
6483         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
6484         Call do_lookup correctly.
6485         (_dl_lookup_symbol_skip): Likewise.
6486         (_dl_lookup_versioned_symbol): Likewise.
6487         (_dl_lookup_versioned_symbol_skip): Likewise.
6489 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
6491         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
6492         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
6494         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
6495         * libc.map: Add chown to GLIBC_2.1.
6496         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
6497         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
6499 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6501         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
6502         weak alias.
6503         * sysdeps/alpha/ffs.c: Likewise.
6504         * sysdeps/am29k/ffs.c: Likewise.
6505         * sysdeps/i386/ffs.c: Likewise.
6506         * sysdeps/i960/ffs.c: Likewise.
6507         * sysdeps/m68k/ffs.c: Likewise.
6508         * sysdeps/m88k/ffs.c: Likewise.
6509         * sysdeps/powerpc/ffs.c: Likewise.
6510         * sysdeps/rs6000/ffs.c: Likewise.
6511         * sysdeps/vax/ffs.s: Likewise.
6512         * string/string.h: Declare __ffs.
6513         * libc.map: Export it.
6514         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
6515         __builtin_ffs, which is not guaranteed to be namespace clean.
6517 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6519         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
6520         table, which is much more likely to exist than debugging symbols.
6521         (printsym): Remove const.
6522         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
6523         header table.
6525         * libc.map: Export __profile_frequency, used by elf/sprof, to
6526         avoid infinite recursion during startup.
6528 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6530         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
6531         Readd lost negate.
6533         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
6535 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
6537         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
6539 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6541         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
6542         LD_PRELOAD, and LD_VERBOSE.
6543         (dl_main): Use global variables set by process_envvars instead of
6544         calling getenv.
6545         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
6546         LD_LIBRARY_PATH value, this comes with the parameter.
6547         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
6548         ("LD_LIBRARY_PATH") to _dl_init_paths.
6550 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
6552         * elf/rtld.c (dl_main): Delay initialization of path structure if
6553         the dynamically linker is invoked implicitly until we read the
6554         dynamic section.
6556 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6558         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
6560 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6562         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
6563         Linux 2.0 and 2.1.
6565         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
6567 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
6569         * Makeconfig (nisobjdir): Set to path to nis directory.
6570         (rpath-link): Add nisobjdir.
6571         Patch by Sven Verdoolaege <skimo@kotnet.org>.
6573         * elf/Makefile: Pretty print.
6574         * elf/dl-lookup.c: Include unistd.h.
6575         * elf/dl-runtime.c: Likewise.
6577         * localedata/Makefile (test-srcs): Add tst-rpmatch.
6578         (distribute): Add tst-rpmatch.sh.
6579         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
6581         New tests for rpmatch function by
6582         Jochen Hein <jochen.hein@delphi.central.de>.
6583         * localedata/tst-rpmatch.c: New file.
6584         * localedata/tst-rpmatch.sh: New file.
6586         * localedata/locales/de_DE: Correct yesexpr and noexpr.
6587         * localedata/locales/de_AT: Likewise.
6589         * posix/getopt.c: Update contact address.
6590         * posix/getopt1.c: Pretty print.
6592         * sysdeps/generic/libc-start.c: Do most of the initialization now
6593         here instead of in start.S.
6594         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6595         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
6597         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
6598         profil_counter to be public.
6600 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
6602         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
6603         (parse_param): Coded parameter length expansion (${#var}).
6604         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
6605         (parse_param): Cleaned up (fixed) error handling.
6607         * posix/wordexp-test.c: IFS now includes non-whitespace character
6608         (comma).  Added more tests.
6610 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
6612         * elf/link.h: Fix typos.
6613         Reported by Andreas Jaeger.
6615         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
6616         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
6618 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6620         * argp/argp-help.c: Remove last bits of using gettext instead of
6621         dgettext.
6623 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
6625         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
6626         __libc_start_main.
6627         * csu/Makefile (routines): Add libc-start.
6628         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
6629         * elf/dl-lookup.c: Likewise.
6630         * elf/dl-version.c: Likewise.
6631         * sysdeps/i386/dl-machine.h: Likewise.
6632         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
6633         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
6634         _dl_sysdep_message macros which use _dl_sysdep_output.
6635         * elf/dl-fini.c: Write out which destructor is called while debugging.
6636         * elf/dl-init.c: Likewise for constructor.
6637         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
6638         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
6639         _dl_sysdep_message.  Add _dl_sysdep_output.
6640         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
6641         this file can be opened.
6642         For LD_DEBUG=libs also set _dl_debug_impcalls.
6643         * sysdeps/generic/dl-cache.c: Include unistd.h.
6644         * sysdeps/generic/libc-start.c: New file.
6645         * sysdeps/unix/sysv/linux/libc-start.c: New file.
6646         * sysdeps/i386/elf/start.S: Don't call main directly, call
6647         __libc_start_main instead.
6649         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
6651 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6653         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
6655 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
6657         * argp/argp.h (struct argp): Add new field domain.
6658         * argp/argp-help.c: Change all gettext calls to dgettext and use
6659         domain field from appropriate argp in call.
6660         * argp/argp-parse.c: Likewise.
6662 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
6664         * posix/wordexp-test.c: Change testsuite so that it can run even
6665         for ~root != /root.
6667 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6669         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
6671 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6673         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
6674         Don't store into global errno if we already store through
6675         __errno_location.
6676         * sysdeps/unix/i386/sysdep.S: Likewise.
6677         * sysdeps/unix/alpha/sysdep.S: Likewise.
6678         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6679         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
6680         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
6681         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
6682         PIC).
6684 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6686         * sysdeps/generic/sysdep.h (L): Remove definition.
6687         * sysdeps/i386/sysdep.h (L): Define it here instead.
6689 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6691         * nis/nis_call.c (__do_niscall): Safe and reset errno.
6693         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
6695 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6697         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
6698         declaration style to avoid warnings.
6700 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
6702         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
6703         "LD_DEBUG".
6705 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6707         * posix/Makefile (tests): Add wordexp-test.
6708         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
6709         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
6711 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
6713         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
6714         dependencies.
6716         * elf/link.h (struct r_search_path_elem): Add two new field for
6717         lib path debugging.
6718         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
6719         variable accordingly.
6720         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
6721         is considered next along with information about load paths.
6722         * sysdeps/generic/dl-cache.c: Likewise.
6723         * elf/dl-support.c: Define _dl_debug_libs.
6724         * elf/genrtldtbl.awk: Add initializers for two new field in
6725         struct r_search_path_elem.
6727 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6729         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
6730         * sysdeps/m68k/lshift.S: Likewise.
6731         * sysdeps/m68k/rshift.S: Likewise.
6732         * sysdeps/m68k/sub_n.S: Likewise.
6733         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
6734         * sysdeps/m68k/m68020/mul_1.S: Likewise.
6735         * sysdeps/m68k/m68020/submul_1.S: Likewise.
6737         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
6738         [_LIBC_REENTRANT]: Don't store into global errno.
6740         * sysdeps/m68k/sysdep.h: New file.
6741         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
6742         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
6743         (DO_CALL): Change to expect syscall name as argument.
6744         (PSEUDO): Pass syscall_name to DO_CALL.
6745         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
6746         errno.
6748 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6750         * elf/rtld.c: Speed up processing of environment variables.  Do
6751         only one run on the environment by avoiding to call getenv.
6752         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
6753         function.  Used by patch above.
6755 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6757         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
6758         running nscd.
6759         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
6760         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
6761         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
6763 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6765         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
6766         module cannot be found.  Reported by Andreas Jaeger.
6768 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6770         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
6771         on platforms which default to unsigned chars.
6772         * nscd/nscd_getpw_r.c: Likewise.
6773         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
6774         defining it.
6776 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6778         * elf/Makefile (install-bin): Change = to += for sprof to install
6779         ldd also.
6781 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
6783         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
6785 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
6787         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
6789 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6791         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
6792         that a failure to connect to nscd doesn't change errno.
6794 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6796         * manual/maint.texi (Reporting Bugs): Change
6797         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
6799         * locale/iso-4217.def: Likewise
6801 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
6803         * manual/texinfo.tex: Updated.
6805 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6807         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
6808         value.
6809         * sysdeps/posix/pathconf.c: Likewise.
6810         * posix/getconf.c: Print `undefined' if pathconf returns -1
6811         without setting errno.
6813 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
6815         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
6816         problem.
6817         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
6818         Patches by Elliot Lee <sopwith@cuc.edu>.
6820 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
6822         * elf/link.h (struct link_map): Add new field l_reloc_result.
6823         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
6824         of relocation for the object to be profiled.
6825         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
6826         to NULL.
6827         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
6828         array here.
6829         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
6830         contains a result from a previous run use this instead of computing
6831         the value again.
6832         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
6834 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6836         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
6837         offsets into the GOT.
6838         (RTLD_START): Likewise.
6840 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
6842         * elf/sprof.c: Cleanup a bit.
6844 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
6846         * sysdeps/generic/sysdep.h (L): New. Define.
6848         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
6850         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
6852         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
6853         to have only one exit point for functions.
6854         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6855         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
6856         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
6857         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
6858         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
6860 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6862         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
6863         reset errno so that errno isn't set to ENOSYS in the first call.
6864         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
6865         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
6866         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
6867         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
6869 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
6871         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
6872         * sysdeps/i386/addmul_1.S: Likewise.
6873         * sysdeps/i386/lshift.S: Likewise.
6874         * sysdeps/i386/mul_1.S: Likewise.
6875         * sysdeps/i386/rshift.S: Likewise.
6876         * sysdeps/i386/sub_n.S: Likewise.
6877         * sysdeps/i386/submul_1.S: Likewise.
6878         * sysdeps/i386/i586/add_n.S: Likewise.
6879         * sysdeps/i386/i586/addmul_1.S: Likewise.
6880         * sysdeps/i386/i586/lshift.S: Likewise.
6881         * sysdeps/i386/i586/mul_1.S: Likewise.
6882         * sysdeps/i386/i586/rshift.S: Likewise.
6883         * sysdeps/i386/i586/sub_n.S: Likewise.
6884         * sysdeps/i386/i586/submul_1.S: Likewise.
6886         * sysdeps/i386/sysdep.h: Extend last change.
6888         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
6889         to have only one exit point for functions.
6891 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6893         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
6894         search.
6896 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
6898         * Makerules: Generate libc.so with absolute paths for the used
6899         shared objects.
6901         * config.make.in: Add MAKEINFO definition.
6903 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6905         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
6906         (ENTRY): Use STABS_FUN.
6907         (END): Use STABS_FUN_END.
6908         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
6910         * elf/Makefile: Add rules to build sprof program.
6911         * elf/sprof.c: New file.
6913 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6915         * misc/syslog.c (openlog_internal): Insert missing closing brace.
6917 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6919         * configure.in: Check for working msgfmt version (from GNU gettext
6920         0.10 or later).
6922 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6924         * configure.in: Avoid //s in sysdirs.
6925         Patch by Roland McGrath.
6927         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
6929 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
6931         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
6932         setting _dl_global_scope for RTLD_GLOBAL.
6934 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6936         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
6937         possible lists of object-suffixes are taken care of.
6939 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
6941         * timezone/private.h: Update from tzcode1998c.
6942         * timezone/zic.c: Likewise.
6943         * timezone/antarctica: Updated from tzdata1998c.
6944         * timezone/asia: Likewise.
6945         * timezone/australasia: Likewise.
6946         * timezone/europe: Likewise.
6947         * timezone/southamerica: Likewise.
6949 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6951         * posix/glob.c (glob_in_dir): Add support for cases insensitive
6952         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
6954 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
6956         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
6957         Changed type of TWO43, TWO52 from float to double.
6958         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
6959         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
6960         Changed type of TWO43 from float to double.
6961         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
6962         Use __isinff.
6964 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
6966         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
6967         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
6968         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
6970 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
6972         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
6973         kernel_termios.h.
6974         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
6975         Clean up random whitespace.
6976         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
6977         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
6978         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
6979         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
6981 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
6983         * shlib-versions: Match alpha*.
6984         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
6985         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
6987         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
6988         Implement copysign* with and without __ prefix.
6989         Likewise for fabs; use builtin for gcc 2.8.
6990         (floor*): New.
6991         (fdim*): New.
6993         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
6994         (R_SPARC*): Match current v9 ABI.
6996         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
6998         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
6999         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
7000         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
7001         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
7002         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
7003         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
7004         * sysdeps/unix/grantpt.c (argv): Fix consts.
7005         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
7006         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7008 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7010         * misc/syslog.c: Change to allow user the interpretation of the
7011         outcome even with syslog having no return value.
7013 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
7015         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
7016         that the number of program headers is >0 (which is wrong for the
7017         loader itself).
7019 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7021         * Makefile (distribute): Add README.libm.
7023 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7025         * time/clocktest.c (main): Correct typo: "--" -> "==".
7027 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
7029         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
7030         inline function.
7031         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
7032         inline functions.
7034         * math/libm.map (__atan2): Added.
7036 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7038         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
7039         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
7041         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
7042         bug.
7044 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7046         * manual/arith.texi (Old-style number conversion): Correct
7047         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
7049 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7051         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
7052         but does not require it.  Handle missing argv[] values gracefully.
7053         * posix/execl.c: Likewise.
7054         * posix/execle.c: Likewise.
7056 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7058         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
7059         bit.
7060         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
7062 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7064         * libc.map: Add __adjtimex.
7066 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7068         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
7069         Remove memset.
7071 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
7073         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
7074         to 64.
7076         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
7078         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
7079         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
7081         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
7082         for shared library.
7084         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
7086         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
7087         Added adjtimex and old_adjtimex.
7089         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
7090         New.
7091         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
7092         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
7094         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
7095         symbols only for shared library.
7096         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7097         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7098         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7099         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7100         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7101         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7102         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7104         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
7105         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7106         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7107         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7108         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7109         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7110         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7111         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7113         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
7114         rusage pointer.
7116         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
7117         New macros.
7118         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
7119         timex and __adjtimex, respectively.
7121         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
7123         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
7125 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
7127         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
7128         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
7130 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
7132         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
7134 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7136         * Makefile.in: Disable built-in rules.
7138 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7140         * sysdeps/i386/fpu/t_exp.c: Move to ...
7141         * sysdeps/libm-i387/t_exp.c: ... here.
7143 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
7145         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
7146         from __exp2_deltatable.
7148 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
7150         * nis/ypclnt.c (yp_master): Check result of strdup.
7151         Patch by Thorsten Kukuk.
7153 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7155         * nis/ypclnt.c: Give clnt handle after error checking free, change
7156         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
7158 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
7160         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
7161         Patch by Joe Keane <jgk@jgk.org>.
7163         * misc/fstab.h (struct fstab): Change fs_type member to be const.
7164         * misc/fstab.c: Remove casts in fs_type assignments.
7166 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7168         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
7169         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
7170         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
7171         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
7172         * sysdeps/powerpc/bits/fenv.h: Likewise.
7173         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
7174         * sysdeps/generic/bits/fenv.h: Likewise.
7175         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
7176         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
7177         * sysdeps/powerpc/test-arith.c (main): Likewise.
7179 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
7181         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
7182         the comparison macros.
7184 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
7186         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
7187         (__log2): Fixed return values.
7188         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
7190 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
7192         * math/math.h (isunordered): Rename local variables to ensure
7193         correct code.  Reported by HJ Lu.
7195 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
7197         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
7198         isless, islessequal, islessgreater, isunordered): Fix syntax for
7199         fucompip instruction.
7200         (isless, islessequal): Fix logic.
7202 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7204         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
7205         (comparisons_test): New tests for comparison macros.
7207 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
7209         * Makeconfig: Filter out frame-pointer effecting options when
7210         compiling profiling or debugging code.
7211         * config.h.in (internal_function): Don't define here if PROF is
7212         defined.
7213         * gmon/gmon.c (__moncontrol): Don't change state if already in error
7214         state.
7215         (__monstartup): If calloc fails set error state and mark array as
7216         not allocated.
7217         (_mcleanup): Don't call write_gmon if in error state.  Don't try
7218         to free array if not  successfully allocated.
7220         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
7221         Include elf.h to get macro definitions.
7222         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
7224 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
7226         * elf/ldd.sh.in: Add compatibility for broken old shells.
7227         * elf/ldd.bash.in: Likewise.
7229 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
7231         * sunrpc/rpc_main.c (open_input): Check pipe return error.
7233         * time/clocktest.c (main): Check signal return error.
7235 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7237         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
7238         "/" and use do-install-program. Reported by Mark M. Kettenis.
7239         (subdir_install):  Likewise.
7241 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7243         * sunrpc/rpc_sample.c: Fix typo.
7245         * nscd/connections.c: Use locale.
7246         * nscd/grpcache.c: Add debug messages, gidtbl should get the
7247           calloc result.
7248         * nscd/nscd.c: Check if init functions fails.
7249         * nscd/nscd_conf.c: Allow disabling of group cache.
7250         * nscd/nscd_getgr_r.c: Fix return code if group not found.
7251         * nscd/pwdcache.c: Fix debug messages.
7253 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7255         * libc.map: Add __monstartup and _mcleanup for profiling support.
7257 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7259         * libc.map: Export __getpagesize, for binary compatibility with
7260         2.0.
7262 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7264         * posix/globtest.sh: Use --library-path instead of
7265         LD_LIBRARY_PATH.
7266         * localedata/sort-test.sh: Likewise.
7267         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
7269 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7271         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
7272         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
7273         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7275         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
7276         kernel_sigaction): Define.
7277         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
7278         kernel_sigaction): Define.
7280 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7282         * math/libm-test.c: Change epsilons for libm-ieee754.
7284 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
7286         * sysdeps/i386/__longjmp.S: Fix race condition.
7287         Reported by Bruno Haible <haible@ilog.fr>.
7289 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
7291         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
7292         * iconvdata/8bit-gap.c: Likewise.
7293         * iconvdata/8bit-generic.c: Likewise.
7294         * iconvdata/iso6937.c: Likewise.
7295         * iconvdata/iso8859-1.c: Likewise.
7296         * iconvdata/sjis.c: Likewise.
7297         * iconvdata/t61.c: Likewise.
7299 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7301         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
7302         feature tests by positive feature tests.
7304 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7306         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
7308 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
7310         * elf/dlvsym.c (dlvsym_doit): More corrections.
7311         Patch by Andreas Jaeger.
7313 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
7315         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
7317 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
7319         * libc.map: More reordering for GLIBC_2.1 symbols.
7321 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7323         * libc.map: Move some functions from version GLIBC_2.0 to
7324         GLIBC_2.1, reorder declarations.
7326 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
7328         * resolv/gethnamaddr.c (addrsort): Make this function extern.
7329         Patch by zab@thebrain.grumblesmurf.net.
7331 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7333         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
7334         NIS+ functions with version GLIBC_2.1.
7336 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
7338         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
7339         with 2.0 binaries.  Reported by Thorsten Kukuk.
7341 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7343         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
7345         * elf/dlsym.c (dlsym_doit): Likewise.
7347 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7349         * elf/link.h: Correct typos.
7351         * iconv/iconv_prog.c: Correct typo.
7353 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
7355         * iconv/Makefile: Add rules to build and install iconv program.
7356         * iconv/iconv_prog.c: New file.
7358 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
7360         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
7361         _dl_lookup_symbol_skip call.
7362         * elf/dlvsym.c (dlvsym_doit): Likewise.
7364 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
7366         * libio/iovsscanf.c: Do not include errno.h.
7368 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7370         * elf/dl-load.c (add_name_to_object): Don't translate strings.
7371         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
7372         pulling in the whole error list.
7373         (__dcgettext, dcgettext): Removed.
7374         * libc.map: Export _strerror_internal.
7376 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
7378         * sysdeps/i386/fpu/t_exp.c: New file.
7380 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7382         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
7383         everything with version GLIBC_2.1.
7384         * hesiod/libnss_hesiod.map: Likewise.
7386 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7388         * manual/arith.texi (Old-style number conversion): This node is a
7389         section, not a subsection.
7391 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7393         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
7395 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7397         * elf/rtld.c (dl_main): Make sure that the library search paths
7398         have been initialized before the first call to _dl_map_object.
7400 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7402         * Makerules (common-generated): Add libc_pic.os.
7404 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7406         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
7407         of the executable.
7409 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7411         * sysdeps/m68k/fpu/t_exp.c: New file.
7413 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7415         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
7416         to global errno variable anymore.
7418 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
7420         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
7421         If PRELOADED is nonzero check in case of an SUID application
7422         whether the shared object has the SUID bit set.
7423         Fix some other problems with handling shared objects in system
7424         specific directories.
7425         (_dl_map_object): Also take extra parameter and pass it to open_path.
7426         * elf/link.h (_dl_map_object): Correct prototype and comment.
7427         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
7428         * elf/dl-open.c (_dl_open): Likewise.
7429         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
7431         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
7433 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7435         * math/libm-test.c (modf_test): Add test for 1.5.
7437         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
7438         0 to get always an int.
7440 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7442         * math/libm.map: Move all symbols that are new in glibc 2.1 to
7443         version GLIBC_2.1.
7445 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7447         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
7448         trying to read another character.
7450 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7452         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
7453         name to lowercase.
7455         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
7456         name to lowercase, add test for big enough buffer.
7458 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7460         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
7461         Make compatible with older kernels.  Patch by Richard Henderson.
7463 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
7465         * elf/dl-load.c (open_path): Use __xstat instead of stat.
7467         * localedata/tst-locale.sh: Comment out first test for now.
7469 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
7471         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
7472         as 1.
7473         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
7474         Likewise.
7476         * libio/iogetline.c (_IO_getline_info): Renamed from
7477         _IO_getline.
7478         (_IO_getline): Just call _IO_getline_info.
7480         * libio/libioP.h (_IO_getline_info): New declaration.
7482         * libc.map (_IO_getline_info, __write): Added.
7484 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7486         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
7487         const char* to shut up gcc.
7489 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
7491         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
7492         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
7494         * math/math.h: Define M_* constants always as `double' and add new
7495         macros M_*l which are of type `long double'.
7496         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
7497         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
7498         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
7499         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7500         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7501         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7502         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
7503         * math/libm-tst.c: Likewise.
7505         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
7506         define as long double unconditionally.
7508 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7510         * manual/arith.texi (Old-style number conversion): Correct some
7511         typos.
7513 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
7515         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
7516         Restore.
7518         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
7520 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7522         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
7523         on $(rtld-ldscript).
7525         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
7526         starting from 0 not only from `from'.
7527         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7529 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
7531         * elf/rtld.c (dl_main): Recognize --library-path parameter and
7532         pass value (or NULL) to _dl_init_paths.
7533         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
7534         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
7535         environment variable.
7536         * elf/link.h: Change prototype for _dl_init_paths.
7537         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
7539         * localedata/Makefile (distribute): Add test files.
7541 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7543         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
7544         test1.def, test2.def, test3.def, test4.def}: Simple input files
7545         for localedef. Contributed by Yung-Ching Hsiao
7546         <yhsiao@cae.wisc.edu>.
7548         * localedata/Makefile (tests): Call tst-locale.sh.
7550         * localedata/tst-locale.sh: New file, regression tests for some
7551         localedef problems.
7553 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7555         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
7557         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
7558         terminated.
7559         * nis/nss_nisplus/nisplus-network.c: Likewise.
7560         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7561         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7562         * nis/nss_nisplus/nisplus-service.c: Likewise.
7564         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
7565         and support generating thread safe RPC code.
7566         * sunrpc/rpc_main.c: Add changes.
7567         * sunrpc/rpc_clntout.c: Likewise.
7568         * sunrpc/rpc_cout.c: Likewise.
7569         * sunrpc/rpc_hout.c: Likewise.
7570         * sunrpc/rpc_parse.c: Likewise.
7571         * sunrpc/rpc_sample.c: Likewise.
7572         * sunrpc/rpc_scan.c: Likewise.
7573         * sunrpc/rpc_svcout.c: Likewise.
7574         * sunrpc/rpc_util.c: Likewise.
7575         * sunrpc/rpc_util.h: Add new structs and prototypes.
7576         * sunrpc/proto.h: Remove prototypes for static functions.
7578 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7580         * locale/programs/ld-messages.c (messages_finish): Don't skip
7581         error checking when being quiet.
7582         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
7583         (set_class_defaults): Likewise.
7584         * locale/programs/charmap.c (parse_charmap): Likewise.
7585         * locale/programs/ld-collate.c (collate_finish): Likewise.
7586         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
7587         * locale/programs/ld-time.c (time_finish): Likewise.
7588         * locale/programs/locfile.c (write_locale_data): Likewise.
7590         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
7591         unknown characters and empty ranges.
7592         * locale/programs/ld-collate.c (collate_order_elem): When
7593         processing an ellipsis properly form a linked list in the result
7594         table, fix typo when allocating ordering array.
7595         [PR libc/419]
7597 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7599         * elf/Makefile (ld-map): Define.
7600         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
7601         `$(rtld-ldscript)'.
7602         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
7603         on $(ld-map).
7604         (rtld-link): Combine the two versions of this definition.  Fixed
7605         to make it work when no symbol versioning is used.
7607 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7609         * Makeconfig (build-program-cmd): Use --library-path parameter to
7610         ld.so instead of environment variable.
7612         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
7613         * sunrpc/rpc_main.c: Remove support for -$$ option again.
7615 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7617         * Make-dist: Respect with-cvs setting.
7618         * MakeTAGS (all-pot): Likewise.
7619         * sysdeps/sparc/sparc32/Makefile: Likewise.
7620         * sysdeps/mach/hurd/Makefile: Likewise.
7621         * stdlib/Makefile: Likewise.
7622         * posix/Makefile: Likewise.
7623         * intl/Makefile: Likewise.
7624         * po/Makefile (linguas): Likewise
7626 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7628         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
7630 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7632         * libc.map: Add __strcasecmp.
7634         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
7635         module.
7637         * nss/getXXent_r.c: If no more module is found don't try to call
7638         setXXent functions but leave unsuccessfully.
7640         * malloc/obstack.h: Cleanups.
7642         * sysdeps/wordsize-32/stdint.h: New file.
7643         * sysdeps/wordsize-64/stdint.h: New file.
7644         * sysdeps/generic/stdint.h: New file.
7645         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
7646         * sysdeps/wordsize-64/inttypes.h: Likewise.
7647         * stdlib/Makefile (headers): Add stdint.h.
7649 1998-02-03  Paul Eggert  <eggert@twinsun.com>
7651         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
7653 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7655         * timezone: New directory.
7656         * time/README, time/africa, time/antarctica, time/asia,
7657         time/australasia, time/backward, time/checktab.awk,
7658         time/etcetera, time/europe, time/factory, time/ialloc.c,
7659         time/iso3166.tab, time/leapseconds, time/northamerica,
7660         time/pacificnew, time/private.h, time/scheck.c,
7661         time/solar87, time/solar88, time/solar89, time/southamerica,
7662         time/systemv, time/test-tz.c, time/tzfile.h,
7663         time/tzselect.ksh, time/yearistype, time/zdump.c,
7664         time/zic.c, time/zone.tab: Moved to timezone.
7665         * time/tzfile.c: Include tzfile.h from timezone subdir.
7666         * time/tzset.c: Likewise.
7667         * time/Makefile: Cut out all code relating to timezones...
7668         * timezone/Makefile: ...and paste it in here.
7669         * Makefile (subdirs): Add timezone.
7671 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
7673         * libc.map (_sys_nerr): Added.
7675         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
7676         versioned symbol.
7678 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
7680         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
7681         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
7682         Reported by Craig Metz <cmetz@inner.net>.
7684 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7686         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
7687         instead of strcasecmp.
7688         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
7690         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
7692 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
7694         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
7695         Patch by Dean Gaudet <dgaudet@arctic.org>.
7697 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
7699         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
7701 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7703         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
7704         with no poll syscall, just include the BSD version.
7705         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
7706         kernel without the syscall, include the stub version.
7707         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
7708         * sysdeps/generic/getresuid.c: New file.
7709         * sysdeps/generic/getresgid.c: New file.
7711 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7713         * stdio-common/vfscanf.c: Correct last change a bit.
7715 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
7717         * elf/Makefile: Don't use --version-script parameter to link ld.so
7718         unconditionally.
7720 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
7722         * math/Makefile: Add t_exp.
7723         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
7724         constants.
7725         * math/test-reduce.c: Remove temporarily, it seems to be broken.
7726         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
7727         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
7728         better accuracy.
7729         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
7730         algorithm for very large/very small arguments.
7731         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
7732         correct algorithm for very large/very small arguments; adjust for
7733         new table.
7734         * sysdeps/libm-ieee754/t_exp.c: New file.
7735         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
7737         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
7738         back, with comment that explains what breaks when you remove it :-(.
7740         * localedata/xfrm-test.c: Avoid integer overflow.
7742         * stdlib/strfmon.c: char is unsigned, sometimes.
7744         * sysdeps/powerpc/Makefile: Remove quad float support.
7745         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
7746         * sysdeps/powerpc/quad_float.h: Likewise.
7747         * sysdeps/powerpc/test-arith.c: Likewise.
7748         * sysdeps/powerpc/test-arithf.c: Likewise.
7750         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
7751         * sysdeps/generic/s_exp2f.c: Likewise.
7753         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
7754         don't try anything if _SOFT_FLOAT.
7756 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7758         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
7759         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
7760         * wctype/wctype.c: Likewise.
7761         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
7762         changed.  They are incompatible with the _ISxxx values from
7763         <ctype.h> on little endian machines.
7764         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
7765         bit number.  This fixes the real bug and restores the integrity of
7766         the ctype locale file.
7767         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
7768         * wctype/wcfuncs_l.c: Likewise.
7769         * wctype/wcextra.c: Likewise.
7770         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
7771         byte swapping.
7773 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7775         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
7776         into .bss segment instead of .common, so that aliases on it work.
7778         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
7779         .size directives, put into .bss segment instead of initializing it
7780         to 4.
7782 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
7784         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
7786         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
7787         functions.
7788         Make names without __ weak aliases.
7789         (__libc_release, __libc_version): Make them static.
7791         * include/gnu/libc-version.h: New file.
7792         * Makefile (headers): Add gnu/libc-version.h.
7794 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
7796         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
7797         and use x for member name.
7798         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
7800         * stdlib/drand48.c: Change according to member name change.
7801         * stdlib/drand48_r.c: Likewise.
7802         * stdlib/lcong48_r.c: Likewise.
7803         * stdlib/lrand48.c: Likewise.
7804         * stdlib/lrand48_r.c: Likewise.
7805         * stdlib/mrand48.c: Likewise.
7806         * stdlib/mrand48_r.c: Likewise.
7807         * stdlib/seed48.c: Likewise.
7808         * stdlib/seed48_r.c: Likewise.
7809         * stdlib/srand48_r.c: Likewise.
7811 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7813         * nss/test-netdb.c: Add some more test cases.
7815 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
7817         * libio/iovsscanf.c: Undo last change modifying errno.
7819 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7821         * stdio-common/vfscanf.c: Never try to read another character
7822         after EOF.  Don't decrement read_in after EOF, it wasn't
7823         incremented in the first place.
7824         (NEXT_WIDE_CHAR): Set First, not first.
7826 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
7828         * db/Makefile ($(inst_libdir)/libndbm.a,
7829         $(inst_libdir)/libndbm.so): New targets.
7830         * db2/Makefile: Likewise.
7832 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
7834         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
7835         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
7837 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7839         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
7840         <streambuf.h>.
7841         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
7843 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7845         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
7846         versioned symbols.
7848 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
7850         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
7851         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
7852         Added for libdl.so.
7854 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7856         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
7857         extra syscall.
7859         * grp/Makefile: Fix logic when checking for thread package.
7860         * pwd/Makefile: Likewise.
7862 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
7864         * elf/Makefile (rtld-map): Replaced by libc-map.
7866         * elf/rtld.map: Removed.
7868         * libc.map (__libc_enable_secure, _dl_catch_error,
7869         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
7870         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
7871         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
7872         _dl_object_relocation_scope, _dl_relocate_object,
7873         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
7874         _r_debug): Added for ld.so.
7876 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
7878         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
7879         DO_VERSIONING.
7880         * libio/iofdopen.c: Ditto.
7881         * libio/iofopen.c: Ditto.
7882         * libio/oldfileops.c: Ditto.
7884         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
7885         version GLIBC_2.1.
7887         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
7888         oldsiglist from sysdep_routines and shared-only-routines.
7890         * sysdeps/unix/sysv/linux/errlist.c: New.
7891         * sysdeps/unix/sysv/linux/errlist.h: New.
7892         * sysdeps/unix/sysv/linux/sizes.h: New.
7893         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
7894         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
7896         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
7898         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
7899         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
7900         directive.
7902         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
7904         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
7905         (oldsiglist.c): Removed.
7907         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
7908         (_sys_siglist): Use SYS_SIGLIST instead.
7909         (_sys_nerr): Use SYS_NERR instead.
7911         * sysdeps/gnu/errlist.c: Rebuilt.
7913 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
7915         * elf/Makefile (others-static): New, set to ldconfig.
7916         ($(objpfx)ldconfig): Removed.
7918         * Rules (binaries-all, binaries-static, binaries-shared): New.
7919         Create targets for $(binaries-static) and $(binaries-shared).
7921         * Makeconfig (+link-static, link-libc-static,
7922         link-extra-libs-static): New for static linking.
7924 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7926         * manual/memory.texi (Using the Memory Debugger): Fix typo.
7928         * math/libm-test.c (modf_test): Add one more test for modf.
7930 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
7932         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7933         Rename from __libc_have_rt_sigs and leave as COMMON data.
7935 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
7937         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
7938         of __finite.
7940 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
7942         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
7944 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
7946         * misc/tst-efgcvt.c: Add yet more tests.
7947         * misc/efgcvt_r.c: And correct for these tests again.
7948         Reported by HJ Lu.
7950         * isomac.c: Move to...
7951         * stdlib/isomac.c: ...here.
7952         * Makefile: Move rules for handling isomac...
7953         * stdlib/Makefile: ...to here.
7955 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7957         * misc/tst-efgcvt.c: Add more tests.
7958         * misc/efgcvt_r.c: Correct result for above new tests.
7960 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
7962         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
7963         NDIGIT <= 0.
7965 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
7967         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
7968         if the programs weren't built.
7970 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
7972         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
7973         FE_TONEAREST, soldier on regardless and do the best we can.
7974         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
7976 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
7978         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
7979         _STDIO_H, before including <bits/stdio_lim.h>.
7981         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
7983         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
7984         exist.
7986         * sysdeps/arm/sys/ucontext.h: New file.
7988 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
7990         * manual/stdio.texi (Formatted Output Functions): Explicitly say
7991         that the return value from snprintf() does not count the
7992         terminating NUL as a character.
7994 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7996         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
7997         add description for sete[ug]id and general cleanup.
7998         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8000 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8002         * Makefile (parent-clean): Don't remove makefile fragments here.
8003         (postclean): New variable.
8004         (clean): Remove makefile fragments here.
8005         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
8006         (generated): Add isomac and isomanc.out.
8007         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
8008         avoid-generated is set.
8009         (postclean-generated): Add soversion.mk.
8010         ($(common-objpfx)version.mk): Don't include if avoid-generated is
8011         set.
8012         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
8013         avoid-generated is set.
8014         (common-generated): Add libc.so and libc.so$(libc.so-version).
8015         (generated): Add versioned libraries.
8016         (common-mostlyclean): Also remove %.so and %_pic.a.
8017         * csu/Makefile (generated): Add abi-tag.h.
8018         * db2/Makefile (extra-objs): Add getlong.o.
8019         * elf/Makefile (generated): Add ld.so, ldd and
8020         $(rtld-installed-name).
8021         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
8022         * malloc/Makefile (generated): Add mtrace.
8023         * po/Makefile: Don't include version.mk, not needed any more.
8024         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
8025         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
8026         syscall.h -> sys/syscall.h.
8027         (common-generated): Add s-proto.d.
8028         (postclean-generated): Add sysd-syscalls.
8029         * localedata/Makefile (test-output): Add all output files.
8030         (generated): Add test-input and test-output.
8031         (generated-dirs): Add all the dirs.
8033 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8035         * Makefile (test-output, generated, generated-dirs): New
8036         variables.
8038 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
8040         * resolv/nss_dns/dns-host.c: Various code cleanups.
8042 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
8044         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
8045         From Philip Blundell <pb@nexus.co.uk>.
8046         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
8048 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8050         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
8051         Suggested by debian/sparc porters.
8053 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8055         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
8056         for ecvt and fcvt.
8058 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
8060         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
8061         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
8063         * signal/signal.h: Always define sigset_t if __need_sigset_t is
8064         defined even if __USE_POSIX is not defined.
8066 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8068         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
8069         to support obsolete tty major numbers correctly.
8071 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
8073         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
8074         directory first and ignore install error.
8076         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
8077         128 from ptyno and fix a typo for the BSD style pty.
8079 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8081         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
8082         syscalls.list's.
8084 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8086         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
8087         getresuid and getresgid.
8089         * sysdeps/unix/sysv/linux/getresuid.c: New file.
8090         * sysdeps/unix/sysv/linux/getresgid.c: New file.
8092         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
8093         s_getres[ug]id.
8095         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
8096         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8097         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8098         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
8100 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
8102         * nscd/grpcache.c: Include <stdlib.h>.
8104 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
8106         * stdlib/atoll.c: Fix comments.
8108         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
8109         * sysdeps/posix/ttyname_r.c: Ditto.
8111 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8113         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
8114         __USE_MISC, independent of __USE_UNIX98.
8116 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
8118         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
8119         Rename from __libc_have_rt_sigs and leave as COMMON data.
8121 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
8123         * Makeconfig (CFLAGS-.os): Kill -fno-common.
8124         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
8126         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
8127         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
8128         version symbols.
8129         * include/libc-symbols.h (symbol_version, default_symbol_version):
8130         Provide asm versions and correct !DO_VERSIONING versions.
8131         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
8132         the weak symbol list.
8134         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
8135         Rename from __libc_have_rt_sigs and leave as COMMON data.
8136         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8137         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8138         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8140 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8142         * sunrpc/Makefile: Correct dependencies of rpcgen.
8144 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
8146         * nscd/Makefile: Fix test for available linuxthreads add-on.
8147         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8149 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8151         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
8153 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8155         * sysdeps/gnu/Makefile: Respect with-cvs variable.
8157         * manual/errno.texi (Error Messages): Correct description of
8158         strerror_r.  Pointed out by jonas@bagge.se.
8160 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8162         * manual/socket.texi (Host Address Functions): Clarify description
8163         of inet_network.
8165 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8167         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
8168         (grantpt): Delete superfluous cast.
8170 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8172         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
8173         elf/ldso_install instead of elf/subdir_install.
8174         (elf/ldso_install): New target.
8176         * elf/Makefile (ldso_install): New target.
8178 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8180         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
8181         of 1998-01-06.
8183 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8185         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
8186         constant expressions.
8188 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8190         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
8191         for __nss_configure_lookup.
8192         (output_hostent): Remove unused variable.
8194 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8196         * string/tst-inlcall.c: Fix format string.
8198 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8200         * inet/netinet/in.h: Rename second parameter of bindresvport to
8201         avoid buggy gcc warning. [PR libc/412]
8203 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
8205         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
8206         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
8208         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
8209         Follow POSIX and make tv_sec a time_t.
8210         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
8211         new tv64 syscall as well as fall back to tv32.
8212         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
8213         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
8214         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
8215         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
8216         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
8217         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
8218         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
8219         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
8221         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
8222         * include/rpcsvc/nis_tags.h: Likewise.
8223         * include/rpcsvc/nislib.h: Likewise.
8225 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
8227         * libc.map: Add _h_errno.
8228         * inet/herrno.c: Make _h_errno weak alias.
8230         * login/Makefile (distribute): Add pty-internal.h.
8232         * nscd/Makefile (distribute): Add all the files missing.
8234         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
8235         are available.
8237         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
8238         and report status at the end.
8240         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
8242         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
8243         variable.
8244         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
8245         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
8246         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
8248 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
8250         * configure.in: Fix --enable-add-ons code.
8252 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8254         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
8255         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
8256         [PR libc/441]
8258         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
8259         occurence in cache.  Reported by Rudolf Leitgeb
8260         <leitgeb@leland.stanford.edu>.
8261         [PR libc/440]
8263 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
8265         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
8266         that it never is EINTR (which is tested for in _IO_vfscanf).
8268         * Makefile.in: Call sub-make with CVSOPTS.
8270         * elf/Makefile (distribute): Add dl-procinfo.h.
8272         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
8274 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
8276         * version.h (VERSION): Bump to 2.0.92.
8278 1998-01-31  Phil Blundell  <philb@gnu.org>
8280         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
8281         alias for __new_sys_siglist.
8283 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
8285         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
8286         getgrgid_r.c if thread package is available.
8287         * pwd/Makefile: Likewise.
8288         * grp/getgrnam_r.c: Remove USE_NSCD definition.
8289         * grp/getgrgid_r.c: Likewise.
8290         * pwd/getpwnam_r.c: Likewise.
8291         * pwd/getpwuid_r.c: Likewise.
8293 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
8295         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
8296         with error to allow user intervention.
8297         * nss/getXXent_r.c: Likewise.
8299 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
8301         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
8302         AT_PLATFORM string.  Pretty print AT_BASE info.
8304         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
8305         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
8306         * sysdeps/generic/dl-procinfo.h: New file.
8307         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
8309 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
8311         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
8313         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
8314         thread and not pthread_detach.
8316         * nscd/nscd.c: Rewrite to use argp instead of getopt.
8318 1998-01-31  Phil Blundell  <philb@gnu.org>
8320         * configure.in: Add --without-cvs option to suppress automatic
8321         checkin of regenerated files.
8322         * config.make.in: Likewise.
8323         * Makefile: Respect with-cvs setting.
8324         * Makerules: Likewise.
8326         * configure.in: Allow the standalone ARM port to be configured.
8328 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8330         * grp/getgrgid_r.c: Define USE_NSCD.
8331         * grp/getgrnam_r.c: Likewise.
8332         * pwd/getpwuid_r.c: Likewise.
8333         * pwd/getpwnam_r.c: Likewise.
8335         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
8337         * nss/getXXbyYY_r.c: Try at first nscd.
8339         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
8340         * nscd/connections.c: New file.
8341         * nscd/dbg_log.c: New file.
8342         * nscd/dbg_log.h: New file.
8343         * nscd/grpcache.c: New file.
8344         * nscd/nscd.c: New file.
8345         * nscd/nscd.h: New file.
8346         * nscd/nscd_conf.c: New file.
8347         * nscd/nscd_stat.c: New file.
8348         * nscd/pwdcache.c: New file.
8350         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
8351         * nscd/nscd_getpw_r.c: Likewise.
8352         * nscd/nscd_proto.h: New, prototypes for client functions.
8354         * nscd/nscd.conf: New, example for a configuration file.
8355         * nscd/nscd.init: New, example for a startup script.
8357         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
8358         avoid deadlocks.
8359         * nscd/getgrnam_r.c: Likewise.
8360         * nscd/getpwnam_r.c: Likewise.
8361         * nscd/getpwuid_r.c: Likewise.
8363 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
8365         * intl/Makefile: Use CVSOPTS in cvs invocation.
8366         * po/Makefile: Likewise.
8367         * posix/Makefile: Likewise.
8368         * stdlib/Makefile: Likewise.
8370 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
8372         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
8373         [PR libc/410]
8374         * misc/Makefile (tests): Add tst-efgcvt.
8375         * misc/tst-efgcvt.c: New file.
8377 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
8379         * posix/regex.c: Add some more cleanups by Akim Demaille.
8381 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
8383         * signal/signal.h: Revert last change.
8384         * string/strsignal.c: Regard signal number NSGI as illegal.
8385         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
8386         members.
8388 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
8390         * Makefile.in: Add comment about CVSOPTS Makefile variable.
8391         * Makerules: Use CVSOPTS in cvs invocation.
8392         * Makefile: Likewise.
8393         * MakeTAGS: Likewise.
8394         * Make-dist: Likewise.
8396 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
8398         * sysdeps/generic/memmem.c: Correct last change.
8400 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
8402         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
8403         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
8405 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8407         * nis/ypclnt.c: Try at first to use the binding file from ypbind
8408         before using RPC.
8410 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8412         * manual/memory.texi (Heap Consistency Checking): mcheck is
8413         declared in <mcheck.h>.
8414         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
8416 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8418         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
8419         beginning of haystack.
8421 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8423         * nss/nss_files/files-service.c: Correct last patch.
8425 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
8427         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
8428         __libc_have_rt_sigs.
8429         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
8430         including <bits/setjmp.h>.
8431         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
8432         Patch from the Debian glibc/SPARC package.
8434 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
8436         * sysdeps/alpha/bzero.S: Fix a typo.
8437         * sysdeps/alpha/htonl.S: Ditto.
8438         * sysdeps/alpha/htons.S: Ditto.
8440 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8442         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
8444 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
8446         * include/cpio.h: Move to ...
8447         * posix/cpio.h: ...here.
8449         * locale/programs/ld-collate.c: Fix typo.
8451         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
8453         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
8455         * login/utmp_file.c (pututline_file): Don't always report success
8456         if similar entry is found.  Patch by Mark M. Kettenis.
8458 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
8460         * manual/Makefile: Don't try to install the info files if makeinfo
8461         is not available.
8463 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
8465         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
8466         kernel's network ioctls, rather than using <linux/sockios.h> to
8467         get them.  This way we are sure of maintaining compatibility if
8468         the kernel interface should change.
8470 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
8472         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
8474 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
8476         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
8477         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
8479 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8481         Implement System V pseudoterminal handling.
8483         * login/Makefile
8484         (routines): Add getpt, grantpt, unlockpt, ptsname.
8485         (libutil-routines): Remove pty. Add openpty, forkpty.
8486         (distribute): New internal header pty-internal.h.
8487         (others): Add the helper program, pt_chown.
8488         (install-others): Install it, in $(libexecdir), mode 4755.
8490         * login/pty-internal.h: New file.
8491         * login/openpty.c: New file.
8492         * login/forkpty.c: New file.
8493         * login/programs/pt_chown.c: New file.
8495         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
8496         * stdlib/stdlib.h: Prototype them.
8498         * config.make.in: Define $(libexecdir).
8499         * Makeconfig: Define $(inst_libexecdir).
8501         * sysdeps/generic/pty.c: Removed.
8502         * sysdeps/unix/sysv/linux/pty.c: Removed.
8504         * sysdeps/generic/getpt.c: Stub out.
8505         * sysdeps/generic/grantpt.c: Likewise.
8506         * sysdeps/generic/ptsname.c: Likewise.
8507         * sysdeps/generic/unlockpt.c: Likewise.
8509         * sysdeps/unix/grantpt.c: New file.
8510         * sysdeps/unix/bsd/getpt.c: New file.
8511         * sysdeps/unix/bsd/unlockpt.c: New file.
8512         * sysdeps/unix/sysv/linux/getpt.c: New file.
8513         * sysdeps/unix/sysv/linux/ptsname.c: New file.
8514         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
8516 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
8518         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
8520 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8522         * nss/Makefile (tests): Add rule for test-netdb.c.
8524         * nss/test-netdb.c: New file.
8526 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
8528         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
8529         really kept as a variable.  Patch by Richard Henderson,
8530         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
8532         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
8533         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
8534         entries as not existing.
8536 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8538         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
8539         zero in alternate form with precision of zero, which must produce
8540         "0".  Add braces to avoid ambiguous `else'.
8542 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8544         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
8545         problem with strncpy.
8546         * nis/nss_compat/compat-pwd.c: Likewise.
8547         * nis/nss_compat/comapt-spwd.c: Likewise.
8549 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8551         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
8552         by uch@nop.or.jp. [PR libc/437]
8554 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8556         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
8558 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8560         * stdio-common/test-popen.c: Include <errno.h>.
8562         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
8563         close.
8565         * inet/getnetgrent_r.c: Include <errno.h>.
8567         * db2/db/db_conv.c: Include <string.h> for memcpy.
8569         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
8570         so that memcpy is declared.
8572         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
8574         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
8576 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8578         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
8579         overflow while reading line with fgets.
8580         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
8582 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
8584         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
8585         unsigned short, not short.
8586         Reported by Andreas Jaeger.
8588 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8590         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
8591         (ccept->accept).
8593         * sysdeps/generic/inttypes.h: Fix spelling.
8595 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8597         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
8599         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
8601 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
8603         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
8604         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
8605         field for hh modifier.
8606         * stdio-common/vfprint.c: Use is_char field and do not depend in
8607         is_short having the value 2.
8608         Bug reported by Andreas Jaeger.
8610 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8612         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
8613         PIC && DO_VERSIONING.
8615 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8617         * Rules: Add rules for $(common-objpfx)dummy$o.
8619 1998-01-26  Richard Henderson  <rth@cygnus.com>
8621         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
8622         unimplemented OSF/1 definitions so that they are not accidentally seen.
8624         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
8625         of the trampoline function into the macro.
8626         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
8627         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
8628         kernel 2.1.82 has this fixed.
8630         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
8631         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
8633 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
8635         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
8636         support sigaction on kernels > 2.1.7x.
8638 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
8640         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
8641         if it is empty.
8643         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
8644         Patch by David Engel <david@sw.ods.com>.
8646         * configure.in: Fix another typo in --enable-add-ons code.
8648 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
8650         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
8652 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8654         * nss/nss_files/files-network.c: Correct order of parameters for
8655         getnetbyaddr.
8657 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
8659         * db2/Makefile (routines): Add os_alloc.
8660         * db2/db.h: Update from db-2.3.16.
8661         * db2/db_185.h: Likewise.
8662         * db2/db_int.h: Likewise.
8663         * db2/btree/bt_close.c: Likewise.
8664         * db2/btree/bt_cursor.c: Likewise.
8665         * db2/btree/bt_delete.c: Likewise.
8666         * db2/btree/bt_open.c: Likewise.
8667         * db2/btree/bt_page.c: Likewise.
8668         * db2/btree/bt_put.c: Likewise.
8669         * db2/btree/bt_rec.c: Likewise.
8670         * db2/btree/bt_recno.c: Likewise.
8671         * db2/btree/btree_auto.c: Likewise.
8672         * db2/common/db_appinit.c: Likewise.
8673         * db2/common/db_apprec.c: Likewise.
8674         * db2/common/db_err.c: Likewise.
8675         * db2/common/db_region.c: Likewise.
8676         * db2/common/db_shash.c: Likewise.
8677         * db2/db/db.c: Likewise.
8678         * db2/db/db_auto.c: Likewise.
8679         * db2/db/db_conv.c: Likewise.
8680         * db2/db/db_dispatch.c: Likewise.
8681         * db2/db/db_dup.c: Likewise.
8682         * db2/db/db_pr.c: Likewise.
8683         * db2/db/db_rec.c: Likewise.
8684         * db2/db185/db185.c: Likewise.
8685         * db2/dbm/dbm.c: Likewise.
8686         * db2/hash/hash.c: Likewise.
8687         * db2/hash/hash_auto.c: Likewise.
8688         * db2/hash/hash_dup.c: Likewise.
8689         * db2/hash/hash_page.c: Likewise.
8690         * db2/hash/hash_rec.c: Likewise.
8691         * db2/include/btree_ext.h: Likewise.
8692         * db2/include/clib_ext.h: Likewise.
8693         * db2/include/common_ext.h: Likewise.
8694         * db2/include/db.h.src: Likewise.
8695         * db2/include/db_185.h.src: Likewise.
8696         * db2/include/db_am.h: Likewise.
8697         * db2/include/db_ext.h: Likewise.
8698         * db2/include/db_int.h.src: Likewise.
8699         * db2/include/hash_ext.h: Likewise.
8700         * db2/include/lock_ext.h: Likewise.
8701         * db2/include/log.h: Likewise.
8702         * db2/include/log_auto.h: Likewise.
8703         * db2/include/log_ext.h: Likewise.
8704         * db2/include/mp.h: Likewise.
8705         * db2/include/mp_ext.h: Likewise.
8706         * db2/include/mutex_ext.h: Likewise.
8707         * db2/include/os_ext.h: Likewise.
8708         * db2/include/os_func.h: Likewise.
8709         * db2/include/txn_ext.h: Likewise.
8710         * db2/lock/lock.c: Likewise.
8711         * db2/lock/lock_util.c: Likewise.
8712         * db2/log/log.c: Likewise.
8713         * db2/log/log.src: Likewise.
8714         * db2/log/log_archive.c: Likewise.
8715         * db2/log/log_auto.c: Likewise.
8716         * db2/log/log_get.c: Likewise.
8717         * db2/log/log_put.c: Likewise.
8718         * db2/log/log_rec.c: Likewise.
8719         * db2/log/log_register.c: Likewise.
8720         * db2/mp/mp_bh.c: Likewise.
8721         * db2/mp/mp_fget.c: Likewise.
8722         * db2/mp/mp_fopen.c: Likewise.
8723         * db2/mp/mp_fput.c: Likewise.
8724         * db2/mp/mp_pr.c: Likewise.
8725         * db2/mp/mp_sync.c: Likewise.
8726         * db2/mutex/mutex.c: Likewise.
8727         * db2/os/os_alloc.c: Likewise.
8728         * db2/os/os_config.c: Likewise.
8729         * db2/os/os_stat.c: Likewise.
8730         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
8731         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
8732         * db2/progs/db_load/db_load.c: Likewise.
8733         * db2/progs/db_printlog/db_printlog.c: Likewise.
8734         * db2/progs/db_recover/db_recover.c: Likewise.
8735         * db2/progs/db_stat/db_stat.c: Likewise.
8736         * db2/txn/txn.c: Likewise.
8738         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
8739         Unmap memory blocks in reverse order of allocation.
8740         Call munmap with load address added to offset.
8741         Bug reported by Miguel de Icaza.
8743         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
8744         up weight array.
8746         * localedata/locales/cs_CZ: Update by Michael Mraka
8747         <michael@informatics.muni.cz>.
8749         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
8750         __USE_BSD.
8752         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
8753         reading line with fgets.
8754         * nis/nss_compat/compat-pwd.c: Likewise.
8755         * nis/nss_compat/compat-spwd.c: Likewise.
8756         * nss/nss_files/files-XXX.c: Likewise.
8757         * nss/nss_files/files-alias.c: Likewise.
8758         * shadow/fgetspent_r.c: Likewise.
8760         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
8762         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
8763         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8764         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
8766         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
8767         FP register content in ucontext_t.
8769 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8771         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
8772         calculation.  Patch by Markus Schoder
8773         <Markus.Schoder@dresdner-bank.de>.
8775         * math/libm-test.c (modf_test): Add more tests for modf.
8777         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
8778         munlock according to Unix98.
8780 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8782         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
8783         AF_INET.
8785 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
8787         * sysdeps/posix/ttyname.c: Handle symbolic links.
8788         * sysdeps/posix/ttyname_r.c: Ditto.
8790 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
8792         * db2/makedb.c (process_input): Write terminating \0 for value.
8793         (print_database): Simply print value string, don't use length.
8795 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8797         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
8798         exit of loop.
8800 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8802         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
8803         close all sockets.
8805 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
8807         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
8808         sigset.
8809         * signal/sighold.c: New file.
8810         * signal/sigrelse.c: New file.
8811         * sysdeps/generic/sigignore.c: New file.
8812         * sysdeps/generic/sigset.c: New file.
8813         * sysdeps/posix/sigignore.c: New file.
8814         * sysdeps/posix/sigset.c: New file.
8815         * signal/signal.h: Add prototypes for new functions.
8817         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
8818         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
8819         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
8820         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
8822 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
8824         * posix/wordexp.c: Added IFS field-splitting in parameter and
8825         command substitution.  Fixed an IFS-related bug that caused an
8826         infinite loop.
8828 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
8830         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
8831         and swapcontext.
8832         * stdlib/ucontext.h: Correct prototypes.
8833         * sysdeps/generic/getcontext.c: New file.
8834         * sysdeps/generic/setcontext.c: New file.
8835         * sysdeps/generic/makecontext.c: New file.
8836         * sysdeps/generic/swapcontext.c: New file.
8837         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
8839 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
8841         * resource/sys/resource.h: Remove #include of ulimit.h which is
8842         not allowed by SUSv2 and not available on other systems.
8843         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
8845         * streams/Makefile: New file.
8846         * streams/stropts.h: New file.
8847         * sysdeps/generic/bits/stropts.h: New file.
8848         * sysdeps/generic/isastream.c: New file.
8849         * sysdeps/generic/getmsg.c: New file.
8850         * sysdeps/generic/getpmsg.c: New file.
8851         * sysdeps/generic/putmsg.c: New file.
8852         * sysdeps/generic/putpmsg.c: New file.
8853         * sysdeps/generic/fattach.c: New file.
8854         * sysdeps/generic/fdetach.c: New file.
8855         * sysdeps/unix/inet/Subdirs: Add streams.
8856         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
8857         __t_uscalar_t.
8858         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8859         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8860         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
8861         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8863         * sysdeps/mach/_strerror.c: Follow changes of generic version to
8864         handle small buffers correctly.
8866 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
8868         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8869         Remove the 3rd arg and add declaration for _dl_runtime_resolve
8870         and _dl_runtime_profile.
8872 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
8874         * include/cpio.h: New file.  Mainly copied from GNU cpio.
8875         * posix/Makefile (headers): Add cpio.h.
8877 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8879         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
8880         to routines.
8881         * nis/nis_cache.c: New file.
8882         * nis/nis_cache2.h: New file.
8883         * nis/nis_cache2_xdr.c: New file.
8884         * nis/nis_call.c: Changes for cache2_info parameter.
8885         * nis/nis_checkpoint.c: Likewise.
8886         * nis/nis_intern.h: Likewise.
8887         * nis/nis_mkdir.c: Likewise.
8888         * nis/nis_ping.c: Likewise.
8889         * nis/nis_rmdir.c: Likewise.
8890         * nis/nis_server.c: Likewise.
8891         * nis/nis_util.c: Likewise.
8893 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8895         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
8896         return/errnop codes.
8897         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8898         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8899         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8900         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8901         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8902         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8903         * nis/nss_nisplus/nisplus-rpc.c: Likewise
8904         * nis/nss_nisplus/nisplus-service.c: Likewise.
8905         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8907 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8909         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
8910         * nis/nss_nis/nis-ethers.c: Likewise.
8911         * nis/nss_nis/nis-grp.c: Likewise.
8912         * nis/nss_nis/nis-hosts.c: Likewise.
8913         * nis/nss_nis/nis-network.c: Likewise.
8914         * nis/nss_nis/nis-proto.c: Likewise.
8915         * nis/nss_nis/nis-hosts.c: Likewise.
8916         * nis/nss_nis/nis-network.c: Likewise.
8917         * nis/nss_nis/nis-proto.c: Likewise.
8918         * nis/nss_nis/nis-publickey.c: Likewise.
8919         * nis/nss_nis/nis-pwd.c: Likewise.
8920         * nis/nss_nis/nis-rpc.c: Likewise.
8921         * nis/nss_nis/nis-service.c: Likewise.
8922         * nis/nss_nis/nis-spwd.c: Likewise.
8924 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
8926         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
8927         Added to follow latest kernel development.
8929 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
8931         * nss/db-Makefile: Handle empty and comment lines better.
8932         ($(VAR_DB)/services.db): Generate entries with missing protocol
8933         value.
8935 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8937         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
8938           NULL.
8939           (getservbyname): Allow proto == NULL.
8940           Pointed out by David N. Welton <davidw@gate.cks.com>.
8941           [PR libc/430].
8943 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
8945         * nis/nislib/nislib.h: Finally removed.
8947         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
8948         C compiler.  From Kaveh Ghazi.
8949         (TYPE_MINIMUM): Define.
8950         (TYPE_MAXIMUM): Define.
8951         (TIME_T_MIN): Use TYPE_MINIMUM.
8952         (TIME_T_MAX): Use TYPE_MAXIMUM.
8953         Patch by Jim Meyering <meyering@ascend.com>.
8955 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
8957         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
8958         __pread64, __pwrite64, and __getpid.
8960         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
8961         versions.
8963 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8965         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
8966         cancelable socket functions as __libc_xxx with __xxx as weak
8967         alias.
8968         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8969         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8971         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
8972         redefined.
8973         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
8974         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
8975         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
8976         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
8978         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
8979         and __xxx a weak alias.
8980         * sysdeps/unix/sysv/linux/connect.S: Likewise.
8981         * sysdeps/unix/sysv/linux/recv.S: Likewise.
8982         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
8983         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
8984         * sysdeps/unix/sysv/linux/send.S: Likewise.
8985         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
8986         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
8988 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8990         * locale/langinfo.h: Add defines.
8992         * dirent/dirent.h: Add defines for DT_*, check also for
8993         _DIRENT_HAVE_D_TYPE.
8994         Suggested by Roland McGrath.
8996 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8998         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
8999         Update from Linux 2.1.73+79.
9001         * README.template: Update information about possible
9002         configurations.
9004         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
9005         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
9006         [PR libc/417].
9008         * manual/time.texi (Priority): Correct description of
9009         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
9010         [PR libc/416].
9012 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
9014         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
9015         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
9017 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
9019         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
9020         Andreas Jaeger.
9022 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
9024         * locale/programs/ld-collate.c: Little optimizations.
9026         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
9028         * string/Makefile (tests): Add tst-inlcall.
9029         * string/tst-inlcall.c: New file.
9031         * string/strsignal.c: Add support for real-time signals.
9033         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
9034         presense of small buffer.
9036         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
9038         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
9039         for i686.
9041         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
9042         _NSIG + 1.
9044 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
9046         * Rules: Add explicit rule for dummy.o; at least one library needs
9047           it and it isn't autogenerated by the default rules.
9049 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9051         * math/libm-test.c: Tweak epsilons.
9053 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9055         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
9056         child.
9057         (feenv_mask_test): Likewise.
9059 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9061         * Makeconfig: Don't export CPPFLAGS.
9063 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9065         * sunrpc/rpc_main.c (parseargs): Use perror to print error
9066         message.
9068 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9070         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
9071         terminating null in key size.
9073 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9075         * nss/nss_files/files-service.c: Fix allocation size to include
9076         length of PROTO.
9078         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
9079         applicable.  Fix return value and error checking.
9080         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
9081         unparsable lines.
9082         (DB_LOOKUP): Allocate space for terminating null byte.
9084         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
9085         uids specially.
9087         * db2/makedb.c (process_input): Continue processing if a duplicate
9088         key is encountered.
9090 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
9092         * time/tzfile.h: Updated from tzcode1998b.
9093         * time/zdump.c: Likewise.
9094         * time/zic.c: Likewise.
9095         * time/africa: Update from tzdata1998b.
9096         * time/antarctica: Likewise.
9097         * time/asia: Likewise.
9098         * time/australasia: Likewise.
9099         * time/etcetera: Likewise.
9100         * time/europe: Likewise.
9101         * time/leapseconds: Likewise.
9102         * time/northamerica: Likewise.
9103         * time/southamerica: Likewise.
9105 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9107         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
9108         lookups ignoring case.
9109         * nss/nss_files/files-network.c: Do network lookups ignoring
9110         case.
9111         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
9112         case.
9113         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
9114         case insensitive comparing.
9115         Patches by Cristian Gafton <gafton@redhat.com>.
9117 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9119         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
9120         by Roland McGrath. [PR libc/395]
9122 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9124         * manual/arith.texi (Parsing of Integers): Correct description of
9125         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
9126         [PR libc/396]
9128 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
9130         * misc/lsearch.c (lsearch): Return a pointer to the new element
9131         if one was "allocated".
9133 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9135         * string/strsignal.c: NSIG is not a valid index into
9136         _sys_siglist.  Don't zap the last character of the "Unknown
9137         signal" message.
9139 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
9141         * locale/programs/charmap.c (parse_charmap): Correct parsing of
9142         ellipsis expressions.
9144         * locale/programs/charset.c (insert_char): Correctly insert value
9145         of eliipsis expression.
9147 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
9149         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
9150         <bits/setjmp.h>.
9151         * sysdeps/powerpc/setjmp.S: Likewise.
9152         Patches by Matt McLean <keys@keys.got.net>.
9154         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
9156         * Makefile: Undo last patch.
9157         (distribute): Add test-installation.pl.
9159         * configure.in: Correct handling of --enable-add-ons without parameter.
9160         Correct address of WWW pages.
9162         * libc.map: Add _nl_domain_bindings.
9164         * db2/mutex/tsl_parisc.s: New file.
9166         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
9167         and extra-module.mk.
9169         * localedata/Makefile (distribute): New.  Add all the files.
9171         * stdlib/Makefile (headers): Add inttypes.h.
9172         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
9173         * sysdeps/generic/inttypes.h: New file.
9174         * sysdeps/generic/strtoimax.c: New file.
9175         * sysdeps/generic/strtoumax.c: New file.
9176         * sysdeps/generic/wcstoimax.c: New file.
9177         * sysdeps/generic/wcstoumax.c: New file.
9178         * sysdeps/wordsize-32/Dist: Removed.
9179         * sysdeps/wordsize-32/Makefile: Removed.
9180         * sysdeps/wordsize-64/Dist: Removed.
9181         * sysdeps/wordsize-64/Makefile: Removed.
9182         * sysdeps/generic/bits/environments.h: New file.
9184         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
9185         header is still not correct.
9187         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
9188         * posix/unistd.h: Likewise.
9189         * sysdeps/generic/sys/mman.h: Likewise.
9190         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
9192         * manual/arith.texi: Change definition of mul macro.
9193         * manual/math.texi: Likewise.
9195         * misc/Makefile (routines): Add mmap64.
9196         * sysdeps/generic/mmap64.c: New file.
9197         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
9198         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
9199         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
9200         aliases to mmap.
9201         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9203         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
9205         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
9207         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
9209         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
9210         FOPEN_MAX also when included by limits.h.
9211         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
9213         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
9214         and netrom/netrom.h.
9215         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
9216         oldsiglist to sysdep_routines, not aux.
9217         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
9219         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
9220         and SOL_NETROM definition.
9222         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
9224         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
9225         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
9227 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
9229         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
9231         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
9232         sa_handler with k_sa_handler.
9233         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
9234         strong alias.
9235         Reported by a sun.
9237         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
9238         __libc_have_rt_sigs here.
9239         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
9240         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9241         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
9242         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9244 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
9246         * sysdeps/powerpc/atomicity.h: New file.
9247         * sysdeps/mach/powerpc/machine-lock.h: New file.
9249         * Rules: Use -fpic to build anything that might end up in a users'
9250         shared library.
9252         * sysdeps/powerpc/s_fdim.c: New file.
9253         * sysdeps/powerpc/s_fdimf.c: New file.
9254         * sysdeps/powerpc/s_fmax.S: New file.
9255         * sysdeps/powerpc/s_fmaxf.S: New file.
9256         * sysdeps/powerpc/s_fmin.S: New file.
9257         * sysdeps/powerpc/s_fminf.S: New file.
9258         * sysdeps/powerpc/s_llrint.c: Now is for double.
9259         * sysdeps/powerpc/s_llrintf.c: New file.
9260         * sysdeps/powerpc/s_llround.c: Now is for double.
9261         * sysdeps/powerpc/s_llroundf.c: New file.
9262         * sysdeps/powerpc/s_lrint.c: Now is for double.
9263         * sysdeps/powerpc/s_lrintf.S: New file.
9264         * sysdeps/powerpc/s_lround.c: Now is for double.
9265         * sysdeps/powerpc/s_lroundf.c: New file.
9266         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
9267         lrintf, fdim, fdimf.
9269         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
9270         file directly, use its parent.
9272         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
9273         (for the third time).
9275 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
9277         * posix/sched.h: timespec is in <time.h>.
9279         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
9281 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
9283         * configure.in: Stop with error if --disable-static is used when
9284         the shared lib uses this library.
9286         * gen-FAQ.pl: I've perl installed in /usr/bin.
9288         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
9290         Fix Unix98 conformance problems in the headers.
9291         * catgets/nl_types.h: Define nl_item.
9292         * grp/grp.h: Define gid_t.
9293         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
9294         * include/nl_types.h: New file.
9295         * include/ulimit.h: New file.
9296         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
9297         constants in POSIX mode.
9298         * io/utime.h: Get definition for time_t.
9299         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
9300         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
9301         * libio/stdio.h: Define va_list.  Make snprintf also available is
9302         __USE_UNIX98.  Declare getopt function and variables.
9303         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
9304         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
9305         * math/math.h: Defined M_* constants as double for Unix98 mode.
9306         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
9307         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
9308         * posix/regex.h: Define REG_NOSYS.
9309         * posix/wordexp.h: Define WRDE_NOSYS.
9310         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
9311         500 for Unix98.
9312         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
9313         somewhere else as well.  Define clock_t for Unix98.
9314         * posix/sys/wait.h: Define pid_t.
9315         * pwd/pwd.h: Define gid_t, uid_t.
9316         * resource/Makefile (headers): Add ulimit.h.
9317         * resource/ulimit.h: New file.
9318         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
9319         instead of second argument.
9320         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
9321         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
9322         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
9323         * signal/signal.h: Define pid_t.
9324         * string/string.h: Don't declare BSD string functions in POSIX mode.
9325         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
9326         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
9327         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
9328         and POSIX.
9330         * inet/test_ifindex.c: Change test so that it does not fail for
9331         interface aliases.
9333         * locale/programs/locale.c (show_info): Use correct cast sequence
9334         for 64bit machines.
9336         * malloc/malloc.c: __malloc_initialized now signals three states:
9337         uninitialized, initializing, initialized.  Used in mcheck.
9338         * malloc/mcheck.c (mabort): Add '\n' to messages.
9339         (mcheck): Allow installation when malloc is uninitialized or is
9340         just initializing.
9342         * manual/memory.texi: Explain mtrace output a bit more.
9344         * math/libm-test.c: Add more epsilons.
9346         * misc/regexp.h (compile): Remove __ prefix from parameter names.
9348         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
9349         instead of strcpy for security.
9350         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
9351         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9352         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
9354         * nss/digits_dots.c: Pretty print.
9356         * posix/getconf.c (vars): Add symbols for programming environment
9357         recognition.  Recognize --version.
9359         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
9360         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
9361         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
9363         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
9364         __need_FOPEN_MAX.
9365         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
9366         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
9367         __need_FOPEN_MAX.
9369         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
9370         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
9372         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
9373         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9374         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9375         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
9376         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9377         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
9379         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
9380         SCNu*.
9381         * sysdeps/wordsize-64/inttypes.h: Likewise.
9383         * time/africa: Update from tzdata1997j.
9384         * time/antarctica: Likewise.
9385         * time/asia: Likewise.
9386         * time/australasia: Likewise.
9387         * time/backward: Likewise.
9388         * time/etcetera: Likewise.
9389         * time/europe: Likewise.
9390         * time/factory: Likewise.
9391         * time/northamerica: Likewise.
9392         * time/pacificnew: Likewise.
9393         * time/southamerica: Likewise.
9395         * time/tzfile.h: Update from tzcode1997h.
9396         * time/zic.c: Likewise.
9398         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
9399         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
9400         isw*() functions for Unix98.
9401         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
9402         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
9403         is defined.
9405 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9407         * locale/duplocale.c: Increase usage_count only if less than
9408         MAX_USAGE_COUNT.
9409         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
9410         MAX_USAGE_COUNT.
9411         * locale/setlocale.c: Likewise.
9413 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9415         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
9416         dependency to make it easier to install it selectively.
9418         * Makerules (.SUFFIXES): Don't define any suffixes.
9420 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9422         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
9423         * sysdeps/generic/statfs64.c: Emulate using statfs.
9424         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
9425         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
9426         * sysdpes/generic/ftruncate64.c: New file.
9427         * sysdpes/generic/truncate64.c: New file.
9429         * sysdeps/generic/bits/stat.h: Add LFS support.
9430         * sysdeps/generic/bits/statfs.h: Likewise.
9432         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
9433         [__USE_FILE_OFFSET64]: Make long long constant.
9434         (RLIM64_INFINITY): Likewise.
9436         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
9437         for LFS support.
9438         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
9439         * sysdeps/generic/bits/resource.h: Likewise.
9441         * misc/Makefile (routines): Add truncate64 and ftruncate64.
9443         * include/features.h: Don't prevent LFS support from defining BSD
9444         and SYSV things.
9446         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
9447         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
9448         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
9450         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
9451         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
9452         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9454         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
9455         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
9456         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
9457         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
9458         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
9459         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
9460         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
9461         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
9462         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
9463         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
9464         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
9465         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
9466         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
9467         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
9468         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
9469         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
9470         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
9471         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
9472         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
9473         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
9475         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
9476         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
9477         * sysdeps/unix/sysv/linux/xstat64.c: New file.
9478         * sysdeps/unix/sysv/linux/readdir64.c: New file.
9479         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
9481         * sysdeps/unix/sysv/linux/getdents64.c: New file.
9482         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9483         [$(subdir)=dirent]: Add getdents64.
9484         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
9486         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
9488 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
9490         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
9492         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
9493         * sysdeps/generic/getrlimit64.c: Likewise.
9494         * sysdeps/generic/setrlimit.c: Likewise.
9495         * sysdeps/generic/setrlimit64.c: Likewise.
9497 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
9499         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
9500         using versioning.
9502         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
9504         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
9506 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9508         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
9509         after the codeset name.
9511 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9513         * libc.map: Add get_kernel_syms.
9515 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9517         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
9518         static.
9519         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
9520         Likewise.  Fix condition.
9522 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9524         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
9526 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9528         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
9529         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
9531 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9533         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
9534         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
9535         instead.  Oops.
9537 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9539         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
9541 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9543         * math/libm-test.c (catanh_test): Change epsilon.
9544         Reported by H.J. Lu.
9546 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
9548         * libc.map (__getpid): Added for linuxthreads.
9550 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
9552         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
9553         it if gcc uses static variable in DWARF2 unwind information
9554         for exception support.
9556         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
9558         * elf/soinit.c (__libc_global_ctors, _fini): Handle
9559         HAVE_DWARF2_UNWIND_INFO_STATIC.
9561         * libc.map (__register_frame*, __deregister_frame*): Make them
9562         global.
9564 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9566         * math/libm-test.c: Add more tests for "normal" values.
9568 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9570         * stdio-common/printf_fphex.c: Fix printing of long double number
9571         with a biased exponent of zero.  Fix rounding.
9573 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9575         * sunrpc/rpc_main.c: Accept new flag -$.
9576         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
9578 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9580         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
9581         dynamic linker first, in case the interface has changed.
9583 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9585         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
9586         order.
9588 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9590         * math/tgmath.h: Check for double first, for architectures where
9591         sizeof (long double) == sizeof (double).
9593 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9595         * math/libm-test.c: New tests for "normal" values added for most
9596         functions.
9598 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
9600         * version.h (VERSION): Bump to 2.0.91.
9602         * db2/makedb.c (process_input): Fix typo in message.
9603         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
9605         * elf/dynamic-link.h: Pretty print.
9607         * elf/rtld.c: Allow multiple preloading of a shared object.
9609         * include/limits.h: Prevent multiple inclusion.
9611         * malloc/Makefile (headers): Add mcheck.h.
9612         (distribute): Remove it here.
9613         * malloc/mcheck.h: Pretty print.
9614         * malloc/mtrace.c (mallenv): Make `const'.
9615         * malloc/mtrace.pl: Don't print table head for memory leaks if there
9616         are none.
9617         * manual/memory.texi: Update descriptor of malloc hooks.
9619         * posix/Makefile (routines): Add waitid.
9620         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
9621         on __id_t.
9622         * posix/sys/wait.h: Define idtype_t type.
9623         Add prototype for waitid.
9624         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
9625         * sysdeps/generic/waitid.c: Stub for waitid.
9626         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
9627         the __need_siginfo_t defined.
9628         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
9629         * sysdeps/generic/bits/types.h: Define __id_t.
9630         Correct definition of __FDMASK.
9631         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9632         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9633         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9635         * sysdeps/posix/waitid.c: New file.
9636         Provided by Zack Weinberg.
9638         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
9640         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9641         Add missing parameters.
9643         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
9644         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
9645         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
9646         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
9647         initialized.
9649         * sysdeps/i386/dl-machine.h: Little cleanup.
9651         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
9652         (__finite): Mark function as const.
9653         Add inline code for __ieee754_atan2.
9655         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
9656         (but don't use it now).
9657         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
9658         __atan.
9659         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
9660         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
9661         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
9662         real part.
9663         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
9664         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
9665         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
9666         __ieee754_atan2 to base 10.
9667         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
9668         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
9670         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
9671         old_kernel_sigaction.
9673         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
9675         * wctype/Makefile (routines): Add wctype_l.
9676         * wctype/wctype.h: Add declaration of __wctype_l.
9677         * wctype/wctype_l.c: New file.
9679 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
9681         * locale/C-ctype.c: Correct data for isw* functions.
9682         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
9683         byte order.
9684         * wctype/test_wctype.c: Add test for isw* functions.
9685         * wctype/wctype.c: Return value with expected byte order.
9687 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9689         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
9691 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
9693         * iconvdata/Makefile: Fix a typo.
9695         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
9696         oldsiglist for shared library.
9698         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
9699         sys_sigabbrev): Make them as the default version GLIBC_2.1.
9701         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
9702         sys_siglist, sys_sigabbrev): New file. Make them as the old
9703         version GLIBC_2.0.
9705         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
9706         to GLIBC_2.1.
9708 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9710         * libio/iofgets.c (_IO_fgets): Return an error only if there
9711         is a new error.
9712         * libio/iogets.c (_IO_gets): Ditto.
9714 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
9716         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
9718         * libio/Makefile (routines, shared-only-routines): Add
9719         oldiofdopen.
9721         * libio/fileops.c: Don't use _IO_FILE_complete.
9722         * libio/iofdopen.c: Ditto.
9723         * libio/iofopen.c: Ditto.
9724         * libio/iofopen64.c: Ditto.
9725         * libio/iopopen.c: Ditto.
9726         * libio/iovdprintf.c: Ditto.
9728         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
9730         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
9731         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
9733         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
9734         _IO_old_fdopen, _IO_new_fdopen): New declaration.
9736         * libio/libio.h (_IO_FILE): Add more fields.
9737         (_IO_FILE_complete): Defined and make _IO_FILE be the old
9738         one if _IO_USE_OLD_IO_FILE is defined
9739         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
9740         them _IO_FILE_complete.
9742         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
9743         to adjust vtable.
9744         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
9745         _IO_JUMPS.
9746         (_IO_FILE_complete): Commented out.
9748         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
9749         * libio/oldiofclose.c: Ditto.
9750         * libio/oldiofopen.c: Ditto.
9751         * libio/oldstdfiles.c: Ditto.
9753         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
9754         for the old _IO_FILE.
9756         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
9757         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
9758         and stderr.
9760         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
9761         and remove INAME.
9763         * libio/stdio.c (stdin, stdout, stdin): Don't use
9764         _IO_FILE_complete.
9766         * libio/oldiofdopen.c: New.
9768         * stdio-common/vfprintf.c (buffered_vfprintf): Set
9769         hp->_vtable_offset to 0.
9771 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
9773         * libc.map (_IO_file_open): Added.
9775         * libio/libioP.h (_IO_file_open): Declared.
9777         * libio/fileops.c (_IO_file_open): New.
9778         (_IO_file_fopen): Call _IO_file_open ().
9780         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
9781         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9783 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9785         * signal/signal.h: Fix selection of signal semantics to match
9786         comment.
9788 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9790         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
9791         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
9792         rt_sigreturn.
9793         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9794         [$(subdir)=signal]: Remove rt_sigreturn.
9795         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
9796         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
9797         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
9799 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9801         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
9802         declarations.
9804 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9806         * iconvdata/extra-module.mk: Expand extra-objs now.
9808 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9810         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
9811         inline functions by feature tests to avoid warning about missing
9812         prototype declarations.
9814 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9816         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
9817         return code for non existent +name entries.
9818         * nis/nss_compat/compat-pwd.c: Likewise.
9819         * nis/nss_compat/compat-spwd.c: Likewise.
9821 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
9823         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
9824         (EIO): Likewise.
9825         (ENOSPC): Likewise.
9826         (EEXIST): Likewise.
9827         (__errno_location): Likewise.
9829         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
9831         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
9833 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9835         * sunrpc/publickey.c: Use new NSS interface.
9837 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
9839         * manual/malloc.texi: Document mtrace/muntrace and the concept.
9841 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9843         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
9844         value, to match spirit of the standard.
9845         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
9846         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
9847         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
9849 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9851         * manual/signal.texi (Signal Stack): Remove spurious @item.
9853 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9855         * rt/aio.h: Remove double semicolon.
9857         * rt/librt.map: Add aio_init.
9859 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
9861         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
9862         * Makefile (subdirs): Replace rt by $(rt).
9864         * shlib-versions: Use version .2 for NSS modules.
9866         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
9867         argument.
9868         * pwd/fgetpwent_r.c: Likewise.
9869         * spwd/fgetspent_r.c: Likewise.
9870         * spwd/sgetspent_r.c: Likewise.
9871         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
9872         Store error number in *ERRNOP.  Little optimization.
9873         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
9874         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
9875         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
9876         (__internal_getnetgrent_r): New argument.
9877         Call __internal_setnetgrent_reuse with new argument.
9878         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
9879         * inet/netgroup.h: Add argument to prototypes.
9880         * nis/nisplus-parser.h: Likewise.
9881         * nis/nss_compat/compat-grp.c: Change everything to store error
9882         code through provided pointer and not use errno.
9883         * nis/nss_compat/compat-pwd.c: Likewise.
9884         * nis/nss_compat/compat-spwd.c: Likewise.
9885         * nis/nss_nis/nis-alias.c: Likewise.
9886         * nis/nss_nis/nis-ethers.c: Likewise.
9887         * nis/nss_nis/nis-grp.c: Likewise.
9888         * nis/nss_nis/nis-hosts.c: Likewise.
9889         * nis/nss_nis/nis-netgrp.c: Likewise.
9890         * nis/nss_nis/nis-network.c: Likewise.
9891         * nis/nss_nis/nis-proto.c: Likewise.
9892         * nis/nss_nis/nis-publickey.c: Likewise.
9893         * nis/nss_nis/nis-pwd.c: Likewise.
9894         * nis/nss_nis/nis-rpc.c: Likewise.
9895         * nis/nss_nis/nis-service.c: Likewise.
9896         * nis/nss_nis/nis-spwd.c: Likewise.
9897         * nis/nss_nisplus/nisplus-alias.c: Likewise.
9898         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
9899         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9900         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
9901         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
9902         * nis/nss_nisplus/nisplus-network.c: Likewise.
9903         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9904         * nis/nss_nisplus/nisplus-proto.c: Likewise.
9905         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9906         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9907         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
9908         * nis/nss_nisplus/nisplus-service.c: Likewise.
9909         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
9910         * nss/nss_db/db-XXX.c: Likewise.
9911         * nss/nss_db/db-alias.c: Likewise.
9912         * nss/nss_db/db-netgrp.c: Likewise.
9913         * nss/nss_files/files-XXX.c: Likewise
9914         * nss/nss_files/files-alias.c: Likewise
9915         * nss/nss_files/files-netgrp.c: Likewise
9916         * nss/nss_files/files-parse.c: Likewise
9917         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
9918         parameter of get functions.
9919         * nss/getXXent_r.c: Likewise.
9921         * localedata/tst-fmon.c: Print debug info if test fails.
9923         * rt/Makefile (routines): Add aio_notify.
9924         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
9925         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
9926         * rt/aio_fsync.c: Likewise.
9927         * rt/aio_misc.c: Likewise.
9928         * rt/aio_misc.h: Likewise.
9929         * rt/aio_read.c: Likewise.
9930         * rt/aio_read64.c: Likewise.
9931         * rt/aio_suspend.c: Likewise.
9932         * rt/aio_write.c: Likewise.
9933         * rt/aio_write64.c: Likewise.
9934         * rt/lio_listio.c: Likewise.
9935         * rt/lio_listio64.c: Likewise.
9936         * rt/aio_notify.c: New file.
9938         * sysdeps/generic/bits/sigset.h: Pretty print.
9940         * sysdeps/posix/pwrite.c: Define weak alias only if function is
9941         really defined as __pwrite.
9943         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
9944         instead of pread64.
9945         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9947         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9948         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
9949         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
9950         size in syscall.
9951         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9952         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9953         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
9954         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9955         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
9956         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9957         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
9958         for ACT being NULL.
9959         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
9960         RT signals.
9961         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
9962         __NR_pread is not defined.
9963         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
9964         __NR_pwrite is not defined.
9966 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9968         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
9969         handle for /etc/group back in some more cases.
9970         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
9971         handle for /etc/passwd back in some more cases.
9972         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
9973         handle for /etc/shadow back in some more cases.
9975 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
9977         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
9978         beyound its size.
9979         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
9980         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
9982 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
9984         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
9985         handling.  Don't use macros, we need functions.  Use inline functions
9986         for optimization.
9987         * sysdeps/wordsize-64/inttypes.h: Likewise.
9988         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
9989         and wcstoumax.
9990         * sysdeps/wordsize-64/Makefile: Likewise.
9991         * sysdeps/wordsize-32/Dist: Likewise.
9992         * sysdeps/wordsize-64/Dist: Likewise.
9993         * sysdeps/wordsize-32/strtoimax.c: New file.
9994         * sysdeps/wordsize-32/strtoumax.c: New file.
9995         * sysdeps/wordsize-32/wcstoimax.c: New file.
9996         * sysdeps/wordsize-32/wcstoumax.c: New file.
9997         * sysdeps/wordsize-64/strtoimax.c: New file.
9998         * sysdeps/wordsize-64/strtoumax.c: New file.
9999         * sysdeps/wordsize-64/wcstoimax.c: New file.
10000         * sysdeps/wordsize-64/wcstoumax.c: New file.
10002 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
10004         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
10005         that transparent union works.
10006         * sysdeps/generic/wait4.c (__wait4): Likewise.
10007         * sysdeps/generic/wait.c (__wait): Likewise.
10009         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
10010         size_t.
10012         * sysdeps/generic/syscall.c (syscall): Return value and arg are
10013         long, to match prototype.
10015         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
10016         have mremap() yet.
10018         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
10020         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
10022         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
10024         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
10025         __rlim_t.
10027         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
10029         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
10031         * io/sys/stat.h (S_ISLNK): Always false if we don't have
10032         __S_IFLNK.
10034         * sysdeps/standalone/close.c (_STDIO_H): Define before including
10035         <bits/stdio_lim.h>.
10036         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
10038 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
10040         * posix/sys/wait.h: Don't use transparent unions in C++.
10042 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10044         * time/time.h: Add strfxtime.
10046         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
10047         sysv_signal, strfxtime, pread64, pwrite64.
10049 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
10051         Alpha changes for EGCS:
10052         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
10053         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
10054         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
10055         (_start): Likewise.
10056         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
10058 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
10060         The kernel expects the arguments in a different order.
10061         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
10062         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
10064         * FAQ.in: New file.
10065         * gen-FAQ.pl: New file.
10066         * Makefile (FAQ): Add rule to generate from FAQ.in.
10068         * iconvdata/Makefile: Treat libJIS like the other modules.
10070         * rt/librt.map: New file.
10072         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
10073         inclusion.
10074         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
10075         comment.
10077 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
10079         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
10080         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
10081         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
10082         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
10084 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10086         * string/bits/string2.h: Fix spellings.
10088         * string/string.h: Fix spellings.
10090 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10092         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
10093         declaration to __syscall_rt_sigaction.
10095         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
10096         non-existant <sigcontext.h>.
10098 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10100         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
10101         typo.
10103 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10105         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
10107         * Makeconfig (shared-thread-library): Correct spelling.
10109         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
10110         <asm/pci.h>.
10112 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10114         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
10115         constants from Linux headers. Pointed out by
10116         csmall@scooter.o.i.net. [PR libc/369]
10118 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10120         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
10122 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10124         * configure.in: If --enable-add-ons is given without an
10125         argument, set the addons list to all subdirs with a configure
10126         script.
10128 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
10130         * Makeconfig: Add shared-thread-library variable.
10132         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
10133         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
10134         here.
10135         * sysdeps/m68k/fpu/e_acos.c: Likewise.
10136         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
10137         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
10138         * sysdeps/m68k/fpu/e_pow.c: Likewise.
10139         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
10140         * sysdeps/m68k/fpu/k_cos.c: Likewise.
10141         * sysdeps/m68k/fpu/k_sin.c: Likewise.
10142         * sysdeps/m68k/fpu/k_tan.c: Likewise.
10143         * sysdeps/m68k/fpu/s_atan.c: Likewise.
10144         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
10145         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
10146         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
10147         * sysdeps/m68k/fpu/s_csin.c: Likewise.
10148         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
10149         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
10150         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
10151         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
10152         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
10153         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
10154         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
10155         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
10156         * sysdeps/m68k/fpu/s_modf.c: Likewise.
10157         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
10158         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
10159         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
10161         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
10162         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
10163         * signal/Makefile (headers): Add bits/siginfo.h.
10164         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
10165         (distribute): Add testrtsig.h.
10166         * signal/allocrtsig.c: New file.
10167         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
10168         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
10169         __libc_current_sigrtmax.
10170         * sysdeps/generic/sigqueue.c: New file.
10171         * sysdeps/generic/sigtimedwait.c: New file.
10172         * sysdeps/generic/sigwaitinfo.c: New file.
10173         * sysdeps/generic/testrtsig.h: New file.
10174         * sysdeps/generic/bits/siginfo.h: New file.
10175         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
10176         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
10177         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
10178         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
10179         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
10180         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
10181         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
10182         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
10183         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
10184         * sysdeps/unix/sysv/linux/sigpending.c: New file.
10185         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
10186         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
10187         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
10188         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
10189         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
10190         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
10191         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
10192         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
10193         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
10194         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
10195         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
10196         and _POSIX_REALTIME_SIGNALS.
10197         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
10198         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
10199         update _NSIG.
10200         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
10201         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
10202         definitions.
10204         * Makefile (subdirs): Add rt.
10205         * shlib-versions: Add entry for librt.
10206         * rt/Makefile: New file.
10207         * rt/aio.h: New file.
10208         * rt/aio_cancel.c: New file.
10209         * rt/aio_error.c: New file.
10210         * rt/aio_fsync.c: New file.
10211         * rt/aio_misc.c: New file.
10212         * rt/aio_misc.h: New file.
10213         * rt/aio_read.c: New file.
10214         * rt/aio_read64.c: New file.
10215         * rt/aio_return.c: New file.
10216         * rt/aio_suspend.c: New file.
10217         * rt/aio_write.c: New file.
10218         * rt/aio_write64.c: New file.
10219         * rt/lio_listio.c: New file.
10220         * rt/lio_listio64.c: New file.
10221         * sysdeps/generic/aio_sigqueue.c: New file.
10222         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
10223         * sysdeps/unix/sysv/linux/Dist: Add new files
10224         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
10225         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
10226         rt_sigqueueinfo, rt_sigaction.
10228         * posix/Makefile (headers): Add bits/environments.h.
10229         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
10230         and _CS_LFS_CFLAGS on 64bit platforms.
10231         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
10232         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
10233         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
10234         compilation modules.
10235         * sysdeps/wordsize-32/bits/environments.h: New file.
10236         * sysdeps/wordsize-64/bits/environments.h: New file.
10238         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
10239         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
10240         __libc_pid.
10241         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
10242         0xf00baa.
10244         * string/string.h: Add declaration of __strverscmp.
10245         * string/strverscmp.c: Rename function ot __strverscmp and make old
10246         name weak alias.
10248         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
10249         * sysdeps/generic/enbl-secure.c: Likewise.
10250         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
10252         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
10254         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
10256 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
10258         * posix/sys/wait.h: Use __transparent_union__ instead of
10259         transparent_union.  Reported by Roland McGrath.
10261 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10263         * resolv/inet_neta.c (inet_neta): Change type of first parameter
10264         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
10265         [PR libc/366].
10267         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
10269         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
10271 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10273         * grp/initgroups.c: Increase buffer if it is too small.
10275 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
10277         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
10278         fields, this is no ISO C.  Reported by Andreas Jaeger.
10280 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10282         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
10284 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
10286         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
10287         _SYS_UTSNAME_H not _UTSNAME_H.
10289 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10291         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
10292         computing s_scale.
10294 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10296         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
10297         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
10298         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
10300         * math/libm-test.c (csqrt_test): Add testcase.
10302 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
10304         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
10305         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
10306         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
10308 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10310         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
10312 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10314         * math/libm-test.c (acos_test): Add more tests.
10315         (asin_test): Likewise.
10316         (atan_test): Likewise.
10317         (exp_test): Likewise.
10318         (sin_test): Likewise.
10319         (sqrt_test): Likewise.
10320         (cpow_test): Likewise.
10321         (csqrt_test): Likewise.
10322         (cexp_test): Correct typo in gcc version test.
10324 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
10326         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
10327         <bits/setjmp.h>.
10328         * sysdeps/arm/setjmp.S: Likewise.
10330         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
10332 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
10334         * stdio/stdio.h: Add prototype for tmpfile64().
10336 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
10338         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
10339         prototype to keep in step with libio version.
10341         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
10343 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
10345         * sysdeps/generic/Makefile: Don't try to use make_siglist if
10346         cross-compiling.
10348 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
10350         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
10351         load GOT ptr before jumping to _exit.
10352         Reported by Xavier Leroy.
10354 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
10356         * Makefile (subdirs): Add iconvdata and localedata.
10358         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
10360         * iconv/gconv_conf.c (read_conf_file): Little optimization.
10362         * iconvdata/8bit-gap.c: New file.
10363         * iconvdata/8bit-generic.c: Renamed from ...
10364         * iconvdata/iso8859-generic.c: ...this.
10365         * iconvdata/configure: Removed.
10366         * iconvdata/Makefile: Add new modules and better rules.
10367         * iconvdata/iso6937.c: Minor bug fixes.
10368         * iconvdata/iso8859-1.c: Likewise.
10369         * iconvdata/t61.c: Likewise.
10370         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
10371         Minor bug fixes.
10372         * iconvdata/iso8859-3.c: Likewise.
10373         * iconvdata/iso8859-4.c: Likewise.
10374         * iconvdata/iso8859-5.c: Likewise.
10375         * iconvdata/iso8859-6.c: Likewise.
10376         * iconvdata/iso8859-7.c: Likewise.
10377         * iconvdata/iso8859-8.c: Likewise.
10378         * iconvdata/iso8859-9.c: Likewise.
10379         * iconvdata/iso8859-10.c: Likewise.
10380         * iconvdata/ebcdic-at-de-a.c: New file.
10381         * iconvdata/ebcdic-at-de.c: New file.
10382         * iconvdata/ebcdic-ca-fr.c: New file.
10383         * iconvdata/hp-roman8.c: New file.
10384         * iconvdata/koi-8.c: New file.
10385         * iconvdata/koi8-r.c: New file.
10386         * iconvdata/koi8-h.c: New file.
10387         * iconvdata/latin-greek-1.c: New file.
10388         * iconvdata/latin-greek-1.h: New file.
10389         * iconvdata/latin-greek.c: New file.
10390         * iconvdata/latin-greek.h: New file.
10391         * iconvdata/jis0201.c: New file.
10392         * iconvdata/jis0201.h: New file.
10393         * iconvdata/jis0208.c: New file.
10394         * iconvdata/jis0208.h: New file.
10395         * iconvdata/jis0212.c: New file.
10396         * iconvdata/jis0212.h: New file.
10397         * iconvdata/sjis.c: New file.
10398         * iconvdata/gap.pl: New file.  Script to generate table header.
10399         * iconvdata/gaptab.pl: New file.
10400         * iconvdata/gconv-modules: Add info about new modules.
10402         * locale/programs/charmap.c: Also examine alias names given in charmap
10403         files.
10405         * localedata/*: Add to here from add-on.  We need the information
10406         to generate tables for iconv.
10408         Update from db-2.3.14.
10409         * db2/Makefile: Updated.
10410         * db2/config.h: Likewise.
10411         * db2/db.h: Likewise.
10412         * db2/db_int.h: Likewise.
10413         * db2/btree/bt_cursor.c: Likewise.
10414         * db2/btree/bt_delete.c: Likewise.
10415         * db2/btree/bt_put.c: Likewise.
10416         * db2/btree/bt_search.c: Likewise.
10417         * db2/btree/bt_split.c: Likewise.
10418         * db2/btree/btree_auto.c: Likewise.
10419         * db2/common/db_appinit.c: Likewise.
10420         * db2/common/db_apprec.c: Likewise.
10421         * db2/common/db_err.c: Likewise.
10422         * db2/common/db_region.c: Likewise.
10423         * db2/db/db_auto.c: Likewise.
10424         * db2/db/db_dispatch.c: Likewise.
10425         * db2/db/db_ret.c: Likewise.
10426         * db2/dbm/dbm.c: Likewise.
10427         * db2/hash/hash_auto.c: Likewise.
10428         * db2/include/btree_ext.h: Likewise.
10429         * db2/include/common_ext.h: Likewise.
10430         * db2/include/db.h.src: Likewise.
10431         * db2/include/db_cxx.h: Likewise.
10432         * db2/include/db_ext.h: Likewise.
10433         * db2/include/db_int.h.src: Likewise.
10434         * db2/include/lock.h: Likewise.
10435         * db2/include/log.h: Likewise.
10436         * db2/include/mp.h: Likewise.
10437         * db2/include/mp_ext.h: Likewise.
10438         * db2/include/os_ext.h: Likewise.
10439         * db2/include/os_func.h: Likewise.
10440         * db2/lock/lock.c: Likewise.
10441         * db2/lock/lock_deadlock.c: Likewise.
10442         * db2/log/log.c: Likewise.
10443         * db2/log/log_archive.c: Likewise.
10444         * db2/log/log_auto.c: Likewise.
10445         * db2/log/log_get.c: Likewise.
10446         * db2/log/log_put.c: Likewise.
10447         * db2/mp/mp_bh.c: Likewise.
10448         * db2/mp/mp_fget.c: Likewise.
10449         * db2/mp/mp_fopen.c: Likewise.
10450         * db2/mp/mp_fput.c: Likewise.
10451         * db2/mp/mp_fset.c: Likewise.
10452         * db2/mp/mp_open.c: Likewise.
10453         * db2/mp/mp_pr.c: Likewise.
10454         * db2/mp/mp_region.c: Likewise.
10455         * db2/mp/mp_sync.c: Likewise.
10456         * db2/mutex/README: Likewise.
10457         * db2/mutex/mutex.c: Likewise.
10458         * db2/os/os_open.c: Likewise.
10459         * db2/os/os_func.c: Removed.
10460         * db2/os/os_config.c: New file.
10461         * db2/os/os_spin.c: New file.
10462         * db2/txn/txn.c: Likewise.
10463         * db2/txn/txn_auto.c: Likewise.
10465 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
10467         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
10468         __typeof for C++ since this fails for class members.
10469         Reported by Neal Becker <neal@ctd.comsat.com>.
10471 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10473         * configure.in: Check for a working makeinfo (3.11 or better).
10474         * config.make.in: Add MAKEINFO to be substituted.
10475         * manual/Makefile: Don't update info if makeinfo is too old.
10477 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
10479         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
10480         * sysdeps/alpha/__longjmp.S: Likewise.
10481         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
10482         not <bits/termios.h>.
10484         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
10485         __llseek and make llseek and lseek64 weak aliases.
10486         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
10487         Patches by a sun <asun@zoology.washington.edu>.
10489 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10491         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
10492         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10493         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10494         * misc/sys/syslog.h: Clean up BSD header.
10496 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10498         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
10500         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
10501         for ctan(+-inf,x).
10502         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
10503         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
10505         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
10506         csqrt (-1), ctanh(i*pi/4).
10508 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10510         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
10512 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
10514         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
10516 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10518         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
10520 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
10522         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
10523         and use.  Define GETCWD_RETURN_TYPE instead and use it.
10524         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
10525         of GETCWD_STORYGE_CLASS and put the return type and the
10526         `internal_function' in the right order for gcc 2.7.2.
10528 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10530         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
10531         incompatible with Linux 2.1.x.  Packages using modules
10532         (e.g. modutils) should/do provide their own version.  Suggested by
10533         Richard Henderson.
10535         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
10537         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10538         [$(subdir)=socket]: Remove sys/module.h.
10540 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
10542         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
10543         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
10545         * iconv/gconv_close.c: Correct freeing of descriptor data.
10546         * iconv/gconv_simple.c: Return correct error values for illegal or
10547         incomplete characters.
10549         * Makefile (iconvdata/%): Special goal to simplify iconvdata
10550         development.
10551         * iconvdata/Makefile: New file.
10552         * iconvdata/configure: Likewise.
10553         * iconvdata/extra-module.mk: Likewise.
10554         * iconvdata/gconv-modules: Likewise.
10555         * iconvdata/iso6937.c: Likewise.
10556         * iconvdata/iso8859-1.c: Likewise.
10557         * iconvdata/iso8859-10.c: Likewise.
10558         * iconvdata/iso8859-10.h: Likewise.
10559         * iconvdata/iso8859-2.c: Likewise.
10560         * iconvdata/iso8859-2.h: Likewise.
10561         * iconvdata/iso8859-3.c: Likewise.
10562         * iconvdata/iso8859-3.h: Likewise.
10563         * iconvdata/iso8859-4.c: Likewise.
10564         * iconvdata/iso8859-4.h: Likewise.
10565         * iconvdata/iso8859-5.c: Likewise.
10566         * iconvdata/iso8859-5.h: Likewise.
10567         * iconvdata/iso8859-6.c: Likewise.
10568         * iconvdata/iso8859-6.h: Likewise.
10569         * iconvdata/iso8859-7.c: Likewise.
10570         * iconvdata/iso8859-7.h: Likewise.
10571         * iconvdata/iso8859-8.c: Likewise.
10572         * iconvdata/iso8859-8.h: Likewise.
10573         * iconvdata/iso8859-9.c: Likewise.
10574         * iconvdata/iso8859-9.h: Likewise.
10575         * iconvdata/iso8859-generic.c: Likewise.
10576         * iconvdata/t61.c: Likewise.
10578         * string/Makefile (routines): Add strcasestr.
10579         * string/string.h: Add prototype for strcasestr.
10580         * sysdeps/generic/strcasestr.c: New file.
10581         * wcsmbs/mbrtowc.c: Simplify special case a bit.
10582         * wcsmbs/wcrtomb.c: Likewise.
10583         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
10584         * wcsmbs/wcsnrtombs.c: Likewise.
10585         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
10586         partial character is read.
10587         * wcsmbs/wcsrtombs.c: Likewise.
10588         * wcsmbs/wmemrtombs.c: Likewise.
10589         * wcsmbs/wmemrtowcs.c: Likewise.
10591         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
10592         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
10593         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
10594         * sysdeps/i386/elf/setjmp.S: Likewise.
10595         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
10596         <bits/termios.h>.
10598         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
10599         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
10601         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
10602         * sysvipc/sys/ipc.h: Likewise.
10603         * sysvipc/sys/msg.h: Likewise.
10604         * sysvipc/sys/sem.h: Likewise.
10605         * sysvipc/sys/shm.h: Likewise.
10607         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
10608         used directly.
10609         * sysdeps/alpha/bits/setjmp.h: Likewise.
10610         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
10611         * sysdeps/arm/bits/endian.h: Likewise.
10612         * sysdeps/arm/bits/setjmp.h: Likewise.
10613         * sysdeps/generic/bits/byteswap.h: Likewise.
10614         * sysdeps/generic/bits/confname.h: Likewise.
10615         * sysdeps/generic/bits/dirent.h: Likewise.
10616         * sysdeps/generic/bits/dlfcn.h: Likewise.
10617         * sysdeps/generic/bits/endian.h: Likewise.
10618         * sysdeps/generic/bits/fenv.h: Likewise.
10619         * sysdeps/generic/bits/huge_val.h: Likewise.
10620         * sysdeps/generic/bits/in.h: Likewise.
10621         * sysdeps/generic/bits/ioctl-types.h: Likewise.
10622         * sysdeps/generic/bits/ioctls.h: Likewise.
10623         * sysdeps/generic/bits/ipc.h: Likewise.
10624         * sysdeps/generic/bits/msq.h: Likewise.
10625         * sysdeps/generic/bits/poll.h: Likewise.
10626         * sysdeps/generic/bits/resource.h: Likewise.
10627         * sysdeps/generic/bits/sched.h: Likewise.
10628         * sysdeps/generic/bits/sem.h: Likewise.
10629         * sysdeps/generic/bits/setjmp.h: Likewise.
10630         * sysdeps/generic/bits/shm.h: Likewise.
10631         * sysdeps/generic/bits/sigaction.h: Likewise.
10632         * sysdeps/generic/bits/sigcontext.h: Likewise.
10633         * sysdeps/generic/bits/socket.h: Likewise.
10634         * sysdeps/generic/bits/stat.h: Likewise.
10635         * sysdeps/generic/bits/statfs.h: Likewise.
10636         * sysdeps/generic/bits/stdio_lim.h: Likewise.
10637         * sysdeps/generic/bits/termios.h: Likewise.
10638         * sysdeps/generic/bits/time.h: Likewise.
10639         * sysdeps/generic/bits/uio.h: Likewise.
10640         * sysdeps/generic/bits/utmp.h: Likewise.
10641         * sysdeps/generic/bits/utmpx.h: Likewise.
10642         * sysdeps/generic/bits/utsname.h: Likewise.
10643         * sysdeps/generic/bits/waitflags.h: Likewise.
10644         * sysdeps/generic/bits/waitstatus.h: Likewise.
10645         * sysdeps/gnu/bits/utmp.h: Likewise.
10646         * sysdeps/gnu/bits/utmpx.h: Likewise.
10647         * sysdeps/i386/bits/byteswap.h: Likewise.
10648         * sysdeps/i386/bits/endian.h: Likewise.
10649         * sysdeps/i386/bits/huge_val.h: Likewise.
10650         * sysdeps/i386/bits/setjmp.h: Likewise.
10651         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
10652         * sysdeps/ieee754/bits/huge_val.h: Likewise.
10653         * sysdeps/m68k/bits/byteswap.h: Likewise.
10654         * sysdeps/m68k/bits/endian.h: Likewise.
10655         * sysdeps/m68k/bits/setjmp.h: Likewise.
10656         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
10657         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10658         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
10659         * sysdeps/mach/hurd/bits/stat.h: Likewise.
10660         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10661         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
10662         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10663         * sysdeps/mips/bits/dlfcn.h: Likewise.
10664         * sysdeps/mips/bits/endian.h: Likewise.
10665         * sysdeps/mips/bits/setjmp.h: Likewise.
10666         * sysdeps/mips/dec/bits/endian.h: Likewise.
10667         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
10668         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
10669         * sysdeps/mips/p40/bits/endian.h: Likewise.
10670         * sysdeps/powerpc/bits/endian.h: Likewise.
10671         * sysdeps/powerpc/bits/fenv.h: Likewise.
10672         * sysdeps/powerpc/bits/setjmp.h: Likewise.
10673         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
10674         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
10675         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
10676         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
10677         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
10678         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
10679         * sysdeps/unix/bsd/bits/stat.h: Likewise.
10680         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
10681         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
10682         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
10683         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
10684         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
10685         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
10686         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
10687         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
10688         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
10689         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
10690         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
10691         * sysdeps/unix/common/bits/dirent.h: Likewise.
10692         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
10693         * sysdeps/unix/sysv/bits/stat.h: Likewise.
10694         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
10695         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
10696         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
10697         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
10698         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
10699         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
10700         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
10701         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
10702         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10703         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
10704         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
10705         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
10706         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
10707         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
10708         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
10709         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
10710         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
10711         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
10712         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
10713         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10714         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
10715         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
10716         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
10717         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
10718         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10719         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10720         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
10721         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
10722         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
10723         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
10724         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
10725         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
10726         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
10727         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
10728         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
10729         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
10730         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
10731         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
10732         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
10733         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
10734         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
10735         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
10736         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10737         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
10738         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
10739         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
10740         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
10741         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
10742         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
10743         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10744         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
10745         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
10746         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
10747         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10748         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
10749         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
10750         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
10751         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
10752         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
10753         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
10754         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
10755         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
10756         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
10757         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
10758         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
10759         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
10760         * sysdeps/vax/bits/huge_val.h: Likewise.
10761         * sysdeps/vax/bits/setjmp.h: Likewise.
10762         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
10763         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
10765 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10767         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
10769 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
10771         * strftime.c (strftime):
10772         No longer any need to undef or declare if emacs is defined.
10773         (my_strftime): When checking a -1 returned by mktime, don't blow up
10774         if localtime_r returns NULL.
10776 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10778         * README.template: Fix spelling.
10780 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10782         * configure.in: Enhance --enable-add-ons description a wee bit.
10784 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10786         * glibcbug.in: Add more information of build environment and flags.
10788 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10790         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
10791         it into ENOENT.
10793 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
10795         * elf/dl-support.c: Call __libc_init_secure to make sure
10796         __libc_enable_secure is defined early.
10797         * sysdeps/generic/enbl-secure.c: Change function name to
10798         __libc_init_secure and make it global instead of a constructor.
10800         * iconv/gconv.c: Fix lots of bugs.
10801         * iconv/gconv.h: Likewise.
10802         * iconv/gconv_builtin.h: Likewise.
10803         * iconv/gconv_close.c: Likewise.
10804         * iconv/gconv_conf.c: Likewise.
10805         * iconv/gconv_db.c: Likewise.
10806         * iconv/gconv_dl.c: Likewise.
10807         * iconv/gconv_open.c: Likewise.
10808         * iconv/gconv_simple.c: Likewise.
10809         * iconv/iconv.c: Likewise.
10810         * iconv/iconv_close.c: Likewise.
10811         * iconv/iconv_open.c: Likewise.
10813         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
10814         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
10815         * wcsmbs/wmemrtombs.c: New file.
10816         * wcsmbs/wmemrtowcs.c: New file.
10818 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
10820         * iconv/gconv_simple.c: Fix lots of bugs.
10821         * iconv/iconv_open.c: Normalize names before passing them to
10822         __gconv_open.
10824         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
10826         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
10827         * stdio-common/test-popen.c: Add test for above change.
10829         * math/libm-test.c: Print test results also using %a format,
10830         specified in PRINTF_XEXPR macro.
10831         * math/test-double.c: Define PRINTF_XEXPR.
10832         * math/test-float.c: Likewise.
10833         * math/test-ldouble.c: Likewise.
10834         * math/test-idouble.c: Likewise.
10835         * math/test-ifloat.c: Likewise.
10836         * math/test-ildoubl.c: Likewise.
10838         * stdio-common/vfscanf.c: Recognize a in format specifier only as
10839         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
10840         FP number format.
10842         * stdlib/strtod.c: Little code cleanup.
10844         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
10845         compiling in math subdir.
10847         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
10848         instead of __LIBC_M81_MATH_INLINES.
10849         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
10850         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
10851         * sysdeps/m68k/fpu/e_pow.c: Likewise.
10852         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
10853         * sysdeps/m68k/fpu/k_cos.c: Likewise.
10854         * sysdeps/m68k/fpu/k_sin.c: Likewise.
10855         * sysdeps/m68k/fpu/k_tan.c: Likewise.
10856         * sysdeps/m68k/fpu/s_atan.c: Likewise.
10857         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
10858         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
10859         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
10860         * sysdeps/m68k/fpu/s_csin.c: Likewise.
10861         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
10862         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
10863         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
10864         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
10865         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
10866         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
10867         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
10868         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
10869         * sysdeps/m68k/fpu/s_modf.c: Likewise.
10870         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
10871         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
10872         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
10873         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
10874         __LIBC_INTERNAL_MATH_INLINES is defined.
10876         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
10877         of compare macros from ISO C 9X.  Optimize generic versions a bit.
10878         Define __signbit inline functions and __ieee754_sqrt which can be
10879         used if the ompiler is fixed.
10881         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
10883 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10885         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
10886         sysdeps/generic in the whole dep file, not only in the first line.
10888 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10890         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
10892 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10894         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
10895         place.
10897 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10899         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
10900         is non-empty.
10902 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
10904         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
10905         return value.
10907 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
10909         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
10910         readlink succeeds but the return value is too long.
10912         * stdio-common/printf_fphex.c: Determine sign of number correctly.
10914 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
10916         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
10917         __remqu for Alpha.
10919 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
10921         * sysdeps/generic/sys/ucontext.h: Stub context file.
10923         * libio/iofprintf.c: Removed.  We use the stdio-common version.
10925         * manual/Makefile (distribute): Add stdio-fp.c.
10927         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
10929         * db2/Makefile (distribute): Add include/os_func.h, README and
10930         mutex/tsl_parisc.s.
10932         * hesiod/Makefile (distribute): Add README.hesiod.
10934 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
10936         * iconv/gconv.c: Correctly call transformation function.
10938         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
10940 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10942         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
10943         wrong results for e.g. remquo (3,2, &x)).
10944         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
10945         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
10947 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10949         * configure.in (ld --version-script): Test if the same symbol
10950         maybe defined in all versions (needed by recent changes to
10951         libc.map and supported with binutils 2.8.1.0.17) and issue warning
10952         if versioning is not supported/enabled.
10953         (bash test): Correct test case.
10955         * math/libm-test.c: Added counting/reporting of number of test cases.
10957         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
10958         use awk instead.
10960         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
10962 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10964         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
10966 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
10968         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
10969         Replace revoke call by use of REVOKE.
10970         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
10971         empty and #include generic version.
10972         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10974 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
10976         * libc.map: Add socket functions with __libc_* names.
10977         Reported by Andreas Jaeger.
10979 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10981         * libc.map: Tidy up (remove duplicates, sort entries).
10983 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10985         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
10987 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
10989         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
10990         again after successful call.
10991         Patch by Marc Lehmann <pcg@goof.com>.
10993 1997-11-17  Paul Eggert  <eggert@twinsun.com>
10995         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
10996         as some hosts need this to declare localtime_r properly.
10998 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
11000         * libc.map: Add iconv_open, iconv, and iconv_close.
11002 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
11004         * iconv/Makefile: New file.
11005         * iconv/gconv.c: New file.
11006         * iconv/gconv.h: New file.
11007         * iconv/gconv_builtin.c: New file.
11008         * iconv/gconv_builtin.h: New file.
11009         * iconv/gconv_close.c: New file.
11010         * iconv/gconv_conf.c: New file.
11011         * iconv/gconv_db.c: New file.
11012         * iconv/gconv_dl.c: New file.
11013         * iconv/gconv_open.c: New file.
11014         * iconv/gconv_simple.c: New file.
11015         * iconv/iconv.c: New file.
11016         * iconv/iconv.h: New file.
11017         * iconv/iconv_close.c: New file.
11018         * iconv/iconv_open.c: New file.
11019         * include/gconv.h: New file.
11021         * Makeconfig: Define gconvdir.
11022         * Makefile (subdirs): Add iconv.
11024         * string/bits/string2.h: Add optimization for strtok_r.
11026         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
11027         for NULL.
11028         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
11029         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
11031         * configure.in: Correct test for bash2.
11032         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
11034         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
11035         (CFLAGS-locfile.c): Likewise.
11036         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
11038         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
11039         non-existing entry if the table is full.
11041         * posix/regex.h: Pretty print.
11043         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
11045         * sysdeps/posix/ctermid.c: Simplify a bit.
11047         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
11049 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11051         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
11052         <sys/types.h> instead of <asm/types.h>.
11054 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11056         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
11058 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
11060         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
11061         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
11062         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
11063         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
11064         fclose): Added to GLIBC_2.1.
11066         * libio/Makefile (routines, shared-only-routines): Add
11067         oldiofclose.  Remove oldfreopen.
11069         * libio/freopen.c (freopen): When PIC is defined, call
11070         _IO_old_freopen () for old stdio.
11072         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
11073         (_IO_fclose, fclose): Use _IO_new_fclose as default version
11074         for GLIBC_2.1.
11076         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
11077         instead of _IO_file_close_it.
11079         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
11080         to _IO_2_1_stdxxx_.
11081         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
11082         is defined.
11084         * libio/libioP.h (_IO_old_do_flush): New.
11086         * libio/oldfileops.c (_IO_old_file_close_it,
11087         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
11088         Call _IO_old_do_flush () instead of _IO_do_flush ().
11089         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
11090         _IO_do_write ().
11092         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
11093         instead of _IO_file_init ().
11094         Bind old symbols to version GLIBC_2.0.
11096         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
11097         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
11098         _IO_stdxxx_.
11099         (_IO_check_libio): New function in .init.
11101         * libio/oldiofclose.c: New file.
11103         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
11104         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
11105         (DEF_STDFILE): Don't use default_symbol_version.
11107         * libio/stdio.c (stdin, stdout, stderr): Set to
11108         _IO_2_1_stdxxx_._
11109         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
11110         stdxxx.
11112         * csu/Makefile (distribute): Add init.c.
11113         (extra-objs): Add init.o for ELF.
11114         (start-installed-name): Add $(objpfx)init.o.
11116         * csu/init.c: New file.
11118 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
11120         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
11121         definition as the default.
11123 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
11125         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
11127 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11129         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
11130         (PR 351).
11132 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
11134         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
11135         to preserve condition codes on function call.
11137 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11139         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
11141 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11143         * math/libm-test.c (asin_test): Add epsilon for float.
11144         (tan_test): Add epsilon for float.
11145         (log1p_test): Add epsilon for float.
11146         (inverse_functions): Add epsilons.
11148         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
11149         net/if_packet.h.
11151         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
11153 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11155         * md5-crypt/Makefile (extra-objs): Make recursively expanded
11156         variable, since $(object-suffixes) is not defined yet.
11158 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11160         * db2/Makefile (distribute): db185/db185_int.src ->
11161         db185/db185_int.h.
11163 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11165         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
11166         exactly one.
11168 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11170         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
11171         name.
11172         * sysdeps/generic/e_acosl.c: Likewise.
11173         * sysdeps/generic/e_asinl.c: Likewise.
11174         * sysdeps/generic/e_atan2l.c: Likewise.
11175         * sysdeps/generic/e_expl.c: Likewise.
11176         * sysdeps/generic/e_fmodl.c: Likewise.
11177         * sysdeps/generic/e_j0l.c: Likewise.
11178         * sysdeps/generic/e_j1l.c: Likewise.
11179         * sysdeps/generic/e_jnl.c: Likewise.
11180         * sysdeps/generic/e_lgammal_r.c: Likewise.
11181         * sysdeps/generic/e_log10l.c: Likewise.
11182         * sysdeps/generic/e_logl.c: Likewise.
11183         * sysdeps/generic/e_powl.c: Likewise.
11184         * sysdeps/generic/e_sqrtl.c: Likewise.
11185         * sysdeps/generic/e_exp2l.c: Likewise.
11187 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11189         * Make-dist (+sysdep-names): Remove extra paren.
11190         * Makefile (distribute): Add stub-tag.h.
11191         * elf/Makefile (distribute): Add atomicity.h.
11192         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
11193         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
11194         [$(subdir)=socket]: Add net/if_packet.h.
11195         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
11196         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
11197         net/if_packet.h, scsi/sg.h.
11199 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11201         * Makefile (install): Quote $(CC) expansion.
11203 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11205         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
11206         working /proc cwd and no restrictions on path length.  Following
11207         some ideas from Andi Kleen <ak@muc.de> (PR 350).
11209 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
11211         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
11212         * nis/nss_compat/compat-pwd.c: Likewise.
11213         * nis/nss_compat/compat-spwd.c: Likewise.
11215 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
11217         * sysdeps/libm-i387/s_fdim.S: New file.
11218         * sysdeps/libm-i387/s_fdimf.S: New file.
11219         * sysdeps/libm-i387/s_fdiml.S: New file.
11220         * sysdeps/libm-i387/i686/s_fdim.S: New file.
11221         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
11222         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
11224 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11226         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
11227         pointer to unsigned char.
11229 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11231         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
11233         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
11235         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
11237 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11239         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
11240         ilogb(0/NaN).
11241         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
11242         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
11244 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
11246         * sysdeps/libm-i387/s_fmin.S: New file.
11247         * sysdeps/libm-i387/s_fminf.S: New file.
11248         * sysdeps/libm-i387/s_fminl.S: New file.
11249         * sysdeps/libm-i387/s_fmax.S: New file.
11250         * sysdeps/libm-i387/s_fmaxf.S: New file.
11251         * sysdeps/libm-i387/s_fmaxl.S: New file.
11252         * sysdeps/libm-i387/i686/s_fmin.S: New file.
11253         * sysdeps/libm-i387/i686/s_fminf.S: New file.
11254         * sysdeps/libm-i387/i686/s_fminl.S: New file.
11255         * sysdeps/libm-i387/i686/s_fmax.S: New file.
11256         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
11257         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
11259 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
11261         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
11262         * sysdeps/unix/sysv/linux/send.S: Likewise.
11263         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
11264         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
11265         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
11266         * sysdeps/unix/sysv/linux/recv.S: Likewise.
11267         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
11268         * sysdeps/unix/sysv/linux/connect.S: Likewise.
11269         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
11271 See ChangeLog.7 for earlier changes.