Update.
[glibc.git] / ChangeLog
blobb1a178f802de8a9712e3fc4e231c9ec57abe3310
1 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
3         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
4         Use correct types.
5         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
7 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9         * Makerules (elide-routines.*): Fix assignments.
10         (do-makelib): Fix typo.
11         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
12         makefile.
14 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
17         $(objpfx)sysd-dirs): Move them...
18         * Makeconfig: ... here.
19         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
20         (stubs): Fix circular depedency.
21         (do-makelib): Clean up.
22         (lib): Don't depend on lib-noranlib.
23         ($(objpfx)stamp.oS): Remove special case for empty
24         static-only-routines.
25         (elide-routines.o): Add $(static-only-routines).
26         (elide-routines$o): Define this instead of elide-routines.$o.
27         * manual/Makefile (stubs): Fix circular dependency.
29 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
31         * libio/Makefile (routines): Remove duplicate oldiofclose.
33 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
35         * string/strcoll.c: Use uint32_t instead of u_int32_t.
37 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
39         * libio/stdio.h: Fix typo in __REDIRECT.
40         * io/sys/stat.h: Likewise.
41         Reported by Myles Uyema <myles@uyema.nws.net>.
43 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
45         * locale/programs/localedef.c (options): Fix help message.
47 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
49         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
50         relocations.  Patch by Joe Keane <jgk@jgk.org>.
52 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
54         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
55         ptmalloc_unlock_all, but re-initializes the mutexes instead.
56         (ptmalloc_init): Use new function in thread_at_fork call.
57         (thread_atfork_static): Likewise.
58         Suggested by Wolfram Gloger and Xavier Leroy.
60 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
62         * signal/signal.h: Move definitions of struct sigstack and
63         struct sigaltstack into separate file and include it.
64         * sysdeps/generic/bits/sigstack.h: New file.
65         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
66         * signal/Makefile (headers): Add bits/sigstack.h.
68 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
70         * elf/rtld.c (dl_main): Fix check for number of references to
71         interpreter object.
73 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
75         * elf/rtld.c (dl_main): Check has_interp after executing platform
76         specific code.
78 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
80         * iconvdata/run-iconv-test.sh: Fix typo.
82 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
84         * Makerules (+depfiles): Add depfiles for $(tests-static).
85         Simplified.
87 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
89         * manual/terminal.texi (Special Characters): Fix description of
90         c_cc indexes.
92 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
94         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
95         array.
96         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
97         of c_cc array.
99 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
101         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
103 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
105         * intl/locale.alias: Update russian entry.
107 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
109         * Makerules (static-only-routines): Reimplement in terms of
110         elide-routines.os.
111         (shared-only-routines): Reimplement in terms of
112         elide-routines.X [where X is all object-suffixes except .os].
114         (stubs): Create stubs file inside the subdir.
115         (common-mostlyclean): Remove stubs file from inside the subdir.
116         * Makefile (subdir-stubs): Look for stubs files inside the
117         subdirs.
118         * manual/Makefile (stubs): Create dummy stubs file inside the
119         subdir.
121 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
123         Build speed improvement: make ar less of a bottleneck.
125         * Makerules (stamp$o): Just record the object list for later
126         use.
127         (libc_foo.a): New rule, depends on subdir stamp files; builds
128         and ranlibs the library from the lists saved in those files.
130         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
131         (subdirs-stamp-o): Likewise.
133         (ar-symtab-name): Delete variable.
134         (lib%.a): Delete target.
135         (libc_foo.a(bar.%)): Delete target.
136         (libc_foo.a($(ar-symtab-name))): Delete target.
138         (objects objs): Just depend on libobjs and extra-objs.
139         (libobjs): Depend on the stamp files, not the objects.
140         (extra-objs): New target, just depends on the extra-objs list.
142         (CREATE_ARFLAGS): Kill the `ar S' hack.
144         * config.make.in (have-ar-S): Deleted.
145         * configure.in: Delete test for `ar S'.  Add test to determine
146         whether ranlib does anything useful.
148 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
150         * inet/tst-ether_aton.c: Include <stdio.h>.
152 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
154         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
156         * locale/Makefile (distribute): Add programs/repertoire.h.
157         (localedef-modules): Add repertoire.
158         (CPPFLAGS): Define REPERTOIREMAP_PATH.
159         * locale/programs/repertoire.c: New file.
160         * locale/programs/repertoire.h: New file.
161         * locale/programs/charmap.c: Starting fixing character set handling
162         to handle multi-byte encodings.
163         * locale/programs/charset.c: Likewise.
164         * locale/programs/charset.h: Likewise.
165         * locale/programs/ld-collate.c: Likewise.
166         * locale/programs/ld-ctype.c: Likewise.
167         * locale/programs/linereader.c: Likewise.
168         * locale/programs/localedef.c: Likewise.
169         * locale/programs/locfile-kw.gperf: Likewise.
170         * locale/programs/locfile-kw.h: Likewise.
171         * locale/programs/locfile-token.h: Likewise.
172         * locale/programs/locfile.h: Likewise.
173         * locale/programs/stringtrans.c: Likewise.
175         * locale/programs/locfile.c: Interpret I18NPATH value as base of
176         path, extended with "/locales/".
178 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
180         * sysdeps/arm/memset.S: Fix off by one error.
182         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
183         __syscall_error rather than syscall_error directly.
185 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
187         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
188         mmap() syscall for ARM.
190         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
191         binaries.
193 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
195         * locale/programs/localedef.c: Recognize repertoire-map option.
197 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
199         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
200         converting non-hex numbers.
201         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
203 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
205         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
206         check overflow.
207         * resolv/Makefile (tests): New, add tst-aton.
208         * resolv/tst-aton.c: New file.
210 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
212         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
213         semicolon.
215 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
217         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
218         by letting the later modify the variable computing the total directly.
219         * wcsmbs/mbsrtowcs.c: Likewise.
220         * wcsmbs/wcsnrtombs.c: Likewise.
221         * wcsmbs/wcsrtombs.c: Likewise.
223         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
224         it is not used.
225         * wcsmbs/wctoc.c: Likewise.
227         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
228         * wcsmbs/wcsrtombs.c: Likewise.
230         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
232 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
234         * iconv/skeleton.c: Correct counting of actually converted
235         characters.
237         * intl/localealias.c (read_alias_file): Use unsigned char for
238         local variables.  Remove unused variable tp.
239         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
240         for type of codeset.  For loosing Solaris systems.
241         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
242         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
243         len if not needed.
244         Patches by Jim Meyering.
246         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
247         wcsrtombs must put it into initial state.
249 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
251         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
252         argument of bswap_XX macro.
254 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
256         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
257         variable name.
259 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
261         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
262         semun and use stdarg macros to get the value.
263         * sysdeps/generic/semctl.c: Don't use union semun.
265         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
267         * string/basename.c [!_LIBC]: Define function as gnu_basename.
269         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
270         strings.h.
272         * stdlib/grouping.h: Accept ungrouped numbers even if locale
273         defines grouping.
275         * intl/hash-string.h: Don't include values.h.
277         * inet/Makefile (tests): Add tst-ether_aton.
278         * inet/tst-ether_aton.c: New file.
280         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
281         in hex conversion.
282         * inet/ether_aton.c (ether_aton): Declare result variable static.
283         Reported by ahyung@unixg.ubc.ca.
285         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
286         Define macro _SEM_SEMUN_UNDEFINED instead.
287         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
289         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
290         * stdio-common/Makefile (tests): Add tst-wc-printf.
292 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
294         * manual/stdio.texi (Variable Arguments Output): Correct variable
295         name.  Patch from Ewan Mellor <em@nexus.co.uk>
297 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
299         * intl/dcgettext.c: Remove unneeded definition of
300         internal_function.
302 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
304         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
305         instead of do-iconv-test.
306         ($(objpfx)gconv-modules): Define rule only if objpfx is not
307         empty.
309 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
311         * string/string.h: Fix feature test.
313 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
315         * iconvdata/iso646.c (BODY): Don't use character constants that
316         depend on signedness of char.
318 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
320         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
321         (sysdep_routines): Add s_pread64 and s_pwrite64.
323 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
325         * iconvdata/Makefile (distribute): Remove generated .h files.
326         * iconvdata/koi8-r.h: Removed.
327         * iconvdata/latin-greek-1.h: Removed.
328         * iconvdata/latin-greek.h: Removed.
330         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
331         * iconvdata/KOI-8: Likewise.
332         * iconvdata/KOI-8..UTF8: Likewise.
333         * iconvdata/KOI8-R: Likewise.
334         * iconvdata/KOI8-R..UTF8: Likewise.
336 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
338         * streams/Makefile (headers): Add sys/stropts.h.
339         * streams/sys/stropts.h: New file.
341 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
343         * sysdeps/unix/sysv/linux/ttyname.c,
344         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
345         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
347 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
349         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
350         argument of _itoa_word.
352 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
354         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
355         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
356         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
357         sigprocmask, resp., instead of EXTRA.
359         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
360         s_pread64 and s_pwrite64.
362 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
364         * iconvdata/Makefile: Correct rules to generate gap table.
365         * iconvdata/gap.pl: Simplify.
367         * iconvdata/TESTS: Name new tests.
368         * iconvdata/testdata/CP1250: New file.
369         * iconvdata/testdata/CP1250..UTF8: New file.
370         * iconvdata/testdata/CP1251: New file.
371         * iconvdata/testdata/CP1251..UTF8: New file.
372         * iconvdata/testdata/CP1252: New file.
373         * iconvdata/testdata/CP1252..UTF8: New file.
374         * iconvdata/testdata/CP1253: New file.
375         * iconvdata/testdata/CP1253..UTF8: New file.
376         * iconvdata/testdata/CP1254: New file.
377         * iconvdata/testdata/CP1254..UTF8: New file.
378         * iconvdata/testdata/CP1255: New file.
379         * iconvdata/testdata/CP1255..UTF8: New file.
380         * iconvdata/testdata/CP1256: New file.
381         * iconvdata/testdata/CP1256..UTF8: New file.
382         * iconvdata/testdata/CP1257: New file.
383         * iconvdata/testdata/CP1257..UTF8: New file.
385 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
387         * iconvdata/Makefile: Add rules for ISO-2022-KR.
388         * iconvdata/iso-2022-kr.c: New file.
390         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
391         and ISO-2022-KR.
393 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
395         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
396         iso8859-8 and iso8859-10.
397         * iconvdata/iso8859-5.c: Change to use gap method.
398         * iconvdata/iso8859-7.c: Likewise.
399         * iconvdata/iso8859-8.c: Likewise.
400         * iconvdata/iso8859-10.c: Likewise.
402         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
403         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
404         end of the loop.
405         * iconvdata/iso-2022-jp.c: New file.
407         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
408         * iconvdata/ksc5601.h: Unify function interfaces.
409         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
410         * iconvdata/uhc.c: Likewise.
412         * iconvdata/gb2312.h: Use correct types.
414         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
415         size elements of data.
417 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
419         * string/tst-svc.expect: Adapt for change in .input.
420         * string/tst-svc.input: More tests.
422 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
424         * iconvdata/Makefile: Add rules for new modules.
425         * iconvdata/gconv-modules: Likewise.
426         * iconvdata/cp737.c: New file.
427         * iconvdata/cp737.h: New file.
428         * iconvdata/cp775.c: New file.
429         * iconvdata/cp775.h: New file.
430         * iconvdata/cp874.c: New file.
431         * iconvdata/cp874.h: New file.
433 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
435         * iconvdata/Makefile: Create target directory before generating
436         headers.
438 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
440         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
441         __USER_LABEL_PREFIX__.
442         (__ASMNAME, __ASMNAME2): New macros.
444 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
446         * elf/dl-load.c: Include sys/param.h for MAX.
448 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
450         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
451         __ftruncate the strong symbol, and add weak alias.
452         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
454 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
456         * termios/cfsetspeed.c: Make code cleaner and add missing const.
457         Patch by Joe Keane <jgk@jgk.org>.
459         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
460         free()ing.
462 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
464         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
465         Patch by Thomas Bushnell, n/BSG.
467 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
469         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
471 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
473         * iconvdata/Makefile: Put generated headers in build directory.
475 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
477         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
478         strsep as current directory.
480         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
481         Java.  Add definitions for unicodelittle implementation.
482         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
483         * iconv/gconv_simple.c: Define unicodelittle functions.
485         * iconv/iconv_prog.c: Make program print information about position
486         of illegal character in input.
488         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
489         comparison of charset name.
490         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
491         * iconvdata/ebcdic-at-de-a.c: Likewise.
492         * iconvdata/ebcdic-at-de.c: Likewise.
493         * iconvdata/ebcdic-ca-fr.c: Likewise.
494         * iconvdata/euccn.c: Likewise.
495         * iconvdata/eucjp.c: Likewise.
496         * iconvdata/euckr.c: Likewise.
497         * iconvdata/euctw.c: Likewise.
498         * iconvdata/hp-roman8.c: Likewise.
499         * iconvdata/iso6937.c: Likewise.
500         * iconvdata/iso8859-1.c: Likewise.
501         * iconvdata/iso8859-10.c: Likewise.
502         * iconvdata/iso8859-2.c: Likewise.
503         * iconvdata/iso8859-3.c: Likewise.
504         * iconvdata/iso8859-4.c: Likewise.
505         * iconvdata/iso8859-5.c: Likewise.
506         * iconvdata/iso8859-6.c: Likewise.
507         * iconvdata/iso8859-7.c: Likewise.
508         * iconvdata/iso8859-8.c: Likewise.
509         * iconvdata/iso8859-9.c: Likewise.
510         * iconvdata/johab.c: Likewise.
511         * iconvdata/koi-8.c: Likewise.
512         * iconvdata/koi8-r.c: Likewise.
513         * iconvdata/latin-greek-1.c: Likewise.
514         * iconvdata/latin-greek.c: Likewise.
515         * iconvdata/sjis.c: Likewise.
516         * iconvdata/t61.c: Likewise.
517         * iconvdata/uhc.c: Likewise.
519         * iconvdata/iso646.c: Add support for more ISO 646 variants.
520         * iconvdata/TESTS: Add tests for ISO646 module.
521         * iconvdata/gconv-modules: Add new modules.
522         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
523         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
524         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
525         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
526         * iconvdata/testdate/DIN_66003: Likewise.
527         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
528         * iconvdata/testdate/DS_2089: Likewise.
529         * iconvdata/testdate/DS_2089..UTF8: Likewise.
530         * iconvdata/testdate/ES: Likewise.
531         * iconvdata/testdate/ES..UTF8: Likewise.
532         * iconvdata/testdate/ES2: Likewise.
533         * iconvdata/testdate/ES2..UTF8: Likewise.
534         * iconvdata/testdate/GB_1988-80: Likewise.
535         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
536         * iconvdata/testdate/IT: Likewise.
537         * iconvdata/testdate/IT..UTF8: Likewise.
538         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
539         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
540         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
541         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
542         * iconvdata/testdate/JUS_I.B1.002: Likewise.
543         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
544         * iconvdata/testdate/KSC5636: Likewise.
545         * iconvdata/testdate/KSC5636..UTF8: Likewise.
546         * iconvdata/testdate/MSZ_7795.3: Likewise.
547         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
548         * iconvdata/testdate/NC_NC00-10: Likewise.
549         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
550         * iconvdata/testdate/NF_Z_62-010: Likewise.
551         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
552         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
553         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
554         * iconvdata/testdate/NS_4551-1: Likewise.
555         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
556         * iconvdata/testdate/NS_4551-2: Likewise.
557         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
558         * iconvdata/testdate/PT: Likewise.
559         * iconvdata/testdate/PT..UTF8: Likewise.
560         * iconvdata/testdate/PT2: Likewise.
561         * iconvdata/testdate/PT2..UTF8: Likewise.
562         * iconvdata/testdate/SEN_850200_B: Likewise.
563         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
564         * iconvdata/testdate/SEN_850200_C: Likewise.
565         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
567         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
568         * iconvdata/cns11643l1.h: Likewise.
569         * iconvdata/latin-greek-1.h: Likewise.
570         * iconvdata/latin-greek.h: Likewise.
571         * iconvdata/koi8-r.h: Likewise.
572         * iconvdata/jis0212.h: Likewise.
573         * iconvdata/gb2312.h: Likewise.
574         * iconvdata/ksc5601.h: Likewise.
576         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
578         * iconvdata/Makefile: Add rules for lots of more modules.
579         * iconvdata/cp1250.c: New file.
580         * iconvdata/cp1251.c: New file.
581         * iconvdata/cp1252.c: New file.
582         * iconvdata/cp1253.c: New file.
583         * iconvdata/cp1254.c: New file.
584         * iconvdata/cp1255.c: New file.
585         * iconvdata/cp1256.c: New file.
586         * iconvdata/cp1257.c: New file.
587         * iconvdata/ebcdic-dk-no-a.c: New file.
588         * iconvdata/ebcdic-dk-no.c: New file.
589         * iconvdata/ebcdic-es-a.c: New file.
590         * iconvdata/ebcdic-es-s.c: New file.
591         * iconvdata/ebcdic-es.c: New file.
592         * iconvdata/ebcdic-fi-se-a.c: New file.
593         * iconvdata/ebcdic-fi-se.c: New file.
594         * iconvdata/ebcdic-fr.c: New file.
595         * iconvdata/ebcdic-is-friss.c: New file.
596         * iconvdata/ebcdic-it.c: New file.
597         * iconvdata/ebcdic-pt.c: New file.
598         * iconvdata/ebcdic-uk.c: New file.
599         * iconvdata/ebcdic-us.c: New file.
600         * iconvdata/ibm037.c: New file.
601         * iconvdata/ibm038.c: New file.
602         * iconvdata/ibm1004.c: New file.
603         * iconvdata/ibm1026.c: New file.
604         * iconvdata/ibm1047.c: New file.
605         * iconvdata/ibm256.c: New file.
606         * iconvdata/ibm273.c: New file.
607         * iconvdata/ibm274.c: New file.
608         * iconvdata/ibm275.c: New file.
609         * iconvdata/ibm277.c: New file.
610         * iconvdata/ibm278.c: New file.
611         * iconvdata/ibm280.c: New file.
612         * iconvdata/ibm281.c: New file.
613         * iconvdata/ibm284.c: New file.
614         * iconvdata/ibm285.c: New file.
615         * iconvdata/ibm290.c: New file.
616         * iconvdata/ibm297.c: New file.
617         * iconvdata/ibm420.c: New file.
618         * iconvdata/ibm423.c: New file.
619         * iconvdata/ibm424.c: New file.
620         * iconvdata/ibm437.c: New file.
621         * iconvdata/ibm500.c: New file.
622         * iconvdata/ibm850.c: New file.
623         * iconvdata/ibm851.c: New file.
624         * iconvdata/ibm852.c: New file.
625         * iconvdata/ibm855.c: New file.
626         * iconvdata/ibm857.c: New file.
627         * iconvdata/ibm860.c: New file.
628         * iconvdata/ibm861.c: New file.
629         * iconvdata/ibm862.c: New file.
630         * iconvdata/ibm863.c: New file.
631         * iconvdata/ibm864.c: New file.
632         * iconvdata/ibm865.c: New file.
633         * iconvdata/ibm868.c: New file.
634         * iconvdata/ibm869.c: New file.
635         * iconvdata/ibm870.c: New file.
636         * iconvdata/ibm871.c: New file.
637         * iconvdata/ibm875.c: New file.
638         * iconvdata/ibm880.c: New file.
639         * iconvdata/ibm891.c: New file.
640         * iconvdata/ibm903.c: New file.
641         * iconvdata/ibm904.c: New file.
642         * iconvdata/ibm905.c: New file.
643         * iconvdata/ibm918.c: New file.
645         * locale/iso-4217.def: Update.
646         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
648         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
649         formats.
651 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
653         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
654         LD_LIBRARY_PATH.
656 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
658         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
659         * Makefile: Likewise.
660         * posix/Makefile: Likewise.
661         * sysdeps/mach/hurd/Makefile: Likewise.
663 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
665         * sysdeps/mach/hurd/bits/dirent.h: New file.
666         * sysdeps/mach/hurd/readdir64.c: New file.
667         * sysdeps/mach/hurd/readdir64_r.c: New file.
669 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
671         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
672         dprintf): Synchronize declarations with libio/stdio.h.
674 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
676         * elf/dlerror.c (dlerror): Don't assume that
677         __libc_internal_tsd_get is defined.  __libc_getspecific is already
678         well-protected, so just use it directly.
680 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
682         * io/ftw.h (ftw): Fix typo.
684 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
686         * sysdeps/gnu/utmp_file.c: Fix typo.
688 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
690         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
691         one part of a test fails move on to the next test.
693 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
695         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
697 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
699         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
700         as pointers, not signed integers.
702 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
704         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
706 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
708         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
709         asm symbol name of functions.
710         * include/features.h: Kill redundant test.
712         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
713         * io/ftw.h: Likewise.
714         * io/sys/stat.h: Likewise.
715         * io/sys/statfs.h: Likewise.
716         * io/sys/statvfs.h: Likewise.
717         * libio/stdio.h: Likewise.
718         * resource/sys/resource.h: Likewise.
719         * rt/aio.h: Likewise.
721         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
722          __FAVOR_BSD.
723         * signal/signal.h: Use new macros for BSD vs. SysV signal().
725         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
726         a dummy library.
727         * misc/bsd-compat.c: Removed.
729 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
731         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
732         function declaration.
733         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
734         and use them in conversion function.
735         * iconvdata/Makefile (modules): Re-add ISO6446.
736         * iconvdata/TEST: Add tests for ASCII variants.
737         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
738         * iconvdata/testdata/ANSI_X3.4-1968: New file.
739         * iconvdata/testdata/BS_4730: New file.
740         * iconvdata/testdata/BS_4730..UTF8: New file.
742 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
744         * iconv/gconv.h (struct gconv_step): Add element stateful.
745         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
746         to zero for all internal conversions.
747         * iconv/skeleton.c: Initialize stateful depending on whether or not
748         RESET_STATE is defined to one or zero respectively.
749         * stdlib/mblen.c: Use stateful element of currently selected
750         converter for result if S is NULL.
751         * stdlib/mbtowc.c: Likewise.
752         * stdlib/wctomb.c: Likewise.
754 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
756         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
758         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
760         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
761         character in comparison with uint32_t.
762         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
763         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
764         Optimize BODY a bit.
766         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
767         be defined.
769         * iconv/skeleton.c: Also reset converted counter in case of an error.
770         Call reset function using correct value for output buffer start.
772         * iconvdata/Makefile: Re-enable tests.
774         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
775         value for to-conversion.
777         * iconvdata/TESTS: Add new third column.
778         * iconvdata/run-iconv-test.sh: Add support for charsets which are
779         not ASCII based.
780         * iconvdata/testdata/suntzus: New file.
782         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
783         while reading.  Correctly used base.  Little optimization.
784         (__strtoul_internal): Likewise.
786         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
787         was wrong.  Use explicit variable.
789 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
791         * configure.in: Check for awk.
792         * config.make.in: Add AWK to be substituted.
794         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
795         * manual/users.texi: Fix typo exposed by above rewrite.
797         * Makefile: Invoke awk using AWK variable.
798         * csu/Makefile: Likewise.
799         * elf/Makefile: Likewise.
800         * mach/Makefile: Likewise.
801         * manual/Makefile: Likewise.
802         * sysdeps/gnu/Makefile: Likewise.
803         * sysdeps/mach/hurd/Makefile: Likewise.
804         * sysdeps/unix/Makefile: Likewise.
805         * timezone/Makefile: Likewise.
807 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
809         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
810         array index translation.
811         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
812         these are defined.
814         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
816         * sysdeps/mach/hurd/errlist.c: New file.
817         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
818         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
819         semantics, so rename it.
821 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
823         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
824         conversions.
826 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
828         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
829         * wcsmbs/wcsnrtombs.c: Likewise.
831 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
833         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
835         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
837         * time/strftime.c (my_strftime): Initialize pad variable in
838         declaration.
840         * iconvdata/big5.c: Don't use character constants in comparisons
841         with unsigned value.
843 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
845         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
846         __libc_siglongjmp to GLIBC_2.1.
848         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
849         __strerror_r.
851         * iconv/Makefile: Don't run tests now.
853         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
854         with correct output buffer.
856         Major rewrite of the low-level gconv functionality.
857         * iconv/gconv.c: Rewritten.
858         * iconv/gconv.h: Likewise.
859         * iconv/gconv_builtin.c: Likewise.
860         * iconv/gconv_builtin.h: Likewise.
861         * iconv/gconv_conf.c: Likewise.
862         * iconv/gconv_int.h: Likewise.
863         * iconv/gconv_open.c: Likewise.
864         * iconv/gconv_simple.c: Likewise.
865         * iconv/iconv.c: Likewise.
866         * iconvdata/8bit-gap.c: Likewise.
867         * iconvdata/8bit-generic.c: Likewise.
868         * iconvdata/Makefile: Likewise.
869         * iconvdata/big5.c: Likewise.
870         * iconvdata/cns11643.c: Likewise.
871         * iconvdata/cns11643.h: Likewise.
872         * iconvdata/cns11643l1.c: Likewise.
873         * iconvdata/cns11643l1.h: Likewise.
874         * iconvdata/ebcdic-at-de-a.c: Likewise.
875         * iconvdata/ebcdic-at-de.c: Likewise.
876         * iconvdata/ebcdic-ca-fr.c: Likewise.
877         * iconvdata/euccn.c: Likewise.
878         * iconvdata/eucjp.c: Likewise.
879         * iconvdata/euckr.c: Likewise.
880         * iconvdata/euctw.c: Likewise.
881         * iconvdata/gb2312.c: Likewise.
882         * iconvdata/gb2312.h: Likewise.
883         * iconvdata/hp-roman8.c: Likewise.
884         * iconvdata/iso646.c: Likewise.
885         * iconvdata/iso6937.c: Likewise.
886         * iconvdata/iso8859-1.c: Likewise.
887         * iconvdata/iso8859-10.c: Likewise.
888         * iconvdata/iso8859-2.c: Likewise.
889         * iconvdata/iso8859-3.c: Likewise.
890         * iconvdata/iso8859-4.c: Likewise.
891         * iconvdata/iso8859-5.c: Likewise.
892         * iconvdata/iso8859-6.c: Likewise.
893         * iconvdata/iso8859-7.c: Likewise.
894         * iconvdata/iso8859-8.c: Likewise.
895         * iconvdata/iso8859-9.c: Likewise.
896         * iconvdata/jis0201.c: Likewise.
897         * iconvdata/jis0201.h: Likewise.
898         * iconvdata/jis0208.c: Likewise.
899         * iconvdata/jis0208.h: Likewise.
900         * iconvdata/jis0212.c: Likewise.
901         * iconvdata/jis0212.h: Likewise.
902         * iconvdata/johab.c: Likewise.
903         * iconvdata/koi-8.c: Likewise.
904         * iconvdata/koi8-r.c: Likewise.
905         * iconvdata/ksc5601.c: Likewise.
906         * iconvdata/ksc5601.h: Likewise.
907         * iconvdata/latin-greek-1.c: Likewise.
908         * iconvdata/latin-greek.c: Likewise.
909         * iconvdata/run-iconv-test.sh: Likewise.
910         * iconvdata/sjis.c: Likewise.
911         * iconvdata/t61.c: Likewise.
912         * iconvdata/uhc.c: Likewise.
913         * wcsmbs/btowc.c: Likewise.
914         * wcsmbs/mbrtowc.c: Likewise.
915         * wcsmbs/mbsnrtowcs.c: Likewise.
916         * wcsmbs/mbsrtowcs.c: Likewise.
917         * wcsmbs/wcrtomb.c: Likewise.
918         * wcsmbs/wcsmbsload.c: Likewise.
919         * wcsmbs/wcsnrtombs.c: Likewise.
920         * wcsmbs/wcsrtombs.c: Likewise.
921         * wcsmbs/wctob.c: Likewise.
922         * iconv/loop.c: New file.
923         * iconv/skeleton.c: New file.
925         * stdlib/mblen.c: Handle empty input string correctly.
926         * stdlib/mbtowc.c: Likewise.
928         * posix/getopt.c: Various cleanups.
930         * sysdeps/arm/bits/setjmp.h: Add copyright text.
931         * sysdeps/i386/bits/setjmp.h: Likewise.
932         * sysdeps/m68k/bits/setjmp.h: Likewise.
933         * sysdeps/powerpc/bits/setjmp.h: Likewise.
934         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
936         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
937         and make longjmp weak alias.
939 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
941         * iconv/Makefile (routines): Only include gconv_dl if building for
942         an ELF system - dynamic linking is not available on a.out.
943         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
944         due to above check.
945         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
946         routines from gconv_dl.
948 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
950         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
951         we can compile without libio.
953 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
955         * sysdeps/mach/hurd/Subdirs: Remove login.
957 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
959         * db2/compat.h: Include <errno.h>, to make sure we get the
960         definition of EFTYPE before we define it ourselves.
962 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
964         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
965         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
966         Fix typo to allow inclusion from sys/ioctl.h again.
968 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
970         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
972 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
974         * libc.map: Export __strerror_r.  Remove _strerror_internal.
976 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
978         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
979         Also undefine __strcasestr.
981 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
983         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
984         aliases do not work with global variables due to copy relocations.
986 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
988         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
990 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
992         * signal/sighold.c: Include stddef.h for NULL definition.
993         * signal/sigrelse.c: Likewise.
994         * sysdeps/posix/sigignore.c: Likewise.
995         * sysdeps/posix/sigset.c: Likewise.
996         * sysdeps/posix/waitid.c: Likewise.
997         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
998         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
999         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1000         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
1001         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1003 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
1005         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
1006         * login/getutent.c (getutxent): Remove alias.
1007         * login/getutent_r.c (setutxent, pututxline, endutxent):
1008         Remove aliases.
1009         * login/getutid.c (getutxid): Remove alias.
1010         * login/getutline.c (getutxline): Remove alias.
1011         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
1012         __getutid, __getutline and __pututline.
1013         * login/utmpx.h: Moved to ...
1014         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
1015         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
1016         and updwtmpx.
1017         * login/updwtmp.c: Moved to ...
1018         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
1019         allowing file name transformation.
1020         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
1021         additional file name transformation.
1022         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
1023         * login/utmp_file.c: Moved to ...
1024         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
1025         Generalized by allowing file name transformation.  Do not
1026         print error message.  Library functions should not print them.
1027         Reported by Jim Meyering.
1028         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
1029         with additional file name transformation.
1030         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
1031         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
1032         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
1033         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
1034         and bits/utmpx.h.
1035         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
1036         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
1037         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
1038         Define if __USE_GNU.
1039         * sysdeps/generic/setutxent.c: New file.
1040         * sysdeps/generic/getutxent.c: New file.
1041         * sysdeps/generic/endutxent.c: New file.
1042         * sysdeps/generic/getutxid.c: New file.
1043         * sysdeps/generic/getutxline.c: New file.
1044         * sysdeps/generic/pututxline.c: New file.
1045         * sysdeps/generic/utmpxname.c: New file.
1046         * sysdeps/generic/updwtmpx.c: New file.
1047         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
1048         * sysdeps/generic/bits/utmpx.h: Remove.
1050 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
1052         * posix/wordexp-test.c (main): Initialize ifs element of ts for
1053         ~root test.
1055 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
1057         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
1059 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
1061         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
1062         variable using _G_stat64.
1063         * libio/fileops.c: Remove macro definition of fstat, it is in the
1064         global header.
1065         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
1067 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
1069         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
1070         <willy@odie.barnet.ac.uk>.
1072 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
1074         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
1075         required by IPv6 Basic API.
1076         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
1077         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
1078         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
1079         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
1081 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
1083         Don't name internal representation since it might be different from
1084         the external form (namely on little endian machines).
1085         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
1086         UCS4 into references to INTERNAL.
1087         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
1088         Add endianess support to UCS functions.  Change references to
1089         UCS4 into references to INTERNAL.
1090         * iconv/gconv_int.h: Change references to UCS4 into references to
1091         INTERNAL.
1092         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
1093         * iconvdata/gconv-modules: Change accordingly.
1094         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
1096         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
1097         overflow.
1098         * iconvdata/8bit-gap.c: Likewise.
1099         * iconvdata/8bit-generic.c: Likewise.
1100         * iconvdata/big5.c: Likewise.
1101         * iconvdata/euccn.c: Likewise.
1102         * iconvdata/eucjp.c: Likewise.
1103         * iconvdata/euckr.c: Likewise.
1104         * iconvdata/euctw.c: Likewise.
1105         * iconvdata/iso646.c: Likewise.
1106         * iconvdata/iso6937.c: Likewise.
1107         * iconvdata/iso8859-1.c: Likewise.
1108         * iconvdata/johab.c: Likewise.
1109         * iconvdata/sjis.c: Likewise.
1110         * iconvdata/t61.c: Likewise.
1111         * iconvdata/uhc.c: Likewise.
1113         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
1114         * iconvdata/8bit-generic.c: Likewise.
1116         * iconvdata/TESTS: Add more tests.
1118         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
1120 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
1122         * iconvdata/Makefile: Better rules to run tests.
1124         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
1125         * iconvdata/testdata/ISO-8859-10: Likewise.
1126         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
1127         * iconvdata/testdata/ISO-8859-2: Likewise.
1128         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
1129         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
1130         * iconvdata/testdata/ISO-8859-3: Likewise.
1131         * iconvdata/testdata/ISO-8859-4: Likewise.
1132         * iconvdata/testdata/ISO-8859-5: Likewise.
1133         * iconvdata/testdata/ISO-8859-6: Likewise.
1134         * iconvdata/testdata/ISO-8859-7: Likewise.
1135         * iconvdata/testdata/ISO-8859-8: Likewise.
1136         * iconvdata/testdata/ISO-8859-9: Likewise.
1138 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
1140         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
1141         intermediate result (if available).
1143         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
1144         last change.
1146         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
1147         (distribute): Add run-iconv-test.sh and testdata/*.
1149         * stdlib/testmb.c (main): Simplify mbc array handling.
1151 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1153         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
1154         return value on overflow.
1156 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1158         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
1159         bits.
1161 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1163         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
1164         of non-standard function setbuffer.
1166 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1168         * stdio-common/perror.c: Include <string.h> for __strerror_r.
1170 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
1172         * iconvdata/Makefile: Add rules to run tests.
1173         * iconvdata/TESTS: New file.
1174         * iconvdata/run-iconv-test.sh: New file.
1175         * iconvdata/testdata/ISO-8859-1: New file.
1177         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
1178         not stdout.
1180 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
1182         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
1183         counter element of step.
1185         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
1187         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
1188         termination test.
1189         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
1190         ACTUALLY.
1191         (__gconv_transform_utf8_ucs4): Correct test for empty input.
1193 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
1195         * Makefile: Include makeconfig before defining rule to regenerate
1196         configure files.
1198         * configure.in: Remove restriction on compiling without static
1199         libs.
1201 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
1203         * test-skeleton.c: Provide hook for initializing code before the fork.
1204         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
1205         removed.
1207         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
1208         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
1209         * libio/libioP.h: Adopt _IO_cleanup prototype.
1211         * stdlib/Makefile (tests): Add test-canon2.
1212         * stdlib/test-canon2.c: New file.
1213         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
1214         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
1215         symlink sequences.
1216         (__realpath): Make real function which checks RESOLVED parameter for
1217         not being NULL.
1219 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
1221         * catgets/open_catalog.c (__open_catalog): Fix problems with
1222         reading non-files.  Always close file.
1223         Reported by Cristian Gafton <gafton@redhat.com>.
1225         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
1227 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
1229         * libc.map: Add various low-level I/O functions.
1231 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
1233         * string/Makefile (routines): Remove strerror_r.
1234         * string/strerror_r.c: Removed.
1235         * string/strerror.c: Call __strerror_r for doing the real work.
1236         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
1237         add weak alias strerror_r.
1238         * sysdeps/mach/_strerror.c: Likewise.
1239         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
1240         * elf/dl-error.c (_dl_signal_error): Likewise.
1241         * elf/dl-profile.c (_dl_start_profile): Likewise.
1242         * gmon/gmon.c (write_gmon): Likewise.
1243         * stdio-common/perror.c: Likewise.
1244         * stdio-common/vfprintf.c: Likewise.
1246 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
1248         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
1249         (sysdep_headers): Add netatalk/at.h.
1251 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1253         * manual/socket.texi, manual/creature.texi, manual/time.texi:
1254         Formatting fixes.
1256 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1258         * posix/regex.c: Rename __re_syntax_options back to
1259         re_syntax_options, aliases do not work with global variables due
1260         to copy relocations.
1261         (regex_compile): Use syntax parameter instead of
1262         re_syntax_options.
1264 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1266         * configure.in: Document that enable-force-install is default.
1268 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
1270         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
1271         all needed 36 bits.
1272         * sysdeps/posix/mkstemp.c: Likewise.
1274 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
1276         * iconvdata/8bit-gap.c: Simplify step data handling.
1277         * iconvdata/8bit-generic.c: Likewise.
1278         * iconvdata/big5.c: Likewise.
1279         * iconvdata/euccn.c: Likewise.
1280         * iconvdata/eucjp.c: Likewise.
1281         * iconvdata/euckr.c: Likewise.
1282         * iconvdata/euctw.c: Likewise.
1283         * iconvdata/iso6937.c: Likewise.
1284         * iconvdata/iso8859-1.c: Likewise.
1285         * iconvdata/jis0208.h: Likewise.
1286         * iconvdata/jis0212.c: Likewise.
1287         * iconvdata/jis0212.h: Likewise.
1288         * iconvdata/johab.c: Likewise.
1289         * iconvdata/ksc5601.h: Likewise.
1290         * iconvdata/sjis.c: Likewise.
1291         * iconvdata/t61.c: Likewise.
1292         * iconvdata/uhc.c: Likewise.
1294 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
1296         * manual/texinfo.texi: Updated from last version.
1298 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
1300         * iconvdata/cns11643.c: New file.
1301         * iconvdata/cns11643.h: New file.
1302         * iconvdata/cns11643l1.c: New file.
1303         * iconvdata/cns11643l1.h: New file.
1304         * iconvdata/euctw.c: New file.
1305         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
1306         * iconvdata/gconv-modules: Likewise.
1308         * iconvdata/eucjp.c: Several bug fixes and improvements.
1309         * iconvdata/gb2312.h: Likewise.
1310         * iconvdata/jis0201.h: Likewise.
1311         * iconvdata/jis0208.h: Likewise.
1312         * iconvdata/jis0212.h: Likewise.
1314 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
1316         * iconvdata/eucjp.c: New file.
1317         * iconvdata/euccn.c: New file.
1318         * iconvdata/gb2312.h: New file.
1319         * iconvdata/gb2312.c: New file.
1320         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
1321         * iconvdata/gconv-modules: Likewise.
1323         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
1325 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
1327         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1328         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
1329         Patch by Mark Hatle <fray@kernel.crashing.org>.
1331 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
1333         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
1334         comment.
1335         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
1336         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
1338 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
1340         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
1342         * iconvdata/Makefile: Add rules for big5 conversion.
1343         * iconvdata/gconv-modules: Likewise.
1344         * iconvdata/big5.c: New file.
1346         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
1347         Patch by Jim Meyering.
1349 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
1351         * rt/tst-aio.c: Add test for aio_read and lio_listio.
1353         * rt/lio_listio.c: Correct total counter handling.
1355         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
1356         from request queue.
1358         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
1359         of signal on exit even more.
1361         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
1362         instead of call to pthread_cond_init.
1363         * rt/lio_listio.c (lio_listio): Likewise.
1364         * rt/lio_listio64.c (lio_listio64): Likewise.
1366         * nis/nis_findserv.c: Include sys/socket.h.
1368 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
1370         * Makeconfig (rtobjdir): New variable.
1371         (rpath-link): Add rtobjdir and thread directory, if available.
1373         * test-skeleton.c: Add support to remove temporary files.
1374         Always define test_dir.  Improve message about expected signal.
1376         * rt/Makefile (tests): Add tst-aio.
1377         Add rules for tst-aio to be linked with librt and thread library.
1378         * rt/aio_misc.c: Correct fundamental bugs.
1379         * rt/aio_suspend.c: Correct bug in test for available request.
1380         Initialize conditional variable.
1381         * rt/lio_listio.c: Initialize conditional variable.
1382         * rt/lio_listio64.c: Likewise.
1383         * rt/tst-aio.c: New file.
1385         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
1386         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
1387         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
1388         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
1389         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
1390         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
1391         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
1393 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
1395         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
1397 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
1399         * elf/dl-load.c (open_path): Use correct name for test whether
1400         directory in load path exists.
1402         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
1403         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
1404         Patches by Tom Rini <trini@kernel.crashing.org>.
1406         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
1407         * wcsmbs/wcstod_l.c: Likewise.
1408         * wcsmbs/wcstold_l.c: Likewise.
1410         * include/byteswap.h: New file.
1412         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
1413         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
1415         * inet/getnameinfo.c (getnameinfo): Change parameter to match
1416         declaration.  Patch by Richard Henderson.
1418 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1420         * manual/process.texi (SIGCHLD example): Save errno.
1422 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
1424         * posix/regex.c: Define regerror really as __regerror.
1425         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
1426         regerror and regfree.
1428         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
1429         * stdlib/strtod_l.c: Likewise.
1430         * stdlib/strtold_l.c: Likewise.
1432         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
1434         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
1436         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
1437         Patch by Christian Gafton.
1439 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
1441         * manual/socket.texi (Interface Naming): Correct @deftypefun line
1442         for if_indextoname.
1444 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1446         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
1448         * manual/socket.texi (Interface Naming): Fix typo.
1450 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1452         * manual/examples/filesrv.c (main): Remove filename first.
1454         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
1455         ?F_UNIX.
1457         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
1458         instead of PF_UNIX.
1460         * manual/examples/filecli.c (main): Use AF_LOCAL
1461         instead of AF_UNIX.
1463 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
1465         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
1466         signgam weak alias.
1467         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
1468         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
1469         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
1470         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
1471         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
1472         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
1474         * login/utmp_daemon.c (open_socket): Use __connect not connect.
1476 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1478         * configure.in: Add new option --enable-force-install.  Substitute
1479         force_install.
1480         * config.make.in (force-install): Set from configure.
1481         * Makerules (force-install): New phony target.
1482         * Makeconfig (+force): New variable.
1483         * Makefile: Use it in dependency list of installation targets.
1484         * db/Makefile: Likewise.
1485         * db2/Makefile: Likewise.
1486         * elf/Makefile: Likewise.
1487         * hurd/Makefile: Likewise.
1488         * iconv/Makefile: Likewise.
1489         * iconvdata/Makefile: Likewise.
1490         * intl/Makefile: Likewise.
1491         * localedata/Makefile: Likewise.
1492         * login/Makefile: Likewise.
1493         * po/Makefile: Likewise.
1494         * sunrpc/Makefile: Likewise.
1495         * sysdeps/mach/hurd/Makefile: Likewise.
1496         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
1497         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1498         * timezone/Makefile: Likewise.
1500 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1502         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
1503         alloc_size.  Pass return value of getcwd syscall to realloc.
1505 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1507         * manual/socket.texi: Spelling fixes.
1509 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1511         * elf/dl-load.c (print_search_path): Remove unused variable.
1513 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
1515         * login/utmp_file.c: use __ftruncate not ftruncate.
1516         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
1517         for system call and make ftruncate weak alias.
1518         * posix/unistd.h: Add prototype for __ftruncate.
1519         * login/utmp_daemon.c (open_socket): Use __socket not socket.
1520         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
1521         instead of snprintf and readv.
1522         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
1523         snprintf.
1524         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
1525         directly.
1527 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
1529         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
1530         * iconv/gconv_db.c: Use __ protected regex functions.
1531         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
1532         * posix/getopt_init.c: Use __getpid not getpid.
1533         * posix/regex.c: Rename all global functions to start with __ and
1534         make old names weak aliases.
1535         * posix/regex.h: Adopt prototypes for this.
1536         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
1537         a weak alias and use __getcwd instead of getcwd.
1538         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
1539         * stdlib/strtod.c: Use __btowc instead of btowc.
1540         * stdlib/strtol.c: Likewise.
1541         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
1542         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
1543         and sys_errlist are weak.
1544         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
1545         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
1546         * wcsmbs/mbsnrtowcs.c: Likewise.
1547         * wcsmbs/mbsrtowcs.c: Likewise.
1548         * wcsmbs/wcsnrtombs.c: Likewise.
1549         * wcsmbs/wcsrtombs.c: Likewise.
1550         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
1551         weak alias.
1552         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
1553         * wctype/wctype.c: Define function as __wctype and make wctype
1554         weak alias.
1555         * wctype/wctype.h: Declare __wctype.
1557 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
1559         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
1561 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1563         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
1564         stat64.
1565         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
1566         functions.
1567         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
1568         for __llseek.
1569         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1570         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
1571         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
1572         make it a weak alias.
1573         * posix/unistd.h: Declare __lseek64.
1575         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
1576         (_IO_file_stat): Fix typo.
1577         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
1578         block size from the file.  Use __mempcpy if _LIBC.
1580 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
1582         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
1583         * wcsmbs/mbrtowc.c: Likewise.
1584         * wcsmbs/mbsnrtowcs.c: Likewise.
1585         * wcsmbs/mbsrtowcs.c: Likewise.
1586         * wcsmbs/wcrtomb.c: Likewise.
1587         * wcsmbs/wcsnrtombs.c: Likewise.
1588         * wcsmbs/wcsrtombs.c: Likewise.
1589         * wcsmbs/wctob.c: Likewise.
1591         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
1592         position of next output character correctly.
1593         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
1595         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
1597         * stdlib/strtod.c: Don't use mbtowc.
1599 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
1601         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
1602         what we want is smaller than a buffer.
1604 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
1606         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
1607         this function.
1609 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
1611         * configure.in: Recognize --with-headers flag and determine
1612         commandline options to be used in compilation.
1613         * Makeconfig (+includes): Use $(sysincludes).
1614         * config.make.in (sysincludes): Define from SYSINCLUDES.
1615         * glibcbug.in: Use SYSINCLUDES information.
1616         Patches by Zack Weinberg.
1618 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1620         * glibcbug.in: On linux, report version of kernel headers seen
1621         by compiler.
1623 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
1625         * libc.map: Add __asprintf to GLIBC_2.1.
1626         * elf/dlerror.c: Use __asprintf, not asprintf.
1627         * libio/stdio.h: Declare __asprintf.
1628         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
1629         a weak alias.
1631         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
1632         to avoid inclusion from libc_pic.a.
1634         * elf/dl-runtime.c: Undo last patch.
1636         * stdlib/strtod.c: Don't use mbtowc, use btowc.
1638         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
1639         as default, use NULL.
1641 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1643         * resolv/Makefile: Include ../Makeconfig - needed for building
1644         static NSS module.
1646 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1648         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
1649         static-nss since we don't want hesiod in the static NSS.
1651         * nss/Makefile: Build only nss_files as static.
1653         * nss/function.def: Remove support for service db.
1655 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
1657         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
1659 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
1661         * posix/wordexp-test.c: Make IFS per test-case.
1663 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1665         * glibcbug.in: Report version of gcc in use.  Remove unused variable
1666         ENVIRONMENT.
1668 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
1670         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
1671         `-print-file-name' to find as and ld.
1673 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
1675         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
1676         template is wrong.  Remove unused varaible `ignored'.
1678 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1680         * libc.map: Export __libc_sa_len.
1682         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
1684 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
1686         * iconv/gconv.c: Take care for NULL arguments.
1687         * iconv/gconv_dl.c: Make find_func function global.
1688         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
1689         Add prototypes for ASCII conversion functions.
1690         * iconv/gconv_simple.c: Add ASCII conversion functions.
1691         * locale/C-ctype.c: Correct charset name.
1693         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
1694         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
1695         wcsmbsload.
1696         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
1697         * wcsmbs/mbrtowc.c: Likewise.
1698         * wcsmbs/mbsnrtowcs.c: Likewise.
1699         * wcsmbs/mbsrtowcs.c: Likewise.
1700         * wcsmbs/wcrtomb.c: Likewise.
1701         * wcsmbs/wcsnrtombs.c: Likewise.
1702         * wcsmbs/wcsrtombs.c: Likewise.
1703         * wcsmbs/wctob.c: Likewise.
1704         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
1705         prototypes for wmemr*.
1706         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
1707         * wcsmbs/wcsnlen.c: New file.
1708         * wcsmbs/wcsmbsload.c: New file.
1709         * wcsmbs/wcsmbsload.h: New file.
1711         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
1713         * manual/install.texi: Describe some more critical points.
1715         * string/string.h: Add prototype for __strnlen.
1716         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
1718         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
1719         much less predictable names.
1720         * sysdeps/posix/mkstemp.c: Likewise.
1722 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1724         * manual/libc.texinfo (Top): Change "file namespace" to "local
1725         namespace".
1727         * manual/socket.texi: Change file namespace to local namespace.
1728         (Out-of-Band Data): Remove unneeded variable link.
1729         (Host Address Functions): Use uint32_t consequently and add a
1730         number of clarifications for IPv4/IPv6, classless addresses.
1731         (Internet Namespace): Added some paragraphs about IPv6.
1732         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
1734 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
1736         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
1738         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
1739         (NI_NUMERICHOST, et al.): Tidy up and add comments.
1740         (AI_NUMERICHOST): Define.
1741         (getnodebyname): New prototype.
1742         (AI_V4MAPPED, et al.): New constants.
1744         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
1745         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
1746         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
1747         for socket.
1748         * sysdeps/unix/sysv/linux/sa_len.c: New file.
1749         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
1751         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
1753         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
1754         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
1755         * socket/Makefile (headers): Add bits/sockunion.h.
1756         * socket/sys/socket.h: Include <bits/sockunion.h>
1757         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
1758         <sys/socket.h>, to avoid getting sockaddr_union defined.
1759         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
1760         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1761         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
1763         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
1764         (2.2.x kernels won't have it).
1766 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
1768         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
1769         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
1770         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
1771         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
1773 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
1775         * manual/socket.texi (Socket Addresses): Fix a typo.
1776         (Interface Naming): New section.
1778 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1780         * configure.in: Check for CC using $ac_tool_prefix, to handle
1781         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
1782         * config.make.in: Add MIG to be substituted.
1783         * mach/Machrules: Don't define MIG variable.
1785         Patch by Gordon Matzigkeit <gord@profitpress.com>.
1787 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
1789         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
1790         strdupa to copy rpath.
1792 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1794         * configure.in: Fix gcc version check.
1796         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
1797         confusing.
1799 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
1801         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
1802         of ptsname_r.
1804         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
1805         like ttyname_r.
1806         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
1807         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
1808         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
1809         of __ptsname_r accordingly.
1810         * login/openpty.c (openpty): Likewise.
1812 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
1814         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
1816 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1818         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
1820         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
1822 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1824         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
1825         return value for better error checking.
1827 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
1829         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
1830         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
1832         * elf/elf.h (EM_SPARC64): Remove.
1833         (EM_SPARC32PLUS, EM_SPARCV9): Add.
1834         (HWCAP_SPARC_V9): Add.
1836         * elf/ldsodefs.h (_dl_hwcap): Declare.
1837         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
1838         Weaken so dlopen from static progies works.
1839         (WEAKADDR): New macro.
1840         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
1841         (LD_SO_PRELOAD): New macro.
1842         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
1843         (elf_machine_rela): Weaken _dl_rtld_map.
1845         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
1846         to __clone, and remove the later's alias.
1847         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
1849         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
1850         the kernel's structure.
1852         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
1853         Sparc needs a custom value of __KERNEL_NCCS.
1855 1998-04-06  Richard Henderson  <rth@cygnus.com>
1857         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
1859         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
1860         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1862 1998-04-06  Richard Henderson  <rth@cygnus.com>
1864         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
1865         as the buffer is not properly aligned.
1866         Reported by Juan Cespedes <cespedes@debian.org>.
1868 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1870         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
1871         instead of AF_FILE.
1873 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
1875         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
1876         and wc*tomb* functions.
1878 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
1880         * sysdeps/unix/start.c: Fix typo.
1882 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
1884         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
1886 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
1888         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
1889         expressions and using array variables.
1890         * sysdeps/libm-ieee754/e_asin.c: Likewise.
1891         * sysdeps/libm-ieee754/e_j0.c: Likewise.
1892         * sysdeps/libm-ieee754/e_j1.c: Likewise.
1893         * sysdeps/libm-ieee754/e_log.c: Likewise.
1894         * sysdeps/libm-ieee754/e_pow.c: Likewise.
1895         * sysdeps/libm-ieee754/k_cos.c: Likewise.
1896         * sysdeps/libm-ieee754/k_sin.c: Likewise.
1897         * sysdeps/libm-ieee754/k_tan.c: Likewise.
1898         * sysdeps/libm-ieee754/s_atan.c: Likewise.
1899         * sysdeps/libm-ieee754/s_erf.c: Likewise.
1900         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
1901         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
1902         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
1904 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
1906         * iconv/gconv.c: Rewrite of the low-level of gconv.
1907         * iconv/gconv.h: Likewise.
1908         * iconv/gconv_builtin.h: Likewise.
1909         * iconv/gconv_close.c: Likewise.
1910         * iconv/gconv_db.: Likewise.
1911         * iconv/gconv_dl.c: Likewise.
1912         * iconv/gconv_int.h: Likewise.
1913         * iconv/gconv_open.c: Likewise.
1914         * iconv/gconv_simple.c: Likewise.
1915         * iconvdata/8bit-gap.c: Adapt for rewrite.
1916         * iconvdata/8bit-generic.c: Likewise.
1917         * iconvdata/euckr.c: Likewise.
1918         * iconvdata/iso646.c: Likewise.
1919         * iconvdata/iso6937.c: Likewise.
1920         * iconvdata/iso8859-1.c: Likewise.
1921         * iconvdata/johab.c: Likewise.
1922         * iconvdata/sjis.c: Likewise.
1923         * iconvdata/t61.c: Likewise.
1924         * iconvdata/uhc.c: Likewise.
1926 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
1928         * iconv/gconv_int.h: New file.  Internal header.
1929         * iconv/Makefile (distribute): Add gconv_int.h.
1930         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
1931         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
1932         * iconv/gconv_close.c: Likewise.
1933         * iconv/gconv_conf.c: Likewise.
1934         * iconv/gconv_db.c: Likewise.
1935         * iconv/gconv_dl.c: Likewise.
1936         * iconv/gconv_int.h: Likewise.
1937         * iconv/gconv_open.c: Likewise.
1938         * iconv/iconv.c: Likewise.
1939         * iconv/iconv_close.c: Likewise.
1940         * iconv/iconv_open.c: Likewise.
1941         * iconv/iconv_prog.c: Likewise.
1943 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
1945         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
1946         missing braces.
1948 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1950         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
1952 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
1954         Based on patch from Pat Beirne:
1955         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
1956         PIC and non-PIC now.  Correctly negate error number.
1957         (errno): Use `%' not `@' in .type directives.
1959 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
1961         * sysdeps/i386/strtok.S: Change to use single exit point.
1962         * sysdeps/i386/i686/strtok.S: Likewise.
1964 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1966         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
1967         default.
1969 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1971         * Makerules (installed-libcs): Fix typo.
1973 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1975         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
1976         (UHC-routines): Remove ksc5601.
1978 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
1980         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
1981         introduced in last change.
1983 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
1985         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
1986         before 2.1.92.
1988 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
1990         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
1992         * stdlib/isomac.c: Use -isystem instead of -I for system include
1993         dir.
1995 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
1997         * resolv/res_comp.c (underscorechar): New.
1998         (middlechar): Allow '_'.
2000 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
2002         * intl/explodename.c (stdlib.h): Include that file only if
2003         STDC_HEADERS or _LIBC.
2004         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
2005         Patch by Philippe De Muyter <phdm@macqel.be>.
2007 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2009         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
2010         (AC_PROG_CHECK_VER): New macro.
2011         * configure.in: Use AC_PROG_CHECK_VER to check versions of
2012         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
2014 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
2016         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
2017         * sysdeps/i386/i686/strtok.S: New file
2018         * sysdeps/i386/i686/strtok_r.S: New file
2020 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
2022         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
2023         type to __off64_t.
2024         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
2025         parameter as __off64_t instead of __off_t.
2026         (ftello): Make alias for ftello64 instead of ftello.  Change
2027         return type to __off64_t.
2029 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
2031         * sysdeps/i386/bits/string.h: Fix various typos.
2032         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2034         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
2036 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
2038         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
2039         lchown syscall correctly.  [PR libc/541].
2041 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
2043         * localedata/Makefile: Correct testsuite rules.
2045         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
2046         * iconvdata/iso646.c: Fix conversion from UCS4.
2048         * elf/ldsodefs.h: Mark internal function with internal_function.
2049         * elf/dl-addr.c: Likewise.
2050         * elf/dl-close.c: Likewise.
2051         * elf/dl-debug.c: Likewise.
2052         * elf/dl-deps.c: Likewise.
2053         * elf/dl-error.c: Likewise.
2054         * elf/dl-fini.c: Likewise.
2055         * elf/dl-init.c: Likewise.
2056         * elf/dl-load.c: Likewise.
2057         * elf/dl-lookup.c: Likewise.
2058         * elf/dl-object.c: Likewise.
2059         * elf/dl-open.c: Likewise.
2060         * elf/dl-profile.c: Likewise.
2061         * elf/dl-reloc.c: Likewise.
2062         * elf/dl-runtime.c: Likewise.
2063         * elf/dl-symbol.c: Likewise.
2064         * elf/dl-version.c: Likewise.
2065         * elf/dlerror.c: Likewise.
2066         * sysdeps/generic/dl-sysdep.c: Likewise.
2067         * sysdeps/i386/dl-machine.h: Likewise.
2068         * intl/finddomain.c: Likewise.
2069         * intl/gettextP.h: Likewise.
2070         * intl/loadmsgcat.c: Likewise.
2072 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
2074         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
2075         * iconv/gconv_builtin.h: Add definitions for new builtins.
2076         * iconv/gconv.h: Add prototypes for new builtins.
2078         * iconvdata/Makefile (modules): Add ISO646.
2079         Add rules for ISO646 module.
2080         (distribute): Add iso646.c.
2081         * iconvdata/gconv-modules: Add module and alias definition for
2082         ISO646 charsets.
2083         * iconvdata/iso646.c: New file.
2085 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
2087         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
2088         * iconv/iconv_prog.c: Implement --list option to print available
2089         coded character sets.
2091 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2093         Make fread() read large blocks straight to the user buffer.
2095         * libio/fileops.c (_IO_file_xsgetn): New function.
2096         (_IO_file_jumps): Use it.
2097         * libio/libioP.h: Prototype it.
2099 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
2101         * iconv/gconv_conf.c (builtin_aliases): New variable.
2102         (__gconv_read_conf): Add builtin aliases.
2103         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
2104         noop macro before including gconv_builtin.h.
2105         * iconv/gconv_builtin.h: Add alias names.
2107         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
2108         number of converted bytes correctly.
2110 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2112         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
2113         we only wait for a replay.
2115 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
2117         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
2118         EUC-KR modules.
2120 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
2122         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
2123         use PLTJMP() rather than explicit (PLT).
2125         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
2126         __libc_start_main().
2128         Based on patch from Pat Beirne:
2129         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
2130         Always define, not only #ifndef PIC.
2131         (DO_CALL): Pass fifth argument correctly in R4.
2132         (PSEUDO): Correct test for error, call syscall_error through PLT
2133         if PIC.
2135 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
2137         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
2138         definitions.
2140 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
2142         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
2143         JOHAB.so.
2145 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
2147         * io/Makefile (static-only-routines): Add stat64, fstat64 and
2148         lstat64.
2150 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2152         * manual/Makefile: Use object-suffixes-for-libc instead of
2153         object-suffixes.
2154         * rpm/Makefile (install-lib): Likewise.
2156 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2158         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
2160         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
2161         `m68*', not only `m68k'.
2163 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2165         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
2167         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
2168         install lddlibc4.
2170 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
2172         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
2173         EUC-KR.
2175         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
2176         comment.
2178 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
2180         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
2181         the init stuff.
2183 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
2185         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
2186         adjtimex syscall.
2187         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
2188         adjtimex.
2189         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
2191 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2193         * Makerules (install): Change comment for libc.so following the
2194         libc_nonshared changes.
2196 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
2198         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
2200         * iconvdata/gap.pl: Avoid using %#06x.
2202 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2204         * Makerules: Use $? instead of S^ when invoking ar.
2206 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
2208         * db2/compat.h: Allow EFTYPE being defined.
2209         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
2210         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
2211         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
2212         * sysdeps/mach/bits/libc-lock.h: Fix typo.
2213         (__libc_once): Correctly unlock semaphore.
2214         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
2215         * sysdeps/unix/bsd/getpt.c: Fix typo.
2216         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
2218 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
2220         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
2221         macros.
2223 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
2225         * include/mntent.h: New file.
2227         * elf/Makefile (trusted-dirs.h): Append slash to filename.
2228         * elf/dl-load.c: Rewrite search path handling.
2229         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
2230         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
2231         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
2232         * elf/ldsodefs.h: Add prototype.
2234 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
2236         * nss/nsswitch.c (__nss_lookup): Adjust comment.
2238         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
2239         function.
2241         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
2243         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
2244         New function.
2245         (HWCAP_IMPORTANT): New definition.
2247 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
2249         * elf/dl-open.c (_dl_open): Fix a typo.
2250         (_dl_global_scope_alloc): Make it static.
2252 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
2254         * Makerules: Remove duplicate rules to handle stamp.oS.
2256 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2258         * manual/examples/inetsrv.c (main): Change prototype of
2259         make_socket following change in mkisock.c.
2261         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
2262         example host.
2263         (main): Change prototype of init_sockaddr following change in
2264         isockadd.c.
2266         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
2267         * manual/examples/isockad.c (init_sockaddr): Likewise.
2269         * manual/examples/mkfsock.c (make_named_socket): Removed blank
2270         lines for clarification.
2271         (make_named_socket): Use strncpy instead of strcpy.
2272         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
2274 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
2276         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
2277         determining libs to remove.
2278         (postclean): Add soversions.mk.
2279         * Makerules (common-mostlyclean): Add tests-static and generated
2280         files.
2282 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
2284         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
2285         scanning for \0.
2286         (__strncat_g): Add i686 specific code.
2288 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2290         * manual/install.texi (Reporting Bugs): Ask to include section
2291         names in reports.
2293 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2295         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
2296         guard against direct inclusion.
2298 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2300         Rework support for libc_nonshared.a:
2301         * Makeconfig (object-suffixes-for-libc): New variable.
2302         * Rules: Remove handling of static-only and shared-only routines.
2303         * Makerules: Handle them here instead.  Use
2304         object-suffixes-for-libc instead of object-suffixes when dealing
2305         with libc objects.
2306         (object-suffixes-for-rules): Remove variable.
2307         (elide-routines.oS): Elide all routines except static-only
2308         routines.
2309         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
2310         empty.
2311         (installed-libcs): Remove special case for .oS.
2312         (rmobjs): Likewise.
2314 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2316         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
2317         do-tst-rpmatch): New targets.
2318         (test): Use them.
2319         (install-locales): Ignore comment lines.
2321 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2323         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
2324         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
2325         ($(objpfx)rtldtbl.h): Likewise.
2326         (CPPFLAGS-dl-load.c): Fix reference to object directory.
2328 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
2330         * manual/string.texi (Finding Tokens in a String): Extend strsep
2331         description and correct example.
2333 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2335         * manual/socket.texi: Remove misguided explicit line breaks and
2336         fix the formatting problem instead by reformulating the
2337         paragraphs.
2338         * manual/filesys.texi: Likewise.
2339         * manual/conf.texi: Likewise.  Don't typeset table with index
2340         fonts, that looks worse than a minimally overfull line.
2342 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2344         * nscd/Makefile (nscd-modules): Move definition outside of
2345         conditional.
2347         * pwd/Makefile: Use have-thread-library to test for thread
2348         library.
2350 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2352         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
2354         * iconvdata/uhc.c (gconv): Remove unused variable idx.
2356 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
2358         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
2360 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
2362         * nss/getXXent_r.c: Correctly handle failing setXXent function.
2364         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
2365         Reported by Andreas Jaeger.
2367 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
2369         * elf/Makefile: Fix typo.
2370         (distribute): Add dl-librecon.h.
2371         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
2372         * elf/ldd.sh.in: Likewise.
2373         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
2374         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
2375         Use strsep correctly.
2376         (process_envvars): Allow platform specific variables.
2377         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
2378         (_dl_load_cache_lookup): Test cache IDs found against
2379         _dl_correct_cache_id.
2380         * sysdeps/generic/dl-librecon.h: New file.
2381         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
2383         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
2385 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
2387         * config.make.in (ldd-rewrite-script): New variable.
2388         * configure.in: Substitute ldd-rewrite-script.
2389         * elf/Makefile: Rewrite rules to generate ldd script.
2390         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
2391         * elf/ldd.sh.in: Likewise.
2392         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
2393         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
2394         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
2395         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
2396         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
2398 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2400         * inet/rcmd.c (iruserok): Remain setuid to the local user
2401         while .rhosts is actually read, to make .rhosts-over-NFS work
2402         (PR libc/524).  Use iruserfopen() for security checks on both
2403         hosts.equiv and .rhosts.  General cleanup.
2404         (iruserfopen): New function, performs careful checking on
2405         hosts.equiv/.rhosts files.  Disallows all the old forbidden
2406         stuff plus hard links to files.
2408 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
2410         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
2412         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
2414 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
2416         * sysdeps/i386/i486/bits/string.h: Fix typos.
2418 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
2420         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
2421         strong alias.
2423         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
2425         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
2426         Added.  Used by libm.so on alpha.
2428 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2430         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
2431         defined.
2433 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
2435         * Makerules (object-suffixes-for-rules): Add .oS only for
2436         building shared library.
2437         Add ranlib rule for nonshared library.
2438         (rmobjs): Fix typo.
2440         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
2441         into for shared library only.
2442         (CPPFLAGS-.oS): Add -DPIC.
2443         (libtypes): Use $(object-suffixes-for-rules) instead of
2444         $(object-suffixes).
2446 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
2448         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
2449         and install lddlibc4.
2451 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2453         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
2454         hash.
2455         * iconvdata/gaptab.pl: Likewise.
2457 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
2459         * Rules: Allow Makefiles to specify test-static for tests which
2460         cannot be linked dynamically.
2461         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
2462         tests-static.
2464         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
2466         * misc/error.c: Pretty print.
2468 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2470         * Makerules (libc_nonshared-name): Remove variable.
2471         (installed-libcs): Use libc-name instead.
2472         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
2473         dynamic linker.
2475         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
2476         libc.a.  Remove explicit reference to dynamic linker.
2478 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
2480         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
2481         to wchar_t.
2482         * iconv/iconv_prog.c: Correctly test for write failure.
2483         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
2484         * iconvdata/gconv-modules: Likewise.
2485         * iconvdata/euckr.c: New file.
2486         * iconvdata/johab.c: New file.
2487         * iconvdata/ksc5601.c: New file.
2488         * iconvdata/ksc5601.h: New file.
2489         * iconvdata/uhc.c: New file.
2490         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
2492         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
2493         * stdio/fopen.c: Correct handling of 'x' flag.
2494         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
2496 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2498         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
2499         * sunrpc/rpcsvc/key_prot.x: Likewise.
2500         * sunrpc/key_prot.c: Likewise.
2502 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
2504         * sysdeps/i386/bits/string.h: Correct things which never worked.
2505         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
2506         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2508 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
2510         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
2511         defined.  Reported by Thorsten Kukuk.
2513 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
2515         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
2517 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2519         * manual/install.texi (Supported Configurations): Add
2520         arm-linuxaout and arm-none.
2522 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
2524         * version.h (VERSION): Bump to 2.0.93.
2526 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
2528         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
2530         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
2532         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
2533         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
2535 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
2537         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
2539 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2541         Put the static-only routines in a separate library.
2542         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
2543         variables.
2544         (all-object-suffixes): Add .oS.
2545         * Makerules (libc_static-name): New variable.
2546         (installed-libcs): Add libc_nonshared.a.
2547         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
2548         (object-suffixes-for-rules): New variable.  Use it instead of
2549         object-suffixes for generating compilation rules.
2550         (rmobjs): Also remove *.oS.
2551         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
2552         ($(objpfx)stamp.oS): New target.
2554 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
2556         * Makefile (FAQ): Automatically check in regenerated FAQ.
2558 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2560         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
2562 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
2564         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
2565         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
2567         * sysdeps/generic/stub_warning: Removed.
2569         * Makefile (distribute): Add include/des.h.
2571         * manual/Makefile (distribute): Change dir-add.texi to
2572         dir-add.texinfo.
2574         * glibcbug.in: Create files safely when mktemp is not available.
2576         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
2577         Patch by a sun <asun@saul1.u.washington.edu>.
2579 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2581         * libc.map: Rename getname to getnetname.
2583 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
2585         * manual/maint.texi: Use supported platform in examples.
2587         * manual/install.texi: Document some installation tips.
2589 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
2591         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
2592         Fix a bug so that it returns an error if a numeric parameter is
2593         unset and WRDE_UNDEF is set.
2594         Patch by Andreas Schwab and Tim Waugh.
2595         * posix/wordexp-test.c: Add new new test.
2597 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
2599         * posix/regex.c (regex_compile): Last patch wasn't entirely
2600         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
2602 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2604         * manual/filesys.texi (Scanning Directory Content): Fix typo.
2606 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
2608         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
2609         clobbered registers don't appear as operands.
2611 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
2613         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
2614         Solaris' sake.
2616         * posix/regex.c (regex_compile): Don't allow non-alphabet
2617         characters in character set name.
2619 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
2621         * posix/wordexp.c (w_newword): New function.
2622         (do_parse_glob): New function.
2623         (parse_glob): Use do_parse_glob.  Now handles the case where a
2624         variable expansion causes a field-split.
2625         (wordexp): Use w_newword.
2626         (parse_arith): Likewise.
2627         (exec_comm): Likewise.
2628         (parse_comm): Likewise.
2629         (parse_param): Likewise.
2630         (parse_backtick): Likewise.
2632 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
2634         * posix/wordexp-tst.sh: Another test.
2636         * posix/wordexp-test.c: Two new tests.
2638         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
2639         directly (the code using realloc was buggy).
2640         (parse_param): Fix typo in comment.
2642 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
2644         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
2646 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2648         * libc.map: Add more rpc auth functions/variables.
2650         * nscd/nscd.c: Add -g option to argp options.
2652 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
2654         * configure.in: Be prepared for gcc 2.9.10 and up.
2655         * configure.in: Add missing disabling of quote characters in
2656         compiler version check.  Reported by HJ Lu.
2658 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2660         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
2662 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
2664         * intl/locale.alias: Fix spelling of romanian.
2666         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
2667         (distribute): Remove des.h.
2668         * include/des.h: New file.
2669         * sunrpc/des.h: Moved to ...
2670         * sunrpc/rpc/rpc_des.h: ...here.
2672 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
2674         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
2675         Fix paren.
2677 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
2679         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
2680         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
2682 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
2684         * elf/ldsodesf.h: New file.
2685         * elf/Makefile (distribute): Add ldsodefs.h.
2686         * elf/link.h: Separate internal information in exter header.
2687         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
2688         * elf/dl-minimal.c: Likewise.
2689         * sysdeps/generic/dl-sysdep.c: Likewise.
2690         * elf/sprof.c: Likewise.
2691         * elf/dlsym.c: Likewise.
2692         * elf/dlvsym.c: Likewise.
2693         * elf/dlerror.c: Likewise.
2694         * elf/dladdr.c: Likewise.
2695         * elf/dlclose.c: Likewise.
2696         * elf/dlopen.c: Likewise.
2697         * elf/dl-addr.c: Likewise.
2698         * elf/dl-close.c: Likewise.
2699         * elf/dl-debug.c: Likewise.
2700         * elf/dl-deps.c: Likewise.
2701         * elf/dl-error.c: Likewise.
2702         * elf/dl-fini.c: Likewise.
2703         * elf/dl-init.c: Likewise.
2704         * elf/dl-load.c: Likewise.
2705         * elf/dl-lookup.c: Likewise.
2706         * elf/dl-object.c: Likewise.
2707         * elf/dl-open.c: Likewise.
2708         * elf/dl-profile.c: Likewise.
2709         * elf/dl-reloc.c: Likewise.
2710         * elf/dl-runtime.c: Likewise.
2711         * elf/dl-support.c: Likewise.
2712         * elf/dl-symbol.c: Likewise.
2713         * elf/dl-version.c: Likewise.
2714         * sysdeps/generic/dl-cache.c: Likewise.
2715         * sysdeps/generic/libc-start.c: Likewise.
2716         * iconv/gconv_dl.c: Likewise.
2717         * nss/nsswitch.c: Likewise.
2719 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
2721         * manual/nss.texi: The database is not called network but networks.
2722         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
2724 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2726         * configure.in: Correct test for compiler version.
2727         Check that LD_LIBRARY_PATH doesn't contain current path.
2729 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
2731         * elf/dl-close.c (_dl_close): Fix byte count while removing
2732         the shared object from the global scope list and optimize
2733         a little bit.
2735 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2737         * manual/filesys.texi (Scanning Directory Content): Add missing
2738         closing brace.
2739         (Scanning Directory Content): Fix text.
2741 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2743         * manual/memory.texi (Heap Consistency Checking): Add paragraph
2744         explaining difference of -lmcheck and MALLOC_CHECK_.
2746 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2748         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
2749         typos in comments.
2751 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2753         * test-skeleton.c (main): Fix test for exit signal.
2755 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2757         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
2759 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2761         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
2762         appropriate.
2764 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2766         * libc.map: Export __strtok_r.
2768 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
2770         * posix/regex.c (re_compile_fastmap): Remove unused variable
2771         num_regs and adjust comment.
2772         Patch by Jim Meyering <meyering@ascend.com>.
2774         * math/math.h (M_*l): Extend long double constants to be usable
2775         for 128 bit floats.  Patch by Richard Henderson.
2777 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2779         * sysdeps/m68k/m68020/wordcopy.S: New file.
2781 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
2783         * posix/wordexp.c: Rewrite parse_param.
2784         Patch by Tim Waugh and Andreas Schwab.
2786 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2788         * Rules: Update timestamps on empty object files.
2790 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
2792         * manual/filesys.texi (Scanning Directory Content): Add description
2793         of 64 bits scandir function and friends.
2795 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
2797         * glibcbug.in: Use mktemp to generate unique file name for
2798         temporary files.
2800         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
2801         ptsname_r.  Use cast for execve call.
2803 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
2805         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
2806         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
2807         * io/sys/statvfs.h: New file.
2808         * sysdeps/generic/fstatvfs.h: New file.
2809         * sysdeps/generic/statvfs.h: New file.
2810         * sysdeps/generic/fstatvfs64.h: New file.
2811         * sysdeps/generic/statvfs64.h: New file.
2812         * sysdeps/generic/bits/statvfs.h: New file.
2813         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
2814         * sysdeps/unix/sysv/linux/statvfs.c: New file.
2815         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
2817         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
2818         and f_ffree elements.
2820         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
2821         mount options in enum.
2823 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2825         * configure.in: Check for recent egcs/gcc.
2827 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
2829         * libc.map: Add alphasort64, scandir64, versionsort64.
2830         * dirent/Makefile (routines): Add scandir64, alphasort64, and
2831         versionsort64.
2832         * dirent/alphasort64.c: New file.
2833         * dirent/scandir64.c: New file.
2834         * dirent/versionsort64.c: New file.
2835         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
2836         versionsort.
2837         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
2838         old name weak alias.
2839         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
2841         * dirent/alphasort.c: Use strcoll instead of strcmp.
2843         * dirent/scandir.c: Optimize a bit.
2845         * dirent/versionsort.c: Pretty print.
2847 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
2849         * string/string.h: Add prototype for __strtok_r.
2851 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2853         * posix/Makefile: Fix typo in last change.
2855 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
2857         * dirent/dirent.h (scandir): Make argument of select function const.
2858         * dirent/scandir.c (scandir): Likewise.
2859         Reported by David.Faure@insa-lyon.fr [PR libc/512].
2861 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
2863         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
2864         weak alias.
2865         * sysdeps/i386/strtok_r.c: Likewise.
2867         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
2868         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
2869         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
2870         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
2871         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
2872         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
2874 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2876         * intl/localealias.c: Remove unneeded define for strdup.
2878 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
2880         * manual/argp.texi: Adjust for better TeX output.
2881         * manual/arith.texi: Likewise.
2882         * manual/conf.texi: Likewise.
2883         * manual/filesys.texi: Likewise.
2884         * manual/header.texi: Likewise.
2885         * manual/lgpl.texinfo: Likewise.
2886         * manual/math.texi: Likewise.
2887         * manual/message.texi: Likewise.
2888         * manual/pattern.texi: Likewise.
2889         * manual/process.texi: Likewise.
2890         * manual/signal.texi: Likewise.
2891         * manual/socket.texi: Likewise.
2892         * manual/startup.texi: Likewise.
2893         * manual/stdio.texi: Likewise.
2894         * manual/terminal.texi: Likewise.
2895         * manual/examples/rprintf.c: Likewise.
2896         * manual/examples/testopt.c: Likewise.
2897         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
2899 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
2901         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
2902         parameter name after seeing a digit if it's enclosed in braces.
2904 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
2906         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
2908 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2910         * manual/memory.texi (Heap Consistency Checking): Document
2911         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
2913 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2915         * manual/Makefile: Add missing rules.
2917 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
2919         * timezone/Makefile (generated): Define to remove all stamp files.
2921         * sysdeps/generic/strsep.c: Also undefine __strsep.
2923         * string/strdup.c: Undefine __strdup and strdup first.
2924         * string/strndup.c: Likewise.
2926         * string/bits/string2.h: Correct strtok_r and strsep.
2927         Add strndup optimization.
2929         * sysdeps/generic/strsep.c: Little optimization.
2931 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
2933         * string/bits/string2.h: Add optimization for strdup.
2934         Always define __strsep and __strtok_r and make real names available
2935         when feature select macros are defined.
2937 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2939         * manual/install.texi (Installation): Use i486-linux as example
2940         instead of the unsupported sunos4.
2941         (Reporting Bugs): Mention glibcbug script.
2942         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
2944 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2946         * posix/wordexp-tst.sh: Make portable.  Add more tests.
2948         * posix/Makefile (do-globtest do-wordexp-test): New targets.
2950 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
2952         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
2953         * sysdeps/generic/libc-start.c: ...here, replacing former content.
2955         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
2956         netpacket/packet.h.
2958         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
2960 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2962         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
2963         in enumerator for strict standard compliance.
2964         * sysdeps/generic/bits/resource.h: Likewise.
2966 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
2968         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
2969         (PLTJMP): New macro.
2971         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
2972         longjmp() when floating point enabled.
2973         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
2974         * sysdeps/arm/__longjmp.S: Remove floating point code.
2975         * sysdeps/arm/setjmp.S: Likewise.
2977         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
2978         * sysdeps/arm/bsd-_setjmp.S: Likewise.
2980         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
2981         memset().
2983         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
2984         prototype.
2986 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
2988         Based on patches from Pat Beirne and Scott Bambrough:
2990         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
2992         * sysdeps/arm/bits/fenv.h: New file.
2994         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
2995         * sysdeps/arm/elf/setjmp.S: Likewise.
2996         * sysdeps/arm/elf/start.S: Likewise.
2997         * sysdeps/arm/init-first.c: Likewise.
2998         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
2999         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
3000         comment about floating point to reflect current reality.
3002         * sysdeps/unix/arm/brk.S: Support PIC.
3003         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
3004         re-entrant code.
3005         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
3006         return; call syscall_error through PLT.
3007         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
3009 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
3011         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
3012         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
3013         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
3015 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
3017         * dirent/list.c (test): Return error value.
3018         (main): Exit with error value.
3020         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
3022         * Makefile (distribute): Add test-skeleton.c.
3023         * test-skeleton.c: New file.
3024         * dirent/Makefile (tests): Add opendir-tst1.
3025         * dirent/opendir-tst1.c: New file.
3027 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
3029         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
3030         Optimize memory handling.
3031         * sysdeps/unix/closedir.c: Optmize memory handling.
3033 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
3035         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
3036         handling.  Optimize a bit.
3038 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
3040         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
3041         (parse_param): Fold in Andreas' fixes to do with when the end of
3042         the parameter name has been reached, and quoting inside ${...}.
3043         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
3044         $((echo);(ls)).
3046 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3048         * manual/maint.texi: Split out installation and contribution
3049         sections to their own appendices.  Misc cleanups.
3050         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
3051         * manual/contrib.texi: New file.
3052         * manual/libc.texinfo: Pull in new appendices.
3053         * manual/header.texi: Correct node pointer.
3055 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3057         * manual/process.texi (Process Completion): Clarify return value
3058         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
3060 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3062         * posix/wordexp-test.c: Add more tests.
3063         (testit): Fix logic.
3065         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
3066         /dev/null instead of closing it, close pipe.  Always chop off all
3067         trailing newlines.  Kill and reap child before returning error.
3068         (w_addword, parse_glob): Fix memory leak.
3069         (wordexp): Fix dangling pointer problem.
3071 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
3073         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
3075         * posix/wordexp-test.c (main): Fix little thinkos and typos.
3077         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
3078         directory index by only the language.
3080 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
3082         * posix/wordexp-tst.sh: Store test results in the
3083         ${common_objpfx}posix directory.
3085         * posix/wordexp-test.c: Remove temporary directory afterwards.
3087 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3089         * libc.map: Export internal versions of cancelable functions.
3091 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3093         * Makerules (MAKEFLAGS): Append `r'.
3095 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3097         * Makeconfig: Define have-thread-library, shared-thread-library
3098         and static-thread-library if a thread library is available.  Don't
3099         define rt.
3100         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
3101         nscd-routines to nscd-modules.  Use shared-thread-library and
3102         static-thread-library in dependencies.
3103         * rt/Makefile: Only compile librt if have-thread-library is
3104         defined.
3105         * Makefile (subdirs): Always include rt subdir.
3107 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3109         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
3111 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
3113         * configure.in: Recognize variations for 32 MIPS processors.
3114         Don't assume ELF systems always have .weak, test for .weakext.
3116 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
3118         * configure.in: Irix6 is an ELF platform.
3120 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
3122         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
3123         unmapping the last loaded segment.
3125 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
3127         * configure.in: Set base_os for Irix6.
3128         Correct test for .weakext.
3130 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3132         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
3133         (new_line) to _dl_debug_message call.
3135 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
3137         * posix/wordexp.c (parse_param): Perform field-splitting after
3138         expanding positional parameter.
3140         * posix/wordexp-tst.sh: Test that field-splitting is performed
3141         after expanding positional parameter.
3143         * posix/wordexp.c (parse_param): Fixed memory leak in
3144         field-splitting after parameter expansion.
3146 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
3148         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
3149         (get_toplvl_escape): Correctly terminate loop at EOF.
3150         Patch by Cristian Gafton <gafton@redhat.com>.
3152 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
3154         * string/tester.c (test_strpbrk): Add more strpbrk tests.
3155         (test_strsep): Likewise.  Correct horrible bugs.
3157         * string/bits/string2.h (strcspn): Optimize also reject string of
3158         length 2 and 3.
3159         (strspn): Likewise.
3160         (strpbrk): Likewise.
3161         (strsep): Likewise.  Correct bug with successive separators and
3162         separators at the end of the string.
3163         * sysdeps/generic/strsep.c: Correct bug with successive separators
3164         and separators at the end of the string.
3166 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
3168         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
3169         etc) now handled, as well as $$ (pid).
3171         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
3172         (distribute): Add wordexp-tst.sh.
3174         * posix/wordexp-tst.sh: New file.
3176         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
3177         number of positional parameters.  Renamed substitute_length to
3178         seen_hash.
3179         Don't free(env) is env is NULL.
3181 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
3183         * libc.map: Add pthread_attr_init to GLIBC_2.1.
3185 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
3187         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
3188         for output file replacing gmon.out.
3189         Patch by Dean Gaudet <dgaudet@arctic.org>.
3191 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3193         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
3194         up namespace.  Optimize finding end of line.
3196 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3198         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
3199         securely.  Optimized.
3200         (process_dl_debug): Add ':' to list of separators.  Optimized.
3202 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3204         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
3205         isless, islessequal, islessgreater, isunordered): Return zero or
3206         one.
3208 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
3210         * posix/wordexp-test.c: More tests.
3211         (main): Set up arena for pathname expansion tests (in a temporary
3212         directory).
3213         (testit): Don't check word count or word vector if return value is
3214         non-zero.
3216         * posix/wordexp.c (exec_comm): Always chop off terminating
3217         linefeed (just like bash does).
3218         (parse_param): Change lots of occurrences of "if (!*env)" to "if
3219         (!env || !*env)".
3220         (parse_param): For assignment inside parameter expansion, use all
3221         expanded words in assignment rather than just the first.
3222         (parse_param): Corrected return value for parameter expansion of
3223         an unset variable when WRDE_UNDEF is in effect.
3224         (parse_dollars): Don't field-split if quoted.
3225         (wordexp): Opening brace character isn't allowed unquoted.
3227 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
3229         * elf/dlerror.c: Fix concurrency problems with error string and
3230         number.
3232         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
3233         filter/auxiliary are being loaded.
3235 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
3237         * elf/dlerror.c (last_object_name): Removed.
3238         (dlerror): Don't use last_object_name.
3239         (_dl_error_run): Omit second argument to _dl_catch_error.
3240         * elf/dl-error.c (struct catch): Remove objname member.
3241         (_dl_signal_error): Construct string including objname when given.
3242         (_dl_catch_error): Remove objname handling.
3243         * elf/link.h (_dl_catch_error): Fix prototype and comment.
3244         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
3245         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
3246         * nss/nsswitch.c (nss_dlerror_run): Likewise.
3247         * iconv/gconv_dl.c (dlerror_run): Likewise.
3248         [Corrects PR libc/501].
3250 1998-03-12  Matthias Urlichs <smurf@noris.de>
3252         * nscd/nscd.c: Ignore SIGPIPE.
3254 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
3256         * nscd/nscd_getgr_r.c: Use __ protected names.
3257         * nscd/nscd_getpw_r.c: Likewise.
3259 1998-03-12  Matthias Urlichs <smurf@noris.de>
3261         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
3262         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
3263         null bytes are not transmitted.
3265 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3267         * powerpc/syscalls.list: Correct typo.
3268         * alpha/syscalls.list: Likewise.
3269         * mips/syscalls.list: Likewise.
3271 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
3273         * socket/sys/socket.h: Add prototype for __socket.
3275 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
3277         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
3279         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
3280         constants.
3282         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
3283         definition here.
3284         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
3285         definition here.
3287         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
3288         AF_* and PF_* constants.
3290         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
3292 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
3294         * elf/rtld.c: Update help message.
3295         Install link maps for preloaded objects using main_map as loader.
3297         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
3298         * elf/dl-profile.c: Likewise.
3300         * elf/dlsym.c: Little optimization.
3301         * elf/dlvsym.c: Likewise.
3303 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
3305         * posix/wordexp-test.c: Move test for parameter list at the very
3306         beginning.
3308 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
3310         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
3311         WRDE_REUSE flag is set.
3312         (parse_param): Allow `*', `@', and numbers in parameter names.
3313         (parse_dollars): Differentiate between arithmetic expansion and a
3314         command substitution that starts immediately with a sub-shell
3315         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
3316         (parse_param): Memory allocated with __alloca in a block was
3317         referenced outside that block.  Adjusted to use malloc/free.
3318         (parse_param): Adjusted field-splitting algorithm so that there is
3319         not necessarily a field split at the end of a parameter expansion.
3321 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
3323         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
3324         don't free words that have already been allocated.
3325         (parse_param): A dollar sign on its own will never have a pattern
3326         associated with it (like "${HOME%%/}" has), so don't try to free it.
3327         (parse_glob): Attempt to glob when an unquoted `[' is found
3328         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
3329         (parse_glob): Sorted out quoting in a glob-able word.
3330         (parse_param): Added $* and $@ handling.
3332 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
3334         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
3335         parsing it.
3337 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3339         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
3340         _dl_debug_message.
3342 1998-03-12  Matthias Urlichs  <smurf@noris.de>
3344         * elf/dl-misc.c: Default for debug output should be stderr.
3345         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
3346         * elf/dl-lookup.c: reference_name may be NULL or empty.
3348 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3350         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
3352 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
3354         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
3356         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
3358 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3360         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
3361         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
3363 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3365         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
3366         init stuff.
3368 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
3370         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
3371         flag.
3373         * misc/syslog.c (vsyslog): Don't try to send if not connected to
3374         syslog daemon.
3375         (closelog_internal): Don't do anything if not connected.
3377 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
3379         * libc.map: Add _dl_debug_message.
3380         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
3381         before every line.
3382         * elf/fini.c: Correctly use new _dl_debug_message function.
3383         * elf/init.c: Likewise.
3384         * elf/dl-lookup.c: Likewise.
3385         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
3386         * elf/dl-load.c: Likewise.  Add more debugging prints.
3387         * elf/dl-reloc.c: Likewise.
3388         * elf/dl-version.c: Likewise.
3389         * elf/dl-support.c: Add variables for debugging.
3390         * elf/rtld.c: Likewise.  Recognize new debug options.
3391         * elf/link.h: Declare new variables.
3393         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
3395 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
3397         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
3398         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
3400 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
3402         * posix/wordexp-test.c (command_line_test): New function to allow
3403         testing of specific cases from the command-line.
3405 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
3407         * elf/dl-init.c (_dl_init_next): Print nicer messages.
3408         * elf/dl-fini.c (_dl_fini): Likewise.
3409         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
3411         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
3412         symbol in debug message.
3413         (_dl_lookup_versioned_symbol_skip): Likewise.
3415 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
3417         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
3418         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
3419         * manual/filesys/texi: Document this.
3421 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
3423         * manual/filesys.texi: Document the change below.
3425 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3427         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
3428         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
3430 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
3432         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
3433         instead scope.  If debugging display information about symbol
3434         resolving.
3435         (_dl_lookup_symbol): Call do_lookup with correct parameters.
3436         (_dl_lookup_symbol_skip): Likewise.
3437         (_dl_lookup_versioned_symbol): Likewise.
3438         (_dl_lookup_versioned_symbol_skip): Likewise.
3439         * elf/dl-support.c: Define _dl_debug_symbols.
3440         * elf/link.h: Add declaration for _dl_debug_symbols.
3441         * elf/rtld.c: Define _dl_debug_symbols.
3442         (process_dl_debug): Recognize symbols option.
3444 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
3446         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
3447         in correct format.
3448         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
3449         with correct parameters.
3450         [!PIC]: Initialize __libc_multiple_libcs.
3452 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
3454         * elf/dl-support.c (_dl_debug_bindings): Add definition.
3455         * elf/rtld.c (_dl_debug_bindings): Add definition.
3456         (process_dl_debug): Recognize bindings option.  Update help message.
3457         * elf/link.h (struct link_map): Add l_versyms member.
3458         (_dl_debug_bindings): Add declaration.
3459         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
3460         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
3461         and l_reloc_result.
3462         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
3463         (sym_val): Remove a member, add m as link_map.
3464         (do_lookup): Return result appropriately.
3465         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
3466         Call do_lookup correctly.
3467         (_dl_lookup_symbol_skip): Likewise.
3468         (_dl_lookup_versioned_symbol): Likewise.
3469         (_dl_lookup_versioned_symbol_skip): Likewise.
3471 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
3473         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
3474         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
3476         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
3477         * libc.map: Add chown to GLIBC_2.1.
3478         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
3479         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
3481 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3483         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
3484         weak alias.
3485         * sysdeps/alpha/ffs.c: Likewise.
3486         * sysdeps/am29k/ffs.c: Likewise.
3487         * sysdeps/i386/ffs.c: Likewise.
3488         * sysdeps/i960/ffs.c: Likewise.
3489         * sysdeps/m68k/ffs.c: Likewise.
3490         * sysdeps/m88k/ffs.c: Likewise.
3491         * sysdeps/powerpc/ffs.c: Likewise.
3492         * sysdeps/rs6000/ffs.c: Likewise.
3493         * sysdeps/vax/ffs.s: Likewise.
3494         * string/string.h: Declare __ffs.
3495         * libc.map: Export it.
3496         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
3497         __builtin_ffs, which is not guaranteed to be namespace clean.
3499 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3501         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
3502         table, which is much more likely to exist than debugging symbols.
3503         (printsym): Remove const.
3504         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
3505         header table.
3507         * libc.map: Export __profile_frequency, used by elf/sprof, to
3508         avoid infinite recursion during startup.
3510 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3512         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
3513         Readd lost negate.
3515         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
3517 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
3519         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
3521 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
3523         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
3524         LD_PRELOAD, and LD_VERBOSE.
3525         (dl_main): Use global variables set by process_envvars instead of
3526         calling getenv.
3527         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
3528         LD_LIBRARY_PATH value, this comes with the parameter.
3529         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
3530         ("LD_LIBRARY_PATH") to _dl_init_paths.
3532 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
3534         * elf/rtld.c (dl_main): Delay initialization of path structure if
3535         the dynamically linker is invoked implicitly until we read the
3536         dynamic section.
3538 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
3540         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
3542 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3544         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
3545         Linux 2.0 and 2.1.
3547         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
3549 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
3551         * Makeconfig (nisobjdir): Set to path to nis directory.
3552         (rpath-link): Add nisobjdir.
3553         Patch by Sven Verdoolaege <skimo@kotnet.org>.
3555         * elf/Makefile: Pretty print.
3556         * elf/dl-lookup.c: Include unistd.h.
3557         * elf/dl-runtime.c: Likewise.
3559         * localedata/Makefile (test-srcs): Add tst-rpmatch.
3560         (distribute): Add tst-rpmatch.sh.
3561         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
3563         New tests for rpmatch function by
3564         Jochen Hein <jochen.hein@delphi.central.de>.
3565         * localedata/tst-rpmatch.c: New file.
3566         * localedata/tst-rpmatch.sh: New file.
3568         * localedata/locales/de_DE: Correct yesexpr and noexpr.
3569         * localedata/locales/de_AT: Likewise.
3571         * posix/getopt.c: Update contact address.
3572         * posix/getopt1.c: Pretty print.
3574         * sysdeps/generic/libc-start.c: Do most of the initialization now
3575         here instead of in start.S.
3576         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
3577         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
3579         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
3580         profil_counter to be public.
3582 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
3584         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
3585         (parse_param): Coded parameter length expansion (${#var}).
3586         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
3587         (parse_param): Cleaned up (fixed) error handling.
3589         * posix/wordexp-test.c: IFS now includes non-whitespace character
3590         (comma).  Added more tests.
3592 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
3594         * elf/link.h: Fix typos.
3595         Reported by Andreas Jaeger.
3597         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
3598         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
3600 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
3602         * argp/argp-help.c: Remove last bits of using gettext instead of
3603         dgettext.
3605 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
3607         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
3608         __libc_start_main.
3609         * csu/Makefile (routines): Add libc-start.
3610         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
3611         * elf/dl-lookup.c: Likewise.
3612         * elf/dl-version.c: Likewise.
3613         * sysdeps/i386/dl-machine.h: Likewise.
3614         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
3615         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
3616         _dl_sysdep_message macros which use _dl_sysdep_output.
3617         * elf/dl-fini.c: Write out which destructor is called while debugging.
3618         * elf/dl-init.c: Likewise for constructor.
3619         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
3620         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
3621         _dl_sysdep_message.  Add _dl_sysdep_output.
3622         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
3623         this file can be opened.
3624         For LD_DEBUG=libs also set _dl_debug_impcalls.
3625         * sysdeps/generic/dl-cache.c: Include unistd.h.
3626         * sysdeps/generic/libc-start.c: New file.
3627         * sysdeps/unix/sysv/linux/libc-start.c: New file.
3628         * sysdeps/i386/elf/start.S: Don't call main directly, call
3629         __libc_start_main instead.
3631         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
3633 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
3635         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
3637 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
3639         * argp/argp.h (struct argp): Add new field domain.
3640         * argp/argp-help.c: Change all gettext calls to dgettext and use
3641         domain field from appropriate argp in call.
3642         * argp/argp-parse.c: Likewise.
3644 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
3646         * posix/wordexp-test.c: Change testsuite so that it can run even
3647         for ~root != /root.
3649 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3651         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
3653 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3655         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
3656         Don't store into global errno if we already store through
3657         __errno_location.
3658         * sysdeps/unix/i386/sysdep.S: Likewise.
3659         * sysdeps/unix/alpha/sysdep.S: Likewise.
3660         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3661         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3662         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
3663         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
3664         PIC).
3666 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3668         * sysdeps/generic/sysdep.h (L): Remove definition.
3669         * sysdeps/i386/sysdep.h (L): Define it here instead.
3671 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3673         * nis/nis_call.c (__do_niscall): Safe and reset errno.
3675         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
3677 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3679         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
3680         declaration style to avoid warnings.
3682 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
3684         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
3685         "LD_DEBUG".
3687 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
3689         * posix/Makefile (tests): Add wordexp-test.
3690         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
3691         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
3693 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
3695         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
3696         dependencies.
3698         * elf/link.h (struct r_search_path_elem): Add two new field for
3699         lib path debugging.
3700         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
3701         variable accordingly.
3702         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
3703         is considered next along with information about load paths.
3704         * sysdeps/generic/dl-cache.c: Likewise.
3705         * elf/dl-support.c: Define _dl_debug_libs.
3706         * elf/genrtldtbl.awk: Add initializers for two new field in
3707         struct r_search_path_elem.
3709 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3711         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
3712         * sysdeps/m68k/lshift.S: Likewise.
3713         * sysdeps/m68k/rshift.S: Likewise.
3714         * sysdeps/m68k/sub_n.S: Likewise.
3715         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
3716         * sysdeps/m68k/m68020/mul_1.S: Likewise.
3717         * sysdeps/m68k/m68020/submul_1.S: Likewise.
3719         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
3720         [_LIBC_REENTRANT]: Don't store into global errno.
3722         * sysdeps/m68k/sysdep.h: New file.
3723         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
3724         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
3725         (DO_CALL): Change to expect syscall name as argument.
3726         (PSEUDO): Pass syscall_name to DO_CALL.
3727         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
3728         errno.
3730 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
3732         * elf/rtld.c: Speed up processing of environment variables.  Do
3733         only one run on the environment by avoiding to call getenv.
3734         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
3735         function.  Used by patch above.
3737 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3739         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
3740         running nscd.
3741         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
3742         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
3743         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
3745 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
3747         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
3748         module cannot be found.  Reported by Andreas Jaeger.
3750 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3752         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
3753         on platforms which default to unsigned chars.
3754         * nscd/nscd_getpw_r.c: Likewise.
3755         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
3756         defining it.
3758 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3760         * elf/Makefile (install-bin): Change = to += for sprof to install
3761         ldd also.
3763 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
3765         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
3767 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
3769         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
3771 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3773         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
3774         that a failure to connect to nscd doesn't change errno.
3776 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3778         * manual/maint.texi (Reporting Bugs): Change
3779         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
3781         * locale/iso-4217.def: Likewise
3783 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
3785         * manual/texinfo.tex: Updated.
3787 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3789         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
3790         value.
3791         * sysdeps/posix/pathconf.c: Likewise.
3792         * posix/getconf.c: Print `undefined' if pathconf returns -1
3793         without setting errno.
3795 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
3797         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
3798         problem.
3799         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
3800         Patches by Elliot Lee <sopwith@cuc.edu>.
3802 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
3804         * elf/link.h (struct link_map): Add new field l_reloc_result.
3805         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
3806         of relocation for the object to be profiled.
3807         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
3808         to NULL.
3809         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
3810         array here.
3811         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
3812         contains a result from a previous run use this instead of computing
3813         the value again.
3814         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
3816 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3818         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
3819         offsets into the GOT.
3820         (RTLD_START): Likewise.
3822 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
3824         * elf/sprof.c: Cleanup a bit.
3826 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
3828         * sysdeps/generic/sysdep.h (L): New. Define.
3830         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
3832         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
3834         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
3835         to have only one exit point for functions.
3836         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3837         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
3838         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
3839         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
3840         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
3842 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3844         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
3845         reset errno so that errno isn't set to ENOSYS in the first call.
3846         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
3847         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3848         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
3849         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
3851 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
3853         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
3854         * sysdeps/i386/addmul_1.S: Likewise.
3855         * sysdeps/i386/lshift.S: Likewise.
3856         * sysdeps/i386/mul_1.S: Likewise.
3857         * sysdeps/i386/rshift.S: Likewise.
3858         * sysdeps/i386/sub_n.S: Likewise.
3859         * sysdeps/i386/submul_1.S: Likewise.
3860         * sysdeps/i386/i586/add_n.S: Likewise.
3861         * sysdeps/i386/i586/addmul_1.S: Likewise.
3862         * sysdeps/i386/i586/lshift.S: Likewise.
3863         * sysdeps/i386/i586/mul_1.S: Likewise.
3864         * sysdeps/i386/i586/rshift.S: Likewise.
3865         * sysdeps/i386/i586/sub_n.S: Likewise.
3866         * sysdeps/i386/i586/submul_1.S: Likewise.
3868         * sysdeps/i386/sysdep.h: Extend last change.
3870         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
3871         to have only one exit point for functions.
3873 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
3875         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
3876         search.
3878 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
3880         * Makerules: Generate libc.so with absolute paths for the used
3881         shared objects.
3883         * config.make.in: Add MAKEINFO definition.
3885 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
3887         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
3888         (ENTRY): Use STABS_FUN.
3889         (END): Use STABS_FUN_END.
3890         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
3892         * elf/Makefile: Add rules to build sprof program.
3893         * elf/sprof.c: New file.
3895 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3897         * misc/syslog.c (openlog_internal): Insert missing closing brace.
3899 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3901         * configure.in: Check for working msgfmt version (from GNU gettext
3902         0.10 or later).
3904 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
3906         * configure.in: Avoid //s in sysdirs.
3907         Patch by Roland McGrath.
3909         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
3911 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
3913         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
3914         setting _dl_global_scope for RTLD_GLOBAL.
3916 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3918         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
3919         possible lists of object-suffixes are taken care of.
3921 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
3923         * timezone/private.h: Update from tzcode1998c.
3924         * timezone/zic.c: Likewise.
3925         * timezone/antarctica: Updated from tzdata1998c.
3926         * timezone/asia: Likewise.
3927         * timezone/australasia: Likewise.
3928         * timezone/europe: Likewise.
3929         * timezone/southamerica: Likewise.
3931 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
3933         * posix/glob.c (glob_in_dir): Add support for cases insensitive
3934         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
3936 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
3938         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
3939         Changed type of TWO43, TWO52 from float to double.
3940         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
3941         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
3942         Changed type of TWO43 from float to double.
3943         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
3944         Use __isinff.
3946 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
3948         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
3949         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
3950         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
3952 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
3954         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
3955         kernel_termios.h.
3956         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
3957         Clean up random whitespace.
3958         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
3959         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
3960         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
3961         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
3963 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
3965         * shlib-versions: Match alpha*.
3966         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
3967         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
3969         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
3970         Implement copysign* with and without __ prefix.
3971         Likewise for fabs; use builtin for gcc 2.8.
3972         (floor*): New.
3973         (fdim*): New.
3975         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
3976         (R_SPARC*): Match current v9 ABI.
3978         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
3980         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
3981         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
3982         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
3983         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
3984         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
3985         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
3986         * sysdeps/unix/grantpt.c (argv): Fix consts.
3987         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
3988         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3990 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
3992         * misc/syslog.c: Change to allow user the interpretation of the
3993         outcome even with syslog having no return value.
3995 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
3997         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
3998         that the number of program headers is >0 (which is wrong for the
3999         loader itself).
4001 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4003         * Makefile (distribute): Add README.libm.
4005 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4007         * time/clocktest.c (main): Correct typo: "--" -> "==".
4009 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
4011         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
4012         inline function.
4013         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
4014         inline functions.
4016         * math/libm.map (__atan2): Added.
4018 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4020         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
4021         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
4023         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
4024         bug.
4026 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4028         * manual/arith.texi (Old-style number conversion): Correct
4029         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
4031 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4033         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
4034         but does not require it.  Handle missing argv[] values gracefully.
4035         * posix/execl.c: Likewise.
4036         * posix/execle.c: Likewise.
4038 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4040         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
4041         bit.
4042         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
4044 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4046         * libc.map: Add __adjtimex.
4048 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4050         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
4051         Remove memset.
4053 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
4055         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
4056         to 64.
4058         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
4060         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
4061         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
4063         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
4064         for shared library.
4066         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
4068         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
4069         Added adjtimex and old_adjtimex.
4071         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
4072         New.
4073         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
4074         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
4076         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
4077         symbols only for shared library.
4078         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4079         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4080         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4081         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4082         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4083         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4084         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4086         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
4087         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4088         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4089         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4090         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4091         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4092         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4093         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4095         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
4096         rusage pointer.
4098         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
4099         New macros.
4100         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
4101         timex and __adjtimex, respectively.
4103         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
4105         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
4107 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
4109         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
4110         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
4112 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
4114         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
4116 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4118         * Makefile.in: Disable built-in rules.
4120 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4122         * sysdeps/i386/fpu/t_exp.c: Move to ...
4123         * sysdeps/libm-i387/t_exp.c: ... here.
4125 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
4127         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
4128         from __exp2_deltatable.
4130 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
4132         * nis/ypclnt.c (yp_master): Check result of strdup.
4133         Patch by Thorsten Kukuk.
4135 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4137         * nis/ypclnt.c: Give clnt handle after error checking free, change
4138         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
4140 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
4142         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
4143         Patch by Joe Keane <jgk@jgk.org>.
4145         * misc/fstab.h (struct fstab): Change fs_type member to be const.
4146         * misc/fstab.c: Remove casts in fs_type assignments.
4148 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4150         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
4151         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
4152         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
4153         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
4154         * sysdeps/powerpc/bits/fenv.h: Likewise.
4155         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
4156         * sysdeps/generic/bits/fenv.h: Likewise.
4157         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
4158         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
4159         * sysdeps/powerpc/test-arith.c (main): Likewise.
4161 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
4163         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
4164         the comparison macros.
4166 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
4168         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
4169         (__log2): Fixed return values.
4170         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
4172 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
4174         * math/math.h (isunordered): Rename local variables to ensure
4175         correct code.  Reported by HJ Lu.
4177 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
4179         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
4180         isless, islessequal, islessgreater, isunordered): Fix syntax for
4181         fucompip instruction.
4182         (isless, islessequal): Fix logic.
4184 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4186         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
4187         (comparisons_test): New tests for comparison macros.
4189 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
4191         * Makeconfig: Filter out frame-pointer effecting options when
4192         compiling profiling or debugging code.
4193         * config.h.in (internal_function): Don't define here if PROF is
4194         defined.
4195         * gmon/gmon.c (__moncontrol): Don't change state if already in error
4196         state.
4197         (__monstartup): If calloc fails set error state and mark array as
4198         not allocated.
4199         (_mcleanup): Don't call write_gmon if in error state.  Don't try
4200         to free array if not  successfully allocated.
4202         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
4203         Include elf.h to get macro definitions.
4204         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
4206 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
4208         * elf/ldd.sh.in: Add compatibility for broken old shells.
4209         * elf/ldd.bash.in: Likewise.
4211 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
4213         * sunrpc/rpc_main.c (open_input): Check pipe return error.
4215         * time/clocktest.c (main): Check signal return error.
4217 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4219         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
4220         "/" and use do-install-program. Reported by Mark M. Kettenis.
4221         (subdir_install):  Likewise.
4223 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4225         * sunrpc/rpc_sample.c: Fix typo.
4227         * nscd/connections.c: Use locale.
4228         * nscd/grpcache.c: Add debug messages, gidtbl should get the
4229           calloc result.
4230         * nscd/nscd.c: Check if init functions fails.
4231         * nscd/nscd_conf.c: Allow disabling of group cache.
4232         * nscd/nscd_getgr_r.c: Fix return code if group not found.
4233         * nscd/pwdcache.c: Fix debug messages.
4235 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4237         * libc.map: Add __monstartup and _mcleanup for profiling support.
4239 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4241         * libc.map: Export __getpagesize, for binary compatibility with
4242         2.0.
4244 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4246         * posix/globtest.sh: Use --library-path instead of
4247         LD_LIBRARY_PATH.
4248         * localedata/sort-test.sh: Likewise.
4249         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
4251 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4253         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
4254         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
4255         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4257         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
4258         kernel_sigaction): Define.
4259         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
4260         kernel_sigaction): Define.
4262 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4264         * math/libm-test.c: Change epsilons for libm-ieee754.
4266 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
4268         * sysdeps/i386/__longjmp.S: Fix race condition.
4269         Reported by Bruno Haible <haible@ilog.fr>.
4271 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
4273         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
4274         * iconvdata/8bit-gap.c: Likewise.
4275         * iconvdata/8bit-generic.c: Likewise.
4276         * iconvdata/iso6937.c: Likewise.
4277         * iconvdata/iso8859-1.c: Likewise.
4278         * iconvdata/sjis.c: Likewise.
4279         * iconvdata/t61.c: Likewise.
4281 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4283         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
4284         feature tests by positive feature tests.
4286 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4288         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
4290 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
4292         * elf/dlvsym.c (dlvsym_doit): More corrections.
4293         Patch by Andreas Jaeger.
4295 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
4297         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
4299 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
4301         * libc.map: More reordering for GLIBC_2.1 symbols.
4303 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4305         * libc.map: Move some functions from version GLIBC_2.0 to
4306         GLIBC_2.1, reorder declarations.
4308 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
4310         * resolv/gethnamaddr.c (addrsort): Make this function extern.
4311         Patch by zab@thebrain.grumblesmurf.net.
4313 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4315         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
4316         NIS+ functions with version GLIBC_2.1.
4318 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
4320         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
4321         with 2.0 binaries.  Reported by Thorsten Kukuk.
4323 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4325         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
4327         * elf/dlsym.c (dlsym_doit): Likewise.
4329 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4331         * elf/link.h: Correct typos.
4333         * iconv/iconv_prog.c: Correct typo.
4335 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
4337         * iconv/Makefile: Add rules to build and install iconv program.
4338         * iconv/iconv_prog.c: New file.
4340 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
4342         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
4343         _dl_lookup_symbol_skip call.
4344         * elf/dlvsym.c (dlvsym_doit): Likewise.
4346 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
4348         * libio/iovsscanf.c: Do not include errno.h.
4350 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4352         * elf/dl-load.c (add_name_to_object): Don't translate strings.
4353         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
4354         pulling in the whole error list.
4355         (__dcgettext, dcgettext): Removed.
4356         * libc.map: Export _strerror_internal.
4358 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
4360         * sysdeps/i386/fpu/t_exp.c: New file.
4362 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4364         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
4365         everything with version GLIBC_2.1.
4366         * hesiod/libnss_hesiod.map: Likewise.
4368 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4370         * manual/arith.texi (Old-style number conversion): This node is a
4371         section, not a subsection.
4373 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4375         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
4377 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4379         * elf/rtld.c (dl_main): Make sure that the library search paths
4380         have been initialized before the first call to _dl_map_object.
4382 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4384         * Makerules (common-generated): Add libc_pic.os.
4386 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4388         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
4389         of the executable.
4391 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4393         * sysdeps/m68k/fpu/t_exp.c: New file.
4395 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
4397         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
4398         to global errno variable anymore.
4400 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
4402         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
4403         If PRELOADED is nonzero check in case of an SUID application
4404         whether the shared object has the SUID bit set.
4405         Fix some other problems with handling shared objects in system
4406         specific directories.
4407         (_dl_map_object): Also take extra parameter and pass it to open_path.
4408         * elf/link.h (_dl_map_object): Correct prototype and comment.
4409         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
4410         * elf/dl-open.c (_dl_open): Likewise.
4411         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
4413         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
4415 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
4417         * math/libm-test.c (modf_test): Add test for 1.5.
4419         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
4420         0 to get always an int.
4422 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4424         * math/libm.map: Move all symbols that are new in glibc 2.1 to
4425         version GLIBC_2.1.
4427 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
4429         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
4430         trying to read another character.
4432 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4434         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
4435         name to lowercase.
4437         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
4438         name to lowercase, add test for big enough buffer.
4440 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4442         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
4443         Make compatible with older kernels.  Patch by Richard Henderson.
4445 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
4447         * elf/dl-load.c (open_path): Use __xstat instead of stat.
4449         * localedata/tst-locale.sh: Comment out first test for now.
4451 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
4453         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
4454         as 1.
4455         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
4456         Likewise.
4458         * libio/iogetline.c (_IO_getline_info): Renamed from
4459         _IO_getline.
4460         (_IO_getline): Just call _IO_getline_info.
4462         * libio/libioP.h (_IO_getline_info): New declaration.
4464         * libc.map (_IO_getline_info, __write): Added.
4466 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4468         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
4469         const char* to shut up gcc.
4471 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
4473         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
4474         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
4476         * math/math.h: Define M_* constants always as `double' and add new
4477         macros M_*l which are of type `long double'.
4478         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
4479         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
4480         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
4481         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
4482         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
4483         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
4484         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
4485         * math/libm-tst.c: Likewise.
4487         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
4488         define as long double unconditionally.
4490 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4492         * manual/arith.texi (Old-style number conversion): Correct some
4493         typos.
4495 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
4497         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
4498         Restore.
4500         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
4502 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
4504         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
4505         on $(rtld-ldscript).
4507         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
4508         starting from 0 not only from `from'.
4509         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
4511 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
4513         * elf/rtld.c (dl_main): Recognize --library-path parameter and
4514         pass value (or NULL) to _dl_init_paths.
4515         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
4516         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
4517         environment variable.
4518         * elf/link.h: Change prototype for _dl_init_paths.
4519         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
4521         * localedata/Makefile (distribute): Add test files.
4523 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4525         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
4526         test1.def, test2.def, test3.def, test4.def}: Simple input files
4527         for localedef. Contributed by Yung-Ching Hsiao
4528         <yhsiao@cae.wisc.edu>.
4530         * localedata/Makefile (tests): Call tst-locale.sh.
4532         * localedata/tst-locale.sh: New file, regression tests for some
4533         localedef problems.
4535 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4537         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
4539         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
4540         terminated.
4541         * nis/nss_nisplus/nisplus-network.c: Likewise.
4542         * nis/nss_nisplus/nisplus-proto.c: Likewise.
4543         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
4544         * nis/nss_nisplus/nisplus-service.c: Likewise.
4546         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
4547         and support generating thread safe RPC code.
4548         * sunrpc/rpc_main.c: Add changes.
4549         * sunrpc/rpc_clntout.c: Likewise.
4550         * sunrpc/rpc_cout.c: Likewise.
4551         * sunrpc/rpc_hout.c: Likewise.
4552         * sunrpc/rpc_parse.c: Likewise.
4553         * sunrpc/rpc_sample.c: Likewise.
4554         * sunrpc/rpc_scan.c: Likewise.
4555         * sunrpc/rpc_svcout.c: Likewise.
4556         * sunrpc/rpc_util.c: Likewise.
4557         * sunrpc/rpc_util.h: Add new structs and prototypes.
4558         * sunrpc/proto.h: Remove prototypes for static functions.
4560 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4562         * locale/programs/ld-messages.c (messages_finish): Don't skip
4563         error checking when being quiet.
4564         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
4565         (set_class_defaults): Likewise.
4566         * locale/programs/charmap.c (parse_charmap): Likewise.
4567         * locale/programs/ld-collate.c (collate_finish): Likewise.
4568         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
4569         * locale/programs/ld-time.c (time_finish): Likewise.
4570         * locale/programs/locfile.c (write_locale_data): Likewise.
4572         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
4573         unknown characters and empty ranges.
4574         * locale/programs/ld-collate.c (collate_order_elem): When
4575         processing an ellipsis properly form a linked list in the result
4576         table, fix typo when allocating ordering array.
4577         [PR libc/419]
4579 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4581         * elf/Makefile (ld-map): Define.
4582         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
4583         `$(rtld-ldscript)'.
4584         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
4585         on $(ld-map).
4586         (rtld-link): Combine the two versions of this definition.  Fixed
4587         to make it work when no symbol versioning is used.
4589 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
4591         * Makeconfig (build-program-cmd): Use --library-path parameter to
4592         ld.so instead of environment variable.
4594         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
4595         * sunrpc/rpc_main.c: Remove support for -$$ option again.
4597 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4599         * Make-dist: Respect with-cvs setting.
4600         * MakeTAGS (all-pot): Likewise.
4601         * sysdeps/sparc/sparc32/Makefile: Likewise.
4602         * sysdeps/mach/hurd/Makefile: Likewise.
4603         * stdlib/Makefile: Likewise.
4604         * posix/Makefile: Likewise.
4605         * intl/Makefile: Likewise.
4606         * po/Makefile (linguas): Likewise
4608 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4610         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
4612 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
4614         * libc.map: Add __strcasecmp.
4616         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
4617         module.
4619         * nss/getXXent_r.c: If no more module is found don't try to call
4620         setXXent functions but leave unsuccessfully.
4622         * malloc/obstack.h: Cleanups.
4624         * sysdeps/wordsize-32/stdint.h: New file.
4625         * sysdeps/wordsize-64/stdint.h: New file.
4626         * sysdeps/generic/stdint.h: New file.
4627         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
4628         * sysdeps/wordsize-64/inttypes.h: Likewise.
4629         * stdlib/Makefile (headers): Add stdint.h.
4631 1998-02-03  Paul Eggert  <eggert@twinsun.com>
4633         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
4635 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4637         * timezone: New directory.
4638         * time/README, time/africa, time/antarctica, time/asia,
4639         time/australasia, time/backward, time/checktab.awk,
4640         time/etcetera, time/europe, time/factory, time/ialloc.c,
4641         time/iso3166.tab, time/leapseconds, time/northamerica,
4642         time/pacificnew, time/private.h, time/scheck.c,
4643         time/solar87, time/solar88, time/solar89, time/southamerica,
4644         time/systemv, time/test-tz.c, time/tzfile.h,
4645         time/tzselect.ksh, time/yearistype, time/zdump.c,
4646         time/zic.c, time/zone.tab: Moved to timezone.
4647         * time/tzfile.c: Include tzfile.h from timezone subdir.
4648         * time/tzset.c: Likewise.
4649         * time/Makefile: Cut out all code relating to timezones...
4650         * timezone/Makefile: ...and paste it in here.
4651         * Makefile (subdirs): Add timezone.
4653 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
4655         * libc.map (_sys_nerr): Added.
4657         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
4658         versioned symbol.
4660 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
4662         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
4663         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
4664         Reported by Craig Metz <cmetz@inner.net>.
4666 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4668         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
4669         instead of strcasecmp.
4670         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
4672         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
4674 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
4676         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
4677         Patch by Dean Gaudet <dgaudet@arctic.org>.
4679 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
4681         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
4683 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4685         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
4686         with no poll syscall, just include the BSD version.
4687         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
4688         kernel without the syscall, include the stub version.
4689         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
4690         * sysdeps/generic/getresuid.c: New file.
4691         * sysdeps/generic/getresgid.c: New file.
4693 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
4695         * stdio-common/vfscanf.c: Correct last change a bit.
4697 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
4699         * elf/Makefile: Don't use --version-script parameter to link ld.so
4700         unconditionally.
4702 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
4704         * math/Makefile: Add t_exp.
4705         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
4706         constants.
4707         * math/test-reduce.c: Remove temporarily, it seems to be broken.
4708         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
4709         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
4710         better accuracy.
4711         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
4712         algorithm for very large/very small arguments.
4713         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
4714         correct algorithm for very large/very small arguments; adjust for
4715         new table.
4716         * sysdeps/libm-ieee754/t_exp.c: New file.
4717         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
4719         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
4720         back, with comment that explains what breaks when you remove it :-(.
4722         * localedata/xfrm-test.c: Avoid integer overflow.
4724         * stdlib/strfmon.c: char is unsigned, sometimes.
4726         * sysdeps/powerpc/Makefile: Remove quad float support.
4727         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
4728         * sysdeps/powerpc/quad_float.h: Likewise.
4729         * sysdeps/powerpc/test-arith.c: Likewise.
4730         * sysdeps/powerpc/test-arithf.c: Likewise.
4732         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
4733         * sysdeps/generic/s_exp2f.c: Likewise.
4735         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
4736         don't try anything if _SOFT_FLOAT.
4738 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4740         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
4741         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
4742         * wctype/wctype.c: Likewise.
4743         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
4744         changed.  They are incompatible with the _ISxxx values from
4745         <ctype.h> on little endian machines.
4746         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
4747         bit number.  This fixes the real bug and restores the integrity of
4748         the ctype locale file.
4749         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
4750         * wctype/wcfuncs_l.c: Likewise.
4751         * wctype/wcextra.c: Likewise.
4752         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
4753         byte swapping.
4755 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4757         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
4758         into .bss segment instead of .common, so that aliases on it work.
4760         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
4761         .size directives, put into .bss segment instead of initializing it
4762         to 4.
4764 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
4766         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
4768         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
4769         functions.
4770         Make names without __ weak aliases.
4771         (__libc_release, __libc_version): Make them static.
4773         * include/gnu/libc-version.h: New file.
4774         * Makefile (headers): Add gnu/libc-version.h.
4776 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
4778         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
4779         and use x for member name.
4780         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
4782         * stdlib/drand48.c: Change according to member name change.
4783         * stdlib/drand48_r.c: Likewise.
4784         * stdlib/lcong48_r.c: Likewise.
4785         * stdlib/lrand48.c: Likewise.
4786         * stdlib/lrand48_r.c: Likewise.
4787         * stdlib/mrand48.c: Likewise.
4788         * stdlib/mrand48_r.c: Likewise.
4789         * stdlib/seed48.c: Likewise.
4790         * stdlib/seed48_r.c: Likewise.
4791         * stdlib/srand48_r.c: Likewise.
4793 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4795         * nss/test-netdb.c: Add some more test cases.
4797 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
4799         * libio/iovsscanf.c: Undo last change modifying errno.
4801 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4803         * stdio-common/vfscanf.c: Never try to read another character
4804         after EOF.  Don't decrement read_in after EOF, it wasn't
4805         incremented in the first place.
4806         (NEXT_WIDE_CHAR): Set First, not first.
4808 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
4810         * db/Makefile ($(inst_libdir)/libndbm.a,
4811         $(inst_libdir)/libndbm.so): New targets.
4812         * db2/Makefile: Likewise.
4814 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
4816         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
4817         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
4819 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4821         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
4822         <streambuf.h>.
4823         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
4825 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4827         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
4828         versioned symbols.
4830 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
4832         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
4833         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
4834         Added for libdl.so.
4836 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4838         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
4839         extra syscall.
4841         * grp/Makefile: Fix logic when checking for thread package.
4842         * pwd/Makefile: Likewise.
4844 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
4846         * elf/Makefile (rtld-map): Replaced by libc-map.
4848         * elf/rtld.map: Removed.
4850         * libc.map (__libc_enable_secure, _dl_catch_error,
4851         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
4852         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
4853         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
4854         _dl_object_relocation_scope, _dl_relocate_object,
4855         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
4856         _r_debug): Added for ld.so.
4858 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
4860         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
4861         DO_VERSIONING.
4862         * libio/iofdopen.c: Ditto.
4863         * libio/iofopen.c: Ditto.
4864         * libio/oldfileops.c: Ditto.
4866         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
4867         version GLIBC_2.1.
4869         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
4870         oldsiglist from sysdep_routines and shared-only-routines.
4872         * sysdeps/unix/sysv/linux/errlist.c: New.
4873         * sysdeps/unix/sysv/linux/errlist.h: New.
4874         * sysdeps/unix/sysv/linux/sizes.h: New.
4875         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
4876         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
4878         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
4880         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
4881         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
4882         directive.
4884         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
4886         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
4887         (oldsiglist.c): Removed.
4889         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
4890         (_sys_siglist): Use SYS_SIGLIST instead.
4891         (_sys_nerr): Use SYS_NERR instead.
4893         * sysdeps/gnu/errlist.c: Rebuilt.
4895 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
4897         * elf/Makefile (others-static): New, set to ldconfig.
4898         ($(objpfx)ldconfig): Removed.
4900         * Rules (binaries-all, binaries-static, binaries-shared): New.
4901         Create targets for $(binaries-static) and $(binaries-shared).
4903         * Makeconfig (+link-static, link-libc-static,
4904         link-extra-libs-static): New for static linking.
4906 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4908         * manual/memory.texi (Using the Memory Debugger): Fix typo.
4910         * math/libm-test.c (modf_test): Add one more test for modf.
4912 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
4914         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
4915         Rename from __libc_have_rt_sigs and leave as COMMON data.
4917 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
4919         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
4920         of __finite.
4922 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
4924         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
4926 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
4928         * misc/tst-efgcvt.c: Add yet more tests.
4929         * misc/efgcvt_r.c: And correct for these tests again.
4930         Reported by HJ Lu.
4932         * isomac.c: Move to...
4933         * stdlib/isomac.c: ...here.
4934         * Makefile: Move rules for handling isomac...
4935         * stdlib/Makefile: ...to here.
4937 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
4939         * misc/tst-efgcvt.c: Add more tests.
4940         * misc/efgcvt_r.c: Correct result for above new tests.
4942 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
4944         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
4945         NDIGIT <= 0.
4947 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
4949         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
4950         if the programs weren't built.
4952 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
4954         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
4955         FE_TONEAREST, soldier on regardless and do the best we can.
4956         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
4958 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
4960         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
4961         _STDIO_H, before including <bits/stdio_lim.h>.
4963         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
4965         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
4966         exist.
4968         * sysdeps/arm/sys/ucontext.h: New file.
4970 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
4972         * manual/stdio.texi (Formatted Output Functions): Explicitly say
4973         that the return value from snprintf() does not count the
4974         terminating NUL as a character.
4976 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
4978         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
4979         add description for sete[ug]id and general cleanup.
4980         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4982 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4984         * Makefile (parent-clean): Don't remove makefile fragments here.
4985         (postclean): New variable.
4986         (clean): Remove makefile fragments here.
4987         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
4988         (generated): Add isomac and isomanc.out.
4989         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
4990         avoid-generated is set.
4991         (postclean-generated): Add soversion.mk.
4992         ($(common-objpfx)version.mk): Don't include if avoid-generated is
4993         set.
4994         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
4995         avoid-generated is set.
4996         (common-generated): Add libc.so and libc.so$(libc.so-version).
4997         (generated): Add versioned libraries.
4998         (common-mostlyclean): Also remove %.so and %_pic.a.
4999         * csu/Makefile (generated): Add abi-tag.h.
5000         * db2/Makefile (extra-objs): Add getlong.o.
5001         * elf/Makefile (generated): Add ld.so, ldd and
5002         $(rtld-installed-name).
5003         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
5004         * malloc/Makefile (generated): Add mtrace.
5005         * po/Makefile: Don't include version.mk, not needed any more.
5006         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
5007         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
5008         syscall.h -> sys/syscall.h.
5009         (common-generated): Add s-proto.d.
5010         (postclean-generated): Add sysd-syscalls.
5011         * localedata/Makefile (test-output): Add all output files.
5012         (generated): Add test-input and test-output.
5013         (generated-dirs): Add all the dirs.
5015 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5017         * Makefile (test-output, generated, generated-dirs): New
5018         variables.
5020 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
5022         * resolv/nss_dns/dns-host.c: Various code cleanups.
5024 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
5026         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
5027         From Philip Blundell <pb@nexus.co.uk>.
5028         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
5030 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5032         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
5033         Suggested by debian/sparc porters.
5035 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5037         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
5038         for ecvt and fcvt.
5040 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
5042         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
5043         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
5045         * signal/signal.h: Always define sigset_t if __need_sigset_t is
5046         defined even if __USE_POSIX is not defined.
5048 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5050         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
5051         to support obsolete tty major numbers correctly.
5053 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
5055         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
5056         directory first and ignore install error.
5058         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
5059         128 from ptyno and fix a typo for the BSD style pty.
5061 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5063         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
5064         syscalls.list's.
5066 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5068         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
5069         getresuid and getresgid.
5071         * sysdeps/unix/sysv/linux/getresuid.c: New file.
5072         * sysdeps/unix/sysv/linux/getresgid.c: New file.
5074         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
5075         s_getres[ug]id.
5077         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
5078         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5079         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5080         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
5082 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
5084         * nscd/grpcache.c: Include <stdlib.h>.
5086 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
5088         * stdlib/atoll.c: Fix comments.
5090         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
5091         * sysdeps/posix/ttyname_r.c: Ditto.
5093 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5095         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
5096         __USE_MISC, independent of __USE_UNIX98.
5098 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
5100         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
5101         Rename from __libc_have_rt_sigs and leave as COMMON data.
5103 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
5105         * Makeconfig (CFLAGS-.os): Kill -fno-common.
5106         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
5108         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
5109         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
5110         version symbols.
5111         * include/libc-symbols.h (symbol_version, default_symbol_version):
5112         Provide asm versions and correct !DO_VERSIONING versions.
5113         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
5114         the weak symbol list.
5116         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
5117         Rename from __libc_have_rt_sigs and leave as COMMON data.
5118         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
5119         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
5120         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
5122 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5124         * sunrpc/Makefile: Correct dependencies of rpcgen.
5126 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
5128         * nscd/Makefile: Fix test for available linuxthreads add-on.
5129         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5131 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5133         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
5135 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5137         * sysdeps/gnu/Makefile: Respect with-cvs variable.
5139         * manual/errno.texi (Error Messages): Correct description of
5140         strerror_r.  Pointed out by jonas@bagge.se.
5142 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5144         * manual/socket.texi (Host Address Functions): Clarify description
5145         of inet_network.
5147 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5149         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
5150         (grantpt): Delete superfluous cast.
5152 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5154         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
5155         elf/ldso_install instead of elf/subdir_install.
5156         (elf/ldso_install): New target.
5158         * elf/Makefile (ldso_install): New target.
5160 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5162         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
5163         of 1998-01-06.
5165 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5167         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
5168         constant expressions.
5170 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5172         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
5173         for __nss_configure_lookup.
5174         (output_hostent): Remove unused variable.
5176 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5178         * string/tst-inlcall.c: Fix format string.
5180 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5182         * inet/netinet/in.h: Rename second parameter of bindresvport to
5183         avoid buggy gcc warning. [PR libc/412]
5185 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
5187         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
5188         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
5190         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
5191         Follow POSIX and make tv_sec a time_t.
5192         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
5193         new tv64 syscall as well as fall back to tv32.
5194         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5195         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5196         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5197         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5198         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5199         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5200         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5201         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
5203         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
5204         * include/rpcsvc/nis_tags.h: Likewise.
5205         * include/rpcsvc/nislib.h: Likewise.
5207 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
5209         * libc.map: Add _h_errno.
5210         * inet/herrno.c: Make _h_errno weak alias.
5212         * login/Makefile (distribute): Add pty-internal.h.
5214         * nscd/Makefile (distribute): Add all the files missing.
5216         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
5217         are available.
5219         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
5220         and report status at the end.
5222         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
5224         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
5225         variable.
5226         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
5227         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
5228         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
5230 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
5232         * configure.in: Fix --enable-add-ons code.
5234 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5236         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
5237         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
5238         [PR libc/441]
5240         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
5241         occurence in cache.  Reported by Rudolf Leitgeb
5242         <leitgeb@leland.stanford.edu>.
5243         [PR libc/440]
5245 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
5247         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
5248         that it never is EINTR (which is tested for in _IO_vfscanf).
5250         * Makefile.in: Call sub-make with CVSOPTS.
5252         * elf/Makefile (distribute): Add dl-procinfo.h.
5254         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
5256 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
5258         * version.h (VERSION): Bump to 2.0.92.
5260 1998-01-31  Phil Blundell  <philb@gnu.org>
5262         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
5263         alias for __new_sys_siglist.
5265 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
5267         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
5268         getgrgid_r.c if thread package is available.
5269         * pwd/Makefile: Likewise.
5270         * grp/getgrnam_r.c: Remove USE_NSCD definition.
5271         * grp/getgrgid_r.c: Likewise.
5272         * pwd/getpwnam_r.c: Likewise.
5273         * pwd/getpwuid_r.c: Likewise.
5275 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
5277         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
5278         with error to allow user intervention.
5279         * nss/getXXent_r.c: Likewise.
5281 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
5283         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
5284         AT_PLATFORM string.  Pretty print AT_BASE info.
5286         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
5287         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
5288         * sysdeps/generic/dl-procinfo.h: New file.
5289         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
5291 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
5293         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
5295         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
5296         thread and not pthread_detach.
5298         * nscd/nscd.c: Rewrite to use argp instead of getopt.
5300 1998-01-31  Phil Blundell  <philb@gnu.org>
5302         * configure.in: Add --without-cvs option to suppress automatic
5303         checkin of regenerated files.
5304         * config.make.in: Likewise.
5305         * Makefile: Respect with-cvs setting.
5306         * Makerules: Likewise.
5308         * configure.in: Allow the standalone ARM port to be configured.
5310 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5312         * grp/getgrgid_r.c: Define USE_NSCD.
5313         * grp/getgrnam_r.c: Likewise.
5314         * pwd/getpwuid_r.c: Likewise.
5315         * pwd/getpwnam_r.c: Likewise.
5317         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
5319         * nss/getXXbyYY_r.c: Try at first nscd.
5321         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
5322         * nscd/connections.c: New file.
5323         * nscd/dbg_log.c: New file.
5324         * nscd/dbg_log.h: New file.
5325         * nscd/grpcache.c: New file.
5326         * nscd/nscd.c: New file.
5327         * nscd/nscd.h: New file.
5328         * nscd/nscd_conf.c: New file.
5329         * nscd/nscd_stat.c: New file.
5330         * nscd/pwdcache.c: New file.
5332         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
5333         * nscd/nscd_getpw_r.c: Likewise.
5334         * nscd/nscd_proto.h: New, prototypes for client functions.
5336         * nscd/nscd.conf: New, example for a configuration file.
5337         * nscd/nscd.init: New, example for a startup script.
5339         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
5340         avoid deadlocks.
5341         * nscd/getgrnam_r.c: Likewise.
5342         * nscd/getpwnam_r.c: Likewise.
5343         * nscd/getpwuid_r.c: Likewise.
5345 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
5347         * intl/Makefile: Use CVSOPTS in cvs invocation.
5348         * po/Makefile: Likewise.
5349         * posix/Makefile: Likewise.
5350         * stdlib/Makefile: Likewise.
5352 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
5354         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
5355         [PR libc/410]
5356         * misc/Makefile (tests): Add tst-efgcvt.
5357         * misc/tst-efgcvt.c: New file.
5359 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
5361         * posix/regex.c: Add some more cleanups by Akim Demaille.
5363 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
5365         * signal/signal.h: Revert last change.
5366         * string/strsignal.c: Regard signal number NSGI as illegal.
5367         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
5368         members.
5370 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
5372         * Makefile.in: Add comment about CVSOPTS Makefile variable.
5373         * Makerules: Use CVSOPTS in cvs invocation.
5374         * Makefile: Likewise.
5375         * MakeTAGS: Likewise.
5376         * Make-dist: Likewise.
5378 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
5380         * sysdeps/generic/memmem.c: Correct last change.
5382 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
5384         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
5385         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
5387 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5389         * nis/ypclnt.c: Try at first to use the binding file from ypbind
5390         before using RPC.
5392 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5394         * manual/memory.texi (Heap Consistency Checking): mcheck is
5395         declared in <mcheck.h>.
5396         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
5398 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5400         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
5401         beginning of haystack.
5403 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5405         * nss/nss_files/files-service.c: Correct last patch.
5407 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
5409         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
5410         __libc_have_rt_sigs.
5411         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
5412         including <bits/setjmp.h>.
5413         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
5414         Patch from the Debian glibc/SPARC package.
5416 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
5418         * sysdeps/alpha/bzero.S: Fix a typo.
5419         * sysdeps/alpha/htonl.S: Ditto.
5420         * sysdeps/alpha/htons.S: Ditto.
5422 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5424         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
5426 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
5428         * include/cpio.h: Move to ...
5429         * posix/cpio.h: ...here.
5431         * locale/programs/ld-collate.c: Fix typo.
5433         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
5435         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
5437         * login/utmp_file.c (pututline_file): Don't always report success
5438         if similar entry is found.  Patch by Mark M. Kettenis.
5440 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
5442         * manual/Makefile: Don't try to install the info files if makeinfo
5443         is not available.
5445 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
5447         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
5448         kernel's network ioctls, rather than using <linux/sockios.h> to
5449         get them.  This way we are sure of maintaining compatibility if
5450         the kernel interface should change.
5452 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
5454         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
5456 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
5458         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
5459         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
5461 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5463         Implement System V pseudoterminal handling.
5465         * login/Makefile
5466         (routines): Add getpt, grantpt, unlockpt, ptsname.
5467         (libutil-routines): Remove pty. Add openpty, forkpty.
5468         (distribute): New internal header pty-internal.h.
5469         (others): Add the helper program, pt_chown.
5470         (install-others): Install it, in $(libexecdir), mode 4755.
5472         * login/pty-internal.h: New file.
5473         * login/openpty.c: New file.
5474         * login/forkpty.c: New file.
5475         * login/programs/pt_chown.c: New file.
5477         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
5478         * stdlib/stdlib.h: Prototype them.
5480         * config.make.in: Define $(libexecdir).
5481         * Makeconfig: Define $(inst_libexecdir).
5483         * sysdeps/generic/pty.c: Removed.
5484         * sysdeps/unix/sysv/linux/pty.c: Removed.
5486         * sysdeps/generic/getpt.c: Stub out.
5487         * sysdeps/generic/grantpt.c: Likewise.
5488         * sysdeps/generic/ptsname.c: Likewise.
5489         * sysdeps/generic/unlockpt.c: Likewise.
5491         * sysdeps/unix/grantpt.c: New file.
5492         * sysdeps/unix/bsd/getpt.c: New file.
5493         * sysdeps/unix/bsd/unlockpt.c: New file.
5494         * sysdeps/unix/sysv/linux/getpt.c: New file.
5495         * sysdeps/unix/sysv/linux/ptsname.c: New file.
5496         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
5498 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
5500         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
5502 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5504         * nss/Makefile (tests): Add rule for test-netdb.c.
5506         * nss/test-netdb.c: New file.
5508 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
5510         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
5511         really kept as a variable.  Patch by Richard Henderson,
5512         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
5514         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
5515         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
5516         entries as not existing.
5518 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5520         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
5521         zero in alternate form with precision of zero, which must produce
5522         "0".  Add braces to avoid ambiguous `else'.
5524 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5526         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
5527         problem with strncpy.
5528         * nis/nss_compat/compat-pwd.c: Likewise.
5529         * nis/nss_compat/comapt-spwd.c: Likewise.
5531 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5533         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
5534         by uch@nop.or.jp. [PR libc/437]
5536 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5538         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
5540 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5542         * stdio-common/test-popen.c: Include <errno.h>.
5544         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
5545         close.
5547         * inet/getnetgrent_r.c: Include <errno.h>.
5549         * db2/db/db_conv.c: Include <string.h> for memcpy.
5551         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
5552         so that memcpy is declared.
5554         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
5556         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
5558 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5560         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
5561         overflow while reading line with fgets.
5562         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
5564 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
5566         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
5567         unsigned short, not short.
5568         Reported by Andreas Jaeger.
5570 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5572         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
5573         (ccept->accept).
5575         * sysdeps/generic/inttypes.h: Fix spelling.
5577 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5579         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
5581         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
5583 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
5585         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
5586         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
5587         field for hh modifier.
5588         * stdio-common/vfprint.c: Use is_char field and do not depend in
5589         is_short having the value 2.
5590         Bug reported by Andreas Jaeger.
5592 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5594         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
5595         PIC && DO_VERSIONING.
5597 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5599         * Rules: Add rules for $(common-objpfx)dummy$o.
5601 1998-01-26  Richard Henderson  <rth@cygnus.com>
5603         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
5604         unimplemented OSF/1 definitions so that they are not accidentally seen.
5606         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
5607         of the trampoline function into the macro.
5608         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
5609         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
5610         kernel 2.1.82 has this fixed.
5612         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
5613         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
5615 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
5617         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
5618         support sigaction on kernels > 2.1.7x.
5620 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
5622         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
5623         if it is empty.
5625         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
5626         Patch by David Engel <david@sw.ods.com>.
5628         * configure.in: Fix another typo in --enable-add-ons code.
5630 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
5632         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
5634 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5636         * nss/nss_files/files-network.c: Correct order of parameters for
5637         getnetbyaddr.
5639 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
5641         * db2/Makefile (routines): Add os_alloc.
5642         * db2/db.h: Update from db-2.3.16.
5643         * db2/db_185.h: Likewise.
5644         * db2/db_int.h: Likewise.
5645         * db2/btree/bt_close.c: Likewise.
5646         * db2/btree/bt_cursor.c: Likewise.
5647         * db2/btree/bt_delete.c: Likewise.
5648         * db2/btree/bt_open.c: Likewise.
5649         * db2/btree/bt_page.c: Likewise.
5650         * db2/btree/bt_put.c: Likewise.
5651         * db2/btree/bt_rec.c: Likewise.
5652         * db2/btree/bt_recno.c: Likewise.
5653         * db2/btree/btree_auto.c: Likewise.
5654         * db2/common/db_appinit.c: Likewise.
5655         * db2/common/db_apprec.c: Likewise.
5656         * db2/common/db_err.c: Likewise.
5657         * db2/common/db_region.c: Likewise.
5658         * db2/common/db_shash.c: Likewise.
5659         * db2/db/db.c: Likewise.
5660         * db2/db/db_auto.c: Likewise.
5661         * db2/db/db_conv.c: Likewise.
5662         * db2/db/db_dispatch.c: Likewise.
5663         * db2/db/db_dup.c: Likewise.
5664         * db2/db/db_pr.c: Likewise.
5665         * db2/db/db_rec.c: Likewise.
5666         * db2/db185/db185.c: Likewise.
5667         * db2/dbm/dbm.c: Likewise.
5668         * db2/hash/hash.c: Likewise.
5669         * db2/hash/hash_auto.c: Likewise.
5670         * db2/hash/hash_dup.c: Likewise.
5671         * db2/hash/hash_page.c: Likewise.
5672         * db2/hash/hash_rec.c: Likewise.
5673         * db2/include/btree_ext.h: Likewise.
5674         * db2/include/clib_ext.h: Likewise.
5675         * db2/include/common_ext.h: Likewise.
5676         * db2/include/db.h.src: Likewise.
5677         * db2/include/db_185.h.src: Likewise.
5678         * db2/include/db_am.h: Likewise.
5679         * db2/include/db_ext.h: Likewise.
5680         * db2/include/db_int.h.src: Likewise.
5681         * db2/include/hash_ext.h: Likewise.
5682         * db2/include/lock_ext.h: Likewise.
5683         * db2/include/log.h: Likewise.
5684         * db2/include/log_auto.h: Likewise.
5685         * db2/include/log_ext.h: Likewise.
5686         * db2/include/mp.h: Likewise.
5687         * db2/include/mp_ext.h: Likewise.
5688         * db2/include/mutex_ext.h: Likewise.
5689         * db2/include/os_ext.h: Likewise.
5690         * db2/include/os_func.h: Likewise.
5691         * db2/include/txn_ext.h: Likewise.
5692         * db2/lock/lock.c: Likewise.
5693         * db2/lock/lock_util.c: Likewise.
5694         * db2/log/log.c: Likewise.
5695         * db2/log/log.src: Likewise.
5696         * db2/log/log_archive.c: Likewise.
5697         * db2/log/log_auto.c: Likewise.
5698         * db2/log/log_get.c: Likewise.
5699         * db2/log/log_put.c: Likewise.
5700         * db2/log/log_rec.c: Likewise.
5701         * db2/log/log_register.c: Likewise.
5702         * db2/mp/mp_bh.c: Likewise.
5703         * db2/mp/mp_fget.c: Likewise.
5704         * db2/mp/mp_fopen.c: Likewise.
5705         * db2/mp/mp_fput.c: Likewise.
5706         * db2/mp/mp_pr.c: Likewise.
5707         * db2/mp/mp_sync.c: Likewise.
5708         * db2/mutex/mutex.c: Likewise.
5709         * db2/os/os_alloc.c: Likewise.
5710         * db2/os/os_config.c: Likewise.
5711         * db2/os/os_stat.c: Likewise.
5712         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
5713         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
5714         * db2/progs/db_load/db_load.c: Likewise.
5715         * db2/progs/db_printlog/db_printlog.c: Likewise.
5716         * db2/progs/db_recover/db_recover.c: Likewise.
5717         * db2/progs/db_stat/db_stat.c: Likewise.
5718         * db2/txn/txn.c: Likewise.
5720         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
5721         Unmap memory blocks in reverse order of allocation.
5722         Call munmap with load address added to offset.
5723         Bug reported by Miguel de Icaza.
5725         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
5726         up weight array.
5728         * localedata/locales/cs_CZ: Update by Michael Mraka
5729         <michael@informatics.muni.cz>.
5731         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
5732         __USE_BSD.
5734         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
5735         reading line with fgets.
5736         * nis/nss_compat/compat-pwd.c: Likewise.
5737         * nis/nss_compat/compat-spwd.c: Likewise.
5738         * nss/nss_files/files-XXX.c: Likewise.
5739         * nss/nss_files/files-alias.c: Likewise.
5740         * shadow/fgetspent_r.c: Likewise.
5742         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
5744         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
5745         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
5746         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
5748         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
5749         FP register content in ucontext_t.
5751 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5753         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
5754         calculation.  Patch by Markus Schoder
5755         <Markus.Schoder@dresdner-bank.de>.
5757         * math/libm-test.c (modf_test): Add more tests for modf.
5759         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
5760         munlock according to Unix98.
5762 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5764         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
5765         AF_INET.
5767 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
5769         * sysdeps/posix/ttyname.c: Handle symbolic links.
5770         * sysdeps/posix/ttyname_r.c: Ditto.
5772 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
5774         * db2/makedb.c (process_input): Write terminating \0 for value.
5775         (print_database): Simply print value string, don't use length.
5777 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5779         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
5780         exit of loop.
5782 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5784         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
5785         close all sockets.
5787 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
5789         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
5790         sigset.
5791         * signal/sighold.c: New file.
5792         * signal/sigrelse.c: New file.
5793         * sysdeps/generic/sigignore.c: New file.
5794         * sysdeps/generic/sigset.c: New file.
5795         * sysdeps/posix/sigignore.c: New file.
5796         * sysdeps/posix/sigset.c: New file.
5797         * signal/signal.h: Add prototypes for new functions.
5799         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
5800         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
5801         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
5802         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
5804 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
5806         * posix/wordexp.c: Added IFS field-splitting in parameter and
5807         command substitution.  Fixed an IFS-related bug that caused an
5808         infinite loop.
5810 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
5812         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
5813         and swapcontext.
5814         * stdlib/ucontext.h: Correct prototypes.
5815         * sysdeps/generic/getcontext.c: New file.
5816         * sysdeps/generic/setcontext.c: New file.
5817         * sysdeps/generic/makecontext.c: New file.
5818         * sysdeps/generic/swapcontext.c: New file.
5819         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
5821 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
5823         * resource/sys/resource.h: Remove #include of ulimit.h which is
5824         not allowed by SUSv2 and not available on other systems.
5825         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
5827         * streams/Makefile: New file.
5828         * streams/stropts.h: New file.
5829         * sysdeps/generic/bits/stropts.h: New file.
5830         * sysdeps/generic/isastream.c: New file.
5831         * sysdeps/generic/getmsg.c: New file.
5832         * sysdeps/generic/getpmsg.c: New file.
5833         * sysdeps/generic/putmsg.c: New file.
5834         * sysdeps/generic/putpmsg.c: New file.
5835         * sysdeps/generic/fattach.c: New file.
5836         * sysdeps/generic/fdetach.c: New file.
5837         * sysdeps/unix/inet/Subdirs: Add streams.
5838         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
5839         __t_uscalar_t.
5840         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
5841         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
5842         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
5843         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
5845         * sysdeps/mach/_strerror.c: Follow changes of generic version to
5846         handle small buffers correctly.
5848 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
5850         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
5851         Remove the 3rd arg and add declaration for _dl_runtime_resolve
5852         and _dl_runtime_profile.
5854 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
5856         * include/cpio.h: New file.  Mainly copied from GNU cpio.
5857         * posix/Makefile (headers): Add cpio.h.
5859 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5861         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
5862         to routines.
5863         * nis/nis_cache.c: New file.
5864         * nis/nis_cache2.h: New file.
5865         * nis/nis_cache2_xdr.c: New file.
5866         * nis/nis_call.c: Changes for cache2_info parameter.
5867         * nis/nis_checkpoint.c: Likewise.
5868         * nis/nis_intern.h: Likewise.
5869         * nis/nis_mkdir.c: Likewise.
5870         * nis/nis_ping.c: Likewise.
5871         * nis/nis_rmdir.c: Likewise.
5872         * nis/nis_server.c: Likewise.
5873         * nis/nis_util.c: Likewise.
5875 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5877         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
5878         return/errnop codes.
5879         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
5880         * nis/nss_nisplus/nisplus-grp.c: Likewise.
5881         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
5882         * nis/nss_nisplus/nisplus-proto.c: Likewise.
5883         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
5884         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
5885         * nis/nss_nisplus/nisplus-rpc.c: Likewise
5886         * nis/nss_nisplus/nisplus-service.c: Likewise.
5887         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
5889 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5891         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
5892         * nis/nss_nis/nis-ethers.c: Likewise.
5893         * nis/nss_nis/nis-grp.c: Likewise.
5894         * nis/nss_nis/nis-hosts.c: Likewise.
5895         * nis/nss_nis/nis-network.c: Likewise.
5896         * nis/nss_nis/nis-proto.c: Likewise.
5897         * nis/nss_nis/nis-hosts.c: Likewise.
5898         * nis/nss_nis/nis-network.c: Likewise.
5899         * nis/nss_nis/nis-proto.c: Likewise.
5900         * nis/nss_nis/nis-publickey.c: Likewise.
5901         * nis/nss_nis/nis-pwd.c: Likewise.
5902         * nis/nss_nis/nis-rpc.c: Likewise.
5903         * nis/nss_nis/nis-service.c: Likewise.
5904         * nis/nss_nis/nis-spwd.c: Likewise.
5906 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
5908         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
5909         Added to follow latest kernel development.
5911 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
5913         * nss/db-Makefile: Handle empty and comment lines better.
5914         ($(VAR_DB)/services.db): Generate entries with missing protocol
5915         value.
5917 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5919         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
5920           NULL.
5921           (getservbyname): Allow proto == NULL.
5922           Pointed out by David N. Welton <davidw@gate.cks.com>.
5923           [PR libc/430].
5925 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
5927         * nis/nislib/nislib.h: Finally removed.
5929         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
5930         C compiler.  From Kaveh Ghazi.
5931         (TYPE_MINIMUM): Define.
5932         (TYPE_MAXIMUM): Define.
5933         (TIME_T_MIN): Use TYPE_MINIMUM.
5934         (TIME_T_MAX): Use TYPE_MAXIMUM.
5935         Patch by Jim Meyering <meyering@ascend.com>.
5937 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
5939         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
5940         __pread64, __pwrite64, and __getpid.
5942         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
5943         versions.
5945 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5947         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
5948         cancelable socket functions as __libc_xxx with __xxx as weak
5949         alias.
5950         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5951         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5953         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
5954         redefined.
5955         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5956         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
5957         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
5958         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
5960         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
5961         and __xxx a weak alias.
5962         * sysdeps/unix/sysv/linux/connect.S: Likewise.
5963         * sysdeps/unix/sysv/linux/recv.S: Likewise.
5964         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
5965         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
5966         * sysdeps/unix/sysv/linux/send.S: Likewise.
5967         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
5968         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
5970 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5972         * locale/langinfo.h: Add defines.
5974         * dirent/dirent.h: Add defines for DT_*, check also for
5975         _DIRENT_HAVE_D_TYPE.
5976         Suggested by Roland McGrath.
5978 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5980         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
5981         Update from Linux 2.1.73+79.
5983         * README.template: Update information about possible
5984         configurations.
5986         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
5987         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
5988         [PR libc/417].
5990         * manual/time.texi (Priority): Correct description of
5991         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
5992         [PR libc/416].
5994 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
5996         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
5997         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
5999 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
6001         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
6002         Andreas Jaeger.
6004 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
6006         * locale/programs/ld-collate.c: Little optimizations.
6008         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
6010         * string/Makefile (tests): Add tst-inlcall.
6011         * string/tst-inlcall.c: New file.
6013         * string/strsignal.c: Add support for real-time signals.
6015         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
6016         presense of small buffer.
6018         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
6020         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
6021         for i686.
6023         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
6024         _NSIG + 1.
6026 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
6028         * Rules: Add explicit rule for dummy.o; at least one library needs
6029           it and it isn't autogenerated by the default rules.
6031 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6033         * math/libm-test.c: Tweak epsilons.
6035 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6037         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
6038         child.
6039         (feenv_mask_test): Likewise.
6041 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6043         * Makeconfig: Don't export CPPFLAGS.
6045 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6047         * sunrpc/rpc_main.c (parseargs): Use perror to print error
6048         message.
6050 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6052         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
6053         terminating null in key size.
6055 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6057         * nss/nss_files/files-service.c: Fix allocation size to include
6058         length of PROTO.
6060         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
6061         applicable.  Fix return value and error checking.
6062         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
6063         unparsable lines.
6064         (DB_LOOKUP): Allocate space for terminating null byte.
6066         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
6067         uids specially.
6069         * db2/makedb.c (process_input): Continue processing if a duplicate
6070         key is encountered.
6072 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
6074         * time/tzfile.h: Updated from tzcode1998b.
6075         * time/zdump.c: Likewise.
6076         * time/zic.c: Likewise.
6077         * time/africa: Update from tzdata1998b.
6078         * time/antarctica: Likewise.
6079         * time/asia: Likewise.
6080         * time/australasia: Likewise.
6081         * time/etcetera: Likewise.
6082         * time/europe: Likewise.
6083         * time/leapseconds: Likewise.
6084         * time/northamerica: Likewise.
6085         * time/southamerica: Likewise.
6087 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6089         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
6090         lookups ignoring case.
6091         * nss/nss_files/files-network.c: Do network lookups ignoring
6092         case.
6093         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
6094         case.
6095         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
6096         case insensitive comparing.
6097         Patches by Cristian Gafton <gafton@redhat.com>.
6099 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6101         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
6102         by Roland McGrath. [PR libc/395]
6104 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6106         * manual/arith.texi (Parsing of Integers): Correct description of
6107         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
6108         [PR libc/396]
6110 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
6112         * misc/lsearch.c (lsearch): Return a pointer to the new element
6113         if one was "allocated".
6115 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6117         * string/strsignal.c: NSIG is not a valid index into
6118         _sys_siglist.  Don't zap the last character of the "Unknown
6119         signal" message.
6121 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
6123         * locale/programs/charmap.c (parse_charmap): Correct parsing of
6124         ellipsis expressions.
6126         * locale/programs/charset.c (insert_char): Correctly insert value
6127         of eliipsis expression.
6129 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
6131         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
6132         <bits/setjmp.h>.
6133         * sysdeps/powerpc/setjmp.S: Likewise.
6134         Patches by Matt McLean <keys@keys.got.net>.
6136         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
6138         * Makefile: Undo last patch.
6139         (distribute): Add test-installation.pl.
6141         * configure.in: Correct handling of --enable-add-ons without parameter.
6142         Correct address of WWW pages.
6144         * libc.map: Add _nl_domain_bindings.
6146         * db2/mutex/tsl_parisc.s: New file.
6148         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
6149         and extra-module.mk.
6151         * localedata/Makefile (distribute): New.  Add all the files.
6153         * stdlib/Makefile (headers): Add inttypes.h.
6154         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
6155         * sysdeps/generic/inttypes.h: New file.
6156         * sysdeps/generic/strtoimax.c: New file.
6157         * sysdeps/generic/strtoumax.c: New file.
6158         * sysdeps/generic/wcstoimax.c: New file.
6159         * sysdeps/generic/wcstoumax.c: New file.
6160         * sysdeps/wordsize-32/Dist: Removed.
6161         * sysdeps/wordsize-32/Makefile: Removed.
6162         * sysdeps/wordsize-64/Dist: Removed.
6163         * sysdeps/wordsize-64/Makefile: Removed.
6164         * sysdeps/generic/bits/environments.h: New file.
6166         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
6167         header is still not correct.
6169         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
6170         * posix/unistd.h: Likewise.
6171         * sysdeps/generic/sys/mman.h: Likewise.
6172         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
6174         * manual/arith.texi: Change definition of mul macro.
6175         * manual/math.texi: Likewise.
6177         * misc/Makefile (routines): Add mmap64.
6178         * sysdeps/generic/mmap64.c: New file.
6179         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
6180         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
6181         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
6182         aliases to mmap.
6183         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6185         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
6187         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
6189         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
6191         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
6192         FOPEN_MAX also when included by limits.h.
6193         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
6195         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
6196         and netrom/netrom.h.
6197         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
6198         oldsiglist to sysdep_routines, not aux.
6199         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
6201         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
6202         and SOL_NETROM definition.
6204         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
6206         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
6207         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
6209 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
6211         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
6213         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
6214         sa_handler with k_sa_handler.
6215         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
6216         strong alias.
6217         Reported by a sun.
6219         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
6220         __libc_have_rt_sigs here.
6221         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
6222         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6223         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
6224         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6226 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
6228         * sysdeps/powerpc/atomicity.h: New file.
6229         * sysdeps/mach/powerpc/machine-lock.h: New file.
6231         * Rules: Use -fpic to build anything that might end up in a users'
6232         shared library.
6234         * sysdeps/powerpc/s_fdim.c: New file.
6235         * sysdeps/powerpc/s_fdimf.c: New file.
6236         * sysdeps/powerpc/s_fmax.S: New file.
6237         * sysdeps/powerpc/s_fmaxf.S: New file.
6238         * sysdeps/powerpc/s_fmin.S: New file.
6239         * sysdeps/powerpc/s_fminf.S: New file.
6240         * sysdeps/powerpc/s_llrint.c: Now is for double.
6241         * sysdeps/powerpc/s_llrintf.c: New file.
6242         * sysdeps/powerpc/s_llround.c: Now is for double.
6243         * sysdeps/powerpc/s_llroundf.c: New file.
6244         * sysdeps/powerpc/s_lrint.c: Now is for double.
6245         * sysdeps/powerpc/s_lrintf.S: New file.
6246         * sysdeps/powerpc/s_lround.c: Now is for double.
6247         * sysdeps/powerpc/s_lroundf.c: New file.
6248         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
6249         lrintf, fdim, fdimf.
6251         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
6252         file directly, use its parent.
6254         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
6255         (for the third time).
6257 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
6259         * posix/sched.h: timespec is in <time.h>.
6261         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
6263 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
6265         * configure.in: Stop with error if --disable-static is used when
6266         the shared lib uses this library.
6268         * gen-FAQ.pl: I've perl installed in /usr/bin.
6270         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
6272         Fix Unix98 conformance problems in the headers.
6273         * catgets/nl_types.h: Define nl_item.
6274         * grp/grp.h: Define gid_t.
6275         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
6276         * include/nl_types.h: New file.
6277         * include/ulimit.h: New file.
6278         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
6279         constants in POSIX mode.
6280         * io/utime.h: Get definition for time_t.
6281         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
6282         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
6283         * libio/stdio.h: Define va_list.  Make snprintf also available is
6284         __USE_UNIX98.  Declare getopt function and variables.
6285         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
6286         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
6287         * math/math.h: Defined M_* constants as double for Unix98 mode.
6288         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
6289         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
6290         * posix/regex.h: Define REG_NOSYS.
6291         * posix/wordexp.h: Define WRDE_NOSYS.
6292         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
6293         500 for Unix98.
6294         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
6295         somewhere else as well.  Define clock_t for Unix98.
6296         * posix/sys/wait.h: Define pid_t.
6297         * pwd/pwd.h: Define gid_t, uid_t.
6298         * resource/Makefile (headers): Add ulimit.h.
6299         * resource/ulimit.h: New file.
6300         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
6301         instead of second argument.
6302         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
6303         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
6304         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
6305         * signal/signal.h: Define pid_t.
6306         * string/string.h: Don't declare BSD string functions in POSIX mode.
6307         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
6308         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
6309         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
6310         and POSIX.
6312         * inet/test_ifindex.c: Change test so that it does not fail for
6313         interface aliases.
6315         * locale/programs/locale.c (show_info): Use correct cast sequence
6316         for 64bit machines.
6318         * malloc/malloc.c: __malloc_initialized now signals three states:
6319         uninitialized, initializing, initialized.  Used in mcheck.
6320         * malloc/mcheck.c (mabort): Add '\n' to messages.
6321         (mcheck): Allow installation when malloc is uninitialized or is
6322         just initializing.
6324         * manual/memory.texi: Explain mtrace output a bit more.
6326         * math/libm-test.c: Add more epsilons.
6328         * misc/regexp.h (compile): Remove __ prefix from parameter names.
6330         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
6331         instead of strcpy for security.
6332         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
6333         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
6334         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
6336         * nss/digits_dots.c: Pretty print.
6338         * posix/getconf.c (vars): Add symbols for programming environment
6339         recognition.  Recognize --version.
6341         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
6342         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
6343         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
6345         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
6346         __need_FOPEN_MAX.
6347         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
6348         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
6349         __need_FOPEN_MAX.
6351         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
6352         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
6354         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
6355         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
6356         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
6357         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
6358         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
6359         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
6361         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
6362         SCNu*.
6363         * sysdeps/wordsize-64/inttypes.h: Likewise.
6365         * time/africa: Update from tzdata1997j.
6366         * time/antarctica: Likewise.
6367         * time/asia: Likewise.
6368         * time/australasia: Likewise.
6369         * time/backward: Likewise.
6370         * time/etcetera: Likewise.
6371         * time/europe: Likewise.
6372         * time/factory: Likewise.
6373         * time/northamerica: Likewise.
6374         * time/pacificnew: Likewise.
6375         * time/southamerica: Likewise.
6377         * time/tzfile.h: Update from tzcode1997h.
6378         * time/zic.c: Likewise.
6380         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
6381         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
6382         isw*() functions for Unix98.
6383         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
6384         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
6385         is defined.
6387 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6389         * locale/duplocale.c: Increase usage_count only if less than
6390         MAX_USAGE_COUNT.
6391         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
6392         MAX_USAGE_COUNT.
6393         * locale/setlocale.c: Likewise.
6395 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6397         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
6398         dependency to make it easier to install it selectively.
6400         * Makerules (.SUFFIXES): Don't define any suffixes.
6402 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6404         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
6405         * sysdeps/generic/statfs64.c: Emulate using statfs.
6406         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
6407         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
6408         * sysdpes/generic/ftruncate64.c: New file.
6409         * sysdpes/generic/truncate64.c: New file.
6411         * sysdeps/generic/bits/stat.h: Add LFS support.
6412         * sysdeps/generic/bits/statfs.h: Likewise.
6414         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
6415         [__USE_FILE_OFFSET64]: Make long long constant.
6416         (RLIM64_INFINITY): Likewise.
6418         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
6419         for LFS support.
6420         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
6421         * sysdeps/generic/bits/resource.h: Likewise.
6423         * misc/Makefile (routines): Add truncate64 and ftruncate64.
6425         * include/features.h: Don't prevent LFS support from defining BSD
6426         and SYSV things.
6428         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
6429         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
6430         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
6432         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
6433         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
6434         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6436         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
6437         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
6438         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
6439         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
6440         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
6441         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
6442         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
6443         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
6444         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
6445         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
6446         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
6447         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
6448         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
6449         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
6450         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
6451         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
6452         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
6453         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
6454         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
6455         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
6457         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
6458         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
6459         * sysdeps/unix/sysv/linux/xstat64.c: New file.
6460         * sysdeps/unix/sysv/linux/readdir64.c: New file.
6461         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
6463         * sysdeps/unix/sysv/linux/getdents64.c: New file.
6464         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
6465         [$(subdir)=dirent]: Add getdents64.
6466         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
6468         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
6470 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
6472         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
6474         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
6475         * sysdeps/generic/getrlimit64.c: Likewise.
6476         * sysdeps/generic/setrlimit.c: Likewise.
6477         * sysdeps/generic/setrlimit64.c: Likewise.
6479 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
6481         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
6482         using versioning.
6484         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
6486         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
6488 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6490         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
6491         after the codeset name.
6493 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6495         * libc.map: Add get_kernel_syms.
6497 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6499         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
6500         static.
6501         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
6502         Likewise.  Fix condition.
6504 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6506         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
6508 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6510         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
6511         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
6513 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6515         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
6516         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
6517         instead.  Oops.
6519 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6521         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
6523 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6525         * math/libm-test.c (catanh_test): Change epsilon.
6526         Reported by H.J. Lu.
6528 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
6530         * libc.map (__getpid): Added for linuxthreads.
6532 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
6534         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
6535         it if gcc uses static variable in DWARF2 unwind information
6536         for exception support.
6538         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
6540         * elf/soinit.c (__libc_global_ctors, _fini): Handle
6541         HAVE_DWARF2_UNWIND_INFO_STATIC.
6543         * libc.map (__register_frame*, __deregister_frame*): Make them
6544         global.
6546 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6548         * math/libm-test.c: Add more tests for "normal" values.
6550 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6552         * stdio-common/printf_fphex.c: Fix printing of long double number
6553         with a biased exponent of zero.  Fix rounding.
6555 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6557         * sunrpc/rpc_main.c: Accept new flag -$.
6558         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
6560 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6562         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
6563         dynamic linker first, in case the interface has changed.
6565 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6567         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
6568         order.
6570 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6572         * math/tgmath.h: Check for double first, for architectures where
6573         sizeof (long double) == sizeof (double).
6575 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6577         * math/libm-test.c: New tests for "normal" values added for most
6578         functions.
6580 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
6582         * version.h (VERSION): Bump to 2.0.91.
6584         * db2/makedb.c (process_input): Fix typo in message.
6585         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
6587         * elf/dynamic-link.h: Pretty print.
6589         * elf/rtld.c: Allow multiple preloading of a shared object.
6591         * include/limits.h: Prevent multiple inclusion.
6593         * malloc/Makefile (headers): Add mcheck.h.
6594         (distribute): Remove it here.
6595         * malloc/mcheck.h: Pretty print.
6596         * malloc/mtrace.c (mallenv): Make `const'.
6597         * malloc/mtrace.pl: Don't print table head for memory leaks if there
6598         are none.
6599         * manual/memory.texi: Update descriptor of malloc hooks.
6601         * posix/Makefile (routines): Add waitid.
6602         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
6603         on __id_t.
6604         * posix/sys/wait.h: Define idtype_t type.
6605         Add prototype for waitid.
6606         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
6607         * sysdeps/generic/waitid.c: Stub for waitid.
6608         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
6609         the __need_siginfo_t defined.
6610         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
6611         * sysdeps/generic/bits/types.h: Define __id_t.
6612         Correct definition of __FDMASK.
6613         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
6614         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
6615         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
6617         * sysdeps/posix/waitid.c: New file.
6618         Provided by Zack Weinberg.
6620         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
6622         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
6623         Add missing parameters.
6625         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
6626         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
6627         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
6628         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
6629         initialized.
6631         * sysdeps/i386/dl-machine.h: Little cleanup.
6633         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
6634         (__finite): Mark function as const.
6635         Add inline code for __ieee754_atan2.
6637         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
6638         (but don't use it now).
6639         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
6640         __atan.
6641         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
6642         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
6643         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
6644         real part.
6645         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
6646         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
6647         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
6648         __ieee754_atan2 to base 10.
6649         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
6650         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
6652         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
6653         old_kernel_sigaction.
6655         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
6657         * wctype/Makefile (routines): Add wctype_l.
6658         * wctype/wctype.h: Add declaration of __wctype_l.
6659         * wctype/wctype_l.c: New file.
6661 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
6663         * locale/C-ctype.c: Correct data for isw* functions.
6664         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
6665         byte order.
6666         * wctype/test_wctype.c: Add test for isw* functions.
6667         * wctype/wctype.c: Return value with expected byte order.
6669 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6671         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
6673 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
6675         * iconvdata/Makefile: Fix a typo.
6677         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
6678         oldsiglist for shared library.
6680         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
6681         sys_sigabbrev): Make them as the default version GLIBC_2.1.
6683         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
6684         sys_siglist, sys_sigabbrev): New file. Make them as the old
6685         version GLIBC_2.0.
6687         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
6688         to GLIBC_2.1.
6690 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
6692         * libio/iofgets.c (_IO_fgets): Return an error only if there
6693         is a new error.
6694         * libio/iogets.c (_IO_gets): Ditto.
6696 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
6698         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
6700         * libio/Makefile (routines, shared-only-routines): Add
6701         oldiofdopen.
6703         * libio/fileops.c: Don't use _IO_FILE_complete.
6704         * libio/iofdopen.c: Ditto.
6705         * libio/iofopen.c: Ditto.
6706         * libio/iofopen64.c: Ditto.
6707         * libio/iopopen.c: Ditto.
6708         * libio/iovdprintf.c: Ditto.
6710         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
6712         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
6713         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
6715         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
6716         _IO_old_fdopen, _IO_new_fdopen): New declaration.
6718         * libio/libio.h (_IO_FILE): Add more fields.
6719         (_IO_FILE_complete): Defined and make _IO_FILE be the old
6720         one if _IO_USE_OLD_IO_FILE is defined
6721         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
6722         them _IO_FILE_complete.
6724         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
6725         to adjust vtable.
6726         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
6727         _IO_JUMPS.
6728         (_IO_FILE_complete): Commented out.
6730         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
6731         * libio/oldiofclose.c: Ditto.
6732         * libio/oldiofopen.c: Ditto.
6733         * libio/oldstdfiles.c: Ditto.
6735         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
6736         for the old _IO_FILE.
6738         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
6739         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
6740         and stderr.
6742         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
6743         and remove INAME.
6745         * libio/stdio.c (stdin, stdout, stdin): Don't use
6746         _IO_FILE_complete.
6748         * libio/oldiofdopen.c: New.
6750         * stdio-common/vfprintf.c (buffered_vfprintf): Set
6751         hp->_vtable_offset to 0.
6753 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
6755         * libc.map (_IO_file_open): Added.
6757         * libio/libioP.h (_IO_file_open): Declared.
6759         * libio/fileops.c (_IO_file_open): New.
6760         (_IO_file_fopen): Call _IO_file_open ().
6762         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
6763         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
6765 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6767         * signal/signal.h: Fix selection of signal semantics to match
6768         comment.
6770 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6772         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
6773         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
6774         rt_sigreturn.
6775         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
6776         [$(subdir)=signal]: Remove rt_sigreturn.
6777         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
6778         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
6779         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
6781 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6783         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
6784         declarations.
6786 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6788         * iconvdata/extra-module.mk: Expand extra-objs now.
6790 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6792         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
6793         inline functions by feature tests to avoid warning about missing
6794         prototype declarations.
6796 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6798         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
6799         return code for non existent +name entries.
6800         * nis/nss_compat/compat-pwd.c: Likewise.
6801         * nis/nss_compat/compat-spwd.c: Likewise.
6803 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
6805         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
6806         (EIO): Likewise.
6807         (ENOSPC): Likewise.
6808         (EEXIST): Likewise.
6809         (__errno_location): Likewise.
6811         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
6813         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
6815 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6817         * sunrpc/publickey.c: Use new NSS interface.
6819 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
6821         * manual/malloc.texi: Document mtrace/muntrace and the concept.
6823 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6825         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
6826         value, to match spirit of the standard.
6827         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
6828         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
6829         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
6831 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6833         * manual/signal.texi (Signal Stack): Remove spurious @item.
6835 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6837         * rt/aio.h: Remove double semicolon.
6839         * rt/librt.map: Add aio_init.
6841 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
6843         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
6844         * Makefile (subdirs): Replace rt by $(rt).
6846         * shlib-versions: Use version .2 for NSS modules.
6848         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
6849         argument.
6850         * pwd/fgetpwent_r.c: Likewise.
6851         * spwd/fgetspent_r.c: Likewise.
6852         * spwd/sgetspent_r.c: Likewise.
6853         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
6854         Store error number in *ERRNOP.  Little optimization.
6855         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
6856         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
6857         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
6858         (__internal_getnetgrent_r): New argument.
6859         Call __internal_setnetgrent_reuse with new argument.
6860         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
6861         * inet/netgroup.h: Add argument to prototypes.
6862         * nis/nisplus-parser.h: Likewise.
6863         * nis/nss_compat/compat-grp.c: Change everything to store error
6864         code through provided pointer and not use errno.
6865         * nis/nss_compat/compat-pwd.c: Likewise.
6866         * nis/nss_compat/compat-spwd.c: Likewise.
6867         * nis/nss_nis/nis-alias.c: Likewise.
6868         * nis/nss_nis/nis-ethers.c: Likewise.
6869         * nis/nss_nis/nis-grp.c: Likewise.
6870         * nis/nss_nis/nis-hosts.c: Likewise.
6871         * nis/nss_nis/nis-netgrp.c: Likewise.
6872         * nis/nss_nis/nis-network.c: Likewise.
6873         * nis/nss_nis/nis-proto.c: Likewise.
6874         * nis/nss_nis/nis-publickey.c: Likewise.
6875         * nis/nss_nis/nis-pwd.c: Likewise.
6876         * nis/nss_nis/nis-rpc.c: Likewise.
6877         * nis/nss_nis/nis-service.c: Likewise.
6878         * nis/nss_nis/nis-spwd.c: Likewise.
6879         * nis/nss_nisplus/nisplus-alias.c: Likewise.
6880         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
6881         * nis/nss_nisplus/nisplus-grp.c: Likewise.
6882         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
6883         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
6884         * nis/nss_nisplus/nisplus-network.c: Likewise.
6885         * nis/nss_nisplus/nisplus-parser.c: Likewise.
6886         * nis/nss_nisplus/nisplus-proto.c: Likewise.
6887         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
6888         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
6889         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
6890         * nis/nss_nisplus/nisplus-service.c: Likewise.
6891         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
6892         * nss/nss_db/db-XXX.c: Likewise.
6893         * nss/nss_db/db-alias.c: Likewise.
6894         * nss/nss_db/db-netgrp.c: Likewise.
6895         * nss/nss_files/files-XXX.c: Likewise
6896         * nss/nss_files/files-alias.c: Likewise
6897         * nss/nss_files/files-netgrp.c: Likewise
6898         * nss/nss_files/files-parse.c: Likewise
6899         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
6900         parameter of get functions.
6901         * nss/getXXent_r.c: Likewise.
6903         * localedata/tst-fmon.c: Print debug info if test fails.
6905         * rt/Makefile (routines): Add aio_notify.
6906         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
6907         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
6908         * rt/aio_fsync.c: Likewise.
6909         * rt/aio_misc.c: Likewise.
6910         * rt/aio_misc.h: Likewise.
6911         * rt/aio_read.c: Likewise.
6912         * rt/aio_read64.c: Likewise.
6913         * rt/aio_suspend.c: Likewise.
6914         * rt/aio_write.c: Likewise.
6915         * rt/aio_write64.c: Likewise.
6916         * rt/lio_listio.c: Likewise.
6917         * rt/lio_listio64.c: Likewise.
6918         * rt/aio_notify.c: New file.
6920         * sysdeps/generic/bits/sigset.h: Pretty print.
6922         * sysdeps/posix/pwrite.c: Define weak alias only if function is
6923         really defined as __pwrite.
6925         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
6926         instead of pread64.
6927         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6929         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
6930         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
6931         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
6932         size in syscall.
6933         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6934         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6935         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
6936         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6937         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
6938         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
6939         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
6940         for ACT being NULL.
6941         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
6942         RT signals.
6943         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
6944         __NR_pread is not defined.
6945         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
6946         __NR_pwrite is not defined.
6948 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6950         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
6951         handle for /etc/group back in some more cases.
6952         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
6953         handle for /etc/passwd back in some more cases.
6954         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
6955         handle for /etc/shadow back in some more cases.
6957 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
6959         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
6960         beyound its size.
6961         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
6962         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
6964 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
6966         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
6967         handling.  Don't use macros, we need functions.  Use inline functions
6968         for optimization.
6969         * sysdeps/wordsize-64/inttypes.h: Likewise.
6970         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
6971         and wcstoumax.
6972         * sysdeps/wordsize-64/Makefile: Likewise.
6973         * sysdeps/wordsize-32/Dist: Likewise.
6974         * sysdeps/wordsize-64/Dist: Likewise.
6975         * sysdeps/wordsize-32/strtoimax.c: New file.
6976         * sysdeps/wordsize-32/strtoumax.c: New file.
6977         * sysdeps/wordsize-32/wcstoimax.c: New file.
6978         * sysdeps/wordsize-32/wcstoumax.c: New file.
6979         * sysdeps/wordsize-64/strtoimax.c: New file.
6980         * sysdeps/wordsize-64/strtoumax.c: New file.
6981         * sysdeps/wordsize-64/wcstoimax.c: New file.
6982         * sysdeps/wordsize-64/wcstoumax.c: New file.
6984 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
6986         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
6987         that transparent union works.
6988         * sysdeps/generic/wait4.c (__wait4): Likewise.
6989         * sysdeps/generic/wait.c (__wait): Likewise.
6991         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
6992         size_t.
6994         * sysdeps/generic/syscall.c (syscall): Return value and arg are
6995         long, to match prototype.
6997         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
6998         have mremap() yet.
7000         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
7002         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
7004         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
7006         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
7007         __rlim_t.
7009         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
7011         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
7013         * io/sys/stat.h (S_ISLNK): Always false if we don't have
7014         __S_IFLNK.
7016         * sysdeps/standalone/close.c (_STDIO_H): Define before including
7017         <bits/stdio_lim.h>.
7018         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
7020 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
7022         * posix/sys/wait.h: Don't use transparent unions in C++.
7024 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7026         * time/time.h: Add strfxtime.
7028         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
7029         sysv_signal, strfxtime, pread64, pwrite64.
7031 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
7033         Alpha changes for EGCS:
7034         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
7035         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
7036         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
7037         (_start): Likewise.
7038         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
7040 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
7042         The kernel expects the arguments in a different order.
7043         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
7044         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
7046         * FAQ.in: New file.
7047         * gen-FAQ.pl: New file.
7048         * Makefile (FAQ): Add rule to generate from FAQ.in.
7050         * iconvdata/Makefile: Treat libJIS like the other modules.
7052         * rt/librt.map: New file.
7054         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
7055         inclusion.
7056         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
7057         comment.
7059 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
7061         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
7062         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
7063         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
7064         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
7066 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7068         * string/bits/string2.h: Fix spellings.
7070         * string/string.h: Fix spellings.
7072 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7074         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
7075         declaration to __syscall_rt_sigaction.
7077         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
7078         non-existant <sigcontext.h>.
7080 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7082         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
7083         typo.
7085 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7087         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
7089         * Makeconfig (shared-thread-library): Correct spelling.
7091         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
7092         <asm/pci.h>.
7094 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7096         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
7097         constants from Linux headers. Pointed out by
7098         csmall@scooter.o.i.net. [PR libc/369]
7100 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7102         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
7104 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7106         * configure.in: If --enable-add-ons is given without an
7107         argument, set the addons list to all subdirs with a configure
7108         script.
7110 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
7112         * Makeconfig: Add shared-thread-library variable.
7114         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
7115         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
7116         here.
7117         * sysdeps/m68k/fpu/e_acos.c: Likewise.
7118         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
7119         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
7120         * sysdeps/m68k/fpu/e_pow.c: Likewise.
7121         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
7122         * sysdeps/m68k/fpu/k_cos.c: Likewise.
7123         * sysdeps/m68k/fpu/k_sin.c: Likewise.
7124         * sysdeps/m68k/fpu/k_tan.c: Likewise.
7125         * sysdeps/m68k/fpu/s_atan.c: Likewise.
7126         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
7127         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
7128         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
7129         * sysdeps/m68k/fpu/s_csin.c: Likewise.
7130         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
7131         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
7132         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
7133         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
7134         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
7135         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
7136         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
7137         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
7138         * sysdeps/m68k/fpu/s_modf.c: Likewise.
7139         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
7140         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
7141         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
7143         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
7144         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
7145         * signal/Makefile (headers): Add bits/siginfo.h.
7146         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
7147         (distribute): Add testrtsig.h.
7148         * signal/allocrtsig.c: New file.
7149         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
7150         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
7151         __libc_current_sigrtmax.
7152         * sysdeps/generic/sigqueue.c: New file.
7153         * sysdeps/generic/sigtimedwait.c: New file.
7154         * sysdeps/generic/sigwaitinfo.c: New file.
7155         * sysdeps/generic/testrtsig.h: New file.
7156         * sysdeps/generic/bits/siginfo.h: New file.
7157         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
7158         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
7159         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
7160         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
7161         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
7162         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
7163         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
7164         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
7165         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
7166         * sysdeps/unix/sysv/linux/sigpending.c: New file.
7167         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
7168         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
7169         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
7170         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
7171         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
7172         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
7173         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
7174         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
7175         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
7176         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
7177         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
7178         and _POSIX_REALTIME_SIGNALS.
7179         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
7180         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
7181         update _NSIG.
7182         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
7183         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
7184         definitions.
7186         * Makefile (subdirs): Add rt.
7187         * shlib-versions: Add entry for librt.
7188         * rt/Makefile: New file.
7189         * rt/aio.h: New file.
7190         * rt/aio_cancel.c: New file.
7191         * rt/aio_error.c: New file.
7192         * rt/aio_fsync.c: New file.
7193         * rt/aio_misc.c: New file.
7194         * rt/aio_misc.h: New file.
7195         * rt/aio_read.c: New file.
7196         * rt/aio_read64.c: New file.
7197         * rt/aio_return.c: New file.
7198         * rt/aio_suspend.c: New file.
7199         * rt/aio_write.c: New file.
7200         * rt/aio_write64.c: New file.
7201         * rt/lio_listio.c: New file.
7202         * rt/lio_listio64.c: New file.
7203         * sysdeps/generic/aio_sigqueue.c: New file.
7204         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
7205         * sysdeps/unix/sysv/linux/Dist: Add new files
7206         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
7207         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
7208         rt_sigqueueinfo, rt_sigaction.
7210         * posix/Makefile (headers): Add bits/environments.h.
7211         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
7212         and _CS_LFS_CFLAGS on 64bit platforms.
7213         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
7214         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
7215         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
7216         compilation modules.
7217         * sysdeps/wordsize-32/bits/environments.h: New file.
7218         * sysdeps/wordsize-64/bits/environments.h: New file.
7220         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
7221         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
7222         __libc_pid.
7223         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
7224         0xf00baa.
7226         * string/string.h: Add declaration of __strverscmp.
7227         * string/strverscmp.c: Rename function ot __strverscmp and make old
7228         name weak alias.
7230         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
7231         * sysdeps/generic/enbl-secure.c: Likewise.
7232         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7234         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
7236         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
7238 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
7240         * posix/sys/wait.h: Use __transparent_union__ instead of
7241         transparent_union.  Reported by Roland McGrath.
7243 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7245         * resolv/inet_neta.c (inet_neta): Change type of first parameter
7246         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
7247         [PR libc/366].
7249         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
7251         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
7253 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7255         * grp/initgroups.c: Increase buffer if it is too small.
7257 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
7259         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
7260         fields, this is no ISO C.  Reported by Andreas Jaeger.
7262 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7264         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
7266 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
7268         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
7269         _SYS_UTSNAME_H not _UTSNAME_H.
7271 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7273         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
7274         computing s_scale.
7276 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7278         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
7279         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
7280         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
7282         * math/libm-test.c (csqrt_test): Add testcase.
7284 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
7286         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
7287         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
7288         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
7290 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7292         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
7294 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7296         * math/libm-test.c (acos_test): Add more tests.
7297         (asin_test): Likewise.
7298         (atan_test): Likewise.
7299         (exp_test): Likewise.
7300         (sin_test): Likewise.
7301         (sqrt_test): Likewise.
7302         (cpow_test): Likewise.
7303         (csqrt_test): Likewise.
7304         (cexp_test): Correct typo in gcc version test.
7306 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
7308         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
7309         <bits/setjmp.h>.
7310         * sysdeps/arm/setjmp.S: Likewise.
7312         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
7314 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
7316         * stdio/stdio.h: Add prototype for tmpfile64().
7318 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
7320         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
7321         prototype to keep in step with libio version.
7323         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
7325 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
7327         * sysdeps/generic/Makefile: Don't try to use make_siglist if
7328         cross-compiling.
7330 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
7332         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
7333         load GOT ptr before jumping to _exit.
7334         Reported by Xavier Leroy.
7336 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
7338         * Makefile (subdirs): Add iconvdata and localedata.
7340         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
7342         * iconv/gconv_conf.c (read_conf_file): Little optimization.
7344         * iconvdata/8bit-gap.c: New file.
7345         * iconvdata/8bit-generic.c: Renamed from ...
7346         * iconvdata/iso8859-generic.c: ...this.
7347         * iconvdata/configure: Removed.
7348         * iconvdata/Makefile: Add new modules and better rules.
7349         * iconvdata/iso6937.c: Minor bug fixes.
7350         * iconvdata/iso8859-1.c: Likewise.
7351         * iconvdata/t61.c: Likewise.
7352         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
7353         Minor bug fixes.
7354         * iconvdata/iso8859-3.c: Likewise.
7355         * iconvdata/iso8859-4.c: Likewise.
7356         * iconvdata/iso8859-5.c: Likewise.
7357         * iconvdata/iso8859-6.c: Likewise.
7358         * iconvdata/iso8859-7.c: Likewise.
7359         * iconvdata/iso8859-8.c: Likewise.
7360         * iconvdata/iso8859-9.c: Likewise.
7361         * iconvdata/iso8859-10.c: Likewise.
7362         * iconvdata/ebcdic-at-de-a.c: New file.
7363         * iconvdata/ebcdic-at-de.c: New file.
7364         * iconvdata/ebcdic-ca-fr.c: New file.
7365         * iconvdata/hp-roman8.c: New file.
7366         * iconvdata/koi-8.c: New file.
7367         * iconvdata/koi8-r.c: New file.
7368         * iconvdata/koi8-h.c: New file.
7369         * iconvdata/latin-greek-1.c: New file.
7370         * iconvdata/latin-greek-1.h: New file.
7371         * iconvdata/latin-greek.c: New file.
7372         * iconvdata/latin-greek.h: New file.
7373         * iconvdata/jis0201.c: New file.
7374         * iconvdata/jis0201.h: New file.
7375         * iconvdata/jis0208.c: New file.
7376         * iconvdata/jis0208.h: New file.
7377         * iconvdata/jis0212.c: New file.
7378         * iconvdata/jis0212.h: New file.
7379         * iconvdata/sjis.c: New file.
7380         * iconvdata/gap.pl: New file.  Script to generate table header.
7381         * iconvdata/gaptab.pl: New file.
7382         * iconvdata/gconv-modules: Add info about new modules.
7384         * locale/programs/charmap.c: Also examine alias names given in charmap
7385         files.
7387         * localedata/*: Add to here from add-on.  We need the information
7388         to generate tables for iconv.
7390         Update from db-2.3.14.
7391         * db2/Makefile: Updated.
7392         * db2/config.h: Likewise.
7393         * db2/db.h: Likewise.
7394         * db2/db_int.h: Likewise.
7395         * db2/btree/bt_cursor.c: Likewise.
7396         * db2/btree/bt_delete.c: Likewise.
7397         * db2/btree/bt_put.c: Likewise.
7398         * db2/btree/bt_search.c: Likewise.
7399         * db2/btree/bt_split.c: Likewise.
7400         * db2/btree/btree_auto.c: Likewise.
7401         * db2/common/db_appinit.c: Likewise.
7402         * db2/common/db_apprec.c: Likewise.
7403         * db2/common/db_err.c: Likewise.
7404         * db2/common/db_region.c: Likewise.
7405         * db2/db/db_auto.c: Likewise.
7406         * db2/db/db_dispatch.c: Likewise.
7407         * db2/db/db_ret.c: Likewise.
7408         * db2/dbm/dbm.c: Likewise.
7409         * db2/hash/hash_auto.c: Likewise.
7410         * db2/include/btree_ext.h: Likewise.
7411         * db2/include/common_ext.h: Likewise.
7412         * db2/include/db.h.src: Likewise.
7413         * db2/include/db_cxx.h: Likewise.
7414         * db2/include/db_ext.h: Likewise.
7415         * db2/include/db_int.h.src: Likewise.
7416         * db2/include/lock.h: Likewise.
7417         * db2/include/log.h: Likewise.
7418         * db2/include/mp.h: Likewise.
7419         * db2/include/mp_ext.h: Likewise.
7420         * db2/include/os_ext.h: Likewise.
7421         * db2/include/os_func.h: Likewise.
7422         * db2/lock/lock.c: Likewise.
7423         * db2/lock/lock_deadlock.c: Likewise.
7424         * db2/log/log.c: Likewise.
7425         * db2/log/log_archive.c: Likewise.
7426         * db2/log/log_auto.c: Likewise.
7427         * db2/log/log_get.c: Likewise.
7428         * db2/log/log_put.c: Likewise.
7429         * db2/mp/mp_bh.c: Likewise.
7430         * db2/mp/mp_fget.c: Likewise.
7431         * db2/mp/mp_fopen.c: Likewise.
7432         * db2/mp/mp_fput.c: Likewise.
7433         * db2/mp/mp_fset.c: Likewise.
7434         * db2/mp/mp_open.c: Likewise.
7435         * db2/mp/mp_pr.c: Likewise.
7436         * db2/mp/mp_region.c: Likewise.
7437         * db2/mp/mp_sync.c: Likewise.
7438         * db2/mutex/README: Likewise.
7439         * db2/mutex/mutex.c: Likewise.
7440         * db2/os/os_open.c: Likewise.
7441         * db2/os/os_func.c: Removed.
7442         * db2/os/os_config.c: New file.
7443         * db2/os/os_spin.c: New file.
7444         * db2/txn/txn.c: Likewise.
7445         * db2/txn/txn_auto.c: Likewise.
7447 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
7449         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
7450         __typeof for C++ since this fails for class members.
7451         Reported by Neal Becker <neal@ctd.comsat.com>.
7453 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7455         * configure.in: Check for a working makeinfo (3.11 or better).
7456         * config.make.in: Add MAKEINFO to be substituted.
7457         * manual/Makefile: Don't update info if makeinfo is too old.
7459 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
7461         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
7462         * sysdeps/alpha/__longjmp.S: Likewise.
7463         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
7464         not <bits/termios.h>.
7466         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
7467         __llseek and make llseek and lseek64 weak aliases.
7468         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7469         Patches by a sun <asun@zoology.washington.edu>.
7471 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7473         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
7474         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
7475         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
7476         * misc/sys/syslog.h: Clean up BSD header.
7478 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7480         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
7482         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
7483         for ctan(+-inf,x).
7484         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
7485         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
7487         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
7488         csqrt (-1), ctanh(i*pi/4).
7490 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7492         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
7494 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
7496         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
7498 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7500         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
7502 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
7504         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
7505         and use.  Define GETCWD_RETURN_TYPE instead and use it.
7506         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
7507         of GETCWD_STORYGE_CLASS and put the return type and the
7508         `internal_function' in the right order for gcc 2.7.2.
7510 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7512         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
7513         incompatible with Linux 2.1.x.  Packages using modules
7514         (e.g. modutils) should/do provide their own version.  Suggested by
7515         Richard Henderson.
7517         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
7519         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
7520         [$(subdir)=socket]: Remove sys/module.h.
7522 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
7524         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
7525         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
7527         * iconv/gconv_close.c: Correct freeing of descriptor data.
7528         * iconv/gconv_simple.c: Return correct error values for illegal or
7529         incomplete characters.
7531         * Makefile (iconvdata/%): Special goal to simplify iconvdata
7532         development.
7533         * iconvdata/Makefile: New file.
7534         * iconvdata/configure: Likewise.
7535         * iconvdata/extra-module.mk: Likewise.
7536         * iconvdata/gconv-modules: Likewise.
7537         * iconvdata/iso6937.c: Likewise.
7538         * iconvdata/iso8859-1.c: Likewise.
7539         * iconvdata/iso8859-10.c: Likewise.
7540         * iconvdata/iso8859-10.h: Likewise.
7541         * iconvdata/iso8859-2.c: Likewise.
7542         * iconvdata/iso8859-2.h: Likewise.
7543         * iconvdata/iso8859-3.c: Likewise.
7544         * iconvdata/iso8859-3.h: Likewise.
7545         * iconvdata/iso8859-4.c: Likewise.
7546         * iconvdata/iso8859-4.h: Likewise.
7547         * iconvdata/iso8859-5.c: Likewise.
7548         * iconvdata/iso8859-5.h: Likewise.
7549         * iconvdata/iso8859-6.c: Likewise.
7550         * iconvdata/iso8859-6.h: Likewise.
7551         * iconvdata/iso8859-7.c: Likewise.
7552         * iconvdata/iso8859-7.h: Likewise.
7553         * iconvdata/iso8859-8.c: Likewise.
7554         * iconvdata/iso8859-8.h: Likewise.
7555         * iconvdata/iso8859-9.c: Likewise.
7556         * iconvdata/iso8859-9.h: Likewise.
7557         * iconvdata/iso8859-generic.c: Likewise.
7558         * iconvdata/t61.c: Likewise.
7560         * string/Makefile (routines): Add strcasestr.
7561         * string/string.h: Add prototype for strcasestr.
7562         * sysdeps/generic/strcasestr.c: New file.
7563         * wcsmbs/mbrtowc.c: Simplify special case a bit.
7564         * wcsmbs/wcrtomb.c: Likewise.
7565         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
7566         * wcsmbs/wcsnrtombs.c: Likewise.
7567         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
7568         partial character is read.
7569         * wcsmbs/wcsrtombs.c: Likewise.
7570         * wcsmbs/wmemrtombs.c: Likewise.
7571         * wcsmbs/wmemrtowcs.c: Likewise.
7573         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
7574         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
7575         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
7576         * sysdeps/i386/elf/setjmp.S: Likewise.
7577         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
7578         <bits/termios.h>.
7580         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
7581         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
7583         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
7584         * sysvipc/sys/ipc.h: Likewise.
7585         * sysvipc/sys/msg.h: Likewise.
7586         * sysvipc/sys/sem.h: Likewise.
7587         * sysvipc/sys/shm.h: Likewise.
7589         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
7590         used directly.
7591         * sysdeps/alpha/bits/setjmp.h: Likewise.
7592         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
7593         * sysdeps/arm/bits/endian.h: Likewise.
7594         * sysdeps/arm/bits/setjmp.h: Likewise.
7595         * sysdeps/generic/bits/byteswap.h: Likewise.
7596         * sysdeps/generic/bits/confname.h: Likewise.
7597         * sysdeps/generic/bits/dirent.h: Likewise.
7598         * sysdeps/generic/bits/dlfcn.h: Likewise.
7599         * sysdeps/generic/bits/endian.h: Likewise.
7600         * sysdeps/generic/bits/fenv.h: Likewise.
7601         * sysdeps/generic/bits/huge_val.h: Likewise.
7602         * sysdeps/generic/bits/in.h: Likewise.
7603         * sysdeps/generic/bits/ioctl-types.h: Likewise.
7604         * sysdeps/generic/bits/ioctls.h: Likewise.
7605         * sysdeps/generic/bits/ipc.h: Likewise.
7606         * sysdeps/generic/bits/msq.h: Likewise.
7607         * sysdeps/generic/bits/poll.h: Likewise.
7608         * sysdeps/generic/bits/resource.h: Likewise.
7609         * sysdeps/generic/bits/sched.h: Likewise.
7610         * sysdeps/generic/bits/sem.h: Likewise.
7611         * sysdeps/generic/bits/setjmp.h: Likewise.
7612         * sysdeps/generic/bits/shm.h: Likewise.
7613         * sysdeps/generic/bits/sigaction.h: Likewise.
7614         * sysdeps/generic/bits/sigcontext.h: Likewise.
7615         * sysdeps/generic/bits/socket.h: Likewise.
7616         * sysdeps/generic/bits/stat.h: Likewise.
7617         * sysdeps/generic/bits/statfs.h: Likewise.
7618         * sysdeps/generic/bits/stdio_lim.h: Likewise.
7619         * sysdeps/generic/bits/termios.h: Likewise.
7620         * sysdeps/generic/bits/time.h: Likewise.
7621         * sysdeps/generic/bits/uio.h: Likewise.
7622         * sysdeps/generic/bits/utmp.h: Likewise.
7623         * sysdeps/generic/bits/utmpx.h: Likewise.
7624         * sysdeps/generic/bits/utsname.h: Likewise.
7625         * sysdeps/generic/bits/waitflags.h: Likewise.
7626         * sysdeps/generic/bits/waitstatus.h: Likewise.
7627         * sysdeps/gnu/bits/utmp.h: Likewise.
7628         * sysdeps/gnu/bits/utmpx.h: Likewise.
7629         * sysdeps/i386/bits/byteswap.h: Likewise.
7630         * sysdeps/i386/bits/endian.h: Likewise.
7631         * sysdeps/i386/bits/huge_val.h: Likewise.
7632         * sysdeps/i386/bits/setjmp.h: Likewise.
7633         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
7634         * sysdeps/ieee754/bits/huge_val.h: Likewise.
7635         * sysdeps/m68k/bits/byteswap.h: Likewise.
7636         * sysdeps/m68k/bits/endian.h: Likewise.
7637         * sysdeps/m68k/bits/setjmp.h: Likewise.
7638         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
7639         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
7640         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
7641         * sysdeps/mach/hurd/bits/stat.h: Likewise.
7642         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
7643         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
7644         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
7645         * sysdeps/mips/bits/dlfcn.h: Likewise.
7646         * sysdeps/mips/bits/endian.h: Likewise.
7647         * sysdeps/mips/bits/setjmp.h: Likewise.
7648         * sysdeps/mips/dec/bits/endian.h: Likewise.
7649         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
7650         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
7651         * sysdeps/mips/p40/bits/endian.h: Likewise.
7652         * sysdeps/powerpc/bits/endian.h: Likewise.
7653         * sysdeps/powerpc/bits/fenv.h: Likewise.
7654         * sysdeps/powerpc/bits/setjmp.h: Likewise.
7655         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
7656         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
7657         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
7658         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
7659         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
7660         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
7661         * sysdeps/unix/bsd/bits/stat.h: Likewise.
7662         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
7663         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
7664         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
7665         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
7666         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
7667         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
7668         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
7669         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
7670         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
7671         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
7672         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
7673         * sysdeps/unix/common/bits/dirent.h: Likewise.
7674         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
7675         * sysdeps/unix/sysv/bits/stat.h: Likewise.
7676         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
7677         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
7678         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
7679         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
7680         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
7681         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
7682         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
7683         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
7684         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7685         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
7686         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
7687         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
7688         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
7689         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
7690         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
7691         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
7692         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
7693         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
7694         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
7695         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7696         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
7697         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7698         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
7699         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
7700         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7701         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7702         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
7703         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
7704         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
7705         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
7706         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
7707         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
7708         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
7709         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
7710         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
7711         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
7712         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
7713         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
7714         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
7715         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
7716         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
7717         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
7718         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
7719         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
7720         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
7721         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
7722         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
7723         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
7724         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
7725         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
7726         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
7727         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
7728         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
7729         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
7730         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
7731         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
7732         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
7733         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
7734         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
7735         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
7736         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
7737         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
7738         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
7739         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
7740         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
7741         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
7742         * sysdeps/vax/bits/huge_val.h: Likewise.
7743         * sysdeps/vax/bits/setjmp.h: Likewise.
7744         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
7745         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
7747 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7749         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
7751 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
7753         * strftime.c (strftime):
7754         No longer any need to undef or declare if emacs is defined.
7755         (my_strftime): When checking a -1 returned by mktime, don't blow up
7756         if localtime_r returns NULL.
7758 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7760         * README.template: Fix spelling.
7762 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7764         * configure.in: Enhance --enable-add-ons description a wee bit.
7766 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7768         * glibcbug.in: Add more information of build environment and flags.
7770 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7772         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
7773         it into ENOENT.
7775 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
7777         * elf/dl-support.c: Call __libc_init_secure to make sure
7778         __libc_enable_secure is defined early.
7779         * sysdeps/generic/enbl-secure.c: Change function name to
7780         __libc_init_secure and make it global instead of a constructor.
7782         * iconv/gconv.c: Fix lots of bugs.
7783         * iconv/gconv.h: Likewise.
7784         * iconv/gconv_builtin.h: Likewise.
7785         * iconv/gconv_close.c: Likewise.
7786         * iconv/gconv_conf.c: Likewise.
7787         * iconv/gconv_db.c: Likewise.
7788         * iconv/gconv_dl.c: Likewise.
7789         * iconv/gconv_open.c: Likewise.
7790         * iconv/gconv_simple.c: Likewise.
7791         * iconv/iconv.c: Likewise.
7792         * iconv/iconv_close.c: Likewise.
7793         * iconv/iconv_open.c: Likewise.
7795         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
7796         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
7797         * wcsmbs/wmemrtombs.c: New file.
7798         * wcsmbs/wmemrtowcs.c: New file.
7800 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
7802         * iconv/gconv_simple.c: Fix lots of bugs.
7803         * iconv/iconv_open.c: Normalize names before passing them to
7804         __gconv_open.
7806         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
7808         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
7809         * stdio-common/test-popen.c: Add test for above change.
7811         * math/libm-test.c: Print test results also using %a format,
7812         specified in PRINTF_XEXPR macro.
7813         * math/test-double.c: Define PRINTF_XEXPR.
7814         * math/test-float.c: Likewise.
7815         * math/test-ldouble.c: Likewise.
7816         * math/test-idouble.c: Likewise.
7817         * math/test-ifloat.c: Likewise.
7818         * math/test-ildoubl.c: Likewise.
7820         * stdio-common/vfscanf.c: Recognize a in format specifier only as
7821         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
7822         FP number format.
7824         * stdlib/strtod.c: Little code cleanup.
7826         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
7827         compiling in math subdir.
7829         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
7830         instead of __LIBC_M81_MATH_INLINES.
7831         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
7832         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
7833         * sysdeps/m68k/fpu/e_pow.c: Likewise.
7834         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
7835         * sysdeps/m68k/fpu/k_cos.c: Likewise.
7836         * sysdeps/m68k/fpu/k_sin.c: Likewise.
7837         * sysdeps/m68k/fpu/k_tan.c: Likewise.
7838         * sysdeps/m68k/fpu/s_atan.c: Likewise.
7839         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
7840         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
7841         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
7842         * sysdeps/m68k/fpu/s_csin.c: Likewise.
7843         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
7844         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
7845         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
7846         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
7847         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
7848         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
7849         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
7850         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
7851         * sysdeps/m68k/fpu/s_modf.c: Likewise.
7852         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
7853         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
7854         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
7855         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
7856         __LIBC_INTERNAL_MATH_INLINES is defined.
7858         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
7859         of compare macros from ISO C 9X.  Optimize generic versions a bit.
7860         Define __signbit inline functions and __ieee754_sqrt which can be
7861         used if the ompiler is fixed.
7863         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
7865 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7867         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
7868         sysdeps/generic in the whole dep file, not only in the first line.
7870 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7872         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
7874 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7876         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
7877         place.
7879 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7881         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
7882         is non-empty.
7884 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
7886         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
7887         return value.
7889 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
7891         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
7892         readlink succeeds but the return value is too long.
7894         * stdio-common/printf_fphex.c: Determine sign of number correctly.
7896 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
7898         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
7899         __remqu for Alpha.
7901 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
7903         * sysdeps/generic/sys/ucontext.h: Stub context file.
7905         * libio/iofprintf.c: Removed.  We use the stdio-common version.
7907         * manual/Makefile (distribute): Add stdio-fp.c.
7909         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
7911         * db2/Makefile (distribute): Add include/os_func.h, README and
7912         mutex/tsl_parisc.s.
7914         * hesiod/Makefile (distribute): Add README.hesiod.
7916 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
7918         * iconv/gconv.c: Correctly call transformation function.
7920         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
7922 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7924         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
7925         wrong results for e.g. remquo (3,2, &x)).
7926         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
7927         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
7929 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7931         * configure.in (ld --version-script): Test if the same symbol
7932         maybe defined in all versions (needed by recent changes to
7933         libc.map and supported with binutils 2.8.1.0.17) and issue warning
7934         if versioning is not supported/enabled.
7935         (bash test): Correct test case.
7937         * math/libm-test.c: Added counting/reporting of number of test cases.
7939         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
7940         use awk instead.
7942         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
7944 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7946         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
7948 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
7950         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
7951         Replace revoke call by use of REVOKE.
7952         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
7953         empty and #include generic version.
7954         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7956 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
7958         * libc.map: Add socket functions with __libc_* names.
7959         Reported by Andreas Jaeger.
7961 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7963         * libc.map: Tidy up (remove duplicates, sort entries).
7965 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7967         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
7969 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
7971         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
7972         again after successful call.
7973         Patch by Marc Lehmann <pcg@goof.com>.
7975 1997-11-17  Paul Eggert  <eggert@twinsun.com>
7977         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
7978         as some hosts need this to declare localtime_r properly.
7980 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
7982         * libc.map: Add iconv_open, iconv, and iconv_close.
7984 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
7986         * iconv/Makefile: New file.
7987         * iconv/gconv.c: New file.
7988         * iconv/gconv.h: New file.
7989         * iconv/gconv_builtin.c: New file.
7990         * iconv/gconv_builtin.h: New file.
7991         * iconv/gconv_close.c: New file.
7992         * iconv/gconv_conf.c: New file.
7993         * iconv/gconv_db.c: New file.
7994         * iconv/gconv_dl.c: New file.
7995         * iconv/gconv_open.c: New file.
7996         * iconv/gconv_simple.c: New file.
7997         * iconv/iconv.c: New file.
7998         * iconv/iconv.h: New file.
7999         * iconv/iconv_close.c: New file.
8000         * iconv/iconv_open.c: New file.
8001         * include/gconv.h: New file.
8003         * Makeconfig: Define gconvdir.
8004         * Makefile (subdirs): Add iconv.
8006         * string/bits/string2.h: Add optimization for strtok_r.
8008         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
8009         for NULL.
8010         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8011         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
8013         * configure.in: Correct test for bash2.
8014         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8016         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
8017         (CFLAGS-locfile.c): Likewise.
8018         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8020         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
8021         non-existing entry if the table is full.
8023         * posix/regex.h: Pretty print.
8025         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
8027         * sysdeps/posix/ctermid.c: Simplify a bit.
8029         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
8031 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8033         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
8034         <sys/types.h> instead of <asm/types.h>.
8036 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8038         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
8040 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
8042         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
8043         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
8044         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
8045         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
8046         fclose): Added to GLIBC_2.1.
8048         * libio/Makefile (routines, shared-only-routines): Add
8049         oldiofclose.  Remove oldfreopen.
8051         * libio/freopen.c (freopen): When PIC is defined, call
8052         _IO_old_freopen () for old stdio.
8054         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
8055         (_IO_fclose, fclose): Use _IO_new_fclose as default version
8056         for GLIBC_2.1.
8058         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
8059         instead of _IO_file_close_it.
8061         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
8062         to _IO_2_1_stdxxx_.
8063         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
8064         is defined.
8066         * libio/libioP.h (_IO_old_do_flush): New.
8068         * libio/oldfileops.c (_IO_old_file_close_it,
8069         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
8070         Call _IO_old_do_flush () instead of _IO_do_flush ().
8071         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
8072         _IO_do_write ().
8074         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
8075         instead of _IO_file_init ().
8076         Bind old symbols to version GLIBC_2.0.
8078         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
8079         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
8080         _IO_stdxxx_.
8081         (_IO_check_libio): New function in .init.
8083         * libio/oldiofclose.c: New file.
8085         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
8086         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
8087         (DEF_STDFILE): Don't use default_symbol_version.
8089         * libio/stdio.c (stdin, stdout, stderr): Set to
8090         _IO_2_1_stdxxx_._
8091         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
8092         stdxxx.
8094         * csu/Makefile (distribute): Add init.c.
8095         (extra-objs): Add init.o for ELF.
8096         (start-installed-name): Add $(objpfx)init.o.
8098         * csu/init.c: New file.
8100 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
8102         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
8103         definition as the default.
8105 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
8107         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
8109 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8111         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
8112         (PR 351).
8114 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
8116         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
8117         to preserve condition codes on function call.
8119 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8121         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
8123 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8125         * math/libm-test.c (asin_test): Add epsilon for float.
8126         (tan_test): Add epsilon for float.
8127         (log1p_test): Add epsilon for float.
8128         (inverse_functions): Add epsilons.
8130         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
8131         net/if_packet.h.
8133         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
8135 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8137         * md5-crypt/Makefile (extra-objs): Make recursively expanded
8138         variable, since $(object-suffixes) is not defined yet.
8140 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8142         * db2/Makefile (distribute): db185/db185_int.src ->
8143         db185/db185_int.h.
8145 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8147         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
8148         exactly one.
8150 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8152         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
8153         name.
8154         * sysdeps/generic/e_acosl.c: Likewise.
8155         * sysdeps/generic/e_asinl.c: Likewise.
8156         * sysdeps/generic/e_atan2l.c: Likewise.
8157         * sysdeps/generic/e_expl.c: Likewise.
8158         * sysdeps/generic/e_fmodl.c: Likewise.
8159         * sysdeps/generic/e_j0l.c: Likewise.
8160         * sysdeps/generic/e_j1l.c: Likewise.
8161         * sysdeps/generic/e_jnl.c: Likewise.
8162         * sysdeps/generic/e_lgammal_r.c: Likewise.
8163         * sysdeps/generic/e_log10l.c: Likewise.
8164         * sysdeps/generic/e_logl.c: Likewise.
8165         * sysdeps/generic/e_powl.c: Likewise.
8166         * sysdeps/generic/e_sqrtl.c: Likewise.
8167         * sysdeps/generic/e_exp2l.c: Likewise.
8169 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8171         * Make-dist (+sysdep-names): Remove extra paren.
8172         * Makefile (distribute): Add stub-tag.h.
8173         * elf/Makefile (distribute): Add atomicity.h.
8174         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
8175         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
8176         [$(subdir)=socket]: Add net/if_packet.h.
8177         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
8178         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
8179         net/if_packet.h, scsi/sg.h.
8181 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8183         * Makefile (install): Quote $(CC) expansion.
8185 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8187         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
8188         working /proc cwd and no restrictions on path length.  Following
8189         some ideas from Andi Kleen <ak@muc.de> (PR 350).
8191 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8193         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
8194         * nis/nss_compat/compat-pwd.c: Likewise.
8195         * nis/nss_compat/compat-spwd.c: Likewise.
8197 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
8199         * sysdeps/libm-i387/s_fdim.S: New file.
8200         * sysdeps/libm-i387/s_fdimf.S: New file.
8201         * sysdeps/libm-i387/s_fdiml.S: New file.
8202         * sysdeps/libm-i387/i686/s_fdim.S: New file.
8203         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
8204         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
8206 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8208         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
8209         pointer to unsigned char.
8211 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8213         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
8215         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
8217         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
8219 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8221         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
8222         ilogb(0/NaN).
8223         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
8224         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
8226 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
8228         * sysdeps/libm-i387/s_fmin.S: New file.
8229         * sysdeps/libm-i387/s_fminf.S: New file.
8230         * sysdeps/libm-i387/s_fminl.S: New file.
8231         * sysdeps/libm-i387/s_fmax.S: New file.
8232         * sysdeps/libm-i387/s_fmaxf.S: New file.
8233         * sysdeps/libm-i387/s_fmaxl.S: New file.
8234         * sysdeps/libm-i387/i686/s_fmin.S: New file.
8235         * sysdeps/libm-i387/i686/s_fminf.S: New file.
8236         * sysdeps/libm-i387/i686/s_fminl.S: New file.
8237         * sysdeps/libm-i387/i686/s_fmax.S: New file.
8238         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
8239         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
8241 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
8243         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
8244         * sysdeps/unix/sysv/linux/send.S: Likewise.
8245         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
8246         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
8247         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
8248         * sysdeps/unix/sysv/linux/recv.S: Likewise.
8249         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
8250         * sysdeps/unix/sysv/linux/connect.S: Likewise.
8251         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
8253 See ChangeLog.7 for earlier changes.