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