Regenerated: /usr/bin/perl scripts/gen-FAQ.pl FAQ.in
[glibc.git] / ChangeLog
blobfe9d42151004f9b4c87d62e00f11dd447702b00a
1 1998-07-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3         * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: New file.
5         * sysdeps/unix/sysv/linux/m68k/socket.S: Support NO_WEAK_ALIAS.
7 1998-07-17  Ulrich Drepper  <drepper@cygnus.com>
9         * debug/catchsegv.sh: Fix several stupid bugs.
11         * shlib-versions: Define version for libSegFault.
12         * debug/Makefile: Replace shared lib version number while rewriting.
14 1998-07-17  Mark Kettenis  <kettenis@phys.uva.nl>
16         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Add sanity check.
17         Suggested by Roland McGrath.
19 1998-07-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
21         * timezone/Makefile: Remove '-L (leapseconds)' for testdata
22         generation to control environment.
24 1998-07-17 09:21  Ulrich Drepper  <drepper@cygnus.com>
26         * sysdeps/unix/sysv/sysv4/solaris2/bits/signum.h: Define SIG_HOLD.
27         Patch by John Tobey <jtobey@banta-im.com>.
29         * manual/llio.texi: Document readv/writev and mmap functions.
30         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
32 1998-07-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
34         * manual/Makefile (texis): Depend on texis.awk.
35         (nonexamples): Filter out add-on chapters.
36         (chapters.% top-menu.%): Depend on libc-texinfo.sh.
37         (stamp-summary): Depend on $(texis) except summary.texi.
38         ($(inst_infodir)/libc.info): Simplify command.
39         * manual/libc-texinfo.sh: Cleaned up to use less temporary files.
40         Fix the generation of the detailed node listing to make it
41         complete again.
42         * manual/math.texi: Fix signature of lgamma_r.
44 1998-07-16 23:06  Ulrich Drepper  <drepper@cygnus.com>
46         * debug/Makefile (distribute): Add sigcontextinfo.h.
47         Add rules to generate and install catchsegv.
48         * debug/catchsegv.sh: New file.
50 1998-07-16  Mark Kettenis  <kettenis@phys.uva.nl>
52         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Return a Hurd I/O
53         port instead of a Mach memory object.
54         (__open): Likewise.
55         (__libc_read): New function.
56         (__mmap): Change to take a Hurd I/O port instead of a Mach memory
57         object.
59 1998-07-16 20:01  Ulrich Drepper  <drepper@cygnus.com>
61         * debug/Makefile (routines): Add backtracesymsfd.
62         Add rules to generate libSegFault.
63         * debug/Versions: Add __backtrace_symbols_fd and backtrace_symbols_fd.
64         * debug/execinfo.h: Declare backtrace_symbols_fd.
65         * sysdeps/generic/backtracesymsfd.c: New file.
66         * sysdeps/generic/elf/backtracesymsfd.c: New file.
67         * sysdeps/generic/segfault.c: New file.
68         * sysdeps/generic/sigcontextinfo.h: New file.
69         * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: New file.
71         * sysdeps/generic/elf/backtracesyms.c: Remove unneeded +.
73 1998-07-16 19:27  Ulrich Drepper  <drepper@cygnus.com>
75         * elf/rtld.c (process_envvars): Also recognize on as LD_BIND_NOW value.
76         (process_envvars): Append .PID to LD_DEBUG_OUTPUT file name.
78 1998-07-16 13:44  Ulrich Drepper  <drepper@cygnus.com>
80         * argp/argp-fmtstream.c: Fix warnings introduced in last change.
81         * assert/assert-perr.c: Likewise.
82         * assert/assert.c: Likewise.
83         * gconv_conf.c: Likewise.
84         * libio/iofputs_u.c: Likewise.
85         * malloc/mtrace.c: Likewise.
86         * malloc/obstack.c: Likewise.
87         * misc/error.c: Likewise.
88         * misc/syslog.c: Likewise.
89         * stdio-common/asprintf.c: Likewise.
90         * stdio-common/dprintf.c: Likewise.
91         * stdio-common/getw.c: Likewise.
92         * stdio-common/putw.c: Likewise.
93         * stdio-common/snprintf.c: Likewise.
94         * stdio-common/sprintf.c: Likewise.
95         * stdio-common/sscanf.c: Likewise.
96         * sunrpc/svc_simple.c: Likewise.
97         * sysdeps/generic/abort.c: Likewise.
99         * rt/aio_cancel.c: Don't define ECANCELED here.
100         * sysdeps/unix/sysv/linux/bits/errno.h: Define ECANCELED correctly.
102 1998-07-16 10:23  Ulrich Drepper  <drepper@cygnus.com>
104         * argp/argp-fmtstream.c: Unify names of used global functions.
105         * argp/argp-help.c: Likewise.
106         * assert/assert-perr.c: Likewise
107         * assert/assert.c: Likewise
108         * dirent/scandir.c: Likewise
109         * dirent/scandir64.c: Likewise
110         * dirent/versionsort.c: Likewise
111         * dirent/versionsort64.c: Likewise
112         * gmon/bb_exit_func.c: Likewise.
113         * gmon/gmon.c: Likewise.
114         * grp/initgroups.c: Likewise.
115         * iconv/gconv_conf.c: Likewise.
116         * inet/getnameinfo.c: Likewise.
117         * inet/getnetgrent_r.c: Likewise.
118         * inet/inet_ntoa.c: Likewise.
119         * inet/rcmd.c: Likewise.
120         * inet/rexec.c: Likewise.
121         * inet/ruserpass.c: Likewise.
122         * io/fts.c: Likewise.
123         * io/ftw.c: Likewise.
124         * io/ftw64.c: Likewise.
125         * io/getdirname.c: Likewise.
126         * io/getwd.c: Likewise.
127         * io/lockf.c: Likewise.
128         * libio/iofdopen.c: Likewise.
129         * libio/iopopen.c: Likewise.
130         * login/utmp_daemon.c: Likewise.
131         * malloc/mtrace.c: Likewise.
132         * malloc/obstack.c
133         * misc/daemon.c: Likewise.
134         * misc/efgcvt_r.c: Likewise.
135         * misc/err.c: Likewise.
136         * misc/error.c: Likewise.
137         * misc/fstab.c: Likewise.
138         * misc/getpass.c: Likewise.
139         * misc/getttyent.c: Likewise.
140         * misc/mntent_r.c: Likewise.
141         * misc/search.h: Likewise.
142         * misc/syslog.c: Likewise.
143         * nscd/nscd_getgr_r.c: Likewise.
144         * nscd/nscd_getpw_r.c: Likewise.
145         * posix/getpgrp.c: Likewise.
146         * posix/wordexp.c: Likewise.
147         * pwd/fgetpwent_r.c: Likewise.
148         * pwd/getpw.c: Likewise.
149         * resolv/herror.c: Likewise.
150         * resolv/res_init.c: Likewise.
151         * shadow/fgetspent_r.c: Likewise.
152         * shadow/lckpwdf.c: Likewise.
153         * signal/sigrelse.c: Likewise.
154         * stdio-common/asprintf.c: Likewise.
155         * stdio-common/dprintf.c: Likewise.
156         * stdio-common/getw.c: Likewise.
157         * stdio-common/putw.c: Likewise.
158         * stdio-common/snprintf.c: Likewise.
159         * stdio-common/sprintf.c: Likewise.
160         * stdio-common/sscanf.c: Likewise.
161         * stdlib/lrand48_r.c: Likewise.
162         * stdlib/mrand48_r.c: Likewise.
163         * string/argz-replace.c: Likewise.
164         * string/envz.c: Likewise.
165         * sunrpc/auth_des.c: Likewise.
166         * sunrpc/auth_unix.c: Likewise.
167         * sunrpc/bindrsvprt.c: Likewise.
168         * sunrpc/clnt_gen.c: Likewise.
169         * sunrpc/clnt_perr.c: Likewise.
170         * sunrpc/clnt_simp.c: Likewise.
171         * sunrpc/clnt_tcp.c: Likewise.
172         * sunrpc/clnt_udp.c: Likewise.
173         * sunrpc/get_myaddr.c: Likewise.
174         * sunrpc/key_call.c: Likewise.
175         * sunrpc/netname.c: Likewise.
176         * sunrpc/openchild.c: Likewise.
177         * sunrpc/pmap_rmt.c: Likewise.
178         * sunrpc/rpc_dtable.c: Likewise.
179         * sunrpc/rtime.c: Likewise.
180         * sunrpc/svc_run.c: Likewise.
181         * sunrpc/svc_simple.c: Likewise.
182         * sunrpc/svc_tcp.c: Likewise.
183         * sunrpc/svc_udp.c: Likewise.
184         * sunrpc/svcauth_des.c: Likewise.
185         * sunrpc/xdr_array.c: Likewise.
186         * sunrpc/xdr_rec.c: Likewise.
187         * sunrpc/xdr_ref.c: Likewise.
188         * sunrpc/xdr_stdio.c: Likewise.
189         * sysdeps/generic/abort.c: Likewise.
190         * sysdeps/generic/dl-sysdep.c: Likewise.
191         * sysdeps/generic/fstatfs64.c: Likewise.
192         * sysdeps/generic/ftruncate64.c: Likewise.
193         * sysdeps/generic/getrlimit64.c: Likewise.
194         * sysdeps/generic/glob.c: Likewise.
195         * sysdeps/generic/prof-freq.c: Likewise.
196         * sysdeps/generic/putenv.c: Likewise.
197         * sysdeps/generic/statfs64.c: Likewise.
198         * sysdeps/generic/ttyname_r.c: Likewise.
199         * sysdeps/generic/utmp_file.c: Likewise.
200         * sysdeps/generic/vlimit.c: Likewise.
201         * sysdeps/generic/vtimes.c: Likewise.
202         * sysdeps/posix/cuserid.c: Likewise.
203         * sysdeps/posix/euidaccess.c: Likewise.
204         * sysdeps/posix/mkstemp.c: Likewise.
205         * sysdeps/posix/mktemp.c: Likewise.
206         * sysdeps/posix/pread.c: Likewise.
207         * sysdeps/posix/pread64.c: Likewise.
208         * sysdeps/posix/profil.c: Likewise.
209         * sysdeps/posix/pwrite.c: Likewise.
210         * sysdeps/posix/pwrite64.c: Likewise.
211         * sysdeps/posix/sigblock.c: Likewise.
212         * sysdeps/posix/sigpause.c: Likewise.
213         * sysdeps/posix/ttyname.c: Likewise.
214         * sysdeps/posix/ttyname_r.c: Likewise.
215         * sysdeps/posix/waitid.c: Likewise.
216         * sysdeps/unix/getlogin_r.c: Likewise.
217         * sysdeps/unix/grantpt.c: Likewise.
218         * sysdeps/unix/rewinddir.c: Likewise.
219         * sysdeps/unix/sysv/linux/gethostid.c: Likewise.
220         * sysdeps/unix/sysv/linux/getpt.c: Likewise.
221         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
222         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
223         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
224         * sysdeps/unix/sysv/linux/statvfs.c: Likewise.
225         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
226         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
227         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
228         * sysdeps/unix/sysv/linux/unlockpt.c: Likewise.
229         * sysvipc/sys/shm.h: Likewise.
230         * time/ctime_r.c: Likewise.
231         * time/strptime.c: Likewise.
232         * wcsmbs/mbrlen.c: Likewise.
233         * wcsmbs/wcsdup.c: Likewise.
234         * wcsmbs/wcsxfrm.c: Likewise.
235         * wctype/wcfuncs.c: Likewise.
237         * sysdeps/unix/sysv/linux/i386/socker.S: Change to honor NO_WEAK_ALIAS.
238         * sysdeps/unix/sysv/linux/accept.S: Don't generate __ name.
239         * sysdeps/unix/sysv/linux/bind.S: Likewise.
240         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
241         * sysdeps/unix/sysv/linux/listen.S: Likewise.
242         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
243         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
244         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
246         * grp/fgetgrent_r.c: Use explicit locking of the stream.
248         * elf/Makefile (rtld-routines): Add dl-environ.
249         * sysdeps/generic/dl-sysdep.c: Move _dl_next_ld_env_entry and unsetenv
250         to...
251         * sysdeps/generic/dl-environ.c: here.  New file.
253         * libio/Makefile [REENTRANT] (routines): Add iofputs_u.
254         * libio/Versions: Add fputs_unlocked.
255         * libio/iofputs_u.c: New file.
256         * libio/stdio.h: Add prototype for fputs_unlocked.
258         * sunrpc/rpc/auth.h: Use __PMT instead of __P in type definitions.
259         * sunrpc/rpc/clnt.h: Likewise.
260         * sunrpc/rpc/pmap_clnt.h: Likewise.
261         * sunrpc/rpc/svc.h: Likewise.
262         * sunrpc/rpc/xdr.h: Likewise.
264         * sysdeps/i386/memchr.S: Correct for more strict gas.
265         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
266         * sysdeps/libm-i387/i686/s_fdim.S: Likewise.
267         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
268         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
270 1998-07-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
272         * configure.in: Change message for binutils version from
273         2.8.1.0.17->2.8.1.0.23.
275 1998-07-15  Ulrich Drepper  <drepper@cygnus.com>
277         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Define LOC.
278         Patch by John Tobey <jtobey@banta-im.com>.
280 1998-07-14  Ulrich Drepper  <drepper@cygnus.com>
282         * sunrpc/auth_unix.c (authunix_create_default): Use __sysconf
283         instead of sysconf.
285 1998-07-14 19:39  Ulrich Drepper  <drepper@cygnus.com>
287         * stdio-common/vfscanf.c (ungetc): Use _IO_sputbackc, not _IO_ungetc.
288         [_USE_IN_LIBIO] (encode_error): Free cancelation handler.
289         (conv_error): Likewise.
290         (input_error): Likewise.
291         (memory_error): Likewise.
293 1998-07-12  Mark Kettenis  <kettenis@phys.uva.nl>
295         * sysdeps/mach/hurd/dl-sysdep.c: Bring in sync with generic
296         implementation.  Include <entry.h>.  Replace references to symbol
297         _start with macro ENTRY_POINT.
298         (__libc_uid): Remove.
299         (__libc_multiple_libcs): New variable.
300         (__libc_stack_end): New variable.
301         (_dl_hwcap_mask): New variable.
302         (_dl_important_hwcaps): New function.
303         (_dl_show_auxv): Mark internal.
305 1998-07-14  Mark Kettenis  <kettenis@phys.uva.nl>
307         * mach/Makefile: Create target directory before generating
308         mach-syscalls.mk.
309         * mach/Machrules: Invoke awk using AWK variable.  Create target
310         directory before generating server stubs.
312 1998-07-14  Ulrich Drepper  <drepper@cygnus.com>
314         * wcsmbs/wcslen.c (__wcslen): Fix comment.
316         * configure.in: Allow egcs-2.92.
318 1998-07-10 18:14 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
320         * manual/Makefile: Overhauled.  Generate libc.texinfo from the
321         chapter files.  Exorcise the chapters, chapters-incl mess.
322         Support inserting doc chapters from add-on modules.
323         (chapters): New variable.
324         (add-chapters): New variable.
325         (appendices): New variable.
326         (libc.texinfo): New target.
327         (clean): Fix bugs.
328         (realclean): Fix bugs.
330         * manual/texis.awk: New file.
331         * manual/libc-texinfo.sh: New file.
332         * manual/libc-texinfo.in: New file.
334         * manual/conf.texi (top @node): Remove next pointer.
335         * manual/lang.texi (top @node): Remove prev pointer.
337         * manual/job.texi (top @node): Add explicit pointers.
338         * manual/message.texi (top @node): Add explicit pointers.
339         * manual/nss.texi (top @node): Add explicit pointers.
340         * manual/process.texi (top @node): Add explicit pointers.
341         * manual/startup.texi (top @node): Add explicit pointers.
342         * manual/terminal.texi (top @node): Add explicit pointers.
343         * manual/users.texi (top @node): Add explicit pointers.
345         * manual/arith.texi: Add %MENU% tag.
346         * manual/conf.texi: Add %MENU% tag.
347         * manual/contrib.texi: Add %MENU% tag.
348         * manual/ctype.texi: Add %MENU% tag.
349         * manual/errno.texi: Add %MENU% tag.
350         * manual/filesys.texi: Add %MENU% tag.
351         * manual/header.texi: Add %MENU% tag.
352         * manual/install.texi: Add %MENU% tag.
353         * manual/intro.texi: Add %MENU% tag.
354         * manual/io.texi: Add %MENU% tag.
355         * manual/job.texi: Add %MENU% tag.
356         * manual/lang.texi: Add %MENU% tag.
357         * manual/llio.texi: Add %MENU% tag.
358         * manual/locale.texi: Add %MENU% tag.
359         * manual/maint.texi: Add %MENU% tag.
360         * manual/math.texi: Add %MENU% tag.
361         * manual/mbyte.texi: Add %MENU% tag.
362         * manual/memory.texi: Add %MENU% tag.
363         * manual/message.texi: Add %MENU% tag.
364         * manual/nss.texi: Add %MENU% tag.
365         * manual/pattern.texi: Add %MENU% tag.
366         * manual/pipe.texi: Add %MENU% tag.
367         * manual/process.texi: Add %MENU% tag.
368         * manual/search.texi: Add %MENU% tag.
369         * manual/setjmp.texi: Add %MENU% tag.
370         * manual/signal.texi: Add %MENU% tag.
371         * manual/socket.texi: Add %MENU% tag.
372         * manual/startup.texi: Add %MENU% tag.
373         * manual/stdio.texi: Add %MENU% tag.
374         * manual/string.texi: Add %MENU% tag.
375         * manual/sysinfo.texi: Add %MENU% tag.
376         * manual/terminal.texi: Add %MENU% tag.
377         * manual/time.texi: Add %MENU% tag.
378         * manual/users.texi: Add %MENU% tag.
380 1998-07-13  Ulrich Drepper  <drepper@cygnus.com>
382         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags):
383         Update.
385 1998-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
387         * sysdeps/unix/sysv/linux/recvmsg.c (__libc_recvmsg): Use ANSI
388         style declaration to avoid warning.
389         * sysdeps/unix/sysv/linux/sendmsg.c (__libc_sendmsg): Likewise.
391 1998-07-04  Mark Kettenis  <kettenis@phys.uva.nl>
393         * elf/rtld.c (process_dl_debug): Add missing continue.
395 1998-07-12  Mark Kettenis  <kettenis@phys.uva.nl>
397         * elf/rtld.c (_dl_skip_args): Make global because the Hurd startup
398         code needs it.
400 1998-07-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
402         * Makeconfig ($(common-objpfx)sysd-dirs): Write out definition of
403         sysd-dirs-done.
404         * Makerules: Don't generate version maps too early.
405         ($(common-objpfx)sysd-versions): Force regeneration if the list of
406         subdirs has changed.
408 1998-07-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
410         * elf/dlfcn.h (DL_CALL_FCT): Use portable comma expression.
412 1998-07-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
414         * iconv/gconv_db.c (gen_steps): Always set *handle and *nsteps.
415         * iconv/gconv_dl.c (__gconv_find_shlib): Correct use of tfind
416         return value.
418 1998-07-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
420         * elf/dl-open.c (dl_open_worker): New function.
421         (_dl_open): Call it to do the actual work while catching errors.
422         * elf/dl-close.c (_dl_close): Only call termination function if
423         the initialisation function was called.
425 1998-07-13  Ulrich Drepper  <drepper@cygnus.com>
427         * libio/libioP.h (_IO_cleanup_registration_needed): Use __PMT.
428         Reported by Felix von Leitner <leitner@amdiv.de>.
430 1998-07-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
432         * Make-dist (+sysdep-tsrcs): Add Versions.
434 1998-07-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
436         * math/Versions: Remove __log1p, __atan2, __fe_dfl_env,
437         __fe_enabled_env, __fe_nonieee_env and __fe_nomask_env.
438         * sysdeps/powerpc/Versions: New file.
439         * csu/Versions: Remove brk, sbrk, environ, __environ, _environ
440         and __errno_location.
441         * misc/Versions: Add brk and sbrk.
442         * posix/Versions: Add environ, __environ and _environ.
443         * sysdeps/unix/sysv/linux/Versions: Add __errno_location.
445 1998-07-10 11:58  Ulrich Drepper  <drepper@cygnus.com>
447         * Makerules [no_defs]: Avoid dependency for loading sysd-versions.
448         Patch by Zack Weinberg.
450 1998-07-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
452         * posix/annexc.c (errno_maybe): EACCESS->EACCES.
453         (signal_maybe): Remove duplicate entry SIGEV_SIGNAL.
454         (mman_maybe): Remove duplicates MS_ASYNC, MS_INVALIDATE.
456 1998-07-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
458         * sysdeps/unix/sysv/linux/bits/fcntl.h: Fix typo.
460 1998-07-09  Ulrich Drepper  <drepper@cygnus.com>
462         * posix/unistd.h: Simplify #ifdefs.
464         * libio/libio.h: Undo last change due to possible C++ problems.
465         * libio/fileops.h: Likewise.
467 1998-07-09 13:34  Ulrich Drepper  <drepper@cygnus.com>
469         * grp/grp.h: Define gid_t also for __USE_XOPEN.
470         * io/fcntl.h: Include <sys/stat.h> also for __USE_XOPEN.
471         * io/utime.h: Define time_t also for __USE_XOPEN.
472         * io/sys/stat.h: Define time_t also for __USE_XOPEN.
473         Define *_t types except for pid_t also for __USE_XOPEN.
474         Define S_* macros also for __USE_XOPEN.
475         * locale/langinfo.h: Define CODESET, CRNCYSTR, RADIXCHAR, and
476         THOUSEP also for __USE_XOPEN.
477         * math/math.c: Define M_* macros also for __USE_XOPEN.
478         * math/bits/mathcalls.h: Declare hypot also for __USE_XOPEN.
479         * posix/fnmatch.h: Define FNM_NOSYS and for if _XOPEN_SOURCE is
480         defined.
481         * posix/glob.h: Likewise for GLOB_NOSYS.
482         * posix/regex.h: Likewise for REG_NOSYS.
483         * posix/wordexp.h: Likewise for WRDE_NOSYS.
484         * posix/unistd.h: Define *_t types also for __USE_XOPEN.
485         * posix/sys/wait.h: Define pid_t for __USE_XOPEN.
486         * pwd/pwd.h: Define gid_t and pid_t also for __USE_XOPEN.
487         * signal/signal.h: Define pid_t also for __USE_XOPEN.
488         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define _RSYNC and O_DSYNC also
489         for __USE_POSIX199309.
490         * sysdeps/unix/sysv/linux/bits/termios.h: Define the various B*
491         constants also for __USE_XOPEN.
492         * wcsmbs/wchar.h: For XPG4 include wctype.h.
494         * intl/dcgettext.c (find_msg): Initialize act to prevent warning.
495         * locale/setlocale.c (new_composite_name): Likewise for last_len.
497         * libio/stdio.h: Don't declare fclose_unlocked.
499         * sysdeps/posix/fpathconf.c: Handle _PC_FILESIZEBITS.
501 1998-07-08  Mark Kettenis  <kettenis@phys.uva.nl>
503         * stdio/stdio.h: Add prototypes for fflush_unlocked,
504         getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked,
505         fgets_unlocked, fread_unlocked, fwrite_unlocked,
506         clearerr_unlocked, feof_unlocked, ferror_unlocked,
507         fileno_unlocked, flockfile, ftrylockfile, funlockfile.
508         [__USE_XOPEN && !__USE_GNU] Declare optarg, optind, opterr.  Add
509         prototype for getopt.
510         * stdio/clearerr.c (clearerr_unlocked): Weak alias for clearerr.
511         * stdio/feof.c (feof_unlocked): Weak alias for feof.
512         * stdio/ferror.c (ferror_unlocked): Weak alias for ferror.
513         * stdio/fflush.c (fflush_unlocked): Weak alias for fflush.
514         * stdio/fgets.c (fgets_unlocked): Weak alias for fgets.
515         * stdio/fileno.c (fileno_unlocked): Weak alias for fileno.
516         * stdio/fputc.c (fputc_unlocked): Weak alias for fputc.
517         * stdio/fread.c (fread_unlocked): Weak alias for fread.
518         * stdio/fwrite.c (fwrite_unlocked): Weak alias for fwrite.
519         * stdio/getc.c (getchar_unlocked): Weak alias for getc.
520         * stdio/getchar.c (getchar_unlocked): Weak alias for getchar.
521         * stdio/putc.c (putc_unlocked): Weak alias for putc.
522         * stdio/putchar.c (putchar_unlocked): Weak alias for putchar.
523         * stdio/Versions [GLIBC_2.1]: Add clearerr_unlocked,
524         feof_unlocked, ferror_unlocked, fflush_unlocked, fgets_unlocked,
525         fileno_unlocked, fputc_unlocked, fread_unlocked, fwrite_unlocked,
526         getc_unlocked, getchar_unlocked, putc_unlocked and
527         putchar_unlocked.
529         * libio/Versions: Move flockfile, ftrylockfile and funlockfile
530         from here ...
531         * stdio-common/Versions: ... to here.
533 1998-07-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
535         * Makerules (versioning): Correct typo.
537 1998-07-08 22:18  Ulrich Drepper  <drepper@cygnus.com>
539         * elf/Versions: Add _dl_mcount_wrapper_check.
540         * elf/dlfcn.h (DL_CALL_FCT): Don't test _dl_profile_map, simply use
541         _dl_mcount_wrapper_check.
542         * iconv/skeleton.c: Use DL_CALL_FCT, not _CALL_DL_FCT.
544         * elf/dl-reloc.c (_dl_relocate_object): Don't declare using
545         internal_function.
546         * elf/ldsodefs.h: Likewise.
548         * io/fcntl.h: Define SEEK_SET, SEEK_CUR, and SEEK_END.
550         * libio/stdio.h: Make sure va_list is defined for X/Open.
551         Define P_tmpdir for X/Open.
553         * posix/regex.h: Fix typo.
555         * posix/unistd.h: Define intptr_t if not already happened.
556         Add pthread_atfork prototype.
557         * sysdeps/generic/bits/types.h: Define __intptr_t.
558         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
559         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
560         * sysdeps/unix/sysv/linux/bits/mips/types.h: Likewise.
561         * sysdeps/unix/sysv/linux/bits/sparc/sparc64/types.h: Likewise.
562         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
563         * sysdeps/wordsize-32/stdint.h: Don't define intptr_t if already done.
564         * sysdeps/wordsize-64/stdint.h: Likewise.
566         * posix/bits/posix1_lim.h: Define _POSIX_CLOCKRES_MIN.
568         * signal/Makefile (headers): Add bits/sigthread.h.
569         * signal/signal.h: Include bits/sigthread.h.
570         * sysdeps/generic/bits/sigthread.h: New file.
572         * stdlib/stdlib.h: Declare rand_r use __USE_POSIX.
574         * sysdeps/generic/bits/confname.h: Define _PC_FILESIZEBITS.
575         * sysdeps/posix/pathconf.c: Handle _PC_FILESIZEBITS.
576         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: New file.
577         * sysdeps/unix/sysv/linux/alpha/pathconf.c: New file.
579         * sysdeps/generic/bits/dlfcn.h: Define RTLD_LOCAL.
581         * elf/rtld.c: Remove preloading and loadpath variables in SUID
582         programs.
583         * sysdeps/generic/dl-sysdep.c: Define unsetenv.
584         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Define other envvar
585         names.
587         * sysdeps/unix/sysv/linux/bits/errno.h: Define ECANCELED.
589         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_RSYNC and O_DSYNC.
590         Remove O_READ and O_WRITE definition.
592         * sysdeps/unix/sysv/linux/bits/resource.h: Define RLIM_SAVED_MAX
593         and RLIM_SAVED_CUR.
595         * sysdeps/unix/sysv/linux/fstatvfs.h: Handle UFS filesystem.
597 1998-07-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
599         * Makerules ($(common-objpfx)sysd-versions): Expect awk script in
600         scripts directory.  Pass move-if-change to awk.
601         (common-generated): Add $(version-maps) and sysd-versions.
602         * versions.awk: Moved to...
603         * scripts/versions.awk: ... here.  Use move-if-change to void
604         touching unchanged files.  Print "version-maps = ..." instead of
605         "all-version-maps = ..." and without $(common-objpfx).  Explain
606         expected variable names.
607         * Makefile (distribute): Updated.
609 1998-07-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
611         * misc/getttyent.c (getttyent): Don't return with locked stream.
612         * misc/mntent_r.c (__getmntent_r): Likewise.
614 1998-07-07 18:24  Ulrich Drepper  <drepper@cygnus.com>
616         * libio/fileops.c (_IO_do_write): Don't shrink wwrite buffer to zero
617         if stream is line buffered.
618         (_io_file_overflow): Likewise.
619         * libio/libio.h (_IO_putc_unlocked): Make sure that for line-buffered
620         streams writing '\n' flushes the string.
622 1998-07-07 17:28  Ulrich Drepper  <drepper@cygnus.com>
624         * elf/dl-profstub.c (_dl_profile_map): Only declare variable here.
625         * elf/dl-support.c: Define it here...
626         * elf/rtld.c: ...and here.
628 1998-07-07 16:28  Ulrich Drepper  <drepper@cygnus.com>
630         * grp/initgroups.c: Handle directives from nsswitch.conf file.
632 1998-07-07  Ulrich Drepper  <drepper@cygnus.com>
634         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Add
635         __ino64_t definition.
636         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Define
637         __off64_t.  Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
639         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell
640         script if lddlibc4 failed.
641         Reported by B. D. Elliott <bde@accessone.com>.
643 1998-07-06  Ulrich Drepper  <drepper@cygnus.com>
645         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
646         Improve generated strings a bit.
648 1998-07-06 14:36  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
650         * posix/Makefile (generated): Remove $(objpfx) from the names.
652 1998-07-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
654         * stdio-common/test_rdwr.c: Use %Zu for size_t in printf
655         format string.
657         * libio/iofread_u.c: Include <stdio.h> for prototype.
658         * libio/iofwrite_u.c: Likewise.
660 1998-07-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
662         * db2/Versions: New file.
664 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
666         * Makefile (lib-noranlib): Don't depend on sysd-versions.
667         ($(common-objpfx)sysd-versions): Remove rule.
668         * Makerules ($(common-objpfx)sysd-versions): Define here instead.
669         Pass name of Versions.def file to script and redirect output to
670         target.  Include it and make all generated version maps depend on
671         it.
672         * versions.awk: Print out variable definition containing all
673         generated version maps.  Print error messages to stderr.  Remove
674         temp file.
676 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
678         * posix/annexc.c (check_header): Terminate macro name before
679         comparing.
680         (get_null_defines): Allow builtin macros with parameters.
681         (fmt, testfmt): Add -D_LIBC.
682         * posix/Makefile: Remove bogus duplicate include directories from
683         annexc test command.
685 1998-07-06 12:04  Ulrich Drepper  <drepper@cygnus.com>
687         * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Handle adjunct
688         password scheme.
689         (_nss_nis_getpwnam_r): Likewise.
690         (_nss_nis_getpwuid_r): Likewise.
692 1998-07-05  Mark Kettenis  <kettenis@phys.uva.nl>
694         * libio/Versions: Move symbols whose source lives in
695         stdio-common to ...
696         * stdio-common/Versions: ... here.
697         * stdio/Versions: Add missing symbols.
699 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
701         * sysdeps/unix/sysv/linux/__sendmsg.S: Define function as
702         __syscall_sendmsg.
703         * sysdeps/unix/sysv/linux/__recvmsg.S: Define function as
704         __syscall_recvmsg.
705         * sysdeps/unix/sysv/linux/recvmsg.c: Define function as __libc_recvmsg
706         and make __recvmsg and recvmsg weak aliases.
707         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise for sendmsg.
708         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define __syscall_recvmsg
709         and __syscall_sendmsg.
711 1998-07-05 11:49  Ulrich Drepper  <drepper@cygnus.com>
713         * iconv/gconv_conf.c (read_conf_file): Use feof_unlocked on private
714         stream.
715         * inet/ruserpass.c (token): Likewise.
716         * nss/nsswitch.c (nss_parse_file): Likewise.
717         * intl/localealias.c: Likewise.  Also for ferror.
718         * time/getdate.c (__getdate_r): Likewise.
720         * libio/Makefile (routines): Add iofgets_u.
721         * libio/iofgets_u.c: New file.
722         * libio/Versions: Add fgets_unlocked.
723         * libio/stdio.h: Add prototype for fgets_unlocked.
725         * misc/getttyent.c (getttyent): Use fgets_unlocked instead of fgets.
726         * misc/getusershell.c (initshells): Likewise.
727         * misc/mntent_r.c (__getmntent_r): Explicitly lock stream.  Use
728         fgets_unlocked.
729         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
730         * resolv/res_init.c (res_init): Likewise.
731         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
733 1998-05-23  Philip Blundell  <Philip.Blundell@pobox.com>
735         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'.
736         * sysdeps/unix/sysv/linux/arm/syscall.S: Deleted.
738 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
740         * misc/getttyent.c (getttyent): Explicitly lock the FILE and use
741         _unlocked functions.
743         * inet/ruserpass.c (ruserpass): Use _unlocked functions since this
744         is a private FILE.
746 1998-07-04 17:11 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
748         * csu/Makefile: Build crt files in lib pass.
749         * db2/Makefile (distribute): Add mutex/sco.cc.
750         * mach/Machrules: Don't generate .udeps files if no_deps is set.
751         * sysdeps/unix/Makefile: Don't generate sysd-syscalls or
752         s-proto.d if avoid-generated is set.
754         * sysdeps/alpha/Dist: List only one file per line.
755         * sysdeps/generic/Dist: Likewise.
756         * sysdeps/m68k/fpu/switch/Dist: Likewise.
757         * sysdeps/sparc/sparc32/Dist: Likewise.
758         * sysdeps/unix/Dist: Likewise.
759         * sysdeps/unix/sysv/irix4/Dist: Likewise.
761         * sysdeps/mach/hurd/i386/Dist: New file.
762         * sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c,
763         getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c.
764         * sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c.
765         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S.
767 1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>
769         * libio/Makefile (routines): Add iofread_u and iofwrite_u.
770         * libio/Versions: Add fread_unlocked and fwrite_unlocked.
772         * Makerules (lib%.so): Adjust ignore pattern for last makefile change.
774         * time/tzfile.c (decode): Optimize by using bswap_32.
775         (__tzfile_read): Use _unlocked stream functions.  Correct setting of
776         __tzname array values.
777         (__tzfile_compute): Correct setting of __tzname array values.
778         * time/tzset.c (__tzstring): Clean up a bit.
780 1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>
782         * posix/regex.c (re_comp): Add cast to char * before gettext calls.
784 1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
786         * sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
787         that fd can be bigger than FD_SETSIZE.
789 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
791         * nscd/grpcache.c: Include <unistd.h>.
792         * nscd/pwdcache.c: Likewise.
794         * nis/nis_modify.c: Include <string.h>.
795         * nis/nis_add.c: Likewise.
796         * nis/nis_checkpoint.c: Likewise.
797         * posix/runptests.c: Likewise.
798         * sysdeps/generic/statvfs64.c: Likewise.
799         * sysdeps/generic/fstatvfs64.c: Likewise.
801 1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>
803         * localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
804         to match data from Unicode.
805         Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
807 1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>
809         * stdio-common/printf.h: Define printf_function and
810         printf_arginfo_function types using __PMT not __P.
811         Reported by Marc Lehmann.
813 1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
815         * assert/test-assert.c: New test.
816         * assert/test-assert-perr.c: New test.
817         * assert/Makefile (tests): Add test-assert and test-assert-perr.
819 1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>
821         BSD-style SCM_CREDS support.
823         * sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
824         SCM_CREDS.
825         * sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
826         visible SCM_CREDS packet to what the kernel wants.
827         * sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
828         SCM_CREDS packet output by kernel to what users want.
830         * sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
831         * sysdeps/unix/sysv/linux/__sendmsg.S: here.
832         * sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
833         * sysdeps/unix/sysv/linux/__recvmsg.S: here.
835         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
836         __sendmsg and __recvmsg to sysdep_routines.
837         * sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.
839 1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
841         * nscd/grpcache.c: Fix gid pointer handling and debug messages.
842         * nscd/pwdcache.c: Fix uid pointer handling and debug messages.
843         * nscd/nscd.c: Check, if pthread_create fails.
845 1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
847         * stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
848         format strings.
849         * stdio-common/bug1.c (main): Likewise.
850         * stdio-common/bug5.c (main): Likewise.
851         * stdio-common/tstgetln.c (main): Likewise.
852         * elf/sprof.c (generate_call_graph): Likewise.
853         (load_shobj): Likewise.
854         * posix/runptests.c (main): Likewise.
855         * string/tst-strlen.c (main): Likewise.
857         * sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
858         variable q3.
859         * sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise
861 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
863         * wctype/Versions: Add __towctrans.
864         Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.
866 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
868         * grp/initgroups.c (compat_call): Only call dynamically loaded
869         functions if they are really present.
871 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
873         * sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
874         #ifdef that contains __BEGIN_DECLS.
876 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
878         * libio/iofwrite.c: Fix return value when size == 0.
880 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
882         * posix/Makefile (distribute): Add annexc.c.
883         (generated): Add $(objpfx)annexc and $(objpfx)annexc.out.
885 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
887         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
888         bits/pthreadtypes.h here, and do not clobber headers.
890         * sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.
892 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
894         * timezone/tst-timezone.c: Add tests for tzname variable.
896 1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>
898         * Makefile [versioning=yes]: Build the mapfiles with a pattern
899         rule that lists all of them as targets.
900         (sysd-versions): Depend only on Versions.def.  Write a Makefile
901         fragment that defines $(vers-libs) based on contents of that file;
902         then include it.
903         (lib-noranlib): Depend on lib-mapfiles not sysd-versions.
904         (lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
905         Predicate all this on avoid-generated unset as well as versioning.
907 1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
909         * sysdeps/unix/sysv/linux/m68k/Versions: New file.
911 1998-07-02 21:51  Ulrich Drepper  <drepper@cygnus.com>
913         * Makeconfig: Define list of subdirs as all-subdirs and make subdirs
914         a copy.
915         * Makefile: Add rules to generate map files.
916         (distribute): Remove libc.map, add Versions.def and versions.awk.
917         * Makerules: Change rules to find map files on common-objpfx.
918         * elf/Makefile: Likewise.
919         * md5-crypt/Makefile: Likewise.
920         * nis/Makefile (libnsl-map): Remove.
921         * Versions.def: New file.
922         * versions.awk: New file.
923         * argp/Versions: New file.
924         * assert/Versions: New file.
925         * catgets/Versions: New file.
926         * csu/Versions: New file.
927         * ctype/Versions: New file.
928         * db/Versions: New file.
929         * debug/Versions: New file.
930         * dirent/Versions: New file.
931         * elf/Versions: New file.
932         * gmon/Versions: New file.
933         * grp/Versions: New file.
934         * hesiod/Versions: New file.
935         * hurd/Versions: New file.
936         * iconv/Versions: New file.
937         * inet/Versions: New file.
938         * intl/Versions: New file.
939         * io/Versions: New file.
940         * libio/Versions: New file.
941         * linuxthreads/Versions: New file.
942         * locale/Versions: New file.
943         * login/Versions: New file.
944         * malloc/Versions: New file.
945         * math/Versions: New file.
946         * md5-crypt/Versions: New file.
947         * misc/Versions: New file.
948         * nis/Versions: New file.
949         * nss/Versions: New file.
950         * posix/Versions: New file.
951         * pwd/Versions: New file.
952         * resolv/Versions: New file.
953         * resource/Versions: New file.
954         * rt/Versions: New file.
955         * setjmp/Versions: New file.
956         * shadow/Versions: New file.
957         * signal/Versions: New file.
958         * socket/Versions: New file.
959         * stdio/Versions: New file.
960         * stdio-common/Versions: New file.
961         * stdlib/Versions: New file.
962         * streams/Versions: New file.
963         * string/Versions: New file.
964         * sunrpc/Versions: New file.
965         * sysdeps/alpha/Versions: New file.
966         * sysdeps/alpha/fpu/Versions: New file.
967         * sysdeps/i386/Versions: New file.
968         * sysdeps/sparc/Versions: New file.
969         * sysdeps/unix/sysv/Versions: New file.
970         * sysdeps/unix/sysv/linux/Versions: New file.
971         * sysdeps/unix/sysv/linux/alpha/Versions: New file.
972         * sysdeps/unix/sysv/linux/i386/Versions: New file.
973         * sysdeps/unix/sysv/linux/mips/Versions: New file.
974         * sysvipc/Versions: New file.
975         * termios/Versions: New file.
976         * time/Versions: New file.
977         * wcsmbs/Versions: New file.
978         * wctype/Versions: New file.
979         * libc.map: Removed.
980         * db/libdb.map: Removed.
981         * elf/libdl.map: Removed.
982         * hesiod/libnss_hesiod.map: Removed.
983         * hurd/libhurduser.map: Removed.
984         * hurd/libmachuser.map: Removed.
985         * linuxthreads/libpthread.map: Removed.
986         * locale/libBrokenLocale.map: Removed.
987         * login/libutil.map: Removed.
988         * math/libm.map: Removed.
989         * md5-crypt/libcrypt.map: Removed.
990         * nis/libnsl.map: Removed.
991         * nis/libnsl_compat.map: Removed.
992         * nis/libnss_nis.map: Removed.
993         * nis/libnss_nisplus.map: Removed.
994         * nss/libnss_db.map: Removed.
995         * nss/libnss_files.map: Removed.
996         * resolv/libnss_dns.map: Removed.
997         * resolv/libresolv.map: Removed.
998         * rt/librt.map: Removed.
1000         * elf/dl-load.c (fillin_rpath): Fix test for trusted directory.
1001         Fix typos.
1003         * elf/rtld.c (process_dl_debug): Recognize 'all'.
1004         (process_envvars): LD_BIND_NOW must be followed by y, Y, or 1.
1006         * sysdeps/generic/elf/backtracesyms.c: Allocate string memory of
1007         correct size.
1009 1998-07-01  Ulrich Drepper  <drepper@cygnus.com>
1011         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Fix typo
1012         in comment.
1014         * nscd/nscd.c: Include unistd.h.
1016 1998-07-01 09:32  Ulrich Drepper  <drepper@cygnus.com>
1018         * math/libm-test.c: Adjust delta for indentities1_test because gcc
1019         became cleverer.
1021 1998-06-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1023         * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
1025 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1027         * scripts/test-installation.pl: Include <stdio.h> in test program
1028         to make it strictly conforming.
1030 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1032         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
1033         not a strong alias.
1034         * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
1035         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
1036         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
1037         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
1039 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1041         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
1042         not a strong alias.
1044 1998-06-30  Ulrich Drepper  <drepper@cygnus.com>
1046         * posix/Makefile (headers): Remove bits/pthreadtypes.h.
1047         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
1048         bits/pthreadtypes.h.
1050 1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
1052         * include/aio.h: New file.
1053         * posix/Makefile (distribute): Add bits/pthreadtypes.h.
1054         (tests): Build and run annexc program.
1055         * posix/annexc.c: New file.
1056         * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
1057         * rt/aio.h: Remove __need_timespec_t.  We can include the whole time.h.
1058         * rt/aio_misc.c: Include limits.h.
1059         * rt/aio_notify.c: Include errno.h.
1060         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
1061         Define size_t.
1062         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1063         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1064         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
1065         * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
1066         kernel doesn't do this.
1067         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
1068         __USE_LARGEFILE64 is defined.
1069         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file.  Empty.
1070         * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
1071         if requested.
1072         * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
1074         * stdlib/isomac.c: Avoid include_next warning.
1076 1998-06-29 12:27  Ulrich Drepper  <drepper@cygnus.com>
1078         * argp/argp.h: Use __PMT instead of __P for function pointer.
1079         * iconv/gconv.h: Likewise.
1080         * io/fts.h: Likewise.
1081         * io/ftw.h: Likewise.
1082         * libio/libio.h: Likewise.
1083         * malloc/mcheck.h: Likewise.
1084         * misc/search.h: Likewise.
1085         * posix/glob.h: Likewise.
1086         * resolv/resolv.h: Likewise.
1087         * signal/signal.h: Likewise.
1088         * stdlib/stdlib.h: Likewise.
1089         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
1090         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
1092 1998-06-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1094         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
1096 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1098         * posix/wordexp.c (parse_param): Fix memory leak.
1100 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1102         * libc.map: Export _IO_ftrylockfile.
1104 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1106         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
1107         __get[pu]id.
1109 1998-06-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1111         * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
1113         * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
1114         same search list twice.
1116 1998-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1118         * login/programs/utmpd.c (handle_requests): Set and use maximal fd
1119         used to optimize loop/select.
1121 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1123         * sysdeps/generic/init-first.c: Don't define __libc_pid.
1124         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
1125         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
1126         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1127         * sysdeps/arm/init-first.c: Likewise.
1128         * posix/getopt_init.c: Don't use __libc_pid.
1129         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
1130         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
1131         * libc.map: Remove __libc_uid and __libc_pid.
1133 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1135         * sunrpc/rtime.c (rtime): Use poll instead of select.
1137 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1139         * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
1140         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
1141         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
1142         Patches from FreeBSD current.
1144 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1146         * nscd/connections.c (handle_new_request): Handle POLLHUP
1147         correctly.
1148         (close_sockets): Correct parameter to dbg_log.
1150 1998-06-27  David S. Miller  <davem@pierdol.cobaltmicro.com>
1152         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
1153         Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
1154         (elf_machine_fixup_plt): Likewise.
1155         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
1156         _dl_pagesize not set, use system call to always get correct answer.
1157         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
1158         (__syscall_getpagesize): Add
1160 1998-06-27  Ulrich Drepper  <drepper@cygnus.com>
1162         * resolv/res_send.c (res_send): Fix typo.
1164 1998-06-25  Andi Kleen <ak@muc.de>
1166         * inet/rcmd.c (rcmd): Change to use __poll instead of select.
1167         * resolv/res_send.c (res_send): Likewise.
1169 1998-06-27 12:58  Ulrich Drepper  <drepper@cygnus.com>
1171         * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
1172         * sysdeps/unix/sysv/linux/poll.c: Likewise.
1174 1998-06-27  7:07  Richard Henderson  <rth@cygnus.com>
1176         * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
1177         * math/atest-exp2.c (exp_mpn, main): Likewise.
1178         * math/atest-sincos.c (main): Likewise.
1180         * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow.  Move
1181         base handling away from strtoul.  Always reset errno.
1183         * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
1185         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
1186         _dl_profile_map if _dl_name_match_p.
1187         (RTLD_START): Fix .prologue.  Set __libc_stack_end.
1188         * sysdeps/alpha/elf/start.S: Pass sp as arg 7.  Kill __data_start.
1190         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
1191         as early-clobber.
1193         * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
1194         * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
1195         * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
1197 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
1199         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
1201 1998-06-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1203         * nis/nis_call.c: Don't copy server structure.
1204         * nis/nis_intern.h: Remove unused entries.
1205         * nis/nis_table.c: Rewrite __create_ib_request.
1207 1998-06-26 14:37  Ulrich Drepper  <drepper@cygnus.com>
1209         * configure.in: Check for -fexceptions.
1210         * config.make.in: Define exceptions, not no-exceptions.
1211         * misc/sys/cdefs.h: Define __PMT.  When using modern g++ define
1212         __P to use throw().
1213         * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
1214         $(exceptions).
1215         * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
1216         * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
1217         lfind, and lsearch prototpypes.
1218         * stdlib/stdlib.h: Likewise for bsearch and qsort.
1220 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
1222         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
1224 1998-06-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1226         * Makefile (remove-old-headers): Make phony.
1228         * configure.in: Substitute @old_glibc_headers@.
1230 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
1232         * libc.map: Remove __libc_uid.
1234 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1236         * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
1237         typos.
1239 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
1241         * libc.map: Add Alpha-specific io function from protected namespace.
1243 1998-06-25 19:26  Ulrich Drepper  <drepper@cygnus.com>
1245         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
1246         * locale/Makefile: Define locale-CPPFLAGS instead of redefining
1247         CPPFLAGS.
1249         * libc.map: Export __sigaction.
1251 1998-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1253         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
1254         (from Linux 2.1.107).
1256 1998-06-24  Ulrich Drepper  <drepper@cygnus.com>
1258         * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
1259         position when file was opened here.
1260         Reported by Howard Chu <hyc@platinum.com>.
1262         * sysdeps/generic/glob.c: Also protect FNM_* macros from being
1263         undefined in a second inclusion.
1265 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
1267         * sysdeps/mach/hurd/i386/Makefile: New file.
1268         * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
1269         __libc_init_secure.
1270         (_hurd_stack_setup): Renamed
1271         from __libc_init_first.
1272         (__libc_init_first): New function.
1273         * sysdeps/mach/hurd/i386/static-start.S: New file.
1275 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
1277         * sysdeps/mach/hurd/i386/init-first.c
1279 1998-06-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1281         * grp/initgroups.c: Use _CALL_DL_FCT.
1283 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
1285         * elf/rtld.c (process_dl_debug): Add missing continue.
1287 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
1289         * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
1291 1998-06-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1293         * manual/terminal.texi (Pseudo-Terminals): Correct typos.
1295 1998-06-23  Ulrich Drepper  <drepper@cygnus.com>
1297         * config.make.in: Remove LDAP support.
1298         * nss/Makefile: Likewise.
1300 1998-06-22 17:02  Ulrich Drepper  <drepper@cygnus.com>
1302         * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
1303         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
1304         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
1305         * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
1307 1998-06-02  Gordon Matzigkeit  <gord@profitpress.com>
1309         * mach/Makefile: Change `mv' invocations to `mv -f'.
1310         * mach/Machrules: Likewise.
1312 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1314         * config.make.in (old-glibc-headers): Add it.
1316         * configure.in: Add test for glibc 2.0.x headers.
1318         * Makefile (headers2_0): New variable - contains so far only
1319         Linux/Intel glibc 2.0.x headers.
1320         (remove-old-headers): New rule to remove headers from glibc 2.0.x.
1321         (install): Depend on remove-old-headers.
1323 1998-06-19  Mark Kettenis  <kettenis@phys.uva.nl>
1325         * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
1326         make ftruncate a weak alias.
1327         * sysdeps/mach/hurd/ftruncate.c: Really define function as
1328         __ftruncate.
1329         * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
1330         (truncate): Fix function defenition to match prototype.
1332 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
1334         * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
1335         unlockpt, ptsname, ptsname_r, openpty and forkpty.
1337 1998-06-22  Ulrich Drepper  <drepper@cygnus.com>
1339         * sysdeps/generic/glob.c: Make it possible to include glob.h
1340         before loading glob.c.
1341         Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
1343 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1345         * nscd/connections.c: Use poll() instead of select().
1347 1998-06-22 14:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1349         * sysdeps/generic/Dist: Fix typo.
1351 1998-06-20  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1353         * nis/nis_add.c: Avoid unnecessary strlen () calls.
1354         * nis/nis_addmember.c: Likewise.
1355         * nis/nis_call.c: Likewise.
1356         * nis/nis_creategroup.c: Likewise.
1357         * nis/nis_destroygroup.c: Likewise.
1358         * nis/nis_findserv.c: Likewise.
1359         * nis/nis_ismember.c: Likewise.
1360         * nis/nis_print.c: Likewise.
1361         * nis/nis_print_group_entry.c: Likewise.
1362         * nis/nis_removemember.c: Likewise.
1363         * nis/nis_verifygroup.c: Likewise.
1364         * nis/ypclnt.c: Likewise.
1366         * nis/nis_file.c: Close file handles.
1368         * nis/nis_callback.c: Fix typo.
1370 1998-06-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1372         * nis/Makefile: Add nis-initgroups and compat-initgroups.
1373         * nis/libnss_compat.map: Add _nss_compat_initgroups.
1374         * nis/libnss_nis.map: Add _nss_nis_initgroups.
1375         * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
1376         * nis/nss_nis/nis-initgroups.c: Likewise.
1377         * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
1378         __nss_lookup_function and make it public.
1379         * grp/initgroups.c: Rewrite, to use initgroups function from NSS
1380         module if exists, else use old method.
1382 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
1384         * nss/getXXbyYY_r.c (lookup_function): Correct return in type
1385         definition.
1386         * nss/getXXent_r.c (set_function, end_function, get_function):
1387         Likewise.  Reported by Thorsten Kukuk.
1389         * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
1391 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1393         * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
1394         1998-06-16 and distribute kernel_termios.h.
1396         * nis/Makefile (distribute): Add nis_xdr.h.
1398 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1400         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
1401         kernels that don't have sigaltstack.
1403 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
1405         * sysdeps/generic/bits/sem.h: Don't define union semun.
1407         * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
1409         * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
1410         here.
1411         * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
1412         definition here.
1414 1998-06-18 21:45  Ulrich Drepper  <drepper@cygnus.com>
1416         * signal/signal.h: Add prototype for __sigaltstack.
1417         * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
1418         Remove sigstack entry.
1419         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
1420         * sysdeps/unix/sysv/linux/sigstack.c: New file.
1422         * sysdeps/i386/backtrace.c: Add casts.
1424 1998-06-18 19:49  Ulrich Drepper  <drepper@cygnus.com>
1426         * intl/dcgettext.c: use complete type name.
1427         * intl/hash-string.h: Likewise.
1429         * intl/localealias.c: Undo patch from 1998-04-29.
1430         * intl/l10nflist.c: Likewise.
1431         * intl/loadinfo.h: Likewise.
1433 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
1435         * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
1437 1998-06-18 16:40  Ulrich Drepper  <drepper@cygnus.com>
1439         * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
1440         _dl_mcount, _dl_mcount_wrapper.
1441         * elf/Makefile (routines): Add dl-profstub.
1442         * elf/dl-profstub.c: New file.
1443         * elf/dl-support.c: Don't define _dl_profile_map.
1444         * elf/rtld.c: Likewise.
1445         * elf/dlfcn.h: Define DL_CALL_FCT macro.
1446         * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
1447         Define _CALL_DL_FCT.
1448         * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
1449         loaded object.
1450         * iconv/gconv_db.c: Likewise.
1451         * iconv/skeleton.c: Likewise.
1452         * nss/getXXbyYY_r.c: Likewise.
1453         * nss/getXXent_r.c: Likewise.
1454         * nss/nsswitch.c: Likewise.
1456 1998-06-18 12:29  Ulrich Drepper  <drepper@cygnus.com>
1458         * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
1459         * sysdeps/libm-i387/e_scalbf.S: Likewise.
1460         * sysdeps/libm-i387/e_scalbl.S: Likewise.
1462 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
1464         * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
1465         longestdbl.
1467 1998-06-18 10:26  Ulrich Drepper  <drepper@cygnus.com>
1469         * iconvdata/Makefile (modules): Add MACINTOSH.
1470         (MACINTOSH-routines): New variable.
1471         (distribute): Add macintosh.c.
1472         (awk-generated-headers): Add macintosh.h.
1473         Add rule for macintosh.h generation.
1474         * iconvdata/gconv-modules: Add definitions for MACINTOSH.
1475         * iconvdata/macintosh.c: New file.
1477 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
1479         * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
1481         * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
1482         only should happen for cy != 0.
1484         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
1485         glob.h.
1487 1998-06-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1489         * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
1490         to compare stack addresses.
1492 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
1494         * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
1495         defining prototypes.
1497 1998-06-16  David S. Miller <davem@dm.cobaltmicro.com>
1499         * sysdeps/sparc/sparc32/dl-machine.h
1500         (elf_machine_fixup_plt): During rtld bootstrap, always perform
1501         flushes as the kernel will emulate it when the underlying cpu does
1502         not implement flush.
1504         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
1505         * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
1507         * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
1508         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
1509         trampoline code.
1511         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
1512         (__clone): Branch to label .Lerror not __clone_syscall_error.
1513         (.Lerror): Fixup EINVAL setting.
1514         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
1515         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
1516         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
1517         (__syscall_getgroups, __syscall_setgroups): Add.
1519         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
1520         (__sigaction): Member name is k_sa_handler.  Use memcpy to copy
1521         around sa_mask data.
1523 1998-06-16  Ulrich Drepper  <drepper@cygnus.com>
1525         * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
1527         * string/Makefile: Make sure test-ffs does not use builtins.
1529 1998-06-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1531         * sunrpc/svc.c: Check for NULL pointer.
1533         * nis/libnsl.map: Add public NIS+ xdr functions.
1535         * nis/rpcsvc/nis_callback.h: New file.
1536         * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
1537         * nis/nis_xdr.h: ... here.
1539         * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
1540         pointers, use NIS+ defines where possible.
1541         * nis/nis_cache.c: Likewise.
1542         * nis/nis_cache2_xdr.c: Likewise.
1543         * nis/nis_call.c: Likewise.
1544         * nis/nis_checkpoint.c: Likewise.
1545         * nis/nis_clone_dir.c: Likewise.
1546         * nis/nis_clone_obj.c: Likewise.
1547         * nis/nis_clone_res.c: Likewise.
1548         * nis/nis_creategroup.c: Likewise.
1549         * nis/nis_file.c: Likewise.
1550         * nis/nis_free.c: Likewise.
1551         * nis/nis_getservlist.c: Likewise.
1552         * nis/nis_local_names.c: likewise.
1553         * nis/nis_lookup.c: Likewise.
1554         * nis/nis_mkdir.c: Likewise.
1555         * nis/nis_modify.c: Likewise.
1556         * nis/nis_ping.c: Likewise.
1557         * nis/nis_print.c: Likewise.
1558         * nis/nis_remove.c: Likewise.
1559         * nis/nis_removemember.c: Likewise.
1560         * nis/nis_rmdir.c: Likewise.
1561         * nis/nis_server.c: Likewise.
1562         * nis/nis_table.c: Likewise.
1563         * nis/nis_util.c: Likewise.
1564         * nis/nis_verifygroup.c: Likewise.
1565         * nis/nis_xdr.c: Likewise.
1566         * nis/nis_callback.c: Likewise, and move xdr functions from here ...
1567         * nis/nis_xdr.c: ... to here.
1569 1998-06-15 18:07  Ulrich Drepper  <drepper@cygnus.com>
1571         * iconvdata/ksc5601.h: Clean up a bit.
1573 1998-06-15 14:35  Ulrich Drepper  <drepper@cygnus.com>
1575         * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
1576         and process incoming data.
1577         * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
1578         fragments as invalid.
1579         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
1581 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1583         Removal of duplicates like "the the".
1584         * manual/time.texi (TZ Variable): Likewise.
1585         * manual/users.texi (Manipulating the Database): Likewise.
1586         * manual/sysinfo.texi (Filesystem handling): Likewise.
1587         * manual/signal.texi (Signaling Yourself): Likewise.
1588         * manual/message.texi (Message Translation): Likewise.
1589         (Common Usage): Likewise.
1590         * manual/llio.texi: Likewise.
1591         * manual/arith.texi (Old-style number conversion): Likewise.
1592         * manual/argp.texi (Argp): Likewise.
1593         (Argp Parsers): Likewise.
1594         (Argp Help Filtering): Likewise.
1596         * hesiod/README.hesiod: Correct typo.
1598         * manual/llio.texi: Correct typos.
1599         * manual/sysinfo.texi: Likewise.
1601 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1603         * rt/aio.h: Rename __op to __operation for g++.
1605 1998-06-13 20:17 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1607         * iconvdata/gen-8bit-gap.sh: Use awk not perl.  Clean up sed
1608         script.
1609         * iconvdata/gen-8bit-gap-1.sh: Likewise.
1610         * iconvdata/gen-8bit.sh: Clean up sed script.
1612         * iconvdata/Makefile: Remove all PERL conditionals; build all
1613         the modules all the time.  Export AWK.
1614         (gen-8bit-gap): Delete setting of PERL.
1615         (gen-8bit-gap-1): Likewise.
1616         (perl-generated-headers): Renamed awk-generated-headers.
1618         * iconvdata/gap.pl: Removed.
1619         * iconvdata/gaptab.pl: Removed.
1620         * iconvdata/gap.awk: New file.
1621         * iconvdata/gaptab.awk: New file.
1623 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
1625         * sysdeps/generic/Dist: Add errno-loc.c.
1627         * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
1628         __new_* functions.
1630 1998-06-14 14:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1632         * stdio-common/bug12.c: New test for fread()/fseek().
1633         * stdio-common/Makefile (tests): Add bug12.
1635 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1637         * sysdeps/generic/elf/backtracesyms.c: Make array elements
1638         constant.
1639         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1640         * debug/execinfo.h: Update declaration.
1642 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1644         * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
1645         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1646         * debug/execinfo.h: Update declaration.
1648 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1650         * manual/llio.texi: Fix spelling.
1651         * manual/sysinfo.texi: Fix spelling.
1653 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1655         * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
1656         alias for old name.  Put this on __libc_subfreeres.
1657         * misc/search.h: Declare it.
1659 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1661         * string/bits/string2.h (strcmp): Add missing parens around macro
1662         parameters.
1664 1998-06-12 23:34  Ulrich Drepper  <drepper@cygnus.com>
1666         * manual/arith.texi: Fix problem with @math and texinfo.tex.
1668         * manual/filesys.texi: Document LFS functions.
1669         * manual/llio.texi: Likewise.
1670         * manual/stdio.texi: Likewise.
1671         * manual/time.texi: Likewise.
1673         * manual/llio.texi: Document AIO functions.
1675         * resource/sys/resource.h: Mark second argument of setrlimit as const.
1676         * sysdeps/generic/setrlimit.c: Likewise.
1677         * sysdeps/generic/setrlimit64.c: Likewise.
1678         * sysdeps/mach/hurd/setrlimit.c: Likewise.
1679         * sysdeps/unix/sysv/setrlimit.c: Likewise.
1681 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1683         * sysdeps/generic/getenv.c: Fix last change.
1685 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1687         * sysdeps/generic/backtrace.c: Provide generic implementation.
1689 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1691         * configure.in: Give visual feedback of the default directories we
1692         added.
1694 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1696         * io/fts.c (fts_build): Define oflag only if needed.
1698 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1700         * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
1702 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
1704         * libc.map: Don't export argp's fmtstream handling functions.
1706         * manual/sysinfo.texi: Document fstab and mtab handling functions.
1707         * manual/llio.texi: Document more LFS functions and start documenting
1708         the AIO functions.
1710 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1712         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
1713         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1714         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1715         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1717 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1719         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
1720         makes it easier to undump emacs.
1721         * sysdeps/powerpc/bits/endian.h: Use more informative error message
1722         for when the endianness can't be determined.
1724 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
1726         * nss/Makefile: Add files publickey database support.
1727         * nss/libnss_files.map: Export the required functions.
1728         * nss/nss_files/files-key.c: Implement it.
1729         * sunrpc/rpc/auth_des.h: Correct typos in comments.
1731 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1733         * iconv/gconv_builtin.h: Add aliases for CORBA.
1734         * iconvdata/gconv-modules: Likewise.
1736 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1738         * math/libm-test.c (main): Call exp10_test.
1739         (exp10_test): New function which tests exp10.
1741 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1743         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
1744         sigstack.
1746         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
1747         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
1748         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
1750 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1752         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
1753         in the variable, not its GOT slot.
1755 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1757         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
1758         inline.
1759         * sysdeps/m68k/fpu/e_exp10.c: New file.
1760         * sysdeps/m68k/fpu/e_exp10f.c: New file.
1761         * sysdeps/m68k/fpu/e_exp10l.c: New file.
1763         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
1764         _dl_profile_map only if the name matches.
1765         (_dl_start_user): Remember stack address.
1766         * sysdeps/m68k/elf/start.S: Pass new argument to
1767         __libc_start_user.
1769         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
1770         definition.
1771         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
1772         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
1773         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1774         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
1775         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
1777 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
1779         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
1780         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
1781         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
1782         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
1783         prototypes.
1784         * sysdeps/libm-i387/e_exp10.S: New file.
1785         * sysdeps/libm-i387/e_exp10f.S: New file.
1786         * sysdeps/libm-i387/e_exp10l.S: New file.
1787         * sysdeps/libm-ieee754/e_exp10.c: New file.
1788         * sysdeps/libm-ieee754/e_exp10f.c: New file.
1789         * sysdeps/libm-ieee754/e_exp10l.c: New file.
1790         * sysdeps/libm-ieee754/w_exp10.c: New file.
1791         * sysdeps/libm-ieee754/w_exp10f.c: New file.
1792         * sysdeps/libm-ieee754/w_exp10l.c: New file.
1793         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
1795 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
1797         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
1798         sys/elf.h and sys/reg.h.
1799         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
1800         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
1801         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
1802         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
1804         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
1805         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
1807 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
1809         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
1810         __data member only for gcc.  Reported by ak@muc.de.
1812         * misc/mntent.h: Undo last patch.
1813         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
1814         * misc/tst/mntent.c: Adjust code for this change.
1816         * io/fts.c: Updated from a slightly more recent BSD version.
1817         * io/fts.h: Likewise.
1819         * libc.map: Add __libc_stack_end.
1821         * db2/Makefile (routines): Add lock_region.
1822         * db2/config.h: Update from db-2.4.14.
1823         * db2/db.h: Likewise.
1824         * db2/db_185.h: Likewise.
1825         * db2/db_int.h: Likewise.
1826         * db2/btree/bt_close.c: Likewise.
1827         * db2/btree/bt_compare.c: Likewise.
1828         * db2/btree/bt_conv.c: Likewise.
1829         * db2/btree/bt_cursor.c: Likewise.
1830         * db2/btree/bt_delete.c: Likewise.
1831         * db2/btree/bt_open.c: Likewise.
1832         * db2/btree/bt_page.c: Likewise.
1833         * db2/btree/bt_put.c: Likewise.
1834         * db2/btree/bt_rec.c: Likewise.
1835         * db2/btree/bt_recno.c: Likewise.
1836         * db2/btree/bt_rsearch.c: Likewise.
1837         * db2/btree/bt_search.c: Likewise.
1838         * db2/btree/bt_split.c: Likewise.
1839         * db2/btree/bt_stat.c: Likewise.
1840         * db2/btree/btree.src: Likewise.
1841         * db2/btree/btree_auto.c: Likewise.
1842         * db2/clib/getlong.c: Likewise.
1843         * db2/common/db_appinit.c: Likewise.
1844         * db2/common/db_apprec.c: Likewise.
1845         * db2/common/db_byteorder.c: Likewise.
1846         * db2/common/db_err.c: Likewise.
1847         * db2/common/db_log2.c: Likewise.
1848         * db2/common/db_region.c: Likewise.
1849         * db2/common/db_salloc.c: Likewise.
1850         * db2/common/db_shash.c: Likewise.
1851         * db2/db/db.c: Likewise.
1852         * db2/db/db.src: Likewise.
1853         * db2/db/db_auto.c: Likewise.
1854         * db2/db/db_conv.c: Likewise.
1855         * db2/db/db_dispatch.c: Likewise.
1856         * db2/db/db_dup.c: Likewise.
1857         * db2/db/db_overflow.c: Likewise.
1858         * db2/db/db_pr.c: Likewise.
1859         * db2/db/db_rec.c: Likewise.
1860         * db2/db/db_ret.c: Likewise.
1861         * db2/db/db_thread.c: Likewise.
1862         * db2/db185/db185.c: Likewise.
1863         * db2/db185/db185_int.h: Likewise.
1864         * db2/dbm/dbm.c: Likewise.
1865         * db2/hash/hash.c: Likewise.
1866         * db2/hash/hash.src: Likewise.
1867         * db2/hash/hash_auto.c: Likewise.
1868         * db2/hash/hash_conv.c: Likewise.
1869         * db2/hash/hash_debug.c: Likewise.
1870         * db2/hash/hash_dup.c: Likewise.
1871         * db2/hash/hash_func.c: Likewise.
1872         * db2/hash/hash_page.c: Likewise.
1873         * db2/hash/hash_rec.c: Likewise.
1874         * db2/hash/hash_stat.c: Likewise.
1875         * db2/include/btree.h: Likewise.
1876         * db2/include/btree_ext.h: Likewise.
1877         * db2/include/clib_ext.h: Likewise.
1878         * db2/include/common_ext.h: Likewise.
1879         * db2/include/cxx_int.h: Likewise.
1880         * db2/include/db.h.src: Likewise.
1881         * db2/include/db_185.h.src: Likewise.
1882         * db2/include/db_am.h: Likewise.
1883         * db2/include/db_auto.h: Likewise.
1884         * db2/include/db_cxx.h: Likewise.
1885         * db2/include/db_dispatch.h: Likewise.
1886         * db2/include/db_ext.h: Likewise.
1887         * db2/include/db_int.h.src: Likewise.
1888         * db2/include/db_page.h: Likewise.
1889         * db2/include/db_shash.h: Likewise.
1890         * db2/include/db_swap.h: Likewise.
1891         * db2/include/hash.h: Likewise.
1892         * db2/include/hash_ext.h: Likewise.
1893         * db2/include/lock.h: Likewise.
1894         * db2/include/lock_ext.h: Likewise.
1895         * db2/include/log.h: Likewise.
1896         * db2/include/log_ext.h: Likewise.
1897         * db2/include/mp.h: Likewise.
1898         * db2/include/mp_ext.h: Likewise.
1899         * db2/include/mutex_ext.h: Likewise.
1900         * db2/include/os_ext.h: Likewise.
1901         * db2/include/os_func.h: Likewise.
1902         * db2/include/queue.h: Likewise.
1903         * db2/include/shqueue.h: Likewise.
1904         * db2/include/txn.h: Likewise.
1905         * db2/lock/lock.c: Likewise.
1906         * db2/lock/lock_conflict.c: Likewise.
1907         * db2/lock/lock_deadlock.c: Likewise.
1908         * db2/lock/lock_region.c: Likewise.
1909         * db2/lock/lock_util.c: Likewise.
1910         * db2/log/log.c: Likewise.
1911         * db2/log/log.src: Likewise.
1912         * db2/log/log_archive.c: Likewise.
1913         * db2/log/log_auto.c: Likewise.
1914         * db2/log/log_compare.c: Likewise.
1915         * db2/log/log_findckp.c: Likewise.
1916         * db2/log/log_get.c: Likewise.
1917         * db2/log/log_put.c: Likewise.
1918         * db2/log/log_rec.c: Likewise.
1919         * db2/log/log_register.c: Likewise.
1920         * db2/mp/mp_bh.c: Likewise.
1921         * db2/mp/mp_fget.c: Likewise.
1922         * db2/mp/mp_fopen.c: Likewise.
1923         * db2/mp/mp_fput.c: Likewise.
1924         * db2/mp/mp_fset.c: Likewise.
1925         * db2/mp/mp_open.c: Likewise.
1926         * db2/mp/mp_pr.c: Likewise.
1927         * db2/mp/mp_region.c: Likewise.
1928         * db2/mp/mp_sync.c: Likewise.
1929         * db2/mutex/68020.gcc: Likewise.
1930         * db2/mutex/mutex.c: Likewise.
1931         * db2/mutex/parisc.gcc: Likewise.
1932         * db2/mutex/parisc.hp: Likewise.
1933         * db2/mutex/sco.cc: Likewise.
1934         * db2/os/os_abs.c: Likewise.
1935         * db2/os/os_alloc.c: Likewise.
1936         * db2/os/os_config.c: Likewise.
1937         * db2/os/os_dir.c: Likewise.
1938         * db2/os/os_fid.c: Likewise.
1939         * db2/os/os_fsync.c: Likewise.
1940         * db2/os/os_map.c: Likewise.
1941         * db2/os/os_oflags.c: Likewise.
1942         * db2/os/os_open.c: Likewise.
1943         * db2/os/os_rpath.c: Likewise.
1944         * db2/os/os_rw.c: Likewise.
1945         * db2/os/os_seek.c: Likewise.
1946         * db2/os/os_sleep.c: Likewise.
1947         * db2/os/os_spin.c: Likewise.
1948         * db2/os/os_stat.c: Likewise.
1949         * db2/os/os_unlink.c: Likewise.
1950         * db2/progs/db_archive/db_archive.c: Likewise.
1951         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
1952         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
1953         * db2/progs/db_dump/db_dump.c: Likewise.
1954         * db2/progs/db_dump185/db_dump185.c: Likewise.
1955         * db2/progs/db_load/db_load.c: Likewise.
1956         * db2/progs/db_printlog/db_printlog.c: Likewise.
1957         * db2/progs/db_recover/db_recover.c: Likewise.
1958         * db2/progs/db_stat/db_stat.c: Likewise.
1959         * db2/txn/txn.c: Likewise.
1960         * db2/txn/txn.src: Likewise.
1961         * db2/txn/txn_auto.c: Likewise.
1962         * db2/txn/txn_rec.c: Likewise.
1964         * elf/rtld.c: Move definition of __libc_stack_end to ...
1965         * sysdeps/generic/dl-sysdep.h: ...here.
1967         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
1968         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
1969         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
1971         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
1972         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
1973         before following it.
1975 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
1977         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
1978         from mntent correctly.
1980 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1982         * sunrpc/Makefile (generated): Correct typo.
1984 1998-06-04  Philip Blundell  <philb@gnu.org>
1986         * elf/elf.h (EM_ARM, et al.): New definitions.
1987         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
1989 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
1991         * localedata/SUPPORTED: Add sk_SK.
1992         * localedata/locales/sk_SK: New file.
1994 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
1996         * Makeconfig (subdirs): Add debug.
1997         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
1998         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
1999         backtrace_symbols.
2000         * sysdeps/generic/backtrace.c: New file.
2001         * sysdeps/generic/backtracesyms.c: New file.
2002         * sysdeps/generic/elf/backtracesyms.c: New file.
2003         * sysdeps/i386/backtrace.c: New file.
2004         * debug/Makefile: New file.
2005         * debug/backtrace-tst.c: New file.
2006         * debug/execinfo.h: New file.
2008 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
2010         * elf/sprof.c: Implement call graph profiling.
2012         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
2014 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2016         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
2017         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
2018         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
2019         Noticed by Jake Garver <garver@valkyrie.net>.
2021 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2023         * libio/genops.c (__underflow): Read character from read pointer
2024         as unsigned.
2025         (__uflow): Likewise.
2027 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
2029         * libc.map: Add _dl_profile.
2030         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
2031         this to ELF_DYNAMIC_RELOCATE.
2032         Always allocate array for relocation result if LD_PROFILE is defined.
2033         * elf/ldsodefs.h: Adjust prototypes.
2034         * elf/dl-open.c (_dl_open): Call relocation function with extra
2035         argument.
2036         * elf/rtld.c: Likewise.
2037         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
2038         Correct loop condition.
2039         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
2040         consider_profile to runtime setup function.
2041         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
2042         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
2044         * elf/dl-support.c: Define __libc_stack_end.
2045         * elf/rtld.c: Likewise.
2046         * sysdeps/generic/libc-start.c: Store last stack address in
2047         __libc_stack_end.
2048         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
2049         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
2051         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
2052         Include <stdint.h>, not <inttypes.h>.
2054         * elf/sprof.c: Implement flat profiling.
2056         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
2057         _IO_funlockfile explicitly.
2058         * libio/fileops.c: Likewise.
2059         * libio/fputc.c: Likewise.
2060         * libio/freopen.c: Likewise.
2061         * libio/freopen64.c: Likewise.
2062         * libio/fseek.c: Likewise.
2063         * libio/fseeko.c: Likewise.
2064         * libio/fseeko64.c: Likewise.
2065         * libio/ftello.c: Likewise.
2066         * libio/ftello64.c: Likewise.
2067         * libio/getc.c: Likewise.
2068         * libio/getchar.c: Likewise.
2069         * libio/iofclose.c: Likewise.
2070         * libio/iofflush.c: Likewise.
2071         * libio/iofgetpos.c: Likewise.
2072         * libio/iofgetpos64.c: Likewise.
2073         * libio/iofgets.c: Likewise.
2074         * libio/iofputs.c: Likewise.
2075         * libio/iofread.c: Likewise.
2076         * libio/iofsetpos.c: Likewise.
2077         * libio/iofsetpos64.c: Likewise.
2078         * libio/ioftell.c: Likewise.
2079         * libio/iofwrite.c: Likewise.
2080         * libio/iogetdelim.c: Likewise.
2081         * libio/iogets.c: Likewise.
2082         * libio/ioputs.c: Likewise.
2083         * libio/ioseekoff.c: Likewise.
2084         * libio/ioseekpos.c: Likewise.
2085         * libio/iosetbuffer.c: Likewise.
2086         * libio/iosetvbuf.c: Likewise.
2087         * libio/ioungetc.c: Likewise.
2088         * libio/iovsprintf.c: Likewise.
2089         * libio/iovsscanf.c: Likewise.
2090         * libio/oldfileops.c: Likewise.
2091         * libio/oldiofclose.c: Likewise.
2092         * libio/peekc.c: Likewise.
2093         * libio/putc.c: Likewise.
2094         * libio/putchar.c: Likewise.
2095         * libio/rewind.c: Likewise.
2097         * malloc/mtrace.c: Pretty print.
2099         * misc/mntent.h (struct mentent): Make string elements const char *.
2101         * nis/nis_printf.c: Optimize I/O a little bit.
2103         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
2104         * sysdeps/generic/sigset-cvt-mask.h: New file.
2105         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
2106         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
2107         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
2108         sigset-cvt-mask.h to do the dirty work.
2109         Patches by Joe Keane.
2111         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
2113         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
2114         syscall_error label in case of PIC anonymous.
2115         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
2116         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
2117         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
2118         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
2119         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
2120         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
2121         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
2123 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
2125         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
2126         we cannot declare the struct element as const.
2127         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
2128         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
2130 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2132         * manual/Makefile: Include ../Makeconfig earlier.
2133         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
2134         exist.
2135         (dir-add.texinfo): Remove useless $(SHELL).
2137 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2139         * Makefile (others): Build programs from install-bin.
2140         * configure.in: Modify config.make only if is was just created and
2141         move that command to second argument of AC_OUTPUT.  Add command to
2142         set config_vars in config.status.
2144 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2146         * malloc/Makefile (address-width): Fix conditional.
2148 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2150         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
2151         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
2152         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
2153         version GLIBC_2.1.
2155 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2157         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
2158         (Floating Point Parameters): Likewise.
2160 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
2162         * hurd/Makefile (routines): Add cthreads.
2164 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
2166         * login/login.c (login): Let pututline take care of finding the
2167         positin to insert the UTMP entry.  This corrects a bug where ssh
2168         was not reusing UTMP entries marked as DEAD_PROCESS.
2169         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
2171 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
2173         * login/Makefile (tests): New variable, add tst-utmp and
2174         tst-utmpx.
2175         * login/tst-utmp.c: New file.
2176         * login/tst-utmpx.c: New file.
2178 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
2180         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
2181         aliases for _hurd_nerr, for programs that don't use sys_errlist,
2182         but need sys_err.
2184 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
2186         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
2187         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
2189 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
2191         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
2192         make __read a weak alias.  Use ANSI-style function definition.
2193         * sysdeps/mach/hurd/write.c: Likewise.
2195 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
2197         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
2198         _sys_errlist.
2200 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
2202         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
2203         Renamed from librtld.so.
2205 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2207         * libc.map: Remove _IO_getline_info which was erroneously
2208         introduced in section GLIBC_2.0.
2209         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2211 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
2213         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
2214         created a weak alias.
2215         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
2217 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
2219         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
2220         ftruncate function, and create a weak alias to ftruncate.
2222 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
2224         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
2225         * inet/getnetgrent_r.c: Likewise.
2226         * nss/getXXbyYY_r.c: Likewise.
2227         * nss/getXXent_r.c: Likewise.
2228         * pwd/fgetpwent_r.c: Likewise.
2229         * shadow/sgetspent_r.c: Likewise.
2230         * shadow/fgetspent_r.c: Likewise.
2231         * sunrpc/publickey.c: Likewise.
2233 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
2235         * hurd/libhurduser.map: New file.
2236         * mach/libmachuser.map: Likewise.
2238         * libc.map: Add Hurd-specific functions to version 2.1.
2239         Add __flshfp and __fillbf.
2241 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2243         * manual/signal.texi (Basic Signal Handling): Fix typo.
2244         * manual/errno.texi (Error Codes): Likewise.
2246 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
2248         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
2249         instead of <sys/socket.h>.
2250         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
2252         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
2253         Finally make it working.
2254         Patch by Mark Hatle <fray@kernel.crashing.org>.
2256 1998-03-22  Paul Eggert  <eggert@twinsun.com>
2258         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
2259         a Solaris 2.6 bug.
2261 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
2263         * stdlib/gmp-impl.h: Support strange mixed-endian double format
2264         used by ARM systems.
2265         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
2266         FE_EXCEPT_SHIFT.
2267         * sysdeps/arm/bits/fenv.h: Deleted.
2268         * sysdeps/arm/fpu/ieee754.h: New file.
2269         * sysdeps/arm/gmp-mparam.h: New file.
2270         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
2271         implementation.
2273 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
2275         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
2277         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
2278         of ((unused)).  Reported by Bruno Haible.
2280 1998-05-31  Philip Blundell  <philb@gnu.org>
2282         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
2283         referring to errno and _errno.
2285         * sysdeps/arm/fpu/feholdexcpt.c: New file.
2287         * sysdeps/i386/fpu_control.h: Fix typo.
2289         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
2290         (_JMPBUF_UNWINDS): Added.
2291         * sysdeps/arm/fpu/bits/setjmp.h: New file.
2293 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
2295         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
2296         order to build header files, not `generated'.
2298         * Rules (before-compile): New target which depends on all
2299         $(before-compile) files.
2301 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2303         * nis/nis_call.c: Make directory search faster.
2305         * nis/nis_callback.c: Insert public key of user in callback data.
2307         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
2309         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
2311         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
2313         * nis/nis_intern.h: Remove duplicated prototype.
2315 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2317         * sunrpc/auth_des.c: Move prototypes from here ...
2318         * sunrpc/rpc/auth.h: ... to here.
2320         * sunrpc/clnt_tcp.c: Add more control flags.
2321         * sunrpc/clnt_udp.c: Likewise.
2323         * sunrpc/netname.c (host2netname): Remove prefixing dot from
2324         domainname.
2326         * sunrpc/rpc/clnt.h: Document, which control flags are not
2327         implementable.
2329         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
2331 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
2333         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
2334         files crash the program.
2336         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
2337         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
2338         Reported by Deborah Wallach <kerr@pa.dec.com>.
2340 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2342         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
2343         on whether this is a stable release or not (keeps snapshot bug
2344         reports out of the database).
2346         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
2347         * sysdeps/arm/sysdep.h: Likewise.
2348         * sysdeps/i386/sysdep.h: Likewise.
2349         * sysdeps/m68k/sysdep.h: Likewise.
2350         * sysdeps/mach/mips/sysdep.h: Likewise.
2351         * sysdeps/mach/sys/reboot.h: Likewise.
2352         * sysdeps/mach/sysdep.h: Likewise.
2353         * sysdeps/unix/alpha/sysdep.h: Likewise.
2354         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
2355         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
2356         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
2357         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
2358         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
2359         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
2360         * sysdeps/unix/i386/sysdep.h: Likewise.
2361         * sysdeps/unix/mips/sysdep.h: Likewise.
2362         * sysdeps/unix/sparc/sysdep.h: Likewise.
2363         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
2364         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
2365         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2366         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
2367         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
2368         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2369         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2370         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
2372 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
2374         * mach/Machrules: Use $(move-if-change).
2376 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
2378         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
2379         * Makerules (lib%.so): Depend on $(+interp).
2380         (libc.so): Add interp.os to list of dependencies.
2381         (interp-obj): Remove variable.
2382         * mach/Machrules (+interp): Define to empty since libhurduser and
2383         libmachuser don't need to have the interpreter set.
2385 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2387         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
2389         * resolv/gethnamaddr.c: Likewise.
2391         * resolv/res_comp.c: Likewise.
2393 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
2395         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
2396         so that transparent union works.
2398 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
2400         * manual/texinfo.tex: Update to last available version.
2402         * timezone/africa: Update from tzdata1998e.
2403         * timezone/antarctica: Likewise.
2404         * timezone/asia: Likewise.
2405         * timezone/australasia: Likewise.
2406         * timezone/europe: Likewise.
2407         * timezone/iso3166.tab: Likewise.
2408         * timezone/northamerica: Likewise.
2409         * timezone/tzselect.ksh: Likewise.
2410         * timezone/zone.tab: Likewise.
2412 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
2414         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
2415         Reported by Matt McLean <keys@brio.yikes.com>.
2417 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2419         * catgets/Makefile ($(objpfx)de.cat): Renamed from
2420         do-gencat-test.  Use automatic variables.
2421         ($(objpfx)de.msg): Fix reference to po file.
2423 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2425         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
2426         $(move-if-change).
2428 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2430         * intl/dcgettext.c: Fix typo.
2432 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2434         * configure.in: Allow more make versions e.g 3.76.90.
2436 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
2438         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
2440         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
2441         for Hurd.  Patch by Mark Kettenis.
2443 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
2445          * mach/Machrules (+preinit, +postinit): Define these variables to
2446          empty because libhurduser and libmachuser don't need startup
2447          files.
2449 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2451          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
2452          instead of a raw bitmask.
2454 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2456         * Makeconfig (rpath-dirs): New variable.
2457         (rpath-link): Use it.
2458         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
2459         (db-objpfx): Removed.
2460         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
2461         * md5-crypt/Makefile: Likewise.
2462         * sysdeps/mach/hurd/Makefile: Likewise.
2464         * Makeconfig (move-if-change): New variable.
2465         * iconvdata/Makefile (move-if-change): Removed.
2466         * manual/Makefile (move-if-change): Set only if undefined, use
2467         local script by default.
2468         * sunrpc/Makefile (move-if-change): Removed.
2469         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
2470         $(move-if-change).
2472          * elf/Makefile: Remove all references to obsolete file
2473          $(objpfx)rtldtbl.h.
2474          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
2476 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2478         * elf/dl-close.c (_dl_close): Add debugging message.
2480 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2482         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
2483         to get Linux version and not gcc version.
2484         Reported by Alan Curry <pacman@cqc.com>.
2486 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2488         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
2489         pointers - return unknown error message instead.
2490         Reported by Alan Curry <pacman@cqc.com>.
2492 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
2494         * iconvdata/Makefile (modules, sed-generated-headers,
2495         perl-generated-headers): ibm424.h is perl generated.  Make
2496         necessary modifications to compile without perl.
2498 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
2500         * hesiod/hesiod.c (read_config_file): Fix typo.
2502 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
2504         * version.h: Bump VERSION.
2506         * csu/Makefile (distribute): Add munch-tmpl.c.
2508 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2510         * nis/nis_defaults.c: Fix buffer problems and typos.
2512 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
2514         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
2515         Patch by Fred Fish.
2517 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
2519         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
2520         overwriting bugs.
2522         * libio/strops.c (_IO_str_underflow): Read newly available
2523         character from buffer as unsigned.
2525 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
2527         * catgets/Makefile (distribute): Add xopen-msg.h.
2528         (generated): Add de.msg and de.cat.
2529         (tests): Add do-gencat-test.
2530         (do-gencat-test): New goal.  Run gencat on a generated msg file.
2531         * catgets/xopen-msg.h: New file.
2533 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
2535         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
2536         functions.  Optimize filename creation a bit.
2538 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
2540         * stdlib/random_r.c: Help gcc to optimize the code.
2541         Patch by Joe Keane <jgk@jgk.org>.
2543 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
2545         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
2546         tsearch calls.
2548 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2550         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
2551         it.
2553 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
2555         * wcsmbs/wcsnrtombs.c: Correct computation of result.
2556         * wcsmbs/wcsrtombs.c: Likewise.
2558         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
2559         * wcsmbs/wcsmbs-tst1.c: New file.
2561         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
2563         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
2564         as 1.
2566         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
2567         weak.
2569 1998-05-21  Philip Blundell  <philb@gnu.org>
2571         * sysdeps/arm/fpu_control.h: Replace stub file with real
2572         implementation.
2573         * sysdeps/arm/fpu/bits/fenv.h: New file.
2574         * sysdeps/arm/fpu/fesetround.c: Likewise.
2575         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
2576         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
2577         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
2578         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
2579         * sysdeps/arm/fpu/fegetenv.c: Likewise.
2580         * sysdeps/arm/fpu/fesetenv.c: Likewise.
2582 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
2584         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
2585         read instead of mmap.
2587 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
2589         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
2590         directly instead of include_next.  Add missing semicolons.
2591         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
2592         Add missing semicolons.
2594 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
2596         * iconvdata/gconv-modules: Add more aliases to please java
2597         environments.
2599 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
2601         * stdio-common/vfprintf.c (process_arg): Fix typo.
2603         * iconvdata/TESTS: New tests for EUC-KR.
2605         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
2606         * iconvdata/testdata/EUC-KR: New file.
2608 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
2610         * math/libm-test.c (hypot_test): Fix a typo.
2612 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
2614         * stdio-common/vfprintf.c: When precision is specified for %ls or
2615         %S handle it correctly.
2617 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2619         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
2620         the" in one line - fixed it.
2621         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2622         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2623         * posix/unistd.h: Likewise
2625 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2627         * Makeconfig (rpath-link): Add resolvobjdir.
2628         (resolvobjdir): New variable.
2629         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
2631 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
2633         * elf/dl-close.c: Call shared object terminators at the right time.
2634         Patch by Philippe Troin <phil@fifi.org>.
2636 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2638         * Make-dist (+tsrcs): Also add *.map for every member of
2639         $(extra-libs).
2641         * Makefile (distribute): Don't distribute scripts/printsources and
2642         scripts/=__ify.  Distribute FAQ.in.
2643         (rpm/%): Don't pass subdirs to sub-make.
2645         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
2646         instead of $(no_deps).
2648 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2650         * sysdeps/generic/setenv.c: Protect against GNU C extension.
2651         (KNOWN_VALUE, STORE_VALUE): Do it right.
2652         (setenv): Remove unused variable.
2654 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2656         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
2657         (CFLAGS-zdump.c): Add $(tz-cflags).
2659         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
2660         return type.
2662 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2664         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
2665         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
2666         if use_localtime.
2667         * time/tzset.c: Update prototype of __tzfile_compute.
2668         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
2669         tm_zone and tm_offset here if __use_tzfile.
2671 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2673         * Makerules: Install libc.a even if there are no object file.
2675 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2677         * Makerules (do-makelib): Don't force creating library from
2678         scratch, which is faster and gets correct behaviour if $(subdirs)
2679         is incomplete.
2681 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2683         * Makerules (do-stamp): Make it work when building in source
2684         directory.
2686 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
2688         * elf/dl-load.c: Rename option and variable from ignore-rpath to
2689         inhibit-rpath.
2690         * elf/dl-support.c: Likewise.
2691         * elf/ldsodefs.h: Likewise.
2692         * elf/rtld.c: Likewise.
2693         * iconvdata/run-iconv-test.sh: Likewise.
2695 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
2697         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
2698         variable using the value.
2699         * elf/ldsodefs.h: Declare _dl_ignore_path.
2700         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
2701         object against list in _dl_ignore_path and ignore RPATH if on the list.
2702         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
2703         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
2704         to make sure we get the correct helper libraries loaded.
2706         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
2707         "RPATH" string in call to fillin_rpath instead.
2708         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
2710 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
2712         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
2713         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2715 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2717         * manual/terminal.texi (I/O Queues): Fix typo.
2719         * manual/stdio.texi (Closing Streams): Fix grammar.
2721         * manual/arith.texi (Absolute Value): Correct typo.
2722         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
2724 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
2726         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
2727         LD_PROFILE_OUTPUT in SUID binaries.
2728         * intl/dcgettext.c: In SUID binaries don't let language part of
2729         locale value contain path elements.
2730         * intl/explodename.h: Define new function _nl_find_language.
2731         * intl/loadinfo.h: Declare _nl_find_language.
2732         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
2733         language part it drop the value is path element is contained.
2735         * locale/setlocale.c: Fix typo.
2737 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
2739         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
2741         * sysdeps/arm/strlen.S: Support both big and little endian processors.
2743         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
2744         log, not a byte-count.
2746         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
2747         a.out compatibility.
2749 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2751         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
2752         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2753         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2754         * posix/unistd.h: Likewise.
2755         * math/math.h: Likewise.
2756         * manual/users.texi (Manipulating the Database): Likewise.
2757         * manual/signal.texi (Job Control Signals): Likewise.
2758         * manual/message.texi (The gencat program): Likewise.
2759         * manual/filesys.texi (Hard Links): Likewise.
2760         * manual/math.texi (SVID Random): Likewise.
2761         * manual/llio.texi (Waiting for I/O): Likewise.
2762         * manual/io.texi (File Name Errors): Likewise.
2763         * manual/conf.texi (String Parameters): Likewise.
2764         * manual/arith.texi (Infinity): Likewise.
2765         * malloc/malloc.c: Likewise.
2766         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
2767         * csu/Makefile: Likewise.
2769 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
2771         * manual/memory.texi: Add back accidently removed line.
2773 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
2775         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
2776         (timeout_handler): New function.
2777         (LOCK_FILE, UNLOCK_FILE): New macros.
2778         Implement file locking with timeout.
2779         (getutent_r_file, internal_getut_r, getutline_r_file,
2780         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
2781         locking.
2783 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
2785         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
2786         directory.
2788 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2790         * rpm/Makefile: Delete inclusion of version.mk.
2792 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2794         * libc.map: Add all libio functions needed libstdc++ with version
2795         2.0, sort entries.
2797 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2799         * iconvdata/Makefile (generated): Add *.stmp files.
2801 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2803         * timezone/Makefile (testdata, build-testdata): New variables, use
2804         them in rules for test data.
2805         ($(objpfx)tst-timezone.out): Depend on test data.
2806         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
2807         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
2808         New rules to build test data.
2809         (tst-timezone-ENV): Pass TZDIR to point to test data.
2811 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
2813         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
2814         (the designation sequence is disturbing).
2816 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2818         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
2819         * sunrpc/xdr_rec.c: Likewise.
2821 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2823         * posix/Makefile (tests): Add runptests.
2824         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
2825         (before-compile): Add ptestcases.h.
2826         (ptestscases.h): Add rule to generate from PTESTS.
2827         * posix/runptests.c: New file.
2828         * posix/PTESTS: New file.
2829         * posix/PTESTS2C.sed: New file.
2831 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2833         * iconv/loop.c: Let user add code to use and set paramaters.
2835         * iconvdata/iso-2022-kr.c: Correct to-loop.
2837         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
2838         point to output buffer.
2840         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
2841         hanja.
2843         * iconvdata/TESTS: Add ISO-2022-KR test.
2844         * iconvdata/testdata/ISO-2022-KR: New file.
2846 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
2848         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
2849         and internal_use.
2850         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
2851         and internal_use.
2852         * wcsmbs/btowc.c: Likewise.
2853         * wcsmbs/mbrtowcs.c: Likewise.
2854         * wcsmbs/mbsnrtowcs.c: Likewise.
2855         * wcsmbs/mbsrtowcs.c: Likewise.
2856         * wcsmbs/wcrtomb.c: Likewise.
2857         * wcsmbs/wcsnrtombs.c: Likewise.
2858         * wcsmbs/wcsrtombs.c: Likewise.
2859         * wcsmbs/wctob.c: Likewise.
2860         * iconv/skeleton.c: Increment invocation_counter.
2861         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
2862         sequence first.
2864         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
2865         * iconvdata/iso-2022-jp.c: Likewise.
2866         * iconvdata/iso646.c: Likewise.
2868         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
2870 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2872         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
2874         * sysdeps/generic/setenv.c (setenv): Remove optimization for
2875         overwriting existing values if it fits.
2877 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
2879         * posix/wordexp-test.c: Avoid duplicate messages.
2881         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
2882         tsearch.  Correctly interpret values returned by those functions.
2883         (unsetenv): Store pointer to string, not pointer to string pointer.
2885         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
2886         DST information and offset in them.
2887         * time/tzset.c (__tz_convert): Pass extra parameters to
2888         __tzfile_compute.  Compute equivalent values for use of tz_rules.
2890 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2892         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
2893         stamp files to avoid unnecessary recompilation.
2894         (gen-8bit-gap-table): Likewise.
2895         (move-if-change): New variable.
2896         (all generated .h rules): Change to be .stmp rules.
2897         (%.h): New rule; depend on %.stmp; no commands.
2898         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
2899         gen-8bit-gap-1.sh.
2901 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2903         * Makerules (libc-map): Deleted.
2904         (load-map-file): Set to the appropriate compiler switch, not
2905         just the file name.  If libfoo-map is not set, look for a
2906         libfoo.map in the current directory and $(..).
2907         (map-file): New variable, contains just the mapfile name.
2908         (build-shlib): Adjust for new value of load-map-file.
2909         (libc.so): Correct dependencies.
2911         * extra-lib.mk: Correct shlib dependencies since libfoo-map
2912         may not be set anymore.
2914         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
2915         Delete libdl-map.  Tweak ld.so link rule to work with changed
2916         variable settings in Makerules.
2917         * iconvdata/Makefile: Tweak build-module to work with changed
2918         variable settings in Makerules.
2920         * db/Makefile: Delete libdb-map.
2921         * hesiod/Makefile: Delete libnss_hesiod-map.
2922         * linuxthreads/Makefile: Delete libpthread-map.
2923         * locale/Makefile: Delete libBrokenLocale-map.
2924         * login/Makefile: Delete libutil-map.
2925         * math/Makefile: Delete libm-map.
2926         * md5-crypt/Makefile: Delete libcrypt-map.
2927         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
2928         libnss_nisplus-map, and libnss_compat-map.
2929         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
2930         libnss_ldap-map.
2931         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
2932         * rt/Makefile: Delete librt-map.
2934 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2936         * configure.in: Instead of substituting `yes' or `no' for whether
2937         --no-whole-archive is available, set @no_whole_archive@ to the
2938         appropriate gcc switch or the empty string.  Likewise for
2939         -fno-exceptions.
2940         * config.make.in: Replace have-no-whole-archive with
2941         no-whole-archive and have-no-exceptions with no-exceptions.
2942         * Makerules: Delete stanzas setting no-whole-archive and
2943         no-exceptions.
2945         * sunrpc/Makefile: Use move-if-change to update generated .h
2946         and .c files.
2948 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2950         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
2951         of strchr loop.
2953 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2955         * time/tzfile.c (__tzfile_read): Remove unused variable info.
2956         (__tzfile_compute): Likewise.
2958 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2960         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
2961         defines from Linux 2.1.102.
2963 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
2965         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
2967 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
2969         * inet/netinet/in.h: Add defines for multicast.
2970         Reported by Jeremy Hall <jhall@UU.NET>.
2972         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
2973         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
2974         and unsetenv.  Optimize _LIBC case.
2975         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
2976         Define functions with leading __.
2978         * time/tzfile.c: Correct handling of global variables daylight,
2979         timezone, and tzname.
2980         * time/tzset.c: Likewise.
2981         * timezone/Makefile (tests): Add tst-timezone.
2982         * timezone/tst-timezone.c: New file.
2984 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2986         * timezone/asia: Update from tzdata1998d.
2987         * timezone/australasia: Likewise.
2988         * timezone/europe: Likewise.
2990 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
2992         * string/string.h: Don't use the optimized versions for the string
2993         functions if optimizing for space.
2995         * stdlib/tst-strtod.c: Add test for -0.0.
2997         * io/ftwtest-sh: Prevent tests from being run by root.
2999         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
3000         last addition.  Patch by wkpark@chem.skku.ac.kr.
3002 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3004         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
3005         table.
3007 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3009         * iconvdata/gen-8bit.sh: New file.
3010         * iconvdata/gen-8bit-gap.sh: New file.
3011         * iconvdata/gen-8bit-gap-1.sh: New file.
3012         * iconvdata/Makefile (generate-8bit-table): Use shell script
3013         instead of writing the commands directly.
3014         (generate-8bit-gap-table): Likewise.
3015         ($(objpfx)iso8859-7jp.h): Likewise.
3016         (generated headers): Depend on shell script instead of Makefile.
3017         (before-compile): Add $(perl-generated-headers) only if perl is
3018         available.
3019         (headers): Depend on $(perl-generated-headers) only if perl is
3020         available.
3021         (sed-generated-headers): Remove iso8859-7jp.h.
3023 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3025         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
3026         (/): Removed.
3028 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
3030         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
3031         formed charset names to getfct.  Let user override charset
3032         selection by mention charset in locale name.
3034 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
3036         * posix/glob.c: Move to ...
3037         * sysdeps/generic/glob.c: ...here.
3038         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
3039         elements.
3040         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
3041         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
3042         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
3043         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
3044         subdir.
3045         * libc.map [GLIBC_2.1]: Add glob and globfree.
3047 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
3049         * sunrpc/Makefile (generated): Restore old list.
3051 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3053         * rt/Makefile (tests): Define only if we have a thread library.
3055         * nis/ypclnt.c: Add: #include <errno.h>.
3057 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3059         * configure.in: Define and substitute RELEASE as well as
3060         VERSION.
3061         * config.make.in: Add RELEASE and VERSION to be substituted.
3062         * Makeconfig: Delete all references to version.mk.
3063         * Make-dist: Likewise.
3064         * MakeTAGS: Likewise.
3065         * elf/Makefile: Likewise.
3067 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3069         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
3070         yp_get_default_domain.
3072 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
3074         * sysdeps/posix/profil.c (__profil): Don't define act and timer
3075         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
3077 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
3079         * malloc/malloc.c: Fix for NO_THREADS case.
3081 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
3083         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
3084         Remove statfs and fstatfs.
3085         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
3086         and pwrite as EXTRA.
3087         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3089 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
3091         * libc.map: Add capget and capset.
3093 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
3095         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3096         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
3097         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
3098         and Matt McLean <keys@brio.yikes.com>.
3100 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
3102         * misc/Makefile (tests): Add tst-mntent.
3103         * misc/tst-mntent.c: New file.
3105 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3107         * autolock.sh: Removed.
3108         * manual/move-if-change: Removed.
3110         * scripts: New directory.
3111         * =__ify: Moved to scripts.
3112         * config.guess: Likewise.
3113         * config.sub: Likewise.
3114         * gen-FAQ.pl: Likewise.
3115         * install-sh: Likewise.
3116         * mkinstalldirs: Likewise.
3117         * move-if-change: Likewise.
3118         * printsources: Likewise.
3119         * rellns.sh: Likewise.
3120         * test-installation.pl: Likewise.
3122         * configure.in: Look in scripts for config.guess, config.sub,
3123         install-sh.
3124         * Makefile: Distribute all above files in their
3125         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
3126         * manual/Makefile: Find mkinstalldirs and move-if-change in
3127         $(..)scripts.  Drop them from distribute.  Minor cleanups.
3128         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
3129         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
3130         * timezone/Makefile: Find rellns-sh in scripts.
3132 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
3134         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
3135         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
3137 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3139         * Makefile (+subdir-inits): Delete variable.
3140         (+init_subdirs): Likewise.
3141         (aux): Likewise.
3142         (before-compile): Likewise.
3143         (libc-init): Delete stanza.
3144         (version-info.h): Delete rule and associated variable.
3145         (distribute): Don't distribute moved files.
3146         * Makerules (interp-obj): It lives in elf now.  Only use it
3147         if $(elf) is set.  Delete rule to build it.
3148         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
3149         version.o and version-info.h.  Minor cleanups.
3150         (routines): Add libc-init, sysdep, version.
3151         (generated): Add version-info.h.
3152         * elf/Makefile: Build interp.os.
3154         * interp.c: Moved to elf.
3155         * set-init.c: Moved to csu.
3156         * munch-init.c: Likewise.
3157         * munch.awk: Likewise.
3158         * version.c: Likewise.
3160         * Rules: Unconfuse syntax highlighting with a fake comment.
3162 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
3164         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
3165         syscalls.
3167 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3169         * iconvdata/Makefile (generated): Set to *-generated-headers
3170         plus gconv-modules.
3171         (tests): Set to iconv-test.
3172         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
3173         * posix/Makefile (generated): Set to wordexp-test-result*.
3174         * sunrpc/Makefile (generated): Remove rpcsvc/*.
3175         (generated-dirs): Add rpcsvc.
3176         * libio/Makefile: Clean up.
3178 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
3180         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
3181         * Makerules: Likewise.
3182         (+depfiles): Also add sysdep-others.
3183         * Rules: Likewise.
3184         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
3185         * iconvdata/Makefile (distribute): Add TESTS.
3186         * localedata/Makefile (repertoires): Rename to repertoiremaps.
3187         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
3188         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
3189         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
3190         sysdep-others, not others.
3191         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
3192         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
3194 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
3196         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
3197         cost_hi and cost_lo.
3198         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
3199         Cost parameter and set cost_lo to INT_MAX.
3200         (add_module): Take new parameter and use it to initialize cost_lo.
3201         (read_conf_file): Count modules being loaded and use counter for
3202         new parameter to add_module.
3203         * iconv/gconv_db.c (find_derivation): When look for cost examine
3204         cost_hi and cost_lo.
3206 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
3208         * string/bits/string2.h: Don't use unsigned char * unless really
3209         necessary since this disturbs C++.
3210         * sysdeps/i386/i486/bits/string.h: Likewise.
3211         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
3213 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3215         * malloc/malloc.c (top_check): Fix last change.
3217 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
3219         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
3220         Patch by Matt McLean <keys@brio.yikes.com>.
3222 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3224         * Makerules (lib): Put back dependency on lib-noranlib.
3225         ($(subdirs-stamps)): Remove dependency on stamp.* again.
3227 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
3229         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
3230         test in __pow2 implementation.
3232 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
3234         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
3235         Still need *FLAGS-.o because we still sometimes build .o files.
3236         * db2/Makefile: Don't build libndbm.a if !build-static.
3238 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3240         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
3242 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
3244         * configure.in: New test for broken gcc on PowerPC.
3245         * sysdeps/powerpc/atomicity.h: Use result of test.
3246         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
3248         * math/libm-test.c: Update many of the epsilon to match actual
3249         performance.
3251         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
3252         * sysdeps/libm-ieee754/e_expf.c: Likewise.
3253         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
3254         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
3256         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
3258         * sysdeps/powerpc/elf/libc-start.c: New file.
3259         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
3260         * sysdeps/powerpc/elf/start.c: Delete.
3262         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
3263         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
3265         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
3266         few patches.
3268 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
3270         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
3271         test for integer.
3273         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
3274         * sysdeps/libm-i387/e_powl.S: Likewise.
3276 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
3278         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
3279         (malloc_check, free_check, realloc_check, memalign_check): Use
3280         them to improve overrun checking.  Overruns of a single byte and
3281         corruption of the top chunk are now detected much more reliably.
3283 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3285         * math/libm-test.c (pow_test): Add test for special value from PR
3286         libc/590.
3288 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
3290         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
3291         including linux/errno.h.
3293 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
3295         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
3296         Use correct types.
3297         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
3298         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
3300 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3302         * Makerules (elide-routines.*): Fix assignments.
3303         (do-makelib): Fix typo.
3304         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
3305         makefile.
3307 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3309         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
3310         $(objpfx)sysd-dirs): Move them...
3311         * Makeconfig: ... here.
3312         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
3313         (stubs): Fix circular depedency.
3314         (do-makelib): Clean up.
3315         (lib): Don't depend on lib-noranlib.
3316         ($(objpfx)stamp.oS): Remove special case for empty
3317         static-only-routines.
3318         (elide-routines.o): Add $(static-only-routines).
3319         (elide-routines$o): Define this instead of elide-routines.$o.
3320         * manual/Makefile (stubs): Fix circular dependency.
3322 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3324         * libio/Makefile (routines): Remove duplicate oldiofclose.
3326 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
3328         * string/strcoll.c: Use uint32_t instead of u_int32_t.
3330 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
3332         * libio/stdio.h: Fix typo in __REDIRECT.
3333         * io/sys/stat.h: Likewise.
3334         Reported by Myles Uyema <myles@uyema.nws.net>.
3336 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3338         * locale/programs/localedef.c (options): Fix help message.
3340 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
3342         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
3343         relocations.  Patch by Joe Keane <jgk@jgk.org>.
3345 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
3347         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
3348         ptmalloc_unlock_all, but re-initializes the mutexes instead.
3349         (ptmalloc_init): Use new function in thread_at_fork call.
3350         (thread_atfork_static): Likewise.
3351         Suggested by Wolfram Gloger and Xavier Leroy.
3353 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
3355         * signal/signal.h: Move definitions of struct sigstack and
3356         struct sigaltstack into separate file and include it.
3357         * sysdeps/generic/bits/sigstack.h: New file.
3358         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
3359         * signal/Makefile (headers): Add bits/sigstack.h.
3361 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3363         * elf/rtld.c (dl_main): Fix check for number of references to
3364         interpreter object.
3366 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3368         * elf/rtld.c (dl_main): Check has_interp after executing platform
3369         specific code.
3371 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3373         * iconvdata/run-iconv-test.sh: Fix typo.
3375 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3377         * Makerules (+depfiles): Add depfiles for $(tests-static).
3378         Simplified.
3380 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3382         * manual/terminal.texi (Special Characters): Fix description of
3383         c_cc indexes.
3385 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3387         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
3388         array.
3389         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
3390         of c_cc array.
3392 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3394         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
3396 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
3398         * intl/locale.alias: Update russian entry.
3400 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3402         * Makerules (static-only-routines): Reimplement in terms of
3403         elide-routines.os.
3404         (shared-only-routines): Reimplement in terms of
3405         elide-routines.X [where X is all object-suffixes except .os].
3407         (stubs): Create stubs file inside the subdir.
3408         (common-mostlyclean): Remove stubs file from inside the subdir.
3409         * Makefile (subdir-stubs): Look for stubs files inside the
3410         subdirs.
3411         * manual/Makefile (stubs): Create dummy stubs file inside the
3412         subdir.
3414 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3416         Build speed improvement: make ar less of a bottleneck.
3418         * Makerules (stamp$o): Just record the object list for later
3419         use.
3420         (libc_foo.a): New rule, depends on subdir stamp files; builds
3421         and ranlibs the library from the lists saved in those files.
3423         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
3424         (subdirs-stamp-o): Likewise.
3426         (ar-symtab-name): Delete variable.
3427         (lib%.a): Delete target.
3428         (libc_foo.a(bar.%)): Delete target.
3429         (libc_foo.a($(ar-symtab-name))): Delete target.
3431         (objects objs): Just depend on libobjs and extra-objs.
3432         (libobjs): Depend on the stamp files, not the objects.
3433         (extra-objs): New target, just depends on the extra-objs list.
3435         (CREATE_ARFLAGS): Kill the `ar S' hack.
3437         * config.make.in (have-ar-S): Deleted.
3438         * configure.in: Delete test for `ar S'.  Add test to determine
3439         whether ranlib does anything useful.
3441 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
3443         * inet/tst-ether_aton.c: Include <stdio.h>.
3445 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
3447         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
3449         * locale/Makefile (distribute): Add programs/repertoire.h.
3450         (localedef-modules): Add repertoire.
3451         (CPPFLAGS): Define REPERTOIREMAP_PATH.
3452         * locale/programs/repertoire.c: New file.
3453         * locale/programs/repertoire.h: New file.
3454         * locale/programs/charmap.c: Starting fixing character set handling
3455         to handle multi-byte encodings.
3456         * locale/programs/charset.c: Likewise.
3457         * locale/programs/charset.h: Likewise.
3458         * locale/programs/ld-collate.c: Likewise.
3459         * locale/programs/ld-ctype.c: Likewise.
3460         * locale/programs/linereader.c: Likewise.
3461         * locale/programs/localedef.c: Likewise.
3462         * locale/programs/locfile-kw.gperf: Likewise.
3463         * locale/programs/locfile-kw.h: Likewise.
3464         * locale/programs/locfile-token.h: Likewise.
3465         * locale/programs/locfile.h: Likewise.
3466         * locale/programs/stringtrans.c: Likewise.
3468         * locale/programs/locfile.c: Interpret I18NPATH value as base of
3469         path, extended with "/locales/".
3471 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
3473         * sysdeps/arm/memset.S: Fix off by one error.
3475         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
3476         __syscall_error rather than syscall_error directly.
3478 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
3480         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
3481         mmap() syscall for ARM.
3483         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
3484         binaries.
3486 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
3488         * locale/programs/localedef.c: Recognize repertoire-map option.
3490 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
3492         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
3493         converting non-hex numbers.
3494         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
3496 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
3498         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
3499         check overflow.
3500         * resolv/Makefile (tests): New, add tst-aton.
3501         * resolv/tst-aton.c: New file.
3503 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
3505         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
3506         semicolon.
3508 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
3510         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
3511         by letting the later modify the variable computing the total directly.
3512         * wcsmbs/mbsrtowcs.c: Likewise.
3513         * wcsmbs/wcsnrtombs.c: Likewise.
3514         * wcsmbs/wcsrtombs.c: Likewise.
3516         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
3517         it is not used.
3518         * wcsmbs/wctoc.c: Likewise.
3520         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
3521         * wcsmbs/wcsrtombs.c: Likewise.
3523         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
3525 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
3527         * iconv/skeleton.c: Correct counting of actually converted
3528         characters.
3530         * intl/localealias.c (read_alias_file): Use unsigned char for
3531         local variables.  Remove unused variable tp.
3532         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
3533         for type of codeset.  For loosing Solaris systems.
3534         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
3535         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
3536         len if not needed.
3537         Patches by Jim Meyering.
3539         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
3540         wcsrtombs must put it into initial state.
3542 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3544         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
3545         argument of bswap_XX macro.
3547 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3549         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
3550         variable name.
3552 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
3554         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
3555         semun and use stdarg macros to get the value.
3556         * sysdeps/generic/semctl.c: Don't use union semun.
3558         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
3560         * string/basename.c [!_LIBC]: Define function as gnu_basename.
3562         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
3563         strings.h.
3565         * stdlib/grouping.h: Accept ungrouped numbers even if locale
3566         defines grouping.
3568         * intl/hash-string.h: Don't include values.h.
3570         * inet/Makefile (tests): Add tst-ether_aton.
3571         * inet/tst-ether_aton.c: New file.
3573         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
3574         in hex conversion.
3575         * inet/ether_aton.c (ether_aton): Declare result variable static.
3576         Reported by ahyung@unixg.ubc.ca.
3578         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
3579         Define macro _SEM_SEMUN_UNDEFINED instead.
3580         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
3582         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
3583         * stdio-common/Makefile (tests): Add tst-wc-printf.
3585 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
3587         * manual/stdio.texi (Variable Arguments Output): Correct variable
3588         name.  Patch from Ewan Mellor <em@nexus.co.uk>
3590 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
3592         * intl/dcgettext.c: Remove unneeded definition of
3593         internal_function.
3595 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3597         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
3598         instead of do-iconv-test.
3599         ($(objpfx)gconv-modules): Define rule only if objpfx is not
3600         empty.
3602 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3604         * string/string.h: Fix feature test.
3606 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3608         * iconvdata/iso646.c (BODY): Don't use character constants that
3609         depend on signedness of char.
3611 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
3613         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
3614         (sysdep_routines): Add s_pread64 and s_pwrite64.
3616 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
3618         * iconvdata/Makefile (distribute): Remove generated .h files.
3619         * iconvdata/koi8-r.h: Removed.
3620         * iconvdata/latin-greek-1.h: Removed.
3621         * iconvdata/latin-greek.h: Removed.
3623         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
3624         * iconvdata/KOI-8: Likewise.
3625         * iconvdata/KOI-8..UTF8: Likewise.
3626         * iconvdata/KOI8-R: Likewise.
3627         * iconvdata/KOI8-R..UTF8: Likewise.
3629 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3631         * streams/Makefile (headers): Add sys/stropts.h.
3632         * streams/sys/stropts.h: New file.
3634 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3636         * sysdeps/unix/sysv/linux/ttyname.c,
3637         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
3638         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
3640 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3642         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
3643         argument of _itoa_word.
3645 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3647         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
3648         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
3649         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
3650         sigprocmask, resp., instead of EXTRA.
3652         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
3653         s_pread64 and s_pwrite64.
3655 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
3657         * iconvdata/Makefile: Correct rules to generate gap table.
3658         * iconvdata/gap.pl: Simplify.
3660         * iconvdata/TESTS: Name new tests.
3661         * iconvdata/testdata/CP1250: New file.
3662         * iconvdata/testdata/CP1250..UTF8: New file.
3663         * iconvdata/testdata/CP1251: New file.
3664         * iconvdata/testdata/CP1251..UTF8: New file.
3665         * iconvdata/testdata/CP1252: New file.
3666         * iconvdata/testdata/CP1252..UTF8: New file.
3667         * iconvdata/testdata/CP1253: New file.
3668         * iconvdata/testdata/CP1253..UTF8: New file.
3669         * iconvdata/testdata/CP1254: New file.
3670         * iconvdata/testdata/CP1254..UTF8: New file.
3671         * iconvdata/testdata/CP1255: New file.
3672         * iconvdata/testdata/CP1255..UTF8: New file.
3673         * iconvdata/testdata/CP1256: New file.
3674         * iconvdata/testdata/CP1256..UTF8: New file.
3675         * iconvdata/testdata/CP1257: New file.
3676         * iconvdata/testdata/CP1257..UTF8: New file.
3678 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
3680         * iconvdata/Makefile: Add rules for ISO-2022-KR.
3681         * iconvdata/iso-2022-kr.c: New file.
3683         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
3684         and ISO-2022-KR.
3686 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
3688         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
3689         iso8859-8 and iso8859-10.
3690         * iconvdata/iso8859-5.c: Change to use gap method.
3691         * iconvdata/iso8859-7.c: Likewise.
3692         * iconvdata/iso8859-8.c: Likewise.
3693         * iconvdata/iso8859-10.c: Likewise.
3695         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
3696         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
3697         end of the loop.
3698         * iconvdata/iso-2022-jp.c: New file.
3700         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
3701         * iconvdata/ksc5601.h: Unify function interfaces.
3702         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
3703         * iconvdata/uhc.c: Likewise.
3705         * iconvdata/gb2312.h: Use correct types.
3707         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
3708         size elements of data.
3710 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3712         * string/tst-svc.expect: Adapt for change in .input.
3713         * string/tst-svc.input: More tests.
3715 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
3717         * iconvdata/Makefile: Add rules for new modules.
3718         * iconvdata/gconv-modules: Likewise.
3719         * iconvdata/cp737.c: New file.
3720         * iconvdata/cp737.h: New file.
3721         * iconvdata/cp775.c: New file.
3722         * iconvdata/cp775.h: New file.
3723         * iconvdata/cp874.c: New file.
3724         * iconvdata/cp874.h: New file.
3726 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
3728         * iconvdata/Makefile: Create target directory before generating
3729         headers.
3731 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3733         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
3734         __USER_LABEL_PREFIX__.
3735         (__ASMNAME, __ASMNAME2): New macros.
3737 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3739         * elf/dl-load.c: Include sys/param.h for MAX.
3741 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
3743         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
3744         __ftruncate the strong symbol, and add weak alias.
3745         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3747 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3749         * termios/cfsetspeed.c: Make code cleaner and add missing const.
3750         Patch by Joe Keane <jgk@jgk.org>.
3752         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
3753         free()ing.
3755 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
3757         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
3758         Patch by Thomas Bushnell, n/BSG.
3760 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3762         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
3764 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3766         * iconvdata/Makefile: Put generated headers in build directory.
3768 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
3770         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
3771         strsep as current directory.
3773         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
3774         Java.  Add definitions for unicodelittle implementation.
3775         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
3776         * iconv/gconv_simple.c: Define unicodelittle functions.
3778         * iconv/iconv_prog.c: Make program print information about position
3779         of illegal character in input.
3781         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
3782         comparison of charset name.
3783         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
3784         * iconvdata/ebcdic-at-de-a.c: Likewise.
3785         * iconvdata/ebcdic-at-de.c: Likewise.
3786         * iconvdata/ebcdic-ca-fr.c: Likewise.
3787         * iconvdata/euccn.c: Likewise.
3788         * iconvdata/eucjp.c: Likewise.
3789         * iconvdata/euckr.c: Likewise.
3790         * iconvdata/euctw.c: Likewise.
3791         * iconvdata/hp-roman8.c: Likewise.
3792         * iconvdata/iso6937.c: Likewise.
3793         * iconvdata/iso8859-1.c: Likewise.
3794         * iconvdata/iso8859-10.c: Likewise.
3795         * iconvdata/iso8859-2.c: Likewise.
3796         * iconvdata/iso8859-3.c: Likewise.
3797         * iconvdata/iso8859-4.c: Likewise.
3798         * iconvdata/iso8859-5.c: Likewise.
3799         * iconvdata/iso8859-6.c: Likewise.
3800         * iconvdata/iso8859-7.c: Likewise.
3801         * iconvdata/iso8859-8.c: Likewise.
3802         * iconvdata/iso8859-9.c: Likewise.
3803         * iconvdata/johab.c: Likewise.
3804         * iconvdata/koi-8.c: Likewise.
3805         * iconvdata/koi8-r.c: Likewise.
3806         * iconvdata/latin-greek-1.c: Likewise.
3807         * iconvdata/latin-greek.c: Likewise.
3808         * iconvdata/sjis.c: Likewise.
3809         * iconvdata/t61.c: Likewise.
3810         * iconvdata/uhc.c: Likewise.
3812         * iconvdata/iso646.c: Add support for more ISO 646 variants.
3813         * iconvdata/TESTS: Add tests for ISO646 module.
3814         * iconvdata/gconv-modules: Add new modules.
3815         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
3816         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
3817         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
3818         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
3819         * iconvdata/testdate/DIN_66003: Likewise.
3820         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
3821         * iconvdata/testdate/DS_2089: Likewise.
3822         * iconvdata/testdate/DS_2089..UTF8: Likewise.
3823         * iconvdata/testdate/ES: Likewise.
3824         * iconvdata/testdate/ES..UTF8: Likewise.
3825         * iconvdata/testdate/ES2: Likewise.
3826         * iconvdata/testdate/ES2..UTF8: Likewise.
3827         * iconvdata/testdate/GB_1988-80: Likewise.
3828         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
3829         * iconvdata/testdate/IT: Likewise.
3830         * iconvdata/testdate/IT..UTF8: Likewise.
3831         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
3832         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
3833         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
3834         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
3835         * iconvdata/testdate/JUS_I.B1.002: Likewise.
3836         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
3837         * iconvdata/testdate/KSC5636: Likewise.
3838         * iconvdata/testdate/KSC5636..UTF8: Likewise.
3839         * iconvdata/testdate/MSZ_7795.3: Likewise.
3840         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
3841         * iconvdata/testdate/NC_NC00-10: Likewise.
3842         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
3843         * iconvdata/testdate/NF_Z_62-010: Likewise.
3844         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
3845         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
3846         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
3847         * iconvdata/testdate/NS_4551-1: Likewise.
3848         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
3849         * iconvdata/testdate/NS_4551-2: Likewise.
3850         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
3851         * iconvdata/testdate/PT: Likewise.
3852         * iconvdata/testdate/PT..UTF8: Likewise.
3853         * iconvdata/testdate/PT2: Likewise.
3854         * iconvdata/testdate/PT2..UTF8: Likewise.
3855         * iconvdata/testdate/SEN_850200_B: Likewise.
3856         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
3857         * iconvdata/testdate/SEN_850200_C: Likewise.
3858         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
3860         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
3861         * iconvdata/cns11643l1.h: Likewise.
3862         * iconvdata/latin-greek-1.h: Likewise.
3863         * iconvdata/latin-greek.h: Likewise.
3864         * iconvdata/koi8-r.h: Likewise.
3865         * iconvdata/jis0212.h: Likewise.
3866         * iconvdata/gb2312.h: Likewise.
3867         * iconvdata/ksc5601.h: Likewise.
3869         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
3871         * iconvdata/Makefile: Add rules for lots of more modules.
3872         * iconvdata/cp1250.c: New file.
3873         * iconvdata/cp1251.c: New file.
3874         * iconvdata/cp1252.c: New file.
3875         * iconvdata/cp1253.c: New file.
3876         * iconvdata/cp1254.c: New file.
3877         * iconvdata/cp1255.c: New file.
3878         * iconvdata/cp1256.c: New file.
3879         * iconvdata/cp1257.c: New file.
3880         * iconvdata/ebcdic-dk-no-a.c: New file.
3881         * iconvdata/ebcdic-dk-no.c: New file.
3882         * iconvdata/ebcdic-es-a.c: New file.
3883         * iconvdata/ebcdic-es-s.c: New file.
3884         * iconvdata/ebcdic-es.c: New file.
3885         * iconvdata/ebcdic-fi-se-a.c: New file.
3886         * iconvdata/ebcdic-fi-se.c: New file.
3887         * iconvdata/ebcdic-fr.c: New file.
3888         * iconvdata/ebcdic-is-friss.c: New file.
3889         * iconvdata/ebcdic-it.c: New file.
3890         * iconvdata/ebcdic-pt.c: New file.
3891         * iconvdata/ebcdic-uk.c: New file.
3892         * iconvdata/ebcdic-us.c: New file.
3893         * iconvdata/ibm037.c: New file.
3894         * iconvdata/ibm038.c: New file.
3895         * iconvdata/ibm1004.c: New file.
3896         * iconvdata/ibm1026.c: New file.
3897         * iconvdata/ibm1047.c: New file.
3898         * iconvdata/ibm256.c: New file.
3899         * iconvdata/ibm273.c: New file.
3900         * iconvdata/ibm274.c: New file.
3901         * iconvdata/ibm275.c: New file.
3902         * iconvdata/ibm277.c: New file.
3903         * iconvdata/ibm278.c: New file.
3904         * iconvdata/ibm280.c: New file.
3905         * iconvdata/ibm281.c: New file.
3906         * iconvdata/ibm284.c: New file.
3907         * iconvdata/ibm285.c: New file.
3908         * iconvdata/ibm290.c: New file.
3909         * iconvdata/ibm297.c: New file.
3910         * iconvdata/ibm420.c: New file.
3911         * iconvdata/ibm423.c: New file.
3912         * iconvdata/ibm424.c: New file.
3913         * iconvdata/ibm437.c: New file.
3914         * iconvdata/ibm500.c: New file.
3915         * iconvdata/ibm850.c: New file.
3916         * iconvdata/ibm851.c: New file.
3917         * iconvdata/ibm852.c: New file.
3918         * iconvdata/ibm855.c: New file.
3919         * iconvdata/ibm857.c: New file.
3920         * iconvdata/ibm860.c: New file.
3921         * iconvdata/ibm861.c: New file.
3922         * iconvdata/ibm862.c: New file.
3923         * iconvdata/ibm863.c: New file.
3924         * iconvdata/ibm864.c: New file.
3925         * iconvdata/ibm865.c: New file.
3926         * iconvdata/ibm868.c: New file.
3927         * iconvdata/ibm869.c: New file.
3928         * iconvdata/ibm870.c: New file.
3929         * iconvdata/ibm871.c: New file.
3930         * iconvdata/ibm875.c: New file.
3931         * iconvdata/ibm880.c: New file.
3932         * iconvdata/ibm891.c: New file.
3933         * iconvdata/ibm903.c: New file.
3934         * iconvdata/ibm904.c: New file.
3935         * iconvdata/ibm905.c: New file.
3936         * iconvdata/ibm918.c: New file.
3938         * locale/iso-4217.def: Update.
3939         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
3941         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
3942         formats.
3944 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3946         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
3947         LD_LIBRARY_PATH.
3949 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3951         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
3952         * Makefile: Likewise.
3953         * posix/Makefile: Likewise.
3954         * sysdeps/mach/hurd/Makefile: Likewise.
3956 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3958         * sysdeps/mach/hurd/bits/dirent.h: New file.
3959         * sysdeps/mach/hurd/readdir64.c: New file.
3960         * sysdeps/mach/hurd/readdir64_r.c: New file.
3962 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3964         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
3965         dprintf): Synchronize declarations with libio/stdio.h.
3967 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3969         * elf/dlerror.c (dlerror): Don't assume that
3970         __libc_internal_tsd_get is defined.  __libc_getspecific is already
3971         well-protected, so just use it directly.
3973 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3975         * io/ftw.h (ftw): Fix typo.
3977 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3979         * sysdeps/gnu/utmp_file.c: Fix typo.
3981 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3983         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
3984         one part of a test fails move on to the next test.
3986 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
3988         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3990 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3992         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
3993         as pointers, not signed integers.
3995 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3997         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3999 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4001         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
4002         asm symbol name of functions.
4003         * include/features.h: Kill redundant test.
4005         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
4006         * io/ftw.h: Likewise.
4007         * io/sys/stat.h: Likewise.
4008         * io/sys/statfs.h: Likewise.
4009         * io/sys/statvfs.h: Likewise.
4010         * libio/stdio.h: Likewise.
4011         * resource/sys/resource.h: Likewise.
4012         * rt/aio.h: Likewise.
4014         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
4015          __FAVOR_BSD.
4016         * signal/signal.h: Use new macros for BSD vs. SysV signal().
4018         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
4019         a dummy library.
4020         * misc/bsd-compat.c: Removed.
4022 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
4024         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
4025         function declaration.
4026         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
4027         and use them in conversion function.
4028         * iconvdata/Makefile (modules): Re-add ISO6446.
4029         * iconvdata/TEST: Add tests for ASCII variants.
4030         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
4031         * iconvdata/testdata/ANSI_X3.4-1968: New file.
4032         * iconvdata/testdata/BS_4730: New file.
4033         * iconvdata/testdata/BS_4730..UTF8: New file.
4035 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
4037         * iconv/gconv.h (struct gconv_step): Add element stateful.
4038         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
4039         to zero for all internal conversions.
4040         * iconv/skeleton.c: Initialize stateful depending on whether or not
4041         RESET_STATE is defined to one or zero respectively.
4042         * stdlib/mblen.c: Use stateful element of currently selected
4043         converter for result if S is NULL.
4044         * stdlib/mbtowc.c: Likewise.
4045         * stdlib/wctomb.c: Likewise.
4047 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
4049         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
4051         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
4053         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
4054         character in comparison with uint32_t.
4055         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
4056         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
4057         Optimize BODY a bit.
4059         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
4060         be defined.
4062         * iconv/skeleton.c: Also reset converted counter in case of an error.
4063         Call reset function using correct value for output buffer start.
4065         * iconvdata/Makefile: Re-enable tests.
4067         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
4068         value for to-conversion.
4070         * iconvdata/TESTS: Add new third column.
4071         * iconvdata/run-iconv-test.sh: Add support for charsets which are
4072         not ASCII based.
4073         * iconvdata/testdata/suntzus: New file.
4075         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
4076         while reading.  Correctly used base.  Little optimization.
4077         (__strtoul_internal): Likewise.
4079         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
4080         was wrong.  Use explicit variable.
4082 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4084         * configure.in: Check for awk.
4085         * config.make.in: Add AWK to be substituted.
4087         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
4088         * manual/users.texi: Fix typo exposed by above rewrite.
4090         * Makefile: Invoke awk using AWK variable.
4091         * csu/Makefile: Likewise.
4092         * elf/Makefile: Likewise.
4093         * mach/Makefile: Likewise.
4094         * manual/Makefile: Likewise.
4095         * sysdeps/gnu/Makefile: Likewise.
4096         * sysdeps/mach/hurd/Makefile: Likewise.
4097         * sysdeps/unix/Makefile: Likewise.
4098         * timezone/Makefile: Likewise.
4100 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
4102         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
4103         array index translation.
4104         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
4105         these are defined.
4107         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
4109         * sysdeps/mach/hurd/errlist.c: New file.
4110         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
4111         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
4112         semantics, so rename it.
4114 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4116         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
4117         conversions.
4119 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
4121         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
4122         * wcsmbs/wcsnrtombs.c: Likewise.
4124 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
4126         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
4128         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
4130         * time/strftime.c (my_strftime): Initialize pad variable in
4131         declaration.
4133         * iconvdata/big5.c: Don't use character constants in comparisons
4134         with unsigned value.
4136 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
4138         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
4139         __libc_siglongjmp to GLIBC_2.1.
4141         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
4142         __strerror_r.
4144         * iconv/Makefile: Don't run tests now.
4146         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
4147         with correct output buffer.
4149         Major rewrite of the low-level gconv functionality.
4150         * iconv/gconv.c: Rewritten.
4151         * iconv/gconv.h: Likewise.
4152         * iconv/gconv_builtin.c: Likewise.
4153         * iconv/gconv_builtin.h: Likewise.
4154         * iconv/gconv_conf.c: Likewise.
4155         * iconv/gconv_int.h: Likewise.
4156         * iconv/gconv_open.c: Likewise.
4157         * iconv/gconv_simple.c: Likewise.
4158         * iconv/iconv.c: Likewise.
4159         * iconvdata/8bit-gap.c: Likewise.
4160         * iconvdata/8bit-generic.c: Likewise.
4161         * iconvdata/Makefile: Likewise.
4162         * iconvdata/big5.c: Likewise.
4163         * iconvdata/cns11643.c: Likewise.
4164         * iconvdata/cns11643.h: Likewise.
4165         * iconvdata/cns11643l1.c: Likewise.
4166         * iconvdata/cns11643l1.h: Likewise.
4167         * iconvdata/ebcdic-at-de-a.c: Likewise.
4168         * iconvdata/ebcdic-at-de.c: Likewise.
4169         * iconvdata/ebcdic-ca-fr.c: Likewise.
4170         * iconvdata/euccn.c: Likewise.
4171         * iconvdata/eucjp.c: Likewise.
4172         * iconvdata/euckr.c: Likewise.
4173         * iconvdata/euctw.c: Likewise.
4174         * iconvdata/gb2312.c: Likewise.
4175         * iconvdata/gb2312.h: Likewise.
4176         * iconvdata/hp-roman8.c: Likewise.
4177         * iconvdata/iso646.c: Likewise.
4178         * iconvdata/iso6937.c: Likewise.
4179         * iconvdata/iso8859-1.c: Likewise.
4180         * iconvdata/iso8859-10.c: Likewise.
4181         * iconvdata/iso8859-2.c: Likewise.
4182         * iconvdata/iso8859-3.c: Likewise.
4183         * iconvdata/iso8859-4.c: Likewise.
4184         * iconvdata/iso8859-5.c: Likewise.
4185         * iconvdata/iso8859-6.c: Likewise.
4186         * iconvdata/iso8859-7.c: Likewise.
4187         * iconvdata/iso8859-8.c: Likewise.
4188         * iconvdata/iso8859-9.c: Likewise.
4189         * iconvdata/jis0201.c: Likewise.
4190         * iconvdata/jis0201.h: Likewise.
4191         * iconvdata/jis0208.c: Likewise.
4192         * iconvdata/jis0208.h: Likewise.
4193         * iconvdata/jis0212.c: Likewise.
4194         * iconvdata/jis0212.h: Likewise.
4195         * iconvdata/johab.c: Likewise.
4196         * iconvdata/koi-8.c: Likewise.
4197         * iconvdata/koi8-r.c: Likewise.
4198         * iconvdata/ksc5601.c: Likewise.
4199         * iconvdata/ksc5601.h: Likewise.
4200         * iconvdata/latin-greek-1.c: Likewise.
4201         * iconvdata/latin-greek.c: Likewise.
4202         * iconvdata/run-iconv-test.sh: Likewise.
4203         * iconvdata/sjis.c: Likewise.
4204         * iconvdata/t61.c: Likewise.
4205         * iconvdata/uhc.c: Likewise.
4206         * wcsmbs/btowc.c: Likewise.
4207         * wcsmbs/mbrtowc.c: Likewise.
4208         * wcsmbs/mbsnrtowcs.c: Likewise.
4209         * wcsmbs/mbsrtowcs.c: Likewise.
4210         * wcsmbs/wcrtomb.c: Likewise.
4211         * wcsmbs/wcsmbsload.c: Likewise.
4212         * wcsmbs/wcsnrtombs.c: Likewise.
4213         * wcsmbs/wcsrtombs.c: Likewise.
4214         * wcsmbs/wctob.c: Likewise.
4215         * iconv/loop.c: New file.
4216         * iconv/skeleton.c: New file.
4218         * stdlib/mblen.c: Handle empty input string correctly.
4219         * stdlib/mbtowc.c: Likewise.
4221         * posix/getopt.c: Various cleanups.
4223         * sysdeps/arm/bits/setjmp.h: Add copyright text.
4224         * sysdeps/i386/bits/setjmp.h: Likewise.
4225         * sysdeps/m68k/bits/setjmp.h: Likewise.
4226         * sysdeps/powerpc/bits/setjmp.h: Likewise.
4227         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
4229         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
4230         and make longjmp weak alias.
4232 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
4234         * iconv/Makefile (routines): Only include gconv_dl if building for
4235         an ELF system - dynamic linking is not available on a.out.
4236         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
4237         due to above check.
4238         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
4239         routines from gconv_dl.
4241 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
4243         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
4244         we can compile without libio.
4246 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
4248         * sysdeps/mach/hurd/Subdirs: Remove login.
4250 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
4252         * db2/compat.h: Include <errno.h>, to make sure we get the
4253         definition of EFTYPE before we define it ourselves.
4255 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
4257         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
4258         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
4259         Fix typo to allow inclusion from sys/ioctl.h again.
4261 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4263         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
4265 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4267         * libc.map: Export __strerror_r.  Remove _strerror_internal.
4269 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4271         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
4272         Also undefine __strcasestr.
4274 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4276         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
4277         aliases do not work with global variables due to copy relocations.
4279 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
4281         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
4283 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
4285         * signal/sighold.c: Include stddef.h for NULL definition.
4286         * signal/sigrelse.c: Likewise.
4287         * sysdeps/posix/sigignore.c: Likewise.
4288         * sysdeps/posix/sigset.c: Likewise.
4289         * sysdeps/posix/waitid.c: Likewise.
4290         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
4291         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
4292         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4293         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
4294         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
4296 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
4298         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
4299         * login/getutent.c (getutxent): Remove alias.
4300         * login/getutent_r.c (setutxent, pututxline, endutxent):
4301         Remove aliases.
4302         * login/getutid.c (getutxid): Remove alias.
4303         * login/getutline.c (getutxline): Remove alias.
4304         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
4305         __getutid, __getutline and __pututline.
4306         * login/utmpx.h: Moved to ...
4307         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
4308         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
4309         and updwtmpx.
4310         * login/updwtmp.c: Moved to ...
4311         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
4312         allowing file name transformation.
4313         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
4314         additional file name transformation.
4315         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
4316         * login/utmp_file.c: Moved to ...
4317         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
4318         Generalized by allowing file name transformation.  Do not
4319         print error message.  Library functions should not print them.
4320         Reported by Jim Meyering.
4321         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
4322         with additional file name transformation.
4323         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
4324         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
4325         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
4326         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
4327         and bits/utmpx.h.
4328         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
4329         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
4330         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
4331         Define if __USE_GNU.
4332         * sysdeps/generic/setutxent.c: New file.
4333         * sysdeps/generic/getutxent.c: New file.
4334         * sysdeps/generic/endutxent.c: New file.
4335         * sysdeps/generic/getutxid.c: New file.
4336         * sysdeps/generic/getutxline.c: New file.
4337         * sysdeps/generic/pututxline.c: New file.
4338         * sysdeps/generic/utmpxname.c: New file.
4339         * sysdeps/generic/updwtmpx.c: New file.
4340         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
4341         * sysdeps/generic/bits/utmpx.h: Remove.
4343 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
4345         * posix/wordexp-test.c (main): Initialize ifs element of ts for
4346         ~root test.
4348 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
4350         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
4352 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
4354         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
4355         variable using _G_stat64.
4356         * libio/fileops.c: Remove macro definition of fstat, it is in the
4357         global header.
4358         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
4360 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
4362         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
4363         <willy@odie.barnet.ac.uk>.
4365 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
4367         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
4368         required by IPv6 Basic API.
4369         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
4370         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
4371         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
4372         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
4374 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
4376         Don't name internal representation since it might be different from
4377         the external form (namely on little endian machines).
4378         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
4379         UCS4 into references to INTERNAL.
4380         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
4381         Add endianess support to UCS functions.  Change references to
4382         UCS4 into references to INTERNAL.
4383         * iconv/gconv_int.h: Change references to UCS4 into references to
4384         INTERNAL.
4385         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
4386         * iconvdata/gconv-modules: Change accordingly.
4387         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
4389         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
4390         overflow.
4391         * iconvdata/8bit-gap.c: Likewise.
4392         * iconvdata/8bit-generic.c: Likewise.
4393         * iconvdata/big5.c: Likewise.
4394         * iconvdata/euccn.c: Likewise.
4395         * iconvdata/eucjp.c: Likewise.
4396         * iconvdata/euckr.c: Likewise.
4397         * iconvdata/euctw.c: Likewise.
4398         * iconvdata/iso646.c: Likewise.
4399         * iconvdata/iso6937.c: Likewise.
4400         * iconvdata/iso8859-1.c: Likewise.
4401         * iconvdata/johab.c: Likewise.
4402         * iconvdata/sjis.c: Likewise.
4403         * iconvdata/t61.c: Likewise.
4404         * iconvdata/uhc.c: Likewise.
4406         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
4407         * iconvdata/8bit-generic.c: Likewise.
4409         * iconvdata/TESTS: Add more tests.
4411         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
4413 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
4415         * iconvdata/Makefile: Better rules to run tests.
4417         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
4418         * iconvdata/testdata/ISO-8859-10: Likewise.
4419         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
4420         * iconvdata/testdata/ISO-8859-2: Likewise.
4421         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
4422         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
4423         * iconvdata/testdata/ISO-8859-3: Likewise.
4424         * iconvdata/testdata/ISO-8859-4: Likewise.
4425         * iconvdata/testdata/ISO-8859-5: Likewise.
4426         * iconvdata/testdata/ISO-8859-6: Likewise.
4427         * iconvdata/testdata/ISO-8859-7: Likewise.
4428         * iconvdata/testdata/ISO-8859-8: Likewise.
4429         * iconvdata/testdata/ISO-8859-9: Likewise.
4431 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
4433         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
4434         intermediate result (if available).
4436         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
4437         last change.
4439         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
4440         (distribute): Add run-iconv-test.sh and testdata/*.
4442         * stdlib/testmb.c (main): Simplify mbc array handling.
4444 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4446         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
4447         return value on overflow.
4449 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4451         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
4452         bits.
4454 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4456         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
4457         of non-standard function setbuffer.
4459 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4461         * stdio-common/perror.c: Include <string.h> for __strerror_r.
4463 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
4465         * iconvdata/Makefile: Add rules to run tests.
4466         * iconvdata/TESTS: New file.
4467         * iconvdata/run-iconv-test.sh: New file.
4468         * iconvdata/testdata/ISO-8859-1: New file.
4470         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
4471         not stdout.
4473 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
4475         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
4476         counter element of step.
4478         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
4480         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
4481         termination test.
4482         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
4483         ACTUALLY.
4484         (__gconv_transform_utf8_ucs4): Correct test for empty input.
4486 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
4488         * Makefile: Include makeconfig before defining rule to regenerate
4489         configure files.
4491         * configure.in: Remove restriction on compiling without static
4492         libs.
4494 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
4496         * test-skeleton.c: Provide hook for initializing code before the fork.
4497         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
4498         removed.
4500         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
4501         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
4502         * libio/libioP.h: Adopt _IO_cleanup prototype.
4504         * stdlib/Makefile (tests): Add test-canon2.
4505         * stdlib/test-canon2.c: New file.
4506         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
4507         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
4508         symlink sequences.
4509         (__realpath): Make real function which checks RESOLVED parameter for
4510         not being NULL.
4512 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
4514         * catgets/open_catalog.c (__open_catalog): Fix problems with
4515         reading non-files.  Always close file.
4516         Reported by Cristian Gafton <gafton@redhat.com>.
4518         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
4520 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
4522         * libc.map: Add various low-level I/O functions.
4524 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
4526         * string/Makefile (routines): Remove strerror_r.
4527         * string/strerror_r.c: Removed.
4528         * string/strerror.c: Call __strerror_r for doing the real work.
4529         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
4530         add weak alias strerror_r.
4531         * sysdeps/mach/_strerror.c: Likewise.
4532         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
4533         * elf/dl-error.c (_dl_signal_error): Likewise.
4534         * elf/dl-profile.c (_dl_start_profile): Likewise.
4535         * gmon/gmon.c (write_gmon): Likewise.
4536         * stdio-common/perror.c: Likewise.
4537         * stdio-common/vfprintf.c: Likewise.
4539 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
4541         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
4542         (sysdep_headers): Add netatalk/at.h.
4544 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4546         * manual/socket.texi, manual/creature.texi, manual/time.texi:
4547         Formatting fixes.
4549 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4551         * posix/regex.c: Rename __re_syntax_options back to
4552         re_syntax_options, aliases do not work with global variables due
4553         to copy relocations.
4554         (regex_compile): Use syntax parameter instead of
4555         re_syntax_options.
4557 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4559         * configure.in: Document that enable-force-install is default.
4561 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
4563         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
4564         all needed 36 bits.
4565         * sysdeps/posix/mkstemp.c: Likewise.
4567 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
4569         * iconvdata/8bit-gap.c: Simplify step data handling.
4570         * iconvdata/8bit-generic.c: Likewise.
4571         * iconvdata/big5.c: Likewise.
4572         * iconvdata/euccn.c: Likewise.
4573         * iconvdata/eucjp.c: Likewise.
4574         * iconvdata/euckr.c: Likewise.
4575         * iconvdata/euctw.c: Likewise.
4576         * iconvdata/iso6937.c: Likewise.
4577         * iconvdata/iso8859-1.c: Likewise.
4578         * iconvdata/jis0208.h: Likewise.
4579         * iconvdata/jis0212.c: Likewise.
4580         * iconvdata/jis0212.h: Likewise.
4581         * iconvdata/johab.c: Likewise.
4582         * iconvdata/ksc5601.h: Likewise.
4583         * iconvdata/sjis.c: Likewise.
4584         * iconvdata/t61.c: Likewise.
4585         * iconvdata/uhc.c: Likewise.
4587 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
4589         * manual/texinfo.texi: Updated from last version.
4591 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
4593         * iconvdata/cns11643.c: New file.
4594         * iconvdata/cns11643.h: New file.
4595         * iconvdata/cns11643l1.c: New file.
4596         * iconvdata/cns11643l1.h: New file.
4597         * iconvdata/euctw.c: New file.
4598         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
4599         * iconvdata/gconv-modules: Likewise.
4601         * iconvdata/eucjp.c: Several bug fixes and improvements.
4602         * iconvdata/gb2312.h: Likewise.
4603         * iconvdata/jis0201.h: Likewise.
4604         * iconvdata/jis0208.h: Likewise.
4605         * iconvdata/jis0212.h: Likewise.
4607 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
4609         * iconvdata/eucjp.c: New file.
4610         * iconvdata/euccn.c: New file.
4611         * iconvdata/gb2312.h: New file.
4612         * iconvdata/gb2312.c: New file.
4613         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
4614         * iconvdata/gconv-modules: Likewise.
4616         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
4618 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
4620         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
4621         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
4622         Patch by Mark Hatle <fray@kernel.crashing.org>.
4624 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
4626         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
4627         comment.
4628         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
4629         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
4631 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
4633         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
4635         * iconvdata/Makefile: Add rules for big5 conversion.
4636         * iconvdata/gconv-modules: Likewise.
4637         * iconvdata/big5.c: New file.
4639         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
4640         Patch by Jim Meyering.
4642 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
4644         * rt/tst-aio.c: Add test for aio_read and lio_listio.
4646         * rt/lio_listio.c: Correct total counter handling.
4648         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
4649         from request queue.
4651         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
4652         of signal on exit even more.
4654         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
4655         instead of call to pthread_cond_init.
4656         * rt/lio_listio.c (lio_listio): Likewise.
4657         * rt/lio_listio64.c (lio_listio64): Likewise.
4659         * nis/nis_findserv.c: Include sys/socket.h.
4661 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
4663         * Makeconfig (rtobjdir): New variable.
4664         (rpath-link): Add rtobjdir and thread directory, if available.
4666         * test-skeleton.c: Add support to remove temporary files.
4667         Always define test_dir.  Improve message about expected signal.
4669         * rt/Makefile (tests): Add tst-aio.
4670         Add rules for tst-aio to be linked with librt and thread library.
4671         * rt/aio_misc.c: Correct fundamental bugs.
4672         * rt/aio_suspend.c: Correct bug in test for available request.
4673         Initialize conditional variable.
4674         * rt/lio_listio.c: Initialize conditional variable.
4675         * rt/lio_listio64.c: Likewise.
4676         * rt/tst-aio.c: New file.
4678         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
4679         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
4680         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4681         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4682         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
4683         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4684         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4686 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
4688         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
4690 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
4692         * elf/dl-load.c (open_path): Use correct name for test whether
4693         directory in load path exists.
4695         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
4696         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
4697         Patches by Tom Rini <trini@kernel.crashing.org>.
4699         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
4700         * wcsmbs/wcstod_l.c: Likewise.
4701         * wcsmbs/wcstold_l.c: Likewise.
4703         * include/byteswap.h: New file.
4705         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
4706         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
4708         * inet/getnameinfo.c (getnameinfo): Change parameter to match
4709         declaration.  Patch by Richard Henderson.
4711 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4713         * manual/process.texi (SIGCHLD example): Save errno.
4715 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4717         * posix/regex.c: Define regerror really as __regerror.
4718         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
4719         regerror and regfree.
4721         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
4722         * stdlib/strtod_l.c: Likewise.
4723         * stdlib/strtold_l.c: Likewise.
4725         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
4727         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
4729         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
4730         Patch by Christian Gafton.
4732 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
4734         * manual/socket.texi (Interface Naming): Correct @deftypefun line
4735         for if_indextoname.
4737 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4739         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
4741         * manual/socket.texi (Interface Naming): Fix typo.
4743 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4745         * manual/examples/filesrv.c (main): Remove filename first.
4747         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
4748         ?F_UNIX.
4750         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
4751         instead of PF_UNIX.
4753         * manual/examples/filecli.c (main): Use AF_LOCAL
4754         instead of AF_UNIX.
4756 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4758         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
4759         signgam weak alias.
4760         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
4761         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4762         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4763         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
4764         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4765         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4767         * login/utmp_daemon.c (open_socket): Use __connect not connect.
4769 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4771         * configure.in: Add new option --enable-force-install.  Substitute
4772         force_install.
4773         * config.make.in (force-install): Set from configure.
4774         * Makerules (force-install): New phony target.
4775         * Makeconfig (+force): New variable.
4776         * Makefile: Use it in dependency list of installation targets.
4777         * db/Makefile: Likewise.
4778         * db2/Makefile: Likewise.
4779         * elf/Makefile: Likewise.
4780         * hurd/Makefile: Likewise.
4781         * iconv/Makefile: Likewise.
4782         * iconvdata/Makefile: Likewise.
4783         * intl/Makefile: Likewise.
4784         * localedata/Makefile: Likewise.
4785         * login/Makefile: Likewise.
4786         * po/Makefile: Likewise.
4787         * sunrpc/Makefile: Likewise.
4788         * sysdeps/mach/hurd/Makefile: Likewise.
4789         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
4790         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4791         * timezone/Makefile: Likewise.
4793 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4795         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
4796         alloc_size.  Pass return value of getcwd syscall to realloc.
4798 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4800         * manual/socket.texi: Spelling fixes.
4802 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4804         * elf/dl-load.c (print_search_path): Remove unused variable.
4806 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4808         * login/utmp_file.c: use __ftruncate not ftruncate.
4809         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
4810         for system call and make ftruncate weak alias.
4811         * posix/unistd.h: Add prototype for __ftruncate.
4812         * login/utmp_daemon.c (open_socket): Use __socket not socket.
4813         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
4814         instead of snprintf and readv.
4815         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
4816         snprintf.
4817         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
4818         directly.
4820 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
4822         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
4823         * iconv/gconv_db.c: Use __ protected regex functions.
4824         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
4825         * posix/getopt_init.c: Use __getpid not getpid.
4826         * posix/regex.c: Rename all global functions to start with __ and
4827         make old names weak aliases.
4828         * posix/regex.h: Adopt prototypes for this.
4829         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
4830         a weak alias and use __getcwd instead of getcwd.
4831         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
4832         * stdlib/strtod.c: Use __btowc instead of btowc.
4833         * stdlib/strtol.c: Likewise.
4834         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
4835         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
4836         and sys_errlist are weak.
4837         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
4838         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
4839         * wcsmbs/mbsnrtowcs.c: Likewise.
4840         * wcsmbs/mbsrtowcs.c: Likewise.
4841         * wcsmbs/wcsnrtombs.c: Likewise.
4842         * wcsmbs/wcsrtombs.c: Likewise.
4843         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
4844         weak alias.
4845         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
4846         * wctype/wctype.c: Define function as __wctype and make wctype
4847         weak alias.
4848         * wctype/wctype.h: Declare __wctype.
4850 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4852         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
4854 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4856         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
4857         stat64.
4858         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
4859         functions.
4860         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
4861         for __llseek.
4862         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4863         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4864         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
4865         make it a weak alias.
4866         * posix/unistd.h: Declare __lseek64.
4868         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
4869         (_IO_file_stat): Fix typo.
4870         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
4871         block size from the file.  Use __mempcpy if _LIBC.
4873 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
4875         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
4876         * wcsmbs/mbrtowc.c: Likewise.
4877         * wcsmbs/mbsnrtowcs.c: Likewise.
4878         * wcsmbs/mbsrtowcs.c: Likewise.
4879         * wcsmbs/wcrtomb.c: Likewise.
4880         * wcsmbs/wcsnrtombs.c: Likewise.
4881         * wcsmbs/wcsrtombs.c: Likewise.
4882         * wcsmbs/wctob.c: Likewise.
4884         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
4885         position of next output character correctly.
4886         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
4888         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
4890         * stdlib/strtod.c: Don't use mbtowc.
4892 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
4894         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
4895         what we want is smaller than a buffer.
4897 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
4899         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
4900         this function.
4902 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4904         * configure.in: Recognize --with-headers flag and determine
4905         commandline options to be used in compilation.
4906         * Makeconfig (+includes): Use $(sysincludes).
4907         * config.make.in (sysincludes): Define from SYSINCLUDES.
4908         * glibcbug.in: Use SYSINCLUDES information.
4909         Patches by Zack Weinberg.
4911 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4913         * glibcbug.in: On linux, report version of kernel headers seen
4914         by compiler.
4916 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
4918         * libc.map: Add __asprintf to GLIBC_2.1.
4919         * elf/dlerror.c: Use __asprintf, not asprintf.
4920         * libio/stdio.h: Declare __asprintf.
4921         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
4922         a weak alias.
4924         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
4925         to avoid inclusion from libc_pic.a.
4927         * elf/dl-runtime.c: Undo last patch.
4929         * stdlib/strtod.c: Don't use mbtowc, use btowc.
4931         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
4932         as default, use NULL.
4934 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4936         * resolv/Makefile: Include ../Makeconfig - needed for building
4937         static NSS module.
4939 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4941         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
4942         static-nss since we don't want hesiod in the static NSS.
4944         * nss/Makefile: Build only nss_files as static.
4946         * nss/function.def: Remove support for service db.
4948 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
4950         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
4952 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
4954         * posix/wordexp-test.c: Make IFS per test-case.
4956 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4958         * glibcbug.in: Report version of gcc in use.  Remove unused variable
4959         ENVIRONMENT.
4961 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
4963         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
4964         `-print-file-name' to find as and ld.
4966 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4968         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
4969         template is wrong.  Remove unused varaible `ignored'.
4971 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4973         * libc.map: Export __libc_sa_len.
4975         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
4977 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
4979         * iconv/gconv.c: Take care for NULL arguments.
4980         * iconv/gconv_dl.c: Make find_func function global.
4981         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
4982         Add prototypes for ASCII conversion functions.
4983         * iconv/gconv_simple.c: Add ASCII conversion functions.
4984         * locale/C-ctype.c: Correct charset name.
4986         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
4987         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
4988         wcsmbsload.
4989         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
4990         * wcsmbs/mbrtowc.c: Likewise.
4991         * wcsmbs/mbsnrtowcs.c: Likewise.
4992         * wcsmbs/mbsrtowcs.c: Likewise.
4993         * wcsmbs/wcrtomb.c: Likewise.
4994         * wcsmbs/wcsnrtombs.c: Likewise.
4995         * wcsmbs/wcsrtombs.c: Likewise.
4996         * wcsmbs/wctob.c: Likewise.
4997         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
4998         prototypes for wmemr*.
4999         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
5000         * wcsmbs/wcsnlen.c: New file.
5001         * wcsmbs/wcsmbsload.c: New file.
5002         * wcsmbs/wcsmbsload.h: New file.
5004         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
5006         * manual/install.texi: Describe some more critical points.
5008         * string/string.h: Add prototype for __strnlen.
5009         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
5011         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
5012         much less predictable names.
5013         * sysdeps/posix/mkstemp.c: Likewise.
5015 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5017         * manual/libc.texinfo (Top): Change "file namespace" to "local
5018         namespace".
5020         * manual/socket.texi: Change file namespace to local namespace.
5021         (Out-of-Band Data): Remove unneeded variable link.
5022         (Host Address Functions): Use uint32_t consequently and add a
5023         number of clarifications for IPv4/IPv6, classless addresses.
5024         (Internet Namespace): Added some paragraphs about IPv6.
5025         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
5027 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
5029         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
5031         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
5032         (NI_NUMERICHOST, et al.): Tidy up and add comments.
5033         (AI_NUMERICHOST): Define.
5034         (getnodebyname): New prototype.
5035         (AI_V4MAPPED, et al.): New constants.
5037         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
5038         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
5039         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
5040         for socket.
5041         * sysdeps/unix/sysv/linux/sa_len.c: New file.
5042         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
5044         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
5046         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
5047         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
5048         * socket/Makefile (headers): Add bits/sockunion.h.
5049         * socket/sys/socket.h: Include <bits/sockunion.h>
5050         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
5051         <sys/socket.h>, to avoid getting sockaddr_union defined.
5052         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
5053         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
5054         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
5056         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
5057         (2.2.x kernels won't have it).
5059 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
5061         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
5062         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
5063         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
5064         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
5066 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
5068         * manual/socket.texi (Socket Addresses): Fix a typo.
5069         (Interface Naming): New section.
5071 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5073         * configure.in: Check for CC using $ac_tool_prefix, to handle
5074         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
5075         * config.make.in: Add MIG to be substituted.
5076         * mach/Machrules: Don't define MIG variable.
5078         Patch by Gordon Matzigkeit <gord@profitpress.com>.
5080 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
5082         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
5083         strdupa to copy rpath.
5085 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5087         * configure.in: Fix gcc version check.
5089         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
5090         confusing.
5092 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
5094         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
5095         of ptsname_r.
5097         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
5098         like ttyname_r.
5099         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
5100         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
5101         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
5102         of __ptsname_r accordingly.
5103         * login/openpty.c (openpty): Likewise.
5105 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
5107         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
5109 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5111         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
5113         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
5115 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5117         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
5118         return value for better error checking.
5120 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
5122         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
5123         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
5125         * elf/elf.h (EM_SPARC64): Remove.
5126         (EM_SPARC32PLUS, EM_SPARCV9): Add.
5127         (HWCAP_SPARC_V9): Add.
5129         * elf/ldsodefs.h (_dl_hwcap): Declare.
5130         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
5131         Weaken so dlopen from static progies works.
5132         (WEAKADDR): New macro.
5133         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
5134         (LD_SO_PRELOAD): New macro.
5135         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
5136         (elf_machine_rela): Weaken _dl_rtld_map.
5138         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
5139         to __clone, and remove the later's alias.
5140         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
5142         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
5143         the kernel's structure.
5145         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
5146         Sparc needs a custom value of __KERNEL_NCCS.
5148 1998-04-06  Richard Henderson  <rth@cygnus.com>
5150         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
5152         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
5153         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5155 1998-04-06  Richard Henderson  <rth@cygnus.com>
5157         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
5158         as the buffer is not properly aligned.
5159         Reported by Juan Cespedes <cespedes@debian.org>.
5161 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5163         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
5164         instead of AF_FILE.
5166 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
5168         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
5169         and wc*tomb* functions.
5171 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
5173         * sysdeps/unix/start.c: Fix typo.
5175 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
5177         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
5179 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
5181         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
5182         expressions and using array variables.
5183         * sysdeps/libm-ieee754/e_asin.c: Likewise.
5184         * sysdeps/libm-ieee754/e_j0.c: Likewise.
5185         * sysdeps/libm-ieee754/e_j1.c: Likewise.
5186         * sysdeps/libm-ieee754/e_log.c: Likewise.
5187         * sysdeps/libm-ieee754/e_pow.c: Likewise.
5188         * sysdeps/libm-ieee754/k_cos.c: Likewise.
5189         * sysdeps/libm-ieee754/k_sin.c: Likewise.
5190         * sysdeps/libm-ieee754/k_tan.c: Likewise.
5191         * sysdeps/libm-ieee754/s_atan.c: Likewise.
5192         * sysdeps/libm-ieee754/s_erf.c: Likewise.
5193         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
5194         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
5195         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
5197 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
5199         * iconv/gconv.c: Rewrite of the low-level of gconv.
5200         * iconv/gconv.h: Likewise.
5201         * iconv/gconv_builtin.h: Likewise.
5202         * iconv/gconv_close.c: Likewise.
5203         * iconv/gconv_db.: Likewise.
5204         * iconv/gconv_dl.c: Likewise.
5205         * iconv/gconv_int.h: Likewise.
5206         * iconv/gconv_open.c: Likewise.
5207         * iconv/gconv_simple.c: Likewise.
5208         * iconvdata/8bit-gap.c: Adapt for rewrite.
5209         * iconvdata/8bit-generic.c: Likewise.
5210         * iconvdata/euckr.c: Likewise.
5211         * iconvdata/iso646.c: Likewise.
5212         * iconvdata/iso6937.c: Likewise.
5213         * iconvdata/iso8859-1.c: Likewise.
5214         * iconvdata/johab.c: Likewise.
5215         * iconvdata/sjis.c: Likewise.
5216         * iconvdata/t61.c: Likewise.
5217         * iconvdata/uhc.c: Likewise.
5219 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
5221         * iconv/gconv_int.h: New file.  Internal header.
5222         * iconv/Makefile (distribute): Add gconv_int.h.
5223         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
5224         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
5225         * iconv/gconv_close.c: Likewise.
5226         * iconv/gconv_conf.c: Likewise.
5227         * iconv/gconv_db.c: Likewise.
5228         * iconv/gconv_dl.c: Likewise.
5229         * iconv/gconv_int.h: Likewise.
5230         * iconv/gconv_open.c: Likewise.
5231         * iconv/iconv.c: Likewise.
5232         * iconv/iconv_close.c: Likewise.
5233         * iconv/iconv_open.c: Likewise.
5234         * iconv/iconv_prog.c: Likewise.
5236 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
5238         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
5239         missing braces.
5241 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5243         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
5245 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
5247         Based on patch from Pat Beirne:
5248         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
5249         PIC and non-PIC now.  Correctly negate error number.
5250         (errno): Use `%' not `@' in .type directives.
5252 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
5254         * sysdeps/i386/strtok.S: Change to use single exit point.
5255         * sysdeps/i386/i686/strtok.S: Likewise.
5257 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5259         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
5260         default.
5262 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5264         * Makerules (installed-libcs): Fix typo.
5266 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5268         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
5269         (UHC-routines): Remove ksc5601.
5271 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
5273         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
5274         introduced in last change.
5276 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
5278         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
5279         before 2.1.92.
5281 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5283         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
5285         * stdlib/isomac.c: Use -isystem instead of -I for system include
5286         dir.
5288 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
5290         * resolv/res_comp.c (underscorechar): New.
5291         (middlechar): Allow '_'.
5293 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5295         * intl/explodename.c (stdlib.h): Include that file only if
5296         STDC_HEADERS or _LIBC.
5297         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
5298         Patch by Philippe De Muyter <phdm@macqel.be>.
5300 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5302         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
5303         (AC_PROG_CHECK_VER): New macro.
5304         * configure.in: Use AC_PROG_CHECK_VER to check versions of
5305         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
5307 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
5309         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
5310         * sysdeps/i386/i686/strtok.S: New file
5311         * sysdeps/i386/i686/strtok_r.S: New file
5313 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
5315         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
5316         type to __off64_t.
5317         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
5318         parameter as __off64_t instead of __off_t.
5319         (ftello): Make alias for ftello64 instead of ftello.  Change
5320         return type to __off64_t.
5322 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5324         * sysdeps/i386/bits/string.h: Fix various typos.
5325         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
5327         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
5329 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5331         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
5332         lchown syscall correctly.  [PR libc/541].
5334 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
5336         * localedata/Makefile: Correct testsuite rules.
5338         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
5339         * iconvdata/iso646.c: Fix conversion from UCS4.
5341         * elf/ldsodefs.h: Mark internal function with internal_function.
5342         * elf/dl-addr.c: Likewise.
5343         * elf/dl-close.c: Likewise.
5344         * elf/dl-debug.c: Likewise.
5345         * elf/dl-deps.c: Likewise.
5346         * elf/dl-error.c: Likewise.
5347         * elf/dl-fini.c: Likewise.
5348         * elf/dl-init.c: Likewise.
5349         * elf/dl-load.c: Likewise.
5350         * elf/dl-lookup.c: Likewise.
5351         * elf/dl-object.c: Likewise.
5352         * elf/dl-open.c: Likewise.
5353         * elf/dl-profile.c: Likewise.
5354         * elf/dl-reloc.c: Likewise.
5355         * elf/dl-runtime.c: Likewise.
5356         * elf/dl-symbol.c: Likewise.
5357         * elf/dl-version.c: Likewise.
5358         * elf/dlerror.c: Likewise.
5359         * sysdeps/generic/dl-sysdep.c: Likewise.
5360         * sysdeps/i386/dl-machine.h: Likewise.
5361         * intl/finddomain.c: Likewise.
5362         * intl/gettextP.h: Likewise.
5363         * intl/loadmsgcat.c: Likewise.
5365 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
5367         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
5368         * iconv/gconv_builtin.h: Add definitions for new builtins.
5369         * iconv/gconv.h: Add prototypes for new builtins.
5371         * iconvdata/Makefile (modules): Add ISO646.
5372         Add rules for ISO646 module.
5373         (distribute): Add iso646.c.
5374         * iconvdata/gconv-modules: Add module and alias definition for
5375         ISO646 charsets.
5376         * iconvdata/iso646.c: New file.
5378 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
5380         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
5381         * iconv/iconv_prog.c: Implement --list option to print available
5382         coded character sets.
5384 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5386         Make fread() read large blocks straight to the user buffer.
5388         * libio/fileops.c (_IO_file_xsgetn): New function.
5389         (_IO_file_jumps): Use it.
5390         * libio/libioP.h: Prototype it.
5392 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
5394         * iconv/gconv_conf.c (builtin_aliases): New variable.
5395         (__gconv_read_conf): Add builtin aliases.
5396         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
5397         noop macro before including gconv_builtin.h.
5398         * iconv/gconv_builtin.h: Add alias names.
5400         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
5401         number of converted bytes correctly.
5403 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5405         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
5406         we only wait for a replay.
5408 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
5410         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
5411         EUC-KR modules.
5413 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
5415         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
5416         use PLTJMP() rather than explicit (PLT).
5418         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
5419         __libc_start_main().
5421         Based on patch from Pat Beirne:
5422         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
5423         Always define, not only #ifndef PIC.
5424         (DO_CALL): Pass fifth argument correctly in R4.
5425         (PSEUDO): Correct test for error, call syscall_error through PLT
5426         if PIC.
5428 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
5430         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
5431         definitions.
5433 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
5435         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
5436         JOHAB.so.
5438 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
5440         * io/Makefile (static-only-routines): Add stat64, fstat64 and
5441         lstat64.
5443 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5445         * manual/Makefile: Use object-suffixes-for-libc instead of
5446         object-suffixes.
5447         * rpm/Makefile (install-lib): Likewise.
5449 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5451         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
5453         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
5454         `m68*', not only `m68k'.
5456 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5458         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
5460         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
5461         install lddlibc4.
5463 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5465         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
5466         EUC-KR.
5468         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
5469         comment.
5471 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
5473         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
5474         the init stuff.
5476 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5478         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
5479         adjtimex syscall.
5480         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
5481         adjtimex.
5482         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
5484 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5486         * Makerules (install): Change comment for libc.so following the
5487         libc_nonshared changes.
5489 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5491         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
5493         * iconvdata/gap.pl: Avoid using %#06x.
5495 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5497         * Makerules: Use $? instead of S^ when invoking ar.
5499 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5501         * db2/compat.h: Allow EFTYPE being defined.
5502         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
5503         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
5504         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
5505         * sysdeps/mach/bits/libc-lock.h: Fix typo.
5506         (__libc_once): Correctly unlock semaphore.
5507         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
5508         * sysdeps/unix/bsd/getpt.c: Fix typo.
5509         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
5511 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5513         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
5514         macros.
5516 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
5518         * include/mntent.h: New file.
5520         * elf/Makefile (trusted-dirs.h): Append slash to filename.
5521         * elf/dl-load.c: Rewrite search path handling.
5522         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
5523         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
5524         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
5525         * elf/ldsodefs.h: Add prototype.
5527 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
5529         * nss/nsswitch.c (__nss_lookup): Adjust comment.
5531         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
5532         function.
5534         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
5536         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
5537         New function.
5538         (HWCAP_IMPORTANT): New definition.
5540 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
5542         * elf/dl-open.c (_dl_open): Fix a typo.
5543         (_dl_global_scope_alloc): Make it static.
5545 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
5547         * Makerules: Remove duplicate rules to handle stamp.oS.
5549 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5551         * manual/examples/inetsrv.c (main): Change prototype of
5552         make_socket following change in mkisock.c.
5554         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
5555         example host.
5556         (main): Change prototype of init_sockaddr following change in
5557         isockadd.c.
5559         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
5560         * manual/examples/isockad.c (init_sockaddr): Likewise.
5562         * manual/examples/mkfsock.c (make_named_socket): Removed blank
5563         lines for clarification.
5564         (make_named_socket): Use strncpy instead of strcpy.
5565         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
5567 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
5569         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
5570         determining libs to remove.
5571         (postclean): Add soversions.mk.
5572         * Makerules (common-mostlyclean): Add tests-static and generated
5573         files.
5575 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
5577         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
5578         scanning for \0.
5579         (__strncat_g): Add i686 specific code.
5581 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5583         * manual/install.texi (Reporting Bugs): Ask to include section
5584         names in reports.
5586 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5588         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
5589         guard against direct inclusion.
5591 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5593         Rework support for libc_nonshared.a:
5594         * Makeconfig (object-suffixes-for-libc): New variable.
5595         * Rules: Remove handling of static-only and shared-only routines.
5596         * Makerules: Handle them here instead.  Use
5597         object-suffixes-for-libc instead of object-suffixes when dealing
5598         with libc objects.
5599         (object-suffixes-for-rules): Remove variable.
5600         (elide-routines.oS): Elide all routines except static-only
5601         routines.
5602         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
5603         empty.
5604         (installed-libcs): Remove special case for .oS.
5605         (rmobjs): Likewise.
5607 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5609         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
5610         do-tst-rpmatch): New targets.
5611         (test): Use them.
5612         (install-locales): Ignore comment lines.
5614 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5616         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
5617         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
5618         ($(objpfx)rtldtbl.h): Likewise.
5619         (CPPFLAGS-dl-load.c): Fix reference to object directory.
5621 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
5623         * manual/string.texi (Finding Tokens in a String): Extend strsep
5624         description and correct example.
5626 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5628         * manual/socket.texi: Remove misguided explicit line breaks and
5629         fix the formatting problem instead by reformulating the
5630         paragraphs.
5631         * manual/filesys.texi: Likewise.
5632         * manual/conf.texi: Likewise.  Don't typeset table with index
5633         fonts, that looks worse than a minimally overfull line.
5635 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5637         * nscd/Makefile (nscd-modules): Move definition outside of
5638         conditional.
5640         * pwd/Makefile: Use have-thread-library to test for thread
5641         library.
5643 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5645         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
5647         * iconvdata/uhc.c (gconv): Remove unused variable idx.
5649 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
5651         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
5653 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
5655         * nss/getXXent_r.c: Correctly handle failing setXXent function.
5657         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
5658         Reported by Andreas Jaeger.
5660 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
5662         * elf/Makefile: Fix typo.
5663         (distribute): Add dl-librecon.h.
5664         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
5665         * elf/ldd.sh.in: Likewise.
5666         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
5667         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
5668         Use strsep correctly.
5669         (process_envvars): Allow platform specific variables.
5670         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
5671         (_dl_load_cache_lookup): Test cache IDs found against
5672         _dl_correct_cache_id.
5673         * sysdeps/generic/dl-librecon.h: New file.
5674         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
5676         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
5678 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
5680         * config.make.in (ldd-rewrite-script): New variable.
5681         * configure.in: Substitute ldd-rewrite-script.
5682         * elf/Makefile: Rewrite rules to generate ldd script.
5683         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
5684         * elf/ldd.sh.in: Likewise.
5685         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
5686         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
5687         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
5688         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
5689         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
5691 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5693         * inet/rcmd.c (iruserok): Remain setuid to the local user
5694         while .rhosts is actually read, to make .rhosts-over-NFS work
5695         (PR libc/524).  Use iruserfopen() for security checks on both
5696         hosts.equiv and .rhosts.  General cleanup.
5697         (iruserfopen): New function, performs careful checking on
5698         hosts.equiv/.rhosts files.  Disallows all the old forbidden
5699         stuff plus hard links to files.
5701 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
5703         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
5705         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
5707 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
5709         * sysdeps/i386/i486/bits/string.h: Fix typos.
5711 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
5713         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
5714         strong alias.
5716         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
5718         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
5719         Added.  Used by libm.so on alpha.
5721 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5723         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
5724         defined.
5726 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
5728         * Makerules (object-suffixes-for-rules): Add .oS only for
5729         building shared library.
5730         Add ranlib rule for nonshared library.
5731         (rmobjs): Fix typo.
5733         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
5734         into for shared library only.
5735         (CPPFLAGS-.oS): Add -DPIC.
5736         (libtypes): Use $(object-suffixes-for-rules) instead of
5737         $(object-suffixes).
5739 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
5741         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
5742         and install lddlibc4.
5744 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5746         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
5747         hash.
5748         * iconvdata/gaptab.pl: Likewise.
5750 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
5752         * Rules: Allow Makefiles to specify test-static for tests which
5753         cannot be linked dynamically.
5754         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
5755         tests-static.
5757         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
5759         * misc/error.c: Pretty print.
5761 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5763         * Makerules (libc_nonshared-name): Remove variable.
5764         (installed-libcs): Use libc-name instead.
5765         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
5766         dynamic linker.
5768         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
5769         libc.a.  Remove explicit reference to dynamic linker.
5771 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5773         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
5774         to wchar_t.
5775         * iconv/iconv_prog.c: Correctly test for write failure.
5776         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
5777         * iconvdata/gconv-modules: Likewise.
5778         * iconvdata/euckr.c: New file.
5779         * iconvdata/johab.c: New file.
5780         * iconvdata/ksc5601.c: New file.
5781         * iconvdata/ksc5601.h: New file.
5782         * iconvdata/uhc.c: New file.
5783         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
5785         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
5786         * stdio/fopen.c: Correct handling of 'x' flag.
5787         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
5789 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5791         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
5792         * sunrpc/rpcsvc/key_prot.x: Likewise.
5793         * sunrpc/key_prot.c: Likewise.
5795 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
5797         * sysdeps/i386/bits/string.h: Correct things which never worked.
5798         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
5799         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
5801 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5803         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
5804         defined.  Reported by Thorsten Kukuk.
5806 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
5808         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
5810 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5812         * manual/install.texi (Supported Configurations): Add
5813         arm-linuxaout and arm-none.
5815 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5817         * version.h (VERSION): Bump to 2.0.93.
5819 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
5821         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
5823         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
5825         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
5826         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
5828 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5830         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
5832 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5834         Put the static-only routines in a separate library.
5835         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
5836         variables.
5837         (all-object-suffixes): Add .oS.
5838         * Makerules (libc_static-name): New variable.
5839         (installed-libcs): Add libc_nonshared.a.
5840         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
5841         (object-suffixes-for-rules): New variable.  Use it instead of
5842         object-suffixes for generating compilation rules.
5843         (rmobjs): Also remove *.oS.
5844         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
5845         ($(objpfx)stamp.oS): New target.
5847 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5849         * Makefile (FAQ): Automatically check in regenerated FAQ.
5851 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5853         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
5855 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5857         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
5858         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
5860         * sysdeps/generic/stub_warning: Removed.
5862         * Makefile (distribute): Add include/des.h.
5864         * manual/Makefile (distribute): Change dir-add.texi to
5865         dir-add.texinfo.
5867         * glibcbug.in: Create files safely when mktemp is not available.
5869         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
5870         Patch by a sun <asun@saul1.u.washington.edu>.
5872 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5874         * libc.map: Rename getname to getnetname.
5876 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
5878         * manual/maint.texi: Use supported platform in examples.
5880         * manual/install.texi: Document some installation tips.
5882 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
5884         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
5885         Fix a bug so that it returns an error if a numeric parameter is
5886         unset and WRDE_UNDEF is set.
5887         Patch by Andreas Schwab and Tim Waugh.
5888         * posix/wordexp-test.c: Add new new test.
5890 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5892         * posix/regex.c (regex_compile): Last patch wasn't entirely
5893         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
5895 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5897         * manual/filesys.texi (Scanning Directory Content): Fix typo.
5899 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
5901         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
5902         clobbered registers don't appear as operands.
5904 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5906         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
5907         Solaris' sake.
5909         * posix/regex.c (regex_compile): Don't allow non-alphabet
5910         characters in character set name.
5912 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
5914         * posix/wordexp.c (w_newword): New function.
5915         (do_parse_glob): New function.
5916         (parse_glob): Use do_parse_glob.  Now handles the case where a
5917         variable expansion causes a field-split.
5918         (wordexp): Use w_newword.
5919         (parse_arith): Likewise.
5920         (exec_comm): Likewise.
5921         (parse_comm): Likewise.
5922         (parse_param): Likewise.
5923         (parse_backtick): Likewise.
5925 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
5927         * posix/wordexp-tst.sh: Another test.
5929         * posix/wordexp-test.c: Two new tests.
5931         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
5932         directly (the code using realloc was buggy).
5933         (parse_param): Fix typo in comment.
5935 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5937         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
5939 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5941         * libc.map: Add more rpc auth functions/variables.
5943         * nscd/nscd.c: Add -g option to argp options.
5945 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5947         * configure.in: Be prepared for gcc 2.9.10 and up.
5948         * configure.in: Add missing disabling of quote characters in
5949         compiler version check.  Reported by HJ Lu.
5951 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5953         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
5955 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5957         * intl/locale.alias: Fix spelling of romanian.
5959         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
5960         (distribute): Remove des.h.
5961         * include/des.h: New file.
5962         * sunrpc/des.h: Moved to ...
5963         * sunrpc/rpc/rpc_des.h: ...here.
5965 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
5967         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
5968         Fix paren.
5970 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5972         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
5973         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
5975 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5977         * elf/ldsodesf.h: New file.
5978         * elf/Makefile (distribute): Add ldsodefs.h.
5979         * elf/link.h: Separate internal information in exter header.
5980         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
5981         * elf/dl-minimal.c: Likewise.
5982         * sysdeps/generic/dl-sysdep.c: Likewise.
5983         * elf/sprof.c: Likewise.
5984         * elf/dlsym.c: Likewise.
5985         * elf/dlvsym.c: Likewise.
5986         * elf/dlerror.c: Likewise.
5987         * elf/dladdr.c: Likewise.
5988         * elf/dlclose.c: Likewise.
5989         * elf/dlopen.c: Likewise.
5990         * elf/dl-addr.c: Likewise.
5991         * elf/dl-close.c: Likewise.
5992         * elf/dl-debug.c: Likewise.
5993         * elf/dl-deps.c: Likewise.
5994         * elf/dl-error.c: Likewise.
5995         * elf/dl-fini.c: Likewise.
5996         * elf/dl-init.c: Likewise.
5997         * elf/dl-load.c: Likewise.
5998         * elf/dl-lookup.c: Likewise.
5999         * elf/dl-object.c: Likewise.
6000         * elf/dl-open.c: Likewise.
6001         * elf/dl-profile.c: Likewise.
6002         * elf/dl-reloc.c: Likewise.
6003         * elf/dl-runtime.c: Likewise.
6004         * elf/dl-support.c: Likewise.
6005         * elf/dl-symbol.c: Likewise.
6006         * elf/dl-version.c: Likewise.
6007         * sysdeps/generic/dl-cache.c: Likewise.
6008         * sysdeps/generic/libc-start.c: Likewise.
6009         * iconv/gconv_dl.c: Likewise.
6010         * nss/nsswitch.c: Likewise.
6012 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
6014         * manual/nss.texi: The database is not called network but networks.
6015         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
6017 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6019         * configure.in: Correct test for compiler version.
6020         Check that LD_LIBRARY_PATH doesn't contain current path.
6022 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
6024         * elf/dl-close.c (_dl_close): Fix byte count while removing
6025         the shared object from the global scope list and optimize
6026         a little bit.
6028 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6030         * manual/filesys.texi (Scanning Directory Content): Add missing
6031         closing brace.
6032         (Scanning Directory Content): Fix text.
6034 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6036         * manual/memory.texi (Heap Consistency Checking): Add paragraph
6037         explaining difference of -lmcheck and MALLOC_CHECK_.
6039 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6041         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
6042         typos in comments.
6044 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6046         * test-skeleton.c (main): Fix test for exit signal.
6048 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6050         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
6052 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6054         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
6055         appropriate.
6057 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6059         * libc.map: Export __strtok_r.
6061 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
6063         * posix/regex.c (re_compile_fastmap): Remove unused variable
6064         num_regs and adjust comment.
6065         Patch by Jim Meyering <meyering@ascend.com>.
6067         * math/math.h (M_*l): Extend long double constants to be usable
6068         for 128 bit floats.  Patch by Richard Henderson.
6070 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6072         * sysdeps/m68k/m68020/wordcopy.S: New file.
6074 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
6076         * posix/wordexp.c: Rewrite parse_param.
6077         Patch by Tim Waugh and Andreas Schwab.
6079 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6081         * Rules: Update timestamps on empty object files.
6083 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
6085         * manual/filesys.texi (Scanning Directory Content): Add description
6086         of 64 bits scandir function and friends.
6088 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
6090         * glibcbug.in: Use mktemp to generate unique file name for
6091         temporary files.
6093         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
6094         ptsname_r.  Use cast for execve call.
6096 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
6098         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
6099         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
6100         * io/sys/statvfs.h: New file.
6101         * sysdeps/generic/fstatvfs.h: New file.
6102         * sysdeps/generic/statvfs.h: New file.
6103         * sysdeps/generic/fstatvfs64.h: New file.
6104         * sysdeps/generic/statvfs64.h: New file.
6105         * sysdeps/generic/bits/statvfs.h: New file.
6106         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
6107         * sysdeps/unix/sysv/linux/statvfs.c: New file.
6108         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
6110         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
6111         and f_ffree elements.
6113         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
6114         mount options in enum.
6116 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6118         * configure.in: Check for recent egcs/gcc.
6120 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
6122         * libc.map: Add alphasort64, scandir64, versionsort64.
6123         * dirent/Makefile (routines): Add scandir64, alphasort64, and
6124         versionsort64.
6125         * dirent/alphasort64.c: New file.
6126         * dirent/scandir64.c: New file.
6127         * dirent/versionsort64.c: New file.
6128         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
6129         versionsort.
6130         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
6131         old name weak alias.
6132         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
6134         * dirent/alphasort.c: Use strcoll instead of strcmp.
6136         * dirent/scandir.c: Optimize a bit.
6138         * dirent/versionsort.c: Pretty print.
6140 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
6142         * string/string.h: Add prototype for __strtok_r.
6144 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6146         * posix/Makefile: Fix typo in last change.
6148 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
6150         * dirent/dirent.h (scandir): Make argument of select function const.
6151         * dirent/scandir.c (scandir): Likewise.
6152         Reported by David.Faure@insa-lyon.fr [PR libc/512].
6154 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
6156         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
6157         weak alias.
6158         * sysdeps/i386/strtok_r.c: Likewise.
6160         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
6161         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
6162         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
6163         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
6164         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
6165         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
6167 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6169         * intl/localealias.c: Remove unneeded define for strdup.
6171 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
6173         * manual/argp.texi: Adjust for better TeX output.
6174         * manual/arith.texi: Likewise.
6175         * manual/conf.texi: Likewise.
6176         * manual/filesys.texi: Likewise.
6177         * manual/header.texi: Likewise.
6178         * manual/lgpl.texinfo: Likewise.
6179         * manual/math.texi: Likewise.
6180         * manual/message.texi: Likewise.
6181         * manual/pattern.texi: Likewise.
6182         * manual/process.texi: Likewise.
6183         * manual/signal.texi: Likewise.
6184         * manual/socket.texi: Likewise.
6185         * manual/startup.texi: Likewise.
6186         * manual/stdio.texi: Likewise.
6187         * manual/terminal.texi: Likewise.
6188         * manual/examples/rprintf.c: Likewise.
6189         * manual/examples/testopt.c: Likewise.
6190         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6192 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
6194         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
6195         parameter name after seeing a digit if it's enclosed in braces.
6197 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
6199         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
6201 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6203         * manual/memory.texi (Heap Consistency Checking): Document
6204         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
6206 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6208         * manual/Makefile: Add missing rules.
6210 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
6212         * timezone/Makefile (generated): Define to remove all stamp files.
6214         * sysdeps/generic/strsep.c: Also undefine __strsep.
6216         * string/strdup.c: Undefine __strdup and strdup first.
6217         * string/strndup.c: Likewise.
6219         * string/bits/string2.h: Correct strtok_r and strsep.
6220         Add strndup optimization.
6222         * sysdeps/generic/strsep.c: Little optimization.
6224 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
6226         * string/bits/string2.h: Add optimization for strdup.
6227         Always define __strsep and __strtok_r and make real names available
6228         when feature select macros are defined.
6230 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6232         * manual/install.texi (Installation): Use i486-linux as example
6233         instead of the unsupported sunos4.
6234         (Reporting Bugs): Mention glibcbug script.
6235         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
6237 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6239         * posix/wordexp-tst.sh: Make portable.  Add more tests.
6241         * posix/Makefile (do-globtest do-wordexp-test): New targets.
6243 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
6245         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
6246         * sysdeps/generic/libc-start.c: ...here, replacing former content.
6248         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
6249         netpacket/packet.h.
6251         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
6253 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6255         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
6256         in enumerator for strict standard compliance.
6257         * sysdeps/generic/bits/resource.h: Likewise.
6259 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
6261         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
6262         (PLTJMP): New macro.
6264         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
6265         longjmp() when floating point enabled.
6266         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
6267         * sysdeps/arm/__longjmp.S: Remove floating point code.
6268         * sysdeps/arm/setjmp.S: Likewise.
6270         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
6271         * sysdeps/arm/bsd-_setjmp.S: Likewise.
6273         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
6274         memset().
6276         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
6277         prototype.
6279 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
6281         Based on patches from Pat Beirne and Scott Bambrough:
6283         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
6285         * sysdeps/arm/bits/fenv.h: New file.
6287         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
6288         * sysdeps/arm/elf/setjmp.S: Likewise.
6289         * sysdeps/arm/elf/start.S: Likewise.
6290         * sysdeps/arm/init-first.c: Likewise.
6291         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
6292         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
6293         comment about floating point to reflect current reality.
6295         * sysdeps/unix/arm/brk.S: Support PIC.
6296         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
6297         re-entrant code.
6298         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
6299         return; call syscall_error through PLT.
6300         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
6302 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
6304         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
6305         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
6306         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
6308 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
6310         * dirent/list.c (test): Return error value.
6311         (main): Exit with error value.
6313         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
6315         * Makefile (distribute): Add test-skeleton.c.
6316         * test-skeleton.c: New file.
6317         * dirent/Makefile (tests): Add opendir-tst1.
6318         * dirent/opendir-tst1.c: New file.
6320 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
6322         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
6323         Optimize memory handling.
6324         * sysdeps/unix/closedir.c: Optmize memory handling.
6326 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
6328         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
6329         handling.  Optimize a bit.
6331 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
6333         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
6334         (parse_param): Fold in Andreas' fixes to do with when the end of
6335         the parameter name has been reached, and quoting inside ${...}.
6336         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
6337         $((echo);(ls)).
6339 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6341         * manual/maint.texi: Split out installation and contribution
6342         sections to their own appendices.  Misc cleanups.
6343         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
6344         * manual/contrib.texi: New file.
6345         * manual/libc.texinfo: Pull in new appendices.
6346         * manual/header.texi: Correct node pointer.
6348 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6350         * manual/process.texi (Process Completion): Clarify return value
6351         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
6353 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6355         * posix/wordexp-test.c: Add more tests.
6356         (testit): Fix logic.
6358         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
6359         /dev/null instead of closing it, close pipe.  Always chop off all
6360         trailing newlines.  Kill and reap child before returning error.
6361         (w_addword, parse_glob): Fix memory leak.
6362         (wordexp): Fix dangling pointer problem.
6364 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
6366         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
6368         * posix/wordexp-test.c (main): Fix little thinkos and typos.
6370         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
6371         directory index by only the language.
6373 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
6375         * posix/wordexp-tst.sh: Store test results in the
6376         ${common_objpfx}posix directory.
6378         * posix/wordexp-test.c: Remove temporary directory afterwards.
6380 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6382         * libc.map: Export internal versions of cancelable functions.
6384 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6386         * Makerules (MAKEFLAGS): Append `r'.
6388 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6390         * Makeconfig: Define have-thread-library, shared-thread-library
6391         and static-thread-library if a thread library is available.  Don't
6392         define rt.
6393         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
6394         nscd-routines to nscd-modules.  Use shared-thread-library and
6395         static-thread-library in dependencies.
6396         * rt/Makefile: Only compile librt if have-thread-library is
6397         defined.
6398         * Makefile (subdirs): Always include rt subdir.
6400 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6402         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
6404 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
6406         * configure.in: Recognize variations for 32 MIPS processors.
6407         Don't assume ELF systems always have .weak, test for .weakext.
6409 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
6411         * configure.in: Irix6 is an ELF platform.
6413 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
6415         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
6416         unmapping the last loaded segment.
6418 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
6420         * configure.in: Set base_os for Irix6.
6421         Correct test for .weakext.
6423 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6425         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
6426         (new_line) to _dl_debug_message call.
6428 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
6430         * posix/wordexp.c (parse_param): Perform field-splitting after
6431         expanding positional parameter.
6433         * posix/wordexp-tst.sh: Test that field-splitting is performed
6434         after expanding positional parameter.
6436         * posix/wordexp.c (parse_param): Fixed memory leak in
6437         field-splitting after parameter expansion.
6439 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
6441         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
6442         (get_toplvl_escape): Correctly terminate loop at EOF.
6443         Patch by Cristian Gafton <gafton@redhat.com>.
6445 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
6447         * string/tester.c (test_strpbrk): Add more strpbrk tests.
6448         (test_strsep): Likewise.  Correct horrible bugs.
6450         * string/bits/string2.h (strcspn): Optimize also reject string of
6451         length 2 and 3.
6452         (strspn): Likewise.
6453         (strpbrk): Likewise.
6454         (strsep): Likewise.  Correct bug with successive separators and
6455         separators at the end of the string.
6456         * sysdeps/generic/strsep.c: Correct bug with successive separators
6457         and separators at the end of the string.
6459 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
6461         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
6462         etc) now handled, as well as $$ (pid).
6464         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
6465         (distribute): Add wordexp-tst.sh.
6467         * posix/wordexp-tst.sh: New file.
6469         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
6470         number of positional parameters.  Renamed substitute_length to
6471         seen_hash.
6472         Don't free(env) is env is NULL.
6474 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
6476         * libc.map: Add pthread_attr_init to GLIBC_2.1.
6478 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
6480         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
6481         for output file replacing gmon.out.
6482         Patch by Dean Gaudet <dgaudet@arctic.org>.
6484 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6486         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
6487         up namespace.  Optimize finding end of line.
6489 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6491         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
6492         securely.  Optimized.
6493         (process_dl_debug): Add ':' to list of separators.  Optimized.
6495 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6497         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
6498         isless, islessequal, islessgreater, isunordered): Return zero or
6499         one.
6501 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
6503         * posix/wordexp-test.c: More tests.
6504         (main): Set up arena for pathname expansion tests (in a temporary
6505         directory).
6506         (testit): Don't check word count or word vector if return value is
6507         non-zero.
6509         * posix/wordexp.c (exec_comm): Always chop off terminating
6510         linefeed (just like bash does).
6511         (parse_param): Change lots of occurrences of "if (!*env)" to "if
6512         (!env || !*env)".
6513         (parse_param): For assignment inside parameter expansion, use all
6514         expanded words in assignment rather than just the first.
6515         (parse_param): Corrected return value for parameter expansion of
6516         an unset variable when WRDE_UNDEF is in effect.
6517         (parse_dollars): Don't field-split if quoted.
6518         (wordexp): Opening brace character isn't allowed unquoted.
6520 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
6522         * elf/dlerror.c: Fix concurrency problems with error string and
6523         number.
6525         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
6526         filter/auxiliary are being loaded.
6528 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
6530         * elf/dlerror.c (last_object_name): Removed.
6531         (dlerror): Don't use last_object_name.
6532         (_dl_error_run): Omit second argument to _dl_catch_error.
6533         * elf/dl-error.c (struct catch): Remove objname member.
6534         (_dl_signal_error): Construct string including objname when given.
6535         (_dl_catch_error): Remove objname handling.
6536         * elf/link.h (_dl_catch_error): Fix prototype and comment.
6537         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
6538         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
6539         * nss/nsswitch.c (nss_dlerror_run): Likewise.
6540         * iconv/gconv_dl.c (dlerror_run): Likewise.
6541         [Corrects PR libc/501].
6543 1998-03-12  Matthias Urlichs <smurf@noris.de>
6545         * nscd/nscd.c: Ignore SIGPIPE.
6547 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
6549         * nscd/nscd_getgr_r.c: Use __ protected names.
6550         * nscd/nscd_getpw_r.c: Likewise.
6552 1998-03-12  Matthias Urlichs <smurf@noris.de>
6554         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
6555         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
6556         null bytes are not transmitted.
6558 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6560         * powerpc/syscalls.list: Correct typo.
6561         * alpha/syscalls.list: Likewise.
6562         * mips/syscalls.list: Likewise.
6564 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
6566         * socket/sys/socket.h: Add prototype for __socket.
6568 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6570         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
6572         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
6573         constants.
6575         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
6576         definition here.
6577         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
6578         definition here.
6580         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
6581         AF_* and PF_* constants.
6583         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
6585 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
6587         * elf/rtld.c: Update help message.
6588         Install link maps for preloaded objects using main_map as loader.
6590         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
6591         * elf/dl-profile.c: Likewise.
6593         * elf/dlsym.c: Little optimization.
6594         * elf/dlvsym.c: Likewise.
6596 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
6598         * posix/wordexp-test.c: Move test for parameter list at the very
6599         beginning.
6601 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6603         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
6604         WRDE_REUSE flag is set.
6605         (parse_param): Allow `*', `@', and numbers in parameter names.
6606         (parse_dollars): Differentiate between arithmetic expansion and a
6607         command substitution that starts immediately with a sub-shell
6608         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
6609         (parse_param): Memory allocated with __alloca in a block was
6610         referenced outside that block.  Adjusted to use malloc/free.
6611         (parse_param): Adjusted field-splitting algorithm so that there is
6612         not necessarily a field split at the end of a parameter expansion.
6614 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
6616         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
6617         don't free words that have already been allocated.
6618         (parse_param): A dollar sign on its own will never have a pattern
6619         associated with it (like "${HOME%%/}" has), so don't try to free it.
6620         (parse_glob): Attempt to glob when an unquoted `[' is found
6621         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
6622         (parse_glob): Sorted out quoting in a glob-able word.
6623         (parse_param): Added $* and $@ handling.
6625 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
6627         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
6628         parsing it.
6630 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6632         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
6633         _dl_debug_message.
6635 1998-03-12  Matthias Urlichs  <smurf@noris.de>
6637         * elf/dl-misc.c: Default for debug output should be stderr.
6638         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
6639         * elf/dl-lookup.c: reference_name may be NULL or empty.
6641 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6643         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
6645 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
6647         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
6649         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
6651 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6653         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
6654         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6656 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6658         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
6659         init stuff.
6661 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6663         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
6664         flag.
6666         * misc/syslog.c (vsyslog): Don't try to send if not connected to
6667         syslog daemon.
6668         (closelog_internal): Don't do anything if not connected.
6670 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
6672         * libc.map: Add _dl_debug_message.
6673         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
6674         before every line.
6675         * elf/fini.c: Correctly use new _dl_debug_message function.
6676         * elf/init.c: Likewise.
6677         * elf/dl-lookup.c: Likewise.
6678         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6679         * elf/dl-load.c: Likewise.  Add more debugging prints.
6680         * elf/dl-reloc.c: Likewise.
6681         * elf/dl-version.c: Likewise.
6682         * elf/dl-support.c: Add variables for debugging.
6683         * elf/rtld.c: Likewise.  Recognize new debug options.
6684         * elf/link.h: Declare new variables.
6686         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
6688 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6690         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
6691         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
6693 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6695         * posix/wordexp-test.c (command_line_test): New function to allow
6696         testing of specific cases from the command-line.
6698 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6700         * elf/dl-init.c (_dl_init_next): Print nicer messages.
6701         * elf/dl-fini.c (_dl_fini): Likewise.
6702         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
6704         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
6705         symbol in debug message.
6706         (_dl_lookup_versioned_symbol_skip): Likewise.
6708 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
6710         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
6711         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
6712         * manual/filesys/texi: Document this.
6714 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
6716         * manual/filesys.texi: Document the change below.
6718 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6720         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
6721         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
6723 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
6725         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
6726         instead scope.  If debugging display information about symbol
6727         resolving.
6728         (_dl_lookup_symbol): Call do_lookup with correct parameters.
6729         (_dl_lookup_symbol_skip): Likewise.
6730         (_dl_lookup_versioned_symbol): Likewise.
6731         (_dl_lookup_versioned_symbol_skip): Likewise.
6732         * elf/dl-support.c: Define _dl_debug_symbols.
6733         * elf/link.h: Add declaration for _dl_debug_symbols.
6734         * elf/rtld.c: Define _dl_debug_symbols.
6735         (process_dl_debug): Recognize symbols option.
6737 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
6739         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
6740         in correct format.
6741         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
6742         with correct parameters.
6743         [!PIC]: Initialize __libc_multiple_libcs.
6745 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
6747         * elf/dl-support.c (_dl_debug_bindings): Add definition.
6748         * elf/rtld.c (_dl_debug_bindings): Add definition.
6749         (process_dl_debug): Recognize bindings option.  Update help message.
6750         * elf/link.h (struct link_map): Add l_versyms member.
6751         (_dl_debug_bindings): Add declaration.
6752         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
6753         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
6754         and l_reloc_result.
6755         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
6756         (sym_val): Remove a member, add m as link_map.
6757         (do_lookup): Return result appropriately.
6758         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
6759         Call do_lookup correctly.
6760         (_dl_lookup_symbol_skip): Likewise.
6761         (_dl_lookup_versioned_symbol): Likewise.
6762         (_dl_lookup_versioned_symbol_skip): Likewise.
6764 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
6766         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
6767         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
6769         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
6770         * libc.map: Add chown to GLIBC_2.1.
6771         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
6772         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
6774 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6776         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
6777         weak alias.
6778         * sysdeps/alpha/ffs.c: Likewise.
6779         * sysdeps/am29k/ffs.c: Likewise.
6780         * sysdeps/i386/ffs.c: Likewise.
6781         * sysdeps/i960/ffs.c: Likewise.
6782         * sysdeps/m68k/ffs.c: Likewise.
6783         * sysdeps/m88k/ffs.c: Likewise.
6784         * sysdeps/powerpc/ffs.c: Likewise.
6785         * sysdeps/rs6000/ffs.c: Likewise.
6786         * sysdeps/vax/ffs.s: Likewise.
6787         * string/string.h: Declare __ffs.
6788         * libc.map: Export it.
6789         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
6790         __builtin_ffs, which is not guaranteed to be namespace clean.
6792 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6794         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
6795         table, which is much more likely to exist than debugging symbols.
6796         (printsym): Remove const.
6797         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
6798         header table.
6800         * libc.map: Export __profile_frequency, used by elf/sprof, to
6801         avoid infinite recursion during startup.
6803 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6805         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
6806         Readd lost negate.
6808         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
6810 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
6812         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
6814 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6816         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
6817         LD_PRELOAD, and LD_VERBOSE.
6818         (dl_main): Use global variables set by process_envvars instead of
6819         calling getenv.
6820         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
6821         LD_LIBRARY_PATH value, this comes with the parameter.
6822         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
6823         ("LD_LIBRARY_PATH") to _dl_init_paths.
6825 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
6827         * elf/rtld.c (dl_main): Delay initialization of path structure if
6828         the dynamically linker is invoked implicitly until we read the
6829         dynamic section.
6831 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6833         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
6835 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6837         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
6838         Linux 2.0 and 2.1.
6840         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
6842 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
6844         * Makeconfig (nisobjdir): Set to path to nis directory.
6845         (rpath-link): Add nisobjdir.
6846         Patch by Sven Verdoolaege <skimo@kotnet.org>.
6848         * elf/Makefile: Pretty print.
6849         * elf/dl-lookup.c: Include unistd.h.
6850         * elf/dl-runtime.c: Likewise.
6852         * localedata/Makefile (test-srcs): Add tst-rpmatch.
6853         (distribute): Add tst-rpmatch.sh.
6854         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
6856         New tests for rpmatch function by
6857         Jochen Hein <jochen.hein@delphi.central.de>.
6858         * localedata/tst-rpmatch.c: New file.
6859         * localedata/tst-rpmatch.sh: New file.
6861         * localedata/locales/de_DE: Correct yesexpr and noexpr.
6862         * localedata/locales/de_AT: Likewise.
6864         * posix/getopt.c: Update contact address.
6865         * posix/getopt1.c: Pretty print.
6867         * sysdeps/generic/libc-start.c: Do most of the initialization now
6868         here instead of in start.S.
6869         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6870         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
6872         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
6873         profil_counter to be public.
6875 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
6877         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
6878         (parse_param): Coded parameter length expansion (${#var}).
6879         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
6880         (parse_param): Cleaned up (fixed) error handling.
6882         * posix/wordexp-test.c: IFS now includes non-whitespace character
6883         (comma).  Added more tests.
6885 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
6887         * elf/link.h: Fix typos.
6888         Reported by Andreas Jaeger.
6890         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
6891         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
6893 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6895         * argp/argp-help.c: Remove last bits of using gettext instead of
6896         dgettext.
6898 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
6900         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
6901         __libc_start_main.
6902         * csu/Makefile (routines): Add libc-start.
6903         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
6904         * elf/dl-lookup.c: Likewise.
6905         * elf/dl-version.c: Likewise.
6906         * sysdeps/i386/dl-machine.h: Likewise.
6907         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
6908         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
6909         _dl_sysdep_message macros which use _dl_sysdep_output.
6910         * elf/dl-fini.c: Write out which destructor is called while debugging.
6911         * elf/dl-init.c: Likewise for constructor.
6912         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
6913         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
6914         _dl_sysdep_message.  Add _dl_sysdep_output.
6915         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
6916         this file can be opened.
6917         For LD_DEBUG=libs also set _dl_debug_impcalls.
6918         * sysdeps/generic/dl-cache.c: Include unistd.h.
6919         * sysdeps/generic/libc-start.c: New file.
6920         * sysdeps/unix/sysv/linux/libc-start.c: New file.
6921         * sysdeps/i386/elf/start.S: Don't call main directly, call
6922         __libc_start_main instead.
6924         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
6926 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6928         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
6930 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
6932         * argp/argp.h (struct argp): Add new field domain.
6933         * argp/argp-help.c: Change all gettext calls to dgettext and use
6934         domain field from appropriate argp in call.
6935         * argp/argp-parse.c: Likewise.
6937 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
6939         * posix/wordexp-test.c: Change testsuite so that it can run even
6940         for ~root != /root.
6942 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6944         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
6946 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6948         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
6949         Don't store into global errno if we already store through
6950         __errno_location.
6951         * sysdeps/unix/i386/sysdep.S: Likewise.
6952         * sysdeps/unix/alpha/sysdep.S: Likewise.
6953         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6954         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
6955         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
6956         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
6957         PIC).
6959 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6961         * sysdeps/generic/sysdep.h (L): Remove definition.
6962         * sysdeps/i386/sysdep.h (L): Define it here instead.
6964 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6966         * nis/nis_call.c (__do_niscall): Safe and reset errno.
6968         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
6970 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6972         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
6973         declaration style to avoid warnings.
6975 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
6977         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
6978         "LD_DEBUG".
6980 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6982         * posix/Makefile (tests): Add wordexp-test.
6983         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
6984         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
6986 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
6988         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
6989         dependencies.
6991         * elf/link.h (struct r_search_path_elem): Add two new field for
6992         lib path debugging.
6993         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
6994         variable accordingly.
6995         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
6996         is considered next along with information about load paths.
6997         * sysdeps/generic/dl-cache.c: Likewise.
6998         * elf/dl-support.c: Define _dl_debug_libs.
6999         * elf/genrtldtbl.awk: Add initializers for two new field in
7000         struct r_search_path_elem.
7002 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7004         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
7005         * sysdeps/m68k/lshift.S: Likewise.
7006         * sysdeps/m68k/rshift.S: Likewise.
7007         * sysdeps/m68k/sub_n.S: Likewise.
7008         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
7009         * sysdeps/m68k/m68020/mul_1.S: Likewise.
7010         * sysdeps/m68k/m68020/submul_1.S: Likewise.
7012         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
7013         [_LIBC_REENTRANT]: Don't store into global errno.
7015         * sysdeps/m68k/sysdep.h: New file.
7016         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
7017         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
7018         (DO_CALL): Change to expect syscall name as argument.
7019         (PSEUDO): Pass syscall_name to DO_CALL.
7020         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
7021         errno.
7023 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
7025         * elf/rtld.c: Speed up processing of environment variables.  Do
7026         only one run on the environment by avoiding to call getenv.
7027         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
7028         function.  Used by patch above.
7030 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7032         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
7033         running nscd.
7034         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
7035         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
7036         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
7038 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
7040         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
7041         module cannot be found.  Reported by Andreas Jaeger.
7043 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7045         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
7046         on platforms which default to unsigned chars.
7047         * nscd/nscd_getpw_r.c: Likewise.
7048         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
7049         defining it.
7051 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7053         * elf/Makefile (install-bin): Change = to += for sprof to install
7054         ldd also.
7056 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
7058         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
7060 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
7062         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
7064 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7066         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
7067         that a failure to connect to nscd doesn't change errno.
7069 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7071         * manual/maint.texi (Reporting Bugs): Change
7072         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
7074         * locale/iso-4217.def: Likewise
7076 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
7078         * manual/texinfo.tex: Updated.
7080 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7082         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
7083         value.
7084         * sysdeps/posix/pathconf.c: Likewise.
7085         * posix/getconf.c: Print `undefined' if pathconf returns -1
7086         without setting errno.
7088 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
7090         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
7091         problem.
7092         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
7093         Patches by Elliot Lee <sopwith@cuc.edu>.
7095 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
7097         * elf/link.h (struct link_map): Add new field l_reloc_result.
7098         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
7099         of relocation for the object to be profiled.
7100         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
7101         to NULL.
7102         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
7103         array here.
7104         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
7105         contains a result from a previous run use this instead of computing
7106         the value again.
7107         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
7109 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7111         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
7112         offsets into the GOT.
7113         (RTLD_START): Likewise.
7115 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
7117         * elf/sprof.c: Cleanup a bit.
7119 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
7121         * sysdeps/generic/sysdep.h (L): New. Define.
7123         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
7125         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
7127         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
7128         to have only one exit point for functions.
7129         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7130         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
7131         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
7132         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7133         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
7135 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7137         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
7138         reset errno so that errno isn't set to ENOSYS in the first call.
7139         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
7140         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
7141         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
7142         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
7144 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
7146         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
7147         * sysdeps/i386/addmul_1.S: Likewise.
7148         * sysdeps/i386/lshift.S: Likewise.
7149         * sysdeps/i386/mul_1.S: Likewise.
7150         * sysdeps/i386/rshift.S: Likewise.
7151         * sysdeps/i386/sub_n.S: Likewise.
7152         * sysdeps/i386/submul_1.S: Likewise.
7153         * sysdeps/i386/i586/add_n.S: Likewise.
7154         * sysdeps/i386/i586/addmul_1.S: Likewise.
7155         * sysdeps/i386/i586/lshift.S: Likewise.
7156         * sysdeps/i386/i586/mul_1.S: Likewise.
7157         * sysdeps/i386/i586/rshift.S: Likewise.
7158         * sysdeps/i386/i586/sub_n.S: Likewise.
7159         * sysdeps/i386/i586/submul_1.S: Likewise.
7161         * sysdeps/i386/sysdep.h: Extend last change.
7163         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
7164         to have only one exit point for functions.
7166 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
7168         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
7169         search.
7171 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
7173         * Makerules: Generate libc.so with absolute paths for the used
7174         shared objects.
7176         * config.make.in: Add MAKEINFO definition.
7178 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
7180         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
7181         (ENTRY): Use STABS_FUN.
7182         (END): Use STABS_FUN_END.
7183         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
7185         * elf/Makefile: Add rules to build sprof program.
7186         * elf/sprof.c: New file.
7188 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7190         * misc/syslog.c (openlog_internal): Insert missing closing brace.
7192 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7194         * configure.in: Check for working msgfmt version (from GNU gettext
7195         0.10 or later).
7197 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
7199         * configure.in: Avoid //s in sysdirs.
7200         Patch by Roland McGrath.
7202         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
7204 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
7206         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
7207         setting _dl_global_scope for RTLD_GLOBAL.
7209 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7211         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
7212         possible lists of object-suffixes are taken care of.
7214 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
7216         * timezone/private.h: Update from tzcode1998c.
7217         * timezone/zic.c: Likewise.
7218         * timezone/antarctica: Updated from tzdata1998c.
7219         * timezone/asia: Likewise.
7220         * timezone/australasia: Likewise.
7221         * timezone/europe: Likewise.
7222         * timezone/southamerica: Likewise.
7224 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
7226         * posix/glob.c (glob_in_dir): Add support for cases insensitive
7227         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
7229 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
7231         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
7232         Changed type of TWO43, TWO52 from float to double.
7233         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
7234         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
7235         Changed type of TWO43 from float to double.
7236         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
7237         Use __isinff.
7239 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
7241         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
7242         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
7243         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
7245 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
7247         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
7248         kernel_termios.h.
7249         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
7250         Clean up random whitespace.
7251         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
7252         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
7253         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
7254         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
7256 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
7258         * shlib-versions: Match alpha*.
7259         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
7260         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
7262         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
7263         Implement copysign* with and without __ prefix.
7264         Likewise for fabs; use builtin for gcc 2.8.
7265         (floor*): New.
7266         (fdim*): New.
7268         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
7269         (R_SPARC*): Match current v9 ABI.
7271         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
7273         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
7274         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
7275         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
7276         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
7277         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
7278         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
7279         * sysdeps/unix/grantpt.c (argv): Fix consts.
7280         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
7281         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7283 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7285         * misc/syslog.c: Change to allow user the interpretation of the
7286         outcome even with syslog having no return value.
7288 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
7290         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
7291         that the number of program headers is >0 (which is wrong for the
7292         loader itself).
7294 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7296         * Makefile (distribute): Add README.libm.
7298 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7300         * time/clocktest.c (main): Correct typo: "--" -> "==".
7302 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
7304         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
7305         inline function.
7306         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
7307         inline functions.
7309         * math/libm.map (__atan2): Added.
7311 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7313         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
7314         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
7316         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
7317         bug.
7319 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7321         * manual/arith.texi (Old-style number conversion): Correct
7322         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
7324 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7326         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
7327         but does not require it.  Handle missing argv[] values gracefully.
7328         * posix/execl.c: Likewise.
7329         * posix/execle.c: Likewise.
7331 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7333         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
7334         bit.
7335         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
7337 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7339         * libc.map: Add __adjtimex.
7341 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7343         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
7344         Remove memset.
7346 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
7348         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
7349         to 64.
7351         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
7353         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
7354         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
7356         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
7357         for shared library.
7359         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
7361         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
7362         Added adjtimex and old_adjtimex.
7364         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
7365         New.
7366         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
7367         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
7369         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
7370         symbols only for shared library.
7371         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7372         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7373         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7374         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7375         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7376         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7377         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7379         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
7380         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7381         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7382         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7383         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7384         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7385         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7386         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7388         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
7389         rusage pointer.
7391         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
7392         New macros.
7393         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
7394         timex and __adjtimex, respectively.
7396         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
7398         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
7400 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
7402         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
7403         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
7405 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
7407         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
7409 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7411         * Makefile.in: Disable built-in rules.
7413 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7415         * sysdeps/i386/fpu/t_exp.c: Move to ...
7416         * sysdeps/libm-i387/t_exp.c: ... here.
7418 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
7420         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
7421         from __exp2_deltatable.
7423 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
7425         * nis/ypclnt.c (yp_master): Check result of strdup.
7426         Patch by Thorsten Kukuk.
7428 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7430         * nis/ypclnt.c: Give clnt handle after error checking free, change
7431         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
7433 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
7435         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
7436         Patch by Joe Keane <jgk@jgk.org>.
7438         * misc/fstab.h (struct fstab): Change fs_type member to be const.
7439         * misc/fstab.c: Remove casts in fs_type assignments.
7441 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7443         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
7444         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
7445         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
7446         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
7447         * sysdeps/powerpc/bits/fenv.h: Likewise.
7448         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
7449         * sysdeps/generic/bits/fenv.h: Likewise.
7450         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
7451         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
7452         * sysdeps/powerpc/test-arith.c (main): Likewise.
7454 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
7456         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
7457         the comparison macros.
7459 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
7461         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
7462         (__log2): Fixed return values.
7463         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
7465 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
7467         * math/math.h (isunordered): Rename local variables to ensure
7468         correct code.  Reported by HJ Lu.
7470 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
7472         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
7473         isless, islessequal, islessgreater, isunordered): Fix syntax for
7474         fucompip instruction.
7475         (isless, islessequal): Fix logic.
7477 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7479         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
7480         (comparisons_test): New tests for comparison macros.
7482 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
7484         * Makeconfig: Filter out frame-pointer effecting options when
7485         compiling profiling or debugging code.
7486         * config.h.in (internal_function): Don't define here if PROF is
7487         defined.
7488         * gmon/gmon.c (__moncontrol): Don't change state if already in error
7489         state.
7490         (__monstartup): If calloc fails set error state and mark array as
7491         not allocated.
7492         (_mcleanup): Don't call write_gmon if in error state.  Don't try
7493         to free array if not  successfully allocated.
7495         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
7496         Include elf.h to get macro definitions.
7497         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
7499 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
7501         * elf/ldd.sh.in: Add compatibility for broken old shells.
7502         * elf/ldd.bash.in: Likewise.
7504 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
7506         * sunrpc/rpc_main.c (open_input): Check pipe return error.
7508         * time/clocktest.c (main): Check signal return error.
7510 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7512         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
7513         "/" and use do-install-program. Reported by Mark M. Kettenis.
7514         (subdir_install):  Likewise.
7516 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7518         * sunrpc/rpc_sample.c: Fix typo.
7520         * nscd/connections.c: Use locale.
7521         * nscd/grpcache.c: Add debug messages, gidtbl should get the
7522           calloc result.
7523         * nscd/nscd.c: Check if init functions fails.
7524         * nscd/nscd_conf.c: Allow disabling of group cache.
7525         * nscd/nscd_getgr_r.c: Fix return code if group not found.
7526         * nscd/pwdcache.c: Fix debug messages.
7528 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7530         * libc.map: Add __monstartup and _mcleanup for profiling support.
7532 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7534         * libc.map: Export __getpagesize, for binary compatibility with
7535         2.0.
7537 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7539         * posix/globtest.sh: Use --library-path instead of
7540         LD_LIBRARY_PATH.
7541         * localedata/sort-test.sh: Likewise.
7542         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
7544 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7546         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
7547         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
7548         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7550         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
7551         kernel_sigaction): Define.
7552         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
7553         kernel_sigaction): Define.
7555 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7557         * math/libm-test.c: Change epsilons for libm-ieee754.
7559 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
7561         * sysdeps/i386/__longjmp.S: Fix race condition.
7562         Reported by Bruno Haible <haible@ilog.fr>.
7564 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
7566         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
7567         * iconvdata/8bit-gap.c: Likewise.
7568         * iconvdata/8bit-generic.c: Likewise.
7569         * iconvdata/iso6937.c: Likewise.
7570         * iconvdata/iso8859-1.c: Likewise.
7571         * iconvdata/sjis.c: Likewise.
7572         * iconvdata/t61.c: Likewise.
7574 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7576         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
7577         feature tests by positive feature tests.
7579 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7581         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
7583 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
7585         * elf/dlvsym.c (dlvsym_doit): More corrections.
7586         Patch by Andreas Jaeger.
7588 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
7590         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
7592 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
7594         * libc.map: More reordering for GLIBC_2.1 symbols.
7596 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7598         * libc.map: Move some functions from version GLIBC_2.0 to
7599         GLIBC_2.1, reorder declarations.
7601 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
7603         * resolv/gethnamaddr.c (addrsort): Make this function extern.
7604         Patch by zab@thebrain.grumblesmurf.net.
7606 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7608         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
7609         NIS+ functions with version GLIBC_2.1.
7611 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
7613         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
7614         with 2.0 binaries.  Reported by Thorsten Kukuk.
7616 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7618         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
7620         * elf/dlsym.c (dlsym_doit): Likewise.
7622 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7624         * elf/link.h: Correct typos.
7626         * iconv/iconv_prog.c: Correct typo.
7628 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
7630         * iconv/Makefile: Add rules to build and install iconv program.
7631         * iconv/iconv_prog.c: New file.
7633 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
7635         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
7636         _dl_lookup_symbol_skip call.
7637         * elf/dlvsym.c (dlvsym_doit): Likewise.
7639 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
7641         * libio/iovsscanf.c: Do not include errno.h.
7643 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7645         * elf/dl-load.c (add_name_to_object): Don't translate strings.
7646         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
7647         pulling in the whole error list.
7648         (__dcgettext, dcgettext): Removed.
7649         * libc.map: Export _strerror_internal.
7651 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
7653         * sysdeps/i386/fpu/t_exp.c: New file.
7655 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7657         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
7658         everything with version GLIBC_2.1.
7659         * hesiod/libnss_hesiod.map: Likewise.
7661 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7663         * manual/arith.texi (Old-style number conversion): This node is a
7664         section, not a subsection.
7666 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7668         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
7670 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7672         * elf/rtld.c (dl_main): Make sure that the library search paths
7673         have been initialized before the first call to _dl_map_object.
7675 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7677         * Makerules (common-generated): Add libc_pic.os.
7679 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7681         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
7682         of the executable.
7684 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7686         * sysdeps/m68k/fpu/t_exp.c: New file.
7688 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7690         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
7691         to global errno variable anymore.
7693 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
7695         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
7696         If PRELOADED is nonzero check in case of an SUID application
7697         whether the shared object has the SUID bit set.
7698         Fix some other problems with handling shared objects in system
7699         specific directories.
7700         (_dl_map_object): Also take extra parameter and pass it to open_path.
7701         * elf/link.h (_dl_map_object): Correct prototype and comment.
7702         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
7703         * elf/dl-open.c (_dl_open): Likewise.
7704         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
7706         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
7708 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7710         * math/libm-test.c (modf_test): Add test for 1.5.
7712         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
7713         0 to get always an int.
7715 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7717         * math/libm.map: Move all symbols that are new in glibc 2.1 to
7718         version GLIBC_2.1.
7720 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7722         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
7723         trying to read another character.
7725 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7727         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
7728         name to lowercase.
7730         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
7731         name to lowercase, add test for big enough buffer.
7733 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7735         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
7736         Make compatible with older kernels.  Patch by Richard Henderson.
7738 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
7740         * elf/dl-load.c (open_path): Use __xstat instead of stat.
7742         * localedata/tst-locale.sh: Comment out first test for now.
7744 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
7746         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
7747         as 1.
7748         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
7749         Likewise.
7751         * libio/iogetline.c (_IO_getline_info): Renamed from
7752         _IO_getline.
7753         (_IO_getline): Just call _IO_getline_info.
7755         * libio/libioP.h (_IO_getline_info): New declaration.
7757         * libc.map (_IO_getline_info, __write): Added.
7759 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7761         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
7762         const char* to shut up gcc.
7764 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
7766         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
7767         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
7769         * math/math.h: Define M_* constants always as `double' and add new
7770         macros M_*l which are of type `long double'.
7771         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
7772         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
7773         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
7774         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7775         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7776         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7777         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
7778         * math/libm-tst.c: Likewise.
7780         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
7781         define as long double unconditionally.
7783 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7785         * manual/arith.texi (Old-style number conversion): Correct some
7786         typos.
7788 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
7790         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
7791         Restore.
7793         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
7795 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7797         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
7798         on $(rtld-ldscript).
7800         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
7801         starting from 0 not only from `from'.
7802         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7804 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
7806         * elf/rtld.c (dl_main): Recognize --library-path parameter and
7807         pass value (or NULL) to _dl_init_paths.
7808         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
7809         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
7810         environment variable.
7811         * elf/link.h: Change prototype for _dl_init_paths.
7812         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
7814         * localedata/Makefile (distribute): Add test files.
7816 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7818         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
7819         test1.def, test2.def, test3.def, test4.def}: Simple input files
7820         for localedef. Contributed by Yung-Ching Hsiao
7821         <yhsiao@cae.wisc.edu>.
7823         * localedata/Makefile (tests): Call tst-locale.sh.
7825         * localedata/tst-locale.sh: New file, regression tests for some
7826         localedef problems.
7828 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7830         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
7832         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
7833         terminated.
7834         * nis/nss_nisplus/nisplus-network.c: Likewise.
7835         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7836         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7837         * nis/nss_nisplus/nisplus-service.c: Likewise.
7839         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
7840         and support generating thread safe RPC code.
7841         * sunrpc/rpc_main.c: Add changes.
7842         * sunrpc/rpc_clntout.c: Likewise.
7843         * sunrpc/rpc_cout.c: Likewise.
7844         * sunrpc/rpc_hout.c: Likewise.
7845         * sunrpc/rpc_parse.c: Likewise.
7846         * sunrpc/rpc_sample.c: Likewise.
7847         * sunrpc/rpc_scan.c: Likewise.
7848         * sunrpc/rpc_svcout.c: Likewise.
7849         * sunrpc/rpc_util.c: Likewise.
7850         * sunrpc/rpc_util.h: Add new structs and prototypes.
7851         * sunrpc/proto.h: Remove prototypes for static functions.
7853 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7855         * locale/programs/ld-messages.c (messages_finish): Don't skip
7856         error checking when being quiet.
7857         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
7858         (set_class_defaults): Likewise.
7859         * locale/programs/charmap.c (parse_charmap): Likewise.
7860         * locale/programs/ld-collate.c (collate_finish): Likewise.
7861         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
7862         * locale/programs/ld-time.c (time_finish): Likewise.
7863         * locale/programs/locfile.c (write_locale_data): Likewise.
7865         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
7866         unknown characters and empty ranges.
7867         * locale/programs/ld-collate.c (collate_order_elem): When
7868         processing an ellipsis properly form a linked list in the result
7869         table, fix typo when allocating ordering array.
7870         [PR libc/419]
7872 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7874         * elf/Makefile (ld-map): Define.
7875         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
7876         `$(rtld-ldscript)'.
7877         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
7878         on $(ld-map).
7879         (rtld-link): Combine the two versions of this definition.  Fixed
7880         to make it work when no symbol versioning is used.
7882 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7884         * Makeconfig (build-program-cmd): Use --library-path parameter to
7885         ld.so instead of environment variable.
7887         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
7888         * sunrpc/rpc_main.c: Remove support for -$$ option again.
7890 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7892         * Make-dist: Respect with-cvs setting.
7893         * MakeTAGS (all-pot): Likewise.
7894         * sysdeps/sparc/sparc32/Makefile: Likewise.
7895         * sysdeps/mach/hurd/Makefile: Likewise.
7896         * stdlib/Makefile: Likewise.
7897         * posix/Makefile: Likewise.
7898         * intl/Makefile: Likewise.
7899         * po/Makefile (linguas): Likewise
7901 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7903         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
7905 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7907         * libc.map: Add __strcasecmp.
7909         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
7910         module.
7912         * nss/getXXent_r.c: If no more module is found don't try to call
7913         setXXent functions but leave unsuccessfully.
7915         * malloc/obstack.h: Cleanups.
7917         * sysdeps/wordsize-32/stdint.h: New file.
7918         * sysdeps/wordsize-64/stdint.h: New file.
7919         * sysdeps/generic/stdint.h: New file.
7920         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
7921         * sysdeps/wordsize-64/inttypes.h: Likewise.
7922         * stdlib/Makefile (headers): Add stdint.h.
7924 1998-02-03  Paul Eggert  <eggert@twinsun.com>
7926         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
7928 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7930         * timezone: New directory.
7931         * time/README, time/africa, time/antarctica, time/asia,
7932         time/australasia, time/backward, time/checktab.awk,
7933         time/etcetera, time/europe, time/factory, time/ialloc.c,
7934         time/iso3166.tab, time/leapseconds, time/northamerica,
7935         time/pacificnew, time/private.h, time/scheck.c,
7936         time/solar87, time/solar88, time/solar89, time/southamerica,
7937         time/systemv, time/test-tz.c, time/tzfile.h,
7938         time/tzselect.ksh, time/yearistype, time/zdump.c,
7939         time/zic.c, time/zone.tab: Moved to timezone.
7940         * time/tzfile.c: Include tzfile.h from timezone subdir.
7941         * time/tzset.c: Likewise.
7942         * time/Makefile: Cut out all code relating to timezones...
7943         * timezone/Makefile: ...and paste it in here.
7944         * Makefile (subdirs): Add timezone.
7946 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
7948         * libc.map (_sys_nerr): Added.
7950         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
7951         versioned symbol.
7953 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
7955         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
7956         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
7957         Reported by Craig Metz <cmetz@inner.net>.
7959 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7961         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
7962         instead of strcasecmp.
7963         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
7965         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
7967 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
7969         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
7970         Patch by Dean Gaudet <dgaudet@arctic.org>.
7972 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
7974         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
7976 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7978         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
7979         with no poll syscall, just include the BSD version.
7980         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
7981         kernel without the syscall, include the stub version.
7982         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
7983         * sysdeps/generic/getresuid.c: New file.
7984         * sysdeps/generic/getresgid.c: New file.
7986 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7988         * stdio-common/vfscanf.c: Correct last change a bit.
7990 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
7992         * elf/Makefile: Don't use --version-script parameter to link ld.so
7993         unconditionally.
7995 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
7997         * math/Makefile: Add t_exp.
7998         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
7999         constants.
8000         * math/test-reduce.c: Remove temporarily, it seems to be broken.
8001         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
8002         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
8003         better accuracy.
8004         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
8005         algorithm for very large/very small arguments.
8006         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
8007         correct algorithm for very large/very small arguments; adjust for
8008         new table.
8009         * sysdeps/libm-ieee754/t_exp.c: New file.
8010         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
8012         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
8013         back, with comment that explains what breaks when you remove it :-(.
8015         * localedata/xfrm-test.c: Avoid integer overflow.
8017         * stdlib/strfmon.c: char is unsigned, sometimes.
8019         * sysdeps/powerpc/Makefile: Remove quad float support.
8020         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
8021         * sysdeps/powerpc/quad_float.h: Likewise.
8022         * sysdeps/powerpc/test-arith.c: Likewise.
8023         * sysdeps/powerpc/test-arithf.c: Likewise.
8025         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
8026         * sysdeps/generic/s_exp2f.c: Likewise.
8028         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
8029         don't try anything if _SOFT_FLOAT.
8031 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8033         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
8034         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
8035         * wctype/wctype.c: Likewise.
8036         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
8037         changed.  They are incompatible with the _ISxxx values from
8038         <ctype.h> on little endian machines.
8039         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
8040         bit number.  This fixes the real bug and restores the integrity of
8041         the ctype locale file.
8042         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
8043         * wctype/wcfuncs_l.c: Likewise.
8044         * wctype/wcextra.c: Likewise.
8045         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
8046         byte swapping.
8048 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8050         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
8051         into .bss segment instead of .common, so that aliases on it work.
8053         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
8054         .size directives, put into .bss segment instead of initializing it
8055         to 4.
8057 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
8059         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
8061         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
8062         functions.
8063         Make names without __ weak aliases.
8064         (__libc_release, __libc_version): Make them static.
8066         * include/gnu/libc-version.h: New file.
8067         * Makefile (headers): Add gnu/libc-version.h.
8069 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
8071         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
8072         and use x for member name.
8073         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
8075         * stdlib/drand48.c: Change according to member name change.
8076         * stdlib/drand48_r.c: Likewise.
8077         * stdlib/lcong48_r.c: Likewise.
8078         * stdlib/lrand48.c: Likewise.
8079         * stdlib/lrand48_r.c: Likewise.
8080         * stdlib/mrand48.c: Likewise.
8081         * stdlib/mrand48_r.c: Likewise.
8082         * stdlib/seed48.c: Likewise.
8083         * stdlib/seed48_r.c: Likewise.
8084         * stdlib/srand48_r.c: Likewise.
8086 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8088         * nss/test-netdb.c: Add some more test cases.
8090 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
8092         * libio/iovsscanf.c: Undo last change modifying errno.
8094 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8096         * stdio-common/vfscanf.c: Never try to read another character
8097         after EOF.  Don't decrement read_in after EOF, it wasn't
8098         incremented in the first place.
8099         (NEXT_WIDE_CHAR): Set First, not first.
8101 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
8103         * db/Makefile ($(inst_libdir)/libndbm.a,
8104         $(inst_libdir)/libndbm.so): New targets.
8105         * db2/Makefile: Likewise.
8107 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
8109         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
8110         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
8112 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8114         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
8115         <streambuf.h>.
8116         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8118 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8120         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
8121         versioned symbols.
8123 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
8125         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
8126         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
8127         Added for libdl.so.
8129 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8131         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
8132         extra syscall.
8134         * grp/Makefile: Fix logic when checking for thread package.
8135         * pwd/Makefile: Likewise.
8137 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
8139         * elf/Makefile (rtld-map): Replaced by libc-map.
8141         * elf/rtld.map: Removed.
8143         * libc.map (__libc_enable_secure, _dl_catch_error,
8144         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
8145         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
8146         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
8147         _dl_object_relocation_scope, _dl_relocate_object,
8148         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
8149         _r_debug): Added for ld.so.
8151 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
8153         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
8154         DO_VERSIONING.
8155         * libio/iofdopen.c: Ditto.
8156         * libio/iofopen.c: Ditto.
8157         * libio/oldfileops.c: Ditto.
8159         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
8160         version GLIBC_2.1.
8162         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
8163         oldsiglist from sysdep_routines and shared-only-routines.
8165         * sysdeps/unix/sysv/linux/errlist.c: New.
8166         * sysdeps/unix/sysv/linux/errlist.h: New.
8167         * sysdeps/unix/sysv/linux/sizes.h: New.
8168         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
8169         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
8171         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
8173         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
8174         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
8175         directive.
8177         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
8179         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
8180         (oldsiglist.c): Removed.
8182         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
8183         (_sys_siglist): Use SYS_SIGLIST instead.
8184         (_sys_nerr): Use SYS_NERR instead.
8186         * sysdeps/gnu/errlist.c: Rebuilt.
8188 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
8190         * elf/Makefile (others-static): New, set to ldconfig.
8191         ($(objpfx)ldconfig): Removed.
8193         * Rules (binaries-all, binaries-static, binaries-shared): New.
8194         Create targets for $(binaries-static) and $(binaries-shared).
8196         * Makeconfig (+link-static, link-libc-static,
8197         link-extra-libs-static): New for static linking.
8199 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8201         * manual/memory.texi (Using the Memory Debugger): Fix typo.
8203         * math/libm-test.c (modf_test): Add one more test for modf.
8205 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
8207         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
8208         Rename from __libc_have_rt_sigs and leave as COMMON data.
8210 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
8212         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
8213         of __finite.
8215 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
8217         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
8219 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
8221         * misc/tst-efgcvt.c: Add yet more tests.
8222         * misc/efgcvt_r.c: And correct for these tests again.
8223         Reported by HJ Lu.
8225         * isomac.c: Move to...
8226         * stdlib/isomac.c: ...here.
8227         * Makefile: Move rules for handling isomac...
8228         * stdlib/Makefile: ...to here.
8230 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
8232         * misc/tst-efgcvt.c: Add more tests.
8233         * misc/efgcvt_r.c: Correct result for above new tests.
8235 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
8237         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
8238         NDIGIT <= 0.
8240 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
8242         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
8243         if the programs weren't built.
8245 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
8247         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
8248         FE_TONEAREST, soldier on regardless and do the best we can.
8249         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
8251 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
8253         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
8254         _STDIO_H, before including <bits/stdio_lim.h>.
8256         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
8258         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
8259         exist.
8261         * sysdeps/arm/sys/ucontext.h: New file.
8263 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
8265         * manual/stdio.texi (Formatted Output Functions): Explicitly say
8266         that the return value from snprintf() does not count the
8267         terminating NUL as a character.
8269 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
8271         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
8272         add description for sete[ug]id and general cleanup.
8273         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8275 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8277         * Makefile (parent-clean): Don't remove makefile fragments here.
8278         (postclean): New variable.
8279         (clean): Remove makefile fragments here.
8280         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
8281         (generated): Add isomac and isomanc.out.
8282         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
8283         avoid-generated is set.
8284         (postclean-generated): Add soversion.mk.
8285         ($(common-objpfx)version.mk): Don't include if avoid-generated is
8286         set.
8287         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
8288         avoid-generated is set.
8289         (common-generated): Add libc.so and libc.so$(libc.so-version).
8290         (generated): Add versioned libraries.
8291         (common-mostlyclean): Also remove %.so and %_pic.a.
8292         * csu/Makefile (generated): Add abi-tag.h.
8293         * db2/Makefile (extra-objs): Add getlong.o.
8294         * elf/Makefile (generated): Add ld.so, ldd and
8295         $(rtld-installed-name).
8296         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
8297         * malloc/Makefile (generated): Add mtrace.
8298         * po/Makefile: Don't include version.mk, not needed any more.
8299         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
8300         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
8301         syscall.h -> sys/syscall.h.
8302         (common-generated): Add s-proto.d.
8303         (postclean-generated): Add sysd-syscalls.
8304         * localedata/Makefile (test-output): Add all output files.
8305         (generated): Add test-input and test-output.
8306         (generated-dirs): Add all the dirs.
8308 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8310         * Makefile (test-output, generated, generated-dirs): New
8311         variables.
8313 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
8315         * resolv/nss_dns/dns-host.c: Various code cleanups.
8317 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
8319         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
8320         From Philip Blundell <pb@nexus.co.uk>.
8321         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
8323 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8325         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
8326         Suggested by debian/sparc porters.
8328 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8330         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
8331         for ecvt and fcvt.
8333 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
8335         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
8336         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
8338         * signal/signal.h: Always define sigset_t if __need_sigset_t is
8339         defined even if __USE_POSIX is not defined.
8341 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8343         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
8344         to support obsolete tty major numbers correctly.
8346 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
8348         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
8349         directory first and ignore install error.
8351         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
8352         128 from ptyno and fix a typo for the BSD style pty.
8354 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8356         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
8357         syscalls.list's.
8359 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8361         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
8362         getresuid and getresgid.
8364         * sysdeps/unix/sysv/linux/getresuid.c: New file.
8365         * sysdeps/unix/sysv/linux/getresgid.c: New file.
8367         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
8368         s_getres[ug]id.
8370         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
8371         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8372         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8373         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
8375 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
8377         * nscd/grpcache.c: Include <stdlib.h>.
8379 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
8381         * stdlib/atoll.c: Fix comments.
8383         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
8384         * sysdeps/posix/ttyname_r.c: Ditto.
8386 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8388         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
8389         __USE_MISC, independent of __USE_UNIX98.
8391 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
8393         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
8394         Rename from __libc_have_rt_sigs and leave as COMMON data.
8396 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
8398         * Makeconfig (CFLAGS-.os): Kill -fno-common.
8399         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
8401         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
8402         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
8403         version symbols.
8404         * include/libc-symbols.h (symbol_version, default_symbol_version):
8405         Provide asm versions and correct !DO_VERSIONING versions.
8406         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
8407         the weak symbol list.
8409         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
8410         Rename from __libc_have_rt_sigs and leave as COMMON data.
8411         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8412         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8413         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8415 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8417         * sunrpc/Makefile: Correct dependencies of rpcgen.
8419 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
8421         * nscd/Makefile: Fix test for available linuxthreads add-on.
8422         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8424 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8426         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
8428 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8430         * sysdeps/gnu/Makefile: Respect with-cvs variable.
8432         * manual/errno.texi (Error Messages): Correct description of
8433         strerror_r.  Pointed out by jonas@bagge.se.
8435 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8437         * manual/socket.texi (Host Address Functions): Clarify description
8438         of inet_network.
8440 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8442         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
8443         (grantpt): Delete superfluous cast.
8445 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8447         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
8448         elf/ldso_install instead of elf/subdir_install.
8449         (elf/ldso_install): New target.
8451         * elf/Makefile (ldso_install): New target.
8453 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8455         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
8456         of 1998-01-06.
8458 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8460         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
8461         constant expressions.
8463 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8465         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
8466         for __nss_configure_lookup.
8467         (output_hostent): Remove unused variable.
8469 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8471         * string/tst-inlcall.c: Fix format string.
8473 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8475         * inet/netinet/in.h: Rename second parameter of bindresvport to
8476         avoid buggy gcc warning. [PR libc/412]
8478 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
8480         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
8481         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
8483         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
8484         Follow POSIX and make tv_sec a time_t.
8485         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
8486         new tv64 syscall as well as fall back to tv32.
8487         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
8488         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
8489         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
8490         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
8491         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
8492         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
8493         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
8494         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
8496         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
8497         * include/rpcsvc/nis_tags.h: Likewise.
8498         * include/rpcsvc/nislib.h: Likewise.
8500 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
8502         * libc.map: Add _h_errno.
8503         * inet/herrno.c: Make _h_errno weak alias.
8505         * login/Makefile (distribute): Add pty-internal.h.
8507         * nscd/Makefile (distribute): Add all the files missing.
8509         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
8510         are available.
8512         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
8513         and report status at the end.
8515         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
8517         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
8518         variable.
8519         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
8520         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
8521         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
8523 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
8525         * configure.in: Fix --enable-add-ons code.
8527 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8529         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
8530         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
8531         [PR libc/441]
8533         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
8534         occurence in cache.  Reported by Rudolf Leitgeb
8535         <leitgeb@leland.stanford.edu>.
8536         [PR libc/440]
8538 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
8540         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
8541         that it never is EINTR (which is tested for in _IO_vfscanf).
8543         * Makefile.in: Call sub-make with CVSOPTS.
8545         * elf/Makefile (distribute): Add dl-procinfo.h.
8547         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
8549 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
8551         * version.h (VERSION): Bump to 2.0.92.
8553 1998-01-31  Phil Blundell  <philb@gnu.org>
8555         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
8556         alias for __new_sys_siglist.
8558 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
8560         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
8561         getgrgid_r.c if thread package is available.
8562         * pwd/Makefile: Likewise.
8563         * grp/getgrnam_r.c: Remove USE_NSCD definition.
8564         * grp/getgrgid_r.c: Likewise.
8565         * pwd/getpwnam_r.c: Likewise.
8566         * pwd/getpwuid_r.c: Likewise.
8568 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
8570         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
8571         with error to allow user intervention.
8572         * nss/getXXent_r.c: Likewise.
8574 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
8576         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
8577         AT_PLATFORM string.  Pretty print AT_BASE info.
8579         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
8580         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
8581         * sysdeps/generic/dl-procinfo.h: New file.
8582         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
8584 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
8586         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
8588         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
8589         thread and not pthread_detach.
8591         * nscd/nscd.c: Rewrite to use argp instead of getopt.
8593 1998-01-31  Phil Blundell  <philb@gnu.org>
8595         * configure.in: Add --without-cvs option to suppress automatic
8596         checkin of regenerated files.
8597         * config.make.in: Likewise.
8598         * Makefile: Respect with-cvs setting.
8599         * Makerules: Likewise.
8601         * configure.in: Allow the standalone ARM port to be configured.
8603 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8605         * grp/getgrgid_r.c: Define USE_NSCD.
8606         * grp/getgrnam_r.c: Likewise.
8607         * pwd/getpwuid_r.c: Likewise.
8608         * pwd/getpwnam_r.c: Likewise.
8610         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
8612         * nss/getXXbyYY_r.c: Try at first nscd.
8614         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
8615         * nscd/connections.c: New file.
8616         * nscd/dbg_log.c: New file.
8617         * nscd/dbg_log.h: New file.
8618         * nscd/grpcache.c: New file.
8619         * nscd/nscd.c: New file.
8620         * nscd/nscd.h: New file.
8621         * nscd/nscd_conf.c: New file.
8622         * nscd/nscd_stat.c: New file.
8623         * nscd/pwdcache.c: New file.
8625         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
8626         * nscd/nscd_getpw_r.c: Likewise.
8627         * nscd/nscd_proto.h: New, prototypes for client functions.
8629         * nscd/nscd.conf: New, example for a configuration file.
8630         * nscd/nscd.init: New, example for a startup script.
8632         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
8633         avoid deadlocks.
8634         * nscd/getgrnam_r.c: Likewise.
8635         * nscd/getpwnam_r.c: Likewise.
8636         * nscd/getpwuid_r.c: Likewise.
8638 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
8640         * intl/Makefile: Use CVSOPTS in cvs invocation.
8641         * po/Makefile: Likewise.
8642         * posix/Makefile: Likewise.
8643         * stdlib/Makefile: Likewise.
8645 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
8647         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
8648         [PR libc/410]
8649         * misc/Makefile (tests): Add tst-efgcvt.
8650         * misc/tst-efgcvt.c: New file.
8652 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
8654         * posix/regex.c: Add some more cleanups by Akim Demaille.
8656 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
8658         * signal/signal.h: Revert last change.
8659         * string/strsignal.c: Regard signal number NSGI as illegal.
8660         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
8661         members.
8663 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
8665         * Makefile.in: Add comment about CVSOPTS Makefile variable.
8666         * Makerules: Use CVSOPTS in cvs invocation.
8667         * Makefile: Likewise.
8668         * MakeTAGS: Likewise.
8669         * Make-dist: Likewise.
8671 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
8673         * sysdeps/generic/memmem.c: Correct last change.
8675 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
8677         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
8678         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
8680 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8682         * nis/ypclnt.c: Try at first to use the binding file from ypbind
8683         before using RPC.
8685 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8687         * manual/memory.texi (Heap Consistency Checking): mcheck is
8688         declared in <mcheck.h>.
8689         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
8691 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8693         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
8694         beginning of haystack.
8696 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8698         * nss/nss_files/files-service.c: Correct last patch.
8700 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
8702         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
8703         __libc_have_rt_sigs.
8704         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
8705         including <bits/setjmp.h>.
8706         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
8707         Patch from the Debian glibc/SPARC package.
8709 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
8711         * sysdeps/alpha/bzero.S: Fix a typo.
8712         * sysdeps/alpha/htonl.S: Ditto.
8713         * sysdeps/alpha/htons.S: Ditto.
8715 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8717         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
8719 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
8721         * include/cpio.h: Move to ...
8722         * posix/cpio.h: ...here.
8724         * locale/programs/ld-collate.c: Fix typo.
8726         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
8728         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
8730         * login/utmp_file.c (pututline_file): Don't always report success
8731         if similar entry is found.  Patch by Mark M. Kettenis.
8733 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
8735         * manual/Makefile: Don't try to install the info files if makeinfo
8736         is not available.
8738 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
8740         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
8741         kernel's network ioctls, rather than using <linux/sockios.h> to
8742         get them.  This way we are sure of maintaining compatibility if
8743         the kernel interface should change.
8745 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
8747         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
8749 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
8751         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
8752         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
8754 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8756         Implement System V pseudoterminal handling.
8758         * login/Makefile
8759         (routines): Add getpt, grantpt, unlockpt, ptsname.
8760         (libutil-routines): Remove pty. Add openpty, forkpty.
8761         (distribute): New internal header pty-internal.h.
8762         (others): Add the helper program, pt_chown.
8763         (install-others): Install it, in $(libexecdir), mode 4755.
8765         * login/pty-internal.h: New file.
8766         * login/openpty.c: New file.
8767         * login/forkpty.c: New file.
8768         * login/programs/pt_chown.c: New file.
8770         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
8771         * stdlib/stdlib.h: Prototype them.
8773         * config.make.in: Define $(libexecdir).
8774         * Makeconfig: Define $(inst_libexecdir).
8776         * sysdeps/generic/pty.c: Removed.
8777         * sysdeps/unix/sysv/linux/pty.c: Removed.
8779         * sysdeps/generic/getpt.c: Stub out.
8780         * sysdeps/generic/grantpt.c: Likewise.
8781         * sysdeps/generic/ptsname.c: Likewise.
8782         * sysdeps/generic/unlockpt.c: Likewise.
8784         * sysdeps/unix/grantpt.c: New file.
8785         * sysdeps/unix/bsd/getpt.c: New file.
8786         * sysdeps/unix/bsd/unlockpt.c: New file.
8787         * sysdeps/unix/sysv/linux/getpt.c: New file.
8788         * sysdeps/unix/sysv/linux/ptsname.c: New file.
8789         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
8791 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
8793         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
8795 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8797         * nss/Makefile (tests): Add rule for test-netdb.c.
8799         * nss/test-netdb.c: New file.
8801 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
8803         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
8804         really kept as a variable.  Patch by Richard Henderson,
8805         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
8807         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
8808         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
8809         entries as not existing.
8811 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8813         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
8814         zero in alternate form with precision of zero, which must produce
8815         "0".  Add braces to avoid ambiguous `else'.
8817 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8819         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
8820         problem with strncpy.
8821         * nis/nss_compat/compat-pwd.c: Likewise.
8822         * nis/nss_compat/comapt-spwd.c: Likewise.
8824 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8826         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
8827         by uch@nop.or.jp. [PR libc/437]
8829 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8831         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
8833 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8835         * stdio-common/test-popen.c: Include <errno.h>.
8837         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
8838         close.
8840         * inet/getnetgrent_r.c: Include <errno.h>.
8842         * db2/db/db_conv.c: Include <string.h> for memcpy.
8844         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
8845         so that memcpy is declared.
8847         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
8849         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
8851 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8853         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
8854         overflow while reading line with fgets.
8855         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
8857 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
8859         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
8860         unsigned short, not short.
8861         Reported by Andreas Jaeger.
8863 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8865         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
8866         (ccept->accept).
8868         * sysdeps/generic/inttypes.h: Fix spelling.
8870 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8872         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
8874         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
8876 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
8878         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
8879         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
8880         field for hh modifier.
8881         * stdio-common/vfprint.c: Use is_char field and do not depend in
8882         is_short having the value 2.
8883         Bug reported by Andreas Jaeger.
8885 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8887         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
8888         PIC && DO_VERSIONING.
8890 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8892         * Rules: Add rules for $(common-objpfx)dummy$o.
8894 1998-01-26  Richard Henderson  <rth@cygnus.com>
8896         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
8897         unimplemented OSF/1 definitions so that they are not accidentally seen.
8899         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
8900         of the trampoline function into the macro.
8901         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
8902         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
8903         kernel 2.1.82 has this fixed.
8905         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
8906         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
8908 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
8910         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
8911         support sigaction on kernels > 2.1.7x.
8913 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
8915         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
8916         if it is empty.
8918         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
8919         Patch by David Engel <david@sw.ods.com>.
8921         * configure.in: Fix another typo in --enable-add-ons code.
8923 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
8925         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
8927 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8929         * nss/nss_files/files-network.c: Correct order of parameters for
8930         getnetbyaddr.
8932 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
8934         * db2/Makefile (routines): Add os_alloc.
8935         * db2/db.h: Update from db-2.3.16.
8936         * db2/db_185.h: Likewise.
8937         * db2/db_int.h: Likewise.
8938         * db2/btree/bt_close.c: Likewise.
8939         * db2/btree/bt_cursor.c: Likewise.
8940         * db2/btree/bt_delete.c: Likewise.
8941         * db2/btree/bt_open.c: Likewise.
8942         * db2/btree/bt_page.c: Likewise.
8943         * db2/btree/bt_put.c: Likewise.
8944         * db2/btree/bt_rec.c: Likewise.
8945         * db2/btree/bt_recno.c: Likewise.
8946         * db2/btree/btree_auto.c: Likewise.
8947         * db2/common/db_appinit.c: Likewise.
8948         * db2/common/db_apprec.c: Likewise.
8949         * db2/common/db_err.c: Likewise.
8950         * db2/common/db_region.c: Likewise.
8951         * db2/common/db_shash.c: Likewise.
8952         * db2/db/db.c: Likewise.
8953         * db2/db/db_auto.c: Likewise.
8954         * db2/db/db_conv.c: Likewise.
8955         * db2/db/db_dispatch.c: Likewise.
8956         * db2/db/db_dup.c: Likewise.
8957         * db2/db/db_pr.c: Likewise.
8958         * db2/db/db_rec.c: Likewise.
8959         * db2/db185/db185.c: Likewise.
8960         * db2/dbm/dbm.c: Likewise.
8961         * db2/hash/hash.c: Likewise.
8962         * db2/hash/hash_auto.c: Likewise.
8963         * db2/hash/hash_dup.c: Likewise.
8964         * db2/hash/hash_page.c: Likewise.
8965         * db2/hash/hash_rec.c: Likewise.
8966         * db2/include/btree_ext.h: Likewise.
8967         * db2/include/clib_ext.h: Likewise.
8968         * db2/include/common_ext.h: Likewise.
8969         * db2/include/db.h.src: Likewise.
8970         * db2/include/db_185.h.src: Likewise.
8971         * db2/include/db_am.h: Likewise.
8972         * db2/include/db_ext.h: Likewise.
8973         * db2/include/db_int.h.src: Likewise.
8974         * db2/include/hash_ext.h: Likewise.
8975         * db2/include/lock_ext.h: Likewise.
8976         * db2/include/log.h: Likewise.
8977         * db2/include/log_auto.h: Likewise.
8978         * db2/include/log_ext.h: Likewise.
8979         * db2/include/mp.h: Likewise.
8980         * db2/include/mp_ext.h: Likewise.
8981         * db2/include/mutex_ext.h: Likewise.
8982         * db2/include/os_ext.h: Likewise.
8983         * db2/include/os_func.h: Likewise.
8984         * db2/include/txn_ext.h: Likewise.
8985         * db2/lock/lock.c: Likewise.
8986         * db2/lock/lock_util.c: Likewise.
8987         * db2/log/log.c: Likewise.
8988         * db2/log/log.src: Likewise.
8989         * db2/log/log_archive.c: Likewise.
8990         * db2/log/log_auto.c: Likewise.
8991         * db2/log/log_get.c: Likewise.
8992         * db2/log/log_put.c: Likewise.
8993         * db2/log/log_rec.c: Likewise.
8994         * db2/log/log_register.c: Likewise.
8995         * db2/mp/mp_bh.c: Likewise.
8996         * db2/mp/mp_fget.c: Likewise.
8997         * db2/mp/mp_fopen.c: Likewise.
8998         * db2/mp/mp_fput.c: Likewise.
8999         * db2/mp/mp_pr.c: Likewise.
9000         * db2/mp/mp_sync.c: Likewise.
9001         * db2/mutex/mutex.c: Likewise.
9002         * db2/os/os_alloc.c: Likewise.
9003         * db2/os/os_config.c: Likewise.
9004         * db2/os/os_stat.c: Likewise.
9005         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
9006         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
9007         * db2/progs/db_load/db_load.c: Likewise.
9008         * db2/progs/db_printlog/db_printlog.c: Likewise.
9009         * db2/progs/db_recover/db_recover.c: Likewise.
9010         * db2/progs/db_stat/db_stat.c: Likewise.
9011         * db2/txn/txn.c: Likewise.
9013         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
9014         Unmap memory blocks in reverse order of allocation.
9015         Call munmap with load address added to offset.
9016         Bug reported by Miguel de Icaza.
9018         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
9019         up weight array.
9021         * localedata/locales/cs_CZ: Update by Michael Mraka
9022         <michael@informatics.muni.cz>.
9024         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
9025         __USE_BSD.
9027         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
9028         reading line with fgets.
9029         * nis/nss_compat/compat-pwd.c: Likewise.
9030         * nis/nss_compat/compat-spwd.c: Likewise.
9031         * nss/nss_files/files-XXX.c: Likewise.
9032         * nss/nss_files/files-alias.c: Likewise.
9033         * shadow/fgetspent_r.c: Likewise.
9035         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
9037         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
9038         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9039         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
9041         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
9042         FP register content in ucontext_t.
9044 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9046         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
9047         calculation.  Patch by Markus Schoder
9048         <Markus.Schoder@dresdner-bank.de>.
9050         * math/libm-test.c (modf_test): Add more tests for modf.
9052         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
9053         munlock according to Unix98.
9055 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9057         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
9058         AF_INET.
9060 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
9062         * sysdeps/posix/ttyname.c: Handle symbolic links.
9063         * sysdeps/posix/ttyname_r.c: Ditto.
9065 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
9067         * db2/makedb.c (process_input): Write terminating \0 for value.
9068         (print_database): Simply print value string, don't use length.
9070 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9072         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
9073         exit of loop.
9075 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9077         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
9078         close all sockets.
9080 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
9082         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
9083         sigset.
9084         * signal/sighold.c: New file.
9085         * signal/sigrelse.c: New file.
9086         * sysdeps/generic/sigignore.c: New file.
9087         * sysdeps/generic/sigset.c: New file.
9088         * sysdeps/posix/sigignore.c: New file.
9089         * sysdeps/posix/sigset.c: New file.
9090         * signal/signal.h: Add prototypes for new functions.
9092         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
9093         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
9094         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
9095         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
9097 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
9099         * posix/wordexp.c: Added IFS field-splitting in parameter and
9100         command substitution.  Fixed an IFS-related bug that caused an
9101         infinite loop.
9103 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
9105         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
9106         and swapcontext.
9107         * stdlib/ucontext.h: Correct prototypes.
9108         * sysdeps/generic/getcontext.c: New file.
9109         * sysdeps/generic/setcontext.c: New file.
9110         * sysdeps/generic/makecontext.c: New file.
9111         * sysdeps/generic/swapcontext.c: New file.
9112         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
9114 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
9116         * resource/sys/resource.h: Remove #include of ulimit.h which is
9117         not allowed by SUSv2 and not available on other systems.
9118         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
9120         * streams/Makefile: New file.
9121         * streams/stropts.h: New file.
9122         * sysdeps/generic/bits/stropts.h: New file.
9123         * sysdeps/generic/isastream.c: New file.
9124         * sysdeps/generic/getmsg.c: New file.
9125         * sysdeps/generic/getpmsg.c: New file.
9126         * sysdeps/generic/putmsg.c: New file.
9127         * sysdeps/generic/putpmsg.c: New file.
9128         * sysdeps/generic/fattach.c: New file.
9129         * sysdeps/generic/fdetach.c: New file.
9130         * sysdeps/unix/inet/Subdirs: Add streams.
9131         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
9132         __t_uscalar_t.
9133         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9134         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9135         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
9136         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9138         * sysdeps/mach/_strerror.c: Follow changes of generic version to
9139         handle small buffers correctly.
9141 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
9143         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9144         Remove the 3rd arg and add declaration for _dl_runtime_resolve
9145         and _dl_runtime_profile.
9147 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
9149         * include/cpio.h: New file.  Mainly copied from GNU cpio.
9150         * posix/Makefile (headers): Add cpio.h.
9152 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9154         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
9155         to routines.
9156         * nis/nis_cache.c: New file.
9157         * nis/nis_cache2.h: New file.
9158         * nis/nis_cache2_xdr.c: New file.
9159         * nis/nis_call.c: Changes for cache2_info parameter.
9160         * nis/nis_checkpoint.c: Likewise.
9161         * nis/nis_intern.h: Likewise.
9162         * nis/nis_mkdir.c: Likewise.
9163         * nis/nis_ping.c: Likewise.
9164         * nis/nis_rmdir.c: Likewise.
9165         * nis/nis_server.c: Likewise.
9166         * nis/nis_util.c: Likewise.
9168 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9170         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
9171         return/errnop codes.
9172         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
9173         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9174         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
9175         * nis/nss_nisplus/nisplus-proto.c: Likewise.
9176         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9177         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9178         * nis/nss_nisplus/nisplus-rpc.c: Likewise
9179         * nis/nss_nisplus/nisplus-service.c: Likewise.
9180         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
9182 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9184         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
9185         * nis/nss_nis/nis-ethers.c: Likewise.
9186         * nis/nss_nis/nis-grp.c: Likewise.
9187         * nis/nss_nis/nis-hosts.c: Likewise.
9188         * nis/nss_nis/nis-network.c: Likewise.
9189         * nis/nss_nis/nis-proto.c: Likewise.
9190         * nis/nss_nis/nis-hosts.c: Likewise.
9191         * nis/nss_nis/nis-network.c: Likewise.
9192         * nis/nss_nis/nis-proto.c: Likewise.
9193         * nis/nss_nis/nis-publickey.c: Likewise.
9194         * nis/nss_nis/nis-pwd.c: Likewise.
9195         * nis/nss_nis/nis-rpc.c: Likewise.
9196         * nis/nss_nis/nis-service.c: Likewise.
9197         * nis/nss_nis/nis-spwd.c: Likewise.
9199 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
9201         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
9202         Added to follow latest kernel development.
9204 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
9206         * nss/db-Makefile: Handle empty and comment lines better.
9207         ($(VAR_DB)/services.db): Generate entries with missing protocol
9208         value.
9210 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9212         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
9213           NULL.
9214           (getservbyname): Allow proto == NULL.
9215           Pointed out by David N. Welton <davidw@gate.cks.com>.
9216           [PR libc/430].
9218 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
9220         * nis/nislib/nislib.h: Finally removed.
9222         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
9223         C compiler.  From Kaveh Ghazi.
9224         (TYPE_MINIMUM): Define.
9225         (TYPE_MAXIMUM): Define.
9226         (TIME_T_MIN): Use TYPE_MINIMUM.
9227         (TIME_T_MAX): Use TYPE_MAXIMUM.
9228         Patch by Jim Meyering <meyering@ascend.com>.
9230 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
9232         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
9233         __pread64, __pwrite64, and __getpid.
9235         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
9236         versions.
9238 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9240         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
9241         cancelable socket functions as __libc_xxx with __xxx as weak
9242         alias.
9243         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
9244         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9246         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
9247         redefined.
9248         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
9249         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
9250         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
9251         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
9253         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
9254         and __xxx a weak alias.
9255         * sysdeps/unix/sysv/linux/connect.S: Likewise.
9256         * sysdeps/unix/sysv/linux/recv.S: Likewise.
9257         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9258         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9259         * sysdeps/unix/sysv/linux/send.S: Likewise.
9260         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9261         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9263 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9265         * locale/langinfo.h: Add defines.
9267         * dirent/dirent.h: Add defines for DT_*, check also for
9268         _DIRENT_HAVE_D_TYPE.
9269         Suggested by Roland McGrath.
9271 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9273         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
9274         Update from Linux 2.1.73+79.
9276         * README.template: Update information about possible
9277         configurations.
9279         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
9280         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
9281         [PR libc/417].
9283         * manual/time.texi (Priority): Correct description of
9284         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
9285         [PR libc/416].
9287 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
9289         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
9290         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
9292 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
9294         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
9295         Andreas Jaeger.
9297 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
9299         * locale/programs/ld-collate.c: Little optimizations.
9301         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
9303         * string/Makefile (tests): Add tst-inlcall.
9304         * string/tst-inlcall.c: New file.
9306         * string/strsignal.c: Add support for real-time signals.
9308         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
9309         presense of small buffer.
9311         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
9313         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
9314         for i686.
9316         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
9317         _NSIG + 1.
9319 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
9321         * Rules: Add explicit rule for dummy.o; at least one library needs
9322           it and it isn't autogenerated by the default rules.
9324 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9326         * math/libm-test.c: Tweak epsilons.
9328 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9330         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
9331         child.
9332         (feenv_mask_test): Likewise.
9334 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9336         * Makeconfig: Don't export CPPFLAGS.
9338 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9340         * sunrpc/rpc_main.c (parseargs): Use perror to print error
9341         message.
9343 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9345         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
9346         terminating null in key size.
9348 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9350         * nss/nss_files/files-service.c: Fix allocation size to include
9351         length of PROTO.
9353         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
9354         applicable.  Fix return value and error checking.
9355         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
9356         unparsable lines.
9357         (DB_LOOKUP): Allocate space for terminating null byte.
9359         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
9360         uids specially.
9362         * db2/makedb.c (process_input): Continue processing if a duplicate
9363         key is encountered.
9365 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
9367         * time/tzfile.h: Updated from tzcode1998b.
9368         * time/zdump.c: Likewise.
9369         * time/zic.c: Likewise.
9370         * time/africa: Update from tzdata1998b.
9371         * time/antarctica: Likewise.
9372         * time/asia: Likewise.
9373         * time/australasia: Likewise.
9374         * time/etcetera: Likewise.
9375         * time/europe: Likewise.
9376         * time/leapseconds: Likewise.
9377         * time/northamerica: Likewise.
9378         * time/southamerica: Likewise.
9380 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9382         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
9383         lookups ignoring case.
9384         * nss/nss_files/files-network.c: Do network lookups ignoring
9385         case.
9386         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
9387         case.
9388         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
9389         case insensitive comparing.
9390         Patches by Cristian Gafton <gafton@redhat.com>.
9392 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9394         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
9395         by Roland McGrath. [PR libc/395]
9397 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9399         * manual/arith.texi (Parsing of Integers): Correct description of
9400         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
9401         [PR libc/396]
9403 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
9405         * misc/lsearch.c (lsearch): Return a pointer to the new element
9406         if one was "allocated".
9408 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9410         * string/strsignal.c: NSIG is not a valid index into
9411         _sys_siglist.  Don't zap the last character of the "Unknown
9412         signal" message.
9414 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
9416         * locale/programs/charmap.c (parse_charmap): Correct parsing of
9417         ellipsis expressions.
9419         * locale/programs/charset.c (insert_char): Correctly insert value
9420         of eliipsis expression.
9422 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
9424         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
9425         <bits/setjmp.h>.
9426         * sysdeps/powerpc/setjmp.S: Likewise.
9427         Patches by Matt McLean <keys@keys.got.net>.
9429         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
9431         * Makefile: Undo last patch.
9432         (distribute): Add test-installation.pl.
9434         * configure.in: Correct handling of --enable-add-ons without parameter.
9435         Correct address of WWW pages.
9437         * libc.map: Add _nl_domain_bindings.
9439         * db2/mutex/tsl_parisc.s: New file.
9441         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
9442         and extra-module.mk.
9444         * localedata/Makefile (distribute): New.  Add all the files.
9446         * stdlib/Makefile (headers): Add inttypes.h.
9447         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
9448         * sysdeps/generic/inttypes.h: New file.
9449         * sysdeps/generic/strtoimax.c: New file.
9450         * sysdeps/generic/strtoumax.c: New file.
9451         * sysdeps/generic/wcstoimax.c: New file.
9452         * sysdeps/generic/wcstoumax.c: New file.
9453         * sysdeps/wordsize-32/Dist: Removed.
9454         * sysdeps/wordsize-32/Makefile: Removed.
9455         * sysdeps/wordsize-64/Dist: Removed.
9456         * sysdeps/wordsize-64/Makefile: Removed.
9457         * sysdeps/generic/bits/environments.h: New file.
9459         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
9460         header is still not correct.
9462         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
9463         * posix/unistd.h: Likewise.
9464         * sysdeps/generic/sys/mman.h: Likewise.
9465         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
9467         * manual/arith.texi: Change definition of mul macro.
9468         * manual/math.texi: Likewise.
9470         * misc/Makefile (routines): Add mmap64.
9471         * sysdeps/generic/mmap64.c: New file.
9472         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
9473         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
9474         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
9475         aliases to mmap.
9476         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9478         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
9480         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
9482         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
9484         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
9485         FOPEN_MAX also when included by limits.h.
9486         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
9488         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
9489         and netrom/netrom.h.
9490         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
9491         oldsiglist to sysdep_routines, not aux.
9492         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
9494         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
9495         and SOL_NETROM definition.
9497         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
9499         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
9500         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
9502 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
9504         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
9506         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
9507         sa_handler with k_sa_handler.
9508         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
9509         strong alias.
9510         Reported by a sun.
9512         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
9513         __libc_have_rt_sigs here.
9514         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
9515         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9516         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
9517         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9519 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
9521         * sysdeps/powerpc/atomicity.h: New file.
9522         * sysdeps/mach/powerpc/machine-lock.h: New file.
9524         * Rules: Use -fpic to build anything that might end up in a users'
9525         shared library.
9527         * sysdeps/powerpc/s_fdim.c: New file.
9528         * sysdeps/powerpc/s_fdimf.c: New file.
9529         * sysdeps/powerpc/s_fmax.S: New file.
9530         * sysdeps/powerpc/s_fmaxf.S: New file.
9531         * sysdeps/powerpc/s_fmin.S: New file.
9532         * sysdeps/powerpc/s_fminf.S: New file.
9533         * sysdeps/powerpc/s_llrint.c: Now is for double.
9534         * sysdeps/powerpc/s_llrintf.c: New file.
9535         * sysdeps/powerpc/s_llround.c: Now is for double.
9536         * sysdeps/powerpc/s_llroundf.c: New file.
9537         * sysdeps/powerpc/s_lrint.c: Now is for double.
9538         * sysdeps/powerpc/s_lrintf.S: New file.
9539         * sysdeps/powerpc/s_lround.c: Now is for double.
9540         * sysdeps/powerpc/s_lroundf.c: New file.
9541         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
9542         lrintf, fdim, fdimf.
9544         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
9545         file directly, use its parent.
9547         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
9548         (for the third time).
9550 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
9552         * posix/sched.h: timespec is in <time.h>.
9554         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
9556 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
9558         * configure.in: Stop with error if --disable-static is used when
9559         the shared lib uses this library.
9561         * gen-FAQ.pl: I've perl installed in /usr/bin.
9563         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
9565         Fix Unix98 conformance problems in the headers.
9566         * catgets/nl_types.h: Define nl_item.
9567         * grp/grp.h: Define gid_t.
9568         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
9569         * include/nl_types.h: New file.
9570         * include/ulimit.h: New file.
9571         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
9572         constants in POSIX mode.
9573         * io/utime.h: Get definition for time_t.
9574         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
9575         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
9576         * libio/stdio.h: Define va_list.  Make snprintf also available is
9577         __USE_UNIX98.  Declare getopt function and variables.
9578         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
9579         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
9580         * math/math.h: Defined M_* constants as double for Unix98 mode.
9581         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
9582         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
9583         * posix/regex.h: Define REG_NOSYS.
9584         * posix/wordexp.h: Define WRDE_NOSYS.
9585         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
9586         500 for Unix98.
9587         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
9588         somewhere else as well.  Define clock_t for Unix98.
9589         * posix/sys/wait.h: Define pid_t.
9590         * pwd/pwd.h: Define gid_t, uid_t.
9591         * resource/Makefile (headers): Add ulimit.h.
9592         * resource/ulimit.h: New file.
9593         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
9594         instead of second argument.
9595         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
9596         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
9597         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
9598         * signal/signal.h: Define pid_t.
9599         * string/string.h: Don't declare BSD string functions in POSIX mode.
9600         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
9601         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
9602         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
9603         and POSIX.
9605         * inet/test_ifindex.c: Change test so that it does not fail for
9606         interface aliases.
9608         * locale/programs/locale.c (show_info): Use correct cast sequence
9609         for 64bit machines.
9611         * malloc/malloc.c: __malloc_initialized now signals three states:
9612         uninitialized, initializing, initialized.  Used in mcheck.
9613         * malloc/mcheck.c (mabort): Add '\n' to messages.
9614         (mcheck): Allow installation when malloc is uninitialized or is
9615         just initializing.
9617         * manual/memory.texi: Explain mtrace output a bit more.
9619         * math/libm-test.c: Add more epsilons.
9621         * misc/regexp.h (compile): Remove __ prefix from parameter names.
9623         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
9624         instead of strcpy for security.
9625         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
9626         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9627         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
9629         * nss/digits_dots.c: Pretty print.
9631         * posix/getconf.c (vars): Add symbols for programming environment
9632         recognition.  Recognize --version.
9634         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
9635         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
9636         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
9638         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
9639         __need_FOPEN_MAX.
9640         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
9641         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
9642         __need_FOPEN_MAX.
9644         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
9645         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
9647         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
9648         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9649         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9650         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
9651         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9652         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
9654         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
9655         SCNu*.
9656         * sysdeps/wordsize-64/inttypes.h: Likewise.
9658         * time/africa: Update from tzdata1997j.
9659         * time/antarctica: Likewise.
9660         * time/asia: Likewise.
9661         * time/australasia: Likewise.
9662         * time/backward: Likewise.
9663         * time/etcetera: Likewise.
9664         * time/europe: Likewise.
9665         * time/factory: Likewise.
9666         * time/northamerica: Likewise.
9667         * time/pacificnew: Likewise.
9668         * time/southamerica: Likewise.
9670         * time/tzfile.h: Update from tzcode1997h.
9671         * time/zic.c: Likewise.
9673         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
9674         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
9675         isw*() functions for Unix98.
9676         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
9677         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
9678         is defined.
9680 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9682         * locale/duplocale.c: Increase usage_count only if less than
9683         MAX_USAGE_COUNT.
9684         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
9685         MAX_USAGE_COUNT.
9686         * locale/setlocale.c: Likewise.
9688 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9690         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
9691         dependency to make it easier to install it selectively.
9693         * Makerules (.SUFFIXES): Don't define any suffixes.
9695 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9697         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
9698         * sysdeps/generic/statfs64.c: Emulate using statfs.
9699         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
9700         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
9701         * sysdpes/generic/ftruncate64.c: New file.
9702         * sysdpes/generic/truncate64.c: New file.
9704         * sysdeps/generic/bits/stat.h: Add LFS support.
9705         * sysdeps/generic/bits/statfs.h: Likewise.
9707         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
9708         [__USE_FILE_OFFSET64]: Make long long constant.
9709         (RLIM64_INFINITY): Likewise.
9711         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
9712         for LFS support.
9713         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
9714         * sysdeps/generic/bits/resource.h: Likewise.
9716         * misc/Makefile (routines): Add truncate64 and ftruncate64.
9718         * include/features.h: Don't prevent LFS support from defining BSD
9719         and SYSV things.
9721         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
9722         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
9723         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
9725         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
9726         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
9727         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9729         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
9730         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
9731         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
9732         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
9733         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
9734         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
9735         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
9736         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
9737         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
9738         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
9739         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
9740         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
9741         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
9742         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
9743         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
9744         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
9745         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
9746         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
9747         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
9748         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
9750         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
9751         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
9752         * sysdeps/unix/sysv/linux/xstat64.c: New file.
9753         * sysdeps/unix/sysv/linux/readdir64.c: New file.
9754         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
9756         * sysdeps/unix/sysv/linux/getdents64.c: New file.
9757         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9758         [$(subdir)=dirent]: Add getdents64.
9759         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
9761         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
9763 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
9765         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
9767         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
9768         * sysdeps/generic/getrlimit64.c: Likewise.
9769         * sysdeps/generic/setrlimit.c: Likewise.
9770         * sysdeps/generic/setrlimit64.c: Likewise.
9772 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
9774         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
9775         using versioning.
9777         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
9779         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
9781 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9783         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
9784         after the codeset name.
9786 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9788         * libc.map: Add get_kernel_syms.
9790 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9792         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
9793         static.
9794         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
9795         Likewise.  Fix condition.
9797 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9799         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
9801 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9803         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
9804         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
9806 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9808         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
9809         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
9810         instead.  Oops.
9812 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9814         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
9816 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9818         * math/libm-test.c (catanh_test): Change epsilon.
9819         Reported by H.J. Lu.
9821 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
9823         * libc.map (__getpid): Added for linuxthreads.
9825 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
9827         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
9828         it if gcc uses static variable in DWARF2 unwind information
9829         for exception support.
9831         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
9833         * elf/soinit.c (__libc_global_ctors, _fini): Handle
9834         HAVE_DWARF2_UNWIND_INFO_STATIC.
9836         * libc.map (__register_frame*, __deregister_frame*): Make them
9837         global.
9839 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9841         * math/libm-test.c: Add more tests for "normal" values.
9843 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9845         * stdio-common/printf_fphex.c: Fix printing of long double number
9846         with a biased exponent of zero.  Fix rounding.
9848 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9850         * sunrpc/rpc_main.c: Accept new flag -$.
9851         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
9853 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9855         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
9856         dynamic linker first, in case the interface has changed.
9858 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9860         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
9861         order.
9863 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9865         * math/tgmath.h: Check for double first, for architectures where
9866         sizeof (long double) == sizeof (double).
9868 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9870         * math/libm-test.c: New tests for "normal" values added for most
9871         functions.
9873 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
9875         * version.h (VERSION): Bump to 2.0.91.
9877         * db2/makedb.c (process_input): Fix typo in message.
9878         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
9880         * elf/dynamic-link.h: Pretty print.
9882         * elf/rtld.c: Allow multiple preloading of a shared object.
9884         * include/limits.h: Prevent multiple inclusion.
9886         * malloc/Makefile (headers): Add mcheck.h.
9887         (distribute): Remove it here.
9888         * malloc/mcheck.h: Pretty print.
9889         * malloc/mtrace.c (mallenv): Make `const'.
9890         * malloc/mtrace.pl: Don't print table head for memory leaks if there
9891         are none.
9892         * manual/memory.texi: Update descriptor of malloc hooks.
9894         * posix/Makefile (routines): Add waitid.
9895         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
9896         on __id_t.
9897         * posix/sys/wait.h: Define idtype_t type.
9898         Add prototype for waitid.
9899         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
9900         * sysdeps/generic/waitid.c: Stub for waitid.
9901         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
9902         the __need_siginfo_t defined.
9903         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
9904         * sysdeps/generic/bits/types.h: Define __id_t.
9905         Correct definition of __FDMASK.
9906         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9907         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9908         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9910         * sysdeps/posix/waitid.c: New file.
9911         Provided by Zack Weinberg.
9913         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
9915         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9916         Add missing parameters.
9918         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
9919         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
9920         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
9921         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
9922         initialized.
9924         * sysdeps/i386/dl-machine.h: Little cleanup.
9926         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
9927         (__finite): Mark function as const.
9928         Add inline code for __ieee754_atan2.
9930         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
9931         (but don't use it now).
9932         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
9933         __atan.
9934         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
9935         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
9936         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
9937         real part.
9938         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
9939         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
9940         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
9941         __ieee754_atan2 to base 10.
9942         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
9943         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
9945         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
9946         old_kernel_sigaction.
9948         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
9950         * wctype/Makefile (routines): Add wctype_l.
9951         * wctype/wctype.h: Add declaration of __wctype_l.
9952         * wctype/wctype_l.c: New file.
9954 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
9956         * locale/C-ctype.c: Correct data for isw* functions.
9957         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
9958         byte order.
9959         * wctype/test_wctype.c: Add test for isw* functions.
9960         * wctype/wctype.c: Return value with expected byte order.
9962 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9964         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
9966 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
9968         * iconvdata/Makefile: Fix a typo.
9970         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
9971         oldsiglist for shared library.
9973         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
9974         sys_sigabbrev): Make them as the default version GLIBC_2.1.
9976         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
9977         sys_siglist, sys_sigabbrev): New file. Make them as the old
9978         version GLIBC_2.0.
9980         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
9981         to GLIBC_2.1.
9983 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9985         * libio/iofgets.c (_IO_fgets): Return an error only if there
9986         is a new error.
9987         * libio/iogets.c (_IO_gets): Ditto.
9989 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
9991         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
9993         * libio/Makefile (routines, shared-only-routines): Add
9994         oldiofdopen.
9996         * libio/fileops.c: Don't use _IO_FILE_complete.
9997         * libio/iofdopen.c: Ditto.
9998         * libio/iofopen.c: Ditto.
9999         * libio/iofopen64.c: Ditto.
10000         * libio/iopopen.c: Ditto.
10001         * libio/iovdprintf.c: Ditto.
10003         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
10005         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
10006         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
10008         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
10009         _IO_old_fdopen, _IO_new_fdopen): New declaration.
10011         * libio/libio.h (_IO_FILE): Add more fields.
10012         (_IO_FILE_complete): Defined and make _IO_FILE be the old
10013         one if _IO_USE_OLD_IO_FILE is defined
10014         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
10015         them _IO_FILE_complete.
10017         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
10018         to adjust vtable.
10019         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
10020         _IO_JUMPS.
10021         (_IO_FILE_complete): Commented out.
10023         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
10024         * libio/oldiofclose.c: Ditto.
10025         * libio/oldiofopen.c: Ditto.
10026         * libio/oldstdfiles.c: Ditto.
10028         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
10029         for the old _IO_FILE.
10031         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
10032         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
10033         and stderr.
10035         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
10036         and remove INAME.
10038         * libio/stdio.c (stdin, stdout, stdin): Don't use
10039         _IO_FILE_complete.
10041         * libio/oldiofdopen.c: New.
10043         * stdio-common/vfprintf.c (buffered_vfprintf): Set
10044         hp->_vtable_offset to 0.
10046 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
10048         * libc.map (_IO_file_open): Added.
10050         * libio/libioP.h (_IO_file_open): Declared.
10052         * libio/fileops.c (_IO_file_open): New.
10053         (_IO_file_fopen): Call _IO_file_open ().
10055         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
10056         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
10058 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10060         * signal/signal.h: Fix selection of signal semantics to match
10061         comment.
10063 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10065         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
10066         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
10067         rt_sigreturn.
10068         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
10069         [$(subdir)=signal]: Remove rt_sigreturn.
10070         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
10071         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
10072         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
10074 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10076         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
10077         declarations.
10079 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10081         * iconvdata/extra-module.mk: Expand extra-objs now.
10083 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10085         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
10086         inline functions by feature tests to avoid warning about missing
10087         prototype declarations.
10089 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10091         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
10092         return code for non existent +name entries.
10093         * nis/nss_compat/compat-pwd.c: Likewise.
10094         * nis/nss_compat/compat-spwd.c: Likewise.
10096 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
10098         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
10099         (EIO): Likewise.
10100         (ENOSPC): Likewise.
10101         (EEXIST): Likewise.
10102         (__errno_location): Likewise.
10104         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
10106         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
10108 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10110         * sunrpc/publickey.c: Use new NSS interface.
10112 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
10114         * manual/malloc.texi: Document mtrace/muntrace and the concept.
10116 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10118         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
10119         value, to match spirit of the standard.
10120         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
10121         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
10122         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
10124 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10126         * manual/signal.texi (Signal Stack): Remove spurious @item.
10128 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10130         * rt/aio.h: Remove double semicolon.
10132         * rt/librt.map: Add aio_init.
10134 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
10136         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
10137         * Makefile (subdirs): Replace rt by $(rt).
10139         * shlib-versions: Use version .2 for NSS modules.
10141         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
10142         argument.
10143         * pwd/fgetpwent_r.c: Likewise.
10144         * spwd/fgetspent_r.c: Likewise.
10145         * spwd/sgetspent_r.c: Likewise.
10146         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
10147         Store error number in *ERRNOP.  Little optimization.
10148         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
10149         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
10150         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
10151         (__internal_getnetgrent_r): New argument.
10152         Call __internal_setnetgrent_reuse with new argument.
10153         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
10154         * inet/netgroup.h: Add argument to prototypes.
10155         * nis/nisplus-parser.h: Likewise.
10156         * nis/nss_compat/compat-grp.c: Change everything to store error
10157         code through provided pointer and not use errno.
10158         * nis/nss_compat/compat-pwd.c: Likewise.
10159         * nis/nss_compat/compat-spwd.c: Likewise.
10160         * nis/nss_nis/nis-alias.c: Likewise.
10161         * nis/nss_nis/nis-ethers.c: Likewise.
10162         * nis/nss_nis/nis-grp.c: Likewise.
10163         * nis/nss_nis/nis-hosts.c: Likewise.
10164         * nis/nss_nis/nis-netgrp.c: Likewise.
10165         * nis/nss_nis/nis-network.c: Likewise.
10166         * nis/nss_nis/nis-proto.c: Likewise.
10167         * nis/nss_nis/nis-publickey.c: Likewise.
10168         * nis/nss_nis/nis-pwd.c: Likewise.
10169         * nis/nss_nis/nis-rpc.c: Likewise.
10170         * nis/nss_nis/nis-service.c: Likewise.
10171         * nis/nss_nis/nis-spwd.c: Likewise.
10172         * nis/nss_nisplus/nisplus-alias.c: Likewise.
10173         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
10174         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10175         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
10176         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
10177         * nis/nss_nisplus/nisplus-network.c: Likewise.
10178         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10179         * nis/nss_nisplus/nisplus-proto.c: Likewise.
10180         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10181         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10182         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
10183         * nis/nss_nisplus/nisplus-service.c: Likewise.
10184         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
10185         * nss/nss_db/db-XXX.c: Likewise.
10186         * nss/nss_db/db-alias.c: Likewise.
10187         * nss/nss_db/db-netgrp.c: Likewise.
10188         * nss/nss_files/files-XXX.c: Likewise
10189         * nss/nss_files/files-alias.c: Likewise
10190         * nss/nss_files/files-netgrp.c: Likewise
10191         * nss/nss_files/files-parse.c: Likewise
10192         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
10193         parameter of get functions.
10194         * nss/getXXent_r.c: Likewise.
10196         * localedata/tst-fmon.c: Print debug info if test fails.
10198         * rt/Makefile (routines): Add aio_notify.
10199         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
10200         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
10201         * rt/aio_fsync.c: Likewise.
10202         * rt/aio_misc.c: Likewise.
10203         * rt/aio_misc.h: Likewise.
10204         * rt/aio_read.c: Likewise.
10205         * rt/aio_read64.c: Likewise.
10206         * rt/aio_suspend.c: Likewise.
10207         * rt/aio_write.c: Likewise.
10208         * rt/aio_write64.c: Likewise.
10209         * rt/lio_listio.c: Likewise.
10210         * rt/lio_listio64.c: Likewise.
10211         * rt/aio_notify.c: New file.
10213         * sysdeps/generic/bits/sigset.h: Pretty print.
10215         * sysdeps/posix/pwrite.c: Define weak alias only if function is
10216         really defined as __pwrite.
10218         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
10219         instead of pread64.
10220         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10222         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
10223         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
10224         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
10225         size in syscall.
10226         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10227         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10228         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
10229         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10230         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
10231         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
10232         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
10233         for ACT being NULL.
10234         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
10235         RT signals.
10236         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
10237         __NR_pread is not defined.
10238         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
10239         __NR_pwrite is not defined.
10241 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10243         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
10244         handle for /etc/group back in some more cases.
10245         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
10246         handle for /etc/passwd back in some more cases.
10247         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
10248         handle for /etc/shadow back in some more cases.
10250 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
10252         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
10253         beyound its size.
10254         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
10255         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
10257 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
10259         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
10260         handling.  Don't use macros, we need functions.  Use inline functions
10261         for optimization.
10262         * sysdeps/wordsize-64/inttypes.h: Likewise.
10263         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
10264         and wcstoumax.
10265         * sysdeps/wordsize-64/Makefile: Likewise.
10266         * sysdeps/wordsize-32/Dist: Likewise.
10267         * sysdeps/wordsize-64/Dist: Likewise.
10268         * sysdeps/wordsize-32/strtoimax.c: New file.
10269         * sysdeps/wordsize-32/strtoumax.c: New file.
10270         * sysdeps/wordsize-32/wcstoimax.c: New file.
10271         * sysdeps/wordsize-32/wcstoumax.c: New file.
10272         * sysdeps/wordsize-64/strtoimax.c: New file.
10273         * sysdeps/wordsize-64/strtoumax.c: New file.
10274         * sysdeps/wordsize-64/wcstoimax.c: New file.
10275         * sysdeps/wordsize-64/wcstoumax.c: New file.
10277 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
10279         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
10280         that transparent union works.
10281         * sysdeps/generic/wait4.c (__wait4): Likewise.
10282         * sysdeps/generic/wait.c (__wait): Likewise.
10284         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
10285         size_t.
10287         * sysdeps/generic/syscall.c (syscall): Return value and arg are
10288         long, to match prototype.
10290         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
10291         have mremap() yet.
10293         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
10295         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
10297         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
10299         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
10300         __rlim_t.
10302         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
10304         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
10306         * io/sys/stat.h (S_ISLNK): Always false if we don't have
10307         __S_IFLNK.
10309         * sysdeps/standalone/close.c (_STDIO_H): Define before including
10310         <bits/stdio_lim.h>.
10311         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
10313 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
10315         * posix/sys/wait.h: Don't use transparent unions in C++.
10317 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10319         * time/time.h: Add strfxtime.
10321         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
10322         sysv_signal, strfxtime, pread64, pwrite64.
10324 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
10326         Alpha changes for EGCS:
10327         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
10328         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
10329         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
10330         (_start): Likewise.
10331         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
10333 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
10335         The kernel expects the arguments in a different order.
10336         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
10337         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
10339         * FAQ.in: New file.
10340         * gen-FAQ.pl: New file.
10341         * Makefile (FAQ): Add rule to generate from FAQ.in.
10343         * iconvdata/Makefile: Treat libJIS like the other modules.
10345         * rt/librt.map: New file.
10347         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
10348         inclusion.
10349         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
10350         comment.
10352 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
10354         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
10355         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
10356         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
10357         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
10359 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10361         * string/bits/string2.h: Fix spellings.
10363         * string/string.h: Fix spellings.
10365 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10367         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
10368         declaration to __syscall_rt_sigaction.
10370         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
10371         non-existant <sigcontext.h>.
10373 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10375         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
10376         typo.
10378 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10380         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
10382         * Makeconfig (shared-thread-library): Correct spelling.
10384         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
10385         <asm/pci.h>.
10387 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10389         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
10390         constants from Linux headers. Pointed out by
10391         csmall@scooter.o.i.net. [PR libc/369]
10393 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10395         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
10397 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10399         * configure.in: If --enable-add-ons is given without an
10400         argument, set the addons list to all subdirs with a configure
10401         script.
10403 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
10405         * Makeconfig: Add shared-thread-library variable.
10407         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
10408         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
10409         here.
10410         * sysdeps/m68k/fpu/e_acos.c: Likewise.
10411         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
10412         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
10413         * sysdeps/m68k/fpu/e_pow.c: Likewise.
10414         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
10415         * sysdeps/m68k/fpu/k_cos.c: Likewise.
10416         * sysdeps/m68k/fpu/k_sin.c: Likewise.
10417         * sysdeps/m68k/fpu/k_tan.c: Likewise.
10418         * sysdeps/m68k/fpu/s_atan.c: Likewise.
10419         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
10420         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
10421         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
10422         * sysdeps/m68k/fpu/s_csin.c: Likewise.
10423         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
10424         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
10425         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
10426         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
10427         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
10428         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
10429         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
10430         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
10431         * sysdeps/m68k/fpu/s_modf.c: Likewise.
10432         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
10433         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
10434         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
10436         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
10437         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
10438         * signal/Makefile (headers): Add bits/siginfo.h.
10439         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
10440         (distribute): Add testrtsig.h.
10441         * signal/allocrtsig.c: New file.
10442         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
10443         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
10444         __libc_current_sigrtmax.
10445         * sysdeps/generic/sigqueue.c: New file.
10446         * sysdeps/generic/sigtimedwait.c: New file.
10447         * sysdeps/generic/sigwaitinfo.c: New file.
10448         * sysdeps/generic/testrtsig.h: New file.
10449         * sysdeps/generic/bits/siginfo.h: New file.
10450         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
10451         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
10452         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
10453         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
10454         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
10455         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
10456         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
10457         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
10458         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
10459         * sysdeps/unix/sysv/linux/sigpending.c: New file.
10460         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
10461         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
10462         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
10463         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
10464         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
10465         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
10466         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
10467         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
10468         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
10469         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
10470         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
10471         and _POSIX_REALTIME_SIGNALS.
10472         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
10473         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
10474         update _NSIG.
10475         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
10476         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
10477         definitions.
10479         * Makefile (subdirs): Add rt.
10480         * shlib-versions: Add entry for librt.
10481         * rt/Makefile: New file.
10482         * rt/aio.h: New file.
10483         * rt/aio_cancel.c: New file.
10484         * rt/aio_error.c: New file.
10485         * rt/aio_fsync.c: New file.
10486         * rt/aio_misc.c: New file.
10487         * rt/aio_misc.h: New file.
10488         * rt/aio_read.c: New file.
10489         * rt/aio_read64.c: New file.
10490         * rt/aio_return.c: New file.
10491         * rt/aio_suspend.c: New file.
10492         * rt/aio_write.c: New file.
10493         * rt/aio_write64.c: New file.
10494         * rt/lio_listio.c: New file.
10495         * rt/lio_listio64.c: New file.
10496         * sysdeps/generic/aio_sigqueue.c: New file.
10497         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
10498         * sysdeps/unix/sysv/linux/Dist: Add new files
10499         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
10500         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
10501         rt_sigqueueinfo, rt_sigaction.
10503         * posix/Makefile (headers): Add bits/environments.h.
10504         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
10505         and _CS_LFS_CFLAGS on 64bit platforms.
10506         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
10507         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
10508         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
10509         compilation modules.
10510         * sysdeps/wordsize-32/bits/environments.h: New file.
10511         * sysdeps/wordsize-64/bits/environments.h: New file.
10513         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
10514         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
10515         __libc_pid.
10516         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
10517         0xf00baa.
10519         * string/string.h: Add declaration of __strverscmp.
10520         * string/strverscmp.c: Rename function ot __strverscmp and make old
10521         name weak alias.
10523         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
10524         * sysdeps/generic/enbl-secure.c: Likewise.
10525         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
10527         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
10529         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
10531 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
10533         * posix/sys/wait.h: Use __transparent_union__ instead of
10534         transparent_union.  Reported by Roland McGrath.
10536 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10538         * resolv/inet_neta.c (inet_neta): Change type of first parameter
10539         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
10540         [PR libc/366].
10542         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
10544         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
10546 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10548         * grp/initgroups.c: Increase buffer if it is too small.
10550 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
10552         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
10553         fields, this is no ISO C.  Reported by Andreas Jaeger.
10555 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10557         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
10559 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
10561         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
10562         _SYS_UTSNAME_H not _UTSNAME_H.
10564 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10566         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
10567         computing s_scale.
10569 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10571         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
10572         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
10573         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
10575         * math/libm-test.c (csqrt_test): Add testcase.
10577 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
10579         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
10580         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
10581         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
10583 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10585         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
10587 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10589         * math/libm-test.c (acos_test): Add more tests.
10590         (asin_test): Likewise.
10591         (atan_test): Likewise.
10592         (exp_test): Likewise.
10593         (sin_test): Likewise.
10594         (sqrt_test): Likewise.
10595         (cpow_test): Likewise.
10596         (csqrt_test): Likewise.
10597         (cexp_test): Correct typo in gcc version test.
10599 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
10601         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
10602         <bits/setjmp.h>.
10603         * sysdeps/arm/setjmp.S: Likewise.
10605         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
10607 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
10609         * stdio/stdio.h: Add prototype for tmpfile64().
10611 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
10613         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
10614         prototype to keep in step with libio version.
10616         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
10618 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
10620         * sysdeps/generic/Makefile: Don't try to use make_siglist if
10621         cross-compiling.
10623 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
10625         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
10626         load GOT ptr before jumping to _exit.
10627         Reported by Xavier Leroy.
10629 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
10631         * Makefile (subdirs): Add iconvdata and localedata.
10633         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
10635         * iconv/gconv_conf.c (read_conf_file): Little optimization.
10637         * iconvdata/8bit-gap.c: New file.
10638         * iconvdata/8bit-generic.c: Renamed from ...
10639         * iconvdata/iso8859-generic.c: ...this.
10640         * iconvdata/configure: Removed.
10641         * iconvdata/Makefile: Add new modules and better rules.
10642         * iconvdata/iso6937.c: Minor bug fixes.
10643         * iconvdata/iso8859-1.c: Likewise.
10644         * iconvdata/t61.c: Likewise.
10645         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
10646         Minor bug fixes.
10647         * iconvdata/iso8859-3.c: Likewise.
10648         * iconvdata/iso8859-4.c: Likewise.
10649         * iconvdata/iso8859-5.c: Likewise.
10650         * iconvdata/iso8859-6.c: Likewise.
10651         * iconvdata/iso8859-7.c: Likewise.
10652         * iconvdata/iso8859-8.c: Likewise.
10653         * iconvdata/iso8859-9.c: Likewise.
10654         * iconvdata/iso8859-10.c: Likewise.
10655         * iconvdata/ebcdic-at-de-a.c: New file.
10656         * iconvdata/ebcdic-at-de.c: New file.
10657         * iconvdata/ebcdic-ca-fr.c: New file.
10658         * iconvdata/hp-roman8.c: New file.
10659         * iconvdata/koi-8.c: New file.
10660         * iconvdata/koi8-r.c: New file.
10661         * iconvdata/koi8-h.c: New file.
10662         * iconvdata/latin-greek-1.c: New file.
10663         * iconvdata/latin-greek-1.h: New file.
10664         * iconvdata/latin-greek.c: New file.
10665         * iconvdata/latin-greek.h: New file.
10666         * iconvdata/jis0201.c: New file.
10667         * iconvdata/jis0201.h: New file.
10668         * iconvdata/jis0208.c: New file.
10669         * iconvdata/jis0208.h: New file.
10670         * iconvdata/jis0212.c: New file.
10671         * iconvdata/jis0212.h: New file.
10672         * iconvdata/sjis.c: New file.
10673         * iconvdata/gap.pl: New file.  Script to generate table header.
10674         * iconvdata/gaptab.pl: New file.
10675         * iconvdata/gconv-modules: Add info about new modules.
10677         * locale/programs/charmap.c: Also examine alias names given in charmap
10678         files.
10680         * localedata/*: Add to here from add-on.  We need the information
10681         to generate tables for iconv.
10683         Update from db-2.3.14.
10684         * db2/Makefile: Updated.
10685         * db2/config.h: Likewise.
10686         * db2/db.h: Likewise.
10687         * db2/db_int.h: Likewise.
10688         * db2/btree/bt_cursor.c: Likewise.
10689         * db2/btree/bt_delete.c: Likewise.
10690         * db2/btree/bt_put.c: Likewise.
10691         * db2/btree/bt_search.c: Likewise.
10692         * db2/btree/bt_split.c: Likewise.
10693         * db2/btree/btree_auto.c: Likewise.
10694         * db2/common/db_appinit.c: Likewise.
10695         * db2/common/db_apprec.c: Likewise.
10696         * db2/common/db_err.c: Likewise.
10697         * db2/common/db_region.c: Likewise.
10698         * db2/db/db_auto.c: Likewise.
10699         * db2/db/db_dispatch.c: Likewise.
10700         * db2/db/db_ret.c: Likewise.
10701         * db2/dbm/dbm.c: Likewise.
10702         * db2/hash/hash_auto.c: Likewise.
10703         * db2/include/btree_ext.h: Likewise.
10704         * db2/include/common_ext.h: Likewise.
10705         * db2/include/db.h.src: Likewise.
10706         * db2/include/db_cxx.h: Likewise.
10707         * db2/include/db_ext.h: Likewise.
10708         * db2/include/db_int.h.src: Likewise.
10709         * db2/include/lock.h: Likewise.
10710         * db2/include/log.h: Likewise.
10711         * db2/include/mp.h: Likewise.
10712         * db2/include/mp_ext.h: Likewise.
10713         * db2/include/os_ext.h: Likewise.
10714         * db2/include/os_func.h: Likewise.
10715         * db2/lock/lock.c: Likewise.
10716         * db2/lock/lock_deadlock.c: Likewise.
10717         * db2/log/log.c: Likewise.
10718         * db2/log/log_archive.c: Likewise.
10719         * db2/log/log_auto.c: Likewise.
10720         * db2/log/log_get.c: Likewise.
10721         * db2/log/log_put.c: Likewise.
10722         * db2/mp/mp_bh.c: Likewise.
10723         * db2/mp/mp_fget.c: Likewise.
10724         * db2/mp/mp_fopen.c: Likewise.
10725         * db2/mp/mp_fput.c: Likewise.
10726         * db2/mp/mp_fset.c: Likewise.
10727         * db2/mp/mp_open.c: Likewise.
10728         * db2/mp/mp_pr.c: Likewise.
10729         * db2/mp/mp_region.c: Likewise.
10730         * db2/mp/mp_sync.c: Likewise.
10731         * db2/mutex/README: Likewise.
10732         * db2/mutex/mutex.c: Likewise.
10733         * db2/os/os_open.c: Likewise.
10734         * db2/os/os_func.c: Removed.
10735         * db2/os/os_config.c: New file.
10736         * db2/os/os_spin.c: New file.
10737         * db2/txn/txn.c: Likewise.
10738         * db2/txn/txn_auto.c: Likewise.
10740 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
10742         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
10743         __typeof for C++ since this fails for class members.
10744         Reported by Neal Becker <neal@ctd.comsat.com>.
10746 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10748         * configure.in: Check for a working makeinfo (3.11 or better).
10749         * config.make.in: Add MAKEINFO to be substituted.
10750         * manual/Makefile: Don't update info if makeinfo is too old.
10752 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
10754         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
10755         * sysdeps/alpha/__longjmp.S: Likewise.
10756         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
10757         not <bits/termios.h>.
10759         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
10760         __llseek and make llseek and lseek64 weak aliases.
10761         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
10762         Patches by a sun <asun@zoology.washington.edu>.
10764 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10766         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
10767         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10768         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10769         * misc/sys/syslog.h: Clean up BSD header.
10771 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10773         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
10775         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
10776         for ctan(+-inf,x).
10777         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
10778         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
10780         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
10781         csqrt (-1), ctanh(i*pi/4).
10783 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10785         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
10787 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
10789         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
10791 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10793         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
10795 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
10797         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
10798         and use.  Define GETCWD_RETURN_TYPE instead and use it.
10799         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
10800         of GETCWD_STORYGE_CLASS and put the return type and the
10801         `internal_function' in the right order for gcc 2.7.2.
10803 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10805         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
10806         incompatible with Linux 2.1.x.  Packages using modules
10807         (e.g. modutils) should/do provide their own version.  Suggested by
10808         Richard Henderson.
10810         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
10812         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10813         [$(subdir)=socket]: Remove sys/module.h.
10815 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
10817         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
10818         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
10820         * iconv/gconv_close.c: Correct freeing of descriptor data.
10821         * iconv/gconv_simple.c: Return correct error values for illegal or
10822         incomplete characters.
10824         * Makefile (iconvdata/%): Special goal to simplify iconvdata
10825         development.
10826         * iconvdata/Makefile: New file.
10827         * iconvdata/configure: Likewise.
10828         * iconvdata/extra-module.mk: Likewise.
10829         * iconvdata/gconv-modules: Likewise.
10830         * iconvdata/iso6937.c: Likewise.
10831         * iconvdata/iso8859-1.c: Likewise.
10832         * iconvdata/iso8859-10.c: Likewise.
10833         * iconvdata/iso8859-10.h: Likewise.
10834         * iconvdata/iso8859-2.c: Likewise.
10835         * iconvdata/iso8859-2.h: Likewise.
10836         * iconvdata/iso8859-3.c: Likewise.
10837         * iconvdata/iso8859-3.h: Likewise.
10838         * iconvdata/iso8859-4.c: Likewise.
10839         * iconvdata/iso8859-4.h: Likewise.
10840         * iconvdata/iso8859-5.c: Likewise.
10841         * iconvdata/iso8859-5.h: Likewise.
10842         * iconvdata/iso8859-6.c: Likewise.
10843         * iconvdata/iso8859-6.h: Likewise.
10844         * iconvdata/iso8859-7.c: Likewise.
10845         * iconvdata/iso8859-7.h: Likewise.
10846         * iconvdata/iso8859-8.c: Likewise.
10847         * iconvdata/iso8859-8.h: Likewise.
10848         * iconvdata/iso8859-9.c: Likewise.
10849         * iconvdata/iso8859-9.h: Likewise.
10850         * iconvdata/iso8859-generic.c: Likewise.
10851         * iconvdata/t61.c: Likewise.
10853         * string/Makefile (routines): Add strcasestr.
10854         * string/string.h: Add prototype for strcasestr.
10855         * sysdeps/generic/strcasestr.c: New file.
10856         * wcsmbs/mbrtowc.c: Simplify special case a bit.
10857         * wcsmbs/wcrtomb.c: Likewise.
10858         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
10859         * wcsmbs/wcsnrtombs.c: Likewise.
10860         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
10861         partial character is read.
10862         * wcsmbs/wcsrtombs.c: Likewise.
10863         * wcsmbs/wmemrtombs.c: Likewise.
10864         * wcsmbs/wmemrtowcs.c: Likewise.
10866         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
10867         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
10868         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
10869         * sysdeps/i386/elf/setjmp.S: Likewise.
10870         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
10871         <bits/termios.h>.
10873         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
10874         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
10876         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
10877         * sysvipc/sys/ipc.h: Likewise.
10878         * sysvipc/sys/msg.h: Likewise.
10879         * sysvipc/sys/sem.h: Likewise.
10880         * sysvipc/sys/shm.h: Likewise.
10882         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
10883         used directly.
10884         * sysdeps/alpha/bits/setjmp.h: Likewise.
10885         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
10886         * sysdeps/arm/bits/endian.h: Likewise.
10887         * sysdeps/arm/bits/setjmp.h: Likewise.
10888         * sysdeps/generic/bits/byteswap.h: Likewise.
10889         * sysdeps/generic/bits/confname.h: Likewise.
10890         * sysdeps/generic/bits/dirent.h: Likewise.
10891         * sysdeps/generic/bits/dlfcn.h: Likewise.
10892         * sysdeps/generic/bits/endian.h: Likewise.
10893         * sysdeps/generic/bits/fenv.h: Likewise.
10894         * sysdeps/generic/bits/huge_val.h: Likewise.
10895         * sysdeps/generic/bits/in.h: Likewise.
10896         * sysdeps/generic/bits/ioctl-types.h: Likewise.
10897         * sysdeps/generic/bits/ioctls.h: Likewise.
10898         * sysdeps/generic/bits/ipc.h: Likewise.
10899         * sysdeps/generic/bits/msq.h: Likewise.
10900         * sysdeps/generic/bits/poll.h: Likewise.
10901         * sysdeps/generic/bits/resource.h: Likewise.
10902         * sysdeps/generic/bits/sched.h: Likewise.
10903         * sysdeps/generic/bits/sem.h: Likewise.
10904         * sysdeps/generic/bits/setjmp.h: Likewise.
10905         * sysdeps/generic/bits/shm.h: Likewise.
10906         * sysdeps/generic/bits/sigaction.h: Likewise.
10907         * sysdeps/generic/bits/sigcontext.h: Likewise.
10908         * sysdeps/generic/bits/socket.h: Likewise.
10909         * sysdeps/generic/bits/stat.h: Likewise.
10910         * sysdeps/generic/bits/statfs.h: Likewise.
10911         * sysdeps/generic/bits/stdio_lim.h: Likewise.
10912         * sysdeps/generic/bits/termios.h: Likewise.
10913         * sysdeps/generic/bits/time.h: Likewise.
10914         * sysdeps/generic/bits/uio.h: Likewise.
10915         * sysdeps/generic/bits/utmp.h: Likewise.
10916         * sysdeps/generic/bits/utmpx.h: Likewise.
10917         * sysdeps/generic/bits/utsname.h: Likewise.
10918         * sysdeps/generic/bits/waitflags.h: Likewise.
10919         * sysdeps/generic/bits/waitstatus.h: Likewise.
10920         * sysdeps/gnu/bits/utmp.h: Likewise.
10921         * sysdeps/gnu/bits/utmpx.h: Likewise.
10922         * sysdeps/i386/bits/byteswap.h: Likewise.
10923         * sysdeps/i386/bits/endian.h: Likewise.
10924         * sysdeps/i386/bits/huge_val.h: Likewise.
10925         * sysdeps/i386/bits/setjmp.h: Likewise.
10926         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
10927         * sysdeps/ieee754/bits/huge_val.h: Likewise.
10928         * sysdeps/m68k/bits/byteswap.h: Likewise.
10929         * sysdeps/m68k/bits/endian.h: Likewise.
10930         * sysdeps/m68k/bits/setjmp.h: Likewise.
10931         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
10932         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10933         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
10934         * sysdeps/mach/hurd/bits/stat.h: Likewise.
10935         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10936         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
10937         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10938         * sysdeps/mips/bits/dlfcn.h: Likewise.
10939         * sysdeps/mips/bits/endian.h: Likewise.
10940         * sysdeps/mips/bits/setjmp.h: Likewise.
10941         * sysdeps/mips/dec/bits/endian.h: Likewise.
10942         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
10943         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
10944         * sysdeps/mips/p40/bits/endian.h: Likewise.
10945         * sysdeps/powerpc/bits/endian.h: Likewise.
10946         * sysdeps/powerpc/bits/fenv.h: Likewise.
10947         * sysdeps/powerpc/bits/setjmp.h: Likewise.
10948         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
10949         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
10950         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
10951         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
10952         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
10953         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
10954         * sysdeps/unix/bsd/bits/stat.h: Likewise.
10955         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
10956         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
10957         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
10958         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
10959         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
10960         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
10961         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
10962         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
10963         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
10964         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
10965         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
10966         * sysdeps/unix/common/bits/dirent.h: Likewise.
10967         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
10968         * sysdeps/unix/sysv/bits/stat.h: Likewise.
10969         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
10970         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
10971         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
10972         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
10973         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
10974         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
10975         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
10976         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
10977         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10978         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
10979         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
10980         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
10981         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
10982         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
10983         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
10984         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
10985         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
10986         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
10987         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
10988         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10989         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
10990         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
10991         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
10992         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
10993         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10994         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10995         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
10996         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
10997         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
10998         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
10999         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
11000         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
11001         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
11002         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
11003         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
11004         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
11005         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
11006         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
11007         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
11008         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
11009         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
11010         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
11011         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11012         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
11013         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
11014         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
11015         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
11016         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
11017         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
11018         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
11019         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
11020         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
11021         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
11022         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
11023         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
11024         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
11025         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
11026         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
11027         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
11028         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
11029         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
11030         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
11031         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
11032         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
11033         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
11034         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
11035         * sysdeps/vax/bits/huge_val.h: Likewise.
11036         * sysdeps/vax/bits/setjmp.h: Likewise.
11037         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
11038         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
11040 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11042         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
11044 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
11046         * strftime.c (strftime):
11047         No longer any need to undef or declare if emacs is defined.
11048         (my_strftime): When checking a -1 returned by mktime, don't blow up
11049         if localtime_r returns NULL.
11051 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11053         * README.template: Fix spelling.
11055 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11057         * configure.in: Enhance --enable-add-ons description a wee bit.
11059 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11061         * glibcbug.in: Add more information of build environment and flags.
11063 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11065         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
11066         it into ENOENT.
11068 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
11070         * elf/dl-support.c: Call __libc_init_secure to make sure
11071         __libc_enable_secure is defined early.
11072         * sysdeps/generic/enbl-secure.c: Change function name to
11073         __libc_init_secure and make it global instead of a constructor.
11075         * iconv/gconv.c: Fix lots of bugs.
11076         * iconv/gconv.h: Likewise.
11077         * iconv/gconv_builtin.h: Likewise.
11078         * iconv/gconv_close.c: Likewise.
11079         * iconv/gconv_conf.c: Likewise.
11080         * iconv/gconv_db.c: Likewise.
11081         * iconv/gconv_dl.c: Likewise.
11082         * iconv/gconv_open.c: Likewise.
11083         * iconv/gconv_simple.c: Likewise.
11084         * iconv/iconv.c: Likewise.
11085         * iconv/iconv_close.c: Likewise.
11086         * iconv/iconv_open.c: Likewise.
11088         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
11089         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
11090         * wcsmbs/wmemrtombs.c: New file.
11091         * wcsmbs/wmemrtowcs.c: New file.
11093 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
11095         * iconv/gconv_simple.c: Fix lots of bugs.
11096         * iconv/iconv_open.c: Normalize names before passing them to
11097         __gconv_open.
11099         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
11101         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
11102         * stdio-common/test-popen.c: Add test for above change.
11104         * math/libm-test.c: Print test results also using %a format,
11105         specified in PRINTF_XEXPR macro.
11106         * math/test-double.c: Define PRINTF_XEXPR.
11107         * math/test-float.c: Likewise.
11108         * math/test-ldouble.c: Likewise.
11109         * math/test-idouble.c: Likewise.
11110         * math/test-ifloat.c: Likewise.
11111         * math/test-ildoubl.c: Likewise.
11113         * stdio-common/vfscanf.c: Recognize a in format specifier only as
11114         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
11115         FP number format.
11117         * stdlib/strtod.c: Little code cleanup.
11119         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
11120         compiling in math subdir.
11122         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
11123         instead of __LIBC_M81_MATH_INLINES.
11124         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
11125         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
11126         * sysdeps/m68k/fpu/e_pow.c: Likewise.
11127         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
11128         * sysdeps/m68k/fpu/k_cos.c: Likewise.
11129         * sysdeps/m68k/fpu/k_sin.c: Likewise.
11130         * sysdeps/m68k/fpu/k_tan.c: Likewise.
11131         * sysdeps/m68k/fpu/s_atan.c: Likewise.
11132         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
11133         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
11134         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
11135         * sysdeps/m68k/fpu/s_csin.c: Likewise.
11136         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
11137         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
11138         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
11139         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
11140         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
11141         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
11142         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
11143         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
11144         * sysdeps/m68k/fpu/s_modf.c: Likewise.
11145         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
11146         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
11147         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
11148         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
11149         __LIBC_INTERNAL_MATH_INLINES is defined.
11151         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
11152         of compare macros from ISO C 9X.  Optimize generic versions a bit.
11153         Define __signbit inline functions and __ieee754_sqrt which can be
11154         used if the ompiler is fixed.
11156         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
11158 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11160         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
11161         sysdeps/generic in the whole dep file, not only in the first line.
11163 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11165         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
11167 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11169         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
11170         place.
11172 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11174         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
11175         is non-empty.
11177 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
11179         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
11180         return value.
11182 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
11184         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
11185         readlink succeeds but the return value is too long.
11187         * stdio-common/printf_fphex.c: Determine sign of number correctly.
11189 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
11191         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
11192         __remqu for Alpha.
11194 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
11196         * sysdeps/generic/sys/ucontext.h: Stub context file.
11198         * libio/iofprintf.c: Removed.  We use the stdio-common version.
11200         * manual/Makefile (distribute): Add stdio-fp.c.
11202         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
11204         * db2/Makefile (distribute): Add include/os_func.h, README and
11205         mutex/tsl_parisc.s.
11207         * hesiod/Makefile (distribute): Add README.hesiod.
11209 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
11211         * iconv/gconv.c: Correctly call transformation function.
11213         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
11215 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11217         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
11218         wrong results for e.g. remquo (3,2, &x)).
11219         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
11220         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
11222 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11224         * configure.in (ld --version-script): Test if the same symbol
11225         maybe defined in all versions (needed by recent changes to
11226         libc.map and supported with binutils 2.8.1.0.17) and issue warning
11227         if versioning is not supported/enabled.
11228         (bash test): Correct test case.
11230         * math/libm-test.c: Added counting/reporting of number of test cases.
11232         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
11233         use awk instead.
11235         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
11237 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11239         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
11241 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
11243         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
11244         Replace revoke call by use of REVOKE.
11245         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
11246         empty and #include generic version.
11247         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
11249 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
11251         * libc.map: Add socket functions with __libc_* names.
11252         Reported by Andreas Jaeger.
11254 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11256         * libc.map: Tidy up (remove duplicates, sort entries).
11258 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11260         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
11262 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
11264         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
11265         again after successful call.
11266         Patch by Marc Lehmann <pcg@goof.com>.
11268 1997-11-17  Paul Eggert  <eggert@twinsun.com>
11270         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
11271         as some hosts need this to declare localtime_r properly.
11273 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
11275         * libc.map: Add iconv_open, iconv, and iconv_close.
11277 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
11279         * iconv/Makefile: New file.
11280         * iconv/gconv.c: New file.
11281         * iconv/gconv.h: New file.
11282         * iconv/gconv_builtin.c: New file.
11283         * iconv/gconv_builtin.h: New file.
11284         * iconv/gconv_close.c: New file.
11285         * iconv/gconv_conf.c: New file.
11286         * iconv/gconv_db.c: New file.
11287         * iconv/gconv_dl.c: New file.
11288         * iconv/gconv_open.c: New file.
11289         * iconv/gconv_simple.c: New file.
11290         * iconv/iconv.c: New file.
11291         * iconv/iconv.h: New file.
11292         * iconv/iconv_close.c: New file.
11293         * iconv/iconv_open.c: New file.
11294         * include/gconv.h: New file.
11296         * Makeconfig: Define gconvdir.
11297         * Makefile (subdirs): Add iconv.
11299         * string/bits/string2.h: Add optimization for strtok_r.
11301         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
11302         for NULL.
11303         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
11304         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
11306         * configure.in: Correct test for bash2.
11307         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
11309         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
11310         (CFLAGS-locfile.c): Likewise.
11311         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
11313         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
11314         non-existing entry if the table is full.
11316         * posix/regex.h: Pretty print.
11318         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
11320         * sysdeps/posix/ctermid.c: Simplify a bit.
11322         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
11324 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11326         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
11327         <sys/types.h> instead of <asm/types.h>.
11329 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11331         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
11333 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
11335         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
11336         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
11337         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
11338         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
11339         fclose): Added to GLIBC_2.1.
11341         * libio/Makefile (routines, shared-only-routines): Add
11342         oldiofclose.  Remove oldfreopen.
11344         * libio/freopen.c (freopen): When PIC is defined, call
11345         _IO_old_freopen () for old stdio.
11347         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
11348         (_IO_fclose, fclose): Use _IO_new_fclose as default version
11349         for GLIBC_2.1.
11351         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
11352         instead of _IO_file_close_it.
11354         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
11355         to _IO_2_1_stdxxx_.
11356         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
11357         is defined.
11359         * libio/libioP.h (_IO_old_do_flush): New.
11361         * libio/oldfileops.c (_IO_old_file_close_it,
11362         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
11363         Call _IO_old_do_flush () instead of _IO_do_flush ().
11364         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
11365         _IO_do_write ().
11367         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
11368         instead of _IO_file_init ().
11369         Bind old symbols to version GLIBC_2.0.
11371         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
11372         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
11373         _IO_stdxxx_.
11374         (_IO_check_libio): New function in .init.
11376         * libio/oldiofclose.c: New file.
11378         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
11379         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
11380         (DEF_STDFILE): Don't use default_symbol_version.
11382         * libio/stdio.c (stdin, stdout, stderr): Set to
11383         _IO_2_1_stdxxx_._
11384         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
11385         stdxxx.
11387         * csu/Makefile (distribute): Add init.c.
11388         (extra-objs): Add init.o for ELF.
11389         (start-installed-name): Add $(objpfx)init.o.
11391         * csu/init.c: New file.
11393 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
11395         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
11396         definition as the default.
11398 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
11400         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
11402 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11404         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
11405         (PR 351).
11407 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
11409         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
11410         to preserve condition codes on function call.
11412 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11414         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
11416 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11418         * math/libm-test.c (asin_test): Add epsilon for float.
11419         (tan_test): Add epsilon for float.
11420         (log1p_test): Add epsilon for float.
11421         (inverse_functions): Add epsilons.
11423         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
11424         net/if_packet.h.
11426         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
11428 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11430         * md5-crypt/Makefile (extra-objs): Make recursively expanded
11431         variable, since $(object-suffixes) is not defined yet.
11433 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11435         * db2/Makefile (distribute): db185/db185_int.src ->
11436         db185/db185_int.h.
11438 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11440         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
11441         exactly one.
11443 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11445         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
11446         name.
11447         * sysdeps/generic/e_acosl.c: Likewise.
11448         * sysdeps/generic/e_asinl.c: Likewise.
11449         * sysdeps/generic/e_atan2l.c: Likewise.
11450         * sysdeps/generic/e_expl.c: Likewise.
11451         * sysdeps/generic/e_fmodl.c: Likewise.
11452         * sysdeps/generic/e_j0l.c: Likewise.
11453         * sysdeps/generic/e_j1l.c: Likewise.
11454         * sysdeps/generic/e_jnl.c: Likewise.
11455         * sysdeps/generic/e_lgammal_r.c: Likewise.
11456         * sysdeps/generic/e_log10l.c: Likewise.
11457         * sysdeps/generic/e_logl.c: Likewise.
11458         * sysdeps/generic/e_powl.c: Likewise.
11459         * sysdeps/generic/e_sqrtl.c: Likewise.
11460         * sysdeps/generic/e_exp2l.c: Likewise.
11462 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11464         * Make-dist (+sysdep-names): Remove extra paren.
11465         * Makefile (distribute): Add stub-tag.h.
11466         * elf/Makefile (distribute): Add atomicity.h.
11467         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
11468         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
11469         [$(subdir)=socket]: Add net/if_packet.h.
11470         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
11471         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
11472         net/if_packet.h, scsi/sg.h.
11474 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11476         * Makefile (install): Quote $(CC) expansion.
11478 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11480         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
11481         working /proc cwd and no restrictions on path length.  Following
11482         some ideas from Andi Kleen <ak@muc.de> (PR 350).
11484 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
11486         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
11487         * nis/nss_compat/compat-pwd.c: Likewise.
11488         * nis/nss_compat/compat-spwd.c: Likewise.
11490 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
11492         * sysdeps/libm-i387/s_fdim.S: New file.
11493         * sysdeps/libm-i387/s_fdimf.S: New file.
11494         * sysdeps/libm-i387/s_fdiml.S: New file.
11495         * sysdeps/libm-i387/i686/s_fdim.S: New file.
11496         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
11497         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
11499 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11501         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
11502         pointer to unsigned char.
11504 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11506         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
11508         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
11510         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
11512 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11514         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
11515         ilogb(0/NaN).
11516         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
11517         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
11519 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
11521         * sysdeps/libm-i387/s_fmin.S: New file.
11522         * sysdeps/libm-i387/s_fminf.S: New file.
11523         * sysdeps/libm-i387/s_fminl.S: New file.
11524         * sysdeps/libm-i387/s_fmax.S: New file.
11525         * sysdeps/libm-i387/s_fmaxf.S: New file.
11526         * sysdeps/libm-i387/s_fmaxl.S: New file.
11527         * sysdeps/libm-i387/i686/s_fmin.S: New file.
11528         * sysdeps/libm-i387/i686/s_fminf.S: New file.
11529         * sysdeps/libm-i387/i686/s_fminl.S: New file.
11530         * sysdeps/libm-i387/i686/s_fmax.S: New file.
11531         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
11532         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
11534 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
11536         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
11537         * sysdeps/unix/sysv/linux/send.S: Likewise.
11538         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
11539         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
11540         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
11541         * sysdeps/unix/sysv/linux/recv.S: Likewise.
11542         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
11543         * sysdeps/unix/sysv/linux/connect.S: Likewise.
11544         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
11546 See ChangeLog.7 for earlier changes.