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