Update.
[glibc.git] / ChangeLog
blob6f65573cf161df6d3d17904088a5a92d2f418b55
1 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
3         * posix/wordexp-test.c: More tests.
4         (main): Set up arena for pathname expansion tests (in a temporary
5         directory).
6         (testit): Don't check word count or word vector if return value is
7         non-zero.
9         * posix/wordexp.c (exec_comm): Always chop off terminating
10         linefeed (just like bash does).
11         (parse_param): Change lots of occurrences of "if (!*env)" to "if
12         (!env || !*env)".
13         (parse_param): For assignment inside parameter expansion, use all
14         expanded words in assignment rather than just the first.
15         (parse_param): Corrected return value for parameter expansion of
16         an unset variable when WRDE_UNDEF is in effect.
17         (parse_dollars): Don't field-split if quoted.
18         (wordexp): Opening brace character isn't allowed unquoted.
20 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
22         * elf/dlerror.c: Fix concurrency problems with error string and
23         number.
25         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
26         filter/auxiliary are being loaded.
28 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
30         * elf/dlerror.c (last_object_name): Removed.
31         (dlerror): Don't use last_object_name.
32         (_dl_error_run): Omit second argument to _dl_catch_error.
33         * elf/dl-error.c (struct catch): Remove objname member.
34         (_dl_signal_error): Construct string including objname when given.
35         (_dl_catch_error): Remove objname handling.
36         * elf/link.h (_dl_catch_error): Fix prototype and comment.
37         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
38         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
39         * nss/nsswitch.c (nss_dlerror_run): Likewise.
40         * iconv/gconv_dl.c (dlerror_run): Likewise.
41         [Corrects PR libc/501].
43 1998-03-12  Matthias Urlichs <smurf@noris.de>
45         * nscd/nscd.c: Ignore SIGPIPE.
47 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
49         * nscd/nscd_getgr_r.c: Use __ protected names.
50         * nscd/nscd_getpw_r.c: Likewise.
52 1998-03-12  Matthias Urlichs <smurf@noris.de>
54         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
55         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
56         null bytes are not transmitted.
58 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
60         * powerpc/syscalls.list: Correct typo.
61         * alpha/syscalls.list: Likewise.
62         * mips/syscalls.list: Likewise.
64 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
66         * socket/sys/socket.h: Add prototype for __socket.
68 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
70         * elf/rtld.c: Update help message.
71         Install link maps for preloaded objects using main_map as loader.
73         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
74         * elf/dl-profile.c: Likewise.
76         * elf/dlsym.c: Little optimization.
77         * elf/dlvsym.c: Likewise.
79 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
81         * posix/wordexp-test.c: Move test for parameter list at the very
82         beginning.
84 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
86         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
87         WRDE_REUSE flag is set.
88         (parse_param): Allow `*', `@', and numbers in parameter names.
89         (parse_dollars): Differentiate between arithmetic expansion and a
90         command substitution that starts immediately with a sub-shell
91         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
92         (parse_param): Memory allocated with __alloca in a block was
93         referenced outside that block.  Adjusted to use malloc/free.
94         (parse_param): Adjusted field-splitting algorithm so that there is
95         not necessarily a field split at the end of a parameter expansion.
97 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
99         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
100         don't free words that have already been allocated.
101         (parse_param): A dollar sign on its own will never have a pattern
102         associated with it (like "${HOME%%/}" has), so don't try to free it.
103         (parse_glob): Attempt to glob when an unquoted `[' is found
104         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
105         (parse_glob): Sorted out quoting in a glob-able word.
106         (parse_param): Added $* and $@ handling.
108 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
110         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
111         parsing it.
113 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
115         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
116         _dl_debug_message.
118 1998-03-12  Matthias Urlichs  <smurf@noris.de>
120         * elf/dl-misc.c: Default for debug output should be stderr.
121         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
122         * elf/dl-lookup.c: reference_name may be NULL or empty.
124 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
126         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
128 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
130         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
132         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
134 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
136         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
137         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
139 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
141         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
142         init stuff.
144 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
146         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
147         flag.
149         * misc/syslog.c (vsyslog): Don't try to send if not connected to
150         syslog daemon.
151         (closelog_internal): Don't do anything if not connected.
153 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
155         * libc.map: Add _dl_debug_message.
156         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
157         before every line.
158         * elf/fini.c: Correctly use new _dl_debug_message function.
159         * elf/init.c: Likewise.
160         * elf/dl-lookup.c: Likewise.
161         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
162         * elf/dl-load.c: Likewise.  Add more debugging prints.
163         * elf/dl-reloc.c: Likewise.
164         * elf/dl-version.c: Likewise.
165         * elf/dl-support.c: Add variables for debugging.
166         * elf/rtld.c: Likewise.  Recognize new debug options.
167         * elf/link.h: Declare new variables.
169         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
171 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
173         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
174         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
176 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
178         * posix/wordexp-test.c (command_line_test): New function to allow
179         testing of specific cases from the command-line.
181 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
183         * elf/dl-init.c (_dl_init_next): Print nicer messages.
184         * elf/dl-fini.c (_dl_fini): Likewise.
185         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
187         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
188         symbol in debug message.
189         (_dl_lookup_versioned_symbol_skip): Likewise.
191 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
193         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
194         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
195         * manual/filesys/texi: Document this.
197 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
199         * manual/filesys.texi: Document the change below.
201 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
203         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
204         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
206 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
208         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
209         instead scope.  If debugging display information about symbol
210         resolving.
211         (_dl_lookup_symbol): Call do_lookup with correct parameters.
212         (_dl_lookup_symbol_skip): Likewise.
213         (_dl_lookup_versioned_symbol): Likewise.
214         (_dl_lookup_versioned_symbol_skip): Likewise.
215         * elf/dl-support.c: Define _dl_debug_symbols.
216         * elf/link.h: Add declaration for _dl_debug_symbols.
217         * elf/rtld.c: Define _dl_debug_symbols.
218         (process_dl_debug): Recognize symbols option.
220 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
222         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
223         in correct format.
224         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
225         with correct parameters.
226         [!PIC]: Initialize __libc_multiple_libcs.
228 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
230         * elf/dl-support.c (_dl_debug_bindings): Add definition.
231         * elf/rtld.c (_dl_debug_bindings): Add definition.
232         (process_dl_debug): Recognize bindings option.  Update help message.
233         * elf/link.h (struct link_map): Add l_versyms member.
234         (_dl_debug_bindings): Add declaration.
235         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
236         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
237         and l_reloc_result.
238         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
239         (sym_val): Remove a member, add m as link_map.
240         (do_lookup): Return result appropriately.
241         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
242         Call do_lookup correctly.
243         (_dl_lookup_symbol_skip): Likewise.
244         (_dl_lookup_versioned_symbol): Likewise.
245         (_dl_lookup_versioned_symbol_skip): Likewise.
247 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
249         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
250         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
252         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
253         * libc.map: Add chown to GLIBC_2.1.
254         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
255         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
257 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
259         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
260         weak alias.
261         * sysdeps/alpha/ffs.c: Likewise.
262         * sysdeps/am29k/ffs.c: Likewise.
263         * sysdeps/i386/ffs.c: Likewise.
264         * sysdeps/i960/ffs.c: Likewise.
265         * sysdeps/m68k/ffs.c: Likewise.
266         * sysdeps/m88k/ffs.c: Likewise.
267         * sysdeps/powerpc/ffs.c: Likewise.
268         * sysdeps/rs6000/ffs.c: Likewise.
269         * sysdeps/vax/ffs.s: Likewise.
270         * string/string.h: Declare __ffs.
271         * libc.map: Export it.
272         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
273         __builtin_ffs, which is not guaranteed to be namespace clean.
275 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
277         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
278         table, which is much more likely to exist than debugging symbols.
279         (printsym): Remove const.
280         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
281         header table.
283         * libc.map: Export __profile_frequency, used by elf/sprof, to
284         avoid infinite recursion during startup.
286 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
288         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
289         Readd lost negate.
291         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
293 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
295         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
297 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
299         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
300         LD_PRELOAD, and LD_VERBOSE.
301         (dl_main): Use global variables set by process_envvars instead of
302         calling getenv.
303         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
304         LD_LIBRARY_PATH value, this comes with the parameter.
305         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
306         ("LD_LIBRARY_PATH") to _dl_init_paths.
308 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
310         * elf/rtld.c (dl_main): Delay initialization of path structure if
311         the dynamically linker is invoked implicitly until we read the
312         dynamic section.
314 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
316         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
318 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
320         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
321         Linux 2.0 and 2.1.
323         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
325 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
327         * Makeconfig (nisobjdir): Set to path to nis directory.
328         (rpath-link): Add nisobjdir.
329         Patch by Sven Verdoolaege <skimo@kotnet.org>.
331         * elf/Makefile: Pretty print.
332         * elf/dl-lookup.c: Include unistd.h.
333         * elf/dl-runtime.c: Likewise.
335         * localedata/Makefile (test-srcs): Add tst-rpmatch.
336         (distribute): Add tst-rpmatch.sh.
337         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
339         New tests for rpmatch function by
340         Jochen Hein <jochen.hein@delphi.central.de>.
341         * localedata/tst-rpmatch.c: New file.
342         * localedata/tst-rpmatch.sh: New file.
344         * localedata/locales/de_DE: Correct yesexpr and noexpr.
345         * localedata/locales/de_AT: Likewise.
347         * posix/getopt.c: Update contact address.
348         * posix/getopt1.c: Pretty print.
350         * sysdeps/generic/libc-start.c: Do most of the initialization now
351         here instead of in start.S.
352         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
353         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
355         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
356         profil_counter to be public.
358 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
360         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
361         (parse_param): Coded parameter length expansion (${#var}).
362         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
363         (parse_param): Cleaned up (fixed) error handling.
365         * posix/wordexp-test.c: IFS now includes non-whitespace character
366         (comma).  Added more tests.
368 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
370         * elf/link.h: Fix typos.
371         Reported by Andreas Jaeger.
373         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
374         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
376 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
378         * argp/argp-help.c: Remove last bits of using gettext instead of
379         dgettext.
381 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
383         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
384         __libc_start_main.
385         * csu/Makefile (routines): Add libc-start.
386         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
387         * elf/dl-lookup.c: Likewise.
388         * elf/dl-version.c: Likewise.
389         * sysdeps/i386/dl-machine.h: Likewise.
390         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
391         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
392         _dl_sysdep_message macros which use _dl_sysdep_output.
393         * elf/dl-fini.c: Write out which destructor is called while debugging.
394         * elf/dl-init.c: Likewise for constructor.
395         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
396         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
397         _dl_sysdep_message.  Add _dl_sysdep_output.
398         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
399         this file can be opened.
400         For LD_DEBUG=libs also set _dl_debug_impcalls.
401         * sysdeps/generic/dl-cache.c: Include unistd.h.
402         * sysdeps/generic/libc-start.c: New file.
403         * sysdeps/unix/sysv/linux/libc-start.c: New file.
404         * sysdeps/i386/elf/start.S: Don't call main directly, call
405         __libc_start_main instead.
407         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
409 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
411         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
413 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
415         * argp/argp.h (struct argp): Add new field domain.
416         * argp/argp-help.c: Change all gettext calls to dgettext and use
417         domain field from appropriate argp in call.
418         * argp/argp-parse.c: Likewise.
420 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
422         * posix/wordexp-test.c: Change testsuite so that it can run even
423         for ~root != /root.
425 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
427         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
429 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
431         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
432         Don't store into global errno if we already store through
433         __errno_location.
434         * sysdeps/unix/i386/sysdep.S: Likewise.
435         * sysdeps/unix/alpha/sysdep.S: Likewise.
436         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
437         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
438         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
439         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
440         PIC).
442 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
444         * sysdeps/generic/sysdep.h (L): Remove definition.
445         * sysdeps/i386/sysdep.h (L): Define it here instead.
447 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
449         * nis/nis_call.c (__do_niscall): Safe and reset errno.
451         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
453 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
455         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
456         declaration style to avoid warnings.
458 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
460         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
461         "LD_DEBUG".
463 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
465         * posix/Makefile (tests): Add wordexp-test.
466         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
467         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
469 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
471         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
472         dependencies.
474         * elf/link.h (struct r_search_path_elem): Add two new field for
475         lib path debugging.
476         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
477         variable accordingly.
478         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
479         is considered next along with information about load paths.
480         * sysdeps/generic/dl-cache.c: Likewise.
481         * elf/dl-support.c: Define _dl_debug_libs.
482         * elf/genrtldtbl.awk: Add initializers for two new field in
483         struct r_search_path_elem.
485 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
487         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
488         * sysdeps/m68k/lshift.S: Likewise.
489         * sysdeps/m68k/rshift.S: Likewise.
490         * sysdeps/m68k/sub_n.S: Likewise.
491         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
492         * sysdeps/m68k/m68020/mul_1.S: Likewise.
493         * sysdeps/m68k/m68020/submul_1.S: Likewise.
495         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
496         [_LIBC_REENTRANT]: Don't store into global errno.
498         * sysdeps/m68k/sysdep.h: New file.
499         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
500         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
501         (DO_CALL): Change to expect syscall name as argument.
502         (PSEUDO): Pass syscall_name to DO_CALL.
503         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
504         errno.
506 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
508         * elf/rtld.c: Speed up processing of environment variables.  Do
509         only one run on the environment by avoiding to call getenv.
510         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
511         function.  Used by patch above.
513 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
515         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
516         running nscd.
517         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
518         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
519         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
521 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
523         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
524         module cannot be found.  Reported by Andreas Jaeger.
526 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
528         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
529         on platforms which default to unsigned chars.
530         * nscd/nscd_getpw_r.c: Likewise.
531         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
532         defining it.
534 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
536         * elf/Makefile (install-bin): Change = to += for sprof to install
537         ldd also.
539 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
541         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
543 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
545         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
547 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
549         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
550         that a failure to connect to nscd doesn't change errno.
552 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
554         * manual/maint.texi (Reporting Bugs): Change
555         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
557         * locale/iso-4217.def: Likewise
559 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
561         * manual/texinfo.tex: Updated.
563 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
565         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
566         value.
567         * sysdeps/posix/pathconf.c: Likewise.
568         * posix/getconf.c: Print `undefined' if pathconf returns -1
569         without setting errno.
571 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
573         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
574         problem.
575         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
576         Patches by Elliot Lee <sopwith@cuc.edu>.
578 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
580         * elf/link.h (struct link_map): Add new field l_reloc_result.
581         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
582         of relocation for the object to be profiled.
583         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
584         to NULL.
585         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
586         array here.
587         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
588         contains a result from a previous run use this instead of computing
589         the value again.
590         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
592 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
594         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
595         offsets into the GOT.
596         (RTLD_START): Likewise.
598 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
600         * elf/sprof.c: Cleanup a bit.
602 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
604         * sysdeps/generic/sysdep.h (L): New. Define.
606         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
608         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
610         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
611         to have only one exit point for functions.
612         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
613         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
614         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
615         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
616         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
618 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
620         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
621         reset errno so that errno isn't set to ENOSYS in the first call.
622         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
623         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
624         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
625         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
627 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
629         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
630         * sysdeps/i386/addmul_1.S: Likewise.
631         * sysdeps/i386/lshift.S: Likewise.
632         * sysdeps/i386/mul_1.S: Likewise.
633         * sysdeps/i386/rshift.S: Likewise.
634         * sysdeps/i386/sub_n.S: Likewise.
635         * sysdeps/i386/submul_1.S: Likewise.
636         * sysdeps/i386/i586/add_n.S: Likewise.
637         * sysdeps/i386/i586/addmul_1.S: Likewise.
638         * sysdeps/i386/i586/lshift.S: Likewise.
639         * sysdeps/i386/i586/mul_1.S: Likewise.
640         * sysdeps/i386/i586/rshift.S: Likewise.
641         * sysdeps/i386/i586/sub_n.S: Likewise.
642         * sysdeps/i386/i586/submul_1.S: Likewise.
644         * sysdeps/i386/sysdep.h: Extend last change.
646         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
647         to have only one exit point for functions.
649 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
651         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
652         search.
654 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
656         * Makerules: Generate libc.so with absolute paths for the used
657         shared objects.
659         * config.make.in: Add MAKEINFO definition.
661 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
663         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
664         (ENTRY): Use STABS_FUN.
665         (END): Use STABS_FUN_END.
666         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
668         * elf/Makefile: Add rules to build sprof program.
669         * elf/sprof.c: New file.
671 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
673         * misc/syslog.c (openlog_internal): Insert missing closing brace.
675 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
677         * configure.in: Check for working msgfmt version (from GNU gettext
678         0.10 or later).
680 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
682         * configure.in: Avoid //s in sysdirs.
683         Patch by Roland McGrath.
685         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
687 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
689         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
690         setting _dl_global_scope for RTLD_GLOBAL.
692 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
694         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
695         possible lists of object-suffixes are taken care of.
697 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
699         * timezone/private.h: Update from tzcode1998c.
700         * timezone/zic.c: Likewise.
701         * timezone/antarctica: Updated from tzdata1998c.
702         * timezone/asia: Likewise.
703         * timezone/australasia: Likewise.
704         * timezone/europe: Likewise.
705         * timezone/southamerica: Likewise.
707 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
709         * posix/glob.c (glob_in_dir): Add support for cases insensitive
710         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
712 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
714         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
715         Changed type of TWO43, TWO52 from float to double.
716         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
717         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
718         Changed type of TWO43 from float to double.
719         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
720         Use __isinff.
722 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
724         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
725         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
726         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
728 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
730         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
731         kernel_termios.h.
732         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
733         Clean up random whitespace.
734         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
735         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
736         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
737         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
739 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
741         * shlib-versions: Match alpha*.
742         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
743         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
745         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
746         Implement copysign* with and without __ prefix.
747         Likewise for fabs; use builtin for gcc 2.8.
748         (floor*): New.
749         (fdim*): New.
751         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
752         (R_SPARC*): Match current v9 ABI.
754         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
756         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
757         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
758         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
759         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
760         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
761         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
762         * sysdeps/unix/grantpt.c (argv): Fix consts.
763         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
764         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
766 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
768         * misc/syslog.c: Change to allow user the interpretation of the
769         outcome even with syslog having no return value.
771 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
773         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
774         that the number of program headers is >0 (which is wrong for the
775         loader itself).
777 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
779         * Makefile (distribute): Add README.libm.
781 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
783         * time/clocktest.c (main): Correct typo: "--" -> "==".
785 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
787         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
788         inline function.
789         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
790         inline functions.
792         * math/libm.map (__atan2): Added.
794 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
796         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
797         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
799         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
800         bug.
802 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
804         * manual/arith.texi (Old-style number conversion): Correct
805         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
807 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
809         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
810         but does not require it.  Handle missing argv[] values gracefully.
811         * posix/execl.c: Likewise.
812         * posix/execle.c: Likewise.
814 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
816         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
817         bit.
818         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
820 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
822         * libc.map: Add __adjtimex.
824 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
826         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
827         Remove memset.
829 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
831         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
832         to 64.
834         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
836         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
837         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
839         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
840         for shared library.
842         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
844         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
845         Added adjtimex and old_adjtimex.
847         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
848         New.
849         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
850         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
852         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
853         symbols only for shared library.
854         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
855         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
856         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
857         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
858         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
859         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
860         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
862         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
863         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
864         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
865         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
866         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
867         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
868         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
869         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
871         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
872         rusage pointer.
874         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
875         New macros.
876         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
877         timex and __adjtimex, respectively.
879         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
881         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
883 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
885         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
886         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
888 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
890         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
892 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
894         * Makefile.in: Disable built-in rules.
896 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
898         * sysdeps/i386/fpu/t_exp.c: Move to ...
899         * sysdeps/libm-i387/t_exp.c: ... here.
901 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
903         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
904         from __exp2_deltatable.
906 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
908         * nis/ypclnt.c (yp_master): Check result of strdup.
909         Patch by Thorsten Kukuk.
911 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
913         * nis/ypclnt.c: Give clnt handle after error checking free, change
914         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
916 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
918         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
919         Patch by Joe Keane <jgk@jgk.org>.
921         * misc/fstab.h (struct fstab): Change fs_type member to be const.
922         * misc/fstab.c: Remove casts in fs_type assignments.
924 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
926         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
927         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
928         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
929         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
930         * sysdeps/powerpc/bits/fenv.h: Likewise.
931         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
932         * sysdeps/generic/bits/fenv.h: Likewise.
933         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
934         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
935         * sysdeps/powerpc/test-arith.c (main): Likewise.
937 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
939         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
940         the comparison macros.
942 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
944         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
945         (__log2): Fixed return values.
946         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
948 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
950         * math/math.h (isunordered): Rename local variables to ensure
951         correct code.  Reported by HJ Lu.
953 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
955         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
956         isless, islessequal, islessgreater, isunordered): Fix syntax for
957         fucompip instruction.
958         (isless, islessequal): Fix logic.
960 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
962         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
963         (comparisons_test): New tests for comparison macros.
965 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
967         * Makeconfig: Filter out frame-pointer effecting options when
968         compiling profiling or debugging code.
969         * config.h.in (internal_function): Don't define here if PROF is
970         defined.
971         * gmon/gmon.c (__moncontrol): Don't change state if already in error
972         state.
973         (__monstartup): If calloc fails set error state and mark array as
974         not allocated.
975         (_mcleanup): Don't call write_gmon if in error state.  Don't try
976         to free array if not  successfully allocated.
978         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
979         Include elf.h to get macro definitions.
980         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
982 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
984         * elf/ldd.sh.in: Add compatibility for broken old shells.
985         * elf/ldd.bash.in: Likewise.
987 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
989         * sunrpc/rpc_main.c (open_input): Check pipe return error.
991         * time/clocktest.c (main): Check signal return error.
993 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
995         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
996         "/" and use do-install-program. Reported by Mark M. Kettenis.
997         (subdir_install):  Likewise.
999 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1001         * sunrpc/rpc_sample.c: Fix typo.
1003         * nscd/connections.c: Use locale.
1004         * nscd/grpcache.c: Add debug messages, gidtbl should get the
1005           calloc result.
1006         * nscd/nscd.c: Check if init functions fails.
1007         * nscd/nscd_conf.c: Allow disabling of group cache.
1008         * nscd/nscd_getgr_r.c: Fix return code if group not found.
1009         * nscd/pwdcache.c: Fix debug messages.
1011 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1013         * libc.map: Add __monstartup and _mcleanup for profiling support.
1015 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1017         * libc.map: Export __getpagesize, for binary compatibility with
1018         2.0.
1020 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1022         * posix/globtest.sh: Use --library-path instead of
1023         LD_LIBRARY_PATH.
1024         * localedata/sort-test.sh: Likewise.
1025         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
1027 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1029         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
1030         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
1031         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1033         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
1034         kernel_sigaction): Define.
1035         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
1036         kernel_sigaction): Define.
1038 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1040         * math/libm-test.c: Change epsilons for libm-ieee754.
1042 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
1044         * sysdeps/i386/__longjmp.S: Fix race condition.
1045         Reported by Bruno Haible <haible@ilog.fr>.
1047 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
1049         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
1050         * iconvdata/8bit-gap.c: Likewise.
1051         * iconvdata/8bit-generic.c: Likewise.
1052         * iconvdata/iso6937.c: Likewise.
1053         * iconvdata/iso8859-1.c: Likewise.
1054         * iconvdata/sjis.c: Likewise.
1055         * iconvdata/t61.c: Likewise.
1057 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1059         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
1060         feature tests by positive feature tests.
1062 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1064         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
1066 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
1068         * elf/dlvsym.c (dlvsym_doit): More corrections.
1069         Patch by Andreas Jaeger.
1071 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
1073         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
1075 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
1077         * libc.map: More reordering for GLIBC_2.1 symbols.
1079 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1081         * libc.map: Move some functions from version GLIBC_2.0 to
1082         GLIBC_2.1, reorder declarations.
1084 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
1086         * resolv/gethnamaddr.c (addrsort): Make this function extern.
1087         Patch by zab@thebrain.grumblesmurf.net.
1089 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1091         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
1092         NIS+ functions with version GLIBC_2.1.
1094 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
1096         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
1097         with 2.0 binaries.  Reported by Thorsten Kukuk.
1099 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1101         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
1103         * elf/dlsym.c (dlsym_doit): Likewise.
1105 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1107         * elf/link.h: Correct typos.
1109         * iconv/iconv_prog.c: Correct typo.
1111 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
1113         * iconv/Makefile: Add rules to build and install iconv program.
1114         * iconv/iconv_prog.c: New file.
1116 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
1118         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
1119         _dl_lookup_symbol_skip call.
1120         * elf/dlvsym.c (dlvsym_doit): Likewise.
1122 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
1124         * libio/iovsscanf.c: Do not include errno.h.
1126 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1128         * elf/dl-load.c (add_name_to_object): Don't translate strings.
1129         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
1130         pulling in the whole error list.
1131         (__dcgettext, dcgettext): Removed.
1132         * libc.map: Export _strerror_internal.
1134 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
1136         * sysdeps/i386/fpu/t_exp.c: New file.
1138 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1140         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
1141         everything with version GLIBC_2.1.
1142         * hesiod/libnss_hesiod.map: Likewise.
1144 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1146         * manual/arith.texi (Old-style number conversion): This node is a
1147         section, not a subsection.
1149 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1151         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
1153 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1155         * elf/rtld.c (dl_main): Make sure that the library search paths
1156         have been initialized before the first call to _dl_map_object.
1158 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1160         * Makerules (common-generated): Add libc_pic.os.
1162 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1164         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
1165         of the executable.
1167 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1169         * sysdeps/m68k/fpu/t_exp.c: New file.
1171 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
1173         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
1174         to global errno variable anymore.
1176 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
1178         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
1179         If PRELOADED is nonzero check in case of an SUID application
1180         whether the shared object has the SUID bit set.
1181         Fix some other problems with handling shared objects in system
1182         specific directories.
1183         (_dl_map_object): Also take extra parameter and pass it to open_path.
1184         * elf/link.h (_dl_map_object): Correct prototype and comment.
1185         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
1186         * elf/dl-open.c (_dl_open): Likewise.
1187         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
1189         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
1191 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
1193         * math/libm-test.c (modf_test): Add test for 1.5.
1195         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
1196         0 to get always an int.
1198 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1200         * math/libm.map: Move all symbols that are new in glibc 2.1 to
1201         version GLIBC_2.1.
1203 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
1205         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
1206         trying to read another character.
1208 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1210         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
1211         name to lowercase.
1213         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
1214         name to lowercase, add test for big enough buffer.
1216 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1218         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
1219         Make compatible with older kernels.  Patch by Richard Henderson.
1221 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
1223         * elf/dl-load.c (open_path): Use __xstat instead of stat.
1225         * localedata/tst-locale.sh: Comment out first test for now.
1227 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
1229         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
1230         as 1.
1231         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
1232         Likewise.
1234         * libio/iogetline.c (_IO_getline_info): Renamed from
1235         _IO_getline.
1236         (_IO_getline): Just call _IO_getline_info.
1238         * libio/libioP.h (_IO_getline_info): New declaration.
1240         * libc.map (_IO_getline_info, __write): Added.
1242 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1244         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
1245         const char* to shut up gcc.
1247 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
1249         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
1250         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
1252         * math/math.h: Define M_* constants always as `double' and add new
1253         macros M_*l which are of type `long double'.
1254         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
1255         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
1256         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
1257         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
1258         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
1259         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
1260         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
1261         * math/libm-tst.c: Likewise.
1263         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
1264         define as long double unconditionally.
1266 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1268         * manual/arith.texi (Old-style number conversion): Correct some
1269         typos.
1271 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
1273         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
1274         Restore.
1276         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
1278 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
1280         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
1281         on $(rtld-ldscript).
1283         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
1284         starting from 0 not only from `from'.
1285         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1287 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
1289         * elf/rtld.c (dl_main): Recognize --library-path parameter and
1290         pass value (or NULL) to _dl_init_paths.
1291         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
1292         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
1293         environment variable.
1294         * elf/link.h: Change prototype for _dl_init_paths.
1295         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
1297         * localedata/Makefile (distribute): Add test files.
1299 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1301         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
1302         test1.def, test2.def, test3.def, test4.def}: Simple input files
1303         for localedef. Contributed by Yung-Ching Hsiao
1304         <yhsiao@cae.wisc.edu>.
1306         * localedata/Makefile (tests): Call tst-locale.sh.
1308         * localedata/tst-locale.sh: New file, regression tests for some
1309         localedef problems.
1311 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1313         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
1315         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
1316         terminated.
1317         * nis/nss_nisplus/nisplus-network.c: Likewise.
1318         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1319         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1320         * nis/nss_nisplus/nisplus-service.c: Likewise.
1322         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
1323         and support generating thread safe RPC code.
1324         * sunrpc/rpc_main.c: Add changes.
1325         * sunrpc/rpc_clntout.c: Likewise.
1326         * sunrpc/rpc_cout.c: Likewise.
1327         * sunrpc/rpc_hout.c: Likewise.
1328         * sunrpc/rpc_parse.c: Likewise.
1329         * sunrpc/rpc_sample.c: Likewise.
1330         * sunrpc/rpc_scan.c: Likewise.
1331         * sunrpc/rpc_svcout.c: Likewise.
1332         * sunrpc/rpc_util.c: Likewise.
1333         * sunrpc/rpc_util.h: Add new structs and prototypes.
1334         * sunrpc/proto.h: Remove prototypes for static functions.
1336 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1338         * locale/programs/ld-messages.c (messages_finish): Don't skip
1339         error checking when being quiet.
1340         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
1341         (set_class_defaults): Likewise.
1342         * locale/programs/charmap.c (parse_charmap): Likewise.
1343         * locale/programs/ld-collate.c (collate_finish): Likewise.
1344         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
1345         * locale/programs/ld-time.c (time_finish): Likewise.
1346         * locale/programs/locfile.c (write_locale_data): Likewise.
1348         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
1349         unknown characters and empty ranges.
1350         * locale/programs/ld-collate.c (collate_order_elem): When
1351         processing an ellipsis properly form a linked list in the result
1352         table, fix typo when allocating ordering array.
1353         [PR libc/419]
1355 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1357         * elf/Makefile (ld-map): Define.
1358         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
1359         `$(rtld-ldscript)'.
1360         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
1361         on $(ld-map).
1362         (rtld-link): Combine the two versions of this definition.  Fixed
1363         to make it work when no symbol versioning is used.
1365 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
1367         * Makeconfig (build-program-cmd): Use --library-path parameter to
1368         ld.so instead of environment variable.
1370         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
1371         * sunrpc/rpc_main.c: Remove support for -$$ option again.
1373 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1375         * Make-dist: Respect with-cvs setting.
1376         * MakeTAGS (all-pot): Likewise.
1377         * sysdeps/sparc/sparc32/Makefile: Likewise.
1378         * sysdeps/mach/hurd/Makefile: Likewise.
1379         * stdlib/Makefile: Likewise.
1380         * posix/Makefile: Likewise.
1381         * intl/Makefile: Likewise.
1382         * po/Makefile (linguas): Likewise
1384 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1386         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
1388 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
1390         * libc.map: Add __strcasecmp.
1392         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
1393         module.
1395         * nss/getXXent_r.c: If no more module is found don't try to call
1396         setXXent functions but leave unsuccessfully.
1398         * malloc/obstack.h: Cleanups.
1400         * sysdeps/wordsize-32/stdint.h: New file.
1401         * sysdeps/wordsize-64/stdint.h: New file.
1402         * sysdeps/generic/stdint.h: New file.
1403         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
1404         * sysdeps/wordsize-64/inttypes.h: Likewise.
1405         * stdlib/Makefile (headers): Add stdint.h.
1407 1998-02-03  Paul Eggert  <eggert@twinsun.com>
1409         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
1411 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1413         * timezone: New directory.
1414         * time/README, time/africa, time/antarctica, time/asia,
1415         time/australasia, time/backward, time/checktab.awk,
1416         time/etcetera, time/europe, time/factory, time/ialloc.c,
1417         time/iso3166.tab, time/leapseconds, time/northamerica,
1418         time/pacificnew, time/private.h, time/scheck.c,
1419         time/solar87, time/solar88, time/solar89, time/southamerica,
1420         time/systemv, time/test-tz.c, time/tzfile.h,
1421         time/tzselect.ksh, time/yearistype, time/zdump.c,
1422         time/zic.c, time/zone.tab: Moved to timezone.
1423         * time/tzfile.c: Include tzfile.h from timezone subdir.
1424         * time/tzset.c: Likewise.
1425         * time/Makefile: Cut out all code relating to timezones...
1426         * timezone/Makefile: ...and paste it in here.
1427         * Makefile (subdirs): Add timezone.
1429 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
1431         * libc.map (_sys_nerr): Added.
1433         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
1434         versioned symbol.
1436 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
1438         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
1439         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
1440         Reported by Craig Metz <cmetz@inner.net>.
1442 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1444         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
1445         instead of strcasecmp.
1446         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
1448         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
1450 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
1452         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
1453         Patch by Dean Gaudet <dgaudet@arctic.org>.
1455 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
1457         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
1459 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1461         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
1462         with no poll syscall, just include the BSD version.
1463         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
1464         kernel without the syscall, include the stub version.
1465         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
1466         * sysdeps/generic/getresuid.c: New file.
1467         * sysdeps/generic/getresgid.c: New file.
1469 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
1471         * stdio-common/vfscanf.c: Correct last change a bit.
1473 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
1475         * elf/Makefile: Don't use --version-script parameter to link ld.so
1476         unconditionally.
1478 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
1480         * math/Makefile: Add t_exp.
1481         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
1482         constants.
1483         * math/test-reduce.c: Remove temporarily, it seems to be broken.
1484         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
1485         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
1486         better accuracy.
1487         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
1488         algorithm for very large/very small arguments.
1489         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
1490         correct algorithm for very large/very small arguments; adjust for
1491         new table.
1492         * sysdeps/libm-ieee754/t_exp.c: New file.
1493         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
1495         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
1496         back, with comment that explains what breaks when you remove it :-(.
1498         * localedata/xfrm-test.c: Avoid integer overflow.
1500         * stdlib/strfmon.c: char is unsigned, sometimes.
1502         * sysdeps/powerpc/Makefile: Remove quad float support.
1503         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
1504         * sysdeps/powerpc/quad_float.h: Likewise.
1505         * sysdeps/powerpc/test-arith.c: Likewise.
1506         * sysdeps/powerpc/test-arithf.c: Likewise.
1508         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
1509         * sysdeps/generic/s_exp2f.c: Likewise.
1511         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
1512         don't try anything if _SOFT_FLOAT.
1514 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1516         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
1517         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
1518         * wctype/wctype.c: Likewise.
1519         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
1520         changed.  They are incompatible with the _ISxxx values from
1521         <ctype.h> on little endian machines.
1522         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
1523         bit number.  This fixes the real bug and restores the integrity of
1524         the ctype locale file.
1525         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
1526         * wctype/wcfuncs_l.c: Likewise.
1527         * wctype/wcextra.c: Likewise.
1528         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
1529         byte swapping.
1531 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1533         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
1534         into .bss segment instead of .common, so that aliases on it work.
1536         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
1537         .size directives, put into .bss segment instead of initializing it
1538         to 4.
1540 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
1542         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
1544         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
1545         functions.
1546         Make names without __ weak aliases.
1547         (__libc_release, __libc_version): Make them static.
1549         * include/gnu/libc-version.h: New file.
1550         * Makefile (headers): Add gnu/libc-version.h.
1552 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
1554         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
1555         and use x for member name.
1556         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
1558         * stdlib/drand48.c: Change according to member name change.
1559         * stdlib/drand48_r.c: Likewise.
1560         * stdlib/lcong48_r.c: Likewise.
1561         * stdlib/lrand48.c: Likewise.
1562         * stdlib/lrand48_r.c: Likewise.
1563         * stdlib/mrand48.c: Likewise.
1564         * stdlib/mrand48_r.c: Likewise.
1565         * stdlib/seed48.c: Likewise.
1566         * stdlib/seed48_r.c: Likewise.
1567         * stdlib/srand48_r.c: Likewise.
1569 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1571         * nss/test-netdb.c: Add some more test cases.
1573 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
1575         * libio/iovsscanf.c: Undo last change modifying errno.
1577 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1579         * stdio-common/vfscanf.c: Never try to read another character
1580         after EOF.  Don't decrement read_in after EOF, it wasn't
1581         incremented in the first place.
1582         (NEXT_WIDE_CHAR): Set First, not first.
1584 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
1586         * db/Makefile ($(inst_libdir)/libndbm.a,
1587         $(inst_libdir)/libndbm.so): New targets.
1588         * db2/Makefile: Likewise.
1590 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
1592         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
1593         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
1595 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1597         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
1598         <streambuf.h>.
1599         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
1601 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1603         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
1604         versioned symbols.
1606 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
1608         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
1609         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
1610         Added for libdl.so.
1612 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1614         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
1615         extra syscall.
1617         * grp/Makefile: Fix logic when checking for thread package.
1618         * pwd/Makefile: Likewise.
1620 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
1622         * elf/Makefile (rtld-map): Replaced by libc-map.
1624         * elf/rtld.map: Removed.
1626         * libc.map (__libc_enable_secure, _dl_catch_error,
1627         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
1628         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
1629         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
1630         _dl_object_relocation_scope, _dl_relocate_object,
1631         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
1632         _r_debug): Added for ld.so.
1634 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
1636         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
1637         DO_VERSIONING.
1638         * libio/iofdopen.c: Ditto.
1639         * libio/iofopen.c: Ditto.
1640         * libio/oldfileops.c: Ditto.
1642         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
1643         version GLIBC_2.1.
1645         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
1646         oldsiglist from sysdep_routines and shared-only-routines.
1648         * sysdeps/unix/sysv/linux/errlist.c: New.
1649         * sysdeps/unix/sysv/linux/errlist.h: New.
1650         * sysdeps/unix/sysv/linux/sizes.h: New.
1651         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
1652         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
1654         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
1656         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
1657         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
1658         directive.
1660         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
1662         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
1663         (oldsiglist.c): Removed.
1665         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
1666         (_sys_siglist): Use SYS_SIGLIST instead.
1667         (_sys_nerr): Use SYS_NERR instead.
1669         * sysdeps/gnu/errlist.c: Rebuilt.
1671 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
1673         * elf/Makefile (others-static): New, set to ldconfig.
1674         ($(objpfx)ldconfig): Removed.
1676         * Rules (binaries-all, binaries-static, binaries-shared): New.
1677         Create targets for $(binaries-static) and $(binaries-shared).
1679         * Makeconfig (+link-static, link-libc-static,
1680         link-extra-libs-static): New for static linking.
1682 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1684         * manual/memory.texi (Using the Memory Debugger): Fix typo.
1686         * math/libm-test.c (modf_test): Add one more test for modf.
1688 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
1690         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
1691         Rename from __libc_have_rt_sigs and leave as COMMON data.
1693 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
1695         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
1696         of __finite.
1698 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
1700         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
1702 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
1704         * misc/tst-efgcvt.c: Add yet more tests.
1705         * misc/efgcvt_r.c: And correct for these tests again.
1706         Reported by HJ Lu.
1708         * isomac.c: Move to...
1709         * stdlib/isomac.c: ...here.
1710         * Makefile: Move rules for handling isomac...
1711         * stdlib/Makefile: ...to here.
1713 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1715         * misc/tst-efgcvt.c: Add more tests.
1716         * misc/efgcvt_r.c: Correct result for above new tests.
1718 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
1720         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
1721         NDIGIT <= 0.
1723 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
1725         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
1726         if the programs weren't built.
1728 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
1730         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
1731         FE_TONEAREST, soldier on regardless and do the best we can.
1732         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
1734 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
1736         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
1737         _STDIO_H, before including <bits/stdio_lim.h>.
1739         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
1741         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
1742         exist.
1744         * sysdeps/arm/sys/ucontext.h: New file.
1746 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
1748         * manual/stdio.texi (Formatted Output Functions): Explicitly say
1749         that the return value from snprintf() does not count the
1750         terminating NUL as a character.
1752 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1754         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
1755         add description for sete[ug]id and general cleanup.
1756         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1758 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1760         * Makefile (parent-clean): Don't remove makefile fragments here.
1761         (postclean): New variable.
1762         (clean): Remove makefile fragments here.
1763         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
1764         (generated): Add isomac and isomanc.out.
1765         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
1766         avoid-generated is set.
1767         (postclean-generated): Add soversion.mk.
1768         ($(common-objpfx)version.mk): Don't include if avoid-generated is
1769         set.
1770         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
1771         avoid-generated is set.
1772         (common-generated): Add libc.so and libc.so$(libc.so-version).
1773         (generated): Add versioned libraries.
1774         (common-mostlyclean): Also remove %.so and %_pic.a.
1775         * csu/Makefile (generated): Add abi-tag.h.
1776         * db2/Makefile (extra-objs): Add getlong.o.
1777         * elf/Makefile (generated): Add ld.so, ldd and
1778         $(rtld-installed-name).
1779         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
1780         * malloc/Makefile (generated): Add mtrace.
1781         * po/Makefile: Don't include version.mk, not needed any more.
1782         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
1783         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
1784         syscall.h -> sys/syscall.h.
1785         (common-generated): Add s-proto.d.
1786         (postclean-generated): Add sysd-syscalls.
1787         * localedata/Makefile (test-output): Add all output files.
1788         (generated): Add test-input and test-output.
1789         (generated-dirs): Add all the dirs.
1791 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1793         * Makefile (test-output, generated, generated-dirs): New
1794         variables.
1796 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1798         * resolv/nss_dns/dns-host.c: Various code cleanups.
1800 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
1802         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
1803         From Philip Blundell <pb@nexus.co.uk>.
1804         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
1806 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1808         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
1809         Suggested by debian/sparc porters.
1811 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1813         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
1814         for ecvt and fcvt.
1816 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
1818         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
1819         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
1821         * signal/signal.h: Always define sigset_t if __need_sigset_t is
1822         defined even if __USE_POSIX is not defined.
1824 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1826         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
1827         to support obsolete tty major numbers correctly.
1829 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
1831         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
1832         directory first and ignore install error.
1834         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
1835         128 from ptyno and fix a typo for the BSD style pty.
1837 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1839         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
1840         syscalls.list's.
1842 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1844         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
1845         getresuid and getresgid.
1847         * sysdeps/unix/sysv/linux/getresuid.c: New file.
1848         * sysdeps/unix/sysv/linux/getresgid.c: New file.
1850         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
1851         s_getres[ug]id.
1853         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
1854         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1855         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1856         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
1858 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
1860         * nscd/grpcache.c: Include <stdlib.h>.
1862 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
1864         * stdlib/atoll.c: Fix comments.
1866         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
1867         * sysdeps/posix/ttyname_r.c: Ditto.
1869 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1871         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
1872         __USE_MISC, independent of __USE_UNIX98.
1874 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
1876         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
1877         Rename from __libc_have_rt_sigs and leave as COMMON data.
1879 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
1881         * Makeconfig (CFLAGS-.os): Kill -fno-common.
1882         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
1884         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
1885         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
1886         version symbols.
1887         * include/libc-symbols.h (symbol_version, default_symbol_version):
1888         Provide asm versions and correct !DO_VERSIONING versions.
1889         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
1890         the weak symbol list.
1892         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
1893         Rename from __libc_have_rt_sigs and leave as COMMON data.
1894         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1895         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1896         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1898 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1900         * sunrpc/Makefile: Correct dependencies of rpcgen.
1902 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
1904         * nscd/Makefile: Fix test for available linuxthreads add-on.
1905         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1907 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1909         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
1911 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1913         * sysdeps/gnu/Makefile: Respect with-cvs variable.
1915         * manual/errno.texi (Error Messages): Correct description of
1916         strerror_r.  Pointed out by jonas@bagge.se.
1918 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1920         * manual/socket.texi (Host Address Functions): Clarify description
1921         of inet_network.
1923 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1925         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
1926         (grantpt): Delete superfluous cast.
1928 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1930         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
1931         elf/ldso_install instead of elf/subdir_install.
1932         (elf/ldso_install): New target.
1934         * elf/Makefile (ldso_install): New target.
1936 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1938         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
1939         of 1998-01-06.
1941 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1943         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
1944         constant expressions.
1946 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1948         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
1949         for __nss_configure_lookup.
1950         (output_hostent): Remove unused variable.
1952 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1954         * string/tst-inlcall.c: Fix format string.
1956 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1958         * inet/netinet/in.h: Rename second parameter of bindresvport to
1959         avoid buggy gcc warning. [PR libc/412]
1961 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
1963         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
1964         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
1966         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
1967         Follow POSIX and make tv_sec a time_t.
1968         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
1969         new tv64 syscall as well as fall back to tv32.
1970         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1971         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1972         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
1973         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
1974         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
1975         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
1976         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
1977         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
1979         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
1980         * include/rpcsvc/nis_tags.h: Likewise.
1981         * include/rpcsvc/nislib.h: Likewise.
1983 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
1985         * libc.map: Add _h_errno.
1986         * inet/herrno.c: Make _h_errno weak alias.
1988         * login/Makefile (distribute): Add pty-internal.h.
1990         * nscd/Makefile (distribute): Add all the files missing.
1992         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
1993         are available.
1995         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
1996         and report status at the end.
1998         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
2000         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
2001         variable.
2002         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
2003         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
2004         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
2006 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
2008         * configure.in: Fix --enable-add-ons code.
2010 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2012         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
2013         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
2014         [PR libc/441]
2016         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
2017         occurence in cache.  Reported by Rudolf Leitgeb
2018         <leitgeb@leland.stanford.edu>.
2019         [PR libc/440]
2021 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
2023         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
2024         that it never is EINTR (which is tested for in _IO_vfscanf).
2026         * Makefile.in: Call sub-make with CVSOPTS.
2028         * elf/Makefile (distribute): Add dl-procinfo.h.
2030         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
2032 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
2034         * version.h (VERSION): Bump to 2.0.92.
2036 1998-01-31  Phil Blundell  <philb@gnu.org>
2038         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
2039         alias for __new_sys_siglist.
2041 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
2043         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
2044         getgrgid_r.c if thread package is available.
2045         * pwd/Makefile: Likewise.
2046         * grp/getgrnam_r.c: Remove USE_NSCD definition.
2047         * grp/getgrgid_r.c: Likewise.
2048         * pwd/getpwnam_r.c: Likewise.
2049         * pwd/getpwuid_r.c: Likewise.
2051 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
2053         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
2054         with error to allow user intervention.
2055         * nss/getXXent_r.c: Likewise.
2057 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
2059         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
2060         AT_PLATFORM string.  Pretty print AT_BASE info.
2062         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
2063         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
2064         * sysdeps/generic/dl-procinfo.h: New file.
2065         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
2067 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
2069         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
2071         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
2072         thread and not pthread_detach.
2074         * nscd/nscd.c: Rewrite to use argp instead of getopt.
2076 1998-01-31  Phil Blundell  <philb@gnu.org>
2078         * configure.in: Add --without-cvs option to suppress automatic
2079         checkin of regenerated files.
2080         * config.make.in: Likewise.
2081         * Makefile: Respect with-cvs setting.
2082         * Makerules: Likewise.
2084         * configure.in: Allow the standalone ARM port to be configured.
2086 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2088         * grp/getgrgid_r.c: Define USE_NSCD.
2089         * grp/getgrnam_r.c: Likewise.
2090         * pwd/getpwuid_r.c: Likewise.
2091         * pwd/getpwnam_r.c: Likewise.
2093         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
2095         * nss/getXXbyYY_r.c: Try at first nscd.
2097         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
2098         * nscd/connections.c: New file.
2099         * nscd/dbg_log.c: New file.
2100         * nscd/dbg_log.h: New file.
2101         * nscd/grpcache.c: New file.
2102         * nscd/nscd.c: New file.
2103         * nscd/nscd.h: New file.
2104         * nscd/nscd_conf.c: New file.
2105         * nscd/nscd_stat.c: New file.
2106         * nscd/pwdcache.c: New file.
2108         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
2109         * nscd/nscd_getpw_r.c: Likewise.
2110         * nscd/nscd_proto.h: New, prototypes for client functions.
2112         * nscd/nscd.conf: New, example for a configuration file.
2113         * nscd/nscd.init: New, example for a startup script.
2115         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
2116         avoid deadlocks.
2117         * nscd/getgrnam_r.c: Likewise.
2118         * nscd/getpwnam_r.c: Likewise.
2119         * nscd/getpwuid_r.c: Likewise.
2121 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
2123         * intl/Makefile: Use CVSOPTS in cvs invocation.
2124         * po/Makefile: Likewise.
2125         * posix/Makefile: Likewise.
2126         * stdlib/Makefile: Likewise.
2128 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
2130         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
2131         [PR libc/410]
2132         * misc/Makefile (tests): Add tst-efgcvt.
2133         * misc/tst-efgcvt.c: New file.
2135 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
2137         * posix/regex.c: Add some more cleanups by Akim Demaille.
2139 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
2141         * signal/signal.h: Revert last change.
2142         * string/strsignal.c: Regard signal number NSGI as illegal.
2143         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
2144         members.
2146 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
2148         * Makefile.in: Add comment about CVSOPTS Makefile variable.
2149         * Makerules: Use CVSOPTS in cvs invocation.
2150         * Makefile: Likewise.
2151         * MakeTAGS: Likewise.
2152         * Make-dist: Likewise.
2154 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
2156         * sysdeps/generic/memmem.c: Correct last change.
2158 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
2160         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
2161         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
2163 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2165         * nis/ypclnt.c: Try at first to use the binding file from ypbind
2166         before using RPC.
2168 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2170         * manual/memory.texi (Heap Consistency Checking): mcheck is
2171         declared in <mcheck.h>.
2172         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
2174 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2176         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
2177         beginning of haystack.
2179 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2181         * nss/nss_files/files-service.c: Correct last patch.
2183 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
2185         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
2186         __libc_have_rt_sigs.
2187         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
2188         including <bits/setjmp.h>.
2189         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
2190         Patch from the Debian glibc/SPARC package.
2192 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
2194         * sysdeps/alpha/bzero.S: Fix a typo.
2195         * sysdeps/alpha/htonl.S: Ditto.
2196         * sysdeps/alpha/htons.S: Ditto.
2198 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2200         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
2202 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
2204         * include/cpio.h: Move to ...
2205         * posix/cpio.h: ...here.
2207         * locale/programs/ld-collate.c: Fix typo.
2209         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
2211         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
2213         * login/utmp_file.c (pututline_file): Don't always report success
2214         if similar entry is found.  Patch by Mark M. Kettenis.
2216 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
2218         * manual/Makefile: Don't try to install the info files if makeinfo
2219         is not available.
2221 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
2223         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
2224         kernel's network ioctls, rather than using <linux/sockios.h> to
2225         get them.  This way we are sure of maintaining compatibility if
2226         the kernel interface should change.
2228 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
2230         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
2232 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
2234         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
2235         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
2237 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2239         Implement System V pseudoterminal handling.
2241         * login/Makefile
2242         (routines): Add getpt, grantpt, unlockpt, ptsname.
2243         (libutil-routines): Remove pty. Add openpty, forkpty.
2244         (distribute): New internal header pty-internal.h.
2245         (others): Add the helper program, pt_chown.
2246         (install-others): Install it, in $(libexecdir), mode 4755.
2248         * login/pty-internal.h: New file.
2249         * login/openpty.c: New file.
2250         * login/forkpty.c: New file.
2251         * login/programs/pt_chown.c: New file.
2253         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
2254         * stdlib/stdlib.h: Prototype them.
2256         * config.make.in: Define $(libexecdir).
2257         * Makeconfig: Define $(inst_libexecdir).
2259         * sysdeps/generic/pty.c: Removed.
2260         * sysdeps/unix/sysv/linux/pty.c: Removed.
2262         * sysdeps/generic/getpt.c: Stub out.
2263         * sysdeps/generic/grantpt.c: Likewise.
2264         * sysdeps/generic/ptsname.c: Likewise.
2265         * sysdeps/generic/unlockpt.c: Likewise.
2267         * sysdeps/unix/grantpt.c: New file.
2268         * sysdeps/unix/bsd/getpt.c: New file.
2269         * sysdeps/unix/bsd/unlockpt.c: New file.
2270         * sysdeps/unix/sysv/linux/getpt.c: New file.
2271         * sysdeps/unix/sysv/linux/ptsname.c: New file.
2272         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
2274 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
2276         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
2278 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2280         * nss/Makefile (tests): Add rule for test-netdb.c.
2282         * nss/test-netdb.c: New file.
2284 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
2286         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
2287         really kept as a variable.  Patch by Richard Henderson,
2288         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
2290         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
2291         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
2292         entries as not existing.
2294 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2296         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
2297         zero in alternate form with precision of zero, which must produce
2298         "0".  Add braces to avoid ambiguous `else'.
2300 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2302         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
2303         problem with strncpy.
2304         * nis/nss_compat/compat-pwd.c: Likewise.
2305         * nis/nss_compat/comapt-spwd.c: Likewise.
2307 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2309         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
2310         by uch@nop.or.jp. [PR libc/437]
2312 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2314         * locales/pl_PL: Fix int_curr_symbol.
2316 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2318         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
2320 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2322         * stdio-common/test-popen.c: Include <errno.h>.
2324         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
2325         close.
2327         * inet/getnetgrent_r.c: Include <errno.h>.
2329         * db2/db/db_conv.c: Include <string.h> for memcpy.
2331         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
2332         so that memcpy is declared.
2334         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
2336         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
2338 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2340         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
2341         overflow while reading line with fgets.
2342         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
2344 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
2346         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
2347         unsigned short, not short.
2348         Reported by Andreas Jaeger.
2350 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2352         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
2353         (ccept->accept).
2355         * sysdeps/generic/inttypes.h: Fix spelling.
2357 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2359         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
2361         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
2363 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
2365         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
2366         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
2367         field for hh modifier.
2368         * stdio-common/vfprint.c: Use is_char field and do not depend in
2369         is_short having the value 2.
2370         Bug reported by Andreas Jaeger.
2372 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2374         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
2375         PIC && DO_VERSIONING.
2377 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2379         * Rules: Add rules for $(common-objpfx)dummy$o.
2381 1998-01-26  Richard Henderson  <rth@cygnus.com>
2383         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
2384         unimplemented OSF/1 definitions so that they are not accidentally seen.
2386         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
2387         of the trampoline function into the macro.
2388         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
2389         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
2390         kernel 2.1.82 has this fixed.
2392         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
2393         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
2395 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
2397         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
2398         support sigaction on kernels > 2.1.7x.
2400 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
2402         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
2403         if it is empty.
2405         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
2406         Patch by David Engel <david@sw.ods.com>.
2408         * configure.in: Fix another typo in --enable-add-ons code.
2410 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
2412         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
2414 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2416         * nss/nss_files/files-network.c: Correct order of parameters for
2417         getnetbyaddr.
2419 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
2421         * db2/Makefile (routines): Add os_alloc.
2422         * db2/db.h: Update from db-2.3.16.
2423         * db2/db_185.h: Likewise.
2424         * db2/db_int.h: Likewise.
2425         * db2/btree/bt_close.c: Likewise.
2426         * db2/btree/bt_cursor.c: Likewise.
2427         * db2/btree/bt_delete.c: Likewise.
2428         * db2/btree/bt_open.c: Likewise.
2429         * db2/btree/bt_page.c: Likewise.
2430         * db2/btree/bt_put.c: Likewise.
2431         * db2/btree/bt_rec.c: Likewise.
2432         * db2/btree/bt_recno.c: Likewise.
2433         * db2/btree/btree_auto.c: Likewise.
2434         * db2/common/db_appinit.c: Likewise.
2435         * db2/common/db_apprec.c: Likewise.
2436         * db2/common/db_err.c: Likewise.
2437         * db2/common/db_region.c: Likewise.
2438         * db2/common/db_shash.c: Likewise.
2439         * db2/db/db.c: Likewise.
2440         * db2/db/db_auto.c: Likewise.
2441         * db2/db/db_conv.c: Likewise.
2442         * db2/db/db_dispatch.c: Likewise.
2443         * db2/db/db_dup.c: Likewise.
2444         * db2/db/db_pr.c: Likewise.
2445         * db2/db/db_rec.c: Likewise.
2446         * db2/db185/db185.c: Likewise.
2447         * db2/dbm/dbm.c: Likewise.
2448         * db2/hash/hash.c: Likewise.
2449         * db2/hash/hash_auto.c: Likewise.
2450         * db2/hash/hash_dup.c: Likewise.
2451         * db2/hash/hash_page.c: Likewise.
2452         * db2/hash/hash_rec.c: Likewise.
2453         * db2/include/btree_ext.h: Likewise.
2454         * db2/include/clib_ext.h: Likewise.
2455         * db2/include/common_ext.h: Likewise.
2456         * db2/include/db.h.src: Likewise.
2457         * db2/include/db_185.h.src: Likewise.
2458         * db2/include/db_am.h: Likewise.
2459         * db2/include/db_ext.h: Likewise.
2460         * db2/include/db_int.h.src: Likewise.
2461         * db2/include/hash_ext.h: Likewise.
2462         * db2/include/lock_ext.h: Likewise.
2463         * db2/include/log.h: Likewise.
2464         * db2/include/log_auto.h: Likewise.
2465         * db2/include/log_ext.h: Likewise.
2466         * db2/include/mp.h: Likewise.
2467         * db2/include/mp_ext.h: Likewise.
2468         * db2/include/mutex_ext.h: Likewise.
2469         * db2/include/os_ext.h: Likewise.
2470         * db2/include/os_func.h: Likewise.
2471         * db2/include/txn_ext.h: Likewise.
2472         * db2/lock/lock.c: Likewise.
2473         * db2/lock/lock_util.c: Likewise.
2474         * db2/log/log.c: Likewise.
2475         * db2/log/log.src: Likewise.
2476         * db2/log/log_archive.c: Likewise.
2477         * db2/log/log_auto.c: Likewise.
2478         * db2/log/log_get.c: Likewise.
2479         * db2/log/log_put.c: Likewise.
2480         * db2/log/log_rec.c: Likewise.
2481         * db2/log/log_register.c: Likewise.
2482         * db2/mp/mp_bh.c: Likewise.
2483         * db2/mp/mp_fget.c: Likewise.
2484         * db2/mp/mp_fopen.c: Likewise.
2485         * db2/mp/mp_fput.c: Likewise.
2486         * db2/mp/mp_pr.c: Likewise.
2487         * db2/mp/mp_sync.c: Likewise.
2488         * db2/mutex/mutex.c: Likewise.
2489         * db2/os/os_alloc.c: Likewise.
2490         * db2/os/os_config.c: Likewise.
2491         * db2/os/os_stat.c: Likewise.
2492         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
2493         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
2494         * db2/progs/db_load/db_load.c: Likewise.
2495         * db2/progs/db_printlog/db_printlog.c: Likewise.
2496         * db2/progs/db_recover/db_recover.c: Likewise.
2497         * db2/progs/db_stat/db_stat.c: Likewise.
2498         * db2/txn/txn.c: Likewise.
2500         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
2501         Unmap memory blocks in reverse order of allocation.
2502         Call munmap with load address added to offset.
2503         Bug reported by Miguel de Icaza.
2505         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
2506         up weight array.
2508         * localedata/locales/cs_CZ: Update by Michael Mraka
2509         <michael@informatics.muni.cz>.
2511         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
2512         __USE_BSD.
2514         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
2515         reading line with fgets.
2516         * nis/nss_compat/compat-pwd.c: Likewise.
2517         * nis/nss_compat/compat-spwd.c: Likewise.
2518         * nss/nss_files/files-XXX.c: Likewise.
2519         * nss/nss_files/files-alias.c: Likewise.
2520         * shadow/fgetspent_r.c: Likewise.
2522         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
2524         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
2525         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
2526         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
2528         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
2529         FP register content in ucontext_t.
2531 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2533         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
2534         calculation.  Patch by Markus Schoder
2535         <Markus.Schoder@dresdner-bank.de>.
2537         * math/libm-test.c (modf_test): Add more tests for modf.
2539         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
2540         munlock according to Unix98.
2542 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2544         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
2545         AF_INET.
2547 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
2549         * sysdeps/posix/ttyname.c: Handle symbolic links.
2550         * sysdeps/posix/ttyname_r.c: Ditto.
2552 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
2554         * db2/makedb.c (process_input): Write terminating \0 for value.
2555         (print_database): Simply print value string, don't use length.
2557 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2559         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
2560         exit of loop.
2562 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2564         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
2565         close all sockets.
2567 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
2569         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
2570         sigset.
2571         * signal/sighold.c: New file.
2572         * signal/sigrelse.c: New file.
2573         * sysdeps/generic/sigignore.c: New file.
2574         * sysdeps/generic/sigset.c: New file.
2575         * sysdeps/posix/sigignore.c: New file.
2576         * sysdeps/posix/sigset.c: New file.
2577         * signal/signal.h: Add prototypes for new functions.
2579         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
2580         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
2581         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
2582         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
2584 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
2586         * posix/wordexp.c: Added IFS field-splitting in parameter and
2587         command substitution.  Fixed an IFS-related bug that caused an
2588         infinite loop.
2590 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
2592         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
2593         and swapcontext.
2594         * stdlib/ucontext.h: Correct prototypes.
2595         * sysdeps/generic/getcontext.c: New file.
2596         * sysdeps/generic/setcontext.c: New file.
2597         * sysdeps/generic/makecontext.c: New file.
2598         * sysdeps/generic/swapcontext.c: New file.
2599         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
2601 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
2603         * resource/sys/resource.h: Remove #include of ulimit.h which is
2604         not allowed by SUSv2 and not available on other systems.
2605         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
2607         * streams/Makefile: New file.
2608         * streams/stropts.h: New file.
2609         * sysdeps/generic/bits/stropts.h: New file.
2610         * sysdeps/generic/isastream.c: New file.
2611         * sysdeps/generic/getmsg.c: New file.
2612         * sysdeps/generic/getpmsg.c: New file.
2613         * sysdeps/generic/putmsg.c: New file.
2614         * sysdeps/generic/putpmsg.c: New file.
2615         * sysdeps/generic/fattach.c: New file.
2616         * sysdeps/generic/fdetach.c: New file.
2617         * sysdeps/unix/inet/Subdirs: Add streams.
2618         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
2619         __t_uscalar_t.
2620         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2621         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2622         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2623         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2625         * sysdeps/mach/_strerror.c: Follow changes of generic version to
2626         handle small buffers correctly.
2628 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
2630         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
2631         Remove the 3rd arg and add declaration for _dl_runtime_resolve
2632         and _dl_runtime_profile.
2634 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
2636         * include/cpio.h: New file.  Mainly copied from GNU cpio.
2637         * posix/Makefile (headers): Add cpio.h.
2639 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2641         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
2642         to routines.
2643         * nis/nis_cache.c: New file.
2644         * nis/nis_cache2.h: New file.
2645         * nis/nis_cache2_xdr.c: New file.
2646         * nis/nis_call.c: Changes for cache2_info parameter.
2647         * nis/nis_checkpoint.c: Likewise.
2648         * nis/nis_intern.h: Likewise.
2649         * nis/nis_mkdir.c: Likewise.
2650         * nis/nis_ping.c: Likewise.
2651         * nis/nis_rmdir.c: Likewise.
2652         * nis/nis_server.c: Likewise.
2653         * nis/nis_util.c: Likewise.
2655 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2657         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
2658         return/errnop codes.
2659         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2660         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2661         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2662         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2663         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
2664         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2665         * nis/nss_nisplus/nisplus-rpc.c: Likewise
2666         * nis/nss_nisplus/nisplus-service.c: Likewise.
2667         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2669 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2671         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
2672         * nis/nss_nis/nis-ethers.c: Likewise.
2673         * nis/nss_nis/nis-grp.c: Likewise.
2674         * nis/nss_nis/nis-hosts.c: Likewise.
2675         * nis/nss_nis/nis-network.c: Likewise.
2676         * nis/nss_nis/nis-proto.c: Likewise.
2677         * nis/nss_nis/nis-hosts.c: Likewise.
2678         * nis/nss_nis/nis-network.c: Likewise.
2679         * nis/nss_nis/nis-proto.c: Likewise.
2680         * nis/nss_nis/nis-publickey.c: Likewise.
2681         * nis/nss_nis/nis-pwd.c: Likewise.
2682         * nis/nss_nis/nis-rpc.c: Likewise.
2683         * nis/nss_nis/nis-service.c: Likewise.
2684         * nis/nss_nis/nis-spwd.c: Likewise.
2686 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
2688         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
2689         Added to follow latest kernel development.
2691 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
2693         * nss/db-Makefile: Handle empty and comment lines better.
2694         ($(VAR_DB)/services.db): Generate entries with missing protocol
2695         value.
2697 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2699         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
2700           NULL.
2701           (getservbyname): Allow proto == NULL.
2702           Pointed out by David N. Welton <davidw@gate.cks.com>.
2703           [PR libc/430].
2705 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
2707         * nis/nislib/nislib.h: Finally removed.
2709         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
2710         C compiler.  From Kaveh Ghazi.
2711         (TYPE_MINIMUM): Define.
2712         (TYPE_MAXIMUM): Define.
2713         (TIME_T_MIN): Use TYPE_MINIMUM.
2714         (TIME_T_MAX): Use TYPE_MAXIMUM.
2715         Patch by Jim Meyering <meyering@ascend.com>.
2717 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
2719         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
2720         __pread64, __pwrite64, and __getpid.
2722         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
2723         versions.
2725 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2727         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
2728         cancelable socket functions as __libc_xxx with __xxx as weak
2729         alias.
2730         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2731         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2733         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
2734         redefined.
2735         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
2736         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
2737         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
2738         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
2740         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
2741         and __xxx a weak alias.
2742         * sysdeps/unix/sysv/linux/connect.S: Likewise.
2743         * sysdeps/unix/sysv/linux/recv.S: Likewise.
2744         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
2745         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
2746         * sysdeps/unix/sysv/linux/send.S: Likewise.
2747         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
2748         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
2750 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2752         * locale/langinfo.h: Add defines.
2754         * dirent/dirent.h: Add defines for DT_*, check also for
2755         _DIRENT_HAVE_D_TYPE.
2756         Suggested by Roland McGrath.
2758 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2760         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
2761         Update from Linux 2.1.73+79.
2763         * README.template: Update information about possible
2764         configurations.
2766         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
2767         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
2768         [PR libc/417].
2770         * manual/time.texi (Priority): Correct description of
2771         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
2772         [PR libc/416].
2774 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
2776         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
2777         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
2779 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
2781         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
2782         Andreas Jaeger.
2784 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
2786         * locale/programs/ld-collate.c: Little optimizations.
2788         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
2790         * string/Makefile (tests): Add tst-inlcall.
2791         * string/tst-inlcall.c: New file.
2793         * string/strsignal.c: Add support for real-time signals.
2795         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
2796         presense of small buffer.
2798         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
2800         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
2801         for i686.
2803         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
2804         _NSIG + 1.
2806 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
2808         * Rules: Add explicit rule for dummy.o; at least one library needs
2809           it and it isn't autogenerated by the default rules.
2811 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2813         * math/libm-test.c: Tweak epsilons.
2815 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2817         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
2818         child.
2819         (feenv_mask_test): Likewise.
2821 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2823         * Makeconfig: Don't export CPPFLAGS.
2825 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2827         * sunrpc/rpc_main.c (parseargs): Use perror to print error
2828         message.
2830 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2832         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
2833         terminating null in key size.
2835 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2837         * nss/nss_files/files-service.c: Fix allocation size to include
2838         length of PROTO.
2840         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
2841         applicable.  Fix return value and error checking.
2842         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
2843         unparsable lines.
2844         (DB_LOOKUP): Allocate space for terminating null byte.
2846         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
2847         uids specially.
2849         * db2/makedb.c (process_input): Continue processing if a duplicate
2850         key is encountered.
2852 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
2854         * time/tzfile.h: Updated from tzcode1998b.
2855         * time/zdump.c: Likewise.
2856         * time/zic.c: Likewise.
2857         * time/africa: Update from tzdata1998b.
2858         * time/antarctica: Likewise.
2859         * time/asia: Likewise.
2860         * time/australasia: Likewise.
2861         * time/etcetera: Likewise.
2862         * time/europe: Likewise.
2863         * time/leapseconds: Likewise.
2864         * time/northamerica: Likewise.
2865         * time/southamerica: Likewise.
2867 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2869         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
2870         lookups ignoring case.
2871         * nss/nss_files/files-network.c: Do network lookups ignoring
2872         case.
2873         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
2874         case.
2875         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
2876         case insensitive comparing.
2877         Patches by Cristian Gafton <gafton@redhat.com>.
2879 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2881         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
2882         by Roland McGrath. [PR libc/395]
2884 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2886         * manual/arith.texi (Parsing of Integers): Correct description of
2887         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
2888         [PR libc/396]
2890 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
2892         * misc/lsearch.c (lsearch): Return a pointer to the new element
2893         if one was "allocated".
2895 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2897         * string/strsignal.c: NSIG is not a valid index into
2898         _sys_siglist.  Don't zap the last character of the "Unknown
2899         signal" message.
2901 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
2903         * locale/programs/charmap.c (parse_charmap): Correct parsing of
2904         ellipsis expressions.
2906         * locale/programs/charset.c (insert_char): Correctly insert value
2907         of eliipsis expression.
2909 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
2911         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
2912         <bits/setjmp.h>.
2913         * sysdeps/powerpc/setjmp.S: Likewise.
2914         Patches by Matt McLean <keys@keys.got.net>.
2916         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
2918         * Makefile: Undo last patch.
2919         (distribute): Add test-installation.pl.
2921         * configure.in: Correct handling of --enable-add-ons without parameter.
2922         Correct address of WWW pages.
2924         * libc.map: Add _nl_domain_bindings.
2926         * db2/mutex/tsl_parisc.s: New file.
2928         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
2929         and extra-module.mk.
2931         * localedata/Makefile (distribute): New.  Add all the files.
2933         * stdlib/Makefile (headers): Add inttypes.h.
2934         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
2935         * sysdeps/generic/inttypes.h: New file.
2936         * sysdeps/generic/strtoimax.c: New file.
2937         * sysdeps/generic/strtoumax.c: New file.
2938         * sysdeps/generic/wcstoimax.c: New file.
2939         * sysdeps/generic/wcstoumax.c: New file.
2940         * sysdeps/wordsize-32/Dist: Removed.
2941         * sysdeps/wordsize-32/Makefile: Removed.
2942         * sysdeps/wordsize-64/Dist: Removed.
2943         * sysdeps/wordsize-64/Makefile: Removed.
2944         * sysdeps/generic/bits/environments.h: New file.
2946         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
2947         header is still not correct.
2949         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
2950         * posix/unistd.h: Likewise.
2951         * sysdeps/generic/sys/mman.h: Likewise.
2952         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
2954         * manual/arith.texi: Change definition of mul macro.
2955         * manual/math.texi: Likewise.
2957         * misc/Makefile (routines): Add mmap64.
2958         * sysdeps/generic/mmap64.c: New file.
2959         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
2960         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
2961         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
2962         aliases to mmap.
2963         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2965         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
2967         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
2969         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
2971         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
2972         FOPEN_MAX also when included by limits.h.
2973         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
2975         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
2976         and netrom/netrom.h.
2977         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
2978         oldsiglist to sysdep_routines, not aux.
2979         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
2981         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
2982         and SOL_NETROM definition.
2984         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
2986         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
2987         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
2989 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
2991         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
2993         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
2994         sa_handler with k_sa_handler.
2995         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
2996         strong alias.
2997         Reported by a sun.
2999         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
3000         __libc_have_rt_sigs here.
3001         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
3002         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3003         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
3004         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3006 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
3008         * sysdeps/powerpc/atomicity.h: New file.
3009         * sysdeps/mach/powerpc/machine-lock.h: New file.
3011         * Rules: Use -fpic to build anything that might end up in a users'
3012         shared library.
3014         * sysdeps/powerpc/s_fdim.c: New file.
3015         * sysdeps/powerpc/s_fdimf.c: New file.
3016         * sysdeps/powerpc/s_fmax.S: New file.
3017         * sysdeps/powerpc/s_fmaxf.S: New file.
3018         * sysdeps/powerpc/s_fmin.S: New file.
3019         * sysdeps/powerpc/s_fminf.S: New file.
3020         * sysdeps/powerpc/s_llrint.c: Now is for double.
3021         * sysdeps/powerpc/s_llrintf.c: New file.
3022         * sysdeps/powerpc/s_llround.c: Now is for double.
3023         * sysdeps/powerpc/s_llroundf.c: New file.
3024         * sysdeps/powerpc/s_lrint.c: Now is for double.
3025         * sysdeps/powerpc/s_lrintf.S: New file.
3026         * sysdeps/powerpc/s_lround.c: Now is for double.
3027         * sysdeps/powerpc/s_lroundf.c: New file.
3028         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
3029         lrintf, fdim, fdimf.
3031         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
3032         file directly, use its parent.
3034         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
3035         (for the third time).
3037 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
3039         * posix/sched.h: timespec is in <time.h>.
3041         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
3043 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
3045         * configure.in: Stop with error if --disable-static is used when
3046         the shared lib uses this library.
3048         * gen-FAQ.pl: I've perl installed in /usr/bin.
3050         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
3052         Fix Unix98 conformance problems in the headers.
3053         * catgets/nl_types.h: Define nl_item.
3054         * grp/grp.h: Define gid_t.
3055         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
3056         * include/nl_types.h: New file.
3057         * include/ulimit.h: New file.
3058         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
3059         constants in POSIX mode.
3060         * io/utime.h: Get definition for time_t.
3061         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
3062         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
3063         * libio/stdio.h: Define va_list.  Make snprintf also available is
3064         __USE_UNIX98.  Declare getopt function and variables.
3065         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
3066         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
3067         * math/math.h: Defined M_* constants as double for Unix98 mode.
3068         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
3069         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
3070         * posix/regex.h: Define REG_NOSYS.
3071         * posix/wordexp.h: Define WRDE_NOSYS.
3072         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
3073         500 for Unix98.
3074         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
3075         somewhere else as well.  Define clock_t for Unix98.
3076         * posix/sys/wait.h: Define pid_t.
3077         * pwd/pwd.h: Define gid_t, uid_t.
3078         * resource/Makefile (headers): Add ulimit.h.
3079         * resource/ulimit.h: New file.
3080         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
3081         instead of second argument.
3082         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
3083         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
3084         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
3085         * signal/signal.h: Define pid_t.
3086         * string/string.h: Don't declare BSD string functions in POSIX mode.
3087         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
3088         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
3089         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
3090         and POSIX.
3092         * inet/test_ifindex.c: Change test so that it does not fail for
3093         interface aliases.
3095         * locale/programs/locale.c (show_info): Use correct cast sequence
3096         for 64bit machines.
3098         * malloc/malloc.c: __malloc_initialized now signals three states:
3099         uninitialized, initializing, initialized.  Used in mcheck.
3100         * malloc/mcheck.c (mabort): Add '\n' to messages.
3101         (mcheck): Allow installation when malloc is uninitialized or is
3102         just initializing.
3104         * manual/memory.texi: Explain mtrace output a bit more.
3106         * math/libm-test.c: Add more epsilons.
3108         * misc/regexp.h (compile): Remove __ prefix from parameter names.
3110         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
3111         instead of strcpy for security.
3112         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
3113         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
3114         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
3116         * nss/digits_dots.c: Pretty print.
3118         * posix/getconf.c (vars): Add symbols for programming environment
3119         recognition.  Recognize --version.
3121         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
3122         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
3123         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
3125         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
3126         __need_FOPEN_MAX.
3127         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
3128         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
3129         __need_FOPEN_MAX.
3131         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
3132         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
3134         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
3135         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3136         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
3137         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
3138         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3139         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
3141         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
3142         SCNu*.
3143         * sysdeps/wordsize-64/inttypes.h: Likewise.
3145         * time/africa: Update from tzdata1997j.
3146         * time/antarctica: Likewise.
3147         * time/asia: Likewise.
3148         * time/australasia: Likewise.
3149         * time/backward: Likewise.
3150         * time/etcetera: Likewise.
3151         * time/europe: Likewise.
3152         * time/factory: Likewise.
3153         * time/northamerica: Likewise.
3154         * time/pacificnew: Likewise.
3155         * time/southamerica: Likewise.
3157         * time/tzfile.h: Update from tzcode1997h.
3158         * time/zic.c: Likewise.
3160         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
3161         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
3162         isw*() functions for Unix98.
3163         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
3164         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
3165         is defined.
3167 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3169         * locale/duplocale.c: Increase usage_count only if less than
3170         MAX_USAGE_COUNT.
3171         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
3172         MAX_USAGE_COUNT.
3173         * locale/setlocale.c: Likewise.
3175 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3177         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
3178         dependency to make it easier to install it selectively.
3180         * Makerules (.SUFFIXES): Don't define any suffixes.
3182 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3184         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
3185         * sysdeps/generic/statfs64.c: Emulate using statfs.
3186         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
3187         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
3188         * sysdpes/generic/ftruncate64.c: New file.
3189         * sysdpes/generic/truncate64.c: New file.
3191         * sysdeps/generic/bits/stat.h: Add LFS support.
3192         * sysdeps/generic/bits/statfs.h: Likewise.
3194         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
3195         [__USE_FILE_OFFSET64]: Make long long constant.
3196         (RLIM64_INFINITY): Likewise.
3198         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
3199         for LFS support.
3200         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
3201         * sysdeps/generic/bits/resource.h: Likewise.
3203         * misc/Makefile (routines): Add truncate64 and ftruncate64.
3205         * include/features.h: Don't prevent LFS support from defining BSD
3206         and SYSV things.
3208         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
3209         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
3210         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
3212         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
3213         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
3214         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3216         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
3217         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
3218         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
3219         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
3220         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
3221         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
3222         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
3223         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
3224         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
3225         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
3226         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
3227         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
3228         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
3229         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
3230         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
3231         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
3232         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
3233         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
3234         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
3235         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
3237         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
3238         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
3239         * sysdeps/unix/sysv/linux/xstat64.c: New file.
3240         * sysdeps/unix/sysv/linux/readdir64.c: New file.
3241         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
3243         * sysdeps/unix/sysv/linux/getdents64.c: New file.
3244         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
3245         [$(subdir)=dirent]: Add getdents64.
3246         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
3248         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
3250 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
3252         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
3254         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
3255         * sysdeps/generic/getrlimit64.c: Likewise.
3256         * sysdeps/generic/setrlimit.c: Likewise.
3257         * sysdeps/generic/setrlimit64.c: Likewise.
3259 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
3261         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
3262         using versioning.
3264         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
3266         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
3268 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3270         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
3271         after the codeset name.
3273 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3275         * libc.map: Add get_kernel_syms.
3277 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3279         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
3280         static.
3281         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
3282         Likewise.  Fix condition.
3284 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3286         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
3288 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3290         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
3291         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
3293 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3295         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
3296         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
3297         instead.  Oops.
3299 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3301         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
3303 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3305         * math/libm-test.c (catanh_test): Change epsilon.
3306         Reported by H.J. Lu.
3308 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
3310         * libc.map (__getpid): Added for linuxthreads.
3312 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
3314         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
3315         it if gcc uses static variable in DWARF2 unwind information
3316         for exception support.
3318         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
3320         * elf/soinit.c (__libc_global_ctors, _fini): Handle
3321         HAVE_DWARF2_UNWIND_INFO_STATIC.
3323         * libc.map (__register_frame*, __deregister_frame*): Make them
3324         global.
3326 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3328         * math/libm-test.c: Add more tests for "normal" values.
3330 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3332         * stdio-common/printf_fphex.c: Fix printing of long double number
3333         with a biased exponent of zero.  Fix rounding.
3335 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3337         * sunrpc/rpc_main.c: Accept new flag -$.
3338         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
3340 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3342         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
3343         dynamic linker first, in case the interface has changed.
3345 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3347         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
3348         order.
3350 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3352         * math/tgmath.h: Check for double first, for architectures where
3353         sizeof (long double) == sizeof (double).
3355 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3357         * math/libm-test.c: New tests for "normal" values added for most
3358         functions.
3360 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
3362         * version.h (VERSION): Bump to 2.0.91.
3364         * db2/makedb.c (process_input): Fix typo in message.
3365         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
3367         * elf/dynamic-link.h: Pretty print.
3369         * elf/rtld.c: Allow multiple preloading of a shared object.
3371         * include/limits.h: Prevent multiple inclusion.
3373         * malloc/Makefile (headers): Add mcheck.h.
3374         (distribute): Remove it here.
3375         * malloc/mcheck.h: Pretty print.
3376         * malloc/mtrace.c (mallenv): Make `const'.
3377         * malloc/mtrace.pl: Don't print table head for memory leaks if there
3378         are none.
3379         * manual/memory.texi: Update descriptor of malloc hooks.
3381         * posix/Makefile (routines): Add waitid.
3382         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
3383         on __id_t.
3384         * posix/sys/wait.h: Define idtype_t type.
3385         Add prototype for waitid.
3386         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
3387         * sysdeps/generic/waitid.c: Stub for waitid.
3388         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
3389         the __need_siginfo_t defined.
3390         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
3391         * sysdeps/generic/bits/types.h: Define __id_t.
3392         Correct definition of __FDMASK.
3393         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
3394         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3395         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
3397         * sysdeps/posix/waitid.c: New file.
3398         Provided by Zack Weinberg.
3400         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
3402         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
3403         Add missing parameters.
3405         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
3406         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
3407         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
3408         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
3409         initialized.
3411         * sysdeps/i386/dl-machine.h: Little cleanup.
3413         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
3414         (__finite): Mark function as const.
3415         Add inline code for __ieee754_atan2.
3417         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
3418         (but don't use it now).
3419         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
3420         __atan.
3421         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
3422         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
3423         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
3424         real part.
3425         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
3426         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
3427         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
3428         __ieee754_atan2 to base 10.
3429         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
3430         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
3432         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
3433         old_kernel_sigaction.
3435         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
3437         * wctype/Makefile (routines): Add wctype_l.
3438         * wctype/wctype.h: Add declaration of __wctype_l.
3439         * wctype/wctype_l.c: New file.
3441 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
3443         * locale/C-ctype.c: Correct data for isw* functions.
3444         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
3445         byte order.
3446         * wctype/test_wctype.c: Add test for isw* functions.
3447         * wctype/wctype.c: Return value with expected byte order.
3449 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3451         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
3453 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
3455         * iconvdata/Makefile: Fix a typo.
3457         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
3458         oldsiglist for shared library.
3460         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
3461         sys_sigabbrev): Make them as the default version GLIBC_2.1.
3463         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
3464         sys_siglist, sys_sigabbrev): New file. Make them as the old
3465         version GLIBC_2.0.
3467         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
3468         to GLIBC_2.1.
3470 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
3472         * libio/iofgets.c (_IO_fgets): Return an error only if there
3473         is a new error.
3474         * libio/iogets.c (_IO_gets): Ditto.
3476 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
3478         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
3480         * libio/Makefile (routines, shared-only-routines): Add
3481         oldiofdopen.
3483         * libio/fileops.c: Don't use _IO_FILE_complete.
3484         * libio/iofdopen.c: Ditto.
3485         * libio/iofopen.c: Ditto.
3486         * libio/iofopen64.c: Ditto.
3487         * libio/iopopen.c: Ditto.
3488         * libio/iovdprintf.c: Ditto.
3490         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
3492         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
3493         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
3495         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
3496         _IO_old_fdopen, _IO_new_fdopen): New declaration.
3498         * libio/libio.h (_IO_FILE): Add more fields.
3499         (_IO_FILE_complete): Defined and make _IO_FILE be the old
3500         one if _IO_USE_OLD_IO_FILE is defined
3501         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
3502         them _IO_FILE_complete.
3504         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
3505         to adjust vtable.
3506         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
3507         _IO_JUMPS.
3508         (_IO_FILE_complete): Commented out.
3510         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
3511         * libio/oldiofclose.c: Ditto.
3512         * libio/oldiofopen.c: Ditto.
3513         * libio/oldstdfiles.c: Ditto.
3515         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
3516         for the old _IO_FILE.
3518         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
3519         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
3520         and stderr.
3522         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
3523         and remove INAME.
3525         * libio/stdio.c (stdin, stdout, stdin): Don't use
3526         _IO_FILE_complete.
3528         * libio/oldiofdopen.c: New.
3530         * stdio-common/vfprintf.c (buffered_vfprintf): Set
3531         hp->_vtable_offset to 0.
3533 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
3535         * libc.map (_IO_file_open): Added.
3537         * libio/libioP.h (_IO_file_open): Declared.
3539         * libio/fileops.c (_IO_file_open): New.
3540         (_IO_file_fopen): Call _IO_file_open ().
3542         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
3543         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
3545 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3547         * signal/signal.h: Fix selection of signal semantics to match
3548         comment.
3550 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3552         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
3553         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
3554         rt_sigreturn.
3555         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
3556         [$(subdir)=signal]: Remove rt_sigreturn.
3557         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
3558         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
3559         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
3561 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3563         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
3564         declarations.
3566 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3568         * iconvdata/extra-module.mk: Expand extra-objs now.
3570 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3572         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
3573         inline functions by feature tests to avoid warning about missing
3574         prototype declarations.
3576 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3578         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
3579         return code for non existent +name entries.
3580         * nis/nss_compat/compat-pwd.c: Likewise.
3581         * nis/nss_compat/compat-spwd.c: Likewise.
3583 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
3585         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
3586         (EIO): Likewise.
3587         (ENOSPC): Likewise.
3588         (EEXIST): Likewise.
3589         (__errno_location): Likewise.
3591         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
3593         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
3595 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3597         * sunrpc/publickey.c: Use new NSS interface.
3599 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
3601         * manual/malloc.texi: Document mtrace/muntrace and the concept.
3603 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3605         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
3606         value, to match spirit of the standard.
3607         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
3608         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
3609         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
3611 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3613         * manual/signal.texi (Signal Stack): Remove spurious @item.
3615 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3617         * rt/aio.h: Remove double semicolon.
3619         * rt/librt.map: Add aio_init.
3621 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
3623         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
3624         * Makefile (subdirs): Replace rt by $(rt).
3626         * shlib-versions: Use version .2 for NSS modules.
3628         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
3629         argument.
3630         * pwd/fgetpwent_r.c: Likewise.
3631         * spwd/fgetspent_r.c: Likewise.
3632         * spwd/sgetspent_r.c: Likewise.
3633         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
3634         Store error number in *ERRNOP.  Little optimization.
3635         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
3636         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
3637         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
3638         (__internal_getnetgrent_r): New argument.
3639         Call __internal_setnetgrent_reuse with new argument.
3640         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
3641         * inet/netgroup.h: Add argument to prototypes.
3642         * nis/nisplus-parser.h: Likewise.
3643         * nis/nss_compat/compat-grp.c: Change everything to store error
3644         code through provided pointer and not use errno.
3645         * nis/nss_compat/compat-pwd.c: Likewise.
3646         * nis/nss_compat/compat-spwd.c: Likewise.
3647         * nis/nss_nis/nis-alias.c: Likewise.
3648         * nis/nss_nis/nis-ethers.c: Likewise.
3649         * nis/nss_nis/nis-grp.c: Likewise.
3650         * nis/nss_nis/nis-hosts.c: Likewise.
3651         * nis/nss_nis/nis-netgrp.c: Likewise.
3652         * nis/nss_nis/nis-network.c: Likewise.
3653         * nis/nss_nis/nis-proto.c: Likewise.
3654         * nis/nss_nis/nis-publickey.c: Likewise.
3655         * nis/nss_nis/nis-pwd.c: Likewise.
3656         * nis/nss_nis/nis-rpc.c: Likewise.
3657         * nis/nss_nis/nis-service.c: Likewise.
3658         * nis/nss_nis/nis-spwd.c: Likewise.
3659         * nis/nss_nisplus/nisplus-alias.c: Likewise.
3660         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
3661         * nis/nss_nisplus/nisplus-grp.c: Likewise.
3662         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
3663         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
3664         * nis/nss_nisplus/nisplus-network.c: Likewise.
3665         * nis/nss_nisplus/nisplus-parser.c: Likewise.
3666         * nis/nss_nisplus/nisplus-proto.c: Likewise.
3667         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
3668         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
3669         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
3670         * nis/nss_nisplus/nisplus-service.c: Likewise.
3671         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
3672         * nss/nss_db/db-XXX.c: Likewise.
3673         * nss/nss_db/db-alias.c: Likewise.
3674         * nss/nss_db/db-netgrp.c: Likewise.
3675         * nss/nss_files/files-XXX.c: Likewise
3676         * nss/nss_files/files-alias.c: Likewise
3677         * nss/nss_files/files-netgrp.c: Likewise
3678         * nss/nss_files/files-parse.c: Likewise
3679         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
3680         parameter of get functions.
3681         * nss/getXXent_r.c: Likewise.
3683         * localedata/tst-fmon.c: Print debug info if test fails.
3685         * rt/Makefile (routines): Add aio_notify.
3686         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
3687         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
3688         * rt/aio_fsync.c: Likewise.
3689         * rt/aio_misc.c: Likewise.
3690         * rt/aio_misc.h: Likewise.
3691         * rt/aio_read.c: Likewise.
3692         * rt/aio_read64.c: Likewise.
3693         * rt/aio_suspend.c: Likewise.
3694         * rt/aio_write.c: Likewise.
3695         * rt/aio_write64.c: Likewise.
3696         * rt/lio_listio.c: Likewise.
3697         * rt/lio_listio64.c: Likewise.
3698         * rt/aio_notify.c: New file.
3700         * sysdeps/generic/bits/sigset.h: Pretty print.
3702         * sysdeps/posix/pwrite.c: Define weak alias only if function is
3703         really defined as __pwrite.
3705         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
3706         instead of pread64.
3707         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3709         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
3710         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
3711         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
3712         size in syscall.
3713         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3714         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3715         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
3716         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3717         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
3718         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3719         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
3720         for ACT being NULL.
3721         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
3722         RT signals.
3723         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
3724         __NR_pread is not defined.
3725         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
3726         __NR_pwrite is not defined.
3728 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3730         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
3731         handle for /etc/group back in some more cases.
3732         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
3733         handle for /etc/passwd back in some more cases.
3734         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
3735         handle for /etc/shadow back in some more cases.
3737 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
3739         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
3740         beyound its size.
3741         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
3742         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
3744 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
3746         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
3747         handling.  Don't use macros, we need functions.  Use inline functions
3748         for optimization.
3749         * sysdeps/wordsize-64/inttypes.h: Likewise.
3750         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
3751         and wcstoumax.
3752         * sysdeps/wordsize-64/Makefile: Likewise.
3753         * sysdeps/wordsize-32/Dist: Likewise.
3754         * sysdeps/wordsize-64/Dist: Likewise.
3755         * sysdeps/wordsize-32/strtoimax.c: New file.
3756         * sysdeps/wordsize-32/strtoumax.c: New file.
3757         * sysdeps/wordsize-32/wcstoimax.c: New file.
3758         * sysdeps/wordsize-32/wcstoumax.c: New file.
3759         * sysdeps/wordsize-64/strtoimax.c: New file.
3760         * sysdeps/wordsize-64/strtoumax.c: New file.
3761         * sysdeps/wordsize-64/wcstoimax.c: New file.
3762         * sysdeps/wordsize-64/wcstoumax.c: New file.
3764 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
3766         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
3767         that transparent union works.
3768         * sysdeps/generic/wait4.c (__wait4): Likewise.
3769         * sysdeps/generic/wait.c (__wait): Likewise.
3771         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
3772         size_t.
3774         * sysdeps/generic/syscall.c (syscall): Return value and arg are
3775         long, to match prototype.
3777         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
3778         have mremap() yet.
3780         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
3782         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
3784         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
3786         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
3787         __rlim_t.
3789         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
3791         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
3793         * io/sys/stat.h (S_ISLNK): Always false if we don't have
3794         __S_IFLNK.
3796         * sysdeps/standalone/close.c (_STDIO_H): Define before including
3797         <bits/stdio_lim.h>.
3798         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
3800 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
3802         * posix/sys/wait.h: Don't use transparent unions in C++.
3804 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3806         * time/time.h: Add strfxtime.
3808         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
3809         sysv_signal, strfxtime, pread64, pwrite64.
3811 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
3813         Alpha changes for EGCS:
3814         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
3815         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
3816         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
3817         (_start): Likewise.
3818         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
3820 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
3822         The kernel expects the arguments in a different order.
3823         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
3824         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
3826         * FAQ.in: New file.
3827         * gen-FAQ.pl: New file.
3828         * Makefile (FAQ): Add rule to generate from FAQ.in.
3830         * iconvdata/Makefile: Treat libJIS like the other modules.
3832         * rt/librt.map: New file.
3834         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
3835         inclusion.
3836         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
3837         comment.
3839 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
3841         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
3842         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3843         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
3844         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3846 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3848         * string/bits/string2.h: Fix spellings.
3850         * string/string.h: Fix spellings.
3852 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3854         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
3855         declaration to __syscall_rt_sigaction.
3857         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
3858         non-existant <sigcontext.h>.
3860 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3862         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
3863         typo.
3865 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3867         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
3869         * Makeconfig (shared-thread-library): Correct spelling.
3871         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
3872         <asm/pci.h>.
3874 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3876         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
3877         constants from Linux headers. Pointed out by
3878         csmall@scooter.o.i.net. [PR libc/369]
3880 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3882         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
3884 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3886         * configure.in: If --enable-add-ons is given without an
3887         argument, set the addons list to all subdirs with a configure
3888         script.
3890 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
3892         * Makeconfig: Add shared-thread-library variable.
3894         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
3895         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
3896         here.
3897         * sysdeps/m68k/fpu/e_acos.c: Likewise.
3898         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
3899         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
3900         * sysdeps/m68k/fpu/e_pow.c: Likewise.
3901         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
3902         * sysdeps/m68k/fpu/k_cos.c: Likewise.
3903         * sysdeps/m68k/fpu/k_sin.c: Likewise.
3904         * sysdeps/m68k/fpu/k_tan.c: Likewise.
3905         * sysdeps/m68k/fpu/s_atan.c: Likewise.
3906         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
3907         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
3908         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
3909         * sysdeps/m68k/fpu/s_csin.c: Likewise.
3910         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
3911         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
3912         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
3913         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
3914         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
3915         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
3916         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
3917         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
3918         * sysdeps/m68k/fpu/s_modf.c: Likewise.
3919         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
3920         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
3921         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
3923         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
3924         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
3925         * signal/Makefile (headers): Add bits/siginfo.h.
3926         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
3927         (distribute): Add testrtsig.h.
3928         * signal/allocrtsig.c: New file.
3929         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
3930         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
3931         __libc_current_sigrtmax.
3932         * sysdeps/generic/sigqueue.c: New file.
3933         * sysdeps/generic/sigtimedwait.c: New file.
3934         * sysdeps/generic/sigwaitinfo.c: New file.
3935         * sysdeps/generic/testrtsig.h: New file.
3936         * sysdeps/generic/bits/siginfo.h: New file.
3937         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
3938         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
3939         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
3940         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
3941         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
3942         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
3943         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
3944         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
3945         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
3946         * sysdeps/unix/sysv/linux/sigpending.c: New file.
3947         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
3948         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
3949         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
3950         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
3951         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
3952         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
3953         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
3954         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
3955         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
3956         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
3957         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
3958         and _POSIX_REALTIME_SIGNALS.
3959         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
3960         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
3961         update _NSIG.
3962         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
3963         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
3964         definitions.
3966         * Makefile (subdirs): Add rt.
3967         * shlib-versions: Add entry for librt.
3968         * rt/Makefile: New file.
3969         * rt/aio.h: New file.
3970         * rt/aio_cancel.c: New file.
3971         * rt/aio_error.c: New file.
3972         * rt/aio_fsync.c: New file.
3973         * rt/aio_misc.c: New file.
3974         * rt/aio_misc.h: New file.
3975         * rt/aio_read.c: New file.
3976         * rt/aio_read64.c: New file.
3977         * rt/aio_return.c: New file.
3978         * rt/aio_suspend.c: New file.
3979         * rt/aio_write.c: New file.
3980         * rt/aio_write64.c: New file.
3981         * rt/lio_listio.c: New file.
3982         * rt/lio_listio64.c: New file.
3983         * sysdeps/generic/aio_sigqueue.c: New file.
3984         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
3985         * sysdeps/unix/sysv/linux/Dist: Add new files
3986         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
3987         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
3988         rt_sigqueueinfo, rt_sigaction.
3990         * posix/Makefile (headers): Add bits/environments.h.
3991         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
3992         and _CS_LFS_CFLAGS on 64bit platforms.
3993         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
3994         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
3995         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
3996         compilation modules.
3997         * sysdeps/wordsize-32/bits/environments.h: New file.
3998         * sysdeps/wordsize-64/bits/environments.h: New file.
4000         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
4001         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
4002         __libc_pid.
4003         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
4004         0xf00baa.
4006         * string/string.h: Add declaration of __strverscmp.
4007         * string/strverscmp.c: Rename function ot __strverscmp and make old
4008         name weak alias.
4010         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
4011         * sysdeps/generic/enbl-secure.c: Likewise.
4012         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
4014         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
4016         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
4018 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
4020         * posix/sys/wait.h: Use __transparent_union__ instead of
4021         transparent_union.  Reported by Roland McGrath.
4023 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4025         * resolv/inet_neta.c (inet_neta): Change type of first parameter
4026         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
4027         [PR libc/366].
4029         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
4031         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
4033 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4035         * grp/initgroups.c: Increase buffer if it is too small.
4037 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
4039         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
4040         fields, this is no ISO C.  Reported by Andreas Jaeger.
4042 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4044         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
4046 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
4048         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
4049         _SYS_UTSNAME_H not _UTSNAME_H.
4051 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4053         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
4054         computing s_scale.
4056 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4058         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
4059         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
4060         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
4062         * math/libm-test.c (csqrt_test): Add testcase.
4064 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
4066         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
4067         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
4068         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
4070 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4072         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
4074 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4076         * math/libm-test.c (acos_test): Add more tests.
4077         (asin_test): Likewise.
4078         (atan_test): Likewise.
4079         (exp_test): Likewise.
4080         (sin_test): Likewise.
4081         (sqrt_test): Likewise.
4082         (cpow_test): Likewise.
4083         (csqrt_test): Likewise.
4084         (cexp_test): Correct typo in gcc version test.
4086 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
4088         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
4089         <bits/setjmp.h>.
4090         * sysdeps/arm/setjmp.S: Likewise.
4092         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
4094 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
4096         * stdio/stdio.h: Add prototype for tmpfile64().
4098 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
4100         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
4101         prototype to keep in step with libio version.
4103         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
4105 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
4107         * sysdeps/generic/Makefile: Don't try to use make_siglist if
4108         cross-compiling.
4110 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
4112         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
4113         load GOT ptr before jumping to _exit.
4114         Reported by Xavier Leroy.
4116 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
4118         * Makefile (subdirs): Add iconvdata and localedata.
4120         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
4122         * iconv/gconv_conf.c (read_conf_file): Little optimization.
4124         * iconvdata/8bit-gap.c: New file.
4125         * iconvdata/8bit-generic.c: Renamed from ...
4126         * iconvdata/iso8859-generic.c: ...this.
4127         * iconvdata/configure: Removed.
4128         * iconvdata/Makefile: Add new modules and better rules.
4129         * iconvdata/iso6937.c: Minor bug fixes.
4130         * iconvdata/iso8859-1.c: Likewise.
4131         * iconvdata/t61.c: Likewise.
4132         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
4133         Minor bug fixes.
4134         * iconvdata/iso8859-3.c: Likewise.
4135         * iconvdata/iso8859-4.c: Likewise.
4136         * iconvdata/iso8859-5.c: Likewise.
4137         * iconvdata/iso8859-6.c: Likewise.
4138         * iconvdata/iso8859-7.c: Likewise.
4139         * iconvdata/iso8859-8.c: Likewise.
4140         * iconvdata/iso8859-9.c: Likewise.
4141         * iconvdata/iso8859-10.c: Likewise.
4142         * iconvdata/ebcdic-at-de-a.c: New file.
4143         * iconvdata/ebcdic-at-de.c: New file.
4144         * iconvdata/ebcdic-ca-fr.c: New file.
4145         * iconvdata/hp-roman8.c: New file.
4146         * iconvdata/koi-8.c: New file.
4147         * iconvdata/koi8-r.c: New file.
4148         * iconvdata/koi8-h.c: New file.
4149         * iconvdata/latin-greek-1.c: New file.
4150         * iconvdata/latin-greek-1.h: New file.
4151         * iconvdata/latin-greek.c: New file.
4152         * iconvdata/latin-greek.h: New file.
4153         * iconvdata/jis0201.c: New file.
4154         * iconvdata/jis0201.h: New file.
4155         * iconvdata/jis0208.c: New file.
4156         * iconvdata/jis0208.h: New file.
4157         * iconvdata/jis0212.c: New file.
4158         * iconvdata/jis0212.h: New file.
4159         * iconvdata/sjis.c: New file.
4160         * iconvdata/gap.pl: New file.  Script to generate table header.
4161         * iconvdata/gaptab.pl: New file.
4162         * iconvdata/gconv-modules: Add info about new modules.
4164         * locale/programs/charmap.c: Also examine alias names given in charmap
4165         files.
4167         * localedata/*: Add to here from add-on.  We need the information
4168         to generate tables for iconv.
4170         Update from db-2.3.14.
4171         * db2/Makefile: Updated.
4172         * db2/config.h: Likewise.
4173         * db2/db.h: Likewise.
4174         * db2/db_int.h: Likewise.
4175         * db2/btree/bt_cursor.c: Likewise.
4176         * db2/btree/bt_delete.c: Likewise.
4177         * db2/btree/bt_put.c: Likewise.
4178         * db2/btree/bt_search.c: Likewise.
4179         * db2/btree/bt_split.c: Likewise.
4180         * db2/btree/btree_auto.c: Likewise.
4181         * db2/common/db_appinit.c: Likewise.
4182         * db2/common/db_apprec.c: Likewise.
4183         * db2/common/db_err.c: Likewise.
4184         * db2/common/db_region.c: Likewise.
4185         * db2/db/db_auto.c: Likewise.
4186         * db2/db/db_dispatch.c: Likewise.
4187         * db2/db/db_ret.c: Likewise.
4188         * db2/dbm/dbm.c: Likewise.
4189         * db2/hash/hash_auto.c: Likewise.
4190         * db2/include/btree_ext.h: Likewise.
4191         * db2/include/common_ext.h: Likewise.
4192         * db2/include/db.h.src: Likewise.
4193         * db2/include/db_cxx.h: Likewise.
4194         * db2/include/db_ext.h: Likewise.
4195         * db2/include/db_int.h.src: Likewise.
4196         * db2/include/lock.h: Likewise.
4197         * db2/include/log.h: Likewise.
4198         * db2/include/mp.h: Likewise.
4199         * db2/include/mp_ext.h: Likewise.
4200         * db2/include/os_ext.h: Likewise.
4201         * db2/include/os_func.h: Likewise.
4202         * db2/lock/lock.c: Likewise.
4203         * db2/lock/lock_deadlock.c: Likewise.
4204         * db2/log/log.c: Likewise.
4205         * db2/log/log_archive.c: Likewise.
4206         * db2/log/log_auto.c: Likewise.
4207         * db2/log/log_get.c: Likewise.
4208         * db2/log/log_put.c: Likewise.
4209         * db2/mp/mp_bh.c: Likewise.
4210         * db2/mp/mp_fget.c: Likewise.
4211         * db2/mp/mp_fopen.c: Likewise.
4212         * db2/mp/mp_fput.c: Likewise.
4213         * db2/mp/mp_fset.c: Likewise.
4214         * db2/mp/mp_open.c: Likewise.
4215         * db2/mp/mp_pr.c: Likewise.
4216         * db2/mp/mp_region.c: Likewise.
4217         * db2/mp/mp_sync.c: Likewise.
4218         * db2/mutex/README: Likewise.
4219         * db2/mutex/mutex.c: Likewise.
4220         * db2/os/os_open.c: Likewise.
4221         * db2/os/os_func.c: Removed.
4222         * db2/os/os_config.c: New file.
4223         * db2/os/os_spin.c: New file.
4224         * db2/txn/txn.c: Likewise.
4225         * db2/txn/txn_auto.c: Likewise.
4227 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
4229         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
4230         __typeof for C++ since this fails for class members.
4231         Reported by Neal Becker <neal@ctd.comsat.com>.
4233 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4235         * configure.in: Check for a working makeinfo (3.11 or better).
4236         * config.make.in: Add MAKEINFO to be substituted.
4237         * manual/Makefile: Don't update info if makeinfo is too old.
4239 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
4241         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
4242         * sysdeps/alpha/__longjmp.S: Likewise.
4243         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
4244         not <bits/termios.h>.
4246         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
4247         __llseek and make llseek and lseek64 weak aliases.
4248         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4249         Patches by a sun <asun@zoology.washington.edu>.
4251 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4253         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
4254         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
4255         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
4256         * misc/sys/syslog.h: Clean up BSD header.
4258 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4260         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
4262         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
4263         for ctan(+-inf,x).
4264         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
4265         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
4267         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
4268         csqrt (-1), ctanh(i*pi/4).
4270 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4272         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
4274 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
4276         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
4278 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4280         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
4282 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
4284         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
4285         and use.  Define GETCWD_RETURN_TYPE instead and use it.
4286         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
4287         of GETCWD_STORYGE_CLASS and put the return type and the
4288         `internal_function' in the right order for gcc 2.7.2.
4290 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4292         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
4293         incompatible with Linux 2.1.x.  Packages using modules
4294         (e.g. modutils) should/do provide their own version.  Suggested by
4295         Richard Henderson.
4297         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
4299         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
4300         [$(subdir)=socket]: Remove sys/module.h.
4302 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
4304         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
4305         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
4307         * iconv/gconv_close.c: Correct freeing of descriptor data.
4308         * iconv/gconv_simple.c: Return correct error values for illegal or
4309         incomplete characters.
4311         * Makefile (iconvdata/%): Special goal to simplify iconvdata
4312         development.
4313         * iconvdata/Makefile: New file.
4314         * iconvdata/configure: Likewise.
4315         * iconvdata/extra-module.mk: Likewise.
4316         * iconvdata/gconv-modules: Likewise.
4317         * iconvdata/iso6937.c: Likewise.
4318         * iconvdata/iso8859-1.c: Likewise.
4319         * iconvdata/iso8859-10.c: Likewise.
4320         * iconvdata/iso8859-10.h: Likewise.
4321         * iconvdata/iso8859-2.c: Likewise.
4322         * iconvdata/iso8859-2.h: Likewise.
4323         * iconvdata/iso8859-3.c: Likewise.
4324         * iconvdata/iso8859-3.h: Likewise.
4325         * iconvdata/iso8859-4.c: Likewise.
4326         * iconvdata/iso8859-4.h: Likewise.
4327         * iconvdata/iso8859-5.c: Likewise.
4328         * iconvdata/iso8859-5.h: Likewise.
4329         * iconvdata/iso8859-6.c: Likewise.
4330         * iconvdata/iso8859-6.h: Likewise.
4331         * iconvdata/iso8859-7.c: Likewise.
4332         * iconvdata/iso8859-7.h: Likewise.
4333         * iconvdata/iso8859-8.c: Likewise.
4334         * iconvdata/iso8859-8.h: Likewise.
4335         * iconvdata/iso8859-9.c: Likewise.
4336         * iconvdata/iso8859-9.h: Likewise.
4337         * iconvdata/iso8859-generic.c: Likewise.
4338         * iconvdata/t61.c: Likewise.
4340         * string/Makefile (routines): Add strcasestr.
4341         * string/string.h: Add prototype for strcasestr.
4342         * sysdeps/generic/strcasestr.c: New file.
4343         * wcsmbs/mbrtowc.c: Simplify special case a bit.
4344         * wcsmbs/wcrtomb.c: Likewise.
4345         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
4346         * wcsmbs/wcsnrtombs.c: Likewise.
4347         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
4348         partial character is read.
4349         * wcsmbs/wcsrtombs.c: Likewise.
4350         * wcsmbs/wmemrtombs.c: Likewise.
4351         * wcsmbs/wmemrtowcs.c: Likewise.
4353         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
4354         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
4355         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
4356         * sysdeps/i386/elf/setjmp.S: Likewise.
4357         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
4358         <bits/termios.h>.
4360         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
4361         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
4363         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
4364         * sysvipc/sys/ipc.h: Likewise.
4365         * sysvipc/sys/msg.h: Likewise.
4366         * sysvipc/sys/sem.h: Likewise.
4367         * sysvipc/sys/shm.h: Likewise.
4369         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
4370         used directly.
4371         * sysdeps/alpha/bits/setjmp.h: Likewise.
4372         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
4373         * sysdeps/arm/bits/endian.h: Likewise.
4374         * sysdeps/arm/bits/setjmp.h: Likewise.
4375         * sysdeps/generic/bits/byteswap.h: Likewise.
4376         * sysdeps/generic/bits/confname.h: Likewise.
4377         * sysdeps/generic/bits/dirent.h: Likewise.
4378         * sysdeps/generic/bits/dlfcn.h: Likewise.
4379         * sysdeps/generic/bits/endian.h: Likewise.
4380         * sysdeps/generic/bits/fenv.h: Likewise.
4381         * sysdeps/generic/bits/huge_val.h: Likewise.
4382         * sysdeps/generic/bits/in.h: Likewise.
4383         * sysdeps/generic/bits/ioctl-types.h: Likewise.
4384         * sysdeps/generic/bits/ioctls.h: Likewise.
4385         * sysdeps/generic/bits/ipc.h: Likewise.
4386         * sysdeps/generic/bits/msq.h: Likewise.
4387         * sysdeps/generic/bits/poll.h: Likewise.
4388         * sysdeps/generic/bits/resource.h: Likewise.
4389         * sysdeps/generic/bits/sched.h: Likewise.
4390         * sysdeps/generic/bits/sem.h: Likewise.
4391         * sysdeps/generic/bits/setjmp.h: Likewise.
4392         * sysdeps/generic/bits/shm.h: Likewise.
4393         * sysdeps/generic/bits/sigaction.h: Likewise.
4394         * sysdeps/generic/bits/sigcontext.h: Likewise.
4395         * sysdeps/generic/bits/socket.h: Likewise.
4396         * sysdeps/generic/bits/stat.h: Likewise.
4397         * sysdeps/generic/bits/statfs.h: Likewise.
4398         * sysdeps/generic/bits/stdio_lim.h: Likewise.
4399         * sysdeps/generic/bits/termios.h: Likewise.
4400         * sysdeps/generic/bits/time.h: Likewise.
4401         * sysdeps/generic/bits/uio.h: Likewise.
4402         * sysdeps/generic/bits/utmp.h: Likewise.
4403         * sysdeps/generic/bits/utmpx.h: Likewise.
4404         * sysdeps/generic/bits/utsname.h: Likewise.
4405         * sysdeps/generic/bits/waitflags.h: Likewise.
4406         * sysdeps/generic/bits/waitstatus.h: Likewise.
4407         * sysdeps/gnu/bits/utmp.h: Likewise.
4408         * sysdeps/gnu/bits/utmpx.h: Likewise.
4409         * sysdeps/i386/bits/byteswap.h: Likewise.
4410         * sysdeps/i386/bits/endian.h: Likewise.
4411         * sysdeps/i386/bits/huge_val.h: Likewise.
4412         * sysdeps/i386/bits/setjmp.h: Likewise.
4413         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
4414         * sysdeps/ieee754/bits/huge_val.h: Likewise.
4415         * sysdeps/m68k/bits/byteswap.h: Likewise.
4416         * sysdeps/m68k/bits/endian.h: Likewise.
4417         * sysdeps/m68k/bits/setjmp.h: Likewise.
4418         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
4419         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
4420         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
4421         * sysdeps/mach/hurd/bits/stat.h: Likewise.
4422         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
4423         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
4424         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
4425         * sysdeps/mips/bits/dlfcn.h: Likewise.
4426         * sysdeps/mips/bits/endian.h: Likewise.
4427         * sysdeps/mips/bits/setjmp.h: Likewise.
4428         * sysdeps/mips/dec/bits/endian.h: Likewise.
4429         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
4430         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
4431         * sysdeps/mips/p40/bits/endian.h: Likewise.
4432         * sysdeps/powerpc/bits/endian.h: Likewise.
4433         * sysdeps/powerpc/bits/fenv.h: Likewise.
4434         * sysdeps/powerpc/bits/setjmp.h: Likewise.
4435         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
4436         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
4437         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
4438         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
4439         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
4440         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
4441         * sysdeps/unix/bsd/bits/stat.h: Likewise.
4442         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
4443         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
4444         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
4445         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
4446         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
4447         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
4448         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
4449         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
4450         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
4451         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4452         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
4453         * sysdeps/unix/common/bits/dirent.h: Likewise.
4454         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
4455         * sysdeps/unix/sysv/bits/stat.h: Likewise.
4456         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
4457         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
4458         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
4459         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
4460         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
4461         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
4462         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
4463         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
4464         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
4465         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
4466         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
4467         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
4468         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
4469         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
4470         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
4471         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
4472         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
4473         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
4474         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
4475         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
4476         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
4477         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
4478         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
4479         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
4480         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4481         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
4482         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
4483         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
4484         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
4485         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
4486         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
4487         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
4488         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
4489         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
4490         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
4491         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
4492         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
4493         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
4494         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
4495         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
4496         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
4497         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
4498         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4499         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
4500         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
4501         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
4502         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
4503         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
4504         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
4505         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
4506         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
4507         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
4508         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
4509         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
4510         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
4511         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
4512         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
4513         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
4514         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
4515         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
4516         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
4517         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
4518         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
4519         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
4520         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
4521         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
4522         * sysdeps/vax/bits/huge_val.h: Likewise.
4523         * sysdeps/vax/bits/setjmp.h: Likewise.
4524         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
4525         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
4527 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4529         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
4531 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
4533         * strftime.c (strftime):
4534         No longer any need to undef or declare if emacs is defined.
4535         (my_strftime): When checking a -1 returned by mktime, don't blow up
4536         if localtime_r returns NULL.
4538 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4540         * README.template: Fix spelling.
4542 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4544         * configure.in: Enhance --enable-add-ons description a wee bit.
4546 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4548         * glibcbug.in: Add more information of build environment and flags.
4550 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4552         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
4553         it into ENOENT.
4555 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
4557         * elf/dl-support.c: Call __libc_init_secure to make sure
4558         __libc_enable_secure is defined early.
4559         * sysdeps/generic/enbl-secure.c: Change function name to
4560         __libc_init_secure and make it global instead of a constructor.
4562         * iconv/gconv.c: Fix lots of bugs.
4563         * iconv/gconv.h: Likewise.
4564         * iconv/gconv_builtin.h: Likewise.
4565         * iconv/gconv_close.c: Likewise.
4566         * iconv/gconv_conf.c: Likewise.
4567         * iconv/gconv_db.c: Likewise.
4568         * iconv/gconv_dl.c: Likewise.
4569         * iconv/gconv_open.c: Likewise.
4570         * iconv/gconv_simple.c: Likewise.
4571         * iconv/iconv.c: Likewise.
4572         * iconv/iconv_close.c: Likewise.
4573         * iconv/iconv_open.c: Likewise.
4575         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
4576         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
4577         * wcsmbs/wmemrtombs.c: New file.
4578         * wcsmbs/wmemrtowcs.c: New file.
4580 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
4582         * iconv/gconv_simple.c: Fix lots of bugs.
4583         * iconv/iconv_open.c: Normalize names before passing them to
4584         __gconv_open.
4586         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
4588         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
4589         * stdio-common/test-popen.c: Add test for above change.
4591         * math/libm-test.c: Print test results also using %a format,
4592         specified in PRINTF_XEXPR macro.
4593         * math/test-double.c: Define PRINTF_XEXPR.
4594         * math/test-float.c: Likewise.
4595         * math/test-ldouble.c: Likewise.
4596         * math/test-idouble.c: Likewise.
4597         * math/test-ifloat.c: Likewise.
4598         * math/test-ildoubl.c: Likewise.
4600         * stdio-common/vfscanf.c: Recognize a in format specifier only as
4601         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
4602         FP number format.
4604         * stdlib/strtod.c: Little code cleanup.
4606         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
4607         compiling in math subdir.
4609         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
4610         instead of __LIBC_M81_MATH_INLINES.
4611         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
4612         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
4613         * sysdeps/m68k/fpu/e_pow.c: Likewise.
4614         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
4615         * sysdeps/m68k/fpu/k_cos.c: Likewise.
4616         * sysdeps/m68k/fpu/k_sin.c: Likewise.
4617         * sysdeps/m68k/fpu/k_tan.c: Likewise.
4618         * sysdeps/m68k/fpu/s_atan.c: Likewise.
4619         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
4620         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
4621         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
4622         * sysdeps/m68k/fpu/s_csin.c: Likewise.
4623         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
4624         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
4625         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
4626         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
4627         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
4628         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
4629         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
4630         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
4631         * sysdeps/m68k/fpu/s_modf.c: Likewise.
4632         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
4633         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
4634         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
4635         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
4636         __LIBC_INTERNAL_MATH_INLINES is defined.
4638         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
4639         of compare macros from ISO C 9X.  Optimize generic versions a bit.
4640         Define __signbit inline functions and __ieee754_sqrt which can be
4641         used if the ompiler is fixed.
4643         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
4645 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4647         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
4648         sysdeps/generic in the whole dep file, not only in the first line.
4650 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4652         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
4654 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4656         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
4657         place.
4659 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4661         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
4662         is non-empty.
4664 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
4666         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
4667         return value.
4669 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
4671         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
4672         readlink succeeds but the return value is too long.
4674         * stdio-common/printf_fphex.c: Determine sign of number correctly.
4676 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
4678         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
4679         __remqu for Alpha.
4681 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
4683         * sysdeps/generic/sys/ucontext.h: Stub context file.
4685         * libio/iofprintf.c: Removed.  We use the stdio-common version.
4687         * manual/Makefile (distribute): Add stdio-fp.c.
4689         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
4691         * db2/Makefile (distribute): Add include/os_func.h, README and
4692         mutex/tsl_parisc.s.
4694         * hesiod/Makefile (distribute): Add README.hesiod.
4696 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
4698         * iconv/gconv.c: Correctly call transformation function.
4700         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
4702 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4704         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
4705         wrong results for e.g. remquo (3,2, &x)).
4706         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
4707         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
4709 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4711         * configure.in (ld --version-script): Test if the same symbol
4712         maybe defined in all versions (needed by recent changes to
4713         libc.map and supported with binutils 2.8.1.0.17) and issue warning
4714         if versioning is not supported/enabled.
4715         (bash test): Correct test case.
4717         * math/libm-test.c: Added counting/reporting of number of test cases.
4719         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
4720         use awk instead.
4722         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
4724 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4726         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
4728 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
4730         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
4731         Replace revoke call by use of REVOKE.
4732         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
4733         empty and #include generic version.
4734         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4736 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
4738         * libc.map: Add socket functions with __libc_* names.
4739         Reported by Andreas Jaeger.
4741 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4743         * libc.map: Tidy up (remove duplicates, sort entries).
4745 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4747         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
4749 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
4751         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
4752         again after successful call.
4753         Patch by Marc Lehmann <pcg@goof.com>.
4755 1997-11-17  Paul Eggert  <eggert@twinsun.com>
4757         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
4758         as some hosts need this to declare localtime_r properly.
4760 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
4762         * libc.map: Add iconv_open, iconv, and iconv_close.
4764 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
4766         * iconv/Makefile: New file.
4767         * iconv/gconv.c: New file.
4768         * iconv/gconv.h: New file.
4769         * iconv/gconv_builtin.c: New file.
4770         * iconv/gconv_builtin.h: New file.
4771         * iconv/gconv_close.c: New file.
4772         * iconv/gconv_conf.c: New file.
4773         * iconv/gconv_db.c: New file.
4774         * iconv/gconv_dl.c: New file.
4775         * iconv/gconv_open.c: New file.
4776         * iconv/gconv_simple.c: New file.
4777         * iconv/iconv.c: New file.
4778         * iconv/iconv.h: New file.
4779         * iconv/iconv_close.c: New file.
4780         * iconv/iconv_open.c: New file.
4781         * include/gconv.h: New file.
4783         * Makeconfig: Define gconvdir.
4784         * Makefile (subdirs): Add iconv.
4786         * string/bits/string2.h: Add optimization for strtok_r.
4788         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
4789         for NULL.
4790         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
4791         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
4793         * configure.in: Correct test for bash2.
4794         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4796         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
4797         (CFLAGS-locfile.c): Likewise.
4798         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4800         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
4801         non-existing entry if the table is full.
4803         * posix/regex.h: Pretty print.
4805         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
4807         * sysdeps/posix/ctermid.c: Simplify a bit.
4809         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
4811 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4813         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
4814         <sys/types.h> instead of <asm/types.h>.
4816 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4818         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
4820 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
4822         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
4823         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
4824         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
4825         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
4826         fclose): Added to GLIBC_2.1.
4828         * libio/Makefile (routines, shared-only-routines): Add
4829         oldiofclose.  Remove oldfreopen.
4831         * libio/freopen.c (freopen): When PIC is defined, call
4832         _IO_old_freopen () for old stdio.
4834         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
4835         (_IO_fclose, fclose): Use _IO_new_fclose as default version
4836         for GLIBC_2.1.
4838         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
4839         instead of _IO_file_close_it.
4841         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
4842         to _IO_2_1_stdxxx_.
4843         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
4844         is defined.
4846         * libio/libioP.h (_IO_old_do_flush): New.
4848         * libio/oldfileops.c (_IO_old_file_close_it,
4849         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
4850         Call _IO_old_do_flush () instead of _IO_do_flush ().
4851         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
4852         _IO_do_write ().
4854         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
4855         instead of _IO_file_init ().
4856         Bind old symbols to version GLIBC_2.0.
4858         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
4859         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
4860         _IO_stdxxx_.
4861         (_IO_check_libio): New function in .init.
4863         * libio/oldiofclose.c: New file.
4865         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
4866         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
4867         (DEF_STDFILE): Don't use default_symbol_version.
4869         * libio/stdio.c (stdin, stdout, stderr): Set to
4870         _IO_2_1_stdxxx_._
4871         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
4872         stdxxx.
4874         * csu/Makefile (distribute): Add init.c.
4875         (extra-objs): Add init.o for ELF.
4876         (start-installed-name): Add $(objpfx)init.o.
4878         * csu/init.c: New file.
4880 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
4882         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
4883         definition as the default.
4885 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
4887         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
4889 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4891         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
4892         (PR 351).
4894 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
4896         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
4897         to preserve condition codes on function call.
4899 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4901         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
4903 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4905         * math/libm-test.c (asin_test): Add epsilon for float.
4906         (tan_test): Add epsilon for float.
4907         (log1p_test): Add epsilon for float.
4908         (inverse_functions): Add epsilons.
4910         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
4911         net/if_packet.h.
4913         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
4915 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4917         * md5-crypt/Makefile (extra-objs): Make recursively expanded
4918         variable, since $(object-suffixes) is not defined yet.
4920 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4922         * db2/Makefile (distribute): db185/db185_int.src ->
4923         db185/db185_int.h.
4925 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4927         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
4928         exactly one.
4930 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4932         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
4933         name.
4934         * sysdeps/generic/e_acosl.c: Likewise.
4935         * sysdeps/generic/e_asinl.c: Likewise.
4936         * sysdeps/generic/e_atan2l.c: Likewise.
4937         * sysdeps/generic/e_expl.c: Likewise.
4938         * sysdeps/generic/e_fmodl.c: Likewise.
4939         * sysdeps/generic/e_j0l.c: Likewise.
4940         * sysdeps/generic/e_j1l.c: Likewise.
4941         * sysdeps/generic/e_jnl.c: Likewise.
4942         * sysdeps/generic/e_lgammal_r.c: Likewise.
4943         * sysdeps/generic/e_log10l.c: Likewise.
4944         * sysdeps/generic/e_logl.c: Likewise.
4945         * sysdeps/generic/e_powl.c: Likewise.
4946         * sysdeps/generic/e_sqrtl.c: Likewise.
4947         * sysdeps/generic/e_exp2l.c: Likewise.
4949 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4951         * Make-dist (+sysdep-names): Remove extra paren.
4952         * Makefile (distribute): Add stub-tag.h.
4953         * elf/Makefile (distribute): Add atomicity.h.
4954         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
4955         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
4956         [$(subdir)=socket]: Add net/if_packet.h.
4957         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
4958         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
4959         net/if_packet.h, scsi/sg.h.
4961 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4963         * Makefile (install): Quote $(CC) expansion.
4965 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4967         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
4968         working /proc cwd and no restrictions on path length.  Following
4969         some ideas from Andi Kleen <ak@muc.de> (PR 350).
4971 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4973         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
4974         * nis/nss_compat/compat-pwd.c: Likewise.
4975         * nis/nss_compat/compat-spwd.c: Likewise.
4977 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
4979         * sysdeps/libm-i387/s_fdim.S: New file.
4980         * sysdeps/libm-i387/s_fdimf.S: New file.
4981         * sysdeps/libm-i387/s_fdiml.S: New file.
4982         * sysdeps/libm-i387/i686/s_fdim.S: New file.
4983         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
4984         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
4986 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4988         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
4989         pointer to unsigned char.
4991 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4993         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
4995         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
4997         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
4999 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5001         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
5002         ilogb(0/NaN).
5003         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
5004         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
5006 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
5008         * sysdeps/libm-i387/s_fmin.S: New file.
5009         * sysdeps/libm-i387/s_fminf.S: New file.
5010         * sysdeps/libm-i387/s_fminl.S: New file.
5011         * sysdeps/libm-i387/s_fmax.S: New file.
5012         * sysdeps/libm-i387/s_fmaxf.S: New file.
5013         * sysdeps/libm-i387/s_fmaxl.S: New file.
5014         * sysdeps/libm-i387/i686/s_fmin.S: New file.
5015         * sysdeps/libm-i387/i686/s_fminf.S: New file.
5016         * sysdeps/libm-i387/i686/s_fminl.S: New file.
5017         * sysdeps/libm-i387/i686/s_fmax.S: New file.
5018         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
5019         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
5021 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
5023         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
5024         * sysdeps/unix/sysv/linux/send.S: Likewise.
5025         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
5026         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
5027         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
5028         * sysdeps/unix/sysv/linux/recv.S: Likewise.
5029         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
5030         * sysdeps/unix/sysv/linux/connect.S: Likewise.
5031         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
5033 See ChangeLog.7 for earlier changes.