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