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