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