]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
Update.
[thirdparty/glibc.git] / ChangeLog
1 1998-12-15 Ulrich Drepper <drepper@cygnus.com>
2
3 * sysdeps/unix/sysv/linux/msgctl.c: Use INLINE_SYSCALL.
4 * sysdeps/unix/sysv/linux/msgget.c: Likewise.
5 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
6 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
7 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
8 * sysdeps/unix/sysv/linux/semget.c: Likewise.
9 * sysdeps/unix/sysv/linux/semop.c: Likewise.
10 * sysdeps/unix/sysv/linux/shmat.c: Likewise.
11 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
12 * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
13 * sysdeps/unix/sysv/linux/shmget.c: Likewise.
14 * sysdeps/unix/sysv/linux/syscalls.list: Remove ipc syscall here.
15 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add ipc syscall here.
16
17 * time/strftime.c: Remove 'f' format.
18
19 * time/strptime.c (get_number): Ignore trailing whitespace.
20 (strptime_internal): Handle 'F' and 'k' formats.
21
22 * sysdeps/posix/tempname.c (__path_search): Add second part of the
23 patch by Andreas Jaeger.
24
25 1998-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
26
27 * stdio-common/tst-tmpnam.c (main): Use void as parameter to avoid
28 warnings about unused args. Fix comment.
29
30 1998-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
31
32 * sysdeps/posix/tempname.c (__path_search): Correct last patch.
33
34 1998-12-14 Ulrich Drepper <drepper@cygnus.com>
35
36 * sunrpc/rpc/xdr.h (IXDR_GET_INT32): Case pointer before reading from
37 it.
38 (IXDR_PUT_INT32): Likewise for writing.
39 Patch by Bruce Elliott <bde@nwlink.com>.
40
41 1998-12-08 H.J. Lu <hjl@gnu.org>
42
43 * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Don't clear
44 the IBAUD0 bit in c_iflag.
45
46 * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear the
47 the IBAUD0 bit in c_iflag.
48
49 1998-12-14 Ulrich Drepper <drepper@cygnus.com>
50
51 * time/Makefile (tests): Add tst-strptime.
52 * time/tst-strptime.c: New file.
53 * time/strptime.c: Correct bugs in weekday and yearday computation.
54
55 1998-12-14 Ulrich Drepper <drepper@cygnus.com>
56
57 * time/strptime.c (strptime_internal): Set tm_wday and tm_yday in
58 any of tm_year, tm_mon, or tm_mday was changed and the value
59 itself wasn't specified.
60
61 * include/stdio.h: Add new parameter to __path_search.
62 * libio/oldtmpfile.c: Add 0 as new parameter to __path_search.
63 * stdio-common/tmpfile.c: Likewise.
64 * stdio-common/tmpfile64.c: Likewise.
65 * stdio-common/tmpnam.c: Likewise.
66 * stdio-common/tmpnam_r.c: Likewise.
67 * stdio-common/tempnam.c: Add 1 as new parameter to __path_search.
68 * sysdeps/posix/tempname.c: Add new parameter. If value is nonzero
69 consider TMPDIR environment variable and dir parameter. Otherwise not.
70 * stdio-common/Makefile (tests): Add tst-tmpnam.
71 * stdio-common/tst-tmpnam.c: New file.
72
73 * po/es.po: Update from translation team.
74
75 1998-12-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
76
77 * timezone/Makefile: Protect inclusion of z.* by avoid-generated
78 and inhibit_timezone_rules instead of no_deps.
79 * Make-dist: Pass inhibit_timezone_rules=t when making
80 echo-distinfo.
81
82 1998-12-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
83
84 * manual/Makefile (distribute): Remove dir-add.texinfo.
85
86 * sysdeps/unix/sysv/linux/powerpc/Dist: Add sys/procfs.h and
87 sys/user.h.
88
89 1998-12-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
90
91 * manual/Makefile (stamp-summary): Use ^L as separator for
92 sorting.
93 * manual/arith.texi: Add comments before all @deffoox lines to get
94 them added to the summary.
95 * manual/creature.texi: Likewise.
96 * manual/math.texi: Likewise.
97
98 1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
99
100 * math/libm-test.c: Remove macro ISINF. Change all usages of
101 ISINF to isinf.
102
103 1998-12-13 Ulrich Drepper <drepper@cygnus.com>
104
105 * sysdeps/posix/tempname.c: Use __xstat instead of __stat.
106 * sysdeps/unix/grantpt.c: Likewise.
107 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
108 * sysvipc/ftok.c: Likewise.
109 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
110
111 * stdlib/test-canon.c: Define PATH_MAX if the system does not.
112 * string/stratcliff.c: Use MAP_ANON instead of MAP_ANONYMOUS.
113 Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
114
115 1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
116
117 * sysdeps/alpha/fpu/fsetexcptflg.c: Avoid -Wparentheses warning.
118
119 * sysdeps/libm-ieee754/s_expm1.c (__expm1): Avoid -Wparentheses
120 warning.
121 * sysdeps/libm-ieee754/s_log1p.c (__log1p): Likewise.
122 * sysdeps/libm-ieee754/e_logf.c (__ieee754_logf): Likewise.
123 * sysdeps/libm-ieee754/s_expm1f.c (__expm1f): Likewise.
124 * sysdeps/libm-ieee754/e_log.c (__ieee754_log): Likewise.
125 * sysdeps/libm-ieee754/s_log1pf.c (__log1pf): Likewise.
126
127 1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
128
129 * sunrpc/svc_udp.c (svcudp_bufcreate): Declare len as socklen_t.
130 (svcudp_recv): Likewise.
131
132 1998-12-13 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
133
134 * nis/nss-nisplus.h: Change some mappings of NIS+ errors to
135 NSS error codes to avoid endless loops.
136
137 1998-12-13 Ulrich Drepper <drepper@cygnus.com>
138
139 * iconvdata/gconv-modules: Correct aliases for ISO-8859-13 and add
140 aliases for ISO-8859-14.
141
142 1998-12-12 Geoff Keating <geoffk@ozemail.com.au>
143
144 * posix/fnmatch.c (fnmatch): Arguments to FOLD must not have
145 side-effects.
146
147 1998-12-12 Ulrich Drepper <drepper@cygnus.com>
148
149 * iconvdata/iso-8859-11.h: ISO 8859-11 conversion data.
150 * iconvdata/iso-8859-11.c: ISO 8859-11 conversion module.
151 * iconvdata/iso-8859-13.c: Likewise for 8859-13.
152 * iconvdata/iso-8859-14.c: Likewise for 8859-14.
153 * iconvdata/iso-8859-15.c: Likewise for 8859-15.
154 * iconvdata/gconv-modules: Add rules for new modules.
155 * iconvdata/Makefile: Likewise.
156
157 1998-12-12 Ulrich Drepper <drepper@cygnus.com>
158
159 * stdio-common/printf_fp.c: #ifdef out long double handling code if
160 __NO_LONG_DOUBLE_MATH is defined to avoid warnings.
161 * stdio-common/printf_fphex.c: Likewise.
162 * stdio-common/printf-size.c: Likewise.
163
164 1998-12-12 Ulrich Drepper <drepper@cygnus.com>
165
166 * login/Makefile: Install pt_chown using INSTALL_PROGRAM.
167 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
168
169 1998-12-11 Ulrich Drepper <drepper@cygnus.com>
170
171 * sysdeps/powerpc/dl-machine.h (elf_machine_matches_host): Mark
172 static inline, not extern inline.
173 (elf_machine_dynamic): Likewise.
174 (elf_machine_lazy_rel): Likewise.
175 (elf_machine_plt_value): Likewise.
176 * sysdeps/powerpc/backtrace.c: Include stddef.h to get NULL
177 definition.
178 Patchess by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
179
180 * sysdeps/mips/dl-machine.h (elf_machine_rel): Fixl_addr parameter
181 type. Reported by job bogan <job@piquin.uchicago.edu>.
182
183 * sysdeps/unix/opendir.c (__opendir): Use __xstat instead of
184 __stat.
185
186 1998-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
187
188 * inet/netinet/in.h: Change obsolete structure member
189 ipv6mr_ifindex to new ipv6mr_interface.
190
191 1998-12-11 Ulrich Drepper <drepper@cygnus.com>
192
193 * sysdeps/ieee754/dbl2mpn.c: Changed '#include "ieee754.h"' to
194 '#include <ieee754.h>'. ARM port has its own version of 'ieee754.h'
195 due to its big endian floating point format.
196 * sysdeps/ieee754/ldbl2mpn.c: Likewise.
197 * sysdeps/ieee754/mpn2dbl.c: Likewise.
198 * sysdeps/ieee754/mpn2ldbl.c: Likewise.
199 * sysdeps/ieee754/mpn2flt.c: Likewise.
200 Patch by Scott Bambrough <scottb@corelcomputer.com>.
201
202 1998-12-10 Ulrich Drepper <drepper@cygnus.com>
203
204 * sysdeps/unix/sysv/linux/adjtime.c: Undo last change.
205
206 * posix/PTESTS: Fix typo.
207
208 * po/es.po: Update from translation team.
209 * po/fr.po: Likewise.
210
211 1998-12-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
212
213 * nis/nss_compat/compat-pwd.c: Fix handling of +/- entries.
214
215 1998-12-10 Ulrich Drepper <drepper@cygnus.com>
216
217 * sunrpc/Makefile: Call rpcgen program which -Y parameter so that
218 it can find the preprocessor.
219
220 1998-12-09 Geoff Keating <geoffk@ozemail.com.au>
221
222 * sysdeps/unix/sysv/linux/sys/procfs.h: Use sys/user.h not
223 asm/user.h.
224 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
225
226 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: New file,
227 like linux/sys/procfs.h but uses uid_t and gid_t.
228 * sysdeps/unix/sysv/linux/powerpc/sys/user.h: New file,
229 don't include <linux/ptrace.h>.
230
231 1998-12-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
232
233 * posix/runptests.c (main): Check that regcomp did not succeed
234 unexpectedly.
235 * posix/runtests.c (run_a_test): Likewise. Return appropriate
236 exit code.
237 * posix/TESTS: Regexp "a[b-a]" should not compile.
238 * posix/PTESTS: Comment out bogus tests GA113(2), GA145(2) and
239 GA147(2).
240
241 1998-12-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
242
243 * locale/programs/ld-ctype.c (allocate_arrays): Don't crash if
244 there is no codeset name.
245 * locale/programs/ld-collate.c (collate_output): Don't crash if a
246 character has no weight.
247
248 1998-12-10 Ulrich Drepper <drepper@cygnus.com>
249
250 * inet/getnetgrent_r.c (innetgr): Check host and domain name with
251 strcasecmp, not strcmp. [PR libc/894].
252
253 1998-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
254
255 * posix/regex.h: Declare re_comp, re_exec if compiling for libc to
256 get prototypes.
257
258 * wctype/wctype.h: Add prototypes for __iswblank_l and iswblank.
259
260 1998-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
261
262 * sysdeps/unix/sysv/linux/gethostid.c: Include <netdb.h> to get
263 prototype for __gethostbyname_r.
264
265 * include/time.h: Add declarations of internal interfaces.
266
267 * time/tzset.c: Remove declarations of internal interfaces.
268 * time/gmtime.c: Likewise.
269 * time/localtime.c: Likewise.
270 * time/offtime.c: Likewise.
271 * time/tzfile.c: Likewise.
272
273 1998-12-01 09:47 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
274
275 * sysdeps/unix/sysv/linux/sys/timex.h: Copy out
276 user-space-relevant definitions from linux/timex.h of kernel
277 2.1.130 and remove include of kernel header.
278
279 * sysdeps/unix/sysv/linux/adjtime.c: Remove portability crud.
280
281 1998-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
282
283 * posix/regex.c: Get regex.h from system path, not from local
284 directory.
285
286 * posix/regex.h: Move internal interfaces to ...
287 * include/regex.h: ...here.
288
289 * posix/unistd.h: Move internal interfaces to ...
290 * include/unistd.h: ...here.
291
292 * math/math.h: Move internal interfaces to ...
293 * include/math.h: ...here.
294
295 * posix/glob.h: Move internal interfaces to ...
296 * include/glob.h: ...here.
297
298 * string/string.h: Move internal interfaces to ...
299 * include/string.h: ...here.
300
301 * time/sys/time.h: Move internal interfaces to ...
302 * include/sys/time.h: ...here.
303
304 * resolv/netdb.h: Move internal interfaces to ...
305 * include/netdb.h: ...here.
306
307 1998-12-08 Ulrich Drepper <drepper@cygnus.com>
308
309 * iconvdata/eucjp.c: Handle Yen in overscore conversion from ISO 10646
310 correctly.
311 * iconvdata/iso-2022-jp.c: Handle Kana in 2022-JP2 correctly
312 Fix various bugs in conversion routine.
313 * iconvdata/jis0201.h: Correct variable name.
314 * iconvdata/jis0208.c: Correct script to generate tables and regenerate
315 them.
316 * iconvdata/jis0208.h: Likewise.
317 * iconvdata/jis0212.c: Likewise.
318 * iconvdata/sjis.c: Likewise.
319 Patch by HANATAKA Shinya <hanataka@abyss.rim.or.jp>.
320
321 1998-12-07 Ulrich Drepper <drepper@cygnus.com>
322
323 * sysdeps/unix/sysv/linux/speed.c (IBAUD0): New definition. Bit
324 set in c_iflag if cfsetispeed is call with SPEED set to zero.
325 (cfgetispeed): Return zero if prior if IBAUD0 is set.
326 (cfsetospeed): Clear IBAUD0 bit.
327 (cfgetispeed): Set IBAUD0 bit if necessary.
328 * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear
329 the IBAUD0 bit in c_iflag when making the system call.
330 Work around a Linux kernel bug which silently changes the
331 PARENB/CREAD/CSIZE bits in c_cflag on pty.
332 * sysdeps/unix/sysv/linux/speed.c (cfsetispeed): Make a real
333 function. Don't set speed is SPEED parameter is zero since this
334 means set it to the output speed.
335 Based on a patch by H.J. Lu <hjl@gnu.org>.
336
337 * version.h (VERSION): Bump to 2.0.106.
338
339 * Makeconfig (link-libc-static): Don't use link-libc since this
340 includes the shared object. Use gnulib only.
341
342 * configure.in: Disable --disable-static.
343
344 1998-12-07 12:06 Ulrich Drepper <drepper@cygnus.com>
345
346 * po/de.po: Update from translation team.
347 * po/ko.po: Likewise.
348
349 1998-12-07 Richard Henderson <rth@cygnus.com>
350
351 * sysdeps/unix/sysv/linux/alpha/select.S: Save a4 through
352 both paths.
353
354 1998-12-05 Roland McGrath <roland@baalperazim.frob.com>
355
356 * sysdeps/mach/hurd/pselect.c: New file.
357
358 * sysdeps/mach/hurd/poll.c: New file.
359
360 * hurd/Makefile (routines): Add hurdselect.
361 * hurd/hurdselect.c: New file.
362 (_hurd_select): New function, guts taken from ...
363 * sysdeps/mach/hurd/select.c (__select): ... here.
364 Now work by just calling _hurd_select.
365 * hurd/hurd/fd.h: Declare _hurd_select.
366
367 1998-12-05 Roland McGrath <roland@baalperazim.frob.com>
368
369 * time/strptime.c: Fix unterminated comment in last change.
370
371 1998-12-05 Ulrich Drepper <drepper@cygnus.com>
372
373 * ctype/ctype.h (_ISbit): Protect use of parameter with
374 parentheses.
375 * wctype/wctype.h (_ISwbit): Likewise.
376
377 * locale/Versions: Make experimental locale interface available in
378 GLIBC_2.1.
379
380 * sysdeps/gnu/bits/utmp.h (struct exit_status): Define members
381 without leading __ only for __USE_GNU.
382 * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise.
383
384 1998-12-04 Ulrich Drepper <drepper@cygnus.com>
385
386 * argp/argp.h: Add __restrict.
387 * dirent/dirent.h: Likewise.
388 * elf/dlfcn.h: Likewise.
389 * grp/grp.h: Likewise.
390 * iconv/iconv.h: Likewise.
391 * inet/aliases.h: Likewise.
392 * libio/libio.h: Likewise.
393 * libio/stdio.h: Likewise.
394 * locale/locale.h: Likewise.
395 * misc/mntent.h: Likewise.
396 * posix/wordexp.h: Likewise.
397 * pwd/pwd.h: Likewise.
398 * resolv/netdb.h: Likewise.
399 * rt/aio.h: Likewise.
400 * stdio-common/printf.h: Likewise.
401 * stdlib/monetary.h: Likewise.
402 * stdlib/stdlib.h: Likewise.
403 * string/argz.h: Likewise.
404 * string/envz.h: Likewise.
405 * string/string.h: Likewise.
406 * time/time.h: Likewise.
407
408 1998-12-04 Zack Weinberg <zack@rabi.phys.columbia.edu>
409
410 * misc/sys/cdefs.h: Only include features.h if _FEATURES_H isn't
411 defined. gcc's redundant include optimizer isn't clever enough to
412 prevent a reinclusion here.
413 Define __restrict to the empty string only if not GCC or
414 GCC version less than 2.92.
415
416 1998-12-03 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
417
418 * sysdeps/unix/sysv/linux/configure.in: Fix last change.
419
420 1998-12-03 Mark Kettenis <kettenis@phys.uva.nl>
421
422 * time/strptime.c (strptime_internal): Make use of `%C' format
423 specifier if it is seen together with the `%y' specifier.
424
425 1998-12-04 Ulrich Drepper <drepper@cygnus.com>
426
427 * po/sk.po: New file.
428
429 1998-12-03 Scott Bambrough <scottb@corelcomputer.com>
430
431 * sysdeps/arm/dl-machine.h (dl_start_user): Incorrect address
432 for _dl_main_searchlist passed to _dl_init_next.
433
434 1998-12-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
435
436 * math/libm-test.c: Expand literal tabs in strings. Normalize
437 whitespace.
438
439 1998-12-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
440
441 * sysdeps/unix/sysv/linux/sys/fsuid.h: Fix spelling.
442
443 1998-12-04 Mark Kettenis <kettenis@phys.uva.nl>
444
445 Provide backwards binary compatibility for the Hurd.
446 * hurd/geteuids.c [PIC && DO_VERSIONING]: Make __getuids a weak
447 alias for geteuids.
448 * hurd/Versions [GLIBC_2.0]: Add __getuids,
449 __hurd_file_name_lookup and _hurd_umask.
450 [GLIBC_2.1]: Add _hurd_proc_init.
451 * hurd/Makefile [versioning] (routines): Add compat-20.
452 (shared-only-routines): Likewise.
453 * hurd/hurdinit.c (_hurd_new_proc_init): Renamed from
454 _hurd_proc_init. Use it as the default _hurd_proc_init version
455 for GLIBC_2.1.
456 * hurd/compat-20.c: New file.
457 * mach/Versions [GLIBC_2.0]: Add __vm_allocate.
458
459 1998-12-02 Ulrich Drepper <drepper@cygnus.com>
460
461 * elf/elf.h: Add R_MIPS_JALR and adjust R_MIPS_NUM appropriately.
462
463 1998-12-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
464
465 * inet/Versions: Remove inet6_isipv4mapped.
466
467 1998-12-02 Philip Blundell <pb@nexus.co.uk>
468
469 * inet/in6_addr.c (inet6_isipv4mapped): Obsolete, deleted.
470
471 1998-11-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
472
473 * manual/time.texi (Formatting Date and Time): Fix typo.
474
475 1998-11-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
476
477 * sysdeps/unix/sysv/linux/configure.in: Only check for symlinks
478 when configuring natively. Use autoconf macros instead of rolling
479 our own. Handle defaulted prefix.
480
481 1998-12-01 Ulrich Drepper <drepper@cygnus.com>
482
483 * version.h (VERSION): Bump to 2.0.105.
484
485 * sysdeps/generic/Dist: Add bits/libc-tsd.h.
486
487 * sysdeps/mach/hurd/Dist: Add bits/libc-tsd.h.
488
489 * sysdeps/unix/sysv/linux/mips/Dist: Add xstatconv.c.
490
491 1998-11-29 1998 H.J. Lu <hjl@gnu.org>
492
493 * libio/genops.c (_IO_unbuffer_write): Renamed from
494 _IO_unbuffer_all.
495 (_IO_cleanup): Call _IO_unbuffer_write instead of
496 _IO_unbuffer_all.
497
498 1998-12-01 Ulrich Drepper <drepper@cygnus.com>
499
500 * intl/localealias.c: Use *_unlocked version of stdio function if
501 _LIBC_REENTRANT is defined, not _LIBC.
502
503 1998-12-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
504
505 * include/grp.h: Add prototypes for internal functions
506 __getgrgid_r and __getgrnam_r.
507
508 * inet/herrno.c: Include <netdb.h> for prototype, undef h_errno.
509
510 * resolv/nsap_addr.c: Include <arpa/inet.h> for inet_nsap_addr and
511 inet_nsap_ntoa prototypes.
512
513 1998-12-01 Ulrich Drepper <drepper@cygnus.com>
514
515 * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Pass -I option
516 to gcc to have it find the correct system header.
517 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
518
519 * Makefile (postclean): Add sysd-sorted.
520 Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
521
522 1998-12-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
523
524 * sunrpc/auth_des.c: Use new XDR int32 functions for integers.
525 * sunrpc/rpc/xdr.h: Add IXDR INT32 functions.
526 * sunrpc/rpc_hout.c: Remove (u_long) casts in defines to avoid
527 conflicts with new solaris version.
528 * sunrpc/rpc_main.c: Fix bug in generating Makefile name (malloc
529 doesn't zero allocated memory).
530 * sunrpc/rpc_svcout.c: Local variables now starts with a _ to avoid
531 conflicts with xdr functions. Solves PR libc/877.
532 * nis/rpcsvc/nis.x: Use always uint32_t.
533 * nis/rpcsvc/nis.h: Likewise.
534 * nis/rpcsvc/nis_object.x: Likewise.
535
536 1998-12-01 Ulrich Drepper <drepper@cygnus.com>
537
538 * math/libm-test.c: Various cleanups. Patch by Zack Weinberg.
539
540 * sysdeps/unix/sysv/linux/alpha/setfpucw.c: Use correct type for
541 parameter. Patch by Christian Gafton.
542
543 * string/envz.h: Add prototype for envz_remove.
544 Reported by Andreas Jaeger.
545
546 1998-11-30 Mark Kettenis <kettenis@phys.uva.nl>
547
548 * mach/Versions [libc, GLIBC_2.0]: Add __spin_lock,
549 __spin_lock_init, __mutex_lock, __mutex_trylock,
550 __mutex_unlock.
551 Remove get_priviliged_ports. Moved to hurd/Versions.
552
553 * hurd/Versions [libc, GLIBC_2.0]: Add _end. This makes the Hurd
554 brk implementation see the end of the data segment of the program
555 instead of the shared library.
556 Add __hurd_errno_location. This inline function is used in user
557 programs.
558 Add _hurd_critical_section_lock, _hurd_critical_section_unlock,
559 _hurd_fd_get, _hurd_port_free, _hurd_port_get,
560 _hurd_port_locked_get. These inline functions are used by macros
561 used in mail.local in the Hurd distribution.
562 Add get_privileged_ports. Moved here from mach/Versions.
563 Remove __hurd_file_name_lookup, __hurd_file_name_lookup_retry,
564 __hurd_file_name_split, __hurd_file_name_path_lookup. These are
565 not used outside libc.
566
567 1998-11-30 Mark Kettenis <kettenis@phys.uva.nl>
568
569 * hurd/hurdstartup.c: Really include set-hooks.h with <> instead
570 of "".
571
572 1998-11-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
573
574 * sunrpc/Makefile: Add xdr_intXX_t to routines.
575 * sunrpc/Versions: Add xdr_int8_t, xdr_uint8_t, xdr_in16_t and
576 xdr_uint16_t.
577 * sunrpc/rpc/xdr.h: Add prototypes for new xdr_intXX_t functions.
578 * sunrpc/xdr.c: Remove xdr_int32_t and xdr_uint32_t.
579 * sunrpc/xdr_intXX_t.c: New, contains all xdr_intXX_t functions.
580
581 * nis/Depend: New.
582 * nis/nss_nis/nis-service.c: Include generated prototype for parser.
583
584 1998-11-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
585
586 * nscd/nscd_getpw_r.c: Include nscd_proto.h for prototypes.
587
588 * sysdeps/generic/errno-loc.c: Include <errno.h> for prototype,
589 undefine errno to get variable.
590
591 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Include <sys/fsuid.h>
592 instead of <unistd.h> for prototype.
593 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
594
595 1998-11-30 Ulrich Drepper <drepper@cygnus.com>
596
597 * misc/err.h: Correct comments and use protected attribute keywords.
598 Reported by Joseph Myers <jsm28@cam.ac.uk>.
599
600 1998-11-29 Roland McGrath <roland@baalperazim.frob.com>
601
602 * malloc/thread-m.h [_LIBC]: Include <bits/libc-tsd.h>, and
603 remove tsd stuff from pthreads/cthreads libc sections.
604 Use __libc_tsd_define for MALLOC key.
605 [_LIBC] (tsd_key_t, tsd_key_create): Define to a zero-size type and a
606 no-op, respectively.
607 [_LIBC] (tsd_setspecific, tsd_getspecific): Use __libc_tsd_get/set.
608
609 * elf/dl-error.c: Include <bits/libc-tsd.h>.
610 Use __libc_tsd_define for DL_ERROR key.
611 (tsd_setspecific, tsd_getspecific): Rewritten using __libc_tsd_get/set.
612
613 * sysdeps/mach/hurd/bits/libc-tsd.h: New file.
614 * sysdeps/generic/bits/libc-tsd.h: New file.
615 * Makefile (distribute): Add bits/libc-tsd.h.
616
617 1998-10-12 Roland McGrath <roland@baalperazim.frob.com>
618
619 * elf/dl-error.c: Remove kludge to check for ld.so load address.
620 There is no need if weak undefined symbols are not used in ld.so;
621 see linuxthreads/ChangeLog for changes to files
622 linuxthreads/sysdeps/pthread/bits/libc-lock.h and
623 linuxthreads/sysdeps/pthread/bits/libc-tsd.h.
624
625 1998-11-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
626
627 * sysdeps/i386/bits/string.h (__memset_cc): Fix typo (s->__s).
628
629 * sysdeps/i386/i486/bits/string.h: Add prototypes for all new
630 inline functions.
631 * sysdeps/i386/bits/string.h: Likewise.
632
633 1998-11-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
634
635 * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Remove ipc_kludge.
636
637 1998-11-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
638
639 * db2/progs/db_load/db_load.c (main): Avoid -Wparentheses warning.
640
641 1998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
642
643 * sysdeps/mach/hurd/dl-sysdep.c: Do not define
644 __hurd_threadvar_max. Add comment explaining why we define
645 __hurd_threadvar_stack_offset and __hurd_threadvar_stack_mask here.
646
647 1998-07-29 Mark Kettenis <kettenis@phys.uva.nl>
648
649 * sysdeps/mach/hurd/dl-sysdep.c (__hurd_sigthread_stack_base,
650 __hurd_sigthread_stack_end, __hurd_sigthread_variables): Define to
651 prevent inclusion of Hurd signal handling code.
652 (__libc_write): New function.
653 (_dl_sysdep_output): Removed. The implementation in
654 `elf/dl-misc.c' now also works for the Hurd.
655
656 1998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
657
658 * hurd/hurdstartup.c: Do not include hurdmalloc.h; _hurd_startup
659 does not use any of malloc/realloc/free anymore. Include
660 set-hooks.h with <> instead of "".
661
662 1998-11-29 Roland McGrath <roland@baalperazim.frob.com>
663
664 * sunrpc/svc_unix.c (__msgread): Move ON local var inside block
665 within #ifdef SO_PASSCRED. Avoids unused var when no SO_PASSCRED.
666 * sunrpc/clnt_unix.c (__msgread): Likewise.
667
668 1998-11-28 Roland McGrath <roland@baalperazim.frob.com>
669
670 * hurd/setuids.c: Renamed to ...
671 * hurd/seteuids.c: this.
672 (setuids): Renamed to seteuids.
673 * hurd/getuids.c: Renamed to ...
674 * hurd/geteuids.c: this.
675 (__getuids): Renamed to geteuids, no aliases.
676 * hurd/hurd.h (geteuids, seteuids): Declare them.
677 * hurd/Versions: Replace getuids; __getuids with geteuids; seteuids.
678 * hurd/Makefile (routines): Updated.
679
680 1998-11-29 Ulrich Drepper <drepper@cygnus.com>
681
682 * sysdeps/generic/segfault.c (install_handler): Correct test for
683 SEGFAULT_HANDLER=all.
684 Patch by Zack Weinberg.
685
686 1998-11-28 23:23 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
687
688 * sysdeps/unix/sysv/linux/configure.in: Test for symlinks in
689 $prefix/include that may be clobbered on installation.
690
691 1998-11-27 Philip Blundell <pb@nexus.co.uk>
692
693 Fixes to allow compilation with static NSS:
694 * nss/Makefile: Make explicit the dependency of getent on
695 libnss_files.a.
696 [build_static_nss]: Define $(otherlibs) appropriately.
697 * nss/Depend: Add a dependency on `resolv'.
698
699 1998-11-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
700
701 Partial support for MIPS ISO C 9x exception handling:
702 * sysdeps/mips/fclrexcpt.c: New file.
703 * sysdeps/mips/ftestexcept.c: New file.
704 * sysdeps/mips/fgetexcptflg.c: New file.
705 * sysdeps/mips/fesetround.c: New file.
706 * sysdeps/mips/fegetround.c: New file.
707 * sysdeps/mips/fegetenv.c: New file.
708 * sysdeps/mips/fesetenv.c: New file.
709 * sysdeps/mips/feupdateenv.c: Likewise.
710 * sysdeps/mips/bits/fenv.h: New file.
711
712 1998-11-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
713
714 * sysdeps/unix/sysv/linux/mips/bits/signum.h: Remove inclusion of
715 <asm/signal.h> and add needed symbols from <asm/signal.h>; bring
716 in sync with linux specific version.
717
718 Patches by Ralf Baechle <ralf@uni-koblenz.de> for mips-linux:
719
720 * sysdeps/unix/mips/sysdep.S: Define _errno as weak_alias, rewrite
721 errno declaration.
722
723 * sysdeps/unix/sysv/linux/mips/ustat.c: Use INLINE_SYSCALL instead
724 of calling __syscall_*.
725 * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
726
727 * sysdeps/unix/sysv/linux/mips/syscalls.list: Update entries.
728
729 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Add missing SYS_*
730 constants, correct values according to Linux 2.1.130.
731
732 * sysdeps/unix/sysv/linux/mips/pwrite.c: New file.
733 * sysdeps/unix/sysv/linux/mips/pwrite64.c: New file.
734 * sysdeps/unix/sysv/linux/mips/pread.c: New file.
735 * sysdeps/unix/sysv/linux/mips/pread64.c: New file.
736
737 * sysdeps/mips/Makefile (sysdep_routines): Use += instead of a
738 :=.
739
740 * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Remove ipc_kludge.
741
742 * sysdeps/unix/sysv/linux/mips/xstatconv.c: New file.
743
744 * sysdeps/unix/sysv/linux/mips/xstat.c: Removed.
745
746 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: New file.
747
748 * sysdeps/unix/sysv/linux/mips/kernel_termios.h: Add copyright
749 message, change name of include protection, remove inclusion of
750 <bits/termios.h>.
751
752 * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
753 (old_kernel_sigaction): Define.
754 (struct kernel_sigaction): Rename sa_handler to k_sa_handler.
755
756 * sysdeps/unix/sysv/linux/mips/bits/time.h: Removed, we can use
757 the general linux version.
758 * sysdeps/unix/sysv/linux/mips/bits/stat.h (_STAT_VER_KERNEL): Added.
759
760 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Update file.
761
762 1998-09-03 Philip Blundell <pb@nexus.co.uk>
763
764 * sysdeps/arm/bits/endian.h (__FLOAT_WORD_ORDER): Define to big
765 endian.
766 * math/math_private.h: Use __FLOAT_WORD_ORDER rather than
767 BYTE_ORDER.
768 * string/endian.h: If __FLOAT_WORD_ORDER wasn't defined by
769 <bits/endian.h>, make it the same as __BYTE_ORDER.
770
771 1998-11-27 Ulrich Drepper <drepper@cygnus.com>
772
773 * math/math.h: Avoid using long double functions in generic macros
774 if __NO_LONG_DOUBLE_MATH.
775
776 * sysdeps/arm/dl-machine.h: Fix handling of weak undefined symbols
777 during bootstrapping.
778 * scripts/config.sub: Add Netwinder specific matches.
779 Patch by Scott Bambrough <scottb@corelcomputer.com>.
780
781 1998-11-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
782
783 * Makeconfig ($(common-objpfx)sysd-dirs): Use automatic variables
784 if possible.
785 ($(common-objpfx)sysd-sorted): Likewise.
786
787 1998-11-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
788
789 * sysdeps/libm-ieee754/e_log.c (__ieee754_log): Add declaration of
790 local variables t1,t2 only if needed.
791
792 * sysdeps/libm-ieee754/e_atan2.c: Added braces to avoid compiler
793 warnings.
794 * sysdeps/libm-ieee754/s_truncf.c (__truncf): Likewise.
795 * sysdeps/libm-ieee754/s_trunc.c (__trunc): Likewise.
796
797 * sysdeps/mips/mul_1.S (Loop): Add closing comment to avoid
798 warning.
799
800 1998-11-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
801
802 * math/math.h: Add brace to correct #if expression.
803
804 1998-11-26 Philip Blundell <philb@gnu.org>
805
806 Undo change of 1998-11-12:
807 * sysdeps/unix/sysv/linux/netlink/netlink.h: Deleted.
808 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
809 netlink/netlink.h.
810 * sysdeps/unix/sysv/linux/Dist: Likewise.
811
812 1998-11-22 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
813
814 * nis/nis_print.c (nis_print_entry): Changes to match Solaris output.
815
816 1998-11-26 Ulrich Drepper <drepper@cygnus.com>
817
818 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): New defined macro.
819 (elf_machine_got_rel): Remove scope variable. Use scope from the map.
820 Don't modify _dl_global_scope_end in the end.
821 (__dl_runtime_resolv): Also use scope from the map.
822 * sysdeps/mips/mips64/dl-machine.h: Likewise.
823 * elf/dl-runtime.c: Don't define fixup and profile_fixup if
824 ELF_MACHINE_NO_PLT is defined.
825 * sysdeps/mips/sys/ucontext.h: New file.
826 Patches by kaz Kojima <kkojima@rr.iij4u.or.jp>.
827
828 1998-11-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
829
830 * sysdeps/generic/pselect.c (__pselect): Change interface,
831 set/restore sigmask.
832
833 * misc/sys/select.h: Change declaration according to Stevens' Unix
834 Network Programming.
835 * include/sys/select.h (__pselect): Likewise.
836 Reported by <bwelling@anomaly.munge.com> [PR libc/872].
837
838 * include/fpu_control.h: New file, contains __setfpucw
839 declaration.
840
841 * sysdeps/generic/fpu_control.h: Remove __setfpucw declaration,
842 it's an internal symbol.
843 * sysdeps/alpha/fpu/fpu_control.h: Likewise.
844 * sysdeps/arm/fpu/fpu_control.h: Likewise.
845 * sysdeps/i386/fpu_control.h: Likewise.
846 * sysdeps/m68k/fpu_control.h: Likewise.
847 * sysdeps/powerpc/fpu_control.h: Likewise.
848 * sysdeps/sparc/sparc32/fpu/fpu_control.h: Likewise.
849 * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
850
851 1998-11-25 Ulrich Drepper <drepper@cygnus.com>
852
853 * version.h (VERSION): Bump to 2.0.104.
854
855 1998-11-25 Mark Kettenis <kettenis@phys.uva.nl>
856
857 * libio/bits/stdio.h (fread_unlocked): Add missing parentheses
858 around parameter n.
859
860 1998-11-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
861
862 * time/tzfile.c (__tzfile_read): Fix comment.
863
864 1998-11-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
865
866 * Makerules (build-shlib): Pass -O1 down to linker to get
867 optimized shared libraries.
868
869 1998-11-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
870
871 * Makeconfig ($(common-objpfx)sysd-dirs): Cope with no Subdirs
872 file. Strip "-" from inhibited subdir name. Combine into a
873 single awk program.
874 ($(common-objpfx)sysd-sorted): Fix sed command.
875
876 1998-11-25 Roland McGrath <roland@baalperazim.frob.com>
877
878 * sysdeps/mach/hurd/i386/init-first.c (init): Restored as inline fn.
879 Use constant _HURD_THREADVARS_MAX for temporary array size.
880
881 * Makeconfig ($(common-objpfx)sysd-sorted): Use @ instead of / as sed
882 s separator, since $(..) might contain a /.
883
884 1998-11-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
885
886 * configure.in (mips): Fix typo (Replace ,, by ;;).
887
888 * libio/Versions: Clean up entries.
889
890 1998-11-23 Ulrich Drepper <drepper@cygnus.com>
891
892 * sysdeps/i386/fpu/bits/mathinline.h: Add optimizations for lrint
893 and llrint.
894
895 1998-11-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
896
897 * sysdeps/unix/sysv/linux/netinet/ip_fw.h: Removed. There are too
898 many differences between the Linux 2.0 and 2.1 versions of this
899 file and it's too difficult to convert all calls. The file should
900 only be needed by the ipfw program which has to take care of the
901 correct kernel version and include files.
902
903 * sysdeps/unix/sysv/linux/Dist: Remove netinet/ip_fw.h.
904 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise.
905
906 1998-11-23 Ulrich Drepper <drepper@cygnus.com>
907
908 * Makeconfig: Don't read sysd-sorted unless sysd-dirs is read.
909 Patch by Zack Weinberg.
910
911 * math/bits/mathcalls.h: Adjust comments. Remove gamma_r prototype.
912
913 * sysdeps/i386/fpu/bits/mathinline.h: Make log2 only available if
914 __USE_ISOC9X is defined. Provide rint optimization.
915
916 1998-11-21 H.J. Lu <hjl@gnu.org>
917
918 * libio/Versions (_IO_popen, _IO_proc_open, _IO_proc_close,
919 popen, pclose): Add to GLIBC_2.1.
920
921 * libio/Makefile (routines): Add oldiopopen and oldpclose.
922 (shared-only-routines): Likewise.
923
924 * libio/pclose.c (pclose): Make it default for GLIBC_2.1.
925 * libio/iopopen.c (_IO_proc_open, _IO_popen, popen,
926 _IO_proc_close): Likewise.
927
928 * libio/iolibio.h (_IO_new_popen, _IO_old_popen, __new_pclose,
929 __old_pclose): New prototypes.
930
931 * libio/libioP.h (_IO_new_file_jumps): Removed.
932 (_IO_old_proc_jumps): Added.
933 (_IO_new_proc_open, _IO_old_proc_open): New prototypes.
934
935 * libio/oldiopopen.c: New file.
936
937 * libio/oldpclose.c: New file.
938
939 1998-11-22 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
940
941 * nss/Makefile: Build and install getent.
942 * nss/getent.c: New, get entries from administrative database.
943
944 1998-11-22 Roland McGrath <roland@baalperazim.frob.com>
945
946 * sysdeps/mach/hurd/i386/init-first.c (init): Provide temporary storage
947 for the per-thread variables of the main user thread to make it
948 possible to use malloc as soon as _hurd_preinit_hook has been run.
949 For cthreads, copy values to new stack from there.
950 For non-cthreads, malloc threadvar array here and copy from temp space.
951 (init1): No longer initialize threadvars here.
952 (doinit1): Made static void at top level.
953 (init): Folded into [PIC] _init or [!PIC] doinit1, since GCC cannot
954 inline a function that uses dynamic auto arrays.
955
956 1998-11-20 Ulrich Drepper <drepper@cygnus.com>
957
958 * version.h (VERSION): Bump to 2.0.103.
959
960 * aclocal.m4 (LIBC_PROG_BINUTILS): Also add AR and RANLIB using the
961 same method.
962 * configure.in: Don't define AR and RANLIB here.
963
964 * inet/gethstbyad_r.c: Define NEED__RES_HCONV and POSTPROCESS for
965 host name res_hconf code.
966 * inet/gethstbynm_r.c: Likewise.
967 * nss/getXXbyYY_r.c: Include resolv/res_hconf.h if NEED__RES_HCONF
968 is defined. Call res_hconf_init if necessary. If POSTPROCESS is
969 defined execute the code.
970 * resolv/Makefile (routines): Add res_hconf.
971 (headers): Add res_hconf.h.
972 * resolv/res_hconf.c: Pretty print.
973 * resolv/res_hconf.h: Likewise.
974
975 1998-11-20 Ulrich Drepper <drepper@cygnus.com>
976
977 * sysdeps/generic/bits/byteswap.h: Fix typos in non-GCC
978 definitions. Reported by Scott Bambrough <scottb@corelcomputer.com>.
979
980 1998-11-20 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
981
982 * math/libm-test.c: Raise some epsilons a bit.
983
984 1998-11-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
985
986 * Makeconfig ($(common-objpfx)sysd-sorted): Fix portability problems.
987
988 1998-11-20 Ulrich Drepper <drepper@cygnus.com>
989
990 * Makefile (distribute): Add scripts/gen-sorted.awk.
991
992 1998-11-19 Ulrich Drepper <drepper@cygnus.com>
993
994 * posix/regex.c (regex_compile): Handle extra long class names
995 correctly.
996
997 1998-11-19 Geoff Keating <geoffk@ozemail.com.au>
998
999 * elf/rtld.c (_dl_start): Handle weak undefined symbols in ld.so
1000 correctly.
1001
1002 1998-11-19 Ulrich Drepper <drepper@cygnus.com>
1003
1004 * misc/error.c: Undo last change.
1005
1006 * ctype/Versions: Add _tolower and _toupper.
1007
1008 1998-11-19 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1009
1010 * sunrpc/svc_unix.c (readunix): Check for POLLERR, POLLHUP and
1011 POLLNVAL.
1012
1013 1998-11-19 Ulrich Drepper <drepper@cygnus.com>
1014
1015 * Makeconfig: Add comment to all-subdirs definition.
1016 Add rule to generate sysd-sorted. Include this file and and set
1017 subdirs value to $(sorted-subdirs).
1018 * scripts/gen-sorted.awk: New file.
1019 * Make-dist (+tsrcs): Add Depend.
1020 * nscd/Depend: New file.
1021 * nss/Depend: New file.
1022 * rt/Depend: New file.
1023
1024 1998-11-18 Ulrich Drepper <drepper@cygnus.com>
1025
1026 * sysdeps/unix/bsd/poll.c (__poll): Add code to extend sets if any
1027 passed file descriptor exceeds the size determined by
1028 getdtablesize.
1029
1030 * sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Update
1031 from inline version in bits/socket.h.
1032
1033 * sysdeps/unix/sysv/linux/bits/socket.h: Define __cmsg_nxthdr as
1034 inline function only is __USE_EXTERN_INLINES is defined.
1035
1036 * time/strftime.c (my_strftime): Make code a bit clearer.
1037 Patch by Paul Eggert <eggert@twinsun.com>.
1038
1039 * io/Makefile (CFLAGS-ftw.c): Removed.
1040
1041 * manual/errno.texi: Change the short text for ENODEV to
1042 "No such device".
1043
1044 1998-11-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1045
1046 * io/Makefile (tests): Make sure that the test program has an
1047 explicit directory part.
1048
1049 1998-11-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1050
1051 * configure.in: Fix last change.
1052
1053 1998-11-18 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1054
1055 * sunrpc/Makefile (routines): Add create_xid.
1056
1057 * sunrpc/clnt_tcp.c: Use non-guessable xid.
1058 * sunrpc/clnt_udp.c: Likewise.
1059 * sunrpc/clnt_unix.c: Likewise.
1060 * sunrpc/pmap_rmt.c: Likewise.
1061 * sunrpc/create_xid.c: New, create non-guessable xid.
1062
1063 * sunrpc/svc_tcp.c: Remove patch from 1998-06-15, use poll instead
1064 of select.
1065 * sunrpc/svc_unix.c: Use poll instead of select.
1066
1067 1998-11-17 Ulrich Drepper <drepper@cygnus.com>
1068
1069 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Make Unix98 compliant
1070 by removing SIG_IGN handler for SIGCHLD if necessary.
1071 Patch by H.J. Lu <hjl@lucon.org>.
1072
1073 * stdio-common/printf_fphex.c (__printf_fphex): Correct printing
1074 of denormalized numbers.
1075
1076 1998-10-06 Geoff Keating <geoffk@ozemail.com.au>
1077
1078 * sysdeps/powerpc/dl-machine.h (elf_machine_load_address): Suppress
1079 another parentheses warning, make nano-optimisation.
1080
1081 * sysdeps/powerpc/dl-machine.h (_dl_runtime_resolve): Preserve
1082 saved LR on stack so _mcount works.
1083 (_dl_prof_resolve): Likewise.
1084 * sysdeps/powerpc/register-dump.h: Print FPRs. Adjust for correct
1085 signal handler calling convention.
1086 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: Adjust for
1087 correct signal handler calling convention---more like x86 linux and
1088 mklinux, less like linux-ppc versions between 2.1 and 2.1.126.
1089
1090 1998-11-17 Ulrich Drepper <drepper@cygnus.com>
1091
1092 * configure.in: Correct allowed makeinfo version.
1093
1094 1998-11-17 Philip Blundell <pb@nexus.co.uk>
1095
1096 * sysdeps/generic/bits/mathdef.h: Fix typo.
1097
1098 1998-11-17 Geoff Keating <geoffk@ozemail.com.au>
1099
1100 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Prototype the syscall
1101 under the right name (squish warning).
1102 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
1103
1104 1998-11-17 Geoff Keating <geoffk@ozemail.com.au>
1105
1106 * stdio-common/_itoa.c (_itoa): Add redundant parentheses to
1107 prevent warnings.
1108
1109 1998-11-16 Ulrich Drepper <drepper@cygnus.com>
1110
1111 * intl/locale.alias: Change `japanese' alias to match X11R6's.
1112 Add `japanese.euc' alias.
1113
1114 * manual/Makefile (%.info): Set LANGUAGE and LC_ALL explicitly to C
1115 before running makeinfo.
1116
1117 * math/Makefile (libm-routines): $(strip) entire value.
1118
1119 * nss/nss_db/db-XXX.c (internal_setent): Rewrite to avoid warning.
1120
1121 1998-10-24 H.J. Lu <hjl@gnu.org>
1122
1123 * libio/libio.h (_IO_cookie_io_functions_t): Protect with __USE_GNU.
1124 (_IO_cookie_file): Likewise.
1125
1126 1998-11-16 Philip Blundell <philb@gnu.org>
1127
1128 * inet/netinet/icmp6.h: Correct naming of constants.
1129
1130 1998-11-16 Ulrich Drepper <drepper@cygnus.com>
1131
1132 * sysdeps/unix/opendir.c: Use o_directory_works differently. Treat
1133 zero value as uninitialized so that variable can go into .bss.
1134
1135 * dirent/opendir-tst1.c: Print error strings to stdout.
1136
1137 * sysdeps/unix/sysv/linux/mmap64.c: New file. Empty.
1138 * sysdeps/unix/sysv/linux/syscalls.list: Add mmap with mmap64 alias.
1139 * sysdeps/unix/sysv/linux/arm/mmap.S: Add mmap64 alias.
1140 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1141 * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1142
1143 1998-11-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1144
1145 * time/tzfile.c (__tzfile_read): Check that types[i].isdst is in
1146 range.
1147
1148 1998-11-16 Ulrich Drepper <drepper@cygnus.com>
1149
1150 * libio/bits/stdio.h (fread_unlocked): Do handle zero size and number.
1151 (fwrite_unlocked): Likewise.
1152
1153 1998-11-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1154
1155 * libio/bits/stdio.h (fread_unlocked): Don't evaluate non-constant
1156 twice. Don't bother handling zero size.
1157 (fwrite_unlocked): Likewise.
1158
1159 1998-11-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1160
1161 * configure.in: Fix regex for makeinfo version string.
1162
1163 1998-11-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1164
1165 * sunrpc/rpc_sample.c (write_sample_server): Avoid -Wparentheses
1166 warning.
1167 * sunrpc/rpc_svcout.c (write_program): Likewise.
1168
1169 1998-11-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1170
1171 * time/Makefile (CFLAGS-test_time.c): Add -Wno-format.
1172
1173 1998-11-16 Ulrich Drepper <drepper@cygnus.com
1174
1175 * misc/sys/mman.h: Pretty print prototypes.
1176
1177 1998-11-15 Ulrich Drepper <drepper@cygnus.com
1178
1179 * misc/error.c (error): Don't use result of strerror_r call directly
1180 since at least DEC Unix has a wrong return type.
1181 Patch by Johan Danielsson <joda@pdc.kth.se>.
1182
1183 1998-11-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1184
1185 * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo
1186 last change.
1187
1188 1998-11-13 Ulrich Drepper <drepper@cygnus.com>
1189
1190 * stdio-common/vfscanf.c: Don't return -1 in case of an invalid
1191 format, just stop.
1192
1193 * version.h (VERSION): Bump to 2.0.102.
1194
1195 * stdio-common/tstdiomisc.c (t2): Update test case for last scanf
1196 change.
1197 * stdio-common/scanf7.c (main): Likewise.
1198
1199 1998-11-13 Ulrich Drepper <drepper@cygnus.com>
1200
1201 * stdio-common/vfscanf.c: Return EOF for invalid format
1202 characters.
1203
1204 * version.h (VERSION): Bump to 2.0.101.
1205
1206 * Makerules (Versions.all): Generate this file from all Versions.def
1207 files.
1208 (sysd-versions): Use Versions.all instead of Versions.def.
1209
1210 1998-11-13 Philip Blundell <philb@gnu.org>
1211
1212 * sysdeps/arm/fpu/bits/setjmp.h (__JMP_BUF_SP): Correct value.
1213 Reported by Scott Bambrough.
1214
1215 1998-11-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1216
1217 * locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c.
1218
1219 1998-11-13 Ulrich Drepper <drepper@cygnus.com>
1220
1221 * libio/bits/stdio.h: Correct and improve fread_unlocked and
1222 fwrite_unlocked optimizations.
1223
1224 * time/tzfile.c (__tzfile_read): Set __tzname based on last names
1225 in time not to last entries in the file.
1226 (__tzfile_compute): Likewise. Fix for PR libc/863.
1227
1228 * timezone/Makefile: Generate GB timezone data for test.
1229 * timezone/tst-timezone.c: More tests for DST switching time (disabled
1230 for now).
1231
1232 1998-11-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1233
1234 * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove
1235 d0 from clobber list.
1236
1237 1998-11-12 Ulrich Drepper <drepper@cygnus.com>
1238
1239 * inet/netinet/in.h: Add a few more IPPROTO_* macros.
1240
1241 * libio/Makefile (headers): Add bits/stdio.h.
1242 * libio/iofread_u.c: Undefine fread_unlocked before definition.
1243 * libio/iofwrite_u.c: Undefine fwrite_unlocked before definition.
1244 * libio/stdio.h: Move optimizations into ...
1245 * libio/bits/stdio.h: ...here. New file.
1246
1247 * libio/iofread.c: Pretty print.
1248
1249 1998-11-12 Mark Kettenis <kettenis@phys.uva.nl>
1250
1251 * sysdeps/gnu/bits/utmpx.h: Protect members of struct
1252 __exit_status with `__'. Rename pad member of struct utmpx to
1253 __unused.
1254 (RUN_LVL): Define unconditionally.
1255 * sysdeps/gnu/bits/utmp.h: Rename pad member of struct utmp to
1256 __unused.
1257
1258 1998-11-12 Philip Blundell <philb@gnu.org>
1259
1260 * sysdeps/unix/sysv/linux/netlink/netlink.h: New file, support for
1261 Linux AF_NETLINK sockets (needed since the kernel version is
1262 unusable).
1263 * sysdeps/unix/sysv/linux/Makefile: Install it.
1264 * sysdeps/unix/sysv/linux/Dist: Distribute it.
1265
1266 1998-11-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1267
1268 * timezone/tst-timezone.c (tests): Add entry for America/Chicago
1269 to test for bug in PR libc/863.
1270
1271 1998-11-12 Ulrich Drepper <drepper@cygnus.com>
1272
1273 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Cleanup comment.
1274
1275 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Rename macro
1276 parameter lazy to do_lazy to avoid clashing with struct member name.
1277 Reported by Ralf Baechle <ralf@uni-koblenz.de>.
1278
1279 1998-11-10 H.J. Lu <hjl@gnu.org>
1280
1281 * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine NR_OPEN
1282 if it is defined in <linux/limits.h>.
1283
1284 1998-11-09 13:07 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
1285
1286 * include/protocols/routed.h: Include the real header with
1287 a full path from the top of the source tree.
1288 * include/protocols/rwhod.h: Likewise.
1289 * include/protocols/talkd.h: Likewise.
1290 * include/protocols/timed.h: Likewise.
1291
1292 * timezone/Makefile: Don't include z.ZONE files if no_deps
1293 is set, not if avoid-generated is set.
1294
1295 1998-11-12 Ulrich Drepper <drepper@cygnus.com>
1296
1297 * signal/signal.h: Undo last change. Get definition of timespec
1298 if __USE_POSIX199309.
1299
1300 * string/bits/string2.h (__strpbrk_c2): Add intermediate cast to
1301 size_t to prevent gcc warning when using -Wqual-cast.
1302 (__strpbrk_c3): Likewise.
1303 Suggested by Alan Curry <pacman@cqc.com>.
1304
1305 1998-11-11 Roland McGrath <roland@baalperazim.frob.com>
1306
1307 * hurd/hurdsig.c (_hurdsig_init): Add assertion that no pending,
1308 unblocked signals are set in the startup masks.
1309
1310 * hurd/hurdsig.c (_hurdsig_init): Take new args, INTARRAY and
1311 INTARRAYSIZE. Initialize main thread's sigstate from INIT_SIG* ints.
1312
1313 * hurd/hurd/signal.h: Update _hurdsig_init decl.
1314 * hurd/hurdinit.c (_hurd_proc_init): Take new args, INTARRAY and
1315 INTARRAYSIZE, pass them down to _hurdsig_init.
1316 * hurd/hurd.h: Update _hurd_proc_init decl.
1317
1318 1998-11-10 Ulrich Drepper <drepper@cygnus.com>
1319
1320 * math/cabs.c: Replace complex by _Complex.
1321 * math/cabsf.c: Likewise.
1322 * math/cabsl.c: Likewise.
1323 * math/cimag.c: Likewise.
1324 * math/cimagf.c: Likewise.
1325 * math/cimagl.c: Likewise.
1326 * math/conj.c: Likewise.
1327 * math/conjf.c: Likewise.
1328 * math/conjl.c: Likewise.
1329 * math/creal.c: Likewise.
1330 * math/crealf.c: Likewise.
1331 * math/creall.c: Likewise.
1332
1333 * sysdeps/alpha/fpu/bits/mathdef.h: Define ISO C 9X stuff only if
1334 included from math.h and __USE_ISOC9X is defined.
1335 * sysdeps/generic/bits/mathdef.h: Likewise.
1336 * sysdeps/generic/i386/fpu/mathdef.h: Likewise.
1337 * sysdeps/generic/m68k/fpu/mathdef.h: Likewise.
1338 * sysdeps/generic/powerpc/bits/mathdef.h: Likewise.
1339 * sysdeps/generic/sparc/fpu/bits/mathdef.h: Likewise.
1340
1341 1998-11-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1342
1343 * sysdeps/i386/fpu/bits/mathdef.h: Allow direct inclusion by
1344 <complex.h>.
1345 * sysdeps/alpha/fpu/bits/mathdef.h: Likewise.
1346 * sysdeps/generic/bits/mathdef.h: Likewise.
1347 * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
1348 * sysdeps/powerpc/bits/mathdef.h: Likewise.
1349 * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
1350
1351 1998-11-09 Ulrich Drepper <drepper@cygnus.com>
1352
1353 * extra-lib.mk: Fix typo in last change.
1354
1355 * math/complex.h: Include bits/mathdef.h to get __NO_LONG_DOUBLE_MATH
1356 is needed.
1357 Don't define long double functions if __NO_LONG_DOUBLE_MATH is defined.
1358 Don't define `complex' but instead `_Complex'. The later is the
1359 reserved keyword.
1360 * math/bits/cmathcalls.c: Define _Mdouble_complex_ using _Complex,
1361 not complex.
1362
1363 1998-11-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1364
1365 * manual/libc.texinfo: Remove colon from category name.
1366 * manual/Makefile (dir-add.info): Likewise.
1367
1368 1998-11-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1369
1370 * configure.in: Avoid autoconf bug.
1371
1372 1998-10-28 H.J. Lu <hjl@gnu.org>
1373
1374 * posix/getopt.h: Add "__" to arguments in prototypes.
1375
1376 1998-11-05 H.J. Lu <hjl@gnu.org>
1377
1378 * libio/iofgets.c (_IO_fgets): Don't report error
1379 if something was read in and errno is set to
1380 EAGAIN.
1381 * libio/iofgets_u.c (fgets_unlocked): Likewise.
1382
1383 1998-11-05 Philip Blundell <philb@gnu.org>
1384
1385 * sysdeps/unix/sysv/linux/net/if_packet.h: Don't include kernel
1386 header; it defines too much. Provide a local definition of struct
1387 sockaddr_pkt and a comment advising against its use.
1388
1389 1998-11-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1390
1391 * extra-lib.mk: Avoid empty include list.
1392
1393 1998-11-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1394
1395 * extra-lib.mk: Add support for $(lib)-shared-only-routines.
1396
1397 * elf/Makefile (libdl-routines): Add dlopenold only if doing
1398 versioning.
1399 (libdl-shared-only-routines): New variable.
1400
1401 1998-11-06 Paul Eggert <eggert@twinsun.com>
1402
1403 Don't invoke localtime_r or gmtime_r unless it's the GNU C
1404 library's localtime_r and gmtime_r; there are too many buggy
1405 implementations of localtime_r and gmtime_r out there, and
1406 it's not worth keeping track of all the different bugs.
1407
1408 * time/mktime.c (__EXTENSIONS__): Remove.
1409 (<unistd.h>): No need to include.
1410 * time/strftime.c: Likewise.
1411
1412 * time/mktime.c (_POSIX_THREAD_SAFE_FUNCTIONS, HAVE_LOCALTIME_R):
1413 Remove.
1414 (my_mktime_localtime_r): Renamed from localtime_r; all uses changed.
1415 Base it on localtime unless _LIBC.
1416
1417 * time/strftime.c (my_strftime_gmtime_r): Renamed from gmtime_r;
1418 all uses changed.
1419 (my_strftime_localtime_r): Renamed from localtime_r; all uses changed.
1420 Base them on localtime/gmtime if not _LIBC.
1421
1422 1998-11-07 Ulrich Drepper <drepper@cygnus.com>
1423
1424 * sysdeps/generic/isastream.c: Always return 0 unless it is an invalid
1425 file descriptor. This makes this function actually usable.
1426 Proposed by Mark Kettenis <kettenis@phys.uva.nl>.
1427
1428 1998-11-05 Ulrich Drepper <drepper@cygnus.com>
1429
1430 * math/math.h: Unconditionally include bits/mathdef.h. Declare
1431 long double functions only if __NO_LONG_DOUBLE_MATH is not
1432 defined.
1433 * sysdeps/generic/bits/mathdef.h: Define only if __USE_ISOC9X.
1434 Define __NO_LONG_DOUBLE_MATH.
1435 * sysdeps/m68k/fpu/bits/mathdef.h: Define only if __USE_ISOC9X.
1436 * sysdeps/i386/fpu/bits/mathdef.h: Likewise.
1437
1438 * elf/rtld.c: Add a few __builtin_expects where they will improve
1439 a lot.
1440
1441 1998-11-05 Ulrich Drepper <drepper@cygnus.com>
1442
1443 * version.h (VERSION): Bump to 2.0.100.
1444
1445 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Fix fldl -> fld.
1446
1447 * sysdeps/libm-i387/s_fma.S: Optimize a bit.
1448 * sysdeps/libm-i387/s_fmaf.S: Likewise.
1449
1450 1998-11-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1451
1452 * libio/genops.c (_IO_least_marker): Add additional parameter
1453 end_p replacing fp->_IO_read_end.
1454 (save_for_backup): Likewise. All callers changed. Use _IO_size_t
1455 and _IO_ssize_t instead of int.
1456 (_IO_switch_to_main_get_area): Remove use of _IO_save_ptr.
1457 (_IO_switch_to_backup_area): Likewise. Fix comments.
1458 (_IO_seekmark): Undo last change.
1459 (_IO_default_pbackfail): Correct use of backup area.
1460 * libio/libio.h (_IO_FILE_complete): Remove _IO_save_ptr.
1461
1462 1998-11-04 19:47 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
1463
1464 * configure.in: Search for install-info and substitute it.
1465 Determine whether install-info is the buggy Debian version
1466 that doesn't understand INFO-DIR-SECTION.
1467 * config.make.in: Add INSTALL_INFO and OLD_DEBIAN_INSTALL_INFO
1468 to be substituted.
1469 * manual/Makefile: If OLD_DEBIAN_INSTALL_INFO, give
1470 install-info the --section argument it needs to work properly.
1471 (dir-add.texinfo): Delete target.
1472 (dir-add.info): Generate this directly. Sort entries. Put a
1473 colon at the end of the INFO-DIR-SECTION line.
1474 * manual/libc.texinfo: Put a colon at the end of the
1475 @dircategory line.
1476
1477 1998-11-05 Paul Eggert <eggert@twinsun.com>
1478
1479 * time/mktime.c (__mktime_internal): Adopt the traditional (and
1480 problematic) notion of what to do when tm_isdst doesn't match.
1481
1482 1998-11-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1483
1484 * posix/PTESTS: Fix spelling.
1485
1486 1998-11-04 Ulrich Drepper <drepper@cygnus.com>
1487
1488 * misc/efgcvt_r.c (fcvt_r): Remove code which tries to use libm
1489 functions. Reduce error in computing normalized value by multiplying
1490 factor in loop and compute result in one step.
1491 Reported by Christian Gafton.
1492
1493 * sysdeps/libm-i387/e_hypot.S: New file.
1494 * sysdeps/libm-i387/e_hypotf.S: New file.
1495
1496 1998-11-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1497
1498 * elf/dlopenold.c: Compile only if DO_VERSIONING is also defined.
1499
1500 1998-11-03 H.J. Lu <hjl@gnu.org>
1501
1502 * libio/fileops.c (new_do_write): New function.
1503 (_IO_new_do_write): Call new_do_write.
1504 (_IO_new_file_xsputn): Likewise.
1505
1506 * libio/oldfileops.c (old_do_write): New function.
1507 (_IO_old_do_write): Call old_do_write.
1508 (_IO_old_file_xsputn): Likewise.
1509
1510 1998-11-04 Ulrich Drepper <drepper@cygnus.com>
1511
1512 * time/mktime.c (__mktime_internal): Correct last change. We must
1513 stop searching for the right isdst value before stepping to the
1514 initial value.
1515
1516 * malloc/malloc.c: Make sure calloc really returned zeroed memory.
1517 Patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>.
1518
1519 1998-11-02 16:12 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
1520
1521 * sysdeps/generic/bits/signum.h: Define signals with their
1522 historical numbers when those are in the 1-15 range and
1523 consistent across platforms.
1524 Define compatibility aliases (SIGIOT, SIGCLD) if __USE_MISC.
1525 Define SIG_DFL, SIG_IGN, SIG_ERR as numeric constants cast
1526 appropriately instead of with fake function declarations
1527 (would cause link errors).
1528 If __USE_UNIX98, define SIG_HOLD.
1529
1530 1998-10-29 H.J. Lu <hjl@gnu.org>
1531
1532 * sysdeps/unix/sysv/linux/bits/sigaction.h (sigaction): Use
1533 union only if __USE_POSIX199309 is defined.
1534
1535 * misc/sys/select.h (pselect): Declared only if __USE_GNU is
1536 defined.
1537
1538 1998-11-03 Ulrich Drepper <drepper@cygnus.com>
1539
1540 * time/mktime.c (__mktime_internal): Handle broken down times
1541 around the time of the DST switches more correctly.
1542
1543 1998-11-02 Ulrich Drepper <drepper@cygnus.com>
1544
1545 * elf/Makefile (libdl-routines): Add dlopenold.
1546 * elf/Versions [libdl, GLIBC_2.1]: Add dlopen.
1547 * elf/dl-open.c (_dl_open): Check whether RTLD_LAZY or RTLD_GLOBAL
1548 is set and bounce otherwise.
1549 * elf/dlopen.c: Rename function to __dlopen_check and make version
1550 named dlopen.
1551 * elf/dlopenold.c: New file.
1552
1553 1998-11-02 Ulrich Drepper <drepper@cygnus.com>
1554
1555 * elf/Versions [libc, GLIBC_2.01]: Add _dl_global_scope_alloc.
1556 * elf/dl-open.c (_dl_global_scope_alloc): Move definition to
1557 * elf/dl-deps.c: ...here.
1558 * elf/dl-open.c (dl_open_worker): Call _dl_map_object_deps with
1559 new parameter and expect result. Remove code handling RTLD_GLOBAL.
1560 Add return value of _dl_map_object_deps to
1561 _dl_main_searchlist->r_nlist.
1562 * elf/dl-deps.c (_dl_map_object_deps): Change to return value.
1563 If we parameter GLOBAL is nonzero add object and dependencies to
1564 the global scope.
1565 * elf/ldsodefs.h: Adapt prototype for _dl_map_object_deps.
1566 * elf/rtld.c (dl_main): Call _dl_map_object_deps with new parameter.
1567 Mark all objects as in global scope.
1568 * elf/dl-object.c (_dl_new_object): Initialize l_global to zero.
1569
1570 * sysdeps/unix/sysv/linux/bits/sockunion.h: Add Econet support.
1571
1572 * sysdeps/unix/sysv/linux/i386/sysdep.h: Add .L prefix to symbols
1573 used in macro magic.
1574
1575 1998-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1576
1577 * sysdeps/unix/sysv/linux/netatalk/at.h: Include <linux/atalk.h>
1578 before <sys/socket.h> to make sockaddr_at available to
1579 <sys/socket.h>.
1580
1581 * posix/glob.h: Remove __P from parameter lists of declarations.
1582
1583 1998-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1584
1585 * time/tzset.c (tz_compute): Remove unused parameter timer.
1586 Change caller.
1587
1588 1998-11-02 Mark Kettenis <kettenis@phys.uva.nl>
1589
1590 * sysdeps/generic/bits/types.h (__ipc_pid_t): New typedef.
1591
1592 1998-11-02 Ulrich Drepper <drepper@cygnus.com>
1593
1594 * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Remove
1595 unnecessary test and add cast.
1596
1597 1998-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1598
1599 * posix/getconf.c: Add initializer SYSCONF for CHARCLASS_NAME_MAX.
1600
1601 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Remove unused
1602 parameter fd.
1603 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
1604
1605 1998-11-02 Mark Kettenis <kettenis@phys.uva.nl>
1606
1607 * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
1608 fds_bits member.
1609 (__FDMASK): Use __fd_mask instead of unsigned long int in cast.
1610
1611 1998-10-31 Richard Henderson <rth@cygnus.com>
1612
1613 * math/Makefile (gmp-objs): Add udiv_qrnnd.
1614
1615 * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL*): New.
1616 (inline_syscall*): New.
1617 * sysdeps/unix/sysv/linux/alpha/sysdep.h (INLINE_SYSCALL): New.
1618 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Kill __syscall* bits.
1619
1620 1998-10-31 Ulrich Drepper <drepper@cygnus.com>
1621
1622 * aclocal.m4 (LIBC_PROG_FOO_GNU): Name output file using -o to
1623 avoid ld test generating an unwanted file.
1624
1625 * posix/PTESTS: Remove comment about incorrect test (it is correct).
1626
1627 1998-10-30 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1628
1629 * sunrpc/Versions: Add xdr_uint32_t and xdr_int32_t.
1630 * sunrpc/pmap_rmt.c: Initialize clnt_stat variable.
1631 * sunrpc/rpc/auth_des.h: Use uint32_t for time values.
1632 * sunrpc/rpc/xdr.h: Add INT32 support.
1633 * sunrpc/xdr.c: Implement xdr_int32_t and xdr_uint32_t .
1634
1635 * nis/nis_call.c: Changes for new 64bit clean NIS+ interface.
1636 * nis/nis_callback.c: Likewise.
1637 * nis/nis_creategroup.c: Likewise.
1638 * nis/nis_defaults.c: Likewise.
1639 * nis/nis_intern.h: Likewise.
1640 * nis/nis_lookup.c: Likewise.
1641 * nis/nis_ping.c: Likewise.
1642 * nis/nis_print.c: Likewise.
1643 * nis/nis_table.c: Likewise.
1644 * nis/nis_util.c: Likewise.
1645 * nis/nis_xdr.c: Likewise.
1646 * nis/rpcsvc/nis.h: Likewise.
1647 * nis/rpcsvc/nis.x: Likewise.
1648 * nis/rpcsvc/nis_callback.h: Likewise.
1649 * nis/rpcsvc/nis_object.x: Likewise.
1650 * nis/rpcsvc/nislib.h: Likewise.
1651
1652 * nis/rpcsvc/yp.h: Remove casts to (u_long).
1653 * nis/rpcsvc/yp_prot.h: Likewise.
1654 * nis/rpcsvc/ypupd.h: Likewise.
1655 * nis/ypclnt.c: Change %ld to %d in sprintf.
1656
1657 1998-10-29 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1658
1659 * manual/locale.texi (Formatting Numbers): Fix strfmon examples.
1660
1661 1998-10-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1662
1663 * sysdeps/generic/bits/select.h (__FD_ZERO): Change '\0' to plain
1664 0, __fd_mask is usually not a char.
1665
1666 1998-10-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1667
1668 * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Allow
1669 compilation on systems without rt_* syscalls (e.g. on Linux 2.0).
1670 * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
1671 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1672 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
1673 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise
1674 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
1675 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
1676
1677 * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Allow
1678 compiling on systems without rt_sigaction syscall.
1679 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction):
1680 Likewise.
1681
1682 1998-10-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1683
1684 * time/strptime.c (HERE_D_FMT): Fix typo.
1685 Reported by Claus Heine <heine@math1.rwth-aachen.de>, PR libc/842.
1686
1687 1998-10-30 Ulrich Drepper <drepper@cygnus.com>
1688
1689 * catgets/Makefile (tests): Add rules to run gencat on test1.msg.
1690 (generate): Add test1.cat and test1.h.
1691 (distribute): Add test1.msg.
1692 * catgets/test1.msg: New file.
1693
1694 * catgets/gencat.c: Do a better job in initializing dynamic
1695 memory [PR libc/844].
1696
1697 1998-10-30 18:11 Ulrich Drepper <drepper@cygnus.com>
1698
1699 * iconv/gconv_conf.c (__gconv_read_conf): Don't define as
1700 internal_function since it is called through a pointer.
1701 * iconv/gconv_db.c (free_derivation): Likewise.
1702 * iconv/gconv_int.h: Adjust prototype od __gconv_read_conf.
1703
1704 * posix/wordexp.c: Add internal_function to parse_backtick definition.
1705 * rt/aio_misc.c: Add internal_function to __aio_free_request,
1706 __aio_find_req, __aio_find_req_fd, and __aio_enqueue_request
1707 definitions.
1708 * rt/aio_notify.c: Add internal_function to __aio_notify_only and
1709 __aio_notify definitions.
1710 * wcsmbsload.c: Add internal_function to __wcsmbs_load_conv definition.
1711
1712 1998-10-30 Ulrich Drepper <drepper@cygnus.com>
1713
1714 * Makerules (build-shlib): Add -O to generate optimized shared
1715 objects.
1716
1717 1998-10-30 11:15 Ulrich Drepper <drepper@cygnus.com>
1718
1719 * sysdeps/libm-i387/e_fmod.S: Remove invalid operand size suffix.
1720 * sysdeps/libm-i387/e_fmodf.S: Likewise.
1721 * sysdeps/libm-i387/e_fmodl.S: Likewise.
1722 * sysdeps/libm-i387/s_ilogb.S: Likewise.
1723 * sysdeps/libm-i387/s_ilogbf.S: Likewise.
1724 * sysdeps/libm-i387/s_logb.S: Likewise.
1725 * sysdeps/libm-i387/s_logbf.S: Likewise.
1726 * sysdeps/libm-i387/s_remquo.S: Likewise.
1727 * sysdeps/libm-i387/s_remquof.S: Likewise.
1728 * sysdeps/libm-i387/s_remquol.S: Likewise.
1729 * sysdeps/libm-i387/s_significand.S: Likewise.
1730 * sysdeps/libm-i387/s_significandf.S: Likewise.
1731
1732 1998-10-30 Geoff Keating <geoffk@ozemail.com.au>
1733
1734 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct
1735 _llseek.
1736
1737 1998-10-30 Geoff Keating <geoffk@ozemail.com.au>
1738
1739 * math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2.
1740
1741 1998-10-29 Ulrich Drepper <drepper@cygnus.com>
1742
1743 * stdio-common/vfprintf.c (vfprintf): Fix the remaining premature
1744 returns without cleaning up the lock.
1745 (printf_unknown): Add label all_done.
1746
1747 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Keep Linux 2.0
1748 kernels in mind when reading /proc/self/fd/FD.
1749 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
1750
1751 * nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
1752
1753 * malloc/mtrace.c (tr_where): Replace snprintf call by mempcpy and
1754 _fitoa.
1755
1756 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Try reading
1757 /prof/self/fd/FD first.
1758 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
1759
1760 * stdio-common/_itoa.h (_fitoa_word): New inline function. Write
1761 formatted number starting at given position and return pointer to
1762 following byte.
1763 (_fitoa): Likewise, for long long.
1764
1765 1998-10-29 Roland McGrath <roland@baalperazim.frob.com>
1766
1767 * sysdeps/unix/sysv/linux/bits/sem.h,
1768 sysdeps/unix/sysv/linux/bits/ipc.h,
1769 sysdeps/unix/sysv/linux/bits/shm.h,
1770 sysdeps/unix/sysv/linux/bits/msq.h: Moved to ...
1771 * sysdeps/gnu/bits/sem.h, sysdeps/gnu/bits/ipc.h,
1772 sysdeps/gnu/bits/shm.h, sysdeps/gnu/bits/msq.h: ... here,
1773 so the same bits will be used for the Hurd.
1774
1775 1998-10-29 Ulrich Drepper <drepper@cygnus.com>
1776
1777 * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Allow
1778 compiling on systems without rt_sigaction syscall.
1779
1780 1998-10-12 Philip Blundell <pb@nexus.co.uk>
1781
1782 * Makeconfig (sysdep-subdirs): Allow Subdirs files to remove
1783 directories as well as add them.
1784
1785 1998-10-28 Philip Blundell <pb@nexus.co.uk>
1786
1787 * sysdeps/unix/sysv/linux/neteconet/ec.h: New file. Support for
1788 AF_ECONET sockets as found in recent Linux 2.1 kernels.
1789 * sysdeps/unix/sysv/linux/Dist: Distribute it.
1790 * sysdeps/unix/sysv/linux/Makefile: Install it.
1791
1792 1998-10-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1793
1794 * string/bits/string2.h: __USE_GNU already implies __USE_MISC.
1795
1796 1998-10-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1797
1798 * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
1799 fds_bits member.
1800 * sysdeps/unix/sysv/linux/alpha/bits/types.h (__FDS_BITS): Likewise.
1801 * sysdeps/unix/sysv/linux/bits/types.h (__FDS_BITS): Likewise.
1802 * sysdeps/unix/sysv/linux/mips/bits/types.h (__FDS_BITS): Likewise.
1803 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h (__FDS_BITS):
1804 Likewise.
1805 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h (__FDS_BITS):
1806 Likewise.
1807 * sysdeps/generic/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
1808 __FD_ISSET): Use it.
1809 * sysdeps/i386/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
1810 __FD_ISSET): Likewise.
1811
1812 1998-10-28 Geoff Keating <geoffk@ozemail.com.au>
1813
1814 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Tidy up, correct
1815 llseek.
1816
1817 * sysdeps/unix/sysv/linux/powerpc/pread.c: Do not use the i386 version.
1818 Instead call the system call wrapper function using an 64bit argument.
1819 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
1820 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
1821 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
1822
1823 1998-10-27 Ulrich Drepper <drepper@cygnus.com>
1824
1825 * signal/signal.h: Don't include <time.h> for timespec, add
1826 forward declaration.
1827
1828 * sysdeps/i386/bits/select.h [!__USE_XOPEN]: Add special version
1829 of __FD_* macros which use __fds_bits.
1830 * sysdeps/generic/bits/select.h: Likewise.
1831 Reported by Matt McLean <keys@yikes.com>.
1832
1833 1998-10-27 Philip Blundell <pb@nexus.co.uk>
1834
1835 * elf/elf.h: Update ARM definitions.
1836
1837 1998-10-27 Ulrich Drepper <drepper@cygnus.com>
1838
1839 * signal/signal.h: Include bits/sigthread.h only for Unix98.
1840
1841 1998-10-26 Ulrich Drepper <drepper@cygnus.com>
1842
1843 * include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined
1844 define __builtin_expect as a macro substituting to the first
1845 argument.
1846 * config.h.in: Define HAVE_BUILTIN_EXPECT.
1847 * configure.in: Add test for __builtin_expect.
1848
1849 * sysdeps/unix/sysv/linux/bits/types.h: Include
1850 bits/pthreadtypes.h only not for POSIX 199506.
1851 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
1852 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1853 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
1854
1855 1998-10-26 Mark Kettenis <kettenis@phys.uva.nl>
1856
1857 * sysdeps/unix/sysv/linux/Versions: Move shutdown ...
1858 * socket/Versions [libc, GLIBC_2.0]: ... to here.
1859
1860 1998-10-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1861
1862 * include/stdio.h: Included <stddef.h> for size_t.
1863
1864 * stdio/stdio.h: Move __path_search, __gen_tempname, __libc_fatal
1865 to ...
1866 * include/stdio.h: ...here.
1867 * libio/stdio.h: Removed __path_search, __gen_tempname, __libc_fatal.
1868
1869 1998-10-26 11:09 Ulrich Drepper <drepper@cygnus.com>
1870
1871 * time/Makefile (tests): Add tst-posixtz.
1872 * time/tst-posixtz.c: New file.
1873
1874 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1875
1876 * elf/rtld.c (process_envvars): Accept any non-null value of
1877 LD_BIND_NOW, as mandated by the ABI.
1878
1879 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1880
1881 * sysdeps/unix/sysv/linux/pread.c: Rename __syscall_pread64 to
1882 __syscall_pread.
1883 * sysdeps/unix/sysv/linux/pwrite.c: Rename __syscall_pwrite64 to
1884 __syscall_pwrite.
1885 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
1886 * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
1887 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1888 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
1889 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise. Remove
1890 duplicate entries.
1891 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove
1892 s_pread64 and s_pwrite64.
1893 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
1894
1895 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1896
1897 * sysdeps/unix/sysv/linux/llseek.c: Use INLINE_SYSCALL.
1898 * sysdeps/unix/sysv/linux/arm/syscalls.list: Rename __sys_llseek
1899 to __syscall__llseek.
1900 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1901 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
1902 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove entry for
1903 __sys_llseek.
1904
1905 1998-10-26 Cristian Gafton <gafton@redhat.com>
1906
1907 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add s_setfsgid
1908 and s_setfsuid.
1909
1910 1998-10-26 Ulrich Drepper <drepper@cygnus.com>
1911
1912 * time/tzset.c (tz_compute): Correct last patch and describe this
1913 in a comment.
1914
1915 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1916
1917 * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove
1918 rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo,
1919 rt_sigaction and rt_sigpending.
1920 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries
1921 for __syscall_* functions.
1922 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL.
1923
1924 1998-10-26 Roland McGrath <roland@baalperazim.frob.com>
1925
1926 * hurd/Versions: Add _hurd_dtable, _hurd_dtablesize,
1927 _hurd_dtable_lock, _hurd_intern_fd.
1928
1929 * sysdeps/mach/hurd/Versions: Add cthread_keycreate,
1930 cthread_getspecific, cthread_setspecific, __libc_getspecific.
1931
1932 * mach/Versions: Fix typo in last change.
1933
1934 1998-10-25 Ulrich Drepper <drepper@cygnus.com>
1935
1936 * time/tzset.c (tz_compute): If time to switch to DST is later in
1937 the year switch back in the next year.
1938 Reported by jwitford@hutch.com.au.
1939
1940 1998-10-24 Mark Kettenis <kettenis@phys.uva.nl>
1941
1942 * mach/Versions: Add evc_wait, mach_error, mach_error_string,
1943 mach_error_type, mach_msg_destroy, mig_deallocate_reply_port.
1944 Remove __mach_host_self, __mach_reply_port, __mach_setup_thread,
1945 __mach_port_allocate, __mach_port_allocate_name,
1946 __mach_port_insert_right __mutex_trylock, __mutex_lock,
1947 __mutex_unlock, __swtch, __switch, __task_create, __task_suspend,
1948 __task_set_special_port, __task_terminate, __thread_depress_abort,
1949 __thread_switch, __vm_allocate, __vm_deallocate, __vm_map. These
1950 functions are not used outside libc.
1951
1952 * sysdeps/mach/hurd/Versions: New file.
1953 [libc, GLIBC_2.0]: Add _cthread_exit_routine and
1954 _cthread_init_routine. These are set by the Hurd cthreads library.
1955 Add __getcwd, __mmap. If we don't add these, the weak definitions in
1956 the dynamic linker will not be replaced by the corresponding shared
1957 library routines once they are loaded.
1958
1959 1998-10-21 Mark Kettenis <kettenis@phys.uva.nl>
1960
1961 * sysdeps/mach/hurd/i386/init-first.c: Only define
1962 __libc_enable_secure if PIC is not defined.
1963
1964 1998-10-25 Roland McGrath <roland@baalperazim.frob.com>
1965
1966 * argp/Versions: Add _argp_unlock_xxx. Lock-savvy functions call this
1967 to recurse into argp.
1968
1969 1998-10-25 Ulrich Drepper <drepper@cygnus.com>
1970
1971 * include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
1972 greater or equal than 199506L.
1973
1974 * sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
1975 only is __USE_XOPEN. Otherwise use __fds_bits.
1976 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
1977 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1978 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
1979 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1980 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
1981
1982 1998-10-24 H.J. Lu <hjl@gnu.org>
1983
1984 * locale/programs/charmap.c (parse_charmap): Accept tok_string
1985 for <code_set_name>.
1986
1987 1998-10-25 H.J. Lu <hjl@gnu.org>
1988
1989 * locale/programs/ld-ctype.c (ctype_finish): Also check
1990 <space>.
1991
1992 1998-10-25 Ulrich Drepper <drepper@cygnus.com>
1993
1994 * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.
1995
1996 * sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
1997 if __USE_POSIX199506 or __USE_UNIX98.
1998
1999 1998-10-24 22:34 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2000
2001 * string/bits/string2.h: Inline strdup+friends only if
2002 __USE_MISC || __USE_GNU (prevents namespace pollution).
2003
2004 1998-10-24 H.J. Lu <hjl@gnu.org>
2005
2006 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
2007 LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
2008 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
2009 LOCK_NB, LOCK_UN): Likewise.
2010 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
2011 LOCK_NB, LOCK_UN): Likewise.
2012 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
2013 LOCK_NB, LOCK_UN): Likewise.
2014 * sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
2015 LOCK_NB, LOCK_UN): Likewise.
2016
2017 1998-10-24 H.J. Lu <hjl@gnu.org>
2018
2019 * libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.
2020
2021 * libio/rewind.c (rewind): Clear the error.
2022
2023 1998-10-24 H.J. Lu <hjl@gnu.org>
2024
2025 * grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
2026 "buffer".
2027
2028 1998-10-24 H.J. Lu <hjl@gnu.org>
2029
2030 * sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
2031 with __need_timeval.
2032 * sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
2033 * sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.
2034
2035 1998-10-24 H.J. Lu <hjl@gnu.org>
2036
2037 * signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
2038 sigqueue): Protect with __USE_POSIX199309.
2039
2040 1998-10-24 H.J. Lu <hjl@gnu.org>
2041
2042 * time/time.h (timespec): Protect with __USE_POSIX199309 instead of
2043 __USE_POSIX.
2044
2045 1998-10-24 H.J. Lu <hjl@gnu.org>
2046
2047 * libio/fileops.c (_IO_new_file_seekoff): Always resync with
2048 the kernel file offset.
2049 * libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
2050
2051 1998-10-24 H.J. Lu <hjl@gnu.org>
2052
2053 * time/tzfile.c (__tzfile_default): Set num_types to 2.
2054
2055 1998-10-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2056
2057 * rt/aio.h: Move __aio_init to...
2058 * include/aio.h: ...here.
2059
2060 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2061
2062 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove duplicate
2063 definition of O_LARGEFILE.
2064
2065 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2066
2067 * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Use path
2068 as first argument to statfs.
2069
2070 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2071
2072 * sysdeps/generic/setenv.c (setenv): Add braces around ambiguous else.
2073
2074 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2075
2076 * malloc/mtrace.c: Include <string.h> for strlen.
2077
2078 1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
2079
2080 * sysdeps/mach/hurd/bits/environments.h: New file.
2081
2082 * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): New weak function.
2083
2084 * mach/Versions, hurd/Versions: Add numerous symbols.
2085 Remove libmachuser and libhurduser sections, punt
2086 versioning for those libraries for now.
2087
2088 * misc/Versions: Add reboot here; it exists on all platforms.
2089 * sysdeps/unix/sysv/linux/Versions: Remove reboot here.
2090
2091 1998-10-23 Ulrich Drepper <drepper@cygnus.com>
2092
2093 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOFOLLOW): New
2094 macro.
2095 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
2096 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2097 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_LARGEFILE,
2098 O_NOFOLLOW, O_DIRECT): New macros.
2099 (O_DIRECTORY): Correct definition according to official 2.1.126.
2100 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECTORY,
2101 O_NOFOLLOW): New macros.
2102
2103 1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
2104
2105 * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__.
2106
2107 * sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "".
2108 (__opendir): Add trailing slash to name for open, for ENOTDIR check.
2109
2110 1998-10-23 Ulrich Drepper <drepper@cygnus.com>
2111
2112 * sysdeps/unix/sysv/linux/i386/Dist: Add setresuid.c, setresgid.c,
2113 setfsuid.c, and setfsgid.c.
2114 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
2115 * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
2116 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
2117
2118 * version.h (VERSION): Bump to 2.0.99.
2119
2120 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove duplicate
2121 ustat definition.
2122
2123 * sysdeps/unix/sysv/linux/i386/Dist: Remove s_pread64.c and
2124 s_pwrite64.c.
2125
2126 * posix/fnmath.h: Don't redefine __P when used in glibc.
2127 * posix/glob.h: Likewise.
2128
2129 * inet/rcmd.c (__ivaliduser2): Fix memory leak.
2130 Patch by Dick Streefland <dick_streefland@tasking.com>.
2131
2132 * stdio-common/tst-ungetc.c: Add more test cases.
2133
2134 * sysdeps/unix/sysv/linux/Dist: Add linux_fsinfo.h.
2135 * sysdeps/unix/sysv/linux/fstatvfs.c: Move filesystem magic number
2136 definitions to ...
2137 * sysdeps/unix/sysv/linux/linux_fsinfo.h: ...here. New file.
2138 * sysdeps/unix/sysv/linux/fpathconf.c: New file.
2139 * sysdeps/unix/sysv/linux/pathconf.c: New file.
2140 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Handle _PC_LINK_MAX here.
2141 * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
2142
2143 1998-10-20 Philip Blundell <pb@nexus.co.uk>
2144
2145 * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Include
2146 <asm/ptrace.h> to define struct pt_regs.
2147 * sysdeps/unix/sysv/linux/arm/profil-counter.h: Don't bother
2148 including <asm/ptrace.h> here.
2149
2150 * sysdeps/unix/sysv/linux/arm/sysdep.S: Remove spurious call to
2151 C_SYMBOL_NAME macro.
2152
2153 1998-10-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2154
2155 * sysdeps/generic/sys/ptrace.h (__ptrace_request): Remove comma at
2156 end of enumerator list.
2157 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Likewise.
2158 * posix/wordexp.h: Likewise.
2159
2160 * db/db.h: Use __PMT instead of __P in typedefs.
2161 * db/mpool.h: Likewise.
2162 * sysdeps/generic/bits/siginfo.h: Likewise.
2163 * nis/rpcsvc/ypclnt.h: Likewise.
2164
2165 1998-10-23 Ulrich Drepper <drepper@cygnus.com>
2166
2167 * libio/genops.c (_IO_seekmark): When switching to backup buffer
2168 make sure all characters from the read buffer are read after
2169 switching back to it.
2170
2171 1998-10-22 Ulrich Drepper <drepper@cygnus.com>
2172
2173 * configure.in: Add support for Cygnus GNUPro compilers.
2174
2175 1998-10-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2176
2177 * stdio/stdio.h: Use __PMT instead of __P in typedefs.
2178
2179 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use __PMT instead
2180 of __P for sa_restorer.
2181 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
2182 * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
2183 kernel_sigaction, old_kernel_sigaction): Likewise.
2184
2185 1998-10-22 Ulrich Drepper <drepper@cygnus.com>
2186
2187 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add __syscall_pread
2188 and __syscall_pwrite aliases.
2189
2190 * sunrpc/rpc/auth.h (AUTH_DH): New macro. Alias for AUTH_DES.
2191
2192 * sysdeps/unix/sysv/linux/i386/sysdep.h: Drastically simplify and
2193 improve INLINE_SYSCALL using macro assembler magic.
2194
2195 1998-10-22 H.J. Lu <hjl@gnu.org>
2196
2197 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Add
2198 sanity check for n.
2199 * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
2200
2201 * sysdeps/posix/fpathconf.c (__fpathconf): Set errno to
2202 EINVAL if errno == ENODEV. Tested by VSX-PCT.
2203
2204 * sysdeps/posix/isatty.c (__isatty): Don't reset errno. Tested
2205 by VSX-PCT.
2206
2207 * posix/execvp.c (execvp): Check "". Tested by VSX-PCT.
2208
2209 1998-10-22 Philip Blundell <pb@nexus.co.uk>
2210
2211 * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef
2212 __ASSEMBLER__.
2213
2214 1998-10-21 Ulrich Drepper <drepper@cygnus.com>
2215
2216 * sysdeps/unix/sysv/linux/i386/sysdep.h: Remove EXTRAVARS_* macros
2217 and adjust formats.
2218
2219 1998-10-21 14:38 Ulrich Drepper <drepper@cygnus.com>
2220
2221 * sysdeps/unix/sysdep.h (INLINE_SYSCALL): New macro. Simply call
2222 __syscall_* function.
2223 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use INLINE_SYSCALL instead
2224 of calling __syscall_* function.
2225 * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
2226 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
2227 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2228 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
2229 * sysdeps/unix/sysv/linux/getpriority.c: Likewise.
2230 * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
2231 * sysdeps/unix/sysv/linux/getresuid.c: Likewise.
2232 * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
2233 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
2234 * sysdeps/unix/sysv/linux/poll.c: Likewise.
2235 * sysdeps/unix/sysv/linux/pread.c: Likewise.
2236 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2237 * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
2238 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2239 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2240 * sysdeps/unix/sysv/linux/readv.c: Likewise.
2241 * sysdeps/unix/sysv/linux/reboot.c: Likewise.
2242 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2243 * sysdeps/unix/sysv/linux/siglist.h: Likewise.
2244 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2245 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2246 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
2247 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2248 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
2249 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2250 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2251 * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
2252 * sysdeps/unix/sysv/linux/ustat.c: Likewise.
2253 * sysdeps/unix/sysv/linux/writev.c: Likewise.
2254 * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2255 * sysdeps/unix/sysv/linux/xstat.c: Likewise.
2256 * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
2257 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
2258 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2259 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2260 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2261 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2262 * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
2263 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2264 * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2265 * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
2266 * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
2267
2268 * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INLINE_SYSCALL using
2269 inline assembler.
2270 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove various
2271 __syscall_* definitions.
2272
2273 * sysdeps/unix/sysv/linux/syscalls.list: Move various __syscall_*
2274 definitions to...
2275 * sysdeps/unix/sysv/linux/alpha/syscalls.list: ...here...
2276 * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
2277 * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
2278 * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
2279 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
2280 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
2281 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
2282
2283 * sysdeps/unix/sysv/linux/Makefile [subdir=signal] (sysdep_routines):
2284 Move definition to...
2285 * sysdeps/unix/sysv/linux/alpha/Makefile: ...here...
2286 * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
2287 * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
2288 * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
2289 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
2290 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
2291 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
2292
2293 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
2294 (sysdep_routines): Remove s_pread64 and s_pwrite64.
2295
2296 * sysdeps/unix/sysv/linux/i386/pread.c: New file.
2297 * sysdeps/unix/sysv/linux/i386/pread64.c: New file.
2298 * sysdeps/unix/sysv/linux/i386/pwrite.c: New file.
2299 * sysdeps/unix/sysv/linux/i386/pwrite64.c: New file.
2300 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Removed.
2301 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Removed.
2302
2303 1998-10-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2304
2305 * sysdeps/unix/sysv/linux/siglist.h: Fix some typos in these files
2306 and bring them in synch.
2307 * sysdeps/unix/siglist.c: Likewise.
2308 Reported by Vladimir Michl <michlv@risc.upol.cz> [PR libc/832].
2309
2310 1998-10-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2311
2312 * sysdeps/unix/sysv/linux/i386/setresuid.c: Allow -1 as arguments.
2313 * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2314
2315 * sysdeps/unix/sysv/linux/i386/setreuid.c: New file.
2316 * sysdeps/unix/sysv/linux/i386/setregid.c: New file.
2317 * sysdeps/unix/sysv/linux/m68k/setreuid.c: New file.
2318 * sysdeps/unix/sysv/linux/m68k/setregid.c: New file.
2319 * sysdeps/unix/sysv/linux/arm/setreuid.c: New file.
2320 * sysdeps/unix/sysv/linux/arm/setregid.c: New file.
2321 * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: New file.
2322 * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: New file.
2323 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_setreuid and
2324 s_setregid.
2325 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
2326 * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
2327 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
2328
2329 1998-10-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2330
2331 * sunrpc/rpc_main.c (close_output, close_input): New functions.
2332 (c_output, h_output, s_output, l_output, t_output, svc_output,
2333 clnt_output, mkfile_output): Call them at the end.
2334
2335 1998-10-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2336
2337 * db/Makefile (LDFLAGS-db1.so): New variable, to avoid duplicating
2338 link command.
2339
2340 1998-10-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2341
2342 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents.
2343 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add s_setfs[ug]id.
2344
2345 1998-10-20 Ulrich Drepper <drepper@cygnus.com>
2346
2347 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_pread64 and
2348 s_pwrite64.
2349 * sysdeps/unix/sysv/linux/powerpc/pread.c: New file.
2350 * sysdeps/unix/sysv/linux/powerpc/pread64.c: New file.
2351 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: New file.
2352 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: New file.
2353 Patch by Geoffrey KEATING <geoffk@discus.anu.edu.au>.
2354
2355 1998-10-18 Zack Weinberg <zack@rabi.phys.columbia.edu>
2356
2357 * sysdeps/unix/opendir.c: Check at runtime for kernel support for
2358 O_DIRECTORY.
2359
2360 1998-10-20 H.J. Lu <hjl@gnu.org>
2361
2362 * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Fix
2363 argument types.
2364
2365 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
2366
2367 * math/tgmath.h: Make nested function calls work.
2368
2369 * include/ldsodefs.h: Fix typo.
2370
2371 * posix/Makefile (tests): Add tst-preadwrite.
2372 * posix/tst-preadwrite.c: New file.
2373
2374 * sysdeps/unix/opendir.c (__opendir): Add back fstat call to make
2375 sure that descriptor is in any case for a directory.
2376
2377 1998-10-19 18:59 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2378
2379 * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG): Fix typo: val -> Val.
2380 (atan2): Takes two arguments.
2381
2382 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
2383
2384 * include/ldsodefs.h: New file.
2385
2386 * iconv/gconv.c: Include ldsodefs.h, not elf/ldsodefs.h.
2387 Remove change to avoid using _CALL_DL_FCT.
2388 * iconv/gconv_db.c: Likewise.
2389 * iconv/gconv_dl.c: Likewise.
2390 * iconv/skeleton.c: Likewise, here for DL_CALL_FCT.
2391 * malloc/mtrace.c: Include ldsodefs.h, not elf/ldsodefs.h.
2392 * nss/nsswitch.c: Likewise.
2393 * nss/nsswitch.h: Likewise.
2394
2395 1998-10-19 Philip Blundell <pb@nexus.co.uk>
2396
2397 * sunrpc/Makefile (otherlibs): If static NSS is in use, set to the
2398 required libraries.
2399 * login/Makefile (otherlibs): Likewise.
2400 * nscd/Makefile (otherlibs): Likewise.
2401 * Makeconfig (link-libc) [! build_shared]: Add $(otherlibs).
2402
2403 * debug/Makefile (install-bin): Only build catchsegv if using ELF.
2404
2405 * inet/Makefile: Add -DSTATIC_NSS to CFLAGS.
2406
2407 1998-10-19 Philip Blundell <pb@nexus.co.uk>
2408
2409 * sysdeps/unix/sysv/linux/arm/syscalls.list: Added setfsgid
2410 and setfsuid.
2411
2412 1998-10-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2413
2414 * nscd/connections.c: Fix typos in comments and strings.
2415
2416 * nscd/nscd.conf: Update according to recent changes to nscd.
2417
2418 * nscd/cache.c (prune_cache): Remove wrong comment.
2419
2420 1998-10-19 13:24 Ulrich Drepper <drepper@cygnus.com>
2421
2422 * locale/programs/ld-collate.c (collate_startup): Clear bit for this
2423 category in copy_posix.
2424 (collate_finish): Don't warn about UNDEFINED not being defined.
2425 * locale/programs/ld-ctype.c (ctype_startup): Clear bit for this
2426 category in copy_posix.
2427 * locale/programs/ld-messages.c (messages_startup): Likewise.
2428 * locale/programs/ld-monetary.c (monetary_startup): Likewise.
2429 * locale/programs/ld-numeric.c (numeric_startup): Likewise.
2430 * locale/programs/ld-time.c (time_startup): Likewise.
2431 * locale/programs/localedef.c: Move copy_def_list_t definition into
2432 locales.h. Define copy_posix variable.
2433 (main): Before processing copy list add &copy_posix to copy_list.
2434 * locale/programs/locales.h: Add definition of copy_def_list_t.
2435 * locale/programs/locfile.c: Clear bit for appropriate category in
2436 copy_posix.mask for copy instruction.
2437
2438 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
2439
2440 * sysdeps/unix/sysv/linux/i386/setresgid.c: Remove #include of
2441 non-existing file with generic implementation.
2442 * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
2443
2444 1998-10-19 Philip Blundell <pb@nexus.co.uk>
2445
2446 * iconv/gconv_db.c: Include ELF header only if STATIC_GCONV is not
2447 defined. Avoid using _CALL_DL_FCT if it is not defined.
2448 * iconv/gconv.c: Likewise.
2449
2450 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
2451
2452 * nscd/connections.c (dbs): Define defualt values for timeouts and
2453 set enabled to 0 by default.
2454 (CACHE_PRUNE_INTERVAL): New constant. Use it instead of magical 15 in
2455 nscd_run.
2456
2457 * locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISCNTRL bit for
2458 character >= 0x80.
2459 (_nl_C_LC_CTYPE_class32): Likewise.
2460 Reported by HJ Lu.
2461
2462 1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
2463
2464 * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
2465 _HURD_THREADVAR_DL_ERROR.
2466
2467 * hurd/Makefile (user-interfaces): Add login, password.
2468
2469 * sysdeps/mach/hurd/Makefile (+cflags): Append -Wno-parentheses.
2470
2471 1998-08-06 Mark Kettenis <kettenis@phys.uva.nl>
2472
2473 [submitted 1998-08-06]
2474 * mach/Machrules: Create target directory and force re-evaluation
2475 of Makefile to prevent `make' from optimizing away most of the
2476 implicit rules and `vpath' directives.
2477
2478 1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
2479
2480 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread
2481 is null, short-circuit to __mach_msg.
2482
2483 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function,
2484 broken out of init1.
2485 (init1) [PIC]: Call it.
2486 (__libc_init_first) [! PIC]: Call it.
2487
2488 * sysdeps/mach/hurd/i386/init-first.c (init1): Don't call
2489 __libc_init_secure. Instead set __libc_enable_secure here from
2490 the exec flags.
2491 (__libc_enable_secure): New variable it.
2492 * sysdeps/mach/hurd/enbl-secure.c: New file, empty placeholder module.
2493
2494 1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
2495
2496 * nscd/nscd-client.h: New file, broken out of "nscd.h".
2497 * nscd/nscd.h: Move defns needed by clients to "nscd-client.h",
2498 and #include that.
2499 * nscd/Makefile (distribute): Add nscd-client.h.
2500 * nscd/nscd_getgr_r.c, nscd/nscd_gethst_r.c, nscd/nscd_getpw_r.c:
2501 Include "nscd-client.h" instead of "nscd.h"
2502
2503 1998-10-18 Ulrich Drepper <drepper@cygnus.com>
2504
2505 * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing
2506 directory entries when a lstat call fails.
2507 Patch by Colin Plumb <colin@nyx.net>.
2508
2509 * resolv/nss_dns/dns-host.c: Add missing errnop parameter to the
2510 NSS functions.
2511 * resolv/nss_dns/dns-network.c: Likewise.
2512
2513 * grp/Makefile: Don't search for linuxthreads in add-ons, use
2514 have-thread-library to determine whether threads are available.
2515 * pwd/Makefile: Remove wrong comment.
2516
2517 * inet/Makefile: Define CFLAGS-gethstbyad_r.c, CFLAGS-gethstbynm_r.c,
2518 and CFLAGS-gethstbynm2_r.c to -DUSE_NSCD=1.
2519
2520 * locale/C-messages.c: Define default strings for YESTR and NOSTR.
2521
2522 * nss/Versions: Add __nss_hosts_lookup.
2523
2524 * nss/getXXbyYY.c: Remove unneeded assignment.
2525
2526 * nss/getXXbyYY_r.c: Include nscd/nscd_proto.h only if needed.
2527
2528 Almost complete rewrite of the NSCD to make it smaller, faster,
2529 add more functionnality and make it easier to extend.
2530 * nscd/Makfile (routines): Add nscd_gethst_r.
2531 (nscd-modules): Add hstcache, gethstbyad_r, gethstbynm2_r, and cache.
2532 * nscd/cache.c: New file.
2533 * nscd/gethstbyad_r.c: New file.
2534 * nscd/gethstbynm2_r.c: New file.
2535 * nscd/hstcache.c: New file.
2536 * nscd/nscd_gethst_r.c: New file.
2537 * nscd/connections.c: Rewritten. Don't start new thread for every
2538 new connection. Use a fixed set of threads which handle all
2539 connections and also the cache cleanup.
2540 * nscd/grpcache.c: Rewritten to use generic cache handling functions
2541 in cache.c.
2542 * nscd/nscd.c: Recognize new parameter nthreads. Adjust initialization
2543 for rewrite. Remove handle_requests function.
2544 * nscd/nscd.h (NSCD_VERSION): Bump to 2.
2545 Define new data structure for the new unified cache and the host
2546 database entries.
2547 * nscd/nscd_conf.c: Rewrite parsing partly to allow adding of more
2548 databases easily. Recognize check-files and threads definitions.
2549 * nscd/nscd.conf: Add definition of enable-cache and check-files to
2550 passwd and group definitions. Add new set of definitions for hosts.
2551 * nscd/nscd_getgr_r.c: Rewrite for new protocol.
2552 * nscd/nscd_getpw_r.c: Likewise.
2553 * nscd/nscd_proto.h: Add prototype for host database functions.
2554 * nscd/nscd_stat.c: Rewrite to simplify printing of information
2555 for many databases.
2556 * nscd/dbg_log.c: Remove unnecessary variable initializations.
2557 Global variable debug_flag is renamed to dbg_level.
2558 * nscd/dbg_log.h: Declare set_logfile.
2559
2560 1998-10-16 Ulrich Drepper <drepper@cygnus.com>
2561
2562 * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
2563 O_LARGEFILE back.
2564
2565 1998-10-16 Paul Eggert <eggert@shade.twinsun.com>
2566
2567 * time/mktime.c: Some systems require <unistd.h> to be
2568 included before <time.h> for localtime_r to be declared
2569 properly.
2570 * time/strftime.c: Likewise.
2571
2572 1998-10-16 Ulrich Drepper <drepper@cygnus.com>
2573
2574 * db/Makefile: Add rule to generate shared object with the soname
2575 from glibc 2.0.
2576
2577 * sysdeps/unix/opendir.c: Use O_DIRECTORY if available. If not
2578 available double check to verify it's a directory.
2579
2580 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add O_DIRECTORY.
2581 * sysdeps/unix/sysv/linux/mips/bits/fcntl: Likewise.
2582 * sysdeps/unix/sysv/linux/bits/fcntl.h: Remove O_* constants which
2583 are not generally available.
2584 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: New file.
2585
2586 * sysdeps/unix/sysv/linux/i386/setgroups.c: Add range check for values.
2587 * sysdeps/unix/sysv/linux/arm/Makefile: New file.
2588 * sysdeps/unix/sysv/linux/arm/setegid.c: New file.
2589 * sysdeps/unix/sysv/linux/arm/seteuid.c: New file.
2590 * sysdeps/unix/sysv/linux/arm/setfsgid.c: New file.
2591 * sysdeps/unix/sysv/linux/arm/setfsuid.c: New file.
2592 * sysdeps/unix/sysv/linux/arm/setgid.c: New file.
2593 * sysdeps/unix/sysv/linux/arm/setgroups.c: New file.
2594 * sysdeps/unix/sysv/linux/arm/setresgid.c: New file.
2595 * sysdeps/unix/sysv/linux/arm/setresuid.c: New file.
2596 * sysdeps/unix/sysv/linux/arm/setuid.c: New file.
2597 * sysdeps/unix/sysv/linux/i386/setegid.c: New file.
2598 * sysdeps/unix/sysv/linux/i386/seteuid.c: New file.
2599 * sysdeps/unix/sysv/linux/i386/setfsgid.c: New file.
2600 * sysdeps/unix/sysv/linux/i386/setfsuid.c: New file.
2601 * sysdeps/unix/sysv/linux/i386/setgid.c: New file.
2602 * sysdeps/unix/sysv/linux/i386/setgroups.c: New file.
2603 * sysdeps/unix/sysv/linux/i386/setresgid.c: New file.
2604 * sysdeps/unix/sysv/linux/i386/setresuid.c: New file.
2605 * sysdeps/unix/sysv/linux/i386/setuid.c: New file.
2606 * sysdeps/unix/sysv/linux/m68k/setegid.c: New file.
2607 * sysdeps/unix/sysv/linux/m68k/seteuid.c: New file.
2608 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: New file.
2609 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: New file.
2610 * sysdeps/unix/sysv/linux/m68k/setgid.c: New file.
2611 * sysdeps/unix/sysv/linux/m68k/setgroups.c: New file.
2612 * sysdeps/unix/sysv/linux/m68k/setresgid.c: New file.
2613 * sysdeps/unix/sysv/linux/m68k/setresuid.c: New file.
2614 * sysdeps/unix/sysv/linux/m68k/setuid.c: New file.
2615 * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: New file.
2616 * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: New file.
2617 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: New file.
2618 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: New file.
2619 * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: New file.
2620 * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
2621 * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
2622 * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
2623 * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: New file.
2624
2625 * sysdeps/unix/sysv/linux/arm/syscalls.list: Add s_setgid, s_setresuid,
2626 s_setresgid, and s_setuid.
2627 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
2628 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
2629 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
2630 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
2631 (sysdep_routines): Add setfsgid, setfsuid, setresgid, and setresuid.
2632 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2633 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
2634
2635 1998-10-16 Ulrich Drepper <drepper@cygnus.com>
2636
2637 * time/mktime.c: Define _POSIX_THREAD_SAFE_FUNCTIONS to get
2638 localtime_t declaration on some systems.
2639
2640 1998-10-16 10:07 Ulrich Drepper <drepper@cygnus.com>
2641
2642 * iconv/Makefile [! elf]: Define CFLAGS-gconv_simple.c to
2643 -DSTATIC_GCONV.
2644 * iconv/skeleton.c: Include ELF header only of STATIC_GCONV is not
2645 defined. Avoid using DL_CLL_FCT if it is not defined.
2646
2647 1998-10-16 10:40 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2648
2649 * resolv/arpa/nameser.h: Include sys/types.h unconditionally.
2650 Include endian.h unconditionally. Remove portability goop
2651 depending on #ifdef linux, #ifdef BSD, #ifdef machine-type.
2652
2653 1998-10-16 11:39 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2654
2655 * sunrpc/rpc/types.h: Mark file so fixincludes won't modify it.
2656
2657 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
2658
2659 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Remove __kernel_termios
2660 again. Use char[44] to define size of the struct.
2661
2662 * sysdeps/unix/sysv/linux/arm/Dist: Add bits/armsigctx.h.
2663
2664 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2665
2666 * string/bits/string2.h (strcmp): Don't cache the result of
2667 __builtin_constant_p in variables, otherwise constant folding
2668 can fail in big functions.
2669
2670 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2671
2672 * string/bits/string2.h: Add prototypes for the new inline
2673 functions.
2674
2675 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
2676
2677 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
2678 have all types defined.
2679 Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
2680
2681 1998-10-08 Paul Eggert <eggert@twinsun.com>
2682
2683 * time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
2684 Define also if HAVE_LOCALTIME_R && defined localtime_r, with
2685 a body that merely expands localtime_r; this works around a
2686 bug in Digital Unix 4.0A and 4.0D.
2687
2688 1998-10-14 Ulrich Drepper <drepper@cygnus.com>
2689
2690 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_ioctl.
2691 * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: New file. Define
2692 __ioctl to __syscall_ioctl and include Linux version of this file.
2693 * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
2694 * sysdeps/unix/sysv/linux/powerpc/ioctl.c: New file. Redirect
2695 ioctl calls which handle struct termios.
2696 Based on a patch by Dan Jacobowitz <drow@false.org>.
2697
2698 1998-10-14 Ulrich Drepper <drepper@cygnus.com>
2699
2700 * version.h (VERSION): Bump to 2.0.98.
2701
2702 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Define __kernel_termios
2703 here instead of including kernel_termios.h.
2704
2705 1998-10-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2706
2707 * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is
2708 unnecessary after the changes of 1998-10-12.
2709
2710 1998-10-13 Ulrich Drepper <drepper@cygnus.com>
2711
2712 * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
2713 parameter format string.
2714 (inline_outw): Likewise.
2715
2716 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Include
2717 string.h to get memcpy prototype and NULL definition.
2718
2719 1998-10-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2720
2721 * misc/sys/cdefs.h (__THROW): New macro.
2722 * argp/argp.h: Use it to replace the kludgey __P in inline
2723 function definitions.
2724 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2725 * stdlib/stdlib.h: Likewise.
2726 * wcsmbs/wchar.h: Likewise.
2727 * libio/stdio.h: Likewise.
2728 * stdio/stdio.h: Likewise.
2729 * sysdeps/wordsize-64/inttypes.h: Likewise.
2730 * sysdeps/wordsize-32/inttypes.h: Likewise.
2731 * string/argz.h: Likewise.
2732 * io/sys/stat.h: Likewise.
2733
2734 1998-10-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2735
2736 * Rules (stdio_lim): New variable.
2737 ($(stdio_lim:h=st)): Use this as intermediate stamp file, depend
2738 on Rules and config.make, use $(move-if-change) to avoid unnessary
2739 recompilations, and cleanup command.
2740 (common-generated): Add bits/stdio_lim.st.
2741
2742 1998-10-12 Ulrich Drepper <drepper@cygnus.com>
2743
2744 * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New
2745 variable to prevent warnings from use of modern CPU instructions.
2746 Patch by Richard Henderson <rth@cygnus.com>.
2747
2748 * sysdeps/unix/opendir.c: Test whether NAME is directory before
2749 opening it.
2750
2751 1998-10-12 Philip Blundell <pb@nexus.co.uk>
2752
2753 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing
2754 semicolon so that profiling works.
2755
2756 1998-10-12 Roland McGrath <roland@baalperazim.frob.com>
2757
2758 * sysdeps/generic/glob.c: #undef mempcpy before #define.
2759
2760 * sysdeps/unix/bsd/clock.c: Use prototype defns.
2761
2762 1998-10-11 Ulrich Drepper <drepper@cygnus.com>
2763
2764 * Rules [posix in sysdirs]: Set L_tmpnam to 20.
2765 Patch by Zack Weinberg <zack@rabi.columbia.edu>.
2766
2767 * string/bits/string2.h [!_STRING_ARCH_unaligned]
2768 (__mempcpy_small): Add parameter for 1 byte copy and use it.
2769 Reported by Geoff Keating <geoffk@ozemail.com.au>.
2770
2771 1998-10-09 Mark Kettenis <kettenis@phys.uva.nl>
2772
2773 * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove,
2774 it is already defined in <bits/environments.h>.
2775
2776 1998-10-09 Ulrich Drepper <drepper@cygnus.com>
2777
2778 * posix/ptestcases.h: Fix typo.
2779
2780 1998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2781
2782 * posix/regex.c (regcomp): Allocate and prepare a fastmap.
2783 (regexec): Allocate regs.start and regs.end as one block.
2784
2785 1998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2786
2787 * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
2788 enum decl.
2789
2790 1998-10-08 Philip Blundell <pb@nexus.co.uk>
2791
2792 * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
2793 sigcontext union to ...
2794 * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here. New
2795 file.
2796 * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
2797 version 2.0 kernels.
2798
2799 1998-10-08 Ulrich Drepper <drepper@cygnus.com>
2800
2801 * malloc/mtrace.c (tr_reallochook): Produce better output for real
2802 reallocation case.
2803
2804 * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
2805 * argp/argp-xinl.c: Likewise.
2806
2807 * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
2808 Ruffian entry back.
2809 Patch by Christian Gafton.
2810
2811 1998-10-08 Paul Eggert <eggert@twinsun.com>
2812
2813 * time/mktime.c (__mktime_internal): When the requested time falls
2814 in a spring-forward gap of size DT, return a time that is DT away
2815 from the requested time, preferring a time whose tm_isdst differs
2816 from the requested value. Bump the max number of probes from 4 to
2817 6 to account for the extra probes needed to discover a
2818 spring-forward gap in the worst case.
2819
2820 1998-10-07 17:05 Ulrich Drepper <drepper@cygnus.com>
2821
2822 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection
2823 of the weird alpha architectures.
2824 Patch by Cristian Gafton <gafton@redhat.com>.
2825
2826 1998-02-18 23:31 Richard Henderson <rth@cygnus.com>
2827
2828 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for
2829 RAWHIDE and TSUNAMI. Patch from Jay.Estabrook@digital.com.
2830
2831 1998-10-07 Ulrich Drepper <drepper@cygnus.com>
2832
2833 * elf/dl-open.c (_dl_global_scope_alloc): Make global.
2834 (dl_open_worker): Use realloc, not malloc to resize array.
2835 * elf/rtld.c (_dl_initial_searchlist): New variable.
2836 (_dl_main): Copy content of _dl_main_searchlist to
2837 _dl_initial_searchlist.
2838 * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
2839 _dl_global_scope_alloc.
2840 * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
2841 * elf/dl-close.c (_dl_close): When removing object with global
2842 scope remove allocated searchlist if no dynamically loaded object
2843 is on it anymore.
2844 * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
2845 (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.
2846
2847 * malloc/mtrace.c (tr_where): Don't print space in location string,
2848 print it afterwards. Print better symbol name information.
2849
2850 1998-10-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2851
2852 * manual/filesys.texi (Setting Permissions): Fix example for
2853 reading umask.
2854
2855 1998-10-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2856
2857 * elf/sprof.c (load_profdata): Fix typo in error message.
2858
2859 1998-10-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2860
2861 * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
2862 flag.
2863
2864 1998-10-04 Roland McGrath <roland@baalperazim.frob.com>
2865
2866 * mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
2867
2868 1998-10-06 Ulrich Drepper <drepper@cygnus.com>
2869
2870 * version.h (VERSION): Bump to 2.0.97.
2871
2872 1998-10-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2873
2874 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P
2875 in definitions of inline stat functions so that they match the
2876 declaration.
2877 * stdlib/stdlib.h: Likewise.
2878 * wcsmbs/wchar.h: Likewise.
2879 * libio/stdio.h: Likewise.
2880 * stdio/stdio.h: Likewise.
2881 * sysdeps/wordsize-64/inttypes.h: Likewise.
2882 * sysdeps/wordsize-32/inttypes.h: Likewise.
2883 * string/argz.h: Likewise.
2884 * argp/argp.h: Likewise.
2885
2886 1998-10-06 Ulrich Drepper <drepper@cygnus.com>
2887
2888 * sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
2889 netinet/in.h.
2890
2891 1998-10-05 Philip Blundell <philb@gnu.org>
2892
2893 * sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
2894 and constants. Tidy up formatting a little.
2895
2896 * sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
2897 Move definitions to in.h.
2898
2899 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2900
2901 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
2902 SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
2903 Remove inclusion of <linux/swap.h>.
2904
2905 1998-10-05 Ulrich Drepper <drepper@cygnus.com>
2906
2907 * io/sys/stat.h: Use __P in definitions of inline stat functions
2908 so that they match the declaration.
2909
2910 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2911
2912 * sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
2913
2914 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2915
2916 * sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
2917 linux 2.1 version.
2918
2919 1998-10-02 Philip Blundell <pb@nexus.co.uk>
2920
2921 * sysdeps/arm/dl-machine.h: Fix typo in last change.
2922
2923 * sysdeps/arm/bits/huge_val.h: New file.
2924
2925 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2926
2927 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
2928
2929 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
2930 define.
2931
2932 1998-10-05 Ulrich Drepper <drepper@cygnus.com>
2933
2934 * sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
2935 store result of realloc instead of using BUF.
2936
2937 1998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2938
2939 * misc/sgtty.h (_SGTTY_H): Correct spelling.
2940 Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
2941
2942 1998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2943
2944 * manual/memory.texi (Obstacks): Document
2945 obstack_alloc_failed_handler usage.
2946
2947 * malloc/obstack.h: Enhance comment about
2948 obstack_alloc_failed_handler usage.
2949 * malloc/obstack.c: Likewise.
2950
2951 1998-10-05 Ulrich Drepper <drepper@cygnus.com>
2952
2953 * misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
2954 gcc before 2.8 is used.
2955
2956 1998-10-01 Philip Blundell <pb@nexus.co.uk>
2957
2958 * sysdeps/arm/machine-gmon.h: Correct args to mcount(). Patch
2959 from Scott Bambrough.
2960
2961 * sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
2962
2963 * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
2964 include the lock member.
2965
2966 1998-09-03 Philip Blundell <pb@nexus.co.uk>
2967
2968 * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
2969
2970 1998-10-01 Ulrich Drepper <drepper@cygnus.com>
2971
2972 * timezone/zic.c: Update from tzcode1998h.
2973 * timezone/europe: Update from tzdata1998i.
2974 * timezone/southamerica: Likewise.
2975
2976 * sys/types.h: Protect use of long long by __extension__.
2977 * stdlib/stdlib.h: Likewise.
2978 * string/string.h: Likewise.
2979 * sysdeps/i386/bits/byteswap.h: Likewise.
2980 * sysdeps/geeric/bits/byteswap.h: Likewise.
2981 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
2982 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2983 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2984 * sysdeps/wordsize-32/inttypes.h: Likewise.
2985 * sysdeps/wordsize-32/stdint.h: Likewise.
2986 * wcsmbs/wchar.h: Likewise.
2987
2988 1998-09-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2989
2990 * string/bits/string2.h (__string2_1bptr_p): Don't use a statement
2991 expression.
2992 (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
2993 __strsep): Greatly reduce size of expansion by combining common
2994 expressions.
2995 (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
2996 inline function.
2997 (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
2998 by the above definitions.
2999
3000 1998-09-27 Geoff Keating <geoffk@ozemail.com.au>
3001
3002 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
3003 correct struct ipc_perm definition.
3004
3005 1998-09-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3006
3007 * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
3008
3009 1998-09-29 Cristian Gafton <gafton@redhat.com>
3010
3011 * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
3012 * sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
3013 * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
3014 * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
3015 Add net/if_shaper.h.
3016
3017 1998-09-29 Ulrich Drepper <drepper@cygnus.com>
3018
3019 * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
3020
3021 * nis/ypclnt.c: Remove not needed close calls.
3022
3023 1998-09-28 23:55 Ulrich Drepper <drepper@cygnus.com>
3024
3025 * nis/ypclnt.c (__yp_bind): Pretty print. Optimize readv result
3026 check a bit. Also close socket of domain client. Close socket
3027 in IPPORT_RESERVED error case.
3028
3029 1998-09-28 Ulrich Drepper <drepper@cygnus.com>
3030
3031 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
3032 CMSG_ALIGN (fixes a bug) and correct test for availability of
3033 another entry.
3034 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
3035 Linux version.
3036 (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
3037 availability of another entry.
3038 Patch by ak@muc.de.
3039
3040 * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
3041 Patch by ak@muc.de.
3042
3043 * libio/libio.h [!__STDC__]: Define const only if not defined.
3044
3045 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3046
3047 * posix/annexc.c (xsystem): New function. Use it instead of
3048 system.
3049
3050 1998-09-28 Ulrich Drepper <drepper@cygnus.com>
3051
3052 * stdlib/longlong.h: Remove #endif for #if removed in last change.
3053
3054 1998-09-25 Ulrich Drepper <drepper@cygnus.com>
3055
3056 * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
3057 Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
3058 allow using `ut' parameter.
3059 [!emacs]: Define ut_argument, ut_argument_spec, and
3060 ut_argument_spec_iso as empty. Define ut to 0. Add ut_argument and
3061 argument_spec to prototypes and definitions.
3062 (my_strftime): Don't call tzset of ut != 0.
3063 Compute diff as 0 is ut != 0;
3064 [emacs]: Define new emacs_strftime function.
3065 Based on a patch by Paul Eggert.
3066
3067 1998-09-24 Paul Eggert <eggert@twinsun.com>
3068
3069 * time/strftime.c (my_strftime): When asking for the length of the
3070 subformatted buffer, do not limit the length to look for;
3071 otherwise, we have no reliable way to distinguish between the
3072 empty buffer and an error.
3073
3074 1998-09-25 Ulrich Drepper <drepper@cygnus.com>
3075
3076 * math/Makefile (gmp-objs): Add mp_clz_tab.
3077
3078 1998-09-25 David S. Miller <davem@pierdol.cobaltmicro.com>
3079
3080 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
3081 set them.
3082 * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
3083 cpus lacking hardware multiply and divide.
3084
3085 1998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3086
3087 * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
3088 $(<F), not $(^F).
3089
3090 1998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3091
3092 * db/btree/bt_delete.c: Fix -Wparentheses warning.
3093
3094 1998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3095
3096 * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
3097 $(do-install).
3098
3099 1998-09-24 Ulrich Drepper <drepper@cygnus.com>
3100
3101 * debug/catchsegv.sh: Also produce output if clone process died.
3102
3103 1998-09-24 Paul Eggert <eggert@twinsun.com>
3104
3105 * time/strftime.c (f_wkday): Remove duplicate definition.
3106 (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
3107 !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
3108 1998-09-11 fix to this case.
3109 (wkday_len, month_len): Remove these macros; they're no longer needed.
3110
3111 1998-09-24 Paul Eggert <eggert@twinsun.com>
3112
3113 * time/strftime.c (my_strftime): Don't store past the end of a
3114 zero-sized buffer.
3115
3116 1998-09-24 Paul Eggert <eggert@twinsun.com>
3117
3118 * time/strftime.c (underlying_strftime):
3119 Set the buffer to a nonzero value before calling
3120 strftime, and check to see whether strftime has set the buffer to zero.
3121 This lets us distinguish between an empty buffer and an error.
3122
3123 1998-09-24 Paul Eggert <eggert@shade.twinsun.com>
3124
3125 * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
3126 This fix is propagated from tzcode1998g.tar.gz.
3127
3128 1998-09-24 Mark Kettenis <kettenis@phys.uva.nl>
3129
3130 * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
3131 _sys_siglist. [!HAVE_GNU_LD]: Do not define _sys_siglist as
3132 sys_siglist. This is handled correctly by the weak_alias macro.
3133
3134 1998-09-24 Ulrich Drepper <drepper@cygnus.com>
3135
3136 * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
3137 of mempcpy. Reported by Andreas Jaeger.
3138
3139 * misc/regexp.h (compile): Use alloca instead of __alloca. It won't
3140 pollute the namespace since the compiler will resolve it inline.
3141 Reported by Florian La Roche <florian@suse.de>.
3142
3143 1998-09-24 10:29 Ulrich Drepper <drepper@cygnus.com>
3144
3145 * timezone/private.h: Update from tzcode1998g.
3146
3147 * timezone/africa: Update from tzdata1998h.
3148 * timezone/asia: Likewise.
3149 * timezone/australasia: Likewise.
3150 * timezone/europe: Likewise.
3151 * timezone/northamerica: Likewise.
3152 * timezone/southamerica: Likewise.
3153 * timezone/zone.tab: Likewise.
3154
3155 1998-09-23 17:28 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3156
3157 * misc/sys/mman.h: New file.
3158
3159 * sysdeps/generic/bits/mman.h: New file.
3160 * sysdeps/unix/bsd/osf/bits/mman.h: New file.
3161 * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
3162 * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
3163 * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
3164
3165 * sysdeps/generic/sys/mman.h: Removed.
3166 * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
3167 * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
3168 * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
3169 * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
3170 * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
3171
3172 * include/sys/mman.h: Look directly for misc/sys/mman.h.
3173 * misc/Makefile (headers): Add bits/mman.h.
3174 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
3175 bits/mman.h.
3176
3177 * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
3178 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
3179 * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
3180 * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
3181 * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
3182 * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
3183 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
3184 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
3185
3186 1998-09-23 16:27 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3187
3188 * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
3189 * sysdeps/mach/alpha/thread_state.h: Likewise.
3190 * sysdeps/mach/i386/sysdep.h: Likewise.
3191 * sysdeps/mach/i386/thread_state.h: Likewise.
3192 * sysdeps/mach/mips/sysdep.h: Likewise.
3193 * sysdeps/mach/mips/thread_state.h: Likewise.
3194 * sysdeps/posix/profil.c: Likewise.
3195 * sysdeps/i386/i586/memcopy.h: Likewise.
3196 * sysdeps/mach/pagecopy.h: Likewise.
3197
3198 1998-09-23 15:25 Ulrich Drepper <drepper@cygnus.com>
3199
3200 * libio/stdio.h: Define __need_getopt and include getopt.h to define
3201 getopt stuff.
3202 * posix/unistd.h: Likewise.
3203 * stdio/stdio.h: Likewise.
3204 * posix/getopt.h: Remove _GNU_SOURCE use. If __need_getopt is defined
3205 define only getopt and the variables.
3206
3207 1998-09-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3208
3209 * scripts/test-installation.pl (installation_problem): Don't link
3210 the test program against libdb1.
3211
3212 1998-09-23 13:52 Ulrich Drepper <drepper@cygnus.com>
3213
3214 * Makeconfig (all-subdirs): Add db.
3215 * Versions.def: Add definition for libdb1.
3216 * shlib-versions: Add definitions for libdb1.
3217 * db/Makefile (extra-libs): Replace by libdb1.
3218 (libdb-routines): Rename to libdb1-routines.
3219 (headers): Rename to db1-headers.
3220 (distribute): Add $(db1-headers).
3221 (install-others): Define to install symlink libdb.so.NN and the
3222 $(db1-headers).
3223 (CPPFLAGS): Add -DUSE_LIBDB1
3224 Remove rules to build makedb.
3225 * db/Versions: Rename libdb to libdb1.
3226 * include/db.h: If USE_LIBDB1 is defined include db/db.h.
3227 * db/makedb.c: Removed.
3228
3229 * scripts/versions.awk: Recognize digits in library names.
3230
3231 * db/btree/bt_open.c: Fix compiler warnings.
3232 * db/btree/bt_put.c: Likewise.
3233 * db/btree/bt_split.c: Likewise.
3234 * db/hash/hash.c: Likewise.
3235 * db/hash/hash_bigkey.c: Likewise.
3236 * db/recno/rec_close.c: Likewise.
3237
3238 * Makefile: Add localedata/% goal.
3239
3240 1998-09-22 19:58 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3241
3242 * posix/execvp.c: Don't give up searching the PATH if execve
3243 returns ENOTDIR.
3244
3245 1998-09-22 12:53 Ulrich Drepper <drepper@cygnus.com>
3246
3247 * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
3248 if _dl_fpu_control_set is set.
3249 * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
3250 * elf/rtld.c: Don't define _dl_fpu_control_set.
3251 * elf/Versions: Remove _dl_fpu_control_set.
3252
3253 1998-09-22 11:51 Ulrich Drepper <drepper@cygnus.com>
3254
3255 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
3256 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
3257 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
3258 Correct values of other SA_* macros according to kernel headers.
3259
3260 1998-09-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3261
3262 * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
3263 variable l.
3264 * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
3265 old.
3266
3267 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3268
3269 * elf/ldsodefs.h: Fix typo in comment.
3270
3271 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3272
3273 * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
3274 char when comparing buffer contents with putback character.
3275
3276 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3277
3278 * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
3279 Undo last change.
3280 * elf/Versions: Undo last change. Export _dl_fpu_control and
3281 _dl_fpu_control_set.
3282 * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
3283 variables. Include <fpu_control.h>.
3284 * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
3285 _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
3286 to indicate that is was seen.
3287 * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
3288 only if _dl_fpu_control was set and is equal to desired value.
3289 * math/Makefile (aux): Undo last change.
3290 * math/Versions: Export __fpu_control with version GLIBC_2.0.
3291
3292 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3293
3294 * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
3295 optimized.
3296
3297 1998-09-21 10:00 Ulrich Drepper <drepper@cygnus.com>
3298
3299 * string/bits/string2.h: Add mempcpy optimization.
3300 * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
3301 * intl/localealias.c: Define mempcpy only if not already defined.
3302
3303 * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
3304 defined.
3305
3306 1998-09-20 10:48 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3307
3308 * csu/abi-note.S: Emit the note directly instead of defining
3309 a preprocessor macro that's only used once. Don't include sysdep.h.
3310 * abi-tags: Generalize Solaris entry.
3311
3312 1998-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3313
3314 * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
3315 Change to array to avoid runtime relocation.
3316 * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
3317
3318 1998-09-21 12:22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3319
3320 * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
3321 * math/Makefile ($(objpfx)libieee.a): Likewise.
3322
3323 1998-09-21 Ulrich Drepper <drepper@cygnus.com>
3324
3325 * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
3326 Patch by John Tobey <jtobey@banta-im.com>.
3327
3328 1998-09-20 Ulrich Drepper <drepper@cygnus.com>
3329
3330 * login/Makefile (distribute): Remove pty-internal.h, add
3331 pty-private.h.
3332
3333 * stdlib/tst-strtol.c: Add more checks.
3334 Patch by Zack Weinberg <zack@rabi.columbia.edu>.
3335
3336 1998-09-20 09:37 Ulrich Drepper <drepper@cygnus.com>
3337
3338 * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
3339 * elf/elf.h: Add AT_FPUCW.
3340 * elf/Makefile (dl-routines): Add fpu_control.
3341 (elide-routines.os): Add fpu_control.
3342 (rtld-routines): Add fpu_control.
3343 * math/Makefile (aux): Remove fpu_control.
3344 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
3345 (_dl_show_auxv): Likewise.
3346 * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
3347 if different from OS default.
3348
3349 * stdio-common/tstscanf.c: Add test case for (nil).
3350
3351 1998-09-18 17:41 Ulrich Drepper <drepper@cygnus.com>
3352
3353 * libio/fileops.c (_IO_new_file_underflow): Before allocating
3354 buffer make sure the pushback buffer is destroyed.
3355 (_IO_new_file_seekoff): Likewise.
3356 If mode==0 quit early with the result.
3357 Clear OEF flag after successful fseek.
3358 * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
3359 * libio/ftello.c (ftello): Add offset from original buffer if
3360 stream has pushed back characters.
3361 * libio/ftello64.c (ftello64): Likewise.
3362 * libio/iofgetpos.c (_IO_fgetpos): Likewise.
3363 * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
3364 * libio/ioftell.c (_IO_ftell): Likewise.
3365 * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
3366 and _IO_save_ptr.
3367 (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
3368 (_IO_default_pbackfail): Only stored push back character in original
3369 buffer if it is the same as the one in the file at this position.
3370 * libio/iofclose.c: Free backup buffer if one is available.
3371 * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
3372 mode!=0.
3373
3374 * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
3375
3376 * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
3377
3378 * stdio-common/vfscanf.c: Fix reading (nil) for %p.
3379
3380 1998-09-18 Mark Kettenis <kettenis@phys.uva.nl>
3381
3382 * login/programs/pt_chown.c (more_help): Correct message that
3383 describes the purpose of the program.
3384
3385 * login/openpty.c: Do not include pty-private.h.
3386 (pts_name): New function. Return name of slave pseudo terminal in
3387 an allocated buffer if necessary.
3388 (openpty): Use pts_name to get name of the slave end of the pseudo
3389 terminal pair.
3390
3391 * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
3392 pts_name before return.
3393
3394 1998-09-18 11:15 Ulrich Drepper <drepper@cygnus.com>
3395
3396 * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
3397
3398 1998-09-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3399
3400 * login/openpty.c: Include pty-private.h instead of
3401 pty-internal.h.
3402
3403 1998-09-09 Philip Blundell <pb@nexus.co.uk>
3404
3405 * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
3406
3407 1998-09-07 Philip Blundell <pb@nexus.co.uk>
3408
3409 * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
3410 recent ld.so changes.
3411 (elf_machine_runtime_setup): Correct behaviour when profiling.
3412
3413 1998-09-17 19:34 Ulrich Drepper <drepper@cygnus.com>
3414
3415 * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
3416 Patch by John Tobey <jtobey@banta-im.com>.
3417
3418 1998-09-17 Mark Kettenis <kettenis@phys.uva.nl>
3419
3420 * login/pty-internal.h: Removed. Moved constants related to the
3421 `grantpt' helper program protocol to ...
3422 * login/pty-private.h: ... here. New file.
3423 * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
3424 to make the function work with kernels >= 2.1.115.
3425 * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
3426 version if using the cloning device fails.
3427 * sysdeps/unix/sysv/linux/grantpt.c: New file.
3428 * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
3429 * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
3430 use by Linux specific code.
3431 * sysdeps/unix/bsd/unlockpt.c: General cleanup.
3432 * sysdeps/unix/grantpt.c: Largely rewritten. (pts_name): New
3433 function. (grantpt): Use pts_name, check group and permission
3434 mode in addition to owner. Try to set the owner, group and
3435 permission mode first without invoking the helper program.
3436 * login/programs/pt_chown.c: Largely rewritten. Add argp and
3437 internationalization support. Use symbolic constants instead of
3438 hardwired numbers for permission mode.
3439 * sysdeps/unix/bsd/ptsname.c: New file.
3440
3441 1998-09-17 22:04 Tim Waugh <tim@cyberelk.demon.co.uk>
3442
3443 * posix/wordexp-test.c: Undo last change.
3444
3445 * posix/wordexp.c: Undo last change.
3446
3447 1998-09-16 Ulrich Drepper <drepper@cygnus.com>
3448
3449 * nscd/grpcache.c (save_grp): Partly undo last change.
3450
3451 * nscd/pwdcache.c (save_pwd): Undo last change.
3452
3453 1998-09-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3454
3455 * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
3456 function. Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
3457
3458 1998-09-15 David S. Miller <davem@pierdol.cobaltmicro.com>
3459
3460 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
3461 Add profiling support.
3462 (TRAMPOLINE_TEMPLATE): New macro.
3463 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
3464 (RTLD_START): Prettify, and set __libc_stack_end properly.
3465 (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
3466 and check for sym being NULL instead.
3467 * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
3468 of stack space.
3469 * sysdeps/sparc/sparc64/lshift.S: Likewise.
3470 * sysdeps/sparc/sparc64/mul_1.S: Likewise.
3471 * sysdeps/sparc/sparc64/rshift.S: Likewise.
3472 * sysdeps/sparc/sparc64/submul_1.S: Likewise.
3473 * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
3474 MEDANY code model %g4 usage.
3475 * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
3476 MEDANY code model %g4 usage.
3477 * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
3478 code model address formation.
3479 * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
3480 include elf/ldsodefs.h
3481 (DT_SPARC): Remove.
3482 (elf_machine_matches_host): It is now EM_SPARCV9.
3483 (elf_machine_dynamic): Clean up to remove ugly cast.
3484 (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
3485 new PLT formats.
3486 (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
3487 Prettify rest of function.
3488 [R_SPARC_COPY]: Check for sym being NULL.
3489 [R_SPARC_32]: Handle it.
3490 [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
3491 MEDMID code model.
3492 [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
3493 MEDANY code model.
3494 [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
3495 (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
3496 Add profiling support.
3497 (TRAMPOLINE_TEMPLATE): New macro.
3498 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
3499 (RTLD_START): Prettify and set __libc_stack_end.
3500 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
3501 Define.
3502 * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
3503 (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
3504 * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
3505 unused variable scratch.
3506 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
3507 (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
3508 Declare.
3509 (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
3510 stub to rt_sigaction syscalls. Rewrite non-rt case to use correct
3511 old format kernel sigaction structures.
3512 * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
3513 * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
3514 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
3515 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
3516 ucontext include.
3517 (_JMPBUF_UNWINDS): Define.
3518 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
3519 statfs64 structure, which is exactly the same as the normal one.
3520 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
3521 of stack. Use correct syscall trap number. Add branch prediction
3522 settings to branch instructions. Remove old MEDANY code model %g4
3523 referneces for non-PIC.
3524 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3525 * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
3526 * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
3527 * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
3528 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3529 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
3530 __libc_longjmp and __libc_siglongjmp strong aliases.
3531 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
3532 Also define to __no__readdir64_decl around readdir.c inclusion.
3533 (__readdir64): Add strong alias.
3534 * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
3535 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
3536 Set strong and weak names properly.
3537
3538 1998-09-16 11:25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3539
3540 * manual/Makefile (AWK): Default to gawk if standalone.
3541
3542 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3543
3544 * Makefile (distribute): Undo last change.
3545 * Make-dist (+tsrc) [not subdir]: Also include indirection headers
3546 for sysdep headers.
3547 (+subdir-headers): Removed, unused.
3548
3549 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3550
3551 * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
3552 $(do-install).
3553
3554 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3555
3556 * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
3557 absolute name in $(config-sysdirs), can never happen.
3558 ($(+sysdir_pfx)sysd-rules): Likewise.
3559 * Makeconfig (full-config-sysdirs): Likewise.
3560 (all-Subdirs-files): Prepend $(..).
3561
3562 * configure.in: Don't check for absolute name in $add_ons_pfx, can
3563 not happen. Let --enable-add-ons=yes work if no add-ons actually
3564 exist.
3565
3566 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3567
3568 * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
3569 continuations in command.
3570
3571 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3572
3573 * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
3574
3575 1998-09-16 00:47 Tim Waugh <tim@cyberelk.demon.co.uk>
3576
3577 * posix/wordexp-test.c: If expansion or substitution occurs
3578 anywhere in a word, the entire word is subject to field-splitting.
3579
3580 * posix/wordexp.c (parse_glob): Look for end of word instead of
3581 end of field when deciding what to glob.
3582 (field_split_word): New function, now the only place where
3583 field-splitting is performed.
3584 (parse_dollars): New parameter - tell the caller if
3585 field-splitting should be performed on this word.
3586
3587 * posix/wordexp-test.c (testit): Only call wordfree if wordexp
3588 succeeded (or failed with WRDE_NOSPACE).
3589
3590 1998-09-15 19:53 1998 Tim Waugh <tim@cyberelk.demon.co.uk>
3591
3592 * posix/wordexp.c (wordexp): Don't convert IFS characters to
3593 blanks.
3594
3595 * posix/wordexp-test.c: Words not the result of expansion or
3596 substitution should remain unchanged.
3597
3598 1998-09-15 Ulrich Drepper <drepper@cygnus.com>
3599
3600 * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
3601 (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
3602
3603 1998-09-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3604
3605 * stdio-common/Makefile: Include Makeconfig so that
3606 $(inst_includedir) is defined.
3607
3608 1998-09-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3609
3610 * io/pwd.c: Include <mcheck.h>.
3611
3612 1998-09-15 08:00 Ulrich Drepper <drepper@cygnus.com>
3613
3614 * nscd/pwdcache.c (save_pwd): Correct copying.
3615 * nscd/grpcache.c (save_grp): Likewise.
3616
3617 1998-09-14 23:36 Ulrich Drepper <drepper@cygnus.com>
3618
3619 * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
3620 (free_pwd): Adjust for this change.
3621 * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
3622 (free_grp): Adjust for this change.
3623
3624 1998-09-14 Ulrich Drepper <drepper@cygnus.com>
3625
3626 * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
3627
3628 1998-09-14 15:29 Ulrich Drepper <drepper@cygnus.com>
3629
3630 * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
3631 (install-others): Add bits/stdio_lim.h.
3632 Add rule to install bits/stdio_lim.h.
3633
3634 * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
3635
3636 * Makefile (distribute): Add include/sys/mman.h.
3637
3638 * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
3639 * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
3640 * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
3641
3642 * grp/initgroups.c: Include stdlib.h.
3643 Patch by Zack Weinberg.
3644
3645 1998-09-14 22:46 Tim Waugh <tim@cyberelk.demon.co.uk>
3646
3647 * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
3648 for field-splitting :abc: is correct, and that two fields should
3649 result. Revert tests to reflect this.
3650
3651 * posix/wordexp.c (w_emptyword): Remove function.
3652 (exec_comm): Don't use w_emptyword.
3653 (parse_param): Likewise.
3654
3655 1998-09-14 15:00 Ulrich Drepper <drepper@cygnus.com>
3656
3657 * sysdeps/arm/fpu/Dist: Moved to...
3658 * sysdeps/arm/Dist: ...here.
3659 * sysdeps/posix/Dist: Removed.
3660 * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
3661 * sysdeps/unix/sysv/linux/i386/Dist: ...here.
3662
3663 1998-08-26 Geoff Keating <geoffk@ozemail.com.au>
3664
3665 * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
3666
3667 1998-09-14 11:26 Ulrich Drepper <drepper@cygnus.com>
3668
3669 * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
3670
3671 1998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3672
3673 * libc-work/nis/nss_nisplus/nisplus-service.c
3674 (_nss_nisplus_parse_servent): Convert port in network byte order.
3675
3676 1998-09-14 07:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3677
3678 * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
3679 to provide only malloc and calloc.
3680 * include/stdlib.h: Support the above.
3681 * string/bits/string2.h: Use __need_malloc_and_calloc when
3682 including stdlib.h.
3683 (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
3684
3685 * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
3686 * iconvdata/iso646.c: Include <stdlib.h>.
3687
3688 1998-09-14 07:51 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3689
3690 * sunrpc/rpc_cout.c: Add braces around ambiguous else.
3691 * sysdeps/libm-ieee754/w_pow.c: Likewise.
3692 * sysdeps/libm-ieee754/w_powf.c: Likewise.
3693 * sysdeps/libm-ieee754/w_powl.c: Likewise.
3694
3695 1998-09-14 07:57 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3696
3697 * stdio-common/stdio_lim.h.in: New file. All parameters
3698 are adjustable at build time.
3699 * Rules: Add a rule to build bits/stdio_lim.h from
3700 stdio-common/stdio_lim.h.in. (It has to be in Rules so that
3701 all subdirectories know how to make the file. It can't be
3702 in Makerules because then it gets built at top level and the
3703 dependencies are wrong.)
3704
3705 * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
3706 * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
3707 stdio_lim.h.
3708 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
3709 * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
3710 * sysdeps/posix/Makefile: Removed.
3711 * sysdeps/posix/mk-stdiolim.c: Removed.
3712 * sysdeps/generic/bits/stdio_lim.h: Removed.
3713
3714 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3715
3716 * argp/argp-help.c: Fixup indentation.
3717 * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
3718 * resolv/nss_dns/dns-network.c: Likewise.
3719 * resolv/res_send.c: Likewise.
3720 * rt/aio_cancel.c: Likewise.
3721 * rt/aio_misc.c: Likewise.
3722
3723 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3724
3725 * Makefile (install-symbolic-link): Remove the link list file at last.
3726 * Makerules (install-clean-symbolic-link-list): Removed.
3727
3728 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3729
3730 * timezone/tst-timezone.c: Print time in UTC to get consistent
3731 output.
3732
3733 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3734
3735 * elf/rtld.c (_dl_rpath): Removed.
3736 * elf/dl-support.c (_dl_path): Removed.
3737 * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
3738 (CFLAGS-dl-support.c): Removed.
3739
3740 * elf/dl-load.c (env_path_list): Renamed from fake_path_list. All
3741 uses changed.
3742 (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
3743 instead of appending it to the main map's rpath info.
3744 (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
3745 DT_RPATHs. This makes it effective again.
3746 (decompose_rpath): Remove second parameter, callers changed.
3747 (fillin_rpath): Allocate enough space in curwd.
3748 (expand_dynamic_string_token): Cope with get_origin returning -1.
3749
3750 1998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3751
3752 * libc-work/nis/nss_compat/compat-pwd.c: Add support for
3753 passwd.adjunct.
3754
3755 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
3756 invalid password.
3757
3758 1998-09-13 18:06 Ulrich Drepper <drepper@cygnus.com>
3759
3760 * locale/programs/locale.c: Update dates.
3761
3762 1998-09-13 Mark Kettenis <kettenis@phys.uva.nl>
3763
3764 * sysdeps/generic/bits/types.h: Include <features.h>. Make sure
3765 size_t is defined. Some reordering of definitions to make
3766 maintaining this file in parallel with the linux-specific file easier.
3767
3768 1998-09-13 Ulrich Drepper <drepper@cygnus.com>
3769
3770 * io/pwd.c (main): Add call to mtrace.
3771
3772 * malloc/mtrace.pl: Quote @ in string.
3773
3774 1998-09-13 19:25 Tim Waugh <tim@cyberelk.demon.co.uk>
3775
3776 * posix/wordexp.c (parse_arith): Fix memory leaks.
3777 (exec_comm): Likewise.
3778 (parse_param): Likewise.
3779 (wordexp): Likewise.
3780 (exec_comm): Reduce number of function return points.
3781 (parse_param): Likewise.
3782 (wordexp): Likewise.
3783
3784 1998-09-13 14:53 Tim Waugh <tim@cyberelk.demon.co.uk>
3785
3786 * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
3787 yield three fields, not two. Test both parameter expansion and
3788 command substitution for correct field-splitting behaviour.
3789
3790 * posix/wordexp.c (w_emptyword): New function.
3791 (parse_param): Use it.
3792 (exec_comm): Likewise, for consistency with the way parse_param
3793 splits fields.
3794 (parse_param): Fix some memory leaks.
3795
3796 1998-09-13 18:04 Geoff Keating <geoffk@ozemail.com.au>
3797
3798 * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
3799 Don't mark asm `volatile'.
3800 (__elf_machine_runtime_setup): Clear the last partial block in the PLT
3801 from the data cache too. Assume it isn't in the instruction cache yet.
3802 (__elf_machine_fixup_plt): Clear the modified address from the caches.
3803
3804 1998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
3805
3806 * sysdeps/generic/segfault.c (install_handler): Install signal
3807 handler with SA_ONSTACK instead of setting the stack flags to
3808 SS_ONSTACK. Do not install handler for SIGSTKFLT if it is not
3809 defined.
3810
3811 1998-09-12 14:24 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3812
3813 * signal/signal.h: Fix multiple inclusion guard to cover the
3814 entire file.
3815 * wcsmbs/wchar.h: Remove prototype of internal function
3816 __mbsrtowcs.
3817 * sysdeps/i386/i486/bits/string.h (memchr): Don't do
3818 arithmetic on `void *'.
3819
3820 1998-09-12 01:09 Tim Waugh <tim@cyberelk.demon.co.uk>
3821
3822 * posix/wordexp-test.c: Fix wrong tests. Add new tests.
3823
3824 * posix/wordexp.c (wordexp): Perform word-splitting instead of
3825 field-splitting here.
3826 (wordexp): If out of memory mid-word, free the word (but still
3827 leave pwordexp alone for caller to see).
3828 (parse_param): Allow for zero-length fields (smarter checking of
3829 memory allocation failure).
3830 (w_addword): Convert NULL words to "".
3831 (wordexp): Convert left-over IFS characters to blanks (like bash).
3832
3833 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
3834
3835 * configure.in: Use test -f instead of test -e.
3836 Patch by John Tobey <jtobey@banta-im.com>.
3837
3838 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
3839 * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
3840 * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
3841 * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
3842 * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
3843 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
3844 * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
3845 Patches by John Tobey <jtobey@banta-im.com>.
3846
3847 * time/strftime.c (my_strftime): Delay use of *tp values until
3848 latest possible point to allow partly initialized structures
3849 (e.g., from strptime).
3850
3851 * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
3852 and NATS-SEFI.
3853 Define *-routines variables for new modules.
3854 (distribute): Add .c files for new modules.
3855 (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
3856 and nats-sefi.h.
3857 Add rules for header generation.
3858 * iconvdata/gconv-modules: Add entries for new modules.
3859 * iconvdata/iso_10367-box.c: New file.
3860 * iconvdata/mac-is.c: New file.
3861 * iconvdata/nats-dano.c: New file.
3862 * iconvdata/nats-sefi.c: New file.
3863
3864 1998-04-30 18:20 H.J. Lu <hjl@gnu.org>
3865
3866 * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
3867 loader if PIC is not defined.
3868
3869 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
3870
3871 * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
3872 ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
3873 INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
3874 and ISO_5428.
3875 Define *-routines variables for new modules.
3876 (distribute): Add .c files for new modules.
3877 (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
3878 ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
3879 greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
3880 iso_5427.h, iso_5427-ext.h, and iso_5428.h.
3881 Add rules for header generation.
3882 * iconvdata/gconv-modules: Add entries for new modules.
3883 * iconvdata/csn_369103.c: New file.
3884 * iconvdata/cwi.c: New file.
3885 * iconvdata/dec-mcs.c: New file.
3886 * iconvdata/ecma-cyrillic.c: New file.
3887 * iconvdata/gost_19768-74.c: New file.
3888 * iconvdata/greek-ccitt.c: New file.
3889 * iconvdata/greek7-old.c: New file.
3890 * iconvdata/greek7.c: New file.
3891 * iconvdata/inis-8.c: New file.
3892 * iconvdata/inis-cyrillic.c: New file.
3893 * iconvdata/inis.c: New file.
3894 * iconvdata/iso6937-2.c: New file.
3895 * iconvdata/iso_2033.c: New file.
3896 * iconvdata/iso_5427-ext.c: New file.
3897 * iconvdata/iso_5427.c: New file.
3898 * iconvdata/iso_5428.c: New file.
3899
3900 * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
3901 entries.
3902 Convert U02dd correctly.
3903
3904 1998-09-11 20:46 Richard Henderson <rth@cygnus.com>
3905
3906 * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
3907 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
3908 * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
3909 * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
3910
3911 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
3912
3913 * resolv/res_init.c (res_init): Handle resolv.conf file with only
3914 one nameserver correctly. Patch by HJ Lu.
3915
3916 * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
3917 and ANSI_X3.110.
3918 Define *-routines variables for new modules.
3919 (distribute): Add .c files for new modules.
3920 (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
3921 Add rules for hedaer generation.
3922 * iconvdata/gconv-modules: Add entries for new modules. Pretty print.
3923 * iconvdata/ansi_x3.110.c: New file.
3924 * iconvdata/asmo_449.c: New file.
3925 * iconvdata/baltic.c: New file.
3926 * iconvdata/iec_p27-1.c: New file.
3927
3928 * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
3929 entries.
3930 Convert U02dc correctly.
3931
3932 * math/atest-exp.c: Add parentheses to avoid gcc warnings.
3933 * math/atest-exp2.c: Likewise.
3934 * math/atest-sincos.c: Likewise.
3935
3936 * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
3937 is defined.
3938
3939 1998-09-11 10:51 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3940
3941 * string/strcoll.c: Optimize a few expressions.
3942 * string/strxfrm.c: Likewise.
3943
3944 1998-09-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3945
3946 * manual/locale.texi: Fix typos.
3947
3948 1998-09-10 Ulrich Drepper <drepper@cygnus.com>
3949
3950 * stdlib/random_r.c (__setstate_r): Allow call with same state
3951 array as currently used (PR libc/774).
3952
3953 * include/limits.h: Include gcc's header even if this file is
3954 found more than once before it (PR libc/778)
3955
3956 * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
3957 (sysdep_headers): Remove sys/debugreg.h.
3958 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
3959 (sysdep_headers): Add sys/debugreg.h.
3960 * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
3961 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
3962
3963 * stdio-common/tmpnam.c: Move local static variable buf to
3964 toplevel and rename to tmpnam_buffer to ease debugging.
3965 Patch by Joe Keane <jgk@jgk.org>.
3966 Optimize s == NULL case a bit.
3967
3968 * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
3969 correction.
3970
3971 1998-09-10 12:51 Ulrich Drepper <drepper@cygnus.com>
3972
3973 * resolv/res_init.c (res_init): Initialize _res.nscount and
3974 _res.nsaddr.sin_port differently for the can when no loopback
3975 is available to allow immediate timeout in non-networking environments.
3976 Patch by Cristian Gafton <gafton@redhat.com>.
3977
3978 1998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3979
3980 * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
3981 BAR and not EM DASH.
3982 * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
3983 * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
3984 Fixes PR libc/717.
3985
3986 1998-09-10 11:53 Ulrich Drepper <drepper@cygnus.com>
3987
3988 * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
3989 for test.
3990 * timezone/tst-timezone.c (tests): Fix typo in last patch.
3991
3992 * time/tzfile.c (__tzfile_read): Handle case when there are no
3993 transitions. Set __timezone based on computed offset.
3994 * time/tzset.c (tzset_internal): Set __timezone before returning.
3995
3996 * time/tzset.c (tzset_internal): Optimize handling of local string
3997 copy.
3998
3999 1998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4000
4001 * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
4002 libc/776).
4003
4004 1998-09-09 Benjamin Kosnik <bkoz@tintin.cygnus.com>
4005
4006 * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
4007 (csqrt_test): Likewise.
4008 * sysdeps/powerpc/bits/fenv.h: Add parens.
4009
4010 1998-09-09 18:48 Ulrich Drepper <drepper@cygnus.com>
4011
4012 * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
4013 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
4014 Patch by Benjamin Kosnik <bkoz@cygnus.com>.
4015
4016 1998-09-09 Mark Kettenis <kettenis@phys.uva.nl>
4017
4018 * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
4019 the special `-1' pointer.
4020
4021 1998-09-09 09:32 Ulrich Drepper <drepper@cygnus.com>
4022
4023 * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
4024 inline.
4025
4026 1998-09-07 Paul Eggert <eggert@twinsun.com>
4027
4028 * time/mktime.c (__EXTENSIONS__): Define if not defined.
4029 (_REENTRANT): Remove. It has undesirable consequences in
4030 Solaris 2.6 (e.g. it turns off the putc macro). Defining
4031 __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
4032 is what we want.
4033 * time/strftime.c: Likewise.
4034
4035 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4036
4037 * elf/dl-error.c: Fix spelling.
4038
4039 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4040
4041 * stdlib/strfmon.c: Quiet -Wparentheses warnings.
4042 * stdio-common/_itoa.c: Likewise.
4043 * stdio-common/printf_fp.c: Likewise.
4044 * stdio-common/vfscanf.c: Likewise.
4045 * wcsmbs/wcstok.c: Likewise.
4046 * sysdeps/generic/glob.c: Likewise.
4047 * posix/getopt.c: Likewise.
4048 * sysdeps/posix/getaddrinfo.c: Likewise.
4049 * posix/wordexp.c: Likewise.
4050 * io/ftw.c: Likewise.
4051 * io/fts.c: Likewise.
4052 * misc/getpass.c: Likewise.
4053 * iconv/gconv_conf.c: Likewise.
4054 * argp/argp-fmtstream.c: Likewise.
4055 * argp/argp-help.c: Likewise.
4056 * elf/dl-load.c: Likewise.
4057 * locale/programs/stringtrans.c: Likewise.
4058 * catgets/gencat.c: Likewise.
4059 * posix/getconf.c: Likewise.
4060 * iconv/gconv_conf.c: Likewise.
4061 * iconv/iconv_prog.c: Likewise.
4062
4063 * string/strcoll.c: Optimize a few expressions.
4064 * string/strxfrm.c: Likewise.
4065
4066 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4067
4068 * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
4069 level to avoid uninit variable warning.
4070
4071 1998-09-09 10:34 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4072
4073 * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
4074 instead of _dl_default_scope[2] as argument to _dl_init_next.
4075
4076 * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
4077 C9x macro.
4078
4079 1998-09-08 Ulrich Drepper <drepper@cygnus.com>
4080
4081 Fix compatibility problems introduced in last change.
4082 * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
4083 defined.
4084 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
4085 -DWEAK_GMON_START to CFLAGS-initfini.s.
4086
4087 * elf/dl-object.c (_dl_new_object): Store map address in
4088 _dl_loaded if _dl_loaded is NULL.
4089 * elf/rtld.c (dl_main): Don't update _dl_loaded here.
4090
4091 * sysdeps/generic/setrlimit64.c: Remove stub warning.
4092
4093 1998-09-07 Ulrich Drepper <drepper@cygnus.com>
4094
4095 * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
4096 quiet.
4097 * db2/btree/bt_cursor.c: Likewise.
4098 * db2/common/db_region.db_c: Likewise.
4099 * db2/common/db_salloc.db_c: Likewise.
4100 * db2/db/db.c: Likewise.
4101 * db2/db/db_rec.c: Likewise.
4102 * db2/hash/hash.c: Likewise.
4103 * db2/hash/hash_page.c: Likewise.
4104 * db2/hash/hash_rec.c: Likewise.
4105 * db2/log/log_findckp.c: Likewise.
4106 * db2/log/log_get.c: Likewise.
4107 * db2/log/log_put.c: Likewise.
4108 * db2/mp/mp_fget.c: Likewise.
4109 * db2/mp/mp_fput.c: Likewise.
4110 * db2/mp/mp_region.c: Likewise.
4111 * stdlib/strtol.c: Likewise.
4112 * string/strcoll.c: Likewise.
4113 * string/strxfrm.c: Likewise.
4114 * argp/argp-help.c: Likewise.
4115 * argp/argp-parse.c: Likewise.
4116 * resolv/res_debug.c: Likewise.
4117
4118 1998-09-07 09:58 Ulrich Drepper <drepper@cygnus.com>
4119
4120 * math/tgmath.h (scalb): Only define for __USE_MISC or
4121 __USE_XOPEN_EXTENDED. Patch by Zack Weinberg.
4122
4123 1998-09-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4124
4125 * libio/stdio.h: Fix comment.
4126
4127 * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
4128 __USE_ISOC9X.
4129
4130 1998-09-06 09:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
4131
4132 * Makeconfig (+gccwarn): Remove -Wno-parentheses.
4133
4134 * elf/dl-open.c: Quiet -Wparentheses warnings.
4135 * iconvdata/johab.c: Likewise.
4136 * iconvdata/uhc.c: Likewise.
4137 * inet/inet_net.c: Likewise.
4138 * io/fts.c: Likewise.
4139 * locale/newlocale.c: Likewise.
4140 * misc/getttyent.c: Likewise.
4141 * misc/mntent_r.c: Likewise.
4142 * misc/ttyslot.c: Likewise.
4143 * nscd/nscd_conf.c: Likewise.
4144 * nss/nsswitch.c: Likewise.
4145 * resolv/gethnamaddr.c: Likewise.
4146 * resolv/nsap_addr.c: Likewise.
4147 * resolv/res_debug.c: Likewise.
4148 * stdio-common/_itoa.c: Likewise.
4149 * stdlib/strtod.c: Likewise.
4150 * string/strverscmp.c: Likewise.
4151 * sunrpc/svc.c: Likewise.
4152 * sysdeps/libm-ieee754/e_cosh.c: Likewise.
4153 * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
4154 * sysdeps/libm-ieee754/e_sinh.c: Likewise.
4155 * sysdeps/posix/getaddrinfo.c: Likewise.
4156
4157 1998-09-06 15:13 Ulrich Drepper <drepper@cygnus.com>
4158
4159 * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
4160 for use of global scope.
4161 * elf/dlvsym.c (dlvsym_doit): Likewise.
4162
4163 1998-09-02 Paul Eggert <eggert@twinsun.com>
4164
4165 * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
4166 copy the redundant bytes at the end of the format as-is; don't
4167 just copy their first byte and then rescan, as that might get
4168 us an encoding error.
4169 Account correctly for the length of multibyte sequences in the
4170 format.
4171
4172 1998-09-03 20:14 Tim Waugh <tim@cyberelk.demon.co.uk>
4173
4174 * posix/wordexp-test.c: Add tests for different IFS values.
4175 Change unquoted-newline test so that newline is not in IFS.
4176
4177 * posix/wordexp.c (wordexp): Correct null/unset mix-up when
4178 determining IFS characters. Return WRDE_BADCHAR for unquoted
4179 special characters _except_ if they are separators.
4180
4181 1998-09-06 10:56 Ulrich Drepper <drepper@cygnus.com>
4182
4183 * include/tgmath.h: New file.
4184
4185 * libio/stdio.h: Correct reversed #ifs.
4186 Patch by Zack Weinberg.
4187
4188 * manual/creature.texi: Better explain reason for feature select
4189 macros.
4190 Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
4191
4192 1998-09-06 10:25 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
4193
4194 * include/alloca.h: Add multiple-inclusion guard.
4195 * include/db.h: Likewise.
4196 * include/db_185.h: Likewise.
4197 * include/dlfcn.h: Likewise.
4198 * include/fcntl.h: Likewise.
4199 * include/grp.h: Likewise.
4200 * include/libintl.h: Likewise.
4201 * include/mntent.h: Likewise.
4202 * include/pwd.h: Likewise.
4203 * include/sched.h: Likewise.
4204 * include/search.h: Likewise.
4205 * include/setjmp.h: Likewise.
4206 * include/shadow.h: Likewise.
4207 * include/signal.h: Likewise.
4208 * include/stdio.h: Likewise.
4209 * include/stdlib.h: Likewise.
4210 * include/string.h: Likewise.
4211 * include/termios.h: Likewise.
4212 * include/time.h: Likewise.
4213 * include/ulimit.h: Likewise.
4214 * include/utmp.h: Likewise.
4215 * include/wchar.h: Likewise.
4216 * include/sys/file.h: Likewise.
4217 * include/sys/gmon.h: Likewise.
4218 * include/sys/ioctl.h: Likewise.
4219 * include/sys/mman.h: Likewise.
4220 * include/sys/resource.h: Likewise.
4221 * include/sys/select.h: Likewise.
4222 * include/sys/socket.h: Likewise.
4223 * include/sys/statfs.h: Likewise.
4224 * include/sys/time.h: Likewise.
4225 * include/sys/times.h: Likewise.
4226 * include/sys/wait.h: Likewise.
4227
4228 1998-09-06 09:00 Ulrich Drepper <drepper@cygnus.com>
4229
4230 * version.h (VERSION): Bump to 2.0.96.
4231
4232 Rewrite runtime linker to be truly thread-safe. There is now no
4233 global variable specifying the scope. We create all needed
4234 scopes at the time the link maps are created.
4235 * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
4236 * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
4237 l_symbolic_searchlist, l_scope, and l_local_scope elements in
4238 struct link_map.
4239 * elf/dl-close.c: Rewritten accordingly.
4240 * elf/dl-deps.c: Likewise.
4241 * elf/dl-error.c: Likewise.
4242 * elf/dl-init.c: Likewise.
4243 * elf/dl-load.c: Likewise.
4244 * elf/dl-lookup.c: Likewise.
4245 * elf/dl-object.c: Likewise.
4246 * elf/dl-open.c: Likewise.
4247 * elf/dl-reloc.c: Likewise.
4248 * elf/dl-runtime.c: Likewise.
4249 * elf/dl-support.c: Likewise.
4250 * elf/dl-symbol.c: Likewise.
4251 * elf/dl-version.c: Likewise.
4252 * elf/dlsym.c: Likewise.
4253 * elf/dlvsym.c: Likewise.
4254 * elf/ldsodefs.h: Likewise.
4255 * elf/rtld.c: Likewise.
4256 * iconv/gconv_dl.c: Likewise.
4257 * nss/nsswitch.c: Likewise.
4258 * sysdeps/i386/dl-machine.h: Likewise.
4259 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
4260
4261 * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
4262 Define RTLD_DEFAULT.
4263
4264 1998-09-05 Mark Kettenis <kettenis@phys.uva.nl>
4265
4266 * sysdeps/mach/hurd/i386/init-first.c (init1): Call
4267 __getopt_clean_environment with __environ instead of envp.
4268
4269 1998-09-05 Roland McGrath <roland@baalperazim.frob.com>
4270
4271 * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
4272
4273 * string/argz-extract.c (__argz_extract): Add de-consting cast for
4274 setting results.
4275
4276 * string/argz.h (argz_next): Add de-consting cast for return.
4277 * string/argz-next.c (__argz_next): Likewise.
4278
4279 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
4280 Don't add netinet/udp.h, netinet/ip_icmp.h here.
4281 * sysdeps/gnu/Makefile: Do it here instead.
4282 * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
4283 * sysdeps/gnu/Dist: ... to here.
4284
4285 * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
4286 sysdeps/unix/sysv/linux/netinet/tcp.h,
4287 sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
4288
4289 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
4290
4291 * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
4292 * string/argz-next.c, string/argz-extract.c: Fix defns.
4293
4294 1998-09-03 Roland McGrath <roland@baalperazim.frob.com>
4295
4296 * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
4297
4298 * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
4299 __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
4300 * sysdeps/generic/sysd-stdio.c: Likewise.
4301
4302 1998-09-02 Ulrich Drepper <drepper@cygnus.com>
4303
4304 * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
4305 (_dl_map_object_from_fd): Make NAME argument const.
4306 Remove last parameter in _dl_new_object call.
4307 (print_search_path): Correct construction of composed path name.
4308 (_dl_map_object): Prevent looking at RPATH of the main map twice.
4309 Remove last parameter in _dl_new_object call.
4310 * elf/dl-object.c: Remove last parameter. Determine whether create
4311 origin entry based on empty realname. Handle file in root directory
4312 correctly.
4313 * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
4314 * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
4315 Remove last parameter in _dl_new_object call.
4316 * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
4317 * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
4318
4319 1998-09-01 Ulrich Drepper <drepper@cygnus.com>
4320
4321 * elf/dl-close.c (_dl_close): Add more comments and correct some.
4322 Free l_searchlist and l_dupsearchlist.
4323
4324 * debug/catchsegv.sh: Add one more pair of quotes.
4325
4326 1998-09-01 17:53 Ulrich Drepper <drepper@cygnus.com>
4327
4328 * elf/dl-load.c (add_name_to_object): Change return type to void and
4329 make NAME parameter const. Allocate room for NAME in same memory
4330 block used for l_libname entry.
4331 (_dl_map_object_from_fd): Don't free NAME on failure.
4332 (map_segment): Pass SONAME to add_name_to_object, not a copy.
4333 (_dl_map_object): Don't create copy of NAME. Pass NAME to
4334 _dl_map_object_from_fd.
4335 * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
4336 memory block used for l_libname entry.
4337 * elf/dl-close.c: Adjust free()ing for this change.
4338
4339 1998-09-01 15:36 Ulrich Drepper <drepper@cygnus.com>
4340
4341 * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
4342
4343 * malloc/mtrace.c: Add bug report address. Update email address.
4344 Add more @XXX@ to print correct address size.
4345
4346 * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
4347 really initialized.
4348
4349 * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
4350 for munmap call instead of examining phdr again.
4351 Free all malloc()ed strings and arrays.
4352
4353 1998-08-09 Geoff Keating <geoffk@ozemail.com.au>
4354
4355 * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
4356 dl-machine.h.
4357 * sysdeps/powerpc/dl-machine.c: New file.
4358 * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
4359 files. Revise ELF_PREFERRED_ADDRESS to take account of
4360 the new mapping information (fixes bug involving huge bloated
4361 web browser). Set ELF_MACHINE_PLTREL_OVERLAP.
4362 * sysdeps/powerpc/dl-start.S: New file.
4363
4364 * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
4365 l_map_end.
4366 * elf/do-rel.h: Call elf_machine_rel only once (to save space).
4367 * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
4368 others. Call elf_dynamic_do_##reloc only once (to save even more
4369 space).
4370 * elf/link.h: Add new members l_map_start and l_map_end to keep
4371 track of the memory map.
4372 * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
4373 the executable.
4374
4375 1998-09-01 11:53 Ulrich Drepper <drepper@cygnus.com>
4376
4377 * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
4378 Reported by Andreas Jaeger.
4379
4380 * posix/glob.h: Use __size_t instead of size_t in definitions and
4381 make sure this is defined.
4382
4383 1998-09-01 10:34 Ulrich Drepper <drepper@cygnus.com>
4384
4385 * manual/locale.texi: Almost complete rewrite. Document more functions
4386 and functionality.
4387 * manual/arith.texi: Correct reference.
4388 * manual/string.texi: Pretty printing.
4389
4390 * manual/texinfo.tex: Update from last available version.
4391
4392 1998-08-31 22:44 Ulrich Drepper <drepper@cygnus.com>
4393
4394 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
4395 invalid password.
4396 (_nss_nis_getpwuid_r): Likewise.
4397 Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
4398
4399 * inet/rcmd.c: Implement netgroup support.
4400 Patch by Dick Streefland <dick_streefland@tasking.com>.
4401
4402 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
4403
4404 * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
4405 object on the list is removed. Don't use this code for PIC.
4406 Reported by HJ Lu [PR libc/770].
4407
4408 1998-08-31 15:56 Ulrich Drepper <drepper@cygnus.com>
4409
4410 * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
4411
4412 * include/stdio.h: Add __vsscanf.
4413
4414 * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
4415 __USE_ISOC9X.
4416 Remove __vsscanf declaration.
4417 Always declare fgetpos and fsetpos.
4418
4419 * math/math.h: Define isinf as macro.
4420 * math/bits/mathcalls.h: Change to declare __isinf all the time.
4421 Don't declare scalb for ISO C 9x.
4422
4423 * math/tgmath.h: Define fma. Rewrite the underlying macros.
4424
4425 * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
4426
4427 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
4428 sys/ucontext.h.
4429
4430 * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
4431 macros.
4432
4433 1998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4434
4435 * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
4436 Reported by jreising@frequentis.com [PR libc/767].
4437
4438 1998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4439
4440 * io/lockf.c (lockf): Move initilisation of fl.l_whence and
4441 fl.l_start at beginning of function.
4442 Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
4443
4444 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
4445
4446 * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
4447 Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
4448
4449 * nscd/nscd.init: Make it work in RedHat systems.
4450 Patch by Christian Gafton.
4451
4452 1998-08-29 Philip Blundell <philb@gnu.org>
4453
4454 * catgets/Makefile: Don't try to run test programs when
4455 cross-compiling.
4456
4457 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
4458
4459 * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
4460 Reported by Zack Weinberg.
4461
4462 1998-08-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4463
4464 * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
4465 * elf/Makefile (distribute): Remove ldd.sh.in.
4466
4467 1998-08-31 11:46 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4468
4469 * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
4470 variable.
4471
4472 1998-08-29 Ulrich Drepper <drepper@cygnus.com>
4473
4474 * sysdeps/i386/register-dump.h: Move to ...
4475 * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
4476
4477 1998-08-28 22:49 Ulrich Drepper <drepper@cygnus.com>
4478
4479 * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
4480 with load address, not map address.
4481 * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
4482 parameter and use this value.
4483 * sysdeps/arm/dl-machine.h: Likewise.
4484 * sysdeps/i386/dl-machine.h: Likewise.
4485 * sysdeps/m68k/dl-machine.h: Likewise.
4486 * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
4487 parameter.
4488 * sysdeps/powerpc/dl-machine.h: Likewise
4489 * sysdeps/sparc/sparc32/dl-machine.h: Likewise
4490 * sysdeps/sparc/sparc64/dl-machine.h: Likewise
4491
4492 1998-08-28 09:22 Ulrich Drepper <drepper@cygnus.com>
4493
4494 * elf/rtld.c (process_envvars): Fix copy&paste error.
4495
4496 * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
4497 memalign hook.
4498 (realloc_hook_ini): Don't overwrite memalign hook.
4499 (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
4500 Reported by Philippe Troin <phil@fifi.org>.
4501
4502 * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
4503 Patch by Philippe Troin <phil@fifi.org>.
4504
4505 1998-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4506
4507 * sysdeps/generic/segfault.c (install_handler): Protect the
4508 non-POSIX signals with #ifdef.
4509 (catch_segfault): Add missing mode parameter for open.
4510 * debug/catchsegv.sh: Avoid termination message from shell. Allow
4511 other termination signals.
4512
4513 1998-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4514
4515 * debug/Makefile (distribute): Add register-dump.h.
4516
4517 1998-08-28 10:41 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4518
4519 * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
4520
4521 1998-08-27 19:42 Ulrich Drepper <drepper@cygnus.com>
4522
4523 * elf/Makefile (distribute): Add dl-origin.h.
4524 * sysdeps/generic/dl-origin.h: New file.
4525 * sysdeps/unix/sysv/linux/dl-origin.h: New file.
4526 * elf/link.h (struct link_map): Add l_origin field.
4527 * elf/dl-load.c (expand_dynamic_string_token): New function.
4528 (decompose_path): Remove WHERE argument, take link map pointer instead.
4529 Call expand_dynamic_string_token instead of local_strdup to make copy
4530 of rpath.
4531 (_dl_init_paths): Call decompose_path with correct argument.
4532 (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
4533 not defined.
4534 Check EI_OSABI and EI_ABIVERSION fields in header.
4535 Call _dl_new_object with extra argument.
4536 (_dl_map_object): Call decompose_path with correct argument.
4537 Call expand_dynamic_string_token instead of local_strdup to also
4538 expand DST.
4539 Call _dl_new_object with extra argument.
4540 * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
4541 but the main one if new argument is nonzero.
4542 * elf/ldsodefs.h: Adjust for _dl_new_object change.
4543 * elf/dl-support.c: Define _dl_origin_path.
4544 * elf/rtld.c: Likewise. Set _dl_origin_path based on LD_ORIGIN_PATH.
4545 (dl_main): Call _dl_new_object with extra argument.
4546
4547 * elf/dl-close (_dl_close): Free l_name and l_origin.
4548
4549 * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
4550 modifier in asm, not c.
4551
4552 * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
4553 to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
4554
4555 1998-08-26 17:48 Ulrich Drepper <drepper@cygnus.com>
4556
4557 * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
4558 variable so that map can be freed.
4559 Reported by Philippe Troin <phil@fifi.org>.
4560
4561 * elf/dl-open.c (dl_open_worker): Correct test for extending global
4562 scope array.
4563 Patch by Philippe Troin <phil@fifi.org>.
4564
4565 1998-08-26 Geoff Keating <geoffk@ozemail.com.au>
4566
4567 * sysdeps/powerpc/register-dump.h: Rewrite. Much nicer this way.
4568 Don't call writev() with a 100-element vector.
4569 * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
4570 return address.
4571
4572 * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
4573 In particular, set __libc_stack_end.
4574 * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
4575 undefined. Fix copyright notice.
4576
4577 1998-08-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4578
4579 * math/Makefile (gmp-objs): New variable.
4580 ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
4581 Depend on it.
4582 (tests): Add atest-exp atest-sincos atest-exp2.
4583 (tests-static): Remove atest-exp atest-sincos atest-exp2.
4584
4585 1998-08-25 Ulrich Drepper <drepper@cygnus.com>
4586
4587 * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
4588 to toplevel.
4589 (_dl_unload_cache): New function.
4590 * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
4591 * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
4592 * elf/rtld.c (dl_main): Unload map file before jumping to user code.
4593
4594 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
4595 Correct comment for O_LARGEFILE.
4596 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
4597 Change O_LARGEFILE to correct value.
4598
4599 1998-08-25 14:34 Ulrich Drepper <drepper@cygnus.com>
4600
4601 * libio/iogetline.c (_IO_getline_info): Don't read anything for
4602 N == 0. Patch by HJ Lu.
4603
4604 1998-08-25 11:43 Ulrich Drepper <drepper@cygnus.com>
4605
4606 * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
4607
4608 1998-08-25 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4609
4610 * argp/argp.h: Use __inline__ not inline.
4611
4612 * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
4613 an input register as being clobbered.
4614 * sysdeps/i386/memset.c (memset): Likewise.
4615 * sysdeps/i386/bzero.c (__bzero): Likewise.
4616 * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
4617
4618 1998-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4619
4620 * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
4621 Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
4622
4623 1998-08-24 16:34 Ulrich Drepper <drepper@cygnus.com>
4624
4625 * debug/catchsegv.sh: Handle text preceding backtrace better.
4626 * sysdeps/generic/segfault.c: Allow register dump. Allow handler
4627 to be installed for other signals than SIGSEGV.
4628 * sysdeps/generic/register-dump.h: New file.
4629 * sysdeps/i386/register-dump.h: New file.
4630 * sysdeps/powerpc/register-dump.h: New file.
4631
4632 * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
4633 sigcontextinfo.h.
4634 * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
4635
4636 1998-08-24 Geoff Keating <geoffk@ozemail.com.au>
4637
4638 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
4639
4640 1998-08-09 Geoff Keating <geoffk@ozemail.com.au>
4641
4642 * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
4643 * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
4644 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
4645 getresuid, getresgid.
4646
4647 1998-08-16 Geoff Keating <geoffk@ozemail.com.au>
4648
4649 * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs. Set up stack
4650 pointer in userland.
4651
4652 1998-08-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4653
4654 * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
4655 and fix value.
4656
4657 1998-08-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4658
4659 * elf/ldd.bash.in: Add missing quotes around $file. Make loop
4660 over arguments Bourne shell compatible. Don't exit unsuccessfully
4661 if nonelf returns successfully. Avoid duplicating most of the
4662 script.
4663 * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
4664 around $file.
4665
4666 1998-08-24 10:37 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4667
4668 * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
4669 sys/reg.h.
4670 * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
4671 * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
4672
4673 1998-08-23 Ulrich Drepper <drepper@cygnus.com>
4674
4675 * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
4676 __modify_ldt and modify_ldt.
4677 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
4678
4679 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
4680 Use orl $-1 instead of movl $-1 to save two bytes.
4681 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
4682 Likewise.
4683
4684 1998-08-17 H.J. Lu <hjl@gnu.org>
4685
4686 * libio/Versions (_IO_do_write, _IO_file_attach,
4687 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
4688 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
4689 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
4690 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
4691
4692 * libio/fileops.c (_IO_do_write, _IO_file_attach,
4693 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
4694 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
4695 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
4696 _IO_file_write, _IO_file_xsputn): Change the prefix to
4697 "_IO_new_". Added to GLIBC_2.1.
4698
4699 * libio/libioP.h (_IO_do_write, _IO_file_attach,
4700 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
4701 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
4702 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
4703 _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
4704 "_IO_new_".
4705
4706 * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
4707 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
4708 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
4709 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
4710 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
4711
4712 1998-08-23 Richard Henderson <rth@cygnus.com>
4713
4714 * Makeconfig (LDFLAGS): Remove.
4715
4716 * csu/initfini.c: Return to .text before __gmon_start__.
4717
4718 * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
4719 (STO_MIPS_*): Rename from STO_*.
4720 (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
4721 (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
4722
4723 * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
4724 (main): e3s is negative on zero.
4725 * math/atest-exp2.c: Likewise.
4726 * math/atest-sincos.c: Likewise.
4727
4728 1998-08-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4729
4730 * Makerules (install): Add comment about absolute paths.
4731
4732 1998-08-23 Ulrich Drepper <drepper@cygnus.com>
4733
4734 * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
4735 array to NUL to handle maxlen==1 case correctly.
4736 Patch by HJ Lu.
4737
4738 1998-08-23 Richard Henderson <rth@cygnus.com>
4739
4740 * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
4741 * sysdeps/alpha/elf/crtend.S: Likewise.
4742 * sysdeps/alpha/elf/start.S: Likewise.
4743
4744 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
4745 non-standard pv usage.
4746
4747 * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
4748 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
4749 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4750 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4751 * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
4752 * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
4753 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4754 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4755 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4756 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4757 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4758
4759 * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
4760 a finite non-denormal, deferring to the full IEEE version otherwise.
4761
4762 * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
4763 Early out for -0. Optimize for !_IEEE_FP_INEXACT.
4764 * sysdeps/alpha/fpu/s_floor.c: New.
4765 * sysdeps/alpha/fpu/s_floorf.c: New.
4766 * sysdeps/alpha/fpu/s_ceil.c: New.
4767 * sysdeps/alpha/fpu/s_ceilf.c: New.
4768
4769 1998-08-22 Philip Blundell <philb@gnu.org>
4770
4771 * sysdeps/arm/bits/string.h: New file.
4772
4773 1998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4774
4775 * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
4776 document it.
4777
4778 * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
4779 test for recent Linux 2.1.100+ headers.
4780
4781 1998-08-21 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4782
4783 * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
4784
4785 1998-08-21 17:21 Ulrich Drepper <drepper@cygnus.com>
4786
4787 * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
4788
4789 1998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4790
4791 * Makefile (elf/ldso_install): Put back. The problem still persists.
4792 * elf/Makefile (ldso_install): Likewise.
4793
4794 1998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4795
4796 * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
4797 create weak alias.
4798 * include/db.h: Declare __nss_db_open.
4799 * db2/Versions: Export it.
4800
4801 * db2/makedb.c: Convert to use db2 API.
4802 * nss/nss_db/db-XXX.c: Likewise.
4803 * nss/nss_db/db-netgrp.c: Likewise.
4804 * nss/nss_db/db-alias.c: Likewise.
4805 (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
4806
4807 1998-08-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4808
4809 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
4810 sys_setresuid, already built automatically (or not).
4811 * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
4812 instead of __syscall_setresuid and add back setresuid.
4813 * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
4814 __syscall_setresuid.
4815
4816 1998-08-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4817
4818 * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
4819
4820 1998-08-20 Ulrich Drepper <drepper@cygnus.com>
4821
4822 * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
4823 BASH-ONLY marked region.
4824 * elf/ldd.bash.in: Remove special BASH-ONLY markers.
4825
4826 1998-02-20 17:54 H.J. Lu <hjl@gnu.org>
4827
4828 * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
4829 _IO_SYSSEEK fails.
4830
4831 * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
4832
4833 * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
4834 element.
4835
4836 1998-08-21 Roland McGrath <roland@baalperazim.frob.com>
4837
4838 * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
4839 with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
4840 * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
4841 (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
4842 (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
4843 those magic comments, and to use /bin/sh for @BASH@.
4844 (bash-ldd-rewrite): Use $(common-ldd-rewrite).
4845 * elf/ldd.sh.in: File removed.
4846
4847 1998-08-20 20:07 Ulrich Drepper <drepper@cygnus.com>
4848
4849 * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
4850 cast them to unsigned long int.
4851 * pwd/putpwent.c (putpwent): Likewise.
4852 Patch by John Tobey <jtobey@banta-im.com>.
4853
4854 1998-08-20 17:14 H.J. Lu <hjl@gnu.org>
4855
4856 * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
4857 _IO_pos_BAD.
4858
4859 1998-02-20 17:54 H.J. Lu <hjl@gnu.org>
4860
4861 * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
4862 _IO_SYSSEEK fails.
4863
4864 1998-08-20 19:14 Ulrich Drepper <drepper@cygnus.com>
4865
4866 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
4867 Add umount and umount2.
4868 * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
4869 * sysdeps/unix/sysv/linux/umount.S: New file.
4870 * sysdeps/unix/sysv/linux/umount2.S: New file.
4871 * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
4872 Define MNT_FORCE.
4873
4874 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
4875 Add sys/sendfile.h.
4876 * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
4877 * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
4878
4879 * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
4880
4881 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
4882 sendfile.
4883
4884 1998-08-20 16:01 Ulrich Drepper <drepper@cygnus.com>
4885
4886 * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
4887 * elf/ldd.bash.in: Likewise.
4888
4889 * elf/sln.c: Avoid warning for no main prototype.
4890
4891 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
4892 O_WRITE.
4893 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
4894 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4895
4896 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
4897 F_GETSIG.
4898 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
4899 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
4900 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4901
4902 1998-08-20 Philip Blundell <pb@nexus.co.uk>
4903
4904 * sysdeps/arm/fpu/ieee754.h: Move to...
4905 * sysdeps/arm/ieee754.h: ... here.
4906
4907 * sysdeps/arm/__longjmp.S: Put return value in correct register.
4908 Don't set the condition flags unnecessarily.
4909 * sysdeps/arm/fpu/__longjmp.S: Likewise. Restore floating point
4910 registers correctly.
4911
4912 * sysdeps/arm/dl-machine.h: Fix problems with profiling code
4913 (patch from Scott Bambrough).
4914
4915 * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
4916
4917 * csu/initfini.c (_init): Don't check whether __gmon_start__ is
4918 NULL, just call it unconditionally.
4919 (__gmon_start__): Provide stub version as a weak symbol.
4920
4921 1998-07-30 Philip Blundell <philb@gnu.org>
4922
4923 * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
4924 by Scott Bambrough)
4925
4926 * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
4927 like `@' in .type directives.
4928
4929 * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
4930 * sysdeps/arm/bsd-_setjmp.S: Likewise.
4931
4932 * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
4933
4934 1998-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4935
4936 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
4937 (F_GETOWN): Likewise.
4938
4939 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
4940 Linux 2.1.117).
4941
4942 1998-08-20 Ulrich Drepper <drepper@cygnus.com>
4943
4944 * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
4945 already defined.
4946
4947 1998-08-18 Ulrich Drepper <drepper@cygnus.com>
4948
4949 * include/features.h: Define __USE_EXTERN_INLINES for recent
4950 enough gcc.
4951 * argp/argp.h: Define extern inline functions only if
4952 __USE_EXTERN_INLINES is defined.
4953 * libio/stdio.h: Likewise.
4954 * math/math.h: Likewise.
4955 * stdlib/stdlib.h: Likewise.
4956 * string/argz.h: Likewise.
4957 * sysdeps/generic/bits/sigset.h: Likewise.
4958 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
4959 * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
4960 * sysdeps/wordsize-32/inttypes.h: Likewise.
4961 * sysdeps/wordsize-64/inttypes.h: Likewise.
4962 * wcsmbs/wchar.h: Likewise.
4963
4964 * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
4965 to allow compilation without optimization.
4966
4967 1998-08-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4968
4969 * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
4970 more entries.
4971 * nis/nss_compat/compat-initgroups.c: Likewise.
4972 * nis/nss_compat/compat-pwd.c: Likewise.
4973 * nis/nss_compat/compat-spwd.c: Likewise.
4974 * nis/nss_nis/nis-alias.c: Likewise.
4975 * nis/nss_nis/nis-ethers.c: Likewise.
4976 * nis/nss_nis/nis-grp.c: Likewise.
4977 * nis/nss_nis/nis-hosts.c: Likewise.
4978 * nis/nss_nis/nis-initgroups.c: Likewise.
4979 * nis/nss_nis/nis-network.c: Likewise.
4980 * nis/nss_nis/nis-proto.c: Likewise.
4981 * nis/nss_nis/nis-pwd.c: Likewise.
4982 * nis/nss_nis/nis-rpc.c: Likewise.
4983 * nis/nss_nis/nis-service.c: Likewise.
4984 * nis/nss_nis/nis-spwd.c: Likewise.
4985
4986 * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
4987
4988 * nis/ypclnt.c: Try binding dir only first time, could be to old.
4989
4990 * nis/yp_xdr.c: Remove 1024 byte limit.
4991 * nis/ypupdate_xdr.c: Likewise.
4992
4993 * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
4994 wrong data.
4995
4996 1998-08-18 Roland McGrath <roland@baalperazim.frob.com>
4997
4998 * Rules (binaries-static, binaries-shared static pattern rules):
4999 Depend on lib%, not just libc%, from $(link-libc{,-static}).
5000
5001 * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
5002 this here, overriding Makeconfig generic value so we link against
5003 the RPC libs.
5004
5005 1998-08-17 Ulrich Drepper <drepper@cygnus.com>
5006
5007 * posix/tstgetopt.c (options): Add NULL entry at end
5008 Patch by Adrian Miranda <ade@psg.com>.
5009
5010 1998-08-15 18:21 Ulrich Drepper <drepper@cygnus.com>
5011
5012 * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION. Move EI_PAD
5013 to 9.
5014
5015 1998-08-15 14:11 Ulrich Drepper <drepper@cygnus.com>
5016
5017 * elf/elf.h: Add PPC Diab relocations.
5018
5019 * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
5020
5021 1998-08-14 10:08 Ulrich Drepper <drepper@cygnus.com>
5022
5023 * manual/texinfo.tex: Update.
5024
5025 1998-08-07 Geoff Keating <geoffk@ozemail.com.au>
5026
5027 * sysdeps/powerpc/backtrace.c: New file.
5028
5029 1998-08-14 Philip Blundell <pb@nexus.co.uk>
5030
5031 * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
5032 sigjmp_save.
5033 * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
5034
5035 1998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5036
5037 * Makefile (install-symbolic-link): Fix spelling.
5038
5039 1998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5040
5041 * elf/elf.h (SHT_HIOS): Fix value.
5042
5043 1998-08-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5044
5045 * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
5046 part of the expansion, this is undefined by the standard.
5047
5048 1998-08-13 19:41 Ulrich Drepper <drepper@cygnus.com>
5049
5050 * posix/getconf.c: Add support for systems with incomplete confname.h.
5051
5052 * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
5053
5054 * sysdeps/posix/wait3.c: Make it work.
5055
5056 1998-08-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5057
5058 * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
5059 (elf/ldso_install): Remove.
5060
5061 * elf/Makefile (distribute): Add sln.c.
5062 (others): Add sln.
5063 (others-static): Add sln.
5064 (install-rootsbin): Add sln.
5065 (others-static): Add sln.
5066 (ldso_install): Remove.
5067
5068 1998-07-24 10:58 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5069
5070 * Makerules (install-clean-symbolic-link-list): Make phony.
5071 * Makefile (install-symbolic-link): Make phony. Depend on
5072 subdir_install for parallel makes.
5073
5074
5075 1998-07-22 Ulrich Drepper <drepper@cygnus.com>
5076
5077 * elf/Makefile (distribute): Add sln.c
5078
5079 1998-07-21 07:10 H.J. Lu <hjl@gnu.org>
5080
5081 * elf/sln.c: New file.
5082
5083 * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
5084 (install-clean-symbolic-link-list): New target.
5085 (install): Depend on install-clean-symbolic-link-list.
5086 (make-shlib-link): Changed for $(symbolic-link-list).
5087
5088 * Makefile (install-symbolic-link): New target.
5089 (install): Depend on install-symbolic-link.
5090
5091 1998-08-12 17:03 Ulrich Drepper <drepper@cygnus.com>
5092
5093 * include/unistd.h: Protect against multiple inclusion.
5094
5095 * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
5096 is defined, not is glob is defined.
5097 * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
5098
5099 1998-08-01 17:18 H.J. Lu <hjl@gnu.org>
5100
5101 * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
5102 xdr_string for ut_line, ut_name and ut_host.
5103
5104 1998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5105
5106 * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
5107 /var/mail in accordance with FHS 2.0.
5108 Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
5109
5110 1998-08-12 Richard Henderson <rth@cygnus.com>
5111
5112 * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
5113 Update aliases for cancelation.
5114
5115 * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
5116 playing with symbol versions.
5117
5118 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>
5119
5120 * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
5121 multiple inclusion protection.
5122 (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
5123 _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
5124 define all these to 1.
5125 (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
5126
5127 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>
5128
5129 * sysdeps/mach/usleep.c: Include <unistd.h>.
5130 (usleep): Return void.
5131
5132 1998-08-11 Roland McGrath <roland@baalperazim.frob.com>
5133
5134 * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
5135 decl to inhibit warning in if_freenameindex defn.
5136
5137 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
5138
5139 * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
5140
5141 * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
5142 * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
5143 * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
5144 * sysdeps/mach/usleep.c: Likewise.
5145
5146 * sysdeps/mach/hurd/bind.c (bind): Add a const.
5147
5148 * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
5149 * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
5150 * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
5151 * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
5152 * sysdeps/mach/usleep.c (usleep): Likewise.
5153 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
5154 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
5155 * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
5156 * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
5157
5158 1998-08-11 Roland McGrath <roland@baalperazim.frob.com>
5159
5160 * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
5161 (glob64): Fix typo.
5162
5163 * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
5164 %p arg to fprintf, since `void *' is the right type already.
5165
5166 1998-07-25 19:47 Jose M. Moya <josem@gnu.org>
5167
5168 * sysdeps/mach/hurd/getcwd.c
5169 (_hurd_canonicalize_directory_name_internal): Do not loop forever
5170 for unknown root directories.
5171 (__getcwd): Return NULL when the current root directory could not
5172 be reached.
5173
5174 1998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com>
5175
5176 * string/strsignal.c (strsignal): Count real-time signals from zero.
5177
5178
5179 See ChangeLog.8 for earlier changes.