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