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