]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
1999-01-07 Xavier Leroy <Xavier.Leroy@inria.fr>
[thirdparty/glibc.git] / ChangeLog
CommitLineData
34992338
UD
11999-01-07 Ulrich Drepper <drepper@cygnus.com>
2
3 * sysdeps/i386/bits/select.h (__FD_ZERO): Remove early clobbers
4 from c and D register output.
5
61999-01-07 Philip Blundell <philb@gnu.org>
7
8 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Fix bug in last change.
9
101999-01-07 Ulrich Drepper <drepper@cygnus.com>
11
12 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Correct type for
13 __fsfilcnt_t. Patch by Bruce Elliott <bde@nwlink.com>.
14
151999-01-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
16
17 * manual/conf.texi: Remove pointers from first @node. Move old
18 @node spec inside comment.
19 * manual/lang.texi: Likewise.
20 * manual/libc-texinfo.sh: Also find `@node.*Top' in a comment.
21 * manual/stdio.texi: Fix typo.
22
231999-01-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
24
25 * wcsmbs/btowc.c: Accept all values in the range [SCHAR_MIN
26 .. UCHAR_MAX]. Local var buf renamed to result and its type
27 changed from char[] to wchar_t to get proper alignment.
28
29 * posix/fnmatch.c: Also cast the arguments of the other ctype
30 functions to unsigned char.
31
321999-01-07 Ulrich Drepper <drepper@cygnus.com>
33
34 * Rules: Add rules for empty.{o,os,op} back.
35
50976cad
UD
361999-01-05 Ulrich Drepper <drepper@cygnus.com>
37
1686c452
UD
38 * Makerules (common-mostlyclean): Add missing parentheses.
39
50976cad
UD
40 * Rules: Add back rules for empty.o generation.
41
5dc230dc
UD
421999-01-05 Philip Blundell <philb@gnu.org>
43
44 * sysdeps/unix/sysv/linux/net/if_arp.h: Add new ARPHRD definitions
45 from latest (2.2.0pre4) kernel.
46
471999-01-05 Scott Bambrough <scottb@corelcomputer.com>
48
49 * sysdeps/unix/sysv/linux/arm/sys/user.h : New file. Fixes problem
50 on ARM platforms with programs that include <sys/user.h> and
51 <sys/ptrace.h>. Solution suggested by Geoff Keating earlier with
52 fix for same problem on the PowerPC platform.
53
fb19a1ec
UD
541999-01-04 Philip Blundell <philb@gnu.org>
55
56 * sysdeps/unix/sysv/linux/arm/register-dump.h: Correct widths of
57 register values.
58 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: New file.
59
3c5edd4d
UD
601999-01-04 Ulrich Drepper <drepper@cygnus.com>
61
fb19a1ec 62 * csu/version.c (banner): Update date.
3c5edd4d
UD
63 * catgets/gencat.c: Update year in copyright message text.
64 * db2/makedb.c: Likewise.
65 * debug/catchsegv.sh: Likewise.
66 * elf/ldd.bash.in: Likewise.
fb19a1ec 67 * elf/sprof.c: Likewise.
3c5edd4d
UD
68 * iconv/iconv_prog.c: Likewise.
69 * locale/programs/locale.c: Likewise.
70 * locale/programs/localedef.c: Likewise.
fb19a1ec 71 * login/programs/utmpd.c: Likewise.
3c5edd4d
UD
72 * malloc/mtrace.pl: Likewise.
73 * nscd/nscd.c: Likewise.
fb19a1ec
UD
74 * nss/getent.c: Likewise.
75 * posix/getconf.c: Likewise.
3c5edd4d
UD
76
771999-01-02 Philip Blundell <philb@gnu.org>
78
79 * sunrpc/Makefile: Ensure that we really use the right path for cpp.
80
811999-01-03 Philip Blundell <philb@gnu.org>
82
46a2401f 83 * Makefile (tests-clean): New target to delete test output files.
3c5edd4d
UD
84 * Makerules (do-tests-clean): New rule to support the above.
85 * Rules (subdir_testclean): Likewise.
86
871999-01-03 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
88
89 * iconv/Makefile: Use install-others instead of explicit
90 dependency on subdir_install.
91
921999-01-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
93
94 * iconv/gconv_db.c (find_derivation): Release lock before
95 returning.
96 (__gconv_find_transform): Likewise.
97
981999-01-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
99
100 * inet/ether_ntoa.c (ether_ntoa): Make `asc' static since that's
101 what we return.
102
1031999-01-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
104
105 * Makerules: Remove all references to obsolete variables
106 tests-static and test-srcs-static.
107 * Make-dist: Likewise.
fb19a1ec 108 * Rules: Likewise. Remove rules to generate obsolete empty.{c,o*}.
3c5edd4d
UD
109
1101999-01-03 Philip Blundell <philb@gnu.org>
111
112 * sysdeps/unix/sysv/linux/arm/pread.c: Use the i386 implementation.
113 * sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
114 * sysdeps/unix/sysv/linux/arm/pwrite.c: Likewise.
115 * sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
116
259163b8
AS
1171998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
118
119 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Reorder expression
120 to avoid accessing global data in the usual case.
121
28e9818f
UD
1221999-01-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
123
124 * wcsmbs/wcstold_l.c: Correct last patch to include wchar.h from
125 system path.
126
118bad87
UD
1271998-12-31 Ulrich Drepper <drepper@cygnus.com>
128
129 * iconvdata/Makefile: Use rpath $ORIGIN for modules which use any of
130 the conversion libraries.
131
132 * include/features.h: Mention latest extensions in _POSIX_C_SOURCE
133 description.
134
135 * libio/genops.c (list_all_lock): New variable.
136 (_IO_un_link, _IO_link_in): Acquire lock before modifying _IO_list_all.
137 [PR libc/911].
138
139 * sysdeps/i386/i686/strtok.s: Add missing cld.
140
141 * sysdeps/i386/i686/mempcpy.S: New file.
142
1431998-12-30 Geoff Keating <geoffk@ozemail.com.au>
144
145 Suppress parentheses warnings:
146 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
147 (DL_FIND_ARG_COMPONENTS): here,
148 * sysdeps/powerpc/dl-machine.c: here,
149 * sysdeps/powerpc/fclrexcpt.c (feclearexcept): here,
150 * sysdeps/powerpc/fesetround.c (fesetround): here,
151 * sysdeps/powerpc/feupdateenv.c (feupdateenv): here,
152 * sysdeps/powerpc/fraiseexcpt.c (feraiseexcept): here,
153 * sysdeps/powerpc/fsetexcptflg.c (fesetexceptflag): here,
154 * sysdeps/powerpc/s_rint.c (__rint): here,
155 * sysdeps/powerpc/s_rintf.c (__rintf): here,
156 * sysdeps/powerpc/w_sqrt.c (__sqrt): here,
157 * sysdeps/powerpc/w_sqrtf.c (__sqrtf): and here.
158
1591998-12-30 Geoff Keating <geoffk@ozemail.com.au>
160
161 * wcsmbs/wcstold.c [__NO_LONG_DOUBLE_MATH]: Include wchar.h.
162 * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Likewise. Also define
163 appropropriate prototypes, correct procedure names.
164
1651998-12-30 Geoff Keating <geoffk@ozemail.com.au>
166
167 * sysdeps/generic/crypt-entry.c: Prototype __crypt_r, suppress
168 warning.
169 (__crypt_r): Add __restrict.
170 * sysdeps/generic/crypt.h: Remove internal routine. Add __restrict.
171
1721998-12-31 Ulrich Drepper <drepper@cygnus.com>
173
174 * stdlib/longlong.h: Add missing #else in SPARC definitions.
175
1761998-12-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
177
178 Patches by Ralf Baechle <ralf@gnu.org>:
179 * sysdeps/unix/sysv/linux/mips/sgidefs.h: Removed.
180 * sysdeps/unix/sysv/linux/mips/sys/asm.h: Removed.
181 * sysdeps/unix/sysv/linux/mips/sys/regdef.h: Removed.
182 * sysdeps/unix/sysv/linux/mips/sys/fpregdef.h: Removed.
183 * sysdeps/unix/sysv/linux/mips/regdef.h: Removed.
184 * sysdeps/unix/sysv/linux/mips/fpregdef.h: Removed.
185
186 * sysdeps/unix/sysv/linux/mips/Makefile: Remove delete files.
187 * sysdeps/unix/sysv/linux/mips/Dist: Remove deleted files.
188
189 * sysdeps/mips/sys/fpregdef.h: New files, enhanced versions of deleted
190 linux specific files.
191 * sysdeps/mips/sys/asm.h: Likewise.
192 * sysdeps/mips/sgidefs.h: Likewise.
193 * sysdeps/mips/fpregdef.h: Likewise.
194 * sysdeps/mips/regdef.h: Likewise.
195
196 * sysdeps/mips/Makefile: Add new headers.
197 * sysdeps/mips/Dist: Add new files.
198
199 * sysdeps/mips/fpu_control.h (_FPU_DEFAULT): Change value.
200
2011998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
202
203 * iconvdata/Makefile: Remove variable assignments and rules that
204 are now auto-generated. Include $(objpfx)iconv-rules instead.
205 Btw, that removes a few typos.
206 (charmaps): New variable.
207 ($(objpfx)iconv-rules): New target.
208 (gen-8bit-modules): Renamed from sed-generated-headers, remove .h
209 suffixes.
210 (gen-8bit-gap-modules): Renamed from awk-generated-headers, remove
211 .h suffixes.
212 (gen-special-modules): New variable.
213 (generated-modules): New variable.
214 (headers): Use it.
215 (before-compile): Likewise.
216 (generated): Likewise, and add iconv-rules.
217 * iconvdata/euc-cn.c: Renamed from euccn.c.
218 * iconvdata/euc-jp.c: Renamed from eucjp.c.
219 * iconvdata/euc-kr.c: Renamed from euckr.c.
220 * iconvdata/euc-tw.c: Renamed from euctw.c.
221 * iconvdata/iso_6937.c: Renamed from iso6937.c.
222 * iconvdata/iso_6937-2.c: Renamed from iso6937-2.c.
223 * iconvdata/t.61.c: Renamed from t61.c.
224 * iconvdata/Makefile (distribute): Adjusted for those renames.
225 Remove $(objpfx) from names.
226
2271998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
228
229 * sysdeps/generic/hp-timing.h: Fix comment.
230 * sysdeps/generic/dl-hash.h: Likewise.
231 * sysdeps/i386/i686/hp-timing.h: Likewise.
232
2331998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
234
235 * posix/fnmatch.c (fnmatch): Always pass unsigned char values to
236 FOLD macro.
237
2381998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
239
240 * nss/db-Makefile ($(VAR_DB)/shadow.db): Fix last change.
241
2421998-12-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
243
244 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Sync with
245 current Linux 2.1.132 kernel sources.
246
2471998-12-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
248
249 Patches by Ralf Baechle <ralf@gnu.org> for Linux/MIPS:
250 * sysdeps/unix/sysv/linux/mips/syscalls.list: Add ipc, change
251 pread/pwrite and llseek calls.
252
253 * sysdeps/unix/sysv/linux/mips/sysdep.S: New file.
254
2551998-12-29 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
256
257 * malloc/thread-m.h [_LIBC] : Fix for NO_THREADS case.
258
76235ed4
UD
2591998-12-28 Ulrich Drepper <drepper@cygnus.com>
260
3a4aae98
UD
261 * version.h (VERSION): Bump to 2.0.109.
262
e4192acb
UD
263 * Makefile (distribute): Add INTERFACE and CONFORMANCE.
264 * elf/Makefile (distribute): Add hp-timing.h.
265 * sysdeps/i386/i686/Dist: New file.
266
edbe9101
UD
267 * mach/Versions: Add mach_msg_send and mach_msg_receive.
268 Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
269
db60f6f9
UD
270 * sysdeps/unix/sysv/linux/netipx/ipx.h (SIOCIPXNCPCONN): New macro
271 from latest kernel.
272
76235ed4
UD
273 * stdlib/fpioconst.c: If __NO_LONG_DOUBLE_MATH don't define constants
274 beyond range of double.
275 * stdlib/fpioconst.h (_fpioconst_pow10): Reduce size according to
276 fpioconst.c change.
277 * stdlib/strtold.c: Fall back on double functions if
278 __NO_LONG_DOUBLE_MATH.
279 * stdlib/strtold_l.c: Likewise.
280 * wcsmbs/wcstold.c: Likewise.
281 * wcsmbs/wcstold_l.c: Likewise.
282 * sysdeps/ieee754/ldbl2mpn.c: Don't generate code if
283 __NO_LONG_DOUBLE_MATH.
284 * sysdeps/ieee754/mpn2ldbl.c: Likewise.
285
2861998-12-28 Geoff Keating <geoffk@ozemail.com.au>
287
288 * sysdeps/powerpc/bits/endian.h: Use #warning, not #error, if
289 the endianness can't be determined, for makedepend.
290
db276fa1
UD
2911998-12-27 Ulrich Drepper <drepper@cygnus.com>
292
293 * elf/dl-lookup.c (_dl_num_relocations): New variable.
294 (do_lookup): Increment _dl_num_relocations for every call.
295 * elf/rtld.c (print_statistics): New function.
296 (_dl_debug_statistics): New variable. Set when statistics are asked
297 for.
298 (rtld_total_time, relocate_time, load_time): New variables. Used
299 in print_statistics.
300 (_dl_start): Record start and end time of startup. Call
301 print_statistics if needed.
302 (dk_main): Record times for relocations and loading.
303 (process_dl_debug): Recognize statistics.
304
548f2408 305 Low-level, low-overhead, high-precision timing functionality.
db276fa1
UD
306 * sysdeps/generic/hp-timing.h: New file.
307 * sysdeps/i386/i686/Makefile: New file.
308 * sysdeps/i386/i686/hp-timing.h: New file.
309 * sysdeps/i386/i686/hp-timing.c: New file.
310
311 * sysdeps/i386/dl-machine.h (elf_machine_rel): Reverse order of OR
312 clauses to avoid accessing global variables during rtld relocation.
313
314 * sunrpc/rpc_main.c: Unify messages.
315
316 * sysdeps/unix/sysv/linux/arm/Dist: Add ioperm.c and sys/io.h.
317
47b33891
RM
3181998-12-27 Roland McGrath <roland@baalperazim.frob.com>
319
320 * sysdeps/mach/hurd/bits/statfs.h (struct statfs, struct statfs64):
321 Remove __ from member names; rename __unused to f_spare.
322
3231998-12-21 Mark Kettenis <kettenis@phys.uva.nl>
324
325 Implement fstatvfs and statvfs on the Hurd.
326 * sysdeps/mach/hurd/bits/statfs.h: New file.
327 * sysdeps/mach/hurd/bits/statvfs.h: New file.
328 * sysdeps/mach/hurd/fstatvfs.c: New file.
329 * sysdeps/mach/hurd/statvfs.c: New file.
330
331 * sysdeps/generic/fstatfs64.c: Changed into stub.
332 Moved previous contents to...
333 * sysdeps/unix/sysv/linux/fstatfs64.c: ...here.
334 * sysdeps/generic/fstatvfs64.c: Likewise.
335 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
336 * sysdeps/generic/statfs64.c: Likewise.
337 * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
338 * sysdeps/generic/statvfs64.c: Likewise.
339 * sysdeps/unix/sysv/linux/statvfs64.c: Likewise.
340
85f72e9c
UD
3411998-12-25 Ulrich Drepper <drepper@cygnus.com>
342
343 * elf/dl-hash.h: Move to...
344 * sysdeps/generic/dl-hash.h: ...here. Correct parameter type (must
345 be unsigned char). Remove conditional from inner loop and rearrange
346 binary operations (12-22% performance increase).
548f2408 347 * sysdeps/i386/i686/dl-hash.h: New file. Another 10% faster than
85f72e9c
UD
348 optimized generic version.
349
f1f0edfe
UD
3501998-12-23 Ulrich Drepper <drepper@cygnus.com>
351
65c64a0b
UD
352 * elf/dl-lookup.c (do_lookup): If looking up an unversioned symbol
353 but the object file only contains versioned definitions than
354 accept the definition if there is exactly one even if the version
355 number is not the default version. This helps dlsym() to find
356 newly introduced symbols.
357
f1f0edfe
UD
358 * locale/programs/ld-collate.c: Unify messages and correct typos.
359 * locale/programs/ld-monetary.c: Likewise.
360 * locale/programs/ld-numeric.c: Likewise.
361 * locale/programs/ld-time.c: Likewise.
362 * manual/errno.texi: Likewise.
363 * nis/nis_error.c: Likewise.
364 * nis/nis_print.c: Likewise.
365 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
366 * sunrpc/rpc_main.c: Likewise.
367
edb570bb
UD
3681998-12-20 Philip Blundell <philb@gnu.org>
369
370 * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
371 implementation.
372 * sysdeps/unix/sysv/linux/arm/syscalls.list: Remove wrappers for
373 now-inlined calls.
f1f0edfe 374
edb570bb
UD
3751998-12-22 Philip Blundell <pb@nexus.co.uk>
376
377 * sysdeps/unix/sysv/linux/arm/ioperm.c: New file.
378 Implementation of inb, outb etc for ARM systems.
379 * sysdeps/unix/sysv/linux/arm/sys/io.h: Likewise.
380 * sysdeps/unix/sysv/linux/arm/Versions: Add appropriate
381 entries for the above.
382
d17a729b
UD
3831998-12-21 Ulrich Drepper <drepper@cygnus.com>
384
361d49e6
UD
385 * nss/db-Makefile (shadow.db): Create file with correct protections.
386 Based on a patch by Joel Klecker <espy@debian.org>.
387
d17a729b
UD
388 * inet/gethstbynm_r.c: Remove NEED__RES definition since we do this
389 anyway for digits_dots.c.
390 * nss/getXXbyYY.c: Initialize _res before using digits_dots.c
391 functions.
392 * nss/getXXbyYY_r.c: Likewise.
393
47b33891
RM
3941998-12-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
395
396 * sunrpc/key_call.c (getkeyserv_handle): Use __fcntl instead of
d17a729b 397 fcntl.
47b33891
RM
398
3991998-12-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
400
401 * locale/weight.h (get_weight): Extract string elements as
402 unsigned values.
403
6ac73ea7
RM
4041998-12-06 Mark Kettenis <kettenis@phys.uva.nl>
405
406 Reverse the change of 1998-04-22. Providing a struct dirent with
407 different members when __USE_FILE_OFFSET64 is defined is asking
408 for trouble. Instead add the necessary LFS magic to the 4.4BSD
409 header.
410 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Add LFS definitions.
411 * sysdeps/mach/hurd/bits/dirent.h: Removed.
412 * sysdeps/mach/hurd/readdir64.c: Removed.
413 * sysdeps/mach/hurd/readdir64_r.c: Removed.
414
c5720a93
RM
4151998-12-20 Roland McGrath <roland@baalperazim.frob.com>
416
6ac73ea7
RM
417 * sysdeps/generic/bits/mman.h [__USE_MISC] (MAP_ANONYMOUS): Define as
418 alias for MAP_ANON.
419
420 * stdio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
421 Remove decls. They don't exist at all on the Hurd.
422
c5720a93
RM
423 * sunrpc/svc_unix.c, sunrpc/clnt_unix.c: Avoid using `struct cmsghdr'
424 and `struct ucred' #ifndef SCM_CREDENTIALS.
425
426 * sunrpc/publickey.c (getsecretkey): Use `&errno' instead of
427 `__errno_location ()'; means the same, works for Hurd.
428
429 * sysdeps/mach/hurd/Makefile (subdirs): Don't elide sunrpc.
430
ff7059bf
UD
4311998-12-18 Ulrich Drepper <drepper@cygnus.com>
432
c730d678
UD
433 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Include
434 features.h and stddef.h.
435 * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h (struct
436 sigaltstack): Move ss_size field at the end.
437 Patches by Jeff Bailey <jbailey@nisa.net>.
438
51c68755
UD
439 * time/getdate.c (check_mday): tm_mon contains values from 0 to 11,
440 not 1 to 12.
441
ff7059bf
UD
442 * manual/texinfo.tex: Update to latest version.
443
444 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add ipc.
445 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
446 Patch by Cristian Gafton <gafton@redhat.com>.
447
4798763f
UD
4481998-12-17 Ulrich Drepper <drepper@cygnus.com>
449
277f73d1
UD
450 * iconvdata/gconv-modules: Add remaining aliases from Internet
451 standards.
452
8c479619
UD
453 * iconv/gconv_int.h (gconv_module): Add new element from_regex_mem.
454 * iconv/gconv_conf.c (module_compare): Make s1 and s2 const.
455 (detect_conflict): New function.
456 (add_alias): Call detect_conflict to see whether there is already
457 a module for the new name.
458 (add_module): Make sure there is no alias for the new name.
459 (read_conf_file): Call add_alias with new argument.
460 (__gconv_read_conf): Don't destroy module tree immediately after
461 walking it. We need it to test the internal conversions for
462 conflicts.
463 * iconv/gconv_db.c (find_derivation): Don't allocate memory for
464 regular expression. There is now room in the module descriptor.
465 (free_mem): Don't free memory for regular expression.
466
c5b0e13e
UD
467 * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_IRDA, PF_IRDA and
468 MSG_TRYHARD.
469
c0b50509
UD
470 * sunrpc/clnt_unix.c (clntunix_destroy): Use __close not close.
471 * libio/oldtmpfile.c: Likewise.
472 * libio/oldiofdopen.c: Use __fcntl instead fcntl.
473 * sysdeps/posix/profil.c: Use __sigaction instead of sigaction.
474
09376451
UD
475 * iconvdata/iso646.c (gconv_init): Return correct error value if we
476 run out of memory.
477 * iconvdata/iso-2022-jp.c: Likewise.
478
c7ec9d75
UD
479 * iconv/gconv_db.c (gen_steps): Respect error return value from
480 init functions and abort.
481
4798763f
UD
482 * iconvdata/iso646.c: Recognize NF_Z_62-010_1973 as charset name.
483
4841998-12-17 H.J. Lu <hjl@gnu.org>
536d7038
UD
485
486 * sunrpc/rpc/xdr.h (XDR_DESTROY): Add ';'.
487 (xdr_destroy): Likewise.
488
68185625
UD
4891998-12-17 Ulrich Drepper <drepper@cygnus.com>
490
c0b50509 491 * login/login.c: Determine pts/3 as terminal name if path is
68185625
UD
492 /dev/pts/3. This is consistent with getlogin. [PR libc/906]
493
04166d6e
UD
4941998-12-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
495
496 * sysdeps/posix/tempname.c (__path_search): Add casts for format
497 string.
498
4991998-12-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
500
501 * sunrpc/rpc/xdr.h (XDR_DESTROY, xdr_destroy): Avoid dangling else
502 problem.
503 (IXDR_PUT_INT32): Fully parenthesize parameters.
504 (IXDR_GET_LONG, IXDR_PUT_LONG): Mark GCC extension. Fully
505 parenthesize parameter.
506
b76e5a4e
UD
5071998-12-16 Ulrich Drepper <drepper@cygnus.com>
508
509 * iconvdata/gconv-modules: Add some of the charset name aliases
510 used in Internet standards.
511
133d3d30
UD
5121998-12-16 Ulrich Drepper <drepper@cygnus.com>
513
514 * version.h (VERSION): Bump to 2.0.107.
515
516 * sysdeps/i386/i486/bits/string.h: Pretty printing.
517
d8a167a5
UD
5181998-12-16 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
519
520 * sunrpc/rpc/xdr.h: Revert patch from 1998-12-14, partly revert
521 patch from 1998-12-01.
522
d735bcf4
RM
5231998-12-16 Roland McGrath <roland@baalperazim.frob.com>
524
525 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Define this #ifdef
526 __USE_BSD as well as #ifdef __USE_GNU, so MAXSYMLINKS can use it.
527 Reported by UCHIYAMA Yasushi <uch@nop.or.jp>
528
88fd9830
UD
5291998-12-16 Ulrich Drepper <drepper@cygnus.com>
530
531 * iconvdata/ibm866.c: New file.
532 * iconvdata/cp1258.c: New file.
533 * iconvdata/cp1258.h: New file.
534 * iconvdata/mac-uk.c: New file.
535 * iconvdata/gconv-modules: Add rules for new modules.
536 * iconvdata/Makefile: Likewise.
537
538 * sysdeps/gnu/bits/ipc.h: Move libc internal bits to...
539 * include/bits/ipc.h: ..here. New file.
540
d735bcf4
RM
5411998-12-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
542
543 * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Don't change
544 read-only struct termios_p* but change k_termios member directly.
545
a3fc1f71
UD
5461998-12-15 H.J. Lu <hjl@gnu.org>
547
548 * sysdeps/posix/tempname.c (__path_search): Fix the maximum
549 string length.
550
5a7cb1a2
UD
5511998-12-15 Ulrich Drepper <drepper@cygnus.com>
552
e9dcb080
UD
553 * sysdeps/unix/sysv/linux/msgctl.c: Use INLINE_SYSCALL.
554 * sysdeps/unix/sysv/linux/msgget.c: Likewise.
555 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
556 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
557 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
558 * sysdeps/unix/sysv/linux/semget.c: Likewise.
559 * sysdeps/unix/sysv/linux/semop.c: Likewise.
560 * sysdeps/unix/sysv/linux/shmat.c: Likewise.
561 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
562 * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
563 * sysdeps/unix/sysv/linux/shmget.c: Likewise.
564 * sysdeps/unix/sysv/linux/syscalls.list: Remove ipc syscall here.
565 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add ipc syscall here.
566
567 * time/strftime.c: Remove 'f' format.
568
569 * time/strptime.c (get_number): Ignore trailing whitespace.
570 (strptime_internal): Handle 'F' and 'k' formats.
571
5a7cb1a2
UD
572 * sysdeps/posix/tempname.c (__path_search): Add second part of the
573 patch by Andreas Jaeger.
574
5751998-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
576
577 * stdio-common/tst-tmpnam.c (main): Use void as parameter to avoid
578 warnings about unused args. Fix comment.
579
5801998-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
581
582 * sysdeps/posix/tempname.c (__path_search): Correct last patch.
583
c870d249
UD
5841998-12-14 Ulrich Drepper <drepper@cygnus.com>
585
586 * sunrpc/rpc/xdr.h (IXDR_GET_INT32): Case pointer before reading from
587 it.
588 (IXDR_PUT_INT32): Likewise for writing.
181a8546 589 Patch by Bruce Elliott <bde@nwlink.com>.
c870d249 590
5a7cb1a2
UD
5911998-12-08 H.J. Lu <hjl@gnu.org>
592
593 * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Don't clear
594 the IBAUD0 bit in c_iflag.
595
596 * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear the
597 the IBAUD0 bit in c_iflag.
598
6269e521
UD
5991998-12-14 Ulrich Drepper <drepper@cygnus.com>
600
601 * time/Makefile (tests): Add tst-strptime.
602 * time/tst-strptime.c: New file.
603 * time/strptime.c: Correct bugs in weekday and yearday computation.
604
59036602
UD
6051998-12-14 Ulrich Drepper <drepper@cygnus.com>
606
c2cfb512
UD
607 * time/strptime.c (strptime_internal): Set tm_wday and tm_yday in
608 any of tm_year, tm_mon, or tm_mday was changed and the value
609 itself wasn't specified.
610
60876a75
UD
611 * include/stdio.h: Add new parameter to __path_search.
612 * libio/oldtmpfile.c: Add 0 as new parameter to __path_search.
613 * stdio-common/tmpfile.c: Likewise.
614 * stdio-common/tmpfile64.c: Likewise.
615 * stdio-common/tmpnam.c: Likewise.
616 * stdio-common/tmpnam_r.c: Likewise.
617 * stdio-common/tempnam.c: Add 1 as new parameter to __path_search.
618 * sysdeps/posix/tempname.c: Add new parameter. If value is nonzero
619 consider TMPDIR environment variable and dir parameter. Otherwise not.
620 * stdio-common/Makefile (tests): Add tst-tmpnam.
621 * stdio-common/tst-tmpnam.c: New file.
622
59036602
UD
623 * po/es.po: Update from translation team.
624
4260bc74 6251998-12-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
59036602 626
4260bc74
UD
627 * timezone/Makefile: Protect inclusion of z.* by avoid-generated
628 and inhibit_timezone_rules instead of no_deps.
629 * Make-dist: Pass inhibit_timezone_rules=t when making
630 echo-distinfo.
59036602 631
4260bc74 6321998-12-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
59036602 633
4260bc74 634 * manual/Makefile (distribute): Remove dir-add.texinfo.
59036602 635
4260bc74
UD
636 * sysdeps/unix/sysv/linux/powerpc/Dist: Add sys/procfs.h and
637 sys/user.h.
59036602 638
4260bc74 6391998-12-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
59036602 640
4260bc74
UD
641 * manual/Makefile (stamp-summary): Use ^L as separator for
642 sorting.
643 * manual/arith.texi: Add comments before all @deffoox lines to get
644 them added to the summary.
645 * manual/creature.texi: Likewise.
646 * manual/math.texi: Likewise.
59036602 647
4260bc74 6481998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
59036602 649
4260bc74
UD
650 * math/libm-test.c: Remove macro ISINF. Change all usages of
651 ISINF to isinf.
59036602 652
550be6cd
UD
6531998-12-13 Ulrich Drepper <drepper@cygnus.com>
654
655 * sysdeps/posix/tempname.c: Use __xstat instead of __stat.
656 * sysdeps/unix/grantpt.c: Likewise.
657 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
658 * sysvipc/ftok.c: Likewise.
659 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
660
a3f4b50b
UD
661 * stdlib/test-canon.c: Define PATH_MAX if the system does not.
662 * string/stratcliff.c: Use MAP_ANON instead of MAP_ANONYMOUS.
663 Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
664
4260bc74 6651998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
59036602 666
4260bc74 667 * sysdeps/alpha/fpu/fsetexcptflg.c: Avoid -Wparentheses warning.
59036602 668
4260bc74
UD
669 * sysdeps/libm-ieee754/s_expm1.c (__expm1): Avoid -Wparentheses
670 warning.
671 * sysdeps/libm-ieee754/s_log1p.c (__log1p): Likewise.
672 * sysdeps/libm-ieee754/e_logf.c (__ieee754_logf): Likewise.
673 * sysdeps/libm-ieee754/s_expm1f.c (__expm1f): Likewise.
674 * sysdeps/libm-ieee754/e_log.c (__ieee754_log): Likewise.
675 * sysdeps/libm-ieee754/s_log1pf.c (__log1pf): Likewise.
3bb266e0 676
4260bc74 6771998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
59036602 678
4260bc74
UD
679 * sunrpc/svc_udp.c (svcudp_bufcreate): Declare len as socklen_t.
680 (svcudp_recv): Likewise.
59036602 681
4260bc74 6821998-12-13 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
59036602 683
4260bc74
UD
684 * nis/nss-nisplus.h: Change some mappings of NIS+ errors to
685 NSS error codes to avoid endless loops.
59036602 686
70b0abba
UD
6871998-12-13 Ulrich Drepper <drepper@cygnus.com>
688
689 * iconvdata/gconv-modules: Correct aliases for ISO-8859-13 and add
690 aliases for ISO-8859-14.
691
4260bc74 6921998-12-12 Geoff Keating <geoffk@ozemail.com.au>
59036602 693
4260bc74
UD
694 * posix/fnmatch.c (fnmatch): Arguments to FOLD must not have
695 side-effects.
59036602 696
c090aa15
UD
6971998-12-12 Ulrich Drepper <drepper@cygnus.com>
698
699 * iconvdata/iso-8859-11.h: ISO 8859-11 conversion data.
700 * iconvdata/iso-8859-11.c: ISO 8859-11 conversion module.
701 * iconvdata/iso-8859-13.c: Likewise for 8859-13.
702 * iconvdata/iso-8859-14.c: Likewise for 8859-14.
703 * iconvdata/iso-8859-15.c: Likewise for 8859-15.
704 * iconvdata/gconv-modules: Add rules for new modules.
705 * iconvdata/Makefile: Likewise.
706
f98b4bbd
UD
7071998-12-12 Ulrich Drepper <drepper@cygnus.com>
708
709 * stdio-common/printf_fp.c: #ifdef out long double handling code if
710 __NO_LONG_DOUBLE_MATH is defined to avoid warnings.
711 * stdio-common/printf_fphex.c: Likewise.
712 * stdio-common/printf-size.c: Likewise.
713
7141998-12-12 Ulrich Drepper <drepper@cygnus.com>
715
716 * login/Makefile: Install pt_chown using INSTALL_PROGRAM.
717 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
718
bc15f0f8
UD
7191998-12-11 Ulrich Drepper <drepper@cygnus.com>
720
c2a32973
UD
721 * sysdeps/powerpc/dl-machine.h (elf_machine_matches_host): Mark
722 static inline, not extern inline.
723 (elf_machine_dynamic): Likewise.
724 (elf_machine_lazy_rel): Likewise.
725 (elf_machine_plt_value): Likewise.
726 * sysdeps/powerpc/backtrace.c: Include stddef.h to get NULL
727 definition.
f98b4bbd 728 Patchess by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
c2a32973 729
486fa0b7
UD
730 * sysdeps/mips/dl-machine.h (elf_machine_rel): Fixl_addr parameter
731 type. Reported by job bogan <job@piquin.uchicago.edu>.
732
bc15f0f8
UD
733 * sysdeps/unix/opendir.c (__opendir): Use __xstat instead of
734 __stat.
735
724049ba
UD
7361998-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
737
738 * inet/netinet/in.h: Change obsolete structure member
739 ipv6mr_ifindex to new ipv6mr_interface.
740
981993e1
UD
7411998-12-11 Ulrich Drepper <drepper@cygnus.com>
742
743 * sysdeps/ieee754/dbl2mpn.c: Changed '#include "ieee754.h"' to
744 '#include <ieee754.h>'. ARM port has its own version of 'ieee754.h'
745 due to its big endian floating point format.
746 * sysdeps/ieee754/ldbl2mpn.c: Likewise.
747 * sysdeps/ieee754/mpn2dbl.c: Likewise.
748 * sysdeps/ieee754/mpn2ldbl.c: Likewise.
749 * sysdeps/ieee754/mpn2flt.c: Likewise.
750 Patch by Scott Bambrough <scottb@corelcomputer.com>.
751
631f2dd0
UD
7521998-12-10 Ulrich Drepper <drepper@cygnus.com>
753
a6e3a56a
UD
754 * sysdeps/unix/sysv/linux/adjtime.c: Undo last change.
755
631f2dd0
UD
756 * posix/PTESTS: Fix typo.
757
adc9be5c 758 * po/es.po: Update from translation team.
f2bbe1fd 759 * po/fr.po: Likewise.
adc9be5c 760
04c216a8
UD
7611998-12-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
762
631f2dd0 763 * nis/nss_compat/compat-pwd.c: Fix handling of +/- entries.
04c216a8 764
38e11096
UD
7651998-12-10 Ulrich Drepper <drepper@cygnus.com>
766
767 * sunrpc/Makefile: Call rpcgen program which -Y parameter so that
768 it can find the preprocessor.
769
648c1337
UD
7701998-12-09 Geoff Keating <geoffk@ozemail.com.au>
771
772 * sysdeps/unix/sysv/linux/sys/procfs.h: Use sys/user.h not
773 asm/user.h.
774 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
775
776 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: New file,
777 like linux/sys/procfs.h but uses uid_t and gid_t.
778 * sysdeps/unix/sysv/linux/powerpc/sys/user.h: New file,
779 don't include <linux/ptrace.h>.
780
7811998-12-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
782
783 * posix/runptests.c (main): Check that regcomp did not succeed
784 unexpectedly.
785 * posix/runtests.c (run_a_test): Likewise. Return appropriate
786 exit code.
787 * posix/TESTS: Regexp "a[b-a]" should not compile.
788 * posix/PTESTS: Comment out bogus tests GA113(2), GA145(2) and
789 GA147(2).
790
7911998-12-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
792
793 * locale/programs/ld-ctype.c (allocate_arrays): Don't crash if
794 there is no codeset name.
795 * locale/programs/ld-collate.c (collate_output): Don't crash if a
796 character has no weight.
797
b77e6cd6
UD
7981998-12-10 Ulrich Drepper <drepper@cygnus.com>
799
800 * inet/getnetgrent_r.c (innetgr): Check host and domain name with
801 strcasecmp, not strcmp. [PR libc/894].
802
8031998-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
804
805 * posix/regex.h: Declare re_comp, re_exec if compiling for libc to
806 get prototypes.
807
808 * wctype/wctype.h: Add prototypes for __iswblank_l and iswblank.
809
8101998-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
811
812 * sysdeps/unix/sysv/linux/gethostid.c: Include <netdb.h> to get
813 prototype for __gethostbyname_r.
814
815 * include/time.h: Add declarations of internal interfaces.
816
817 * time/tzset.c: Remove declarations of internal interfaces.
818 * time/gmtime.c: Likewise.
819 * time/localtime.c: Likewise.
820 * time/offtime.c: Likewise.
821 * time/tzfile.c: Likewise.
822
c3c95a7b
UD
8231998-12-01 09:47 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
824
825 * sysdeps/unix/sysv/linux/sys/timex.h: Copy out
826 user-space-relevant definitions from linux/timex.h of kernel
827 2.1.130 and remove include of kernel header.
828
829 * sysdeps/unix/sysv/linux/adjtime.c: Remove portability crud.
830
5c2a0669
UD
8311998-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
832
833 * posix/regex.c: Get regex.h from system path, not from local
834 directory.
835
836 * posix/regex.h: Move internal interfaces to ...
837 * include/regex.h: ...here.
838
839 * posix/unistd.h: Move internal interfaces to ...
840 * include/unistd.h: ...here.
841
842 * math/math.h: Move internal interfaces to ...
843 * include/math.h: ...here.
844
845 * posix/glob.h: Move internal interfaces to ...
846 * include/glob.h: ...here.
847
848 * string/string.h: Move internal interfaces to ...
849 * include/string.h: ...here.
850
851 * time/sys/time.h: Move internal interfaces to ...
852 * include/sys/time.h: ...here.
853
854 * resolv/netdb.h: Move internal interfaces to ...
855 * include/netdb.h: ...here.
856
8571998-12-08 Ulrich Drepper <drepper@cygnus.com>
858
859 * iconvdata/eucjp.c: Handle Yen in overscore conversion from ISO 10646
860 correctly.
861 * iconvdata/iso-2022-jp.c: Handle Kana in 2022-JP2 correctly
862 Fix various bugs in conversion routine.
863 * iconvdata/jis0201.h: Correct variable name.
864 * iconvdata/jis0208.c: Correct script to generate tables and regenerate
865 them.
866 * iconvdata/jis0208.h: Likewise.
867 * iconvdata/jis0212.c: Likewise.
868 * iconvdata/sjis.c: Likewise.
869 Patch by HANATAKA Shinya <hanataka@abyss.rim.or.jp>.
870
5470bc9f
UD
8711998-12-07 Ulrich Drepper <drepper@cygnus.com>
872
a94b2ac0
UD
873 * sysdeps/unix/sysv/linux/speed.c (IBAUD0): New definition. Bit
874 set in c_iflag if cfsetispeed is call with SPEED set to zero.
875 (cfgetispeed): Return zero if prior if IBAUD0 is set.
876 (cfsetospeed): Clear IBAUD0 bit.
877 (cfgetispeed): Set IBAUD0 bit if necessary.
878 * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear
879 the IBAUD0 bit in c_iflag when making the system call.
880 Work around a Linux kernel bug which silently changes the
881 PARENB/CREAD/CSIZE bits in c_cflag on pty.
5470bc9f
UD
882 * sysdeps/unix/sysv/linux/speed.c (cfsetispeed): Make a real
883 function. Don't set speed is SPEED parameter is zero since this
884 means set it to the output speed.
a94b2ac0 885 Based on a patch by H.J. Lu <hjl@gnu.org>.
5470bc9f
UD
886
887 * version.h (VERSION): Bump to 2.0.106.
888
a94b2ac0
UD
889 * Makeconfig (link-libc-static): Don't use link-libc since this
890 includes the shared object. Use gnulib only.
891
b38bb8ca
UD
892 * configure.in: Disable --disable-static.
893
5470bc9f
UD
8941998-12-07 12:06 Ulrich Drepper <drepper@cygnus.com>
895
896 * po/de.po: Update from translation team.
897 * po/ko.po: Likewise.
898
8991998-12-07 Richard Henderson <rth@cygnus.com>
900
901 * sysdeps/unix/sysv/linux/alpha/select.S: Save a4 through
902 both paths.
903
0d3eb016
RM
9041998-12-05 Roland McGrath <roland@baalperazim.frob.com>
905
906 * sysdeps/mach/hurd/pselect.c: New file.
907
908 * sysdeps/mach/hurd/poll.c: New file.
909
910 * hurd/Makefile (routines): Add hurdselect.
911 * hurd/hurdselect.c: New file.
912 (_hurd_select): New function, guts taken from ...
913 * sysdeps/mach/hurd/select.c (__select): ... here.
914 Now work by just calling _hurd_select.
915 * hurd/hurd/fd.h: Declare _hurd_select.
916
9171998-12-05 Roland McGrath <roland@baalperazim.frob.com>
918
919 * time/strptime.c: Fix unterminated comment in last change.
920
31604a65
UD
9211998-12-05 Ulrich Drepper <drepper@cygnus.com>
922
6685edd3 923 * ctype/ctype.h (_ISbit): Protect use of parameter with
9c8cfaf5 924 parentheses.
6685edd3 925 * wctype/wctype.h (_ISwbit): Likewise.
9c8cfaf5 926
83ce8c14
UD
927 * locale/Versions: Make experimental locale interface available in
928 GLIBC_2.1.
929
69c7e1dd 930 * sysdeps/gnu/bits/utmp.h (struct exit_status): Define members
31604a65 931 without leading __ only for __USE_GNU.
69c7e1dd 932 * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise.
31604a65 933
a6ff34d7
UD
9341998-12-04 Ulrich Drepper <drepper@cygnus.com>
935
0d3eb016 936 * argp/argp.h: Add __restrict.
a6ff34d7
UD
937 * dirent/dirent.h: Likewise.
938 * elf/dlfcn.h: Likewise.
939 * grp/grp.h: Likewise.
940 * iconv/iconv.h: Likewise.
941 * inet/aliases.h: Likewise.
942 * libio/libio.h: Likewise.
943 * libio/stdio.h: Likewise.
944 * locale/locale.h: Likewise.
945 * misc/mntent.h: Likewise.
946 * posix/wordexp.h: Likewise.
947 * pwd/pwd.h: Likewise.
948 * resolv/netdb.h: Likewise.
949 * rt/aio.h: Likewise.
950 * stdio-common/printf.h: Likewise.
951 * stdlib/monetary.h: Likewise.
952 * stdlib/stdlib.h: Likewise.
953 * string/argz.h: Likewise.
954 * string/envz.h: Likewise.
955 * string/string.h: Likewise.
956 * time/time.h: Likewise.
957
9581998-12-04 Zack Weinberg <zack@rabi.phys.columbia.edu>
959
960 * misc/sys/cdefs.h: Only include features.h if _FEATURES_H isn't
961 defined. gcc's redundant include optimizer isn't clever enough to
962 prevent a reinclusion here.
963 Define __restrict to the empty string only if not GCC or
964 GCC version less than 2.92.
965
9661998-12-03 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
967
968 * sysdeps/unix/sysv/linux/configure.in: Fix last change.
969
9701998-12-03 Mark Kettenis <kettenis@phys.uva.nl>
971
972 * time/strptime.c (strptime_internal): Make use of `%C' format
973 specifier if it is seen together with the `%y' specifier.
974
9751998-12-04 Ulrich Drepper <drepper@cygnus.com>
976
977 * po/sk.po: New file.
978
9791998-12-03 Scott Bambrough <scottb@corelcomputer.com>
980
981 * sysdeps/arm/dl-machine.h (dl_start_user): Incorrect address
982 for _dl_main_searchlist passed to _dl_init_next.
983
9841998-12-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
985
986 * math/libm-test.c: Expand literal tabs in strings. Normalize
987 whitespace.
988
9891998-12-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
990
991 * sysdeps/unix/sysv/linux/sys/fsuid.h: Fix spelling.
992
aab217f3 9931998-12-04 Mark Kettenis <kettenis@phys.uva.nl>
c31fd66e 994
aab217f3
RM
995 Provide backwards binary compatibility for the Hurd.
996 * hurd/geteuids.c [PIC && DO_VERSIONING]: Make __getuids a weak
997 alias for geteuids.
998 * hurd/Versions [GLIBC_2.0]: Add __getuids,
999 __hurd_file_name_lookup and _hurd_umask.
1000 [GLIBC_2.1]: Add _hurd_proc_init.
1001 * hurd/Makefile [versioning] (routines): Add compat-20.
1002 (shared-only-routines): Likewise.
1003 * hurd/hurdinit.c (_hurd_new_proc_init): Renamed from
1004 _hurd_proc_init. Use it as the default _hurd_proc_init version
1005 for GLIBC_2.1.
1006 * hurd/compat-20.c: New file.
1007 * mach/Versions [GLIBC_2.0]: Add __vm_allocate.
c31fd66e 1008
eeabe877
UD
10091998-12-02 Ulrich Drepper <drepper@cygnus.com>
1010
1011 * elf/elf.h: Add R_MIPS_JALR and adjust R_MIPS_NUM appropriately.
1012
10131998-12-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1014
1015 * inet/Versions: Remove inet6_isipv4mapped.
1016
10171998-12-02 Philip Blundell <pb@nexus.co.uk>
1018
1019 * inet/in6_addr.c (inet6_isipv4mapped): Obsolete, deleted.
1020
10211998-11-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1022
1023 * manual/time.texi (Formatting Date and Time): Fix typo.
1024
10251998-11-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1026
1027 * sysdeps/unix/sysv/linux/configure.in: Only check for symlinks
1028 when configuring natively. Use autoconf macros instead of rolling
1029 our own. Handle defaulted prefix.
1030
19c6b9c8
UD
10311998-12-01 Ulrich Drepper <drepper@cygnus.com>
1032
1033 * version.h (VERSION): Bump to 2.0.105.
1034
1035 * sysdeps/generic/Dist: Add bits/libc-tsd.h.
1036
1037 * sysdeps/mach/hurd/Dist: Add bits/libc-tsd.h.
1038
1039 * sysdeps/unix/sysv/linux/mips/Dist: Add xstatconv.c.
1040
628a0aa1
UD
10411998-11-29 1998 H.J. Lu <hjl@gnu.org>
1042
1043 * libio/genops.c (_IO_unbuffer_write): Renamed from
1044 _IO_unbuffer_all.
1045 (_IO_cleanup): Call _IO_unbuffer_write instead of
1046 _IO_unbuffer_all.
1047
10481998-12-01 Ulrich Drepper <drepper@cygnus.com>
1049
1050 * intl/localealias.c: Use *_unlocked version of stdio function if
1051 _LIBC_REENTRANT is defined, not _LIBC.
1052
10531998-12-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1054
1055 * include/grp.h: Add prototypes for internal functions
1056 __getgrgid_r and __getgrnam_r.
1057
1058 * inet/herrno.c: Include <netdb.h> for prototype, undef h_errno.
1059
1060 * resolv/nsap_addr.c: Include <arpa/inet.h> for inet_nsap_addr and
1061 inet_nsap_ntoa prototypes.
1062
62595351
UD
10631998-12-01 Ulrich Drepper <drepper@cygnus.com>
1064
628a0aa1
UD
1065 * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Pass -I option
1066 to gcc to have it find the correct system header.
1067 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1068
62595351 1069 * Makefile (postclean): Add sysd-sorted.
628a0aa1 1070 Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
62595351 1071
ee586e0e
UD
10721998-12-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1073
1074 * sunrpc/auth_des.c: Use new XDR int32 functions for integers.
1075 * sunrpc/rpc/xdr.h: Add IXDR INT32 functions.
1076 * sunrpc/rpc_hout.c: Remove (u_long) casts in defines to avoid
1077 conflicts with new solaris version.
1078 * sunrpc/rpc_main.c: Fix bug in generating Makefile name (malloc
1079 doesn't zero allocated memory).
1080 * sunrpc/rpc_svcout.c: Local variables now starts with a _ to avoid
1081 conflicts with xdr functions. Solves PR libc/877.
1082 * nis/rpcsvc/nis.x: Use always uint32_t.
1083 * nis/rpcsvc/nis.h: Likewise.
1084 * nis/rpcsvc/nis_object.x: Likewise.
1085
10861998-12-01 Ulrich Drepper <drepper@cygnus.com>
1087
1088 * math/libm-test.c: Various cleanups. Patch by Zack Weinberg.
1089
1090 * sysdeps/unix/sysv/linux/alpha/setfpucw.c: Use correct type for
1091 parameter. Patch by Christian Gafton.
1092
1093 * string/envz.h: Add prototype for envz_remove.
1094 Reported by Andreas Jaeger.
1095
42ee0538
RM
10961998-11-30 Mark Kettenis <kettenis@phys.uva.nl>
1097
1098 * mach/Versions [libc, GLIBC_2.0]: Add __spin_lock,
1099 __spin_lock_init, __mutex_lock, __mutex_trylock,
1100 __mutex_unlock.
1101 Remove get_priviliged_ports. Moved to hurd/Versions.
1102
1103 * hurd/Versions [libc, GLIBC_2.0]: Add _end. This makes the Hurd
1104 brk implementation see the end of the data segment of the program
1105 instead of the shared library.
1106 Add __hurd_errno_location. This inline function is used in user
1107 programs.
1108 Add _hurd_critical_section_lock, _hurd_critical_section_unlock,
1109 _hurd_fd_get, _hurd_port_free, _hurd_port_get,
1110 _hurd_port_locked_get. These inline functions are used by macros
1111 used in mail.local in the Hurd distribution.
1112 Add get_privileged_ports. Moved here from mach/Versions.
1113 Remove __hurd_file_name_lookup, __hurd_file_name_lookup_retry,
1114 __hurd_file_name_split, __hurd_file_name_path_lookup. These are
1115 not used outside libc.
1116
11171998-11-30 Mark Kettenis <kettenis@phys.uva.nl>
1118
1119 * hurd/hurdstartup.c: Really include set-hooks.h with <> instead
1120 of "".
1121
5713a71e
UD
11221998-11-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1123
1124 * sunrpc/Makefile: Add xdr_intXX_t to routines.
1125 * sunrpc/Versions: Add xdr_int8_t, xdr_uint8_t, xdr_in16_t and
1126 xdr_uint16_t.
1127 * sunrpc/rpc/xdr.h: Add prototypes for new xdr_intXX_t functions.
1128 * sunrpc/xdr.c: Remove xdr_int32_t and xdr_uint32_t.
1129 * sunrpc/xdr_intXX_t.c: New, contains all xdr_intXX_t functions.
1130
1131 * nis/Depend: New.
1132 * nis/nss_nis/nis-service.c: Include generated prototype for parser.
1133
348ed515
UD
11341998-11-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1135
1136 * nscd/nscd_getpw_r.c: Include nscd_proto.h for prototypes.
1137
1138 * sysdeps/generic/errno-loc.c: Include <errno.h> for prototype,
1139 undefine errno to get variable.
1140
1141 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Include <sys/fsuid.h>
1142 instead of <unistd.h> for prototype.
1143 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
1144
11451998-11-30 Ulrich Drepper <drepper@cygnus.com>
1146
1147 * misc/err.h: Correct comments and use protected attribute keywords.
1148 Reported by Joseph Myers <jsm28@cam.ac.uk>.
1149
11501998-11-29 Roland McGrath <roland@baalperazim.frob.com>
1151
1152 * malloc/thread-m.h [_LIBC]: Include <bits/libc-tsd.h>, and
1153 remove tsd stuff from pthreads/cthreads libc sections.
1154 Use __libc_tsd_define for MALLOC key.
1155 [_LIBC] (tsd_key_t, tsd_key_create): Define to a zero-size type and a
1156 no-op, respectively.
1157 [_LIBC] (tsd_setspecific, tsd_getspecific): Use __libc_tsd_get/set.
1158
1159 * elf/dl-error.c: Include <bits/libc-tsd.h>.
1160 Use __libc_tsd_define for DL_ERROR key.
1161 (tsd_setspecific, tsd_getspecific): Rewritten using __libc_tsd_get/set.
1162
1163 * sysdeps/mach/hurd/bits/libc-tsd.h: New file.
1164 * sysdeps/generic/bits/libc-tsd.h: New file.
1165 * Makefile (distribute): Add bits/libc-tsd.h.
1166
11671998-10-12 Roland McGrath <roland@baalperazim.frob.com>
1168
1169 * elf/dl-error.c: Remove kludge to check for ld.so load address.
1170 There is no need if weak undefined symbols are not used in ld.so;
1171 see linuxthreads/ChangeLog for changes to files
1172 linuxthreads/sysdeps/pthread/bits/libc-lock.h and
1173 linuxthreads/sysdeps/pthread/bits/libc-tsd.h.
1174
11751998-11-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1176
1177 * sysdeps/i386/bits/string.h (__memset_cc): Fix typo (s->__s).
1178
1179 * sysdeps/i386/i486/bits/string.h: Add prototypes for all new
1180 inline functions.
1181 * sysdeps/i386/bits/string.h: Likewise.
1182
11831998-11-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1184
1185 * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Remove ipc_kludge.
1186
11871998-11-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1188
1189 * db2/progs/db_load/db_load.c (main): Avoid -Wparentheses warning.
1190
3dc9c979
RM
11911998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
1192
1193 * sysdeps/mach/hurd/dl-sysdep.c: Do not define
1194 __hurd_threadvar_max. Add comment explaining why we define
1195 __hurd_threadvar_stack_offset and __hurd_threadvar_stack_mask here.
1196
11971998-07-29 Mark Kettenis <kettenis@phys.uva.nl>
1198
1199 * sysdeps/mach/hurd/dl-sysdep.c (__hurd_sigthread_stack_base,
1200 __hurd_sigthread_stack_end, __hurd_sigthread_variables): Define to
1201 prevent inclusion of Hurd signal handling code.
1202 (__libc_write): New function.
1203 (_dl_sysdep_output): Removed. The implementation in
1204 `elf/dl-misc.c' now also works for the Hurd.
1205
f69139ec
RM
12061998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
1207
1208 * hurd/hurdstartup.c: Do not include hurdmalloc.h; _hurd_startup
1209 does not use any of malloc/realloc/free anymore. Include
1210 set-hooks.h with <> instead of "".
1211
0c4db20b
RM
12121998-11-29 Roland McGrath <roland@baalperazim.frob.com>
1213
1214 * sunrpc/svc_unix.c (__msgread): Move ON local var inside block
1215 within #ifdef SO_PASSCRED. Avoids unused var when no SO_PASSCRED.
1216 * sunrpc/clnt_unix.c (__msgread): Likewise.
1217
cbef6235
RM
12181998-11-28 Roland McGrath <roland@baalperazim.frob.com>
1219
1220 * hurd/setuids.c: Renamed to ...
1221 * hurd/seteuids.c: this.
1222 (setuids): Renamed to seteuids.
1223 * hurd/getuids.c: Renamed to ...
1224 * hurd/geteuids.c: this.
1225 (__getuids): Renamed to geteuids, no aliases.
1226 * hurd/hurd.h (geteuids, seteuids): Declare them.
1227 * hurd/Versions: Replace getuids; __getuids with geteuids; seteuids.
1228 * hurd/Makefile (routines): Updated.
1229
5f75d1e2
UD
12301998-11-29 Ulrich Drepper <drepper@cygnus.com>
1231
1232 * sysdeps/generic/segfault.c (install_handler): Correct test for
1233 SEGFAULT_HANDLER=all.
1234 Patch by Zack Weinberg.
1235
cbef6235
RM
12361998-11-28 23:23 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
1237
1238 * sysdeps/unix/sysv/linux/configure.in: Test for symlinks in
1239 $prefix/include that may be clobbered on installation.
1240
6d4752d8
UD
12411998-11-27 Philip Blundell <pb@nexus.co.uk>
1242
1243 Fixes to allow compilation with static NSS:
1244 * nss/Makefile: Make explicit the dependency of getent on
1245 libnss_files.a.
1246 [build_static_nss]: Define $(otherlibs) appropriately.
1247 * nss/Depend: Add a dependency on `resolv'.
1248
12491998-11-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1250
1251 Partial support for MIPS ISO C 9x exception handling:
1252 * sysdeps/mips/fclrexcpt.c: New file.
1253 * sysdeps/mips/ftestexcept.c: New file.
1254 * sysdeps/mips/fgetexcptflg.c: New file.
1255 * sysdeps/mips/fesetround.c: New file.
1256 * sysdeps/mips/fegetround.c: New file.
1257 * sysdeps/mips/fegetenv.c: New file.
1258 * sysdeps/mips/fesetenv.c: New file.
1259 * sysdeps/mips/feupdateenv.c: Likewise.
1260 * sysdeps/mips/bits/fenv.h: New file.
1261
12621998-11-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1263
1264 * sysdeps/unix/sysv/linux/mips/bits/signum.h: Remove inclusion of
1265 <asm/signal.h> and add needed symbols from <asm/signal.h>; bring
1266 in sync with linux specific version.
1267
1268 Patches by Ralf Baechle <ralf@uni-koblenz.de> for mips-linux:
1269
1270 * sysdeps/unix/mips/sysdep.S: Define _errno as weak_alias, rewrite
1271 errno declaration.
1272
1273 * sysdeps/unix/sysv/linux/mips/ustat.c: Use INLINE_SYSCALL instead
1274 of calling __syscall_*.
1275 * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
1276
1277 * sysdeps/unix/sysv/linux/mips/syscalls.list: Update entries.
1278
1279 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Add missing SYS_*
1280 constants, correct values according to Linux 2.1.130.
1281
1282 * sysdeps/unix/sysv/linux/mips/pwrite.c: New file.
1283 * sysdeps/unix/sysv/linux/mips/pwrite64.c: New file.
1284 * sysdeps/unix/sysv/linux/mips/pread.c: New file.
1285 * sysdeps/unix/sysv/linux/mips/pread64.c: New file.
1286
1287 * sysdeps/mips/Makefile (sysdep_routines): Use += instead of a
1288 :=.
1289
1290 * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Remove ipc_kludge.
1291
1292 * sysdeps/unix/sysv/linux/mips/xstatconv.c: New file.
1293
1294 * sysdeps/unix/sysv/linux/mips/xstat.c: Removed.
1295
1296 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: New file.
1297
1298 * sysdeps/unix/sysv/linux/mips/kernel_termios.h: Add copyright
1299 message, change name of include protection, remove inclusion of
1300 <bits/termios.h>.
1301
1302 * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
1303 (old_kernel_sigaction): Define.
1304 (struct kernel_sigaction): Rename sa_handler to k_sa_handler.
1305
1306 * sysdeps/unix/sysv/linux/mips/bits/time.h: Removed, we can use
1307 the general linux version.
1308 * sysdeps/unix/sysv/linux/mips/bits/stat.h (_STAT_VER_KERNEL): Added.
1309
1310 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Update file.
1311
13121998-09-03 Philip Blundell <pb@nexus.co.uk>
1313
1314 * sysdeps/arm/bits/endian.h (__FLOAT_WORD_ORDER): Define to big
1315 endian.
1316 * math/math_private.h: Use __FLOAT_WORD_ORDER rather than
1317 BYTE_ORDER.
1318 * string/endian.h: If __FLOAT_WORD_ORDER wasn't defined by
1319 <bits/endian.h>, make it the same as __BYTE_ORDER.
1320
48252123
UD
13211998-11-27 Ulrich Drepper <drepper@cygnus.com>
1322
1323 * math/math.h: Avoid using long double functions in generic macros
1324 if __NO_LONG_DOUBLE_MATH.
1325
1326 * sysdeps/arm/dl-machine.h: Fix handling of weak undefined symbols
1327 during bootstrapping.
1328 * scripts/config.sub: Add Netwinder specific matches.
1329 Patch by Scott Bambrough <scottb@corelcomputer.com>.
1330
6d4752d8
UD
13311998-11-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1332
1333 * Makeconfig ($(common-objpfx)sysd-dirs): Use automatic variables
1334 if possible.
1335 ($(common-objpfx)sysd-sorted): Likewise.
1336
13371998-11-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1338
1339 * sysdeps/libm-ieee754/e_log.c (__ieee754_log): Add declaration of
1340 local variables t1,t2 only if needed.
1341
48252123
UD
1342 * sysdeps/libm-ieee754/e_atan2.c: Added braces to avoid compiler
1343 warnings.
6d4752d8
UD
1344 * sysdeps/libm-ieee754/s_truncf.c (__truncf): Likewise.
1345 * sysdeps/libm-ieee754/s_trunc.c (__trunc): Likewise.
1346
1347 * sysdeps/mips/mul_1.S (Loop): Add closing comment to avoid
1348 warning.
1349
13501998-11-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1351
1352 * math/math.h: Add brace to correct #if expression.
1353
13541998-11-26 Philip Blundell <philb@gnu.org>
1355
1356 Undo change of 1998-11-12:
1357 * sysdeps/unix/sysv/linux/netlink/netlink.h: Deleted.
1358 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
1359 netlink/netlink.h.
1360 * sysdeps/unix/sysv/linux/Dist: Likewise.
1361
13621998-11-22 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1363
1364 * nis/nis_print.c (nis_print_entry): Changes to match Solaris output.
1365
cb0509a8
UD
13661998-11-26 Ulrich Drepper <drepper@cygnus.com>
1367
1368 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): New defined macro.
1369 (elf_machine_got_rel): Remove scope variable. Use scope from the map.
1370 Don't modify _dl_global_scope_end in the end.
1371 (__dl_runtime_resolv): Also use scope from the map.
1372 * sysdeps/mips/mips64/dl-machine.h: Likewise.
1373 * elf/dl-runtime.c: Don't define fixup and profile_fixup if
1374 ELF_MACHINE_NO_PLT is defined.
1375 * sysdeps/mips/sys/ucontext.h: New file.
1376 Patches by kaz Kojima <kkojima@rr.iij4u.or.jp>.
1377
6d4752d8
UD
13781998-11-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1379
1380 * sysdeps/generic/pselect.c (__pselect): Change interface,
1381 set/restore sigmask.
1382
1383 * misc/sys/select.h: Change declaration according to Stevens' Unix
1384 Network Programming.
1385 * include/sys/select.h (__pselect): Likewise.
1386 Reported by <bwelling@anomaly.munge.com> [PR libc/872].
1387
1388 * include/fpu_control.h: New file, contains __setfpucw
1389 declaration.
1390
1391 * sysdeps/generic/fpu_control.h: Remove __setfpucw declaration,
1392 it's an internal symbol.
1393 * sysdeps/alpha/fpu/fpu_control.h: Likewise.
1394 * sysdeps/arm/fpu/fpu_control.h: Likewise.
1395 * sysdeps/i386/fpu_control.h: Likewise.
1396 * sysdeps/m68k/fpu_control.h: Likewise.
1397 * sysdeps/powerpc/fpu_control.h: Likewise.
1398 * sysdeps/sparc/sparc32/fpu/fpu_control.h: Likewise.
1399 * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
1400
0155a773
UD
14011998-11-25 Ulrich Drepper <drepper@cygnus.com>
1402
1403 * version.h (VERSION): Bump to 2.0.104.
1404
14051998-11-25 Mark Kettenis <kettenis@phys.uva.nl>
1406
1407 * libio/bits/stdio.h (fread_unlocked): Add missing parentheses
1408 around parameter n.
1409
14101998-11-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1411
1412 * time/tzfile.c (__tzfile_read): Fix comment.
1413
14141998-11-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1415
1416 * Makerules (build-shlib): Pass -O1 down to linker to get
1417 optimized shared libraries.
1418
14191998-11-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1420
1421 * Makeconfig ($(common-objpfx)sysd-dirs): Cope with no Subdirs
1422 file. Strip "-" from inhibited subdir name. Combine into a
1423 single awk program.
1424 ($(common-objpfx)sysd-sorted): Fix sed command.
1425
77dd7355
RM
14261998-11-25 Roland McGrath <roland@baalperazim.frob.com>
1427
1428 * sysdeps/mach/hurd/i386/init-first.c (init): Restored as inline fn.
1429 Use constant _HURD_THREADVARS_MAX for temporary array size.
1430
1431 * Makeconfig ($(common-objpfx)sysd-sorted): Use @ instead of / as sed
1432 s separator, since $(..) might contain a /.
1433
45b3d8ad
UD
14341998-11-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1435
1436 * configure.in (mips): Fix typo (Replace ,, by ;;).
1437
1438 * libio/Versions: Clean up entries.
1439
33127459
UD
14401998-11-23 Ulrich Drepper <drepper@cygnus.com>
1441
1442 * sysdeps/i386/fpu/bits/mathinline.h: Add optimizations for lrint
1443 and llrint.
1444
a42134a7
UD
14451998-11-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1446
1447 * sysdeps/unix/sysv/linux/netinet/ip_fw.h: Removed. There are too
1448 many differences between the Linux 2.0 and 2.1 versions of this
1449 file and it's too difficult to convert all calls. The file should
1450 only be needed by the ipfw program which has to take care of the
1451 correct kernel version and include files.
1452
1453 * sysdeps/unix/sysv/linux/Dist: Remove netinet/ip_fw.h.
1454 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise.
1455
7d6a8338
UD
14561998-11-23 Ulrich Drepper <drepper@cygnus.com>
1457
1458 * Makeconfig: Don't read sysd-sorted unless sysd-dirs is read.
1459 Patch by Zack Weinberg.
1460
1461 * math/bits/mathcalls.h: Adjust comments. Remove gamma_r prototype.
1462
1463 * sysdeps/i386/fpu/bits/mathinline.h: Make log2 only available if
1464 __USE_ISOC9X is defined. Provide rint optimization.
1465
14661998-11-21 H.J. Lu <hjl@gnu.org>
1467
1468 * libio/Versions (_IO_popen, _IO_proc_open, _IO_proc_close,
1469 popen, pclose): Add to GLIBC_2.1.
1470
1471 * libio/Makefile (routines): Add oldiopopen and oldpclose.
1472 (shared-only-routines): Likewise.
1473
1474 * libio/pclose.c (pclose): Make it default for GLIBC_2.1.
1475 * libio/iopopen.c (_IO_proc_open, _IO_popen, popen,
1476 _IO_proc_close): Likewise.
1477
1478 * libio/iolibio.h (_IO_new_popen, _IO_old_popen, __new_pclose,
1479 __old_pclose): New prototypes.
1480
1481 * libio/libioP.h (_IO_new_file_jumps): Removed.
1482 (_IO_old_proc_jumps): Added.
1483 (_IO_new_proc_open, _IO_old_proc_open): New prototypes.
1484
1485 * libio/oldiopopen.c: New file.
1486
1487 * libio/oldpclose.c: New file.
1488
14891998-11-22 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1490
1491 * nss/Makefile: Build and install getent.
1492 * nss/getent.c: New, get entries from administrative database.
1493
1521f3a5
RM
14941998-11-22 Roland McGrath <roland@baalperazim.frob.com>
1495
1496 * sysdeps/mach/hurd/i386/init-first.c (init): Provide temporary storage
1497 for the per-thread variables of the main user thread to make it
1498 possible to use malloc as soon as _hurd_preinit_hook has been run.
1499 For cthreads, copy values to new stack from there.
1500 For non-cthreads, malloc threadvar array here and copy from temp space.
1501 (init1): No longer initialize threadvars here.
1502 (doinit1): Made static void at top level.
1503 (init): Folded into [PIC] _init or [!PIC] doinit1, since GCC cannot
1504 inline a function that uses dynamic auto arrays.
1505
5edb9387
UD
15061998-11-20 Ulrich Drepper <drepper@cygnus.com>
1507
d89e7a96
UD
1508 * version.h (VERSION): Bump to 2.0.103.
1509
5edb9387
UD
1510 * aclocal.m4 (LIBC_PROG_BINUTILS): Also add AR and RANLIB using the
1511 same method.
1512 * configure.in: Don't define AR and RANLIB here.
1513
1514 * inet/gethstbyad_r.c: Define NEED__RES_HCONV and POSTPROCESS for
1515 host name res_hconf code.
1516 * inet/gethstbynm_r.c: Likewise.
1517 * nss/getXXbyYY_r.c: Include resolv/res_hconf.h if NEED__RES_HCONF
1518 is defined. Call res_hconf_init if necessary. If POSTPROCESS is
1519 defined execute the code.
1520 * resolv/Makefile (routines): Add res_hconf.
1521 (headers): Add res_hconf.h.
1522 * resolv/res_hconf.c: Pretty print.
1523 * resolv/res_hconf.h: Likewise.
1524
15251998-11-20 Ulrich Drepper <drepper@cygnus.com>
1526
1527 * sysdeps/generic/bits/byteswap.h: Fix typos in non-GCC
1528 definitions. Reported by Scott Bambrough <scottb@corelcomputer.com>.
1529
15301998-11-20 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1531
1532 * math/libm-test.c: Raise some epsilons a bit.
1533
15341998-11-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1535
1536 * Makeconfig ($(common-objpfx)sysd-sorted): Fix portability problems.
1537
15381998-11-20 Ulrich Drepper <drepper@cygnus.com>
1539
1540 * Makefile (distribute): Add scripts/gen-sorted.awk.
1541
bece5ca7
UD
15421998-11-19 Ulrich Drepper <drepper@cygnus.com>
1543
1544 * posix/regex.c (regex_compile): Handle extra long class names
1545 correctly.
1546
50463d27
UD
15471998-11-19 Geoff Keating <geoffk@ozemail.com.au>
1548
1549 * elf/rtld.c (_dl_start): Handle weak undefined symbols in ld.so
1550 correctly.
1551
1da99555
UD
15521998-11-19 Ulrich Drepper <drepper@cygnus.com>
1553
b0428320
UD
1554 * misc/error.c: Undo last change.
1555
1da99555
UD
1556 * ctype/Versions: Add _tolower and _toupper.
1557
f1317ef5
UD
15581998-11-19 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1559
1560 * sunrpc/svc_unix.c (readunix): Check for POLLERR, POLLHUP and
1561 POLLNVAL.
1562
bb41a976
UD
15631998-11-19 Ulrich Drepper <drepper@cygnus.com>
1564
1565 * Makeconfig: Add comment to all-subdirs definition.
1566 Add rule to generate sysd-sorted. Include this file and and set
1567 subdirs value to $(sorted-subdirs).
1568 * scripts/gen-sorted.awk: New file.
1569 * Make-dist (+tsrcs): Add Depend.
1570 * nscd/Depend: New file.
1571 * nss/Depend: New file.
1572 * rt/Depend: New file.
1573
090ca000
UD
15741998-11-18 Ulrich Drepper <drepper@cygnus.com>
1575
dfd2464b
UD
1576 * sysdeps/unix/bsd/poll.c (__poll): Add code to extend sets if any
1577 passed file descriptor exceeds the size determined by
1578 getdtablesize.
1579
1580 * sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Update
1581 from inline version in bits/socket.h.
1582
1583 * sysdeps/unix/sysv/linux/bits/socket.h: Define __cmsg_nxthdr as
1584 inline function only is __USE_EXTERN_INLINES is defined.
1585
1586 * time/strftime.c (my_strftime): Make code a bit clearer.
1587 Patch by Paul Eggert <eggert@twinsun.com>.
1588
090ca000
UD
1589 * io/Makefile (CFLAGS-ftw.c): Removed.
1590
b0428320 1591 * manual/errno.texi: Change the short text for ENODEV to
bb41a976
UD
1592 "No such device".
1593
090ca000
UD
15941998-11-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1595
1596 * io/Makefile (tests): Make sure that the test program has an
1597 explicit directory part.
1598
15991998-11-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1600
1601 * configure.in: Fix last change.
1602
16031998-11-18 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1604
1605 * sunrpc/Makefile (routines): Add create_xid.
1606
1607 * sunrpc/clnt_tcp.c: Use non-guessable xid.
1608 * sunrpc/clnt_udp.c: Likewise.
1609 * sunrpc/clnt_unix.c: Likewise.
1610 * sunrpc/pmap_rmt.c: Likewise.
1611 * sunrpc/create_xid.c: New, create non-guessable xid.
1612
1613 * sunrpc/svc_tcp.c: Remove patch from 1998-06-15, use poll instead
1614 of select.
1615 * sunrpc/svc_unix.c: Use poll instead of select.
1616
d8cceb4f
UD
16171998-11-17 Ulrich Drepper <drepper@cygnus.com>
1618
45a9a50e 1619 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Make Unix98 compliant
dfd2464b 1620 by removing SIG_IGN handler for SIGCHLD if necessary.
45a9a50e
UD
1621 Patch by H.J. Lu <hjl@lucon.org>.
1622
d8cceb4f
UD
1623 * stdio-common/printf_fphex.c (__printf_fphex): Correct printing
1624 of denormalized numbers.
1625
16261998-10-06 Geoff Keating <geoffk@ozemail.com.au>
1627
1628 * sysdeps/powerpc/dl-machine.h (elf_machine_load_address): Suppress
1629 another parentheses warning, make nano-optimisation.
1630
1631 * sysdeps/powerpc/dl-machine.h (_dl_runtime_resolve): Preserve
1632 saved LR on stack so _mcount works.
1633 (_dl_prof_resolve): Likewise.
1634 * sysdeps/powerpc/register-dump.h: Print FPRs. Adjust for correct
1635 signal handler calling convention.
1636 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: Adjust for
1637 correct signal handler calling convention---more like x86 linux and
1638 mklinux, less like linux-ppc versions between 2.1 and 2.1.126.
1639
16401998-11-17 Ulrich Drepper <drepper@cygnus.com>
1641
1642 * configure.in: Correct allowed makeinfo version.
1643
16441998-11-17 Philip Blundell <pb@nexus.co.uk>
1645
1646 * sysdeps/generic/bits/mathdef.h: Fix typo.
1647
cae88996
UD
16481998-11-17 Geoff Keating <geoffk@ozemail.com.au>
1649
1650 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Prototype the syscall
1651 under the right name (squish warning).
1652 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
1653
16541998-11-17 Geoff Keating <geoffk@ozemail.com.au>
1655
1656 * stdio-common/_itoa.c (_itoa): Add redundant parentheses to
1657 prevent warnings.
1658
9d1efe33
UD
16591998-11-16 Ulrich Drepper <drepper@cygnus.com>
1660
d8cceb4f 1661 * intl/locale.alias: Change `japanese' alias to match X11R6's.
9d1efe33
UD
1662 Add `japanese.euc' alias.
1663
1664 * manual/Makefile (%.info): Set LANGUAGE and LC_ALL explicitly to C
1665 before running makeinfo.
1666
1667 * math/Makefile (libm-routines): $(strip) entire value.
1668
1669 * nss/nss_db/db-XXX.c (internal_setent): Rewrite to avoid warning.
1670
16711998-10-24 H.J. Lu <hjl@gnu.org>
1672
1673 * libio/libio.h (_IO_cookie_io_functions_t): Protect with __USE_GNU.
1674 (_IO_cookie_file): Likewise.
1675
16761998-11-16 Philip Blundell <philb@gnu.org>
1677
1678 * inet/netinet/icmp6.h: Correct naming of constants.
1679
8b7fb588
UD
16801998-11-16 Ulrich Drepper <drepper@cygnus.com>
1681
1682 * sysdeps/unix/opendir.c: Use o_directory_works differently. Treat
1683 zero value as uninitialized so that variable can go into .bss.
1684
1685 * dirent/opendir-tst1.c: Print error strings to stdout.
1686
1687 * sysdeps/unix/sysv/linux/mmap64.c: New file. Empty.
1688 * sysdeps/unix/sysv/linux/syscalls.list: Add mmap with mmap64 alias.
1689 * sysdeps/unix/sysv/linux/arm/mmap.S: Add mmap64 alias.
1690 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1691 * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1692
16931998-11-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1694
1695 * time/tzfile.c (__tzfile_read): Check that types[i].isdst is in
1696 range.
1697
16981998-11-16 Ulrich Drepper <drepper@cygnus.com>
1699
1700 * libio/bits/stdio.h (fread_unlocked): Do handle zero size and number.
1701 (fwrite_unlocked): Likewise.
1702
17031998-11-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1704
1705 * libio/bits/stdio.h (fread_unlocked): Don't evaluate non-constant
1706 twice. Don't bother handling zero size.
9d1efe33 1707 (fwrite_unlocked): Likewise.
8b7fb588
UD
1708
17091998-11-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1710
1711 * configure.in: Fix regex for makeinfo version string.
1712
17131998-11-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1714
1715 * sunrpc/rpc_sample.c (write_sample_server): Avoid -Wparentheses
1716 warning.
1717 * sunrpc/rpc_svcout.c (write_program): Likewise.
1718
17191998-11-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1720
1721 * time/Makefile (CFLAGS-test_time.c): Add -Wno-format.
1722
17231998-11-16 Ulrich Drepper <drepper@cygnus.com
1724
1725 * misc/sys/mman.h: Pretty print prototypes.
1726
17271998-11-15 Ulrich Drepper <drepper@cygnus.com
1728
1729 * misc/error.c (error): Don't use result of strerror_r call directly
1730 since at least DEC Unix has a wrong return type.
1731 Patch by Johan Danielsson <joda@pdc.kth.se>.
1732
17331998-11-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
22bb3c7f
AS
1734
1735 * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo
1736 last change.
1737
77d10f94
UD
17381998-11-13 Ulrich Drepper <drepper@cygnus.com>
1739
27658f20 1740 * stdio-common/vfscanf.c: Don't return -1 in case of an invalid
9d1efe33 1741 format, just stop.
27658f20 1742
77d10f94
UD
1743 * version.h (VERSION): Bump to 2.0.102.
1744
1745 * stdio-common/tstdiomisc.c (t2): Update test case for last scanf
1746 change.
1747 * stdio-common/scanf7.c (main): Likewise.
1748
99c9e773
UD
17491998-11-13 Ulrich Drepper <drepper@cygnus.com>
1750
47b856a9
UD
1751 * stdio-common/vfscanf.c: Return EOF for invalid format
1752 characters.
1753
fb3d8ad6
UD
1754 * version.h (VERSION): Bump to 2.0.101.
1755
99c9e773
UD
1756 * Makerules (Versions.all): Generate this file from all Versions.def
1757 files.
1758 (sysd-versions): Use Versions.all instead of Versions.def.
1759
47b856a9
UD
17601998-11-13 Philip Blundell <philb@gnu.org>
1761
1762 * sysdeps/arm/fpu/bits/setjmp.h (__JMP_BUF_SP): Correct value.
1763 Reported by Scott Bambrough.
1764
93d63a59
UD
17651998-11-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1766
1767 * locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c.
1768
a3e0e9ae
UD
17691998-11-13 Ulrich Drepper <drepper@cygnus.com>
1770
1771 * libio/bits/stdio.h: Correct and improve fread_unlocked and
1772 fwrite_unlocked optimizations.
1773
1774 * time/tzfile.c (__tzfile_read): Set __tzname based on last names
1775 in time not to last entries in the file.
1776 (__tzfile_compute): Likewise. Fix for PR libc/863.
1777
1778 * timezone/Makefile: Generate GB timezone data for test.
1779 * timezone/tst-timezone.c: More tests for DST switching time (disabled
1780 for now).
1781
17821998-11-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2dc9c8cd
AS
1783
1784 * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove
1785 d0 from clobber list.
1786
d2537a47
UD
17871998-11-12 Ulrich Drepper <drepper@cygnus.com>
1788
1789 * inet/netinet/in.h: Add a few more IPPROTO_* macros.
1790
1791 * libio/Makefile (headers): Add bits/stdio.h.
1792 * libio/iofread_u.c: Undefine fread_unlocked before definition.
1793 * libio/iofwrite_u.c: Undefine fwrite_unlocked before definition.
1794 * libio/stdio.h: Move optimizations into ...
1795 * libio/bits/stdio.h: ...here. New file.
1796
1797 * libio/iofread.c: Pretty print.
1798
17991998-11-12 Mark Kettenis <kettenis@phys.uva.nl>
1800
1801 * sysdeps/gnu/bits/utmpx.h: Protect members of struct
1802 __exit_status with `__'. Rename pad member of struct utmpx to
1803 __unused.
1804 (RUN_LVL): Define unconditionally.
a3e0e9ae 1805 * sysdeps/gnu/bits/utmp.h: Rename pad member of struct utmp to
d2537a47
UD
1806 __unused.
1807
18081998-11-12 Philip Blundell <philb@gnu.org>
1809
1810 * sysdeps/unix/sysv/linux/netlink/netlink.h: New file, support for
1811 Linux AF_NETLINK sockets (needed since the kernel version is
1812 unusable).
1813 * sysdeps/unix/sysv/linux/Makefile: Install it.
1814 * sysdeps/unix/sysv/linux/Dist: Distribute it.
1815
18161998-11-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1817
1818 * timezone/tst-timezone.c (tests): Add entry for America/Chicago
1819 to test for bug in PR libc/863.
1820
18211998-11-12 Ulrich Drepper <drepper@cygnus.com>
1822
1823 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Cleanup comment.
1824
1825 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Rename macro
1826 parameter lazy to do_lazy to avoid clashing with struct member name.
1827 Reported by Ralf Baechle <ralf@uni-koblenz.de>.
1828
18291998-11-10 H.J. Lu <hjl@gnu.org>
1830
1831 * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine NR_OPEN
1832 if it is defined in <linux/limits.h>.
1833
18341998-11-09 13:07 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
1835
1836 * include/protocols/routed.h: Include the real header with
1837 a full path from the top of the source tree.
1838 * include/protocols/rwhod.h: Likewise.
1839 * include/protocols/talkd.h: Likewise.
1840 * include/protocols/timed.h: Likewise.
1841
1842 * timezone/Makefile: Don't include z.ZONE files if no_deps
1843 is set, not if avoid-generated is set.
1844
18451998-11-12 Ulrich Drepper <drepper@cygnus.com>
1846
1847 * signal/signal.h: Undo last change. Get definition of timespec
1848 if __USE_POSIX199309.
1849
1850 * string/bits/string2.h (__strpbrk_c2): Add intermediate cast to
1851 size_t to prevent gcc warning when using -Wqual-cast.
1852 (__strpbrk_c3): Likewise.
1853 Suggested by Alan Curry <pacman@cqc.com>.
1854
fc7af6d6
RM
18551998-11-11 Roland McGrath <roland@baalperazim.frob.com>
1856
159d4836
RM
1857 * hurd/hurdsig.c (_hurdsig_init): Add assertion that no pending,
1858 unblocked signals are set in the startup masks.
1859
fc7af6d6
RM
1860 * hurd/hurdsig.c (_hurdsig_init): Take new args, INTARRAY and
1861 INTARRAYSIZE. Initialize main thread's sigstate from INIT_SIG* ints.
159d4836 1862
fc7af6d6
RM
1863 * hurd/hurd/signal.h: Update _hurdsig_init decl.
1864 * hurd/hurdinit.c (_hurd_proc_init): Take new args, INTARRAY and
1865 INTARRAYSIZE, pass them down to _hurdsig_init.
1866 * hurd/hurd.h: Update _hurd_proc_init decl.
1867
74eee886
UD
18681998-11-10 Ulrich Drepper <drepper@cygnus.com>
1869
1870 * math/cabs.c: Replace complex by _Complex.
1871 * math/cabsf.c: Likewise.
1872 * math/cabsl.c: Likewise.
1873 * math/cimag.c: Likewise.
1874 * math/cimagf.c: Likewise.
1875 * math/cimagl.c: Likewise.
1876 * math/conj.c: Likewise.
1877 * math/conjf.c: Likewise.
1878 * math/conjl.c: Likewise.
1879 * math/creal.c: Likewise.
1880 * math/crealf.c: Likewise.
1881 * math/creall.c: Likewise.
1882
1883 * sysdeps/alpha/fpu/bits/mathdef.h: Define ISO C 9X stuff only if
1884 included from math.h and __USE_ISOC9X is defined.
1885 * sysdeps/generic/bits/mathdef.h: Likewise.
1886 * sysdeps/generic/i386/fpu/mathdef.h: Likewise.
1887 * sysdeps/generic/m68k/fpu/mathdef.h: Likewise.
1888 * sysdeps/generic/powerpc/bits/mathdef.h: Likewise.
1889 * sysdeps/generic/sparc/fpu/bits/mathdef.h: Likewise.
1890
18911998-11-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1892
1893 * sysdeps/i386/fpu/bits/mathdef.h: Allow direct inclusion by
1894 <complex.h>.
1895 * sysdeps/alpha/fpu/bits/mathdef.h: Likewise.
1896 * sysdeps/generic/bits/mathdef.h: Likewise.
1897 * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
1898 * sysdeps/powerpc/bits/mathdef.h: Likewise.
1899 * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
1900
19011998-11-09 Ulrich Drepper <drepper@cygnus.com>
1902
1903 * extra-lib.mk: Fix typo in last change.
1792d4db
UD
1904
1905 * math/complex.h: Include bits/mathdef.h to get __NO_LONG_DOUBLE_MATH
1906 is needed.
1907 Don't define long double functions if __NO_LONG_DOUBLE_MATH is defined.
1908 Don't define `complex' but instead `_Complex'. The later is the
1909 reserved keyword.
1910 * math/bits/cmathcalls.c: Define _Mdouble_complex_ using _Complex,
1911 not complex.
1912
19131998-11-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1914
1915 * manual/libc.texinfo: Remove colon from category name.
1916 * manual/Makefile (dir-add.info): Likewise.
1917
19181998-11-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1919
1920 * configure.in: Avoid autoconf bug.
1921
19221998-10-28 H.J. Lu <hjl@gnu.org>
1923
1924 * posix/getopt.h: Add "__" to arguments in prototypes.
1925
19261998-11-05 H.J. Lu <hjl@gnu.org>
1927
1928 * libio/iofgets.c (_IO_fgets): Don't report error
1929 if something was read in and errno is set to
1930 EAGAIN.
1931 * libio/iofgets_u.c (fgets_unlocked): Likewise.
1932
19331998-11-05 Philip Blundell <philb@gnu.org>
1934
1935 * sysdeps/unix/sysv/linux/net/if_packet.h: Don't include kernel
1936 header; it defines too much. Provide a local definition of struct
1937 sockaddr_pkt and a comment advising against its use.
1938
19391998-11-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1940
1941 * extra-lib.mk: Avoid empty include list.
1942
19431998-11-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1944
1945 * extra-lib.mk: Add support for $(lib)-shared-only-routines.
1946
1947 * elf/Makefile (libdl-routines): Add dlopenold only if doing
1948 versioning.
1949 (libdl-shared-only-routines): New variable.
1950
19511998-11-06 Paul Eggert <eggert@twinsun.com>
1952
1953 Don't invoke localtime_r or gmtime_r unless it's the GNU C
1954 library's localtime_r and gmtime_r; there are too many buggy
1955 implementations of localtime_r and gmtime_r out there, and
1956 it's not worth keeping track of all the different bugs.
1957
1958 * time/mktime.c (__EXTENSIONS__): Remove.
1959 (<unistd.h>): No need to include.
05f732b3
UD
1960 * time/strftime.c: Likewise.
1961
1962 * time/mktime.c (_POSIX_THREAD_SAFE_FUNCTIONS, HAVE_LOCALTIME_R):
1792d4db
UD
1963 Remove.
1964 (my_mktime_localtime_r): Renamed from localtime_r; all uses changed.
1965 Base it on localtime unless _LIBC.
1966
1967 * time/strftime.c (my_strftime_gmtime_r): Renamed from gmtime_r;
1968 all uses changed.
1969 (my_strftime_localtime_r): Renamed from localtime_r; all uses changed.
1970 Base them on localtime/gmtime if not _LIBC.
05f732b3
UD
1971
19721998-11-07 Ulrich Drepper <drepper@cygnus.com>
1973
1974 * sysdeps/generic/isastream.c: Always return 0 unless it is an invalid
1975 file descriptor. This makes this function actually usable.
1976 Proposed by Mark Kettenis <kettenis@phys.uva.nl>.
1977
9a821cf9
UD
19781998-11-05 Ulrich Drepper <drepper@cygnus.com>
1979
d76bd17f
UD
1980 * math/math.h: Unconditionally include bits/mathdef.h. Declare
1981 long double functions only if __NO_LONG_DOUBLE_MATH is not
1982 defined.
1983 * sysdeps/generic/bits/mathdef.h: Define only if __USE_ISOC9X.
1984 Define __NO_LONG_DOUBLE_MATH.
1985 * sysdeps/m68k/fpu/bits/mathdef.h: Define only if __USE_ISOC9X.
1986 * sysdeps/i386/fpu/bits/mathdef.h: Likewise.
1987
9a821cf9
UD
1988 * elf/rtld.c: Add a few __builtin_expects where they will improve
1989 a lot.
1990
c0016081
UD
19911998-11-05 Ulrich Drepper <drepper@cygnus.com>
1992
fe959e1e
UD
1993 * version.h (VERSION): Bump to 2.0.100.
1994
c0016081
UD
1995 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Fix fldl -> fld.
1996
1997 * sysdeps/libm-i387/s_fma.S: Optimize a bit.
1998 * sysdeps/libm-i387/s_fmaf.S: Likewise.
1999
9a821cf9
UD
20001998-11-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2001
2002 * libio/genops.c (_IO_least_marker): Add additional parameter
2003 end_p replacing fp->_IO_read_end.
2004 (save_for_backup): Likewise. All callers changed. Use _IO_size_t
2005 and _IO_ssize_t instead of int.
2006 (_IO_switch_to_main_get_area): Remove use of _IO_save_ptr.
2007 (_IO_switch_to_backup_area): Likewise. Fix comments.
2008 (_IO_seekmark): Undo last change.
2009 (_IO_default_pbackfail): Correct use of backup area.
2010 * libio/libio.h (_IO_FILE_complete): Remove _IO_save_ptr.
2011
c0016081
UD
20121998-11-04 19:47 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
2013
2014 * configure.in: Search for install-info and substitute it.
2015 Determine whether install-info is the buggy Debian version
2016 that doesn't understand INFO-DIR-SECTION.
2017 * config.make.in: Add INSTALL_INFO and OLD_DEBIAN_INSTALL_INFO
2018 to be substituted.
2019 * manual/Makefile: If OLD_DEBIAN_INSTALL_INFO, give
2020 install-info the --section argument it needs to work properly.
2021 (dir-add.texinfo): Delete target.
2022 (dir-add.info): Generate this directly. Sort entries. Put a
2023 colon at the end of the INFO-DIR-SECTION line.
2024 * manual/libc.texinfo: Put a colon at the end of the
2025 @dircategory line.
2026
20271998-11-05 Paul Eggert <eggert@twinsun.com>
2028
2029 * time/mktime.c (__mktime_internal): Adopt the traditional (and
2030 problematic) notion of what to do when tm_isdst doesn't match.
2031
20321998-11-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2033
2034 * posix/PTESTS: Fix spelling.
2035
ff8ac383
UD
20361998-11-04 Ulrich Drepper <drepper@cygnus.com>
2037
2038 * misc/efgcvt_r.c (fcvt_r): Remove code which tries to use libm
2039 functions. Reduce error in computing normalized value by multiplying
2040 factor in loop and compute result in one step.
a92599ea
UD
2041 Reported by Christian Gafton.
2042
2043 * sysdeps/libm-i387/e_hypot.S: New file.
2044 * sysdeps/libm-i387/e_hypotf.S: New file.
ff8ac383 2045
c0016081
UD
20461998-11-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2047
2048 * elf/dlopenold.c: Compile only if DO_VERSIONING is also defined.
2049
20501998-11-03 H.J. Lu <hjl@gnu.org>
2051
2052 * libio/fileops.c (new_do_write): New function.
2053 (_IO_new_do_write): Call new_do_write.
2054 (_IO_new_file_xsputn): Likewise.
2055
2056 * libio/oldfileops.c (old_do_write): New function.
2057 (_IO_old_do_write): Call old_do_write.
2058 (_IO_old_file_xsputn): Likewise.
2059
3ddfec55
UD
20601998-11-04 Ulrich Drepper <drepper@cygnus.com>
2061
98b567ff
UD
2062 * time/mktime.c (__mktime_internal): Correct last change. We must
2063 stop searching for the right isdst value before stepping to the
2064 initial value.
2065
3ddfec55
UD
2066 * malloc/malloc.c: Make sure calloc really returned zeroed memory.
2067 Patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>.
2068
f540c0a4
UD
20691998-11-02 16:12 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
2070
2071 * sysdeps/generic/bits/signum.h: Define signals with their
2072 historical numbers when those are in the 1-15 range and
2073 consistent across platforms.
2074 Define compatibility aliases (SIGIOT, SIGCLD) if __USE_MISC.
2075 Define SIG_DFL, SIG_IGN, SIG_ERR as numeric constants cast
2076 appropriately instead of with fake function declarations
2077 (would cause link errors).
2078 If __USE_UNIX98, define SIG_HOLD.
2079
20801998-10-29 H.J. Lu <hjl@gnu.org>
2081
2082 * sysdeps/unix/sysv/linux/bits/sigaction.h (sigaction): Use
2083 union only if __USE_POSIX199309 is defined.
2084
2085 * misc/sys/select.h (pselect): Declared only if __USE_GNU is
2086 defined.
2087
5fea58fb
UD
20881998-11-03 Ulrich Drepper <drepper@cygnus.com>
2089
2090 * time/mktime.c (__mktime_internal): Handle broken down times
2091 around the time of the DST switches more correctly.
2092
e254df14
UD
20931998-11-02 Ulrich Drepper <drepper@cygnus.com>
2094
2095 * elf/Makefile (libdl-routines): Add dlopenold.
2096 * elf/Versions [libdl, GLIBC_2.1]: Add dlopen.
2097 * elf/dl-open.c (_dl_open): Check whether RTLD_LAZY or RTLD_GLOBAL
2098 is set and bounce otherwise.
2099 * elf/dlopen.c: Rename function to __dlopen_check and make version
2100 named dlopen.
2101 * elf/dlopenold.c: New file.
2102
e3e35cfc
UD
21031998-11-02 Ulrich Drepper <drepper@cygnus.com>
2104
2105 * elf/Versions [libc, GLIBC_2.01]: Add _dl_global_scope_alloc.
2106 * elf/dl-open.c (_dl_global_scope_alloc): Move definition to
2107 * elf/dl-deps.c: ...here.
2108 * elf/dl-open.c (dl_open_worker): Call _dl_map_object_deps with
2109 new parameter and expect result. Remove code handling RTLD_GLOBAL.
2110 Add return value of _dl_map_object_deps to
2111 _dl_main_searchlist->r_nlist.
2112 * elf/dl-deps.c (_dl_map_object_deps): Change to return value.
2113 If we parameter GLOBAL is nonzero add object and dependencies to
2114 the global scope.
2115 * elf/ldsodefs.h: Adapt prototype for _dl_map_object_deps.
2116 * elf/rtld.c (dl_main): Call _dl_map_object_deps with new parameter.
2117 Mark all objects as in global scope.
2118 * elf/dl-object.c (_dl_new_object): Initialize l_global to zero.
2119
2120 * sysdeps/unix/sysv/linux/bits/sockunion.h: Add Econet support.
2121
2122 * sysdeps/unix/sysv/linux/i386/sysdep.h: Add .L prefix to symbols
2123 used in macro magic.
2124
5fea58fb
UD
21251998-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2126
f540c0a4
UD
2127 * sysdeps/unix/sysv/linux/netatalk/at.h: Include <linux/atalk.h>
2128 before <sys/socket.h> to make sockaddr_at available to
2129 <sys/socket.h>.
e3e35cfc
UD
2130
2131 * posix/glob.h: Remove __P from parameter lists of declarations.
5fea58fb
UD
2132
21331998-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2134
2135 * time/tzset.c (tz_compute): Remove unused parameter timer.
2136 Change caller.
2137
21381998-11-02 Mark Kettenis <kettenis@phys.uva.nl>
2139
2140 * sysdeps/generic/bits/types.h (__ipc_pid_t): New typedef.
2141
160698e2
UD
21421998-11-02 Ulrich Drepper <drepper@cygnus.com>
2143
2144 * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Remove
2145 unnecessary test and add cast.
2146
21471998-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2148
2149 * posix/getconf.c: Add initializer SYSCONF for CHARCLASS_NAME_MAX.
2150
2151 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Remove unused
2152 parameter fd.
2153 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
2154
21551998-11-02 Mark Kettenis <kettenis@phys.uva.nl>
2156
2157 * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
2158 fds_bits member.
2159 (__FDMASK): Use __fd_mask instead of unsigned long int in cast.
2160
21611998-10-31 Richard Henderson <rth@cygnus.com>
2162
2163 * math/Makefile (gmp-objs): Add udiv_qrnnd.
2164
2165 * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL*): New.
2166 (inline_syscall*): New.
2167 * sysdeps/unix/sysv/linux/alpha/sysdep.h (INLINE_SYSCALL): New.
2168 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Kill __syscall* bits.
2169
256705f4
UD
21701998-10-31 Ulrich Drepper <drepper@cygnus.com>
2171
2172 * aclocal.m4 (LIBC_PROG_FOO_GNU): Name output file using -o to
2173 avoid ld test generating an unwanted file.
2174
c55be36d
UD
2175 * posix/PTESTS: Remove comment about incorrect test (it is correct).
2176
160698e2
UD
21771998-10-30 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2178
2179 * sunrpc/Versions: Add xdr_uint32_t and xdr_int32_t.
2180 * sunrpc/pmap_rmt.c: Initialize clnt_stat variable.
2181 * sunrpc/rpc/auth_des.h: Use uint32_t for time values.
2182 * sunrpc/rpc/xdr.h: Add INT32 support.
a1129917 2183 * sunrpc/xdr.c: Implement xdr_int32_t and xdr_uint32_t .
160698e2
UD
2184
2185 * nis/nis_call.c: Changes for new 64bit clean NIS+ interface.
2186 * nis/nis_callback.c: Likewise.
2187 * nis/nis_creategroup.c: Likewise.
2188 * nis/nis_defaults.c: Likewise.
2189 * nis/nis_intern.h: Likewise.
2190 * nis/nis_lookup.c: Likewise.
2191 * nis/nis_ping.c: Likewise.
2192 * nis/nis_print.c: Likewise.
2193 * nis/nis_table.c: Likewise.
2194 * nis/nis_util.c: Likewise.
2195 * nis/nis_xdr.c: Likewise.
2196 * nis/rpcsvc/nis.h: Likewise.
2197 * nis/rpcsvc/nis.x: Likewise.
2198 * nis/rpcsvc/nis_callback.h: Likewise.
2199 * nis/rpcsvc/nis_object.x: Likewise.
2200 * nis/rpcsvc/nislib.h: Likewise.
2201
2202 * nis/rpcsvc/yp.h: Remove casts to (u_long).
2203 * nis/rpcsvc/yp_prot.h: Likewise.
2204 * nis/rpcsvc/ypupd.h: Likewise.
2205 * nis/ypclnt.c: Change %ld to %d in sprintf.
2206
22071998-10-29 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2208
2209 * manual/locale.texi (Formatting Numbers): Fix strfmon examples.
2210
22111998-10-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2212
2213 * sysdeps/generic/bits/select.h (__FD_ZERO): Change '\0' to plain
2214 0, __fd_mask is usually not a char.
2215
22161998-10-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2217
2218 * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Allow
2219 compilation on systems without rt_* syscalls (e.g. on Linux 2.0).
2220 * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
2221 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2222 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
2223 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise
2224 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
2225 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
2226
2227 * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Allow
2228 compiling on systems without rt_sigaction syscall.
2229 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction):
2230 Likewise.
2231
22321998-10-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2233
2234 * time/strptime.c (HERE_D_FMT): Fix typo.
2235 Reported by Claus Heine <heine@math1.rwth-aachen.de>, PR libc/842.
2236
a3b2008a
UD
22371998-10-30 Ulrich Drepper <drepper@cygnus.com>
2238
646fffb9
UD
2239 * catgets/Makefile (tests): Add rules to run gencat on test1.msg.
2240 (generate): Add test1.cat and test1.h.
2241 (distribute): Add test1.msg.
655b26bb 2242 * catgets/test1.msg: New file.
646fffb9 2243
a3b2008a
UD
2244 * catgets/gencat.c: Do a better job in initializing dynamic
2245 memory [PR libc/844].
2246
00995ca9
UD
22471998-10-30 18:11 Ulrich Drepper <drepper@cygnus.com>
2248
2249 * iconv/gconv_conf.c (__gconv_read_conf): Don't define as
2250 internal_function since it is called through a pointer.
2251 * iconv/gconv_db.c (free_derivation): Likewise.
2252 * iconv/gconv_int.h: Adjust prototype od __gconv_read_conf.
2253
2254 * posix/wordexp.c: Add internal_function to parse_backtick definition.
2255 * rt/aio_misc.c: Add internal_function to __aio_free_request,
2256 __aio_find_req, __aio_find_req_fd, and __aio_enqueue_request
2257 definitions.
2258 * rt/aio_notify.c: Add internal_function to __aio_notify_only and
2259 __aio_notify definitions.
2260 * wcsmbsload.c: Add internal_function to __wcsmbs_load_conv definition.
2261
e980ca92
UD
22621998-10-30 Ulrich Drepper <drepper@cygnus.com>
2263
2264 * Makerules (build-shlib): Add -O to generate optimized shared
2265 objects.
2266
0e19d4a3
UD
22671998-10-30 11:15 Ulrich Drepper <drepper@cygnus.com>
2268
2269 * sysdeps/libm-i387/e_fmod.S: Remove invalid operand size suffix.
2270 * sysdeps/libm-i387/e_fmodf.S: Likewise.
2271 * sysdeps/libm-i387/e_fmodl.S: Likewise.
2272 * sysdeps/libm-i387/s_ilogb.S: Likewise.
2273 * sysdeps/libm-i387/s_ilogbf.S: Likewise.
2274 * sysdeps/libm-i387/s_logb.S: Likewise.
2275 * sysdeps/libm-i387/s_logbf.S: Likewise.
2276 * sysdeps/libm-i387/s_remquo.S: Likewise.
2277 * sysdeps/libm-i387/s_remquof.S: Likewise.
2278 * sysdeps/libm-i387/s_remquol.S: Likewise.
2279 * sysdeps/libm-i387/s_significand.S: Likewise.
2280 * sysdeps/libm-i387/s_significandf.S: Likewise.
2281
22821998-10-30 Geoff Keating <geoffk@ozemail.com.au>
2283
2284 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct
2285 _llseek.
2286
22871998-10-30 Geoff Keating <geoffk@ozemail.com.au>
2288
2289 * math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2.
2290
c5e340c7
UD
22911998-10-29 Ulrich Drepper <drepper@cygnus.com>
2292
b0882748
UD
2293 * stdio-common/vfprintf.c (vfprintf): Fix the remaining premature
2294 returns without cleaning up the lock.
d8334b9a 2295 (printf_unknown): Add label all_done.
b0882748 2296
7dc7f7b2
UD
2297 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Keep Linux 2.0
2298 kernels in mind when reading /proc/self/fd/FD.
2299 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
2300
67a96999
UD
2301 * nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
2302
d5cabaa4
UD
2303 * malloc/mtrace.c (tr_where): Replace snprintf call by mempcpy and
2304 _fitoa.
2305
c5e340c7
UD
2306 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Try reading
2307 /prof/self/fd/FD first.
2308 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
2309
2310 * stdio-common/_itoa.h (_fitoa_word): New inline function. Write
2311 formatted number starting at given position and return pointer to
2312 following byte.
2313 (_fitoa): Likewise, for long long.
2314
cf3a0eca
RM
23151998-10-29 Roland McGrath <roland@baalperazim.frob.com>
2316
2317 * sysdeps/unix/sysv/linux/bits/sem.h,
2318 sysdeps/unix/sysv/linux/bits/ipc.h,
2319 sysdeps/unix/sysv/linux/bits/shm.h,
2320 sysdeps/unix/sysv/linux/bits/msq.h: Moved to ...
2321 * sysdeps/gnu/bits/sem.h, sysdeps/gnu/bits/ipc.h,
2322 sysdeps/gnu/bits/shm.h, sysdeps/gnu/bits/msq.h: ... here,
2323 so the same bits will be used for the Hurd.
2324
f3c1143b
UD
23251998-10-29 Ulrich Drepper <drepper@cygnus.com>
2326
2327 * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Allow
2328 compiling on systems without rt_sigaction syscall.
2329
23301998-10-12 Philip Blundell <pb@nexus.co.uk>
2331
2332 * Makeconfig (sysdep-subdirs): Allow Subdirs files to remove
2333 directories as well as add them.
2334
23351998-10-28 Philip Blundell <pb@nexus.co.uk>
2336
2337 * sysdeps/unix/sysv/linux/neteconet/ec.h: New file. Support for
2338 AF_ECONET sockets as found in recent Linux 2.1 kernels.
2339 * sysdeps/unix/sysv/linux/Dist: Distribute it.
2340 * sysdeps/unix/sysv/linux/Makefile: Install it.
2341
23421998-10-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2343
2344 * string/bits/string2.h: __USE_GNU already implies __USE_MISC.
2345
23461998-10-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2347
2348 * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
2349 fds_bits member.
2350 * sysdeps/unix/sysv/linux/alpha/bits/types.h (__FDS_BITS): Likewise.
2351 * sysdeps/unix/sysv/linux/bits/types.h (__FDS_BITS): Likewise.
2352 * sysdeps/unix/sysv/linux/mips/bits/types.h (__FDS_BITS): Likewise.
2353 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h (__FDS_BITS):
2354 Likewise.
2355 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h (__FDS_BITS):
2356 Likewise.
2357 * sysdeps/generic/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
2358 __FD_ISSET): Use it.
2359 * sysdeps/i386/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
2360 __FD_ISSET): Likewise.
6e2cc2c1 2361
91cc83ff
UD
23621998-10-28 Geoff Keating <geoffk@ozemail.com.au>
2363
2364 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Tidy up, correct
2365 llseek.
2366
c70ca1fa
UD
2367 * sysdeps/unix/sysv/linux/powerpc/pread.c: Do not use the i386 version.
2368 Instead call the system call wrapper function using an 64bit argument.
2369 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
2370 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
2371 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
2372
2898c3a5
UD
23731998-10-27 Ulrich Drepper <drepper@cygnus.com>
2374
7e986b8b
UD
2375 * signal/signal.h: Don't include <time.h> for timespec, add
2376 forward declaration.
2377
2898c3a5
UD
2378 * sysdeps/i386/bits/select.h [!__USE_XOPEN]: Add special version
2379 of __FD_* macros which use __fds_bits.
2380 * sysdeps/generic/bits/select.h: Likewise.
2381 Reported by Matt McLean <keys@yikes.com>.
2382
c1a61edb
UD
23831998-10-27 Philip Blundell <pb@nexus.co.uk>
2384
2385 * elf/elf.h: Update ARM definitions.
2386
cc368887
UD
23871998-10-27 Ulrich Drepper <drepper@cygnus.com>
2388
2389 * signal/signal.h: Include bits/sigthread.h only for Unix98.
2390
665a657e
UD
23911998-10-26 Ulrich Drepper <drepper@cygnus.com>
2392
a8eab8b1
UD
2393 * include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined
2394 define __builtin_expect as a macro substituting to the first
2395 argument.
2396 * config.h.in: Define HAVE_BUILTIN_EXPECT.
2397 * configure.in: Add test for __builtin_expect.
2398
665a657e
UD
2399 * sysdeps/unix/sysv/linux/bits/types.h: Include
2400 bits/pthreadtypes.h only not for POSIX 199506.
2401 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2402 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2403 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2404
48ab6a9e
UD
24051998-10-26 Mark Kettenis <kettenis@phys.uva.nl>
2406
2407 * sysdeps/unix/sysv/linux/Versions: Move shutdown ...
2408 * socket/Versions [libc, GLIBC_2.0]: ... to here.
2409
992af677
UD
24101998-10-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2411
2412 * include/stdio.h: Included <stddef.h> for size_t.
2413
2414 * stdio/stdio.h: Move __path_search, __gen_tempname, __libc_fatal
2415 to ...
2416 * include/stdio.h: ...here.
2417 * libio/stdio.h: Removed __path_search, __gen_tempname, __libc_fatal.
2418
0e103c6d
UD
24191998-10-26 11:09 Ulrich Drepper <drepper@cygnus.com>
2420
2421 * time/Makefile (tests): Add tst-posixtz.
2422 * time/tst-posixtz.c: New file.
2423
24241998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2425
2426 * elf/rtld.c (process_envvars): Accept any non-null value of
2427 LD_BIND_NOW, as mandated by the ABI.
2428
24291998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2430
2431 * sysdeps/unix/sysv/linux/pread.c: Rename __syscall_pread64 to
2432 __syscall_pread.
2433 * sysdeps/unix/sysv/linux/pwrite.c: Rename __syscall_pwrite64 to
2434 __syscall_pwrite.
2435 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2436 * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
2437 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2438 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
2439 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise. Remove
2440 duplicate entries.
2441 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove
2442 s_pread64 and s_pwrite64.
2443 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2444
24451998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2446
2447 * sysdeps/unix/sysv/linux/llseek.c: Use INLINE_SYSCALL.
2448 * sysdeps/unix/sysv/linux/arm/syscalls.list: Rename __sys_llseek
2449 to __syscall__llseek.
2450 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2451 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
2452 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove entry for
2453 __sys_llseek.
2454
24551998-10-26 Cristian Gafton <gafton@redhat.com>
2456
2457 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add s_setfsgid
2458 and s_setfsuid.
2459
24601998-10-26 Ulrich Drepper <drepper@cygnus.com>
2461
2462 * time/tzset.c (tz_compute): Correct last patch and describe this
2463 in a comment.
2464
d499a27c
AS
24651998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2466
2467 * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove
2468 rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo,
2469 rt_sigaction and rt_sigpending.
2470 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries
2471 for __syscall_* functions.
2472 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL.
2473
c2ef7930
RM
24741998-10-26 Roland McGrath <roland@baalperazim.frob.com>
2475
2476 * hurd/Versions: Add _hurd_dtable, _hurd_dtablesize,
2477 _hurd_dtable_lock, _hurd_intern_fd.
2478
2479 * sysdeps/mach/hurd/Versions: Add cthread_keycreate,
2480 cthread_getspecific, cthread_setspecific, __libc_getspecific.
2481
2482 * mach/Versions: Fix typo in last change.
2483
1938c489
UD
24841998-10-25 Ulrich Drepper <drepper@cygnus.com>
2485
2486 * time/tzset.c (tz_compute): If time to switch to DST is later in
2487 the year switch back in the next year.
2488 Reported by jwitford@hutch.com.au.
c2ef7930 2489
a825f8e8
RM
24901998-10-24 Mark Kettenis <kettenis@phys.uva.nl>
2491
2492 * mach/Versions: Add evc_wait, mach_error, mach_error_string,
2493 mach_error_type, mach_msg_destroy, mig_deallocate_reply_port.
2494 Remove __mach_host_self, __mach_reply_port, __mach_setup_thread,
2495 __mach_port_allocate, __mach_port_allocate_name,
c2ef7930
RM
2496 __mach_port_insert_right __mutex_trylock, __mutex_lock,
2497 __mutex_unlock, __swtch, __switch, __task_create, __task_suspend,
2498 __task_set_special_port, __task_terminate, __thread_depress_abort,
2499 __thread_switch, __vm_allocate, __vm_deallocate, __vm_map. These
2500 functions are not used outside libc.
a825f8e8
RM
2501
2502 * sysdeps/mach/hurd/Versions: New file.
2503 [libc, GLIBC_2.0]: Add _cthread_exit_routine and
2504 _cthread_init_routine. These are set by the Hurd cthreads library.
2505 Add __getcwd, __mmap. If we don't add these, the weak definitions in
2506 the dynamic linker will not be replaced by the corresponding shared
2507 library routines once they are loaded.
2508
25091998-10-21 Mark Kettenis <kettenis@phys.uva.nl>
2510
2511 * sysdeps/mach/hurd/i386/init-first.c: Only define
2512 __libc_enable_secure if PIC is not defined.
2513
25141998-10-25 Roland McGrath <roland@baalperazim.frob.com>
2515
2516 * argp/Versions: Add _argp_unlock_xxx. Lock-savvy functions call this
2517 to recurse into argp.
2518
4a582094
UD
25191998-10-25 Ulrich Drepper <drepper@cygnus.com>
2520
2521 * include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
2522 greater or equal than 199506L.
2523
2524 * sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
2525 only is __USE_XOPEN. Otherwise use __fds_bits.
2526 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2527 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2528 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2529 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2530 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
2531
25321998-10-24 H.J. Lu <hjl@gnu.org>
2533
2534 * locale/programs/charmap.c (parse_charmap): Accept tok_string
2535 for <code_set_name>.
2536
25371998-10-25 H.J. Lu <hjl@gnu.org>
2538
2539 * locale/programs/ld-ctype.c (ctype_finish): Also check
2540 <space>.
2541
25421998-10-25 Ulrich Drepper <drepper@cygnus.com>
2543
2544 * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.
2545
2546 * sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
2547 if __USE_POSIX199506 or __USE_UNIX98.
2548
25491998-10-24 22:34 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2550
2551 * string/bits/string2.h: Inline strdup+friends only if
2552 __USE_MISC || __USE_GNU (prevents namespace pollution).
2553
25541998-10-24 H.J. Lu <hjl@gnu.org>
2555
2556 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
2557 LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
2558 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
2559 LOCK_NB, LOCK_UN): Likewise.
2560 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
2561 LOCK_NB, LOCK_UN): Likewise.
2562 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
2563 LOCK_NB, LOCK_UN): Likewise.
2564 * sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
2565 LOCK_NB, LOCK_UN): Likewise.
2566
25671998-10-24 H.J. Lu <hjl@gnu.org>
2568
2569 * libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.
2570
2571 * libio/rewind.c (rewind): Clear the error.
2572
25731998-10-24 H.J. Lu <hjl@gnu.org>
2574
2575 * grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
2576 "buffer".
2577
25781998-10-24 H.J. Lu <hjl@gnu.org>
2579
2580 * sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
2581 with __need_timeval.
2582 * sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
2583 * sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.
2584
25851998-10-24 H.J. Lu <hjl@gnu.org>
2586
2587 * signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
2588 sigqueue): Protect with __USE_POSIX199309.
2589
25901998-10-24 H.J. Lu <hjl@gnu.org>
2591
2592 * time/time.h (timespec): Protect with __USE_POSIX199309 instead of
2593 __USE_POSIX.
2594
25951998-10-24 H.J. Lu <hjl@gnu.org>
2596
2597 * libio/fileops.c (_IO_new_file_seekoff): Always resync with
2598 the kernel file offset.
2599 * libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
2600
88455219
UD
26011998-10-24 H.J. Lu <hjl@gnu.org>
2602
2603 * time/tzfile.c (__tzfile_default): Set num_types to 2.
2604
26051998-10-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2606
2607 * rt/aio.h: Move __aio_init to...
2608 * include/aio.h: ...here.
2609
26101998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2611
2612 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove duplicate
2613 definition of O_LARGEFILE.
2614
26151998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2616
2617 * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Use path
2618 as first argument to statfs.
2619
26201998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2621
2622 * sysdeps/generic/setenv.c (setenv): Add braces around ambiguous else.
2623
26241998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2625
2626 * malloc/mtrace.c: Include <string.h> for strlen.
2627
3c068816
RM
26281998-10-24 Roland McGrath <roland@baalperazim.frob.com>
2629
184edc95
RM
2630 * sysdeps/mach/hurd/bits/environments.h: New file.
2631
3c068816
RM
2632 * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): New weak function.
2633
2634 * mach/Versions, hurd/Versions: Add numerous symbols.
2635 Remove libmachuser and libhurduser sections, punt
2636 versioning for those libraries for now.
2637
2638 * misc/Versions: Add reboot here; it exists on all platforms.
2639 * sysdeps/unix/sysv/linux/Versions: Remove reboot here.
2640
fc40fc6c
UD
26411998-10-23 Ulrich Drepper <drepper@cygnus.com>
2642
2643 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOFOLLOW): New
2644 macro.
2645 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
2646 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2647 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_LARGEFILE,
2648 O_NOFOLLOW, O_DIRECT): New macros.
2649 (O_DIRECTORY): Correct definition according to official 2.1.126.
2650 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECTORY,
2651 O_NOFOLLOW): New macros.
2652
b1fcf686
RM
26531998-10-24 Roland McGrath <roland@baalperazim.frob.com>
2654
d606f528
RM
2655 * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__.
2656
b1fcf686
RM
2657 * sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "".
2658 (__opendir): Add trailing slash to name for open, for ENOTDIR check.
2659
24f25de6
UD
26601998-10-23 Ulrich Drepper <drepper@cygnus.com>
2661
0d486134
UD
2662 * sysdeps/unix/sysv/linux/i386/Dist: Add setresuid.c, setresgid.c,
2663 setfsuid.c, and setfsgid.c.
2664 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
2665 * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
2666 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
2667
24f25de6
UD
2668 * version.h (VERSION): Bump to 2.0.99.
2669
8a6da7e6
UD
2670 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove duplicate
2671 ustat definition.
2672
1e8f0e3e
UD
2673 * sysdeps/unix/sysv/linux/i386/Dist: Remove s_pread64.c and
2674 s_pwrite64.c.
2675
24f25de6
UD
2676 * posix/fnmath.h: Don't redefine __P when used in glibc.
2677 * posix/glob.h: Likewise.
2678
2679 * inet/rcmd.c (__ivaliduser2): Fix memory leak.
2680 Patch by Dick Streefland <dick_streefland@tasking.com>.
2681
2682 * stdio-common/tst-ungetc.c: Add more test cases.
2683
2684 * sysdeps/unix/sysv/linux/Dist: Add linux_fsinfo.h.
2685 * sysdeps/unix/sysv/linux/fstatvfs.c: Move filesystem magic number
2686 definitions to ...
2687 * sysdeps/unix/sysv/linux/linux_fsinfo.h: ...here. New file.
2688 * sysdeps/unix/sysv/linux/fpathconf.c: New file.
2689 * sysdeps/unix/sysv/linux/pathconf.c: New file.
2690 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Handle _PC_LINK_MAX here.
2691 * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
2692
26931998-10-20 Philip Blundell <pb@nexus.co.uk>
2694
2695 * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Include
2696 <asm/ptrace.h> to define struct pt_regs.
2697 * sysdeps/unix/sysv/linux/arm/profil-counter.h: Don't bother
2698 including <asm/ptrace.h> here.
2699
2700 * sysdeps/unix/sysv/linux/arm/sysdep.S: Remove spurious call to
2701 C_SYMBOL_NAME macro.
2702
27031998-10-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2704
2705 * sysdeps/generic/sys/ptrace.h (__ptrace_request): Remove comma at
2706 end of enumerator list.
2707 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Likewise.
2708 * posix/wordexp.h: Likewise.
2709
2710 * db/db.h: Use __PMT instead of __P in typedefs.
2711 * db/mpool.h: Likewise.
2712 * sysdeps/generic/bits/siginfo.h: Likewise.
2713 * nis/rpcsvc/ypclnt.h: Likewise.
2714
d6787ff2
UD
27151998-10-23 Ulrich Drepper <drepper@cygnus.com>
2716
2717 * libio/genops.c (_IO_seekmark): When switching to backup buffer
2718 make sure all characters from the read buffer are read after
2719 switching back to it.
2720
98393660
UD
27211998-10-22 Ulrich Drepper <drepper@cygnus.com>
2722
2723 * configure.in: Add support for Cygnus GNUPro compilers.
2724
84c8da0e
UD
27251998-10-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2726
2727 * stdio/stdio.h: Use __PMT instead of __P in typedefs.
2728
2729 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use __PMT instead
2730 of __P for sa_restorer.
2731 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
2732 * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
2733 kernel_sigaction, old_kernel_sigaction): Likewise.
2734
ed304158
UD
27351998-10-22 Ulrich Drepper <drepper@cygnus.com>
2736
c7f5a0c7
UD
2737 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add __syscall_pread
2738 and __syscall_pwrite aliases.
2739
ed304158 2740 * sunrpc/rpc/auth.h (AUTH_DH): New macro. Alias for AUTH_DES.
78e5779b
UD
2741
2742 * sysdeps/unix/sysv/linux/i386/sysdep.h: Drastically simplify and
2743 improve INLINE_SYSCALL using macro assembler magic.
2744
9271a050
UD
27451998-10-22 H.J. Lu <hjl@gnu.org>
2746
2747 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Add
2748 sanity check for n.
2749 * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
2750
2751 * sysdeps/posix/fpathconf.c (__fpathconf): Set errno to
2752 EINVAL if errno == ENODEV. Tested by VSX-PCT.
2753
2754 * sysdeps/posix/isatty.c (__isatty): Don't reset errno. Tested
2755 by VSX-PCT.
2756
2757 * posix/execvp.c (execvp): Check "". Tested by VSX-PCT.
2758
e595c802
UD
27591998-10-22 Philip Blundell <pb@nexus.co.uk>
2760
2761 * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef
2762 __ASSEMBLER__.
2763
7bb38c70
UD
27641998-10-21 Ulrich Drepper <drepper@cygnus.com>
2765
2766 * sysdeps/unix/sysv/linux/i386/sysdep.h: Remove EXTRAVARS_* macros
2767 and adjust formats.
2768
0dee6738
UD
27691998-10-21 14:38 Ulrich Drepper <drepper@cygnus.com>
2770
2771 * sysdeps/unix/sysdep.h (INLINE_SYSCALL): New macro. Simply call
2772 __syscall_* function.
2773 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use INLINE_SYSCALL instead
2774 of calling __syscall_* function.
2775 * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
2776 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
2777 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2778 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
2779 * sysdeps/unix/sysv/linux/getpriority.c: Likewise.
2780 * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
2781 * sysdeps/unix/sysv/linux/getresuid.c: Likewise.
2782 * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
2783 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
2784 * sysdeps/unix/sysv/linux/poll.c: Likewise.
2785 * sysdeps/unix/sysv/linux/pread.c: Likewise.
2786 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2787 * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
2788 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2789 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2790 * sysdeps/unix/sysv/linux/readv.c: Likewise.
2791 * sysdeps/unix/sysv/linux/reboot.c: Likewise.
2792 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2793 * sysdeps/unix/sysv/linux/siglist.h: Likewise.
2794 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2795 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2796 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
2797 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2798 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
2799 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2800 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2801 * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
2802 * sysdeps/unix/sysv/linux/ustat.c: Likewise.
2803 * sysdeps/unix/sysv/linux/writev.c: Likewise.
2804 * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2805 * sysdeps/unix/sysv/linux/xstat.c: Likewise.
2806 * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
2807 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
2808 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
adcb550c 2809 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
0dee6738
UD
2810 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2811 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2812 * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
2813 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2814 * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2815 * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
2816 * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
2817
2818 * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INLINE_SYSCALL using
2819 inline assembler.
2820 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove various
2821 __syscall_* definitions.
2822
2823 * sysdeps/unix/sysv/linux/syscalls.list: Move various __syscall_*
2824 definitions to...
2825 * sysdeps/unix/sysv/linux/alpha/syscalls.list: ...here...
2826 * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
2827 * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
2828 * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
2829 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
2830 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
2831 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
2832
adcb550c
UD
2833 * sysdeps/unix/sysv/linux/Makefile [subdir=signal] (sysdep_routines):
2834 Move definition to...
2835 * sysdeps/unix/sysv/linux/alpha/Makefile: ...here...
2836 * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
2837 * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
2838 * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
2839 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
2840 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
2841 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
2842
0dee6738
UD
2843 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
2844 (sysdep_routines): Remove s_pread64 and s_pwrite64.
2845
2846 * sysdeps/unix/sysv/linux/i386/pread.c: New file.
2847 * sysdeps/unix/sysv/linux/i386/pread64.c: New file.
2848 * sysdeps/unix/sysv/linux/i386/pwrite.c: New file.
2849 * sysdeps/unix/sysv/linux/i386/pwrite64.c: New file.
2850 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Removed.
2851 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Removed.
2852
28531998-10-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2854
2855 * sysdeps/unix/sysv/linux/siglist.h: Fix some typos in these files
2856 and bring them in synch.
2857 * sysdeps/unix/siglist.c: Likewise.
2858 Reported by Vladimir Michl <michlv@risc.upol.cz> [PR libc/832].
2859
28601998-10-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2861
2862 * sysdeps/unix/sysv/linux/i386/setresuid.c: Allow -1 as arguments.
2863 * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2864
2865 * sysdeps/unix/sysv/linux/i386/setreuid.c: New file.
2866 * sysdeps/unix/sysv/linux/i386/setregid.c: New file.
2867 * sysdeps/unix/sysv/linux/m68k/setreuid.c: New file.
2868 * sysdeps/unix/sysv/linux/m68k/setregid.c: New file.
2869 * sysdeps/unix/sysv/linux/arm/setreuid.c: New file.
2870 * sysdeps/unix/sysv/linux/arm/setregid.c: New file.
2871 * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: New file.
2872 * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: New file.
2873 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_setreuid and
2874 s_setregid.
2875 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
2876 * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
2877 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
2878
28791998-10-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2880
2881 * sunrpc/rpc_main.c (close_output, close_input): New functions.
2882 (c_output, h_output, s_output, l_output, t_output, svc_output,
2883 clnt_output, mkfile_output): Call them at the end.
2884
28851998-10-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2886
2887 * db/Makefile (LDFLAGS-db1.so): New variable, to avoid duplicating
2888 link command.
2889
39f0e778
AS
28901998-10-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2891
2892 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents.
2893 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add s_setfs[ug]id.
2894
d523c981
UD
28951998-10-20 Ulrich Drepper <drepper@cygnus.com>
2896
2897 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_pread64 and
2898 s_pwrite64.
2899 * sysdeps/unix/sysv/linux/powerpc/pread.c: New file.
2900 * sysdeps/unix/sysv/linux/powerpc/pread64.c: New file.
2901 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: New file.
2902 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: New file.
2903 Patch by Geoffrey KEATING <geoffk@discus.anu.edu.au>.
2904
0dee6738
UD
29051998-10-18 Zack Weinberg <zack@rabi.phys.columbia.edu>
2906
2907 * sysdeps/unix/opendir.c: Check at runtime for kernel support for
2908 O_DIRECTORY.
2909
29101998-10-20 H.J. Lu <hjl@gnu.org>
2911
2912 * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Fix
2913 argument types.
2914
4bd8be48
UD
29151998-10-19 Ulrich Drepper <drepper@cygnus.com>
2916
48244d09
UD
2917 * math/tgmath.h: Make nested function calls work.
2918
10411f2d
UD
2919 * include/ldsodefs.h: Fix typo.
2920
a9b171ef
UD
2921 * posix/Makefile (tests): Add tst-preadwrite.
2922 * posix/tst-preadwrite.c: New file.
2923
4bd8be48
UD
2924 * sysdeps/unix/opendir.c (__opendir): Add back fstat call to make
2925 sure that descriptor is in any case for a directory.
2926
cfb32a6c
UD
29271998-10-19 18:59 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2928
2929 * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG): Fix typo: val -> Val.
2930 (atan2): Takes two arguments.
2931
ce85d65b
UD
29321998-10-19 Ulrich Drepper <drepper@cygnus.com>
2933
2934 * include/ldsodefs.h: New file.
2935
2936 * iconv/gconv.c: Include ldsodefs.h, not elf/ldsodefs.h.
2937 Remove change to avoid using _CALL_DL_FCT.
2938 * iconv/gconv_db.c: Likewise.
2939 * iconv/gconv_dl.c: Likewise.
2940 * iconv/skeleton.c: Likewise, here for DL_CALL_FCT.
2941 * malloc/mtrace.c: Include ldsodefs.h, not elf/ldsodefs.h.
2942 * nss/nsswitch.c: Likewise.
2943 * nss/nsswitch.h: Likewise.
2944
29451998-10-19 Philip Blundell <pb@nexus.co.uk>
2946
2947 * sunrpc/Makefile (otherlibs): If static NSS is in use, set to the
2948 required libraries.
2949 * login/Makefile (otherlibs): Likewise.
2950 * nscd/Makefile (otherlibs): Likewise.
2951 * Makeconfig (link-libc) [! build_shared]: Add $(otherlibs).
2952
2953 * debug/Makefile (install-bin): Only build catchsegv if using ELF.
2954
2955 * inet/Makefile: Add -DSTATIC_NSS to CFLAGS.
2956
29571998-10-19 Philip Blundell <pb@nexus.co.uk>
2958
2959 * sysdeps/unix/sysv/linux/arm/syscalls.list: Added setfsgid
2960 and setfsuid.
2961
29621998-10-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2963
2964 * nscd/connections.c: Fix typos in comments and strings.
2965
2966 * nscd/nscd.conf: Update according to recent changes to nscd.
2967
2968 * nscd/cache.c (prune_cache): Remove wrong comment.
2969
816e6eb5
UD
29701998-10-19 13:24 Ulrich Drepper <drepper@cygnus.com>
2971
2972 * locale/programs/ld-collate.c (collate_startup): Clear bit for this
2973 category in copy_posix.
2974 (collate_finish): Don't warn about UNDEFINED not being defined.
2975 * locale/programs/ld-ctype.c (ctype_startup): Clear bit for this
2976 category in copy_posix.
2977 * locale/programs/ld-messages.c (messages_startup): Likewise.
2978 * locale/programs/ld-monetary.c (monetary_startup): Likewise.
2979 * locale/programs/ld-numeric.c (numeric_startup): Likewise.
2980 * locale/programs/ld-time.c (time_startup): Likewise.
2981 * locale/programs/localedef.c: Move copy_def_list_t definition into
2982 locales.h. Define copy_posix variable.
2983 (main): Before processing copy list add &copy_posix to copy_list.
2984 * locale/programs/locales.h: Add definition of copy_def_list_t.
2985 * locale/programs/locfile.c: Clear bit for appropriate category in
ce85d65b 2986 copy_posix.mask for copy instruction.
816e6eb5 2987
685c1676
UD
29881998-10-19 Ulrich Drepper <drepper@cygnus.com>
2989
2990 * sysdeps/unix/sysv/linux/i386/setresgid.c: Remove #include of
2991 non-existing file with generic implementation.
2992 * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
2993
29941998-10-19 Philip Blundell <pb@nexus.co.uk>
2995
2996 * iconv/gconv_db.c: Include ELF header only if STATIC_GCONV is not
2997 defined. Avoid using _CALL_DL_FCT if it is not defined.
2998 * iconv/gconv.c: Likewise.
2999
9bbe7c3b
UD
30001998-10-19 Ulrich Drepper <drepper@cygnus.com>
3001
34489d95
UD
3002 * nscd/connections.c (dbs): Define defualt values for timeouts and
3003 set enabled to 0 by default.
3004 (CACHE_PRUNE_INTERVAL): New constant. Use it instead of magical 15 in
3005 nscd_run.
3006
9bbe7c3b
UD
3007 * locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISCNTRL bit for
3008 character >= 0x80.
3009 (_nl_C_LC_CTYPE_class32): Likewise.
3010 Reported by HJ Lu.
3011
7d25696a
RM
30121998-10-19 Roland McGrath <roland@baalperazim.frob.com>
3013
3014 * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
3015 _HURD_THREADVAR_DL_ERROR.
3016
3017 * hurd/Makefile (user-interfaces): Add login, password.
3018
3019 * sysdeps/mach/hurd/Makefile (+cflags): Append -Wno-parentheses.
3020
37eb58de
RM
30211998-08-06 Mark Kettenis <kettenis@phys.uva.nl>
3022
3023 [submitted 1998-08-06]
3024 * mach/Machrules: Create target directory and force re-evaluation
3025 of Makefile to prevent `make' from optimizing away most of the
3026 implicit rules and `vpath' directives.
3027
7434cee2
RM
30281998-10-19 Roland McGrath <roland@baalperazim.frob.com>
3029
37eb58de
RM
3030 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread
3031 is null, short-circuit to __mach_msg.
3032
a13d5ca5
RM
3033 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function,
3034 broken out of init1.
3035 (init1) [PIC]: Call it.
3036 (__libc_init_first) [! PIC]: Call it.
3037
7434cee2
RM
3038 * sysdeps/mach/hurd/i386/init-first.c (init1): Don't call
3039 __libc_init_secure. Instead set __libc_enable_secure here from
3040 the exec flags.
3041 (__libc_enable_secure): New variable it.
3042 * sysdeps/mach/hurd/enbl-secure.c: New file, empty placeholder module.
3043
3f804c95
RM
30441998-10-19 Roland McGrath <roland@baalperazim.frob.com>
3045
3046 * nscd/nscd-client.h: New file, broken out of "nscd.h".
3047 * nscd/nscd.h: Move defns needed by clients to "nscd-client.h",
3048 and #include that.
3049 * nscd/Makefile (distribute): Add nscd-client.h.
3050 * nscd/nscd_getgr_r.c, nscd/nscd_gethst_r.c, nscd/nscd_getpw_r.c:
3051 Include "nscd-client.h" instead of "nscd.h"
3052
67479a70
UD
30531998-10-18 Ulrich Drepper <drepper@cygnus.com>
3054
74f7e7c0
UD
3055 * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing
3056 directory entries when a lstat call fails.
3057 Patch by Colin Plumb <colin@nyx.net>.
3058
67479a70
UD
3059 * resolv/nss_dns/dns-host.c: Add missing errnop parameter to the
3060 NSS functions.
3061 * resolv/nss_dns/dns-network.c: Likewise.
3062
9bbe7c3b 3063 * grp/Makefile: Don't search for linuxthreads in add-ons, use
67479a70
UD
3064 have-thread-library to determine whether threads are available.
3065 * pwd/Makefile: Remove wrong comment.
3066
3067 * inet/Makefile: Define CFLAGS-gethstbyad_r.c, CFLAGS-gethstbynm_r.c,
3068 and CFLAGS-gethstbynm2_r.c to -DUSE_NSCD=1.
3069
3070 * locale/C-messages.c: Define default strings for YESTR and NOSTR.
3071
3072 * nss/Versions: Add __nss_hosts_lookup.
3073
3074 * nss/getXXbyYY.c: Remove unneeded assignment.
3075
3076 * nss/getXXbyYY_r.c: Include nscd/nscd_proto.h only if needed.
3077
3078 Almost complete rewrite of the NSCD to make it smaller, faster,
3079 add more functionnality and make it easier to extend.
3080 * nscd/Makfile (routines): Add nscd_gethst_r.
3081 (nscd-modules): Add hstcache, gethstbyad_r, gethstbynm2_r, and cache.
3082 * nscd/cache.c: New file.
3083 * nscd/gethstbyad_r.c: New file.
3084 * nscd/gethstbynm2_r.c: New file.
3085 * nscd/hstcache.c: New file.
3086 * nscd/nscd_gethst_r.c: New file.
3087 * nscd/connections.c: Rewritten. Don't start new thread for every
3088 new connection. Use a fixed set of threads which handle all
3089 connections and also the cache cleanup.
3090 * nscd/grpcache.c: Rewritten to use generic cache handling functions
3091 in cache.c.
3092 * nscd/nscd.c: Recognize new parameter nthreads. Adjust initialization
3093 for rewrite. Remove handle_requests function.
3094 * nscd/nscd.h (NSCD_VERSION): Bump to 2.
3095 Define new data structure for the new unified cache and the host
3096 database entries.
3097 * nscd/nscd_conf.c: Rewrite parsing partly to allow adding of more
3098 databases easily. Recognize check-files and threads definitions.
3099 * nscd/nscd.conf: Add definition of enable-cache and check-files to
3100 passwd and group definitions. Add new set of definitions for hosts.
3101 * nscd/nscd_getgr_r.c: Rewrite for new protocol.
3102 * nscd/nscd_getpw_r.c: Likewise.
3103 * nscd/nscd_proto.h: Add prototype for host database functions.
3104 * nscd/nscd_stat.c: Rewrite to simplify printing of information
3105 for many databases.
3106 * nscd/dbg_log.c: Remove unnecessary variable initializations.
3107 Global variable debug_flag is renamed to dbg_level.
3108 * nscd/dbg_log.h: Declare set_logfile.
3109
6cde0c60
UD
31101998-10-16 Ulrich Drepper <drepper@cygnus.com>
3111
3112 * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
3113 O_LARGEFILE back.
3114
c7a9f249
UD
31151998-10-16 Paul Eggert <eggert@shade.twinsun.com>
3116
3117 * time/mktime.c: Some systems require <unistd.h> to be
3118 included before <time.h> for localtime_r to be declared
3119 properly.
3120 * time/strftime.c: Likewise.
3121
9ffbb612
UD
31221998-10-16 Ulrich Drepper <drepper@cygnus.com>
3123
0049f576
UD
3124 * db/Makefile: Add rule to generate shared object with the soname
3125 from glibc 2.0.
3126
9ffbb612
UD
3127 * sysdeps/unix/opendir.c: Use O_DIRECTORY if available. If not
3128 available double check to verify it's a directory.
3129
3130 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add O_DIRECTORY.
3131 * sysdeps/unix/sysv/linux/mips/bits/fcntl: Likewise.
3132 * sysdeps/unix/sysv/linux/bits/fcntl.h: Remove O_* constants which
3133 are not generally available.
3134 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: New file.
3135
3136 * sysdeps/unix/sysv/linux/i386/setgroups.c: Add range check for values.
3137 * sysdeps/unix/sysv/linux/arm/Makefile: New file.
3138 * sysdeps/unix/sysv/linux/arm/setegid.c: New file.
3139 * sysdeps/unix/sysv/linux/arm/seteuid.c: New file.
3140 * sysdeps/unix/sysv/linux/arm/setfsgid.c: New file.
3141 * sysdeps/unix/sysv/linux/arm/setfsuid.c: New file.
3142 * sysdeps/unix/sysv/linux/arm/setgid.c: New file.
3143 * sysdeps/unix/sysv/linux/arm/setgroups.c: New file.
3144 * sysdeps/unix/sysv/linux/arm/setresgid.c: New file.
3145 * sysdeps/unix/sysv/linux/arm/setresuid.c: New file.
3146 * sysdeps/unix/sysv/linux/arm/setuid.c: New file.
3147 * sysdeps/unix/sysv/linux/i386/setegid.c: New file.
3148 * sysdeps/unix/sysv/linux/i386/seteuid.c: New file.
3149 * sysdeps/unix/sysv/linux/i386/setfsgid.c: New file.
3150 * sysdeps/unix/sysv/linux/i386/setfsuid.c: New file.
3151 * sysdeps/unix/sysv/linux/i386/setgid.c: New file.
3152 * sysdeps/unix/sysv/linux/i386/setgroups.c: New file.
3153 * sysdeps/unix/sysv/linux/i386/setresgid.c: New file.
3154 * sysdeps/unix/sysv/linux/i386/setresuid.c: New file.
3155 * sysdeps/unix/sysv/linux/i386/setuid.c: New file.
3156 * sysdeps/unix/sysv/linux/m68k/setegid.c: New file.
3157 * sysdeps/unix/sysv/linux/m68k/seteuid.c: New file.
3158 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: New file.
3159 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: New file.
3160 * sysdeps/unix/sysv/linux/m68k/setgid.c: New file.
3161 * sysdeps/unix/sysv/linux/m68k/setgroups.c: New file.
3162 * sysdeps/unix/sysv/linux/m68k/setresgid.c: New file.
3163 * sysdeps/unix/sysv/linux/m68k/setresuid.c: New file.
3164 * sysdeps/unix/sysv/linux/m68k/setuid.c: New file.
3165 * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: New file.
3166 * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: New file.
3167 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: New file.
3168 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: New file.
3169 * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: New file.
3170 * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
3171 * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
3172 * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
3173 * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: New file.
3174
3175 * sysdeps/unix/sysv/linux/arm/syscalls.list: Add s_setgid, s_setresuid,
3176 s_setresgid, and s_setuid.
3177 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
3178 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
3179 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
3180 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
3181 (sysdep_routines): Add setfsgid, setfsuid, setresgid, and setresuid.
3182 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
3183 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
3184
39e4f7f8
UD
31851998-10-16 Ulrich Drepper <drepper@cygnus.com>
3186
3187 * time/mktime.c: Define _POSIX_THREAD_SAFE_FUNCTIONS to get
3188 localtime_t declaration on some systems.
3189
c66dbe00
UD
31901998-10-16 10:07 Ulrich Drepper <drepper@cygnus.com>
3191
3192 * iconv/Makefile [! elf]: Define CFLAGS-gconv_simple.c to
3193 -DSTATIC_GCONV.
9ffbb612 3194 * iconv/skeleton.c: Include ELF header only of STATIC_GCONV is not
c66dbe00
UD
3195 defined. Avoid using DL_CLL_FCT if it is not defined.
3196
31971998-10-16 10:40 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3198
3199 * resolv/arpa/nameser.h: Include sys/types.h unconditionally.
3200 Include endian.h unconditionally. Remove portability goop
3201 depending on #ifdef linux, #ifdef BSD, #ifdef machine-type.
3202
32031998-10-16 11:39 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3204
3205 * sunrpc/rpc/types.h: Mark file so fixincludes won't modify it.
3206
909927d2
UD
32071998-10-15 Ulrich Drepper <drepper@cygnus.com>
3208
3209 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Remove __kernel_termios
3210 again. Use char[44] to define size of the struct.
3211
a9e73d40
UD
3212 * sysdeps/unix/sysv/linux/arm/Dist: Add bits/armsigctx.h.
3213
fcab9698 32141998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
c66dbe00 3215
fcab9698
UD
3216 * string/bits/string2.h (strcmp): Don't cache the result of
3217 __builtin_constant_p in variables, otherwise constant folding
3218 can fail in big functions.
c66dbe00 3219
fcab9698 32201998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
c66dbe00 3221
fcab9698
UD
3222 * string/bits/string2.h: Add prototypes for the new inline
3223 functions.
c66dbe00 3224
7edb4c25
UD
32251998-10-15 Ulrich Drepper <drepper@cygnus.com>
3226
3227 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
3228 have all types defined.
3229 Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
3230
fcab9698 32311998-10-08 Paul Eggert <eggert@twinsun.com>
8d5166fb 3232
fcab9698
UD
3233 * time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
3234 Define also if HAVE_LOCALTIME_R && defined localtime_r, with
3235 a body that merely expands localtime_r; this works around a
3236 bug in Digital Unix 4.0A and 4.0D.
8d5166fb
UD
3237
32381998-10-14 Ulrich Drepper <drepper@cygnus.com>
3239
3240 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_ioctl.
3241 * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: New file. Define
3242 __ioctl to __syscall_ioctl and include Linux version of this file.
3243 * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
3244 * sysdeps/unix/sysv/linux/powerpc/ioctl.c: New file. Redirect
3245 ioctl calls which handle struct termios.
3246 Based on a patch by Dan Jacobowitz <drow@false.org>.
3247
8583916e
UD
32481998-10-14 Ulrich Drepper <drepper@cygnus.com>
3249
3250 * version.h (VERSION): Bump to 2.0.98.
3251
6f100d04
UD
3252 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Define __kernel_termios
3253 here instead of including kernel_termios.h.
3254
fcab9698 32551998-10-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
c66dbe00 3256
fcab9698
UD
3257 * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is
3258 unnecessary after the changes of 1998-10-12.
c66dbe00 3259
99e46354
UD
32601998-10-13 Ulrich Drepper <drepper@cygnus.com>
3261
6c5a700e
UD
3262 * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
3263 parameter format string.
3264 (inline_outw): Likewise.
3265
99e46354
UD
3266 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Include
3267 string.h to get memcpy prototype and NULL definition.
3268
32691998-10-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3270
3271 * misc/sys/cdefs.h (__THROW): New macro.
3272 * argp/argp.h: Use it to replace the kludgey __P in inline
3273 function definitions.
3274 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3275 * stdlib/stdlib.h: Likewise.
3276 * wcsmbs/wchar.h: Likewise.
3277 * libio/stdio.h: Likewise.
3278 * stdio/stdio.h: Likewise.
3279 * sysdeps/wordsize-64/inttypes.h: Likewise.
3280 * sysdeps/wordsize-32/inttypes.h: Likewise.
3281 * string/argz.h: Likewise.
3282 * io/sys/stat.h: Likewise.
3283
32841998-10-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3285
3286 * Rules (stdio_lim): New variable.
3287 ($(stdio_lim:h=st)): Use this as intermediate stamp file, depend
3288 on Rules and config.make, use $(move-if-change) to avoid unnessary
3289 recompilations, and cleanup command.
3290 (common-generated): Add bits/stdio_lim.st.
3291
1622fda9
UD
32921998-10-12 Ulrich Drepper <drepper@cygnus.com>
3293
3294 * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New
3295 variable to prevent warnings from use of modern CPU instructions.
3296 Patch by Richard Henderson <rth@cygnus.com>.
3297
3298 * sysdeps/unix/opendir.c: Test whether NAME is directory before
3299 opening it.
3300
33011998-10-12 Philip Blundell <pb@nexus.co.uk>
3302
3303 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing
3304 semicolon so that profiling works.
3305
4875f665
RM
33061998-10-12 Roland McGrath <roland@baalperazim.frob.com>
3307
3308 * sysdeps/generic/glob.c: #undef mempcpy before #define.
3309
3310 * sysdeps/unix/bsd/clock.c: Use prototype defns.
3311
431f91ba
UD
33121998-10-11 Ulrich Drepper <drepper@cygnus.com>
3313
3314 * Rules [posix in sysdirs]: Set L_tmpnam to 20.
3315 Patch by Zack Weinberg <zack@rabi.columbia.edu>.
3316
3317 * string/bits/string2.h [!_STRING_ARCH_unaligned]
3318 (__mempcpy_small): Add parameter for 1 byte copy and use it.
3319 Reported by Geoff Keating <geoffk@ozemail.com.au>.
3320
027acb51
UD
33211998-10-09 Mark Kettenis <kettenis@phys.uva.nl>
3322
3323 * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove,
3324 it is already defined in <bits/environments.h>.
3325
9a29bc37
UD
33261998-10-09 Ulrich Drepper <drepper@cygnus.com>
3327
3328 * posix/ptestcases.h: Fix typo.
3329
33301998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3331
3332 * posix/regex.c (regcomp): Allocate and prepare a fastmap.
3333 (regexec): Allocate regs.start and regs.end as one block.
3334
33351998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3336
3337 * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
3338 enum decl.
3339
33401998-10-08 Philip Blundell <pb@nexus.co.uk>
3341
3342 * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
3343 sigcontext union to ...
3344 * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here. New
3345 file.
3346 * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
3347 version 2.0 kernels.
3348
9ea350a4
UD
33491998-10-08 Ulrich Drepper <drepper@cygnus.com>
3350
8261bc4b
UD
3351 * malloc/mtrace.c (tr_reallochook): Produce better output for real
3352 reallocation case.
3353
16e866fa 3354 * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
ea1dfb4a 3355 * argp/argp-xinl.c: Likewise.
16e866fa 3356
9ea350a4
UD
3357 * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
3358 Ruffian entry back.
3359 Patch by Christian Gafton.
3360
25b3b17b
UD
33611998-10-08 Paul Eggert <eggert@twinsun.com>
3362
3363 * time/mktime.c (__mktime_internal): When the requested time falls
3364 in a spring-forward gap of size DT, return a time that is DT away
3365 from the requested time, preferring a time whose tm_isdst differs
3366 from the requested value. Bump the max number of probes from 4 to
3367 6 to account for the extra probes needed to discover a
3368 spring-forward gap in the worst case.
3369
33701998-10-07 17:05 Ulrich Drepper <drepper@cygnus.com>
3371
3372 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection
3373 of the weird alpha architectures.
3374 Patch by Cristian Gafton <gafton@redhat.com>.
3375
33761998-02-18 23:31 Richard Henderson <rth@cygnus.com>
3377
3378 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for
3379 RAWHIDE and TSUNAMI. Patch from Jay.Estabrook@digital.com.
3380
604510f7
UD
33811998-10-07 Ulrich Drepper <drepper@cygnus.com>
3382
3383 * elf/dl-open.c (_dl_global_scope_alloc): Make global.
3384 (dl_open_worker): Use realloc, not malloc to resize array.
3385 * elf/rtld.c (_dl_initial_searchlist): New variable.
3386 (_dl_main): Copy content of _dl_main_searchlist to
3387 _dl_initial_searchlist.
3388 * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
3389 _dl_global_scope_alloc.
3390 * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
3391 * elf/dl-close.c (_dl_close): When removing object with global
3392 scope remove allocated searchlist if no dynamically loaded object
3393 is on it anymore.
3394 * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
3395 (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.
3396
3397 * malloc/mtrace.c (tr_where): Don't print space in location string,
3398 print it afterwards. Print better symbol name information.
3399
0163d97b
UD
34001998-10-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3401
3402 * manual/filesys.texi (Setting Permissions): Fix example for
3403 reading umask.
3404
34051998-10-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3406
3407 * elf/sprof.c (load_profdata): Fix typo in error message.
3408
c0de721b
AS
34091998-10-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3410
3411 * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
3412 flag.
3413
442dc326
RM
34141998-10-04 Roland McGrath <roland@baalperazim.frob.com>
3415
3416 * mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
3417
d53427c8
UD
34181998-10-06 Ulrich Drepper <drepper@cygnus.com>
3419
3420 * version.h (VERSION): Bump to 2.0.97.
3421
acdf1251
UD
34221998-10-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3423
3424 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P
3425 in definitions of inline stat functions so that they match the
3426 declaration.
3427 * stdlib/stdlib.h: Likewise.
3428 * wcsmbs/wchar.h: Likewise.
3429 * libio/stdio.h: Likewise.
3430 * stdio/stdio.h: Likewise.
3431 * sysdeps/wordsize-64/inttypes.h: Likewise.
3432 * sysdeps/wordsize-32/inttypes.h: Likewise.
3433 * string/argz.h: Likewise.
3434 * argp/argp.h: Likewise.
3435
3cb07217
UD
34361998-10-06 Ulrich Drepper <drepper@cygnus.com>
3437
3438 * sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
3439 netinet/in.h.
3440
c10bb795
UD
34411998-10-05 Philip Blundell <philb@gnu.org>
3442
3443 * sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
3444 and constants. Tidy up formatting a little.
3445
3446 * sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
3447 Move definitions to in.h.
3448
8325d82c
UD
34491998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3450
3451 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
3452 SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
3453 Remove inclusion of <linux/swap.h>.
3454
34551998-10-05 Ulrich Drepper <drepper@cygnus.com>
3456
3457 * io/sys/stat.h: Use __P in definitions of inline stat functions
3458 so that they match the declaration.
3459
34601998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3461
3462 * sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
3463
34641998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3465
3466 * sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
3467 linux 2.1 version.
3468
34691998-10-02 Philip Blundell <pb@nexus.co.uk>
3470
3471 * sysdeps/arm/dl-machine.h: Fix typo in last change.
3472
3473 * sysdeps/arm/bits/huge_val.h: New file.
3474
34751998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3476
3477 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
3478
3479 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
3480 define.
3481
34821998-10-05 Ulrich Drepper <drepper@cygnus.com>
3483
3484 * sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
3485 store result of realloc instead of using BUF.
3486
34871998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3488
3489 * misc/sgtty.h (_SGTTY_H): Correct spelling.
3490 Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
3491
34921998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3493
3494 * manual/memory.texi (Obstacks): Document
3495 obstack_alloc_failed_handler usage.
3496
3497 * malloc/obstack.h: Enhance comment about
3498 obstack_alloc_failed_handler usage.
3499 * malloc/obstack.c: Likewise.
3500
35011998-10-05 Ulrich Drepper <drepper@cygnus.com>
3502
3503 * misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
3504 gcc before 2.8 is used.
3505
35061998-10-01 Philip Blundell <pb@nexus.co.uk>
3507
3508 * sysdeps/arm/machine-gmon.h: Correct args to mcount(). Patch
3509 from Scott Bambrough.
3510
3511 * sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
3512
3513 * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
3514 include the lock member.
3515
35161998-09-03 Philip Blundell <pb@nexus.co.uk>
3517
3518 * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
3519
e3e4e463
UD
35201998-10-01 Ulrich Drepper <drepper@cygnus.com>
3521
3522 * timezone/zic.c: Update from tzcode1998h.
3523 * timezone/europe: Update from tzdata1998i.
3524 * timezone/southamerica: Likewise.
3525
7782d0bf
UD
3526 * sys/types.h: Protect use of long long by __extension__.
3527 * stdlib/stdlib.h: Likewise.
3528 * string/string.h: Likewise.
3529 * sysdeps/i386/bits/byteswap.h: Likewise.
3530 * sysdeps/geeric/bits/byteswap.h: Likewise.
3531 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
3532 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3533 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
3534 * sysdeps/wordsize-32/inttypes.h: Likewise.
3535 * sysdeps/wordsize-32/stdint.h: Likewise.
3536 * wcsmbs/wchar.h: Likewise.
3537
8325d82c
UD
35381998-09-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3539
3540 * string/bits/string2.h (__string2_1bptr_p): Don't use a statement
3541 expression.
3542 (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
3543 __strsep): Greatly reduce size of expansion by combining common
3544 expressions.
3545 (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
3546 inline function.
3547 (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
3548 by the above definitions.
3549
35501998-09-27 Geoff Keating <geoffk@ozemail.com.au>
3551
3552 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
3553 correct struct ipc_perm definition.
3554
35551998-09-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3556
3557 * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
3558
999b2f6b
UD
35591998-09-29 Cristian Gafton <gafton@redhat.com>
3560
8325d82c
UD
3561 * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
3562 * sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
999b2f6b
UD
3563 * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
3564 * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
3565 Add net/if_shaper.h.
3566
87052ab7
UD
35671998-09-29 Ulrich Drepper <drepper@cygnus.com>
3568
cf26217d
UD
3569 * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
3570
87052ab7
UD
3571 * nis/ypclnt.c: Remove not needed close calls.
3572
6ff5bc68
UD
35731998-09-28 23:55 Ulrich Drepper <drepper@cygnus.com>
3574
3575 * nis/ypclnt.c (__yp_bind): Pretty print. Optimize readv result
3576 check a bit. Also close socket of domain client. Close socket
3577 in IPPORT_RESERVED error case.
3578
35791998-09-28 Ulrich Drepper <drepper@cygnus.com>
3580
3581 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
3582 CMSG_ALIGN (fixes a bug) and correct test for availability of
3583 another entry.
3584 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
3585 Linux version.
3586 (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
3587 availability of another entry.
3588 Patch by ak@muc.de.
3589
3590 * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
3591 Patch by ak@muc.de.
3592
999b2f6b
UD
3593 * libio/libio.h [!__STDC__]: Define const only if not defined.
3594
6ff5bc68
UD
35951998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3596
3597 * posix/annexc.c (xsystem): New function. Use it instead of
3598 system.
3599
36001998-09-28 Ulrich Drepper <drepper@cygnus.com>
3601
3602 * stdlib/longlong.h: Remove #endif for #if removed in last change.
3603
e07a51b5
UD
36041998-09-25 Ulrich Drepper <drepper@cygnus.com>
3605
3606 * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
3607 Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
3608 allow using `ut' parameter.
3609 [!emacs]: Define ut_argument, ut_argument_spec, and
3610 ut_argument_spec_iso as empty. Define ut to 0. Add ut_argument and
3611 argument_spec to prototypes and definitions.
3612 (my_strftime): Don't call tzset of ut != 0.
3613 Compute diff as 0 is ut != 0;
3614 [emacs]: Define new emacs_strftime function.
3615 Based on a patch by Paul Eggert.
3616
36171998-09-24 Paul Eggert <eggert@twinsun.com>
3618
3619 * time/strftime.c (my_strftime): When asking for the length of the
3620 subformatted buffer, do not limit the length to look for;
3621 otherwise, we have no reliable way to distinguish between the
3622 empty buffer and an error.
3623
390a4882
UD
36241998-09-25 Ulrich Drepper <drepper@cygnus.com>
3625
3626 * math/Makefile (gmp-objs): Add mp_clz_tab.
3627
36281998-09-25 David S. Miller <davem@pierdol.cobaltmicro.com>
3629
3630 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
3631 set them.
3632 * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
3633 cpus lacking hardware multiply and divide.
3634
36351998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3636
3637 * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
3638 $(<F), not $(^F).
3639
36401998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3641
3642 * db/btree/bt_delete.c: Fix -Wparentheses warning.
3643
36441998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3645
3646 * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
3647 $(do-install).
3648
e503270c
UD
36491998-09-24 Ulrich Drepper <drepper@cygnus.com>
3650
e07a51b5 3651 * debug/catchsegv.sh: Also produce output if clone process died.
e503270c
UD
3652
36531998-09-24 Paul Eggert <eggert@twinsun.com>
3654
390a4882 3655 * time/strftime.c (f_wkday): Remove duplicate definition.
e503270c
UD
3656 (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
3657 !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
3658 1998-09-11 fix to this case.
3659 (wkday_len, month_len): Remove these macros; they're no longer needed.
3660
36611998-09-24 Paul Eggert <eggert@twinsun.com>
3662
390a4882 3663 * time/strftime.c (my_strftime): Don't store past the end of a
e503270c
UD
3664 zero-sized buffer.
3665
3465c0ce
UD
36661998-09-24 Paul Eggert <eggert@twinsun.com>
3667
e503270c 3668 * time/strftime.c (underlying_strftime):
3465c0ce
UD
3669 Set the buffer to a nonzero value before calling
3670 strftime, and check to see whether strftime has set the buffer to zero.
3671 This lets us distinguish between an empty buffer and an error.
3672
36731998-09-24 Paul Eggert <eggert@shade.twinsun.com>
3674
e503270c 3675 * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
3465c0ce
UD
3676 This fix is propagated from tzcode1998g.tar.gz.
3677
7a3bfc4e
UD
36781998-09-24 Mark Kettenis <kettenis@phys.uva.nl>
3679
3680 * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
3681 _sys_siglist. [!HAVE_GNU_LD]: Do not define _sys_siglist as
3682 sys_siglist. This is handled correctly by the weak_alias macro.
3683
369b1933
UD
36841998-09-24 Ulrich Drepper <drepper@cygnus.com>
3685
50a1b837
UD
3686 * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
3687 of mempcpy. Reported by Andreas Jaeger.
3688
369b1933
UD
3689 * misc/regexp.h (compile): Use alloca instead of __alloca. It won't
3690 pollute the namespace since the compiler will resolve it inline.
3691 Reported by Florian La Roche <florian@suse.de>.
3692
2b79b6d5
UD
36931998-09-24 10:29 Ulrich Drepper <drepper@cygnus.com>
3694
3695 * timezone/private.h: Update from tzcode1998g.
3696
3697 * timezone/africa: Update from tzdata1998h.
3698 * timezone/asia: Likewise.
3699 * timezone/australasia: Likewise.
3700 * timezone/europe: Likewise.
3701 * timezone/northamerica: Likewise.
3702 * timezone/southamerica: Likewise.
3703 * timezone/zone.tab: Likewise.
3704
3d42e04d
UD
37051998-09-23 17:28 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3706
3707 * misc/sys/mman.h: New file.
3708
3709 * sysdeps/generic/bits/mman.h: New file.
3710 * sysdeps/unix/bsd/osf/bits/mman.h: New file.
3711 * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
3712 * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
3713 * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
3714
3715 * sysdeps/generic/sys/mman.h: Removed.
3716 * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
3717 * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
3718 * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
3719 * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
3720 * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
3721
3722 * include/sys/mman.h: Look directly for misc/sys/mman.h.
3723 * misc/Makefile (headers): Add bits/mman.h.
3724 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
3725 bits/mman.h.
3726
3727 * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
3728 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
3729 * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
3730 * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
3731 * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
3732 * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
3733 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
3734 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
3735
37361998-09-23 16:27 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3737
3738 * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
3739 * sysdeps/mach/alpha/thread_state.h: Likewise.
3740 * sysdeps/mach/i386/sysdep.h: Likewise.
3741 * sysdeps/mach/i386/thread_state.h: Likewise.
3742 * sysdeps/mach/mips/sysdep.h: Likewise.
3743 * sysdeps/mach/mips/thread_state.h: Likewise.
3744 * sysdeps/posix/profil.c: Likewise.
3745 * sysdeps/i386/i586/memcopy.h: Likewise.
3746 * sysdeps/mach/pagecopy.h: Likewise.
3747
a379e56a
UD
37481998-09-23 15:25 Ulrich Drepper <drepper@cygnus.com>
3749
3750 * libio/stdio.h: Define __need_getopt and include getopt.h to define
3751 getopt stuff.
3752 * posix/unistd.h: Likewise.
3753 * stdio/stdio.h: Likewise.
3754 * posix/getopt.h: Remove _GNU_SOURCE use. If __need_getopt is defined
3755 define only getopt and the variables.
3756
34a4b66d
UD
37571998-09-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3758
3759 * scripts/test-installation.pl (installation_problem): Don't link
3760 the test program against libdb1.
3761
24fd4cc4
UD
37621998-09-23 13:52 Ulrich Drepper <drepper@cygnus.com>
3763
3764 * Makeconfig (all-subdirs): Add db.
3765 * Versions.def: Add definition for libdb1.
3766 * shlib-versions: Add definitions for libdb1.
3767 * db/Makefile (extra-libs): Replace by libdb1.
3768 (libdb-routines): Rename to libdb1-routines.
3769 (headers): Rename to db1-headers.
3770 (distribute): Add $(db1-headers).
3771 (install-others): Define to install symlink libdb.so.NN and the
3772 $(db1-headers).
a379e56a 3773 (CPPFLAGS): Add -DUSE_LIBDB1
24fd4cc4
UD
3774 Remove rules to build makedb.
3775 * db/Versions: Rename libdb to libdb1.
3776 * include/db.h: If USE_LIBDB1 is defined include db/db.h.
af564203 3777 * db/makedb.c: Removed.
24fd4cc4
UD
3778
3779 * scripts/versions.awk: Recognize digits in library names.
3780
3781 * db/btree/bt_open.c: Fix compiler warnings.
3782 * db/btree/bt_put.c: Likewise.
3783 * db/btree/bt_split.c: Likewise.
3784 * db/hash/hash.c: Likewise.
3785 * db/hash/hash_bigkey.c: Likewise.
3786 * db/recno/rec_close.c: Likewise.
3787
af564203
UD
3788 * Makefile: Add localedata/% goal.
3789
c94a8080
UD
37901998-09-22 19:58 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3791
3792 * posix/execvp.c: Don't give up searching the PATH if execve
3793 returns ENOTDIR.
3794
37951998-09-22 12:53 Ulrich Drepper <drepper@cygnus.com>
3796
3797 * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
3798 if _dl_fpu_control_set is set.
3799 * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
3800 * elf/rtld.c: Don't define _dl_fpu_control_set.
3801 * elf/Versions: Remove _dl_fpu_control_set.
3802
38031998-09-22 11:51 Ulrich Drepper <drepper@cygnus.com>
3804
3805 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
3806 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
3807 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
3808 Correct values of other SA_* macros according to kernel headers.
3809
38101998-09-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3811
3812 * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
3813 variable l.
3814 * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
3815 old.
3816
38171998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3818
3819 * elf/ldsodefs.h: Fix typo in comment.
3820
38211998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3822
3823 * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
3824 char when comparing buffer contents with putback character.
3825
38261998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3827
3828 * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
3829 Undo last change.
3830 * elf/Versions: Undo last change. Export _dl_fpu_control and
3831 _dl_fpu_control_set.
3832 * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
3833 variables. Include <fpu_control.h>.
3834 * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
3835 _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
3836 to indicate that is was seen.
3837 * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
3838 only if _dl_fpu_control was set and is equal to desired value.
3839 * math/Makefile (aux): Undo last change.
3840 * math/Versions: Export __fpu_control with version GLIBC_2.0.
3841
f74e8ed1
AS
38421998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3843
3844 * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
3845 optimized.
3846
e7c5513d
UD
38471998-09-21 10:00 Ulrich Drepper <drepper@cygnus.com>
3848
3849 * string/bits/string2.h: Add mempcpy optimization.
3850 * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
3851 * intl/localealias.c: Define mempcpy only if not already defined.
3852
3853 * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
3854 defined.
3855
38561998-09-20 10:48 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
3857
3858 * csu/abi-note.S: Emit the note directly instead of defining
3859 a preprocessor macro that's only used once. Don't include sysdep.h.
3860 * abi-tags: Generalize Solaris entry.
3861
38621998-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3863
3864 * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
3865 Change to array to avoid runtime relocation.
3866 * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
3867
38681998-09-21 12:22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3869
3870 * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
3871 * math/Makefile ($(objpfx)libieee.a): Likewise.
3872
38731998-09-21 Ulrich Drepper <drepper@cygnus.com>
3874
3875 * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
3876 Patch by John Tobey <jtobey@banta-im.com>.
3877
b0fd6165
UD
38781998-09-20 Ulrich Drepper <drepper@cygnus.com>
3879
3880 * login/Makefile (distribute): Remove pty-internal.h, add
3881 pty-private.h.
1391f5d3
UD
3882
3883 * stdlib/tst-strtol.c: Add more checks.
3884 Patch by Zack Weinberg <zack@rabi.columbia.edu>.
3885
a0780919
UD
38861998-09-20 09:37 Ulrich Drepper <drepper@cygnus.com>
3887
3888 * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
3889 * elf/elf.h: Add AT_FPUCW.
3890 * elf/Makefile (dl-routines): Add fpu_control.
3891 (elide-routines.os): Add fpu_control.
3892 (rtld-routines): Add fpu_control.
3893 * math/Makefile (aux): Remove fpu_control.
3894 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
3895 (_dl_show_auxv): Likewise.
3896 * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
3897 if different from OS default.
3898
3899 * stdio-common/tstscanf.c: Add test case for (nil).
3900
00bc5db0
UD
39011998-09-18 17:41 Ulrich Drepper <drepper@cygnus.com>
3902
3903 * libio/fileops.c (_IO_new_file_underflow): Before allocating
3904 buffer make sure the pushback buffer is destroyed.
3905 (_IO_new_file_seekoff): Likewise.
3906 If mode==0 quit early with the result.
3907 Clear OEF flag after successful fseek.
3908 * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
3909 * libio/ftello.c (ftello): Add offset from original buffer if
3910 stream has pushed back characters.
3911 * libio/ftello64.c (ftello64): Likewise.
3912 * libio/iofgetpos.c (_IO_fgetpos): Likewise.
3913 * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
3914 * libio/ioftell.c (_IO_ftell): Likewise.
3915 * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
3916 and _IO_save_ptr.
3917 (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
3918 (_IO_default_pbackfail): Only stored push back character in original
3919 buffer if it is the same as the one in the file at this position.
3920 * libio/iofclose.c: Free backup buffer if one is available.
3921 * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
3922 mode!=0.
3923
3924 * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
3925
3926 * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
3927
c53a89d4
UD
3928 * stdio-common/vfscanf.c: Fix reading (nil) for %p.
3929
00bc5db0
UD
39301998-09-18 Mark Kettenis <kettenis@phys.uva.nl>
3931
3932 * login/programs/pt_chown.c (more_help): Correct message that
3933 describes the purpose of the program.
3934
3935 * login/openpty.c: Do not include pty-private.h.
3936 (pts_name): New function. Return name of slave pseudo terminal in
3937 an allocated buffer if necessary.
3938 (openpty): Use pts_name to get name of the slave end of the pseudo
3939 terminal pair.
3940
3941 * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
3942 pts_name before return.
3943
39441998-09-18 11:15 Ulrich Drepper <drepper@cygnus.com>
3945
3946 * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
3947
88263bc9
UD
39481998-09-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3949
3950 * login/openpty.c: Include pty-private.h instead of
3951 pty-internal.h.
3952
872ea854
UD
39531998-09-09 Philip Blundell <pb@nexus.co.uk>
3954
3955 * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
3956
39571998-09-07 Philip Blundell <pb@nexus.co.uk>
3958
3959 * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
3960 recent ld.so changes.
3961 (elf_machine_runtime_setup): Correct behaviour when profiling.
3962
9b3c7c3c
UD
39631998-09-17 19:34 Ulrich Drepper <drepper@cygnus.com>
3964
3965 * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
3966 Patch by John Tobey <jtobey@banta-im.com>.
3967
39681998-09-17 Mark Kettenis <kettenis@phys.uva.nl>
3969
3970 * login/pty-internal.h: Removed. Moved constants related to the
3971 `grantpt' helper program protocol to ...
3972 * login/pty-private.h: ... here. New file.
3973 * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
3974 to make the function work with kernels >= 2.1.115.
3975 * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
3976 version if using the cloning device fails.
3977 * sysdeps/unix/sysv/linux/grantpt.c: New file.
3978 * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
3979 * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
3980 use by Linux specific code.
3981 * sysdeps/unix/bsd/unlockpt.c: General cleanup.
3982 * sysdeps/unix/grantpt.c: Largely rewritten. (pts_name): New
3983 function. (grantpt): Use pts_name, check group and permission
3984 mode in addition to owner. Try to set the owner, group and
3985 permission mode first without invoking the helper program.
3986 * login/programs/pt_chown.c: Largely rewritten. Add argp and
3987 internationalization support. Use symbolic constants instead of
3988 hardwired numbers for permission mode.
3989 * sysdeps/unix/bsd/ptsname.c: New file.
3990
39911998-09-17 22:04 Tim Waugh <tim@cyberelk.demon.co.uk>
3992
3993 * posix/wordexp-test.c: Undo last change.
3994
3995 * posix/wordexp.c: Undo last change.
3996
d8f2b9ea
UD
39971998-09-16 Ulrich Drepper <drepper@cygnus.com>
3998
3999 * nscd/grpcache.c (save_grp): Partly undo last change.
4000
4001 * nscd/pwdcache.c (save_pwd): Undo last change.
4002
9c4c0024
UD
40031998-09-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4004
4005 * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
4006 function. Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
4007
40081998-09-15 David S. Miller <davem@pierdol.cobaltmicro.com>
4009
4010 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
4011 Add profiling support.
4012 (TRAMPOLINE_TEMPLATE): New macro.
4013 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
4014 (RTLD_START): Prettify, and set __libc_stack_end properly.
4015 (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
4016 and check for sym being NULL instead.
4017 * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
4018 of stack space.
4019 * sysdeps/sparc/sparc64/lshift.S: Likewise.
4020 * sysdeps/sparc/sparc64/mul_1.S: Likewise.
4021 * sysdeps/sparc/sparc64/rshift.S: Likewise.
4022 * sysdeps/sparc/sparc64/submul_1.S: Likewise.
4023 * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
4024 MEDANY code model %g4 usage.
4025 * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
4026 MEDANY code model %g4 usage.
4027 * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
4028 code model address formation.
4029 * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
4030 include elf/ldsodefs.h
4031 (DT_SPARC): Remove.
4032 (elf_machine_matches_host): It is now EM_SPARCV9.
4033 (elf_machine_dynamic): Clean up to remove ugly cast.
4034 (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
4035 new PLT formats.
4036 (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
4037 Prettify rest of function.
4038 [R_SPARC_COPY]: Check for sym being NULL.
4039 [R_SPARC_32]: Handle it.
4040 [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
4041 MEDMID code model.
4042 [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
4043 MEDANY code model.
4044 [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
4045 (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
4046 Add profiling support.
4047 (TRAMPOLINE_TEMPLATE): New macro.
4048 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
4049 (RTLD_START): Prettify and set __libc_stack_end.
4050 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
4051 Define.
4052 * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
4053 (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
4054 * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
4055 unused variable scratch.
4056 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
4057 (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
4058 Declare.
4059 (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
4060 stub to rt_sigaction syscalls. Rewrite non-rt case to use correct
4061 old format kernel sigaction structures.
4062 * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
4063 * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
4064 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
4065 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
4066 ucontext include.
4067 (_JMPBUF_UNWINDS): Define.
4068 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
4069 statfs64 structure, which is exactly the same as the normal one.
4070 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
4071 of stack. Use correct syscall trap number. Add branch prediction
4072 settings to branch instructions. Remove old MEDANY code model %g4
4073 referneces for non-PIC.
4074 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4075 * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
4076 * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
4077 * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
4078 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4079 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
4080 __libc_longjmp and __libc_siglongjmp strong aliases.
4081 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
4082 Also define to __no__readdir64_decl around readdir.c inclusion.
4083 (__readdir64): Add strong alias.
4084 * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
4085 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
4086 Set strong and weak names properly.
4087
40881998-09-16 11:25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4089
4090 * manual/Makefile (AWK): Default to gawk if standalone.
4091
40921998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4093
4094 * Makefile (distribute): Undo last change.
4095 * Make-dist (+tsrc) [not subdir]: Also include indirection headers
4096 for sysdep headers.
4097 (+subdir-headers): Removed, unused.
4098
40991998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4100
4101 * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
4102 $(do-install).
4103
41041998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4105
4106 * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
4107 absolute name in $(config-sysdirs), can never happen.
4108 ($(+sysdir_pfx)sysd-rules): Likewise.
4109 * Makeconfig (full-config-sysdirs): Likewise.
4110 (all-Subdirs-files): Prepend $(..).
4111
4112 * configure.in: Don't check for absolute name in $add_ons_pfx, can
4113 not happen. Let --enable-add-ons=yes work if no add-ons actually
4114 exist.
4115
41161998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4117
4118 * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
4119 continuations in command.
4120
41211998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4122
4123 * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
4124
a8125d85
UD
41251998-09-16 00:47 Tim Waugh <tim@cyberelk.demon.co.uk>
4126
4127 * posix/wordexp-test.c: If expansion or substitution occurs
4128 anywhere in a word, the entire word is subject to field-splitting.
4129
4130 * posix/wordexp.c (parse_glob): Look for end of word instead of
4131 end of field when deciding what to glob.
4132 (field_split_word): New function, now the only place where
4133 field-splitting is performed.
4134 (parse_dollars): New parameter - tell the caller if
4135 field-splitting should be performed on this word.
4136
4137 * posix/wordexp-test.c (testit): Only call wordfree if wordexp
4138 succeeded (or failed with WRDE_NOSPACE).
4139
41401998-09-15 19:53 1998 Tim Waugh <tim@cyberelk.demon.co.uk>
4141
4142 * posix/wordexp.c (wordexp): Don't convert IFS characters to
4143 blanks.
4144
4145 * posix/wordexp-test.c: Words not the result of expansion or
4146 substitution should remain unchanged.
4147
aa2bc6a3
UD
41481998-09-15 Ulrich Drepper <drepper@cygnus.com>
4149
4150 * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
4151 (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
4152
3a60301a
UD
41531998-09-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4154
4155 * stdio-common/Makefile: Include Makeconfig so that
4156 $(inst_includedir) is defined.
4157
77f0d179
UD
41581998-09-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4159
4160 * io/pwd.c: Include <mcheck.h>.
4161
6beaac4d
UD
41621998-09-15 08:00 Ulrich Drepper <drepper@cygnus.com>
4163
4164 * nscd/pwdcache.c (save_pwd): Correct copying.
4165 * nscd/grpcache.c (save_grp): Likewise.
4166
0ff0d59e
UD
41671998-09-14 23:36 Ulrich Drepper <drepper@cygnus.com>
4168
4169 * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
4170 (free_pwd): Adjust for this change.
4171 * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
4172 (free_grp): Adjust for this change.
4173
d3f8acb3
UD
41741998-09-14 Ulrich Drepper <drepper@cygnus.com>
4175
4176 * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
4177
14eb5d5d
UD
41781998-09-14 15:29 Ulrich Drepper <drepper@cygnus.com>
4179
4180 * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
4181 (install-others): Add bits/stdio_lim.h.
4182 Add rule to install bits/stdio_lim.h.
4183
4184 * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
4185
4186 * Makefile (distribute): Add include/sys/mman.h.
4187
4188 * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
4189 * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
4190 * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
4191
0a1590ba
UD
4192 * grp/initgroups.c: Include stdlib.h.
4193 Patch by Zack Weinberg.
4194
1ffaaca2
UD
41951998-09-14 22:46 Tim Waugh <tim@cyberelk.demon.co.uk>
4196
4197 * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
4198 for field-splitting :abc: is correct, and that two fields should
4199 result. Revert tests to reflect this.
4200
4201 * posix/wordexp.c (w_emptyword): Remove function.
4202 (exec_comm): Don't use w_emptyword.
4203 (parse_param): Likewise.
4204
4ca020f5
UD
42051998-09-14 15:00 Ulrich Drepper <drepper@cygnus.com>
4206
4207 * sysdeps/arm/fpu/Dist: Moved to...
4208 * sysdeps/arm/Dist: ...here.
4209 * sysdeps/posix/Dist: Removed.
4210 * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
4211 * sysdeps/unix/sysv/linux/i386/Dist: ...here.
4212
f624c216
UD
42131998-08-26 Geoff Keating <geoffk@ozemail.com.au>
4214
4215 * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
4216
7ef90c15
UD
42171998-09-14 11:26 Ulrich Drepper <drepper@cygnus.com>
4218
4219 * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
4220
42211998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4222
4223 * libc-work/nis/nss_nisplus/nisplus-service.c
4224 (_nss_nisplus_parse_servent): Convert port in network byte order.
4225
42261998-09-14 07:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
4227
4228 * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
4229 to provide only malloc and calloc.
4230 * include/stdlib.h: Support the above.
4231 * string/bits/string2.h: Use __need_malloc_and_calloc when
4232 including stdlib.h.
4233 (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
4234
4235 * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
4236 * iconvdata/iso646.c: Include <stdlib.h>.
4237
42381998-09-14 07:51 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
4239
4240 * sunrpc/rpc_cout.c: Add braces around ambiguous else.
4241 * sysdeps/libm-ieee754/w_pow.c: Likewise.
4242 * sysdeps/libm-ieee754/w_powf.c: Likewise.
4243 * sysdeps/libm-ieee754/w_powl.c: Likewise.
4244
42451998-09-14 07:57 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
4246
4247 * stdio-common/stdio_lim.h.in: New file. All parameters
4248 are adjustable at build time.
4249 * Rules: Add a rule to build bits/stdio_lim.h from
4250 stdio-common/stdio_lim.h.in. (It has to be in Rules so that
4251 all subdirectories know how to make the file. It can't be
4252 in Makerules because then it gets built at top level and the
4253 dependencies are wrong.)
4254
4255 * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
4256 * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
4257 stdio_lim.h.
4258 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
4259 * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
4260 * sysdeps/posix/Makefile: Removed.
4261 * sysdeps/posix/mk-stdiolim.c: Removed.
4262 * sysdeps/generic/bits/stdio_lim.h: Removed.
4263
42641998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4265
4266 * argp/argp-help.c: Fixup indentation.
4267 * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
4268 * resolv/nss_dns/dns-network.c: Likewise.
4269 * resolv/res_send.c: Likewise.
4270 * rt/aio_cancel.c: Likewise.
4271 * rt/aio_misc.c: Likewise.
4272
42731998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4274
4275 * Makefile (install-symbolic-link): Remove the link list file at last.
4276 * Makerules (install-clean-symbolic-link-list): Removed.
4277
42781998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4279
4280 * timezone/tst-timezone.c: Print time in UTC to get consistent
4281 output.
4282
42831998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4284
4285 * elf/rtld.c (_dl_rpath): Removed.
4286 * elf/dl-support.c (_dl_path): Removed.
4287 * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
4288 (CFLAGS-dl-support.c): Removed.
4289
4290 * elf/dl-load.c (env_path_list): Renamed from fake_path_list. All
4291 uses changed.
4292 (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
4293 instead of appending it to the main map's rpath info.
4294 (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
4295 DT_RPATHs. This makes it effective again.
4296 (decompose_rpath): Remove second parameter, callers changed.
4297 (fillin_rpath): Allocate enough space in curwd.
4298 (expand_dynamic_string_token): Cope with get_origin returning -1.
4299
43001998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4301
4302 * libc-work/nis/nss_compat/compat-pwd.c: Add support for
4303 passwd.adjunct.
4304
4305 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
4306 invalid password.
4307
43081998-09-13 18:06 Ulrich Drepper <drepper@cygnus.com>
4309
4310 * locale/programs/locale.c: Update dates.
4311
5d47ceca
UD
43121998-09-13 Mark Kettenis <kettenis@phys.uva.nl>
4313
4314 * sysdeps/generic/bits/types.h: Include <features.h>. Make sure
b1fcf686 4315 size_t is defined. Some reordering of definitions to make
5d47ceca
UD
4316 maintaining this file in parallel with the linux-specific file easier.
4317
bd31edf2
UD
43181998-09-13 Ulrich Drepper <drepper@cygnus.com>
4319
4320 * io/pwd.c (main): Add call to mtrace.
4321
4322 * malloc/mtrace.pl: Quote @ in string.
4323
33c3e20e
UD
43241998-09-13 19:25 Tim Waugh <tim@cyberelk.demon.co.uk>
4325
4326 * posix/wordexp.c (parse_arith): Fix memory leaks.
4327 (exec_comm): Likewise.
4328 (parse_param): Likewise.
4329 (wordexp): Likewise.
4330 (exec_comm): Reduce number of function return points.
4331 (parse_param): Likewise.
4332 (wordexp): Likewise.
4333
1720f4d0
UD
43341998-09-13 14:53 Tim Waugh <tim@cyberelk.demon.co.uk>
4335
4336 * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
4337 yield three fields, not two. Test both parameter expansion and
4338 command substitution for correct field-splitting behaviour.
4339
4340 * posix/wordexp.c (w_emptyword): New function.
4341 (parse_param): Use it.
4342 (exec_comm): Likewise, for consistency with the way parse_param
4343 splits fields.
4344 (parse_param): Fix some memory leaks.
4345
2d09b95d
UD
43461998-09-13 18:04 Geoff Keating <geoffk@ozemail.com.au>
4347
4348 * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
4349 Don't mark asm `volatile'.
4350 (__elf_machine_runtime_setup): Clear the last partial block in the PLT
4351 from the data cache too. Assume it isn't in the instruction cache yet.
4352 (__elf_machine_fixup_plt): Clear the modified address from the caches.
4353
b39c6f8b
UD
43541998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
4355
4356 * sysdeps/generic/segfault.c (install_handler): Install signal
4357 handler with SA_ONSTACK instead of setting the stack flags to
4358 SS_ONSTACK. Do not install handler for SIGSTKFLT if it is not
4359 defined.
4360
43611998-09-12 14:24 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
4362
4363 * signal/signal.h: Fix multiple inclusion guard to cover the
4364 entire file.
4365 * wcsmbs/wchar.h: Remove prototype of internal function
4366 __mbsrtowcs.
4367 * sysdeps/i386/i486/bits/string.h (memchr): Don't do
4368 arithmetic on `void *'.
4369
c06cc21c
UD
43701998-09-12 01:09 Tim Waugh <tim@cyberelk.demon.co.uk>
4371
4372 * posix/wordexp-test.c: Fix wrong tests. Add new tests.
4373
4374 * posix/wordexp.c (wordexp): Perform word-splitting instead of
4375 field-splitting here.
4376 (wordexp): If out of memory mid-word, free the word (but still
4377 leave pwordexp alone for caller to see).
4378 (parse_param): Allow for zero-length fields (smarter checking of
4379 memory allocation failure).
4380 (w_addword): Convert NULL words to "".
4381 (wordexp): Convert left-over IFS characters to blanks (like bash).
4382
81e0cb2d
UD
43831998-09-11 Ulrich Drepper <drepper@cygnus.com>
4384
350eb336
UD
4385 * configure.in: Use test -f instead of test -e.
4386 Patch by John Tobey <jtobey@banta-im.com>.
4387
4388 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
4389 * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
4390 * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
4391 * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
4392 * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
4393 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
4394 * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
4395 Patches by John Tobey <jtobey@banta-im.com>.
4396
81e0cb2d
UD
4397 * time/strftime.c (my_strftime): Delay use of *tp values until
4398 latest possible point to allow partly initialized structures
4399 (e.g., from strptime).
4400
514d9bca
UD
4401 * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
4402 and NATS-SEFI.
4403 Define *-routines variables for new modules.
4404 (distribute): Add .c files for new modules.
4405 (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
4406 and nats-sefi.h.
4407 Add rules for header generation.
4408 * iconvdata/gconv-modules: Add entries for new modules.
4409 * iconvdata/iso_10367-box.c: New file.
4410 * iconvdata/mac-is.c: New file.
4411 * iconvdata/nats-dano.c: New file.
4412 * iconvdata/nats-sefi.c: New file.
4413
81e0cb2d
UD
44141998-04-30 18:20 H.J. Lu <hjl@gnu.org>
4415
4416 * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
4417 loader if PIC is not defined.
4418
ec04e9ba
UD
44191998-09-11 Ulrich Drepper <drepper@cygnus.com>
4420
4421 * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
4422 ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
4423 INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
4424 and ISO_5428.
4425 Define *-routines variables for new modules.
4426 (distribute): Add .c files for new modules.
4427 (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
4428 ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
4429 greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
4430 iso_5427.h, iso_5427-ext.h, and iso_5428.h.
514d9bca 4431 Add rules for header generation.
ec04e9ba
UD
4432 * iconvdata/gconv-modules: Add entries for new modules.
4433 * iconvdata/csn_369103.c: New file.
4434 * iconvdata/cwi.c: New file.
4435 * iconvdata/dec-mcs.c: New file.
4436 * iconvdata/ecma-cyrillic.c: New file.
4437 * iconvdata/gost_19768-74.c: New file.
4438 * iconvdata/greek-ccitt.c: New file.
4439 * iconvdata/greek7-old.c: New file.
4440 * iconvdata/greek7.c: New file.
4441 * iconvdata/inis-8.c: New file.
4442 * iconvdata/inis-cyrillic.c: New file.
4443 * iconvdata/inis.c: New file.
4444 * iconvdata/iso6937-2.c: New file.
4445 * iconvdata/iso_2033.c: New file.
4446 * iconvdata/iso_5427-ext.c: New file.
4447 * iconvdata/iso_5427.c: New file.
4448 * iconvdata/iso_5428.c: New file.
4449
4450 * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
4451 entries.
4452 Convert U02dd correctly.
4453
25c849b1
RH
44541998-09-11 20:46 Richard Henderson <rth@cygnus.com>
4455
4456 * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
4457 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
4458 * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
4459 * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
4460
04795ad9
UD
44611998-09-11 Ulrich Drepper <drepper@cygnus.com>
4462
4463 * resolv/res_init.c (res_init): Handle resolv.conf file with only
4464 one nameserver correctly. Patch by HJ Lu.
4465
4466 * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
4467 and ANSI_X3.110.
4468 Define *-routines variables for new modules.
4469 (distribute): Add .c files for new modules.
4470 (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
4471 Add rules for hedaer generation.
4472 * iconvdata/gconv-modules: Add entries for new modules. Pretty print.
4473 * iconvdata/ansi_x3.110.c: New file.
4474 * iconvdata/asmo_449.c: New file.
4475 * iconvdata/baltic.c: New file.
4476 * iconvdata/iec_p27-1.c: New file.
4477
4478 * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
4479 entries.
4480 Convert U02dc correctly.
4481
4482 * math/atest-exp.c: Add parentheses to avoid gcc warnings.
4483 * math/atest-exp2.c: Likewise.
4484 * math/atest-sincos.c: Likewise.
4485
4486 * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
4487 is defined.
4488
44891998-09-11 10:51 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4490
4491 * string/strcoll.c: Optimize a few expressions.
4492 * string/strxfrm.c: Likewise.
4493
5e0889da
UD
44941998-09-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4495
4496 * manual/locale.texi: Fix typos.
4497
2c86b2bc
UD
44981998-09-10 Ulrich Drepper <drepper@cygnus.com>
4499
26afaa63
UD
4500 * stdlib/random_r.c (__setstate_r): Allow call with same state
4501 array as currently used (PR libc/774).
4502
6c79e60c
UD
4503 * include/limits.h: Include gcc's header even if this file is
4504 found more than once before it (PR libc/778)
4505
ec04e9ba
UD
4506 * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
4507 (sysdep_headers): Remove sys/debugreg.h.
4508 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
4509 (sysdep_headers): Add sys/debugreg.h.
39382b8b
UD
4510 * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
4511 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
4512
2c86b2bc
UD
4513 * stdio-common/tmpnam.c: Move local static variable buf to
4514 toplevel and rename to tmpnam_buffer to ease debugging.
4515 Patch by Joe Keane <jgk@jgk.org>.
4516 Optimize s == NULL case a bit.
4517
8e9f53fc
UD
4518 * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
4519 correction.
4520
482a3be2
UD
45211998-09-10 12:51 Ulrich Drepper <drepper@cygnus.com>
4522
4523 * resolv/res_init.c (res_init): Initialize _res.nscount and
4524 _res.nsaddr.sin_port differently for the can when no loopback
4525 is available to allow immediate timeout in non-networking environments.
4526 Patch by Cristian Gafton <gafton@redhat.com>.
4527
e8238963
UD
45281998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4529
4530 * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
4531 BAR and not EM DASH.
4532 * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
4533 * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
4534 Fixes PR libc/717.
4535
90865aa8
UD
45361998-09-10 11:53 Ulrich Drepper <drepper@cygnus.com>
4537
4538 * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
4539 for test.
4540 * timezone/tst-timezone.c (tests): Fix typo in last patch.
4541
4542 * time/tzfile.c (__tzfile_read): Handle case when there are no
4543 transitions. Set __timezone based on computed offset.
4544 * time/tzset.c (tzset_internal): Set __timezone before returning.
4545
4546 * time/tzset.c (tzset_internal): Optimize handling of local string
4547 copy.
4548
45491998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4550
4551 * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
4552 libc/776).
4553
adac8450
UD
45541998-09-09 Benjamin Kosnik <bkoz@tintin.cygnus.com>
4555
4556 * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
4557 (csqrt_test): Likewise.
90865aa8 4558 * sysdeps/powerpc/bits/fenv.h: Add parens.
adac8450 4559
8e140239
UD
45601998-09-09 18:48 Ulrich Drepper <drepper@cygnus.com>
4561
4562 * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
4563 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
4564 Patch by Benjamin Kosnik <bkoz@cygnus.com>.
4565
78acf671
UD
45661998-09-09 Mark Kettenis <kettenis@phys.uva.nl>
4567
4568 * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
4569 the special `-1' pointer.
4570
6e4c40ba
UD
45711998-09-09 09:32 Ulrich Drepper <drepper@cygnus.com>
4572
4573 * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
4574 inline.
4575
45761998-09-07 Paul Eggert <eggert@twinsun.com>
4577
4578 * time/mktime.c (__EXTENSIONS__): Define if not defined.
4579 (_REENTRANT): Remove. It has undesirable consequences in
4580 Solaris 2.6 (e.g. it turns off the putc macro). Defining
4581 __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
4582 is what we want.
4583 * time/strftime.c: Likewise.
4584
45851998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4586
4587 * elf/dl-error.c: Fix spelling.
4588
45891998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4590
4591 * stdlib/strfmon.c: Quiet -Wparentheses warnings.
4592 * stdio-common/_itoa.c: Likewise.
4593 * stdio-common/printf_fp.c: Likewise.
4594 * stdio-common/vfscanf.c: Likewise.
4595 * wcsmbs/wcstok.c: Likewise.
4596 * sysdeps/generic/glob.c: Likewise.
4597 * posix/getopt.c: Likewise.
4598 * sysdeps/posix/getaddrinfo.c: Likewise.
4599 * posix/wordexp.c: Likewise.
4600 * io/ftw.c: Likewise.
4601 * io/fts.c: Likewise.
4602 * misc/getpass.c: Likewise.
4603 * iconv/gconv_conf.c: Likewise.
4604 * argp/argp-fmtstream.c: Likewise.
4605 * argp/argp-help.c: Likewise.
4606 * elf/dl-load.c: Likewise.
4607 * locale/programs/stringtrans.c: Likewise.
4608 * catgets/gencat.c: Likewise.
4609 * posix/getconf.c: Likewise.
4610 * iconv/gconv_conf.c: Likewise.
4611 * iconv/iconv_prog.c: Likewise.
4612
4613 * string/strcoll.c: Optimize a few expressions.
4614 * string/strxfrm.c: Likewise.
4615
46161998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4617
4618 * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
4619 level to avoid uninit variable warning.
4620
46211998-09-09 10:34 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2aa236b1 4622
769ca810 4623 * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
6e4c40ba 4624 instead of _dl_default_scope[2] as argument to _dl_init_next.
769ca810 4625
2aa236b1
AS
4626 * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
4627 C9x macro.
4628
8ea4a95a
UD
46291998-09-08 Ulrich Drepper <drepper@cygnus.com>
4630
6e4c40ba 4631 Fix compatibility problems introduced in last change.
dc27836e
UD
4632 * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
4633 defined.
4634 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
4635 -DWEAK_GMON_START to CFLAGS-initfini.s.
4636
e4d50917
UD
4637 * elf/dl-object.c (_dl_new_object): Store map address in
4638 _dl_loaded if _dl_loaded is NULL.
87c812c2 4639 * elf/rtld.c (dl_main): Don't update _dl_loaded here.
e4d50917 4640
8ea4a95a
UD
4641 * sysdeps/generic/setrlimit64.c: Remove stub warning.
4642
88c91118
UD
46431998-09-07 Ulrich Drepper <drepper@cygnus.com>
4644
4645 * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
4646 quiet.
2c874db2
UD
4647 * db2/btree/bt_cursor.c: Likewise.
4648 * db2/common/db_region.db_c: Likewise.
4649 * db2/common/db_salloc.db_c: Likewise.
4650 * db2/db/db.c: Likewise.
4651 * db2/db/db_rec.c: Likewise.
4652 * db2/hash/hash.c: Likewise.
4653 * db2/hash/hash_page.c: Likewise.
4654 * db2/hash/hash_rec.c: Likewise.
4655 * db2/log/log_findckp.c: Likewise.
4656 * db2/log/log_get.c: Likewise.
4657 * db2/log/log_put.c: Likewise.
4658 * db2/mp/mp_fget.c: Likewise.
4659 * db2/mp/mp_fput.c: Likewise.
4660 * db2/mp/mp_region.c: Likewise.
cf9f9a16
UD
4661 * stdlib/strtol.c: Likewise.
4662 * string/strcoll.c: Likewise.
4663 * string/strxfrm.c: Likewise.
94b78bb2
UD
4664 * argp/argp-help.c: Likewise.
4665 * argp/argp-parse.c: Likewise.
3121cc04 4666 * resolv/res_debug.c: Likewise.
88c91118 4667
26644e87
UD
46681998-09-07 09:58 Ulrich Drepper <drepper@cygnus.com>
4669
4670 * math/tgmath.h (scalb): Only define for __USE_MISC or
4671 __USE_XOPEN_EXTENDED. Patch by Zack Weinberg.
4672
2b33e5b0
UD
46731998-09-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4674
4675 * libio/stdio.h: Fix comment.
4676
4677 * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
4678 __USE_ISOC9X.
4679
6796bc80
UD
46801998-09-06 09:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
4681
4682 * Makeconfig (+gccwarn): Remove -Wno-parentheses.
4683
4684 * elf/dl-open.c: Quiet -Wparentheses warnings.
4685 * iconvdata/johab.c: Likewise.
4686 * iconvdata/uhc.c: Likewise.
4687 * inet/inet_net.c: Likewise.
4688 * io/fts.c: Likewise.
4689 * locale/newlocale.c: Likewise.
4690 * misc/getttyent.c: Likewise.
4691 * misc/mntent_r.c: Likewise.
4692 * misc/ttyslot.c: Likewise.
4693 * nscd/nscd_conf.c: Likewise.
4694 * nss/nsswitch.c: Likewise.
4695 * resolv/gethnamaddr.c: Likewise.
4696 * resolv/nsap_addr.c: Likewise.
4697 * resolv/res_debug.c: Likewise.
4698 * stdio-common/_itoa.c: Likewise.
4699 * stdlib/strtod.c: Likewise.
4700 * string/strverscmp.c: Likewise.
4701 * sunrpc/svc.c: Likewise.
4702 * sysdeps/libm-ieee754/e_cosh.c: Likewise.
4703 * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
4704 * sysdeps/libm-ieee754/e_sinh.c: Likewise.
4705 * sysdeps/posix/getaddrinfo.c: Likewise.
4706
baa3334a
UD
47071998-09-06 15:13 Ulrich Drepper <drepper@cygnus.com>
4708
4709 * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
4710 for use of global scope.
4711 * elf/dlvsym.c (dlvsym_doit): Likewise.
4712
47131998-09-02 Paul Eggert <eggert@twinsun.com>
4714
4715 * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
4716 copy the redundant bytes at the end of the format as-is; don't
4717 just copy their first byte and then rescan, as that might get
4718 us an encoding error.
4719 Account correctly for the length of multibyte sequences in the
4720 format.
4721
47221998-09-03 20:14 Tim Waugh <tim@cyberelk.demon.co.uk>
4723
4724 * posix/wordexp-test.c: Add tests for different IFS values.
4725 Change unquoted-newline test so that newline is not in IFS.
4726
4727 * posix/wordexp.c (wordexp): Correct null/unset mix-up when
4728 determining IFS characters. Return WRDE_BADCHAR for unquoted
4729 special characters _except_ if they are separators.
4730
47311998-09-06 10:56 Ulrich Drepper <drepper@cygnus.com>
4732
4733 * include/tgmath.h: New file.
4734
4735 * libio/stdio.h: Correct reversed #ifs.
4736 Patch by Zack Weinberg.
4737
4738 * manual/creature.texi: Better explain reason for feature select
4739 macros.
4740 Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
4741
47421998-09-06 10:25 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
4743
4744 * include/alloca.h: Add multiple-inclusion guard.
4745 * include/db.h: Likewise.
4746 * include/db_185.h: Likewise.
6796bc80 4747 * include/dlfcn.h: Likewise.
baa3334a
UD
4748 * include/fcntl.h: Likewise.
4749 * include/grp.h: Likewise.
4750 * include/libintl.h: Likewise.
4751 * include/mntent.h: Likewise.
4752 * include/pwd.h: Likewise.
4753 * include/sched.h: Likewise.
4754 * include/search.h: Likewise.
4755 * include/setjmp.h: Likewise.
4756 * include/shadow.h: Likewise.
4757 * include/signal.h: Likewise.
4758 * include/stdio.h: Likewise.
4759 * include/stdlib.h: Likewise.
4760 * include/string.h: Likewise.
4761 * include/termios.h: Likewise.
4762 * include/time.h: Likewise.
4763 * include/ulimit.h: Likewise.
4764 * include/utmp.h: Likewise.
4765 * include/wchar.h: Likewise.
4766 * include/sys/file.h: Likewise.
4767 * include/sys/gmon.h: Likewise.
4768 * include/sys/ioctl.h: Likewise.
4769 * include/sys/mman.h: Likewise.
4770 * include/sys/resource.h: Likewise.
4771 * include/sys/select.h: Likewise.
4772 * include/sys/socket.h: Likewise.
4773 * include/sys/statfs.h: Likewise.
4774 * include/sys/time.h: Likewise.
4775 * include/sys/times.h: Likewise.
4776 * include/sys/wait.h: Likewise.
4777
be935610
UD
47781998-09-06 09:00 Ulrich Drepper <drepper@cygnus.com>
4779
4780 * version.h (VERSION): Bump to 2.0.96.
4781
4782 Rewrite runtime linker to be truly thread-safe. There is now no
4783 global variable specifying the scope. We create all needed
4784 scopes at the time the link maps are created.
4785 * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
4786 * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
4787 l_symbolic_searchlist, l_scope, and l_local_scope elements in
4788 struct link_map.
4789 * elf/dl-close.c: Rewritten accordingly.
4790 * elf/dl-deps.c: Likewise.
4791 * elf/dl-error.c: Likewise.
4792 * elf/dl-init.c: Likewise.
4793 * elf/dl-load.c: Likewise.
4794 * elf/dl-lookup.c: Likewise.
4795 * elf/dl-object.c: Likewise.
4796 * elf/dl-open.c: Likewise.
4797 * elf/dl-reloc.c: Likewise.
4798 * elf/dl-runtime.c: Likewise.
4799 * elf/dl-support.c: Likewise.
4800 * elf/dl-symbol.c: Likewise.
4801 * elf/dl-version.c: Likewise.
be935610
UD
4802 * elf/dlsym.c: Likewise.
4803 * elf/dlvsym.c: Likewise.
4804 * elf/ldsodefs.h: Likewise.
4805 * elf/rtld.c: Likewise.
4806 * iconv/gconv_dl.c: Likewise.
4807 * nss/nsswitch.c: Likewise.
4808 * sysdeps/i386/dl-machine.h: Likewise.
4809 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
4810
6796bc80
UD
4811 * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
4812 Define RTLD_DEFAULT.
4813
2b4083dd
RM
48141998-09-05 Mark Kettenis <kettenis@phys.uva.nl>
4815
4816 * sysdeps/mach/hurd/i386/init-first.c (init1): Call
4817 __getopt_clean_environment with __environ instead of envp.
4818
a361203e
RM
48191998-09-05 Roland McGrath <roland@baalperazim.frob.com>
4820
2b4083dd
RM
4821 * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
4822
531e4bca
RM
4823 * string/argz-extract.c (__argz_extract): Add de-consting cast for
4824 setting results.
4825
62ee0979 4826 * string/argz.h (argz_next): Add de-consting cast for return.
531e4bca 4827 * string/argz-next.c (__argz_next): Likewise.
62ee0979 4828
59cacc81
RM
4829 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
4830 Don't add netinet/udp.h, netinet/ip_icmp.h here.
4831 * sysdeps/gnu/Makefile: Do it here instead.
4832 * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
4833 * sysdeps/gnu/Dist: ... to here.
4834
a361203e
RM
4835 * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
4836 sysdeps/unix/sysv/linux/netinet/tcp.h,
4837 sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
4838
29659dd2
RM
48391998-09-04 Roland McGrath <roland@baalperazim.frob.com>
4840
4841 * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
4842 * string/argz-next.c, string/argz-extract.c: Fix defns.
4843
1097c603
RM
48441998-09-03 Roland McGrath <roland@baalperazim.frob.com>
4845
4846 * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
4847
4848 * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
4849 __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
4850 * sysdeps/generic/sysd-stdio.c: Likewise.
4851
143e2b96
UD
48521998-09-02 Ulrich Drepper <drepper@cygnus.com>
4853
4854 * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
4855 (_dl_map_object_from_fd): Make NAME argument const.
4856 Remove last parameter in _dl_new_object call.
4857 (print_search_path): Correct construction of composed path name.
4858 (_dl_map_object): Prevent looking at RPATH of the main map twice.
4859 Remove last parameter in _dl_new_object call.
4860 * elf/dl-object.c: Remove last parameter. Determine whether create
4861 origin entry based on empty realname. Handle file in root directory
4862 correctly.
4863 * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
4864 * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
4865 Remove last parameter in _dl_new_object call.
4866 * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
4867 * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
4868
fc3597c0
UD
48691998-09-01 Ulrich Drepper <drepper@cygnus.com>
4870
4ce636da
UD
4871 * elf/dl-close.c (_dl_close): Add more comments and correct some.
4872 Free l_searchlist and l_dupsearchlist.
4873
fc3597c0
UD
4874 * debug/catchsegv.sh: Add one more pair of quotes.
4875
76156ea1
UD
48761998-09-01 17:53 Ulrich Drepper <drepper@cygnus.com>
4877
4878 * elf/dl-load.c (add_name_to_object): Change return type to void and
4879 make NAME parameter const. Allocate room for NAME in same memory
4880 block used for l_libname entry.
4881 (_dl_map_object_from_fd): Don't free NAME on failure.
4882 (map_segment): Pass SONAME to add_name_to_object, not a copy.
4883 (_dl_map_object): Don't create copy of NAME. Pass NAME to
4884 _dl_map_object_from_fd.
4885 * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
4886 memory block used for l_libname entry.
4887 * elf/dl-close.c: Adjust free()ing for this change.
4888
a8a1269d
UD
48891998-09-01 15:36 Ulrich Drepper <drepper@cygnus.com>
4890
4891 * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
4892
4893 * malloc/mtrace.c: Add bug report address. Update email address.
4894 Add more @XXX@ to print correct address size.
4895
4896 * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
4897 really initialized.
4898
4899 * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
4900 for munmap call instead of examining phdr again.
4901 Free all malloc()ed strings and arrays.
4902
052b6a6c
UD
49031998-08-09 Geoff Keating <geoffk@ozemail.com.au>
4904
4905 * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
4906 dl-machine.h.
4907 * sysdeps/powerpc/dl-machine.c: New file.
4908 * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
4909 files. Revise ELF_PREFERRED_ADDRESS to take account of
4910 the new mapping information (fixes bug involving huge bloated
4911 web browser). Set ELF_MACHINE_PLTREL_OVERLAP.
4912 * sysdeps/powerpc/dl-start.S: New file.
4913
4914 * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
4915 l_map_end.
4916 * elf/do-rel.h: Call elf_machine_rel only once (to save space).
4917 * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
4918 others. Call elf_dynamic_do_##reloc only once (to save even more
4919 space).
4920 * elf/link.h: Add new members l_map_start and l_map_end to keep
4921 track of the memory map.
4922 * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
4923 the executable.
4924
49251998-09-01 11:53 Ulrich Drepper <drepper@cygnus.com>
4926
4927 * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
4928 Reported by Andreas Jaeger.
4929
4930 * posix/glob.h: Use __size_t instead of size_t in definitions and
4931 make sure this is defined.
4932
85c165be
UD
49331998-09-01 10:34 Ulrich Drepper <drepper@cygnus.com>
4934
052b6a6c 4935 * manual/locale.texi: Almost complete rewrite. Document more functions
85c165be
UD
4936 and functionality.
4937 * manual/arith.texi: Correct reference.
4938 * manual/string.texi: Pretty printing.
4939
4940 * manual/texinfo.tex: Update from last available version.
4941
49421998-08-31 22:44 Ulrich Drepper <drepper@cygnus.com>
4943
4944 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
4945 invalid password.
4946 (_nss_nis_getpwuid_r): Likewise.
4947 Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
4948
4949 * inet/rcmd.c: Implement netgroup support.
4950 Patch by Dick Streefland <dick_streefland@tasking.com>.
4951
7afab53d
UD
49521998-08-31 Ulrich Drepper <drepper@cygnus.com>
4953
4954 * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
4955 object on the list is removed. Don't use this code for PIC.
4956 Reported by HJ Lu [PR libc/770].
4957
bfce746a
UD
49581998-08-31 15:56 Ulrich Drepper <drepper@cygnus.com>
4959
4960 * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
4961
4962 * include/stdio.h: Add __vsscanf.
4963
4964 * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
4965 __USE_ISOC9X.
4966 Remove __vsscanf declaration.
4967 Always declare fgetpos and fsetpos.
4968
4969 * math/math.h: Define isinf as macro.
4970 * math/bits/mathcalls.h: Change to declare __isinf all the time.
4971 Don't declare scalb for ISO C 9x.
4972
4973 * math/tgmath.h: Define fma. Rewrite the underlying macros.
4974
4975 * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
4976
4977 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
4978 sys/ucontext.h.
4979
4980 * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
4981 macros.
4982
49831998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4984
4985 * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
4986 Reported by jreising@frequentis.com [PR libc/767].
4987
49881998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4989
4990 * io/lockf.c (lockf): Move initilisation of fl.l_whence and
4991 fl.l_start at beginning of function.
4992 Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
4993
ac72fbb1
UD
49941998-08-31 Ulrich Drepper <drepper@cygnus.com>
4995
4996 * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
4997 Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
4998
4999 * nscd/nscd.init: Make it work in RedHat systems.
5000 Patch by Christian Gafton.
5001
50021998-08-29 Philip Blundell <philb@gnu.org>
5003
5004 * catgets/Makefile: Don't try to run test programs when
5005 cross-compiling.
5006
50071998-08-31 Ulrich Drepper <drepper@cygnus.com>
5008
5009 * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
5010 Reported by Zack Weinberg.
5011
50121998-08-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5013
5014 * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
5015 * elf/Makefile (distribute): Remove ldd.sh.in.
5016
50171998-08-31 11:46 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5018
5019 * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
5020 variable.
5021
e0d46614
UD
50221998-08-29 Ulrich Drepper <drepper@cygnus.com>
5023
5024 * sysdeps/i386/register-dump.h: Move to ...
5025 * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
5026
b0cf070b
UD
50271998-08-28 22:49 Ulrich Drepper <drepper@cygnus.com>
5028
5029 * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
5030 with load address, not map address.
5031 * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
5032 parameter and use this value.
5033 * sysdeps/arm/dl-machine.h: Likewise.
5034 * sysdeps/i386/dl-machine.h: Likewise.
5035 * sysdeps/m68k/dl-machine.h: Likewise.
5036 * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
5037 parameter.
5038 * sysdeps/powerpc/dl-machine.h: Likewise
5039 * sysdeps/sparc/sparc32/dl-machine.h: Likewise
5040 * sysdeps/sparc/sparc64/dl-machine.h: Likewise
5041
997a4165
UD
50421998-08-28 09:22 Ulrich Drepper <drepper@cygnus.com>
5043
5044 * elf/rtld.c (process_envvars): Fix copy&paste error.
5045
5046 * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
5047 memalign hook.
5048 (realloc_hook_ini): Don't overwrite memalign hook.
5049 (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
5050 Reported by Philippe Troin <phil@fifi.org>.
5051
5052 * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
5053 Patch by Philippe Troin <phil@fifi.org>.
5054
50551998-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5056
5057 * sysdeps/generic/segfault.c (install_handler): Protect the
5058 non-POSIX signals with #ifdef.
5059 (catch_segfault): Add missing mode parameter for open.
5060 * debug/catchsegv.sh: Avoid termination message from shell. Allow
5061 other termination signals.
5062
50631998-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5064
5065 * debug/Makefile (distribute): Add register-dump.h.
5066
50671998-08-28 10:41 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4226897d
AS
5068
5069 * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
5070
f787edde
UD
50711998-08-27 19:42 Ulrich Drepper <drepper@cygnus.com>
5072
5073 * elf/Makefile (distribute): Add dl-origin.h.
5074 * sysdeps/generic/dl-origin.h: New file.
5075 * sysdeps/unix/sysv/linux/dl-origin.h: New file.
5076 * elf/link.h (struct link_map): Add l_origin field.
5077 * elf/dl-load.c (expand_dynamic_string_token): New function.
5078 (decompose_path): Remove WHERE argument, take link map pointer instead.
5079 Call expand_dynamic_string_token instead of local_strdup to make copy
5080 of rpath.
5081 (_dl_init_paths): Call decompose_path with correct argument.
5082 (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
5083 not defined.
5084 Check EI_OSABI and EI_ABIVERSION fields in header.
5f623941 5085 Call _dl_new_object with extra argument.
f787edde
UD
5086 (_dl_map_object): Call decompose_path with correct argument.
5087 Call expand_dynamic_string_token instead of local_strdup to also
5088 expand DST.
5f623941 5089 Call _dl_new_object with extra argument.
f787edde 5090 * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
5f623941
UD
5091 but the main one if new argument is nonzero.
5092 * elf/ldsodefs.h: Adjust for _dl_new_object change.
f787edde
UD
5093 * elf/dl-support.c: Define _dl_origin_path.
5094 * elf/rtld.c: Likewise. Set _dl_origin_path based on LD_ORIGIN_PATH.
5f623941 5095 (dl_main): Call _dl_new_object with extra argument.
f787edde
UD
5096
5097 * elf/dl-close (_dl_close): Free l_name and l_origin.
5098
5099 * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
5100 modifier in asm, not c.
5101
5102 * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
5103 to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
5104
6075607b
UD
51051998-08-26 17:48 Ulrich Drepper <drepper@cygnus.com>
5106
5107 * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
5108 variable so that map can be freed.
5109 Reported by Philippe Troin <phil@fifi.org>.
5110
5111 * elf/dl-open.c (dl_open_worker): Correct test for extending global
5112 scope array.
5113 Patch by Philippe Troin <phil@fifi.org>.
5114
51151998-08-26 Geoff Keating <geoffk@ozemail.com.au>
5116
5117 * sysdeps/powerpc/register-dump.h: Rewrite. Much nicer this way.
5118 Don't call writev() with a 100-element vector.
5119 * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
5120 return address.
5121
5122 * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
5123 In particular, set __libc_stack_end.
5124 * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
5125 undefined. Fix copyright notice.
5126
51271998-08-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5128
5129 * math/Makefile (gmp-objs): New variable.
5130 ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
5131 Depend on it.
5132 (tests): Add atest-exp atest-sincos atest-exp2.
5133 (tests-static): Remove atest-exp atest-sincos atest-exp2.
5134
08cac4ac
UD
51351998-08-25 Ulrich Drepper <drepper@cygnus.com>
5136
5137 * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
5138 to toplevel.
5139 (_dl_unload_cache): New function.
5140 * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
5141 * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
6075607b 5142 * elf/rtld.c (dl_main): Unload map file before jumping to user code.
08cac4ac
UD
5143
5144 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
5145 Correct comment for O_LARGEFILE.
5146 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
5147 Change O_LARGEFILE to correct value.
5148
51491998-08-25 14:34 Ulrich Drepper <drepper@cygnus.com>
5150
5151 * libio/iogetline.c (_IO_getline_info): Don't read anything for
5152 N == 0. Patch by HJ Lu.
5153
6dbb7062
UD
51541998-08-25 11:43 Ulrich Drepper <drepper@cygnus.com>
5155
5156 * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
5157
51581998-08-25 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
5159
5160 * argp/argp.h: Use __inline__ not inline.
5161
5162 * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
5163 an input register as being clobbered.
5164 * sysdeps/i386/memset.c (memset): Likewise.
5165 * sysdeps/i386/bzero.c (__bzero): Likewise.
5166 * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
5167
51681998-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5169
5170 * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
5171 Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
5172
ed1ac6a2
UD
51731998-08-24 16:34 Ulrich Drepper <drepper@cygnus.com>
5174
5175 * debug/catchsegv.sh: Handle text preceding backtrace better.
5176 * sysdeps/generic/segfault.c: Allow register dump. Allow handler
5177 to be installed for other signals than SIGSEGV.
5178 * sysdeps/generic/register-dump.h: New file.
5179 * sysdeps/i386/register-dump.h: New file.
5180 * sysdeps/powerpc/register-dump.h: New file.
5181
5182 * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
5183 sigcontextinfo.h.
5184 * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
5185
51861998-08-24 Geoff Keating <geoffk@ozemail.com.au>
5187
5188 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
5189
51901998-08-09 Geoff Keating <geoffk@ozemail.com.au>
5191
5192 * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
5193 * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
5194 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
5195 getresuid, getresgid.
5196
51971998-08-16 Geoff Keating <geoffk@ozemail.com.au>
5198
5199 * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs. Set up stack
5200 pointer in userland.
5201
52021998-08-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5203
5204 * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
5205 and fix value.
5206
52071998-08-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5208
5209 * elf/ldd.bash.in: Add missing quotes around $file. Make loop
5210 over arguments Bourne shell compatible. Don't exit unsuccessfully
5211 if nonelf returns successfully. Avoid duplicating most of the
5212 script.
5213 * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
5214 around $file.
5215
52161998-08-24 10:37 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
99475e65
AS
5217
5218 * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
5219 sys/reg.h.
5220 * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
5221 * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
5222
b259e746
UD
52231998-08-23 Ulrich Drepper <drepper@cygnus.com>
5224
5225 * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
5226 __modify_ldt and modify_ldt.
5227 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
5228
5229 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5230 Use orl $-1 instead of movl $-1 to save two bytes.
5231 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
5232 Likewise.
5233
52341998-08-17 H.J. Lu <hjl@gnu.org>
ed1ac6a2
UD
5235
5236 * libio/Versions (_IO_do_write, _IO_file_attach,
5237 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
5238 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
5239 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
5240 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
5241
5242 * libio/fileops.c (_IO_do_write, _IO_file_attach,
5243 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
5244 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
5245 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
5246 _IO_file_write, _IO_file_xsputn): Change the prefix to
5247 "_IO_new_". Added to GLIBC_2.1.
5248
5249 * libio/libioP.h (_IO_do_write, _IO_file_attach,
5250 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
5251 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
5252 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
5253 _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
5254 "_IO_new_".
5255
5256 * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
5257 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
5258 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
5259 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
5260 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
5261
b259e746
UD
52621998-08-23 Richard Henderson <rth@cygnus.com>
5263
5264 * Makeconfig (LDFLAGS): Remove.
5265
ed1ac6a2 5266 * csu/initfini.c: Return to .text before __gmon_start__.
b259e746 5267
ed1ac6a2
UD
5268 * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
5269 (STO_MIPS_*): Rename from STO_*.
5270 (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
5271 (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
b259e746 5272
ed1ac6a2
UD
5273 * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
5274 (main): e3s is negative on zero.
5275 * math/atest-exp2.c: Likewise.
b259e746
UD
5276 * math/atest-sincos.c: Likewise.
5277
ed1ac6a2
UD
52781998-08-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5279
5280 * Makerules (install): Add comment about absolute paths.
5281
b259e746
UD
52821998-08-23 Ulrich Drepper <drepper@cygnus.com>
5283
5284 * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
5285 array to NUL to handle maxlen==1 case correctly.
5286 Patch by HJ Lu.
5287
52881998-08-23 Richard Henderson <rth@cygnus.com>
7d84a067
RH
5289
5290 * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
5291 * sysdeps/alpha/elf/crtend.S: Likewise.
5292 * sysdeps/alpha/elf/start.S: Likewise.
5293
5294 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
5295 non-standard pv usage.
5296
5297 * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
5298 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
5299 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5300 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5301 * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
5302 * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
5303 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5304 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5305 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5306 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5307 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5308
5309 * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
5310 a finite non-denormal, deferring to the full IEEE version otherwise.
5311
5312 * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
5313 Early out for -0. Optimize for !_IEEE_FP_INEXACT.
5314 * sysdeps/alpha/fpu/s_floor.c: New.
5315 * sysdeps/alpha/fpu/s_floorf.c: New.
5316 * sysdeps/alpha/fpu/s_ceil.c: New.
5317 * sysdeps/alpha/fpu/s_ceilf.c: New.
5318
e86e2df1
UD
53191998-08-22 Philip Blundell <philb@gnu.org>
5320
5321 * sysdeps/arm/bits/string.h: New file.
5322
14a44a69
UD
53231998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5324
5325 * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
5326 document it.
5327
5328 * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
5329 test for recent Linux 2.1.100+ headers.
5330
e36b0b57
UD
53311998-08-21 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
5332
5333 * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
5334
5148d49f
UD
53351998-08-21 17:21 Ulrich Drepper <drepper@cygnus.com>
5336
5337 * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
5338
53391998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5340
5341 * Makefile (elf/ldso_install): Put back. The problem still persists.
5342 * elf/Makefile (ldso_install): Likewise.
5343
53441998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5345
5346 * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
5347 create weak alias.
5348 * include/db.h: Declare __nss_db_open.
5349 * db2/Versions: Export it.
5350
5351 * db2/makedb.c: Convert to use db2 API.
5352 * nss/nss_db/db-XXX.c: Likewise.
5353 * nss/nss_db/db-netgrp.c: Likewise.
5354 * nss/nss_db/db-alias.c: Likewise.
5355 (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
5356
53571998-08-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5358
5359 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
5360 sys_setresuid, already built automatically (or not).
5361 * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
5362 instead of __syscall_setresuid and add back setresuid.
5363 * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
5364 __syscall_setresuid.
5365
53661998-08-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5367
5368 * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
5369
1ddf537f
UD
53701998-08-20 Ulrich Drepper <drepper@cygnus.com>
5371
5372 * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
5373 BASH-ONLY marked region.
5374 * elf/ldd.bash.in: Remove special BASH-ONLY markers.
5375
53761998-02-20 17:54 H.J. Lu <hjl@gnu.org>
5377
5378 * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
5379 _IO_SYSSEEK fails.
5380
5381 * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
5382
4df28840 5383 * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
1ddf537f
UD
5384 element.
5385
8e48355c
RM
53861998-08-21 Roland McGrath <roland@baalperazim.frob.com>
5387
5388 * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
5389 with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
5390 * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
5391 (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
5392 (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
5393 those magic comments, and to use /bin/sh for @BASH@.
5394 (bash-ldd-rewrite): Use $(common-ldd-rewrite).
5395 * elf/ldd.sh.in: File removed.
5396
d762684b
UD
53971998-08-20 20:07 Ulrich Drepper <drepper@cygnus.com>
5398
5399 * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
5400 cast them to unsigned long int.
5401 * pwd/putpwent.c (putpwent): Likewise.
5402 Patch by John Tobey <jtobey@banta-im.com>.
5403
54041998-08-20 17:14 H.J. Lu <hjl@gnu.org>
5405
5406 * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
5407 _IO_pos_BAD.
5408
54091998-02-20 17:54 H.J. Lu <hjl@gnu.org>
5410
5411 * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
5412 _IO_SYSSEEK fails.
5413
7934cc16
UD
54141998-08-20 19:14 Ulrich Drepper <drepper@cygnus.com>
5415
5416 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
5417 Add umount and umount2.
5418 * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
5419 * sysdeps/unix/sysv/linux/umount.S: New file.
5420 * sysdeps/unix/sysv/linux/umount2.S: New file.
5421 * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
5422 Define MNT_FORCE.
5423
d762684b
UD
5424 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
5425 Add sys/sendfile.h.
5426 * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
5427 * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
5428
5429 * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
5430
5431 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
5432 sendfile.
5433
df777c40
UD
54341998-08-20 16:01 Ulrich Drepper <drepper@cygnus.com>
5435
5436 * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
5437 * elf/ldd.bash.in: Likewise.
5438
5439 * elf/sln.c: Avoid warning for no main prototype.
5440
5441 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
5442 O_WRITE.
5443 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
5444 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5445
5446 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
5447 F_GETSIG.
5448 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
5449 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
5450 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5451
54521998-08-20 Philip Blundell <pb@nexus.co.uk>
5453
5454 * sysdeps/arm/fpu/ieee754.h: Move to...
5455 * sysdeps/arm/ieee754.h: ... here.
5456
5457 * sysdeps/arm/__longjmp.S: Put return value in correct register.
5458 Don't set the condition flags unnecessarily.
5459 * sysdeps/arm/fpu/__longjmp.S: Likewise. Restore floating point
5460 registers correctly.
5461
5462 * sysdeps/arm/dl-machine.h: Fix problems with profiling code
5463 (patch from Scott Bambrough).
5464
5465 * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
5466
5467 * csu/initfini.c (_init): Don't check whether __gmon_start__ is
5468 NULL, just call it unconditionally.
5469 (__gmon_start__): Provide stub version as a weak symbol.
5470
54711998-07-30 Philip Blundell <philb@gnu.org>
5472
5473 * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
5474 by Scott Bambrough)
5475
5476 * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
5477 like `@' in .type directives.
5478
5479 * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
5480 * sysdeps/arm/bsd-_setjmp.S: Likewise.
5481
5482 * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
5483
54841998-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5485
5486 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
5487 (F_GETOWN): Likewise.
5488
5489 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
5490 Linux 2.1.117).
5491
54921998-08-20 Ulrich Drepper <drepper@cygnus.com>
5493
5494 * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
5495 already defined.
5496
0c6cee5d
UD
54971998-08-18 Ulrich Drepper <drepper@cygnus.com>
5498
5499 * include/features.h: Define __USE_EXTERN_INLINES for recent
5500 enough gcc.
5501 * argp/argp.h: Define extern inline functions only if
5502 __USE_EXTERN_INLINES is defined.
5503 * libio/stdio.h: Likewise.
5504 * math/math.h: Likewise.
5505 * stdlib/stdlib.h: Likewise.
5506 * string/argz.h: Likewise.
5507 * sysdeps/generic/bits/sigset.h: Likewise.
5508 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
5509 * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
5510 * sysdeps/wordsize-32/inttypes.h: Likewise.
5511 * sysdeps/wordsize-64/inttypes.h: Likewise.
5512 * wcsmbs/wchar.h: Likewise.
5513
5514 * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
5515 to allow compilation without optimization.
5516
df777c40
UD
55171998-08-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
5518
5519 * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
5520 more entries.
5521 * nis/nss_compat/compat-initgroups.c: Likewise.
5522 * nis/nss_compat/compat-pwd.c: Likewise.
5523 * nis/nss_compat/compat-spwd.c: Likewise.
5524 * nis/nss_nis/nis-alias.c: Likewise.
5525 * nis/nss_nis/nis-ethers.c: Likewise.
5526 * nis/nss_nis/nis-grp.c: Likewise.
5527 * nis/nss_nis/nis-hosts.c: Likewise.
5528 * nis/nss_nis/nis-initgroups.c: Likewise.
5529 * nis/nss_nis/nis-network.c: Likewise.
5530 * nis/nss_nis/nis-proto.c: Likewise.
5531 * nis/nss_nis/nis-pwd.c: Likewise.
5532 * nis/nss_nis/nis-rpc.c: Likewise.
5533 * nis/nss_nis/nis-service.c: Likewise.
5534 * nis/nss_nis/nis-spwd.c: Likewise.
5535
5536 * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
5537
5538 * nis/ypclnt.c: Try binding dir only first time, could be to old.
5539
5540 * nis/yp_xdr.c: Remove 1024 byte limit.
5541 * nis/ypupdate_xdr.c: Likewise.
5542
5543 * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
5544 wrong data.
5545
c82e6116
RM
55461998-08-18 Roland McGrath <roland@baalperazim.frob.com>
5547
5548 * Rules (binaries-static, binaries-shared static pattern rules):
5549 Depend on lib%, not just libc%, from $(link-libc{,-static}).
5550
5551 * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
5552 this here, overriding Makeconfig generic value so we link against
5553 the RPC libs.
5554
364ff81f
UD
55551998-08-17 Ulrich Drepper <drepper@cygnus.com>
5556
5557 * posix/tstgetopt.c (options): Add NULL entry at end
5558 Patch by Adrian Miranda <ade@psg.com>.
5559
5d7de7aa
UD
55601998-08-15 18:21 Ulrich Drepper <drepper@cygnus.com>
5561
5562 * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION. Move EI_PAD
5563 to 9.
5564
d610a544
UD
55651998-08-15 14:11 Ulrich Drepper <drepper@cygnus.com>
5566
5567 * elf/elf.h: Add PPC Diab relocations.
5568
5569 * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
5570
409dfcea
UD
55711998-08-14 10:08 Ulrich Drepper <drepper@cygnus.com>
5572
5573 * manual/texinfo.tex: Update.
5574
55751998-08-07 Geoff Keating <geoffk@ozemail.com.au>
5576
5577 * sysdeps/powerpc/backtrace.c: New file.
5578
55791998-08-14 Philip Blundell <pb@nexus.co.uk>
5580
5581 * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
5582 sigjmp_save.
5583 * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
5584
55851998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5586
5587 * Makefile (install-symbolic-link): Fix spelling.
5588
55891998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5590
5591 * elf/elf.h (SHT_HIOS): Fix value.
5592
55931998-08-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5594
5595 * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
5596 part of the expansion, this is undefined by the standard.
5597
9d141cae
UD
55981998-08-13 19:41 Ulrich Drepper <drepper@cygnus.com>
5599
5600 * posix/getconf.c: Add support for systems with incomplete confname.h.
5601
5602 * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
5603
5604 * sysdeps/posix/wait3.c: Make it work.
5605
56061998-08-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5607
5608 * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
5609 (elf/ldso_install): Remove.
5610
5611 * elf/Makefile (distribute): Add sln.c.
5612 (others): Add sln.
5613 (others-static): Add sln.
5614 (install-rootsbin): Add sln.
5615 (others-static): Add sln.
5616 (ldso_install): Remove.
5617
56181998-07-24 10:58 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5619
5620 * Makerules (install-clean-symbolic-link-list): Make phony.
5621 * Makefile (install-symbolic-link): Make phony. Depend on
5622 subdir_install for parallel makes.
5623
5624
56251998-07-22 Ulrich Drepper <drepper@cygnus.com>
5626
5627 * elf/Makefile (distribute): Add sln.c
5628
56291998-07-21 07:10 H.J. Lu <hjl@gnu.org>
5630
5631 * elf/sln.c: New file.
5632
5633 * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
5634 (install-clean-symbolic-link-list): New target.
5635 (install): Depend on install-clean-symbolic-link-list.
5636 (make-shlib-link): Changed for $(symbolic-link-list).
5637
5638 * Makefile (install-symbolic-link): New target.
5639 (install): Depend on install-symbolic-link.
5640
1f539fd1
UD
56411998-08-12 17:03 Ulrich Drepper <drepper@cygnus.com>
5642
5643 * include/unistd.h: Protect against multiple inclusion.
5644
5645 * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
5646 is defined, not is glob is defined.
5647 * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
5648
56491998-08-01 17:18 H.J. Lu <hjl@gnu.org>
5650
5651 * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
5652 xdr_string for ut_line, ut_name and ut_host.
5653
56541998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5655
5656 * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
5657 /var/mail in accordance with FHS 2.0.
5658 Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
5659
56601998-08-12 Richard Henderson <rth@cygnus.com>
5661
5662 * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
5663 Update aliases for cancelation.
5664
5665 * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
5666 playing with symbol versions.
5667
259d930a
RM
56681998-08-12 Roland McGrath <roland@baalperazim.frob.com>
5669
5670 * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
5671 multiple inclusion protection.
5672 (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
5673 _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
5674 define all these to 1.
5675 (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
5676
d6765f1d
RM
56771998-08-12 Roland McGrath <roland@baalperazim.frob.com>
5678
5679 * sysdeps/mach/usleep.c: Include <unistd.h>.
5680 (usleep): Return void.
5681
56821998-08-11 Roland McGrath <roland@baalperazim.frob.com>
5683
5684 * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
5685 decl to inhibit warning in if_freenameindex defn.
5686
5687 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
5688
5689 * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
5690
5691 * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
5692 * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
5693 * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
5694 * sysdeps/mach/usleep.c: Likewise.
5695
5696 * sysdeps/mach/hurd/bind.c (bind): Add a const.
5697
5698 * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
5699 * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
5700 * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
5701 * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
5702 * sysdeps/mach/usleep.c (usleep): Likewise.
5703 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
5704 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
5705 * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
5706 * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
5707
57081998-08-11 Roland McGrath <roland@baalperazim.frob.com>
5709
5710 * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
5711 (glob64): Fix typo.
5712
5713 * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
5714 %p arg to fprintf, since `void *' is the right type already.
5715
b5876a19
RM
57161998-07-25 19:47 Jose M. Moya <josem@gnu.org>
5717
5718 * sysdeps/mach/hurd/getcwd.c
1f539fd1
UD
5719 (_hurd_canonicalize_directory_name_internal): Do not loop forever
5720 for unknown root directories.
b5876a19 5721 (__getcwd): Return NULL when the current root directory could not
1f539fd1 5722 be reached.
b5876a19 5723
f81d98d6 57241998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com>
a2bde807 5725
f81d98d6 5726 * string/strsignal.c (strsignal): Count real-time signals from zero.
a2bde807 5727
a5f4e34a 5728
f81d98d6 5729See ChangeLog.8 for earlier changes.