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