Update.
[platform/upstream/glibc.git] / ChangeLog
1 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
2
3         * elf/sprof.c: Implement call graph profiling.
4
5         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
6
7 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8
9         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
10         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
11         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
12         Noticed by Jake Garver <garver@valkyrie.net>.
13
14 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15
16         * libio/genops.c (__underflow): Read character from read pointer
17         as unsigned.
18         (__uflow): Likewise.
19
20 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
21
22         * libc.map: Add _dl_profile.
23         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
24         this to ELF_DYNAMIC_RELOCATE.
25         Always allocate array for relocation result if LD_PROFILE is defined.
26         * elf/ldsodefs.h: Adjust prototypes.
27         * elf/dl-open.c (_dl_open): Call relocation function with extra
28         argument.
29         * elf/rtld.c: Likewise.
30         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
31         Correct loop condition.
32         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
33         consider_profile to runtime setup function.
34         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
35         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
36
37         * elf/dl-support.c: Define __libc_stack_end.
38         * elf/rtld.c: Likewise.
39         * sysdeps/generic/libc-start.c: Store last stack address in
40         __libc_stack_end.
41         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
42         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
43
44         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
45         Include <stdint.h>, not <inttypes.h>.
46
47         * elf/sprof.c: Implement flat profiling.
48
49         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
50         _IO_funlockfile explicitly.
51         * libio/fileops.c: Likewise.
52         * libio/fputc.c: Likewise.
53         * libio/freopen.c: Likewise.
54         * libio/freopen64.c: Likewise.
55         * libio/fseek.c: Likewise.
56         * libio/fseeko.c: Likewise.
57         * libio/fseeko64.c: Likewise.
58         * libio/ftello.c: Likewise.
59         * libio/ftello64.c: Likewise.
60         * libio/getc.c: Likewise.
61         * libio/getchar.c: Likewise.
62         * libio/iofclose.c: Likewise.
63         * libio/iofflush.c: Likewise.
64         * libio/iofgetpos.c: Likewise.
65         * libio/iofgetpos64.c: Likewise.
66         * libio/iofgets.c: Likewise.
67         * libio/iofputs.c: Likewise.
68         * libio/iofread.c: Likewise.
69         * libio/iofsetpos.c: Likewise.
70         * libio/iofsetpos64.c: Likewise.
71         * libio/ioftell.c: Likewise.
72         * libio/iofwrite.c: Likewise.
73         * libio/iogetdelim.c: Likewise.
74         * libio/iogets.c: Likewise.
75         * libio/ioputs.c: Likewise.
76         * libio/ioseekoff.c: Likewise.
77         * libio/ioseekpos.c: Likewise.
78         * libio/iosetbuffer.c: Likewise.
79         * libio/iosetvbuf.c: Likewise.
80         * libio/ioungetc.c: Likewise.
81         * libio/iovsprintf.c: Likewise.
82         * libio/iovsscanf.c: Likewise.
83         * libio/oldfileops.c: Likewise.
84         * libio/oldiofclose.c: Likewise.
85         * libio/peekc.c: Likewise.
86         * libio/putc.c: Likewise.
87         * libio/putchar.c: Likewise.
88         * libio/rewind.c: Likewise.
89
90         * malloc/mtrace.c: Pretty print.
91
92         * misc/mntent.h (struct mentent): Make string elements const char *.
93
94         * nis/nis_printf.c: Optimize I/O a little bit.
95
96         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
97         * sysdeps/generic/sigset-cvt-mask.h: New file.
98         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
99         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
100         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
101         sigset-cvt-mask.h to do the dirty work.
102         Patches by Joe Keane.
103
104         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
105
106         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
107         syscall_error label in case of PIC anonymous.
108         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
109         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
110         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
111         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
112         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
113         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
114         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
115
116 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
117
118         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
119         we cannot declare the struct element as const.
120         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
121         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
122
123 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
124
125         * manual/Makefile: Include ../Makeconfig earlier.
126         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
127         exist.
128         (dir-add.texinfo): Remove useless $(SHELL).
129
130 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
131
132         * Makefile (others): Build programs from install-bin.
133         * configure.in: Modify config.make only if is was just created and
134         move that command to second argument of AC_OUTPUT.  Add command to
135         set config_vars in config.status.
136
137 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
138
139         * malloc/Makefile (address-width): Fix conditional.
140
141 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
142
143         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
144         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
145         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
146         version GLIBC_2.1.
147
148 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
149
150         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
151         (Floating Point Parameters): Likewise.
152
153 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
154
155         * hurd/Makefile (routines): Add cthreads.
156
157 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
158
159         * login/login.c (login): Let pututline take care of finding the
160         positin to insert the UTMP entry.  This corrects a bug where ssh
161         was not reusing UTMP entries marked as DEAD_PROCESS.
162         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
163
164 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
165
166         * login/Makefile (tests): New variable, add tst-utmp and
167         tst-utmpx.
168         * login/tst-utmp.c: New file.
169         * login/tst-utmpx.c: New file.
170
171 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
172
173         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
174         aliases for _hurd_nerr, for programs that don't use sys_errlist,
175         but need sys_err.
176
177 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
178
179         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
180         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
181
182 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
183
184         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
185         make __read a weak alias.  Use ANSI-style function definition.
186         * sysdeps/mach/hurd/write.c: Likewise.
187
188 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
189
190         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
191         _sys_errlist.
192
193 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
194
195         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
196         Renamed from librtld.so.
197
198 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
199
200         * libc.map: Remove _IO_getline_info which was erroneously
201         introduced in section GLIBC_2.0.
202         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
203
204 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
205
206         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
207         created a weak alias.
208         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
209
210 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
211
212         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
213         ftruncate function, and create a weak alias to ftruncate.
214
215 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
216
217         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
218         * inet/getnetgrent_r.c: Likewise.
219         * nss/getXXbyYY_r.c: Likewise.
220         * nss/getXXent_r.c: Likewise.
221         * pwd/fgetpwent_r.c: Likewise.
222         * shadow/sgetspent_r.c: Likewise.
223         * shadow/fgetspent_r.c: Likewise.
224         * sunrpc/publickey.c: Likewise.
225
226 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
227
228         * hurd/libhurduser.map: New file.
229         * mach/libmachuser.map: Likewise.
230
231         * libc.map: Add Hurd-specific functions to version 2.1.
232         Add __flshfp and __fillbf.
233
234 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
235
236         * manual/signal.texi (Basic Signal Handling): Fix typo.
237         * manual/errno.texi (Error Codes): Likewise.
238
239 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
240
241         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
242         instead of <sys/socket.h>.
243         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
244
245         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
246         Finally make it working.
247         Patch by Mark Hatle <fray@kernel.crashing.org>.
248
249 1998-03-22  Paul Eggert  <eggert@twinsun.com>
250
251         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
252         a Solaris 2.6 bug.
253
254 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
255
256         * stdlib/gmp-impl.h: Support strange mixed-endian double format
257         used by ARM systems.
258         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
259         FE_EXCEPT_SHIFT.
260         * sysdeps/arm/bits/fenv.h: Deleted.
261         * sysdeps/arm/fpu/ieee754.h: New file.
262         * sysdeps/arm/gmp-mparam.h: New file.
263         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
264         implementation.
265
266 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
267
268         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
269
270         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
271         of ((unused)).  Reported by Bruno Haible.
272
273 1998-05-31  Philip Blundell  <philb@gnu.org>
274
275         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
276         referring to errno and _errno.
277
278         * sysdeps/arm/fpu/feholdexcpt.c: New file.
279
280         * sysdeps/i386/fpu_control.h: Fix typo.
281
282         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
283         (_JMPBUF_UNWINDS): Added.
284         * sysdeps/arm/fpu/bits/setjmp.h: New file.
285
286 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
287
288         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
289         order to build header files, not `generated'.
290
291         * Rules (before-compile): New target which depends on all
292         $(before-compile) files.
293
294 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
295
296         * nis/nis_call.c: Make directory search faster.
297
298         * nis/nis_callback.c: Insert public key of user in callback data.
299
300         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
301
302         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
303
304         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
305
306         * nis/nis_intern.h: Remove duplicated prototype.
307
308 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
309
310         * sunrpc/auth_des.c: Move prototypes from here ...
311         * sunrpc/rpc/auth.h: ... to here.
312
313         * sunrpc/clnt_tcp.c: Add more control flags.
314         * sunrpc/clnt_udp.c: Likewise.
315
316         * sunrpc/netname.c (host2netname): Remove prefixing dot from
317         domainname.
318
319         * sunrpc/rpc/clnt.h: Document, which control flags are not
320         implementable.
321
322         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
323
324 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
325
326         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
327         files crash the program.
328
329         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
330         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
331         Reported by Deborah Wallach <kerr@pa.dec.com>.
332
333 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
334
335         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
336         on whether this is a stable release or not (keeps snapshot bug
337         reports out of the database).
338
339         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
340         * sysdeps/arm/sysdep.h: Likewise.
341         * sysdeps/i386/sysdep.h: Likewise.
342         * sysdeps/m68k/sysdep.h: Likewise.
343         * sysdeps/mach/mips/sysdep.h: Likewise.
344         * sysdeps/mach/sys/reboot.h: Likewise.
345         * sysdeps/mach/sysdep.h: Likewise.
346         * sysdeps/unix/alpha/sysdep.h: Likewise.
347         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
348         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
349         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
350         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
351         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
352         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
353         * sysdeps/unix/i386/sysdep.h: Likewise.
354         * sysdeps/unix/mips/sysdep.h: Likewise.
355         * sysdeps/unix/sparc/sysdep.h: Likewise.
356         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
357         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
358         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
359         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
360         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
361         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
362         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
363         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
364
365 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
366
367         * mach/Machrules: Use $(move-if-change).
368
369 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
370
371         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
372         * Makerules (lib%.so): Depend on $(+interp).
373         (libc.so): Add interp.os to list of dependencies.
374         (interp-obj): Remove variable.
375         * mach/Machrules (+interp): Define to empty since libhurduser and
376         libmachuser don't need to have the interpreter set.
377
378 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
379
380         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
381
382         * resolv/gethnamaddr.c: Likewise.
383
384         * resolv/res_comp.c: Likewise.
385
386 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
387
388         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
389         so that transparent union works.
390
391 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
392
393         * manual/texinfo.tex: Update to last available version.
394
395         * timezone/africa: Update from tzdata1998e.
396         * timezone/antarctica: Likewise.
397         * timezone/asia: Likewise.
398         * timezone/australasia: Likewise.
399         * timezone/europe: Likewise.
400         * timezone/iso3166.tab: Likewise.
401         * timezone/northamerica: Likewise.
402         * timezone/tzselect.ksh: Likewise.
403         * timezone/zone.tab: Likewise.
404
405 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
406
407         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
408         Reported by Matt McLean <keys@brio.yikes.com>.
409
410 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
411
412         * catgets/Makefile ($(objpfx)de.cat): Renamed from
413         do-gencat-test.  Use automatic variables.
414         ($(objpfx)de.msg): Fix reference to po file.
415
416 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
417
418         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
419         $(move-if-change).
420
421 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
422
423         * intl/dcgettext.c: Fix typo.
424
425 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
426
427         * configure.in: Allow more make versions e.g 3.76.90.
428
429 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
430
431         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
432
433         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
434         for Hurd.  Patch by Mark Kettenis.
435
436 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
437
438          * mach/Machrules (+preinit, +postinit): Define these variables to
439          empty because libhurduser and libmachuser don't need startup
440          files.
441
442 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
443
444          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
445          instead of a raw bitmask.
446
447 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
448
449         * Makeconfig (rpath-dirs): New variable.
450         (rpath-link): Use it.
451         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
452         (db-objpfx): Removed.
453         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
454         * md5-crypt/Makefile: Likewise.
455         * sysdeps/mach/hurd/Makefile: Likewise.
456
457         * Makeconfig (move-if-change): New variable.
458         * iconvdata/Makefile (move-if-change): Removed.
459         * manual/Makefile (move-if-change): Set only if undefined, use
460         local script by default.
461         * sunrpc/Makefile (move-if-change): Removed.
462         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
463         $(move-if-change).
464
465          * elf/Makefile: Remove all references to obsolete file
466          $(objpfx)rtldtbl.h.
467          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
468
469 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
470
471         * elf/dl-close.c (_dl_close): Add debugging message.
472
473 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
474
475         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
476         to get Linux version and not gcc version.
477         Reported by Alan Curry <pacman@cqc.com>.
478
479 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
480
481         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
482         pointers - return unknown error message instead.
483         Reported by Alan Curry <pacman@cqc.com>.
484
485 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
486
487         * iconvdata/Makefile (modules, sed-generated-headers,
488         perl-generated-headers): ibm424.h is perl generated.  Make
489         necessary modifications to compile without perl.
490
491 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
492
493         * hesiod/hesiod.c (read_config_file): Fix typo.
494
495 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
496
497         * version.h: Bump VERSION.
498
499         * csu/Makefile (distribute): Add munch-tmpl.c.
500
501 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
502
503         * nis/nis_defaults.c: Fix buffer problems and typos.
504
505 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
506
507         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
508         Patch by Fred Fish.
509
510 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
511
512         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
513         overwriting bugs.
514
515         * libio/strops.c (_IO_str_underflow): Read newly available
516         character from buffer as unsigned.
517
518 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
519
520         * catgets/Makefile (distribute): Add xopen-msg.h.
521         (generated): Add de.msg and de.cat.
522         (tests): Add do-gencat-test.
523         (do-gencat-test): New goal.  Run gencat on a generated msg file.
524         * catgets/xopen-msg.h: New file.
525
526 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
527
528         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
529         functions.  Optimize filename creation a bit.
530
531 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
532
533         * stdlib/random_r.c: Help gcc to optimize the code.
534         Patch by Joe Keane <jgk@jgk.org>.
535
536 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
537
538         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
539         tsearch calls.
540
541 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
542
543         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
544         it.
545
546 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
547
548         * wcsmbs/wcsnrtombs.c: Correct computation of result.
549         * wcsmbs/wcsrtombs.c: Likewise.
550
551         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
552         * wcsmbs/wcsmbs-tst1.c: New file.
553
554         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
555
556         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
557         as 1.
558
559         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
560         weak.
561
562 1998-05-21  Philip Blundell  <philb@gnu.org>
563
564         * sysdeps/arm/fpu_control.h: Replace stub file with real
565         implementation.
566         * sysdeps/arm/fpu/bits/fenv.h: New file.
567         * sysdeps/arm/fpu/fesetround.c: Likewise.
568         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
569         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
570         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
571         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
572         * sysdeps/arm/fpu/fegetenv.c: Likewise.
573         * sysdeps/arm/fpu/fesetenv.c: Likewise.
574
575 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
576
577         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
578         read instead of mmap.
579
580 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
581
582         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
583         directly instead of include_next.  Add missing semicolons.
584         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
585         Add missing semicolons.
586
587 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
588
589         * iconvdata/gconv-modules: Add more aliases to please java
590         environments.
591
592 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
593
594         * stdio-common/vfprintf.c (process_arg): Fix typo.
595
596         * iconvdata/TESTS: New tests for EUC-KR.
597
598         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
599         * iconvdata/testdata/EUC-KR: New file.
600
601 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
602
603         * math/libm-test.c (hypot_test): Fix a typo.
604
605 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
606
607         * stdio-common/vfprintf.c: When precision is specified for %ls or
608         %S handle it correctly.
609
610 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
611
612         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
613         the" in one line - fixed it.
614         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
615         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
616         * posix/unistd.h: Likewise
617
618 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
619
620         * Makeconfig (rpath-link): Add resolvobjdir.
621         (resolvobjdir): New variable.
622         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
623
624 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
625
626         * elf/dl-close.c: Call shared object terminators at the right time.
627         Patch by Philippe Troin <phil@fifi.org>.
628
629 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
630
631         * Make-dist (+tsrcs): Also add *.map for every member of
632         $(extra-libs).
633
634         * Makefile (distribute): Don't distribute scripts/printsources and
635         scripts/=__ify.  Distribute FAQ.in.
636         (rpm/%): Don't pass subdirs to sub-make.
637
638         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
639         instead of $(no_deps).
640
641 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
642
643         * sysdeps/generic/setenv.c: Protect against GNU C extension.
644         (KNOWN_VALUE, STORE_VALUE): Do it right.
645         (setenv): Remove unused variable.
646
647 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
648
649         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
650         (CFLAGS-zdump.c): Add $(tz-cflags).
651
652         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
653         return type.
654
655 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
656
657         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
658         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
659         if use_localtime.
660         * time/tzset.c: Update prototype of __tzfile_compute.
661         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
662         tm_zone and tm_offset here if __use_tzfile.
663
664 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
665
666         * Makerules: Install libc.a even if there are no object file.
667
668 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
669
670         * Makerules (do-makelib): Don't force creating library from
671         scratch, to avoid wasting time and space and to get correct
672         behaviour if $(subdirs) is incomplete.
673
674 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
675
676         * Makerules (do-stamp): Make it work when building in source
677         directory.
678
679 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
680
681         * elf/dl-load.c: Rename option and variable from ignore-rpath to
682         inhibit-rpath.
683         * elf/dl-support.c: Likewise.
684         * elf/ldsodefs.h: Likewise.
685         * elf/rtld.c: Likewise.
686         * iconvdata/run-iconv-test.sh: Likewise.
687
688 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
689
690         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
691         variable using the value.
692         * elf/ldsodefs.h: Declare _dl_ignore_path.
693         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
694         object against list in _dl_ignore_path and ignore RPATH if on the list.
695         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
696         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
697         to make sure we get the correct helper libraries loaded.
698
699         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
700         "RPATH" string in call to fillin_rpath instead.
701         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
702
703 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
704
705         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
706         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
707
708 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
709
710         * manual/terminal.texi (I/O Queues): Fix typo.
711
712         * manual/stdio.texi (Closing Streams): Fix grammar.
713
714         * manual/arith.texi (Absolute Value): Correct typo.
715         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
716
717 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
718
719         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
720         LD_PROFILE_OUTPUT in SUID binaries.
721         * intl/dcgettext.c: In SUID binaries don't let language part of
722         locale value contain path elements.
723         * intl/explodename.h: Define new function _nl_find_language.
724         * intl/loadinfo.h: Declare _nl_find_language.
725         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
726         language part it drop the value is path element is contained.
727
728         * locale/setlocale.c: Fix typo.
729
730 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
731
732         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
733
734         * sysdeps/arm/strlen.S: Support both big and little endian processors.
735
736         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
737         log, not a byte-count.
738
739         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
740         a.out compatibility.
741
742 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
743
744         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
745         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
746         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
747         * posix/unistd.h: Likewise.
748         * math/math.h: Likewise.
749         * manual/users.texi (Manipulating the Database): Likewise.
750         * manual/signal.texi (Job Control Signals): Likewise.
751         * manual/message.texi (The gencat program): Likewise.
752         * manual/filesys.texi (Hard Links): Likewise.
753         * manual/math.texi (SVID Random): Likewise.
754         * manual/llio.texi (Waiting for I/O): Likewise.
755         * manual/io.texi (File Name Errors): Likewise.
756         * manual/conf.texi (String Parameters): Likewise.
757         * manual/arith.texi (Infinity): Likewise.
758         * malloc/malloc.c: Likewise.
759         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
760         * csu/Makefile: Likewise.
761
762 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
763
764         * manual/memory.texi: Add back accidently removed line.
765
766 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
767
768         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
769         (timeout_handler): New function.
770         (LOCK_FILE, UNLOCK_FILE): New macros.
771         Implement file locking with timeout.
772         (getutent_r_file, internal_getut_r, getutline_r_file,
773         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
774         locking.
775
776 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
777
778         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
779         directory.
780
781 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
782
783         * rpm/Makefile: Delete inclusion of version.mk.
784
785 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
786
787         * libc.map: Add all libio functions needed libstdc++ with version
788         2.0, sort entries.
789
790 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
791
792         * iconvdata/Makefile (generated): Add *.stmp files.
793
794 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
795
796         * timezone/Makefile (testdata, build-testdata): New variables, use
797         them in rules for test data.
798         ($(objpfx)tst-timezone.out): Depend on test data.
799         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
800         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
801         New rules to build test data.
802         (tst-timezone-ENV): Pass TZDIR to point to test data.
803
804 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
805
806         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
807         (the designation sequence is disturbing).
808
809 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
810
811         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
812         * sunrpc/xdr_rec.c: Likewise.
813
814 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
815
816         * posix/Makefile (tests): Add runptests.
817         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
818         (before-compile): Add ptestcases.h.
819         (ptestscases.h): Add rule to generate from PTESTS.
820         * posix/runptests.c: New file.
821         * posix/PTESTS: New file.
822         * posix/PTESTS2C.sed: New file.
823
824 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
825
826         * iconv/loop.c: Let user add code to use and set paramaters.
827
828         * iconvdata/iso-2022-kr.c: Correct to-loop.
829
830         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
831         point to output buffer.
832
833         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
834         hanja.
835
836         * iconvdata/TESTS: Add ISO-2022-KR test.
837         * iconvdata/testdata/ISO-2022-KR: New file.
838
839 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
840
841         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
842         and internal_use.
843         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
844         and internal_use.
845         * wcsmbs/btowc.c: Likewise.
846         * wcsmbs/mbrtowcs.c: Likewise.
847         * wcsmbs/mbsnrtowcs.c: Likewise.
848         * wcsmbs/mbsrtowcs.c: Likewise.
849         * wcsmbs/wcrtomb.c: Likewise.
850         * wcsmbs/wcsnrtombs.c: Likewise.
851         * wcsmbs/wcsrtombs.c: Likewise.
852         * wcsmbs/wctob.c: Likewise.
853         * iconv/skeleton.c: Increment invocation_counter.
854         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
855         sequence first.
856
857         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
858         * iconvdata/iso-2022-jp.c: Likewise.
859         * iconvdata/iso646.c: Likewise.
860
861         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
862
863 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
864
865         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
866
867         * sysdeps/generic/setenv.c (setenv): Remove optimization for
868         overwriting existing values if it fits.
869
870 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
871
872         * posix/wordexp-test.c: Avoid duplicate messages.
873
874         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
875         tsearch.  Correctly interpret values returned by those functions.
876         (unsetenv): Store pointer to string, not pointer to string pointer.
877
878         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
879         DST information and offset in them.
880         * time/tzset.c (__tz_convert): Pass extra parameters to
881         __tzfile_compute.  Compute equivalent values for use of tz_rules.
882
883 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
884
885         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
886         stamp files to avoid unnecessary recompilation.
887         (gen-8bit-gap-table): Likewise.
888         (move-if-change): New variable.
889         (all generated .h rules): Change to be .stmp rules.
890         (%.h): New rule; depend on %.stmp; no commands.
891         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
892         gen-8bit-gap-1.sh.
893
894 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
895
896         * Makerules (libc-map): Deleted.
897         (load-map-file): Set to the appropriate compiler switch, not
898         just the file name.  If libfoo-map is not set, look for a
899         libfoo.map in the current directory and $(..).
900         (map-file): New variable, contains just the mapfile name.
901         (build-shlib): Adjust for new value of load-map-file.
902         (libc.so): Correct dependencies.
903
904         * extra-lib.mk: Correct shlib dependencies since libfoo-map
905         may not be set anymore.
906
907         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
908         Delete libdl-map.  Tweak ld.so link rule to work with changed
909         variable settings in Makerules.
910         * iconvdata/Makefile: Tweak build-module to work with changed
911         variable settings in Makerules.
912
913         * db/Makefile: Delete libdb-map.
914         * hesiod/Makefile: Delete libnss_hesiod-map.
915         * linuxthreads/Makefile: Delete libpthread-map.
916         * locale/Makefile: Delete libBrokenLocale-map.
917         * login/Makefile: Delete libutil-map.
918         * math/Makefile: Delete libm-map.
919         * md5-crypt/Makefile: Delete libcrypt-map.
920         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
921         libnss_nisplus-map, and libnss_compat-map.
922         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
923         libnss_ldap-map.
924         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
925         * rt/Makefile: Delete librt-map.
926
927 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
928
929         * configure.in: Instead of substituting `yes' or `no' for whether
930         --no-whole-archive is available, set @no_whole_archive@ to the
931         appropriate gcc switch or the empty string.  Likewise for
932         -fno-exceptions.
933         * config.make.in: Replace have-no-whole-archive with
934         no-whole-archive and have-no-exceptions with no-exceptions.
935         * Makerules: Delete stanzas setting no-whole-archive and
936         no-exceptions.
937
938         * sunrpc/Makefile: Use move-if-change to update generated .h
939         and .c files.
940
941 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
942
943         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
944         of strchr loop.
945
946 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
947
948         * time/tzfile.c (__tzfile_read): Remove unused variable info.
949         (__tzfile_compute): Likewise.
950
951 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
952
953         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
954         defines from Linux 2.1.102.
955
956 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
957
958         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
959
960 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
961
962         * inet/netinet/in.h: Add defines for multicast.
963         Reported by Jeremy Hall <jhall@UU.NET>.
964
965         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
966         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
967         and unsetenv.  Optimize _LIBC case.
968         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
969         Define functions with leading __.
970
971         * time/tzfile.c: Correct handling of global variables daylight,
972         timezone, and tzname.
973         * time/tzset.c: Likewise.
974         * timezone/Makefile (tests): Add tst-timezone.
975         * timezone/tst-timezone.c: New file.
976
977 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
978
979         * timezone/asia: Update from tzdata1998d.
980         * timezone/australasia: Likewise.
981         * timezone/europe: Likewise.
982
983 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
984
985         * string/string.h: Don't use the optimized versions for the string
986         functions if optimizing for space.
987
988         * stdlib/tst-strtod.c: Add test for -0.0.
989
990         * io/ftwtest-sh: Prevent tests from being run by root.
991
992         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
993         last addition.  Patch by wkpark@chem.skku.ac.kr.
994
995 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
996
997         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
998         table.
999
1000 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1001
1002         * iconvdata/gen-8bit.sh: New file.
1003         * iconvdata/gen-8bit-gap.sh: New file.
1004         * iconvdata/gen-8bit-gap-1.sh: New file.
1005         * iconvdata/Makefile (generate-8bit-table): Use shell script
1006         instead of writing the commands directly.
1007         (generate-8bit-gap-table): Likewise.
1008         ($(objpfx)iso8859-7jp.h): Likewise.
1009         (generated headers): Depend on shell script instead of Makefile.
1010         (before-compile): Add $(perl-generated-headers) only if perl is
1011         available.
1012         (headers): Depend on $(perl-generated-headers) only if perl is
1013         available.
1014         (sed-generated-headers): Remove iso8859-7jp.h.
1015
1016 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1017
1018         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
1019         (/): Removed.
1020
1021 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1022
1023         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
1024         formed charset names to getfct.  Let user override charset
1025         selection by mention charset in locale name.
1026
1027 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
1028
1029         * posix/glob.c: Move to ...
1030         * sysdeps/generic/glob.c: ...here.
1031         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
1032         elements.
1033         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
1034         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
1035         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
1036         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
1037         subdir.
1038         * libc.map [GLIBC_2.1]: Add glob and globfree.
1039
1040 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1041
1042         * sunrpc/Makefile (generated): Restore old list.
1043
1044 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1045
1046         * rt/Makefile (tests): Define only if we have a thread library.
1047
1048         * nis/ypclnt.c: Add: #include <errno.h>.
1049
1050 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1051
1052         * configure.in: Define and substitute RELEASE as well as
1053         VERSION.
1054         * config.make.in: Add RELEASE and VERSION to be substituted.
1055         * Makeconfig: Delete all references to version.mk.
1056         * Make-dist: Likewise.
1057         * MakeTAGS: Likewise.
1058         * elf/Makefile: Likewise.
1059
1060 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1061
1062         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
1063         yp_get_default_domain.
1064
1065 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1066
1067         * sysdeps/posix/profil.c (__profil): Don't define act and timer
1068         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
1069
1070 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1071
1072         * malloc/malloc.c: Fix for NO_THREADS case.
1073
1074 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
1075
1076         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
1077         Remove statfs and fstatfs.
1078         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
1079         and pwrite as EXTRA.
1080         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1081
1082 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
1083
1084         * libc.map: Add capget and capset.
1085
1086 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1087
1088         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1089         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
1090         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
1091         and Matt McLean <keys@brio.yikes.com>.
1092
1093 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
1094
1095         * misc/Makefile (tests): Add tst-mntent.
1096         * misc/tst-mntent.c: New file.
1097
1098 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1099
1100         * autolock.sh: Removed.
1101         * manual/move-if-change: Removed.
1102
1103         * scripts: New directory.
1104         * =__ify: Moved to scripts.
1105         * config.guess: Likewise.
1106         * config.sub: Likewise.
1107         * gen-FAQ.pl: Likewise.
1108         * install-sh: Likewise.
1109         * mkinstalldirs: Likewise.
1110         * move-if-change: Likewise.
1111         * printsources: Likewise.
1112         * rellns.sh: Likewise.
1113         * test-installation.pl: Likewise.
1114
1115         * configure.in: Look in scripts for config.guess, config.sub,
1116         install-sh.
1117         * Makefile: Distribute all above files in their
1118         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
1119         * manual/Makefile: Find mkinstalldirs and move-if-change in
1120         $(..)scripts.  Drop them from distribute.  Minor cleanups.
1121         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
1122         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
1123         * timezone/Makefile: Find rellns-sh in scripts.
1124
1125 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1126
1127         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
1128         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
1129
1130 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1131
1132         * Makefile (+subdir-inits): Delete variable.
1133         (+init_subdirs): Likewise.
1134         (aux): Likewise.
1135         (before-compile): Likewise.
1136         (libc-init): Delete stanza.
1137         (version-info.h): Delete rule and associated variable.
1138         (distribute): Don't distribute moved files.
1139         * Makerules (interp-obj): It lives in elf now.  Only use it
1140         if $(elf) is set.  Delete rule to build it.
1141         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
1142         version.o and version-info.h.  Minor cleanups.
1143         (routines): Add libc-init, sysdep, version.
1144         (generated): Add version-info.h.
1145         * elf/Makefile: Build interp.os.
1146
1147         * interp.c: Moved to elf.
1148         * set-init.c: Moved to csu.
1149         * munch-init.c: Likewise.
1150         * munch.awk: Likewise.
1151         * version.c: Likewise.
1152
1153         * Rules: Unconfuse syntax highlighting with a fake comment.
1154
1155 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1156
1157         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
1158         syscalls.
1159
1160 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1161
1162         * iconvdata/Makefile (generated): Set to *-generated-headers
1163         plus gconv-modules.
1164         (tests): Set to iconv-test.
1165         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
1166         * posix/Makefile (generated): Set to wordexp-test-result*.
1167         * sunrpc/Makefile (generated): Remove rpcsvc/*.
1168         (generated-dirs): Add rpcsvc.
1169         * libio/Makefile: Clean up.
1170
1171 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
1172
1173         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
1174         * Makerules: Likewise.
1175         (+depfiles): Also add sysdep-others.
1176         * Rules: Likewise.
1177         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
1178         * iconvdata/Makefile (distribute): Add TESTS.
1179         * localedata/Makefile (repertoires): Rename to repertoiremaps.
1180         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
1181         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
1182         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
1183         sysdep-others, not others.
1184         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1185         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
1186
1187 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
1188
1189         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
1190         cost_hi and cost_lo.
1191         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
1192         Cost parameter and set cost_lo to INT_MAX.
1193         (add_module): Take new parameter and use it to initialize cost_lo.
1194         (read_conf_file): Count modules being loaded and use counter for
1195         new parameter to add_module.
1196         * iconv/gconv_db.c (find_derivation): When look for cost examine
1197         cost_hi and cost_lo.
1198
1199 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
1200
1201         * string/bits/string2.h: Don't use unsigned char * unless really
1202         necessary since this disturbs C++.
1203         * sysdeps/i386/i486/bits/string.h: Likewise.
1204         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
1205
1206 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1207
1208         * malloc/malloc.c (top_check): Fix last change.
1209
1210 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1211
1212         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
1213         Patch by Matt McLean <keys@brio.yikes.com>.
1214
1215 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1216
1217         * Makerules (lib): Put back dependency on lib-noranlib.
1218         ($(subdirs-stamps)): Remove dependency on stamp.* again.
1219
1220 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1221
1222         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
1223         test in __pow2 implementation.
1224
1225 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1226
1227         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
1228         Still need *FLAGS-.o because we still sometimes build .o files.
1229         * db2/Makefile: Don't build libndbm.a if !build-static.
1230
1231 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1232
1233         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
1234
1235 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1236
1237         * configure.in: New test for broken gcc on PowerPC.
1238         * sysdeps/powerpc/atomicity.h: Use result of test.
1239         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
1240
1241         * math/libm-test.c: Update many of the epsilon to match actual
1242         performance.
1243
1244         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
1245         * sysdeps/libm-ieee754/e_expf.c: Likewise.
1246         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
1247         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
1248
1249         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
1250
1251         * sysdeps/powerpc/elf/libc-start.c: New file.
1252         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
1253         * sysdeps/powerpc/elf/start.c: Delete.
1254
1255         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
1256         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
1257
1258         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
1259         few patches.
1260
1261 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
1262
1263         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
1264         test for integer.
1265
1266         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
1267         * sysdeps/libm-i387/e_powl.S: Likewise.
1268
1269 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1270
1271         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
1272         (malloc_check, free_check, realloc_check, memalign_check): Use
1273         them to improve overrun checking.  Overruns of a single byte and
1274         corruption of the top chunk are now detected much more reliably.
1275
1276 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1277
1278         * math/libm-test.c (pow_test): Add test for special value from PR
1279         libc/590.
1280
1281 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
1282
1283         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
1284         including linux/errno.h.
1285
1286 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
1287
1288         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
1289         Use correct types.
1290         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
1291         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
1292
1293 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1294
1295         * Makerules (elide-routines.*): Fix assignments.
1296         (do-makelib): Fix typo.
1297         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
1298         makefile.
1299
1300 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1301
1302         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
1303         $(objpfx)sysd-dirs): Move them...
1304         * Makeconfig: ... here.
1305         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
1306         (stubs): Fix circular depedency.
1307         (do-makelib): Clean up.
1308         (lib): Don't depend on lib-noranlib.
1309         ($(objpfx)stamp.oS): Remove special case for empty
1310         static-only-routines.
1311         (elide-routines.o): Add $(static-only-routines).
1312         (elide-routines$o): Define this instead of elide-routines.$o.
1313         * manual/Makefile (stubs): Fix circular dependency.
1314
1315 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1316
1317         * libio/Makefile (routines): Remove duplicate oldiofclose.
1318
1319 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1320
1321         * string/strcoll.c: Use uint32_t instead of u_int32_t.
1322
1323 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1324
1325         * libio/stdio.h: Fix typo in __REDIRECT.
1326         * io/sys/stat.h: Likewise.
1327         Reported by Myles Uyema <myles@uyema.nws.net>.
1328
1329 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1330
1331         * locale/programs/localedef.c (options): Fix help message.
1332
1333 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1334
1335         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
1336         relocations.  Patch by Joe Keane <jgk@jgk.org>.
1337
1338 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
1339
1340         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
1341         ptmalloc_unlock_all, but re-initializes the mutexes instead.
1342         (ptmalloc_init): Use new function in thread_at_fork call.
1343         (thread_atfork_static): Likewise.
1344         Suggested by Wolfram Gloger and Xavier Leroy.
1345
1346 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1347
1348         * signal/signal.h: Move definitions of struct sigstack and
1349         struct sigaltstack into separate file and include it.
1350         * sysdeps/generic/bits/sigstack.h: New file.
1351         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
1352         * signal/Makefile (headers): Add bits/sigstack.h.
1353
1354 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1355
1356         * elf/rtld.c (dl_main): Fix check for number of references to
1357         interpreter object.
1358
1359 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1360
1361         * elf/rtld.c (dl_main): Check has_interp after executing platform
1362         specific code.
1363
1364 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1365
1366         * iconvdata/run-iconv-test.sh: Fix typo.
1367
1368 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1369
1370         * Makerules (+depfiles): Add depfiles for $(tests-static).
1371         Simplified.
1372
1373 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1374
1375         * manual/terminal.texi (Special Characters): Fix description of
1376         c_cc indexes.
1377
1378 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1379
1380         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
1381         array.
1382         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
1383         of c_cc array.
1384
1385 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1386
1387         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
1388
1389 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1390
1391         * intl/locale.alias: Update russian entry.
1392
1393 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1394
1395         * Makerules (static-only-routines): Reimplement in terms of
1396         elide-routines.os.
1397         (shared-only-routines): Reimplement in terms of
1398         elide-routines.X [where X is all object-suffixes except .os].
1399
1400         (stubs): Create stubs file inside the subdir.
1401         (common-mostlyclean): Remove stubs file from inside the subdir.
1402         * Makefile (subdir-stubs): Look for stubs files inside the
1403         subdirs.
1404         * manual/Makefile (stubs): Create dummy stubs file inside the
1405         subdir.
1406
1407 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1408
1409         Build speed improvement: make ar less of a bottleneck.
1410
1411         * Makerules (stamp$o): Just record the object list for later
1412         use.
1413         (libc_foo.a): New rule, depends on subdir stamp files; builds
1414         and ranlibs the library from the lists saved in those files.
1415
1416         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
1417         (subdirs-stamp-o): Likewise.
1418
1419         (ar-symtab-name): Delete variable.
1420         (lib%.a): Delete target.
1421         (libc_foo.a(bar.%)): Delete target.
1422         (libc_foo.a($(ar-symtab-name))): Delete target.
1423
1424         (objects objs): Just depend on libobjs and extra-objs.
1425         (libobjs): Depend on the stamp files, not the objects.
1426         (extra-objs): New target, just depends on the extra-objs list.
1427
1428         (CREATE_ARFLAGS): Kill the `ar S' hack.
1429
1430         * config.make.in (have-ar-S): Deleted.
1431         * configure.in: Delete test for `ar S'.  Add test to determine
1432         whether ranlib does anything useful.
1433
1434 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1435
1436         * inet/tst-ether_aton.c: Include <stdio.h>.
1437
1438 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
1439
1440         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
1441
1442         * locale/Makefile (distribute): Add programs/repertoire.h.
1443         (localedef-modules): Add repertoire.
1444         (CPPFLAGS): Define REPERTOIREMAP_PATH.
1445         * locale/programs/repertoire.c: New file.
1446         * locale/programs/repertoire.h: New file.
1447         * locale/programs/charmap.c: Starting fixing character set handling
1448         to handle multi-byte encodings.
1449         * locale/programs/charset.c: Likewise.
1450         * locale/programs/charset.h: Likewise.
1451         * locale/programs/ld-collate.c: Likewise.
1452         * locale/programs/ld-ctype.c: Likewise.
1453         * locale/programs/linereader.c: Likewise.
1454         * locale/programs/localedef.c: Likewise.
1455         * locale/programs/locfile-kw.gperf: Likewise.
1456         * locale/programs/locfile-kw.h: Likewise.
1457         * locale/programs/locfile-token.h: Likewise.
1458         * locale/programs/locfile.h: Likewise.
1459         * locale/programs/stringtrans.c: Likewise.
1460
1461         * locale/programs/locfile.c: Interpret I18NPATH value as base of
1462         path, extended with "/locales/".
1463
1464 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
1465
1466         * sysdeps/arm/memset.S: Fix off by one error.
1467
1468         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
1469         __syscall_error rather than syscall_error directly.
1470
1471 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
1472
1473         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
1474         mmap() syscall for ARM.
1475
1476         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
1477         binaries.
1478
1479 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
1480
1481         * locale/programs/localedef.c: Recognize repertoire-map option.
1482
1483 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1484
1485         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
1486         converting non-hex numbers.
1487         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
1488
1489 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
1490
1491         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
1492         check overflow.
1493         * resolv/Makefile (tests): New, add tst-aton.
1494         * resolv/tst-aton.c: New file.
1495
1496 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1497
1498         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
1499         semicolon.
1500
1501 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
1502
1503         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
1504         by letting the later modify the variable computing the total directly.
1505         * wcsmbs/mbsrtowcs.c: Likewise.
1506         * wcsmbs/wcsnrtombs.c: Likewise.
1507         * wcsmbs/wcsrtombs.c: Likewise.
1508
1509         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
1510         it is not used.
1511         * wcsmbs/wctoc.c: Likewise.
1512
1513         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
1514         * wcsmbs/wcsrtombs.c: Likewise.
1515
1516         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
1517
1518 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1519
1520         * iconv/skeleton.c: Correct counting of actually converted
1521         characters.
1522
1523         * intl/localealias.c (read_alias_file): Use unsigned char for
1524         local variables.  Remove unused variable tp.
1525         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
1526         for type of codeset.  For loosing Solaris systems.
1527         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
1528         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
1529         len if not needed.
1530         Patches by Jim Meyering.
1531
1532         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
1533         wcsrtombs must put it into initial state.
1534
1535 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1536
1537         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
1538         argument of bswap_XX macro.
1539
1540 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1541
1542         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
1543         variable name.
1544
1545 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
1546
1547         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
1548         semun and use stdarg macros to get the value.
1549         * sysdeps/generic/semctl.c: Don't use union semun.
1550
1551         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
1552
1553         * string/basename.c [!_LIBC]: Define function as gnu_basename.
1554
1555         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
1556         strings.h.
1557
1558         * stdlib/grouping.h: Accept ungrouped numbers even if locale
1559         defines grouping.
1560
1561         * intl/hash-string.h: Don't include values.h.
1562
1563         * inet/Makefile (tests): Add tst-ether_aton.
1564         * inet/tst-ether_aton.c: New file.
1565
1566         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
1567         in hex conversion.
1568         * inet/ether_aton.c (ether_aton): Declare result variable static.
1569         Reported by ahyung@unixg.ubc.ca.
1570
1571         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
1572         Define macro _SEM_SEMUN_UNDEFINED instead.
1573         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
1574
1575         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
1576         * stdio-common/Makefile (tests): Add tst-wc-printf.
1577
1578 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
1579
1580         * manual/stdio.texi (Variable Arguments Output): Correct variable
1581         name.  Patch from Ewan Mellor <em@nexus.co.uk>
1582
1583 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1584
1585         * intl/dcgettext.c: Remove unneeded definition of
1586         internal_function.
1587
1588 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1589
1590         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
1591         instead of do-iconv-test.
1592         ($(objpfx)gconv-modules): Define rule only if objpfx is not
1593         empty.
1594
1595 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1596
1597         * string/string.h: Fix feature test.
1598
1599 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1600
1601         * iconvdata/iso646.c (BODY): Don't use character constants that
1602         depend on signedness of char.
1603
1604 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1605
1606         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
1607         (sysdep_routines): Add s_pread64 and s_pwrite64.
1608
1609 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
1610
1611         * iconvdata/Makefile (distribute): Remove generated .h files.
1612         * iconvdata/koi8-r.h: Removed.
1613         * iconvdata/latin-greek-1.h: Removed.
1614         * iconvdata/latin-greek.h: Removed.
1615
1616         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
1617         * iconvdata/KOI-8: Likewise.
1618         * iconvdata/KOI-8..UTF8: Likewise.
1619         * iconvdata/KOI8-R: Likewise.
1620         * iconvdata/KOI8-R..UTF8: Likewise.
1621
1622 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1623
1624         * streams/Makefile (headers): Add sys/stropts.h.
1625         * streams/sys/stropts.h: New file.
1626
1627 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1628
1629         * sysdeps/unix/sysv/linux/ttyname.c,
1630         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
1631         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
1632
1633 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1634
1635         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
1636         argument of _itoa_word.
1637
1638 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1639
1640         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
1641         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
1642         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
1643         sigprocmask, resp., instead of EXTRA.
1644
1645         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1646         s_pread64 and s_pwrite64.
1647
1648 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
1649
1650         * iconvdata/Makefile: Correct rules to generate gap table.
1651         * iconvdata/gap.pl: Simplify.
1652
1653         * iconvdata/TESTS: Name new tests.
1654         * iconvdata/testdata/CP1250: New file.
1655         * iconvdata/testdata/CP1250..UTF8: New file.
1656         * iconvdata/testdata/CP1251: New file.
1657         * iconvdata/testdata/CP1251..UTF8: New file.
1658         * iconvdata/testdata/CP1252: New file.
1659         * iconvdata/testdata/CP1252..UTF8: New file.
1660         * iconvdata/testdata/CP1253: New file.
1661         * iconvdata/testdata/CP1253..UTF8: New file.
1662         * iconvdata/testdata/CP1254: New file.
1663         * iconvdata/testdata/CP1254..UTF8: New file.
1664         * iconvdata/testdata/CP1255: New file.
1665         * iconvdata/testdata/CP1255..UTF8: New file.
1666         * iconvdata/testdata/CP1256: New file.
1667         * iconvdata/testdata/CP1256..UTF8: New file.
1668         * iconvdata/testdata/CP1257: New file.
1669         * iconvdata/testdata/CP1257..UTF8: New file.
1670
1671 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
1672
1673         * iconvdata/Makefile: Add rules for ISO-2022-KR.
1674         * iconvdata/iso-2022-kr.c: New file.
1675
1676         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
1677         and ISO-2022-KR.
1678
1679 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
1680
1681         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
1682         iso8859-8 and iso8859-10.
1683         * iconvdata/iso8859-5.c: Change to use gap method.
1684         * iconvdata/iso8859-7.c: Likewise.
1685         * iconvdata/iso8859-8.c: Likewise.
1686         * iconvdata/iso8859-10.c: Likewise.
1687
1688         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
1689         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
1690         end of the loop.
1691         * iconvdata/iso-2022-jp.c: New file.
1692
1693         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
1694         * iconvdata/ksc5601.h: Unify function interfaces.
1695         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
1696         * iconvdata/uhc.c: Likewise.
1697
1698         * iconvdata/gb2312.h: Use correct types.
1699
1700         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
1701         size elements of data.
1702
1703 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1704
1705         * string/tst-svc.expect: Adapt for change in .input.
1706         * string/tst-svc.input: More tests.
1707
1708 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
1709
1710         * iconvdata/Makefile: Add rules for new modules.
1711         * iconvdata/gconv-modules: Likewise.
1712         * iconvdata/cp737.c: New file.
1713         * iconvdata/cp737.h: New file.
1714         * iconvdata/cp775.c: New file.
1715         * iconvdata/cp775.h: New file.
1716         * iconvdata/cp874.c: New file.
1717         * iconvdata/cp874.h: New file.
1718
1719 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
1720
1721         * iconvdata/Makefile: Create target directory before generating
1722         headers.
1723
1724 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1725
1726         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
1727         __USER_LABEL_PREFIX__.
1728         (__ASMNAME, __ASMNAME2): New macros.
1729
1730 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1731
1732         * elf/dl-load.c: Include sys/param.h for MAX.
1733
1734 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
1735
1736         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
1737         __ftruncate the strong symbol, and add weak alias.
1738         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1739
1740 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1741
1742         * termios/cfsetspeed.c: Make code cleaner and add missing const.
1743         Patch by Joe Keane <jgk@jgk.org>.
1744
1745         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
1746         free()ing.
1747
1748 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
1749
1750         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
1751         Patch by Thomas Bushnell, n/BSG.
1752
1753 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1754
1755         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
1756
1757 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1758
1759         * iconvdata/Makefile: Put generated headers in build directory.
1760
1761 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
1762
1763         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
1764         strsep as current directory.
1765
1766         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
1767         Java.  Add definitions for unicodelittle implementation.
1768         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
1769         * iconv/gconv_simple.c: Define unicodelittle functions.
1770
1771         * iconv/iconv_prog.c: Make program print information about position
1772         of illegal character in input.
1773
1774         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
1775         comparison of charset name.
1776         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
1777         * iconvdata/ebcdic-at-de-a.c: Likewise.
1778         * iconvdata/ebcdic-at-de.c: Likewise.
1779         * iconvdata/ebcdic-ca-fr.c: Likewise.
1780         * iconvdata/euccn.c: Likewise.
1781         * iconvdata/eucjp.c: Likewise.
1782         * iconvdata/euckr.c: Likewise.
1783         * iconvdata/euctw.c: Likewise.
1784         * iconvdata/hp-roman8.c: Likewise.
1785         * iconvdata/iso6937.c: Likewise.
1786         * iconvdata/iso8859-1.c: Likewise.
1787         * iconvdata/iso8859-10.c: Likewise.
1788         * iconvdata/iso8859-2.c: Likewise.
1789         * iconvdata/iso8859-3.c: Likewise.
1790         * iconvdata/iso8859-4.c: Likewise.
1791         * iconvdata/iso8859-5.c: Likewise.
1792         * iconvdata/iso8859-6.c: Likewise.
1793         * iconvdata/iso8859-7.c: Likewise.
1794         * iconvdata/iso8859-8.c: Likewise.
1795         * iconvdata/iso8859-9.c: Likewise.
1796         * iconvdata/johab.c: Likewise.
1797         * iconvdata/koi-8.c: Likewise.
1798         * iconvdata/koi8-r.c: Likewise.
1799         * iconvdata/latin-greek-1.c: Likewise.
1800         * iconvdata/latin-greek.c: Likewise.
1801         * iconvdata/sjis.c: Likewise.
1802         * iconvdata/t61.c: Likewise.
1803         * iconvdata/uhc.c: Likewise.
1804
1805         * iconvdata/iso646.c: Add support for more ISO 646 variants.
1806         * iconvdata/TESTS: Add tests for ISO646 module.
1807         * iconvdata/gconv-modules: Add new modules.
1808         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
1809         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
1810         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
1811         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
1812         * iconvdata/testdate/DIN_66003: Likewise.
1813         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
1814         * iconvdata/testdate/DS_2089: Likewise.
1815         * iconvdata/testdate/DS_2089..UTF8: Likewise.
1816         * iconvdata/testdate/ES: Likewise.
1817         * iconvdata/testdate/ES..UTF8: Likewise.
1818         * iconvdata/testdate/ES2: Likewise.
1819         * iconvdata/testdate/ES2..UTF8: Likewise.
1820         * iconvdata/testdate/GB_1988-80: Likewise.
1821         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
1822         * iconvdata/testdate/IT: Likewise.
1823         * iconvdata/testdate/IT..UTF8: Likewise.
1824         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
1825         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
1826         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
1827         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
1828         * iconvdata/testdate/JUS_I.B1.002: Likewise.
1829         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
1830         * iconvdata/testdate/KSC5636: Likewise.
1831         * iconvdata/testdate/KSC5636..UTF8: Likewise.
1832         * iconvdata/testdate/MSZ_7795.3: Likewise.
1833         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
1834         * iconvdata/testdate/NC_NC00-10: Likewise.
1835         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
1836         * iconvdata/testdate/NF_Z_62-010: Likewise.
1837         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
1838         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
1839         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
1840         * iconvdata/testdate/NS_4551-1: Likewise.
1841         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
1842         * iconvdata/testdate/NS_4551-2: Likewise.
1843         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
1844         * iconvdata/testdate/PT: Likewise.
1845         * iconvdata/testdate/PT..UTF8: Likewise.
1846         * iconvdata/testdate/PT2: Likewise.
1847         * iconvdata/testdate/PT2..UTF8: Likewise.
1848         * iconvdata/testdate/SEN_850200_B: Likewise.
1849         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
1850         * iconvdata/testdate/SEN_850200_C: Likewise.
1851         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
1852
1853         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
1854         * iconvdata/cns11643l1.h: Likewise.
1855         * iconvdata/latin-greek-1.h: Likewise.
1856         * iconvdata/latin-greek.h: Likewise.
1857         * iconvdata/koi8-r.h: Likewise.
1858         * iconvdata/jis0212.h: Likewise.
1859         * iconvdata/gb2312.h: Likewise.
1860         * iconvdata/ksc5601.h: Likewise.
1861
1862         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
1863
1864         * iconvdata/Makefile: Add rules for lots of more modules.
1865         * iconvdata/cp1250.c: New file.
1866         * iconvdata/cp1251.c: New file.
1867         * iconvdata/cp1252.c: New file.
1868         * iconvdata/cp1253.c: New file.
1869         * iconvdata/cp1254.c: New file.
1870         * iconvdata/cp1255.c: New file.
1871         * iconvdata/cp1256.c: New file.
1872         * iconvdata/cp1257.c: New file.
1873         * iconvdata/ebcdic-dk-no-a.c: New file.
1874         * iconvdata/ebcdic-dk-no.c: New file.
1875         * iconvdata/ebcdic-es-a.c: New file.
1876         * iconvdata/ebcdic-es-s.c: New file.
1877         * iconvdata/ebcdic-es.c: New file.
1878         * iconvdata/ebcdic-fi-se-a.c: New file.
1879         * iconvdata/ebcdic-fi-se.c: New file.
1880         * iconvdata/ebcdic-fr.c: New file.
1881         * iconvdata/ebcdic-is-friss.c: New file.
1882         * iconvdata/ebcdic-it.c: New file.
1883         * iconvdata/ebcdic-pt.c: New file.
1884         * iconvdata/ebcdic-uk.c: New file.
1885         * iconvdata/ebcdic-us.c: New file.
1886         * iconvdata/ibm037.c: New file.
1887         * iconvdata/ibm038.c: New file.
1888         * iconvdata/ibm1004.c: New file.
1889         * iconvdata/ibm1026.c: New file.
1890         * iconvdata/ibm1047.c: New file.
1891         * iconvdata/ibm256.c: New file.
1892         * iconvdata/ibm273.c: New file.
1893         * iconvdata/ibm274.c: New file.
1894         * iconvdata/ibm275.c: New file.
1895         * iconvdata/ibm277.c: New file.
1896         * iconvdata/ibm278.c: New file.
1897         * iconvdata/ibm280.c: New file.
1898         * iconvdata/ibm281.c: New file.
1899         * iconvdata/ibm284.c: New file.
1900         * iconvdata/ibm285.c: New file.
1901         * iconvdata/ibm290.c: New file.
1902         * iconvdata/ibm297.c: New file.
1903         * iconvdata/ibm420.c: New file.
1904         * iconvdata/ibm423.c: New file.
1905         * iconvdata/ibm424.c: New file.
1906         * iconvdata/ibm437.c: New file.
1907         * iconvdata/ibm500.c: New file.
1908         * iconvdata/ibm850.c: New file.
1909         * iconvdata/ibm851.c: New file.
1910         * iconvdata/ibm852.c: New file.
1911         * iconvdata/ibm855.c: New file.
1912         * iconvdata/ibm857.c: New file.
1913         * iconvdata/ibm860.c: New file.
1914         * iconvdata/ibm861.c: New file.
1915         * iconvdata/ibm862.c: New file.
1916         * iconvdata/ibm863.c: New file.
1917         * iconvdata/ibm864.c: New file.
1918         * iconvdata/ibm865.c: New file.
1919         * iconvdata/ibm868.c: New file.
1920         * iconvdata/ibm869.c: New file.
1921         * iconvdata/ibm870.c: New file.
1922         * iconvdata/ibm871.c: New file.
1923         * iconvdata/ibm875.c: New file.
1924         * iconvdata/ibm880.c: New file.
1925         * iconvdata/ibm891.c: New file.
1926         * iconvdata/ibm903.c: New file.
1927         * iconvdata/ibm904.c: New file.
1928         * iconvdata/ibm905.c: New file.
1929         * iconvdata/ibm918.c: New file.
1930
1931         * locale/iso-4217.def: Update.
1932         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
1933
1934         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
1935         formats.
1936
1937 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1938
1939         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
1940         LD_LIBRARY_PATH.
1941
1942 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1943
1944         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
1945         * Makefile: Likewise.
1946         * posix/Makefile: Likewise.
1947         * sysdeps/mach/hurd/Makefile: Likewise.
1948
1949 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1950
1951         * sysdeps/mach/hurd/bits/dirent.h: New file.
1952         * sysdeps/mach/hurd/readdir64.c: New file.
1953         * sysdeps/mach/hurd/readdir64_r.c: New file.
1954
1955 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
1956
1957         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
1958         dprintf): Synchronize declarations with libio/stdio.h.
1959
1960 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
1961
1962         * elf/dlerror.c (dlerror): Don't assume that
1963         __libc_internal_tsd_get is defined.  __libc_getspecific is already
1964         well-protected, so just use it directly.
1965
1966 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1967
1968         * io/ftw.h (ftw): Fix typo.
1969
1970 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
1971
1972         * sysdeps/gnu/utmp_file.c: Fix typo.
1973
1974 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1975
1976         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
1977         one part of a test fails move on to the next test.
1978
1979 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
1980
1981         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
1982
1983 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1984
1985         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
1986         as pointers, not signed integers.
1987
1988 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1989
1990         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
1991
1992 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1993
1994         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
1995         asm symbol name of functions.
1996         * include/features.h: Kill redundant test.
1997
1998         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
1999         * io/ftw.h: Likewise.
2000         * io/sys/stat.h: Likewise.
2001         * io/sys/statfs.h: Likewise.
2002         * io/sys/statvfs.h: Likewise.
2003         * libio/stdio.h: Likewise.
2004         * resource/sys/resource.h: Likewise.
2005         * rt/aio.h: Likewise.
2006
2007         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2008          __FAVOR_BSD.
2009         * signal/signal.h: Use new macros for BSD vs. SysV signal().
2010
2011         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
2012         a dummy library.
2013         * misc/bsd-compat.c: Removed.
2014
2015 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
2016
2017         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
2018         function declaration.
2019         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
2020         and use them in conversion function.
2021         * iconvdata/Makefile (modules): Re-add ISO6446.
2022         * iconvdata/TEST: Add tests for ASCII variants.
2023         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
2024         * iconvdata/testdata/ANSI_X3.4-1968: New file.
2025         * iconvdata/testdata/BS_4730: New file.
2026         * iconvdata/testdata/BS_4730..UTF8: New file.
2027
2028 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
2029
2030         * iconv/gconv.h (struct gconv_step): Add element stateful.
2031         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
2032         to zero for all internal conversions.
2033         * iconv/skeleton.c: Initialize stateful depending on whether or not
2034         RESET_STATE is defined to one or zero respectively.
2035         * stdlib/mblen.c: Use stateful element of currently selected
2036         converter for result if S is NULL.
2037         * stdlib/mbtowc.c: Likewise.
2038         * stdlib/wctomb.c: Likewise.
2039
2040 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
2041
2042         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
2043
2044         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
2045
2046         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
2047         character in comparison with uint32_t.
2048         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
2049         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
2050         Optimize BODY a bit.
2051
2052         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
2053         be defined.
2054
2055         * iconv/skeleton.c: Also reset converted counter in case of an error.
2056         Call reset function using correct value for output buffer start.
2057
2058         * iconvdata/Makefile: Re-enable tests.
2059
2060         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
2061         value for to-conversion.
2062
2063         * iconvdata/TESTS: Add new third column.
2064         * iconvdata/run-iconv-test.sh: Add support for charsets which are
2065         not ASCII based.
2066         * iconvdata/testdata/suntzus: New file.
2067
2068         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
2069         while reading.  Correctly used base.  Little optimization.
2070         (__strtoul_internal): Likewise.
2071
2072         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
2073         was wrong.  Use explicit variable.
2074
2075 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2076
2077         * configure.in: Check for awk.
2078         * config.make.in: Add AWK to be substituted.
2079
2080         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
2081         * manual/users.texi: Fix typo exposed by above rewrite.
2082
2083         * Makefile: Invoke awk using AWK variable.
2084         * csu/Makefile: Likewise.
2085         * elf/Makefile: Likewise.
2086         * mach/Makefile: Likewise.
2087         * manual/Makefile: Likewise.
2088         * sysdeps/gnu/Makefile: Likewise.
2089         * sysdeps/mach/hurd/Makefile: Likewise.
2090         * sysdeps/unix/Makefile: Likewise.
2091         * timezone/Makefile: Likewise.
2092
2093 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2094
2095         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
2096         array index translation.
2097         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
2098         these are defined.
2099
2100         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
2101
2102         * sysdeps/mach/hurd/errlist.c: New file.
2103         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
2104         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
2105         semantics, so rename it.
2106
2107 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2108
2109         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
2110         conversions.
2111
2112 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
2113
2114         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
2115         * wcsmbs/wcsnrtombs.c: Likewise.
2116
2117 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
2118
2119         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
2120
2121         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
2122
2123         * time/strftime.c (my_strftime): Initialize pad variable in
2124         declaration.
2125
2126         * iconvdata/big5.c: Don't use character constants in comparisons
2127         with unsigned value.
2128
2129 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
2130
2131         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
2132         __libc_siglongjmp to GLIBC_2.1.
2133
2134         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
2135         __strerror_r.
2136
2137         * iconv/Makefile: Don't run tests now.
2138
2139         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
2140         with correct output buffer.
2141
2142         Major rewrite of the low-level gconv functionality.
2143         * iconv/gconv.c: Rewritten.
2144         * iconv/gconv.h: Likewise.
2145         * iconv/gconv_builtin.c: Likewise.
2146         * iconv/gconv_builtin.h: Likewise.
2147         * iconv/gconv_conf.c: Likewise.
2148         * iconv/gconv_int.h: Likewise.
2149         * iconv/gconv_open.c: Likewise.
2150         * iconv/gconv_simple.c: Likewise.
2151         * iconv/iconv.c: Likewise.
2152         * iconvdata/8bit-gap.c: Likewise.
2153         * iconvdata/8bit-generic.c: Likewise.
2154         * iconvdata/Makefile: Likewise.
2155         * iconvdata/big5.c: Likewise.
2156         * iconvdata/cns11643.c: Likewise.
2157         * iconvdata/cns11643.h: Likewise.
2158         * iconvdata/cns11643l1.c: Likewise.
2159         * iconvdata/cns11643l1.h: Likewise.
2160         * iconvdata/ebcdic-at-de-a.c: Likewise.
2161         * iconvdata/ebcdic-at-de.c: Likewise.
2162         * iconvdata/ebcdic-ca-fr.c: Likewise.
2163         * iconvdata/euccn.c: Likewise.
2164         * iconvdata/eucjp.c: Likewise.
2165         * iconvdata/euckr.c: Likewise.
2166         * iconvdata/euctw.c: Likewise.
2167         * iconvdata/gb2312.c: Likewise.
2168         * iconvdata/gb2312.h: Likewise.
2169         * iconvdata/hp-roman8.c: Likewise.
2170         * iconvdata/iso646.c: Likewise.
2171         * iconvdata/iso6937.c: Likewise.
2172         * iconvdata/iso8859-1.c: Likewise.
2173         * iconvdata/iso8859-10.c: Likewise.
2174         * iconvdata/iso8859-2.c: Likewise.
2175         * iconvdata/iso8859-3.c: Likewise.
2176         * iconvdata/iso8859-4.c: Likewise.
2177         * iconvdata/iso8859-5.c: Likewise.
2178         * iconvdata/iso8859-6.c: Likewise.
2179         * iconvdata/iso8859-7.c: Likewise.
2180         * iconvdata/iso8859-8.c: Likewise.
2181         * iconvdata/iso8859-9.c: Likewise.
2182         * iconvdata/jis0201.c: Likewise.
2183         * iconvdata/jis0201.h: Likewise.
2184         * iconvdata/jis0208.c: Likewise.
2185         * iconvdata/jis0208.h: Likewise.
2186         * iconvdata/jis0212.c: Likewise.
2187         * iconvdata/jis0212.h: Likewise.
2188         * iconvdata/johab.c: Likewise.
2189         * iconvdata/koi-8.c: Likewise.
2190         * iconvdata/koi8-r.c: Likewise.
2191         * iconvdata/ksc5601.c: Likewise.
2192         * iconvdata/ksc5601.h: Likewise.
2193         * iconvdata/latin-greek-1.c: Likewise.
2194         * iconvdata/latin-greek.c: Likewise.
2195         * iconvdata/run-iconv-test.sh: Likewise.
2196         * iconvdata/sjis.c: Likewise.
2197         * iconvdata/t61.c: Likewise.
2198         * iconvdata/uhc.c: Likewise.
2199         * wcsmbs/btowc.c: Likewise.
2200         * wcsmbs/mbrtowc.c: Likewise.
2201         * wcsmbs/mbsnrtowcs.c: Likewise.
2202         * wcsmbs/mbsrtowcs.c: Likewise.
2203         * wcsmbs/wcrtomb.c: Likewise.
2204         * wcsmbs/wcsmbsload.c: Likewise.
2205         * wcsmbs/wcsnrtombs.c: Likewise.
2206         * wcsmbs/wcsrtombs.c: Likewise.
2207         * wcsmbs/wctob.c: Likewise.
2208         * iconv/loop.c: New file.
2209         * iconv/skeleton.c: New file.
2210
2211         * stdlib/mblen.c: Handle empty input string correctly.
2212         * stdlib/mbtowc.c: Likewise.
2213
2214         * posix/getopt.c: Various cleanups.
2215
2216         * sysdeps/arm/bits/setjmp.h: Add copyright text.
2217         * sysdeps/i386/bits/setjmp.h: Likewise.
2218         * sysdeps/m68k/bits/setjmp.h: Likewise.
2219         * sysdeps/powerpc/bits/setjmp.h: Likewise.
2220         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
2221
2222         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
2223         and make longjmp weak alias.
2224
2225 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
2226
2227         * iconv/Makefile (routines): Only include gconv_dl if building for
2228         an ELF system - dynamic linking is not available on a.out.
2229         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
2230         due to above check.
2231         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
2232         routines from gconv_dl.
2233
2234 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
2235
2236         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
2237         we can compile without libio.
2238
2239 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
2240
2241         * sysdeps/mach/hurd/Subdirs: Remove login.
2242
2243 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
2244
2245         * db2/compat.h: Include <errno.h>, to make sure we get the
2246         definition of EFTYPE before we define it ourselves.
2247
2248 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2249
2250         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
2251         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
2252         Fix typo to allow inclusion from sys/ioctl.h again.
2253
2254 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2255
2256         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
2257
2258 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2259
2260         * libc.map: Export __strerror_r.  Remove _strerror_internal.
2261
2262 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2263
2264         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
2265         Also undefine __strcasestr.
2266
2267 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2268
2269         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
2270         aliases do not work with global variables due to copy relocations.
2271
2272 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
2273
2274         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
2275
2276 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
2277
2278         * signal/sighold.c: Include stddef.h for NULL definition.
2279         * signal/sigrelse.c: Likewise.
2280         * sysdeps/posix/sigignore.c: Likewise.
2281         * sysdeps/posix/sigset.c: Likewise.
2282         * sysdeps/posix/waitid.c: Likewise.
2283         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
2284         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
2285         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2286         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
2287         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2288
2289 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
2290
2291         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
2292         * login/getutent.c (getutxent): Remove alias.
2293         * login/getutent_r.c (setutxent, pututxline, endutxent):
2294         Remove aliases.
2295         * login/getutid.c (getutxid): Remove alias.
2296         * login/getutline.c (getutxline): Remove alias.
2297         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
2298         __getutid, __getutline and __pututline.
2299         * login/utmpx.h: Moved to ...
2300         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
2301         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
2302         and updwtmpx.
2303         * login/updwtmp.c: Moved to ...
2304         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
2305         allowing file name transformation.
2306         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
2307         additional file name transformation.
2308         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
2309         * login/utmp_file.c: Moved to ...
2310         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
2311         Generalized by allowing file name transformation.  Do not
2312         print error message.  Library functions should not print them.
2313         Reported by Jim Meyering.
2314         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
2315         with additional file name transformation.
2316         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
2317         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
2318         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
2319         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
2320         and bits/utmpx.h.
2321         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
2322         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
2323         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
2324         Define if __USE_GNU.
2325         * sysdeps/generic/setutxent.c: New file.
2326         * sysdeps/generic/getutxent.c: New file.
2327         * sysdeps/generic/endutxent.c: New file.
2328         * sysdeps/generic/getutxid.c: New file.
2329         * sysdeps/generic/getutxline.c: New file.
2330         * sysdeps/generic/pututxline.c: New file.
2331         * sysdeps/generic/utmpxname.c: New file.
2332         * sysdeps/generic/updwtmpx.c: New file.
2333         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
2334         * sysdeps/generic/bits/utmpx.h: Remove.
2335
2336 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
2337
2338         * posix/wordexp-test.c (main): Initialize ifs element of ts for
2339         ~root test.
2340
2341 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
2342
2343         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
2344
2345 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
2346
2347         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
2348         variable using _G_stat64.
2349         * libio/fileops.c: Remove macro definition of fstat, it is in the
2350         global header.
2351         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
2352
2353 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
2354
2355         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
2356         <willy@odie.barnet.ac.uk>.
2357
2358 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
2359
2360         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
2361         required by IPv6 Basic API.
2362         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
2363         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
2364         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
2365         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
2366
2367 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
2368
2369         Don't name internal representation since it might be different from
2370         the external form (namely on little endian machines).
2371         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
2372         UCS4 into references to INTERNAL.
2373         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
2374         Add endianess support to UCS functions.  Change references to
2375         UCS4 into references to INTERNAL.
2376         * iconv/gconv_int.h: Change references to UCS4 into references to
2377         INTERNAL.
2378         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
2379         * iconvdata/gconv-modules: Change accordingly.
2380         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
2381
2382         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
2383         overflow.
2384         * iconvdata/8bit-gap.c: Likewise.
2385         * iconvdata/8bit-generic.c: Likewise.
2386         * iconvdata/big5.c: Likewise.
2387         * iconvdata/euccn.c: Likewise.
2388         * iconvdata/eucjp.c: Likewise.
2389         * iconvdata/euckr.c: Likewise.
2390         * iconvdata/euctw.c: Likewise.
2391         * iconvdata/iso646.c: Likewise.
2392         * iconvdata/iso6937.c: Likewise.
2393         * iconvdata/iso8859-1.c: Likewise.
2394         * iconvdata/johab.c: Likewise.
2395         * iconvdata/sjis.c: Likewise.
2396         * iconvdata/t61.c: Likewise.
2397         * iconvdata/uhc.c: Likewise.
2398
2399         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
2400         * iconvdata/8bit-generic.c: Likewise.
2401
2402         * iconvdata/TESTS: Add more tests.
2403
2404         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
2405
2406 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
2407
2408         * iconvdata/Makefile: Better rules to run tests.
2409
2410         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
2411         * iconvdata/testdata/ISO-8859-10: Likewise.
2412         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
2413         * iconvdata/testdata/ISO-8859-2: Likewise.
2414         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
2415         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
2416         * iconvdata/testdata/ISO-8859-3: Likewise.
2417         * iconvdata/testdata/ISO-8859-4: Likewise.
2418         * iconvdata/testdata/ISO-8859-5: Likewise.
2419         * iconvdata/testdata/ISO-8859-6: Likewise.
2420         * iconvdata/testdata/ISO-8859-7: Likewise.
2421         * iconvdata/testdata/ISO-8859-8: Likewise.
2422         * iconvdata/testdata/ISO-8859-9: Likewise.
2423
2424 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
2425
2426         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
2427         intermediate result (if available).
2428
2429         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
2430         last change.
2431
2432         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
2433         (distribute): Add run-iconv-test.sh and testdata/*.
2434
2435         * stdlib/testmb.c (main): Simplify mbc array handling.
2436
2437 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2438
2439         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
2440         return value on overflow.
2441
2442 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2443
2444         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
2445         bits.
2446
2447 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2448
2449         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
2450         of non-standard function setbuffer.
2451
2452 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2453
2454         * stdio-common/perror.c: Include <string.h> for __strerror_r.
2455
2456 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
2457
2458         * iconvdata/Makefile: Add rules to run tests.
2459         * iconvdata/TESTS: New file.
2460         * iconvdata/run-iconv-test.sh: New file.
2461         * iconvdata/testdata/ISO-8859-1: New file.
2462
2463         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
2464         not stdout.
2465
2466 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
2467
2468         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
2469         counter element of step.
2470
2471         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
2472
2473         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
2474         termination test.
2475         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
2476         ACTUALLY.
2477         (__gconv_transform_utf8_ucs4): Correct test for empty input.
2478
2479 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2480
2481         * Makefile: Include makeconfig before defining rule to regenerate
2482         configure files.
2483
2484         * configure.in: Remove restriction on compiling without static
2485         libs.
2486
2487 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
2488
2489         * test-skeleton.c: Provide hook for initializing code before the fork.
2490         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
2491         removed.
2492
2493         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
2494         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
2495         * libio/libioP.h: Adopt _IO_cleanup prototype.
2496
2497         * stdlib/Makefile (tests): Add test-canon2.
2498         * stdlib/test-canon2.c: New file.
2499         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
2500         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
2501         symlink sequences.
2502         (__realpath): Make real function which checks RESOLVED parameter for
2503         not being NULL.
2504
2505 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2506
2507         * catgets/open_catalog.c (__open_catalog): Fix problems with
2508         reading non-files.  Always close file.
2509         Reported by Cristian Gafton <gafton@redhat.com>.
2510
2511         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
2512
2513 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
2514
2515         * libc.map: Add various low-level I/O functions.
2516
2517 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2518
2519         * string/Makefile (routines): Remove strerror_r.
2520         * string/strerror_r.c: Removed.
2521         * string/strerror.c: Call __strerror_r for doing the real work.
2522         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
2523         add weak alias strerror_r.
2524         * sysdeps/mach/_strerror.c: Likewise.
2525         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
2526         * elf/dl-error.c (_dl_signal_error): Likewise.
2527         * elf/dl-profile.c (_dl_start_profile): Likewise.
2528         * gmon/gmon.c (write_gmon): Likewise.
2529         * stdio-common/perror.c: Likewise.
2530         * stdio-common/vfprintf.c: Likewise.
2531
2532 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
2533
2534         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
2535         (sysdep_headers): Add netatalk/at.h.
2536
2537 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2538
2539         * manual/socket.texi, manual/creature.texi, manual/time.texi:
2540         Formatting fixes.
2541
2542 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2543
2544         * posix/regex.c: Rename __re_syntax_options back to
2545         re_syntax_options, aliases do not work with global variables due
2546         to copy relocations.
2547         (regex_compile): Use syntax parameter instead of
2548         re_syntax_options.
2549
2550 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2551
2552         * configure.in: Document that enable-force-install is default.
2553
2554 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
2555
2556         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
2557         all needed 36 bits.
2558         * sysdeps/posix/mkstemp.c: Likewise.
2559
2560 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
2561
2562         * iconvdata/8bit-gap.c: Simplify step data handling.
2563         * iconvdata/8bit-generic.c: Likewise.
2564         * iconvdata/big5.c: Likewise.
2565         * iconvdata/euccn.c: Likewise.
2566         * iconvdata/eucjp.c: Likewise.
2567         * iconvdata/euckr.c: Likewise.
2568         * iconvdata/euctw.c: Likewise.
2569         * iconvdata/iso6937.c: Likewise.
2570         * iconvdata/iso8859-1.c: Likewise.
2571         * iconvdata/jis0208.h: Likewise.
2572         * iconvdata/jis0212.c: Likewise.
2573         * iconvdata/jis0212.h: Likewise.
2574         * iconvdata/johab.c: Likewise.
2575         * iconvdata/ksc5601.h: Likewise.
2576         * iconvdata/sjis.c: Likewise.
2577         * iconvdata/t61.c: Likewise.
2578         * iconvdata/uhc.c: Likewise.
2579
2580 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
2581
2582         * manual/texinfo.texi: Updated from last version.
2583
2584 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
2585
2586         * iconvdata/cns11643.c: New file.
2587         * iconvdata/cns11643.h: New file.
2588         * iconvdata/cns11643l1.c: New file.
2589         * iconvdata/cns11643l1.h: New file.
2590         * iconvdata/euctw.c: New file.
2591         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
2592         * iconvdata/gconv-modules: Likewise.
2593
2594         * iconvdata/eucjp.c: Several bug fixes and improvements.
2595         * iconvdata/gb2312.h: Likewise.
2596         * iconvdata/jis0201.h: Likewise.
2597         * iconvdata/jis0208.h: Likewise.
2598         * iconvdata/jis0212.h: Likewise.
2599
2600 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
2601
2602         * iconvdata/eucjp.c: New file.
2603         * iconvdata/euccn.c: New file.
2604         * iconvdata/gb2312.h: New file.
2605         * iconvdata/gb2312.c: New file.
2606         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
2607         * iconvdata/gconv-modules: Likewise.
2608
2609         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
2610
2611 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2612
2613         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2614         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
2615         Patch by Mark Hatle <fray@kernel.crashing.org>.
2616
2617 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
2618
2619         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
2620         comment.
2621         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
2622         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
2623
2624 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2625
2626         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
2627
2628         * iconvdata/Makefile: Add rules for big5 conversion.
2629         * iconvdata/gconv-modules: Likewise.
2630         * iconvdata/big5.c: New file.
2631
2632         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
2633         Patch by Jim Meyering.
2634
2635 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
2636
2637         * rt/tst-aio.c: Add test for aio_read and lio_listio.
2638
2639         * rt/lio_listio.c: Correct total counter handling.
2640
2641         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
2642         from request queue.
2643
2644         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
2645         of signal on exit even more.
2646
2647         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
2648         instead of call to pthread_cond_init.
2649         * rt/lio_listio.c (lio_listio): Likewise.
2650         * rt/lio_listio64.c (lio_listio64): Likewise.
2651
2652         * nis/nis_findserv.c: Include sys/socket.h.
2653
2654 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
2655
2656         * Makeconfig (rtobjdir): New variable.
2657         (rpath-link): Add rtobjdir and thread directory, if available.
2658
2659         * test-skeleton.c: Add support to remove temporary files.
2660         Always define test_dir.  Improve message about expected signal.
2661
2662         * rt/Makefile (tests): Add tst-aio.
2663         Add rules for tst-aio to be linked with librt and thread library.
2664         * rt/aio_misc.c: Correct fundamental bugs.
2665         * rt/aio_suspend.c: Correct bug in test for available request.
2666         Initialize conditional variable.
2667         * rt/lio_listio.c: Initialize conditional variable.
2668         * rt/lio_listio64.c: Likewise.
2669         * rt/tst-aio.c: New file.
2670
2671         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
2672         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
2673         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2674         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2675         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
2676         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2677         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2678
2679 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
2680
2681         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
2682
2683 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
2684
2685         * elf/dl-load.c (open_path): Use correct name for test whether
2686         directory in load path exists.
2687
2688         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
2689         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
2690         Patches by Tom Rini <trini@kernel.crashing.org>.
2691
2692         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
2693         * wcsmbs/wcstod_l.c: Likewise.
2694         * wcsmbs/wcstold_l.c: Likewise.
2695
2696         * include/byteswap.h: New file.
2697
2698         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
2699         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
2700
2701         * inet/getnameinfo.c (getnameinfo): Change parameter to match
2702         declaration.  Patch by Richard Henderson.
2703
2704 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2705
2706         * manual/process.texi (SIGCHLD example): Save errno.
2707
2708 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
2709
2710         * posix/regex.c: Define regerror really as __regerror.
2711         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
2712         regerror and regfree.
2713
2714         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
2715         * stdlib/strtod_l.c: Likewise.
2716         * stdlib/strtold_l.c: Likewise.
2717
2718         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
2719
2720         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
2721
2722         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
2723         Patch by Christian Gafton.
2724
2725 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
2726
2727         * manual/socket.texi (Interface Naming): Correct @deftypefun line
2728         for if_indextoname.
2729
2730 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2731
2732         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
2733
2734         * manual/socket.texi (Interface Naming): Fix typo.
2735
2736 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2737
2738         * manual/examples/filesrv.c (main): Remove filename first.
2739
2740         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
2741         ?F_UNIX.
2742
2743         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
2744         instead of PF_UNIX.
2745
2746         * manual/examples/filecli.c (main): Use AF_LOCAL
2747         instead of AF_UNIX.
2748
2749 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
2750
2751         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
2752         signgam weak alias.
2753         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
2754         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2755         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2756         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
2757         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2758         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2759
2760         * login/utmp_daemon.c (open_socket): Use __connect not connect.
2761
2762 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2763
2764         * configure.in: Add new option --enable-force-install.  Substitute
2765         force_install.
2766         * config.make.in (force-install): Set from configure.
2767         * Makerules (force-install): New phony target.
2768         * Makeconfig (+force): New variable.
2769         * Makefile: Use it in dependency list of installation targets.
2770         * db/Makefile: Likewise.
2771         * db2/Makefile: Likewise.
2772         * elf/Makefile: Likewise.
2773         * hurd/Makefile: Likewise.
2774         * iconv/Makefile: Likewise.
2775         * iconvdata/Makefile: Likewise.
2776         * intl/Makefile: Likewise.
2777         * localedata/Makefile: Likewise.
2778         * login/Makefile: Likewise.
2779         * po/Makefile: Likewise.
2780         * sunrpc/Makefile: Likewise.
2781         * sysdeps/mach/hurd/Makefile: Likewise.
2782         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
2783         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2784         * timezone/Makefile: Likewise.
2785
2786 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2787
2788         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
2789         alloc_size.  Pass return value of getcwd syscall to realloc.
2790
2791 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2792
2793         * manual/socket.texi: Spelling fixes.
2794
2795 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2796
2797         * elf/dl-load.c (print_search_path): Remove unused variable.
2798
2799 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
2800
2801         * login/utmp_file.c: use __ftruncate not ftruncate.
2802         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
2803         for system call and make ftruncate weak alias.
2804         * posix/unistd.h: Add prototype for __ftruncate.
2805         * login/utmp_daemon.c (open_socket): Use __socket not socket.
2806         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
2807         instead of snprintf and readv.
2808         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
2809         snprintf.
2810         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
2811         directly.
2812
2813 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
2814
2815         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
2816         * iconv/gconv_db.c: Use __ protected regex functions.
2817         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
2818         * posix/getopt_init.c: Use __getpid not getpid.
2819         * posix/regex.c: Rename all global functions to start with __ and
2820         make old names weak aliases.
2821         * posix/regex.h: Adopt prototypes for this.
2822         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
2823         a weak alias and use __getcwd instead of getcwd.
2824         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
2825         * stdlib/strtod.c: Use __btowc instead of btowc.
2826         * stdlib/strtol.c: Likewise.
2827         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
2828         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
2829         and sys_errlist are weak.
2830         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
2831         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
2832         * wcsmbs/mbsnrtowcs.c: Likewise.
2833         * wcsmbs/mbsrtowcs.c: Likewise.
2834         * wcsmbs/wcsnrtombs.c: Likewise.
2835         * wcsmbs/wcsrtombs.c: Likewise.
2836         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
2837         weak alias.
2838         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
2839         * wctype/wctype.c: Define function as __wctype and make wctype
2840         weak alias.
2841         * wctype/wctype.h: Declare __wctype.
2842
2843 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
2844
2845         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
2846
2847 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2848
2849         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
2850         stat64.
2851         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
2852         functions.
2853         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
2854         for __llseek.
2855         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2856         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
2857         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
2858         make it a weak alias.
2859         * posix/unistd.h: Declare __lseek64.
2860
2861         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
2862         (_IO_file_stat): Fix typo.
2863         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
2864         block size from the file.  Use __mempcpy if _LIBC.
2865
2866 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
2867
2868         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
2869         * wcsmbs/mbrtowc.c: Likewise.
2870         * wcsmbs/mbsnrtowcs.c: Likewise.
2871         * wcsmbs/mbsrtowcs.c: Likewise.
2872         * wcsmbs/wcrtomb.c: Likewise.
2873         * wcsmbs/wcsnrtombs.c: Likewise.
2874         * wcsmbs/wcsrtombs.c: Likewise.
2875         * wcsmbs/wctob.c: Likewise.
2876
2877         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
2878         position of next output character correctly.
2879         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
2880
2881         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
2882
2883         * stdlib/strtod.c: Don't use mbtowc.
2884
2885 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
2886
2887         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
2888         what we want is smaller than a buffer.
2889
2890 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
2891
2892         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
2893         this function.
2894
2895 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
2896
2897         * configure.in: Recognize --with-headers flag and determine
2898         commandline options to be used in compilation.
2899         * Makeconfig (+includes): Use $(sysincludes).
2900         * config.make.in (sysincludes): Define from SYSINCLUDES.
2901         * glibcbug.in: Use SYSINCLUDES information.
2902         Patches by Zack Weinberg.
2903
2904 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2905
2906         * glibcbug.in: On linux, report version of kernel headers seen
2907         by compiler.
2908
2909 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
2910
2911         * libc.map: Add __asprintf to GLIBC_2.1.
2912         * elf/dlerror.c: Use __asprintf, not asprintf.
2913         * libio/stdio.h: Declare __asprintf.
2914         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
2915         a weak alias.
2916
2917         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
2918         to avoid inclusion from libc_pic.a.
2919
2920         * elf/dl-runtime.c: Undo last patch.
2921
2922         * stdlib/strtod.c: Don't use mbtowc, use btowc.
2923
2924         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
2925         as default, use NULL.
2926
2927 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2928
2929         * resolv/Makefile: Include ../Makeconfig - needed for building
2930         static NSS module.
2931
2932 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2933
2934         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
2935         static-nss since we don't want hesiod in the static NSS.
2936
2937         * nss/Makefile: Build only nss_files as static.
2938
2939         * nss/function.def: Remove support for service db.
2940
2941 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
2942
2943         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
2944
2945 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
2946
2947         * posix/wordexp-test.c: Make IFS per test-case.
2948
2949 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2950
2951         * glibcbug.in: Report version of gcc in use.  Remove unused variable
2952         ENVIRONMENT.
2953
2954 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
2955
2956         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
2957         `-print-file-name' to find as and ld.
2958
2959 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
2960
2961         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
2962         template is wrong.  Remove unused varaible `ignored'.
2963
2964 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2965
2966         * libc.map: Export __libc_sa_len.
2967
2968         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
2969
2970 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
2971
2972         * iconv/gconv.c: Take care for NULL arguments.
2973         * iconv/gconv_dl.c: Make find_func function global.
2974         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
2975         Add prototypes for ASCII conversion functions.
2976         * iconv/gconv_simple.c: Add ASCII conversion functions.
2977         * locale/C-ctype.c: Correct charset name.
2978
2979         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
2980         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
2981         wcsmbsload.
2982         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
2983         * wcsmbs/mbrtowc.c: Likewise.
2984         * wcsmbs/mbsnrtowcs.c: Likewise.
2985         * wcsmbs/mbsrtowcs.c: Likewise.
2986         * wcsmbs/wcrtomb.c: Likewise.
2987         * wcsmbs/wcsnrtombs.c: Likewise.
2988         * wcsmbs/wcsrtombs.c: Likewise.
2989         * wcsmbs/wctob.c: Likewise.
2990         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
2991         prototypes for wmemr*.
2992         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
2993         * wcsmbs/wcsnlen.c: New file.
2994         * wcsmbs/wcsmbsload.c: New file.
2995         * wcsmbs/wcsmbsload.h: New file.
2996
2997         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
2998
2999         * manual/install.texi: Describe some more critical points.
3000
3001         * string/string.h: Add prototype for __strnlen.
3002         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
3003
3004         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
3005         much less predictable names.
3006         * sysdeps/posix/mkstemp.c: Likewise.
3007
3008 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3009
3010         * manual/libc.texinfo (Top): Change "file namespace" to "local
3011         namespace".
3012
3013         * manual/socket.texi: Change file namespace to local namespace.
3014         (Out-of-Band Data): Remove unneeded variable link.
3015         (Host Address Functions): Use uint32_t consequently and add a
3016         number of clarifications for IPv4/IPv6, classless addresses.
3017         (Internet Namespace): Added some paragraphs about IPv6.
3018         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3019
3020 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3021
3022         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
3023
3024         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
3025         (NI_NUMERICHOST, et al.): Tidy up and add comments.
3026         (AI_NUMERICHOST): Define.
3027         (getnodebyname): New prototype.
3028         (AI_V4MAPPED, et al.): New constants.
3029
3030         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
3031         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
3032         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
3033         for socket.
3034         * sysdeps/unix/sysv/linux/sa_len.c: New file.
3035         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
3036
3037         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
3038
3039         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
3040         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
3041         * socket/Makefile (headers): Add bits/sockunion.h.
3042         * socket/sys/socket.h: Include <bits/sockunion.h>
3043         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
3044         <sys/socket.h>, to avoid getting sockaddr_union defined.
3045         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
3046         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3047         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3048
3049         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
3050         (2.2.x kernels won't have it).
3051
3052 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
3053
3054         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
3055         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
3056         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
3057         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
3058
3059 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3060
3061         * manual/socket.texi (Socket Addresses): Fix a typo.
3062         (Interface Naming): New section.
3063
3064 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3065
3066         * configure.in: Check for CC using $ac_tool_prefix, to handle
3067         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
3068         * config.make.in: Add MIG to be substituted.
3069         * mach/Machrules: Don't define MIG variable.
3070
3071         Patch by Gordon Matzigkeit <gord@profitpress.com>.
3072
3073 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
3074
3075         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
3076         strdupa to copy rpath.
3077
3078 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3079
3080         * configure.in: Fix gcc version check.
3081
3082         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
3083         confusing.
3084
3085 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
3086
3087         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
3088         of ptsname_r.
3089
3090         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
3091         like ttyname_r.
3092         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
3093         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
3094         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
3095         of __ptsname_r accordingly.
3096         * login/openpty.c (openpty): Likewise.
3097
3098 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
3099
3100         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
3101
3102 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3103
3104         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
3105
3106         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
3107
3108 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3109
3110         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
3111         return value for better error checking.
3112
3113 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
3114
3115         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
3116         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
3117
3118         * elf/elf.h (EM_SPARC64): Remove.
3119         (EM_SPARC32PLUS, EM_SPARCV9): Add.
3120         (HWCAP_SPARC_V9): Add.
3121
3122         * elf/ldsodefs.h (_dl_hwcap): Declare.
3123         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
3124         Weaken so dlopen from static progies works.
3125         (WEAKADDR): New macro.
3126         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
3127         (LD_SO_PRELOAD): New macro.
3128         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
3129         (elf_machine_rela): Weaken _dl_rtld_map.
3130
3131         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
3132         to __clone, and remove the later's alias.
3133         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3134
3135         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
3136         the kernel's structure.
3137
3138         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
3139         Sparc needs a custom value of __KERNEL_NCCS.
3140
3141 1998-04-06  Richard Henderson  <rth@cygnus.com>
3142
3143         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
3144
3145         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
3146         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3147
3148 1998-04-06  Richard Henderson  <rth@cygnus.com>
3149
3150         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
3151         as the buffer is not properly aligned.
3152         Reported by Juan Cespedes <cespedes@debian.org>.
3153
3154 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3155
3156         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
3157         instead of AF_FILE.
3158
3159 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
3160
3161         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
3162         and wc*tomb* functions.
3163
3164 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
3165
3166         * sysdeps/unix/start.c: Fix typo.
3167
3168 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
3169
3170         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
3171
3172 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
3173
3174         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
3175         expressions and using array variables.
3176         * sysdeps/libm-ieee754/e_asin.c: Likewise.
3177         * sysdeps/libm-ieee754/e_j0.c: Likewise.
3178         * sysdeps/libm-ieee754/e_j1.c: Likewise.
3179         * sysdeps/libm-ieee754/e_log.c: Likewise.
3180         * sysdeps/libm-ieee754/e_pow.c: Likewise.
3181         * sysdeps/libm-ieee754/k_cos.c: Likewise.
3182         * sysdeps/libm-ieee754/k_sin.c: Likewise.
3183         * sysdeps/libm-ieee754/k_tan.c: Likewise.
3184         * sysdeps/libm-ieee754/s_atan.c: Likewise.
3185         * sysdeps/libm-ieee754/s_erf.c: Likewise.
3186         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
3187         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
3188         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
3189
3190 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
3191
3192         * iconv/gconv.c: Rewrite of the low-level of gconv.
3193         * iconv/gconv.h: Likewise.
3194         * iconv/gconv_builtin.h: Likewise.
3195         * iconv/gconv_close.c: Likewise.
3196         * iconv/gconv_db.: Likewise.
3197         * iconv/gconv_dl.c: Likewise.
3198         * iconv/gconv_int.h: Likewise.
3199         * iconv/gconv_open.c: Likewise.
3200         * iconv/gconv_simple.c: Likewise.
3201         * iconvdata/8bit-gap.c: Adapt for rewrite.
3202         * iconvdata/8bit-generic.c: Likewise.
3203         * iconvdata/euckr.c: Likewise.
3204         * iconvdata/iso646.c: Likewise.
3205         * iconvdata/iso6937.c: Likewise.
3206         * iconvdata/iso8859-1.c: Likewise.
3207         * iconvdata/johab.c: Likewise.
3208         * iconvdata/sjis.c: Likewise.
3209         * iconvdata/t61.c: Likewise.
3210         * iconvdata/uhc.c: Likewise.
3211
3212 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
3213
3214         * iconv/gconv_int.h: New file.  Internal header.
3215         * iconv/Makefile (distribute): Add gconv_int.h.
3216         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
3217         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
3218         * iconv/gconv_close.c: Likewise.
3219         * iconv/gconv_conf.c: Likewise.
3220         * iconv/gconv_db.c: Likewise.
3221         * iconv/gconv_dl.c: Likewise.
3222         * iconv/gconv_int.h: Likewise.
3223         * iconv/gconv_open.c: Likewise.
3224         * iconv/iconv.c: Likewise.
3225         * iconv/iconv_close.c: Likewise.
3226         * iconv/iconv_open.c: Likewise.
3227         * iconv/iconv_prog.c: Likewise.
3228
3229 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3230
3231         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
3232         missing braces.
3233
3234 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3235
3236         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
3237
3238 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3239
3240         Based on patch from Pat Beirne:
3241         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
3242         PIC and non-PIC now.  Correctly negate error number.
3243         (errno): Use `%' not `@' in .type directives.
3244
3245 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3246
3247         * sysdeps/i386/strtok.S: Change to use single exit point.
3248         * sysdeps/i386/i686/strtok.S: Likewise.
3249
3250 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3251
3252         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
3253         default.
3254
3255 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3256
3257         * Makerules (installed-libcs): Fix typo.
3258
3259 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3260
3261         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
3262         (UHC-routines): Remove ksc5601.
3263
3264 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3265
3266         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
3267         introduced in last change.
3268
3269 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
3270
3271         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
3272         before 2.1.92.
3273
3274 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3275
3276         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
3277
3278         * stdlib/isomac.c: Use -isystem instead of -I for system include
3279         dir.
3280
3281 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
3282
3283         * resolv/res_comp.c (underscorechar): New.
3284         (middlechar): Allow '_'.
3285
3286 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3287
3288         * intl/explodename.c (stdlib.h): Include that file only if
3289         STDC_HEADERS or _LIBC.
3290         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
3291         Patch by Philippe De Muyter <phdm@macqel.be>.
3292
3293 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3294
3295         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
3296         (AC_PROG_CHECK_VER): New macro.
3297         * configure.in: Use AC_PROG_CHECK_VER to check versions of
3298         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
3299
3300 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
3301
3302         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
3303         * sysdeps/i386/i686/strtok.S: New file
3304         * sysdeps/i386/i686/strtok_r.S: New file
3305
3306 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
3307
3308         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
3309         type to __off64_t.
3310         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
3311         parameter as __off64_t instead of __off_t.
3312         (ftello): Make alias for ftello64 instead of ftello.  Change
3313         return type to __off64_t.
3314
3315 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3316
3317         * sysdeps/i386/bits/string.h: Fix various typos.
3318         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
3319
3320         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
3321
3322 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3323
3324         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
3325         lchown syscall correctly.  [PR libc/541].
3326
3327 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
3328
3329         * localedata/Makefile: Correct testsuite rules.
3330
3331         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
3332         * iconvdata/iso646.c: Fix conversion from UCS4.
3333
3334         * elf/ldsodefs.h: Mark internal function with internal_function.
3335         * elf/dl-addr.c: Likewise.
3336         * elf/dl-close.c: Likewise.
3337         * elf/dl-debug.c: Likewise.
3338         * elf/dl-deps.c: Likewise.
3339         * elf/dl-error.c: Likewise.
3340         * elf/dl-fini.c: Likewise.
3341         * elf/dl-init.c: Likewise.
3342         * elf/dl-load.c: Likewise.
3343         * elf/dl-lookup.c: Likewise.
3344         * elf/dl-object.c: Likewise.
3345         * elf/dl-open.c: Likewise.
3346         * elf/dl-profile.c: Likewise.
3347         * elf/dl-reloc.c: Likewise.
3348         * elf/dl-runtime.c: Likewise.
3349         * elf/dl-symbol.c: Likewise.
3350         * elf/dl-version.c: Likewise.
3351         * elf/dlerror.c: Likewise.
3352         * sysdeps/generic/dl-sysdep.c: Likewise.
3353         * sysdeps/i386/dl-machine.h: Likewise.
3354         * intl/finddomain.c: Likewise.
3355         * intl/gettextP.h: Likewise.
3356         * intl/loadmsgcat.c: Likewise.
3357
3358 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
3359
3360         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
3361         * iconv/gconv_builtin.h: Add definitions for new builtins.
3362         * iconv/gconv.h: Add prototypes for new builtins.
3363
3364         * iconvdata/Makefile (modules): Add ISO646.
3365         Add rules for ISO646 module.
3366         (distribute): Add iso646.c.
3367         * iconvdata/gconv-modules: Add module and alias definition for
3368         ISO646 charsets.
3369         * iconvdata/iso646.c: New file.
3370
3371 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
3372
3373         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
3374         * iconv/iconv_prog.c: Implement --list option to print available
3375         coded character sets.
3376
3377 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3378
3379         Make fread() read large blocks straight to the user buffer.
3380
3381         * libio/fileops.c (_IO_file_xsgetn): New function.
3382         (_IO_file_jumps): Use it.
3383         * libio/libioP.h: Prototype it.
3384
3385 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3386
3387         * iconv/gconv_conf.c (builtin_aliases): New variable.
3388         (__gconv_read_conf): Add builtin aliases.
3389         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
3390         noop macro before including gconv_builtin.h.
3391         * iconv/gconv_builtin.h: Add alias names.
3392
3393         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
3394         number of converted bytes correctly.
3395
3396 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3397
3398         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
3399         we only wait for a replay.
3400
3401 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3402
3403         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
3404         EUC-KR modules.
3405
3406 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
3407
3408         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
3409         use PLTJMP() rather than explicit (PLT).
3410
3411         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
3412         __libc_start_main().
3413
3414         Based on patch from Pat Beirne:
3415         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
3416         Always define, not only #ifndef PIC.
3417         (DO_CALL): Pass fifth argument correctly in R4.
3418         (PSEUDO): Correct test for error, call syscall_error through PLT
3419         if PIC.
3420
3421 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
3422
3423         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
3424         definitions.
3425
3426 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3427
3428         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
3429         JOHAB.so.
3430
3431 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
3432
3433         * io/Makefile (static-only-routines): Add stat64, fstat64 and
3434         lstat64.
3435
3436 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3437
3438         * manual/Makefile: Use object-suffixes-for-libc instead of
3439         object-suffixes.
3440         * rpm/Makefile (install-lib): Likewise.
3441
3442 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3443
3444         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
3445
3446         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
3447         `m68*', not only `m68k'.
3448
3449 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3450
3451         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
3452
3453         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
3454         install lddlibc4.
3455
3456 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3457
3458         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
3459         EUC-KR.
3460
3461         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
3462         comment.
3463
3464 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
3465
3466         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
3467         the init stuff.
3468
3469 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3470
3471         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
3472         adjtimex syscall.
3473         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
3474         adjtimex.
3475         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
3476
3477 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3478
3479         * Makerules (install): Change comment for libc.so following the
3480         libc_nonshared changes.
3481
3482 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3483
3484         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
3485
3486         * iconvdata/gap.pl: Avoid using %#06x.
3487
3488 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3489
3490         * Makerules: Use $? instead of S^ when invoking ar.
3491
3492 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3493
3494         * db2/compat.h: Allow EFTYPE being defined.
3495         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
3496         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
3497         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
3498         * sysdeps/mach/bits/libc-lock.h: Fix typo.
3499         (__libc_once): Correctly unlock semaphore.
3500         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
3501         * sysdeps/unix/bsd/getpt.c: Fix typo.
3502         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
3503
3504 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3505
3506         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
3507         macros.
3508
3509 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
3510
3511         * include/mntent.h: New file.
3512
3513         * elf/Makefile (trusted-dirs.h): Append slash to filename.
3514         * elf/dl-load.c: Rewrite search path handling.
3515         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
3516         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
3517         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
3518         * elf/ldsodefs.h: Add prototype.
3519
3520 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3521
3522         * nss/nsswitch.c (__nss_lookup): Adjust comment.
3523
3524         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
3525         function.
3526
3527         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
3528
3529         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
3530         New function.
3531         (HWCAP_IMPORTANT): New definition.
3532
3533 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
3534
3535         * elf/dl-open.c (_dl_open): Fix a typo.
3536         (_dl_global_scope_alloc): Make it static.
3537
3538 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
3539
3540         * Makerules: Remove duplicate rules to handle stamp.oS.
3541
3542 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3543
3544         * manual/examples/inetsrv.c (main): Change prototype of
3545         make_socket following change in mkisock.c.
3546
3547         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
3548         example host.
3549         (main): Change prototype of init_sockaddr following change in
3550         isockadd.c.
3551
3552         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
3553         * manual/examples/isockad.c (init_sockaddr): Likewise.
3554
3555         * manual/examples/mkfsock.c (make_named_socket): Removed blank
3556         lines for clarification.
3557         (make_named_socket): Use strncpy instead of strcpy.
3558         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3559
3560 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
3561
3562         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
3563         determining libs to remove.
3564         (postclean): Add soversions.mk.
3565         * Makerules (common-mostlyclean): Add tests-static and generated
3566         files.
3567
3568 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
3569
3570         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
3571         scanning for \0.
3572         (__strncat_g): Add i686 specific code.
3573
3574 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3575
3576         * manual/install.texi (Reporting Bugs): Ask to include section
3577         names in reports.
3578
3579 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3580
3581         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
3582         guard against direct inclusion.
3583
3584 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3585
3586         Rework support for libc_nonshared.a:
3587         * Makeconfig (object-suffixes-for-libc): New variable.
3588         * Rules: Remove handling of static-only and shared-only routines.
3589         * Makerules: Handle them here instead.  Use
3590         object-suffixes-for-libc instead of object-suffixes when dealing
3591         with libc objects.
3592         (object-suffixes-for-rules): Remove variable.
3593         (elide-routines.oS): Elide all routines except static-only
3594         routines.
3595         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
3596         empty.
3597         (installed-libcs): Remove special case for .oS.
3598         (rmobjs): Likewise.
3599
3600 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3601
3602         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
3603         do-tst-rpmatch): New targets.
3604         (test): Use them.
3605         (install-locales): Ignore comment lines.
3606
3607 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3608
3609         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
3610         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
3611         ($(objpfx)rtldtbl.h): Likewise.
3612         (CPPFLAGS-dl-load.c): Fix reference to object directory.
3613
3614 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
3615
3616         * manual/string.texi (Finding Tokens in a String): Extend strsep
3617         description and correct example.
3618
3619 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3620
3621         * manual/socket.texi: Remove misguided explicit line breaks and
3622         fix the formatting problem instead by reformulating the
3623         paragraphs.
3624         * manual/filesys.texi: Likewise.
3625         * manual/conf.texi: Likewise.  Don't typeset table with index
3626         fonts, that looks worse than a minimally overfull line.
3627
3628 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3629
3630         * nscd/Makefile (nscd-modules): Move definition outside of
3631         conditional.
3632
3633         * pwd/Makefile: Use have-thread-library to test for thread
3634         library.
3635
3636 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3637
3638         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
3639
3640         * iconvdata/uhc.c (gconv): Remove unused variable idx.
3641
3642 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3643
3644         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
3645
3646 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
3647
3648         * nss/getXXent_r.c: Correctly handle failing setXXent function.
3649
3650         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
3651         Reported by Andreas Jaeger.
3652
3653 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
3654
3655         * elf/Makefile: Fix typo.
3656         (distribute): Add dl-librecon.h.
3657         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
3658         * elf/ldd.sh.in: Likewise.
3659         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
3660         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
3661         Use strsep correctly.
3662         (process_envvars): Allow platform specific variables.
3663         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
3664         (_dl_load_cache_lookup): Test cache IDs found against
3665         _dl_correct_cache_id.
3666         * sysdeps/generic/dl-librecon.h: New file.
3667         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
3668
3669         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
3670
3671 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
3672
3673         * config.make.in (ldd-rewrite-script): New variable.
3674         * configure.in: Substitute ldd-rewrite-script.
3675         * elf/Makefile: Rewrite rules to generate ldd script.
3676         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
3677         * elf/ldd.sh.in: Likewise.
3678         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
3679         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
3680         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
3681         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
3682         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
3683
3684 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3685
3686         * inet/rcmd.c (iruserok): Remain setuid to the local user
3687         while .rhosts is actually read, to make .rhosts-over-NFS work
3688         (PR libc/524).  Use iruserfopen() for security checks on both
3689         hosts.equiv and .rhosts.  General cleanup.
3690         (iruserfopen): New function, performs careful checking on
3691         hosts.equiv/.rhosts files.  Disallows all the old forbidden
3692         stuff plus hard links to files.
3693
3694 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
3695
3696         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
3697
3698         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
3699
3700 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
3701
3702         * sysdeps/i386/i486/bits/string.h: Fix typos.
3703
3704 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
3705
3706         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
3707         strong alias.
3708
3709         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
3710
3711         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
3712         Added.  Used by libm.so on alpha.
3713
3714 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3715
3716         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
3717         defined.
3718
3719 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
3720
3721         * Makerules (object-suffixes-for-rules): Add .oS only for
3722         building shared library.
3723         Add ranlib rule for nonshared library.
3724         (rmobjs): Fix typo.
3725
3726         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
3727         into for shared library only.
3728         (CPPFLAGS-.oS): Add -DPIC.
3729         (libtypes): Use $(object-suffixes-for-rules) instead of
3730         $(object-suffixes).
3731
3732 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
3733
3734         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
3735         and install lddlibc4.
3736
3737 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3738
3739         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
3740         hash.
3741         * iconvdata/gaptab.pl: Likewise.
3742
3743 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
3744
3745         * Rules: Allow Makefiles to specify test-static for tests which
3746         cannot be linked dynamically.
3747         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
3748         tests-static.
3749
3750         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
3751
3752         * misc/error.c: Pretty print.
3753
3754 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3755
3756         * Makerules (libc_nonshared-name): Remove variable.
3757         (installed-libcs): Use libc-name instead.
3758         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
3759         dynamic linker.
3760
3761         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
3762         libc.a.  Remove explicit reference to dynamic linker.
3763
3764 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
3765
3766         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
3767         to wchar_t.
3768         * iconv/iconv_prog.c: Correctly test for write failure.
3769         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
3770         * iconvdata/gconv-modules: Likewise.
3771         * iconvdata/euckr.c: New file.
3772         * iconvdata/johab.c: New file.
3773         * iconvdata/ksc5601.c: New file.
3774         * iconvdata/ksc5601.h: New file.
3775         * iconvdata/uhc.c: New file.
3776         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
3777
3778         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
3779         * stdio/fopen.c: Correct handling of 'x' flag.
3780         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
3781
3782 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3783
3784         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
3785         * sunrpc/rpcsvc/key_prot.x: Likewise.
3786         * sunrpc/key_prot.c: Likewise.
3787
3788 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
3789
3790         * sysdeps/i386/bits/string.h: Correct things which never worked.
3791         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
3792         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
3793
3794 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
3795
3796         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
3797         defined.  Reported by Thorsten Kukuk.
3798
3799 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
3800
3801         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
3802
3803 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3804
3805         * manual/install.texi (Supported Configurations): Add
3806         arm-linuxaout and arm-none.
3807
3808 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
3809
3810         * version.h (VERSION): Bump to 2.0.93.
3811
3812 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
3813
3814         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
3815
3816         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
3817
3818         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
3819         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
3820
3821 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
3822
3823         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
3824
3825 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3826
3827         Put the static-only routines in a separate library.
3828         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
3829         variables.
3830         (all-object-suffixes): Add .oS.
3831         * Makerules (libc_static-name): New variable.
3832         (installed-libcs): Add libc_nonshared.a.
3833         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
3834         (object-suffixes-for-rules): New variable.  Use it instead of
3835         object-suffixes for generating compilation rules.
3836         (rmobjs): Also remove *.oS.
3837         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
3838         ($(objpfx)stamp.oS): New target.
3839
3840 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
3841
3842         * Makefile (FAQ): Automatically check in regenerated FAQ.
3843
3844 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3845
3846         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
3847
3848 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
3849
3850         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
3851         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
3852
3853         * sysdeps/generic/stub_warning: Removed.
3854
3855         * Makefile (distribute): Add include/des.h.
3856
3857         * manual/Makefile (distribute): Change dir-add.texi to
3858         dir-add.texinfo.
3859
3860         * glibcbug.in: Create files safely when mktemp is not available.
3861
3862         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
3863         Patch by a sun <asun@saul1.u.washington.edu>.
3864
3865 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3866
3867         * libc.map: Rename getname to getnetname.
3868
3869 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
3870
3871         * manual/maint.texi: Use supported platform in examples.
3872
3873         * manual/install.texi: Document some installation tips.
3874
3875 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
3876
3877         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
3878         Fix a bug so that it returns an error if a numeric parameter is
3879         unset and WRDE_UNDEF is set.
3880         Patch by Andreas Schwab and Tim Waugh.
3881         * posix/wordexp-test.c: Add new new test.
3882
3883 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
3884
3885         * posix/regex.c (regex_compile): Last patch wasn't entirely
3886         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
3887
3888 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3889
3890         * manual/filesys.texi (Scanning Directory Content): Fix typo.
3891
3892 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
3893
3894         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
3895         clobbered registers don't appear as operands.
3896
3897 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3898
3899         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
3900         Solaris' sake.
3901
3902         * posix/regex.c (regex_compile): Don't allow non-alphabet
3903         characters in character set name.
3904
3905 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
3906
3907         * posix/wordexp.c (w_newword): New function.
3908         (do_parse_glob): New function.
3909         (parse_glob): Use do_parse_glob.  Now handles the case where a
3910         variable expansion causes a field-split.
3911         (wordexp): Use w_newword.
3912         (parse_arith): Likewise.
3913         (exec_comm): Likewise.
3914         (parse_comm): Likewise.
3915         (parse_param): Likewise.
3916         (parse_backtick): Likewise.
3917
3918 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
3919
3920         * posix/wordexp-tst.sh: Another test.
3921
3922         * posix/wordexp-test.c: Two new tests.
3923
3924         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
3925         directly (the code using realloc was buggy).
3926         (parse_param): Fix typo in comment.
3927
3928 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3929
3930         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
3931
3932 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3933
3934         * libc.map: Add more rpc auth functions/variables.
3935
3936         * nscd/nscd.c: Add -g option to argp options.
3937
3938 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3939
3940         * configure.in: Be prepared for gcc 2.9.10 and up.
3941         * configure.in: Add missing disabling of quote characters in
3942         compiler version check.  Reported by HJ Lu.
3943
3944 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3945
3946         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
3947
3948 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3949
3950         * intl/locale.alias: Fix spelling of romanian.
3951
3952         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
3953         (distribute): Remove des.h.
3954         * include/des.h: New file.
3955         * sunrpc/des.h: Moved to ...
3956         * sunrpc/rpc/rpc_des.h: ...here.
3957
3958 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
3959
3960         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
3961         Fix paren.
3962
3963 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3964
3965         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
3966         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
3967
3968 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3969
3970         * elf/ldsodesf.h: New file.
3971         * elf/Makefile (distribute): Add ldsodefs.h.
3972         * elf/link.h: Separate internal information in exter header.
3973         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
3974         * elf/dl-minimal.c: Likewise.
3975         * sysdeps/generic/dl-sysdep.c: Likewise.
3976         * elf/sprof.c: Likewise.
3977         * elf/dlsym.c: Likewise.
3978         * elf/dlvsym.c: Likewise.
3979         * elf/dlerror.c: Likewise.
3980         * elf/dladdr.c: Likewise.
3981         * elf/dlclose.c: Likewise.
3982         * elf/dlopen.c: Likewise.
3983         * elf/dl-addr.c: Likewise.
3984         * elf/dl-close.c: Likewise.
3985         * elf/dl-debug.c: Likewise.
3986         * elf/dl-deps.c: Likewise.
3987         * elf/dl-error.c: Likewise.
3988         * elf/dl-fini.c: Likewise.
3989         * elf/dl-init.c: Likewise.
3990         * elf/dl-load.c: Likewise.
3991         * elf/dl-lookup.c: Likewise.
3992         * elf/dl-object.c: Likewise.
3993         * elf/dl-open.c: Likewise.
3994         * elf/dl-profile.c: Likewise.
3995         * elf/dl-reloc.c: Likewise.
3996         * elf/dl-runtime.c: Likewise.
3997         * elf/dl-support.c: Likewise.
3998         * elf/dl-symbol.c: Likewise.
3999         * elf/dl-version.c: Likewise.
4000         * sysdeps/generic/dl-cache.c: Likewise.
4001         * sysdeps/generic/libc-start.c: Likewise.
4002         * iconv/gconv_dl.c: Likewise.
4003         * nss/nsswitch.c: Likewise.
4004
4005 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
4006
4007         * manual/nss.texi: The database is not called network but networks.
4008         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
4009
4010 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4011
4012         * configure.in: Correct test for compiler version.
4013         Check that LD_LIBRARY_PATH doesn't contain current path.
4014
4015 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
4016
4017         * elf/dl-close.c (_dl_close): Fix byte count while removing
4018         the shared object from the global scope list and optimize
4019         a little bit.
4020
4021 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4022
4023         * manual/filesys.texi (Scanning Directory Content): Add missing
4024         closing brace.
4025         (Scanning Directory Content): Fix text.
4026
4027 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4028
4029         * manual/memory.texi (Heap Consistency Checking): Add paragraph
4030         explaining difference of -lmcheck and MALLOC_CHECK_.
4031
4032 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4033
4034         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
4035         typos in comments.
4036
4037 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4038
4039         * test-skeleton.c (main): Fix test for exit signal.
4040
4041 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4042
4043         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
4044
4045 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4046
4047         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
4048         appropriate.
4049
4050 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4051
4052         * libc.map: Export __strtok_r.
4053
4054 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
4055
4056         * posix/regex.c (re_compile_fastmap): Remove unused variable
4057         num_regs and adjust comment.
4058         Patch by Jim Meyering <meyering@ascend.com>.
4059
4060         * math/math.h (M_*l): Extend long double constants to be usable
4061         for 128 bit floats.  Patch by Richard Henderson.
4062
4063 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4064
4065         * sysdeps/m68k/m68020/wordcopy.S: New file.
4066
4067 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
4068
4069         * posix/wordexp.c: Rewrite parse_param.
4070         Patch by Tim Waugh and Andreas Schwab.
4071
4072 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4073
4074         * Rules: Update timestamps on empty object files.
4075
4076 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
4077
4078         * manual/filesys.texi (Scanning Directory Content): Add description
4079         of 64 bits scandir function and friends.
4080
4081 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4082
4083         * glibcbug.in: Use mktemp to generate unique file name for
4084         temporary files.
4085
4086         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
4087         ptsname_r.  Use cast for execve call.
4088
4089 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
4090
4091         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
4092         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
4093         * io/sys/statvfs.h: New file.
4094         * sysdeps/generic/fstatvfs.h: New file.
4095         * sysdeps/generic/statvfs.h: New file.
4096         * sysdeps/generic/fstatvfs64.h: New file.
4097         * sysdeps/generic/statvfs64.h: New file.
4098         * sysdeps/generic/bits/statvfs.h: New file.
4099         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
4100         * sysdeps/unix/sysv/linux/statvfs.c: New file.
4101         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
4102
4103         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
4104         and f_ffree elements.
4105
4106         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
4107         mount options in enum.
4108
4109 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4110
4111         * configure.in: Check for recent egcs/gcc.
4112
4113 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4114
4115         * libc.map: Add alphasort64, scandir64, versionsort64.
4116         * dirent/Makefile (routines): Add scandir64, alphasort64, and
4117         versionsort64.
4118         * dirent/alphasort64.c: New file.
4119         * dirent/scandir64.c: New file.
4120         * dirent/versionsort64.c: New file.
4121         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
4122         versionsort.
4123         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
4124         old name weak alias.
4125         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
4126
4127         * dirent/alphasort.c: Use strcoll instead of strcmp.
4128
4129         * dirent/scandir.c: Optimize a bit.
4130
4131         * dirent/versionsort.c: Pretty print.
4132
4133 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4134
4135         * string/string.h: Add prototype for __strtok_r.
4136
4137 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4138
4139         * posix/Makefile: Fix typo in last change.
4140
4141 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4142
4143         * dirent/dirent.h (scandir): Make argument of select function const.
4144         * dirent/scandir.c (scandir): Likewise.
4145         Reported by David.Faure@insa-lyon.fr [PR libc/512].
4146
4147 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
4148
4149         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
4150         weak alias.
4151         * sysdeps/i386/strtok_r.c: Likewise.
4152
4153         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
4154         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
4155         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
4156         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
4157         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
4158         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
4159
4160 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4161
4162         * intl/localealias.c: Remove unneeded define for strdup.
4163
4164 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
4165
4166         * manual/argp.texi: Adjust for better TeX output.
4167         * manual/arith.texi: Likewise.
4168         * manual/conf.texi: Likewise.
4169         * manual/filesys.texi: Likewise.
4170         * manual/header.texi: Likewise.
4171         * manual/lgpl.texinfo: Likewise.
4172         * manual/math.texi: Likewise.
4173         * manual/message.texi: Likewise.
4174         * manual/pattern.texi: Likewise.
4175         * manual/process.texi: Likewise.
4176         * manual/signal.texi: Likewise.
4177         * manual/socket.texi: Likewise.
4178         * manual/startup.texi: Likewise.
4179         * manual/stdio.texi: Likewise.
4180         * manual/terminal.texi: Likewise.
4181         * manual/examples/rprintf.c: Likewise.
4182         * manual/examples/testopt.c: Likewise.
4183         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4184
4185 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
4186
4187         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
4188         parameter name after seeing a digit if it's enclosed in braces.
4189
4190 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4191
4192         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
4193
4194 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4195
4196         * manual/memory.texi (Heap Consistency Checking): Document
4197         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
4198
4199 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4200
4201         * manual/Makefile: Add missing rules.
4202
4203 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4204
4205         * timezone/Makefile (generated): Define to remove all stamp files.
4206
4207         * sysdeps/generic/strsep.c: Also undefine __strsep.
4208
4209         * string/strdup.c: Undefine __strdup and strdup first.
4210         * string/strndup.c: Likewise.
4211
4212         * string/bits/string2.h: Correct strtok_r and strsep.
4213         Add strndup optimization.
4214
4215         * sysdeps/generic/strsep.c: Little optimization.
4216
4217 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
4218
4219         * string/bits/string2.h: Add optimization for strdup.
4220         Always define __strsep and __strtok_r and make real names available
4221         when feature select macros are defined.
4222
4223 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4224
4225         * manual/install.texi (Installation): Use i486-linux as example
4226         instead of the unsupported sunos4.
4227         (Reporting Bugs): Mention glibcbug script.
4228         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
4229
4230 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4231
4232         * posix/wordexp-tst.sh: Make portable.  Add more tests.
4233
4234         * posix/Makefile (do-globtest do-wordexp-test): New targets.
4235
4236 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
4237
4238         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
4239         * sysdeps/generic/libc-start.c: ...here, replacing former content.
4240
4241         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
4242         netpacket/packet.h.
4243
4244         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
4245
4246 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4247
4248         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
4249         in enumerator for strict standard compliance.
4250         * sysdeps/generic/bits/resource.h: Likewise.
4251
4252 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
4253
4254         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
4255         (PLTJMP): New macro.
4256
4257         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
4258         longjmp() when floating point enabled.
4259         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
4260         * sysdeps/arm/__longjmp.S: Remove floating point code.
4261         * sysdeps/arm/setjmp.S: Likewise.
4262
4263         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
4264         * sysdeps/arm/bsd-_setjmp.S: Likewise.
4265
4266         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
4267         memset().
4268
4269         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
4270         prototype.
4271
4272 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
4273
4274         Based on patches from Pat Beirne and Scott Bambrough:
4275
4276         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
4277
4278         * sysdeps/arm/bits/fenv.h: New file.
4279
4280         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
4281         * sysdeps/arm/elf/setjmp.S: Likewise.
4282         * sysdeps/arm/elf/start.S: Likewise.
4283         * sysdeps/arm/init-first.c: Likewise.
4284         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
4285         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
4286         comment about floating point to reflect current reality.
4287
4288         * sysdeps/unix/arm/brk.S: Support PIC.
4289         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
4290         re-entrant code.
4291         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
4292         return; call syscall_error through PLT.
4293         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
4294
4295 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
4296
4297         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
4298         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
4299         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
4300
4301 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4302
4303         * dirent/list.c (test): Return error value.
4304         (main): Exit with error value.
4305
4306         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
4307
4308         * Makefile (distribute): Add test-skeleton.c.
4309         * test-skeleton.c: New file.
4310         * dirent/Makefile (tests): Add opendir-tst1.
4311         * dirent/opendir-tst1.c: New file.
4312
4313 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4314
4315         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
4316         Optimize memory handling.
4317         * sysdeps/unix/closedir.c: Optmize memory handling.
4318
4319 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
4320
4321         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
4322         handling.  Optimize a bit.
4323
4324 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
4325
4326         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
4327         (parse_param): Fold in Andreas' fixes to do with when the end of
4328         the parameter name has been reached, and quoting inside ${...}.
4329         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
4330         $((echo);(ls)).
4331
4332 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4333
4334         * manual/maint.texi: Split out installation and contribution
4335         sections to their own appendices.  Misc cleanups.
4336         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
4337         * manual/contrib.texi: New file.
4338         * manual/libc.texinfo: Pull in new appendices.
4339         * manual/header.texi: Correct node pointer.
4340
4341 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4342
4343         * manual/process.texi (Process Completion): Clarify return value
4344         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
4345
4346 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4347
4348         * posix/wordexp-test.c: Add more tests.
4349         (testit): Fix logic.
4350
4351         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
4352         /dev/null instead of closing it, close pipe.  Always chop off all
4353         trailing newlines.  Kill and reap child before returning error.
4354         (w_addword, parse_glob): Fix memory leak.
4355         (wordexp): Fix dangling pointer problem.
4356
4357 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
4358
4359         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
4360
4361         * posix/wordexp-test.c (main): Fix little thinkos and typos.
4362
4363         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
4364         directory index by only the language.
4365
4366 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
4367
4368         * posix/wordexp-tst.sh: Store test results in the
4369         ${common_objpfx}posix directory.
4370
4371         * posix/wordexp-test.c: Remove temporary directory afterwards.
4372
4373 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4374
4375         * libc.map: Export internal versions of cancelable functions.
4376
4377 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4378
4379         * Makerules (MAKEFLAGS): Append `r'.
4380
4381 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4382
4383         * Makeconfig: Define have-thread-library, shared-thread-library
4384         and static-thread-library if a thread library is available.  Don't
4385         define rt.
4386         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
4387         nscd-routines to nscd-modules.  Use shared-thread-library and
4388         static-thread-library in dependencies.
4389         * rt/Makefile: Only compile librt if have-thread-library is
4390         defined.
4391         * Makefile (subdirs): Always include rt subdir.
4392
4393 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4394
4395         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
4396
4397 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
4398
4399         * configure.in: Recognize variations for 32 MIPS processors.
4400         Don't assume ELF systems always have .weak, test for .weakext.
4401
4402 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4403
4404         * configure.in: Irix6 is an ELF platform.
4405
4406 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
4407
4408         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
4409         unmapping the last loaded segment.
4410
4411 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
4412
4413         * configure.in: Set base_os for Irix6.
4414         Correct test for .weakext.
4415
4416 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4417
4418         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
4419         (new_line) to _dl_debug_message call.
4420
4421 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4422
4423         * posix/wordexp.c (parse_param): Perform field-splitting after
4424         expanding positional parameter.
4425
4426         * posix/wordexp-tst.sh: Test that field-splitting is performed
4427         after expanding positional parameter.
4428
4429         * posix/wordexp.c (parse_param): Fixed memory leak in
4430         field-splitting after parameter expansion.
4431
4432 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4433
4434         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
4435         (get_toplvl_escape): Correctly terminate loop at EOF.
4436         Patch by Cristian Gafton <gafton@redhat.com>.
4437
4438 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
4439
4440         * string/tester.c (test_strpbrk): Add more strpbrk tests.
4441         (test_strsep): Likewise.  Correct horrible bugs.
4442
4443         * string/bits/string2.h (strcspn): Optimize also reject string of
4444         length 2 and 3.
4445         (strspn): Likewise.
4446         (strpbrk): Likewise.
4447         (strsep): Likewise.  Correct bug with successive separators and
4448         separators at the end of the string.
4449         * sysdeps/generic/strsep.c: Correct bug with successive separators
4450         and separators at the end of the string.
4451
4452 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4453
4454         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
4455         etc) now handled, as well as $$ (pid).
4456
4457         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
4458         (distribute): Add wordexp-tst.sh.
4459
4460         * posix/wordexp-tst.sh: New file.
4461
4462         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
4463         number of positional parameters.  Renamed substitute_length to
4464         seen_hash.
4465         Don't free(env) is env is NULL.
4466
4467 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
4468
4469         * libc.map: Add pthread_attr_init to GLIBC_2.1.
4470
4471 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
4472
4473         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
4474         for output file replacing gmon.out.
4475         Patch by Dean Gaudet <dgaudet@arctic.org>.
4476
4477 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4478
4479         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
4480         up namespace.  Optimize finding end of line.
4481
4482 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4483
4484         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
4485         securely.  Optimized.
4486         (process_dl_debug): Add ':' to list of separators.  Optimized.
4487
4488 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4489
4490         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
4491         isless, islessequal, islessgreater, isunordered): Return zero or
4492         one.
4493
4494 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4495
4496         * posix/wordexp-test.c: More tests.
4497         (main): Set up arena for pathname expansion tests (in a temporary
4498         directory).
4499         (testit): Don't check word count or word vector if return value is
4500         non-zero.
4501
4502         * posix/wordexp.c (exec_comm): Always chop off terminating
4503         linefeed (just like bash does).
4504         (parse_param): Change lots of occurrences of "if (!*env)" to "if
4505         (!env || !*env)".
4506         (parse_param): For assignment inside parameter expansion, use all
4507         expanded words in assignment rather than just the first.
4508         (parse_param): Corrected return value for parameter expansion of
4509         an unset variable when WRDE_UNDEF is in effect.
4510         (parse_dollars): Don't field-split if quoted.
4511         (wordexp): Opening brace character isn't allowed unquoted.
4512
4513 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4514
4515         * elf/dlerror.c: Fix concurrency problems with error string and
4516         number.
4517
4518         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
4519         filter/auxiliary are being loaded.
4520
4521 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
4522
4523         * elf/dlerror.c (last_object_name): Removed.
4524         (dlerror): Don't use last_object_name.
4525         (_dl_error_run): Omit second argument to _dl_catch_error.
4526         * elf/dl-error.c (struct catch): Remove objname member.
4527         (_dl_signal_error): Construct string including objname when given.
4528         (_dl_catch_error): Remove objname handling.
4529         * elf/link.h (_dl_catch_error): Fix prototype and comment.
4530         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
4531         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
4532         * nss/nsswitch.c (nss_dlerror_run): Likewise.
4533         * iconv/gconv_dl.c (dlerror_run): Likewise.
4534         [Corrects PR libc/501].
4535
4536 1998-03-12  Matthias Urlichs <smurf@noris.de>
4537
4538         * nscd/nscd.c: Ignore SIGPIPE.
4539
4540 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4541
4542         * nscd/nscd_getgr_r.c: Use __ protected names.
4543         * nscd/nscd_getpw_r.c: Likewise.
4544
4545 1998-03-12  Matthias Urlichs <smurf@noris.de>
4546
4547         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
4548         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
4549         null bytes are not transmitted.
4550
4551 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4552
4553         * powerpc/syscalls.list: Correct typo.
4554         * alpha/syscalls.list: Likewise.
4555         * mips/syscalls.list: Likewise.
4556
4557 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4558
4559         * socket/sys/socket.h: Add prototype for __socket.
4560
4561 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4562
4563         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
4564
4565         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
4566         constants.
4567
4568         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
4569         definition here.
4570         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
4571         definition here.
4572
4573         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
4574         AF_* and PF_* constants.
4575
4576         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
4577
4578 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
4579
4580         * elf/rtld.c: Update help message.
4581         Install link maps for preloaded objects using main_map as loader.
4582
4583         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
4584         * elf/dl-profile.c: Likewise.
4585
4586         * elf/dlsym.c: Little optimization.
4587         * elf/dlvsym.c: Likewise.
4588
4589 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
4590
4591         * posix/wordexp-test.c: Move test for parameter list at the very
4592         beginning.
4593
4594 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4595
4596         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
4597         WRDE_REUSE flag is set.
4598         (parse_param): Allow `*', `@', and numbers in parameter names.
4599         (parse_dollars): Differentiate between arithmetic expansion and a
4600         command substitution that starts immediately with a sub-shell
4601         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
4602         (parse_param): Memory allocated with __alloca in a block was
4603         referenced outside that block.  Adjusted to use malloc/free.
4604         (parse_param): Adjusted field-splitting algorithm so that there is
4605         not necessarily a field split at the end of a parameter expansion.
4606
4607 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4608
4609         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
4610         don't free words that have already been allocated.
4611         (parse_param): A dollar sign on its own will never have a pattern
4612         associated with it (like "${HOME%%/}" has), so don't try to free it.
4613         (parse_glob): Attempt to glob when an unquoted `[' is found
4614         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
4615         (parse_glob): Sorted out quoting in a glob-able word.
4616         (parse_param): Added $* and $@ handling.
4617
4618 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4619
4620         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
4621         parsing it.
4622
4623 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4624
4625         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
4626         _dl_debug_message.
4627
4628 1998-03-12  Matthias Urlichs  <smurf@noris.de>
4629
4630         * elf/dl-misc.c: Default for debug output should be stderr.
4631         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
4632         * elf/dl-lookup.c: reference_name may be NULL or empty.
4633
4634 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4635
4636         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
4637
4638 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4639
4640         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
4641
4642         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
4643
4644 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4645
4646         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
4647         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
4648
4649 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4650
4651         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
4652         init stuff.
4653
4654 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4655
4656         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
4657         flag.
4658
4659         * misc/syslog.c (vsyslog): Don't try to send if not connected to
4660         syslog daemon.
4661         (closelog_internal): Don't do anything if not connected.
4662
4663 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
4664
4665         * libc.map: Add _dl_debug_message.
4666         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
4667         before every line.
4668         * elf/fini.c: Correctly use new _dl_debug_message function.
4669         * elf/init.c: Likewise.
4670         * elf/dl-lookup.c: Likewise.
4671         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4672         * elf/dl-load.c: Likewise.  Add more debugging prints.
4673         * elf/dl-reloc.c: Likewise.
4674         * elf/dl-version.c: Likewise.
4675         * elf/dl-support.c: Add variables for debugging.
4676         * elf/rtld.c: Likewise.  Recognize new debug options.
4677         * elf/link.h: Declare new variables.
4678
4679         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
4680
4681 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4682
4683         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
4684         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
4685
4686 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4687
4688         * posix/wordexp-test.c (command_line_test): New function to allow
4689         testing of specific cases from the command-line.
4690
4691 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4692
4693         * elf/dl-init.c (_dl_init_next): Print nicer messages.
4694         * elf/dl-fini.c (_dl_fini): Likewise.
4695         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
4696
4697         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
4698         symbol in debug message.
4699         (_dl_lookup_versioned_symbol_skip): Likewise.
4700
4701 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
4702
4703         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
4704         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
4705         * manual/filesys/texi: Document this.
4706
4707 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
4708
4709         * manual/filesys.texi: Document the change below.
4710
4711 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4712
4713         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
4714         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
4715
4716 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
4717
4718         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
4719         instead scope.  If debugging display information about symbol
4720         resolving.
4721         (_dl_lookup_symbol): Call do_lookup with correct parameters.
4722         (_dl_lookup_symbol_skip): Likewise.
4723         (_dl_lookup_versioned_symbol): Likewise.
4724         (_dl_lookup_versioned_symbol_skip): Likewise.
4725         * elf/dl-support.c: Define _dl_debug_symbols.
4726         * elf/link.h: Add declaration for _dl_debug_symbols.
4727         * elf/rtld.c: Define _dl_debug_symbols.
4728         (process_dl_debug): Recognize symbols option.
4729
4730 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
4731
4732         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
4733         in correct format.
4734         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
4735         with correct parameters.
4736         [!PIC]: Initialize __libc_multiple_libcs.
4737
4738 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
4739
4740         * elf/dl-support.c (_dl_debug_bindings): Add definition.
4741         * elf/rtld.c (_dl_debug_bindings): Add definition.
4742         (process_dl_debug): Recognize bindings option.  Update help message.
4743         * elf/link.h (struct link_map): Add l_versyms member.
4744         (_dl_debug_bindings): Add declaration.
4745         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
4746         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
4747         and l_reloc_result.
4748         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
4749         (sym_val): Remove a member, add m as link_map.
4750         (do_lookup): Return result appropriately.
4751         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
4752         Call do_lookup correctly.
4753         (_dl_lookup_symbol_skip): Likewise.
4754         (_dl_lookup_versioned_symbol): Likewise.
4755         (_dl_lookup_versioned_symbol_skip): Likewise.
4756
4757 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
4758
4759         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
4760         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
4761
4762         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
4763         * libc.map: Add chown to GLIBC_2.1.
4764         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
4765         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
4766
4767 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4768
4769         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
4770         weak alias.
4771         * sysdeps/alpha/ffs.c: Likewise.
4772         * sysdeps/am29k/ffs.c: Likewise.
4773         * sysdeps/i386/ffs.c: Likewise.
4774         * sysdeps/i960/ffs.c: Likewise.
4775         * sysdeps/m68k/ffs.c: Likewise.
4776         * sysdeps/m88k/ffs.c: Likewise.
4777         * sysdeps/powerpc/ffs.c: Likewise.
4778         * sysdeps/rs6000/ffs.c: Likewise.
4779         * sysdeps/vax/ffs.s: Likewise.
4780         * string/string.h: Declare __ffs.
4781         * libc.map: Export it.
4782         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
4783         __builtin_ffs, which is not guaranteed to be namespace clean.
4784
4785 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4786
4787         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
4788         table, which is much more likely to exist than debugging symbols.
4789         (printsym): Remove const.
4790         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
4791         header table.
4792
4793         * libc.map: Export __profile_frequency, used by elf/sprof, to
4794         avoid infinite recursion during startup.
4795
4796 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4797
4798         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
4799         Readd lost negate.
4800
4801         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
4802
4803 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
4804
4805         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
4806
4807 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
4808
4809         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
4810         LD_PRELOAD, and LD_VERBOSE.
4811         (dl_main): Use global variables set by process_envvars instead of
4812         calling getenv.
4813         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
4814         LD_LIBRARY_PATH value, this comes with the parameter.
4815         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
4816         ("LD_LIBRARY_PATH") to _dl_init_paths.
4817
4818 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
4819
4820         * elf/rtld.c (dl_main): Delay initialization of path structure if
4821         the dynamically linker is invoked implicitly until we read the
4822         dynamic section.
4823
4824 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
4825
4826         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
4827
4828 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4829
4830         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
4831         Linux 2.0 and 2.1.
4832
4833         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
4834
4835 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
4836
4837         * Makeconfig (nisobjdir): Set to path to nis directory.
4838         (rpath-link): Add nisobjdir.
4839         Patch by Sven Verdoolaege <skimo@kotnet.org>.
4840
4841         * elf/Makefile: Pretty print.
4842         * elf/dl-lookup.c: Include unistd.h.
4843         * elf/dl-runtime.c: Likewise.
4844
4845         * localedata/Makefile (test-srcs): Add tst-rpmatch.
4846         (distribute): Add tst-rpmatch.sh.
4847         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
4848
4849         New tests for rpmatch function by
4850         Jochen Hein <jochen.hein@delphi.central.de>.
4851         * localedata/tst-rpmatch.c: New file.
4852         * localedata/tst-rpmatch.sh: New file.
4853
4854         * localedata/locales/de_DE: Correct yesexpr and noexpr.
4855         * localedata/locales/de_AT: Likewise.
4856
4857         * posix/getopt.c: Update contact address.
4858         * posix/getopt1.c: Pretty print.
4859
4860         * sysdeps/generic/libc-start.c: Do most of the initialization now
4861         here instead of in start.S.
4862         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4863         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
4864
4865         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
4866         profil_counter to be public.
4867
4868 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
4869
4870         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
4871         (parse_param): Coded parameter length expansion (${#var}).
4872         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
4873         (parse_param): Cleaned up (fixed) error handling.
4874
4875         * posix/wordexp-test.c: IFS now includes non-whitespace character
4876         (comma).  Added more tests.
4877
4878 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
4879
4880         * elf/link.h: Fix typos.
4881         Reported by Andreas Jaeger.
4882
4883         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
4884         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
4885
4886 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
4887
4888         * argp/argp-help.c: Remove last bits of using gettext instead of
4889         dgettext.
4890
4891 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
4892
4893         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
4894         __libc_start_main.
4895         * csu/Makefile (routines): Add libc-start.
4896         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
4897         * elf/dl-lookup.c: Likewise.
4898         * elf/dl-version.c: Likewise.
4899         * sysdeps/i386/dl-machine.h: Likewise.
4900         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
4901         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
4902         _dl_sysdep_message macros which use _dl_sysdep_output.
4903         * elf/dl-fini.c: Write out which destructor is called while debugging.
4904         * elf/dl-init.c: Likewise for constructor.
4905         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
4906         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
4907         _dl_sysdep_message.  Add _dl_sysdep_output.
4908         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
4909         this file can be opened.
4910         For LD_DEBUG=libs also set _dl_debug_impcalls.
4911         * sysdeps/generic/dl-cache.c: Include unistd.h.
4912         * sysdeps/generic/libc-start.c: New file.
4913         * sysdeps/unix/sysv/linux/libc-start.c: New file.
4914         * sysdeps/i386/elf/start.S: Don't call main directly, call
4915         __libc_start_main instead.
4916
4917         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
4918
4919 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
4920
4921         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
4922
4923 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
4924
4925         * argp/argp.h (struct argp): Add new field domain.
4926         * argp/argp-help.c: Change all gettext calls to dgettext and use
4927         domain field from appropriate argp in call.
4928         * argp/argp-parse.c: Likewise.
4929
4930 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
4931
4932         * posix/wordexp-test.c: Change testsuite so that it can run even
4933         for ~root != /root.
4934
4935 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4936
4937         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
4938
4939 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4940
4941         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
4942         Don't store into global errno if we already store through
4943         __errno_location.
4944         * sysdeps/unix/i386/sysdep.S: Likewise.
4945         * sysdeps/unix/alpha/sysdep.S: Likewise.
4946         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4947         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4948         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
4949         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
4950         PIC).
4951
4952 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4953
4954         * sysdeps/generic/sysdep.h (L): Remove definition.
4955         * sysdeps/i386/sysdep.h (L): Define it here instead.
4956
4957 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4958
4959         * nis/nis_call.c (__do_niscall): Safe and reset errno.
4960
4961         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
4962
4963 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4964
4965         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
4966         declaration style to avoid warnings.
4967
4968 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
4969
4970         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
4971         "LD_DEBUG".
4972
4973 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
4974
4975         * posix/Makefile (tests): Add wordexp-test.
4976         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
4977         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
4978
4979 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
4980
4981         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
4982         dependencies.
4983
4984         * elf/link.h (struct r_search_path_elem): Add two new field for
4985         lib path debugging.
4986         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
4987         variable accordingly.
4988         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
4989         is considered next along with information about load paths.
4990         * sysdeps/generic/dl-cache.c: Likewise.
4991         * elf/dl-support.c: Define _dl_debug_libs.
4992         * elf/genrtldtbl.awk: Add initializers for two new field in
4993         struct r_search_path_elem.
4994
4995 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4996
4997         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
4998         * sysdeps/m68k/lshift.S: Likewise.
4999         * sysdeps/m68k/rshift.S: Likewise.
5000         * sysdeps/m68k/sub_n.S: Likewise.
5001         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
5002         * sysdeps/m68k/m68020/mul_1.S: Likewise.
5003         * sysdeps/m68k/m68020/submul_1.S: Likewise.
5004
5005         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
5006         [_LIBC_REENTRANT]: Don't store into global errno.
5007
5008         * sysdeps/m68k/sysdep.h: New file.
5009         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
5010         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
5011         (DO_CALL): Change to expect syscall name as argument.
5012         (PSEUDO): Pass syscall_name to DO_CALL.
5013         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
5014         errno.
5015
5016 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5017
5018         * elf/rtld.c: Speed up processing of environment variables.  Do
5019         only one run on the environment by avoiding to call getenv.
5020         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
5021         function.  Used by patch above.
5022
5023 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5024
5025         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
5026         running nscd.
5027         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
5028         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
5029         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
5030
5031 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5032
5033         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
5034         module cannot be found.  Reported by Andreas Jaeger.
5035
5036 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5037
5038         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
5039         on platforms which default to unsigned chars.
5040         * nscd/nscd_getpw_r.c: Likewise.
5041         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
5042         defining it.
5043
5044 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5045
5046         * elf/Makefile (install-bin): Change = to += for sprof to install
5047         ldd also.
5048
5049 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
5050
5051         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
5052
5053 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
5054
5055         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
5056
5057 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5058
5059         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
5060         that a failure to connect to nscd doesn't change errno.
5061
5062 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5063
5064         * manual/maint.texi (Reporting Bugs): Change
5065         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
5066
5067         * locale/iso-4217.def: Likewise
5068
5069 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
5070
5071         * manual/texinfo.tex: Updated.
5072
5073 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5074
5075         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
5076         value.
5077         * sysdeps/posix/pathconf.c: Likewise.
5078         * posix/getconf.c: Print `undefined' if pathconf returns -1
5079         without setting errno.
5080
5081 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
5082
5083         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
5084         problem.
5085         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
5086         Patches by Elliot Lee <sopwith@cuc.edu>.
5087
5088 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
5089
5090         * elf/link.h (struct link_map): Add new field l_reloc_result.
5091         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
5092         of relocation for the object to be profiled.
5093         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
5094         to NULL.
5095         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
5096         array here.
5097         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
5098         contains a result from a previous run use this instead of computing
5099         the value again.
5100         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
5101
5102 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5103
5104         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
5105         offsets into the GOT.
5106         (RTLD_START): Likewise.
5107
5108 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
5109
5110         * elf/sprof.c: Cleanup a bit.
5111
5112 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
5113
5114         * sysdeps/generic/sysdep.h (L): New. Define.
5115
5116         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
5117
5118         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
5119
5120         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
5121         to have only one exit point for functions.
5122         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5123         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
5124         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
5125         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5126         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
5127
5128 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5129
5130         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
5131         reset errno so that errno isn't set to ENOSYS in the first call.
5132         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
5133         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
5134         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
5135         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
5136
5137 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
5138
5139         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
5140         * sysdeps/i386/addmul_1.S: Likewise.
5141         * sysdeps/i386/lshift.S: Likewise.
5142         * sysdeps/i386/mul_1.S: Likewise.
5143         * sysdeps/i386/rshift.S: Likewise.
5144         * sysdeps/i386/sub_n.S: Likewise.
5145         * sysdeps/i386/submul_1.S: Likewise.
5146         * sysdeps/i386/i586/add_n.S: Likewise.
5147         * sysdeps/i386/i586/addmul_1.S: Likewise.
5148         * sysdeps/i386/i586/lshift.S: Likewise.
5149         * sysdeps/i386/i586/mul_1.S: Likewise.
5150         * sysdeps/i386/i586/rshift.S: Likewise.
5151         * sysdeps/i386/i586/sub_n.S: Likewise.
5152         * sysdeps/i386/i586/submul_1.S: Likewise.
5153
5154         * sysdeps/i386/sysdep.h: Extend last change.
5155
5156         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
5157         to have only one exit point for functions.
5158
5159 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5160
5161         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
5162         search.
5163
5164 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
5165
5166         * Makerules: Generate libc.so with absolute paths for the used
5167         shared objects.
5168
5169         * config.make.in: Add MAKEINFO definition.
5170
5171 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5172
5173         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
5174         (ENTRY): Use STABS_FUN.
5175         (END): Use STABS_FUN_END.
5176         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
5177
5178         * elf/Makefile: Add rules to build sprof program.
5179         * elf/sprof.c: New file.
5180
5181 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5182
5183         * misc/syslog.c (openlog_internal): Insert missing closing brace.
5184
5185 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5186
5187         * configure.in: Check for working msgfmt version (from GNU gettext
5188         0.10 or later).
5189
5190 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5191
5192         * configure.in: Avoid //s in sysdirs.
5193         Patch by Roland McGrath.
5194
5195         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
5196
5197 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
5198
5199         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
5200         setting _dl_global_scope for RTLD_GLOBAL.
5201
5202 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5203
5204         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
5205         possible lists of object-suffixes are taken care of.
5206
5207 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
5208
5209         * timezone/private.h: Update from tzcode1998c.
5210         * timezone/zic.c: Likewise.
5211         * timezone/antarctica: Updated from tzdata1998c.
5212         * timezone/asia: Likewise.
5213         * timezone/australasia: Likewise.
5214         * timezone/europe: Likewise.
5215         * timezone/southamerica: Likewise.
5216
5217 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5218
5219         * posix/glob.c (glob_in_dir): Add support for cases insensitive
5220         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
5221
5222 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
5223
5224         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
5225         Changed type of TWO43, TWO52 from float to double.
5226         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
5227         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
5228         Changed type of TWO43 from float to double.
5229         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
5230         Use __isinff.
5231
5232 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
5233
5234         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
5235         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
5236         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
5237
5238 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
5239
5240         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
5241         kernel_termios.h.
5242         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
5243         Clean up random whitespace.
5244         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
5245         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
5246         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
5247         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
5248
5249 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
5250
5251         * shlib-versions: Match alpha*.
5252         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
5253         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
5254
5255         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
5256         Implement copysign* with and without __ prefix.
5257         Likewise for fabs; use builtin for gcc 2.8.
5258         (floor*): New.
5259         (fdim*): New.
5260
5261         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
5262         (R_SPARC*): Match current v9 ABI.
5263
5264         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
5265
5266         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
5267         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
5268         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
5269         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
5270         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
5271         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
5272         * sysdeps/unix/grantpt.c (argv): Fix consts.
5273         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
5274         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5275
5276 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5277
5278         * misc/syslog.c: Change to allow user the interpretation of the
5279         outcome even with syslog having no return value.
5280
5281 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
5282
5283         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
5284         that the number of program headers is >0 (which is wrong for the
5285         loader itself).
5286
5287 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5288
5289         * Makefile (distribute): Add README.libm.
5290
5291 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5292
5293         * time/clocktest.c (main): Correct typo: "--" -> "==".
5294
5295 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
5296
5297         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
5298         inline function.
5299         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
5300         inline functions.
5301
5302         * math/libm.map (__atan2): Added.
5303
5304 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5305
5306         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
5307         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5308
5309         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
5310         bug.
5311
5312 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5313
5314         * manual/arith.texi (Old-style number conversion): Correct
5315         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5316
5317 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5318
5319         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
5320         but does not require it.  Handle missing argv[] values gracefully.
5321         * posix/execl.c: Likewise.
5322         * posix/execle.c: Likewise.
5323
5324 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5325
5326         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
5327         bit.
5328         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
5329
5330 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5331
5332         * libc.map: Add __adjtimex.
5333
5334 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5335
5336         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
5337         Remove memset.
5338
5339 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
5340
5341         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
5342         to 64.
5343
5344         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
5345
5346         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
5347         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
5348
5349         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
5350         for shared library.
5351
5352         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
5353
5354         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
5355         Added adjtimex and old_adjtimex.
5356
5357         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
5358         New.
5359         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
5360         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
5361
5362         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
5363         symbols only for shared library.
5364         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5365         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5366         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5367         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5368         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5369         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5370         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5371
5372         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
5373         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5374         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5375         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5376         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5377         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5378         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5379         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5380
5381         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
5382         rusage pointer.
5383
5384         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
5385         New macros.
5386         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
5387         timex and __adjtimex, respectively.
5388
5389         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
5390
5391         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
5392
5393 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
5394
5395         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
5396         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
5397
5398 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
5399
5400         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
5401
5402 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5403
5404         * Makefile.in: Disable built-in rules.
5405
5406 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5407
5408         * sysdeps/i386/fpu/t_exp.c: Move to ...
5409         * sysdeps/libm-i387/t_exp.c: ... here.
5410
5411 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
5412
5413         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
5414         from __exp2_deltatable.
5415
5416 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
5417
5418         * nis/ypclnt.c (yp_master): Check result of strdup.
5419         Patch by Thorsten Kukuk.
5420
5421 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5422
5423         * nis/ypclnt.c: Give clnt handle after error checking free, change
5424         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
5425
5426 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
5427
5428         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
5429         Patch by Joe Keane <jgk@jgk.org>.
5430
5431         * misc/fstab.h (struct fstab): Change fs_type member to be const.
5432         * misc/fstab.c: Remove casts in fs_type assignments.
5433
5434 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5435
5436         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
5437         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
5438         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
5439         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
5440         * sysdeps/powerpc/bits/fenv.h: Likewise.
5441         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
5442         * sysdeps/generic/bits/fenv.h: Likewise.
5443         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
5444         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
5445         * sysdeps/powerpc/test-arith.c (main): Likewise.
5446
5447 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5448
5449         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
5450         the comparison macros.
5451
5452 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
5453
5454         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
5455         (__log2): Fixed return values.
5456         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
5457
5458 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5459
5460         * math/math.h (isunordered): Rename local variables to ensure
5461         correct code.  Reported by HJ Lu.
5462
5463 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
5464
5465         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5466         isless, islessequal, islessgreater, isunordered): Fix syntax for
5467         fucompip instruction.
5468         (isless, islessequal): Fix logic.
5469
5470 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5471
5472         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
5473         (comparisons_test): New tests for comparison macros.
5474
5475 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
5476
5477         * Makeconfig: Filter out frame-pointer effecting options when
5478         compiling profiling or debugging code.
5479         * config.h.in (internal_function): Don't define here if PROF is
5480         defined.
5481         * gmon/gmon.c (__moncontrol): Don't change state if already in error
5482         state.
5483         (__monstartup): If calloc fails set error state and mark array as
5484         not allocated.
5485         (_mcleanup): Don't call write_gmon if in error state.  Don't try
5486         to free array if not  successfully allocated.
5487
5488         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
5489         Include elf.h to get macro definitions.
5490         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
5491
5492 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
5493
5494         * elf/ldd.sh.in: Add compatibility for broken old shells.
5495         * elf/ldd.bash.in: Likewise.
5496
5497 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
5498
5499         * sunrpc/rpc_main.c (open_input): Check pipe return error.
5500
5501         * time/clocktest.c (main): Check signal return error.
5502
5503 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5504
5505         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
5506         "/" and use do-install-program. Reported by Mark M. Kettenis.
5507         (subdir_install):  Likewise.
5508
5509 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5510
5511         * sunrpc/rpc_sample.c: Fix typo.
5512
5513         * nscd/connections.c: Use locale.
5514         * nscd/grpcache.c: Add debug messages, gidtbl should get the
5515           calloc result.
5516         * nscd/nscd.c: Check if init functions fails.
5517         * nscd/nscd_conf.c: Allow disabling of group cache.
5518         * nscd/nscd_getgr_r.c: Fix return code if group not found.
5519         * nscd/pwdcache.c: Fix debug messages.
5520
5521 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5522
5523         * libc.map: Add __monstartup and _mcleanup for profiling support.
5524
5525 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5526
5527         * libc.map: Export __getpagesize, for binary compatibility with
5528         2.0.
5529
5530 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5531
5532         * posix/globtest.sh: Use --library-path instead of
5533         LD_LIBRARY_PATH.
5534         * localedata/sort-test.sh: Likewise.
5535         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
5536
5537 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5538
5539         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
5540         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
5541         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5542
5543         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
5544         kernel_sigaction): Define.
5545         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
5546         kernel_sigaction): Define.
5547
5548 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5549
5550         * math/libm-test.c: Change epsilons for libm-ieee754.
5551
5552 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
5553
5554         * sysdeps/i386/__longjmp.S: Fix race condition.
5555         Reported by Bruno Haible <haible@ilog.fr>.
5556
5557 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
5558
5559         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
5560         * iconvdata/8bit-gap.c: Likewise.
5561         * iconvdata/8bit-generic.c: Likewise.
5562         * iconvdata/iso6937.c: Likewise.
5563         * iconvdata/iso8859-1.c: Likewise.
5564         * iconvdata/sjis.c: Likewise.
5565         * iconvdata/t61.c: Likewise.
5566
5567 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5568
5569         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
5570         feature tests by positive feature tests.
5571
5572 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5573
5574         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
5575
5576 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
5577
5578         * elf/dlvsym.c (dlvsym_doit): More corrections.
5579         Patch by Andreas Jaeger.
5580
5581 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5582
5583         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
5584
5585 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
5586
5587         * libc.map: More reordering for GLIBC_2.1 symbols.
5588
5589 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5590
5591         * libc.map: Move some functions from version GLIBC_2.0 to
5592         GLIBC_2.1, reorder declarations.
5593
5594 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5595
5596         * resolv/gethnamaddr.c (addrsort): Make this function extern.
5597         Patch by zab@thebrain.grumblesmurf.net.
5598
5599 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5600
5601         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
5602         NIS+ functions with version GLIBC_2.1.
5603
5604 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
5605
5606         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
5607         with 2.0 binaries.  Reported by Thorsten Kukuk.
5608
5609 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5610
5611         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
5612
5613         * elf/dlsym.c (dlsym_doit): Likewise.
5614
5615 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5616
5617         * elf/link.h: Correct typos.
5618
5619         * iconv/iconv_prog.c: Correct typo.
5620
5621 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
5622
5623         * iconv/Makefile: Add rules to build and install iconv program.
5624         * iconv/iconv_prog.c: New file.
5625
5626 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
5627
5628         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
5629         _dl_lookup_symbol_skip call.
5630         * elf/dlvsym.c (dlvsym_doit): Likewise.
5631
5632 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
5633
5634         * libio/iovsscanf.c: Do not include errno.h.
5635
5636 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5637
5638         * elf/dl-load.c (add_name_to_object): Don't translate strings.
5639         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
5640         pulling in the whole error list.
5641         (__dcgettext, dcgettext): Removed.
5642         * libc.map: Export _strerror_internal.
5643
5644 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
5645
5646         * sysdeps/i386/fpu/t_exp.c: New file.
5647
5648 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5649
5650         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
5651         everything with version GLIBC_2.1.
5652         * hesiod/libnss_hesiod.map: Likewise.
5653
5654 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5655
5656         * manual/arith.texi (Old-style number conversion): This node is a
5657         section, not a subsection.
5658
5659 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5660
5661         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
5662
5663 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5664
5665         * elf/rtld.c (dl_main): Make sure that the library search paths
5666         have been initialized before the first call to _dl_map_object.
5667
5668 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5669
5670         * Makerules (common-generated): Add libc_pic.os.
5671
5672 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5673
5674         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
5675         of the executable.
5676
5677 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5678
5679         * sysdeps/m68k/fpu/t_exp.c: New file.
5680
5681 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5682
5683         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
5684         to global errno variable anymore.
5685
5686 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
5687
5688         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
5689         If PRELOADED is nonzero check in case of an SUID application
5690         whether the shared object has the SUID bit set.
5691         Fix some other problems with handling shared objects in system
5692         specific directories.
5693         (_dl_map_object): Also take extra parameter and pass it to open_path.
5694         * elf/link.h (_dl_map_object): Correct prototype and comment.
5695         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
5696         * elf/dl-open.c (_dl_open): Likewise.
5697         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
5698
5699         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
5700
5701 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5702
5703         * math/libm-test.c (modf_test): Add test for 1.5.
5704
5705         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
5706         0 to get always an int.
5707
5708 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5709
5710         * math/libm.map: Move all symbols that are new in glibc 2.1 to
5711         version GLIBC_2.1.
5712
5713 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5714
5715         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
5716         trying to read another character.
5717
5718 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5719
5720         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
5721         name to lowercase.
5722
5723         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
5724         name to lowercase, add test for big enough buffer.
5725
5726 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5727
5728         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
5729         Make compatible with older kernels.  Patch by Richard Henderson.
5730
5731 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
5732
5733         * elf/dl-load.c (open_path): Use __xstat instead of stat.
5734
5735         * localedata/tst-locale.sh: Comment out first test for now.
5736
5737 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
5738
5739         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
5740         as 1.
5741         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
5742         Likewise.
5743
5744         * libio/iogetline.c (_IO_getline_info): Renamed from
5745         _IO_getline.
5746         (_IO_getline): Just call _IO_getline_info.
5747
5748         * libio/libioP.h (_IO_getline_info): New declaration.
5749
5750         * libc.map (_IO_getline_info, __write): Added.
5751
5752 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5753
5754         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
5755         const char* to shut up gcc.
5756
5757 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
5758
5759         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
5760         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
5761
5762         * math/math.h: Define M_* constants always as `double' and add new
5763         macros M_*l which are of type `long double'.
5764         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
5765         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
5766         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
5767         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
5768         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
5769         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
5770         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
5771         * math/libm-tst.c: Likewise.
5772
5773         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
5774         define as long double unconditionally.
5775
5776 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5777
5778         * manual/arith.texi (Old-style number conversion): Correct some
5779         typos.
5780
5781 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
5782
5783         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
5784         Restore.
5785
5786         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
5787
5788 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
5789
5790         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
5791         on $(rtld-ldscript).
5792
5793         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
5794         starting from 0 not only from `from'.
5795         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
5796
5797 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
5798
5799         * elf/rtld.c (dl_main): Recognize --library-path parameter and
5800         pass value (or NULL) to _dl_init_paths.
5801         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
5802         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
5803         environment variable.
5804         * elf/link.h: Change prototype for _dl_init_paths.
5805         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
5806
5807         * localedata/Makefile (distribute): Add test files.
5808
5809 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5810
5811         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
5812         test1.def, test2.def, test3.def, test4.def}: Simple input files
5813         for localedef. Contributed by Yung-Ching Hsiao
5814         <yhsiao@cae.wisc.edu>.
5815
5816         * localedata/Makefile (tests): Call tst-locale.sh.
5817
5818         * localedata/tst-locale.sh: New file, regression tests for some
5819         localedef problems.
5820
5821 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5822
5823         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
5824
5825         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
5826         terminated.
5827         * nis/nss_nisplus/nisplus-network.c: Likewise.
5828         * nis/nss_nisplus/nisplus-proto.c: Likewise.
5829         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
5830         * nis/nss_nisplus/nisplus-service.c: Likewise.
5831
5832         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
5833         and support generating thread safe RPC code.
5834         * sunrpc/rpc_main.c: Add changes.
5835         * sunrpc/rpc_clntout.c: Likewise.
5836         * sunrpc/rpc_cout.c: Likewise.
5837         * sunrpc/rpc_hout.c: Likewise.
5838         * sunrpc/rpc_parse.c: Likewise.
5839         * sunrpc/rpc_sample.c: Likewise.
5840         * sunrpc/rpc_scan.c: Likewise.
5841         * sunrpc/rpc_svcout.c: Likewise.
5842         * sunrpc/rpc_util.c: Likewise.
5843         * sunrpc/rpc_util.h: Add new structs and prototypes.
5844         * sunrpc/proto.h: Remove prototypes for static functions.
5845
5846 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5847
5848         * locale/programs/ld-messages.c (messages_finish): Don't skip
5849         error checking when being quiet.
5850         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
5851         (set_class_defaults): Likewise.
5852         * locale/programs/charmap.c (parse_charmap): Likewise.
5853         * locale/programs/ld-collate.c (collate_finish): Likewise.
5854         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
5855         * locale/programs/ld-time.c (time_finish): Likewise.
5856         * locale/programs/locfile.c (write_locale_data): Likewise.
5857
5858         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
5859         unknown characters and empty ranges.
5860         * locale/programs/ld-collate.c (collate_order_elem): When
5861         processing an ellipsis properly form a linked list in the result
5862         table, fix typo when allocating ordering array.
5863         [PR libc/419]
5864
5865 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5866
5867         * elf/Makefile (ld-map): Define.
5868         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
5869         `$(rtld-ldscript)'.
5870         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
5871         on $(ld-map).
5872         (rtld-link): Combine the two versions of this definition.  Fixed
5873         to make it work when no symbol versioning is used.
5874
5875 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
5876
5877         * Makeconfig (build-program-cmd): Use --library-path parameter to
5878         ld.so instead of environment variable.
5879
5880         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
5881         * sunrpc/rpc_main.c: Remove support for -$$ option again.
5882
5883 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5884
5885         * Make-dist: Respect with-cvs setting.
5886         * MakeTAGS (all-pot): Likewise.
5887         * sysdeps/sparc/sparc32/Makefile: Likewise.
5888         * sysdeps/mach/hurd/Makefile: Likewise.
5889         * stdlib/Makefile: Likewise.
5890         * posix/Makefile: Likewise.
5891         * intl/Makefile: Likewise.
5892         * po/Makefile (linguas): Likewise
5893
5894 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5895
5896         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
5897
5898 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
5899
5900         * libc.map: Add __strcasecmp.
5901
5902         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
5903         module.
5904
5905         * nss/getXXent_r.c: If no more module is found don't try to call
5906         setXXent functions but leave unsuccessfully.
5907
5908         * malloc/obstack.h: Cleanups.
5909
5910         * sysdeps/wordsize-32/stdint.h: New file.
5911         * sysdeps/wordsize-64/stdint.h: New file.
5912         * sysdeps/generic/stdint.h: New file.
5913         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
5914         * sysdeps/wordsize-64/inttypes.h: Likewise.
5915         * stdlib/Makefile (headers): Add stdint.h.
5916
5917 1998-02-03  Paul Eggert  <eggert@twinsun.com>
5918
5919         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
5920
5921 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5922
5923         * timezone: New directory.
5924         * time/README, time/africa, time/antarctica, time/asia,
5925         time/australasia, time/backward, time/checktab.awk,
5926         time/etcetera, time/europe, time/factory, time/ialloc.c,
5927         time/iso3166.tab, time/leapseconds, time/northamerica,
5928         time/pacificnew, time/private.h, time/scheck.c,
5929         time/solar87, time/solar88, time/solar89, time/southamerica,
5930         time/systemv, time/test-tz.c, time/tzfile.h,
5931         time/tzselect.ksh, time/yearistype, time/zdump.c,
5932         time/zic.c, time/zone.tab: Moved to timezone.
5933         * time/tzfile.c: Include tzfile.h from timezone subdir.
5934         * time/tzset.c: Likewise.
5935         * time/Makefile: Cut out all code relating to timezones...
5936         * timezone/Makefile: ...and paste it in here.
5937         * Makefile (subdirs): Add timezone.
5938
5939 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
5940
5941         * libc.map (_sys_nerr): Added.
5942
5943         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
5944         versioned symbol.
5945
5946 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
5947
5948         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
5949         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
5950         Reported by Craig Metz <cmetz@inner.net>.
5951
5952 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5953
5954         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
5955         instead of strcasecmp.
5956         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
5957
5958         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
5959
5960 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
5961
5962         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
5963         Patch by Dean Gaudet <dgaudet@arctic.org>.
5964
5965 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
5966
5967         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
5968
5969 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5970
5971         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
5972         with no poll syscall, just include the BSD version.
5973         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
5974         kernel without the syscall, include the stub version.
5975         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
5976         * sysdeps/generic/getresuid.c: New file.
5977         * sysdeps/generic/getresgid.c: New file.
5978
5979 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
5980
5981         * stdio-common/vfscanf.c: Correct last change a bit.
5982
5983 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
5984
5985         * elf/Makefile: Don't use --version-script parameter to link ld.so
5986         unconditionally.
5987
5988 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
5989
5990         * math/Makefile: Add t_exp.
5991         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
5992         constants.
5993         * math/test-reduce.c: Remove temporarily, it seems to be broken.
5994         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
5995         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
5996         better accuracy.
5997         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
5998         algorithm for very large/very small arguments.
5999         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
6000         correct algorithm for very large/very small arguments; adjust for
6001         new table.
6002         * sysdeps/libm-ieee754/t_exp.c: New file.
6003         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
6004
6005         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
6006         back, with comment that explains what breaks when you remove it :-(.
6007
6008         * localedata/xfrm-test.c: Avoid integer overflow.
6009
6010         * stdlib/strfmon.c: char is unsigned, sometimes.
6011
6012         * sysdeps/powerpc/Makefile: Remove quad float support.
6013         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
6014         * sysdeps/powerpc/quad_float.h: Likewise.
6015         * sysdeps/powerpc/test-arith.c: Likewise.
6016         * sysdeps/powerpc/test-arithf.c: Likewise.
6017
6018         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
6019         * sysdeps/generic/s_exp2f.c: Likewise.
6020
6021         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
6022         don't try anything if _SOFT_FLOAT.
6023
6024 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6025
6026         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
6027         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
6028         * wctype/wctype.c: Likewise.
6029         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
6030         changed.  They are incompatible with the _ISxxx values from
6031         <ctype.h> on little endian machines.
6032         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
6033         bit number.  This fixes the real bug and restores the integrity of
6034         the ctype locale file.
6035         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
6036         * wctype/wcfuncs_l.c: Likewise.
6037         * wctype/wcextra.c: Likewise.
6038         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
6039         byte swapping.
6040
6041 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6042
6043         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
6044         into .bss segment instead of .common, so that aliases on it work.
6045
6046         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
6047         .size directives, put into .bss segment instead of initializing it
6048         to 4.
6049
6050 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
6051
6052         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
6053
6054         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
6055         functions.
6056         Make names without __ weak aliases.
6057         (__libc_release, __libc_version): Make them static.
6058
6059         * include/gnu/libc-version.h: New file.
6060         * Makefile (headers): Add gnu/libc-version.h.
6061
6062 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
6063
6064         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
6065         and use x for member name.
6066         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
6067
6068         * stdlib/drand48.c: Change according to member name change.
6069         * stdlib/drand48_r.c: Likewise.
6070         * stdlib/lcong48_r.c: Likewise.
6071         * stdlib/lrand48.c: Likewise.
6072         * stdlib/lrand48_r.c: Likewise.
6073         * stdlib/mrand48.c: Likewise.
6074         * stdlib/mrand48_r.c: Likewise.
6075         * stdlib/seed48.c: Likewise.
6076         * stdlib/seed48_r.c: Likewise.
6077         * stdlib/srand48_r.c: Likewise.
6078
6079 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6080
6081         * nss/test-netdb.c: Add some more test cases.
6082
6083 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
6084
6085         * libio/iovsscanf.c: Undo last change modifying errno.
6086
6087 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6088
6089         * stdio-common/vfscanf.c: Never try to read another character
6090         after EOF.  Don't decrement read_in after EOF, it wasn't
6091         incremented in the first place.
6092         (NEXT_WIDE_CHAR): Set First, not first.
6093
6094 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
6095
6096         * db/Makefile ($(inst_libdir)/libndbm.a,
6097         $(inst_libdir)/libndbm.so): New targets.
6098         * db2/Makefile: Likewise.
6099
6100 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
6101
6102         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
6103         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
6104
6105 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6106
6107         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
6108         <streambuf.h>.
6109         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
6110
6111 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6112
6113         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
6114         versioned symbols.
6115
6116 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
6117
6118         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
6119         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
6120         Added for libdl.so.
6121
6122 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6123
6124         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
6125         extra syscall.
6126
6127         * grp/Makefile: Fix logic when checking for thread package.
6128         * pwd/Makefile: Likewise.
6129
6130 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
6131
6132         * elf/Makefile (rtld-map): Replaced by libc-map.
6133
6134         * elf/rtld.map: Removed.
6135
6136         * libc.map (__libc_enable_secure, _dl_catch_error,
6137         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
6138         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
6139         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
6140         _dl_object_relocation_scope, _dl_relocate_object,
6141         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
6142         _r_debug): Added for ld.so.
6143
6144 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
6145
6146         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
6147         DO_VERSIONING.
6148         * libio/iofdopen.c: Ditto.
6149         * libio/iofopen.c: Ditto.
6150         * libio/oldfileops.c: Ditto.
6151
6152         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
6153         version GLIBC_2.1.
6154
6155         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
6156         oldsiglist from sysdep_routines and shared-only-routines.
6157
6158         * sysdeps/unix/sysv/linux/errlist.c: New.
6159         * sysdeps/unix/sysv/linux/errlist.h: New.
6160         * sysdeps/unix/sysv/linux/sizes.h: New.
6161         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
6162         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
6163
6164         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
6165
6166         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
6167         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
6168         directive.
6169
6170         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
6171
6172         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
6173         (oldsiglist.c): Removed.
6174
6175         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
6176         (_sys_siglist): Use SYS_SIGLIST instead.
6177         (_sys_nerr): Use SYS_NERR instead.
6178
6179         * sysdeps/gnu/errlist.c: Rebuilt.
6180
6181 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
6182
6183         * elf/Makefile (others-static): New, set to ldconfig.
6184         ($(objpfx)ldconfig): Removed.
6185
6186         * Rules (binaries-all, binaries-static, binaries-shared): New.
6187         Create targets for $(binaries-static) and $(binaries-shared).
6188
6189         * Makeconfig (+link-static, link-libc-static,
6190         link-extra-libs-static): New for static linking.
6191
6192 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6193
6194         * manual/memory.texi (Using the Memory Debugger): Fix typo.
6195
6196         * math/libm-test.c (modf_test): Add one more test for modf.
6197
6198 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
6199
6200         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6201         Rename from __libc_have_rt_sigs and leave as COMMON data.
6202
6203 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
6204
6205         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
6206         of __finite.
6207
6208 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
6209
6210         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
6211
6212 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
6213
6214         * misc/tst-efgcvt.c: Add yet more tests.
6215         * misc/efgcvt_r.c: And correct for these tests again.
6216         Reported by HJ Lu.
6217
6218         * isomac.c: Move to...
6219         * stdlib/isomac.c: ...here.
6220         * Makefile: Move rules for handling isomac...
6221         * stdlib/Makefile: ...to here.
6222
6223 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6224
6225         * misc/tst-efgcvt.c: Add more tests.
6226         * misc/efgcvt_r.c: Correct result for above new tests.
6227
6228 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
6229
6230         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
6231         NDIGIT <= 0.
6232
6233 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
6234
6235         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
6236         if the programs weren't built.
6237
6238 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
6239
6240         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
6241         FE_TONEAREST, soldier on regardless and do the best we can.
6242         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
6243
6244 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
6245
6246         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
6247         _STDIO_H, before including <bits/stdio_lim.h>.
6248
6249         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
6250
6251         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
6252         exist.
6253
6254         * sysdeps/arm/sys/ucontext.h: New file.
6255
6256 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
6257
6258         * manual/stdio.texi (Formatted Output Functions): Explicitly say
6259         that the return value from snprintf() does not count the
6260         terminating NUL as a character.
6261
6262 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6263
6264         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
6265         add description for sete[ug]id and general cleanup.
6266         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6267
6268 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6269
6270         * Makefile (parent-clean): Don't remove makefile fragments here.
6271         (postclean): New variable.
6272         (clean): Remove makefile fragments here.
6273         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
6274         (generated): Add isomac and isomanc.out.
6275         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
6276         avoid-generated is set.
6277         (postclean-generated): Add soversion.mk.
6278         ($(common-objpfx)version.mk): Don't include if avoid-generated is
6279         set.
6280         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
6281         avoid-generated is set.
6282         (common-generated): Add libc.so and libc.so$(libc.so-version).
6283         (generated): Add versioned libraries.
6284         (common-mostlyclean): Also remove %.so and %_pic.a.
6285         * csu/Makefile (generated): Add abi-tag.h.
6286         * db2/Makefile (extra-objs): Add getlong.o.
6287         * elf/Makefile (generated): Add ld.so, ldd and
6288         $(rtld-installed-name).
6289         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
6290         * malloc/Makefile (generated): Add mtrace.
6291         * po/Makefile: Don't include version.mk, not needed any more.
6292         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
6293         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
6294         syscall.h -> sys/syscall.h.
6295         (common-generated): Add s-proto.d.
6296         (postclean-generated): Add sysd-syscalls.
6297         * localedata/Makefile (test-output): Add all output files.
6298         (generated): Add test-input and test-output.
6299         (generated-dirs): Add all the dirs.
6300
6301 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6302
6303         * Makefile (test-output, generated, generated-dirs): New
6304         variables.
6305
6306 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6307
6308         * resolv/nss_dns/dns-host.c: Various code cleanups.
6309
6310 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
6311
6312         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
6313         From Philip Blundell <pb@nexus.co.uk>.
6314         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
6315
6316 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6317
6318         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
6319         Suggested by debian/sparc porters.
6320
6321 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6322
6323         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
6324         for ecvt and fcvt.
6325
6326 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
6327
6328         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
6329         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
6330
6331         * signal/signal.h: Always define sigset_t if __need_sigset_t is
6332         defined even if __USE_POSIX is not defined.
6333
6334 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6335
6336         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
6337         to support obsolete tty major numbers correctly.
6338
6339 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
6340
6341         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
6342         directory first and ignore install error.
6343
6344         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
6345         128 from ptyno and fix a typo for the BSD style pty.
6346
6347 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6348
6349         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
6350         syscalls.list's.
6351
6352 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6353
6354         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
6355         getresuid and getresgid.
6356
6357         * sysdeps/unix/sysv/linux/getresuid.c: New file.
6358         * sysdeps/unix/sysv/linux/getresgid.c: New file.
6359
6360         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
6361         s_getres[ug]id.
6362
6363         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
6364         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6365         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6366         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
6367
6368 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
6369
6370         * nscd/grpcache.c: Include <stdlib.h>.
6371
6372 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
6373
6374         * stdlib/atoll.c: Fix comments.
6375
6376         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
6377         * sysdeps/posix/ttyname_r.c: Ditto.
6378
6379 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6380
6381         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
6382         __USE_MISC, independent of __USE_UNIX98.
6383
6384 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
6385
6386         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6387         Rename from __libc_have_rt_sigs and leave as COMMON data.
6388
6389 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
6390
6391         * Makeconfig (CFLAGS-.os): Kill -fno-common.
6392         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
6393
6394         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
6395         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
6396         version symbols.
6397         * include/libc-symbols.h (symbol_version, default_symbol_version):
6398         Provide asm versions and correct !DO_VERSIONING versions.
6399         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
6400         the weak symbol list.
6401
6402         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
6403         Rename from __libc_have_rt_sigs and leave as COMMON data.
6404         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6405         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6406         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6407
6408 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6409
6410         * sunrpc/Makefile: Correct dependencies of rpcgen.
6411
6412 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
6413
6414         * nscd/Makefile: Fix test for available linuxthreads add-on.
6415         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6416
6417 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6418
6419         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
6420
6421 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6422
6423         * sysdeps/gnu/Makefile: Respect with-cvs variable.
6424
6425         * manual/errno.texi (Error Messages): Correct description of
6426         strerror_r.  Pointed out by jonas@bagge.se.
6427
6428 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6429
6430         * manual/socket.texi (Host Address Functions): Clarify description
6431         of inet_network.
6432
6433 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6434
6435         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
6436         (grantpt): Delete superfluous cast.
6437
6438 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6439
6440         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
6441         elf/ldso_install instead of elf/subdir_install.
6442         (elf/ldso_install): New target.
6443
6444         * elf/Makefile (ldso_install): New target.
6445
6446 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6447
6448         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
6449         of 1998-01-06.
6450
6451 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6452
6453         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
6454         constant expressions.
6455
6456 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6457
6458         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
6459         for __nss_configure_lookup.
6460         (output_hostent): Remove unused variable.
6461
6462 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6463
6464         * string/tst-inlcall.c: Fix format string.
6465
6466 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6467
6468         * inet/netinet/in.h: Rename second parameter of bindresvport to
6469         avoid buggy gcc warning. [PR libc/412]
6470
6471 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
6472
6473         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
6474         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
6475
6476         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
6477         Follow POSIX and make tv_sec a time_t.
6478         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
6479         new tv64 syscall as well as fall back to tv32.
6480         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6481         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6482         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6483         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6484         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6485         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6486         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6487         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
6488
6489         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
6490         * include/rpcsvc/nis_tags.h: Likewise.
6491         * include/rpcsvc/nislib.h: Likewise.
6492
6493 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
6494
6495         * libc.map: Add _h_errno.
6496         * inet/herrno.c: Make _h_errno weak alias.
6497
6498         * login/Makefile (distribute): Add pty-internal.h.
6499
6500         * nscd/Makefile (distribute): Add all the files missing.
6501
6502         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
6503         are available.
6504
6505         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
6506         and report status at the end.
6507
6508         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
6509
6510         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
6511         variable.
6512         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
6513         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
6514         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
6515
6516 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
6517
6518         * configure.in: Fix --enable-add-ons code.
6519
6520 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6521
6522         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
6523         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
6524         [PR libc/441]
6525
6526         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
6527         occurence in cache.  Reported by Rudolf Leitgeb
6528         <leitgeb@leland.stanford.edu>.
6529         [PR libc/440]
6530
6531 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
6532
6533         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
6534         that it never is EINTR (which is tested for in _IO_vfscanf).
6535
6536         * Makefile.in: Call sub-make with CVSOPTS.
6537
6538         * elf/Makefile (distribute): Add dl-procinfo.h.
6539
6540         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
6541
6542 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
6543
6544         * version.h (VERSION): Bump to 2.0.92.
6545
6546 1998-01-31  Phil Blundell  <philb@gnu.org>
6547
6548         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
6549         alias for __new_sys_siglist.
6550
6551 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
6552
6553         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
6554         getgrgid_r.c if thread package is available.
6555         * pwd/Makefile: Likewise.
6556         * grp/getgrnam_r.c: Remove USE_NSCD definition.
6557         * grp/getgrgid_r.c: Likewise.
6558         * pwd/getpwnam_r.c: Likewise.
6559         * pwd/getpwuid_r.c: Likewise.
6560
6561 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
6562
6563         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
6564         with error to allow user intervention.
6565         * nss/getXXent_r.c: Likewise.
6566
6567 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
6568
6569         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
6570         AT_PLATFORM string.  Pretty print AT_BASE info.
6571
6572         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
6573         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
6574         * sysdeps/generic/dl-procinfo.h: New file.
6575         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
6576
6577 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
6578
6579         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
6580
6581         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
6582         thread and not pthread_detach.
6583
6584         * nscd/nscd.c: Rewrite to use argp instead of getopt.
6585
6586 1998-01-31  Phil Blundell  <philb@gnu.org>
6587
6588         * configure.in: Add --without-cvs option to suppress automatic
6589         checkin of regenerated files.
6590         * config.make.in: Likewise.
6591         * Makefile: Respect with-cvs setting.
6592         * Makerules: Likewise.
6593
6594         * configure.in: Allow the standalone ARM port to be configured.
6595
6596 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6597
6598         * grp/getgrgid_r.c: Define USE_NSCD.
6599         * grp/getgrnam_r.c: Likewise.
6600         * pwd/getpwuid_r.c: Likewise.
6601         * pwd/getpwnam_r.c: Likewise.
6602
6603         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
6604
6605         * nss/getXXbyYY_r.c: Try at first nscd.
6606
6607         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
6608         * nscd/connections.c: New file.
6609         * nscd/dbg_log.c: New file.
6610         * nscd/dbg_log.h: New file.
6611         * nscd/grpcache.c: New file.
6612         * nscd/nscd.c: New file.
6613         * nscd/nscd.h: New file.
6614         * nscd/nscd_conf.c: New file.
6615         * nscd/nscd_stat.c: New file.
6616         * nscd/pwdcache.c: New file.
6617
6618         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
6619         * nscd/nscd_getpw_r.c: Likewise.
6620         * nscd/nscd_proto.h: New, prototypes for client functions.
6621
6622         * nscd/nscd.conf: New, example for a configuration file.
6623         * nscd/nscd.init: New, example for a startup script.
6624
6625         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
6626         avoid deadlocks.
6627         * nscd/getgrnam_r.c: Likewise.
6628         * nscd/getpwnam_r.c: Likewise.
6629         * nscd/getpwuid_r.c: Likewise.
6630
6631 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
6632
6633         * intl/Makefile: Use CVSOPTS in cvs invocation.
6634         * po/Makefile: Likewise.
6635         * posix/Makefile: Likewise.
6636         * stdlib/Makefile: Likewise.
6637
6638 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
6639
6640         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
6641         [PR libc/410]
6642         * misc/Makefile (tests): Add tst-efgcvt.
6643         * misc/tst-efgcvt.c: New file.
6644
6645 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
6646
6647         * posix/regex.c: Add some more cleanups by Akim Demaille.
6648
6649 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
6650
6651         * signal/signal.h: Revert last change.
6652         * string/strsignal.c: Regard signal number NSGI as illegal.
6653         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
6654         members.
6655
6656 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
6657
6658         * Makefile.in: Add comment about CVSOPTS Makefile variable.
6659         * Makerules: Use CVSOPTS in cvs invocation.
6660         * Makefile: Likewise.
6661         * MakeTAGS: Likewise.
6662         * Make-dist: Likewise.
6663
6664 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
6665
6666         * sysdeps/generic/memmem.c: Correct last change.
6667
6668 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
6669
6670         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
6671         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
6672
6673 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6674
6675         * nis/ypclnt.c: Try at first to use the binding file from ypbind
6676         before using RPC.
6677
6678 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6679
6680         * manual/memory.texi (Heap Consistency Checking): mcheck is
6681         declared in <mcheck.h>.
6682         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
6683
6684 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6685
6686         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
6687         beginning of haystack.
6688
6689 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6690
6691         * nss/nss_files/files-service.c: Correct last patch.
6692
6693 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
6694
6695         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
6696         __libc_have_rt_sigs.
6697         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
6698         including <bits/setjmp.h>.
6699         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
6700         Patch from the Debian glibc/SPARC package.
6701
6702 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
6703
6704         * sysdeps/alpha/bzero.S: Fix a typo.
6705         * sysdeps/alpha/htonl.S: Ditto.
6706         * sysdeps/alpha/htons.S: Ditto.
6707
6708 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6709
6710         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
6711
6712 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
6713
6714         * include/cpio.h: Move to ...
6715         * posix/cpio.h: ...here.
6716
6717         * locale/programs/ld-collate.c: Fix typo.
6718
6719         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
6720
6721         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
6722
6723         * login/utmp_file.c (pututline_file): Don't always report success
6724         if similar entry is found.  Patch by Mark M. Kettenis.
6725
6726 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
6727
6728         * manual/Makefile: Don't try to install the info files if makeinfo
6729         is not available.
6730
6731 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
6732
6733         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
6734         kernel's network ioctls, rather than using <linux/sockios.h> to
6735         get them.  This way we are sure of maintaining compatibility if
6736         the kernel interface should change.
6737
6738 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
6739
6740         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
6741
6742 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
6743
6744         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
6745         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6746
6747 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6748
6749         Implement System V pseudoterminal handling.
6750
6751         * login/Makefile
6752         (routines): Add getpt, grantpt, unlockpt, ptsname.
6753         (libutil-routines): Remove pty. Add openpty, forkpty.
6754         (distribute): New internal header pty-internal.h.
6755         (others): Add the helper program, pt_chown.
6756         (install-others): Install it, in $(libexecdir), mode 4755.
6757
6758         * login/pty-internal.h: New file.
6759         * login/openpty.c: New file.
6760         * login/forkpty.c: New file.
6761         * login/programs/pt_chown.c: New file.
6762
6763         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
6764         * stdlib/stdlib.h: Prototype them.
6765
6766         * config.make.in: Define $(libexecdir).
6767         * Makeconfig: Define $(inst_libexecdir).
6768
6769         * sysdeps/generic/pty.c: Removed.
6770         * sysdeps/unix/sysv/linux/pty.c: Removed.
6771
6772         * sysdeps/generic/getpt.c: Stub out.
6773         * sysdeps/generic/grantpt.c: Likewise.
6774         * sysdeps/generic/ptsname.c: Likewise.
6775         * sysdeps/generic/unlockpt.c: Likewise.
6776
6777         * sysdeps/unix/grantpt.c: New file.
6778         * sysdeps/unix/bsd/getpt.c: New file.
6779         * sysdeps/unix/bsd/unlockpt.c: New file.
6780         * sysdeps/unix/sysv/linux/getpt.c: New file.
6781         * sysdeps/unix/sysv/linux/ptsname.c: New file.
6782         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
6783
6784 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
6785
6786         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
6787
6788 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6789
6790         * nss/Makefile (tests): Add rule for test-netdb.c.
6791
6792         * nss/test-netdb.c: New file.
6793
6794 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
6795
6796         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
6797         really kept as a variable.  Patch by Richard Henderson,
6798         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
6799
6800         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
6801         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
6802         entries as not existing.
6803
6804 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6805
6806         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
6807         zero in alternate form with precision of zero, which must produce
6808         "0".  Add braces to avoid ambiguous `else'.
6809
6810 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6811
6812         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
6813         problem with strncpy.
6814         * nis/nss_compat/compat-pwd.c: Likewise.
6815         * nis/nss_compat/comapt-spwd.c: Likewise.
6816
6817 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6818
6819         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
6820         by uch@nop.or.jp. [PR libc/437]
6821
6822 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6823
6824         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
6825
6826 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6827
6828         * stdio-common/test-popen.c: Include <errno.h>.
6829
6830         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
6831         close.
6832
6833         * inet/getnetgrent_r.c: Include <errno.h>.
6834
6835         * db2/db/db_conv.c: Include <string.h> for memcpy.
6836
6837         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
6838         so that memcpy is declared.
6839
6840         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
6841
6842         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
6843
6844 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6845
6846         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
6847         overflow while reading line with fgets.
6848         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
6849
6850 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
6851
6852         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
6853         unsigned short, not short.
6854         Reported by Andreas Jaeger.
6855
6856 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6857
6858         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
6859         (ccept->accept).
6860
6861         * sysdeps/generic/inttypes.h: Fix spelling.
6862
6863 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6864
6865         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
6866
6867         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
6868
6869 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
6870
6871         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
6872         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
6873         field for hh modifier.
6874         * stdio-common/vfprint.c: Use is_char field and do not depend in
6875         is_short having the value 2.
6876         Bug reported by Andreas Jaeger.
6877
6878 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6879
6880         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
6881         PIC && DO_VERSIONING.
6882
6883 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6884
6885         * Rules: Add rules for $(common-objpfx)dummy$o.
6886
6887 1998-01-26  Richard Henderson  <rth@cygnus.com>
6888
6889         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
6890         unimplemented OSF/1 definitions so that they are not accidentally seen.
6891
6892         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
6893         of the trampoline function into the macro.
6894         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
6895         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
6896         kernel 2.1.82 has this fixed.
6897
6898         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
6899         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
6900
6901 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
6902
6903         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
6904         support sigaction on kernels > 2.1.7x.
6905
6906 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
6907
6908         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
6909         if it is empty.
6910
6911         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
6912         Patch by David Engel <david@sw.ods.com>.
6913
6914         * configure.in: Fix another typo in --enable-add-ons code.
6915
6916 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
6917
6918         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
6919
6920 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6921
6922         * nss/nss_files/files-network.c: Correct order of parameters for
6923         getnetbyaddr.
6924
6925 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
6926
6927         * db2/Makefile (routines): Add os_alloc.
6928         * db2/db.h: Update from db-2.3.16.
6929         * db2/db_185.h: Likewise.
6930         * db2/db_int.h: Likewise.
6931         * db2/btree/bt_close.c: Likewise.
6932         * db2/btree/bt_cursor.c: Likewise.
6933         * db2/btree/bt_delete.c: Likewise.
6934         * db2/btree/bt_open.c: Likewise.
6935         * db2/btree/bt_page.c: Likewise.
6936         * db2/btree/bt_put.c: Likewise.
6937         * db2/btree/bt_rec.c: Likewise.
6938         * db2/btree/bt_recno.c: Likewise.
6939         * db2/btree/btree_auto.c: Likewise.
6940         * db2/common/db_appinit.c: Likewise.
6941         * db2/common/db_apprec.c: Likewise.
6942         * db2/common/db_err.c: Likewise.
6943         * db2/common/db_region.c: Likewise.
6944         * db2/common/db_shash.c: Likewise.
6945         * db2/db/db.c: Likewise.
6946         * db2/db/db_auto.c: Likewise.
6947         * db2/db/db_conv.c: Likewise.
6948         * db2/db/db_dispatch.c: Likewise.
6949         * db2/db/db_dup.c: Likewise.
6950         * db2/db/db_pr.c: Likewise.
6951         * db2/db/db_rec.c: Likewise.
6952         * db2/db185/db185.c: Likewise.
6953         * db2/dbm/dbm.c: Likewise.
6954         * db2/hash/hash.c: Likewise.
6955         * db2/hash/hash_auto.c: Likewise.
6956         * db2/hash/hash_dup.c: Likewise.
6957         * db2/hash/hash_page.c: Likewise.
6958         * db2/hash/hash_rec.c: Likewise.
6959         * db2/include/btree_ext.h: Likewise.
6960         * db2/include/clib_ext.h: Likewise.
6961         * db2/include/common_ext.h: Likewise.
6962         * db2/include/db.h.src: Likewise.
6963         * db2/include/db_185.h.src: Likewise.
6964         * db2/include/db_am.h: Likewise.
6965         * db2/include/db_ext.h: Likewise.
6966         * db2/include/db_int.h.src: Likewise.
6967         * db2/include/hash_ext.h: Likewise.
6968         * db2/include/lock_ext.h: Likewise.
6969         * db2/include/log.h: Likewise.
6970         * db2/include/log_auto.h: Likewise.
6971         * db2/include/log_ext.h: Likewise.
6972         * db2/include/mp.h: Likewise.
6973         * db2/include/mp_ext.h: Likewise.
6974         * db2/include/mutex_ext.h: Likewise.
6975         * db2/include/os_ext.h: Likewise.
6976         * db2/include/os_func.h: Likewise.
6977         * db2/include/txn_ext.h: Likewise.
6978         * db2/lock/lock.c: Likewise.
6979         * db2/lock/lock_util.c: Likewise.
6980         * db2/log/log.c: Likewise.
6981         * db2/log/log.src: Likewise.
6982         * db2/log/log_archive.c: Likewise.
6983         * db2/log/log_auto.c: Likewise.
6984         * db2/log/log_get.c: Likewise.
6985         * db2/log/log_put.c: Likewise.
6986         * db2/log/log_rec.c: Likewise.
6987         * db2/log/log_register.c: Likewise.
6988         * db2/mp/mp_bh.c: Likewise.
6989         * db2/mp/mp_fget.c: Likewise.
6990         * db2/mp/mp_fopen.c: Likewise.
6991         * db2/mp/mp_fput.c: Likewise.
6992         * db2/mp/mp_pr.c: Likewise.
6993         * db2/mp/mp_sync.c: Likewise.
6994         * db2/mutex/mutex.c: Likewise.
6995         * db2/os/os_alloc.c: Likewise.
6996         * db2/os/os_config.c: Likewise.
6997         * db2/os/os_stat.c: Likewise.
6998         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
6999         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
7000         * db2/progs/db_load/db_load.c: Likewise.
7001         * db2/progs/db_printlog/db_printlog.c: Likewise.
7002         * db2/progs/db_recover/db_recover.c: Likewise.
7003         * db2/progs/db_stat/db_stat.c: Likewise.
7004         * db2/txn/txn.c: Likewise.
7005
7006         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
7007         Unmap memory blocks in reverse order of allocation.
7008         Call munmap with load address added to offset.
7009         Bug reported by Miguel de Icaza.
7010
7011         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
7012         up weight array.
7013
7014         * localedata/locales/cs_CZ: Update by Michael Mraka
7015         <michael@informatics.muni.cz>.
7016
7017         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
7018         __USE_BSD.
7019
7020         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
7021         reading line with fgets.
7022         * nis/nss_compat/compat-pwd.c: Likewise.
7023         * nis/nss_compat/compat-spwd.c: Likewise.
7024         * nss/nss_files/files-XXX.c: Likewise.
7025         * nss/nss_files/files-alias.c: Likewise.
7026         * shadow/fgetspent_r.c: Likewise.
7027
7028         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
7029
7030         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
7031         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7032         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
7033
7034         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
7035         FP register content in ucontext_t.
7036
7037 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7038
7039         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
7040         calculation.  Patch by Markus Schoder
7041         <Markus.Schoder@dresdner-bank.de>.
7042
7043         * math/libm-test.c (modf_test): Add more tests for modf.
7044
7045         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
7046         munlock according to Unix98.
7047
7048 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7049
7050         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
7051         AF_INET.
7052
7053 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
7054
7055         * sysdeps/posix/ttyname.c: Handle symbolic links.
7056         * sysdeps/posix/ttyname_r.c: Ditto.
7057
7058 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
7059
7060         * db2/makedb.c (process_input): Write terminating \0 for value.
7061         (print_database): Simply print value string, don't use length.
7062
7063 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7064
7065         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
7066         exit of loop.
7067
7068 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7069
7070         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
7071         close all sockets.
7072
7073 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
7074
7075         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
7076         sigset.
7077         * signal/sighold.c: New file.
7078         * signal/sigrelse.c: New file.
7079         * sysdeps/generic/sigignore.c: New file.
7080         * sysdeps/generic/sigset.c: New file.
7081         * sysdeps/posix/sigignore.c: New file.
7082         * sysdeps/posix/sigset.c: New file.
7083         * signal/signal.h: Add prototypes for new functions.
7084
7085         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
7086         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
7087         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
7088         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
7089
7090 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
7091
7092         * posix/wordexp.c: Added IFS field-splitting in parameter and
7093         command substitution.  Fixed an IFS-related bug that caused an
7094         infinite loop.
7095
7096 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
7097
7098         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
7099         and swapcontext.
7100         * stdlib/ucontext.h: Correct prototypes.
7101         * sysdeps/generic/getcontext.c: New file.
7102         * sysdeps/generic/setcontext.c: New file.
7103         * sysdeps/generic/makecontext.c: New file.
7104         * sysdeps/generic/swapcontext.c: New file.
7105         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
7106
7107 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
7108
7109         * resource/sys/resource.h: Remove #include of ulimit.h which is
7110         not allowed by SUSv2 and not available on other systems.
7111         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
7112
7113         * streams/Makefile: New file.
7114         * streams/stropts.h: New file.
7115         * sysdeps/generic/bits/stropts.h: New file.
7116         * sysdeps/generic/isastream.c: New file.
7117         * sysdeps/generic/getmsg.c: New file.
7118         * sysdeps/generic/getpmsg.c: New file.
7119         * sysdeps/generic/putmsg.c: New file.
7120         * sysdeps/generic/putpmsg.c: New file.
7121         * sysdeps/generic/fattach.c: New file.
7122         * sysdeps/generic/fdetach.c: New file.
7123         * sysdeps/unix/inet/Subdirs: Add streams.
7124         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
7125         __t_uscalar_t.
7126         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7127         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7128         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
7129         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7130
7131         * sysdeps/mach/_strerror.c: Follow changes of generic version to
7132         handle small buffers correctly.
7133
7134 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
7135
7136         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7137         Remove the 3rd arg and add declaration for _dl_runtime_resolve
7138         and _dl_runtime_profile.
7139
7140 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
7141
7142         * include/cpio.h: New file.  Mainly copied from GNU cpio.
7143         * posix/Makefile (headers): Add cpio.h.
7144
7145 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7146
7147         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
7148         to routines.
7149         * nis/nis_cache.c: New file.
7150         * nis/nis_cache2.h: New file.
7151         * nis/nis_cache2_xdr.c: New file.
7152         * nis/nis_call.c: Changes for cache2_info parameter.
7153         * nis/nis_checkpoint.c: Likewise.
7154         * nis/nis_intern.h: Likewise.
7155         * nis/nis_mkdir.c: Likewise.
7156         * nis/nis_ping.c: Likewise.
7157         * nis/nis_rmdir.c: Likewise.
7158         * nis/nis_server.c: Likewise.
7159         * nis/nis_util.c: Likewise.
7160
7161 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7162
7163         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
7164         return/errnop codes.
7165         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7166         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7167         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7168         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7169         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7170         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7171         * nis/nss_nisplus/nisplus-rpc.c: Likewise
7172         * nis/nss_nisplus/nisplus-service.c: Likewise.
7173         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7174
7175 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7176
7177         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
7178         * nis/nss_nis/nis-ethers.c: Likewise.
7179         * nis/nss_nis/nis-grp.c: Likewise.
7180         * nis/nss_nis/nis-hosts.c: Likewise.
7181         * nis/nss_nis/nis-network.c: Likewise.
7182         * nis/nss_nis/nis-proto.c: Likewise.
7183         * nis/nss_nis/nis-hosts.c: Likewise.
7184         * nis/nss_nis/nis-network.c: Likewise.
7185         * nis/nss_nis/nis-proto.c: Likewise.
7186         * nis/nss_nis/nis-publickey.c: Likewise.
7187         * nis/nss_nis/nis-pwd.c: Likewise.
7188         * nis/nss_nis/nis-rpc.c: Likewise.
7189         * nis/nss_nis/nis-service.c: Likewise.
7190         * nis/nss_nis/nis-spwd.c: Likewise.
7191
7192 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
7193
7194         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
7195         Added to follow latest kernel development.
7196
7197 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
7198
7199         * nss/db-Makefile: Handle empty and comment lines better.
7200         ($(VAR_DB)/services.db): Generate entries with missing protocol
7201         value.
7202
7203 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7204
7205         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
7206           NULL.
7207           (getservbyname): Allow proto == NULL.
7208           Pointed out by David N. Welton <davidw@gate.cks.com>.
7209           [PR libc/430].
7210
7211 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
7212
7213         * nis/nislib/nislib.h: Finally removed.
7214
7215         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
7216         C compiler.  From Kaveh Ghazi.
7217         (TYPE_MINIMUM): Define.
7218         (TYPE_MAXIMUM): Define.
7219         (TIME_T_MIN): Use TYPE_MINIMUM.
7220         (TIME_T_MAX): Use TYPE_MAXIMUM.
7221         Patch by Jim Meyering <meyering@ascend.com>.
7222
7223 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
7224
7225         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
7226         __pread64, __pwrite64, and __getpid.
7227
7228         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
7229         versions.
7230
7231 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7232
7233         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
7234         cancelable socket functions as __libc_xxx with __xxx as weak
7235         alias.
7236         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7237         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7238
7239         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
7240         redefined.
7241         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7242         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
7243         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
7244         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
7245
7246         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
7247         and __xxx a weak alias.
7248         * sysdeps/unix/sysv/linux/connect.S: Likewise.
7249         * sysdeps/unix/sysv/linux/recv.S: Likewise.
7250         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
7251         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
7252         * sysdeps/unix/sysv/linux/send.S: Likewise.
7253         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
7254         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
7255
7256 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7257
7258         * locale/langinfo.h: Add defines.
7259
7260         * dirent/dirent.h: Add defines for DT_*, check also for
7261         _DIRENT_HAVE_D_TYPE.
7262         Suggested by Roland McGrath.
7263
7264 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7265
7266         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
7267         Update from Linux 2.1.73+79.
7268
7269         * README.template: Update information about possible
7270         configurations.
7271
7272         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
7273         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7274         [PR libc/417].
7275
7276         * manual/time.texi (Priority): Correct description of
7277         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7278         [PR libc/416].
7279
7280 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
7281
7282         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
7283         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
7284
7285 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
7286
7287         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
7288         Andreas Jaeger.
7289
7290 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
7291
7292         * locale/programs/ld-collate.c: Little optimizations.
7293
7294         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
7295
7296         * string/Makefile (tests): Add tst-inlcall.
7297         * string/tst-inlcall.c: New file.
7298
7299         * string/strsignal.c: Add support for real-time signals.
7300
7301         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
7302         presense of small buffer.
7303
7304         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
7305
7306         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
7307         for i686.
7308
7309         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
7310         _NSIG + 1.
7311
7312 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
7313
7314         * Rules: Add explicit rule for dummy.o; at least one library needs
7315           it and it isn't autogenerated by the default rules.
7316
7317 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7318
7319         * math/libm-test.c: Tweak epsilons.
7320
7321 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7322
7323         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
7324         child.
7325         (feenv_mask_test): Likewise.
7326
7327 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7328
7329         * Makeconfig: Don't export CPPFLAGS.
7330
7331 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7332
7333         * sunrpc/rpc_main.c (parseargs): Use perror to print error
7334         message.
7335
7336 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7337
7338         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
7339         terminating null in key size.
7340
7341 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7342
7343         * nss/nss_files/files-service.c: Fix allocation size to include
7344         length of PROTO.
7345
7346         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
7347         applicable.  Fix return value and error checking.
7348         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
7349         unparsable lines.
7350         (DB_LOOKUP): Allocate space for terminating null byte.
7351
7352         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
7353         uids specially.
7354
7355         * db2/makedb.c (process_input): Continue processing if a duplicate
7356         key is encountered.
7357
7358 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
7359
7360         * time/tzfile.h: Updated from tzcode1998b.
7361         * time/zdump.c: Likewise.
7362         * time/zic.c: Likewise.
7363         * time/africa: Update from tzdata1998b.
7364         * time/antarctica: Likewise.
7365         * time/asia: Likewise.
7366         * time/australasia: Likewise.
7367         * time/etcetera: Likewise.
7368         * time/europe: Likewise.
7369         * time/leapseconds: Likewise.
7370         * time/northamerica: Likewise.
7371         * time/southamerica: Likewise.
7372
7373 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7374
7375         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
7376         lookups ignoring case.
7377         * nss/nss_files/files-network.c: Do network lookups ignoring
7378         case.
7379         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
7380         case.
7381         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
7382         case insensitive comparing.
7383         Patches by Cristian Gafton <gafton@redhat.com>.
7384
7385 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7386
7387         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
7388         by Roland McGrath. [PR libc/395]
7389
7390 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7391
7392         * manual/arith.texi (Parsing of Integers): Correct description of
7393         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
7394         [PR libc/396]
7395
7396 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
7397
7398         * misc/lsearch.c (lsearch): Return a pointer to the new element
7399         if one was "allocated".
7400
7401 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7402
7403         * string/strsignal.c: NSIG is not a valid index into
7404         _sys_siglist.  Don't zap the last character of the "Unknown
7405         signal" message.
7406
7407 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
7408
7409         * locale/programs/charmap.c (parse_charmap): Correct parsing of
7410         ellipsis expressions.
7411
7412         * locale/programs/charset.c (insert_char): Correctly insert value
7413         of eliipsis expression.
7414
7415 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
7416
7417         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
7418         <bits/setjmp.h>.
7419         * sysdeps/powerpc/setjmp.S: Likewise.
7420         Patches by Matt McLean <keys@keys.got.net>.
7421
7422         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
7423
7424         * Makefile: Undo last patch.
7425         (distribute): Add test-installation.pl.
7426
7427         * configure.in: Correct handling of --enable-add-ons without parameter.
7428         Correct address of WWW pages.
7429
7430         * libc.map: Add _nl_domain_bindings.
7431
7432         * db2/mutex/tsl_parisc.s: New file.
7433
7434         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
7435         and extra-module.mk.
7436
7437         * localedata/Makefile (distribute): New.  Add all the files.
7438
7439         * stdlib/Makefile (headers): Add inttypes.h.
7440         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
7441         * sysdeps/generic/inttypes.h: New file.
7442         * sysdeps/generic/strtoimax.c: New file.
7443         * sysdeps/generic/strtoumax.c: New file.
7444         * sysdeps/generic/wcstoimax.c: New file.
7445         * sysdeps/generic/wcstoumax.c: New file.
7446         * sysdeps/wordsize-32/Dist: Removed.
7447         * sysdeps/wordsize-32/Makefile: Removed.
7448         * sysdeps/wordsize-64/Dist: Removed.
7449         * sysdeps/wordsize-64/Makefile: Removed.
7450         * sysdeps/generic/bits/environments.h: New file.
7451
7452         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
7453         header is still not correct.
7454
7455         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
7456         * posix/unistd.h: Likewise.
7457         * sysdeps/generic/sys/mman.h: Likewise.
7458         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
7459
7460         * manual/arith.texi: Change definition of mul macro.
7461         * manual/math.texi: Likewise.
7462
7463         * misc/Makefile (routines): Add mmap64.
7464         * sysdeps/generic/mmap64.c: New file.
7465         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
7466         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
7467         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
7468         aliases to mmap.
7469         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7470
7471         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
7472
7473         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
7474
7475         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
7476
7477         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
7478         FOPEN_MAX also when included by limits.h.
7479         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7480
7481         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
7482         and netrom/netrom.h.
7483         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
7484         oldsiglist to sysdep_routines, not aux.
7485         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
7486
7487         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
7488         and SOL_NETROM definition.
7489
7490         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
7491
7492         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
7493         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
7494
7495 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
7496
7497         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
7498
7499         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
7500         sa_handler with k_sa_handler.
7501         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
7502         strong alias.
7503         Reported by a sun.
7504
7505         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
7506         __libc_have_rt_sigs here.
7507         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
7508         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7509         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
7510         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7511
7512 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
7513
7514         * sysdeps/powerpc/atomicity.h: New file.
7515         * sysdeps/mach/powerpc/machine-lock.h: New file.
7516
7517         * Rules: Use -fpic to build anything that might end up in a users'
7518         shared library.
7519
7520         * sysdeps/powerpc/s_fdim.c: New file.
7521         * sysdeps/powerpc/s_fdimf.c: New file.
7522         * sysdeps/powerpc/s_fmax.S: New file.
7523         * sysdeps/powerpc/s_fmaxf.S: New file.
7524         * sysdeps/powerpc/s_fmin.S: New file.
7525         * sysdeps/powerpc/s_fminf.S: New file.
7526         * sysdeps/powerpc/s_llrint.c: Now is for double.
7527         * sysdeps/powerpc/s_llrintf.c: New file.
7528         * sysdeps/powerpc/s_llround.c: Now is for double.
7529         * sysdeps/powerpc/s_llroundf.c: New file.
7530         * sysdeps/powerpc/s_lrint.c: Now is for double.
7531         * sysdeps/powerpc/s_lrintf.S: New file.
7532         * sysdeps/powerpc/s_lround.c: Now is for double.
7533         * sysdeps/powerpc/s_lroundf.c: New file.
7534         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
7535         lrintf, fdim, fdimf.
7536
7537         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
7538         file directly, use its parent.
7539
7540         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
7541         (for the third time).
7542
7543 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
7544
7545         * posix/sched.h: timespec is in <time.h>.
7546
7547         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
7548
7549 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
7550
7551         * configure.in: Stop with error if --disable-static is used when
7552         the shared lib uses this library.
7553
7554         * gen-FAQ.pl: I've perl installed in /usr/bin.
7555
7556         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
7557
7558         Fix Unix98 conformance problems in the headers.
7559         * catgets/nl_types.h: Define nl_item.
7560         * grp/grp.h: Define gid_t.
7561         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
7562         * include/nl_types.h: New file.
7563         * include/ulimit.h: New file.
7564         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
7565         constants in POSIX mode.
7566         * io/utime.h: Get definition for time_t.
7567         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
7568         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
7569         * libio/stdio.h: Define va_list.  Make snprintf also available is
7570         __USE_UNIX98.  Declare getopt function and variables.
7571         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
7572         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
7573         * math/math.h: Defined M_* constants as double for Unix98 mode.
7574         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
7575         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
7576         * posix/regex.h: Define REG_NOSYS.
7577         * posix/wordexp.h: Define WRDE_NOSYS.
7578         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
7579         500 for Unix98.
7580         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
7581         somewhere else as well.  Define clock_t for Unix98.
7582         * posix/sys/wait.h: Define pid_t.
7583         * pwd/pwd.h: Define gid_t, uid_t.
7584         * resource/Makefile (headers): Add ulimit.h.
7585         * resource/ulimit.h: New file.
7586         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
7587         instead of second argument.
7588         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
7589         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
7590         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
7591         * signal/signal.h: Define pid_t.
7592         * string/string.h: Don't declare BSD string functions in POSIX mode.
7593         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
7594         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
7595         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
7596         and POSIX.
7597
7598         * inet/test_ifindex.c: Change test so that it does not fail for
7599         interface aliases.
7600
7601         * locale/programs/locale.c (show_info): Use correct cast sequence
7602         for 64bit machines.
7603
7604         * malloc/malloc.c: __malloc_initialized now signals three states:
7605         uninitialized, initializing, initialized.  Used in mcheck.
7606         * malloc/mcheck.c (mabort): Add '\n' to messages.
7607         (mcheck): Allow installation when malloc is uninitialized or is
7608         just initializing.
7609
7610         * manual/memory.texi: Explain mtrace output a bit more.
7611
7612         * math/libm-test.c: Add more epsilons.
7613
7614         * misc/regexp.h (compile): Remove __ prefix from parameter names.
7615
7616         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
7617         instead of strcpy for security.
7618         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
7619         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
7620         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
7621
7622         * nss/digits_dots.c: Pretty print.
7623
7624         * posix/getconf.c (vars): Add symbols for programming environment
7625         recognition.  Recognize --version.
7626
7627         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
7628         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
7629         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
7630
7631         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
7632         __need_FOPEN_MAX.
7633         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7634         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
7635         __need_FOPEN_MAX.
7636
7637         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
7638         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
7639
7640         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
7641         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7642         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7643         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
7644         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7645         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
7646
7647         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
7648         SCNu*.
7649         * sysdeps/wordsize-64/inttypes.h: Likewise.
7650
7651         * time/africa: Update from tzdata1997j.
7652         * time/antarctica: Likewise.
7653         * time/asia: Likewise.
7654         * time/australasia: Likewise.
7655         * time/backward: Likewise.
7656         * time/etcetera: Likewise.
7657         * time/europe: Likewise.
7658         * time/factory: Likewise.
7659         * time/northamerica: Likewise.
7660         * time/pacificnew: Likewise.
7661         * time/southamerica: Likewise.
7662
7663         * time/tzfile.h: Update from tzcode1997h.
7664         * time/zic.c: Likewise.
7665
7666         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
7667         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
7668         isw*() functions for Unix98.
7669         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
7670         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
7671         is defined.
7672
7673 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7674
7675         * locale/duplocale.c: Increase usage_count only if less than
7676         MAX_USAGE_COUNT.
7677         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
7678         MAX_USAGE_COUNT.
7679         * locale/setlocale.c: Likewise.
7680
7681 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7682
7683         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
7684         dependency to make it easier to install it selectively.
7685
7686         * Makerules (.SUFFIXES): Don't define any suffixes.
7687
7688 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7689
7690         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
7691         * sysdeps/generic/statfs64.c: Emulate using statfs.
7692         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
7693         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
7694         * sysdpes/generic/ftruncate64.c: New file.
7695         * sysdpes/generic/truncate64.c: New file.
7696
7697         * sysdeps/generic/bits/stat.h: Add LFS support.
7698         * sysdeps/generic/bits/statfs.h: Likewise.
7699
7700         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
7701         [__USE_FILE_OFFSET64]: Make long long constant.
7702         (RLIM64_INFINITY): Likewise.
7703
7704         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
7705         for LFS support.
7706         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
7707         * sysdeps/generic/bits/resource.h: Likewise.
7708
7709         * misc/Makefile (routines): Add truncate64 and ftruncate64.
7710
7711         * include/features.h: Don't prevent LFS support from defining BSD
7712         and SYSV things.
7713
7714         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
7715         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
7716         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
7717
7718         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
7719         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
7720         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7721
7722         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
7723         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
7724         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
7725         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
7726         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
7727         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
7728         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
7729         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
7730         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
7731         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
7732         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
7733         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
7734         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
7735         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
7736         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
7737         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
7738         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
7739         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
7740         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
7741         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
7742
7743         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
7744         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
7745         * sysdeps/unix/sysv/linux/xstat64.c: New file.
7746         * sysdeps/unix/sysv/linux/readdir64.c: New file.
7747         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
7748
7749         * sysdeps/unix/sysv/linux/getdents64.c: New file.
7750         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
7751         [$(subdir)=dirent]: Add getdents64.
7752         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
7753
7754         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
7755
7756 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
7757
7758         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
7759
7760         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
7761         * sysdeps/generic/getrlimit64.c: Likewise.
7762         * sysdeps/generic/setrlimit.c: Likewise.
7763         * sysdeps/generic/setrlimit64.c: Likewise.
7764
7765 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
7766
7767         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
7768         using versioning.
7769
7770         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
7771
7772         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
7773
7774 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7775
7776         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
7777         after the codeset name.
7778
7779 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7780
7781         * libc.map: Add get_kernel_syms.
7782
7783 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7784
7785         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
7786         static.
7787         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
7788         Likewise.  Fix condition.
7789
7790 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7791
7792         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
7793
7794 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7795
7796         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
7797         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
7798
7799 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7800
7801         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
7802         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
7803         instead.  Oops.
7804
7805 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7806
7807         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
7808
7809 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7810
7811         * math/libm-test.c (catanh_test): Change epsilon.
7812         Reported by H.J. Lu.
7813
7814 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
7815
7816         * libc.map (__getpid): Added for linuxthreads.
7817
7818 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
7819
7820         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
7821         it if gcc uses static variable in DWARF2 unwind information
7822         for exception support.
7823
7824         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
7825
7826         * elf/soinit.c (__libc_global_ctors, _fini): Handle
7827         HAVE_DWARF2_UNWIND_INFO_STATIC.
7828
7829         * libc.map (__register_frame*, __deregister_frame*): Make them
7830         global.
7831
7832 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7833
7834         * math/libm-test.c: Add more tests for "normal" values.
7835
7836 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7837
7838         * stdio-common/printf_fphex.c: Fix printing of long double number
7839         with a biased exponent of zero.  Fix rounding.
7840
7841 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7842
7843         * sunrpc/rpc_main.c: Accept new flag -$.
7844         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
7845
7846 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7847
7848         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
7849         dynamic linker first, in case the interface has changed.
7850
7851 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7852
7853         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
7854         order.
7855
7856 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7857
7858         * math/tgmath.h: Check for double first, for architectures where
7859         sizeof (long double) == sizeof (double).
7860
7861 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7862
7863         * math/libm-test.c: New tests for "normal" values added for most
7864         functions.
7865
7866 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
7867
7868         * version.h (VERSION): Bump to 2.0.91.
7869
7870         * db2/makedb.c (process_input): Fix typo in message.
7871         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
7872
7873         * elf/dynamic-link.h: Pretty print.
7874
7875         * elf/rtld.c: Allow multiple preloading of a shared object.
7876
7877         * include/limits.h: Prevent multiple inclusion.
7878
7879         * malloc/Makefile (headers): Add mcheck.h.
7880         (distribute): Remove it here.
7881         * malloc/mcheck.h: Pretty print.
7882         * malloc/mtrace.c (mallenv): Make `const'.
7883         * malloc/mtrace.pl: Don't print table head for memory leaks if there
7884         are none.
7885         * manual/memory.texi: Update descriptor of malloc hooks.
7886
7887         * posix/Makefile (routines): Add waitid.
7888         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
7889         on __id_t.
7890         * posix/sys/wait.h: Define idtype_t type.
7891         Add prototype for waitid.
7892         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
7893         * sysdeps/generic/waitid.c: Stub for waitid.
7894         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
7895         the __need_siginfo_t defined.
7896         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
7897         * sysdeps/generic/bits/types.h: Define __id_t.
7898         Correct definition of __FDMASK.
7899         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7900         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7901         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7902
7903         * sysdeps/posix/waitid.c: New file.
7904         Provided by Zack Weinberg.
7905
7906         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
7907
7908         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7909         Add missing parameters.
7910
7911         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
7912         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
7913         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
7914         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
7915         initialized.
7916
7917         * sysdeps/i386/dl-machine.h: Little cleanup.
7918
7919         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
7920         (__finite): Mark function as const.
7921         Add inline code for __ieee754_atan2.
7922
7923         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
7924         (but don't use it now).
7925         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
7926         __atan.
7927         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
7928         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7929         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
7930         real part.
7931         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
7932         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7933         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
7934         __ieee754_atan2 to base 10.
7935         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
7936         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7937
7938         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
7939         old_kernel_sigaction.
7940
7941         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
7942
7943         * wctype/Makefile (routines): Add wctype_l.
7944         * wctype/wctype.h: Add declaration of __wctype_l.
7945         * wctype/wctype_l.c: New file.
7946
7947 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
7948
7949         * locale/C-ctype.c: Correct data for isw* functions.
7950         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
7951         byte order.
7952         * wctype/test_wctype.c: Add test for isw* functions.
7953         * wctype/wctype.c: Return value with expected byte order.
7954
7955 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7956
7957         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
7958
7959 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
7960
7961         * iconvdata/Makefile: Fix a typo.
7962
7963         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
7964         oldsiglist for shared library.
7965
7966         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
7967         sys_sigabbrev): Make them as the default version GLIBC_2.1.
7968
7969         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
7970         sys_siglist, sys_sigabbrev): New file. Make them as the old
7971         version GLIBC_2.0.
7972
7973         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
7974         to GLIBC_2.1.
7975
7976 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
7977
7978         * libio/iofgets.c (_IO_fgets): Return an error only if there
7979         is a new error.
7980         * libio/iogets.c (_IO_gets): Ditto.
7981
7982 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
7983
7984         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
7985
7986         * libio/Makefile (routines, shared-only-routines): Add
7987         oldiofdopen.
7988
7989         * libio/fileops.c: Don't use _IO_FILE_complete.
7990         * libio/iofdopen.c: Ditto.
7991         * libio/iofopen.c: Ditto.
7992         * libio/iofopen64.c: Ditto.
7993         * libio/iopopen.c: Ditto.
7994         * libio/iovdprintf.c: Ditto.
7995
7996         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
7997
7998         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
7999         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
8000
8001         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
8002         _IO_old_fdopen, _IO_new_fdopen): New declaration.
8003
8004         * libio/libio.h (_IO_FILE): Add more fields.
8005         (_IO_FILE_complete): Defined and make _IO_FILE be the old
8006         one if _IO_USE_OLD_IO_FILE is defined
8007         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
8008         them _IO_FILE_complete.
8009
8010         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
8011         to adjust vtable.
8012         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
8013         _IO_JUMPS.
8014         (_IO_FILE_complete): Commented out.
8015
8016         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
8017         * libio/oldiofclose.c: Ditto.
8018         * libio/oldiofopen.c: Ditto.
8019         * libio/oldstdfiles.c: Ditto.
8020
8021         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
8022         for the old _IO_FILE.
8023
8024         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
8025         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
8026         and stderr.
8027
8028         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
8029         and remove INAME.
8030
8031         * libio/stdio.c (stdin, stdout, stdin): Don't use
8032         _IO_FILE_complete.
8033
8034         * libio/oldiofdopen.c: New.
8035
8036         * stdio-common/vfprintf.c (buffered_vfprintf): Set
8037         hp->_vtable_offset to 0.
8038
8039 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
8040
8041         * libc.map (_IO_file_open): Added.
8042
8043         * libio/libioP.h (_IO_file_open): Declared.
8044
8045         * libio/fileops.c (_IO_file_open): New.
8046         (_IO_file_fopen): Call _IO_file_open ().
8047
8048         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
8049         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8050
8051 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8052
8053         * signal/signal.h: Fix selection of signal semantics to match
8054         comment.
8055
8056 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8057
8058         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
8059         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
8060         rt_sigreturn.
8061         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8062         [$(subdir)=signal]: Remove rt_sigreturn.
8063         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
8064         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
8065         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
8066
8067 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8068
8069         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
8070         declarations.
8071
8072 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8073
8074         * iconvdata/extra-module.mk: Expand extra-objs now.
8075
8076 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8077
8078         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
8079         inline functions by feature tests to avoid warning about missing
8080         prototype declarations.
8081
8082 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8083
8084         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
8085         return code for non existent +name entries.
8086         * nis/nss_compat/compat-pwd.c: Likewise.
8087         * nis/nss_compat/compat-spwd.c: Likewise.
8088
8089 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
8090
8091         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
8092         (EIO): Likewise.
8093         (ENOSPC): Likewise.
8094         (EEXIST): Likewise.
8095         (__errno_location): Likewise.
8096
8097         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
8098
8099         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
8100
8101 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8102
8103         * sunrpc/publickey.c: Use new NSS interface.
8104
8105 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
8106
8107         * manual/malloc.texi: Document mtrace/muntrace and the concept.
8108
8109 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8110
8111         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
8112         value, to match spirit of the standard.
8113         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
8114         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
8115         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
8116
8117 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8118
8119         * manual/signal.texi (Signal Stack): Remove spurious @item.
8120
8121 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8122
8123         * rt/aio.h: Remove double semicolon.
8124
8125         * rt/librt.map: Add aio_init.
8126
8127 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
8128
8129         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
8130         * Makefile (subdirs): Replace rt by $(rt).
8131
8132         * shlib-versions: Use version .2 for NSS modules.
8133
8134         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
8135         argument.
8136         * pwd/fgetpwent_r.c: Likewise.
8137         * spwd/fgetspent_r.c: Likewise.
8138         * spwd/sgetspent_r.c: Likewise.
8139         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
8140         Store error number in *ERRNOP.  Little optimization.
8141         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
8142         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
8143         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
8144         (__internal_getnetgrent_r): New argument.
8145         Call __internal_setnetgrent_reuse with new argument.
8146         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
8147         * inet/netgroup.h: Add argument to prototypes.
8148         * nis/nisplus-parser.h: Likewise.
8149         * nis/nss_compat/compat-grp.c: Change everything to store error
8150         code through provided pointer and not use errno.
8151         * nis/nss_compat/compat-pwd.c: Likewise.
8152         * nis/nss_compat/compat-spwd.c: Likewise.
8153         * nis/nss_nis/nis-alias.c: Likewise.
8154         * nis/nss_nis/nis-ethers.c: Likewise.
8155         * nis/nss_nis/nis-grp.c: Likewise.
8156         * nis/nss_nis/nis-hosts.c: Likewise.
8157         * nis/nss_nis/nis-netgrp.c: Likewise.
8158         * nis/nss_nis/nis-network.c: Likewise.
8159         * nis/nss_nis/nis-proto.c: Likewise.
8160         * nis/nss_nis/nis-publickey.c: Likewise.
8161         * nis/nss_nis/nis-pwd.c: Likewise.
8162         * nis/nss_nis/nis-rpc.c: Likewise.
8163         * nis/nss_nis/nis-service.c: Likewise.
8164         * nis/nss_nis/nis-spwd.c: Likewise.
8165         * nis/nss_nisplus/nisplus-alias.c: Likewise.
8166         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8167         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8168         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8169         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
8170         * nis/nss_nisplus/nisplus-network.c: Likewise.
8171         * nis/nss_nisplus/nisplus-parser.c: Likewise.
8172         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8173         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8174         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8175         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
8176         * nis/nss_nisplus/nisplus-service.c: Likewise.
8177         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8178         * nss/nss_db/db-XXX.c: Likewise.
8179         * nss/nss_db/db-alias.c: Likewise.
8180         * nss/nss_db/db-netgrp.c: Likewise.
8181         * nss/nss_files/files-XXX.c: Likewise
8182         * nss/nss_files/files-alias.c: Likewise
8183         * nss/nss_files/files-netgrp.c: Likewise
8184         * nss/nss_files/files-parse.c: Likewise
8185         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
8186         parameter of get functions.
8187         * nss/getXXent_r.c: Likewise.
8188
8189         * localedata/tst-fmon.c: Print debug info if test fails.
8190
8191         * rt/Makefile (routines): Add aio_notify.
8192         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
8193         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
8194         * rt/aio_fsync.c: Likewise.
8195         * rt/aio_misc.c: Likewise.
8196         * rt/aio_misc.h: Likewise.
8197         * rt/aio_read.c: Likewise.
8198         * rt/aio_read64.c: Likewise.
8199         * rt/aio_suspend.c: Likewise.
8200         * rt/aio_write.c: Likewise.
8201         * rt/aio_write64.c: Likewise.
8202         * rt/lio_listio.c: Likewise.
8203         * rt/lio_listio64.c: Likewise.
8204         * rt/aio_notify.c: New file.
8205
8206         * sysdeps/generic/bits/sigset.h: Pretty print.
8207
8208         * sysdeps/posix/pwrite.c: Define weak alias only if function is
8209         really defined as __pwrite.
8210
8211         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
8212         instead of pread64.
8213         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8214
8215         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8216         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
8217         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
8218         size in syscall.
8219         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8220         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8221         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
8222         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8223         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
8224         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8225         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
8226         for ACT being NULL.
8227         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
8228         RT signals.
8229         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
8230         __NR_pread is not defined.
8231         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
8232         __NR_pwrite is not defined.
8233
8234 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8235
8236         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
8237         handle for /etc/group back in some more cases.
8238         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
8239         handle for /etc/passwd back in some more cases.
8240         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
8241         handle for /etc/shadow back in some more cases.
8242
8243 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
8244
8245         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
8246         beyound its size.
8247         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
8248         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
8249
8250 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
8251
8252         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
8253         handling.  Don't use macros, we need functions.  Use inline functions
8254         for optimization.
8255         * sysdeps/wordsize-64/inttypes.h: Likewise.
8256         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
8257         and wcstoumax.
8258         * sysdeps/wordsize-64/Makefile: Likewise.
8259         * sysdeps/wordsize-32/Dist: Likewise.
8260         * sysdeps/wordsize-64/Dist: Likewise.
8261         * sysdeps/wordsize-32/strtoimax.c: New file.
8262         * sysdeps/wordsize-32/strtoumax.c: New file.
8263         * sysdeps/wordsize-32/wcstoimax.c: New file.
8264         * sysdeps/wordsize-32/wcstoumax.c: New file.
8265         * sysdeps/wordsize-64/strtoimax.c: New file.
8266         * sysdeps/wordsize-64/strtoumax.c: New file.
8267         * sysdeps/wordsize-64/wcstoimax.c: New file.
8268         * sysdeps/wordsize-64/wcstoumax.c: New file.
8269
8270 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
8271
8272         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
8273         that transparent union works.
8274         * sysdeps/generic/wait4.c (__wait4): Likewise.
8275         * sysdeps/generic/wait.c (__wait): Likewise.
8276
8277         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
8278         size_t.
8279
8280         * sysdeps/generic/syscall.c (syscall): Return value and arg are
8281         long, to match prototype.
8282
8283         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
8284         have mremap() yet.
8285
8286         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
8287
8288         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
8289
8290         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
8291
8292         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
8293         __rlim_t.
8294
8295         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
8296
8297         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
8298
8299         * io/sys/stat.h (S_ISLNK): Always false if we don't have
8300         __S_IFLNK.
8301
8302         * sysdeps/standalone/close.c (_STDIO_H): Define before including
8303         <bits/stdio_lim.h>.
8304         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
8305
8306 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
8307
8308         * posix/sys/wait.h: Don't use transparent unions in C++.
8309
8310 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8311
8312         * time/time.h: Add strfxtime.
8313
8314         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
8315         sysv_signal, strfxtime, pread64, pwrite64.
8316
8317 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
8318
8319         Alpha changes for EGCS:
8320         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
8321         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
8322         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
8323         (_start): Likewise.
8324         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
8325
8326 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
8327
8328         The kernel expects the arguments in a different order.
8329         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
8330         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
8331
8332         * FAQ.in: New file.
8333         * gen-FAQ.pl: New file.
8334         * Makefile (FAQ): Add rule to generate from FAQ.in.
8335
8336         * iconvdata/Makefile: Treat libJIS like the other modules.
8337
8338         * rt/librt.map: New file.
8339
8340         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
8341         inclusion.
8342         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
8343         comment.
8344
8345 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
8346
8347         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
8348         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
8349         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
8350         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
8351
8352 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8353
8354         * string/bits/string2.h: Fix spellings.
8355
8356         * string/string.h: Fix spellings.
8357
8358 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8359
8360         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
8361         declaration to __syscall_rt_sigaction.
8362
8363         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
8364         non-existant <sigcontext.h>.
8365
8366 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8367
8368         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
8369         typo.
8370
8371 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8372
8373         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
8374
8375         * Makeconfig (shared-thread-library): Correct spelling.
8376
8377         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
8378         <asm/pci.h>.
8379
8380 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8381
8382         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
8383         constants from Linux headers. Pointed out by
8384         csmall@scooter.o.i.net. [PR libc/369]
8385
8386 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8387
8388         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
8389
8390 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8391
8392         * configure.in: If --enable-add-ons is given without an
8393         argument, set the addons list to all subdirs with a configure
8394         script.
8395
8396 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
8397
8398         * Makeconfig: Add shared-thread-library variable.
8399
8400         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
8401         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
8402         here.
8403         * sysdeps/m68k/fpu/e_acos.c: Likewise.
8404         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
8405         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
8406         * sysdeps/m68k/fpu/e_pow.c: Likewise.
8407         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
8408         * sysdeps/m68k/fpu/k_cos.c: Likewise.
8409         * sysdeps/m68k/fpu/k_sin.c: Likewise.
8410         * sysdeps/m68k/fpu/k_tan.c: Likewise.
8411         * sysdeps/m68k/fpu/s_atan.c: Likewise.
8412         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
8413         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
8414         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
8415         * sysdeps/m68k/fpu/s_csin.c: Likewise.
8416         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
8417         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
8418         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
8419         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
8420         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
8421         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
8422         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
8423         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
8424         * sysdeps/m68k/fpu/s_modf.c: Likewise.
8425         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
8426         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
8427         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
8428
8429         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
8430         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
8431         * signal/Makefile (headers): Add bits/siginfo.h.
8432         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
8433         (distribute): Add testrtsig.h.
8434         * signal/allocrtsig.c: New file.
8435         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
8436         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
8437         __libc_current_sigrtmax.
8438         * sysdeps/generic/sigqueue.c: New file.
8439         * sysdeps/generic/sigtimedwait.c: New file.
8440         * sysdeps/generic/sigwaitinfo.c: New file.
8441         * sysdeps/generic/testrtsig.h: New file.
8442         * sysdeps/generic/bits/siginfo.h: New file.
8443         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
8444         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
8445         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
8446         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
8447         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
8448         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
8449         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
8450         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
8451         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
8452         * sysdeps/unix/sysv/linux/sigpending.c: New file.
8453         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
8454         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
8455         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
8456         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
8457         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
8458         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
8459         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
8460         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
8461         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
8462         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
8463         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
8464         and _POSIX_REALTIME_SIGNALS.
8465         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
8466         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
8467         update _NSIG.
8468         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
8469         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
8470         definitions.
8471
8472         * Makefile (subdirs): Add rt.
8473         * shlib-versions: Add entry for librt.
8474         * rt/Makefile: New file.
8475         * rt/aio.h: New file.
8476         * rt/aio_cancel.c: New file.
8477         * rt/aio_error.c: New file.
8478         * rt/aio_fsync.c: New file.
8479         * rt/aio_misc.c: New file.
8480         * rt/aio_misc.h: New file.
8481         * rt/aio_read.c: New file.
8482         * rt/aio_read64.c: New file.
8483         * rt/aio_return.c: New file.
8484         * rt/aio_suspend.c: New file.
8485         * rt/aio_write.c: New file.
8486         * rt/aio_write64.c: New file.
8487         * rt/lio_listio.c: New file.
8488         * rt/lio_listio64.c: New file.
8489         * sysdeps/generic/aio_sigqueue.c: New file.
8490         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
8491         * sysdeps/unix/sysv/linux/Dist: Add new files
8492         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8493         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
8494         rt_sigqueueinfo, rt_sigaction.
8495
8496         * posix/Makefile (headers): Add bits/environments.h.
8497         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
8498         and _CS_LFS_CFLAGS on 64bit platforms.
8499         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
8500         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
8501         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
8502         compilation modules.
8503         * sysdeps/wordsize-32/bits/environments.h: New file.
8504         * sysdeps/wordsize-64/bits/environments.h: New file.
8505
8506         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
8507         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
8508         __libc_pid.
8509         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
8510         0xf00baa.
8511
8512         * string/string.h: Add declaration of __strverscmp.
8513         * string/strverscmp.c: Rename function ot __strverscmp and make old
8514         name weak alias.
8515
8516         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
8517         * sysdeps/generic/enbl-secure.c: Likewise.
8518         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8519
8520         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
8521
8522         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
8523
8524 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8525
8526         * posix/sys/wait.h: Use __transparent_union__ instead of
8527         transparent_union.  Reported by Roland McGrath.
8528
8529 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8530
8531         * resolv/inet_neta.c (inet_neta): Change type of first parameter
8532         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
8533         [PR libc/366].
8534
8535         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
8536
8537         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
8538
8539 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8540
8541         * grp/initgroups.c: Increase buffer if it is too small.
8542
8543 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8544
8545         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
8546         fields, this is no ISO C.  Reported by Andreas Jaeger.
8547
8548 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8549
8550         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
8551
8552 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
8553
8554         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
8555         _SYS_UTSNAME_H not _UTSNAME_H.
8556
8557 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8558
8559         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
8560         computing s_scale.
8561
8562 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8563
8564         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
8565         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
8566         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
8567
8568         * math/libm-test.c (csqrt_test): Add testcase.
8569
8570 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
8571
8572         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
8573         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
8574         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
8575
8576 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8577
8578         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
8579
8580 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8581
8582         * math/libm-test.c (acos_test): Add more tests.
8583         (asin_test): Likewise.
8584         (atan_test): Likewise.
8585         (exp_test): Likewise.
8586         (sin_test): Likewise.
8587         (sqrt_test): Likewise.
8588         (cpow_test): Likewise.
8589         (csqrt_test): Likewise.
8590         (cexp_test): Correct typo in gcc version test.
8591
8592 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
8593
8594         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
8595         <bits/setjmp.h>.
8596         * sysdeps/arm/setjmp.S: Likewise.
8597
8598         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
8599
8600 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
8601
8602         * stdio/stdio.h: Add prototype for tmpfile64().
8603
8604 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
8605
8606         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
8607         prototype to keep in step with libio version.
8608
8609         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
8610
8611 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
8612
8613         * sysdeps/generic/Makefile: Don't try to use make_siglist if
8614         cross-compiling.
8615
8616 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
8617
8618         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
8619         load GOT ptr before jumping to _exit.
8620         Reported by Xavier Leroy.
8621
8622 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
8623
8624         * Makefile (subdirs): Add iconvdata and localedata.
8625
8626         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
8627
8628         * iconv/gconv_conf.c (read_conf_file): Little optimization.
8629
8630         * iconvdata/8bit-gap.c: New file.
8631         * iconvdata/8bit-generic.c: Renamed from ...
8632         * iconvdata/iso8859-generic.c: ...this.
8633         * iconvdata/configure: Removed.
8634         * iconvdata/Makefile: Add new modules and better rules.
8635         * iconvdata/iso6937.c: Minor bug fixes.
8636         * iconvdata/iso8859-1.c: Likewise.
8637         * iconvdata/t61.c: Likewise.
8638         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
8639         Minor bug fixes.
8640         * iconvdata/iso8859-3.c: Likewise.
8641         * iconvdata/iso8859-4.c: Likewise.
8642         * iconvdata/iso8859-5.c: Likewise.
8643         * iconvdata/iso8859-6.c: Likewise.
8644         * iconvdata/iso8859-7.c: Likewise.
8645         * iconvdata/iso8859-8.c: Likewise.
8646         * iconvdata/iso8859-9.c: Likewise.
8647         * iconvdata/iso8859-10.c: Likewise.
8648         * iconvdata/ebcdic-at-de-a.c: New file.
8649         * iconvdata/ebcdic-at-de.c: New file.
8650         * iconvdata/ebcdic-ca-fr.c: New file.
8651         * iconvdata/hp-roman8.c: New file.
8652         * iconvdata/koi-8.c: New file.
8653         * iconvdata/koi8-r.c: New file.
8654         * iconvdata/koi8-h.c: New file.
8655         * iconvdata/latin-greek-1.c: New file.
8656         * iconvdata/latin-greek-1.h: New file.
8657         * iconvdata/latin-greek.c: New file.
8658         * iconvdata/latin-greek.h: New file.
8659         * iconvdata/jis0201.c: New file.
8660         * iconvdata/jis0201.h: New file.
8661         * iconvdata/jis0208.c: New file.
8662         * iconvdata/jis0208.h: New file.
8663         * iconvdata/jis0212.c: New file.
8664         * iconvdata/jis0212.h: New file.
8665         * iconvdata/sjis.c: New file.
8666         * iconvdata/gap.pl: New file.  Script to generate table header.
8667         * iconvdata/gaptab.pl: New file.
8668         * iconvdata/gconv-modules: Add info about new modules.
8669
8670         * locale/programs/charmap.c: Also examine alias names given in charmap
8671         files.
8672
8673         * localedata/*: Add to here from add-on.  We need the information
8674         to generate tables for iconv.
8675
8676         Update from db-2.3.14.
8677         * db2/Makefile: Updated.
8678         * db2/config.h: Likewise.
8679         * db2/db.h: Likewise.
8680         * db2/db_int.h: Likewise.
8681         * db2/btree/bt_cursor.c: Likewise.
8682         * db2/btree/bt_delete.c: Likewise.
8683         * db2/btree/bt_put.c: Likewise.
8684         * db2/btree/bt_search.c: Likewise.
8685         * db2/btree/bt_split.c: Likewise.
8686         * db2/btree/btree_auto.c: Likewise.
8687         * db2/common/db_appinit.c: Likewise.
8688         * db2/common/db_apprec.c: Likewise.
8689         * db2/common/db_err.c: Likewise.
8690         * db2/common/db_region.c: Likewise.
8691         * db2/db/db_auto.c: Likewise.
8692         * db2/db/db_dispatch.c: Likewise.
8693         * db2/db/db_ret.c: Likewise.
8694         * db2/dbm/dbm.c: Likewise.
8695         * db2/hash/hash_auto.c: Likewise.
8696         * db2/include/btree_ext.h: Likewise.
8697         * db2/include/common_ext.h: Likewise.
8698         * db2/include/db.h.src: Likewise.
8699         * db2/include/db_cxx.h: Likewise.
8700         * db2/include/db_ext.h: Likewise.
8701         * db2/include/db_int.h.src: Likewise.
8702         * db2/include/lock.h: Likewise.
8703         * db2/include/log.h: Likewise.
8704         * db2/include/mp.h: Likewise.
8705         * db2/include/mp_ext.h: Likewise.
8706         * db2/include/os_ext.h: Likewise.
8707         * db2/include/os_func.h: Likewise.
8708         * db2/lock/lock.c: Likewise.
8709         * db2/lock/lock_deadlock.c: Likewise.
8710         * db2/log/log.c: Likewise.
8711         * db2/log/log_archive.c: Likewise.
8712         * db2/log/log_auto.c: Likewise.
8713         * db2/log/log_get.c: Likewise.
8714         * db2/log/log_put.c: Likewise.
8715         * db2/mp/mp_bh.c: Likewise.
8716         * db2/mp/mp_fget.c: Likewise.
8717         * db2/mp/mp_fopen.c: Likewise.
8718         * db2/mp/mp_fput.c: Likewise.
8719         * db2/mp/mp_fset.c: Likewise.
8720         * db2/mp/mp_open.c: Likewise.
8721         * db2/mp/mp_pr.c: Likewise.
8722         * db2/mp/mp_region.c: Likewise.
8723         * db2/mp/mp_sync.c: Likewise.
8724         * db2/mutex/README: Likewise.
8725         * db2/mutex/mutex.c: Likewise.
8726         * db2/os/os_open.c: Likewise.
8727         * db2/os/os_func.c: Removed.
8728         * db2/os/os_config.c: New file.
8729         * db2/os/os_spin.c: New file.
8730         * db2/txn/txn.c: Likewise.
8731         * db2/txn/txn_auto.c: Likewise.
8732
8733 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
8734
8735         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
8736         __typeof for C++ since this fails for class members.
8737         Reported by Neal Becker <neal@ctd.comsat.com>.
8738
8739 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8740
8741         * configure.in: Check for a working makeinfo (3.11 or better).
8742         * config.make.in: Add MAKEINFO to be substituted.
8743         * manual/Makefile: Don't update info if makeinfo is too old.
8744
8745 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
8746
8747         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
8748         * sysdeps/alpha/__longjmp.S: Likewise.
8749         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
8750         not <bits/termios.h>.
8751
8752         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
8753         __llseek and make llseek and lseek64 weak aliases.
8754         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8755         Patches by a sun <asun@zoology.washington.edu>.
8756
8757 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8758
8759         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
8760         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
8761         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
8762         * misc/sys/syslog.h: Clean up BSD header.
8763
8764 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8765
8766         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
8767
8768         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
8769         for ctan(+-inf,x).
8770         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
8771         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
8772
8773         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
8774         csqrt (-1), ctanh(i*pi/4).
8775
8776 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8777
8778         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
8779
8780 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
8781
8782         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
8783
8784 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8785
8786         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
8787
8788 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
8789
8790         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
8791         and use.  Define GETCWD_RETURN_TYPE instead and use it.
8792         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
8793         of GETCWD_STORYGE_CLASS and put the return type and the
8794         `internal_function' in the right order for gcc 2.7.2.
8795
8796 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8797
8798         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
8799         incompatible with Linux 2.1.x.  Packages using modules
8800         (e.g. modutils) should/do provide their own version.  Suggested by
8801         Richard Henderson.
8802
8803         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
8804
8805         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
8806         [$(subdir)=socket]: Remove sys/module.h.
8807
8808 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
8809
8810         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
8811         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
8812
8813         * iconv/gconv_close.c: Correct freeing of descriptor data.
8814         * iconv/gconv_simple.c: Return correct error values for illegal or
8815         incomplete characters.
8816
8817         * Makefile (iconvdata/%): Special goal to simplify iconvdata
8818         development.
8819         * iconvdata/Makefile: New file.
8820         * iconvdata/configure: Likewise.
8821         * iconvdata/extra-module.mk: Likewise.
8822         * iconvdata/gconv-modules: Likewise.
8823         * iconvdata/iso6937.c: Likewise.
8824         * iconvdata/iso8859-1.c: Likewise.
8825         * iconvdata/iso8859-10.c: Likewise.
8826         * iconvdata/iso8859-10.h: Likewise.
8827         * iconvdata/iso8859-2.c: Likewise.
8828         * iconvdata/iso8859-2.h: Likewise.
8829         * iconvdata/iso8859-3.c: Likewise.
8830         * iconvdata/iso8859-3.h: Likewise.
8831         * iconvdata/iso8859-4.c: Likewise.
8832         * iconvdata/iso8859-4.h: Likewise.
8833         * iconvdata/iso8859-5.c: Likewise.
8834         * iconvdata/iso8859-5.h: Likewise.
8835         * iconvdata/iso8859-6.c: Likewise.
8836         * iconvdata/iso8859-6.h: Likewise.
8837         * iconvdata/iso8859-7.c: Likewise.
8838         * iconvdata/iso8859-7.h: Likewise.
8839         * iconvdata/iso8859-8.c: Likewise.
8840         * iconvdata/iso8859-8.h: Likewise.
8841         * iconvdata/iso8859-9.c: Likewise.
8842         * iconvdata/iso8859-9.h: Likewise.
8843         * iconvdata/iso8859-generic.c: Likewise.
8844         * iconvdata/t61.c: Likewise.
8845
8846         * string/Makefile (routines): Add strcasestr.
8847         * string/string.h: Add prototype for strcasestr.
8848         * sysdeps/generic/strcasestr.c: New file.
8849         * wcsmbs/mbrtowc.c: Simplify special case a bit.
8850         * wcsmbs/wcrtomb.c: Likewise.
8851         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
8852         * wcsmbs/wcsnrtombs.c: Likewise.
8853         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
8854         partial character is read.
8855         * wcsmbs/wcsrtombs.c: Likewise.
8856         * wcsmbs/wmemrtombs.c: Likewise.
8857         * wcsmbs/wmemrtowcs.c: Likewise.
8858
8859         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
8860         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
8861         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
8862         * sysdeps/i386/elf/setjmp.S: Likewise.
8863         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
8864         <bits/termios.h>.
8865
8866         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
8867         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
8868
8869         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
8870         * sysvipc/sys/ipc.h: Likewise.
8871         * sysvipc/sys/msg.h: Likewise.
8872         * sysvipc/sys/sem.h: Likewise.
8873         * sysvipc/sys/shm.h: Likewise.
8874
8875         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
8876         used directly.
8877         * sysdeps/alpha/bits/setjmp.h: Likewise.
8878         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
8879         * sysdeps/arm/bits/endian.h: Likewise.
8880         * sysdeps/arm/bits/setjmp.h: Likewise.
8881         * sysdeps/generic/bits/byteswap.h: Likewise.
8882         * sysdeps/generic/bits/confname.h: Likewise.
8883         * sysdeps/generic/bits/dirent.h: Likewise.
8884         * sysdeps/generic/bits/dlfcn.h: Likewise.
8885         * sysdeps/generic/bits/endian.h: Likewise.
8886         * sysdeps/generic/bits/fenv.h: Likewise.
8887         * sysdeps/generic/bits/huge_val.h: Likewise.
8888         * sysdeps/generic/bits/in.h: Likewise.
8889         * sysdeps/generic/bits/ioctl-types.h: Likewise.
8890         * sysdeps/generic/bits/ioctls.h: Likewise.
8891         * sysdeps/generic/bits/ipc.h: Likewise.
8892         * sysdeps/generic/bits/msq.h: Likewise.
8893         * sysdeps/generic/bits/poll.h: Likewise.
8894         * sysdeps/generic/bits/resource.h: Likewise.
8895         * sysdeps/generic/bits/sched.h: Likewise.
8896         * sysdeps/generic/bits/sem.h: Likewise.
8897         * sysdeps/generic/bits/setjmp.h: Likewise.
8898         * sysdeps/generic/bits/shm.h: Likewise.
8899         * sysdeps/generic/bits/sigaction.h: Likewise.
8900         * sysdeps/generic/bits/sigcontext.h: Likewise.
8901         * sysdeps/generic/bits/socket.h: Likewise.
8902         * sysdeps/generic/bits/stat.h: Likewise.
8903         * sysdeps/generic/bits/statfs.h: Likewise.
8904         * sysdeps/generic/bits/stdio_lim.h: Likewise.
8905         * sysdeps/generic/bits/termios.h: Likewise.
8906         * sysdeps/generic/bits/time.h: Likewise.
8907         * sysdeps/generic/bits/uio.h: Likewise.
8908         * sysdeps/generic/bits/utmp.h: Likewise.
8909         * sysdeps/generic/bits/utmpx.h: Likewise.
8910         * sysdeps/generic/bits/utsname.h: Likewise.
8911         * sysdeps/generic/bits/waitflags.h: Likewise.
8912         * sysdeps/generic/bits/waitstatus.h: Likewise.
8913         * sysdeps/gnu/bits/utmp.h: Likewise.
8914         * sysdeps/gnu/bits/utmpx.h: Likewise.
8915         * sysdeps/i386/bits/byteswap.h: Likewise.
8916         * sysdeps/i386/bits/endian.h: Likewise.
8917         * sysdeps/i386/bits/huge_val.h: Likewise.
8918         * sysdeps/i386/bits/setjmp.h: Likewise.
8919         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
8920         * sysdeps/ieee754/bits/huge_val.h: Likewise.
8921         * sysdeps/m68k/bits/byteswap.h: Likewise.
8922         * sysdeps/m68k/bits/endian.h: Likewise.
8923         * sysdeps/m68k/bits/setjmp.h: Likewise.
8924         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
8925         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
8926         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
8927         * sysdeps/mach/hurd/bits/stat.h: Likewise.
8928         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
8929         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
8930         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
8931         * sysdeps/mips/bits/dlfcn.h: Likewise.
8932         * sysdeps/mips/bits/endian.h: Likewise.
8933         * sysdeps/mips/bits/setjmp.h: Likewise.
8934         * sysdeps/mips/dec/bits/endian.h: Likewise.
8935         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
8936         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
8937         * sysdeps/mips/p40/bits/endian.h: Likewise.
8938         * sysdeps/powerpc/bits/endian.h: Likewise.
8939         * sysdeps/powerpc/bits/fenv.h: Likewise.
8940         * sysdeps/powerpc/bits/setjmp.h: Likewise.
8941         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
8942         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
8943         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
8944         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
8945         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
8946         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
8947         * sysdeps/unix/bsd/bits/stat.h: Likewise.
8948         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
8949         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
8950         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
8951         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
8952         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
8953         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
8954         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
8955         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
8956         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
8957         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
8958         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
8959         * sysdeps/unix/common/bits/dirent.h: Likewise.
8960         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
8961         * sysdeps/unix/sysv/bits/stat.h: Likewise.
8962         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
8963         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
8964         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
8965         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
8966         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
8967         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
8968         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
8969         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
8970         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8971         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
8972         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
8973         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
8974         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
8975         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
8976         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
8977         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
8978         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
8979         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
8980         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
8981         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
8982         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
8983         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
8984         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
8985         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
8986         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
8987         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
8988         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
8989         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
8990         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
8991         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
8992         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
8993         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
8994         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
8995         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
8996         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
8997         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
8998         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
8999         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
9000         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
9001         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
9002         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
9003         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
9004         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
9005         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
9006         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
9007         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
9008         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
9009         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
9010         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
9011         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9012         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
9013         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
9014         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
9015         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9016         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
9017         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
9018         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
9019         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
9020         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
9021         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
9022         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
9023         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
9024         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
9025         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
9026         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
9027         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
9028         * sysdeps/vax/bits/huge_val.h: Likewise.
9029         * sysdeps/vax/bits/setjmp.h: Likewise.
9030         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
9031         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
9032
9033 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9034
9035         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
9036
9037 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
9038
9039         * strftime.c (strftime):
9040         No longer any need to undef or declare if emacs is defined.
9041         (my_strftime): When checking a -1 returned by mktime, don't blow up
9042         if localtime_r returns NULL.
9043
9044 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9045
9046         * README.template: Fix spelling.
9047
9048 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9049
9050         * configure.in: Enhance --enable-add-ons description a wee bit.
9051
9052 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9053
9054         * glibcbug.in: Add more information of build environment and flags.
9055
9056 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9057
9058         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
9059         it into ENOENT.
9060
9061 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
9062
9063         * elf/dl-support.c: Call __libc_init_secure to make sure
9064         __libc_enable_secure is defined early.
9065         * sysdeps/generic/enbl-secure.c: Change function name to
9066         __libc_init_secure and make it global instead of a constructor.
9067
9068         * iconv/gconv.c: Fix lots of bugs.
9069         * iconv/gconv.h: Likewise.
9070         * iconv/gconv_builtin.h: Likewise.
9071         * iconv/gconv_close.c: Likewise.
9072         * iconv/gconv_conf.c: Likewise.
9073         * iconv/gconv_db.c: Likewise.
9074         * iconv/gconv_dl.c: Likewise.
9075         * iconv/gconv_open.c: Likewise.
9076         * iconv/gconv_simple.c: Likewise.
9077         * iconv/iconv.c: Likewise.
9078         * iconv/iconv_close.c: Likewise.
9079         * iconv/iconv_open.c: Likewise.
9080
9081         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
9082         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
9083         * wcsmbs/wmemrtombs.c: New file.
9084         * wcsmbs/wmemrtowcs.c: New file.
9085
9086 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
9087
9088         * iconv/gconv_simple.c: Fix lots of bugs.
9089         * iconv/iconv_open.c: Normalize names before passing them to
9090         __gconv_open.
9091
9092         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
9093
9094         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
9095         * stdio-common/test-popen.c: Add test for above change.
9096
9097         * math/libm-test.c: Print test results also using %a format,
9098         specified in PRINTF_XEXPR macro.
9099         * math/test-double.c: Define PRINTF_XEXPR.
9100         * math/test-float.c: Likewise.
9101         * math/test-ldouble.c: Likewise.
9102         * math/test-idouble.c: Likewise.
9103         * math/test-ifloat.c: Likewise.
9104         * math/test-ildoubl.c: Likewise.
9105
9106         * stdio-common/vfscanf.c: Recognize a in format specifier only as
9107         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
9108         FP number format.
9109
9110         * stdlib/strtod.c: Little code cleanup.
9111
9112         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
9113         compiling in math subdir.
9114
9115         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
9116         instead of __LIBC_M81_MATH_INLINES.
9117         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9118         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9119         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9120         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9121         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9122         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9123         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9124         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9125         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9126         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9127         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9128         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9129         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9130         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9131         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9132         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9133         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9134         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9135         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9136         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9137         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9138         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9139         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9140         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9141         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
9142         __LIBC_INTERNAL_MATH_INLINES is defined.
9143
9144         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
9145         of compare macros from ISO C 9X.  Optimize generic versions a bit.
9146         Define __signbit inline functions and __ieee754_sqrt which can be
9147         used if the ompiler is fixed.
9148
9149         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
9150
9151 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9152
9153         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
9154         sysdeps/generic in the whole dep file, not only in the first line.
9155
9156 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9157
9158         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
9159
9160 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9161
9162         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
9163         place.
9164
9165 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9166
9167         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
9168         is non-empty.
9169
9170 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
9171
9172         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
9173         return value.
9174
9175 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
9176
9177         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
9178         readlink succeeds but the return value is too long.
9179
9180         * stdio-common/printf_fphex.c: Determine sign of number correctly.
9181
9182 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
9183
9184         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
9185         __remqu for Alpha.
9186
9187 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
9188
9189         * sysdeps/generic/sys/ucontext.h: Stub context file.
9190
9191         * libio/iofprintf.c: Removed.  We use the stdio-common version.
9192
9193         * manual/Makefile (distribute): Add stdio-fp.c.
9194
9195         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
9196
9197         * db2/Makefile (distribute): Add include/os_func.h, README and
9198         mutex/tsl_parisc.s.
9199
9200         * hesiod/Makefile (distribute): Add README.hesiod.
9201
9202 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
9203
9204         * iconv/gconv.c: Correctly call transformation function.
9205
9206         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
9207
9208 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9209
9210         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
9211         wrong results for e.g. remquo (3,2, &x)).
9212         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
9213         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
9214
9215 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9216
9217         * configure.in (ld --version-script): Test if the same symbol
9218         maybe defined in all versions (needed by recent changes to
9219         libc.map and supported with binutils 2.8.1.0.17) and issue warning
9220         if versioning is not supported/enabled.
9221         (bash test): Correct test case.
9222
9223         * math/libm-test.c: Added counting/reporting of number of test cases.
9224
9225         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
9226         use awk instead.
9227
9228         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
9229
9230 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9231
9232         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
9233
9234 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
9235
9236         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
9237         Replace revoke call by use of REVOKE.
9238         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
9239         empty and #include generic version.
9240         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9241
9242 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
9243
9244         * libc.map: Add socket functions with __libc_* names.
9245         Reported by Andreas Jaeger.
9246
9247 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9248
9249         * libc.map: Tidy up (remove duplicates, sort entries).
9250
9251 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9252
9253         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
9254
9255 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
9256
9257         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
9258         again after successful call.
9259         Patch by Marc Lehmann <pcg@goof.com>.
9260
9261 1997-11-17  Paul Eggert  <eggert@twinsun.com>
9262
9263         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
9264         as some hosts need this to declare localtime_r properly.
9265
9266 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
9267
9268         * libc.map: Add iconv_open, iconv, and iconv_close.
9269
9270 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
9271
9272         * iconv/Makefile: New file.
9273         * iconv/gconv.c: New file.
9274         * iconv/gconv.h: New file.
9275         * iconv/gconv_builtin.c: New file.
9276         * iconv/gconv_builtin.h: New file.
9277         * iconv/gconv_close.c: New file.
9278         * iconv/gconv_conf.c: New file.
9279         * iconv/gconv_db.c: New file.
9280         * iconv/gconv_dl.c: New file.
9281         * iconv/gconv_open.c: New file.
9282         * iconv/gconv_simple.c: New file.
9283         * iconv/iconv.c: New file.
9284         * iconv/iconv.h: New file.
9285         * iconv/iconv_close.c: New file.
9286         * iconv/iconv_open.c: New file.
9287         * include/gconv.h: New file.
9288
9289         * Makeconfig: Define gconvdir.
9290         * Makefile (subdirs): Add iconv.
9291
9292         * string/bits/string2.h: Add optimization for strtok_r.
9293
9294         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
9295         for NULL.
9296         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9297         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
9298
9299         * configure.in: Correct test for bash2.
9300         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9301
9302         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
9303         (CFLAGS-locfile.c): Likewise.
9304         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9305
9306         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
9307         non-existing entry if the table is full.
9308
9309         * posix/regex.h: Pretty print.
9310
9311         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
9312
9313         * sysdeps/posix/ctermid.c: Simplify a bit.
9314
9315         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
9316
9317 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9318
9319         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
9320         <sys/types.h> instead of <asm/types.h>.
9321
9322 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9323
9324         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
9325
9326 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
9327
9328         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
9329         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
9330         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
9331         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
9332         fclose): Added to GLIBC_2.1.
9333
9334         * libio/Makefile (routines, shared-only-routines): Add
9335         oldiofclose.  Remove oldfreopen.
9336
9337         * libio/freopen.c (freopen): When PIC is defined, call
9338         _IO_old_freopen () for old stdio.
9339
9340         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
9341         (_IO_fclose, fclose): Use _IO_new_fclose as default version
9342         for GLIBC_2.1.
9343
9344         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
9345         instead of _IO_file_close_it.
9346
9347         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
9348         to _IO_2_1_stdxxx_.
9349         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
9350         is defined.
9351
9352         * libio/libioP.h (_IO_old_do_flush): New.
9353
9354         * libio/oldfileops.c (_IO_old_file_close_it,
9355         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
9356         Call _IO_old_do_flush () instead of _IO_do_flush ().
9357         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
9358         _IO_do_write ().
9359
9360         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
9361         instead of _IO_file_init ().
9362         Bind old symbols to version GLIBC_2.0.
9363
9364         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
9365         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
9366         _IO_stdxxx_.
9367         (_IO_check_libio): New function in .init.
9368
9369         * libio/oldiofclose.c: New file.
9370
9371         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
9372         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
9373         (DEF_STDFILE): Don't use default_symbol_version.
9374
9375         * libio/stdio.c (stdin, stdout, stderr): Set to
9376         _IO_2_1_stdxxx_._
9377         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
9378         stdxxx.
9379
9380         * csu/Makefile (distribute): Add init.c.
9381         (extra-objs): Add init.o for ELF.
9382         (start-installed-name): Add $(objpfx)init.o.
9383
9384         * csu/init.c: New file.
9385
9386 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9387
9388         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
9389         definition as the default.
9390
9391 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
9392
9393         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
9394
9395 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9396
9397         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
9398         (PR 351).
9399
9400 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
9401
9402         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
9403         to preserve condition codes on function call.
9404
9405 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9406
9407         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
9408
9409 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9410
9411         * math/libm-test.c (asin_test): Add epsilon for float.
9412         (tan_test): Add epsilon for float.
9413         (log1p_test): Add epsilon for float.
9414         (inverse_functions): Add epsilons.
9415
9416         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
9417         net/if_packet.h.
9418
9419         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
9420
9421 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9422
9423         * md5-crypt/Makefile (extra-objs): Make recursively expanded
9424         variable, since $(object-suffixes) is not defined yet.
9425
9426 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9427
9428         * db2/Makefile (distribute): db185/db185_int.src ->
9429         db185/db185_int.h.
9430
9431 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9432
9433         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
9434         exactly one.
9435
9436 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9437
9438         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
9439         name.
9440         * sysdeps/generic/e_acosl.c: Likewise.
9441         * sysdeps/generic/e_asinl.c: Likewise.
9442         * sysdeps/generic/e_atan2l.c: Likewise.
9443         * sysdeps/generic/e_expl.c: Likewise.
9444         * sysdeps/generic/e_fmodl.c: Likewise.
9445         * sysdeps/generic/e_j0l.c: Likewise.
9446         * sysdeps/generic/e_j1l.c: Likewise.
9447         * sysdeps/generic/e_jnl.c: Likewise.
9448         * sysdeps/generic/e_lgammal_r.c: Likewise.
9449         * sysdeps/generic/e_log10l.c: Likewise.
9450         * sysdeps/generic/e_logl.c: Likewise.
9451         * sysdeps/generic/e_powl.c: Likewise.
9452         * sysdeps/generic/e_sqrtl.c: Likewise.
9453         * sysdeps/generic/e_exp2l.c: Likewise.
9454
9455 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9456
9457         * Make-dist (+sysdep-names): Remove extra paren.
9458         * Makefile (distribute): Add stub-tag.h.
9459         * elf/Makefile (distribute): Add atomicity.h.
9460         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
9461         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9462         [$(subdir)=socket]: Add net/if_packet.h.
9463         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
9464         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
9465         net/if_packet.h, scsi/sg.h.
9466
9467 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9468
9469         * Makefile (install): Quote $(CC) expansion.
9470
9471 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9472
9473         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
9474         working /proc cwd and no restrictions on path length.  Following
9475         some ideas from Andi Kleen <ak@muc.de> (PR 350).
9476
9477 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9478
9479         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
9480         * nis/nss_compat/compat-pwd.c: Likewise.
9481         * nis/nss_compat/compat-spwd.c: Likewise.
9482
9483 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
9484
9485         * sysdeps/libm-i387/s_fdim.S: New file.
9486         * sysdeps/libm-i387/s_fdimf.S: New file.
9487         * sysdeps/libm-i387/s_fdiml.S: New file.
9488         * sysdeps/libm-i387/i686/s_fdim.S: New file.
9489         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
9490         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
9491
9492 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9493
9494         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
9495         pointer to unsigned char.
9496
9497 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9498
9499         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
9500
9501         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
9502
9503         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
9504
9505 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9506
9507         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
9508         ilogb(0/NaN).
9509         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
9510         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
9511
9512 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
9513
9514         * sysdeps/libm-i387/s_fmin.S: New file.
9515         * sysdeps/libm-i387/s_fminf.S: New file.
9516         * sysdeps/libm-i387/s_fminl.S: New file.
9517         * sysdeps/libm-i387/s_fmax.S: New file.
9518         * sysdeps/libm-i387/s_fmaxf.S: New file.
9519         * sysdeps/libm-i387/s_fmaxl.S: New file.
9520         * sysdeps/libm-i387/i686/s_fmin.S: New file.
9521         * sysdeps/libm-i387/i686/s_fminf.S: New file.
9522         * sysdeps/libm-i387/i686/s_fminl.S: New file.
9523         * sysdeps/libm-i387/i686/s_fmax.S: New file.
9524         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
9525         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
9526
9527 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
9528
9529         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
9530         * sysdeps/unix/sysv/linux/send.S: Likewise.
9531         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9532         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9533         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9534         * sysdeps/unix/sysv/linux/recv.S: Likewise.
9535         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9536         * sysdeps/unix/sysv/linux/connect.S: Likewise.
9537         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
9538
9539 See ChangeLog.7 for earlier changes.