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