1 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3 * Makeconfig (rpath-link): Add resolvobjdir.
4 (resolvobjdir): New variable.
5 Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
7 1998-05-20 09:36 Ulrich Drepper <drepper@cygnus.com>
9 * elf/dl-close.c: Call shared object terminators at the right time.
10 Patch by Philippe Troin <phil@fifi.org>.
12 1998-05-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14 * Make-dist (+tsrcs): Also add *.map for every member of
17 * Makefile (distribute): Don't distribute scripts/printsources and
18 scripts/=__ify. Distribute FAQ.in.
19 (rpm/%): Don't pass subdirs to sub-make.
21 * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
22 instead of $(no_deps).
24 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
26 * sysdeps/generic/setenv.c: Protect against GNU C extension.
27 (KNOWN_VALUE, STORE_VALUE): Do it right.
28 (setenv): Remove unused variable.
30 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
32 * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
33 (CFLAGS-zdump.c): Add $(tz-cflags).
35 * timezone/zdump.c (abbr): Use TM_ZONE if defined. Add const to
38 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
40 * time/tzfile.c (__tzfile_compute): Undo last change. Instead
41 take struct tm parameter and set tm_isdst, tm_zone and tm_offset
43 * time/tzset.c: Update prototype of __tzfile_compute.
44 (__tz_convert): Pass tp to __tzfile_compute. Don't set tm_isdst,
45 tm_zone and tm_offset here if __use_tzfile.
47 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
49 * Makerules: Install libc.a even if there are no object file.
51 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
53 * Makerules (do-makelib): Don't force creating library from
54 scratch, to avoid wasting time and space and to get correct
55 behaviour if $(subdirs) is incomplete.
57 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
59 * Makerules (do-stamp): Make it work when building in source
62 1998-05-20 00:10 Ulrich Drepper <drepper@cygnus.com>
64 * elf/dl-load.c: Rename option and variable from ignore-rpath to
66 * elf/dl-support.c: Likewise.
67 * elf/ldsodefs.h: Likewise.
68 * elf/rtld.c: Likewise.
69 * iconvdata/run-iconv-test.sh: Likewise.
71 1998-05-19 23:08 Ulrich Drepper <drepper@cygnus.com>
73 * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
74 variable using the value.
75 * elf/ldsodefs.h: Declare _dl_ignore_path.
76 * elf/dl-load.c (decompose_rpath): Compare name of handled shared
77 object against list in _dl_ignore_path and ignore RPATH if on the list.
78 * elf/dl-support.c: Define _dl_ignore_path for static binaries.
79 * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
80 to make sure we get the correct helper libraries loaded.
82 * elf/dl-load.c (decompose_rpath): Remove `room' parameter. Use
83 "RPATH" string in call to fillin_rpath instead.
84 (_dl_init_paths): Remove this parameter from call to decompose_rpath.
86 1998-05-19 Ulrich Drepper <drepper@cygnus.com>
88 * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
89 correctly. Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
91 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
93 * manual/terminal.texi (I/O Queues): Fix typo.
95 * manual/stdio.texi (Closing Streams): Fix grammar.
97 * manual/arith.texi (Absolute Value): Correct typo.
98 Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
100 1998-05-19 15:58 Ulrich Drepper <drepper@cygnus.com>
102 * elf/rtld.c (process_envvars): Fix typo. Don't handle
103 LD_PROFILE_OUTPUT in SUID binaries.
104 * intl/dcgettext.c: In SUID binaries don't let language part of
105 locale value contain path elements.
106 * intl/explodename.h: Define new function _nl_find_language.
107 * intl/loadinfo.h: Declare _nl_find_language.
108 * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
109 language part it drop the value is path element is contained.
111 * locale/setlocale.c: Fix typo.
113 1998-05-18 Philip Blundell <Philip.Blundell@pobox.com>
115 * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
117 * sysdeps/arm/strlen.S: Support both big and little endian processors.
119 * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
120 log, not a byte-count.
122 * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
125 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
127 * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
128 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
129 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
130 * posix/unistd.h: Likewise.
131 * math/math.h: Likewise.
132 * manual/users.texi (Manipulating the Database): Likewise.
133 * manual/signal.texi (Job Control Signals): Likewise.
134 * manual/message.texi (The gencat program): Likewise.
135 * manual/filesys.texi (Hard Links): Likewise.
136 * manual/math.texi (SVID Random): Likewise.
137 * manual/llio.texi (Waiting for I/O): Likewise.
138 * manual/io.texi (File Name Errors): Likewise.
139 * manual/conf.texi (String Parameters): Likewise.
140 * manual/arith.texi (Infinity): Likewise.
141 * malloc/malloc.c: Likewise.
142 * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
143 * csu/Makefile: Likewise.
145 1998-05-19 12:16 Ulrich Drepper <drepper@cygnus.com>
147 * manual/memory.texi: Add back accidently removed line.
149 1998-04-25 Mark Kettenis <kettenis@phys.uva.nl>
151 * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
152 (timeout_handler): New function.
153 (LOCK_FILE, UNLOCK_FILE): New macros.
154 Implement file locking with timeout.
155 (getutent_r_file, internal_getut_r, getutline_r_file,
156 pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
159 1998-05-18 11:38 Ulrich Drepper <drepper@cygnus.com>
161 * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
164 1998-05-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
166 * rpm/Makefile: Delete inclusion of version.mk.
168 1998-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
170 * libc.map: Add all libio functions needed libstdc++ with version
173 1998-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
175 * iconvdata/Makefile (generated): Add *.stmp files.
177 1998-05-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
179 * timezone/Makefile (testdata, build-testdata): New variables, use
180 them in rules for test data.
181 ($(objpfx)tst-timezone.out): Depend on test data.
182 ($(testdata)/Europe/Berlin, $(testdata)/Universal,
183 $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
184 New rules to build test data.
185 (tst-timezone-ENV): Pass TZDIR to point to test data.
187 1998-05-18 Ulrich Drepper <drepper@cygnus.com>
189 * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
190 (the designation sequence is disturbing).
192 1998-05-17 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
194 * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
195 * sunrpc/xdr_rec.c: Likewise.
197 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
199 * posix/Makefile (tests): Add runptests.
200 (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
201 (before-compile): Add ptestcases.h.
202 (ptestscases.h): Add rule to generate from PTESTS.
203 * posix/runptests.c: New file.
204 * posix/PTESTS: New file.
205 * posix/PTESTS2C.sed: New file.
207 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
209 * iconv/loop.c: Let user add code to use and set paramaters.
211 * iconvdata/iso-2022-kr.c: Correct to-loop.
213 * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
214 point to output buffer.
216 * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
219 * iconvdata/TESTS: Add ISO-2022-KR test.
220 * iconvdata/testdata/ISO-2022-KR: New file.
222 1998-05-15 21:07 Ulrich Drepper <drepper@cygnus.com>
224 * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
226 * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
228 * wcsmbs/btowc.c: Likewise.
229 * wcsmbs/mbrtowcs.c: Likewise.
230 * wcsmbs/mbsnrtowcs.c: Likewise.
231 * wcsmbs/mbsrtowcs.c: Likewise.
232 * wcsmbs/wcrtomb.c: Likewise.
233 * wcsmbs/wcsnrtombs.c: Likewise.
234 * wcsmbs/wcsrtombs.c: Likewise.
235 * wcsmbs/wctob.c: Likewise.
236 * iconv/skeleton.c: Increment invocation_counter.
237 * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
240 * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
241 * iconvdata/iso-2022-jp.c: Likewise.
242 * iconvdata/iso646.c: Likewise.
244 * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
246 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
248 * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
250 * sysdeps/generic/setenv.c (setenv): Remove optimization for
251 overwriting existing values if it fits.
253 1998-05-15 14:36 Ulrich Drepper <drepper@cygnus.com>
255 * posix/wordexp-test.c: Avoid duplicate messages.
257 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
258 tsearch. Correctly interpret values returned by those functions.
259 (unsetenv): Store pointer to string, not pointer to string pointer.
261 * time/tzfile.c (__tzfile_compute): Take new arguments. Store
262 DST information and offset in them.
263 * time/tzset.c (__tz_convert): Pass extra parameters to
264 __tzfile_compute. Compute equivalent values for use of tz_rules.
266 1998-05-15 00:49:11 Zack Weinberg <zack@rabi.phys.columbia.edu>
268 * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
269 stamp files to avoid unnecessary recompilation.
270 (gen-8bit-gap-table): Likewise.
271 (move-if-change): New variable.
272 (all generated .h rules): Change to be .stmp rules.
273 (%.h): New rule; depend on %.stmp; no commands.
274 (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
277 1998-05-15 01:09 Zack Weinberg <zack@rabi.phys.columbia.edu>
279 * Makerules (libc-map): Deleted.
280 (load-map-file): Set to the appropriate compiler switch, not
281 just the file name. If libfoo-map is not set, look for a
282 libfoo.map in the current directory and $(..).
283 (map-file): New variable, contains just the mapfile name.
284 (build-shlib): Adjust for new value of load-map-file.
285 (libc.so): Correct dependencies.
287 * extra-lib.mk: Correct shlib dependencies since libfoo-map
288 may not be set anymore.
290 * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
291 Delete libdl-map. Tweak ld.so link rule to work with changed
292 variable settings in Makerules.
293 * iconvdata/Makefile: Tweak build-module to work with changed
294 variable settings in Makerules.
296 * db/Makefile: Delete libdb-map.
297 * hesiod/Makefile: Delete libnss_hesiod-map.
298 * linuxthreads/Makefile: Delete libpthread-map.
299 * locale/Makefile: Delete libBrokenLocale-map.
300 * login/Makefile: Delete libutil-map.
301 * math/Makefile: Delete libm-map.
302 * md5-crypt/Makefile: Delete libcrypt-map.
303 * nis/Makefile: Delete libnsl-map, libnss_nis-map,
304 libnss_nisplus-map, and libnss_compat-map.
305 * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
307 * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
308 * rt/Makefile: Delete librt-map.
310 1998-05-15 01:06 Zack Weinberg <zack@rabi.phys.columbia.edu>
312 * configure.in: Instead of substituting `yes' or `no' for whether
313 --no-whole-archive is available, set @no_whole_archive@ to the
314 appropriate gcc switch or the empty string. Likewise for
316 * config.make.in: Replace have-no-whole-archive with
317 no-whole-archive and have-no-exceptions with no-exceptions.
318 * Makerules: Delete stanzas setting no-whole-archive and
321 * sunrpc/Makefile: Use move-if-change to update generated .h
324 1998-05-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
326 * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
329 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
331 * time/tzfile.c (__tzfile_read): Remove unused variable info.
332 (__tzfile_compute): Likewise.
334 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
336 * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
337 defines from Linux 2.1.102.
339 1998-05-14 23:14 Ulrich Drepper <drepper@cygnus.com>
341 * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
343 1998-05-14 13:25 Ulrich Drepper <drepper@cygnus.com>
345 * inet/netinet/in.h: Add defines for multicast.
346 Reported by Jeremy Hall <jhall@UU.NET>.
348 * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
349 * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
350 and unsetenv. Optimize _LIBC case.
351 * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
352 Define functions with leading __.
354 * time/tzfile.c: Correct handling of global variables daylight,
355 timezone, and tzname.
356 * time/tzset.c: Likewise.
357 * timezone/Makefile (tests): Add tst-timezone.
358 * timezone/tst-timezone.c: New file.
360 1998-05-14 10:35 Ulrich Drepper <drepper@cygnus.com>
362 * timezone/asia: Update from tzdata1998d.
363 * timezone/australasia: Likewise.
364 * timezone/europe: Likewise.
366 1998-05-13 Ulrich Drepper <drepper@cygnus.com>
368 * string/string.h: Don't use the optimized versions for the string
369 functions if optimizing for space.
371 * stdlib/tst-strtod.c: Add test for -0.0.
373 * io/ftwtest-sh: Prevent tests from being run by root.
375 * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
376 last addition. Patch by wkpark@chem.skku.ac.kr.
378 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
380 * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
383 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
385 * iconvdata/gen-8bit.sh: New file.
386 * iconvdata/gen-8bit-gap.sh: New file.
387 * iconvdata/gen-8bit-gap-1.sh: New file.
388 * iconvdata/Makefile (generate-8bit-table): Use shell script
389 instead of writing the commands directly.
390 (generate-8bit-gap-table): Likewise.
391 ($(objpfx)iso8859-7jp.h): Likewise.
392 (generated headers): Depend on shell script instead of Makefile.
393 (before-compile): Add $(perl-generated-headers) only if perl is
395 (headers): Depend on $(perl-generated-headers) only if perl is
397 (sed-generated-headers): Remove iso8859-7jp.h.
399 1998-05-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
401 * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command. Clean up.
404 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
406 * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
407 formed charset names to getfct. Let user override charset
408 selection by mention charset in locale name.
410 1998-05-12 12:15 Ulrich Drepper <drepper@cygnus.com>
412 * posix/glob.c: Move to ...
413 * sysdeps/generic/glob.c: ...here.
414 * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
416 * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
417 * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
418 * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
419 * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
421 * libc.map [GLIBC_2.1]: Add glob and globfree.
423 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
425 * sunrpc/Makefile (generated): Restore old list.
427 1998-05-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
429 * rt/Makefile (tests): Define only if we have a thread library.
431 * nis/ypclnt.c: Add: #include <errno.h>.
433 1998-05-10 15:39 Zack Weinberg <zack@rabi.phys.columbia.edu>
435 * configure.in: Define and substitute RELEASE as well as
437 * config.make.in: Add RELEASE and VERSION to be substituted.
438 * Makeconfig: Delete all references to version.mk.
439 * Make-dist: Likewise.
440 * MakeTAGS: Likewise.
441 * elf/Makefile: Likewise.
443 1998-05-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
445 * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
446 yp_get_default_domain.
448 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
450 * sysdeps/posix/profil.c (__profil): Don't define act and timer
451 variables as static. Patch by Joe Keane <jgk@jgk.org>.
453 1998-05-12 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
455 * malloc/malloc.c: Fix for NO_THREADS case.
457 1998-05-11 18:02 Richard Henderson <rth@cygnus.com>
459 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
460 Remove statfs and fstatfs.
461 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
463 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
465 1998-05-09 Ulrich Drepper <drepper@cygnus.com>
467 * libc.map: Add capget and capset.
469 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
471 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
472 (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
473 vector. Patch by Mark Hatle <fray@kernel.crashing.org>
474 and Matt McLean <keys@brio.yikes.com>.
476 1998-05-08 23:49 Ulrich Drepper <drepper@cygnus.com>
478 * misc/Makefile (tests): Add tst-mntent.
479 * misc/tst-mntent.c: New file.
481 1998-05-08 21:56 Zack Weinberg <zack@rabi.phys.columbia.edu>
483 * autolock.sh: Removed.
484 * manual/move-if-change: Removed.
486 * scripts: New directory.
487 * =__ify: Moved to scripts.
488 * config.guess: Likewise.
489 * config.sub: Likewise.
490 * gen-FAQ.pl: Likewise.
491 * install-sh: Likewise.
492 * mkinstalldirs: Likewise.
493 * move-if-change: Likewise.
494 * printsources: Likewise.
495 * rellns.sh: Likewise.
496 * test-installation.pl: Likewise.
498 * configure.in: Look in scripts for config.guess, config.sub,
500 * Makefile: Distribute all above files in their
501 new home. Find gen-FAQ.pl and test-installation.pl in scripts.
502 * manual/Makefile: Find mkinstalldirs and move-if-change in
503 $(..)scripts. Drop them from distribute. Minor cleanups.
504 * Makerules: Find mkinstalldirs and rellns-sh in scripts.
505 * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
506 * timezone/Makefile: Find rellns-sh in scripts.
508 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
510 * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
511 Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
513 1998-05-08 19:24 Zack Weinberg <zack@rabi.phys.columbia.edu>
515 * Makefile (+subdir-inits): Delete variable.
516 (+init_subdirs): Likewise.
518 (before-compile): Likewise.
519 (libc-init): Delete stanza.
520 (version-info.h): Delete rule and associated variable.
521 (distribute): Don't distribute moved files.
522 * Makerules (interp-obj): It lives in elf now. Only use it
523 if $(elf) is set. Delete rule to build it.
524 * csu/Makefile: Build set-init.o and/or munch-init.o. Build
525 version.o and version-info.h. Minor cleanups.
526 (routines): Add libc-init, sysdep, version.
527 (generated): Add version-info.h.
528 * elf/Makefile: Build interp.os.
530 * interp.c: Moved to elf.
531 * set-init.c: Moved to csu.
532 * munch-init.c: Likewise.
533 * munch.awk: Likewise.
534 * version.c: Likewise.
536 * Rules: Unconfuse syntax highlighting with a fake comment.
538 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
540 * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
543 1998-05-08 16:36 Zack Weinberg <zack@rabi.phys.columbia.edu>
545 * iconvdata/Makefile (generated): Set to *-generated-headers
547 (tests): Set to iconv-test.
548 * localedata/Makefile (generated-dirs): Add ld-test-names to list.
549 * posix/Makefile (generated): Set to wordexp-test-result*.
550 * sunrpc/Makefile (generated): Remove rpcsvc/*.
551 (generated-dirs): Add rpcsvc.
552 * libio/Makefile: Clean up.
554 1998-05-08 14:55 Ulrich Drepper <drepper@cygnus.com>
556 * Make-dist (+tsrcs): Also use tests-statc where tests is used.
557 * Makerules: Likewise.
558 (+depfiles): Also add sysdep-others.
560 * iconv/Makefile (distribute): Add loop.s and skeleton.c.
561 * iconvdata/Makefile (distribute): Add TESTS.
562 * localedata/Makefile (repertoires): Rename to repertoiremaps.
563 * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
564 * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
565 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
566 sysdep-others, not others.
567 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
568 * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
570 1998-05-08 12:26 Ulrich Drepper <drepper@cygnus.com>
572 * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
574 * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
575 Cost parameter and set cost_lo to INT_MAX.
576 (add_module): Take new parameter and use it to initialize cost_lo.
577 (read_conf_file): Count modules being loaded and use counter for
578 new parameter to add_module.
579 * iconv/gconv_db.c (find_derivation): When look for cost examine
582 1998-05-08 10:52 Ulrich Drepper <drepper@cygnus.com>
584 * string/bits/string2.h: Don't use unsigned char * unless really
585 necessary since this disturbs C++.
586 * sysdeps/i386/i486/bits/string.h: Likewise.
587 Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
589 1998-05-08 13:53 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
591 * malloc/malloc.c (top_check): Fix last change.
593 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
595 * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
596 Patch by Matt McLean <keys@brio.yikes.com>.
598 1997-05-07 13:26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
600 * Makerules (lib): Put back dependency on lib-noranlib.
601 ($(subdirs-stamps)): Remove dependency on stamp.* again.
603 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
605 * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
606 test in __pow2 implementation.
608 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
610 * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
611 Still need *FLAGS-.o because we still sometimes build .o files.
612 * db2/Makefile: Don't build libndbm.a if !build-static.
614 1998-05-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
616 * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
618 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
620 * configure.in: New test for broken gcc on PowerPC.
621 * sysdeps/powerpc/atomicity.h: Use result of test.
622 * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
624 * math/libm-test.c: Update many of the epsilon to match actual
627 * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
628 * sysdeps/libm-ieee754/e_expf.c: Likewise.
629 * sysdeps/libm-ieee754/s_exp2.c: Likewise.
630 * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
632 * sysdeps/libm-ieee754/e_pow.c: Correct typo.
634 * sysdeps/powerpc/elf/libc-start.c: New file.
635 * sysdeps/powerpc/elf/start.S: New file, use libc-start.
636 * sysdeps/powerpc/elf/start.c: Delete.
638 * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
639 * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete. It was unused.
641 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
644 1998-05-06 12:51 Ulrich Drepper <drepper@cygnus.com>
646 * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
649 * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
650 * sysdeps/libm-i387/e_powl.S: Likewise.
652 1998-03-31 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
654 * malloc/malloc.c (chunk2mem_check, top_check): New functions.
655 (malloc_check, free_check, realloc_check, memalign_check): Use
656 them to improve overrun checking. Overruns of a single byte and
657 corruption of the top chunk are now detected much more reliably.
659 1998-05-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
661 * math/libm-test.c (pow_test): Add test for special value from PR
664 1998-05-06 Ulrich Drepper <drepper@cygnus.com>
666 * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
667 including linux/errno.h.
669 1998-05-06 09:49 Ulrich Drepper <drepper@cygnus.com>
671 * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
673 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
674 * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
676 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
678 * Makerules (elide-routines.*): Fix assignments.
679 (do-makelib): Fix typo.
680 ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
683 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
685 * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
686 $(objpfx)sysd-dirs): Move them...
687 * Makeconfig: ... here.
688 * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
689 (stubs): Fix circular depedency.
690 (do-makelib): Clean up.
691 (lib): Don't depend on lib-noranlib.
692 ($(objpfx)stamp.oS): Remove special case for empty
693 static-only-routines.
694 (elide-routines.o): Add $(static-only-routines).
695 (elide-routines$o): Define this instead of elide-routines.$o.
696 * manual/Makefile (stubs): Fix circular dependency.
698 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
700 * libio/Makefile (routines): Remove duplicate oldiofclose.
702 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
704 * string/strcoll.c: Use uint32_t instead of u_int32_t.
706 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
708 * libio/stdio.h: Fix typo in __REDIRECT.
709 * io/sys/stat.h: Likewise.
710 Reported by Myles Uyema <myles@uyema.nws.net>.
712 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
714 * locale/programs/localedef.c (options): Fix help message.
716 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
718 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
719 relocations. Patch by Joe Keane <jgk@jgk.org>.
721 1998-05-04 12:40 Ulrich Drepper <drepper@cygnus.com>
723 * malloc/malloc.c (ptmalloc_init_all): New function. Similar to
724 ptmalloc_unlock_all, but re-initializes the mutexes instead.
725 (ptmalloc_init): Use new function in thread_at_fork call.
726 (thread_atfork_static): Likewise.
727 Suggested by Wolfram Gloger and Xavier Leroy.
729 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
731 * signal/signal.h: Move definitions of struct sigstack and
732 struct sigaltstack into separate file and include it.
733 * sysdeps/generic/bits/sigstack.h: New file.
734 * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
735 * signal/Makefile (headers): Add bits/sigstack.h.
737 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
739 * elf/rtld.c (dl_main): Fix check for number of references to
742 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
744 * elf/rtld.c (dl_main): Check has_interp after executing platform
747 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
749 * iconvdata/run-iconv-test.sh: Fix typo.
751 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
753 * Makerules (+depfiles): Add depfiles for $(tests-static).
756 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
758 * manual/terminal.texi (Special Characters): Fix description of
761 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
763 * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
765 * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise. Initialize rest
768 1998-04-30 14:15 Zack Weinberg <zack@rabi.phys.columbia.edu>
770 * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
772 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
774 * intl/locale.alias: Update russian entry.
776 1998-05-01 21:54 Zack Weinberg <zack@rabi.phys.columbia.edu>
778 * Makerules (static-only-routines): Reimplement in terms of
780 (shared-only-routines): Reimplement in terms of
781 elide-routines.X [where X is all object-suffixes except .os].
783 (stubs): Create stubs file inside the subdir.
784 (common-mostlyclean): Remove stubs file from inside the subdir.
785 * Makefile (subdir-stubs): Look for stubs files inside the
787 * manual/Makefile (stubs): Create dummy stubs file inside the
790 1998-05-01 21:01 Zack Weinberg <zack@rabi.phys.columbia.edu>
792 Build speed improvement: make ar less of a bottleneck.
794 * Makerules (stamp$o): Just record the object list for later
796 (libc_foo.a): New rule, depends on subdir stamp files; builds
797 and ranlibs the library from the lists saved in those files.
799 (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
800 (subdirs-stamp-o): Likewise.
802 (ar-symtab-name): Delete variable.
803 (lib%.a): Delete target.
804 (libc_foo.a(bar.%)): Delete target.
805 (libc_foo.a($(ar-symtab-name))): Delete target.
807 (objects objs): Just depend on libobjs and extra-objs.
808 (libobjs): Depend on the stamp files, not the objects.
809 (extra-objs): New target, just depends on the extra-objs list.
811 (CREATE_ARFLAGS): Kill the `ar S' hack.
813 * config.make.in (have-ar-S): Deleted.
814 * configure.in: Delete test for `ar S'. Add test to determine
815 whether ranlib does anything useful.
817 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
819 * inet/tst-ether_aton.c: Include <stdio.h>.
821 1998-04-30 16:45 Ulrich Drepper <drepper@cygnus.com>
823 * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
825 * locale/Makefile (distribute): Add programs/repertoire.h.
826 (localedef-modules): Add repertoire.
827 (CPPFLAGS): Define REPERTOIREMAP_PATH.
828 * locale/programs/repertoire.c: New file.
829 * locale/programs/repertoire.h: New file.
830 * locale/programs/charmap.c: Starting fixing character set handling
831 to handle multi-byte encodings.
832 * locale/programs/charset.c: Likewise.
833 * locale/programs/charset.h: Likewise.
834 * locale/programs/ld-collate.c: Likewise.
835 * locale/programs/ld-ctype.c: Likewise.
836 * locale/programs/linereader.c: Likewise.
837 * locale/programs/localedef.c: Likewise.
838 * locale/programs/locfile-kw.gperf: Likewise.
839 * locale/programs/locfile-kw.h: Likewise.
840 * locale/programs/locfile-token.h: Likewise.
841 * locale/programs/locfile.h: Likewise.
842 * locale/programs/stringtrans.c: Likewise.
844 * locale/programs/locfile.c: Interpret I18NPATH value as base of
845 path, extended with "/locales/".
847 1998-04-18 Philip Blundell <Philip.Blundell@pobox.com>
849 * sysdeps/arm/memset.S: Fix off by one error.
851 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
852 __syscall_error rather than syscall_error directly.
854 1998-04-17 Philip Blundell <Philip.Blundell@pobox.com>
856 * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
857 mmap() syscall for ARM.
859 * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
862 1998-04-30 Ulrich Drepper <drepper@cygnus.com>
864 * locale/programs/localedef.c: Recognize repertoire-map option.
866 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
868 * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
869 converting non-hex numbers.
870 Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
872 1998-04-23 07:31 H.J. Lu <hjl@gnu.org>
874 * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
876 * resolv/Makefile (tests): New, add tst-aton.
877 * resolv/tst-aton.c: New file.
879 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
881 * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
884 1998-04-29 12:11 Ulrich Drepper <drepper@cygnus.com>
886 * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
887 by letting the later modify the variable computing the total directly.
888 * wcsmbs/mbsrtowcs.c: Likewise.
889 * wcsmbs/wcsnrtombs.c: Likewise.
890 * wcsmbs/wcsrtombs.c: Likewise.
892 * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
894 * wcsmbs/wctoc.c: Likewise.
896 * wcsmbs/mbsrtowcs.c: Optimize a bit more.
897 * wcsmbs/wcsrtombs.c: Likewise.
899 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
901 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
903 * iconv/skeleton.c: Correct counting of actually converted
906 * intl/localealias.c (read_alias_file): Use unsigned char for
907 local variables. Remove unused variable tp.
908 * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
909 for type of codeset. For loosing Solaris systems.
910 * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
911 * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
913 Patches by Jim Meyering.
915 * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
916 wcsrtombs must put it into initial state.
918 1998-04-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
920 * iconv/gconv_simple.c: Fix endian bug. Don't put side effects in
921 argument of bswap_XX macro.
923 1998-04-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
925 * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
928 1998-04-28 Ulrich Drepper <drepper@cygnus.com>
930 * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
931 semun and use stdarg macros to get the value.
932 * sysdeps/generic/semctl.c: Don't use union semun.
934 * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
936 * string/basename.c [!_LIBC]: Define function as gnu_basename.
938 * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
941 * stdlib/grouping.h: Accept ungrouped numbers even if locale
944 * intl/hash-string.h: Don't include values.h.
946 * inet/Makefile (tests): Add tst-ether_aton.
947 * inet/tst-ether_aton.c: New file.
949 * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
951 * inet/ether_aton.c (ether_aton): Declare result variable static.
952 Reported by ahyung@unixg.ubc.ca.
954 * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
955 Define macro _SEM_SEMUN_UNDEFINED instead.
956 Reported by Dirk Laessig <d.laessig@tu-bs.de>.
958 * stdio-common/tst-wc-printf.c: New file. Test for %S and %C format.
959 * stdio-common/Makefile (tests): Add tst-wc-printf.
961 1998-04-28 16:32 Philip Blundell <philb@gnu.org>
963 * manual/stdio.texi (Variable Arguments Output): Correct variable
964 name. Patch from Ewan Mellor <em@nexus.co.uk>
966 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
968 * intl/dcgettext.c: Remove unneeded definition of
971 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
973 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
974 instead of do-iconv-test.
975 ($(objpfx)gconv-modules): Define rule only if objpfx is not
978 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
980 * string/string.h: Fix feature test.
982 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
984 * iconvdata/iso646.c (BODY): Don't use character constants that
985 depend on signedness of char.
987 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
989 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
990 (sysdep_routines): Add s_pread64 and s_pwrite64.
992 1998-04-27 09:54 Ulrich Drepper <drepper@cygnus.com>
994 * iconvdata/Makefile (distribute): Remove generated .h files.
995 * iconvdata/koi8-r.h: Removed.
996 * iconvdata/latin-greek-1.h: Removed.
997 * iconvdata/latin-greek.h: Removed.
999 * iconvdata/testdata/CP1258..UTF8: New iconv test source.
1000 * iconvdata/KOI-8: Likewise.
1001 * iconvdata/KOI-8..UTF8: Likewise.
1002 * iconvdata/KOI8-R: Likewise.
1003 * iconvdata/KOI8-R..UTF8: Likewise.
1005 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1007 * streams/Makefile (headers): Add sys/stropts.h.
1008 * streams/sys/stropts.h: New file.
1010 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1012 * sysdeps/unix/sysv/linux/ttyname.c,
1013 sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
1014 sysdeps/posix/ttyname*.c, but look in /dev/pts first.
1016 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1018 * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
1019 argument of _itoa_word.
1021 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1023 * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
1024 s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
1025 caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
1026 sigprocmask, resp., instead of EXTRA.
1028 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1029 s_pread64 and s_pwrite64.
1031 1998-04-26 18:44 Ulrich Drepper <drepper@cygnus.com>
1033 * iconvdata/Makefile: Correct rules to generate gap table.
1034 * iconvdata/gap.pl: Simplify.
1036 * iconvdata/TESTS: Name new tests.
1037 * iconvdata/testdata/CP1250: New file.
1038 * iconvdata/testdata/CP1250..UTF8: New file.
1039 * iconvdata/testdata/CP1251: New file.
1040 * iconvdata/testdata/CP1251..UTF8: New file.
1041 * iconvdata/testdata/CP1252: New file.
1042 * iconvdata/testdata/CP1252..UTF8: New file.
1043 * iconvdata/testdata/CP1253: New file.
1044 * iconvdata/testdata/CP1253..UTF8: New file.
1045 * iconvdata/testdata/CP1254: New file.
1046 * iconvdata/testdata/CP1254..UTF8: New file.
1047 * iconvdata/testdata/CP1255: New file.
1048 * iconvdata/testdata/CP1255..UTF8: New file.
1049 * iconvdata/testdata/CP1256: New file.
1050 * iconvdata/testdata/CP1256..UTF8: New file.
1051 * iconvdata/testdata/CP1257: New file.
1052 * iconvdata/testdata/CP1257..UTF8: New file.
1054 1998-04-26 Ulrich Drepper <drepper@cygnus.com>
1056 * iconvdata/Makefile: Add rules for ISO-2022-KR.
1057 * iconvdata/iso-2022-kr.c: New file.
1059 * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
1062 1998-04-25 18:39 Ulrich Drepper <drepper@cygnus.com>
1064 * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
1065 iso8859-8 and iso8859-10.
1066 * iconvdata/iso8859-5.c: Change to use gap method.
1067 * iconvdata/iso8859-7.c: Likewise.
1068 * iconvdata/iso8859-8.c: Likewise.
1069 * iconvdata/iso8859-10.c: Likewise.
1071 * iconvdata/Makefile: Add rules for ISO-2022-JP module.
1072 * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
1074 * iconvdata/iso-2022-jp.c: New file.
1076 * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
1077 * iconvdata/ksc5601.h: Unify function interfaces.
1078 * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
1079 * iconvdata/uhc.c: Likewise.
1081 * iconvdata/gb2312.h: Use correct types.
1083 * iconvdata/iso646.c (gconv_open): Correctly initialize the character
1084 size elements of data.
1086 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
1088 * string/tst-svc.expect: Adapt for change in .input.
1089 * string/tst-svc.input: More tests.
1091 1998-04-24 17:15 Ulrich Drepper <drepper@cygnus.com>
1093 * iconvdata/Makefile: Add rules for new modules.
1094 * iconvdata/gconv-modules: Likewise.
1095 * iconvdata/cp737.c: New file.
1096 * iconvdata/cp737.h: New file.
1097 * iconvdata/cp775.c: New file.
1098 * iconvdata/cp775.h: New file.
1099 * iconvdata/cp874.c: New file.
1100 * iconvdata/cp874.h: New file.
1102 1998-04-24 16:30 Ulrich Drepper <drepper@cygnus.com>
1104 * iconvdata/Makefile: Create target directory before generating
1107 1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1109 * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
1110 __USER_LABEL_PREFIX__.
1111 (__ASMNAME, __ASMNAME2): New macros.
1113 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
1115 * elf/dl-load.c: Include sys/param.h for MAX.
1117 1998-04-24 21:44 Richard Henderson <rth@cygnus.com>
1119 * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
1120 __ftruncate the strong symbol, and add weak alias.
1121 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1123 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
1125 * termios/cfsetspeed.c: Make code cleaner and add missing const.
1126 Patch by Joe Keane <jgk@jgk.org>.
1128 * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
1131 1998-04-24 13:56 Ulrich Drepper <drepper@cygnus.com>
1133 * sysdeps/generic/bits/socket.h: Add #defines for enum values.
1134 Patch by Thomas Bushnell, n/BSG.
1136 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
1138 * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
1140 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
1142 * iconvdata/Makefile: Put generated headers in build directory.
1144 1998-04-23 22:43 Ulrich Drepper <drepper@cygnus.com>
1146 * elf/dl-load.c (fillin_rpath): Handle empty element returned by
1147 strsep as current directory.
1149 * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
1150 Java. Add definitions for unicodelittle implementation.
1151 * iconv/gconv_int.h: Add declaration for unicodelittle functions.
1152 * iconv/gconv_simple.c: Define unicodelittle functions.
1154 * iconv/iconv_prog.c: Make program print information about position
1155 of illegal character in input.
1157 * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
1158 comparison of charset name.
1159 * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
1160 * iconvdata/ebcdic-at-de-a.c: Likewise.
1161 * iconvdata/ebcdic-at-de.c: Likewise.
1162 * iconvdata/ebcdic-ca-fr.c: Likewise.
1163 * iconvdata/euccn.c: Likewise.
1164 * iconvdata/eucjp.c: Likewise.
1165 * iconvdata/euckr.c: Likewise.
1166 * iconvdata/euctw.c: Likewise.
1167 * iconvdata/hp-roman8.c: Likewise.
1168 * iconvdata/iso6937.c: Likewise.
1169 * iconvdata/iso8859-1.c: Likewise.
1170 * iconvdata/iso8859-10.c: Likewise.
1171 * iconvdata/iso8859-2.c: Likewise.
1172 * iconvdata/iso8859-3.c: Likewise.
1173 * iconvdata/iso8859-4.c: Likewise.
1174 * iconvdata/iso8859-5.c: Likewise.
1175 * iconvdata/iso8859-6.c: Likewise.
1176 * iconvdata/iso8859-7.c: Likewise.
1177 * iconvdata/iso8859-8.c: Likewise.
1178 * iconvdata/iso8859-9.c: Likewise.
1179 * iconvdata/johab.c: Likewise.
1180 * iconvdata/koi-8.c: Likewise.
1181 * iconvdata/koi8-r.c: Likewise.
1182 * iconvdata/latin-greek-1.c: Likewise.
1183 * iconvdata/latin-greek.c: Likewise.
1184 * iconvdata/sjis.c: Likewise.
1185 * iconvdata/t61.c: Likewise.
1186 * iconvdata/uhc.c: Likewise.
1188 * iconvdata/iso646.c: Add support for more ISO 646 variants.
1189 * iconvdata/TESTS: Add tests for ISO646 module.
1190 * iconvdata/gconv-modules: Add new modules.
1191 * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
1192 * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
1193 * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
1194 * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
1195 * iconvdata/testdate/DIN_66003: Likewise.
1196 * iconvdata/testdate/DIN_66003..UTF8: Likewise.
1197 * iconvdata/testdate/DS_2089: Likewise.
1198 * iconvdata/testdate/DS_2089..UTF8: Likewise.
1199 * iconvdata/testdate/ES: Likewise.
1200 * iconvdata/testdate/ES..UTF8: Likewise.
1201 * iconvdata/testdate/ES2: Likewise.
1202 * iconvdata/testdate/ES2..UTF8: Likewise.
1203 * iconvdata/testdate/GB_1988-80: Likewise.
1204 * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
1205 * iconvdata/testdate/IT: Likewise.
1206 * iconvdata/testdate/IT..UTF8: Likewise.
1207 * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
1208 * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
1209 * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
1210 * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
1211 * iconvdata/testdate/JUS_I.B1.002: Likewise.
1212 * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
1213 * iconvdata/testdate/KSC5636: Likewise.
1214 * iconvdata/testdate/KSC5636..UTF8: Likewise.
1215 * iconvdata/testdate/MSZ_7795.3: Likewise.
1216 * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
1217 * iconvdata/testdate/NC_NC00-10: Likewise.
1218 * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
1219 * iconvdata/testdate/NF_Z_62-010: Likewise.
1220 * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
1221 * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
1222 * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
1223 * iconvdata/testdate/NS_4551-1: Likewise.
1224 * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
1225 * iconvdata/testdate/NS_4551-2: Likewise.
1226 * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
1227 * iconvdata/testdate/PT: Likewise.
1228 * iconvdata/testdate/PT..UTF8: Likewise.
1229 * iconvdata/testdate/PT2: Likewise.
1230 * iconvdata/testdate/PT2..UTF8: Likewise.
1231 * iconvdata/testdate/SEN_850200_B: Likewise.
1232 * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
1233 * iconvdata/testdate/SEN_850200_C: Likewise.
1234 * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
1236 * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
1237 * iconvdata/cns11643l1.h: Likewise.
1238 * iconvdata/latin-greek-1.h: Likewise.
1239 * iconvdata/latin-greek.h: Likewise.
1240 * iconvdata/koi8-r.h: Likewise.
1241 * iconvdata/jis0212.h: Likewise.
1242 * iconvdata/gb2312.h: Likewise.
1243 * iconvdata/ksc5601.h: Likewise.
1245 * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
1247 * iconvdata/Makefile: Add rules for lots of more modules.
1248 * iconvdata/cp1250.c: New file.
1249 * iconvdata/cp1251.c: New file.
1250 * iconvdata/cp1252.c: New file.
1251 * iconvdata/cp1253.c: New file.
1252 * iconvdata/cp1254.c: New file.
1253 * iconvdata/cp1255.c: New file.
1254 * iconvdata/cp1256.c: New file.
1255 * iconvdata/cp1257.c: New file.
1256 * iconvdata/ebcdic-dk-no-a.c: New file.
1257 * iconvdata/ebcdic-dk-no.c: New file.
1258 * iconvdata/ebcdic-es-a.c: New file.
1259 * iconvdata/ebcdic-es-s.c: New file.
1260 * iconvdata/ebcdic-es.c: New file.
1261 * iconvdata/ebcdic-fi-se-a.c: New file.
1262 * iconvdata/ebcdic-fi-se.c: New file.
1263 * iconvdata/ebcdic-fr.c: New file.
1264 * iconvdata/ebcdic-is-friss.c: New file.
1265 * iconvdata/ebcdic-it.c: New file.
1266 * iconvdata/ebcdic-pt.c: New file.
1267 * iconvdata/ebcdic-uk.c: New file.
1268 * iconvdata/ebcdic-us.c: New file.
1269 * iconvdata/ibm037.c: New file.
1270 * iconvdata/ibm038.c: New file.
1271 * iconvdata/ibm1004.c: New file.
1272 * iconvdata/ibm1026.c: New file.
1273 * iconvdata/ibm1047.c: New file.
1274 * iconvdata/ibm256.c: New file.
1275 * iconvdata/ibm273.c: New file.
1276 * iconvdata/ibm274.c: New file.
1277 * iconvdata/ibm275.c: New file.
1278 * iconvdata/ibm277.c: New file.
1279 * iconvdata/ibm278.c: New file.
1280 * iconvdata/ibm280.c: New file.
1281 * iconvdata/ibm281.c: New file.
1282 * iconvdata/ibm284.c: New file.
1283 * iconvdata/ibm285.c: New file.
1284 * iconvdata/ibm290.c: New file.
1285 * iconvdata/ibm297.c: New file.
1286 * iconvdata/ibm420.c: New file.
1287 * iconvdata/ibm423.c: New file.
1288 * iconvdata/ibm424.c: New file.
1289 * iconvdata/ibm437.c: New file.
1290 * iconvdata/ibm500.c: New file.
1291 * iconvdata/ibm850.c: New file.
1292 * iconvdata/ibm851.c: New file.
1293 * iconvdata/ibm852.c: New file.
1294 * iconvdata/ibm855.c: New file.
1295 * iconvdata/ibm857.c: New file.
1296 * iconvdata/ibm860.c: New file.
1297 * iconvdata/ibm861.c: New file.
1298 * iconvdata/ibm862.c: New file.
1299 * iconvdata/ibm863.c: New file.
1300 * iconvdata/ibm864.c: New file.
1301 * iconvdata/ibm865.c: New file.
1302 * iconvdata/ibm868.c: New file.
1303 * iconvdata/ibm869.c: New file.
1304 * iconvdata/ibm870.c: New file.
1305 * iconvdata/ibm871.c: New file.
1306 * iconvdata/ibm875.c: New file.
1307 * iconvdata/ibm880.c: New file.
1308 * iconvdata/ibm891.c: New file.
1309 * iconvdata/ibm903.c: New file.
1310 * iconvdata/ibm904.c: New file.
1311 * iconvdata/ibm905.c: New file.
1312 * iconvdata/ibm918.c: New file.
1314 * locale/iso-4217.def: Update.
1315 * localedata/locales/pt_BR: Correct. Patches by Andreas Jaeger.
1317 * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
1320 1998-04-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1322 * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
1325 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
1327 * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
1328 * Makefile: Likewise.
1329 * posix/Makefile: Likewise.
1330 * sysdeps/mach/hurd/Makefile: Likewise.
1332 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
1334 * sysdeps/mach/hurd/bits/dirent.h: New file.
1335 * sysdeps/mach/hurd/readdir64.c: New file.
1336 * sysdeps/mach/hurd/readdir64_r.c: New file.
1338 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
1340 * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
1341 dprintf): Synchronize declarations with libio/stdio.h.
1343 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
1345 * elf/dlerror.c (dlerror): Don't assume that
1346 __libc_internal_tsd_get is defined. __libc_getspecific is already
1347 well-protected, so just use it directly.
1349 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
1351 * io/ftw.h (ftw): Fix typo.
1353 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
1355 * sysdeps/gnu/utmp_file.c: Fix typo.
1357 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1359 * iconvdata/run-iconv-test.sh: Fix more portability bugs. When
1360 one part of a test fails move on to the next test.
1362 1998-04-24 5:45 Richard Henderson <rth@cygnus.com>
1364 * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
1366 1998-04-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1368 * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
1369 as pointers, not signed integers.
1371 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1373 * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
1375 1998-04-21 21:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
1377 * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
1378 asm symbol name of functions.
1379 * include/features.h: Kill redundant test.
1381 * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
1382 * io/ftw.h: Likewise.
1383 * io/sys/stat.h: Likewise.
1384 * io/sys/statfs.h: Likewise.
1385 * io/sys/statvfs.h: Likewise.
1386 * libio/stdio.h: Likewise.
1387 * resource/sys/resource.h: Likewise.
1388 * rt/aio.h: Likewise.
1390 * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
1392 * signal/signal.h: Use new macros for BSD vs. SysV signal().
1394 * misc/Makefile: Drop bsd-compat.c. Make libbsd-compat.a
1396 * misc/bsd-compat.c: Removed.
1398 1998-04-21 20:32 Ulrich Drepper <drepper@cygnus.com>
1400 * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
1401 function declaration.
1402 * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
1403 and use them in conversion function.
1404 * iconvdata/Makefile (modules): Re-add ISO6446.
1405 * iconvdata/TEST: Add tests for ASCII variants.
1406 * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
1407 * iconvdata/testdata/ANSI_X3.4-1968: New file.
1408 * iconvdata/testdata/BS_4730: New file.
1409 * iconvdata/testdata/BS_4730..UTF8: New file.
1411 1998-04-21 19:05 Ulrich Drepper <drepper@cygnus.com>
1413 * iconv/gconv.h (struct gconv_step): Add element stateful.
1414 * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
1415 to zero for all internal conversions.
1416 * iconv/skeleton.c: Initialize stateful depending on whether or not
1417 RESET_STATE is defined to one or zero respectively.
1418 * stdlib/mblen.c: Use stateful element of currently selected
1419 converter for result if S is NULL.
1420 * stdlib/mbtowc.c: Likewise.
1421 * stdlib/wctomb.c: Likewise.
1423 1998-04-21 18:00 Ulrich Drepper <drepper@cygnus.com>
1425 * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
1427 * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
1429 * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
1430 character in comparison with uint32_t.
1431 (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
1432 (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
1433 Optimize BODY a bit.
1435 * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
1438 * iconv/skeleton.c: Also reset converted counter in case of an error.
1439 Call reset function using correct value for output buffer start.
1441 * iconvdata/Makefile: Re-enable tests.
1443 * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
1444 value for to-conversion.
1446 * iconvdata/TESTS: Add new third column.
1447 * iconvdata/run-iconv-test.sh: Add support for charsets which are
1449 * iconvdata/testdata/suntzus: New file.
1451 * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
1452 while reading. Correctly used base. Little optimization.
1453 (__strtoul_internal): Likewise.
1455 * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
1456 was wrong. Use explicit variable.
1458 1998-04-20 23:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
1460 * configure.in: Check for awk.
1461 * config.make.in: Add AWK to be substituted.
1463 * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
1464 * manual/users.texi: Fix typo exposed by above rewrite.
1466 * Makefile: Invoke awk using AWK variable.
1467 * csu/Makefile: Likewise.
1468 * elf/Makefile: Likewise.
1469 * mach/Makefile: Likewise.
1470 * manual/Makefile: Likewise.
1471 * sysdeps/gnu/Makefile: Likewise.
1472 * sysdeps/mach/hurd/Makefile: Likewise.
1473 * sysdeps/unix/Makefile: Likewise.
1474 * timezone/Makefile: Likewise.
1476 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
1478 * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
1479 array index translation.
1480 (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
1483 * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
1485 * sysdeps/mach/hurd/errlist.c: New file.
1486 (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
1487 (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
1488 semantics, so rename it.
1490 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1492 * iconvdata/run-iconv-test.sh: Make portable. Always test all
1495 1998-04-21 12:30 H.J. Lu <hjl@gnu.org>
1497 * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
1498 * wcsmbs/wcsnrtombs.c: Likewise.
1500 1998-04-21 Ulrich Drepper <drepper@cygnus.com>
1502 * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
1504 * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
1506 * time/strftime.c (my_strftime): Initialize pad variable in
1509 * iconvdata/big5.c: Don't use character constants in comparisons
1510 with unsigned value.
1512 1998-04-20 18:00 Ulrich Drepper <drepper@cygnus.com>
1514 * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
1515 __libc_siglongjmp to GLIBC_2.1.
1517 * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
1520 * iconv/Makefile: Don't run tests now.
1522 * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
1523 with correct output buffer.
1525 Major rewrite of the low-level gconv functionality.
1526 * iconv/gconv.c: Rewritten.
1527 * iconv/gconv.h: Likewise.
1528 * iconv/gconv_builtin.c: Likewise.
1529 * iconv/gconv_builtin.h: Likewise.
1530 * iconv/gconv_conf.c: Likewise.
1531 * iconv/gconv_int.h: Likewise.
1532 * iconv/gconv_open.c: Likewise.
1533 * iconv/gconv_simple.c: Likewise.
1534 * iconv/iconv.c: Likewise.
1535 * iconvdata/8bit-gap.c: Likewise.
1536 * iconvdata/8bit-generic.c: Likewise.
1537 * iconvdata/Makefile: Likewise.
1538 * iconvdata/big5.c: Likewise.
1539 * iconvdata/cns11643.c: Likewise.
1540 * iconvdata/cns11643.h: Likewise.
1541 * iconvdata/cns11643l1.c: Likewise.
1542 * iconvdata/cns11643l1.h: Likewise.
1543 * iconvdata/ebcdic-at-de-a.c: Likewise.
1544 * iconvdata/ebcdic-at-de.c: Likewise.
1545 * iconvdata/ebcdic-ca-fr.c: Likewise.
1546 * iconvdata/euccn.c: Likewise.
1547 * iconvdata/eucjp.c: Likewise.
1548 * iconvdata/euckr.c: Likewise.
1549 * iconvdata/euctw.c: Likewise.
1550 * iconvdata/gb2312.c: Likewise.
1551 * iconvdata/gb2312.h: Likewise.
1552 * iconvdata/hp-roman8.c: Likewise.
1553 * iconvdata/iso646.c: Likewise.
1554 * iconvdata/iso6937.c: Likewise.
1555 * iconvdata/iso8859-1.c: Likewise.
1556 * iconvdata/iso8859-10.c: Likewise.
1557 * iconvdata/iso8859-2.c: Likewise.
1558 * iconvdata/iso8859-3.c: Likewise.
1559 * iconvdata/iso8859-4.c: Likewise.
1560 * iconvdata/iso8859-5.c: Likewise.
1561 * iconvdata/iso8859-6.c: Likewise.
1562 * iconvdata/iso8859-7.c: Likewise.
1563 * iconvdata/iso8859-8.c: Likewise.
1564 * iconvdata/iso8859-9.c: Likewise.
1565 * iconvdata/jis0201.c: Likewise.
1566 * iconvdata/jis0201.h: Likewise.
1567 * iconvdata/jis0208.c: Likewise.
1568 * iconvdata/jis0208.h: Likewise.
1569 * iconvdata/jis0212.c: Likewise.
1570 * iconvdata/jis0212.h: Likewise.
1571 * iconvdata/johab.c: Likewise.
1572 * iconvdata/koi-8.c: Likewise.
1573 * iconvdata/koi8-r.c: Likewise.
1574 * iconvdata/ksc5601.c: Likewise.
1575 * iconvdata/ksc5601.h: Likewise.
1576 * iconvdata/latin-greek-1.c: Likewise.
1577 * iconvdata/latin-greek.c: Likewise.
1578 * iconvdata/run-iconv-test.sh: Likewise.
1579 * iconvdata/sjis.c: Likewise.
1580 * iconvdata/t61.c: Likewise.
1581 * iconvdata/uhc.c: Likewise.
1582 * wcsmbs/btowc.c: Likewise.
1583 * wcsmbs/mbrtowc.c: Likewise.
1584 * wcsmbs/mbsnrtowcs.c: Likewise.
1585 * wcsmbs/mbsrtowcs.c: Likewise.
1586 * wcsmbs/wcrtomb.c: Likewise.
1587 * wcsmbs/wcsmbsload.c: Likewise.
1588 * wcsmbs/wcsnrtombs.c: Likewise.
1589 * wcsmbs/wcsrtombs.c: Likewise.
1590 * wcsmbs/wctob.c: Likewise.
1591 * iconv/loop.c: New file.
1592 * iconv/skeleton.c: New file.
1594 * stdlib/mblen.c: Handle empty input string correctly.
1595 * stdlib/mbtowc.c: Likewise.
1597 * posix/getopt.c: Various cleanups.
1599 * sysdeps/arm/bits/setjmp.h: Add copyright text.
1600 * sysdeps/i386/bits/setjmp.h: Likewise.
1601 * sysdeps/m68k/bits/setjmp.h: Likewise.
1602 * sysdeps/powerpc/bits/setjmp.h: Likewise.
1603 * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
1605 * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
1606 and make longjmp weak alias.
1608 1998-04-18 20:29 Philip Blundell <Philip.Blundell@pobox.com>
1610 * iconv/Makefile (routines): Only include gconv_dl if building for
1611 an ELF system - dynamic linking is not available on a.out.
1612 (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
1614 * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
1615 routines from gconv_dl.
1617 1998-04-17 Gordon Matzigkeit <gord@profitpress.com>
1619 * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
1620 we can compile without libio.
1622 1998-04-20 16:28 Ulrich Drepper <drepper@cygnus.com>
1624 * sysdeps/mach/hurd/Subdirs: Remove login.
1626 1998-04-11 Gordon Matzigkeit <gord@profitpress.com>
1628 * db2/compat.h: Include <errno.h>, to make sure we get the
1629 definition of EFTYPE before we define it ourselves.
1631 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
1633 * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
1634 * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
1635 Fix typo to allow inclusion from sys/ioctl.h again.
1637 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1639 * iconvdata/*.[ch]: Clean up namespace. Optimize character lookup.
1641 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1643 * libc.map: Export __strerror_r. Remove _strerror_internal.
1645 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1647 * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
1648 Also undefine __strcasestr.
1650 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1652 * posix/regex.c: Rename __re_max_failures back to re_max_failures,
1653 aliases do not work with global variables due to copy relocations.
1655 1998-04-20 15:12 Ulrich Drepper <drepper@cygnus.com>
1657 * manual/creature.texi: Fix type. Patch by Andreas Schwab.
1659 1998-04-20 13:47 Ulrich Drepper <drepper@cygnus.com>
1661 * signal/sighold.c: Include stddef.h for NULL definition.
1662 * signal/sigrelse.c: Likewise.
1663 * sysdeps/posix/sigignore.c: Likewise.
1664 * sysdeps/posix/sigset.c: Likewise.
1665 * sysdeps/posix/waitid.c: Likewise.
1666 * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
1667 * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
1668 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1669 * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
1670 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1672 1998-04-13 Mark Kettenis <kettenis@phys.uva.nl>
1674 * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
1675 * login/getutent.c (getutxent): Remove alias.
1676 * login/getutent_r.c (setutxent, pututxline, endutxent):
1678 * login/getutid.c (getutxid): Remove alias.
1679 * login/getutline.c (getutxline): Remove alias.
1680 * login/utmp.h: Add prototypes for __updwtmp, __getutent,
1681 __getutid, __getutline and __pututline.
1682 * login/utmpx.h: Moved to ...
1683 * sysdeps/gnu/utmpx.h: ... here. [__USE_GNU]: Define UTMPX_FILE,
1684 UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
1686 * login/updwtmp.c: Moved to ...
1687 * sysdeps/generic/updwtmp.c: ... here. (updwtmp): Generalized by
1688 allowing file name transformation.
1689 * sysdeps/gnu/updwtmp.c: New file. Use generic implementation with
1690 additional file name transformation.
1691 * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
1692 * login/utmp_file.c: Moved to ...
1693 * sysdeps/generic/utmp_file.c: ... here. (setutent_file):
1694 Generalized by allowing file name transformation. Do not
1695 print error message. Library functions should not print them.
1696 Reported by Jim Meyering.
1697 * sysdeps/gnu/utmp_file.c: New file. Use generic implementation
1698 with additional file name transformation.
1699 * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
1700 * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
1701 setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
1702 pututxline, utmpxname and updwtmpx. (sysdep_headers): Add utmpx.h
1704 * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
1705 (_PATH_UTMPX): Define to _PATH_UTMP. (_PATH_WTMPX): Define to
1706 _PATH_WTMPX. (RUN_LVL): Define only if __USE_GNU. (ACCOUNTING):
1707 Define if __USE_GNU.
1708 * sysdeps/generic/setutxent.c: New file.
1709 * sysdeps/generic/getutxent.c: New file.
1710 * sysdeps/generic/endutxent.c: New file.
1711 * sysdeps/generic/getutxid.c: New file.
1712 * sysdeps/generic/getutxline.c: New file.
1713 * sysdeps/generic/pututxline.c: New file.
1714 * sysdeps/generic/utmpxname.c: New file.
1715 * sysdeps/generic/updwtmpx.c: New file.
1716 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
1717 * sysdeps/generic/bits/utmpx.h: Remove.
1719 1998-04-20 Ulrich Drepper <drepper@cygnus.com>
1721 * posix/wordexp-test.c (main): Initialize ifs element of ts for
1724 1998-04-17 07:53 H.J. Lu <hjl@gnu.org>
1726 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
1728 1998-04-17 11:32 Ulrich Drepper <drepper@cygnus.com>
1730 * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
1731 variable using _G_stat64.
1732 * libio/fileops.c: Remove macro definition of fstat, it is in the
1734 Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
1736 1998-04-17 Philip Blundell <pb@nexus.co.uk>
1738 * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
1739 <willy@odie.barnet.ac.uk>.
1741 1998-04-16 Philip Blundell <Philip.Blundell@pobox.com>
1743 * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
1744 required by IPv6 Basic API.
1745 (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
1746 (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
1747 (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
1748 (IN6_IS_ADDR_MC_GLOBAL): Likewise.
1750 1998-04-15 16:41 Ulrich Drepper <drepper@cygnus.com>
1752 Don't name internal representation since it might be different from
1753 the external form (namely on little endian machines).
1754 * iconv/gconv_builtin.h: Add UCS4 support. Change references to
1755 UCS4 into references to INTERNAL.
1756 * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
1757 Add endianess support to UCS functions. Change references to
1758 UCS4 into references to INTERNAL.
1759 * iconv/gconv_int.h: Change references to UCS4 into references to
1761 * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
1762 * iconvdata/gconv-modules: Change accordingly.
1763 * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
1765 * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
1767 * iconvdata/8bit-gap.c: Likewise.
1768 * iconvdata/8bit-generic.c: Likewise.
1769 * iconvdata/big5.c: Likewise.
1770 * iconvdata/euccn.c: Likewise.
1771 * iconvdata/eucjp.c: Likewise.
1772 * iconvdata/euckr.c: Likewise.
1773 * iconvdata/euctw.c: Likewise.
1774 * iconvdata/iso646.c: Likewise.
1775 * iconvdata/iso6937.c: Likewise.
1776 * iconvdata/iso8859-1.c: Likewise.
1777 * iconvdata/johab.c: Likewise.
1778 * iconvdata/sjis.c: Likewise.
1779 * iconvdata/t61.c: Likewise.
1780 * iconvdata/uhc.c: Likewise.
1782 * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
1783 * iconvdata/8bit-generic.c: Likewise.
1785 * iconvdata/TESTS: Add more tests.
1787 * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
1789 1998-04-15 11:47 Ulrich Drepper <drepper@cygnus.com>
1791 * iconvdata/Makefile: Better rules to run tests.
1793 * iconvdata/testdata/ISO-8859-1..UTF8: New file.
1794 * iconvdata/testdata/ISO-8859-10: Likewise.
1795 * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
1796 * iconvdata/testdata/ISO-8859-2: Likewise.
1797 * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
1798 * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
1799 * iconvdata/testdata/ISO-8859-3: Likewise.
1800 * iconvdata/testdata/ISO-8859-4: Likewise.
1801 * iconvdata/testdata/ISO-8859-5: Likewise.
1802 * iconvdata/testdata/ISO-8859-6: Likewise.
1803 * iconvdata/testdata/ISO-8859-7: Likewise.
1804 * iconvdata/testdata/ISO-8859-8: Likewise.
1805 * iconvdata/testdata/ISO-8859-9: Likewise.
1807 1998-04-15 Ulrich Drepper <drepper@cygnus.com>
1809 * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
1810 intermediate result (if available).
1812 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
1815 * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
1816 (distribute): Add run-iconv-test.sh and testdata/*.
1818 * stdlib/testmb.c (main): Simplify mbc array handling.
1820 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1822 * elf/dl-minimal.c (__strtol_internal): Correct range check. Fix
1823 return value on overflow.
1825 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1827 * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
1830 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1832 * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
1833 of non-standard function setbuffer.
1835 1998-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1837 * stdio-common/perror.c: Include <string.h> for __strerror_r.
1839 1998-04-14 23:54 Ulrich Drepper <drepper@cygnus.com>
1841 * iconvdata/Makefile: Add rules to run tests.
1842 * iconvdata/TESTS: New file.
1843 * iconvdata/run-iconv-test.sh: New file.
1844 * iconvdata/testdata/ISO-8859-1: New file.
1846 * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
1849 1998-04-14 18:22 Ulrich Drepper <drepper@cygnus.com>
1851 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
1852 counter element of step.
1854 * iconv/gconv_dl.c: Don't mark get_sym as internal function.
1856 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
1858 (__gconv_transform_ucs4_utf8): Likewise. Remove unnecessary variable
1860 (__gconv_transform_utf8_ucs4): Correct test for empty input.
1862 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
1864 * Makefile: Include makeconfig before defining rule to regenerate
1867 * configure.in: Remove restriction on compiling without static
1870 1998-04-14 16:34 Ulrich Drepper <drepper@cygnus.com>
1872 * test-skeleton.c: Provide hook for initializing code before the fork.
1873 * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
1876 * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
1877 * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
1878 * libio/libioP.h: Adopt _IO_cleanup prototype.
1880 * stdlib/Makefile (tests): Add test-canon2.
1881 * stdlib/test-canon2.c: New file.
1882 * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
1883 be NULL. Use __lxstat, not __lstat. Correctly recognize long
1885 (__realpath): Make real function which checks RESOLVED parameter for
1888 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
1890 * catgets/open_catalog.c (__open_catalog): Fix problems with
1891 reading non-files. Always close file.
1892 Reported by Cristian Gafton <gafton@redhat.com>.
1894 * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
1896 1998-04-14 13:28 Ulrich Drepper <drepper@cygnus.com>
1898 * libc.map: Add various low-level I/O functions.
1900 1998-04-14 10:35 Ulrich Drepper <drepper@cygnus.com>
1902 * string/Makefile (routines): Remove strerror_r.
1903 * string/strerror_r.c: Removed.
1904 * string/strerror.c: Call __strerror_r for doing the real work.
1905 * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
1906 add weak alias strerror_r.
1907 * sysdeps/mach/_strerror.c: Likewise.
1908 * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
1909 * elf/dl-error.c (_dl_signal_error): Likewise.
1910 * elf/dl-profile.c (_dl_start_profile): Likewise.
1911 * gmon/gmon.c (write_gmon): Likewise.
1912 * stdio-common/perror.c: Likewise.
1913 * stdio-common/vfprintf.c: Likewise.
1915 1998-04-10 Mark Kettenis <kettenis@phys.uva.nl>
1917 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
1918 (sysdep_headers): Add netatalk/at.h.
1920 1998-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1922 * manual/socket.texi, manual/creature.texi, manual/time.texi:
1925 1998-04-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1927 * posix/regex.c: Rename __re_syntax_options back to
1928 re_syntax_options, aliases do not work with global variables due
1929 to copy relocations.
1930 (regex_compile): Use syntax parameter instead of
1933 1998-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1935 * configure.in: Document that enable-force-install is default.
1937 1998-04-13 Ulrich Drepper <drepper@cygnus.com>
1939 * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
1941 * sysdeps/posix/mkstemp.c: Likewise.
1943 1998-04-13 17:40 Ulrich Drepper <drepper@cygnus.com>
1945 * iconvdata/8bit-gap.c: Simplify step data handling.
1946 * iconvdata/8bit-generic.c: Likewise.
1947 * iconvdata/big5.c: Likewise.
1948 * iconvdata/euccn.c: Likewise.
1949 * iconvdata/eucjp.c: Likewise.
1950 * iconvdata/euckr.c: Likewise.
1951 * iconvdata/euctw.c: Likewise.
1952 * iconvdata/iso6937.c: Likewise.
1953 * iconvdata/iso8859-1.c: Likewise.
1954 * iconvdata/jis0208.h: Likewise.
1955 * iconvdata/jis0212.c: Likewise.
1956 * iconvdata/jis0212.h: Likewise.
1957 * iconvdata/johab.c: Likewise.
1958 * iconvdata/ksc5601.h: Likewise.
1959 * iconvdata/sjis.c: Likewise.
1960 * iconvdata/t61.c: Likewise.
1961 * iconvdata/uhc.c: Likewise.
1963 1998-04-13 16:36 Ulrich Drepper <drepper@cygnus.com>
1965 * manual/texinfo.texi: Updated from last version.
1967 1998-04-13 14:52 Ulrich Drepper <drepper@cygnus.com>
1969 * iconvdata/cns11643.c: New file.
1970 * iconvdata/cns11643.h: New file.
1971 * iconvdata/cns11643l1.c: New file.
1972 * iconvdata/cns11643l1.h: New file.
1973 * iconvdata/euctw.c: New file.
1974 * iconvdata/Makefile: Add rules for EUC-TW and CNS.
1975 * iconvdata/gconv-modules: Likewise.
1977 * iconvdata/eucjp.c: Several bug fixes and improvements.
1978 * iconvdata/gb2312.h: Likewise.
1979 * iconvdata/jis0201.h: Likewise.
1980 * iconvdata/jis0208.h: Likewise.
1981 * iconvdata/jis0212.h: Likewise.
1983 1998-04-13 09:11 Ulrich Drepper <drepper@cygnus.com>
1985 * iconvdata/eucjp.c: New file.
1986 * iconvdata/euccn.c: New file.
1987 * iconvdata/gb2312.h: New file.
1988 * iconvdata/gb2312.c: New file.
1989 * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
1990 * iconvdata/gconv-modules: Likewise.
1992 * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
1994 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
1996 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1997 (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
1998 Patch by Mark Hatle <fray@kernel.crashing.org>.
2000 1998-04-12 22:47 Philip Blundell <Philip.Blundell@pobox.com>
2002 * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
2004 (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
2005 (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
2007 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
2009 * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
2011 * iconvdata/Makefile: Add rules for big5 conversion.
2012 * iconvdata/gconv-modules: Likewise.
2013 * iconvdata/big5.c: New file.
2015 * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
2016 Patch by Jim Meyering.
2018 1998-04-11 Ulrich Drepper <drepper@cygnus.com>
2020 * rt/tst-aio.c: Add test for aio_read and lio_listio.
2022 * rt/lio_listio.c: Correct total counter handling.
2024 * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
2027 * test-skeleton.c (main): Make stdout unbuffered. Improve message
2028 of signal on exit even more.
2030 * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
2031 instead of call to pthread_cond_init.
2032 * rt/lio_listio.c (lio_listio): Likewise.
2033 * rt/lio_listio64.c (lio_listio64): Likewise.
2035 * nis/nis_findserv.c: Include sys/socket.h.
2037 1998-04-11 09:33 Ulrich Drepper <drepper@cygnus.com>
2039 * Makeconfig (rtobjdir): New variable.
2040 (rpath-link): Add rtobjdir and thread directory, if available.
2042 * test-skeleton.c: Add support to remove temporary files.
2043 Always define test_dir. Improve message about expected signal.
2045 * rt/Makefile (tests): Add tst-aio.
2046 Add rules for tst-aio to be linked with librt and thread library.
2047 * rt/aio_misc.c: Correct fundamental bugs.
2048 * rt/aio_suspend.c: Correct bug in test for available request.
2049 Initialize conditional variable.
2050 * rt/lio_listio.c: Initialize conditional variable.
2051 * rt/lio_listio64.c: Likewise.
2052 * rt/tst-aio.c: New file.
2054 * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
2055 * sysdeps/libm-ieee754/w_gamma.c: Likewise. Adopt for ISO C 9x.
2056 * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2057 * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2058 * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
2059 * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2060 * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2062 1998-04-11 14:49 Mark Kettenis <kettenis@landau.phys.uva.nl>
2064 * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
2066 1998-04-10 Ulrich Drepper <drepper@cygnus.com>
2068 * elf/dl-load.c (open_path): Use correct name for test whether
2069 directory in load path exists.
2071 * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
2072 * sysdeps/libm-ieee754/e_pow.c: Fix typo.
2073 Patches by Tom Rini <trini@kernel.crashing.org>.
2075 * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
2076 * wcsmbs/wcstod_l.c: Likewise.
2077 * wcsmbs/wcstold_l.c: Likewise.
2079 * include/byteswap.h: New file.
2081 * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
2082 .bss segment size. Patch by Joe Keane <jgk@jgk.org>.
2084 * inet/getnameinfo.c (getnameinfo): Change parameter to match
2085 declaration. Patch by Richard Henderson.
2087 1998-04-10 12:40 Zack Weinberg <zack@rabi.phys.columbia.edu>
2089 * manual/process.texi (SIGCHLD example): Save errno.
2091 1998-04-09 Ulrich Drepper <drepper@cygnus.com>
2093 * posix/regex.c: Define regerror really as __regerror.
2094 * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
2095 regerror and regfree.
2097 * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
2098 * stdlib/strtod_l.c: Likewise.
2099 * stdlib/strtold_l.c: Likewise.
2101 * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
2103 * sysdeps/i386/i486/bits/string.h: Remove unused variables.
2105 * misc/syslog.c (closelog_internal): Set LogTag to NULL.
2106 Patch by Christian Gafton.
2108 1998-04-09 14:27 Ulrich Drepper <drepper@cygnus.com>
2110 * manual/socket.texi (Interface Naming): Correct @deftypefun line
2113 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2115 * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
2117 * manual/socket.texi (Interface Naming): Fix typo.
2119 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2121 * manual/examples/filesrv.c (main): Remove filename first.
2123 * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
2126 * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
2129 * manual/examples/filecli.c (main): Use AF_LOCAL
2132 1998-04-09 Ulrich Drepper <drepper@cygnus.com>
2134 * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
2136 * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
2137 * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2138 * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2139 * sysdeps/libm-ieee754/w_gamma.c: Likewise.
2140 * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2141 * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2143 * login/utmp_daemon.c (open_socket): Use __connect not connect.
2145 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2147 * configure.in: Add new option --enable-force-install. Substitute
2149 * config.make.in (force-install): Set from configure.
2150 * Makerules (force-install): New phony target.
2151 * Makeconfig (+force): New variable.
2152 * Makefile: Use it in dependency list of installation targets.
2153 * db/Makefile: Likewise.
2154 * db2/Makefile: Likewise.
2155 * elf/Makefile: Likewise.
2156 * hurd/Makefile: Likewise.
2157 * iconv/Makefile: Likewise.
2158 * iconvdata/Makefile: Likewise.
2159 * intl/Makefile: Likewise.
2160 * localedata/Makefile: Likewise.
2161 * login/Makefile: Likewise.
2162 * po/Makefile: Likewise.
2163 * sunrpc/Makefile: Likewise.
2164 * sysdeps/mach/hurd/Makefile: Likewise.
2165 * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
2166 * sysdeps/unix/sysv/linux/Makefile: Likewise.
2167 * timezone/Makefile: Likewise.
2169 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2171 * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
2172 alloc_size. Pass return value of getcwd syscall to realloc.
2174 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2176 * manual/socket.texi: Spelling fixes.
2178 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2180 * elf/dl-load.c (print_search_path): Remove unused variable.
2182 1998-04-08 Ulrich Drepper <drepper@cygnus.com>
2184 * login/utmp_file.c: use __ftruncate not ftruncate.
2185 * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
2186 for system call and make ftruncate weak alias.
2187 * posix/unistd.h: Add prototype for __ftruncate.
2188 * login/utmp_daemon.c (open_socket): Use __socket not socket.
2189 * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
2190 instead of snprintf and readv.
2191 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
2193 * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
2196 1998-04-08 20:06 Ulrich Drepper <drepper@cygnus.com>
2198 * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
2199 * iconv/gconv_db.c: Use __ protected regex functions.
2200 * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
2201 * posix/getopt_init.c: Use __getpid not getpid.
2202 * posix/regex.c: Rename all global functions to start with __ and
2203 make old names weak aliases.
2204 * posix/regex.h: Adopt prototypes for this.
2205 * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
2206 a weak alias and use __getcwd instead of getcwd.
2207 * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
2208 * stdlib/strtod.c: Use __btowc instead of btowc.
2209 * stdlib/strtol.c: Likewise.
2210 * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
2211 * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
2212 and sys_errlist are weak.
2213 * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
2214 * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
2215 * wcsmbs/mbsnrtowcs.c: Likewise.
2216 * wcsmbs/mbsrtowcs.c: Likewise.
2217 * wcsmbs/wcsnrtombs.c: Likewise.
2218 * wcsmbs/wcsrtombs.c: Likewise.
2219 * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
2221 * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
2222 * wctype/wctype.c: Define function as __wctype and make wctype
2224 * wctype/wctype.h: Declare __wctype.
2226 1998-04-08 Ulrich Drepper <drepper@cygnus.com>
2228 * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
2230 1998-04-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2232 * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
2234 (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
2236 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
2238 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2239 * sysdeps/unix/sysv/linux/llseek.c: Likewise.
2240 * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
2241 make it a weak alias.
2242 * posix/unistd.h: Declare __lseek64.
2244 * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
2245 (_IO_file_stat): Fix typo.
2246 (_IO_file_xsgetn): Update fd->_offset. Read a multiple of the
2247 block size from the file. Use __mempcpy if _LIBC.
2249 1998-04-07 20:32 Ulrich Drepper <drepper@cygnus.com>
2251 * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
2252 * wcsmbs/mbrtowc.c: Likewise.
2253 * wcsmbs/mbsnrtowcs.c: Likewise.
2254 * wcsmbs/mbsrtowcs.c: Likewise.
2255 * wcsmbs/wcrtomb.c: Likewise.
2256 * wcsmbs/wcsnrtombs.c: Likewise.
2257 * wcsmbs/wcsrtombs.c: Likewise.
2258 * wcsmbs/wctob.c: Likewise.
2260 * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
2261 position of next output character correctly.
2262 (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
2264 * stdio-common/vfprintf.c (vfprintf): Clear state before used.
2266 * stdlib/strtod.c: Don't use mbtowc.
2268 1998-04-07 19:07 H.J. Lu <hjl@gnu.org>
2270 * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
2271 what we want is smaller than a buffer.
2273 1998-04-07 18:14 Ulrich Drepper <drepper@cygnus.com>
2275 * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
2278 1998-04-07 Ulrich Drepper <drepper@cygnus.com>
2280 * configure.in: Recognize --with-headers flag and determine
2281 commandline options to be used in compilation.
2282 * Makeconfig (+includes): Use $(sysincludes).
2283 * config.make.in (sysincludes): Define from SYSINCLUDES.
2284 * glibcbug.in: Use SYSINCLUDES information.
2285 Patches by Zack Weinberg.
2287 1998-04-07 19:03 Zack Weinberg <zack@rabi.phys.columbia.edu>
2289 * glibcbug.in: On linux, report version of kernel headers seen
2292 1998-04-07 16:18 Ulrich Drepper <drepper@cygnus.com>
2294 * libc.map: Add __asprintf to GLIBC_2.1.
2295 * elf/dlerror.c: Use __asprintf, not asprintf.
2296 * libio/stdio.h: Declare __asprintf.
2297 * stdio-common/asprintf.c: Define as __asprintf and make asprintf
2300 * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
2301 to avoid inclusion from libc_pic.a.
2303 * elf/dl-runtime.c: Undo last patch.
2305 * stdlib/strtod.c: Don't use mbtowc, use btowc.
2307 * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
2308 as default, use NULL.
2310 1998-04-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2312 * resolv/Makefile: Include ../Makeconfig - needed for building
2315 1998-04-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2317 * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
2318 static-nss since we don't want hesiod in the static NSS.
2320 * nss/Makefile: Build only nss_files as static.
2322 * nss/function.def: Remove support for service db.
2324 1998-04-04 09:44 H.J. Lu <hjl@gnu.org>
2326 * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
2328 1998-04-04 18:29 Tim Waugh <tim@cyberelk.demon.co.uk>
2330 * posix/wordexp-test.c: Make IFS per test-case.
2332 1998-04-07 17:50 Zack Weinberg <zack@rabi.phys.columbia.edu>
2334 * glibcbug.in: Report version of gcc in use. Remove unused variable
2337 1998-04-07 Gordon Matzigkeit <gord@profitpress.com>
2339 * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
2340 `-print-file-name' to find as and ld.
2342 1998-04-07 Ulrich Drepper <drepper@cygnus.com>
2344 * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
2345 template is wrong. Remove unused varaible `ignored'.
2347 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2349 * libc.map: Export __libc_sa_len.
2351 * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
2353 1998-04-07 08:51 Ulrich Drepper <drepper@cygnus.com>
2355 * iconv/gconv.c: Take care for NULL arguments.
2356 * iconv/gconv_dl.c: Make find_func function global.
2357 * iconv/gconv_int.h: Add prototype for __gconv_find_func.
2358 Add prototypes for ASCII conversion functions.
2359 * iconv/gconv_simple.c: Add ASCII conversion functions.
2360 * locale/C-ctype.c: Correct charset name.
2362 * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
2363 (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
2365 * wcsmbs/btowc.c: Rewrite to use iconv functionality.
2366 * wcsmbs/mbrtowc.c: Likewise.
2367 * wcsmbs/mbsnrtowcs.c: Likewise.
2368 * wcsmbs/mbsrtowcs.c: Likewise.
2369 * wcsmbs/wcrtomb.c: Likewise.
2370 * wcsmbs/wcsnrtombs.c: Likewise.
2371 * wcsmbs/wcsrtombs.c: Likewise.
2372 * wcsmbs/wctob.c: Likewise.
2373 * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen. Remove
2374 prototypes for wmemr*.
2375 * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
2376 * wcsmbs/wcsnlen.c: New file.
2377 * wcsmbs/wcsmbsload.c: New file.
2378 * wcsmbs/wcsmbsload.h: New file.
2380 * manual/filesys.texi: Mention risks of tmpnam and mktemp.
2382 * manual/install.texi: Describe some more critical points.
2384 * string/string.h: Add prototype for __strnlen.
2385 * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
2387 * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
2388 much less predictable names.
2389 * sysdeps/posix/mkstemp.c: Likewise.
2391 1998-04-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2393 * manual/libc.texinfo (Top): Change "file namespace" to "local
2396 * manual/socket.texi: Change file namespace to local namespace.
2397 (Out-of-Band Data): Remove unneeded variable link.
2398 (Host Address Functions): Use uint32_t consequently and add a
2399 number of clarifications for IPv4/IPv6, classless addresses.
2400 (Internet Namespace): Added some paragraphs about IPv6.
2401 Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
2403 1998-04-05 Philip Blundell <Philip.Blundell@pobox.com>
2405 Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
2407 * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
2408 (NI_NUMERICHOST, et al.): Tidy up and add comments.
2409 (AI_NUMERICHOST): Define.
2410 (getnodebyname): New prototype.
2411 (AI_V4MAPPED, et al.): New constants.
2413 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
2414 * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
2415 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
2417 * sysdeps/unix/sysv/linux/sa_len.c: New file.
2418 * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
2420 * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
2422 * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
2423 * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
2424 * socket/Makefile (headers): Add bits/sockunion.h.
2425 * socket/sys/socket.h: Include <bits/sockunion.h>
2426 * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
2427 <sys/socket.h>, to avoid getting sockaddr_union defined.
2428 * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
2429 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2430 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
2432 * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
2433 (2.2.x kernels won't have it).
2435 1998-04-06 21:21 Ulrich Drepper <drepper@cygnus.com>
2437 * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
2438 * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
2439 * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
2440 Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
2442 1998-04-05 Philip Blundell <Philip.Blundell@pobox.com>
2444 * manual/socket.texi (Socket Addresses): Fix a typo.
2445 (Interface Naming): New section.
2447 1998-04-05 23:29 Zack Weinberg <zack@rabi.phys.columbia.edu>
2449 * configure.in: Check for CC using $ac_tool_prefix, to handle
2450 cross-compilation. Use AC_CHECK_TOOL to find MiG.
2451 * config.make.in: Add MIG to be substituted.
2452 * mach/Machrules: Don't define MIG variable.
2454 Patch by Gordon Matzigkeit <gord@profitpress.com>.
2456 1998-04-05 Mark Kettenis <kettenis@phys.uva.nl>
2458 * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
2459 strdupa to copy rpath.
2461 1998-04-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2463 * configure.in: Fix gcc version check.
2465 * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
2468 1998-03-31 Mark Kettenis <kettenis@phys.uva.nl>
2470 * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
2473 * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
2475 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
2476 * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
2477 * sysdeps/unix/grantpt.c (grantpt): Change check of return value
2478 of __ptsname_r accordingly.
2479 * login/openpty.c (openpty): Likewise.
2481 1998-06-04 18:47 H.J. Lu <hjl@gnu.org>
2483 * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
2485 1998-04-06 13:58 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2487 * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
2489 * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
2491 1998-04-06 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2493 * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
2494 return value for better error checking.
2496 1998-04-06 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
2498 * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
2499 _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
2501 * elf/elf.h (EM_SPARC64): Remove.
2502 (EM_SPARC32PLUS, EM_SPARCV9): Add.
2503 (HWCAP_SPARC_V9): Add.
2505 * elf/ldsodefs.h (_dl_hwcap): Declare.
2506 * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
2507 Weaken so dlopen from static progies works.
2508 (WEAKADDR): New macro.
2509 (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
2510 (LD_SO_PRELOAD): New macro.
2511 (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
2512 (elf_machine_rela): Weaken _dl_rtld_map.
2514 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
2515 to __clone, and remove the later's alias.
2516 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
2518 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
2519 the kernel's structure.
2521 * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
2522 Sparc needs a custom value of __KERNEL_NCCS.
2524 1998-04-06 Richard Henderson <rth@cygnus.com>
2526 * sysdeps/generic/libc-start.c: Allow init and fini to be null.
2528 * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
2529 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2531 1998-04-06 Richard Henderson <rth@cygnus.com>
2533 * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
2534 as the buffer is not properly aligned.
2535 Reported by Juan Cespedes <cespedes@debian.org>.
2537 1998-04-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2539 * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
2542 1998-04-05 Ulrich Drepper <drepper@cygnus.com>
2544 * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
2545 and wc*tomb* functions.
2547 1998-04-04 15:16 Philip Blundell <Philip.Blundell@pobox.com>
2549 * sysdeps/unix/start.c: Fix typo.
2551 1998-04-04 Ulrich Drepper <drepper@cygnus.com>
2553 * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
2555 1998-04-03 23:38 Ulrich Drepper <drepper@cygnus.com>
2557 * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
2558 expressions and using array variables.
2559 * sysdeps/libm-ieee754/e_asin.c: Likewise.
2560 * sysdeps/libm-ieee754/e_j0.c: Likewise.
2561 * sysdeps/libm-ieee754/e_j1.c: Likewise.
2562 * sysdeps/libm-ieee754/e_log.c: Likewise.
2563 * sysdeps/libm-ieee754/e_pow.c: Likewise.
2564 * sysdeps/libm-ieee754/k_cos.c: Likewise.
2565 * sysdeps/libm-ieee754/k_sin.c: Likewise.
2566 * sysdeps/libm-ieee754/k_tan.c: Likewise.
2567 * sysdeps/libm-ieee754/s_atan.c: Likewise.
2568 * sysdeps/libm-ieee754/s_erf.c: Likewise.
2569 * sysdeps/libm-ieee754/s_expm1.c: Likewise.
2570 * sysdeps/libm-ieee754/s_log1p.c: Likewise.
2571 Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
2573 1998-04-03 23:17 Ulrich Drepper <drepper@cygnus.com>
2575 * iconv/gconv.c: Rewrite of the low-level of gconv.
2576 * iconv/gconv.h: Likewise.
2577 * iconv/gconv_builtin.h: Likewise.
2578 * iconv/gconv_close.c: Likewise.
2579 * iconv/gconv_db.: Likewise.
2580 * iconv/gconv_dl.c: Likewise.
2581 * iconv/gconv_int.h: Likewise.
2582 * iconv/gconv_open.c: Likewise.
2583 * iconv/gconv_simple.c: Likewise.
2584 * iconvdata/8bit-gap.c: Adapt for rewrite.
2585 * iconvdata/8bit-generic.c: Likewise.
2586 * iconvdata/euckr.c: Likewise.
2587 * iconvdata/iso646.c: Likewise.
2588 * iconvdata/iso6937.c: Likewise.
2589 * iconvdata/iso8859-1.c: Likewise.
2590 * iconvdata/johab.c: Likewise.
2591 * iconvdata/sjis.c: Likewise.
2592 * iconvdata/t61.c: Likewise.
2593 * iconvdata/uhc.c: Likewise.
2595 1998-04-03 15:34 Ulrich Drepper <drepper@cygnus.com>
2597 * iconv/gconv_int.h: New file. Internal header.
2598 * iconv/Makefile (distribute): Add gconv_int.h.
2599 * iconv/gconv.h: Remove definition which are now in gconv_int.h.
2600 * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
2601 * iconv/gconv_close.c: Likewise.
2602 * iconv/gconv_conf.c: Likewise.
2603 * iconv/gconv_db.c: Likewise.
2604 * iconv/gconv_dl.c: Likewise.
2605 * iconv/gconv_int.h: Likewise.
2606 * iconv/gconv_open.c: Likewise.
2607 * iconv/iconv.c: Likewise.
2608 * iconv/iconv_close.c: Likewise.
2609 * iconv/iconv_open.c: Likewise.
2610 * iconv/iconv_prog.c: Likewise.
2612 1998-04-03 Ulrich Drepper <drepper@cygnus.com>
2614 * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
2617 1998-04-03 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2619 * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
2621 1998-04-03 16:29 Philip Blundell <pb@nexus.co.uk>
2623 Based on patch from Pat Beirne:
2624 * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
2625 PIC and non-PIC now. Correctly negate error number.
2626 (errno): Use `%' not `@' in .type directives.
2628 1998-04-03 Ulrich Drepper <drepper@cygnus.com>
2630 * sysdeps/i386/strtok.S: Change to use single exit point.
2631 * sysdeps/i386/i686/strtok.S: Likewise.
2633 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2635 * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
2638 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2640 * Makerules (installed-libcs): Fix typo.
2642 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2644 * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
2645 (UHC-routines): Remove ksc5601.
2647 1998-04-03 16:29 Philip Blundell <pb@nexus.co.uk>
2649 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
2650 introduced in last change.
2652 1998-04-03 06:22 Ulrich Drepper <drepper@cygnus.com>
2654 * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
2657 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
2659 * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
2661 * stdlib/isomac.c: Use -isystem instead of -I for system include
2664 1998-03-30 08:05 H.J. Lu <hjl@gnu.org>
2666 * resolv/res_comp.c (underscorechar): New.
2667 (middlechar): Allow '_'.
2669 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
2671 * intl/explodename.c (stdlib.h): Include that file only if
2672 STDC_HEADERS or _LIBC.
2673 (string.h): Include that file only if HAVE_STRING_H or _LIBC.
2674 Patch by Philippe De Muyter <phdm@macqel.be>.
2676 1998-04-01 21:08 Zack Weinberg <zack@rabi.phys.columbia.edu>
2678 * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
2679 (AC_PROG_CHECK_VER): New macro.
2680 * configure.in: Use AC_PROG_CHECK_VER to check versions of
2681 gcc, gmake, msgfmt, makeinfo. Remove superfluous tests.
2683 1998-04-02 15:13 Ulrich Drepper <drepper@cygnus.com>
2685 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
2686 * sysdeps/i386/i686/strtok.S: New file
2687 * sysdeps/i386/i686/strtok_r.S: New file
2689 1998-04-02 Mark Kettenis <kettenis@phys.uva.nl>
2691 * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
2693 * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
2694 parameter as __off64_t instead of __off_t.
2695 (ftello): Make alias for ftello64 instead of ftello. Change
2696 return type to __off64_t.
2698 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
2700 * sysdeps/i386/bits/string.h: Fix various typos.
2701 Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2703 * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
2705 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
2707 * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
2708 lchown syscall correctly. [PR libc/541].
2710 1998-04-02 11:45 Ulrich Drepper <drepper@cygnus.com>
2712 * localedata/Makefile: Correct testsuite rules.
2714 * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
2715 * iconvdata/iso646.c: Fix conversion from UCS4.
2717 * elf/ldsodefs.h: Mark internal function with internal_function.
2718 * elf/dl-addr.c: Likewise.
2719 * elf/dl-close.c: Likewise.
2720 * elf/dl-debug.c: Likewise.
2721 * elf/dl-deps.c: Likewise.
2722 * elf/dl-error.c: Likewise.
2723 * elf/dl-fini.c: Likewise.
2724 * elf/dl-init.c: Likewise.
2725 * elf/dl-load.c: Likewise.
2726 * elf/dl-lookup.c: Likewise.
2727 * elf/dl-object.c: Likewise.
2728 * elf/dl-open.c: Likewise.
2729 * elf/dl-profile.c: Likewise.
2730 * elf/dl-reloc.c: Likewise.
2731 * elf/dl-runtime.c: Likewise.
2732 * elf/dl-symbol.c: Likewise.
2733 * elf/dl-version.c: Likewise.
2734 * elf/dlerror.c: Likewise.
2735 * sysdeps/generic/dl-sysdep.c: Likewise.
2736 * sysdeps/i386/dl-machine.h: Likewise.
2737 * intl/finddomain.c: Likewise.
2738 * intl/gettextP.h: Likewise.
2739 * intl/loadmsgcat.c: Likewise.
2741 1998-04-01 17:38 Ulrich Drepper <drepper@cygnus.com>
2743 * iconv/gconv_simple.c: New builtins for UCS en/decoding.
2744 * iconv/gconv_builtin.h: Add definitions for new builtins.
2745 * iconv/gconv.h: Add prototypes for new builtins.
2747 * iconvdata/Makefile (modules): Add ISO646.
2748 Add rules for ISO646 module.
2749 (distribute): Add iso646.c.
2750 * iconvdata/gconv-modules: Add module and alias definition for
2752 * iconvdata/iso646.c: New file.
2754 1998-04-01 16:10 Ulrich Drepper <drepper@cygnus.com>
2756 * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
2757 * iconv/iconv_prog.c: Implement --list option to print available
2758 coded character sets.
2760 1998-04-01 18:10 Zack Weinberg <zack@rabi.phys.columbia.edu>
2762 Make fread() read large blocks straight to the user buffer.
2764 * libio/fileops.c (_IO_file_xsgetn): New function.
2765 (_IO_file_jumps): Use it.
2766 * libio/libioP.h: Prototype it.
2768 1998-04-01 Ulrich Drepper <drepper@cygnus.com>
2770 * iconv/gconv_conf.c (builtin_aliases): New variable.
2771 (__gconv_read_conf): Add builtin aliases.
2772 * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
2773 noop macro before including gconv_builtin.h.
2774 * iconv/gconv_builtin.h: Add alias names.
2776 * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
2777 number of converted bytes correctly.
2779 1998-04-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2781 * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
2782 we only wait for a replay.
2784 1998-04-01 Ulrich Drepper <drepper@cygnus.com>
2786 * iconvdata/Makefile: Finally fix dependencies for JOHAB and
2789 1998-04-1 16:52 Philip Blundell <pb@nexus.co.uk>
2791 * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
2792 use PLTJMP() rather than explicit (PLT).
2794 * sysdeps/arm/elf/start.S: Leave most of the initialisation for
2795 __libc_start_main().
2797 Based on patch from Pat Beirne:
2798 * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
2799 Always define, not only #ifndef PIC.
2800 (DO_CALL): Pass fifth argument correctly in R4.
2801 (PSEUDO): Correct test for error, call syscall_error through PLT
2804 1998-03-31 10:51 Philip Blundell <pb@nexus.co.uk>
2806 * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
2809 1998-04-01 Ulrich Drepper <drepper@cygnus.com>
2811 * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
2814 1998-04-01 13:20 Mark Kettenis <kettenis@phys.uva.nl>
2816 * io/Makefile (static-only-routines): Add stat64, fstat64 and
2819 1998-03-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2821 * manual/Makefile: Use object-suffixes-for-libc instead of
2823 * rpm/Makefile (install-lib): Likewise.
2825 1998-03-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2827 * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
2829 * sysdeps/unix/sysv/linux/configure.in: Match $machine against
2830 `m68*', not only `m68k'.
2832 1998-04-01 10:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2834 * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
2836 * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
2839 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
2841 * iconvdata/Makefile: Use libKSC shared object in JOHAB and
2844 * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
2847 1998-03-30 08:43 H.J. Lu <hjl@gnu.org>
2849 * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
2852 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
2854 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
2856 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
2858 Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
2860 1998-03-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2862 * Makerules (install): Change comment for libc.so following the
2863 libc_nonshared changes.
2865 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
2867 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
2869 * iconvdata/gap.pl: Avoid using %#06x.
2871 1998-03-31 19:55 Zack Weinberg <zack@rabi.phys.columbia.edu>
2873 * Makerules: Use $? instead of S^ when invoking ar.
2875 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
2877 * db2/compat.h: Allow EFTYPE being defined.
2878 * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
2879 * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
2880 * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
2881 * sysdeps/mach/bits/libc-lock.h: Fix typo.
2882 (__libc_once): Correctly unlock semaphore.
2883 * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
2884 * sysdeps/unix/bsd/getpt.c: Fix typo.
2885 Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
2887 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
2889 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
2892 1998-03-31 18:11 Ulrich Drepper <drepper@cygnus.com>
2894 * include/mntent.h: New file.
2896 * elf/Makefile (trusted-dirs.h): Append slash to filename.
2897 * elf/dl-load.c: Rewrite search path handling.
2898 * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
2899 * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
2900 * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
2901 * elf/ldsodefs.h: Add prototype.
2903 1998-03-30 Ulrich Drepper <drepper@cygnus.com>
2905 * nss/nsswitch.c (__nss_lookup): Adjust comment.
2907 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
2910 * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
2912 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
2914 (HWCAP_IMPORTANT): New definition.
2916 1998-03-30 17:26 H.J. Lu <hjl@gnu.org>
2918 * elf/dl-open.c (_dl_open): Fix a typo.
2919 (_dl_global_scope_alloc): Make it static.
2921 1998-03-30 17:20 Ulrich Drepper <drepper@cygnus.com>
2923 * Makerules: Remove duplicate rules to handle stamp.oS.
2925 1998-03-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2927 * manual/examples/inetsrv.c (main): Change prototype of
2928 make_socket following change in mkisock.c.
2930 * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
2932 (main): Change prototype of init_sockaddr following change in
2935 * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
2936 * manual/examples/isockad.c (init_sockaddr): Likewise.
2938 * manual/examples/mkfsock.c (make_named_socket): Removed blank
2939 lines for clarification.
2940 (make_named_socket): Use strncpy instead of strcpy.
2941 Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
2943 1998-03-30 13:28 Ulrich Drepper <drepper@cygnus.com>
2945 * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
2946 determining libs to remove.
2947 (postclean): Add soversions.mk.
2948 * Makerules (common-mostlyclean): Add tests-static and generated
2951 1998-03-30 12:53 Ulrich Drepper <drepper@cygnus.com>
2953 * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
2955 (__strncat_g): Add i686 specific code.
2957 1998-03-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2959 * manual/install.texi (Reporting Bugs): Ask to include section
2962 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2964 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
2965 guard against direct inclusion.
2967 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2969 Rework support for libc_nonshared.a:
2970 * Makeconfig (object-suffixes-for-libc): New variable.
2971 * Rules: Remove handling of static-only and shared-only routines.
2972 * Makerules: Handle them here instead. Use
2973 object-suffixes-for-libc instead of object-suffixes when dealing
2975 (object-suffixes-for-rules): Remove variable.
2976 (elide-routines.oS): Elide all routines except static-only
2978 ($(objpfx)stamp.oS): Special rule for when static-only-routines is
2980 (installed-libcs): Remove special case for .oS.
2983 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2985 * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
2986 do-tst-rpmatch): New targets.
2988 (install-locales): Ignore comment lines.
2990 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2992 * elf/Makefile ($(objpfx)ld.so): Depend on version script.
2993 ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
2994 ($(objpfx)rtldtbl.h): Likewise.
2995 (CPPFLAGS-dl-load.c): Fix reference to object directory.
2997 1998-03-30 09:36 Ulrich Drepper <drepper@cygnus.com>
2999 * manual/string.texi (Finding Tokens in a String): Extend strsep
3000 description and correct example.
3002 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3004 * manual/socket.texi: Remove misguided explicit line breaks and
3005 fix the formatting problem instead by reformulating the
3007 * manual/filesys.texi: Likewise.
3008 * manual/conf.texi: Likewise. Don't typeset table with index
3009 fonts, that looks worse than a minimally overfull line.
3011 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3013 * nscd/Makefile (nscd-modules): Move definition outside of
3016 * pwd/Makefile: Use have-thread-library to test for thread
3019 1998-03-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3021 * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
3023 * iconvdata/uhc.c (gconv): Remove unused variable idx.
3025 1998-03-30 Ulrich Drepper <drepper@cygnus.com>
3027 * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
3029 1998-03-29 Ulrich Drepper <drepper@cygnus.com>
3031 * nss/getXXent_r.c: Correctly handle failing setXXent function.
3033 * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
3034 Reported by Andreas Jaeger.
3036 1998-03-29 20:59 Ulrich Drepper <drepper@cygnus.com>
3038 * elf/Makefile: Fix typo.
3039 (distribute): Add dl-librecon.h.
3040 * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
3041 * elf/ldd.sh.in: Likewise.
3042 * elf/ldsodefs.h: Declare _dl_correct_cache_id.
3043 * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
3044 Use strsep correctly.
3045 (process_envvars): Allow platform specific variables.
3046 * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
3047 (_dl_load_cache_lookup): Test cache IDs found against
3048 _dl_correct_cache_id.
3049 * sysdeps/generic/dl-librecon.h: New file.
3050 * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
3052 * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
3054 1998-03-29 16:50 Ulrich Drepper <drepper@cygnus.com>
3056 * config.make.in (ldd-rewrite-script): New variable.
3057 * configure.in: Substitute ldd-rewrite-script.
3058 * elf/Makefile: Rewrite rules to generate ldd script.
3059 * elf/ldd.bash.in: Allow handling of non-ELF binaries.
3060 * elf/ldd.sh.in: Likewise.
3061 * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
3062 * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
3063 point to sed script for libc4 handling insertion for ix86, m68, SPARC.
3064 * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
3065 * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
3067 1998-03-26 15:20 Zack Weinberg <zack@rabi.phys.columbia.edu>
3069 * inet/rcmd.c (iruserok): Remain setuid to the local user
3070 while .rhosts is actually read, to make .rhosts-over-NFS work
3071 (PR libc/524). Use iruserfopen() for security checks on both
3072 hosts.equiv and .rhosts. General cleanup.
3073 (iruserfopen): New function, performs careful checking on
3074 hosts.equiv/.rhosts files. Disallows all the old forbidden
3075 stuff plus hard links to files.
3077 1998-03-29 09:26 Ulrich Drepper <drepper@cygnus.com>
3079 * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
3081 * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
3083 1998-03-29 02:02 H.J. Lu <hjl@gnu.org>
3085 * sysdeps/i386/i486/bits/string.h: Fix typos.
3087 1998-03-28 00:13 H.J. Lu <hjl@gnu.org>
3089 * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
3092 * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
3094 * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
3095 Added. Used by libm.so on alpha.
3097 1998-03-28 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3099 * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
3102 1998-03-27 07:29 H.J. Lu <hjl@gnu.org>
3104 * Makerules (object-suffixes-for-rules): Add .oS only for
3105 building shared library.
3106 Add ranlib rule for nonshared library.
3109 * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
3110 into for shared library only.
3111 (CPPFLAGS-.oS): Add -DPIC.
3112 (libtypes): Use $(object-suffixes-for-rules) instead of
3115 1998-03-28 Ulrich Drepper <drepper@cygnus.com>
3117 * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
3118 and install lddlibc4.
3120 1998-03-28 09:13 Zack Weinberg <zack@rabi.phys.columbia.edu>
3122 * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
3124 * iconvdata/gaptab.pl: Likewise.
3126 1998-03-27 22:46 Ulrich Drepper <drepper@cygnus.com>
3128 * Rules: Allow Makefiles to specify test-static for tests which
3129 cannot be linked dynamically.
3130 * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
3133 * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
3135 * misc/error.c: Pretty print.
3137 1998-03-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3139 * Makerules (libc_nonshared-name): Remove variable.
3140 (installed-libcs): Use libc-name instead.
3141 ($(inst_libdir)/libc.so): Likewise. Remove explicit reference to
3144 * Makeconfig (link-libc): Link against libc_nonshared.a instead of
3145 libc.a. Remove explicit reference to dynamic linker.
3147 1998-03-27 Ulrich Drepper <drepper@cygnus.com>
3149 * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
3151 * iconv/iconv_prog.c: Correctly test for write failure.
3152 * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
3153 * iconvdata/gconv-modules: Likewise.
3154 * iconvdata/euckr.c: New file.
3155 * iconvdata/johab.c: New file.
3156 * iconvdata/ksc5601.c: New file.
3157 * iconvdata/ksc5601.h: New file.
3158 * iconvdata/uhc.c: New file.
3159 Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
3161 * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
3162 * stdio/fopen.c: Correct handling of 'x' flag.
3163 Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
3165 1998-03-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3167 * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
3168 * sunrpc/rpcsvc/key_prot.x: Likewise.
3169 * sunrpc/key_prot.c: Likewise.
3171 1998-03-27 13:49 Ulrich Drepper <drepper@cygnus.com>
3173 * sysdeps/i386/bits/string.h: Correct things which never worked.
3174 * sysdeps/i386/i486/bits/string.h: Add clobber marks.
3175 Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
3177 1998-03-27 Ulrich Drepper <drepper@cygnus.com>
3179 * intl/textdomain.c [_LIBC]: Define strdup only if not yet
3180 defined. Reported by Thorsten Kukuk.
3182 1998-03-26 18:50 Ulrich Drepper <drepper@cygnus.com>
3184 * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
3186 1998-03-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3188 * manual/install.texi (Supported Configurations): Add
3189 arm-linuxaout and arm-none.
3191 1998-03-26 Ulrich Drepper <drepper@cygnus.com>
3193 * version.h (VERSION): Bump to 2.0.93.
3195 1998-03-25 07:30 H.J. Lu <hjl@gnu.org>
3197 * configure.in (libc_cv_ar_S): New to indicate if ar S works.
3199 * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
3201 * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
3202 (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
3204 1998-03-26 Ulrich Drepper <drepper@cygnus.com>
3206 * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
3208 1998-03-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3210 Put the static-only routines in a separate library.
3211 * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
3213 (all-object-suffixes): Add .oS.
3214 * Makerules (libc_static-name): New variable.
3215 (installed-libcs): Add libc_nonshared.a.
3216 ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
3217 (object-suffixes-for-rules): New variable. Use it instead of
3218 object-suffixes for generating compilation rules.
3219 (rmobjs): Also remove *.oS.
3220 * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
3221 ($(objpfx)stamp.oS): New target.
3223 1998-03-26 Ulrich Drepper <drepper@cygnus.com>
3225 * Makefile (FAQ): Automatically check in regenerated FAQ.
3227 1998-03-26 10:16 Zack Weinberg <zack@rabi.phys.columbia.edu>
3229 * Makefile (INSTALL): Depend on install.texi, not maint.texi.
3231 1998-03-25 Ulrich Drepper <drepper@cygnus.com>
3233 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
3234 * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
3236 * sysdeps/generic/stub_warning: Removed.
3238 * Makefile (distribute): Add include/des.h.
3240 * manual/Makefile (distribute): Change dir-add.texi to
3243 * glibcbug.in: Create files safely when mktemp is not available.
3245 * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
3246 Patch by a sun <asun@saul1.u.washington.edu>.
3248 1998-03-25 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3250 * libc.map: Rename getname to getnetname.
3252 1998-03-25 13:35 Ulrich Drepper <drepper@cygnus.com>
3254 * manual/maint.texi: Use supported platform in examples.
3256 * manual/install.texi: Document some installation tips.
3258 1998-03-25 10:56 Ulrich Drepper <drepper@cygnus.com>
3260 * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
3261 Fix a bug so that it returns an error if a numeric parameter is
3262 unset and WRDE_UNDEF is set.
3263 Patch by Andreas Schwab and Tim Waugh.
3264 * posix/wordexp-test.c: Add new new test.
3266 1998-03-25 Ulrich Drepper <drepper@cygnus.com>
3268 * posix/regex.c (regex_compile): Last patch wasn't entirely
3269 correct. Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
3271 1998-03-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3273 * manual/filesys.texi (Scanning Directory Content): Fix typo.
3275 1998-03-25 09:24 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
3277 * sysdeps/i386/bits/string.h: Fix all assembler statements so that
3278 clobbered registers don't appear as operands.
3280 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
3282 * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
3285 * posix/regex.c (regex_compile): Don't allow non-alphabet
3286 characters in character set name.
3288 1998-03-25 00:00 Tim Waugh <tim@cyberelk.demon.co.uk>
3290 * posix/wordexp.c (w_newword): New function.
3291 (do_parse_glob): New function.
3292 (parse_glob): Use do_parse_glob. Now handles the case where a
3293 variable expansion causes a field-split.
3294 (wordexp): Use w_newword.
3295 (parse_arith): Likewise.
3296 (exec_comm): Likewise.
3297 (parse_comm): Likewise.
3298 (parse_param): Likewise.
3299 (parse_backtick): Likewise.
3301 1998-03-24 19:36 Tim Waugh <tim@cyberelk.demon.co.uk>
3303 * posix/wordexp-tst.sh: Another test.
3305 * posix/wordexp-test.c: Two new tests.
3307 * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
3308 directly (the code using realloc was buggy).
3309 (parse_param): Fix typo in comment.
3311 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
3313 * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
3315 1998-03-24 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3317 * libc.map: Add more rpc auth functions/variables.
3319 * nscd/nscd.c: Add -g option to argp options.
3321 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
3323 * configure.in: Be prepared for gcc 2.9.10 and up.
3324 * configure.in: Add missing disabling of quote characters in
3325 compiler version check. Reported by HJ Lu.
3327 1998-03-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3329 * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
3331 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
3333 * intl/locale.alias: Fix spelling of romanian.
3335 * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
3336 (distribute): Remove des.h.
3337 * include/des.h: New file.
3338 * sunrpc/des.h: Moved to ...
3339 * sunrpc/rpc/rpc_des.h: ...here.
3341 1998-03-22 NIIBE Yutaka <gniibe@mri.co.jp>
3343 * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
3346 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
3348 * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
3349 parameter const. Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
3351 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
3353 * elf/ldsodesf.h: New file.
3354 * elf/Makefile (distribute): Add ldsodefs.h.
3355 * elf/link.h: Separate internal information in exter header.
3356 * elf/rtld.c: Include elf/ldsodefs.h not link.h.
3357 * elf/dl-minimal.c: Likewise.
3358 * sysdeps/generic/dl-sysdep.c: Likewise.
3359 * elf/sprof.c: Likewise.
3360 * elf/dlsym.c: Likewise.
3361 * elf/dlvsym.c: Likewise.
3362 * elf/dlerror.c: Likewise.
3363 * elf/dladdr.c: Likewise.
3364 * elf/dlclose.c: Likewise.
3365 * elf/dlopen.c: Likewise.
3366 * elf/dl-addr.c: Likewise.
3367 * elf/dl-close.c: Likewise.
3368 * elf/dl-debug.c: Likewise.
3369 * elf/dl-deps.c: Likewise.
3370 * elf/dl-error.c: Likewise.
3371 * elf/dl-fini.c: Likewise.
3372 * elf/dl-init.c: Likewise.
3373 * elf/dl-load.c: Likewise.
3374 * elf/dl-lookup.c: Likewise.
3375 * elf/dl-object.c: Likewise.
3376 * elf/dl-open.c: Likewise.
3377 * elf/dl-profile.c: Likewise.
3378 * elf/dl-reloc.c: Likewise.
3379 * elf/dl-runtime.c: Likewise.
3380 * elf/dl-support.c: Likewise.
3381 * elf/dl-symbol.c: Likewise.
3382 * elf/dl-version.c: Likewise.
3383 * sysdeps/generic/dl-cache.c: Likewise.
3384 * sysdeps/generic/libc-start.c: Likewise.
3385 * iconv/gconv_dl.c: Likewise.
3386 * nss/nsswitch.c: Likewise.
3388 1998-03-23 13:45 Ulrich Drepper <drepper@cygnus.com>
3390 * manual/nss.texi: The database is not called network but networks.
3391 Reported by Herbert Xu <herbert@gondor.apana.org.au>.
3393 1998-03-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3395 * configure.in: Correct test for compiler version.
3396 Check that LD_LIBRARY_PATH doesn't contain current path.
3398 1998-03-23 07:52 H.J. Lu <hjl@gnu.org>
3400 * elf/dl-close.c (_dl_close): Fix byte count while removing
3401 the shared object from the global scope list and optimize
3404 1998-03-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3406 * manual/filesys.texi (Scanning Directory Content): Add missing
3408 (Scanning Directory Content): Fix text.
3410 1998-03-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3412 * manual/memory.texi (Heap Consistency Checking): Add paragraph
3413 explaining difference of -lmcheck and MALLOC_CHECK_.
3415 1998-03-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3417 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
3420 1998-03-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3422 * test-skeleton.c (main): Fix test for exit signal.
3424 1998-03-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3426 * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
3428 1998-03-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3430 * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
3433 1998-03-23 11:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3435 * libc.map: Export __strtok_r.
3437 1998-03-23 Ulrich Drepper <drepper@cygnus.com>
3439 * posix/regex.c (re_compile_fastmap): Remove unused variable
3440 num_regs and adjust comment.
3441 Patch by Jim Meyering <meyering@ascend.com>.
3443 * math/math.h (M_*l): Extend long double constants to be usable
3444 for 128 bit floats. Patch by Richard Henderson.
3446 1998-03-23 11:16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3448 * sysdeps/m68k/m68020/wordcopy.S: New file.
3450 1998-03-22 Ulrich Drepper <drepper@cygnus.com>
3452 * posix/wordexp.c: Rewrite parse_param.
3453 Patch by Tim Waugh and Andreas Schwab.
3455 1998-03-21 23:46 Zack Weinberg <zack@rabi.phys.columbia.edu>
3457 * Rules: Update timestamps on empty object files.
3459 1998-03-21 09:15 Ulrich Drepper <drepper@cygnus.com>
3461 * manual/filesys.texi (Scanning Directory Content): Add description
3462 of 64 bits scandir function and friends.
3464 1998-03-20 Ulrich Drepper <drepper@cygnus.com>
3466 * glibcbug.in: Use mktemp to generate unique file name for
3469 * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
3470 ptsname_r. Use cast for execve call.
3472 1998-03-20 16:24 Ulrich Drepper <drepper@cygnus.com>
3474 * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
3475 * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
3476 * io/sys/statvfs.h: New file.
3477 * sysdeps/generic/fstatvfs.h: New file.
3478 * sysdeps/generic/statvfs.h: New file.
3479 * sysdeps/generic/fstatvfs64.h: New file.
3480 * sysdeps/generic/statvfs64.h: New file.
3481 * sysdeps/generic/bits/statvfs.h: New file.
3482 * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
3483 * sysdeps/unix/sysv/linux/statvfs.c: New file.
3484 * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
3486 * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
3487 and f_ffree elements.
3489 * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print. Define
3490 mount options in enum.
3492 1998-03-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3494 * configure.in: Check for recent egcs/gcc.
3496 1998-03-20 Ulrich Drepper <drepper@cygnus.com>
3498 * libc.map: Add alphasort64, scandir64, versionsort64.
3499 * dirent/Makefile (routines): Add scandir64, alphasort64, and
3501 * dirent/alphasort64.c: New file.
3502 * dirent/scandir64.c: New file.
3503 * dirent/versionsort64.c: New file.
3504 * dirent/dirent.h: Add LFS support for scandir, alphasort, and
3506 * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
3507 old name weak alias.
3508 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
3510 * dirent/alphasort.c: Use strcoll instead of strcmp.
3512 * dirent/scandir.c: Optimize a bit.
3514 * dirent/versionsort.c: Pretty print.
3516 1998-03-20 Ulrich Drepper <drepper@cygnus.com>
3518 * string/string.h: Add prototype for __strtok_r.
3520 1998-03-20 12:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3522 * posix/Makefile: Fix typo in last change.
3524 1998-03-20 Ulrich Drepper <drepper@cygnus.com>
3526 * dirent/dirent.h (scandir): Make argument of select function const.
3527 * dirent/scandir.c (scandir): Likewise.
3528 Reported by David.Faure@insa-lyon.fr [PR libc/512].
3530 1998-03-19 14:28 Ulrich Drepper <drepper@cygnus.com>
3532 * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
3534 * sysdeps/i386/strtok_r.c: Likewise.
3536 * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
3537 * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
3538 * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
3539 * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
3540 * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
3541 * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
3543 1998-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3545 * intl/localealias.c: Remove unneeded define for strdup.
3547 1998-03-19 13:45 Ulrich Drepper <drepper@cygnus.com>
3549 * manual/argp.texi: Adjust for better TeX output.
3550 * manual/arith.texi: Likewise.
3551 * manual/conf.texi: Likewise.
3552 * manual/filesys.texi: Likewise.
3553 * manual/header.texi: Likewise.
3554 * manual/lgpl.texinfo: Likewise.
3555 * manual/math.texi: Likewise.
3556 * manual/message.texi: Likewise.
3557 * manual/pattern.texi: Likewise.
3558 * manual/process.texi: Likewise.
3559 * manual/signal.texi: Likewise.
3560 * manual/socket.texi: Likewise.
3561 * manual/startup.texi: Likewise.
3562 * manual/stdio.texi: Likewise.
3563 * manual/terminal.texi: Likewise.
3564 * manual/examples/rprintf.c: Likewise.
3565 * manual/examples/testopt.c: Likewise.
3566 Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
3568 1998-03-19 20:45 Tim Waugh <tim@cyberelk.demon.co.uk>
3570 * posix/wordexp.c (parse_param): Don't immediately stop parsing a
3571 parameter name after seeing a digit if it's enclosed in braces.
3573 1998-03-18 Ulrich Drepper <drepper@cygnus.com>
3575 * sysdeps/i386/i686/Implies: Add libm-i387/i686.
3577 1998-03-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3579 * manual/memory.texi (Heap Consistency Checking): Document
3580 MALLOC_CHECK_. Based on a text by Wolfram Gloger.
3582 1998-03-18 17:11 Zack Weinberg <zack@rabi.phys.columbia.edu>
3584 * manual/Makefile: Add missing rules.
3586 1998-03-18 Ulrich Drepper <drepper@cygnus.com>
3588 * timezone/Makefile (generated): Define to remove all stamp files.
3590 * sysdeps/generic/strsep.c: Also undefine __strsep.
3592 * string/strdup.c: Undefine __strdup and strdup first.
3593 * string/strndup.c: Likewise.
3595 * string/bits/string2.h: Correct strtok_r and strsep.
3596 Add strndup optimization.
3598 * sysdeps/generic/strsep.c: Little optimization.
3600 1998-03-18 14:25 Ulrich Drepper <drepper@cygnus.com>
3602 * string/bits/string2.h: Add optimization for strdup.
3603 Always define __strsep and __strtok_r and make real names available
3604 when feature select macros are defined.
3606 1998-03-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3608 * manual/install.texi (Installation): Use i486-linux as example
3609 instead of the unsupported sunos4.
3610 (Reporting Bugs): Mention glibcbug script.
3611 (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
3613 1998-03-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3615 * posix/wordexp-tst.sh: Make portable. Add more tests.
3617 * posix/Makefile (do-globtest do-wordexp-test): New targets.
3619 1998-03-18 13:38 Ulrich Drepper <drepper@cygnus.com>
3621 * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
3622 * sysdeps/generic/libc-start.c: ...here, replacing former content.
3624 * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
3627 * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
3629 1998-03-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3631 * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
3632 in enumerator for strict standard compliance.
3633 * sysdeps/generic/bits/resource.h: Likewise.
3635 1998-03-18 10:04 Philip Blundell <pb@nexus.co.uk>
3637 * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
3638 (PLTJMP): New macro.
3640 * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
3641 longjmp() when floating point enabled.
3642 * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
3643 * sysdeps/arm/__longjmp.S: Remove floating point code.
3644 * sysdeps/arm/setjmp.S: Likewise.
3646 * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
3647 * sysdeps/arm/bsd-_setjmp.S: Likewise.
3649 * sysdeps/arm/memset.S: New file; optimised ARM implementation of
3652 * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
3655 1998-03-17 16:16 Philip Blundell <pb@nexus.co.uk>
3657 Based on patches from Pat Beirne and Scott Bambrough:
3659 * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
3661 * sysdeps/arm/bits/fenv.h: New file.
3663 * sysdeps/arm/dl-machine.h: New file. Add ELF support.
3664 * sysdeps/arm/elf/setjmp.S: Likewise.
3665 * sysdeps/arm/elf/start.S: Likewise.
3666 * sysdeps/arm/init-first.c: Likewise.
3667 * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
3668 * sysdeps/arm/sysdep.h: Change format of .type directive. Correct
3669 comment about floating point to reflect current reality.
3671 * sysdeps/unix/arm/brk.S: Support PIC.
3672 * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
3674 * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
3675 return; call syscall_error through PLT.
3676 * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
3678 1998-03-04 12:01 Philip Blundell <pb@nexus.co.uk>
3680 * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
3681 * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
3682 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
3684 1998-03-18 Ulrich Drepper <drepper@cygnus.com>
3686 * dirent/list.c (test): Return error value.
3687 (main): Exit with error value.
3689 * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
3691 * Makefile (distribute): Add test-skeleton.c.
3692 * test-skeleton.c: New file.
3693 * dirent/Makefile (tests): Add opendir-tst1.
3694 * dirent/opendir-tst1.c: New file.
3696 1998-03-18 Ulrich Drepper <drepper@cygnus.com>
3698 * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
3699 Optimize memory handling.
3700 * sysdeps/unix/closedir.c: Optmize memory handling.
3702 1998-03-17 Ulrich Drepper <drepper@cygnus.com>
3704 * posix/wordexp.c (parse_param): Fix off-by-on error in $@
3705 handling. Optimize a bit.
3707 1998-03-18 00:25 Tim Waugh <tim@cyberelk.demon.co.uk>
3709 * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
3710 (parse_param): Fold in Andreas' fixes to do with when the end of
3711 the parameter name has been reached, and quoting inside ${...}.
3712 (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
3715 1998-03-16 22:10 Zack Weinberg <zack@rabi.phys.columbia.edu>
3717 * manual/maint.texi: Split out installation and contribution
3718 sections to their own appendices. Misc cleanups.
3719 * manual/install.texi: New file. Mention add-ons. Refer to FAQ.
3720 * manual/contrib.texi: New file.
3721 * manual/libc.texinfo: Pull in new appendices.
3722 * manual/header.texi: Correct node pointer.
3724 1998-03-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3726 * manual/process.texi (Process Completion): Clarify return value
3727 of waitpid a bit. Patch by Zack Weinberg. [PR libc/490]
3729 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3731 * posix/wordexp-test.c: Add more tests.
3732 (testit): Fix logic.
3734 * posix/wordexp.c (exec_comm): In the child, redirect stderr to
3735 /dev/null instead of closing it, close pipe. Always chop off all
3736 trailing newlines. Kill and reap child before returning error.
3737 (w_addword, parse_glob): Fix memory leak.
3738 (wordexp): Fix dangling pointer problem.
3740 1998-03-16 Ulrich Drepper <drepper@cygnus.com>
3742 * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
3744 * posix/wordexp-test.c (main): Fix little thinkos and typos.
3746 * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
3747 directory index by only the language.
3749 1998-03-16 13:02 Tim Waugh <tim@cyberelk.demon.co.uk>
3751 * posix/wordexp-tst.sh: Store test results in the
3752 ${common_objpfx}posix directory.
3754 * posix/wordexp-test.c: Remove temporary directory afterwards.
3756 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3758 * libc.map: Export internal versions of cancelable functions.
3760 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3762 * Makerules (MAKEFLAGS): Append `r'.
3764 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3766 * Makeconfig: Define have-thread-library, shared-thread-library
3767 and static-thread-library if a thread library is available. Don't
3769 * nscd/Makefile: Compile nscd if have-thread-library. Rename
3770 nscd-routines to nscd-modules. Use shared-thread-library and
3771 static-thread-library in dependencies.
3772 * rt/Makefile: Only compile librt if have-thread-library is
3774 * Makefile (subdirs): Always include rt subdir.
3776 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3778 * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
3780 1998-03-14 21:55 Ulrich Drepper <drepper@cygnus.com>
3782 * configure.in: Recognize variations for 32 MIPS processors.
3783 Don't assume ELF systems always have .weak, test for .weakext.
3785 1998-03-14 Ulrich Drepper <drepper@cygnus.com>
3787 * configure.in: Irix6 is an ELF platform.
3789 1998-03-14 11:47 H.J. Lu <hjl@gnu.org>
3791 * elf/dl-close.c (_dl_close): Stop unmapping the segments after
3792 unmapping the last loaded segment.
3794 1998-03-14 15:54 Ulrich Drepper <drepper@cygnus.com>
3796 * configure.in: Set base_os for Irix6.
3797 Correct test for .weakext.
3799 1998-03-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3801 * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
3802 (new_line) to _dl_debug_message call.
3804 1998-03-14 00:52 Tim Waugh <tim@cyberelk.demon.co.uk>
3806 * posix/wordexp.c (parse_param): Perform field-splitting after
3807 expanding positional parameter.
3809 * posix/wordexp-tst.sh: Test that field-splitting is performed
3810 after expanding positional parameter.
3812 * posix/wordexp.c (parse_param): Fixed memory leak in
3813 field-splitting after parameter expansion.
3815 1998-03-14 Ulrich Drepper <drepper@cygnus.com>
3817 * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
3818 (get_toplvl_escape): Correctly terminate loop at EOF.
3819 Patch by Cristian Gafton <gafton@redhat.com>.
3821 1998-03-13 16:55 Ulrich Drepper <drepper@cygnus.com>
3823 * string/tester.c (test_strpbrk): Add more strpbrk tests.
3824 (test_strsep): Likewise. Correct horrible bugs.
3826 * string/bits/string2.h (strcspn): Optimize also reject string of
3829 (strpbrk): Likewise.
3830 (strsep): Likewise. Correct bug with successive separators and
3831 separators at the end of the string.
3832 * sysdeps/generic/strsep.c: Correct bug with successive separators
3833 and separators at the end of the string.
3835 1998-03-13 13:11 Tim Waugh <tim@cyberelk.demon.co.uk>
3837 * posix/wordexp.c (parse_param): Positional parameters ($1, $2
3838 etc) now handled, as well as $$ (pid).
3840 * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
3841 (distribute): Add wordexp-tst.sh.
3843 * posix/wordexp-tst.sh: New file.
3845 * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
3846 number of positional parameters. Renamed substitute_length to
3848 Don't free(env) is env is NULL.
3850 1998-03-13 16:50 Ulrich Drepper <drepper@cygnus.com>
3852 * libc.map: Add pthread_attr_init to GLIBC_2.1.
3854 1998-03-13 15:01 Ulrich Drepper <drepper@cygnus.com>
3856 * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
3857 for output file replacing gmon.out.
3858 Patch by Dean Gaudet <dgaudet@arctic.org>.
3860 1998-03-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3862 * elf/dl-misc.c (_dl_debug_message): Fix printing of pid. Clean
3863 up namespace. Optimize finding end of line.
3865 1998-03-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3867 * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
3868 securely. Optimized.
3869 (process_dl_debug): Add ':' to list of separators. Optimized.
3871 1998-03-13 10:25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3873 * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
3874 isless, islessequal, islessgreater, isunordered): Return zero or
3877 1998-03-12 13:11 Tim Waugh <tim@cyberelk.demon.co.uk>
3879 * posix/wordexp-test.c: More tests.
3880 (main): Set up arena for pathname expansion tests (in a temporary
3882 (testit): Don't check word count or word vector if return value is
3885 * posix/wordexp.c (exec_comm): Always chop off terminating
3886 linefeed (just like bash does).
3887 (parse_param): Change lots of occurrences of "if (!*env)" to "if
3889 (parse_param): For assignment inside parameter expansion, use all
3890 expanded words in assignment rather than just the first.
3891 (parse_param): Corrected return value for parameter expansion of
3892 an unset variable when WRDE_UNDEF is in effect.
3893 (parse_dollars): Don't field-split if quoted.
3894 (wordexp): Opening brace character isn't allowed unquoted.
3896 1998-03-12 Ulrich Drepper <drepper@cygnus.com>
3898 * elf/dlerror.c: Fix concurrency problems with error string and
3901 * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
3902 filter/auxiliary are being loaded.
3904 1998-03-12 14:24 Ulrich Drepper <drepper@cygnus.com>
3906 * elf/dlerror.c (last_object_name): Removed.
3907 (dlerror): Don't use last_object_name.
3908 (_dl_error_run): Omit second argument to _dl_catch_error.
3909 * elf/dl-error.c (struct catch): Remove objname member.
3910 (_dl_signal_error): Construct string including objname when given.
3911 (_dl_catch_error): Remove objname handling.
3912 * elf/link.h (_dl_catch_error): Fix prototype and comment.
3913 * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
3914 * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
3915 * nss/nsswitch.c (nss_dlerror_run): Likewise.
3916 * iconv/gconv_dl.c (dlerror_run): Likewise.
3917 [Corrects PR libc/501].
3919 1998-03-12 Matthias Urlichs <smurf@noris.de>
3921 * nscd/nscd.c: Ignore SIGPIPE.
3923 1998-03-12 Ulrich Drepper <drepper@cygnus.com>
3925 * nscd/nscd_getgr_r.c: Use __ protected names.
3926 * nscd/nscd_getpw_r.c: Likewise.
3928 1998-03-12 Matthias Urlichs <smurf@noris.de>
3930 * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
3931 * nscd/nscd_getpw_r.c: Fix length calculation in result check,
3932 null bytes are not transmitted.
3934 1998-03-12 00:40 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3936 * powerpc/syscalls.list: Correct typo.
3937 * alpha/syscalls.list: Likewise.
3938 * mips/syscalls.list: Likewise.
3940 1998-03-12 Ulrich Drepper <drepper@cygnus.com>
3942 * socket/sys/socket.h: Add prototype for __socket.
3944 1998-03-10 Ulrich Drepper <drepper@cygnus.com>
3946 * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
3948 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
3951 * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
3953 * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
3956 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
3957 AF_* and PF_* constants.
3959 * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
3961 1998-03-11 15:27 Ulrich Drepper <drepper@cygnus.com>
3963 * elf/rtld.c: Update help message.
3964 Install link maps for preloaded objects using main_map as loader.
3966 * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
3967 * elf/dl-profile.c: Likewise.
3969 * elf/dlsym.c: Little optimization.
3970 * elf/dlvsym.c: Likewise.
3972 1998-03-11 14:56 Ulrich Drepper <drepper@cygnus.com>
3974 * posix/wordexp-test.c: Move test for parameter list at the very
3977 1998-03-11 00:16 Tim Waugh <tim@cyberelk.demon.co.uk>
3979 * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
3980 WRDE_REUSE flag is set.
3981 (parse_param): Allow `*', `@', and numbers in parameter names.
3982 (parse_dollars): Differentiate between arithmetic expansion and a
3983 command substitution that starts immediately with a sub-shell
3984 (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
3985 (parse_param): Memory allocated with __alloca in a block was
3986 referenced outside that block. Adjusted to use malloc/free.
3987 (parse_param): Adjusted field-splitting algorithm so that there is
3988 not necessarily a field split at the end of a parameter expansion.
3990 1998-03-10 19:52 Tim Waugh <tim@cyberelk.demon.co.uk>
3992 * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
3993 don't free words that have already been allocated.
3994 (parse_param): A dollar sign on its own will never have a pattern
3995 associated with it (like "${HOME%%/}" has), so don't try to free it.
3996 (parse_glob): Attempt to glob when an unquoted `[' is found
3997 (rather than an unquoted '{' (!)). Also for unquoted '?'.
3998 (parse_glob): Sorted out quoting in a glob-able word.
3999 (parse_param): Added $* and $@ handling.
4001 1998-03-11 Ulrich Drepper <drepper@cygnus.com>
4003 * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
4006 1998-03-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4008 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
4011 1998-03-12 Matthias Urlichs <smurf@noris.de>
4013 * elf/dl-misc.c: Default for debug output should be stderr.
4014 * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
4015 * elf/dl-lookup.c: reference_name may be NULL or empty.
4017 1998-03-11 10:30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4019 * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
4021 1998-03-11 Ulrich Drepper <drepper@cygnus.com>
4023 * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
4025 * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
4027 1998-03-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4029 * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
4030 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
4032 1998-03-11 10:30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4034 * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
4037 1998-03-10 Ulrich Drepper <drepper@cygnus.com>
4039 * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
4042 * misc/syslog.c (vsyslog): Don't try to send if not connected to
4044 (closelog_internal): Don't do anything if not connected.
4046 1998-03-10 17:54 Ulrich Drepper <drepper@cygnus.com>
4048 * libc.map: Add _dl_debug_message.
4049 * elf/dl-misc.c: Make _dl_debug_message a function. Print the PID
4051 * elf/fini.c: Correctly use new _dl_debug_message function.
4052 * elf/init.c: Likewise.
4053 * elf/dl-lookup.c: Likewise.
4054 * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4055 * elf/dl-load.c: Likewise. Add more debugging prints.
4056 * elf/dl-reloc.c: Likewise.
4057 * elf/dl-version.c: Likewise.
4058 * elf/dl-support.c: Add variables for debugging.
4059 * elf/rtld.c: Likewise. Recognize new debug options.
4060 * elf/link.h: Declare new variables.
4062 * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
4064 1998-03-10 Ulrich Drepper <drepper@cygnus.com>
4066 * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
4067 kernel headers. Patch by a sun <asun@saul7.u.washington.edu>.
4069 1998-03-11 00:16 Tim Waugh <tim@cyberelk.demon.co.uk>
4071 * posix/wordexp-test.c (command_line_test): New function to allow
4072 testing of specific cases from the command-line.
4074 1998-03-10 Ulrich Drepper <drepper@cygnus.com>
4076 * elf/dl-init.c (_dl_init_next): Print nicer messages.
4077 * elf/dl-fini.c (_dl_fini): Likewise.
4078 * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
4080 * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
4081 symbol in debug message.
4082 (_dl_lookup_versioned_symbol_skip): Likewise.
4084 1998-03-10 19:43 Matthias Urlichs <urlichs@noris.de>
4086 * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
4087 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
4088 * manual/filesys/texi: Document this.
4090 1998-03-10 10:49 Ulrich Drepper <drepper@cygnus.com>
4092 * manual/filesys.texi: Document the change below.
4094 1998-03-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4096 * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
4097 Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
4099 1998-03-10 00:10 Ulrich Drepper <drepper@cygnus.com>
4101 * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
4102 instead scope. If debugging display information about symbol
4104 (_dl_lookup_symbol): Call do_lookup with correct parameters.
4105 (_dl_lookup_symbol_skip): Likewise.
4106 (_dl_lookup_versioned_symbol): Likewise.
4107 (_dl_lookup_versioned_symbol_skip): Likewise.
4108 * elf/dl-support.c: Define _dl_debug_symbols.
4109 * elf/link.h: Add declaration for _dl_debug_symbols.
4110 * elf/rtld.c: Define _dl_debug_symbols.
4111 (process_dl_debug): Recognize symbols option.
4113 1998-03-09 23:36 Ulrich Drepper <drepper@cygnus.com>
4115 * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
4117 * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
4118 with correct parameters.
4119 [!PIC]: Initialize __libc_multiple_libcs.
4121 1998-03-09 18:21 Ulrich Drepper <drepper@cygnus.com>
4123 * elf/dl-support.c (_dl_debug_bindings): Add definition.
4124 * elf/rtld.c (_dl_debug_bindings): Add definition.
4125 (process_dl_debug): Recognize bindings option. Update help message.
4126 * elf/link.h (struct link_map): Add l_versyms member.
4127 (_dl_debug_bindings): Add declaration.
4128 * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
4129 * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
4131 * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
4132 (sym_val): Remove a member, add m as link_map.
4133 (do_lookup): Return result appropriately.
4134 (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
4135 Call do_lookup correctly.
4136 (_dl_lookup_symbol_skip): Likewise.
4137 (_dl_lookup_versioned_symbol): Likewise.
4138 (_dl_lookup_versioned_symbol_skip): Likewise.
4140 1998-03-09 08:21 Ulrich Drepper <drepper@cygnus.com>
4142 * sysdeps/unix/sysv/linux/chown.c: Moved to ...
4143 * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
4145 * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
4146 * libc.map: Add chown to GLIBC_2.1.
4147 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
4148 * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
4150 1998-03-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4152 * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
4154 * sysdeps/alpha/ffs.c: Likewise.
4155 * sysdeps/am29k/ffs.c: Likewise.
4156 * sysdeps/i386/ffs.c: Likewise.
4157 * sysdeps/i960/ffs.c: Likewise.
4158 * sysdeps/m68k/ffs.c: Likewise.
4159 * sysdeps/m88k/ffs.c: Likewise.
4160 * sysdeps/powerpc/ffs.c: Likewise.
4161 * sysdeps/rs6000/ffs.c: Likewise.
4162 * sysdeps/vax/ffs.s: Likewise.
4163 * string/string.h: Declare __ffs.
4164 * libc.map: Export it.
4165 * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
4166 __builtin_ffs, which is not guaranteed to be namespace clean.
4168 1998-03-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4170 * elf/sprof.c: Rewrite symbol handling to use the normal symbol
4171 table, which is much more likely to exist than debugging symbols.
4172 (printsym): Remove const.
4173 (load_shobj): Don't use _dl_pagesize. Fix mapping of section
4176 * libc.map: Export __profile_frequency, used by elf/sprof, to
4177 avoid infinite recursion during startup.
4179 1998-03-09 12:16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4181 * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
4184 * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
4186 1998-03-09 Ulrich Drepper <drepper@cygnus.com>
4188 * elf/dl-support.c: Add definition of _dl_debug_impcalls.
4190 1998-03-08 Ulrich Drepper <drepper@cygnus.com>
4192 * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
4193 LD_PRELOAD, and LD_VERBOSE.
4194 (dl_main): Use global variables set by process_envvars instead of
4196 * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
4197 LD_LIBRARY_PATH value, this comes with the parameter.
4198 * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
4199 ("LD_LIBRARY_PATH") to _dl_init_paths.
4201 1998-03-08 22:55 Ulrich Drepper <drepper@cygnus.com>
4203 * elf/rtld.c (dl_main): Delay initialization of path structure if
4204 the dynamically linker is invoked implicitly until we read the
4207 1998-03-08 Ulrich Drepper <drepper@cygnus.com>
4209 * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
4211 1998-03-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4213 * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
4216 * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
4218 1998-03-08 14:58 Ulrich Drepper <drepper@cygnus.com>
4220 * Makeconfig (nisobjdir): Set to path to nis directory.
4221 (rpath-link): Add nisobjdir.
4222 Patch by Sven Verdoolaege <skimo@kotnet.org>.
4224 * elf/Makefile: Pretty print.
4225 * elf/dl-lookup.c: Include unistd.h.
4226 * elf/dl-runtime.c: Likewise.
4228 * localedata/Makefile (test-srcs): Add tst-rpmatch.
4229 (distribute): Add tst-rpmatch.sh.
4230 (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
4232 New tests for rpmatch function by
4233 Jochen Hein <jochen.hein@delphi.central.de>.
4234 * localedata/tst-rpmatch.c: New file.
4235 * localedata/tst-rpmatch.sh: New file.
4237 * localedata/locales/de_DE: Correct yesexpr and noexpr.
4238 * localedata/locales/de_AT: Likewise.
4240 * posix/getopt.c: Update contact address.
4241 * posix/getopt1.c: Pretty print.
4243 * sysdeps/generic/libc-start.c: Do most of the initialization now
4244 here instead of in start.S.
4245 * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4246 * sysdeps/i386/elf/start.S: Remove most of the initialization code.
4248 * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
4249 profil_counter to be public.
4251 1998-03-08 13:06 Tim Waugh <tim@cyberelk.demon.co.uk>
4253 * posix/wordexp.c (parse_arith): Now works for negative numbers too.
4254 (parse_param): Coded parameter length expansion (${#var}).
4255 (parse_param): Handling for "=", "+", "-", and the ":" versions added.
4256 (parse_param): Cleaned up (fixed) error handling.
4258 * posix/wordexp-test.c: IFS now includes non-whitespace character
4259 (comma). Added more tests.
4261 1998-03-07 Ulrich Drepper <drepper@cygnus.com>
4263 * elf/link.h: Fix typos.
4264 Reported by Andreas Jaeger.
4266 * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
4267 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
4269 1998-03-06 Ulrich Drepper <drepper@cygnus.com>
4271 * argp/argp-help.c: Remove last bits of using gettext instead of
4274 1998-03-06 17:04 Ulrich Drepper <drepper@cygnus.com>
4276 * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
4278 * csu/Makefile (routines): Add libc-start.
4279 * elf/dl-error.c: Remove declaration of _dl_argv. Include <unitsd.h>.
4280 * elf/dl-lookup.c: Likewise.
4281 * elf/dl-version.c: Likewise.
4282 * sysdeps/i386/dl-machine.h: Likewise.
4283 * elf/link.h: Declare _dl_argv, _dl_debug_fd.
4284 Declare _dl_sysdep_output. Make _dl_sysdep_fatal, _dl_sysdep_error and
4285 _dl_sysdep_message macros which use _dl_sysdep_output.
4286 * elf/dl-fini.c: Write out which destructor is called while debugging.
4287 * elf/dl-init.c: Likewise for constructor.
4288 * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
4289 * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
4290 _dl_sysdep_message. Add _dl_sysdep_output.
4291 * elf/rtld.c: Recognize LD_DEBUG_OUTPUT. Set _dl_debug_fd if
4292 this file can be opened.
4293 For LD_DEBUG=libs also set _dl_debug_impcalls.
4294 * sysdeps/generic/dl-cache.c: Include unistd.h.
4295 * sysdeps/generic/libc-start.c: New file.
4296 * sysdeps/unix/sysv/linux/libc-start.c: New file.
4297 * sysdeps/i386/elf/start.S: Don't call main directly, call
4298 __libc_start_main instead.
4300 * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
4302 1998-03-06 Ulrich Drepper <drepper@cygnus.com>
4304 * nss/nsswitch.c (__nss_nscd_not_available): Removed.
4306 1998-03-06 12:42 Ulrich Drepper <drepper@cygnus.com>
4308 * argp/argp.h (struct argp): Add new field domain.
4309 * argp/argp-help.c: Change all gettext calls to dgettext and use
4310 domain field from appropriate argp in call.
4311 * argp/argp-parse.c: Likewise.
4313 1998-03-06 11:35 Ulrich Drepper <drepper@cygnus.com>
4315 * posix/wordexp-test.c: Change testsuite so that it can run even
4318 1998-03-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4320 * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
4322 1998-03-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4324 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
4325 Don't store into global errno if we already store through
4327 * sysdeps/unix/i386/sysdep.S: Likewise.
4328 * sysdeps/unix/alpha/sysdep.S: Likewise.
4329 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4330 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4331 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise. Add
4332 missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
4335 1998-03-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4337 * sysdeps/generic/sysdep.h (L): Remove definition.
4338 * sysdeps/i386/sysdep.h (L): Define it here instead.
4340 1998-03-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4342 * nis/nis_call.c (__do_niscall): Safe and reset errno.
4344 * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
4346 1998-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4348 * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
4349 declaration style to avoid warnings.
4351 1998-03-06 11:48 Mark M._Kettenis <kettenis@hall.phys.uva.nl>
4353 * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
4356 1998-03-05 Ulrich Drepper <drepper@cygnus.com>
4358 * posix/Makefile (tests): Add wordexp-test.
4359 * posix/wordexp-test.c: New file. Testsuite for wrodexp.
4360 Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
4362 1998-03-05 16:04 Ulrich Drepper <drepper@cygnus.com>
4364 * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
4367 * elf/link.h (struct r_search_path_elem): Add two new field for
4369 * elf/rtld.c: Recognize LD_DEBUG environment variable and set
4370 variable accordingly.
4371 * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
4372 is considered next along with information about load paths.
4373 * sysdeps/generic/dl-cache.c: Likewise.
4374 * elf/dl-support.c: Define _dl_debug_libs.
4375 * elf/genrtldtbl.awk: Add initializers for two new field in
4376 struct r_search_path_elem.
4378 1998-03-06 10:40 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4380 * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
4381 * sysdeps/m68k/lshift.S: Likewise.
4382 * sysdeps/m68k/rshift.S: Likewise.
4383 * sysdeps/m68k/sub_n.S: Likewise.
4384 * sysdeps/m68k/m68020/addmul_1.S: Likewise.
4385 * sysdeps/m68k/m68020/mul_1.S: Likewise.
4386 * sysdeps/m68k/m68020/submul_1.S: Likewise.
4388 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
4389 [_LIBC_REENTRANT]: Don't store into global errno.
4391 * sysdeps/m68k/sysdep.h: New file.
4392 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it. Use the macros
4393 ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
4394 (DO_CALL): Change to expect syscall name as argument.
4395 (PSEUDO): Pass syscall_name to DO_CALL.
4396 (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
4399 1998-03-05 Ulrich Drepper <drepper@cygnus.com>
4401 * elf/rtld.c: Speed up processing of environment variables. Do
4402 only one run on the environment by avoiding to call getenv.
4403 * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
4404 function. Used by patch above.
4406 1998-03-05 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4408 * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
4410 * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
4411 * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
4412 * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
4414 1998-03-05 Ulrich Drepper <drepper@cygnus.com>
4416 * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
4417 module cannot be found. Reported by Andreas Jaeger.
4419 1998-03-05 11:40 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4421 * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
4422 on platforms which default to unsigned chars.
4423 * nscd/nscd_getpw_r.c: Likewise.
4424 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
4427 1998-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4429 * elf/Makefile (install-bin): Change = to += for sprof to install
4432 1998-03-04 16:12 H.J. Lu <hjl@gnu.org>
4434 * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
4436 1998-03-04 16:19 Ulrich Drepper <drepper@cygnus.com>
4438 * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
4440 1998-03-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4442 * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
4443 that a failure to connect to nscd doesn't change errno.
4445 1998-03-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4447 * manual/maint.texi (Reporting Bugs): Change
4448 bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
4450 * locale/iso-4217.def: Likewise
4452 1998-03-04 12:43 Ulrich Drepper <drepper@cygnus.com>
4454 * manual/texinfo.tex: Updated.
4456 1998-03-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4458 * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
4460 * sysdeps/posix/pathconf.c: Likewise.
4461 * posix/getconf.c: Print `undefined' if pathconf returns -1
4462 without setting errno.
4464 1998-03-04 Ulrich Drepper <drepper@cygnus.com>
4466 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
4468 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
4469 Patches by Elliot Lee <sopwith@cuc.edu>.
4471 1998-03-04 09:43 Ulrich Drepper <drepper@cygnus.com>
4473 * elf/link.h (struct link_map): Add new field l_reloc_result.
4474 * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
4475 of relocation for the object to be profiled.
4476 * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
4478 * elf/rtld.c (_dl_start): Add comment that we must not allocate an
4480 * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
4481 contains a result from a previous run use this instead of computing
4483 * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
4485 1998-03-04 11:32 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4487 * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
4488 offsets into the GOT.
4489 (RTLD_START): Likewise.
4491 1998-03-03 17:55 Ulrich Drepper <drepper@cygnus.com>
4493 * elf/sprof.c: Cleanup a bit.
4495 1998-03-03 08:01 H.J. Lu <hjl@gnu.org>
4497 * sysdeps/generic/sysdep.h (L): New. Define.
4499 * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
4501 * sysdeps/i386/i586/addmul_1.S: Fix a typo.
4503 * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
4504 to have only one exit point for functions.
4505 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
4506 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
4507 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
4508 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4509 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
4511 1998-03-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4513 * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
4514 reset errno so that errno isn't set to ENOSYS in the first call.
4515 * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
4516 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
4517 * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
4518 * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
4520 1998-03-02 17:55 Ulrich Drepper <drepper@cygnus.com>
4522 * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
4523 * sysdeps/i386/addmul_1.S: Likewise.
4524 * sysdeps/i386/lshift.S: Likewise.
4525 * sysdeps/i386/mul_1.S: Likewise.
4526 * sysdeps/i386/rshift.S: Likewise.
4527 * sysdeps/i386/sub_n.S: Likewise.
4528 * sysdeps/i386/submul_1.S: Likewise.
4529 * sysdeps/i386/i586/add_n.S: Likewise.
4530 * sysdeps/i386/i586/addmul_1.S: Likewise.
4531 * sysdeps/i386/i586/lshift.S: Likewise.
4532 * sysdeps/i386/i586/mul_1.S: Likewise.
4533 * sysdeps/i386/i586/rshift.S: Likewise.
4534 * sysdeps/i386/i586/sub_n.S: Likewise.
4535 * sysdeps/i386/i586/submul_1.S: Likewise.
4537 * sysdeps/i386/sysdep.h: Extend last change.
4539 * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
4540 to have only one exit point for functions.
4542 1998-03-02 Ulrich Drepper <drepper@cygnus.com>
4544 * configure.in: Fix msgfmt test. Fix handling of //s in sysdeps
4547 1998-03-02 13:28 Ulrich Drepper <drepper@cygnus.com>
4549 * Makerules: Generate libc.so with absolute paths for the used
4552 * config.make.in: Add MAKEINFO definition.
4554 1998-03-02 Ulrich Drepper <drepper@cygnus.com>
4556 * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
4557 (ENTRY): Use STABS_FUN.
4558 (END): Use STABS_FUN_END.
4559 (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
4561 * elf/Makefile: Add rules to build sprof program.
4562 * elf/sprof.c: New file.
4564 1998-02-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4566 * misc/syslog.c (openlog_internal): Insert missing closing brace.
4568 1998-02-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4570 * configure.in: Check for working msgfmt version (from GNU gettext
4573 1998-03-02 Ulrich Drepper <drepper@cygnus.com>
4575 * configure.in: Avoid //s in sysdirs.
4576 Patch by Roland McGrath.
4578 * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
4580 1998-03-02 07:17 H.J. Lu <hjl@gnu.org>
4582 * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
4583 setting _dl_global_scope for RTLD_GLOBAL.
4585 1998-02-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4587 * sysdeps/unix/make-syscalls.sh: Fix last change so that all
4588 possible lists of object-suffixes are taken care of.
4590 1998-03-02 10:16 Ulrich Drepper <drepper@cygnus.com>
4592 * timezone/private.h: Update from tzcode1998c.
4593 * timezone/zic.c: Likewise.
4594 * timezone/antarctica: Updated from tzdata1998c.
4595 * timezone/asia: Likewise.
4596 * timezone/australasia: Likewise.
4597 * timezone/europe: Likewise.
4598 * timezone/southamerica: Likewise.
4600 1998-03-02 Ulrich Drepper <drepper@cygnus.com>
4602 * posix/glob.c (glob_in_dir): Add support for cases insensitive
4603 VMS. Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
4605 1998-03-01 19:05 H.J. Lu (hjl@gnu.org)
4607 * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
4608 Changed type of TWO43, TWO52 from float to double.
4609 * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
4610 * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
4611 Changed type of TWO43 from float to double.
4612 * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
4615 1998-03-01 18:52 H.J. Lu (hjl@gnu.org)
4617 * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
4618 osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
4619 osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
4621 1998-03-01 09:11 Richard Henderson <rth@cygnus.com>
4623 * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
4625 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
4626 Clean up random whitespace.
4627 * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
4628 * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
4629 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
4630 * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
4632 1998-03-01 08:31 Richard Henderson <rth@cygnus.com>
4634 * shlib-versions: Match alpha*.
4635 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
4636 * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
4638 * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
4639 Implement copysign* with and without __ prefix.
4640 Likewise for fabs; use builtin for gcc 2.8.
4644 * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
4645 (R_SPARC*): Match current v9 ABI.
4647 * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
4649 * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
4650 * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
4651 * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
4652 * sysdeps/generic/getresgid.c: Use prototype form because of warning.
4653 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
4654 * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
4655 * sysdeps/unix/grantpt.c (argv): Fix consts.
4656 * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
4657 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
4659 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
4661 * misc/syslog.c: Change to allow user the interpretation of the
4662 outcome even with syslog having no return value.
4664 1998-02-05 20:41 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
4666 * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
4667 that the number of program headers is >0 (which is wrong for the
4670 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
4672 * Makefile (distribute): Add README.libm.
4674 1998-02-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4676 * time/clocktest.c (main): Correct typo: "--" -> "==".
4678 1998-02-25 20:53 H.J. Lu <hjl@gnu.org>
4680 * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
4682 (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
4685 * math/libm.map (__atan2): Added.
4687 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
4689 * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
4690 Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
4692 * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
4695 1998-02-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4697 * manual/arith.texi (Old-style number conversion): Correct
4698 typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
4700 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
4702 * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
4703 but does not require it. Handle missing argv[] values gracefully.
4704 * posix/execl.c: Likewise.
4705 * posix/execle.c: Likewise.
4707 1998-02-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4709 * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
4711 * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
4713 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
4715 * libc.map: Add __adjtimex.
4717 1998-02-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4719 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
4722 1998-02-24 08:10 H.J. Lu <hjl@gnu.org>
4724 * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
4727 * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
4729 * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
4730 * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
4732 * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
4735 * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
4737 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
4738 Added adjtimex and old_adjtimex.
4740 * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
4742 (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
4743 osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
4745 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
4746 symbols only for shared library.
4747 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4748 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4749 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4750 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4751 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4752 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4753 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4755 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
4756 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4757 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4758 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4759 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4760 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4761 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4762 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4764 * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
4767 * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
4769 (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
4770 timex and __adjtimex, respectively.
4772 * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
4774 * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
4776 1998-02-25 08:28 H.J. Lu <hjl@gnu.org>
4778 * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
4779 for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
4781 1998-02-26 14:59 Ulrich Drepper <drepper@cygnus.com>
4783 * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
4785 1998-02-19 11:00 Zack Weinberg <zack@rabi.phys.columbia.edu>
4787 * Makefile.in: Disable built-in rules.
4789 1998-02-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4791 * sysdeps/i386/fpu/t_exp.c: Move to ...
4792 * sysdeps/libm-i387/t_exp.c: ... here.
4794 1998-02-21 13:51 H.J. Lu <hjl@gnu.org>
4796 * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
4797 from __exp2_deltatable.
4799 1998-02-26 Ulrich Drepper <drepper@cygnus.com>
4801 * nis/ypclnt.c (yp_master): Check result of strdup.
4802 Patch by Thorsten Kukuk.
4804 1998-02-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4806 * nis/ypclnt.c: Give clnt handle after error checking free, change
4807 return codes to fix problems with rpc.nisd in YP mode on Ultra's.
4809 1998-02-26 09:00 Ulrich Drepper <drepper@cygnus.com>
4811 * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
4812 Patch by Joe Keane <jgk@jgk.org>.
4814 * misc/fstab.h (struct fstab): Change fs_type member to be const.
4815 * misc/fstab.c: Remove casts in fs_type assignments.
4817 1998-02-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4819 * sysdeps/i386/fpu/bits/fenv.h: Correct typo. ISO C 9X defines
4820 FE_TOWARDZERO and not FE_TOWARDSZERO. Reported by H.J. Lu.
4821 * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
4822 * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
4823 * sysdeps/powerpc/bits/fenv.h: Likewise.
4824 * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
4825 * sysdeps/generic/bits/fenv.h: Likewise.
4826 * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
4827 * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
4828 * sysdeps/powerpc/test-arith.c (main): Likewise.
4830 1998-02-25 Ulrich Drepper <drepper@cygnus.com>
4832 * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
4833 the comparison macros.
4835 1998-02-21 20:14 H.J. Lu <hjl@gnu.org>
4837 * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
4838 (__log2): Fixed return values.
4839 * sysdeps/libm-ieee754/s_log2f.c: Likewise.
4841 1998-02-25 Ulrich Drepper <drepper@cygnus.com>
4843 * math/math.h (isunordered): Rename local variables to ensure
4844 correct code. Reported by HJ Lu.
4846 1998-02-25 10:34 Ulrich Drepper <drepper@cygnus.com>
4848 * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
4849 isless, islessequal, islessgreater, isunordered): Fix syntax for
4850 fucompip instruction.
4851 (isless, islessequal): Fix logic.
4853 1998-02-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4855 * math/libm-test.c (sqrt_test): Add test for sqrt(2).
4856 (comparisons_test): New tests for comparison macros.
4858 1998-02-24 15:12 Ulrich Drepper <drepper@cygnus.com>
4860 * Makeconfig: Filter out frame-pointer effecting options when
4861 compiling profiling or debugging code.
4862 * config.h.in (internal_function): Don't define here if PROF is
4864 * gmon/gmon.c (__moncontrol): Don't change state if already in error
4866 (__monstartup): If calloc fails set error state and mark array as
4868 (_mcleanup): Don't call write_gmon if in error state. Don't try
4869 to free array if not successfully allocated.
4871 * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
4872 Include elf.h to get macro definitions.
4873 Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
4875 1998-02-24 09:40 Ulrich Drepper <drepper@cygnus.com>
4877 * elf/ldd.sh.in: Add compatibility for broken old shells.
4878 * elf/ldd.bash.in: Likewise.
4880 1998-02-24 08:11 H.J. Lu <hjl@gnu.org>
4882 * sunrpc/rpc_main.c (open_input): Check pipe return error.
4884 * time/clocktest.c (main): Check signal return error.
4886 1998-02-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4888 * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
4889 "/" and use do-install-program. Reported by Mark M. Kettenis.
4890 (subdir_install): Likewise.
4892 1998-02-22 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4894 * sunrpc/rpc_sample.c: Fix typo.
4896 * nscd/connections.c: Use locale.
4897 * nscd/grpcache.c: Add debug messages, gidtbl should get the
4899 * nscd/nscd.c: Check if init functions fails.
4900 * nscd/nscd_conf.c: Allow disabling of group cache.
4901 * nscd/nscd_getgr_r.c: Fix return code if group not found.
4902 * nscd/pwdcache.c: Fix debug messages.
4904 1998-02-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4906 * libc.map: Add __monstartup and _mcleanup for profiling support.
4908 1998-02-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4910 * libc.map: Export __getpagesize, for binary compatibility with
4913 1998-02-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4915 * posix/globtest.sh: Use --library-path instead of
4917 * localedata/sort-test.sh: Likewise.
4918 * localedata/tst-fmon.sh: Likewise. Avoid useless use of cat.
4920 1998-02-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4922 * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
4923 sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
4924 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4926 * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
4927 kernel_sigaction): Define.
4928 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
4929 kernel_sigaction): Define.
4931 1998-02-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4933 * math/libm-test.c: Change epsilons for libm-ieee754.
4935 1998-02-23 12:33 Ulrich Drepper <drepper@cygnus.com>
4937 * sysdeps/i386/__longjmp.S: Fix race condition.
4938 Reported by Bruno Haible <haible@ilog.fr>.
4940 1998-02-20 18:43 Ulrich Drepper <drepper@cygnus.com>
4942 * hesiod/hesiod.c: Pretty print. Don't use __ protected names.
4943 * iconvdata/8bit-gap.c: Likewise.
4944 * iconvdata/8bit-generic.c: Likewise.
4945 * iconvdata/iso6937.c: Likewise.
4946 * iconvdata/iso8859-1.c: Likewise.
4947 * iconvdata/sjis.c: Likewise.
4948 * iconvdata/t61.c: Likewise.
4950 1998-02-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4952 * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
4953 feature tests by positive feature tests.
4955 1998-02-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4957 * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
4959 1998-02-20 Ulrich Drepper <drepper@cygnus.com>
4961 * elf/dlvsym.c (dlvsym_doit): More corrections.
4962 Patch by Andreas Jaeger.
4964 1998-02-19 Ulrich Drepper <drepper@cygnus.com>
4966 * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
4968 1998-02-19 17:16 Ulrich Drepper <drepper@cygnus.com>
4970 * libc.map: More reordering for GLIBC_2.1 symbols.
4972 1998-02-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4974 * libc.map: Move some functions from version GLIBC_2.0 to
4975 GLIBC_2.1, reorder declarations.
4977 1998-02-19 Ulrich Drepper <drepper@cygnus.com>
4979 * resolv/gethnamaddr.c (addrsort): Make this function extern.
4980 Patch by zab@thebrain.grumblesmurf.net.
4982 1998-02-19 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4984 * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
4985 NIS+ functions with version GLIBC_2.1.
4987 1998-02-19 14:05 Ulrich Drepper <drepper@cygnus.com>
4989 * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
4990 with 2.0 binaries. Reported by Thorsten Kukuk.
4992 1998-02-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4994 * elf/dlvsym.c (dlvsym_doit): Correct last patch.
4996 * elf/dlsym.c (dlsym_doit): Likewise.
4998 1998-02-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5000 * elf/link.h: Correct typos.
5002 * iconv/iconv_prog.c: Correct typo.
5004 1998-02-18 17:57 Ulrich Drepper <drepper@cygnus.com>
5006 * iconv/Makefile: Add rules to build and install iconv program.
5007 * iconv/iconv_prog.c: New file.
5009 1998-02-18 16:34 H.J. Lu <hjl@gnu.org>
5011 * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
5012 _dl_lookup_symbol_skip call.
5013 * elf/dlvsym.c (dlvsym_doit): Likewise.
5015 1998-02-18 Ulrich Drepper <drepper@cygnus.com>
5017 * libio/iovsscanf.c: Do not include errno.h.
5019 1998-02-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5021 * elf/dl-load.c (add_name_to_object): Don't translate strings.
5022 * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
5023 pulling in the whole error list.
5024 (__dcgettext, dcgettext): Removed.
5025 * libc.map: Export _strerror_internal.
5027 1998-02-18 10:50 Ulrich Drepper <drepper@cygnus.com>
5029 * sysdeps/i386/fpu/t_exp.c: New file.
5031 1998-02-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5033 * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
5034 everything with version GLIBC_2.1.
5035 * hesiod/libnss_hesiod.map: Likewise.
5037 1998-02-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5039 * manual/arith.texi (Old-style number conversion): This node is a
5040 section, not a subsection.
5042 1998-02-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5044 * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
5046 1998-02-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5048 * elf/rtld.c (dl_main): Make sure that the library search paths
5049 have been initialized before the first call to _dl_map_object.
5051 1998-02-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5053 * Makerules (common-generated): Add libc_pic.os.
5055 1998-02-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5057 * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
5060 1998-02-18 10:28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5062 * sysdeps/m68k/fpu/t_exp.c: New file.
5064 1998-02-17 Ulrich Drepper <drepper@cygnus.com>
5066 * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
5067 to global errno variable anymore.
5069 1998-02-17 17:41 Ulrich Drepper <drepper@cygnus.com>
5071 * elf/dl-load.c (open_path): Take extra argument PRELOADED.
5072 If PRELOADED is nonzero check in case of an SUID application
5073 whether the shared object has the SUID bit set.
5074 Fix some other problems with handling shared objects in system
5075 specific directories.
5076 (_dl_map_object): Also take extra parameter and pass it to open_path.
5077 * elf/link.h (_dl_map_object): Correct prototype and comment.
5078 * elf/rtld.c (dl_main): Call _dl_map_object correctly.
5079 * elf/dl-open.c (_dl_open): Likewise.
5080 * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
5082 * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
5084 1998-02-17 Ulrich Drepper <drepper@cygnus.com>
5086 * math/libm-test.c (modf_test): Add test for 1.5.
5088 * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
5089 0 to get always an int.
5091 1998-02-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5093 * math/libm.map: Move all symbols that are new in glibc 2.1 to
5096 1998-02-17 Ulrich Drepper <drepper@cygnus.com>
5098 * stdio-common/vfscanf.c (inchar): Check c for being EOF before
5099 trying to read another character.
5101 1998-02-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5103 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
5106 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
5107 name to lowercase, add test for big enough buffer.
5109 1998-02-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5111 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
5112 Make compatible with older kernels. Patch by Richard Henderson.
5114 1998-02-17 15:10 Ulrich Drepper <drepper@cygnus.com>
5116 * elf/dl-load.c (open_path): Use __xstat instead of stat.
5118 * localedata/tst-locale.sh: Comment out first test for now.
5120 1998-02-14 14:58 H.J. Lu <hjl@gnu.org>
5122 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
5124 * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
5127 * libio/iogetline.c (_IO_getline_info): Renamed from
5129 (_IO_getline): Just call _IO_getline_info.
5131 * libio/libioP.h (_IO_getline_info): New declaration.
5133 * libc.map (_IO_getline_info, __write): Added.
5135 1998-02-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5137 * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
5138 const char* to shut up gcc.
5140 1998-02-17 11:37 Ulrich Drepper <drepper@cygnus.com>
5142 * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
5143 Patch forwarded by Cristian Gafton <gafton@redhat.com>.
5145 * math/math.h: Define M_* constants always as `double' and add new
5146 macros M_*l which are of type `long double'.
5147 * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
5148 * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
5149 * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
5150 * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
5151 * sysdeps/libm-ieee754/s_catanl.c: Likewise.
5152 * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
5153 * sysdeps/libm-ieee754/s_clogl.c: Likewise.
5154 * math/libm-tst.c: Likewise.
5156 * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
5157 define as long double unconditionally.
5159 1998-02-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5161 * manual/arith.texi (Old-style number conversion): Correct some
5164 1998-02-16 16:28 H.J. Lu <hjl@gnu.org>
5166 * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
5169 * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
5171 1998-02-16 Ulrich Drepper <drepper@cygnus.com>
5173 * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
5174 on $(rtld-ldscript).
5176 * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
5177 starting from 0 not only from `from'.
5178 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
5180 1998-02-16 17:33 Ulrich Drepper <drepper@cygnus.com>
5182 * elf/rtld.c (dl_main): Recognize --library-path parameter and
5183 pass value (or NULL) to _dl_init_paths.
5184 * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
5185 replacing local variable llp. If llp is NULL examine LD_LIBRARY_PATH
5186 environment variable.
5187 * elf/link.h: Change prototype for _dl_init_paths.
5188 * elf/dl-support.c: Pass NULL in _dl_init_paths call.
5190 * localedata/Makefile (distribute): Add test files.
5192 1998-02-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5194 * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
5195 test1.def, test2.def, test3.def, test4.def}: Simple input files
5196 for localedef. Contributed by Yung-Ching Hsiao
5197 <yhsiao@cae.wisc.edu>.
5199 * localedata/Makefile (tests): Call tst-locale.sh.
5201 * localedata/tst-locale.sh: New file, regression tests for some
5204 1998-02-15 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
5206 * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
5208 * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
5210 * nis/nss_nisplus/nisplus-network.c: Likewise.
5211 * nis/nss_nisplus/nisplus-proto.c: Likewise.
5212 * nis/nss_nisplus/nisplus-rpc.c: Likewise.
5213 * nis/nss_nisplus/nisplus-service.c: Likewise.
5215 Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
5216 and support generating thread safe RPC code.
5217 * sunrpc/rpc_main.c: Add changes.
5218 * sunrpc/rpc_clntout.c: Likewise.
5219 * sunrpc/rpc_cout.c: Likewise.
5220 * sunrpc/rpc_hout.c: Likewise.
5221 * sunrpc/rpc_parse.c: Likewise.
5222 * sunrpc/rpc_sample.c: Likewise.
5223 * sunrpc/rpc_scan.c: Likewise.
5224 * sunrpc/rpc_svcout.c: Likewise.
5225 * sunrpc/rpc_util.c: Likewise.
5226 * sunrpc/rpc_util.h: Add new structs and prototypes.
5227 * sunrpc/proto.h: Remove prototypes for static functions.
5229 1998-02-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5231 * locale/programs/ld-messages.c (messages_finish): Don't skip
5232 error checking when being quiet.
5233 * locale/programs/ld-ctype.c (ctype_finish): Likewise.
5234 (set_class_defaults): Likewise.
5235 * locale/programs/charmap.c (parse_charmap): Likewise.
5236 * locale/programs/ld-collate.c (collate_finish): Likewise.
5237 * locale/programs/ld-monetary.c (monetary_finish): Likewise.
5238 * locale/programs/ld-time.c (time_finish): Likewise.
5239 * locale/programs/locfile.c (write_locale_data): Likewise.
5241 * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
5242 unknown characters and empty ranges.
5243 * locale/programs/ld-collate.c (collate_order_elem): When
5244 processing an ellipsis properly form a linked list in the result
5245 table, fix typo when allocating ordering array.
5248 1998-02-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5250 * elf/Makefile (ld-map): Define.
5251 (rtld-ldscript): Define. Change all `$(objpfx)rtld-ldscript' to
5253 ($(objpfx)ld.so): Combine the two versions of this rule. Depend
5255 (rtld-link): Combine the two versions of this definition. Fixed
5256 to make it work when no symbol versioning is used.
5258 1998-02-16 Ulrich Drepper <drepper@cygnus.com>
5260 * Makeconfig (build-program-cmd): Use --library-path parameter to
5261 ld.so instead of environment variable.
5263 * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
5264 * sunrpc/rpc_main.c: Remove support for -$$ option again.
5266 1998-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5268 * Make-dist: Respect with-cvs setting.
5269 * MakeTAGS (all-pot): Likewise.
5270 * sysdeps/sparc/sparc32/Makefile: Likewise.
5271 * sysdeps/mach/hurd/Makefile: Likewise.
5272 * stdlib/Makefile: Likewise.
5273 * posix/Makefile: Likewise.
5274 * intl/Makefile: Likewise.
5275 * po/Makefile (linguas): Likewise
5277 1998-02-15 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
5279 * nis/ypclnt.c (yp_all): Remove error message, user should print it.
5281 1998-02-15 Ulrich Drepper <drepper@cygnus.com>
5283 * libc.map: Add __strcasecmp.
5285 * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
5288 * nss/getXXent_r.c: If no more module is found don't try to call
5289 setXXent functions but leave unsuccessfully.
5291 * malloc/obstack.h: Cleanups.
5293 * sysdeps/wordsize-32/stdint.h: New file.
5294 * sysdeps/wordsize-64/stdint.h: New file.
5295 * sysdeps/generic/stdint.h: New file.
5296 * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
5297 * sysdeps/wordsize-64/inttypes.h: Likewise.
5298 * stdlib/Makefile (headers): Add stdint.h.
5300 1998-02-03 Paul Eggert <eggert@twinsun.com>
5302 * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
5304 1998-02-13 17:59 Zack Weinberg <zack@rabi.phys.columbia.edu>
5306 * timezone: New directory.
5307 * time/README, time/africa, time/antarctica, time/asia,
5308 time/australasia, time/backward, time/checktab.awk,
5309 time/etcetera, time/europe, time/factory, time/ialloc.c,
5310 time/iso3166.tab, time/leapseconds, time/northamerica,
5311 time/pacificnew, time/private.h, time/scheck.c,
5312 time/solar87, time/solar88, time/solar89, time/southamerica,
5313 time/systemv, time/test-tz.c, time/tzfile.h,
5314 time/tzselect.ksh, time/yearistype, time/zdump.c,
5315 time/zic.c, time/zone.tab: Moved to timezone.
5316 * time/tzfile.c: Include tzfile.h from timezone subdir.
5317 * time/tzset.c: Likewise.
5318 * time/Makefile: Cut out all code relating to timezones...
5319 * timezone/Makefile: ...and paste it in here.
5320 * Makefile (subdirs): Add timezone.
5322 1998-02-13 18:45 H.J. Lu <hjl@gnu.org>
5324 * libc.map (_sys_nerr): Added.
5326 * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
5329 1998-02-15 17:16 Ulrich Drepper <drepper@cygnus.com>
5331 * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
5332 pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
5333 Reported by Craig Metz <cmetz@inner.net>.
5335 1998-01-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5337 * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
5338 instead of strcasecmp.
5339 * nss/nss_files/files-alias.c (get_next_alias): Likewise.
5341 * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
5343 1998-02-15 16:55 Ulrich Drepper <drepper@cygnus.com>
5345 * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
5346 Patch by Dean Gaudet <dgaudet@arctic.org>.
5348 1998-02-15 16:53 Ulrich Drepper <drepper@cygnus.com>
5350 * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
5352 1998-02-15 10:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
5354 * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
5355 with no poll syscall, just include the BSD version.
5356 * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
5357 kernel without the syscall, include the stub version.
5358 * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
5359 * sysdeps/generic/getresuid.c: New file.
5360 * sysdeps/generic/getresgid.c: New file.
5362 1998-02-15 Ulrich Drepper <drepper@cygnus.com>
5364 * stdio-common/vfscanf.c: Correct last change a bit.
5366 1998-02-13 17:39 Ulrich Drepper <drepper@cygnus.com>
5368 * elf/Makefile: Don't use --version-script parameter to link ld.so
5371 1998-01-02 04:19 Geoff Keating <geoffk@ozemail.com.au>
5373 * math/Makefile: Add t_exp.
5374 * math/libm-test.c: Tighten accuracy bounds for exp(), correct
5376 * math/test-reduce.c: Remove temporarily, it seems to be broken.
5377 * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
5378 * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
5380 * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
5381 algorithm for very large/very small arguments.
5382 * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
5383 correct algorithm for very large/very small arguments; adjust for
5385 * sysdeps/libm-ieee754/t_exp.c: New file.
5386 * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
5388 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
5389 back, with comment that explains what breaks when you remove it :-(.
5391 * localedata/xfrm-test.c: Avoid integer overflow.
5393 * stdlib/strfmon.c: char is unsigned, sometimes.
5395 * sysdeps/powerpc/Makefile: Remove quad float support.
5396 * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
5397 * sysdeps/powerpc/quad_float.h: Likewise.
5398 * sysdeps/powerpc/test-arith.c: Likewise.
5399 * sysdeps/powerpc/test-arithf.c: Likewise.
5401 * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
5402 * sysdeps/generic/s_exp2f.c: Likewise.
5404 * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
5405 don't try anything if _SOFT_FLOAT.
5407 1997-12-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5409 * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
5410 * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
5411 * wctype/wctype.c: Likewise.
5412 * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
5413 changed. They are incompatible with the _ISxxx values from
5414 <ctype.h> on little endian machines.
5415 (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
5416 bit number. This fixes the real bug and restores the integrity of
5417 the ctype locale file.
5418 * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
5419 * wctype/wcfuncs_l.c: Likewise.
5420 * wctype/wcextra.c: Likewise.
5421 * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
5424 1998-02-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5426 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
5427 into .bss segment instead of .common, so that aliases on it work.
5429 * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
5430 .size directives, put into .bss segment instead of initializing it
5433 1998-02-12 08:00 H.J. Lu <hjl@gnu.org>
5435 * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
5437 * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
5439 Make names without __ weak aliases.
5440 (__libc_release, __libc_version): Make them static.
5442 * include/gnu/libc-version.h: New file.
5443 * Makefile (headers): Add gnu/libc-version.h.
5445 1998-02-13 Ulrich Drepper <drepper@cygnus.com>
5447 * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
5448 and use x for member name.
5449 Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
5451 * stdlib/drand48.c: Change according to member name change.
5452 * stdlib/drand48_r.c: Likewise.
5453 * stdlib/lcong48_r.c: Likewise.
5454 * stdlib/lrand48.c: Likewise.
5455 * stdlib/lrand48_r.c: Likewise.
5456 * stdlib/mrand48.c: Likewise.
5457 * stdlib/mrand48_r.c: Likewise.
5458 * stdlib/seed48.c: Likewise.
5459 * stdlib/seed48_r.c: Likewise.
5460 * stdlib/srand48_r.c: Likewise.
5462 1998-02-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5464 * nss/test-netdb.c: Add some more test cases.
5466 1998-02-13 11:39 Ulrich Drepper <drepper@cygnus.com>
5468 * libio/iovsscanf.c: Undo last change modifying errno.
5470 1998-02-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5472 * stdio-common/vfscanf.c: Never try to read another character
5473 after EOF. Don't decrement read_in after EOF, it wasn't
5474 incremented in the first place.
5475 (NEXT_WIDE_CHAR): Set First, not first.
5477 1998-02-06 07:48 H.J. Lu <hjl@gnu.org>
5479 * db/Makefile ($(inst_libdir)/libndbm.a,
5480 $(inst_libdir)/libndbm.so): New targets.
5481 * db2/Makefile: Likewise.
5483 1998-02-12 08:20 H.J. Lu <hjl@gnu.org>
5485 * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
5486 aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
5488 1998-02-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5490 * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
5492 * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
5494 1998-02-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5496 * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
5499 1998-02-13 08:14 H.J. Lu <hjl@gnu.org>
5501 * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
5502 _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
5505 1998-02-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5507 * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
5510 * grp/Makefile: Fix logic when checking for thread package.
5511 * pwd/Makefile: Likewise.
5513 1998-02-11 08:23 H.J. Lu <hjl@gnu.org>
5515 * elf/Makefile (rtld-map): Replaced by libc-map.
5517 * elf/rtld.map: Removed.
5519 * libc.map (__libc_enable_secure, _dl_catch_error,
5520 _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
5521 _dl_default_scope, _dl_global_scope_end, _dl_init_next,
5522 _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
5523 _dl_object_relocation_scope, _dl_relocate_object,
5524 _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
5525 _r_debug): Added for ld.so.
5527 1998-02-10 08:38 H.J. Lu <hjl@gnu.org>
5529 * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
5531 * libio/iofdopen.c: Ditto.
5532 * libio/iofopen.c: Ditto.
5533 * libio/oldfileops.c: Ditto.
5535 * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
5538 * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
5539 oldsiglist from sysdep_routines and shared-only-routines.
5541 * sysdeps/unix/sysv/linux/errlist.c: New.
5542 * sysdeps/unix/sysv/linux/errlist.h: New.
5543 * sysdeps/unix/sysv/linux/sizes.h: New.
5544 * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
5545 * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
5547 * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
5549 * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
5550 (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
5553 * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
5555 * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
5556 (oldsiglist.c): Removed.
5558 * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
5559 (_sys_siglist): Use SYS_SIGLIST instead.
5560 (_sys_nerr): Use SYS_NERR instead.
5562 * sysdeps/gnu/errlist.c: Rebuilt.
5564 1998-02-11 08:35 H.J. Lu <hjl@gnu.org>
5566 * elf/Makefile (others-static): New, set to ldconfig.
5567 ($(objpfx)ldconfig): Removed.
5569 * Rules (binaries-all, binaries-static, binaries-shared): New.
5570 Create targets for $(binaries-static) and $(binaries-shared).
5572 * Makeconfig (+link-static, link-libc-static,
5573 link-extra-libs-static): New for static linking.
5575 1998-02-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5577 * manual/memory.texi (Using the Memory Debugger): Fix typo.
5579 * math/libm-test.c (modf_test): Add one more test for modf.
5581 1998-02-11 14:39 Ulrich Drepper <drepper@happy.cygnus.com>
5583 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
5584 Rename from __libc_have_rt_sigs and leave as COMMON data.
5586 1998-02-11 08:30 H.J. Lu <hjl@gnu.org>
5588 * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
5591 1998-02-11 19:16 Richard Henderson <rth@cygnus.com>
5593 * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
5595 1998-02-11 16:56 Ulrich Drepper <drepper@happy.cygnus.com>
5597 * misc/tst-efgcvt.c: Add yet more tests.
5598 * misc/efgcvt_r.c: And correct for these tests again.
5601 * isomac.c: Move to...
5602 * stdlib/isomac.c: ...here.
5603 * Makefile: Move rules for handling isomac...
5604 * stdlib/Makefile: ...to here.
5606 1998-02-10 23:57 Ulrich Drepper <drepper@happy.cygnus.com>
5608 * misc/tst-efgcvt.c: Add more tests.
5609 * misc/efgcvt_r.c: Correct result for above new tests.
5611 1998-02-06 17:22 H.J. Lu <hjl@gnu.org>
5613 * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
5616 1998-02-10 16:48 Philip Blundell <pb@nexus.co.uk>
5618 * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
5619 if the programs weren't built.
5621 1998-02-09 10:12 Philip Blundell <pb@nexus.co.uk>
5623 * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
5624 FE_TONEAREST, soldier on regardless and do the best we can.
5625 * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
5627 1998-02-5 17:20 Philip Blundell <pb@nexus.co.uk>
5629 * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
5630 _STDIO_H, before including <bits/stdio_lim.h>.
5632 * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
5634 * io/fts.c (fts_build): Don't try to use d_type if it doesn't
5637 * sysdeps/arm/sys/ucontext.h: New file.
5639 1998-02-04 10:11 Philip Blundell <pb@nexus.co.uk>
5641 * manual/stdio.texi (Formatted Output Functions): Explicitly say
5642 that the return value from snprintf() does not count the
5643 terminating NUL as a character.
5645 1998-02-10 16:57 Ulrich Drepper <drepper@happy.cygnus.com>
5647 * manual/users.texi: Rewrite to describe correct POSIX behaviour,
5648 add description for sete[ug]id and general cleanup.
5649 Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5651 1998-01-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5653 * Makefile (parent-clean): Don't remove makefile fragments here.
5654 (postclean): New variable.
5655 (clean): Remove makefile fragments here.
5656 (realclean distclean): Likewise. Pass sysdep-subdirs to sub-make.
5657 (generated): Add isomac and isomanc.out.
5658 * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
5659 avoid-generated is set.
5660 (postclean-generated): Add soversion.mk.
5661 ($(common-objpfx)version.mk): Don't include if avoid-generated is
5663 * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
5664 avoid-generated is set.
5665 (common-generated): Add libc.so and libc.so$(libc.so-version).
5666 (generated): Add versioned libraries.
5667 (common-mostlyclean): Also remove %.so and %_pic.a.
5668 * csu/Makefile (generated): Add abi-tag.h.
5669 * db2/Makefile (extra-objs): Add getlong.o.
5670 * elf/Makefile (generated): Add ld.so, ldd and
5671 $(rtld-installed-name).
5672 (others): Add ldconfig here instead of ldconfig.o to extra-objs.
5673 * malloc/Makefile (generated): Add mtrace.
5674 * po/Makefile: Don't include version.mk, not needed any more.
5675 * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
5676 * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
5677 syscall.h -> sys/syscall.h.
5678 (common-generated): Add s-proto.d.
5679 (postclean-generated): Add sysd-syscalls.
5680 * localedata/Makefile (test-output): Add all output files.
5681 (generated): Add test-input and test-output.
5682 (generated-dirs): Add all the dirs.
5684 1998-01-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5686 * Makefile (test-output, generated, generated-dirs): New
5689 1998-02-10 16:57 Ulrich Drepper <drepper@happy.cygnus.com>
5691 * resolv/nss_dns/dns-host.c: Various code cleanups.
5693 1998-02-09 08:10 H.J. Lu <hjl@gnu.org>
5695 * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
5696 From Philip Blundell <pb@nexus.co.uk>.
5697 * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
5699 1998-02-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5701 * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
5702 Suggested by debian/sparc porters.
5704 1998-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5706 * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
5709 1998-02-10 16:32 Ulrich Drepper <drepper@happy.cygnus.com>
5711 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
5712 __fxstat instead of stat and fstat. Use namespace clean __stpcpy.
5714 * signal/signal.h: Always define sigset_t if __need_sigset_t is
5715 defined even if __USE_POSIX is not defined.
5717 1998-02-02 20:51 Zack Weinberg <zack@rabi.phys.columbia.edu>
5719 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
5720 to support obsolete tty major numbers correctly.
5722 1998-02-02 08:47 H.J. Lu <hjl@gnu.org>
5724 * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
5725 directory first and ignore install error.
5727 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
5728 128 from ptyno and fix a typo for the BSD style pty.
5730 1998-02-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5732 * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
5735 1998-02-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5737 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
5738 getresuid and getresgid.
5740 * sysdeps/unix/sysv/linux/getresuid.c: New file.
5741 * sysdeps/unix/sysv/linux/getresgid.c: New file.
5743 * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
5746 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
5747 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5748 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5749 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
5751 1998-02-02 08:11 H.J. Lu <hjl@gnu.org>
5753 * nscd/grpcache.c: Include <stdlib.h>.
5755 1998-02-01 16:01 H.J. Lu <hjl@gnu.org>
5757 * stdlib/atoll.c: Fix comments.
5759 * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
5760 * sysdeps/posix/ttyname_r.c: Ditto.
5762 1998-02-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5764 * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
5765 __USE_MISC, independent of __USE_UNIX98.
5767 1998-02-10 19:18 Ulrich Drepper <drepper@happy.cygnus.com>
5769 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
5770 Rename from __libc_have_rt_sigs and leave as COMMON data.
5772 1998-02-04 11:58 Richard Henderson <rth@twiddle.rth.home>
5774 * Makeconfig (CFLAGS-.os): Kill -fno-common.
5775 * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
5777 * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
5778 * elf/rtld.map: New file. Needed to define the GLIBC_2.*
5780 * include/libc-symbols.h (symbol_version, default_symbol_version):
5781 Provide asm versions and correct !DO_VERSIONING versions.
5782 * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
5783 the weak symbol list.
5785 * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
5786 Rename from __libc_have_rt_sigs and leave as COMMON data.
5787 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
5788 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
5789 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
5791 1998-02-04 16:41 Zack Weinberg <zack@rabi.phys.columbia.edu>
5793 * sunrpc/Makefile: Correct dependencies of rpcgen.
5795 1998-02-10 03:00 Ulrich Drepper <drepper@happy.cygnus.com>
5797 * nscd/Makefile: Fix test for available linuxthreads add-on.
5798 Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5800 1998-02-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5802 * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
5804 1998-02-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5806 * sysdeps/gnu/Makefile: Respect with-cvs variable.
5808 * manual/errno.texi (Error Messages): Correct description of
5809 strerror_r. Pointed out by jonas@bagge.se.
5811 1998-01-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5813 * manual/socket.texi (Host Address Functions): Clarify description
5816 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5818 * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
5819 (grantpt): Delete superfluous cast.
5821 1998-02-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5823 * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
5824 elf/ldso_install instead of elf/subdir_install.
5825 (elf/ldso_install): New target.
5827 * elf/Makefile (ldso_install): New target.
5829 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5831 * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
5834 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5836 * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
5837 constant expressions.
5839 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5841 * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
5842 for __nss_configure_lookup.
5843 (output_hostent): Remove unused variable.
5845 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5847 * string/tst-inlcall.c: Fix format string.
5849 1998-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5851 * inet/netinet/in.h: Rename second parameter of bindresvport to
5852 avoid buggy gcc warning. [PR libc/412]
5854 1998-02-04 18:04 Richard Henderson <rth@cygnus.com>
5856 * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
5857 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
5859 * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
5860 Follow POSIX and make tv_sec a time_t.
5861 * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
5862 new tv64 syscall as well as fall back to tv32.
5863 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5864 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5865 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5866 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5867 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5868 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5869 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5870 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
5872 * include/rpcsvc/nis.h: New. Bounce to nis/rpcsvc.
5873 * include/rpcsvc/nis_tags.h: Likewise.
5874 * include/rpcsvc/nislib.h: Likewise.
5876 1998-02-02 01:12 Ulrich Drepper <drepper@cygnus.com>
5878 * libc.map: Add _h_errno.
5879 * inet/herrno.c: Make _h_errno weak alias.
5881 * login/Makefile (distribute): Add pty-internal.h.
5883 * nscd/Makefile (distribute): Add all the files missing.
5885 * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
5888 * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
5889 and report status at the end.
5891 * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
5893 * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
5895 * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
5896 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
5897 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
5899 1998-01-03 20:47 Mark Kettenis <kettenis@phys.uva.nl>
5901 * configure.in: Fix --enable-add-ons code.
5903 1998-02-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5905 * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
5906 by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
5909 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
5910 occurence in cache. Reported by Rudolf Leitgeb
5911 <leitgeb@leland.stanford.edu>.
5914 1998-02-01 21:18 Ulrich Drepper <drepper@cygnus.com>
5916 * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
5917 that it never is EINTR (which is tested for in _IO_vfscanf).
5919 * Makefile.in: Call sub-make with CVSOPTS.
5921 * elf/Makefile (distribute): Add dl-procinfo.h.
5923 * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
5925 1998-02-01 15:54 Ulrich Drepper <drepper@cygnus.com>
5927 * version.h (VERSION): Bump to 2.0.92.
5929 1998-01-31 Phil Blundell <philb@gnu.org>
5931 * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
5932 alias for __new_sys_siglist.
5934 1998-02-01 00:53 Ulrich Drepper <drepper@cygnus.com>
5936 * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
5937 getgrgid_r.c if thread package is available.
5938 * pwd/Makefile: Likewise.
5939 * grp/getgrnam_r.c: Remove USE_NSCD definition.
5940 * grp/getgrgid_r.c: Likewise.
5941 * pwd/getpwnam_r.c: Likewise.
5942 * pwd/getpwuid_r.c: Likewise.
5944 1998-01-31 23:46 Ulrich Drepper <drepper@cygnus.com>
5946 * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
5947 with error to allow user intervention.
5948 * nss/getXXent_r.c: Likewise.
5950 1998-01-31 21:18 Ulrich Drepper <drepper@cygnus.com>
5952 * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
5953 AT_PLATFORM string. Pretty print AT_BASE info.
5955 * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
5956 (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
5957 * sysdeps/generic/dl-procinfo.h: New file.
5958 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
5960 1998-01-31 20:52 Ulrich Drepper <drepper@cygnus.com>
5962 * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
5964 * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
5965 thread and not pthread_detach.
5967 * nscd/nscd.c: Rewrite to use argp instead of getopt.
5969 1998-01-31 Phil Blundell <philb@gnu.org>
5971 * configure.in: Add --without-cvs option to suppress automatic
5972 checkin of regenerated files.
5973 * config.make.in: Likewise.
5974 * Makefile: Respect with-cvs setting.
5975 * Makerules: Likewise.
5977 * configure.in: Allow the standalone ARM port to be configured.
5979 1998-01-31 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
5981 * grp/getgrgid_r.c: Define USE_NSCD.
5982 * grp/getgrnam_r.c: Likewise.
5983 * pwd/getpwuid_r.c: Likewise.
5984 * pwd/getpwnam_r.c: Likewise.
5986 * sysdeps/unix/inet/Subdirs: Add nscd subdir.
5988 * nss/getXXbyYY_r.c: Try at first nscd.
5990 * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
5991 * nscd/connections.c: New file.
5992 * nscd/dbg_log.c: New file.
5993 * nscd/dbg_log.h: New file.
5994 * nscd/grpcache.c: New file.
5995 * nscd/nscd.c: New file.
5996 * nscd/nscd.h: New file.
5997 * nscd/nscd_conf.c: New file.
5998 * nscd/nscd_stat.c: New file.
5999 * nscd/pwdcache.c: New file.
6001 * nscd/nscd_getgr_r.c: New, client code, linked into libc.
6002 * nscd/nscd_getpw_r.c: Likewise.
6003 * nscd/nscd_proto.h: New, prototypes for client functions.
6005 * nscd/nscd.conf: New, example for a configuration file.
6006 * nscd/nscd.init: New, example for a startup script.
6008 * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
6010 * nscd/getgrnam_r.c: Likewise.
6011 * nscd/getpwnam_r.c: Likewise.
6012 * nscd/getpwuid_r.c: Likewise.
6014 1998-01-31 11:44 Ulrich Drepper <drepper@cygnus.com>
6016 * intl/Makefile: Use CVSOPTS in cvs invocation.
6017 * po/Makefile: Likewise.
6018 * posix/Makefile: Likewise.
6019 * stdlib/Makefile: Likewise.
6021 1998-01-31 11:18 Ulrich Drepper <drepper@cygnus.com>
6023 * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
6025 * misc/Makefile (tests): Add tst-efgcvt.
6026 * misc/tst-efgcvt.c: New file.
6028 1998-01-31 00:21 Ulrich Drepper <drepper@cygnus.com>
6030 * posix/regex.c: Add some more cleanups by Akim Demaille.
6032 1998-01-30 23:55 Ulrich Drepper <drepper@cygnus.com>
6034 * signal/signal.h: Revert last change.
6035 * string/strsignal.c: Regard signal number NSGI as illegal.
6036 * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
6039 1998-01-30 23:37 Ulrich Drepper <drepper@cygnus.com>
6041 * Makefile.in: Add comment about CVSOPTS Makefile variable.
6042 * Makerules: Use CVSOPTS in cvs invocation.
6043 * Makefile: Likewise.
6044 * MakeTAGS: Likewise.
6045 * Make-dist: Likewise.
6047 1998-01-30 22:37 Ulrich Drepper <drepper@cygnus.com>
6049 * sysdeps/generic/memmem.c: Correct last change.
6051 1998-01-30 22:12 Ulrich Drepper <drepper@cygnus.com>
6053 * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
6054 CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
6056 1998-01-30 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
6058 * nis/ypclnt.c: Try at first to use the binding file from ypbind
6061 1998-01-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6063 * manual/memory.texi (Heap Consistency Checking): mcheck is
6064 declared in <mcheck.h>.
6065 Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
6067 1998-01-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6069 * sysdeps/generic/memmem.c (memmem): An empty needle is at the
6070 beginning of haystack.
6072 1998-01-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6074 * nss/nss_files/files-service.c: Correct last patch.
6076 1998-01-30 21:29 Ulrich Drepper <drepper@cygnus.com>
6078 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
6079 __libc_have_rt_sigs.
6080 * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
6081 including <bits/setjmp.h>.
6082 * sysdeps/sparc/sparc32/setjmp.S: Likewise.
6083 Patch from the Debian glibc/SPARC package.
6085 1997-12-12 07:57 H.J. Lu <hjl@gnu.org>
6087 * sysdeps/alpha/bzero.S: Fix a typo.
6088 * sysdeps/alpha/htonl.S: Ditto.
6089 * sysdeps/alpha/htons.S: Ditto.
6091 1998-01-30 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
6093 * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
6095 1998-01-30 19:58 Ulrich Drepper <drepper@cygnus.com>
6097 * include/cpio.h: Move to ...
6098 * posix/cpio.h: ...here.
6100 * locale/programs/ld-collate.c: Fix typo.
6102 * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
6104 * stdio-common/tiformat.c: Add checks for %#.0o and friends.
6106 * login/utmp_file.c (pututline_file): Don't always report success
6107 if similar entry is found. Patch by Mark M. Kettenis.
6109 1998-01-30 16:06 Philip Blundell <pb@nexus.co.uk>
6111 * manual/Makefile: Don't try to install the info files if makeinfo
6114 1998-01-30 12:05 Philip Blundell <pb@nexus.co.uk>
6116 * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
6117 kernel's network ioctls, rather than using <linux/sockios.h> to
6118 get them. This way we are sure of maintaining compatibility if
6119 the kernel interface should change.
6121 1998-01-30 15:52 Ulrich Drepper <drepper@cygnus.com>
6123 * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
6125 1998-01-25 19:54 Philip Blundell <Philip.Blundell@pobox.com>
6127 * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
6128 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6130 1998-01-27 22:29 Zack Weinberg <zack@rabi.phys.columbia.edu>
6132 Implement System V pseudoterminal handling.
6135 (routines): Add getpt, grantpt, unlockpt, ptsname.
6136 (libutil-routines): Remove pty. Add openpty, forkpty.
6137 (distribute): New internal header pty-internal.h.
6138 (others): Add the helper program, pt_chown.
6139 (install-others): Install it, in $(libexecdir), mode 4755.
6141 * login/pty-internal.h: New file.
6142 * login/openpty.c: New file.
6143 * login/forkpty.c: New file.
6144 * login/programs/pt_chown.c: New file.
6146 * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
6147 * stdlib/stdlib.h: Prototype them.
6149 * config.make.in: Define $(libexecdir).
6150 * Makeconfig: Define $(inst_libexecdir).
6152 * sysdeps/generic/pty.c: Removed.
6153 * sysdeps/unix/sysv/linux/pty.c: Removed.
6155 * sysdeps/generic/getpt.c: Stub out.
6156 * sysdeps/generic/grantpt.c: Likewise.
6157 * sysdeps/generic/ptsname.c: Likewise.
6158 * sysdeps/generic/unlockpt.c: Likewise.
6160 * sysdeps/unix/grantpt.c: New file.
6161 * sysdeps/unix/bsd/getpt.c: New file.
6162 * sysdeps/unix/bsd/unlockpt.c: New file.
6163 * sysdeps/unix/sysv/linux/getpt.c: New file.
6164 * sysdeps/unix/sysv/linux/ptsname.c: New file.
6165 * sysdeps/unix/sysv/linux/unlockpt.c: New file.
6167 1998-01-29 23:56 Ulrich Drepper <drepper@cygnus.com>
6169 * localedata/locales/ru_RU: Fix YESEXPR. Patch by lav@yars.free.net.
6171 1998-01-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6173 * nss/Makefile (tests): Add rule for test-netdb.c.
6175 * nss/test-netdb.c: New file.
6177 1998-01-29 02:38 Ulrich Drepper <drepper@cygnus.com>
6179 * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
6180 really kept as a variable. Patch by Richard Henderson,
6181 reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
6183 * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
6184 * elf/genrtldtbl.awk: Mark machine dependent directory of generated
6185 entries as not existing.
6187 1998-01-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6189 * stdio-common/vfprintf.c (process_arg): Fix printing of octal
6190 zero in alternate form with precision of zero, which must produce
6191 "0". Add braces to avoid ambiguous `else'.
6193 1998-01-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
6195 * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
6196 problem with strncpy.
6197 * nis/nss_compat/compat-pwd.c: Likewise.
6198 * nis/nss_compat/comapt-spwd.c: Likewise.
6200 1998-01-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6202 * assert/assert.h (assert_perror): Correct test for errnum. Patch
6203 by uch@nop.or.jp. [PR libc/437]
6205 1998-01-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6207 * nis/nis_cache.c: Include <unistd.h> for declaration of close.
6209 1998-01-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6211 * stdio-common/test-popen.c: Include <errno.h>.
6213 * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
6216 * inet/getnetgrent_r.c: Include <errno.h>.
6218 * db2/db/db_conv.c: Include <string.h> for memcpy.
6220 * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
6221 so that memcpy is declared.
6223 * iconv/iconv_open.c: Include <stdlib.h> for alloca.
6225 * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
6227 1998-01-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6229 * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
6230 overflow while reading line with fgets.
6231 * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
6233 1998-01-27 00:46 Ulrich Drepper <drepper@cygnus.com>
6235 * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
6236 unsigned short, not short.
6237 Reported by Andreas Jaeger.
6239 1998-01-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6241 * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
6244 * sysdeps/generic/inttypes.h: Fix spelling.
6246 1998-01-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6248 * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
6250 * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
6252 1998-01-27 00:30 Ulrich Drepper <drepper@cygnus.com>
6254 * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
6255 * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
6256 field for hh modifier.
6257 * stdio-common/vfprint.c: Use is_char field and do not depend in
6258 is_short having the value 2.
6259 Bug reported by Andreas Jaeger.
6261 1998-01-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6263 * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
6264 PIC && DO_VERSIONING.
6266 1998-01-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6268 * Rules: Add rules for $(common-objpfx)dummy$o.
6270 1998-01-26 Richard Henderson <rth@cygnus.com>
6272 * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
6273 unimplemented OSF/1 definitions so that they are not accidentally seen.
6275 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
6276 of the trampoline function into the macro.
6277 * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
6278 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
6279 kernel 2.1.82 has this fixed.
6281 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
6282 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
6284 1998-01-26 Ulrich Drepper <drepper@cygnus.com>
6286 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
6287 support sigaction on kernels > 2.1.7x.
6289 1998-01-01 13:52 Ulrich Drepper <drepper@cygnus.com>
6291 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
6294 * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
6295 Patch by David Engel <david@sw.ods.com>.
6297 * configure.in: Fix another typo in --enable-add-ons code.
6299 1998-01-26 03:48 Ulrich Drepper <drepper@cygnus.com>
6301 * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
6303 1998-01-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6305 * nss/nss_files/files-network.c: Correct order of parameters for
6308 1998-01-26 00:57 Ulrich Drepper <drepper@cygnus.com>
6310 * db2/Makefile (routines): Add os_alloc.
6311 * db2/db.h: Update from db-2.3.16.
6312 * db2/db_185.h: Likewise.
6313 * db2/db_int.h: Likewise.
6314 * db2/btree/bt_close.c: Likewise.
6315 * db2/btree/bt_cursor.c: Likewise.
6316 * db2/btree/bt_delete.c: Likewise.
6317 * db2/btree/bt_open.c: Likewise.
6318 * db2/btree/bt_page.c: Likewise.
6319 * db2/btree/bt_put.c: Likewise.
6320 * db2/btree/bt_rec.c: Likewise.
6321 * db2/btree/bt_recno.c: Likewise.
6322 * db2/btree/btree_auto.c: Likewise.
6323 * db2/common/db_appinit.c: Likewise.
6324 * db2/common/db_apprec.c: Likewise.
6325 * db2/common/db_err.c: Likewise.
6326 * db2/common/db_region.c: Likewise.
6327 * db2/common/db_shash.c: Likewise.
6328 * db2/db/db.c: Likewise.
6329 * db2/db/db_auto.c: Likewise.
6330 * db2/db/db_conv.c: Likewise.
6331 * db2/db/db_dispatch.c: Likewise.
6332 * db2/db/db_dup.c: Likewise.
6333 * db2/db/db_pr.c: Likewise.
6334 * db2/db/db_rec.c: Likewise.
6335 * db2/db185/db185.c: Likewise.
6336 * db2/dbm/dbm.c: Likewise.
6337 * db2/hash/hash.c: Likewise.
6338 * db2/hash/hash_auto.c: Likewise.
6339 * db2/hash/hash_dup.c: Likewise.
6340 * db2/hash/hash_page.c: Likewise.
6341 * db2/hash/hash_rec.c: Likewise.
6342 * db2/include/btree_ext.h: Likewise.
6343 * db2/include/clib_ext.h: Likewise.
6344 * db2/include/common_ext.h: Likewise.
6345 * db2/include/db.h.src: Likewise.
6346 * db2/include/db_185.h.src: Likewise.
6347 * db2/include/db_am.h: Likewise.
6348 * db2/include/db_ext.h: Likewise.
6349 * db2/include/db_int.h.src: Likewise.
6350 * db2/include/hash_ext.h: Likewise.
6351 * db2/include/lock_ext.h: Likewise.
6352 * db2/include/log.h: Likewise.
6353 * db2/include/log_auto.h: Likewise.
6354 * db2/include/log_ext.h: Likewise.
6355 * db2/include/mp.h: Likewise.
6356 * db2/include/mp_ext.h: Likewise.
6357 * db2/include/mutex_ext.h: Likewise.
6358 * db2/include/os_ext.h: Likewise.
6359 * db2/include/os_func.h: Likewise.
6360 * db2/include/txn_ext.h: Likewise.
6361 * db2/lock/lock.c: Likewise.
6362 * db2/lock/lock_util.c: Likewise.
6363 * db2/log/log.c: Likewise.
6364 * db2/log/log.src: Likewise.
6365 * db2/log/log_archive.c: Likewise.
6366 * db2/log/log_auto.c: Likewise.
6367 * db2/log/log_get.c: Likewise.
6368 * db2/log/log_put.c: Likewise.
6369 * db2/log/log_rec.c: Likewise.
6370 * db2/log/log_register.c: Likewise.
6371 * db2/mp/mp_bh.c: Likewise.
6372 * db2/mp/mp_fget.c: Likewise.
6373 * db2/mp/mp_fopen.c: Likewise.
6374 * db2/mp/mp_fput.c: Likewise.
6375 * db2/mp/mp_pr.c: Likewise.
6376 * db2/mp/mp_sync.c: Likewise.
6377 * db2/mutex/mutex.c: Likewise.
6378 * db2/os/os_alloc.c: Likewise.
6379 * db2/os/os_config.c: Likewise.
6380 * db2/os/os_stat.c: Likewise.
6381 * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
6382 * db2/progs/db_deadlock/db_deadlock.c: Likewise.
6383 * db2/progs/db_load/db_load.c: Likewise.
6384 * db2/progs/db_printlog/db_printlog.c: Likewise.
6385 * db2/progs/db_recover/db_recover.c: Likewise.
6386 * db2/progs/db_stat/db_stat.c: Likewise.
6387 * db2/txn/txn.c: Likewise.
6389 * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
6390 Unmap memory blocks in reverse order of allocation.
6391 Call munmap with load address added to offset.
6392 Bug reported by Miguel de Icaza.
6394 * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
6397 * localedata/locales/cs_CZ: Update by Michael Mraka
6398 <michael@informatics.muni.cz>.
6400 * misc/sys/syslog.h: Reformat a bit. Don't declare vsyslog unless
6403 * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
6404 reading line with fgets.
6405 * nis/nss_compat/compat-pwd.c: Likewise.
6406 * nis/nss_compat/compat-spwd.c: Likewise.
6407 * nss/nss_files/files-XXX.c: Likewise.
6408 * nss/nss_files/files-alias.c: Likewise.
6409 * shadow/fgetspent_r.c: Likewise.
6411 * string/strerror_r.c: Correct comment. Patch by Andreas Jaeger.
6413 * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
6414 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6415 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
6417 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
6418 FP register content in ucontext_t.
6420 1998-01-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6422 * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
6423 calculation. Patch by Markus Schoder
6424 <Markus.Schoder@dresdner-bank.de>.
6426 * math/libm-test.c (modf_test): Add more tests for modf.
6428 * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
6429 munlock according to Unix98.
6431 1998-01-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6433 * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
6436 1998-01-21 07:22 H.J. Lu <hjl@gnu.org>
6438 * sysdeps/posix/ttyname.c: Handle symbolic links.
6439 * sysdeps/posix/ttyname_r.c: Ditto.
6441 1998-01-25 19:39 Ulrich Drepper <drepper@cygnus.com>
6443 * db2/makedb.c (process_input): Write terminating \0 for value.
6444 (print_database): Simply print value string, don't use length.
6446 1998-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6448 * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
6451 1998-01-25 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
6453 * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
6456 1998-01-25 14:54 Ulrich Drepper <drepper@cygnus.com>
6458 * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
6460 * signal/sighold.c: New file.
6461 * signal/sigrelse.c: New file.
6462 * sysdeps/generic/sigignore.c: New file.
6463 * sysdeps/generic/sigset.c: New file.
6464 * sysdeps/posix/sigignore.c: New file.
6465 * sysdeps/posix/sigset.c: New file.
6466 * signal/signal.h: Add prototypes for new functions.
6468 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
6469 * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
6470 * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
6471 * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
6473 1998-01-23 00:16 Tim Waugh <tim@cyberelk.demon.co.uk>
6475 * posix/wordexp.c: Added IFS field-splitting in parameter and
6476 command substitution. Fixed an IFS-related bug that caused an
6479 1998-01-25 12:38 Ulrich Drepper <drepper@cygnus.com>
6481 * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
6483 * stdlib/ucontext.h: Correct prototypes.
6484 * sysdeps/generic/getcontext.c: New file.
6485 * sysdeps/generic/setcontext.c: New file.
6486 * sysdeps/generic/makecontext.c: New file.
6487 * sysdeps/generic/swapcontext.c: New file.
6488 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
6490 1998-01-25 04:07 Ulrich Drepper <drepper@cygnus.com>
6492 * resource/sys/resource.h: Remove #include of ulimit.h which is
6493 not allowed by SUSv2 and not available on other systems.
6494 * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
6496 * streams/Makefile: New file.
6497 * streams/stropts.h: New file.
6498 * sysdeps/generic/bits/stropts.h: New file.
6499 * sysdeps/generic/isastream.c: New file.
6500 * sysdeps/generic/getmsg.c: New file.
6501 * sysdeps/generic/getpmsg.c: New file.
6502 * sysdeps/generic/putmsg.c: New file.
6503 * sysdeps/generic/putpmsg.c: New file.
6504 * sysdeps/generic/fattach.c: New file.
6505 * sysdeps/generic/fdetach.c: New file.
6506 * sysdeps/unix/inet/Subdirs: Add streams.
6507 * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
6509 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
6510 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
6511 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
6512 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
6514 * sysdeps/mach/_strerror.c: Follow changes of generic version to
6515 handle small buffers correctly.
6517 1998-01-24 17:31 H.J. Lu <hjl@gnu.org>
6519 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
6520 Remove the 3rd arg and add declaration for _dl_runtime_resolve
6521 and _dl_runtime_profile.
6523 1998-01-25 02:42 Ulrich Drepper <drepper@cygnus.com>
6525 * include/cpio.h: New file. Mainly copied from GNU cpio.
6526 * posix/Makefile (headers): Add cpio.h.
6528 1998-01-24 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
6530 * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
6532 * nis/nis_cache.c: New file.
6533 * nis/nis_cache2.h: New file.
6534 * nis/nis_cache2_xdr.c: New file.
6535 * nis/nis_call.c: Changes for cache2_info parameter.
6536 * nis/nis_checkpoint.c: Likewise.
6537 * nis/nis_intern.h: Likewise.
6538 * nis/nis_mkdir.c: Likewise.
6539 * nis/nis_ping.c: Likewise.
6540 * nis/nis_rmdir.c: Likewise.
6541 * nis/nis_server.c: Likewise.
6542 * nis/nis_util.c: Likewise.
6544 1997-12-30 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
6546 * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
6547 return/errnop codes.
6548 * nis/nss_nisplus/nisplus-ethers.c: Likewise.
6549 * nis/nss_nisplus/nisplus-grp.c: Likewise.
6550 * nis/nss_nisplus/nisplus-hosts.c: Likewise.
6551 * nis/nss_nisplus/nisplus-proto.c: Likewise.
6552 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
6553 * nis/nss_nisplus/nisplus-pwd.c: Likewise.
6554 * nis/nss_nisplus/nisplus-rpc.c: Likewise
6555 * nis/nss_nisplus/nisplus-service.c: Likewise.
6556 * nis/nss_nisplus/nisplus-spwd.c: Likewise.
6558 1997-12-28 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
6560 * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
6561 * nis/nss_nis/nis-ethers.c: Likewise.
6562 * nis/nss_nis/nis-grp.c: Likewise.
6563 * nis/nss_nis/nis-hosts.c: Likewise.
6564 * nis/nss_nis/nis-network.c: Likewise.
6565 * nis/nss_nis/nis-proto.c: Likewise.
6566 * nis/nss_nis/nis-hosts.c: Likewise.
6567 * nis/nss_nis/nis-network.c: Likewise.
6568 * nis/nss_nis/nis-proto.c: Likewise.
6569 * nis/nss_nis/nis-publickey.c: Likewise.
6570 * nis/nss_nis/nis-pwd.c: Likewise.
6571 * nis/nss_nis/nis-rpc.c: Likewise.
6572 * nis/nss_nis/nis-service.c: Likewise.
6573 * nis/nss_nis/nis-spwd.c: Likewise.
6575 1998-01-24 Ulrich Drepper <drepper@cygnus.com>
6577 * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
6578 Added to follow latest kernel development.
6580 1998-01-24 15:13 Ulrich Drepper <drepper@happy.cygnus.com>
6582 * nss/db-Makefile: Handle empty and comment lines better.
6583 ($(VAR_DB)/services.db): Generate entries with missing protocol
6586 1998-01-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6588 * nss/nss_files/files-service.c (getservbyport): Allow proto ==
6590 (getservbyname): Allow proto == NULL.
6591 Pointed out by David N. Welton <davidw@gate.cks.com>.
6594 1998-01-24 11:34 Ulrich Drepper <drepper@happy.cygnus.com>
6596 * nis/nislib/nislib.h: Finally removed.
6598 * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
6599 C compiler. From Kaveh Ghazi.
6600 (TYPE_MINIMUM): Define.
6601 (TYPE_MAXIMUM): Define.
6602 (TIME_T_MIN): Use TYPE_MINIMUM.
6603 (TIME_T_MAX): Use TYPE_MAXIMUM.
6604 Patch by Jim Meyering <meyering@ascend.com>.
6606 1998-01-22 00:55 Ulrich Drepper <drepper@happy.cygnus.com>
6608 * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
6609 __pread64, __pwrite64, and __getpid.
6611 * rt/aio_misc.c: Use pread and pwrite instead of __ protected
6614 1998-01-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6616 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
6617 cancelable socket functions as __libc_xxx with __xxx as weak
6619 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6620 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6622 * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
6624 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
6625 * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
6626 * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
6627 * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
6629 * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
6630 and __xxx a weak alias.
6631 * sysdeps/unix/sysv/linux/connect.S: Likewise.
6632 * sysdeps/unix/sysv/linux/recv.S: Likewise.
6633 * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
6634 * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
6635 * sysdeps/unix/sysv/linux/send.S: Likewise.
6636 * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
6637 * sysdeps/unix/sysv/linux/sendto.S: Likewise.
6639 1998-01-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6641 * locale/langinfo.h: Add defines.
6643 * dirent/dirent.h: Add defines for DT_*, check also for
6644 _DIRENT_HAVE_D_TYPE.
6645 Suggested by Roland McGrath.
6647 1998-01-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6649 * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
6650 Update from Linux 2.1.73+79.
6652 * README.template: Update information about possible
6655 * manual/mbyte.texi (Wide String Conversion): Fix declaration of
6656 wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
6659 * manual/time.texi (Priority): Correct description of
6660 PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
6663 11998-01-21 21:34 Ulrich Drepper <drepper@cygnus.com>
6665 * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
6666 FP_ILOGNAN. Patch by a sun <asun@zoology.washington.edu>.
6668 1998-01-21 17:53 Ulrich Drepper <drepper@cygnus.com>
6670 * sysdeps/generic/_strerror.c: Handle BUFLEN == 0. Reported by
6673 1998-01-20 18:13 Ulrich Drepper <drepper@cygnus.com>
6675 * locale/programs/ld-collate.c: Little optimizations.
6677 * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
6679 * string/Makefile (tests): Add tst-inlcall.
6680 * string/tst-inlcall.c: New file.
6682 * string/strsignal.c: Add support for real-time signals.
6684 * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
6685 presense of small buffer.
6687 * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
6689 * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
6692 * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
6695 1998-01-02 15:10 Matthias Urlichs <urlichs@noris.de>
6697 * Rules: Add explicit rule for dummy.o; at least one library needs
6698 it and it isn't autogenerated by the default rules.
6700 1997-12-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6702 * math/libm-test.c: Tweak epsilons.
6704 1997-12-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6706 * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
6708 (feenv_mask_test): Likewise.
6710 1998-01-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6712 * Makeconfig: Don't export CPPFLAGS.
6714 1998-01-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6716 * sunrpc/rpc_main.c (parseargs): Use perror to print error
6719 1998-01-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6721 * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
6722 terminating null in key size.
6724 1998-01-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6726 * nss/nss_files/files-service.c: Fix allocation size to include
6729 * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
6730 applicable. Fix return value and error checking.
6731 (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
6733 (DB_LOOKUP): Allocate space for terminating null byte.
6735 * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
6738 * db2/makedb.c (process_input): Continue processing if a duplicate
6741 1998-01-19 15:20 Ulrich Drepper <drepper@cygnus.com>
6743 * time/tzfile.h: Updated from tzcode1998b.
6744 * time/zdump.c: Likewise.
6745 * time/zic.c: Likewise.
6746 * time/africa: Update from tzdata1998b.
6747 * time/antarctica: Likewise.
6748 * time/asia: Likewise.
6749 * time/australasia: Likewise.
6750 * time/etcetera: Likewise.
6751 * time/europe: Likewise.
6752 * time/leapseconds: Likewise.
6753 * time/northamerica: Likewise.
6754 * time/southamerica: Likewise.
6756 1998-01-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6758 * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
6759 lookups ignoring case.
6760 * nss/nss_files/files-network.c: Do network lookups ignoring
6762 * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
6764 * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
6765 case insensitive comparing.
6766 Patches by Cristian Gafton <gafton@redhat.com>.
6768 1998-01-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6770 * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines. Suggested
6771 by Roland McGrath. [PR libc/395]
6773 1998-01-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6775 * manual/arith.texi (Parsing of Integers): Correct description of
6776 strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
6779 1997-12-30 14:14 Matthias Urlichs <urlichs@noris.de>
6781 * misc/lsearch.c (lsearch): Return a pointer to the new element
6782 if one was "allocated".
6784 1997-12-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6786 * string/strsignal.c: NSIG is not a valid index into
6787 _sys_siglist. Don't zap the last character of the "Unknown
6790 1998-01-19 15:08 Ulrich Drepper <drepper@cygnus.com>
6792 * locale/programs/charmap.c (parse_charmap): Correct parsing of
6793 ellipsis expressions.
6795 * locale/programs/charset.c (insert_char): Correctly insert value
6796 of eliipsis expression.
6798 1997-12-28 15:08 Ulrich Drepper <drepper@cygnus.com>
6800 * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
6802 * sysdeps/powerpc/setjmp.S: Likewise.
6803 Patches by Matt McLean <keys@keys.got.net>.
6805 * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
6807 * Makefile: Undo last patch.
6808 (distribute): Add test-installation.pl.
6810 * configure.in: Correct handling of --enable-add-ons without parameter.
6811 Correct address of WWW pages.
6813 * libc.map: Add _nl_domain_bindings.
6815 * db2/mutex/tsl_parisc.s: New file.
6817 * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
6818 and extra-module.mk.
6820 * localedata/Makefile (distribute): New. Add all the files.
6822 * stdlib/Makefile (headers): Add inttypes.h.
6823 (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
6824 * sysdeps/generic/inttypes.h: New file.
6825 * sysdeps/generic/strtoimax.c: New file.
6826 * sysdeps/generic/strtoumax.c: New file.
6827 * sysdeps/generic/wcstoimax.c: New file.
6828 * sysdeps/generic/wcstoumax.c: New file.
6829 * sysdeps/wordsize-32/Dist: Removed.
6830 * sysdeps/wordsize-32/Makefile: Removed.
6831 * sysdeps/wordsize-64/Dist: Removed.
6832 * sysdeps/wordsize-64/Makefile: Removed.
6833 * sysdeps/generic/bits/environments.h: New file.
6835 * include/limits.h: Define MB_LEN_MAX in any case to 6. The gcc
6836 header is still not correct.
6838 * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
6839 * posix/unistd.h: Likewise.
6840 * sysdeps/generic/sys/mman.h: Likewise.
6841 * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
6843 * manual/arith.texi: Change definition of mul macro.
6844 * manual/math.texi: Likewise.
6846 * misc/Makefile (routines): Add mmap64.
6847 * sysdeps/generic/mmap64.c: New file.
6848 * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
6849 * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
6850 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
6852 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6854 * sysdeps/generic/setrlimit64.c: Don't mark as stub.
6856 * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
6858 * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
6860 * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
6861 FOPEN_MAX also when included by limits.h.
6862 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
6864 * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
6865 and netrom/netrom.h.
6866 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
6867 oldsiglist to sysdep_routines, not aux.
6868 [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
6870 * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
6871 and SOL_NETROM definition.
6873 * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
6875 * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
6876 * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
6878 1997-12-25 Ulrich Drepper <drepper@cygnus.com>
6880 * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
6882 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
6883 sa_handler with k_sa_handler.
6884 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
6888 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
6889 __libc_have_rt_sigs here.
6890 * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
6891 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6892 * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
6893 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6895 1997-12-11 07:51 Geoff Keating <geoffk@ozemail.com.au>
6897 * sysdeps/powerpc/atomicity.h: New file.
6898 * sysdeps/mach/powerpc/machine-lock.h: New file.
6900 * Rules: Use -fpic to build anything that might end up in a users'
6903 * sysdeps/powerpc/s_fdim.c: New file.
6904 * sysdeps/powerpc/s_fdimf.c: New file.
6905 * sysdeps/powerpc/s_fmax.S: New file.
6906 * sysdeps/powerpc/s_fmaxf.S: New file.
6907 * sysdeps/powerpc/s_fmin.S: New file.
6908 * sysdeps/powerpc/s_fminf.S: New file.
6909 * sysdeps/powerpc/s_llrint.c: Now is for double.
6910 * sysdeps/powerpc/s_llrintf.c: New file.
6911 * sysdeps/powerpc/s_llround.c: Now is for double.
6912 * sysdeps/powerpc/s_llroundf.c: New file.
6913 * sysdeps/powerpc/s_lrint.c: Now is for double.
6914 * sysdeps/powerpc/s_lrintf.S: New file.
6915 * sysdeps/powerpc/s_lround.c: Now is for double.
6916 * sysdeps/powerpc/s_lroundf.c: New file.
6917 * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
6918 lrintf, fdim, fdimf.
6920 * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
6921 file directly, use its parent.
6923 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
6924 (for the third time).
6926 1997-12-20 13:50 Richard Henderson <rth@cygnus.com>
6928 * posix/sched.h: timespec is in <time.h>.
6930 * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
6932 1997-12-22 18:10 Ulrich Drepper <drepper@cygnus.com>
6934 * configure.in: Stop with error if --disable-static is used when
6935 the shared lib uses this library.
6937 * gen-FAQ.pl: I've perl installed in /usr/bin.
6939 * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
6941 Fix Unix98 conformance problems in the headers.
6942 * catgets/nl_types.h: Define nl_item.
6943 * grp/grp.h: Define gid_t.
6944 * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
6945 * include/nl_types.h: New file.
6946 * include/ulimit.h: New file.
6947 * io/fcntl.h: Include sys/stat.h for Unix98. Don't define locking
6948 constants in POSIX mode.
6949 * io/utime.h: Get definition for time_t.
6950 * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
6951 uid_t, pid_t. Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
6952 * libio/stdio.h: Define va_list. Make snprintf also available is
6953 __USE_UNIX98. Declare getopt function and variables.
6954 * locale/langinfo.h: Include nl_types.h. Don't define nl_item.
6955 Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
6956 * math/math.h: Defined M_* constants as double for Unix98 mode.
6957 * posix/fnmatch.h: Pretty print. Define FNM_NOSYS.
6958 * posix/glob.h: Pretty print. Define GLOB_NOSYS.
6959 * posix/regex.h: Define REG_NOSYS.
6960 * posix/wordexp.h: Define WRDE_NOSYS.
6961 * posix/unistd.h: Define _POSIX2_VERSION. Define _XOPEN_VERSION to
6963 * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
6964 somewhere else as well. Define clock_t for Unix98.
6965 * posix/sys/wait.h: Define pid_t.
6966 * pwd/pwd.h: Define gid_t, uid_t.
6967 * resource/Makefile (headers): Add ulimit.h.
6968 * resource/ulimit.h: New file.
6969 * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
6970 instead of second argument.
6971 * sysdeps/unix/bsd/ulimit.c: Likewise. Use UL_* constants.
6972 * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
6973 * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
6974 * signal/signal.h: Define pid_t.
6975 * string/string.h: Don't declare BSD string functions in POSIX mode.
6976 * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE. Add
6977 _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
6978 * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
6981 * inet/test_ifindex.c: Change test so that it does not fail for
6984 * locale/programs/locale.c (show_info): Use correct cast sequence
6987 * malloc/malloc.c: __malloc_initialized now signals three states:
6988 uninitialized, initializing, initialized. Used in mcheck.
6989 * malloc/mcheck.c (mabort): Add '\n' to messages.
6990 (mcheck): Allow installation when malloc is uninitialized or is
6993 * manual/memory.texi: Explain mtrace output a bit more.
6995 * math/libm-test.c: Add more epsilons.
6997 * misc/regexp.h (compile): Remove __ prefix from parameter names.
6999 * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
7000 instead of strcpy for security.
7001 * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
7002 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
7003 * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
7005 * nss/digits_dots.c: Pretty print.
7007 * posix/getconf.c (vars): Add symbols for programming environment
7008 recognition. Recognize --version.
7010 * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
7011 _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
7012 * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
7014 * sysdeps/generic/bits/stdio_lim.h: Implement handling of
7016 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7017 * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
7020 * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
7021 * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
7023 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
7024 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7025 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7026 * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
7027 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7028 * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
7030 * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
7032 * sysdeps/wordsize-64/inttypes.h: Likewise.
7034 * time/africa: Update from tzdata1997j.
7035 * time/antarctica: Likewise.
7036 * time/asia: Likewise.
7037 * time/australasia: Likewise.
7038 * time/backward: Likewise.
7039 * time/etcetera: Likewise.
7040 * time/europe: Likewise.
7041 * time/factory: Likewise.
7042 * time/northamerica: Likewise.
7043 * time/pacificnew: Likewise.
7044 * time/southamerica: Likewise.
7046 * time/tzfile.h: Update from tzcode1997h.
7047 * time/zic.c: Likewise.
7049 * wcsmbs/wchar.h: Get definition of FILE. Define `struct tm' tag.
7050 Declare wcwidth and wcswidth for __USE_XOPEN. Declare the
7051 isw*() functions for Unix98.
7052 * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
7053 * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
7056 1997-12-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7058 * locale/duplocale.c: Increase usage_count only if less than
7060 * locale/freelocale.c: Test usage_count against UNDELETABLE, not
7062 * locale/setlocale.c: Likewise.
7064 1997-12-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7066 * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
7067 dependency to make it easier to install it selectively.
7069 * Makerules (.SUFFIXES): Don't define any suffixes.
7071 1997-12-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7073 * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
7074 * sysdeps/generic/statfs64.c: Emulate using statfs.
7075 * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
7076 * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
7077 * sysdpes/generic/ftruncate64.c: New file.
7078 * sysdpes/generic/truncate64.c: New file.
7080 * sysdeps/generic/bits/stat.h: Add LFS support.
7081 * sysdeps/generic/bits/statfs.h: Likewise.
7083 * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
7084 [__USE_FILE_OFFSET64]: Make long long constant.
7085 (RLIM64_INFINITY): Likewise.
7087 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
7089 (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
7090 * sysdeps/generic/bits/resource.h: Likewise.
7092 * misc/Makefile (routines): Add truncate64 and ftruncate64.
7094 * include/features.h: Don't prevent LFS support from defining BSD
7097 * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
7098 * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
7099 * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
7101 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
7102 fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
7103 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7105 * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
7106 * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
7107 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
7108 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
7109 * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
7110 * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
7111 * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
7112 * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
7113 * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
7114 * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
7115 * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
7116 * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
7117 * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
7118 * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
7119 * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
7120 * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
7121 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
7122 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
7123 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
7124 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
7126 * sysdeps/unix/sysv/linux/fxstat64.c: New file.
7127 * sysdeps/unix/sysv/linux/lxstat64.c: New file.
7128 * sysdeps/unix/sysv/linux/xstat64.c: New file.
7129 * sysdeps/unix/sysv/linux/readdir64.c: New file.
7130 * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
7132 * sysdeps/unix/sysv/linux/getdents64.c: New file.
7133 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
7134 [$(subdir)=dirent]: Add getdents64.
7135 * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
7137 * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
7139 1997-12-18 12:07 Philip Blundell <pb@nexus.co.uk>
7141 * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
7143 * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
7144 * sysdeps/generic/getrlimit64.c: Likewise.
7145 * sysdeps/generic/setrlimit.c: Likewise.
7146 * sysdeps/generic/setrlimit64.c: Likewise.
7148 1997-12-17 13:57 Philip Blundell <pb@nexus.co.uk>
7150 * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
7153 * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
7155 * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
7157 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7159 * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
7160 after the codeset name.
7162 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7164 * libc.map: Add get_kernel_syms.
7166 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7168 * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
7170 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
7171 Likewise. Fix condition.
7173 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7175 * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
7177 1997-12-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7179 * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
7180 Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
7182 1997-12-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7184 * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
7185 * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
7188 1997-12-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7190 * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
7192 1997-12-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7194 * math/libm-test.c (catanh_test): Change epsilon.
7195 Reported by H.J. Lu.
7197 1997-12-14 19:39 H.J. Lu <hjl@gnu.org>
7199 * libc.map (__getpid): Added for linuxthreads.
7201 1997-12-13 21:09 H.J. Lu <hjl@gnu.org>
7203 * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
7204 it if gcc uses static variable in DWARF2 unwind information
7205 for exception support.
7207 * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
7209 * elf/soinit.c (__libc_global_ctors, _fini): Handle
7210 HAVE_DWARF2_UNWIND_INFO_STATIC.
7212 * libc.map (__register_frame*, __deregister_frame*): Make them
7215 1997-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7217 * math/libm-test.c: Add more tests for "normal" values.
7219 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7221 * stdio-common/printf_fphex.c: Fix printing of long double number
7222 with a biased exponent of zero. Fix rounding.
7224 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7226 * sunrpc/rpc_main.c: Accept new flag -$.
7227 * sunrpc/Makefile (rpcgen-cmd): Pass it here.
7229 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7231 * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
7232 dynamic linker first, in case the interface has changed.
7234 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7236 * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
7239 1997-12-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7241 * math/tgmath.h: Check for double first, for architectures where
7242 sizeof (long double) == sizeof (double).
7244 1997-12-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7246 * math/libm-test.c: New tests for "normal" values added for most
7249 1997-12-14 21:33 Ulrich Drepper <drepper@cygnus.com>
7251 * version.h (VERSION): Bump to 2.0.91.
7253 * db2/makedb.c (process_input): Fix typo in message.
7254 * sunrpc/rpcinfo.c (pmapdump): Unify messages.
7256 * elf/dynamic-link.h: Pretty print.
7258 * elf/rtld.c: Allow multiple preloading of a shared object.
7260 * include/limits.h: Prevent multiple inclusion.
7262 * malloc/Makefile (headers): Add mcheck.h.
7263 (distribute): Remove it here.
7264 * malloc/mcheck.h: Pretty print.
7265 * malloc/mtrace.c (mallenv): Make `const'.
7266 * malloc/mtrace.pl: Don't print table head for memory leaks if there
7268 * manual/memory.texi: Update descriptor of malloc hooks.
7270 * posix/Makefile (routines): Add waitid.
7271 * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
7273 * posix/sys/wait.h: Define idtype_t type.
7274 Add prototype for waitid.
7275 * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
7276 * sysdeps/generic/waitid.c: Stub for waitid.
7277 * sysdeps/generic/bits/siginfo.h: Define sigval_t. Arrange to work
7278 the __need_siginfo_t defined.
7279 * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
7280 * sysdeps/generic/bits/types.h: Define __id_t.
7281 Correct definition of __FDMASK.
7282 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7283 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7284 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7286 * sysdeps/posix/waitid.c: New file.
7287 Provided by Zack Weinberg.
7289 * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
7291 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7292 Add missing parameters.
7294 * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
7295 * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
7296 * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
7297 * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
7300 * sysdeps/i386/dl-machine.h: Little cleanup.
7302 * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
7303 (__finite): Mark function as const.
7304 Add inline code for __ieee754_atan2.
7306 * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
7307 (but don't use it now).
7308 * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
7310 * sysdeps/libm-ieee754/s_catanf.c: Likewise.
7311 * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7312 * sysdeps/libm-ieee754/s_catanh.c: Likewise. Correct sign of
7314 * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
7315 * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7316 * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
7317 __ieee754_atan2 to base 10.
7318 * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
7319 * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7321 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
7322 old_kernel_sigaction.
7324 * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
7326 * wctype/Makefile (routines): Add wctype_l.
7327 * wctype/wctype.h: Add declaration of __wctype_l.
7328 * wctype/wctype_l.c: New file.
7330 1997-12-10 00:38 Ulrich Drepper <drepper@cygnus.com>
7332 * locale/C-ctype.c: Correct data for isw* functions.
7333 * locale/programs/ld-ctype.c: Write 32bit char classes in correct
7335 * wctype/test_wctype.c: Add test for isw* functions.
7336 * wctype/wctype.c: Return value with expected byte order.
7338 1997-12-13 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
7340 * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
7342 1997-12-05 20:19 H.J. Lu <hjl@gnu.org>
7344 * iconvdata/Makefile: Fix a typo.
7346 * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
7347 oldsiglist for shared library.
7349 * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
7350 sys_sigabbrev): Make them as the default version GLIBC_2.1.
7352 * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
7353 sys_siglist, sys_sigabbrev): New file. Make them as the old
7356 * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
7359 1997-11-20 18:02 H.J. Lu <hjl@gnu.ai.mit.edu>
7361 * libio/iofgets.c (_IO_fgets): Return an error only if there
7363 * libio/iogets.c (_IO_gets): Ditto.
7365 1997-11-20 07:26 H.J. Lu <hjl@gnu.ai.mit.edu>
7367 * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
7369 * libio/Makefile (routines, shared-only-routines): Add
7372 * libio/fileops.c: Don't use _IO_FILE_complete.
7373 * libio/iofdopen.c: Ditto.
7374 * libio/iofopen.c: Ditto.
7375 * libio/iofopen64.c: Ditto.
7376 * libio/iopopen.c: Ditto.
7377 * libio/iovdprintf.c: Ditto.
7379 * libio/genops.c (_IO_init): Set _vtable_offset to 0.
7381 * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
7382 and make it for _IO_fdopen/fdopen version GLIBC_2.1.
7384 * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
7385 _IO_old_fdopen, _IO_new_fdopen): New declaration.
7387 * libio/libio.h (_IO_FILE): Add more fields.
7388 (_IO_FILE_complete): Defined and make _IO_FILE be the old
7389 one if _IO_USE_OLD_IO_FILE is defined
7390 (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
7391 them _IO_FILE_complete.
7393 * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
7395 (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
7397 (_IO_FILE_complete): Commented out.
7399 * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
7400 * libio/oldiofclose.c: Ditto.
7401 * libio/oldiofopen.c: Ditto.
7402 * libio/oldstdfiles.c: Ditto.
7404 * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
7405 for the old _IO_FILE.
7407 * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
7408 (_IO_check_libio): Set _vtable_offset for old stdin, stdout
7411 * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
7414 * libio/stdio.c (stdin, stdout, stdin): Don't use
7417 * libio/oldiofdopen.c: New.
7419 * stdio-common/vfprintf.c (buffered_vfprintf): Set
7420 hp->_vtable_offset to 0.
7422 1997-11-18 08:03 H.J. Lu <hjl@gnu.ai.mit.edu>
7424 * libc.map (_IO_file_open): Added.
7426 * libio/libioP.h (_IO_file_open): Declared.
7428 * libio/fileops.c (_IO_file_open): New.
7429 (_IO_file_fopen): Call _IO_file_open ().
7431 * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
7432 * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
7434 1997-12-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7436 * signal/signal.h: Fix selection of signal semantics to match
7439 1997-12-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7441 * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
7442 * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
7444 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
7445 [$(subdir)=signal]: Remove rt_sigreturn.
7446 * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
7447 * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
7448 * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
7450 1997-12-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7452 * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>. Fix
7455 1997-12-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7457 * iconvdata/extra-module.mk: Expand extra-objs now.
7459 1997-12-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7461 * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
7462 inline functions by feature tests to avoid warning about missing
7463 prototype declarations.
7465 1997-12-09 15:08 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
7467 * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
7468 return code for non existent +name entries.
7469 * nis/nss_compat/compat-pwd.c: Likewise.
7470 * nis/nss_compat/compat-spwd.c: Likewise.
7472 1997-12-10 13:52 Philip Blundell <pb@nexus.co.uk>
7474 * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
7478 (__errno_location): Likewise.
7480 * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
7482 * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
7484 1997-12-09 08:10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
7486 * sunrpc/publickey.c: Use new NSS interface.
7488 1997-12-09 03:08 Ulrich Drepper <drepper@cygnus.com>
7490 * manual/malloc.texi: Document mtrace/muntrace and the concept.
7492 1997-12-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7494 * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
7495 value, to match spirit of the standard.
7496 * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
7497 * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
7498 * sysdeps/m68k/fpu/fesetenv.c: Likewise.
7500 1997-12-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7502 * manual/signal.texi (Signal Stack): Remove spurious @item.
7504 1997-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7506 * rt/aio.h: Remove double semicolon.
7508 * rt/librt.map: Add aio_init.
7510 1997-12-08 03:24 Ulrich Drepper <drepper@cygnus.com>
7512 * Makeconfig: Define $(rt) to rt if linuxthreads is available.
7513 * Makefile (subdirs): Replace rt by $(rt).
7515 * shlib-versions: Use version .2 for NSS modules.
7517 * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
7519 * pwd/fgetpwent_r.c: Likewise.
7520 * spwd/fgetspent_r.c: Likewise.
7521 * spwd/sgetspent_r.c: Likewise.
7522 * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
7523 Store error number in *ERRNOP. Little optimization.
7524 * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
7525 * hesiod/nss_hesiod/hesiod-service.c: Likewise.
7526 * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
7527 (__internal_getnetgrent_r): New argument.
7528 Call __internal_setnetgrent_reuse with new argument.
7529 (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
7530 * inet/netgroup.h: Add argument to prototypes.
7531 * nis/nisplus-parser.h: Likewise.
7532 * nis/nss_compat/compat-grp.c: Change everything to store error
7533 code through provided pointer and not use errno.
7534 * nis/nss_compat/compat-pwd.c: Likewise.
7535 * nis/nss_compat/compat-spwd.c: Likewise.
7536 * nis/nss_nis/nis-alias.c: Likewise.
7537 * nis/nss_nis/nis-ethers.c: Likewise.
7538 * nis/nss_nis/nis-grp.c: Likewise.
7539 * nis/nss_nis/nis-hosts.c: Likewise.
7540 * nis/nss_nis/nis-netgrp.c: Likewise.
7541 * nis/nss_nis/nis-network.c: Likewise.
7542 * nis/nss_nis/nis-proto.c: Likewise.
7543 * nis/nss_nis/nis-publickey.c: Likewise.
7544 * nis/nss_nis/nis-pwd.c: Likewise.
7545 * nis/nss_nis/nis-rpc.c: Likewise.
7546 * nis/nss_nis/nis-service.c: Likewise.
7547 * nis/nss_nis/nis-spwd.c: Likewise.
7548 * nis/nss_nisplus/nisplus-alias.c: Likewise.
7549 * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7550 * nis/nss_nisplus/nisplus-grp.c: Likewise.
7551 * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7552 * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
7553 * nis/nss_nisplus/nisplus-network.c: Likewise.
7554 * nis/nss_nisplus/nisplus-parser.c: Likewise.
7555 * nis/nss_nisplus/nisplus-proto.c: Likewise.
7556 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7557 * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7558 * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7559 * nis/nss_nisplus/nisplus-service.c: Likewise.
7560 * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7561 * nss/nss_db/db-XXX.c: Likewise.
7562 * nss/nss_db/db-alias.c: Likewise.
7563 * nss/nss_db/db-netgrp.c: Likewise.
7564 * nss/nss_files/files-XXX.c: Likewise
7565 * nss/nss_files/files-alias.c: Likewise
7566 * nss/nss_files/files-netgrp.c: Likewise
7567 * nss/nss_files/files-parse.c: Likewise
7568 * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
7569 parameter of get functions.
7570 * nss/getXXent_r.c: Likewise.
7572 * localedata/tst-fmon.c: Print debug info if test fails.
7574 * rt/Makefile (routines): Add aio_notify.
7575 * rt/aio.h: Remove non-public definitions. Add aioinit stuff.
7576 * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
7577 * rt/aio_fsync.c: Likewise.
7578 * rt/aio_misc.c: Likewise.
7579 * rt/aio_misc.h: Likewise.
7580 * rt/aio_read.c: Likewise.
7581 * rt/aio_read64.c: Likewise.
7582 * rt/aio_suspend.c: Likewise.
7583 * rt/aio_write.c: Likewise.
7584 * rt/aio_write64.c: Likewise.
7585 * rt/lio_listio.c: Likewise.
7586 * rt/lio_listio64.c: Likewise.
7587 * rt/aio_notify.c: New file.
7589 * sysdeps/generic/bits/sigset.h: Pretty print.
7591 * sysdeps/posix/pwrite.c: Define weak alias only if function is
7592 really defined as __pwrite.
7594 * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
7596 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7598 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
7599 (sysdep_routines): Add rt_sigpending and rt_sigreturn.
7600 * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
7602 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7603 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7604 * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
7605 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7606 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
7607 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7608 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise. Take care
7610 * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
7612 * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
7613 __NR_pread is not defined.
7614 * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
7615 __NR_pwrite is not defined.
7617 1997-12-07 11:15 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
7619 * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
7620 handle for /etc/group back in some more cases.
7621 * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
7622 handle for /etc/passwd back in some more cases.
7623 * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
7624 handle for /etc/shadow back in some more cases.
7626 1997-12-06 17:00 H.J. Lu <hjl@gnu.org>
7628 * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
7630 * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
7631 * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
7633 1997-12-06 04:38 Ulrich Drepper <drepper@cygnus.com>
7635 * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
7636 handling. Don't use macros, we need functions. Use inline functions
7638 * sysdeps/wordsize-64/inttypes.h: Likewise.
7639 * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
7641 * sysdeps/wordsize-64/Makefile: Likewise.
7642 * sysdeps/wordsize-32/Dist: Likewise.
7643 * sysdeps/wordsize-64/Dist: Likewise.
7644 * sysdeps/wordsize-32/strtoimax.c: New file.
7645 * sysdeps/wordsize-32/strtoumax.c: New file.
7646 * sysdeps/wordsize-32/wcstoimax.c: New file.
7647 * sysdeps/wordsize-32/wcstoumax.c: New file.
7648 * sysdeps/wordsize-64/strtoimax.c: New file.
7649 * sysdeps/wordsize-64/strtoumax.c: New file.
7650 * sysdeps/wordsize-64/wcstoimax.c: New file.
7651 * sysdeps/wordsize-64/wcstoumax.c: New file.
7653 1997-12-04 10:40 Philip Blundell <pb@nexus.co.uk>
7655 * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
7656 that transparent union works.
7657 * sysdeps/generic/wait4.c (__wait4): Likewise.
7658 * sysdeps/generic/wait.c (__wait): Likewise.
7660 * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
7663 * sysdeps/generic/syscall.c (syscall): Return value and arg are
7664 long, to match prototype.
7666 * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
7669 * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
7671 * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
7673 * sysdeps/generic/bits/time.h: Use __time_t not time_t.
7675 * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
7678 * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
7680 * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
7682 * io/sys/stat.h (S_ISLNK): Always false if we don't have
7685 * sysdeps/standalone/close.c (_STDIO_H): Define before including
7687 * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
7689 1997-12-06 01:09 Ulrich Drepper <drepper@cygnus.com>
7691 * posix/sys/wait.h: Don't use transparent unions in C++.
7693 1997-12-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7695 * time/time.h: Add strfxtime.
7697 * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
7698 sysv_signal, strfxtime, pread64, pwrite64.
7700 1997-11-30 21:57 Richard Henderson <rth@cygnus.com>
7702 Alpha changes for EGCS:
7703 * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
7704 * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
7705 * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
7707 * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
7709 1997-12-05 00:01 Ulrich Drepper <drepper@cygnus.com>
7711 The kernel expects the arguments in a different order.
7712 * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
7713 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
7716 * gen-FAQ.pl: New file.
7717 * Makefile (FAQ): Add rule to generate from FAQ.in.
7719 * iconvdata/Makefile: Treat libJIS like the other modules.
7721 * rt/librt.map: New file.
7723 * sysdeps/wordsize-32/bits/environments.h: Add test for direct
7725 * sysdeps/wordsize-64/bits/environments.h: Likewise. Correct
7728 1997-12-04 22:29 Ulrich Drepper <drepper@cygnus.com>
7730 * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
7731 * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
7732 * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
7733 Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
7735 1997-11-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7737 * string/bits/string2.h: Fix spellings.
7739 * string/string.h: Fix spellings.
7741 1997-12-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7743 * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
7744 declaration to __syscall_rt_sigaction.
7746 * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
7747 non-existant <sigcontext.h>.
7749 1997-12-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7751 * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
7754 1997-12-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7756 * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
7758 * Makeconfig (shared-thread-library): Correct spelling.
7760 * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
7763 1997-12-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7765 * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
7766 constants from Linux headers. Pointed out by
7767 csmall@scooter.o.i.net. [PR libc/369]
7769 1997-12-04 10:21 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
7771 * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
7773 1997-12-04 00:06 Zack Weinberg <zack@rabi.phys.columbia.edu>
7775 * configure.in: If --enable-add-ons is given without an
7776 argument, set the addons list to all subdirs with a configure
7779 1997-12-03 23:50 Ulrich Drepper <drepper@cygnus.com>
7781 * Makeconfig: Add shared-thread-library variable.
7783 * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
7784 * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
7786 * sysdeps/m68k/fpu/e_acos.c: Likewise.
7787 * sysdeps/m68k/fpu/e_atan2.c: Likewise.
7788 * sysdeps/m68k/fpu/e_fmod.c: Likewise.
7789 * sysdeps/m68k/fpu/e_pow.c: Likewise.
7790 * sysdeps/m68k/fpu/e_scalb.c: Likewise.
7791 * sysdeps/m68k/fpu/k_cos.c: Likewise.
7792 * sysdeps/m68k/fpu/k_sin.c: Likewise.
7793 * sysdeps/m68k/fpu/k_tan.c: Likewise.
7794 * sysdeps/m68k/fpu/s_atan.c: Likewise.
7795 * sysdeps/m68k/fpu/s_ccos.c: Likewise.
7796 * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
7797 * sysdeps/m68k/fpu/s_cexp.c: Likewise.
7798 * sysdeps/m68k/fpu/s_csin.c: Likewise.
7799 * sysdeps/m68k/fpu/s_csinh.c: Likewise.
7800 * sysdeps/m68k/fpu/s_frexp.c: Likewise.
7801 * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
7802 * sysdeps/m68k/fpu/s_isinf.c: Likewise.
7803 * sysdeps/m68k/fpu/s_llrint.c: Likewise.
7804 * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
7805 * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
7806 * sysdeps/m68k/fpu/s_lrint.c: Likewise.
7807 * sysdeps/m68k/fpu/s_modf.c: Likewise.
7808 * sysdeps/m68k/fpu/s_remquo.c: Likewise.
7809 * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
7810 * sysdeps/m68k/fpu/s_sincos.c: Likewise.
7812 * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
7813 __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
7814 * signal/Makefile (headers): Add bits/siginfo.h.
7815 (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
7816 (distribute): Add testrtsig.h.
7817 * signal/allocrtsig.c: New file.
7818 * signal/signal.h: Define `union sigval'. Include <bits/siginfo.h>.
7819 Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
7820 __libc_current_sigrtmax.
7821 * sysdeps/generic/sigqueue.c: New file.
7822 * sysdeps/generic/sigtimedwait.c: New file.
7823 * sysdeps/generic/sigwaitinfo.c: New file.
7824 * sysdeps/generic/testrtsig.h: New file.
7825 * sysdeps/generic/bits/siginfo.h: New file.
7826 * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
7827 * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
7828 old_kernel_sigaction and rename sa_handler member to k_sa_handler.
7829 * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
7830 * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
7831 * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
7832 * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
7833 * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
7834 * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
7835 * sysdeps/unix/sysv/linux/sigpending.c: New file.
7836 * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
7837 * sysdeps/unix/sysv/linux/sigqueue.c: New file.
7838 * sysdeps/unix/sysv/linux/sigreturn.c: New file.
7839 * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
7840 * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
7841 * sysdeps/unix/sysv/linux/testrtsig.h: New file.
7842 * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
7843 * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
7844 * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
7845 * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
7846 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
7847 and _POSIX_REALTIME_SIGNALS.
7848 * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
7849 * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
7851 * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
7852 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
7855 * Makefile (subdirs): Add rt.
7856 * shlib-versions: Add entry for librt.
7857 * rt/Makefile: New file.
7858 * rt/aio.h: New file.
7859 * rt/aio_cancel.c: New file.
7860 * rt/aio_error.c: New file.
7861 * rt/aio_fsync.c: New file.
7862 * rt/aio_misc.c: New file.
7863 * rt/aio_misc.h: New file.
7864 * rt/aio_read.c: New file.
7865 * rt/aio_read64.c: New file.
7866 * rt/aio_return.c: New file.
7867 * rt/aio_suspend.c: New file.
7868 * rt/aio_write.c: New file.
7869 * rt/aio_write64.c: New file.
7870 * rt/lio_listio.c: New file.
7871 * rt/lio_listio64.c: New file.
7872 * sysdeps/generic/aio_sigqueue.c: New file.
7873 * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
7874 * sysdeps/unix/sysv/linux/Dist: Add new files
7875 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
7876 (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
7877 rt_sigqueueinfo, rt_sigaction.
7879 * posix/Makefile (headers): Add bits/environments.h.
7880 * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
7881 and _CS_LFS_CFLAGS on 64bit platforms.
7882 * posix/unistd.h: Define _XOPEN_LEGACY. Explain _XOPEN_REALTIME
7883 and _XOPEN_REALTIME_THREADS. Include bits/environments.h.
7884 * sysdeps/generic/bits/confname.h: Define _SC_* constants for
7885 compilation modules.
7886 * sysdeps/wordsize-32/bits/environments.h: New file.
7887 * sysdeps/wordsize-64/bits/environments.h: New file.
7889 * posix/getopt.c: Remove declaration of getpid and __libc_pid.
7890 * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
7892 * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
7895 * string/string.h: Add declaration of __strverscmp.
7896 * string/strverscmp.c: Rename function ot __strverscmp and make old
7899 * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
7900 * sysdeps/generic/enbl-secure.c: Likewise.
7901 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7903 * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
7905 * sysdeps/unix/sysv/linux/sys/pci.h: New file.
7907 1997-12-03 Ulrich Drepper <drepper@cygnus.com>
7909 * posix/sys/wait.h: Use __transparent_union__ instead of
7910 transparent_union. Reported by Roland McGrath.
7912 1997-12-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7914 * resolv/inet_neta.c (inet_neta): Change type of first parameter
7915 to u_int32_t. Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
7918 * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
7920 * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
7922 1997-12-03 20:40 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
7924 * grp/initgroups.c: Increase buffer if it is too small.
7926 1997-12-03 Ulrich Drepper <drepper@cygnus.com>
7928 * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
7929 fields, this is no ISO C. Reported by Andreas Jaeger.
7931 1997-12-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7933 * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
7935 1997-12-03 08:58 Philip Blundell <pb@nexus.co.uk>
7937 * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
7938 _SYS_UTSNAME_H not _UTSNAME_H.
7940 1997-11-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7942 * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
7945 1997-11-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7947 * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
7948 * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
7949 * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
7951 * math/libm-test.c (csqrt_test): Add testcase.
7953 1997-12-03 15:44 Ulrich Drepper <drepper@cygnus.com>
7955 * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
7956 * sysdeps/unix/sysv/linux/sys/Dist: Add it.
7957 * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
7959 1997-11-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7961 * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
7963 1997-12-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7965 * math/libm-test.c (acos_test): Add more tests.
7966 (asin_test): Likewise.
7967 (atan_test): Likewise.
7968 (exp_test): Likewise.
7969 (sin_test): Likewise.
7970 (sqrt_test): Likewise.
7971 (cpow_test): Likewise.
7972 (csqrt_test): Likewise.
7973 (cexp_test): Correct typo in gcc version test.
7975 1997-12-02 17:14 Philip Blundell <pb@nexus.co.uk>
7977 * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
7979 * sysdeps/arm/setjmp.S: Likewise.
7981 * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
7983 1997-12-02 18:07 Philip Blundell <pb@nexus.co.uk>
7985 * stdio/stdio.h: Add prototype for tmpfile64().
7987 1997-12-02 17:47 Philip Blundell <pb@nexus.co.uk>
7989 * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
7990 prototype to keep in step with libio version.
7992 * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
7994 1997-12-02 17:41 Philip Blundell <pb@nexus.co.uk>
7996 * sysdeps/generic/Makefile: Don't try to use make_siglist if
7999 1997-12-02 01:18 Ulrich Drepper <drepper@cygnus.com>
8001 * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
8002 load GOT ptr before jumping to _exit.
8003 Reported by Xavier Leroy.
8005 1997-12-01 17:27 Ulrich Drepper <drepper@cygnus.com>
8007 * Makefile (subdirs): Add iconvdata and localedata.
8009 * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
8011 * iconv/gconv_conf.c (read_conf_file): Little optimization.
8013 * iconvdata/8bit-gap.c: New file.
8014 * iconvdata/8bit-generic.c: Renamed from ...
8015 * iconvdata/iso8859-generic.c: ...this.
8016 * iconvdata/configure: Removed.
8017 * iconvdata/Makefile: Add new modules and better rules.
8018 * iconvdata/iso6937.c: Minor bug fixes.
8019 * iconvdata/iso8859-1.c: Likewise.
8020 * iconvdata/t61.c: Likewise.
8021 * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
8023 * iconvdata/iso8859-3.c: Likewise.
8024 * iconvdata/iso8859-4.c: Likewise.
8025 * iconvdata/iso8859-5.c: Likewise.
8026 * iconvdata/iso8859-6.c: Likewise.
8027 * iconvdata/iso8859-7.c: Likewise.
8028 * iconvdata/iso8859-8.c: Likewise.
8029 * iconvdata/iso8859-9.c: Likewise.
8030 * iconvdata/iso8859-10.c: Likewise.
8031 * iconvdata/ebcdic-at-de-a.c: New file.
8032 * iconvdata/ebcdic-at-de.c: New file.
8033 * iconvdata/ebcdic-ca-fr.c: New file.
8034 * iconvdata/hp-roman8.c: New file.
8035 * iconvdata/koi-8.c: New file.
8036 * iconvdata/koi8-r.c: New file.
8037 * iconvdata/koi8-h.c: New file.
8038 * iconvdata/latin-greek-1.c: New file.
8039 * iconvdata/latin-greek-1.h: New file.
8040 * iconvdata/latin-greek.c: New file.
8041 * iconvdata/latin-greek.h: New file.
8042 * iconvdata/jis0201.c: New file.
8043 * iconvdata/jis0201.h: New file.
8044 * iconvdata/jis0208.c: New file.
8045 * iconvdata/jis0208.h: New file.
8046 * iconvdata/jis0212.c: New file.
8047 * iconvdata/jis0212.h: New file.
8048 * iconvdata/sjis.c: New file.
8049 * iconvdata/gap.pl: New file. Script to generate table header.
8050 * iconvdata/gaptab.pl: New file.
8051 * iconvdata/gconv-modules: Add info about new modules.
8053 * locale/programs/charmap.c: Also examine alias names given in charmap
8056 * localedata/*: Add to here from add-on. We need the information
8057 to generate tables for iconv.
8059 Update from db-2.3.14.
8060 * db2/Makefile: Updated.
8061 * db2/config.h: Likewise.
8062 * db2/db.h: Likewise.
8063 * db2/db_int.h: Likewise.
8064 * db2/btree/bt_cursor.c: Likewise.
8065 * db2/btree/bt_delete.c: Likewise.
8066 * db2/btree/bt_put.c: Likewise.
8067 * db2/btree/bt_search.c: Likewise.
8068 * db2/btree/bt_split.c: Likewise.
8069 * db2/btree/btree_auto.c: Likewise.
8070 * db2/common/db_appinit.c: Likewise.
8071 * db2/common/db_apprec.c: Likewise.
8072 * db2/common/db_err.c: Likewise.
8073 * db2/common/db_region.c: Likewise.
8074 * db2/db/db_auto.c: Likewise.
8075 * db2/db/db_dispatch.c: Likewise.
8076 * db2/db/db_ret.c: Likewise.
8077 * db2/dbm/dbm.c: Likewise.
8078 * db2/hash/hash_auto.c: Likewise.
8079 * db2/include/btree_ext.h: Likewise.
8080 * db2/include/common_ext.h: Likewise.
8081 * db2/include/db.h.src: Likewise.
8082 * db2/include/db_cxx.h: Likewise.
8083 * db2/include/db_ext.h: Likewise.
8084 * db2/include/db_int.h.src: Likewise.
8085 * db2/include/lock.h: Likewise.
8086 * db2/include/log.h: Likewise.
8087 * db2/include/mp.h: Likewise.
8088 * db2/include/mp_ext.h: Likewise.
8089 * db2/include/os_ext.h: Likewise.
8090 * db2/include/os_func.h: Likewise.
8091 * db2/lock/lock.c: Likewise.
8092 * db2/lock/lock_deadlock.c: Likewise.
8093 * db2/log/log.c: Likewise.
8094 * db2/log/log_archive.c: Likewise.
8095 * db2/log/log_auto.c: Likewise.
8096 * db2/log/log_get.c: Likewise.
8097 * db2/log/log_put.c: Likewise.
8098 * db2/mp/mp_bh.c: Likewise.
8099 * db2/mp/mp_fget.c: Likewise.
8100 * db2/mp/mp_fopen.c: Likewise.
8101 * db2/mp/mp_fput.c: Likewise.
8102 * db2/mp/mp_fset.c: Likewise.
8103 * db2/mp/mp_open.c: Likewise.
8104 * db2/mp/mp_pr.c: Likewise.
8105 * db2/mp/mp_region.c: Likewise.
8106 * db2/mp/mp_sync.c: Likewise.
8107 * db2/mutex/README: Likewise.
8108 * db2/mutex/mutex.c: Likewise.
8109 * db2/os/os_open.c: Likewise.
8110 * db2/os/os_func.c: Removed.
8111 * db2/os/os_config.c: New file.
8112 * db2/os/os_spin.c: New file.
8113 * db2/txn/txn.c: Likewise.
8114 * db2/txn/txn_auto.c: Likewise.
8116 1997-11-30 06:01 Ulrich Drepper <drepper@cygnus.com>
8118 * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
8119 __typeof for C++ since this fails for class members.
8120 Reported by Neal Becker <neal@ctd.comsat.com>.
8122 1997-11-28 11:21 Zack Weinberg <zack@rabi.phys.columbia.edu>
8124 * configure.in: Check for a working makeinfo (3.11 or better).
8125 * config.make.in: Add MAKEINFO to be substituted.
8126 * manual/Makefile: Don't update info if makeinfo is too old.
8128 1997-11-30 05:21 Ulrich Drepper <drepper@cygnus.com>
8130 * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
8131 * sysdeps/alpha/__longjmp.S: Likewise.
8132 * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
8133 not <bits/termios.h>.
8135 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
8136 __llseek and make llseek and lseek64 weak aliases.
8137 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8138 Patches by a sun <asun@zoology.washington.edu>.
8140 1997-11-29 19:19 Zack Weinberg <zack@rabi.phys.columbia.edu>
8142 * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
8143 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
8144 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
8145 * misc/sys/syslog.h: Clean up BSD header.
8147 1997-11-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8149 * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
8151 * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
8153 * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
8154 * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
8156 * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
8157 csqrt (-1), ctanh(i*pi/4).
8159 1997-11-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8161 * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
8163 1997-11-28 13:28 Philip Blundell <Philip.Blundell@pobox.com>
8165 * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
8167 1997-11-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8169 * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
8171 1997-11-26 21:28 Ulrich Drepper <drepper@cygnus.com>
8173 * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
8174 and use. Define GETCWD_RETURN_TYPE instead and use it.
8175 * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
8176 of GETCWD_STORYGE_CLASS and put the return type and the
8177 `internal_function' in the right order for gcc 2.7.2.
8179 1997-11-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8181 * sysdeps/unix/sysv/linux/sys/module.h: Remove file. It's
8182 incompatible with Linux 2.1.x. Packages using modules
8183 (e.g. modutils) should/do provide their own version. Suggested by
8186 * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
8188 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
8189 [$(subdir)=socket]: Remove sys/module.h.
8191 1997-11-26 04:28 Ulrich Drepper <drepper@cygnus.com>
8193 * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
8194 computing s_scale. Patch by a sun <asun@zoology.washington.edu>.
8196 * iconv/gconv_close.c: Correct freeing of descriptor data.
8197 * iconv/gconv_simple.c: Return correct error values for illegal or
8198 incomplete characters.
8200 * Makefile (iconvdata/%): Special goal to simplify iconvdata
8202 * iconvdata/Makefile: New file.
8203 * iconvdata/configure: Likewise.
8204 * iconvdata/extra-module.mk: Likewise.
8205 * iconvdata/gconv-modules: Likewise.
8206 * iconvdata/iso6937.c: Likewise.
8207 * iconvdata/iso8859-1.c: Likewise.
8208 * iconvdata/iso8859-10.c: Likewise.
8209 * iconvdata/iso8859-10.h: Likewise.
8210 * iconvdata/iso8859-2.c: Likewise.
8211 * iconvdata/iso8859-2.h: Likewise.
8212 * iconvdata/iso8859-3.c: Likewise.
8213 * iconvdata/iso8859-3.h: Likewise.
8214 * iconvdata/iso8859-4.c: Likewise.
8215 * iconvdata/iso8859-4.h: Likewise.
8216 * iconvdata/iso8859-5.c: Likewise.
8217 * iconvdata/iso8859-5.h: Likewise.
8218 * iconvdata/iso8859-6.c: Likewise.
8219 * iconvdata/iso8859-6.h: Likewise.
8220 * iconvdata/iso8859-7.c: Likewise.
8221 * iconvdata/iso8859-7.h: Likewise.
8222 * iconvdata/iso8859-8.c: Likewise.
8223 * iconvdata/iso8859-8.h: Likewise.
8224 * iconvdata/iso8859-9.c: Likewise.
8225 * iconvdata/iso8859-9.h: Likewise.
8226 * iconvdata/iso8859-generic.c: Likewise.
8227 * iconvdata/t61.c: Likewise.
8229 * string/Makefile (routines): Add strcasestr.
8230 * string/string.h: Add prototype for strcasestr.
8231 * sysdeps/generic/strcasestr.c: New file.
8232 * wcsmbs/mbrtowc.c: Simplify special case a bit.
8233 * wcsmbs/wcrtomb.c: Likewise.
8234 * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
8235 * wcsmbs/wcsnrtombs.c: Likewise.
8236 * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
8237 partial character is read.
8238 * wcsmbs/wcsrtombs.c: Likewise.
8239 * wcsmbs/wmemrtombs.c: Likewise.
8240 * wcsmbs/wmemrtowcs.c: Likewise.
8242 * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
8243 * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
8244 * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
8245 * sysdeps/i386/elf/setjmp.S: Likewise.
8246 * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
8249 * sysdeps/posix/mk-stdiolim.c: Output file with comment.
8250 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
8252 * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
8253 * sysvipc/sys/ipc.h: Likewise.
8254 * sysvipc/sys/msg.h: Likewise.
8255 * sysvipc/sys/sem.h: Likewise.
8256 * sysvipc/sys/shm.h: Likewise.
8258 * sysdeps/alpha/bits/endian.h: Issue error message if the header is
8260 * sysdeps/alpha/bits/setjmp.h: Likewise.
8261 * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
8262 * sysdeps/arm/bits/endian.h: Likewise.
8263 * sysdeps/arm/bits/setjmp.h: Likewise.
8264 * sysdeps/generic/bits/byteswap.h: Likewise.
8265 * sysdeps/generic/bits/confname.h: Likewise.
8266 * sysdeps/generic/bits/dirent.h: Likewise.
8267 * sysdeps/generic/bits/dlfcn.h: Likewise.
8268 * sysdeps/generic/bits/endian.h: Likewise.
8269 * sysdeps/generic/bits/fenv.h: Likewise.
8270 * sysdeps/generic/bits/huge_val.h: Likewise.
8271 * sysdeps/generic/bits/in.h: Likewise.
8272 * sysdeps/generic/bits/ioctl-types.h: Likewise.
8273 * sysdeps/generic/bits/ioctls.h: Likewise.
8274 * sysdeps/generic/bits/ipc.h: Likewise.
8275 * sysdeps/generic/bits/msq.h: Likewise.
8276 * sysdeps/generic/bits/poll.h: Likewise.
8277 * sysdeps/generic/bits/resource.h: Likewise.
8278 * sysdeps/generic/bits/sched.h: Likewise.
8279 * sysdeps/generic/bits/sem.h: Likewise.
8280 * sysdeps/generic/bits/setjmp.h: Likewise.
8281 * sysdeps/generic/bits/shm.h: Likewise.
8282 * sysdeps/generic/bits/sigaction.h: Likewise.
8283 * sysdeps/generic/bits/sigcontext.h: Likewise.
8284 * sysdeps/generic/bits/socket.h: Likewise.
8285 * sysdeps/generic/bits/stat.h: Likewise.
8286 * sysdeps/generic/bits/statfs.h: Likewise.
8287 * sysdeps/generic/bits/stdio_lim.h: Likewise.
8288 * sysdeps/generic/bits/termios.h: Likewise.
8289 * sysdeps/generic/bits/time.h: Likewise.
8290 * sysdeps/generic/bits/uio.h: Likewise.
8291 * sysdeps/generic/bits/utmp.h: Likewise.
8292 * sysdeps/generic/bits/utmpx.h: Likewise.
8293 * sysdeps/generic/bits/utsname.h: Likewise.
8294 * sysdeps/generic/bits/waitflags.h: Likewise.
8295 * sysdeps/generic/bits/waitstatus.h: Likewise.
8296 * sysdeps/gnu/bits/utmp.h: Likewise.
8297 * sysdeps/gnu/bits/utmpx.h: Likewise.
8298 * sysdeps/i386/bits/byteswap.h: Likewise.
8299 * sysdeps/i386/bits/endian.h: Likewise.
8300 * sysdeps/i386/bits/huge_val.h: Likewise.
8301 * sysdeps/i386/bits/setjmp.h: Likewise.
8302 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
8303 * sysdeps/ieee754/bits/huge_val.h: Likewise.
8304 * sysdeps/m68k/bits/byteswap.h: Likewise.
8305 * sysdeps/m68k/bits/endian.h: Likewise.
8306 * sysdeps/m68k/bits/setjmp.h: Likewise.
8307 * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
8308 * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
8309 * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
8310 * sysdeps/mach/hurd/bits/stat.h: Likewise.
8311 * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
8312 * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
8313 * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
8314 * sysdeps/mips/bits/dlfcn.h: Likewise.
8315 * sysdeps/mips/bits/endian.h: Likewise.
8316 * sysdeps/mips/bits/setjmp.h: Likewise.
8317 * sysdeps/mips/dec/bits/endian.h: Likewise.
8318 * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
8319 * sysdeps/mips/mipsel/bits/endian.h: Likewise.
8320 * sysdeps/mips/p40/bits/endian.h: Likewise.
8321 * sysdeps/powerpc/bits/endian.h: Likewise.
8322 * sysdeps/powerpc/bits/fenv.h: Likewise.
8323 * sysdeps/powerpc/bits/setjmp.h: Likewise.
8324 * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
8325 * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
8326 * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
8327 * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
8328 * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
8329 * sysdeps/unix/bsd/bits/dirent.h: Likewise.
8330 * sysdeps/unix/bsd/bits/stat.h: Likewise.
8331 * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
8332 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
8333 * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
8334 * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
8335 * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
8336 * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
8337 * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
8338 * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
8339 * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
8340 * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
8341 * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
8342 * sysdeps/unix/common/bits/dirent.h: Likewise.
8343 * sysdeps/unix/sysv/bits/dirent.h: Likewise.
8344 * sysdeps/unix/sysv/bits/stat.h: Likewise.
8345 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
8346 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
8347 * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
8348 * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
8349 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
8350 * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
8351 * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
8352 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
8353 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8354 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
8355 * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
8356 * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
8357 * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
8358 * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
8359 * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
8360 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
8361 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
8362 * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
8363 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
8364 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
8365 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
8366 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
8367 * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
8368 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
8369 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
8370 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
8371 * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
8372 * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
8373 * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
8374 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
8375 * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
8376 * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
8377 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
8378 * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
8379 * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
8380 * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
8381 * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
8382 * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
8383 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
8384 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
8385 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
8386 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
8387 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
8388 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
8389 * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
8390 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
8391 * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
8392 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
8393 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
8394 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
8395 * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
8396 * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
8397 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
8398 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
8399 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
8400 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
8401 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
8402 * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
8403 * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
8404 * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
8405 * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
8406 * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
8407 * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
8408 * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
8409 * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
8410 * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
8411 * sysdeps/vax/bits/huge_val.h: Likewise.
8412 * sysdeps/vax/bits/setjmp.h: Likewise.
8413 * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
8414 * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
8416 1997-11-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8418 * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
8420 1997-11-25 Paul Eggert <eggert@shade.twinsun.com>
8422 * strftime.c (strftime):
8423 No longer any need to undef or declare if emacs is defined.
8424 (my_strftime): When checking a -1 returned by mktime, don't blow up
8425 if localtime_r returns NULL.
8427 1997-11-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8429 * README.template: Fix spelling.
8431 1997-11-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8433 * configure.in: Enhance --enable-add-ons description a wee bit.
8435 1997-11-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8437 * glibcbug.in: Add more information of build environment and flags.
8439 1997-11-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8441 * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
8444 1997-11-24 03:01 Ulrich Drepper <drepper@cygnus.com>
8446 * elf/dl-support.c: Call __libc_init_secure to make sure
8447 __libc_enable_secure is defined early.
8448 * sysdeps/generic/enbl-secure.c: Change function name to
8449 __libc_init_secure and make it global instead of a constructor.
8451 * iconv/gconv.c: Fix lots of bugs.
8452 * iconv/gconv.h: Likewise.
8453 * iconv/gconv_builtin.h: Likewise.
8454 * iconv/gconv_close.c: Likewise.
8455 * iconv/gconv_conf.c: Likewise.
8456 * iconv/gconv_db.c: Likewise.
8457 * iconv/gconv_dl.c: Likewise.
8458 * iconv/gconv_open.c: Likewise.
8459 * iconv/gconv_simple.c: Likewise.
8460 * iconv/iconv.c: Likewise.
8461 * iconv/iconv_close.c: Likewise.
8462 * iconv/iconv_open.c: Likewise.
8464 * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
8465 * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
8466 * wcsmbs/wmemrtombs.c: New file.
8467 * wcsmbs/wmemrtowcs.c: New file.
8469 1997-11-22 19:28 Ulrich Drepper <drepper@cygnus.com>
8471 * iconv/gconv_simple.c: Fix lots of bugs.
8472 * iconv/iconv_open.c: Normalize names before passing them to
8475 * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
8477 * libio/iopopen.c: Check for correct mode argument and punt otherwise.
8478 * stdio-common/test-popen.c: Add test for above change.
8480 * math/libm-test.c: Print test results also using %a format,
8481 specified in PRINTF_XEXPR macro.
8482 * math/test-double.c: Define PRINTF_XEXPR.
8483 * math/test-float.c: Likewise.
8484 * math/test-ldouble.c: Likewise.
8485 * math/test-idouble.c: Likewise.
8486 * math/test-ifloat.c: Likewise.
8487 * math/test-ildoubl.c: Likewise.
8489 * stdio-common/vfscanf.c: Recognize a in format specifier only as
8490 modifier if used before s, S, or [. Otherwise it's the hexadecimal
8493 * stdlib/strtod.c: Little code cleanup.
8495 * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
8496 compiling in math subdir.
8498 * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
8499 instead of __LIBC_M81_MATH_INLINES.
8500 * sysdeps/m68k/fpu/e_atan2.c: Likewise.
8501 * sysdeps/m68k/fpu/e_fmod.c: Likewise.
8502 * sysdeps/m68k/fpu/e_pow.c: Likewise.
8503 * sysdeps/m68k/fpu/e_scalb.c: Likewise.
8504 * sysdeps/m68k/fpu/k_cos.c: Likewise.
8505 * sysdeps/m68k/fpu/k_sin.c: Likewise.
8506 * sysdeps/m68k/fpu/k_tan.c: Likewise.
8507 * sysdeps/m68k/fpu/s_atan.c: Likewise.
8508 * sysdeps/m68k/fpu/s_ccos.c: Likewise.
8509 * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
8510 * sysdeps/m68k/fpu/s_cexp.c: Likewise.
8511 * sysdeps/m68k/fpu/s_csin.c: Likewise.
8512 * sysdeps/m68k/fpu/s_csinh.c: Likewise.
8513 * sysdeps/m68k/fpu/s_frexp.c: Likewise.
8514 * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
8515 * sysdeps/m68k/fpu/s_isinf.c: Likewise.
8516 * sysdeps/m68k/fpu/s_llrint.c: Likewise.
8517 * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
8518 * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
8519 * sysdeps/m68k/fpu/s_lrint.c: Likewise.
8520 * sysdeps/m68k/fpu/s_modf.c: Likewise.
8521 * sysdeps/m68k/fpu/s_remquo.c: Likewise.
8522 * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
8523 * sysdeps/m68k/fpu/s_sincos.c: Likewise.
8524 * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
8525 __LIBC_INTERNAL_MATH_INLINES is defined.
8527 * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
8528 of compare macros from ISO C 9X. Optimize generic versions a bit.
8529 Define __signbit inline functions and __ieee754_sqrt which can be
8530 used if the ompiler is fixed.
8532 * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
8534 1997-11-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8536 * Makerules ($(common-objpfx)stub-$(subdir)): Look for
8537 sysdeps/generic in the whole dep file, not only in the first line.
8539 1997-11-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8541 * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
8543 1997-11-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8545 * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
8548 1997-11-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8550 * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
8553 1997-11-20 16:51 Ulrich Drepper <drepper@cygnus.com>
8555 * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
8558 1997-11-19 21:36 Ulrich Drepper <drepper@cygnus.com>
8560 * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
8561 readlink succeeds but the return value is too long.
8563 * stdio-common/printf_fphex.c: Determine sign of number correctly.
8565 1997-11-19 02:45 Ulrich Drepper <drepper@cygnus.com>
8567 * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
8570 1997-11-18 23:08 Ulrich Drepper <drepper@cygnus.com>
8572 * sysdeps/generic/sys/ucontext.h: Stub context file.
8574 * libio/iofprintf.c: Removed. We use the stdio-common version.
8576 * manual/Makefile (distribute): Add stdio-fp.c.
8578 * sysdeps/powerpc/Dist: Add ppc-mcount.S.
8580 * db2/Makefile (distribute): Add include/os_func.h, README and
8583 * hesiod/Makefile (distribute): Add README.hesiod.
8585 1997-11-18 22:14 Ulrich Drepper <drepper@cygnus.com>
8587 * iconv/gconv.c: Correctly call transformation function.
8589 * manual/maint.texi: Document need of binutils 2.8.1.0.17.
8591 1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8593 * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
8594 wrong results for e.g. remquo (3,2, &x)).
8595 * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
8596 * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
8598 1997-11-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8600 * configure.in (ld --version-script): Test if the same symbol
8601 maybe defined in all versions (needed by recent changes to
8602 libc.map and supported with binutils 2.8.1.0.17) and issue warning
8603 if versioning is not supported/enabled.
8604 (bash test): Correct test case.
8606 * math/libm-test.c: Added counting/reporting of number of test cases.
8608 * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
8611 * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
8613 1997-11-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8615 * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
8617 1997-11-18 18:04 Ulrich Drepper <drepper@cygnus.com>
8619 * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
8620 Replace revoke call by use of REVOKE.
8621 * sysdeps/unix/sysv/linux/pty.c: New file. Define REVOKE as
8622 empty and #include generic version.
8623 Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8625 1997-11-18 16:02 Ulrich Drepper <drepper@cygnus.com>
8627 * libc.map: Add socket functions with __libc_* names.
8628 Reported by Andreas Jaeger.
8630 1997-11-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8632 * libc.map: Tidy up (remove duplicates, sort entries).
8634 1997-11-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8636 * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
8638 1997-11-18 06:45 Ulrich Drepper <drepper@cygnus.com>
8640 * sysdeps/generic/pty.c: Make thread safe. Fix bug when calling
8641 again after successful call.
8642 Patch by Marc Lehmann <pcg@goof.com>.
8644 1997-11-17 Paul Eggert <eggert@twinsun.com>
8646 * time/mktime.c, time/strftime.c (_REENTRANT): #define,
8647 as some hosts need this to declare localtime_r properly.
8649 1997-11-18 06:08 Ulrich Drepper <drepper@cygnus.com>
8651 * libc.map: Add iconv_open, iconv, and iconv_close.
8653 1997-11-18 02:31 Ulrich Drepper <drepper@cygnus.com>
8655 * iconv/Makefile: New file.
8656 * iconv/gconv.c: New file.
8657 * iconv/gconv.h: New file.
8658 * iconv/gconv_builtin.c: New file.
8659 * iconv/gconv_builtin.h: New file.
8660 * iconv/gconv_close.c: New file.
8661 * iconv/gconv_conf.c: New file.
8662 * iconv/gconv_db.c: New file.
8663 * iconv/gconv_dl.c: New file.
8664 * iconv/gconv_open.c: New file.
8665 * iconv/gconv_simple.c: New file.
8666 * iconv/iconv.c: New file.
8667 * iconv/iconv.h: New file.
8668 * iconv/iconv_close.c: New file.
8669 * iconv/iconv_open.c: New file.
8670 * include/gconv.h: New file.
8672 * Makeconfig: Define gconvdir.
8673 * Makefile (subdirs): Add iconv.
8675 * string/bits/string2.h: Add optimization for strtok_r.
8677 * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
8679 * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8680 Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
8682 * configure.in: Correct test for bash2.
8683 Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8685 * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
8686 (CFLAGS-locfile.c): Likewise.
8687 Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8689 * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
8690 non-existing entry if the table is full.
8692 * posix/regex.h: Pretty print.
8694 * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
8696 * sysdeps/posix/ctermid.c: Simplify a bit.
8698 * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
8700 1997-11-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8702 * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
8703 <sys/types.h> instead of <asm/types.h>.
8705 1997-11-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8707 * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
8709 1997-11-16 17:09 H.J. Lu <hjl@gnu.ai.mit.edu>
8711 * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
8712 fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
8713 (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
8714 (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
8715 fclose): Added to GLIBC_2.1.
8717 * libio/Makefile (routines, shared-only-routines): Add
8718 oldiofclose. Remove oldfreopen.
8720 * libio/freopen.c (freopen): When PIC is defined, call
8721 _IO_old_freopen () for old stdio.
8723 * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
8724 (_IO_fclose, fclose): Use _IO_new_fclose as default version
8727 * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
8728 instead of _IO_file_close_it.
8730 * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
8732 (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
8735 * libio/libioP.h (_IO_old_do_flush): New.
8737 * libio/oldfileops.c (_IO_old_file_close_it,
8738 _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
8739 Call _IO_old_do_flush () instead of _IO_do_flush ().
8740 (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
8743 * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
8744 instead of _IO_file_init ().
8745 Bind old symbols to version GLIBC_2.0.
8747 * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
8748 (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
8750 (_IO_check_libio): New function in .init.
8752 * libio/oldiofclose.c: New file.
8754 * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
8755 _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
8756 (DEF_STDFILE): Don't use default_symbol_version.
8758 * libio/stdio.c (stdin, stdout, stderr): Set to
8760 (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
8763 * csu/Makefile (distribute): Add init.c.
8764 (extra-objs): Add init.o for ELF.
8765 (start-installed-name): Add $(objpfx)init.o.
8767 * csu/init.c: New file.
8769 1997-11-12 08:02 H.J. Lu <hjl@gnu.ai.mit.edu>
8771 * elf/dl-lookup.c (do_lookup): Don't use the hidden base
8772 definition as the default.
8774 1997-08-27 Klaus Espenlaub <kespenla@hydra.informatik.uni-ulm.de>
8776 * erand48_r.c (__erand48_r): Implement for 32 bit short int.
8778 1997-11-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8780 * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
8783 1997-11-16 21:01 Philip Blundell <Philip.Blundell@pobox.com>
8785 * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
8786 to preserve condition codes on function call.
8788 1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8790 * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
8792 1997-11-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8794 * math/libm-test.c (asin_test): Add epsilon for float.
8795 (tan_test): Add epsilon for float.
8796 (log1p_test): Add epsilon for float.
8797 (inverse_functions): Add epsilons.
8799 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
8802 * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
8804 1997-11-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8806 * md5-crypt/Makefile (extra-objs): Make recursively expanded
8807 variable, since $(object-suffixes) is not defined yet.
8809 1997-11-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8811 * db2/Makefile (distribute): db185/db185_int.src ->
8814 1997-11-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8816 * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
8819 1997-11-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8821 * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
8823 * sysdeps/generic/e_acosl.c: Likewise.
8824 * sysdeps/generic/e_asinl.c: Likewise.
8825 * sysdeps/generic/e_atan2l.c: Likewise.
8826 * sysdeps/generic/e_expl.c: Likewise.
8827 * sysdeps/generic/e_fmodl.c: Likewise.
8828 * sysdeps/generic/e_j0l.c: Likewise.
8829 * sysdeps/generic/e_j1l.c: Likewise.
8830 * sysdeps/generic/e_jnl.c: Likewise.
8831 * sysdeps/generic/e_lgammal_r.c: Likewise.
8832 * sysdeps/generic/e_log10l.c: Likewise.
8833 * sysdeps/generic/e_logl.c: Likewise.
8834 * sysdeps/generic/e_powl.c: Likewise.
8835 * sysdeps/generic/e_sqrtl.c: Likewise.
8836 * sysdeps/generic/e_exp2l.c: Likewise.
8838 1997-11-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8840 * Make-dist (+sysdep-names): Remove extra paren.
8841 * Makefile (distribute): Add stub-tag.h.
8842 * elf/Makefile (distribute): Add atomicity.h.
8843 * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
8844 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
8845 [$(subdir)=socket]: Add net/if_packet.h.
8846 * sysdeps/alpha/Dist: Remove setjmp_aux.c.
8847 * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
8848 net/if_packet.h, scsi/sg.h.
8850 1997-11-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8852 * Makefile (install): Quote $(CC) expansion.
8854 1997-11-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8856 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
8857 working /proc cwd and no restrictions on path length. Following
8858 some ideas from Andi Kleen <ak@muc.de> (PR 350).
8860 1997-11-14 19:14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
8862 * nis/nss_compat/compat-grp.c: Remove buggy assert call.
8863 * nis/nss_compat/compat-pwd.c: Likewise.
8864 * nis/nss_compat/compat-spwd.c: Likewise.
8866 1997-11-14 22:23 Ulrich Drepper <drepper@cygnus.com>
8868 * sysdeps/libm-i387/s_fdim.S: New file.
8869 * sysdeps/libm-i387/s_fdimf.S: New file.
8870 * sysdeps/libm-i387/s_fdiml.S: New file.
8871 * sysdeps/libm-i387/i686/s_fdim.S: New file.
8872 * sysdeps/libm-i387/i686/s_fdimf.S: New file.
8873 * sysdeps/libm-i387/i686/s_fdiml.S: New file.
8875 1997-11-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8877 * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
8878 pointer to unsigned char.
8880 1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8882 * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
8884 * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
8886 * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
8888 1997-11-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8890 * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
8892 * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
8893 * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
8895 1997-11-14 05:44 Ulrich Drepper <drepper@cygnus.com>
8897 * sysdeps/libm-i387/s_fmin.S: New file.
8898 * sysdeps/libm-i387/s_fminf.S: New file.
8899 * sysdeps/libm-i387/s_fminl.S: New file.
8900 * sysdeps/libm-i387/s_fmax.S: New file.
8901 * sysdeps/libm-i387/s_fmaxf.S: New file.
8902 * sysdeps/libm-i387/s_fmaxl.S: New file.
8903 * sysdeps/libm-i387/i686/s_fmin.S: New file.
8904 * sysdeps/libm-i387/i686/s_fminf.S: New file.
8905 * sysdeps/libm-i387/i686/s_fminl.S: New file.
8906 * sysdeps/libm-i387/i686/s_fmax.S: New file.
8907 * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
8908 * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
8910 1997-11-14 03:06 Ulrich Drepper <drepper@cygnus.com>
8912 * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
8913 * sysdeps/unix/sysv/linux/send.S: Likewise.
8914 * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
8915 * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
8916 * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
8917 * sysdeps/unix/sysv/linux/recv.S: Likewise.
8918 * sysdeps/unix/sysv/linux/sendto.S: Likewise.
8919 * sysdeps/unix/sysv/linux/connect.S: Likewise.
8920 Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
8922 See ChangeLog.7 for earlier changes.