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