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