1 1999-01-26 Ulrich Drepper <drepper@cygnus.com>
3 * sysdeps/unix/sysv/linux/i386/clone.S: When not using PIC don't
4 use jecxz since the label might be far away.
6 * sysdeps/unix/sysv/linux/sigaction.c: Update comment to say the
7 __libc_missing_rt_sigs is defined here.
8 * sysdeps/unix/sysv/linux/sigpending.c: Only declare
9 __libc_missing_rt_sigs.
10 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
13 1999-01-25 Ulrich Drepper <drepper@cygnus.com>
15 * scripts/config.guess: Changes for ARM/Linux.
16 * scripts/config.sub: Likewise.
18 * elf/Makefile: Define libdl variable as name of libdl library and
19 use it in all dependencies.
21 1999-01-26 Geoff Keating <geoffk@ozemail.com.au>
23 * nss/nss_db/db-netgrp.c (_nss_db_setnetgrent): Suppress warning
24 about potentially uninitialized `flags'.
25 * nss/nss_db/db-alias.c (internal_setent): Likewise.
27 1999-01-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
29 * elf/failobj.c: Provide prototype for xyzzy.
31 1999-01-25 Philip Blundell <pb@nexus.co.uk>
33 * sysdeps/unix/sysv/linux/arm/clone.S: Correct error check again.
35 1999-01-24 Roland McGrath <roland@baalperazim.frob.com>
37 * sysdeps/mach/hurd/ioctl.c: Include <hurd/ioctls.defs>.
38 (__ioctl): Use IOC_MSGID macro.
40 1999-01-24 Ulrich Drepper <drepper@cygnus.com>
42 * libio/iofopen.c (_IO_fopen): Pass correct value as fourth
43 parameter to _IO_file_fopen.
44 * libio/iofopen64.c (_IO_fopen64): Likewise.
46 * po/sv.po: Update from translation team.
48 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add __vfork
50 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
52 1999-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
54 * ctype/ctype.h (toupper,tolower): Use __inline instead of inline,
55 define inline functions only when optimizing for speed and
56 __USE_EXTERN_INLINES is set.
58 1999-01-24 Ulrich Drepper <drepper@cygnus.com>
60 * scripts/config.sub: Update from latest autoconf release.
61 * scripts/config.guess: Likewise.
63 * sysdeps/i386/i786/Implies: New file.
65 1999-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
67 * manual/install.texi (Running make install): Change for Linux 2.2.
69 1999-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
71 * manual/process.texi (Creating a Process): Fix typos.
73 1999-01-24 Roland McGrath <roland@baalperazim.frob.com>
75 * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): Fail with ENOSYS, don't
76 call abort. Suggested by Mark Kettenis <kettenis@phys.uva.nl>.
78 1999-01-23 Roland McGrath <roland@baalperazim.frob.com>
80 * sysdeps/unix/sysv/linux/sys/mtio.h: Moved to...
81 * sysdeps/gnu/sys/mtio.h: ...here.
82 (_IOT_mtop, _IOT_mtget, _IOT_mtpos, _IOT_mtconfiginfo): New macros.
83 * sysdeps/gnu/Dist: Add sys/mtio.h.
84 * sysdeps/unix/sysv/linux/Dist: Remove sys/mtio.h.
85 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
86 (sysdep_headers): Don't add sys/mtio.h here.
87 * sysdeps/gnu/Makefile [$(subdir) = misc] (sysdep_headers): Add it
90 Revamp Hurd ioctl typing magic to handle `struct' keyword in the
91 ioctl command macros, so we can use Unix-compatible headers that
92 make use of the _IO* macros.
93 * sysdeps/mach/hurd/bits/ioctls.h (_IOC_ENCODE_TYPE,
94 _IOC_ENCODE_TYPE_1, _IOC_ENCODE_TYPE_2, _IOTBASE_struct): New macros.
95 (_IOR, _IOW, _IOWR): Use them _IOC_ENCODE_TYPE(t) instead of _IOT_##t.
96 (_IOT_int, _IOT_char, _IOT_short): Renamed to _IOT__IOTBASE_*.
97 (numerous ioctl command macros): Restore `struct' keyword.
99 1999-01-24 Ulrich Drepper <drepper@cygnus.com>
101 * ctype/ctype.c (toupper): Correct variable names from last change.
104 1999-01-23 Ulrich Drepper <drepper@cygnus.com>
106 * sunrpc/rpc_main.c (open_output): Allow better translation of
108 (close_output): Likewise.
109 * locale/programs/localedef.c: Unify messages.
110 * malloc/obstack.c: Likewise.
111 Suggested by Vladimir Michl <Vladimir.Michl@upol.cz>.
113 * grp/putgrent.c (putgrent): Don't insert extra colon.
114 Patch by Michael Schaefer <michael.schaefer@dlr.de>.
116 * nss/nss_files/files-XXX.c (internal_getent): Make sure the buffer has
117 at least two bytes (not one). Correct buflen parameter type.
118 * nss/nss_files/files-alias.c (get_next_alias): Make sure buffer
119 has at least two bytes. Use fgets_unlocked instead of fgets.
121 * ctype/ctype.h: Don't user __tolower directly for tolower
122 implementation. Use inline function which tests for the range
123 first. Make _tolower equivalent to old tolower macros.
124 Likewise for toupper.
125 * ctype/ctype.c: Change tolower/toupper definition accordingly.
127 * argp/argp-help.c: Use _tolower instead of tolower if possible.
128 * inet/ether_aton_r.c: Likewise.
129 * inet/ether_line.c: Likewise.
130 * inet/rcmd.c: Likewise.
131 * intl/l10nflist.c: Likewise.
132 * locale/programs/ld-collate.c: Likewise.
133 * locale/programs/linereader.c: Likewise.
134 * locale/programs/localedef.c: Likewise.
135 * nis/nss_nis/nis-alias.c: Likewise.
136 * nis/nss_nis/nis-network.c: Likewise.
137 * posix/regex.c: Likewise.
138 * resolv/inet_net_pton.c: Likewise.
139 * stdio-common/printf_fp.c: Likewise.
140 * stdio-common/vfscanf.c: Likewise.
141 * sysdeps/generic/strcasestr.c: Likewise.
143 * math/bits/mathcalls.h: Fix typo.
145 1999-01-23 Roland McGrath <roland@baalperazim.frob.com>
147 * sysdeps/gnu/errlist.awk: Add comment.
149 1999-01-23 Ulrich Drepper <drepper@cygnus.com>
151 * csu/Versions: Add __register_frame_info_table.
153 1998-12-29 Geoff Keating <geoffk@ozemail.com.au>
155 * sunrpc/Versions: Include _authenticate, it's defined in a user
156 header (in fact, it's the whole contents of rpc/svc_auth.h).
158 1999-01-23 Ulrich Drepper <drepper@cygnus.com>
160 * io/ftw.c (process_entry): Initialize flag since not all gcc
161 versions are smart enough to see that this is no problem.
163 * elf/dl-open.c (_dl_init_paths): Check malloc result.
165 * csu/Versions: Add __frame_state_for.
167 1999-01-22 Ulrich Drepper <drepper@cygnus.com>
169 * sysdeps/gnu/errlist.awk: Mark ENOTSUP as alias for EOPNOTSUPP.
171 * iconv/gconv_conf.c (add_alias): Convert names to uppercase before
172 adding into search tree.
173 (add_module): Likewise.
174 * iconv/iconv_open.c: Likewise.
175 * iconv/gconv_db.c: Change all __strcasecmp to strcmp.
176 * iconv/skeleton.c (gconv_init): Likewise.
178 1999-01-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
180 * elf/Makefile: Make dependencies between test modules explicit.
181 (preloadtest-preloads): New variable.
182 ($(objpfx)preloadtest.out): Use it.
183 (preloadtest-ENV): Use it.
185 1999-01-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
187 * sysdeps/unix/sysv/linux/arm/Dist: Undo last change. Not needed.
189 1999-01-22 Roland McGrath <roland@baalperazim.frob.com>
191 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Depend on
192 $(common-objpfx)errnos.d.
194 * sysdeps/mach/hurd/Makefile: Fix errnos.h -> bits/errno.h in rules.
196 * manual/errno.texi (Error Codes): Fix ENOSYS description.
199 1999-01-21 Ulrich Drepper <drepper@cygnus.com>
201 * elf/Makefile: Add missing dependency for preloadtest binary.
203 1999-01-21 Ulrich Drepper <drepper@cygnus.com>
205 * version.h (VERSION): Bump to 2.0.111.
207 * elf/Makefile (distribute): Add test module sources.
209 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Pretty print.
210 * sysdeps/unix/sysv/linux/Dist: Remove sys/sysmacros.h.
211 * sysdeps/unix/sysv/linux/Makefile: Remove sys/sysmacros.h.
212 * posix/Makefile (headers): Add sys/sysmacros.h.
213 * posix/sys/types.h: Include sys/sysmacros.h for __USE_BSD.
214 * sysdeps/generic/sys/sysmacros.h: New file.
215 * sysdeps/mach/hurd/xmknod.c: Include sys/types.h and remove minor and
218 * elf/dl-close.c: Rewrite the way adding to the global scope works
219 to handle error cases better than the last change.
220 The l_global flag is now only set when the object is actually
221 counted in the global scope list.
222 * elf/dl-deps.c: Likewise.
223 * elf/dl-open.c: Likewise.
225 1999-01-20 Philip Blundell <pb@nexus.co.uk>
227 * sysdeps/unix/sysv/linux/arm/sigaction.c: New file.
229 * sysdeps/unix/sysv/linux/arm/vfork.S: New file.
230 * sysdeps/unix/sysv/linux/arm/Dist: Add vfork.S.
232 * sysdeps/unix/sysv/linux/arm/clone.S: Optimise a little, support
233 26-bit machines correctly and fix check for returned errors.
235 1999-01-21 Ulrich Drepper <drepper@cygnus.com>
237 * sysdeps/unix/sysv/linux/i386/clone.S: Micro-optimization.
239 * sysdeps/unix/sysv/linux/i386/vfork.S: Add back the first
240 implementation now that the syscall is back in 2.2.0.
242 * elf/Makefile: Change rule to make test module so that they are
243 compiled using -fPIC.
244 * elf/testobj1.c: Add missing prototype.
245 * elf/testobj1_1.c: Likewise.
246 * elf/testobj2.c: Likewise.
247 * elf/testobj3.c: Likewise.
248 * elf/testobj4.c: Likewise.
249 * elf/testobj5.c: Likewise.
250 * elf/testobj6.c: Likewise.
252 1999-01-20 Ulrich Drepper <drepper@cygnus.com>
254 * elf/Makefile (tests): Add loadfail.
255 Add rules to build failobj.so.
256 * elf/loadfail.c: New file. Test of failing to load object with
258 * elf/failobj.c: New file. Object which will fail to load.
260 * elf/dl-close.c (_dl_close): Fix last patch (cnt is unsigned).
262 * elf/dl-close.c: Handle failed loads which would have gone in the
263 global scope correctly.
265 * elf/testobj1.c: Include stdlib.h to get NULL defined.
266 * elf/testobj2.c: Likewise.
267 * elf/testobj3.c: Likewise.
268 * elf/testobj4.c: Likewise.
269 * elf/testobj5.c: Likewise.
271 * iconvdata/Makefile (modules): Add SAMI-WS2 and ISO-IR-197.
272 * iconvdata/gconv-modules: Add entries for above charsets.
273 * iconvdata/iso-ir-197.c: New file.
274 * iconvdata/sami-ws2.c: New file.
276 * sysdeps/unix/sysv/linux/vfork.c: Once again use generic version.
278 1999-01-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
280 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.d): Fix
281 generation of dependency list to make it work with newer versions
284 1999-01-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
286 * Makerules (build-module): New macro, moved from...
287 * elf/Makefile (build-module): ... here.
288 * iconvdata/Makefile (build-module): ... and here.
290 1999-01-20 Ulrich Drepper <drepper@cygnus.com>
292 * sysdeps/alpha/Versions: Add __atan2 for libm and GLIBC_2.0.
294 * elf/Makefile (tests): Add preloadtest. Add rules to build more test
295 modules and the preloadtest binary.
296 * elf/loadtest.c (TEST_ROUNDS): Increase to 1000.
297 (testobjs): Add more modules.
298 (tests): Add entries for new modules.
299 * elf/preloadtest.c: New file. Test for LD_PRELOAD.
300 * elf/testobj1.c: Add 'preload' function.
301 * elf/testobj2.c: Likewise.
302 * elf/testobj3.c: Likewise.
303 * elf/testobj4.c: New file.
304 * elf/testobj5.c: New file.
305 * elf/testobj6.c: New file.
307 1999-01-19 Ulrich Drepper <drepper@cygnus.com>
309 * elf/dl-object.c (_dl_new_object): Micro-optimization.
311 * elf/restest1.c: New file. Symbol resolution test.
312 * elf/testobj1_1.c: New file. Module used in this test.
313 * elf/Makefile: Add rules for restest1 generation and execution.
315 * elf/dl-object.c (_dl_new_object): l_local_scope really gets
316 assigned the local scope.
318 * posix/test-vfork.c (main): Improve test to check for correct
321 * sysdeps/unix/sysv/linux/i386/vfork.S: Rewrite to use clone.
323 * sysdeps/unix/sysv/linux/bits/sched.h: Define CLONE_VFORK.
325 * timezone/zdump.c: Update from tzcode1999a.
326 * timezone/zic.c: Likewise.
328 1999-01-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
330 * math/tgmath.h: Rename nextafterx to nexttoward.
332 1999-01-19 Ulrich Drepper <drepper@cygnus.com>
334 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Add baud rates >
336 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
337 * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
338 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
340 * math/Makefile (libm-calls): Rename s_nextafterx to s_nexttoward.
341 * math/Versions: Likewise.
342 * math/bits/mathcalls.h: Likewise.
343 * manual/arith.texi: Likewise.
344 * sysdeps/libm-ieee754/s_nextafterl.c: Likewise.
345 * sysdeps/libm-ieee754/s_nextafterx.c: Replaced by...
346 * sysdeps/libm-ieee754/s_nexttoward.c: New file.
347 * sysdeps/libm-ieee754/s_nextafterxf.c: Replaced by...
348 * sysdeps/libm-ieee754/s_nexttowardf.c: New file.
349 * sysdeps/libm-ieee754/s_nextafterxl.c: Replaced by...
350 * sysdeps/libm-ieee754/s_nexttowardl.c: New file.
352 * time/Makefile (routines): Removed strfxtime.
353 * time/Versions: Likewise.
354 * time/strfxtime.c: Removed.
355 * time/time.h: Remove _LOCALTIME, _NO_LEAP_SECONDS, struct tmx,
356 mkxtime, and strfxtime.
358 1999-01-18 Ulrich Drepper <drepper@cygnus.com>
360 * iconv/gconv_conf.c (add_module): Complete rewrite. Use cleverer
361 data structures and avoid creating intermediate representations
362 first. Rewrite also all helper functions.
363 * iconv/gconv_db.c (find_derivation): Use new data structure for
365 * iconv/Versions: Remove __gconv_nmodules.
366 * iconv/iconv_prog.c: Rewrite generation of charset name list to
367 use new data structure.
368 * iconv/gconv_int.h (struct gconv_module): Add new elements for
369 database data structure.
370 (__gconv_modules_db): Update type.
371 (__gconv_transform_dummy): Removed.
372 * iconv/gconv_builtin.h: Remove dummy transformation.
373 * iconv/gconv_simple.c: Remove __gconv_transform_dummy.
375 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove
376 __syscall_vfork, add vfork.
377 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
379 1999-01-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
381 * posix/test-vfork.c: Include <sys/wait.h> for wait declaration.
383 1999-01-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
385 * manual/ctype.texi: Fix cross refs and typos.
386 * manual/charset.texi: Likewise.
388 1999-01-18 Ulrich Drepper <drepper@cygnus.com>
390 * Rules: Add dummy.c and dummy.o to common-generated.
391 Patch by Andreas Schwab.
393 1999-01-18 10:07 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
395 * manual/libc-texinfo.sh: Use tsort.awk.
396 * manual/tsort.awk: New file.
397 * manual/Makefile (minimal-dist): Add tsort.awk.
398 (distribute): Remove generated files: summary.texi,
399 stamp-summary, chapters.texi, top-menu.texi, and texis.
401 1999-01-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
403 * sysdeps/unix/sysv/linux/m68k/vfork.S: Test return value after
406 1999-01-17 Ulrich Drepper <drepper@cygnus.com>
408 * wctype/wcfuncs.c: Declare __ctype32_b.
410 * elf/Makefile (test-modules): Add test-modules.
412 * stdlib/canonicalize.c (canonicalize): Update write pointer after
413 realloc. Minor optimizations.
415 1999-01-16 Ulrich Drepper <drepper@cygnus.com>
417 * po/no.po: Update from norwegian translation team.
419 * iconvdata/iso-2022-jp.c: Correct handling of G2 set.
420 Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
422 * elf/Makefile (tests): Add loadtest.
423 Add rules to generate test modules.
424 * Makeconfig (+link): Add $(LDFLAGS-$(@F)) to command line.
425 * elf/loadtest.c: New file.
426 * elf/testobj1.c: New file.
427 * elf/testobj2.c: New file.
428 * elf/testobj3.c: New file.
430 * elf/dl-close.c: Correct removing module from global list.
432 * elf/dl-open.c: Add debugging code.
434 * include/string.h: Add __rawmemchr prototype.
435 * string/Makefile (routines): Add rawmemchr.
436 * string/Versions [GLIBC_2.1]: Add __rawmemchr and rawmemchr.
437 * string/string.h: Add prototype for rawmemchr.
438 * string/bits/string2.h: Optimize strchr with rawmemchr.
439 * sysdeps/generic/rawmemchr.c: New file.
440 * sysdeps/i386/rawmemchr.c: New file.
441 * sysdeps/i386/i486/bits/string.h: Add rawmemchr inline code.
442 Optimize strchr with rawmemchr.
444 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _LFS_LARGEFILE,
445 _LFS64_LARGEFILE, and _LFS64_STDIO for Unix98.
447 1999-01-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
449 * nis/nis_error.c (nis_errlist): Fix capitilasation.
451 1999-01-15 Ulrich Drepper <drepper@cygnus.com>
453 * posix/Makefile (tests): Add test-vfork.
454 * posix/test-vfork.c: New file by Andreas Schwab.
456 * manual/charset.texi: More misspelling fixes.
457 Reported by Tom Tromey <tromey@cygnus.com>.
458 Improve mbsinit example.
460 * sysdeps/unix/sysv/linux/vfork.c: Removed.
461 * sysdeps/unix/sysv/linux/i386/vfork.S: New file.
463 1999-01-14 Ulrich Drepper <drepper@cygnus.com>
465 * Make-dist: If file is generated but still distributed the later
468 * sysdeps/unix/sysv/linux/arm/Dist: Add sys/user.h.
470 * manual/Makefile (examples): Filter out the example code from
473 * version.h (VERSION): Bump to 2.0.110.
475 * nis/nis_error.c (nis_errlist): Fix typo in string.
477 * misc/regexp.h: Add restrict to function declarations.
479 1998-12-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
481 Patche by Ralf Baechle <ralf@gnu.org>:
482 * sysdeps/mips/sys/regdef.h: New file, enhanced versions of
483 deleted linux specific files.
485 1998-12-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
487 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: New file.
489 1999-01-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
491 * misc/regexp.h (compile): Correct end-of-line check, fix typo in
492 docu. Reported by Kalle Olavi Niemitalo <kalle@Niemitalo.fi>.
494 1999-01-14 Ulrich Drepper <drepper@cygnus.com>
496 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add vfork.
497 Patch by Richard Henderson <rth@twiddle.net>.
499 1999-01-13 Ulrich Drepper <drepper@cygnus.com>
501 * manual/nss.texi (NSS Module Interface): Document requirement on errno
502 value after unsuccessful call of module function.
504 * sysdeps/unix/sysv/linux/syscalls.list: Add __syscall_fork alias.
505 * sysdeps/unix/sysv/linux/vfork.c: Use vfork syscall if available,
507 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add vfork.
508 * sysdeps/unix/sysv/linux/sparc32/syscalls.list: Likewise.
509 * sysdeps/unix/sysv/linux/sparc64/syscalls.list: Likewise.
511 * sysdeps/unix/sysv/linux/i386/sysdep.h: Correct handling of
512 INLINE_SYSCALL for syscall without parameters.
514 1999-01-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
516 * sysdeps/unix/make-syscalls.sh: Set shared-only-routines for
519 * Rules: Remove rules for empty.* again.
521 1999-01-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
523 * sysdeps/unix/sysv/linux/m68k/vfork.S: New file.
525 1999-01-13 Ulrich Drepper <drepper@cygnus.com>
527 * sysdeps/i386/bits/string.h: Correct several bugs in various
528 functions which never worked.
529 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
531 1999-01-12 Ulrich Drepper <drepper@cygnus.com>
533 * manual/charset.texi: Add many corrections.
534 Patch by Benjamin Kosnik <bkoz@cygnus.com>.
536 1999-01-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
538 * manual/charset.texi: Fix some typos.
540 1999-01-12 Ulrich Drepper <drepper@cygnus.com>
542 * login/programs/pt_chown.c (main): Update copyright year.
544 1999-01-11 Ulrich Drepper <drepper@cygnus.com>
546 * sysdeps/posix/tempname.c: Open files with mode 0600.
548 * ctype/Versions [GLIBC_2.0]: Export __ctype32_b.
549 * include/wctype.h: Declare __iswctype.
550 * stdio-common/vfscanf.c (__vfscanf): Use __iswspace instead of
552 * wctype/Makefile (routines): Add wcextra_l.
553 * wctype/wcextra.c (iswblank): Implement function here and don't use
555 (__iswblank_l): Move definition to...
556 * wctype/wcextra_l.c: ...here. New file.
557 * wctype/wcfuncs.c: Really implement functions and don't call
558 __iswctype or __towctrans.
559 * wctype/wctype.h: Change isw* and tow* macros. Don't call
560 __iswctype or __towctrans. Instead optimize constant argument case.
562 * iconv/gconv.h: Fix typos.
564 * iconv/skeleton.c: Fix typos. Optimize init function a bit.
565 Correctly emit escape sequence to return to initial state in
568 * iconvdata/iso-2022-jp.c (gconv_init): Correctly initialize
569 max_needed_to element.
571 * manual/mbyte.texi: Removed. This is now described in charset.texi.
572 * manual/charset.texi: New file.
573 * manual/Makefile (chapters): Replace mbyte by charset.
574 * manual/ctype.texi: Document wide character functions.
575 * manual/intro.texi: Fix reference to mbyte chapter.
576 * manual/lang.texi: Likewise.
577 * manual/locale.texi: Likewise.
578 * manual/stdio.texi: Likewise.
579 * manual/string.texi: Fix @node line for new charset chapter.
580 * manual/libc.texinfo (UPDATED): Updated. Also update copyright years.
581 * manual/memory.texi (savestring): Optimize code to give a good
584 * manual/filesys.texi: Fix wording. Patches by Jim Meyering.
586 * nscd/nscd_getgr_r.c: Include stdint.h to get uintptr_t definition.
587 * nscd/nscd_getpw_r.c: Likewise.
588 * nscd/nscd_gethst_r.c: Likewise.
590 * stdlib/stdtold_l.c: Always include xlocale.h.
592 1999-01-11 Geoffrey Keating <geoffk@ozemail.com.au>
594 * stdlib/fpioconst.h (LDBL_MAX_10_EXP_LOG): Define to be same as
595 DBL_MAX_10_EXP_LOG if there is no long double.
596 (_fpioconst_pow10): Always use size as LDBL_MAX_10_EXP_LOG to match
599 1999-01-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
601 * timezone/Makefile ($(testdata)/GB): Changed to ...
602 ($(testdata)/Europe/London): ... for tst-timezone test.
603 ($(objpfx)tst-timezone.out): Change GB to Europe/London.
605 * timezone/tst-timezone.c (main): Enable DST switching test,
606 change GB to Europe/London.
608 1999-01-10 Philip Blundell <philb@gnu.org>
610 * socket/Makefile (headers): Remove bits/sockunion.h.
612 1999-01-09 Philip Blundell <philb@gnu.org>
614 * socket/sys/socket.h: Don't include <bits/sockunion.h>.
615 * sysdeps/generic/bits/sockunion.h: Deleted.
616 * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
618 1999-01-08 H.J. Lu <hjl@gnu.org>
620 * io/fts.c (fts_close): Don't access memory after having it freed.
622 1998-01-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
624 * manual/Makefile (stamp-summary): Remove space after -t option
625 for compatibility with non-GNU sort programs.
627 1999-01-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
629 * manual/search.texi (Comparison Functions): Fix compare_doubles
632 1999-01-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
634 * Makerules (do-tests-clean): Remove reference to obsolete
635 variable tests-static.
637 1999-01-07 Ulrich Drepper <drepper@cygnus.com>
639 * sysdeps/unix/sysv/linux/ntp_adjtime.c: Removed. It's an alias
641 * sysdeps/unix/sysv/linux/Dist: Add ntp_gettime.c.
642 * sysdeps/unix/sysv/linux/Makefile [subdir=time] (sysdep_routines):
644 * sysdeps/unix/sysv/linux/syscalls.list: Add alias ntp_adjtime to
646 * sysdeps/unix/sysv/linux/sys/timex.h: Correct prototype for
649 * sysdeps/i386/i686/mempcpy.S: Fix typos.
651 * sysdeps/i386/i686/memset.S: New file.
652 * sysdeps/i386/i686/bzero.S: New file.
653 * sysdeps/i386/i686/strcmp.S: New file.
654 * sysdeps/i386/i686/memcpy.S: New file.
656 * sysdeps/unix/sysv/linux/Makefile [subdir=time] (sysdep_routines):
657 Add ntp_adjtime and ntp_gettime.
658 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add ntp_adjtime and
661 1998-12-29 Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de>
663 * manual/time.texi (Precision Time): Add documentation for
664 ntp_gettime and ntp_adjtime.
666 1998-12-28 Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de>
668 * sysdeps/unix/sysv/linux/ntp_gettime.c: Created new file
670 * sysdeps/unix/sysv/linux/ntp_adjtime.c: Created new file
672 * sysdeps/unix/sysv/linux/sys/timex.h (struct ntptimeval): Added.
673 Add prototypes for ntp_adjtime and ntp_gettime.
675 1999-01-07 Ulrich Drepper <drepper@cygnus.com>
677 * sysdeps/i386/bits/select.h (__FD_ZERO): Remove early clobbers
678 from c and D register output.
680 1999-01-07 Philip Blundell <philb@gnu.org>
682 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Fix bug in last change.
684 1999-01-07 Ulrich Drepper <drepper@cygnus.com>
686 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Correct type for
687 __fsfilcnt_t. Patch by Bruce Elliott <bde@nwlink.com>.
689 1999-01-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
691 * manual/conf.texi: Remove pointers from first @node. Move old
692 @node spec inside comment.
693 * manual/lang.texi: Likewise.
694 * manual/libc-texinfo.sh: Also find `@node.*Top' in a comment.
695 * manual/stdio.texi: Fix typo.
697 1999-01-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
699 * wcsmbs/btowc.c: Accept all values in the range [SCHAR_MIN
700 .. UCHAR_MAX]. Local var buf renamed to result and its type
701 changed from char[] to wchar_t to get proper alignment.
703 * posix/fnmatch.c: Also cast the arguments of the other ctype
704 functions to unsigned char.
706 1999-01-07 Ulrich Drepper <drepper@cygnus.com>
708 * Rules: Add rules for empty.{o,os,op} back.
710 1999-01-05 Ulrich Drepper <drepper@cygnus.com>
712 * Makerules (common-mostlyclean): Add missing parentheses.
714 * Rules: Add back rules for empty.o generation.
716 1999-01-05 Philip Blundell <philb@gnu.org>
718 * sysdeps/unix/sysv/linux/net/if_arp.h: Add new ARPHRD definitions
719 from latest (2.2.0pre4) kernel.
721 1999-01-05 Scott Bambrough <scottb@corelcomputer.com>
723 * sysdeps/unix/sysv/linux/arm/sys/user.h : New file. Fixes problem
724 on ARM platforms with programs that include <sys/user.h> and
725 <sys/ptrace.h>. Solution suggested by Geoff Keating earlier with
726 fix for same problem on the PowerPC platform.
728 1999-01-04 Philip Blundell <philb@gnu.org>
730 * sysdeps/unix/sysv/linux/arm/register-dump.h: Correct widths of
732 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: New file.
734 1999-01-04 Ulrich Drepper <drepper@cygnus.com>
736 * csu/version.c (banner): Update date.
737 * catgets/gencat.c: Update year in copyright message text.
738 * db2/makedb.c: Likewise.
739 * debug/catchsegv.sh: Likewise.
740 * elf/ldd.bash.in: Likewise.
741 * elf/sprof.c: Likewise.
742 * iconv/iconv_prog.c: Likewise.
743 * locale/programs/locale.c: Likewise.
744 * locale/programs/localedef.c: Likewise.
745 * login/programs/utmpd.c: Likewise.
746 * malloc/mtrace.pl: Likewise.
747 * nscd/nscd.c: Likewise.
748 * nss/getent.c: Likewise.
749 * posix/getconf.c: Likewise.
751 1999-01-02 Philip Blundell <philb@gnu.org>
753 * sunrpc/Makefile: Ensure that we really use the right path for cpp.
755 1999-01-03 Philip Blundell <philb@gnu.org>
757 * Makefile (tests-clean): New target to delete test output files.
758 * Makerules (do-tests-clean): New rule to support the above.
759 * Rules (subdir_testclean): Likewise.
761 1999-01-03 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
763 * iconv/Makefile: Use install-others instead of explicit
764 dependency on subdir_install.
766 1999-01-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
768 * iconv/gconv_db.c (find_derivation): Release lock before
770 (__gconv_find_transform): Likewise.
772 1999-01-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
774 * inet/ether_ntoa.c (ether_ntoa): Make `asc' static since that's
777 1999-01-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
779 * Makerules: Remove all references to obsolete variables
780 tests-static and test-srcs-static.
781 * Make-dist: Likewise.
782 * Rules: Likewise. Remove rules to generate obsolete empty.{c,o*}.
784 1999-01-03 Philip Blundell <philb@gnu.org>
786 * sysdeps/unix/sysv/linux/arm/pread.c: Use the i386 implementation.
787 * sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
788 * sysdeps/unix/sysv/linux/arm/pwrite.c: Likewise.
789 * sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
791 1998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
793 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Reorder expression
794 to avoid accessing global data in the usual case.
796 1999-01-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
798 * wcsmbs/wcstold_l.c: Correct last patch to include wchar.h from
801 1998-12-31 Ulrich Drepper <drepper@cygnus.com>
803 * iconvdata/Makefile: Use rpath $ORIGIN for modules which use any of
804 the conversion libraries.
806 * include/features.h: Mention latest extensions in _POSIX_C_SOURCE
809 * libio/genops.c (list_all_lock): New variable.
810 (_IO_un_link, _IO_link_in): Acquire lock before modifying _IO_list_all.
813 * sysdeps/i386/i686/strtok.s: Add missing cld.
815 * sysdeps/i386/i686/mempcpy.S: New file.
817 1998-12-30 Geoff Keating <geoffk@ozemail.com.au>
819 Suppress parentheses warnings:
820 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
821 (DL_FIND_ARG_COMPONENTS): here,
822 * sysdeps/powerpc/dl-machine.c: here,
823 * sysdeps/powerpc/fclrexcpt.c (feclearexcept): here,
824 * sysdeps/powerpc/fesetround.c (fesetround): here,
825 * sysdeps/powerpc/feupdateenv.c (feupdateenv): here,
826 * sysdeps/powerpc/fraiseexcpt.c (feraiseexcept): here,
827 * sysdeps/powerpc/fsetexcptflg.c (fesetexceptflag): here,
828 * sysdeps/powerpc/s_rint.c (__rint): here,
829 * sysdeps/powerpc/s_rintf.c (__rintf): here,
830 * sysdeps/powerpc/w_sqrt.c (__sqrt): here,
831 * sysdeps/powerpc/w_sqrtf.c (__sqrtf): and here.
833 1998-12-30 Geoff Keating <geoffk@ozemail.com.au>
835 * wcsmbs/wcstold.c [__NO_LONG_DOUBLE_MATH]: Include wchar.h.
836 * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Likewise. Also define
837 appropropriate prototypes, correct procedure names.
839 1998-12-30 Geoff Keating <geoffk@ozemail.com.au>
841 * sysdeps/generic/crypt-entry.c: Prototype __crypt_r, suppress
843 (__crypt_r): Add __restrict.
844 * sysdeps/generic/crypt.h: Remove internal routine. Add __restrict.
846 1998-12-31 Ulrich Drepper <drepper@cygnus.com>
848 * stdlib/longlong.h: Add missing #else in SPARC definitions.
850 1998-12-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
852 Patches by Ralf Baechle <ralf@gnu.org>:
853 * sysdeps/unix/sysv/linux/mips/sgidefs.h: Removed.
854 * sysdeps/unix/sysv/linux/mips/sys/asm.h: Removed.
855 * sysdeps/unix/sysv/linux/mips/sys/regdef.h: Removed.
856 * sysdeps/unix/sysv/linux/mips/sys/fpregdef.h: Removed.
857 * sysdeps/unix/sysv/linux/mips/regdef.h: Removed.
858 * sysdeps/unix/sysv/linux/mips/fpregdef.h: Removed.
860 * sysdeps/unix/sysv/linux/mips/Makefile: Remove delete files.
861 * sysdeps/unix/sysv/linux/mips/Dist: Remove deleted files.
863 * sysdeps/mips/sys/fpregdef.h: New files, enhanced versions of deleted
864 linux specific files.
865 * sysdeps/mips/sys/asm.h: Likewise.
866 * sysdeps/mips/sgidefs.h: Likewise.
867 * sysdeps/mips/fpregdef.h: Likewise.
868 * sysdeps/mips/regdef.h: Likewise.
870 * sysdeps/mips/Makefile: Add new headers.
871 * sysdeps/mips/Dist: Add new files.
873 * sysdeps/mips/fpu_control.h (_FPU_DEFAULT): Change value.
875 1998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
877 * iconvdata/Makefile: Remove variable assignments and rules that
878 are now auto-generated. Include $(objpfx)iconv-rules instead.
879 Btw, that removes a few typos.
880 (charmaps): New variable.
881 ($(objpfx)iconv-rules): New target.
882 (gen-8bit-modules): Renamed from sed-generated-headers, remove .h
884 (gen-8bit-gap-modules): Renamed from awk-generated-headers, remove
886 (gen-special-modules): New variable.
887 (generated-modules): New variable.
889 (before-compile): Likewise.
890 (generated): Likewise, and add iconv-rules.
891 * iconvdata/euc-cn.c: Renamed from euccn.c.
892 * iconvdata/euc-jp.c: Renamed from eucjp.c.
893 * iconvdata/euc-kr.c: Renamed from euckr.c.
894 * iconvdata/euc-tw.c: Renamed from euctw.c.
895 * iconvdata/iso_6937.c: Renamed from iso6937.c.
896 * iconvdata/iso_6937-2.c: Renamed from iso6937-2.c.
897 * iconvdata/t.61.c: Renamed from t61.c.
898 * iconvdata/Makefile (distribute): Adjusted for those renames.
899 Remove $(objpfx) from names.
901 1998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
903 * sysdeps/generic/hp-timing.h: Fix comment.
904 * sysdeps/generic/dl-hash.h: Likewise.
905 * sysdeps/i386/i686/hp-timing.h: Likewise.
907 1998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
909 * posix/fnmatch.c (fnmatch): Always pass unsigned char values to
912 1998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
914 * nss/db-Makefile ($(VAR_DB)/shadow.db): Fix last change.
916 1998-12-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
918 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Sync with
919 current Linux 2.1.132 kernel sources.
921 1998-12-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
923 Patches by Ralf Baechle <ralf@gnu.org> for Linux/MIPS:
924 * sysdeps/unix/sysv/linux/mips/syscalls.list: Add ipc, change
925 pread/pwrite and llseek calls.
927 * sysdeps/unix/sysv/linux/mips/sysdep.S: New file.
929 1998-12-29 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
931 * malloc/thread-m.h [_LIBC] : Fix for NO_THREADS case.
933 1998-12-28 Ulrich Drepper <drepper@cygnus.com>
935 * version.h (VERSION): Bump to 2.0.109.
937 * Makefile (distribute): Add INTERFACE and CONFORMANCE.
938 * elf/Makefile (distribute): Add hp-timing.h.
939 * sysdeps/i386/i686/Dist: New file.
941 * mach/Versions: Add mach_msg_send and mach_msg_receive.
942 Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
944 * sysdeps/unix/sysv/linux/netipx/ipx.h (SIOCIPXNCPCONN): New macro
947 * stdlib/fpioconst.c: If __NO_LONG_DOUBLE_MATH don't define constants
948 beyond range of double.
949 * stdlib/fpioconst.h (_fpioconst_pow10): Reduce size according to
951 * stdlib/strtold.c: Fall back on double functions if
952 __NO_LONG_DOUBLE_MATH.
953 * stdlib/strtold_l.c: Likewise.
954 * wcsmbs/wcstold.c: Likewise.
955 * wcsmbs/wcstold_l.c: Likewise.
956 * sysdeps/ieee754/ldbl2mpn.c: Don't generate code if
957 __NO_LONG_DOUBLE_MATH.
958 * sysdeps/ieee754/mpn2ldbl.c: Likewise.
960 1998-12-28 Geoff Keating <geoffk@ozemail.com.au>
962 * sysdeps/powerpc/bits/endian.h: Use #warning, not #error, if
963 the endianness can't be determined, for makedepend.
965 1998-12-27 Ulrich Drepper <drepper@cygnus.com>
967 * elf/dl-lookup.c (_dl_num_relocations): New variable.
968 (do_lookup): Increment _dl_num_relocations for every call.
969 * elf/rtld.c (print_statistics): New function.
970 (_dl_debug_statistics): New variable. Set when statistics are asked
972 (rtld_total_time, relocate_time, load_time): New variables. Used
974 (_dl_start): Record start and end time of startup. Call
975 print_statistics if needed.
976 (dk_main): Record times for relocations and loading.
977 (process_dl_debug): Recognize statistics.
979 Low-level, low-overhead, high-precision timing functionality.
980 * sysdeps/generic/hp-timing.h: New file.
981 * sysdeps/i386/i686/Makefile: New file.
982 * sysdeps/i386/i686/hp-timing.h: New file.
983 * sysdeps/i386/i686/hp-timing.c: New file.
985 * sysdeps/i386/dl-machine.h (elf_machine_rel): Reverse order of OR
986 clauses to avoid accessing global variables during rtld relocation.
988 * sunrpc/rpc_main.c: Unify messages.
990 * sysdeps/unix/sysv/linux/arm/Dist: Add ioperm.c and sys/io.h.
992 1998-12-27 Roland McGrath <roland@baalperazim.frob.com>
994 * sysdeps/mach/hurd/bits/statfs.h (struct statfs, struct statfs64):
995 Remove __ from member names; rename __unused to f_spare.
997 1998-12-21 Mark Kettenis <kettenis@phys.uva.nl>
999 Implement fstatvfs and statvfs on the Hurd.
1000 * sysdeps/mach/hurd/bits/statfs.h: New file.
1001 * sysdeps/mach/hurd/bits/statvfs.h: New file.
1002 * sysdeps/mach/hurd/fstatvfs.c: New file.
1003 * sysdeps/mach/hurd/statvfs.c: New file.
1005 * sysdeps/generic/fstatfs64.c: Changed into stub.
1006 Moved previous contents to...
1007 * sysdeps/unix/sysv/linux/fstatfs64.c: ...here.
1008 * sysdeps/generic/fstatvfs64.c: Likewise.
1009 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
1010 * sysdeps/generic/statfs64.c: Likewise.
1011 * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
1012 * sysdeps/generic/statvfs64.c: Likewise.
1013 * sysdeps/unix/sysv/linux/statvfs64.c: Likewise.
1015 1998-12-25 Ulrich Drepper <drepper@cygnus.com>
1017 * elf/dl-hash.h: Move to...
1018 * sysdeps/generic/dl-hash.h: ...here. Correct parameter type (must
1019 be unsigned char). Remove conditional from inner loop and rearrange
1020 binary operations (12-22% performance increase).
1021 * sysdeps/i386/i686/dl-hash.h: New file. Another 10% faster than
1022 optimized generic version.
1024 1998-12-23 Ulrich Drepper <drepper@cygnus.com>
1026 * elf/dl-lookup.c (do_lookup): If looking up an unversioned symbol
1027 but the object file only contains versioned definitions than
1028 accept the definition if there is exactly one even if the version
1029 number is not the default version. This helps dlsym() to find
1030 newly introduced symbols.
1032 * locale/programs/ld-collate.c: Unify messages and correct typos.
1033 * locale/programs/ld-monetary.c: Likewise.
1034 * locale/programs/ld-numeric.c: Likewise.
1035 * locale/programs/ld-time.c: Likewise.
1036 * manual/errno.texi: Likewise.
1037 * nis/nis_error.c: Likewise.
1038 * nis/nis_print.c: Likewise.
1039 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
1040 * sunrpc/rpc_main.c: Likewise.
1042 1998-12-20 Philip Blundell <philb@gnu.org>
1044 * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
1046 * sysdeps/unix/sysv/linux/arm/syscalls.list: Remove wrappers for
1049 1998-12-22 Philip Blundell <pb@nexus.co.uk>
1051 * sysdeps/unix/sysv/linux/arm/ioperm.c: New file.
1052 Implementation of inb, outb etc for ARM systems.
1053 * sysdeps/unix/sysv/linux/arm/sys/io.h: Likewise.
1054 * sysdeps/unix/sysv/linux/arm/Versions: Add appropriate
1055 entries for the above.
1057 1998-12-21 Ulrich Drepper <drepper@cygnus.com>
1059 * nss/db-Makefile (shadow.db): Create file with correct protections.
1060 Based on a patch by Joel Klecker <espy@debian.org>.
1062 * inet/gethstbynm_r.c: Remove NEED__RES definition since we do this
1063 anyway for digits_dots.c.
1064 * nss/getXXbyYY.c: Initialize _res before using digits_dots.c
1066 * nss/getXXbyYY_r.c: Likewise.
1068 1998-12-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1070 * sunrpc/key_call.c (getkeyserv_handle): Use __fcntl instead of
1073 1998-12-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1075 * locale/weight.h (get_weight): Extract string elements as
1078 1998-12-06 Mark Kettenis <kettenis@phys.uva.nl>
1080 Reverse the change of 1998-04-22. Providing a struct dirent with
1081 different members when __USE_FILE_OFFSET64 is defined is asking
1082 for trouble. Instead add the necessary LFS magic to the 4.4BSD
1084 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Add LFS definitions.
1085 * sysdeps/mach/hurd/bits/dirent.h: Removed.
1086 * sysdeps/mach/hurd/readdir64.c: Removed.
1087 * sysdeps/mach/hurd/readdir64_r.c: Removed.
1089 1998-12-20 Roland McGrath <roland@baalperazim.frob.com>
1091 * sysdeps/generic/bits/mman.h [__USE_MISC] (MAP_ANONYMOUS): Define as
1094 * stdio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
1095 Remove decls. They don't exist at all on the Hurd.
1097 * sunrpc/svc_unix.c, sunrpc/clnt_unix.c: Avoid using `struct cmsghdr'
1098 and `struct ucred' #ifndef SCM_CREDENTIALS.
1100 * sunrpc/publickey.c (getsecretkey): Use `&errno' instead of
1101 `__errno_location ()'; means the same, works for Hurd.
1103 * sysdeps/mach/hurd/Makefile (subdirs): Don't elide sunrpc.
1105 1998-12-18 Ulrich Drepper <drepper@cygnus.com>
1107 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Include
1108 features.h and stddef.h.
1109 * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h (struct
1110 sigaltstack): Move ss_size field at the end.
1111 Patches by Jeff Bailey <jbailey@nisa.net>.
1113 * time/getdate.c (check_mday): tm_mon contains values from 0 to 11,
1116 * manual/texinfo.tex: Update to latest version.
1118 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add ipc.
1119 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1120 Patch by Cristian Gafton <gafton@redhat.com>.
1122 1998-12-17 Ulrich Drepper <drepper@cygnus.com>
1124 * iconvdata/gconv-modules: Add remaining aliases from Internet
1127 * iconv/gconv_int.h (gconv_module): Add new element from_regex_mem.
1128 * iconv/gconv_conf.c (module_compare): Make s1 and s2 const.
1129 (detect_conflict): New function.
1130 (add_alias): Call detect_conflict to see whether there is already
1131 a module for the new name.
1132 (add_module): Make sure there is no alias for the new name.
1133 (read_conf_file): Call add_alias with new argument.
1134 (__gconv_read_conf): Don't destroy module tree immediately after
1135 walking it. We need it to test the internal conversions for
1137 * iconv/gconv_db.c (find_derivation): Don't allocate memory for
1138 regular expression. There is now room in the module descriptor.
1139 (free_mem): Don't free memory for regular expression.
1141 * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_IRDA, PF_IRDA and
1144 * sunrpc/clnt_unix.c (clntunix_destroy): Use __close not close.
1145 * libio/oldtmpfile.c: Likewise.
1146 * libio/oldiofdopen.c: Use __fcntl instead fcntl.
1147 * sysdeps/posix/profil.c: Use __sigaction instead of sigaction.
1149 * iconvdata/iso646.c (gconv_init): Return correct error value if we
1151 * iconvdata/iso-2022-jp.c: Likewise.
1153 * iconv/gconv_db.c (gen_steps): Respect error return value from
1154 init functions and abort.
1156 * iconvdata/iso646.c: Recognize NF_Z_62-010_1973 as charset name.
1158 1998-12-17 H.J. Lu <hjl@gnu.org>
1160 * sunrpc/rpc/xdr.h (XDR_DESTROY): Add ';'.
1161 (xdr_destroy): Likewise.
1163 1998-12-17 Ulrich Drepper <drepper@cygnus.com>
1165 * login/login.c: Determine pts/3 as terminal name if path is
1166 /dev/pts/3. This is consistent with getlogin. [PR libc/906]
1168 1998-12-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1170 * sysdeps/posix/tempname.c (__path_search): Add casts for format
1173 1998-12-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1175 * sunrpc/rpc/xdr.h (XDR_DESTROY, xdr_destroy): Avoid dangling else
1177 (IXDR_PUT_INT32): Fully parenthesize parameters.
1178 (IXDR_GET_LONG, IXDR_PUT_LONG): Mark GCC extension. Fully
1179 parenthesize parameter.
1181 1998-12-16 Ulrich Drepper <drepper@cygnus.com>
1183 * iconvdata/gconv-modules: Add some of the charset name aliases
1184 used in Internet standards.
1186 1998-12-16 Ulrich Drepper <drepper@cygnus.com>
1188 * version.h (VERSION): Bump to 2.0.107.
1190 * sysdeps/i386/i486/bits/string.h: Pretty printing.
1192 1998-12-16 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1194 * sunrpc/rpc/xdr.h: Revert patch from 1998-12-14, partly revert
1195 patch from 1998-12-01.
1197 1998-12-16 Roland McGrath <roland@baalperazim.frob.com>
1199 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Define this #ifdef
1200 __USE_BSD as well as #ifdef __USE_GNU, so MAXSYMLINKS can use it.
1201 Reported by UCHIYAMA Yasushi <uch@nop.or.jp>
1203 1998-12-16 Ulrich Drepper <drepper@cygnus.com>
1205 * iconvdata/ibm866.c: New file.
1206 * iconvdata/cp1258.c: New file.
1207 * iconvdata/cp1258.h: New file.
1208 * iconvdata/mac-uk.c: New file.
1209 * iconvdata/gconv-modules: Add rules for new modules.
1210 * iconvdata/Makefile: Likewise.
1212 * sysdeps/gnu/bits/ipc.h: Move libc internal bits to...
1213 * include/bits/ipc.h: ..here. New file.
1215 1998-12-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1217 * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Don't change
1218 read-only struct termios_p* but change k_termios member directly.
1220 1998-12-15 H.J. Lu <hjl@gnu.org>
1222 * sysdeps/posix/tempname.c (__path_search): Fix the maximum
1225 1998-12-15 Ulrich Drepper <drepper@cygnus.com>
1227 * sysdeps/unix/sysv/linux/msgctl.c: Use INLINE_SYSCALL.
1228 * sysdeps/unix/sysv/linux/msgget.c: Likewise.
1229 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
1230 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
1231 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
1232 * sysdeps/unix/sysv/linux/semget.c: Likewise.
1233 * sysdeps/unix/sysv/linux/semop.c: Likewise.
1234 * sysdeps/unix/sysv/linux/shmat.c: Likewise.
1235 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
1236 * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
1237 * sysdeps/unix/sysv/linux/shmget.c: Likewise.
1238 * sysdeps/unix/sysv/linux/syscalls.list: Remove ipc syscall here.
1239 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add ipc syscall here.
1241 * time/strftime.c: Remove 'f' format.
1243 * time/strptime.c (get_number): Ignore trailing whitespace.
1244 (strptime_internal): Handle 'F' and 'k' formats.
1246 * sysdeps/posix/tempname.c (__path_search): Add second part of the
1247 patch by Andreas Jaeger.
1249 1998-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1251 * stdio-common/tst-tmpnam.c (main): Use void as parameter to avoid
1252 warnings about unused args. Fix comment.
1254 1998-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1256 * sysdeps/posix/tempname.c (__path_search): Correct last patch.
1258 1998-12-14 Ulrich Drepper <drepper@cygnus.com>
1260 * sunrpc/rpc/xdr.h (IXDR_GET_INT32): Case pointer before reading from
1262 (IXDR_PUT_INT32): Likewise for writing.
1263 Patch by Bruce Elliott <bde@nwlink.com>.
1265 1998-12-08 H.J. Lu <hjl@gnu.org>
1267 * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Don't clear
1268 the IBAUD0 bit in c_iflag.
1270 * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear the
1271 the IBAUD0 bit in c_iflag.
1273 1998-12-14 Ulrich Drepper <drepper@cygnus.com>
1275 * time/Makefile (tests): Add tst-strptime.
1276 * time/tst-strptime.c: New file.
1277 * time/strptime.c: Correct bugs in weekday and yearday computation.
1279 1998-12-14 Ulrich Drepper <drepper@cygnus.com>
1281 * time/strptime.c (strptime_internal): Set tm_wday and tm_yday in
1282 any of tm_year, tm_mon, or tm_mday was changed and the value
1283 itself wasn't specified.
1285 * include/stdio.h: Add new parameter to __path_search.
1286 * libio/oldtmpfile.c: Add 0 as new parameter to __path_search.
1287 * stdio-common/tmpfile.c: Likewise.
1288 * stdio-common/tmpfile64.c: Likewise.
1289 * stdio-common/tmpnam.c: Likewise.
1290 * stdio-common/tmpnam_r.c: Likewise.
1291 * stdio-common/tempnam.c: Add 1 as new parameter to __path_search.
1292 * sysdeps/posix/tempname.c: Add new parameter. If value is nonzero
1293 consider TMPDIR environment variable and dir parameter. Otherwise not.
1294 * stdio-common/Makefile (tests): Add tst-tmpnam.
1295 * stdio-common/tst-tmpnam.c: New file.
1297 * po/es.po: Update from translation team.
1299 1998-12-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1301 * timezone/Makefile: Protect inclusion of z.* by avoid-generated
1302 and inhibit_timezone_rules instead of no_deps.
1303 * Make-dist: Pass inhibit_timezone_rules=t when making
1306 1998-12-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1308 * manual/Makefile (distribute): Remove dir-add.texinfo.
1310 * sysdeps/unix/sysv/linux/powerpc/Dist: Add sys/procfs.h and
1313 1998-12-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1315 * manual/Makefile (stamp-summary): Use ^L as separator for
1317 * manual/arith.texi: Add comments before all @deffoox lines to get
1318 them added to the summary.
1319 * manual/creature.texi: Likewise.
1320 * manual/math.texi: Likewise.
1322 1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1324 * math/libm-test.c: Remove macro ISINF. Change all usages of
1327 1998-12-13 Ulrich Drepper <drepper@cygnus.com>
1329 * sysdeps/posix/tempname.c: Use __xstat instead of __stat.
1330 * sysdeps/unix/grantpt.c: Likewise.
1331 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
1332 * sysvipc/ftok.c: Likewise.
1333 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1335 * stdlib/test-canon.c: Define PATH_MAX if the system does not.
1336 * string/stratcliff.c: Use MAP_ANON instead of MAP_ANONYMOUS.
1337 Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
1339 1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1341 * sysdeps/alpha/fpu/fsetexcptflg.c: Avoid -Wparentheses warning.
1343 * sysdeps/libm-ieee754/s_expm1.c (__expm1): Avoid -Wparentheses
1345 * sysdeps/libm-ieee754/s_log1p.c (__log1p): Likewise.
1346 * sysdeps/libm-ieee754/e_logf.c (__ieee754_logf): Likewise.
1347 * sysdeps/libm-ieee754/s_expm1f.c (__expm1f): Likewise.
1348 * sysdeps/libm-ieee754/e_log.c (__ieee754_log): Likewise.
1349 * sysdeps/libm-ieee754/s_log1pf.c (__log1pf): Likewise.
1351 1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1353 * sunrpc/svc_udp.c (svcudp_bufcreate): Declare len as socklen_t.
1354 (svcudp_recv): Likewise.
1356 1998-12-13 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1358 * nis/nss-nisplus.h: Change some mappings of NIS+ errors to
1359 NSS error codes to avoid endless loops.
1361 1998-12-13 Ulrich Drepper <drepper@cygnus.com>
1363 * iconvdata/gconv-modules: Correct aliases for ISO-8859-13 and add
1364 aliases for ISO-8859-14.
1366 1998-12-12 Geoff Keating <geoffk@ozemail.com.au>
1368 * posix/fnmatch.c (fnmatch): Arguments to FOLD must not have
1371 1998-12-12 Ulrich Drepper <drepper@cygnus.com>
1373 * iconvdata/iso-8859-11.h: ISO 8859-11 conversion data.
1374 * iconvdata/iso-8859-11.c: ISO 8859-11 conversion module.
1375 * iconvdata/iso-8859-13.c: Likewise for 8859-13.
1376 * iconvdata/iso-8859-14.c: Likewise for 8859-14.
1377 * iconvdata/iso-8859-15.c: Likewise for 8859-15.
1378 * iconvdata/gconv-modules: Add rules for new modules.
1379 * iconvdata/Makefile: Likewise.
1381 1998-12-12 Ulrich Drepper <drepper@cygnus.com>
1383 * stdio-common/printf_fp.c: #ifdef out long double handling code if
1384 __NO_LONG_DOUBLE_MATH is defined to avoid warnings.
1385 * stdio-common/printf_fphex.c: Likewise.
1386 * stdio-common/printf-size.c: Likewise.
1388 1998-12-12 Ulrich Drepper <drepper@cygnus.com>
1390 * login/Makefile: Install pt_chown using INSTALL_PROGRAM.
1391 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1393 1998-12-11 Ulrich Drepper <drepper@cygnus.com>
1395 * sysdeps/powerpc/dl-machine.h (elf_machine_matches_host): Mark
1396 static inline, not extern inline.
1397 (elf_machine_dynamic): Likewise.
1398 (elf_machine_lazy_rel): Likewise.
1399 (elf_machine_plt_value): Likewise.
1400 * sysdeps/powerpc/backtrace.c: Include stddef.h to get NULL
1402 Patchess by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1404 * sysdeps/mips/dl-machine.h (elf_machine_rel): Fixl_addr parameter
1405 type. Reported by job bogan <job@piquin.uchicago.edu>.
1407 * sysdeps/unix/opendir.c (__opendir): Use __xstat instead of
1410 1998-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1412 * inet/netinet/in.h: Change obsolete structure member
1413 ipv6mr_ifindex to new ipv6mr_interface.
1415 1998-12-11 Ulrich Drepper <drepper@cygnus.com>
1417 * sysdeps/ieee754/dbl2mpn.c: Changed '#include "ieee754.h"' to
1418 '#include <ieee754.h>'. ARM port has its own version of 'ieee754.h'
1419 due to its big endian floating point format.
1420 * sysdeps/ieee754/ldbl2mpn.c: Likewise.
1421 * sysdeps/ieee754/mpn2dbl.c: Likewise.
1422 * sysdeps/ieee754/mpn2ldbl.c: Likewise.
1423 * sysdeps/ieee754/mpn2flt.c: Likewise.
1424 Patch by Scott Bambrough <scottb@corelcomputer.com>.
1426 1998-12-10 Ulrich Drepper <drepper@cygnus.com>
1428 * sysdeps/unix/sysv/linux/adjtime.c: Undo last change.
1430 * posix/PTESTS: Fix typo.
1432 * po/es.po: Update from translation team.
1433 * po/fr.po: Likewise.
1435 1998-12-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1437 * nis/nss_compat/compat-pwd.c: Fix handling of +/- entries.
1439 1998-12-10 Ulrich Drepper <drepper@cygnus.com>
1441 * sunrpc/Makefile: Call rpcgen program which -Y parameter so that
1442 it can find the preprocessor.
1444 1998-12-09 Geoff Keating <geoffk@ozemail.com.au>
1446 * sysdeps/unix/sysv/linux/sys/procfs.h: Use sys/user.h not
1448 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
1450 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: New file,
1451 like linux/sys/procfs.h but uses uid_t and gid_t.
1452 * sysdeps/unix/sysv/linux/powerpc/sys/user.h: New file,
1453 don't include <linux/ptrace.h>.
1455 1998-12-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1457 * posix/runptests.c (main): Check that regcomp did not succeed
1459 * posix/runtests.c (run_a_test): Likewise. Return appropriate
1461 * posix/TESTS: Regexp "a[b-a]" should not compile.
1462 * posix/PTESTS: Comment out bogus tests GA113(2), GA145(2) and
1465 1998-12-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1467 * locale/programs/ld-ctype.c (allocate_arrays): Don't crash if
1468 there is no codeset name.
1469 * locale/programs/ld-collate.c (collate_output): Don't crash if a
1470 character has no weight.
1472 1998-12-10 Ulrich Drepper <drepper@cygnus.com>
1474 * inet/getnetgrent_r.c (innetgr): Check host and domain name with
1475 strcasecmp, not strcmp. [PR libc/894].
1477 1998-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1479 * posix/regex.h: Declare re_comp, re_exec if compiling for libc to
1482 * wctype/wctype.h: Add prototypes for __iswblank_l and iswblank.
1484 1998-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1486 * sysdeps/unix/sysv/linux/gethostid.c: Include <netdb.h> to get
1487 prototype for __gethostbyname_r.
1489 * include/time.h: Add declarations of internal interfaces.
1491 * time/tzset.c: Remove declarations of internal interfaces.
1492 * time/gmtime.c: Likewise.
1493 * time/localtime.c: Likewise.
1494 * time/offtime.c: Likewise.
1495 * time/tzfile.c: Likewise.
1497 1998-12-01 09:47 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
1499 * sysdeps/unix/sysv/linux/sys/timex.h: Copy out
1500 user-space-relevant definitions from linux/timex.h of kernel
1501 2.1.130 and remove include of kernel header.
1503 * sysdeps/unix/sysv/linux/adjtime.c: Remove portability crud.
1505 1998-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1507 * posix/regex.c: Get regex.h from system path, not from local
1510 * posix/regex.h: Move internal interfaces to ...
1511 * include/regex.h: ...here.
1513 * posix/unistd.h: Move internal interfaces to ...
1514 * include/unistd.h: ...here.
1516 * math/math.h: Move internal interfaces to ...
1517 * include/math.h: ...here.
1519 * posix/glob.h: Move internal interfaces to ...
1520 * include/glob.h: ...here.
1522 * string/string.h: Move internal interfaces to ...
1523 * include/string.h: ...here.
1525 * time/sys/time.h: Move internal interfaces to ...
1526 * include/sys/time.h: ...here.
1528 * resolv/netdb.h: Move internal interfaces to ...
1529 * include/netdb.h: ...here.
1531 1998-12-08 Ulrich Drepper <drepper@cygnus.com>
1533 * iconvdata/eucjp.c: Handle Yen in overscore conversion from ISO 10646
1535 * iconvdata/iso-2022-jp.c: Handle Kana in 2022-JP2 correctly
1536 Fix various bugs in conversion routine.
1537 * iconvdata/jis0201.h: Correct variable name.
1538 * iconvdata/jis0208.c: Correct script to generate tables and regenerate
1540 * iconvdata/jis0208.h: Likewise.
1541 * iconvdata/jis0212.c: Likewise.
1542 * iconvdata/sjis.c: Likewise.
1543 Patch by HANATAKA Shinya <hanataka@abyss.rim.or.jp>.
1545 1998-12-07 Ulrich Drepper <drepper@cygnus.com>
1547 * sysdeps/unix/sysv/linux/speed.c (IBAUD0): New definition. Bit
1548 set in c_iflag if cfsetispeed is call with SPEED set to zero.
1549 (cfgetispeed): Return zero if prior if IBAUD0 is set.
1550 (cfsetospeed): Clear IBAUD0 bit.
1551 (cfgetispeed): Set IBAUD0 bit if necessary.
1552 * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear
1553 the IBAUD0 bit in c_iflag when making the system call.
1554 Work around a Linux kernel bug which silently changes the
1555 PARENB/CREAD/CSIZE bits in c_cflag on pty.
1556 * sysdeps/unix/sysv/linux/speed.c (cfsetispeed): Make a real
1557 function. Don't set speed is SPEED parameter is zero since this
1558 means set it to the output speed.
1559 Based on a patch by H.J. Lu <hjl@gnu.org>.
1561 * version.h (VERSION): Bump to 2.0.106.
1563 * Makeconfig (link-libc-static): Don't use link-libc since this
1564 includes the shared object. Use gnulib only.
1566 * configure.in: Disable --disable-static.
1568 1998-12-07 12:06 Ulrich Drepper <drepper@cygnus.com>
1570 * po/de.po: Update from translation team.
1571 * po/ko.po: Likewise.
1573 1998-12-07 Richard Henderson <rth@cygnus.com>
1575 * sysdeps/unix/sysv/linux/alpha/select.S: Save a4 through
1578 1998-12-05 Roland McGrath <roland@baalperazim.frob.com>
1580 * sysdeps/mach/hurd/pselect.c: New file.
1582 * sysdeps/mach/hurd/poll.c: New file.
1584 * hurd/Makefile (routines): Add hurdselect.
1585 * hurd/hurdselect.c: New file.
1586 (_hurd_select): New function, guts taken from ...
1587 * sysdeps/mach/hurd/select.c (__select): ... here.
1588 Now work by just calling _hurd_select.
1589 * hurd/hurd/fd.h: Declare _hurd_select.
1591 1998-12-05 Roland McGrath <roland@baalperazim.frob.com>
1593 * time/strptime.c: Fix unterminated comment in last change.
1595 1998-12-05 Ulrich Drepper <drepper@cygnus.com>
1597 * ctype/ctype.h (_ISbit): Protect use of parameter with
1599 * wctype/wctype.h (_ISwbit): Likewise.
1601 * locale/Versions: Make experimental locale interface available in
1604 * sysdeps/gnu/bits/utmp.h (struct exit_status): Define members
1605 without leading __ only for __USE_GNU.
1606 * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise.
1608 1998-12-04 Ulrich Drepper <drepper@cygnus.com>
1610 * argp/argp.h: Add __restrict.
1611 * dirent/dirent.h: Likewise.
1612 * elf/dlfcn.h: Likewise.
1613 * grp/grp.h: Likewise.
1614 * iconv/iconv.h: Likewise.
1615 * inet/aliases.h: Likewise.
1616 * libio/libio.h: Likewise.
1617 * libio/stdio.h: Likewise.
1618 * locale/locale.h: Likewise.
1619 * misc/mntent.h: Likewise.
1620 * posix/wordexp.h: Likewise.
1621 * pwd/pwd.h: Likewise.
1622 * resolv/netdb.h: Likewise.
1623 * rt/aio.h: Likewise.
1624 * stdio-common/printf.h: Likewise.
1625 * stdlib/monetary.h: Likewise.
1626 * stdlib/stdlib.h: Likewise.
1627 * string/argz.h: Likewise.
1628 * string/envz.h: Likewise.
1629 * string/string.h: Likewise.
1630 * time/time.h: Likewise.
1632 1998-12-04 Zack Weinberg <zack@rabi.phys.columbia.edu>
1634 * misc/sys/cdefs.h: Only include features.h if _FEATURES_H isn't
1635 defined. gcc's redundant include optimizer isn't clever enough to
1636 prevent a reinclusion here.
1637 Define __restrict to the empty string only if not GCC or
1638 GCC version less than 2.92.
1640 1998-12-03 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1642 * sysdeps/unix/sysv/linux/configure.in: Fix last change.
1644 1998-12-03 Mark Kettenis <kettenis@phys.uva.nl>
1646 * time/strptime.c (strptime_internal): Make use of `%C' format
1647 specifier if it is seen together with the `%y' specifier.
1649 1998-12-04 Ulrich Drepper <drepper@cygnus.com>
1651 * po/sk.po: New file.
1653 1998-12-03 Scott Bambrough <scottb@corelcomputer.com>
1655 * sysdeps/arm/dl-machine.h (dl_start_user): Incorrect address
1656 for _dl_main_searchlist passed to _dl_init_next.
1658 1998-12-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1660 * math/libm-test.c: Expand literal tabs in strings. Normalize
1663 1998-12-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1665 * sysdeps/unix/sysv/linux/sys/fsuid.h: Fix spelling.
1667 1998-12-04 Mark Kettenis <kettenis@phys.uva.nl>
1669 Provide backwards binary compatibility for the Hurd.
1670 * hurd/geteuids.c [PIC && DO_VERSIONING]: Make __getuids a weak
1672 * hurd/Versions [GLIBC_2.0]: Add __getuids,
1673 __hurd_file_name_lookup and _hurd_umask.
1674 [GLIBC_2.1]: Add _hurd_proc_init.
1675 * hurd/Makefile [versioning] (routines): Add compat-20.
1676 (shared-only-routines): Likewise.
1677 * hurd/hurdinit.c (_hurd_new_proc_init): Renamed from
1678 _hurd_proc_init. Use it as the default _hurd_proc_init version
1680 * hurd/compat-20.c: New file.
1681 * mach/Versions [GLIBC_2.0]: Add __vm_allocate.
1683 1998-12-02 Ulrich Drepper <drepper@cygnus.com>
1685 * elf/elf.h: Add R_MIPS_JALR and adjust R_MIPS_NUM appropriately.
1687 1998-12-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1689 * inet/Versions: Remove inet6_isipv4mapped.
1691 1998-12-02 Philip Blundell <pb@nexus.co.uk>
1693 * inet/in6_addr.c (inet6_isipv4mapped): Obsolete, deleted.
1695 1998-11-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1697 * manual/time.texi (Formatting Date and Time): Fix typo.
1699 1998-11-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1701 * sysdeps/unix/sysv/linux/configure.in: Only check for symlinks
1702 when configuring natively. Use autoconf macros instead of rolling
1703 our own. Handle defaulted prefix.
1705 1998-12-01 Ulrich Drepper <drepper@cygnus.com>
1707 * version.h (VERSION): Bump to 2.0.105.
1709 * sysdeps/generic/Dist: Add bits/libc-tsd.h.
1711 * sysdeps/mach/hurd/Dist: Add bits/libc-tsd.h.
1713 * sysdeps/unix/sysv/linux/mips/Dist: Add xstatconv.c.
1715 1998-11-29 1998 H.J. Lu <hjl@gnu.org>
1717 * libio/genops.c (_IO_unbuffer_write): Renamed from
1719 (_IO_cleanup): Call _IO_unbuffer_write instead of
1722 1998-12-01 Ulrich Drepper <drepper@cygnus.com>
1724 * intl/localealias.c: Use *_unlocked version of stdio function if
1725 _LIBC_REENTRANT is defined, not _LIBC.
1727 1998-12-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1729 * include/grp.h: Add prototypes for internal functions
1730 __getgrgid_r and __getgrnam_r.
1732 * inet/herrno.c: Include <netdb.h> for prototype, undef h_errno.
1734 * resolv/nsap_addr.c: Include <arpa/inet.h> for inet_nsap_addr and
1735 inet_nsap_ntoa prototypes.
1737 1998-12-01 Ulrich Drepper <drepper@cygnus.com>
1739 * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Pass -I option
1740 to gcc to have it find the correct system header.
1741 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1743 * Makefile (postclean): Add sysd-sorted.
1744 Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1746 1998-12-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1748 * sunrpc/auth_des.c: Use new XDR int32 functions for integers.
1749 * sunrpc/rpc/xdr.h: Add IXDR INT32 functions.
1750 * sunrpc/rpc_hout.c: Remove (u_long) casts in defines to avoid
1751 conflicts with new solaris version.
1752 * sunrpc/rpc_main.c: Fix bug in generating Makefile name (malloc
1753 doesn't zero allocated memory).
1754 * sunrpc/rpc_svcout.c: Local variables now starts with a _ to avoid
1755 conflicts with xdr functions. Solves PR libc/877.
1756 * nis/rpcsvc/nis.x: Use always uint32_t.
1757 * nis/rpcsvc/nis.h: Likewise.
1758 * nis/rpcsvc/nis_object.x: Likewise.
1760 1998-12-01 Ulrich Drepper <drepper@cygnus.com>
1762 * math/libm-test.c: Various cleanups. Patch by Zack Weinberg.
1764 * sysdeps/unix/sysv/linux/alpha/setfpucw.c: Use correct type for
1765 parameter. Patch by Christian Gafton.
1767 * string/envz.h: Add prototype for envz_remove.
1768 Reported by Andreas Jaeger.
1770 1998-11-30 Mark Kettenis <kettenis@phys.uva.nl>
1772 * mach/Versions [libc, GLIBC_2.0]: Add __spin_lock,
1773 __spin_lock_init, __mutex_lock, __mutex_trylock,
1775 Remove get_priviliged_ports. Moved to hurd/Versions.
1777 * hurd/Versions [libc, GLIBC_2.0]: Add _end. This makes the Hurd
1778 brk implementation see the end of the data segment of the program
1779 instead of the shared library.
1780 Add __hurd_errno_location. This inline function is used in user
1782 Add _hurd_critical_section_lock, _hurd_critical_section_unlock,
1783 _hurd_fd_get, _hurd_port_free, _hurd_port_get,
1784 _hurd_port_locked_get. These inline functions are used by macros
1785 used in mail.local in the Hurd distribution.
1786 Add get_privileged_ports. Moved here from mach/Versions.
1787 Remove __hurd_file_name_lookup, __hurd_file_name_lookup_retry,
1788 __hurd_file_name_split, __hurd_file_name_path_lookup. These are
1789 not used outside libc.
1791 1998-11-30 Mark Kettenis <kettenis@phys.uva.nl>
1793 * hurd/hurdstartup.c: Really include set-hooks.h with <> instead
1796 1998-11-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1798 * sunrpc/Makefile: Add xdr_intXX_t to routines.
1799 * sunrpc/Versions: Add xdr_int8_t, xdr_uint8_t, xdr_in16_t and
1801 * sunrpc/rpc/xdr.h: Add prototypes for new xdr_intXX_t functions.
1802 * sunrpc/xdr.c: Remove xdr_int32_t and xdr_uint32_t.
1803 * sunrpc/xdr_intXX_t.c: New, contains all xdr_intXX_t functions.
1806 * nis/nss_nis/nis-service.c: Include generated prototype for parser.
1808 1998-11-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1810 * nscd/nscd_getpw_r.c: Include nscd_proto.h for prototypes.
1812 * sysdeps/generic/errno-loc.c: Include <errno.h> for prototype,
1813 undefine errno to get variable.
1815 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Include <sys/fsuid.h>
1816 instead of <unistd.h> for prototype.
1817 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
1819 1998-11-30 Ulrich Drepper <drepper@cygnus.com>
1821 * misc/err.h: Correct comments and use protected attribute keywords.
1822 Reported by Joseph Myers <jsm28@cam.ac.uk>.
1824 1998-11-29 Roland McGrath <roland@baalperazim.frob.com>
1826 * malloc/thread-m.h [_LIBC]: Include <bits/libc-tsd.h>, and
1827 remove tsd stuff from pthreads/cthreads libc sections.
1828 Use __libc_tsd_define for MALLOC key.
1829 [_LIBC] (tsd_key_t, tsd_key_create): Define to a zero-size type and a
1830 no-op, respectively.
1831 [_LIBC] (tsd_setspecific, tsd_getspecific): Use __libc_tsd_get/set.
1833 * elf/dl-error.c: Include <bits/libc-tsd.h>.
1834 Use __libc_tsd_define for DL_ERROR key.
1835 (tsd_setspecific, tsd_getspecific): Rewritten using __libc_tsd_get/set.
1837 * sysdeps/mach/hurd/bits/libc-tsd.h: New file.
1838 * sysdeps/generic/bits/libc-tsd.h: New file.
1839 * Makefile (distribute): Add bits/libc-tsd.h.
1841 1998-10-12 Roland McGrath <roland@baalperazim.frob.com>
1843 * elf/dl-error.c: Remove kludge to check for ld.so load address.
1844 There is no need if weak undefined symbols are not used in ld.so;
1845 see linuxthreads/ChangeLog for changes to files
1846 linuxthreads/sysdeps/pthread/bits/libc-lock.h and
1847 linuxthreads/sysdeps/pthread/bits/libc-tsd.h.
1849 1998-11-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1851 * sysdeps/i386/bits/string.h (__memset_cc): Fix typo (s->__s).
1853 * sysdeps/i386/i486/bits/string.h: Add prototypes for all new
1855 * sysdeps/i386/bits/string.h: Likewise.
1857 1998-11-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1859 * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Remove ipc_kludge.
1861 1998-11-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1863 * db2/progs/db_load/db_load.c (main): Avoid -Wparentheses warning.
1865 1998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
1867 * sysdeps/mach/hurd/dl-sysdep.c: Do not define
1868 __hurd_threadvar_max. Add comment explaining why we define
1869 __hurd_threadvar_stack_offset and __hurd_threadvar_stack_mask here.
1871 1998-07-29 Mark Kettenis <kettenis@phys.uva.nl>
1873 * sysdeps/mach/hurd/dl-sysdep.c (__hurd_sigthread_stack_base,
1874 __hurd_sigthread_stack_end, __hurd_sigthread_variables): Define to
1875 prevent inclusion of Hurd signal handling code.
1876 (__libc_write): New function.
1877 (_dl_sysdep_output): Removed. The implementation in
1878 `elf/dl-misc.c' now also works for the Hurd.
1880 1998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
1882 * hurd/hurdstartup.c: Do not include hurdmalloc.h; _hurd_startup
1883 does not use any of malloc/realloc/free anymore. Include
1884 set-hooks.h with <> instead of "".
1886 1998-11-29 Roland McGrath <roland@baalperazim.frob.com>
1888 * sunrpc/svc_unix.c (__msgread): Move ON local var inside block
1889 within #ifdef SO_PASSCRED. Avoids unused var when no SO_PASSCRED.
1890 * sunrpc/clnt_unix.c (__msgread): Likewise.
1892 1998-11-28 Roland McGrath <roland@baalperazim.frob.com>
1894 * hurd/setuids.c: Renamed to ...
1895 * hurd/seteuids.c: this.
1896 (setuids): Renamed to seteuids.
1897 * hurd/getuids.c: Renamed to ...
1898 * hurd/geteuids.c: this.
1899 (__getuids): Renamed to geteuids, no aliases.
1900 * hurd/hurd.h (geteuids, seteuids): Declare them.
1901 * hurd/Versions: Replace getuids; __getuids with geteuids; seteuids.
1902 * hurd/Makefile (routines): Updated.
1904 1998-11-29 Ulrich Drepper <drepper@cygnus.com>
1906 * sysdeps/generic/segfault.c (install_handler): Correct test for
1907 SEGFAULT_HANDLER=all.
1908 Patch by Zack Weinberg.
1910 1998-11-28 23:23 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
1912 * sysdeps/unix/sysv/linux/configure.in: Test for symlinks in
1913 $prefix/include that may be clobbered on installation.
1915 1998-11-27 Philip Blundell <pb@nexus.co.uk>
1917 Fixes to allow compilation with static NSS:
1918 * nss/Makefile: Make explicit the dependency of getent on
1920 [build_static_nss]: Define $(otherlibs) appropriately.
1921 * nss/Depend: Add a dependency on `resolv'.
1923 1998-11-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1925 Partial support for MIPS ISO C 9x exception handling:
1926 * sysdeps/mips/fclrexcpt.c: New file.
1927 * sysdeps/mips/ftestexcept.c: New file.
1928 * sysdeps/mips/fgetexcptflg.c: New file.
1929 * sysdeps/mips/fesetround.c: New file.
1930 * sysdeps/mips/fegetround.c: New file.
1931 * sysdeps/mips/fegetenv.c: New file.
1932 * sysdeps/mips/fesetenv.c: New file.
1933 * sysdeps/mips/feupdateenv.c: Likewise.
1934 * sysdeps/mips/bits/fenv.h: New file.
1936 1998-11-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1938 * sysdeps/unix/sysv/linux/mips/bits/signum.h: Remove inclusion of
1939 <asm/signal.h> and add needed symbols from <asm/signal.h>; bring
1940 in sync with linux specific version.
1942 Patches by Ralf Baechle <ralf@uni-koblenz.de> for mips-linux:
1944 * sysdeps/unix/mips/sysdep.S: Define _errno as weak_alias, rewrite
1947 * sysdeps/unix/sysv/linux/mips/ustat.c: Use INLINE_SYSCALL instead
1948 of calling __syscall_*.
1949 * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
1951 * sysdeps/unix/sysv/linux/mips/syscalls.list: Update entries.
1953 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Add missing SYS_*
1954 constants, correct values according to Linux 2.1.130.
1956 * sysdeps/unix/sysv/linux/mips/pwrite.c: New file.
1957 * sysdeps/unix/sysv/linux/mips/pwrite64.c: New file.
1958 * sysdeps/unix/sysv/linux/mips/pread.c: New file.
1959 * sysdeps/unix/sysv/linux/mips/pread64.c: New file.
1961 * sysdeps/mips/Makefile (sysdep_routines): Use += instead of a
1964 * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Remove ipc_kludge.
1966 * sysdeps/unix/sysv/linux/mips/xstatconv.c: New file.
1968 * sysdeps/unix/sysv/linux/mips/xstat.c: Removed.
1970 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: New file.
1972 * sysdeps/unix/sysv/linux/mips/kernel_termios.h: Add copyright
1973 message, change name of include protection, remove inclusion of
1976 * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
1977 (old_kernel_sigaction): Define.
1978 (struct kernel_sigaction): Rename sa_handler to k_sa_handler.
1980 * sysdeps/unix/sysv/linux/mips/bits/time.h: Removed, we can use
1981 the general linux version.
1982 * sysdeps/unix/sysv/linux/mips/bits/stat.h (_STAT_VER_KERNEL): Added.
1984 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Update file.
1986 1998-09-03 Philip Blundell <pb@nexus.co.uk>
1988 * sysdeps/arm/bits/endian.h (__FLOAT_WORD_ORDER): Define to big
1990 * math/math_private.h: Use __FLOAT_WORD_ORDER rather than
1992 * string/endian.h: If __FLOAT_WORD_ORDER wasn't defined by
1993 <bits/endian.h>, make it the same as __BYTE_ORDER.
1995 1998-11-27 Ulrich Drepper <drepper@cygnus.com>
1997 * math/math.h: Avoid using long double functions in generic macros
1998 if __NO_LONG_DOUBLE_MATH.
2000 * sysdeps/arm/dl-machine.h: Fix handling of weak undefined symbols
2001 during bootstrapping.
2002 * scripts/config.sub: Add Netwinder specific matches.
2003 Patch by Scott Bambrough <scottb@corelcomputer.com>.
2005 1998-11-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2007 * Makeconfig ($(common-objpfx)sysd-dirs): Use automatic variables
2009 ($(common-objpfx)sysd-sorted): Likewise.
2011 1998-11-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2013 * sysdeps/libm-ieee754/e_log.c (__ieee754_log): Add declaration of
2014 local variables t1,t2 only if needed.
2016 * sysdeps/libm-ieee754/e_atan2.c: Added braces to avoid compiler
2018 * sysdeps/libm-ieee754/s_truncf.c (__truncf): Likewise.
2019 * sysdeps/libm-ieee754/s_trunc.c (__trunc): Likewise.
2021 * sysdeps/mips/mul_1.S (Loop): Add closing comment to avoid
2024 1998-11-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2026 * math/math.h: Add brace to correct #if expression.
2028 1998-11-26 Philip Blundell <philb@gnu.org>
2030 Undo change of 1998-11-12:
2031 * sysdeps/unix/sysv/linux/netlink/netlink.h: Deleted.
2032 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
2034 * sysdeps/unix/sysv/linux/Dist: Likewise.
2036 1998-11-22 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2038 * nis/nis_print.c (nis_print_entry): Changes to match Solaris output.
2040 1998-11-26 Ulrich Drepper <drepper@cygnus.com>
2042 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): New defined macro.
2043 (elf_machine_got_rel): Remove scope variable. Use scope from the map.
2044 Don't modify _dl_global_scope_end in the end.
2045 (__dl_runtime_resolv): Also use scope from the map.
2046 * sysdeps/mips/mips64/dl-machine.h: Likewise.
2047 * elf/dl-runtime.c: Don't define fixup and profile_fixup if
2048 ELF_MACHINE_NO_PLT is defined.
2049 * sysdeps/mips/sys/ucontext.h: New file.
2050 Patches by kaz Kojima <kkojima@rr.iij4u.or.jp>.
2052 1998-11-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2054 * sysdeps/generic/pselect.c (__pselect): Change interface,
2055 set/restore sigmask.
2057 * misc/sys/select.h: Change declaration according to Stevens' Unix
2058 Network Programming.
2059 * include/sys/select.h (__pselect): Likewise.
2060 Reported by <bwelling@anomaly.munge.com> [PR libc/872].
2062 * include/fpu_control.h: New file, contains __setfpucw
2065 * sysdeps/generic/fpu_control.h: Remove __setfpucw declaration,
2066 it's an internal symbol.
2067 * sysdeps/alpha/fpu/fpu_control.h: Likewise.
2068 * sysdeps/arm/fpu/fpu_control.h: Likewise.
2069 * sysdeps/i386/fpu_control.h: Likewise.
2070 * sysdeps/m68k/fpu_control.h: Likewise.
2071 * sysdeps/powerpc/fpu_control.h: Likewise.
2072 * sysdeps/sparc/sparc32/fpu/fpu_control.h: Likewise.
2073 * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
2075 1998-11-25 Ulrich Drepper <drepper@cygnus.com>
2077 * version.h (VERSION): Bump to 2.0.104.
2079 1998-11-25 Mark Kettenis <kettenis@phys.uva.nl>
2081 * libio/bits/stdio.h (fread_unlocked): Add missing parentheses
2084 1998-11-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2086 * time/tzfile.c (__tzfile_read): Fix comment.
2088 1998-11-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2090 * Makerules (build-shlib): Pass -O1 down to linker to get
2091 optimized shared libraries.
2093 1998-11-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2095 * Makeconfig ($(common-objpfx)sysd-dirs): Cope with no Subdirs
2096 file. Strip "-" from inhibited subdir name. Combine into a
2098 ($(common-objpfx)sysd-sorted): Fix sed command.
2100 1998-11-25 Roland McGrath <roland@baalperazim.frob.com>
2102 * sysdeps/mach/hurd/i386/init-first.c (init): Restored as inline fn.
2103 Use constant _HURD_THREADVARS_MAX for temporary array size.
2105 * Makeconfig ($(common-objpfx)sysd-sorted): Use @ instead of / as sed
2106 s separator, since $(..) might contain a /.
2108 1998-11-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2110 * configure.in (mips): Fix typo (Replace ,, by ;;).
2112 * libio/Versions: Clean up entries.
2114 1998-11-23 Ulrich Drepper <drepper@cygnus.com>
2116 * sysdeps/i386/fpu/bits/mathinline.h: Add optimizations for lrint
2119 1998-11-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2121 * sysdeps/unix/sysv/linux/netinet/ip_fw.h: Removed. There are too
2122 many differences between the Linux 2.0 and 2.1 versions of this
2123 file and it's too difficult to convert all calls. The file should
2124 only be needed by the ipfw program which has to take care of the
2125 correct kernel version and include files.
2127 * sysdeps/unix/sysv/linux/Dist: Remove netinet/ip_fw.h.
2128 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise.
2130 1998-11-23 Ulrich Drepper <drepper@cygnus.com>
2132 * Makeconfig: Don't read sysd-sorted unless sysd-dirs is read.
2133 Patch by Zack Weinberg.
2135 * math/bits/mathcalls.h: Adjust comments. Remove gamma_r prototype.
2137 * sysdeps/i386/fpu/bits/mathinline.h: Make log2 only available if
2138 __USE_ISOC9X is defined. Provide rint optimization.
2140 1998-11-21 H.J. Lu <hjl@gnu.org>
2142 * libio/Versions (_IO_popen, _IO_proc_open, _IO_proc_close,
2143 popen, pclose): Add to GLIBC_2.1.
2145 * libio/Makefile (routines): Add oldiopopen and oldpclose.
2146 (shared-only-routines): Likewise.
2148 * libio/pclose.c (pclose): Make it default for GLIBC_2.1.
2149 * libio/iopopen.c (_IO_proc_open, _IO_popen, popen,
2150 _IO_proc_close): Likewise.
2152 * libio/iolibio.h (_IO_new_popen, _IO_old_popen, __new_pclose,
2153 __old_pclose): New prototypes.
2155 * libio/libioP.h (_IO_new_file_jumps): Removed.
2156 (_IO_old_proc_jumps): Added.
2157 (_IO_new_proc_open, _IO_old_proc_open): New prototypes.
2159 * libio/oldiopopen.c: New file.
2161 * libio/oldpclose.c: New file.
2163 1998-11-22 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2165 * nss/Makefile: Build and install getent.
2166 * nss/getent.c: New, get entries from administrative database.
2168 1998-11-22 Roland McGrath <roland@baalperazim.frob.com>
2170 * sysdeps/mach/hurd/i386/init-first.c (init): Provide temporary storage
2171 for the per-thread variables of the main user thread to make it
2172 possible to use malloc as soon as _hurd_preinit_hook has been run.
2173 For cthreads, copy values to new stack from there.
2174 For non-cthreads, malloc threadvar array here and copy from temp space.
2175 (init1): No longer initialize threadvars here.
2176 (doinit1): Made static void at top level.
2177 (init): Folded into [PIC] _init or [!PIC] doinit1, since GCC cannot
2178 inline a function that uses dynamic auto arrays.
2180 1998-11-20 Ulrich Drepper <drepper@cygnus.com>
2182 * version.h (VERSION): Bump to 2.0.103.
2184 * aclocal.m4 (LIBC_PROG_BINUTILS): Also add AR and RANLIB using the
2186 * configure.in: Don't define AR and RANLIB here.
2188 * inet/gethstbyad_r.c: Define NEED__RES_HCONV and POSTPROCESS for
2189 host name res_hconf code.
2190 * inet/gethstbynm_r.c: Likewise.
2191 * nss/getXXbyYY_r.c: Include resolv/res_hconf.h if NEED__RES_HCONF
2192 is defined. Call res_hconf_init if necessary. If POSTPROCESS is
2193 defined execute the code.
2194 * resolv/Makefile (routines): Add res_hconf.
2195 (headers): Add res_hconf.h.
2196 * resolv/res_hconf.c: Pretty print.
2197 * resolv/res_hconf.h: Likewise.
2199 1998-11-20 Ulrich Drepper <drepper@cygnus.com>
2201 * sysdeps/generic/bits/byteswap.h: Fix typos in non-GCC
2202 definitions. Reported by Scott Bambrough <scottb@corelcomputer.com>.
2204 1998-11-20 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2206 * math/libm-test.c: Raise some epsilons a bit.
2208 1998-11-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2210 * Makeconfig ($(common-objpfx)sysd-sorted): Fix portability problems.
2212 1998-11-20 Ulrich Drepper <drepper@cygnus.com>
2214 * Makefile (distribute): Add scripts/gen-sorted.awk.
2216 1998-11-19 Ulrich Drepper <drepper@cygnus.com>
2218 * posix/regex.c (regex_compile): Handle extra long class names
2221 1998-11-19 Geoff Keating <geoffk@ozemail.com.au>
2223 * elf/rtld.c (_dl_start): Handle weak undefined symbols in ld.so
2226 1998-11-19 Ulrich Drepper <drepper@cygnus.com>
2228 * misc/error.c: Undo last change.
2230 * ctype/Versions: Add _tolower and _toupper.
2232 1998-11-19 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2234 * sunrpc/svc_unix.c (readunix): Check for POLLERR, POLLHUP and
2237 1998-11-19 Ulrich Drepper <drepper@cygnus.com>
2239 * Makeconfig: Add comment to all-subdirs definition.
2240 Add rule to generate sysd-sorted. Include this file and and set
2241 subdirs value to $(sorted-subdirs).
2242 * scripts/gen-sorted.awk: New file.
2243 * Make-dist (+tsrcs): Add Depend.
2244 * nscd/Depend: New file.
2245 * nss/Depend: New file.
2246 * rt/Depend: New file.
2248 1998-11-18 Ulrich Drepper <drepper@cygnus.com>
2250 * sysdeps/unix/bsd/poll.c (__poll): Add code to extend sets if any
2251 passed file descriptor exceeds the size determined by
2254 * sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Update
2255 from inline version in bits/socket.h.
2257 * sysdeps/unix/sysv/linux/bits/socket.h: Define __cmsg_nxthdr as
2258 inline function only is __USE_EXTERN_INLINES is defined.
2260 * time/strftime.c (my_strftime): Make code a bit clearer.
2261 Patch by Paul Eggert <eggert@twinsun.com>.
2263 * io/Makefile (CFLAGS-ftw.c): Removed.
2265 * manual/errno.texi: Change the short text for ENODEV to
2268 1998-11-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2270 * io/Makefile (tests): Make sure that the test program has an
2271 explicit directory part.
2273 1998-11-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2275 * configure.in: Fix last change.
2277 1998-11-18 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2279 * sunrpc/Makefile (routines): Add create_xid.
2281 * sunrpc/clnt_tcp.c: Use non-guessable xid.
2282 * sunrpc/clnt_udp.c: Likewise.
2283 * sunrpc/clnt_unix.c: Likewise.
2284 * sunrpc/pmap_rmt.c: Likewise.
2285 * sunrpc/create_xid.c: New, create non-guessable xid.
2287 * sunrpc/svc_tcp.c: Remove patch from 1998-06-15, use poll instead
2289 * sunrpc/svc_unix.c: Use poll instead of select.
2291 1998-11-17 Ulrich Drepper <drepper@cygnus.com>
2293 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Make Unix98 compliant
2294 by removing SIG_IGN handler for SIGCHLD if necessary.
2295 Patch by H.J. Lu <hjl@lucon.org>.
2297 * stdio-common/printf_fphex.c (__printf_fphex): Correct printing
2298 of denormalized numbers.
2300 1998-10-06 Geoff Keating <geoffk@ozemail.com.au>
2302 * sysdeps/powerpc/dl-machine.h (elf_machine_load_address): Suppress
2303 another parentheses warning, make nano-optimisation.
2305 * sysdeps/powerpc/dl-machine.h (_dl_runtime_resolve): Preserve
2306 saved LR on stack so _mcount works.
2307 (_dl_prof_resolve): Likewise.
2308 * sysdeps/powerpc/register-dump.h: Print FPRs. Adjust for correct
2309 signal handler calling convention.
2310 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: Adjust for
2311 correct signal handler calling convention---more like x86 linux and
2312 mklinux, less like linux-ppc versions between 2.1 and 2.1.126.
2314 1998-11-17 Ulrich Drepper <drepper@cygnus.com>
2316 * configure.in: Correct allowed makeinfo version.
2318 1998-11-17 Philip Blundell <pb@nexus.co.uk>
2320 * sysdeps/generic/bits/mathdef.h: Fix typo.
2322 1998-11-17 Geoff Keating <geoffk@ozemail.com.au>
2324 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Prototype the syscall
2325 under the right name (squish warning).
2326 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
2328 1998-11-17 Geoff Keating <geoffk@ozemail.com.au>
2330 * stdio-common/_itoa.c (_itoa): Add redundant parentheses to
2333 1998-11-16 Ulrich Drepper <drepper@cygnus.com>
2335 * intl/locale.alias: Change `japanese' alias to match X11R6's.
2336 Add `japanese.euc' alias.
2338 * manual/Makefile (%.info): Set LANGUAGE and LC_ALL explicitly to C
2339 before running makeinfo.
2341 * math/Makefile (libm-routines): $(strip) entire value.
2343 * nss/nss_db/db-XXX.c (internal_setent): Rewrite to avoid warning.
2345 1998-10-24 H.J. Lu <hjl@gnu.org>
2347 * libio/libio.h (_IO_cookie_io_functions_t): Protect with __USE_GNU.
2348 (_IO_cookie_file): Likewise.
2350 1998-11-16 Philip Blundell <philb@gnu.org>
2352 * inet/netinet/icmp6.h: Correct naming of constants.
2354 1998-11-16 Ulrich Drepper <drepper@cygnus.com>
2356 * sysdeps/unix/opendir.c: Use o_directory_works differently. Treat
2357 zero value as uninitialized so that variable can go into .bss.
2359 * dirent/opendir-tst1.c: Print error strings to stdout.
2361 * sysdeps/unix/sysv/linux/mmap64.c: New file. Empty.
2362 * sysdeps/unix/sysv/linux/syscalls.list: Add mmap with mmap64 alias.
2363 * sysdeps/unix/sysv/linux/arm/mmap.S: Add mmap64 alias.
2364 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2365 * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
2367 1998-11-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2369 * time/tzfile.c (__tzfile_read): Check that types[i].isdst is in
2372 1998-11-16 Ulrich Drepper <drepper@cygnus.com>
2374 * libio/bits/stdio.h (fread_unlocked): Do handle zero size and number.
2375 (fwrite_unlocked): Likewise.
2377 1998-11-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2379 * libio/bits/stdio.h (fread_unlocked): Don't evaluate non-constant
2380 twice. Don't bother handling zero size.
2381 (fwrite_unlocked): Likewise.
2383 1998-11-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2385 * configure.in: Fix regex for makeinfo version string.
2387 1998-11-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2389 * sunrpc/rpc_sample.c (write_sample_server): Avoid -Wparentheses
2391 * sunrpc/rpc_svcout.c (write_program): Likewise.
2393 1998-11-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2395 * time/Makefile (CFLAGS-test_time.c): Add -Wno-format.
2397 1998-11-16 Ulrich Drepper <drepper@cygnus.com
2399 * misc/sys/mman.h: Pretty print prototypes.
2401 1998-11-15 Ulrich Drepper <drepper@cygnus.com
2403 * misc/error.c (error): Don't use result of strerror_r call directly
2404 since at least DEC Unix has a wrong return type.
2405 Patch by Johan Danielsson <joda@pdc.kth.se>.
2407 1998-11-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2409 * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo
2412 1998-11-13 Ulrich Drepper <drepper@cygnus.com>
2414 * stdio-common/vfscanf.c: Don't return -1 in case of an invalid
2417 * version.h (VERSION): Bump to 2.0.102.
2419 * stdio-common/tstdiomisc.c (t2): Update test case for last scanf
2421 * stdio-common/scanf7.c (main): Likewise.
2423 1998-11-13 Ulrich Drepper <drepper@cygnus.com>
2425 * stdio-common/vfscanf.c: Return EOF for invalid format
2428 * version.h (VERSION): Bump to 2.0.101.
2430 * Makerules (Versions.all): Generate this file from all Versions.def
2432 (sysd-versions): Use Versions.all instead of Versions.def.
2434 1998-11-13 Philip Blundell <philb@gnu.org>
2436 * sysdeps/arm/fpu/bits/setjmp.h (__JMP_BUF_SP): Correct value.
2437 Reported by Scott Bambrough.
2439 1998-11-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2441 * locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c.
2443 1998-11-13 Ulrich Drepper <drepper@cygnus.com>
2445 * libio/bits/stdio.h: Correct and improve fread_unlocked and
2446 fwrite_unlocked optimizations.
2448 * time/tzfile.c (__tzfile_read): Set __tzname based on last names
2449 in time not to last entries in the file.
2450 (__tzfile_compute): Likewise. Fix for PR libc/863.
2452 * timezone/Makefile: Generate GB timezone data for test.
2453 * timezone/tst-timezone.c: More tests for DST switching time (disabled
2456 1998-11-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2458 * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove
2459 d0 from clobber list.
2461 1998-11-12 Ulrich Drepper <drepper@cygnus.com>
2463 * inet/netinet/in.h: Add a few more IPPROTO_* macros.
2465 * libio/Makefile (headers): Add bits/stdio.h.
2466 * libio/iofread_u.c: Undefine fread_unlocked before definition.
2467 * libio/iofwrite_u.c: Undefine fwrite_unlocked before definition.
2468 * libio/stdio.h: Move optimizations into ...
2469 * libio/bits/stdio.h: ...here. New file.
2471 * libio/iofread.c: Pretty print.
2473 1998-11-12 Mark Kettenis <kettenis@phys.uva.nl>
2475 * sysdeps/gnu/bits/utmpx.h: Protect members of struct
2476 __exit_status with `__'. Rename pad member of struct utmpx to
2478 (RUN_LVL): Define unconditionally.
2479 * sysdeps/gnu/bits/utmp.h: Rename pad member of struct utmp to
2482 1998-11-12 Philip Blundell <philb@gnu.org>
2484 * sysdeps/unix/sysv/linux/netlink/netlink.h: New file, support for
2485 Linux AF_NETLINK sockets (needed since the kernel version is
2487 * sysdeps/unix/sysv/linux/Makefile: Install it.
2488 * sysdeps/unix/sysv/linux/Dist: Distribute it.
2490 1998-11-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2492 * timezone/tst-timezone.c (tests): Add entry for America/Chicago
2493 to test for bug in PR libc/863.
2495 1998-11-12 Ulrich Drepper <drepper@cygnus.com>
2497 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Cleanup comment.
2499 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Rename macro
2500 parameter lazy to do_lazy to avoid clashing with struct member name.
2501 Reported by Ralf Baechle <ralf@uni-koblenz.de>.
2503 1998-11-10 H.J. Lu <hjl@gnu.org>
2505 * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine NR_OPEN
2506 if it is defined in <linux/limits.h>.
2508 1998-11-09 13:07 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
2510 * include/protocols/routed.h: Include the real header with
2511 a full path from the top of the source tree.
2512 * include/protocols/rwhod.h: Likewise.
2513 * include/protocols/talkd.h: Likewise.
2514 * include/protocols/timed.h: Likewise.
2516 * timezone/Makefile: Don't include z.ZONE files if no_deps
2517 is set, not if avoid-generated is set.
2519 1998-11-12 Ulrich Drepper <drepper@cygnus.com>
2521 * signal/signal.h: Undo last change. Get definition of timespec
2522 if __USE_POSIX199309.
2524 * string/bits/string2.h (__strpbrk_c2): Add intermediate cast to
2525 size_t to prevent gcc warning when using -Wqual-cast.
2526 (__strpbrk_c3): Likewise.
2527 Suggested by Alan Curry <pacman@cqc.com>.
2529 1998-11-11 Roland McGrath <roland@baalperazim.frob.com>
2531 * hurd/hurdsig.c (_hurdsig_init): Add assertion that no pending,
2532 unblocked signals are set in the startup masks.
2534 * hurd/hurdsig.c (_hurdsig_init): Take new args, INTARRAY and
2535 INTARRAYSIZE. Initialize main thread's sigstate from INIT_SIG* ints.
2537 * hurd/hurd/signal.h: Update _hurdsig_init decl.
2538 * hurd/hurdinit.c (_hurd_proc_init): Take new args, INTARRAY and
2539 INTARRAYSIZE, pass them down to _hurdsig_init.
2540 * hurd/hurd.h: Update _hurd_proc_init decl.
2542 1998-11-10 Ulrich Drepper <drepper@cygnus.com>
2544 * math/cabs.c: Replace complex by _Complex.
2545 * math/cabsf.c: Likewise.
2546 * math/cabsl.c: Likewise.
2547 * math/cimag.c: Likewise.
2548 * math/cimagf.c: Likewise.
2549 * math/cimagl.c: Likewise.
2550 * math/conj.c: Likewise.
2551 * math/conjf.c: Likewise.
2552 * math/conjl.c: Likewise.
2553 * math/creal.c: Likewise.
2554 * math/crealf.c: Likewise.
2555 * math/creall.c: Likewise.
2557 * sysdeps/alpha/fpu/bits/mathdef.h: Define ISO C 9X stuff only if
2558 included from math.h and __USE_ISOC9X is defined.
2559 * sysdeps/generic/bits/mathdef.h: Likewise.
2560 * sysdeps/generic/i386/fpu/mathdef.h: Likewise.
2561 * sysdeps/generic/m68k/fpu/mathdef.h: Likewise.
2562 * sysdeps/generic/powerpc/bits/mathdef.h: Likewise.
2563 * sysdeps/generic/sparc/fpu/bits/mathdef.h: Likewise.
2565 1998-11-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2567 * sysdeps/i386/fpu/bits/mathdef.h: Allow direct inclusion by
2569 * sysdeps/alpha/fpu/bits/mathdef.h: Likewise.
2570 * sysdeps/generic/bits/mathdef.h: Likewise.
2571 * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
2572 * sysdeps/powerpc/bits/mathdef.h: Likewise.
2573 * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
2575 1998-11-09 Ulrich Drepper <drepper@cygnus.com>
2577 * extra-lib.mk: Fix typo in last change.
2579 * math/complex.h: Include bits/mathdef.h to get __NO_LONG_DOUBLE_MATH
2581 Don't define long double functions if __NO_LONG_DOUBLE_MATH is defined.
2582 Don't define `complex' but instead `_Complex'. The later is the
2584 * math/bits/cmathcalls.c: Define _Mdouble_complex_ using _Complex,
2587 1998-11-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2589 * manual/libc.texinfo: Remove colon from category name.
2590 * manual/Makefile (dir-add.info): Likewise.
2592 1998-11-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2594 * configure.in: Avoid autoconf bug.
2596 1998-10-28 H.J. Lu <hjl@gnu.org>
2598 * posix/getopt.h: Add "__" to arguments in prototypes.
2600 1998-11-05 H.J. Lu <hjl@gnu.org>
2602 * libio/iofgets.c (_IO_fgets): Don't report error
2603 if something was read in and errno is set to
2605 * libio/iofgets_u.c (fgets_unlocked): Likewise.
2607 1998-11-05 Philip Blundell <philb@gnu.org>
2609 * sysdeps/unix/sysv/linux/net/if_packet.h: Don't include kernel
2610 header; it defines too much. Provide a local definition of struct
2611 sockaddr_pkt and a comment advising against its use.
2613 1998-11-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2615 * extra-lib.mk: Avoid empty include list.
2617 1998-11-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2619 * extra-lib.mk: Add support for $(lib)-shared-only-routines.
2621 * elf/Makefile (libdl-routines): Add dlopenold only if doing
2623 (libdl-shared-only-routines): New variable.
2625 1998-11-06 Paul Eggert <eggert@twinsun.com>
2627 Don't invoke localtime_r or gmtime_r unless it's the GNU C
2628 library's localtime_r and gmtime_r; there are too many buggy
2629 implementations of localtime_r and gmtime_r out there, and
2630 it's not worth keeping track of all the different bugs.
2632 * time/mktime.c (__EXTENSIONS__): Remove.
2633 (<unistd.h>): No need to include.
2634 * time/strftime.c: Likewise.
2636 * time/mktime.c (_POSIX_THREAD_SAFE_FUNCTIONS, HAVE_LOCALTIME_R):
2638 (my_mktime_localtime_r): Renamed from localtime_r; all uses changed.
2639 Base it on localtime unless _LIBC.
2641 * time/strftime.c (my_strftime_gmtime_r): Renamed from gmtime_r;
2643 (my_strftime_localtime_r): Renamed from localtime_r; all uses changed.
2644 Base them on localtime/gmtime if not _LIBC.
2646 1998-11-07 Ulrich Drepper <drepper@cygnus.com>
2648 * sysdeps/generic/isastream.c: Always return 0 unless it is an invalid
2649 file descriptor. This makes this function actually usable.
2650 Proposed by Mark Kettenis <kettenis@phys.uva.nl>.
2652 1998-11-05 Ulrich Drepper <drepper@cygnus.com>
2654 * math/math.h: Unconditionally include bits/mathdef.h. Declare
2655 long double functions only if __NO_LONG_DOUBLE_MATH is not
2657 * sysdeps/generic/bits/mathdef.h: Define only if __USE_ISOC9X.
2658 Define __NO_LONG_DOUBLE_MATH.
2659 * sysdeps/m68k/fpu/bits/mathdef.h: Define only if __USE_ISOC9X.
2660 * sysdeps/i386/fpu/bits/mathdef.h: Likewise.
2662 * elf/rtld.c: Add a few __builtin_expects where they will improve
2665 1998-11-05 Ulrich Drepper <drepper@cygnus.com>
2667 * version.h (VERSION): Bump to 2.0.100.
2669 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Fix fldl -> fld.
2671 * sysdeps/libm-i387/s_fma.S: Optimize a bit.
2672 * sysdeps/libm-i387/s_fmaf.S: Likewise.
2674 1998-11-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2676 * libio/genops.c (_IO_least_marker): Add additional parameter
2677 end_p replacing fp->_IO_read_end.
2678 (save_for_backup): Likewise. All callers changed. Use _IO_size_t
2679 and _IO_ssize_t instead of int.
2680 (_IO_switch_to_main_get_area): Remove use of _IO_save_ptr.
2681 (_IO_switch_to_backup_area): Likewise. Fix comments.
2682 (_IO_seekmark): Undo last change.
2683 (_IO_default_pbackfail): Correct use of backup area.
2684 * libio/libio.h (_IO_FILE_complete): Remove _IO_save_ptr.
2686 1998-11-04 19:47 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
2688 * configure.in: Search for install-info and substitute it.
2689 Determine whether install-info is the buggy Debian version
2690 that doesn't understand INFO-DIR-SECTION.
2691 * config.make.in: Add INSTALL_INFO and OLD_DEBIAN_INSTALL_INFO
2693 * manual/Makefile: If OLD_DEBIAN_INSTALL_INFO, give
2694 install-info the --section argument it needs to work properly.
2695 (dir-add.texinfo): Delete target.
2696 (dir-add.info): Generate this directly. Sort entries. Put a
2697 colon at the end of the INFO-DIR-SECTION line.
2698 * manual/libc.texinfo: Put a colon at the end of the
2701 1998-11-05 Paul Eggert <eggert@twinsun.com>
2703 * time/mktime.c (__mktime_internal): Adopt the traditional (and
2704 problematic) notion of what to do when tm_isdst doesn't match.
2706 1998-11-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2708 * posix/PTESTS: Fix spelling.
2710 1998-11-04 Ulrich Drepper <drepper@cygnus.com>
2712 * misc/efgcvt_r.c (fcvt_r): Remove code which tries to use libm
2713 functions. Reduce error in computing normalized value by multiplying
2714 factor in loop and compute result in one step.
2715 Reported by Christian Gafton.
2717 * sysdeps/libm-i387/e_hypot.S: New file.
2718 * sysdeps/libm-i387/e_hypotf.S: New file.
2720 1998-11-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2722 * elf/dlopenold.c: Compile only if DO_VERSIONING is also defined.
2724 1998-11-03 H.J. Lu <hjl@gnu.org>
2726 * libio/fileops.c (new_do_write): New function.
2727 (_IO_new_do_write): Call new_do_write.
2728 (_IO_new_file_xsputn): Likewise.
2730 * libio/oldfileops.c (old_do_write): New function.
2731 (_IO_old_do_write): Call old_do_write.
2732 (_IO_old_file_xsputn): Likewise.
2734 1998-11-04 Ulrich Drepper <drepper@cygnus.com>
2736 * time/mktime.c (__mktime_internal): Correct last change. We must
2737 stop searching for the right isdst value before stepping to the
2740 * malloc/malloc.c: Make sure calloc really returned zeroed memory.
2741 Patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>.
2743 1998-11-02 16:12 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
2745 * sysdeps/generic/bits/signum.h: Define signals with their
2746 historical numbers when those are in the 1-15 range and
2747 consistent across platforms.
2748 Define compatibility aliases (SIGIOT, SIGCLD) if __USE_MISC.
2749 Define SIG_DFL, SIG_IGN, SIG_ERR as numeric constants cast
2750 appropriately instead of with fake function declarations
2751 (would cause link errors).
2752 If __USE_UNIX98, define SIG_HOLD.
2754 1998-10-29 H.J. Lu <hjl@gnu.org>
2756 * sysdeps/unix/sysv/linux/bits/sigaction.h (sigaction): Use
2757 union only if __USE_POSIX199309 is defined.
2759 * misc/sys/select.h (pselect): Declared only if __USE_GNU is
2762 1998-11-03 Ulrich Drepper <drepper@cygnus.com>
2764 * time/mktime.c (__mktime_internal): Handle broken down times
2765 around the time of the DST switches more correctly.
2767 1998-11-02 Ulrich Drepper <drepper@cygnus.com>
2769 * elf/Makefile (libdl-routines): Add dlopenold.
2770 * elf/Versions [libdl, GLIBC_2.1]: Add dlopen.
2771 * elf/dl-open.c (_dl_open): Check whether RTLD_LAZY or RTLD_GLOBAL
2772 is set and bounce otherwise.
2773 * elf/dlopen.c: Rename function to __dlopen_check and make version
2775 * elf/dlopenold.c: New file.
2777 1998-11-02 Ulrich Drepper <drepper@cygnus.com>
2779 * elf/Versions [libc, GLIBC_2.01]: Add _dl_global_scope_alloc.
2780 * elf/dl-open.c (_dl_global_scope_alloc): Move definition to
2781 * elf/dl-deps.c: ...here.
2782 * elf/dl-open.c (dl_open_worker): Call _dl_map_object_deps with
2783 new parameter and expect result. Remove code handling RTLD_GLOBAL.
2784 Add return value of _dl_map_object_deps to
2785 _dl_main_searchlist->r_nlist.
2786 * elf/dl-deps.c (_dl_map_object_deps): Change to return value.
2787 If we parameter GLOBAL is nonzero add object and dependencies to
2789 * elf/ldsodefs.h: Adapt prototype for _dl_map_object_deps.
2790 * elf/rtld.c (dl_main): Call _dl_map_object_deps with new parameter.
2791 Mark all objects as in global scope.
2792 * elf/dl-object.c (_dl_new_object): Initialize l_global to zero.
2794 * sysdeps/unix/sysv/linux/bits/sockunion.h: Add Econet support.
2796 * sysdeps/unix/sysv/linux/i386/sysdep.h: Add .L prefix to symbols
2797 used in macro magic.
2799 1998-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2801 * sysdeps/unix/sysv/linux/netatalk/at.h: Include <linux/atalk.h>
2802 before <sys/socket.h> to make sockaddr_at available to
2805 * posix/glob.h: Remove __P from parameter lists of declarations.
2807 1998-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2809 * time/tzset.c (tz_compute): Remove unused parameter timer.
2812 1998-11-02 Mark Kettenis <kettenis@phys.uva.nl>
2814 * sysdeps/generic/bits/types.h (__ipc_pid_t): New typedef.
2816 1998-11-02 Ulrich Drepper <drepper@cygnus.com>
2818 * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Remove
2819 unnecessary test and add cast.
2821 1998-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2823 * posix/getconf.c: Add initializer SYSCONF for CHARCLASS_NAME_MAX.
2825 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Remove unused
2827 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
2829 1998-11-02 Mark Kettenis <kettenis@phys.uva.nl>
2831 * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
2833 (__FDMASK): Use __fd_mask instead of unsigned long int in cast.
2835 1998-10-31 Richard Henderson <rth@cygnus.com>
2837 * math/Makefile (gmp-objs): Add udiv_qrnnd.
2839 * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL*): New.
2840 (inline_syscall*): New.
2841 * sysdeps/unix/sysv/linux/alpha/sysdep.h (INLINE_SYSCALL): New.
2842 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Kill __syscall* bits.
2844 1998-10-31 Ulrich Drepper <drepper@cygnus.com>
2846 * aclocal.m4 (LIBC_PROG_FOO_GNU): Name output file using -o to
2847 avoid ld test generating an unwanted file.
2849 * posix/PTESTS: Remove comment about incorrect test (it is correct).
2851 1998-10-30 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2853 * sunrpc/Versions: Add xdr_uint32_t and xdr_int32_t.
2854 * sunrpc/pmap_rmt.c: Initialize clnt_stat variable.
2855 * sunrpc/rpc/auth_des.h: Use uint32_t for time values.
2856 * sunrpc/rpc/xdr.h: Add INT32 support.
2857 * sunrpc/xdr.c: Implement xdr_int32_t and xdr_uint32_t .
2859 * nis/nis_call.c: Changes for new 64bit clean NIS+ interface.
2860 * nis/nis_callback.c: Likewise.
2861 * nis/nis_creategroup.c: Likewise.
2862 * nis/nis_defaults.c: Likewise.
2863 * nis/nis_intern.h: Likewise.
2864 * nis/nis_lookup.c: Likewise.
2865 * nis/nis_ping.c: Likewise.
2866 * nis/nis_print.c: Likewise.
2867 * nis/nis_table.c: Likewise.
2868 * nis/nis_util.c: Likewise.
2869 * nis/nis_xdr.c: Likewise.
2870 * nis/rpcsvc/nis.h: Likewise.
2871 * nis/rpcsvc/nis.x: Likewise.
2872 * nis/rpcsvc/nis_callback.h: Likewise.
2873 * nis/rpcsvc/nis_object.x: Likewise.
2874 * nis/rpcsvc/nislib.h: Likewise.
2876 * nis/rpcsvc/yp.h: Remove casts to (u_long).
2877 * nis/rpcsvc/yp_prot.h: Likewise.
2878 * nis/rpcsvc/ypupd.h: Likewise.
2879 * nis/ypclnt.c: Change %ld to %d in sprintf.
2881 1998-10-29 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2883 * manual/locale.texi (Formatting Numbers): Fix strfmon examples.
2885 1998-10-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2887 * sysdeps/generic/bits/select.h (__FD_ZERO): Change '\0' to plain
2888 0, __fd_mask is usually not a char.
2890 1998-10-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2892 * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Allow
2893 compilation on systems without rt_* syscalls (e.g. on Linux 2.0).
2894 * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
2895 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2896 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
2897 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise
2898 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
2899 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
2901 * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Allow
2902 compiling on systems without rt_sigaction syscall.
2903 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction):
2906 1998-10-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2908 * time/strptime.c (HERE_D_FMT): Fix typo.
2909 Reported by Claus Heine <heine@math1.rwth-aachen.de>, PR libc/842.
2911 1998-10-30 Ulrich Drepper <drepper@cygnus.com>
2913 * catgets/Makefile (tests): Add rules to run gencat on test1.msg.
2914 (generate): Add test1.cat and test1.h.
2915 (distribute): Add test1.msg.
2916 * catgets/test1.msg: New file.
2918 * catgets/gencat.c: Do a better job in initializing dynamic
2919 memory [PR libc/844].
2921 1998-10-30 18:11 Ulrich Drepper <drepper@cygnus.com>
2923 * iconv/gconv_conf.c (__gconv_read_conf): Don't define as
2924 internal_function since it is called through a pointer.
2925 * iconv/gconv_db.c (free_derivation): Likewise.
2926 * iconv/gconv_int.h: Adjust prototype od __gconv_read_conf.
2928 * posix/wordexp.c: Add internal_function to parse_backtick definition.
2929 * rt/aio_misc.c: Add internal_function to __aio_free_request,
2930 __aio_find_req, __aio_find_req_fd, and __aio_enqueue_request
2932 * rt/aio_notify.c: Add internal_function to __aio_notify_only and
2933 __aio_notify definitions.
2934 * wcsmbsload.c: Add internal_function to __wcsmbs_load_conv definition.
2936 1998-10-30 Ulrich Drepper <drepper@cygnus.com>
2938 * Makerules (build-shlib): Add -O to generate optimized shared
2941 1998-10-30 11:15 Ulrich Drepper <drepper@cygnus.com>
2943 * sysdeps/libm-i387/e_fmod.S: Remove invalid operand size suffix.
2944 * sysdeps/libm-i387/e_fmodf.S: Likewise.
2945 * sysdeps/libm-i387/e_fmodl.S: Likewise.
2946 * sysdeps/libm-i387/s_ilogb.S: Likewise.
2947 * sysdeps/libm-i387/s_ilogbf.S: Likewise.
2948 * sysdeps/libm-i387/s_logb.S: Likewise.
2949 * sysdeps/libm-i387/s_logbf.S: Likewise.
2950 * sysdeps/libm-i387/s_remquo.S: Likewise.
2951 * sysdeps/libm-i387/s_remquof.S: Likewise.
2952 * sysdeps/libm-i387/s_remquol.S: Likewise.
2953 * sysdeps/libm-i387/s_significand.S: Likewise.
2954 * sysdeps/libm-i387/s_significandf.S: Likewise.
2956 1998-10-30 Geoff Keating <geoffk@ozemail.com.au>
2958 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct
2961 1998-10-30 Geoff Keating <geoffk@ozemail.com.au>
2963 * math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2.
2965 1998-10-29 Ulrich Drepper <drepper@cygnus.com>
2967 * stdio-common/vfprintf.c (vfprintf): Fix the remaining premature
2968 returns without cleaning up the lock.
2969 (printf_unknown): Add label all_done.
2971 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Keep Linux 2.0
2972 kernels in mind when reading /proc/self/fd/FD.
2973 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
2975 * nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
2977 * malloc/mtrace.c (tr_where): Replace snprintf call by mempcpy and
2980 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Try reading
2981 /prof/self/fd/FD first.
2982 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
2984 * stdio-common/_itoa.h (_fitoa_word): New inline function. Write
2985 formatted number starting at given position and return pointer to
2987 (_fitoa): Likewise, for long long.
2989 1998-10-29 Roland McGrath <roland@baalperazim.frob.com>
2991 * sysdeps/unix/sysv/linux/bits/sem.h,
2992 sysdeps/unix/sysv/linux/bits/ipc.h,
2993 sysdeps/unix/sysv/linux/bits/shm.h,
2994 sysdeps/unix/sysv/linux/bits/msq.h: Moved to ...
2995 * sysdeps/gnu/bits/sem.h, sysdeps/gnu/bits/ipc.h,
2996 sysdeps/gnu/bits/shm.h, sysdeps/gnu/bits/msq.h: ... here,
2997 so the same bits will be used for the Hurd.
2999 1998-10-29 Ulrich Drepper <drepper@cygnus.com>
3001 * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Allow
3002 compiling on systems without rt_sigaction syscall.
3004 1998-10-12 Philip Blundell <pb@nexus.co.uk>
3006 * Makeconfig (sysdep-subdirs): Allow Subdirs files to remove
3007 directories as well as add them.
3009 1998-10-28 Philip Blundell <pb@nexus.co.uk>
3011 * sysdeps/unix/sysv/linux/neteconet/ec.h: New file. Support for
3012 AF_ECONET sockets as found in recent Linux 2.1 kernels.
3013 * sysdeps/unix/sysv/linux/Dist: Distribute it.
3014 * sysdeps/unix/sysv/linux/Makefile: Install it.
3016 1998-10-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3018 * string/bits/string2.h: __USE_GNU already implies __USE_MISC.
3020 1998-10-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3022 * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
3024 * sysdeps/unix/sysv/linux/alpha/bits/types.h (__FDS_BITS): Likewise.
3025 * sysdeps/unix/sysv/linux/bits/types.h (__FDS_BITS): Likewise.
3026 * sysdeps/unix/sysv/linux/mips/bits/types.h (__FDS_BITS): Likewise.
3027 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h (__FDS_BITS):
3029 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h (__FDS_BITS):
3031 * sysdeps/generic/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
3032 __FD_ISSET): Use it.
3033 * sysdeps/i386/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
3034 __FD_ISSET): Likewise.
3036 1998-10-28 Geoff Keating <geoffk@ozemail.com.au>
3038 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Tidy up, correct
3041 * sysdeps/unix/sysv/linux/powerpc/pread.c: Do not use the i386 version.
3042 Instead call the system call wrapper function using an 64bit argument.
3043 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
3044 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
3045 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
3047 1998-10-27 Ulrich Drepper <drepper@cygnus.com>
3049 * signal/signal.h: Don't include <time.h> for timespec, add
3050 forward declaration.
3052 * sysdeps/i386/bits/select.h [!__USE_XOPEN]: Add special version
3053 of __FD_* macros which use __fds_bits.
3054 * sysdeps/generic/bits/select.h: Likewise.
3055 Reported by Matt McLean <keys@yikes.com>.
3057 1998-10-27 Philip Blundell <pb@nexus.co.uk>
3059 * elf/elf.h: Update ARM definitions.
3061 1998-10-27 Ulrich Drepper <drepper@cygnus.com>
3063 * signal/signal.h: Include bits/sigthread.h only for Unix98.
3065 1998-10-26 Ulrich Drepper <drepper@cygnus.com>
3067 * include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined
3068 define __builtin_expect as a macro substituting to the first
3070 * config.h.in: Define HAVE_BUILTIN_EXPECT.
3071 * configure.in: Add test for __builtin_expect.
3073 * sysdeps/unix/sysv/linux/bits/types.h: Include
3074 bits/pthreadtypes.h only not for POSIX 199506.
3075 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
3076 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
3077 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
3079 1998-10-26 Mark Kettenis <kettenis@phys.uva.nl>
3081 * sysdeps/unix/sysv/linux/Versions: Move shutdown ...
3082 * socket/Versions [libc, GLIBC_2.0]: ... to here.
3084 1998-10-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3086 * include/stdio.h: Included <stddef.h> for size_t.
3088 * stdio/stdio.h: Move __path_search, __gen_tempname, __libc_fatal
3090 * include/stdio.h: ...here.
3091 * libio/stdio.h: Removed __path_search, __gen_tempname, __libc_fatal.
3093 1998-10-26 11:09 Ulrich Drepper <drepper@cygnus.com>
3095 * time/Makefile (tests): Add tst-posixtz.
3096 * time/tst-posixtz.c: New file.
3098 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3100 * elf/rtld.c (process_envvars): Accept any non-null value of
3101 LD_BIND_NOW, as mandated by the ABI.
3103 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3105 * sysdeps/unix/sysv/linux/pread.c: Rename __syscall_pread64 to
3107 * sysdeps/unix/sysv/linux/pwrite.c: Rename __syscall_pwrite64 to
3109 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3110 * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
3111 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3112 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
3113 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise. Remove
3115 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove
3116 s_pread64 and s_pwrite64.
3117 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3119 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3121 * sysdeps/unix/sysv/linux/llseek.c: Use INLINE_SYSCALL.
3122 * sysdeps/unix/sysv/linux/arm/syscalls.list: Rename __sys_llseek
3123 to __syscall__llseek.
3124 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3125 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
3126 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove entry for
3129 1998-10-26 Cristian Gafton <gafton@redhat.com>
3131 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add s_setfsgid
3134 1998-10-26 Ulrich Drepper <drepper@cygnus.com>
3136 * time/tzset.c (tz_compute): Correct last patch and describe this
3139 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3141 * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove
3142 rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo,
3143 rt_sigaction and rt_sigpending.
3144 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries
3145 for __syscall_* functions.
3146 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL.
3148 1998-10-26 Roland McGrath <roland@baalperazim.frob.com>
3150 * hurd/Versions: Add _hurd_dtable, _hurd_dtablesize,
3151 _hurd_dtable_lock, _hurd_intern_fd.
3153 * sysdeps/mach/hurd/Versions: Add cthread_keycreate,
3154 cthread_getspecific, cthread_setspecific, __libc_getspecific.
3156 * mach/Versions: Fix typo in last change.
3158 1998-10-25 Ulrich Drepper <drepper@cygnus.com>
3160 * time/tzset.c (tz_compute): If time to switch to DST is later in
3161 the year switch back in the next year.
3162 Reported by jwitford@hutch.com.au.
3164 1998-10-24 Mark Kettenis <kettenis@phys.uva.nl>
3166 * mach/Versions: Add evc_wait, mach_error, mach_error_string,
3167 mach_error_type, mach_msg_destroy, mig_deallocate_reply_port.
3168 Remove __mach_host_self, __mach_reply_port, __mach_setup_thread,
3169 __mach_port_allocate, __mach_port_allocate_name,
3170 __mach_port_insert_right __mutex_trylock, __mutex_lock,
3171 __mutex_unlock, __swtch, __switch, __task_create, __task_suspend,
3172 __task_set_special_port, __task_terminate, __thread_depress_abort,
3173 __thread_switch, __vm_allocate, __vm_deallocate, __vm_map. These
3174 functions are not used outside libc.
3176 * sysdeps/mach/hurd/Versions: New file.
3177 [libc, GLIBC_2.0]: Add _cthread_exit_routine and
3178 _cthread_init_routine. These are set by the Hurd cthreads library.
3179 Add __getcwd, __mmap. If we don't add these, the weak definitions in
3180 the dynamic linker will not be replaced by the corresponding shared
3181 library routines once they are loaded.
3183 1998-10-21 Mark Kettenis <kettenis@phys.uva.nl>
3185 * sysdeps/mach/hurd/i386/init-first.c: Only define
3186 __libc_enable_secure if PIC is not defined.
3188 1998-10-25 Roland McGrath <roland@baalperazim.frob.com>
3190 * argp/Versions: Add _argp_unlock_xxx. Lock-savvy functions call this
3191 to recurse into argp.
3193 1998-10-25 Ulrich Drepper <drepper@cygnus.com>
3195 * include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
3196 greater or equal than 199506L.
3198 * sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
3199 only is __USE_XOPEN. Otherwise use __fds_bits.
3200 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
3201 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
3202 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
3203 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3204 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
3206 1998-10-24 H.J. Lu <hjl@gnu.org>
3208 * locale/programs/charmap.c (parse_charmap): Accept tok_string
3209 for <code_set_name>.
3211 1998-10-25 H.J. Lu <hjl@gnu.org>
3213 * locale/programs/ld-ctype.c (ctype_finish): Also check
3216 1998-10-25 Ulrich Drepper <drepper@cygnus.com>
3218 * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.
3220 * sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
3221 if __USE_POSIX199506 or __USE_UNIX98.
3223 1998-10-24 22:34 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3225 * string/bits/string2.h: Inline strdup+friends only if
3226 __USE_MISC || __USE_GNU (prevents namespace pollution).
3228 1998-10-24 H.J. Lu <hjl@gnu.org>
3230 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
3231 LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
3232 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
3233 LOCK_NB, LOCK_UN): Likewise.
3234 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
3235 LOCK_NB, LOCK_UN): Likewise.
3236 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
3237 LOCK_NB, LOCK_UN): Likewise.
3238 * sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
3239 LOCK_NB, LOCK_UN): Likewise.
3241 1998-10-24 H.J. Lu <hjl@gnu.org>
3243 * libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.
3245 * libio/rewind.c (rewind): Clear the error.
3247 1998-10-24 H.J. Lu <hjl@gnu.org>
3249 * grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
3252 1998-10-24 H.J. Lu <hjl@gnu.org>
3254 * sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
3255 with __need_timeval.
3256 * sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
3257 * sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.
3259 1998-10-24 H.J. Lu <hjl@gnu.org>
3261 * signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
3262 sigqueue): Protect with __USE_POSIX199309.
3264 1998-10-24 H.J. Lu <hjl@gnu.org>
3266 * time/time.h (timespec): Protect with __USE_POSIX199309 instead of
3269 1998-10-24 H.J. Lu <hjl@gnu.org>
3271 * libio/fileops.c (_IO_new_file_seekoff): Always resync with
3272 the kernel file offset.
3273 * libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
3275 1998-10-24 H.J. Lu <hjl@gnu.org>
3277 * time/tzfile.c (__tzfile_default): Set num_types to 2.
3279 1998-10-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3281 * rt/aio.h: Move __aio_init to...
3282 * include/aio.h: ...here.
3284 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3286 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove duplicate
3287 definition of O_LARGEFILE.
3289 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3291 * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Use path
3292 as first argument to statfs.
3294 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3296 * sysdeps/generic/setenv.c (setenv): Add braces around ambiguous else.
3298 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3300 * malloc/mtrace.c: Include <string.h> for strlen.
3302 1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
3304 * sysdeps/mach/hurd/bits/environments.h: New file.
3306 * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): New weak function.
3308 * mach/Versions, hurd/Versions: Add numerous symbols.
3309 Remove libmachuser and libhurduser sections, punt
3310 versioning for those libraries for now.
3312 * misc/Versions: Add reboot here; it exists on all platforms.
3313 * sysdeps/unix/sysv/linux/Versions: Remove reboot here.
3315 1998-10-23 Ulrich Drepper <drepper@cygnus.com>
3317 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOFOLLOW): New
3319 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
3320 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
3321 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_LARGEFILE,
3322 O_NOFOLLOW, O_DIRECT): New macros.
3323 (O_DIRECTORY): Correct definition according to official 2.1.126.
3324 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECTORY,
3325 O_NOFOLLOW): New macros.
3327 1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
3329 * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__.
3331 * sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "".
3332 (__opendir): Add trailing slash to name for open, for ENOTDIR check.
3334 1998-10-23 Ulrich Drepper <drepper@cygnus.com>
3336 * sysdeps/unix/sysv/linux/i386/Dist: Add setresuid.c, setresgid.c,
3337 setfsuid.c, and setfsgid.c.
3338 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
3339 * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
3340 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
3342 * version.h (VERSION): Bump to 2.0.99.
3344 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove duplicate
3347 * sysdeps/unix/sysv/linux/i386/Dist: Remove s_pread64.c and
3350 * posix/fnmath.h: Don't redefine __P when used in glibc.
3351 * posix/glob.h: Likewise.
3353 * inet/rcmd.c (__ivaliduser2): Fix memory leak.
3354 Patch by Dick Streefland <dick_streefland@tasking.com>.
3356 * stdio-common/tst-ungetc.c: Add more test cases.
3358 * sysdeps/unix/sysv/linux/Dist: Add linux_fsinfo.h.
3359 * sysdeps/unix/sysv/linux/fstatvfs.c: Move filesystem magic number
3361 * sysdeps/unix/sysv/linux/linux_fsinfo.h: ...here. New file.
3362 * sysdeps/unix/sysv/linux/fpathconf.c: New file.
3363 * sysdeps/unix/sysv/linux/pathconf.c: New file.
3364 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Handle _PC_LINK_MAX here.
3365 * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
3367 1998-10-20 Philip Blundell <pb@nexus.co.uk>
3369 * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Include
3370 <asm/ptrace.h> to define struct pt_regs.
3371 * sysdeps/unix/sysv/linux/arm/profil-counter.h: Don't bother
3372 including <asm/ptrace.h> here.
3374 * sysdeps/unix/sysv/linux/arm/sysdep.S: Remove spurious call to
3375 C_SYMBOL_NAME macro.
3377 1998-10-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3379 * sysdeps/generic/sys/ptrace.h (__ptrace_request): Remove comma at
3380 end of enumerator list.
3381 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Likewise.
3382 * posix/wordexp.h: Likewise.
3384 * db/db.h: Use __PMT instead of __P in typedefs.
3385 * db/mpool.h: Likewise.
3386 * sysdeps/generic/bits/siginfo.h: Likewise.
3387 * nis/rpcsvc/ypclnt.h: Likewise.
3389 1998-10-23 Ulrich Drepper <drepper@cygnus.com>
3391 * libio/genops.c (_IO_seekmark): When switching to backup buffer
3392 make sure all characters from the read buffer are read after
3393 switching back to it.
3395 1998-10-22 Ulrich Drepper <drepper@cygnus.com>
3397 * configure.in: Add support for Cygnus GNUPro compilers.
3399 1998-10-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3401 * stdio/stdio.h: Use __PMT instead of __P in typedefs.
3403 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use __PMT instead
3404 of __P for sa_restorer.
3405 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
3406 * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
3407 kernel_sigaction, old_kernel_sigaction): Likewise.
3409 1998-10-22 Ulrich Drepper <drepper@cygnus.com>
3411 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add __syscall_pread
3412 and __syscall_pwrite aliases.
3414 * sunrpc/rpc/auth.h (AUTH_DH): New macro. Alias for AUTH_DES.
3416 * sysdeps/unix/sysv/linux/i386/sysdep.h: Drastically simplify and
3417 improve INLINE_SYSCALL using macro assembler magic.
3419 1998-10-22 H.J. Lu <hjl@gnu.org>
3421 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Add
3423 * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
3425 * sysdeps/posix/fpathconf.c (__fpathconf): Set errno to
3426 EINVAL if errno == ENODEV. Tested by VSX-PCT.
3428 * sysdeps/posix/isatty.c (__isatty): Don't reset errno. Tested
3431 * posix/execvp.c (execvp): Check "". Tested by VSX-PCT.
3433 1998-10-22 Philip Blundell <pb@nexus.co.uk>
3435 * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef
3438 1998-10-21 Ulrich Drepper <drepper@cygnus.com>
3440 * sysdeps/unix/sysv/linux/i386/sysdep.h: Remove EXTRAVARS_* macros
3443 1998-10-21 14:38 Ulrich Drepper <drepper@cygnus.com>
3445 * sysdeps/unix/sysdep.h (INLINE_SYSCALL): New macro. Simply call
3446 __syscall_* function.
3447 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use INLINE_SYSCALL instead
3448 of calling __syscall_* function.
3449 * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
3450 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
3451 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3452 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
3453 * sysdeps/unix/sysv/linux/getpriority.c: Likewise.
3454 * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
3455 * sysdeps/unix/sysv/linux/getresuid.c: Likewise.
3456 * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
3457 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
3458 * sysdeps/unix/sysv/linux/poll.c: Likewise.
3459 * sysdeps/unix/sysv/linux/pread.c: Likewise.
3460 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3461 * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
3462 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3463 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3464 * sysdeps/unix/sysv/linux/readv.c: Likewise.
3465 * sysdeps/unix/sysv/linux/reboot.c: Likewise.
3466 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3467 * sysdeps/unix/sysv/linux/siglist.h: Likewise.
3468 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3469 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3470 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
3471 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3472 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
3473 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3474 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3475 * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
3476 * sysdeps/unix/sysv/linux/ustat.c: Likewise.
3477 * sysdeps/unix/sysv/linux/writev.c: Likewise.
3478 * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3479 * sysdeps/unix/sysv/linux/xstat.c: Likewise.
3480 * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
3481 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
3482 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3483 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3484 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3485 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3486 * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
3487 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
3488 * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
3489 * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
3490 * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
3492 * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INLINE_SYSCALL using
3494 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove various
3495 __syscall_* definitions.
3497 * sysdeps/unix/sysv/linux/syscalls.list: Move various __syscall_*
3499 * sysdeps/unix/sysv/linux/alpha/syscalls.list: ...here...
3500 * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
3501 * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
3502 * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
3503 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
3504 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
3505 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
3507 * sysdeps/unix/sysv/linux/Makefile [subdir=signal] (sysdep_routines):
3508 Move definition to...
3509 * sysdeps/unix/sysv/linux/alpha/Makefile: ...here...
3510 * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
3511 * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
3512 * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
3513 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
3514 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
3515 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
3517 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
3518 (sysdep_routines): Remove s_pread64 and s_pwrite64.
3520 * sysdeps/unix/sysv/linux/i386/pread.c: New file.
3521 * sysdeps/unix/sysv/linux/i386/pread64.c: New file.
3522 * sysdeps/unix/sysv/linux/i386/pwrite.c: New file.
3523 * sysdeps/unix/sysv/linux/i386/pwrite64.c: New file.
3524 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Removed.
3525 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Removed.
3527 1998-10-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3529 * sysdeps/unix/sysv/linux/siglist.h: Fix some typos in these files
3530 and bring them in synch.
3531 * sysdeps/unix/siglist.c: Likewise.
3532 Reported by Vladimir Michl <michlv@risc.upol.cz> [PR libc/832].
3534 1998-10-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3536 * sysdeps/unix/sysv/linux/i386/setresuid.c: Allow -1 as arguments.
3537 * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
3539 * sysdeps/unix/sysv/linux/i386/setreuid.c: New file.
3540 * sysdeps/unix/sysv/linux/i386/setregid.c: New file.
3541 * sysdeps/unix/sysv/linux/m68k/setreuid.c: New file.
3542 * sysdeps/unix/sysv/linux/m68k/setregid.c: New file.
3543 * sysdeps/unix/sysv/linux/arm/setreuid.c: New file.
3544 * sysdeps/unix/sysv/linux/arm/setregid.c: New file.
3545 * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: New file.
3546 * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: New file.
3547 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_setreuid and
3549 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
3550 * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
3551 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
3553 1998-10-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3555 * sunrpc/rpc_main.c (close_output, close_input): New functions.
3556 (c_output, h_output, s_output, l_output, t_output, svc_output,
3557 clnt_output, mkfile_output): Call them at the end.
3559 1998-10-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3561 * db/Makefile (LDFLAGS-db1.so): New variable, to avoid duplicating
3564 1998-10-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3566 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents.
3567 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add s_setfs[ug]id.
3569 1998-10-20 Ulrich Drepper <drepper@cygnus.com>
3571 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_pread64 and
3573 * sysdeps/unix/sysv/linux/powerpc/pread.c: New file.
3574 * sysdeps/unix/sysv/linux/powerpc/pread64.c: New file.
3575 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: New file.
3576 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: New file.
3577 Patch by Geoffrey KEATING <geoffk@discus.anu.edu.au>.
3579 1998-10-18 Zack Weinberg <zack@rabi.phys.columbia.edu>
3581 * sysdeps/unix/opendir.c: Check at runtime for kernel support for
3584 1998-10-20 H.J. Lu <hjl@gnu.org>
3586 * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Fix
3589 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
3591 * math/tgmath.h: Make nested function calls work.
3593 * include/ldsodefs.h: Fix typo.
3595 * posix/Makefile (tests): Add tst-preadwrite.
3596 * posix/tst-preadwrite.c: New file.
3598 * sysdeps/unix/opendir.c (__opendir): Add back fstat call to make
3599 sure that descriptor is in any case for a directory.
3601 1998-10-19 18:59 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3603 * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG): Fix typo: val -> Val.
3604 (atan2): Takes two arguments.
3606 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
3608 * include/ldsodefs.h: New file.
3610 * iconv/gconv.c: Include ldsodefs.h, not elf/ldsodefs.h.
3611 Remove change to avoid using _CALL_DL_FCT.
3612 * iconv/gconv_db.c: Likewise.
3613 * iconv/gconv_dl.c: Likewise.
3614 * iconv/skeleton.c: Likewise, here for DL_CALL_FCT.
3615 * malloc/mtrace.c: Include ldsodefs.h,&