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