]> sourceware.org Git - glibc.git/blame - ChangeLog
Update.
[glibc.git] / ChangeLog
CommitLineData
9a29bc37
UD
11998-10-09 Ulrich Drepper <drepper@cygnus.com>
2
3 * posix/ptestcases.h: Fix typo.
4
51998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6
7 * posix/regex.c (regcomp): Allocate and prepare a fastmap.
8 (regexec): Allocate regs.start and regs.end as one block.
9
101998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11
12 * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
13 enum decl.
14
151998-10-08 Philip Blundell <pb@nexus.co.uk>
16
17 * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
18 sigcontext union to ...
19 * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here. New
20 file.
21 * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
22 version 2.0 kernels.
23
9ea350a4
UD
241998-10-08 Ulrich Drepper <drepper@cygnus.com>
25
8261bc4b
UD
26 * malloc/mtrace.c (tr_reallochook): Produce better output for real
27 reallocation case.
28
16e866fa 29 * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
ea1dfb4a 30 * argp/argp-xinl.c: Likewise.
16e866fa 31
9ea350a4
UD
32 * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
33 Ruffian entry back.
34 Patch by Christian Gafton.
35
25b3b17b
UD
361998-10-08 Paul Eggert <eggert@twinsun.com>
37
38 * time/mktime.c (__mktime_internal): When the requested time falls
39 in a spring-forward gap of size DT, return a time that is DT away
40 from the requested time, preferring a time whose tm_isdst differs
41 from the requested value. Bump the max number of probes from 4 to
42 6 to account for the extra probes needed to discover a
43 spring-forward gap in the worst case.
44
451998-10-07 17:05 Ulrich Drepper <drepper@cygnus.com>
46
47 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection
48 of the weird alpha architectures.
49 Patch by Cristian Gafton <gafton@redhat.com>.
50
511998-02-18 23:31 Richard Henderson <rth@cygnus.com>
52
53 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for
54 RAWHIDE and TSUNAMI. Patch from Jay.Estabrook@digital.com.
55
604510f7
UD
561998-10-07 Ulrich Drepper <drepper@cygnus.com>
57
58 * elf/dl-open.c (_dl_global_scope_alloc): Make global.
59 (dl_open_worker): Use realloc, not malloc to resize array.
60 * elf/rtld.c (_dl_initial_searchlist): New variable.
61 (_dl_main): Copy content of _dl_main_searchlist to
62 _dl_initial_searchlist.
63 * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
64 _dl_global_scope_alloc.
65 * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
66 * elf/dl-close.c (_dl_close): When removing object with global
67 scope remove allocated searchlist if no dynamically loaded object
68 is on it anymore.
69 * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
70 (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.
71
72 * malloc/mtrace.c (tr_where): Don't print space in location string,
73 print it afterwards. Print better symbol name information.
74
0163d97b
UD
751998-10-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
76
77 * manual/filesys.texi (Setting Permissions): Fix example for
78 reading umask.
79
801998-10-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
81
82 * elf/sprof.c (load_profdata): Fix typo in error message.
83
c0de721b
AS
841998-10-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
85
86 * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
87 flag.
88
442dc326
RM
891998-10-04 Roland McGrath <roland@baalperazim.frob.com>
90
91 * mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
92
d53427c8
UD
931998-10-06 Ulrich Drepper <drepper@cygnus.com>
94
95 * version.h (VERSION): Bump to 2.0.97.
96
acdf1251
UD
971998-10-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
98
99 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P
100 in definitions of inline stat functions so that they match the
101 declaration.
102 * stdlib/stdlib.h: Likewise.
103 * wcsmbs/wchar.h: Likewise.
104 * libio/stdio.h: Likewise.
105 * stdio/stdio.h: Likewise.
106 * sysdeps/wordsize-64/inttypes.h: Likewise.
107 * sysdeps/wordsize-32/inttypes.h: Likewise.
108 * string/argz.h: Likewise.
109 * argp/argp.h: Likewise.
110
3cb07217
UD
1111998-10-06 Ulrich Drepper <drepper@cygnus.com>
112
113 * sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
114 netinet/in.h.
115
c10bb795
UD
1161998-10-05 Philip Blundell <philb@gnu.org>
117
118 * sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
119 and constants. Tidy up formatting a little.
120
121 * sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
122 Move definitions to in.h.
123
8325d82c
UD
1241998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
125
126 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
127 SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
128 Remove inclusion of <linux/swap.h>.
129
1301998-10-05 Ulrich Drepper <drepper@cygnus.com>
131
132 * io/sys/stat.h: Use __P in definitions of inline stat functions
133 so that they match the declaration.
134
1351998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
136
137 * sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
138
1391998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
140
141 * sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
142 linux 2.1 version.
143
1441998-10-02 Philip Blundell <pb@nexus.co.uk>
145
146 * sysdeps/arm/dl-machine.h: Fix typo in last change.
147
148 * sysdeps/arm/bits/huge_val.h: New file.
149
1501998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
151
152 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
153
154 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
155 define.
156
1571998-10-05 Ulrich Drepper <drepper@cygnus.com>
158
159 * sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
160 store result of realloc instead of using BUF.
161
1621998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
163
164 * misc/sgtty.h (_SGTTY_H): Correct spelling.
165 Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
166
1671998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
168
169 * manual/memory.texi (Obstacks): Document
170 obstack_alloc_failed_handler usage.
171
172 * malloc/obstack.h: Enhance comment about
173 obstack_alloc_failed_handler usage.
174 * malloc/obstack.c: Likewise.
175
1761998-10-05 Ulrich Drepper <drepper@cygnus.com>
177
178 * misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
179 gcc before 2.8 is used.
180
1811998-10-01 Philip Blundell <pb@nexus.co.uk>
182
183 * sysdeps/arm/machine-gmon.h: Correct args to mcount(). Patch
184 from Scott Bambrough.
185
186 * sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
187
188 * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
189 include the lock member.
190
1911998-09-03 Philip Blundell <pb@nexus.co.uk>
192
193 * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
194
e3e4e463
UD
1951998-10-01 Ulrich Drepper <drepper@cygnus.com>
196
197 * timezone/zic.c: Update from tzcode1998h.
198 * timezone/europe: Update from tzdata1998i.
199 * timezone/southamerica: Likewise.
200
7782d0bf
UD
201 * sys/types.h: Protect use of long long by __extension__.
202 * stdlib/stdlib.h: Likewise.
203 * string/string.h: Likewise.
204 * sysdeps/i386/bits/byteswap.h: Likewise.
205 * sysdeps/geeric/bits/byteswap.h: Likewise.
206 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
207 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
208 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
209 * sysdeps/wordsize-32/inttypes.h: Likewise.
210 * sysdeps/wordsize-32/stdint.h: Likewise.
211 * wcsmbs/wchar.h: Likewise.
212
8325d82c
UD
2131998-09-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
214
215 * string/bits/string2.h (__string2_1bptr_p): Don't use a statement
216 expression.
217 (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
218 __strsep): Greatly reduce size of expansion by combining common
219 expressions.
220 (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
221 inline function.
222 (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
223 by the above definitions.
224
2251998-09-27 Geoff Keating <geoffk@ozemail.com.au>
226
227 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
228 correct struct ipc_perm definition.
229
2301998-09-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
231
232 * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
233
999b2f6b
UD
2341998-09-29 Cristian Gafton <gafton@redhat.com>
235
8325d82c
UD
236 * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
237 * sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
999b2f6b
UD
238 * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
239 * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
240 Add net/if_shaper.h.
241
87052ab7
UD
2421998-09-29 Ulrich Drepper <drepper@cygnus.com>
243
cf26217d
UD
244 * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
245
87052ab7
UD
246 * nis/ypclnt.c: Remove not needed close calls.
247
6ff5bc68
UD
2481998-09-28 23:55 Ulrich Drepper <drepper@cygnus.com>
249
250 * nis/ypclnt.c (__yp_bind): Pretty print. Optimize readv result
251 check a bit. Also close socket of domain client. Close socket
252 in IPPORT_RESERVED error case.
253
2541998-09-28 Ulrich Drepper <drepper@cygnus.com>
255
256 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
257 CMSG_ALIGN (fixes a bug) and correct test for availability of
258 another entry.
259 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
260 Linux version.
261 (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
262 availability of another entry.
263 Patch by ak@muc.de.
264
265 * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
266 Patch by ak@muc.de.
267
999b2f6b
UD
268 * libio/libio.h [!__STDC__]: Define const only if not defined.
269
6ff5bc68
UD
2701998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
271
272 * posix/annexc.c (xsystem): New function. Use it instead of
273 system.
274
2751998-09-28 Ulrich Drepper <drepper@cygnus.com>
276
277 * stdlib/longlong.h: Remove #endif for #if removed in last change.
278
e07a51b5
UD
2791998-09-25 Ulrich Drepper <drepper@cygnus.com>
280
281 * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
282 Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
283 allow using `ut' parameter.
284 [!emacs]: Define ut_argument, ut_argument_spec, and
285 ut_argument_spec_iso as empty. Define ut to 0. Add ut_argument and
286 argument_spec to prototypes and definitions.
287 (my_strftime): Don't call tzset of ut != 0.
288 Compute diff as 0 is ut != 0;
289 [emacs]: Define new emacs_strftime function.
290 Based on a patch by Paul Eggert.
291
2921998-09-24 Paul Eggert <eggert@twinsun.com>
293
294 * time/strftime.c (my_strftime): When asking for the length of the
295 subformatted buffer, do not limit the length to look for;
296 otherwise, we have no reliable way to distinguish between the
297 empty buffer and an error.
298
390a4882
UD
2991998-09-25 Ulrich Drepper <drepper@cygnus.com>
300
301 * math/Makefile (gmp-objs): Add mp_clz_tab.
302
3031998-09-25 David S. Miller <davem@pierdol.cobaltmicro.com>
304
305 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
306 set them.
307 * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
308 cpus lacking hardware multiply and divide.
309
3101998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
311
312 * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
313 $(<F), not $(^F).
314
3151998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
316
317 * db/btree/bt_delete.c: Fix -Wparentheses warning.
318
3191998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
320
321 * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
322 $(do-install).
323
e503270c
UD
3241998-09-24 Ulrich Drepper <drepper@cygnus.com>
325
e07a51b5 326 * debug/catchsegv.sh: Also produce output if clone process died.
e503270c
UD
327
3281998-09-24 Paul Eggert <eggert@twinsun.com>
329
390a4882 330 * time/strftime.c (f_wkday): Remove duplicate definition.
e503270c
UD
331 (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
332 !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
333 1998-09-11 fix to this case.
334 (wkday_len, month_len): Remove these macros; they're no longer needed.
335
3361998-09-24 Paul Eggert <eggert@twinsun.com>
337
390a4882 338 * time/strftime.c (my_strftime): Don't store past the end of a
e503270c
UD
339 zero-sized buffer.
340
3465c0ce
UD
3411998-09-24 Paul Eggert <eggert@twinsun.com>
342
e503270c 343 * time/strftime.c (underlying_strftime):
3465c0ce
UD
344 Set the buffer to a nonzero value before calling
345 strftime, and check to see whether strftime has set the buffer to zero.
346 This lets us distinguish between an empty buffer and an error.
347
3481998-09-24 Paul Eggert <eggert@shade.twinsun.com>
349
e503270c 350 * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
3465c0ce
UD
351 This fix is propagated from tzcode1998g.tar.gz.
352
7a3bfc4e
UD
3531998-09-24 Mark Kettenis <kettenis@phys.uva.nl>
354
355 * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
356 _sys_siglist. [!HAVE_GNU_LD]: Do not define _sys_siglist as
357 sys_siglist. This is handled correctly by the weak_alias macro.
358
369b1933
UD
3591998-09-24 Ulrich Drepper <drepper@cygnus.com>
360
50a1b837
UD
361 * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
362 of mempcpy. Reported by Andreas Jaeger.
363
369b1933
UD
364 * misc/regexp.h (compile): Use alloca instead of __alloca. It won't
365 pollute the namespace since the compiler will resolve it inline.
366 Reported by Florian La Roche <florian@suse.de>.
367
2b79b6d5
UD
3681998-09-24 10:29 Ulrich Drepper <drepper@cygnus.com>
369
370 * timezone/private.h: Update from tzcode1998g.
371
372 * timezone/africa: Update from tzdata1998h.
373 * timezone/asia: Likewise.
374 * timezone/australasia: Likewise.
375 * timezone/europe: Likewise.
376 * timezone/northamerica: Likewise.
377 * timezone/southamerica: Likewise.
378 * timezone/zone.tab: Likewise.
379
3d42e04d
UD
3801998-09-23 17:28 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
381
382 * misc/sys/mman.h: New file.
383
384 * sysdeps/generic/bits/mman.h: New file.
385 * sysdeps/unix/bsd/osf/bits/mman.h: New file.
386 * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
387 * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
388 * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
389
390 * sysdeps/generic/sys/mman.h: Removed.
391 * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
392 * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
393 * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
394 * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
395 * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
396
397 * include/sys/mman.h: Look directly for misc/sys/mman.h.
398 * misc/Makefile (headers): Add bits/mman.h.
399 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
400 bits/mman.h.
401
402 * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
403 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
404 * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
405 * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
406 * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
407 * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
408 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
409 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
410
4111998-09-23 16:27 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
412
413 * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
414 * sysdeps/mach/alpha/thread_state.h: Likewise.
415 * sysdeps/mach/i386/sysdep.h: Likewise.
416 * sysdeps/mach/i386/thread_state.h: Likewise.
417 * sysdeps/mach/mips/sysdep.h: Likewise.
418 * sysdeps/mach/mips/thread_state.h: Likewise.
419 * sysdeps/posix/profil.c: Likewise.
420 * sysdeps/i386/i586/memcopy.h: Likewise.
421 * sysdeps/mach/pagecopy.h: Likewise.
422
a379e56a
UD
4231998-09-23 15:25 Ulrich Drepper <drepper@cygnus.com>
424
425 * libio/stdio.h: Define __need_getopt and include getopt.h to define
426 getopt stuff.
427 * posix/unistd.h: Likewise.
428 * stdio/stdio.h: Likewise.
429 * posix/getopt.h: Remove _GNU_SOURCE use. If __need_getopt is defined
430 define only getopt and the variables.
431
34a4b66d
UD
4321998-09-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
433
434 * scripts/test-installation.pl (installation_problem): Don't link
435 the test program against libdb1.
436
24fd4cc4
UD
4371998-09-23 13:52 Ulrich Drepper <drepper@cygnus.com>
438
439 * Makeconfig (all-subdirs): Add db.
440 * Versions.def: Add definition for libdb1.
441 * shlib-versions: Add definitions for libdb1.
442 * db/Makefile (extra-libs): Replace by libdb1.
443 (libdb-routines): Rename to libdb1-routines.
444 (headers): Rename to db1-headers.
445 (distribute): Add $(db1-headers).
446 (install-others): Define to install symlink libdb.so.NN and the
447 $(db1-headers).
a379e56a 448 (CPPFLAGS): Add -DUSE_LIBDB1
24fd4cc4
UD
449 Remove rules to build makedb.
450 * db/Versions: Rename libdb to libdb1.
451 * include/db.h: If USE_LIBDB1 is defined include db/db.h.
af564203 452 * db/makedb.c: Removed.
24fd4cc4
UD
453
454 * scripts/versions.awk: Recognize digits in library names.
455
456 * db/btree/bt_open.c: Fix compiler warnings.
457 * db/btree/bt_put.c: Likewise.
458 * db/btree/bt_split.c: Likewise.
459 * db/hash/hash.c: Likewise.
460 * db/hash/hash_bigkey.c: Likewise.
461 * db/recno/rec_close.c: Likewise.
462
af564203
UD
463 * Makefile: Add localedata/% goal.
464
c94a8080
UD
4651998-09-22 19:58 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
466
467 * posix/execvp.c: Don't give up searching the PATH if execve
468 returns ENOTDIR.
469
4701998-09-22 12:53 Ulrich Drepper <drepper@cygnus.com>
471
472 * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
473 if _dl_fpu_control_set is set.
474 * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
475 * elf/rtld.c: Don't define _dl_fpu_control_set.
476 * elf/Versions: Remove _dl_fpu_control_set.
477
4781998-09-22 11:51 Ulrich Drepper <drepper@cygnus.com>
479
480 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
481 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
482 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
483 Correct values of other SA_* macros according to kernel headers.
484
4851998-09-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
486
487 * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
488 variable l.
489 * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
490 old.
491
4921998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
493
494 * elf/ldsodefs.h: Fix typo in comment.
495
4961998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
497
498 * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
499 char when comparing buffer contents with putback character.
500
5011998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
502
503 * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
504 Undo last change.
505 * elf/Versions: Undo last change. Export _dl_fpu_control and
506 _dl_fpu_control_set.
507 * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
508 variables. Include <fpu_control.h>.
509 * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
510 _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
511 to indicate that is was seen.
512 * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
513 only if _dl_fpu_control was set and is equal to desired value.
514 * math/Makefile (aux): Undo last change.
515 * math/Versions: Export __fpu_control with version GLIBC_2.0.
516
f74e8ed1
AS
5171998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
518
519 * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
520 optimized.
521
e7c5513d
UD
5221998-09-21 10:00 Ulrich Drepper <drepper@cygnus.com>
523
524 * string/bits/string2.h: Add mempcpy optimization.
525 * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
526 * intl/localealias.c: Define mempcpy only if not already defined.
527
528 * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
529 defined.
530
5311998-09-20 10:48 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
532
533 * csu/abi-note.S: Emit the note directly instead of defining
534 a preprocessor macro that's only used once. Don't include sysdep.h.
535 * abi-tags: Generalize Solaris entry.
536
5371998-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
538
539 * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
540 Change to array to avoid runtime relocation.
541 * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
542
5431998-09-21 12:22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
544
545 * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
546 * math/Makefile ($(objpfx)libieee.a): Likewise.
547
5481998-09-21 Ulrich Drepper <drepper@cygnus.com>
549
550 * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
551 Patch by John Tobey <jtobey@banta-im.com>.
552
b0fd6165
UD
5531998-09-20 Ulrich Drepper <drepper@cygnus.com>
554
555 * login/Makefile (distribute): Remove pty-internal.h, add
556 pty-private.h.
1391f5d3
UD
557
558 * stdlib/tst-strtol.c: Add more checks.
559 Patch by Zack Weinberg <zack@rabi.columbia.edu>.
560
a0780919
UD
5611998-09-20 09:37 Ulrich Drepper <drepper@cygnus.com>
562
563 * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
564 * elf/elf.h: Add AT_FPUCW.
565 * elf/Makefile (dl-routines): Add fpu_control.
566 (elide-routines.os): Add fpu_control.
567 (rtld-routines): Add fpu_control.
568 * math/Makefile (aux): Remove fpu_control.
569 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
570 (_dl_show_auxv): Likewise.
571 * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
572 if different from OS default.
573
574 * stdio-common/tstscanf.c: Add test case for (nil).
575
00bc5db0
UD
5761998-09-18 17:41 Ulrich Drepper <drepper@cygnus.com>
577
578 * libio/fileops.c (_IO_new_file_underflow): Before allocating
579 buffer make sure the pushback buffer is destroyed.
580 (_IO_new_file_seekoff): Likewise.
581 If mode==0 quit early with the result.
582 Clear OEF flag after successful fseek.
583 * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
584 * libio/ftello.c (ftello): Add offset from original buffer if
585 stream has pushed back characters.
586 * libio/ftello64.c (ftello64): Likewise.
587 * libio/iofgetpos.c (_IO_fgetpos): Likewise.
588 * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
589 * libio/ioftell.c (_IO_ftell): Likewise.
590 * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
591 and _IO_save_ptr.
592 (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
593 (_IO_default_pbackfail): Only stored push back character in original
594 buffer if it is the same as the one in the file at this position.
595 * libio/iofclose.c: Free backup buffer if one is available.
596 * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
597 mode!=0.
598
599 * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
600
601 * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
602
c53a89d4
UD
603 * stdio-common/vfscanf.c: Fix reading (nil) for %p.
604
00bc5db0
UD
6051998-09-18 Mark Kettenis <kettenis@phys.uva.nl>
606
607 * login/programs/pt_chown.c (more_help): Correct message that
608 describes the purpose of the program.
609
610 * login/openpty.c: Do not include pty-private.h.
611 (pts_name): New function. Return name of slave pseudo terminal in
612 an allocated buffer if necessary.
613 (openpty): Use pts_name to get name of the slave end of the pseudo
614 terminal pair.
615
616 * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
617 pts_name before return.
618
6191998-09-18 11:15 Ulrich Drepper <drepper@cygnus.com>
620
621 * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
622
88263bc9
UD
6231998-09-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
624
625 * login/openpty.c: Include pty-private.h instead of
626 pty-internal.h.
627
872ea854
UD
6281998-09-09 Philip Blundell <pb@nexus.co.uk>
629
630 * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
631
6321998-09-07 Philip Blundell <pb@nexus.co.uk>
633
634 * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
635 recent ld.so changes.
636 (elf_machine_runtime_setup): Correct behaviour when profiling.
637
9b3c7c3c
UD
6381998-09-17 19:34 Ulrich Drepper <drepper@cygnus.com>
639
640 * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
641 Patch by John Tobey <jtobey@banta-im.com>.
642
6431998-09-17 Mark Kettenis <kettenis@phys.uva.nl>
644
645 * login/pty-internal.h: Removed. Moved constants related to the
646 `grantpt' helper program protocol to ...
647 * login/pty-private.h: ... here. New file.
648 * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
649 to make the function work with kernels >= 2.1.115.
650 * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
651 version if using the cloning device fails.
652 * sysdeps/unix/sysv/linux/grantpt.c: New file.
653 * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
654 * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
655 use by Linux specific code.
656 * sysdeps/unix/bsd/unlockpt.c: General cleanup.
657 * sysdeps/unix/grantpt.c: Largely rewritten. (pts_name): New
658 function. (grantpt): Use pts_name, check group and permission
659 mode in addition to owner. Try to set the owner, group and
660 permission mode first without invoking the helper program.
661 * login/programs/pt_chown.c: Largely rewritten. Add argp and
662 internationalization support. Use symbolic constants instead of
663 hardwired numbers for permission mode.
664 * sysdeps/unix/bsd/ptsname.c: New file.
665
6661998-09-17 22:04 Tim Waugh <tim@cyberelk.demon.co.uk>
667
668 * posix/wordexp-test.c: Undo last change.
669
670 * posix/wordexp.c: Undo last change.
671
d8f2b9ea
UD
6721998-09-16 Ulrich Drepper <drepper@cygnus.com>
673
674 * nscd/grpcache.c (save_grp): Partly undo last change.
675
676 * nscd/pwdcache.c (save_pwd): Undo last change.
677
9c4c0024
UD
6781998-09-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
679
680 * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
681 function. Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
682
6831998-09-15 David S. Miller <davem@pierdol.cobaltmicro.com>
684
685 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
686 Add profiling support.
687 (TRAMPOLINE_TEMPLATE): New macro.
688 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
689 (RTLD_START): Prettify, and set __libc_stack_end properly.
690 (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
691 and check for sym being NULL instead.
692 * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
693 of stack space.
694 * sysdeps/sparc/sparc64/lshift.S: Likewise.
695 * sysdeps/sparc/sparc64/mul_1.S: Likewise.
696 * sysdeps/sparc/sparc64/rshift.S: Likewise.
697 * sysdeps/sparc/sparc64/submul_1.S: Likewise.
698 * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
699 MEDANY code model %g4 usage.
700 * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
701 MEDANY code model %g4 usage.
702 * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
703 code model address formation.
704 * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
705 include elf/ldsodefs.h
706 (DT_SPARC): Remove.
707 (elf_machine_matches_host): It is now EM_SPARCV9.
708 (elf_machine_dynamic): Clean up to remove ugly cast.
709 (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
710 new PLT formats.
711 (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
712 Prettify rest of function.
713 [R_SPARC_COPY]: Check for sym being NULL.
714 [R_SPARC_32]: Handle it.
715 [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
716 MEDMID code model.
717 [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
718 MEDANY code model.
719 [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
720 (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
721 Add profiling support.
722 (TRAMPOLINE_TEMPLATE): New macro.
723 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
724 (RTLD_START): Prettify and set __libc_stack_end.
725 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
726 Define.
727 * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
728 (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
729 * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
730 unused variable scratch.
731 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
732 (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
733 Declare.
734 (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
735 stub to rt_sigaction syscalls. Rewrite non-rt case to use correct
736 old format kernel sigaction structures.
737 * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
738 * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
739 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
740 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
741 ucontext include.
742 (_JMPBUF_UNWINDS): Define.
743 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
744 statfs64 structure, which is exactly the same as the normal one.
745 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
746 of stack. Use correct syscall trap number. Add branch prediction
747 settings to branch instructions. Remove old MEDANY code model %g4
748 referneces for non-PIC.
749 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
750 * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
751 * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
752 * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
753 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
754 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
755 __libc_longjmp and __libc_siglongjmp strong aliases.
756 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
757 Also define to __no__readdir64_decl around readdir.c inclusion.
758 (__readdir64): Add strong alias.
759 * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
760 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
761 Set strong and weak names properly.
762
7631998-09-16 11:25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
764
765 * manual/Makefile (AWK): Default to gawk if standalone.
766
7671998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
768
769 * Makefile (distribute): Undo last change.
770 * Make-dist (+tsrc) [not subdir]: Also include indirection headers
771 for sysdep headers.
772 (+subdir-headers): Removed, unused.
773
7741998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
775
776 * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
777 $(do-install).
778
7791998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
780
781 * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
782 absolute name in $(config-sysdirs), can never happen.
783 ($(+sysdir_pfx)sysd-rules): Likewise.
784 * Makeconfig (full-config-sysdirs): Likewise.
785 (all-Subdirs-files): Prepend $(..).
786
787 * configure.in: Don't check for absolute name in $add_ons_pfx, can
788 not happen. Let --enable-add-ons=yes work if no add-ons actually
789 exist.
790
7911998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
792
793 * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
794 continuations in command.
795
7961998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
797
798 * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
799
a8125d85
UD
8001998-09-16 00:47 Tim Waugh <tim@cyberelk.demon.co.uk>
801
802 * posix/wordexp-test.c: If expansion or substitution occurs
803 anywhere in a word, the entire word is subject to field-splitting.
804
805 * posix/wordexp.c (parse_glob): Look for end of word instead of
806 end of field when deciding what to glob.
807 (field_split_word): New function, now the only place where
808 field-splitting is performed.
809 (parse_dollars): New parameter - tell the caller if
810 field-splitting should be performed on this word.
811
812 * posix/wordexp-test.c (testit): Only call wordfree if wordexp
813 succeeded (or failed with WRDE_NOSPACE).
814
8151998-09-15 19:53 1998 Tim Waugh <tim@cyberelk.demon.co.uk>
816
817 * posix/wordexp.c (wordexp): Don't convert IFS characters to
818 blanks.
819
820 * posix/wordexp-test.c: Words not the result of expansion or
821 substitution should remain unchanged.
822
aa2bc6a3
UD
8231998-09-15 Ulrich Drepper <drepper@cygnus.com>
824
825 * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
826 (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
827
3a60301a
UD
8281998-09-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
829
830 * stdio-common/Makefile: Include Makeconfig so that
831 $(inst_includedir) is defined.
832
77f0d179
UD
8331998-09-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
834
835 * io/pwd.c: Include <mcheck.h>.
836
6beaac4d
UD
8371998-09-15 08:00 Ulrich Drepper <drepper@cygnus.com>
838
839 * nscd/pwdcache.c (save_pwd): Correct copying.
840 * nscd/grpcache.c (save_grp): Likewise.
841
0ff0d59e
UD
8421998-09-14 23:36 Ulrich Drepper <drepper@cygnus.com>
843
844 * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
845 (free_pwd): Adjust for this change.
846 * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
847 (free_grp): Adjust for this change.
848
d3f8acb3
UD
8491998-09-14 Ulrich Drepper <drepper@cygnus.com>
850
851 * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
852
14eb5d5d
UD
8531998-09-14 15:29 Ulrich Drepper <drepper@cygnus.com>
854
855 * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
856 (install-others): Add bits/stdio_lim.h.
857 Add rule to install bits/stdio_lim.h.
858
859 * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
860
861 * Makefile (distribute): Add include/sys/mman.h.
862
863 * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
864 * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
865 * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
866
0a1590ba
UD
867 * grp/initgroups.c: Include stdlib.h.
868 Patch by Zack Weinberg.
869
1ffaaca2
UD
8701998-09-14 22:46 Tim Waugh <tim@cyberelk.demon.co.uk>
871
872 * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
873 for field-splitting :abc: is correct, and that two fields should
874 result. Revert tests to reflect this.
875
876 * posix/wordexp.c (w_emptyword): Remove function.
877 (exec_comm): Don't use w_emptyword.
878 (parse_param): Likewise.
879
4ca020f5
UD
8801998-09-14 15:00 Ulrich Drepper <drepper@cygnus.com>
881
882 * sysdeps/arm/fpu/Dist: Moved to...
883 * sysdeps/arm/Dist: ...here.
884 * sysdeps/posix/Dist: Removed.
885 * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
886 * sysdeps/unix/sysv/linux/i386/Dist: ...here.
887
f624c216
UD
8881998-08-26 Geoff Keating <geoffk@ozemail.com.au>
889
890 * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
891
7ef90c15
UD
8921998-09-14 11:26 Ulrich Drepper <drepper@cygnus.com>
893
894 * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
895
8961998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
897
898 * libc-work/nis/nss_nisplus/nisplus-service.c
899 (_nss_nisplus_parse_servent): Convert port in network byte order.
900
9011998-09-14 07:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
902
903 * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
904 to provide only malloc and calloc.
905 * include/stdlib.h: Support the above.
906 * string/bits/string2.h: Use __need_malloc_and_calloc when
907 including stdlib.h.
908 (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
909
910 * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
911 * iconvdata/iso646.c: Include <stdlib.h>.
912
9131998-09-14 07:51 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
914
915 * sunrpc/rpc_cout.c: Add braces around ambiguous else.
916 * sysdeps/libm-ieee754/w_pow.c: Likewise.
917 * sysdeps/libm-ieee754/w_powf.c: Likewise.
918 * sysdeps/libm-ieee754/w_powl.c: Likewise.
919
9201998-09-14 07:57 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
921
922 * stdio-common/stdio_lim.h.in: New file. All parameters
923 are adjustable at build time.
924 * Rules: Add a rule to build bits/stdio_lim.h from
925 stdio-common/stdio_lim.h.in. (It has to be in Rules so that
926 all subdirectories know how to make the file. It can't be
927 in Makerules because then it gets built at top level and the
928 dependencies are wrong.)
929
930 * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
931 * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
932 stdio_lim.h.
933 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
934 * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
935 * sysdeps/posix/Makefile: Removed.
936 * sysdeps/posix/mk-stdiolim.c: Removed.
937 * sysdeps/generic/bits/stdio_lim.h: Removed.
938
9391998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
940
941 * argp/argp-help.c: Fixup indentation.
942 * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
943 * resolv/nss_dns/dns-network.c: Likewise.
944 * resolv/res_send.c: Likewise.
945 * rt/aio_cancel.c: Likewise.
946 * rt/aio_misc.c: Likewise.
947
9481998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
949
950 * Makefile (install-symbolic-link): Remove the link list file at last.
951 * Makerules (install-clean-symbolic-link-list): Removed.
952
9531998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
954
955 * timezone/tst-timezone.c: Print time in UTC to get consistent
956 output.
957
9581998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
959
960 * elf/rtld.c (_dl_rpath): Removed.
961 * elf/dl-support.c (_dl_path): Removed.
962 * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
963 (CFLAGS-dl-support.c): Removed.
964
965 * elf/dl-load.c (env_path_list): Renamed from fake_path_list. All
966 uses changed.
967 (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
968 instead of appending it to the main map's rpath info.
969 (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
970 DT_RPATHs. This makes it effective again.
971 (decompose_rpath): Remove second parameter, callers changed.
972 (fillin_rpath): Allocate enough space in curwd.
973 (expand_dynamic_string_token): Cope with get_origin returning -1.
974
9751998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
976
977 * libc-work/nis/nss_compat/compat-pwd.c: Add support for
978 passwd.adjunct.
979
980 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
981 invalid password.
982
9831998-09-13 18:06 Ulrich Drepper <drepper@cygnus.com>
984
985 * locale/programs/locale.c: Update dates.
986
5d47ceca
UD
9871998-09-13 Mark Kettenis <kettenis@phys.uva.nl>
988
989 * sysdeps/generic/bits/types.h: Include <features.h>. Make sure
990 size_t is defined. Some reordering of defenitions to make
991 maintaining this file in parallel with the linux-specific file easier.
992
bd31edf2
UD
9931998-09-13 Ulrich Drepper <drepper@cygnus.com>
994
995 * io/pwd.c (main): Add call to mtrace.
996
997 * malloc/mtrace.pl: Quote @ in string.
998
33c3e20e
UD
9991998-09-13 19:25 Tim Waugh <tim@cyberelk.demon.co.uk>
1000
1001 * posix/wordexp.c (parse_arith): Fix memory leaks.
1002 (exec_comm): Likewise.
1003 (parse_param): Likewise.
1004 (wordexp): Likewise.
1005 (exec_comm): Reduce number of function return points.
1006 (parse_param): Likewise.
1007 (wordexp): Likewise.
1008
1720f4d0
UD
10091998-09-13 14:53 Tim Waugh <tim@cyberelk.demon.co.uk>
1010
1011 * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
1012 yield three fields, not two. Test both parameter expansion and
1013 command substitution for correct field-splitting behaviour.
1014
1015 * posix/wordexp.c (w_emptyword): New function.
1016 (parse_param): Use it.
1017 (exec_comm): Likewise, for consistency with the way parse_param
1018 splits fields.
1019 (parse_param): Fix some memory leaks.
1020
2d09b95d
UD
10211998-09-13 18:04 Geoff Keating <geoffk@ozemail.com.au>
1022
1023 * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
1024 Don't mark asm `volatile'.
1025 (__elf_machine_runtime_setup): Clear the last partial block in the PLT
1026 from the data cache too. Assume it isn't in the instruction cache yet.
1027 (__elf_machine_fixup_plt): Clear the modified address from the caches.
1028
b39c6f8b
UD
10291998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
1030
1031 * sysdeps/generic/segfault.c (install_handler): Install signal
1032 handler with SA_ONSTACK instead of setting the stack flags to
1033 SS_ONSTACK. Do not install handler for SIGSTKFLT if it is not
1034 defined.
1035
10361998-09-12 14:24 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1037
1038 * signal/signal.h: Fix multiple inclusion guard to cover the
1039 entire file.
1040 * wcsmbs/wchar.h: Remove prototype of internal function
1041 __mbsrtowcs.
1042 * sysdeps/i386/i486/bits/string.h (memchr): Don't do
1043 arithmetic on `void *'.
1044
c06cc21c
UD
10451998-09-12 01:09 Tim Waugh <tim@cyberelk.demon.co.uk>
1046
1047 * posix/wordexp-test.c: Fix wrong tests. Add new tests.
1048
1049 * posix/wordexp.c (wordexp): Perform word-splitting instead of
1050 field-splitting here.
1051 (wordexp): If out of memory mid-word, free the word (but still
1052 leave pwordexp alone for caller to see).
1053 (parse_param): Allow for zero-length fields (smarter checking of
1054 memory allocation failure).
1055 (w_addword): Convert NULL words to "".
1056 (wordexp): Convert left-over IFS characters to blanks (like bash).
1057
81e0cb2d
UD
10581998-09-11 Ulrich Drepper <drepper@cygnus.com>
1059
350eb336
UD
1060 * configure.in: Use test -f instead of test -e.
1061 Patch by John Tobey <jtobey@banta-im.com>.
1062
1063 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
1064 * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
1065 * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
1066 * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
1067 * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
1068 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
1069 * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
1070 Patches by John Tobey <jtobey@banta-im.com>.
1071
81e0cb2d
UD
1072 * time/strftime.c (my_strftime): Delay use of *tp values until
1073 latest possible point to allow partly initialized structures
1074 (e.g., from strptime).
1075
514d9bca
UD
1076 * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
1077 and NATS-SEFI.
1078 Define *-routines variables for new modules.
1079 (distribute): Add .c files for new modules.
1080 (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
1081 and nats-sefi.h.
1082 Add rules for header generation.
1083 * iconvdata/gconv-modules: Add entries for new modules.
1084 * iconvdata/iso_10367-box.c: New file.
1085 * iconvdata/mac-is.c: New file.
1086 * iconvdata/nats-dano.c: New file.
1087 * iconvdata/nats-sefi.c: New file.
1088
81e0cb2d
UD
10891998-04-30 18:20 H.J. Lu <hjl@gnu.org>
1090
1091 * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
1092 loader if PIC is not defined.
1093
ec04e9ba
UD
10941998-09-11 Ulrich Drepper <drepper@cygnus.com>
1095
1096 * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
1097 ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
1098 INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
1099 and ISO_5428.
1100 Define *-routines variables for new modules.
1101 (distribute): Add .c files for new modules.
1102 (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
1103 ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
1104 greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
1105 iso_5427.h, iso_5427-ext.h, and iso_5428.h.
514d9bca 1106 Add rules for header generation.
ec04e9ba
UD
1107 * iconvdata/gconv-modules: Add entries for new modules.
1108 * iconvdata/csn_369103.c: New file.
1109 * iconvdata/cwi.c: New file.
1110 * iconvdata/dec-mcs.c: New file.
1111 * iconvdata/ecma-cyrillic.c: New file.
1112 * iconvdata/gost_19768-74.c: New file.
1113 * iconvdata/greek-ccitt.c: New file.
1114 * iconvdata/greek7-old.c: New file.
1115 * iconvdata/greek7.c: New file.
1116 * iconvdata/inis-8.c: New file.
1117 * iconvdata/inis-cyrillic.c: New file.
1118 * iconvdata/inis.c: New file.
1119 * iconvdata/iso6937-2.c: New file.
1120 * iconvdata/iso_2033.c: New file.
1121 * iconvdata/iso_5427-ext.c: New file.
1122 * iconvdata/iso_5427.c: New file.
1123 * iconvdata/iso_5428.c: New file.
1124
1125 * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
1126 entries.
1127 Convert U02dd correctly.
1128
25c849b1
RH
11291998-09-11 20:46 Richard Henderson <rth@cygnus.com>
1130
1131 * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
1132 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
1133 * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
1134 * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
1135
04795ad9
UD
11361998-09-11 Ulrich Drepper <drepper@cygnus.com>
1137
1138 * resolv/res_init.c (res_init): Handle resolv.conf file with only
1139 one nameserver correctly. Patch by HJ Lu.
1140
1141 * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
1142 and ANSI_X3.110.
1143 Define *-routines variables for new modules.
1144 (distribute): Add .c files for new modules.
1145 (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
1146 Add rules for hedaer generation.
1147 * iconvdata/gconv-modules: Add entries for new modules. Pretty print.
1148 * iconvdata/ansi_x3.110.c: New file.
1149 * iconvdata/asmo_449.c: New file.
1150 * iconvdata/baltic.c: New file.
1151 * iconvdata/iec_p27-1.c: New file.
1152
1153 * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
1154 entries.
1155 Convert U02dc correctly.
1156
1157 * math/atest-exp.c: Add parentheses to avoid gcc warnings.
1158 * math/atest-exp2.c: Likewise.
1159 * math/atest-sincos.c: Likewise.
1160
1161 * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
1162 is defined.
1163
11641998-09-11 10:51 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1165
1166 * string/strcoll.c: Optimize a few expressions.
1167 * string/strxfrm.c: Likewise.
1168
5e0889da
UD
11691998-09-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1170
1171 * manual/locale.texi: Fix typos.
1172
2c86b2bc
UD
11731998-09-10 Ulrich Drepper <drepper@cygnus.com>
1174
26afaa63
UD
1175 * stdlib/random_r.c (__setstate_r): Allow call with same state
1176 array as currently used (PR libc/774).
1177
6c79e60c
UD
1178 * include/limits.h: Include gcc's header even if this file is
1179 found more than once before it (PR libc/778)
1180
ec04e9ba
UD
1181 * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
1182 (sysdep_headers): Remove sys/debugreg.h.
1183 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
1184 (sysdep_headers): Add sys/debugreg.h.
39382b8b
UD
1185 * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
1186 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
1187
2c86b2bc
UD
1188 * stdio-common/tmpnam.c: Move local static variable buf to
1189 toplevel and rename to tmpnam_buffer to ease debugging.
1190 Patch by Joe Keane <jgk@jgk.org>.
1191 Optimize s == NULL case a bit.
1192
8e9f53fc
UD
1193 * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
1194 correction.
1195
482a3be2
UD
11961998-09-10 12:51 Ulrich Drepper <drepper@cygnus.com>
1197
1198 * resolv/res_init.c (res_init): Initialize _res.nscount and
1199 _res.nsaddr.sin_port differently for the can when no loopback
1200 is available to allow immediate timeout in non-networking environments.
1201 Patch by Cristian Gafton <gafton@redhat.com>.
1202
e8238963
UD
12031998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1204
1205 * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
1206 BAR and not EM DASH.
1207 * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
1208 * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
1209 Fixes PR libc/717.
1210
90865aa8
UD
12111998-09-10 11:53 Ulrich Drepper <drepper@cygnus.com>
1212
1213 * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
1214 for test.
1215 * timezone/tst-timezone.c (tests): Fix typo in last patch.
1216
1217 * time/tzfile.c (__tzfile_read): Handle case when there are no
1218 transitions. Set __timezone based on computed offset.
1219 * time/tzset.c (tzset_internal): Set __timezone before returning.
1220
1221 * time/tzset.c (tzset_internal): Optimize handling of local string
1222 copy.
1223
12241998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1225
1226 * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
1227 libc/776).
1228
adac8450
UD
12291998-09-09 Benjamin Kosnik <bkoz@tintin.cygnus.com>
1230
1231 * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
1232 (csqrt_test): Likewise.
90865aa8 1233 * sysdeps/powerpc/bits/fenv.h: Add parens.
adac8450 1234
8e140239
UD
12351998-09-09 18:48 Ulrich Drepper <drepper@cygnus.com>
1236
1237 * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
1238 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
1239 Patch by Benjamin Kosnik <bkoz@cygnus.com>.
1240
78acf671
UD
12411998-09-09 Mark Kettenis <kettenis@phys.uva.nl>
1242
1243 * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
1244 the special `-1' pointer.
1245
6e4c40ba
UD
12461998-09-09 09:32 Ulrich Drepper <drepper@cygnus.com>
1247
1248 * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
1249 inline.
1250
12511998-09-07 Paul Eggert <eggert@twinsun.com>
1252
1253 * time/mktime.c (__EXTENSIONS__): Define if not defined.
1254 (_REENTRANT): Remove. It has undesirable consequences in
1255 Solaris 2.6 (e.g. it turns off the putc macro). Defining
1256 __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
1257 is what we want.
1258 * time/strftime.c: Likewise.
1259
12601998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1261
1262 * elf/dl-error.c: Fix spelling.
1263
12641998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1265
1266 * stdlib/strfmon.c: Quiet -Wparentheses warnings.
1267 * stdio-common/_itoa.c: Likewise.
1268 * stdio-common/printf_fp.c: Likewise.
1269 * stdio-common/vfscanf.c: Likewise.
1270 * wcsmbs/wcstok.c: Likewise.
1271 * sysdeps/generic/glob.c: Likewise.
1272 * posix/getopt.c: Likewise.
1273 * sysdeps/posix/getaddrinfo.c: Likewise.
1274 * posix/wordexp.c: Likewise.
1275 * io/ftw.c: Likewise.
1276 * io/fts.c: Likewise.
1277 * misc/getpass.c: Likewise.
1278 * iconv/gconv_conf.c: Likewise.
1279 * argp/argp-fmtstream.c: Likewise.
1280 * argp/argp-help.c: Likewise.
1281 * elf/dl-load.c: Likewise.
1282 * locale/programs/stringtrans.c: Likewise.
1283 * catgets/gencat.c: Likewise.
1284 * posix/getconf.c: Likewise.
1285 * iconv/gconv_conf.c: Likewise.
1286 * iconv/iconv_prog.c: Likewise.
1287
1288 * string/strcoll.c: Optimize a few expressions.
1289 * string/strxfrm.c: Likewise.
1290
12911998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1292
1293 * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
1294 level to avoid uninit variable warning.
1295
12961998-09-09 10:34 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2aa236b1 1297
769ca810 1298 * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
6e4c40ba 1299 instead of _dl_default_scope[2] as argument to _dl_init_next.
769ca810 1300
2aa236b1
AS
1301 * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
1302 C9x macro.
1303
8ea4a95a
UD
13041998-09-08 Ulrich Drepper <drepper@cygnus.com>
1305
6e4c40ba 1306 Fix compatibility problems introduced in last change.
dc27836e
UD
1307 * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
1308 defined.
1309 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
1310 -DWEAK_GMON_START to CFLAGS-initfini.s.
1311
e4d50917
UD
1312 * elf/dl-object.c (_dl_new_object): Store map address in
1313 _dl_loaded if _dl_loaded is NULL.
87c812c2 1314 * elf/rtld.c (dl_main): Don't update _dl_loaded here.
e4d50917 1315
8ea4a95a
UD
1316 * sysdeps/generic/setrlimit64.c: Remove stub warning.
1317
88c91118
UD
13181998-09-07 Ulrich Drepper <drepper@cygnus.com>
1319
1320 * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
1321 quiet.
2c874db2
UD
1322 * db2/btree/bt_cursor.c: Likewise.
1323 * db2/common/db_region.db_c: Likewise.
1324 * db2/common/db_salloc.db_c: Likewise.
1325 * db2/db/db.c: Likewise.
1326 * db2/db/db_rec.c: Likewise.
1327 * db2/hash/hash.c: Likewise.
1328 * db2/hash/hash_page.c: Likewise.
1329 * db2/hash/hash_rec.c: Likewise.
1330 * db2/log/log_findckp.c: Likewise.
1331 * db2/log/log_get.c: Likewise.
1332 * db2/log/log_put.c: Likewise.
1333 * db2/mp/mp_fget.c: Likewise.
1334 * db2/mp/mp_fput.c: Likewise.
1335 * db2/mp/mp_region.c: Likewise.
cf9f9a16
UD
1336 * stdlib/strtol.c: Likewise.
1337 * string/strcoll.c: Likewise.
1338 * string/strxfrm.c: Likewise.
94b78bb2
UD
1339 * argp/argp-help.c: Likewise.
1340 * argp/argp-parse.c: Likewise.
3121cc04 1341 * resolv/res_debug.c: Likewise.
88c91118 1342
26644e87
UD
13431998-09-07 09:58 Ulrich Drepper <drepper@cygnus.com>
1344
1345 * math/tgmath.h (scalb): Only define for __USE_MISC or
1346 __USE_XOPEN_EXTENDED. Patch by Zack Weinberg.
1347
2b33e5b0
UD
13481998-09-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1349
1350 * libio/stdio.h: Fix comment.
1351
1352 * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
1353 __USE_ISOC9X.
1354
6796bc80
UD
13551998-09-06 09:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1356
1357 * Makeconfig (+gccwarn): Remove -Wno-parentheses.
1358
1359 * elf/dl-open.c: Quiet -Wparentheses warnings.
1360 * iconvdata/johab.c: Likewise.
1361 * iconvdata/uhc.c: Likewise.
1362 * inet/inet_net.c: Likewise.
1363 * io/fts.c: Likewise.
1364 * locale/newlocale.c: Likewise.
1365 * misc/getttyent.c: Likewise.
1366 * misc/mntent_r.c: Likewise.
1367 * misc/ttyslot.c: Likewise.
1368 * nscd/nscd_conf.c: Likewise.
1369 * nss/nsswitch.c: Likewise.
1370 * resolv/gethnamaddr.c: Likewise.
1371 * resolv/nsap_addr.c: Likewise.
1372 * resolv/res_debug.c: Likewise.
1373 * stdio-common/_itoa.c: Likewise.
1374 * stdlib/strtod.c: Likewise.
1375 * string/strverscmp.c: Likewise.
1376 * sunrpc/svc.c: Likewise.
1377 * sysdeps/libm-ieee754/e_cosh.c: Likewise.
1378 * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
1379 * sysdeps/libm-ieee754/e_sinh.c: Likewise.
1380 * sysdeps/posix/getaddrinfo.c: Likewise.
1381
baa3334a
UD
13821998-09-06 15:13 Ulrich Drepper <drepper@cygnus.com>
1383
1384 * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
1385 for use of global scope.
1386 * elf/dlvsym.c (dlvsym_doit): Likewise.
1387
13881998-09-02 Paul Eggert <eggert@twinsun.com>
1389
1390 * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
1391 copy the redundant bytes at the end of the format as-is; don't
1392 just copy their first byte and then rescan, as that might get
1393 us an encoding error.
1394 Account correctly for the length of multibyte sequences in the
1395 format.
1396
13971998-09-03 20:14 Tim Waugh <tim@cyberelk.demon.co.uk>
1398
1399 * posix/wordexp-test.c: Add tests for different IFS values.
1400 Change unquoted-newline test so that newline is not in IFS.
1401
1402 * posix/wordexp.c (wordexp): Correct null/unset mix-up when
1403 determining IFS characters. Return WRDE_BADCHAR for unquoted
1404 special characters _except_ if they are separators.
1405
14061998-09-06 10:56 Ulrich Drepper <drepper@cygnus.com>
1407
1408 * include/tgmath.h: New file.
1409
1410 * libio/stdio.h: Correct reversed #ifs.
1411 Patch by Zack Weinberg.
1412
1413 * manual/creature.texi: Better explain reason for feature select
1414 macros.
1415 Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
1416
14171998-09-06 10:25 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1418
1419 * include/alloca.h: Add multiple-inclusion guard.
1420 * include/db.h: Likewise.
1421 * include/db_185.h: Likewise.
6796bc80 1422 * include/dlfcn.h: Likewise.
baa3334a
UD
1423 * include/fcntl.h: Likewise.
1424 * include/grp.h: Likewise.
1425 * include/libintl.h: Likewise.
1426 * include/mntent.h: Likewise.
1427 * include/pwd.h: Likewise.
1428 * include/sched.h: Likewise.
1429 * include/search.h: Likewise.
1430 * include/setjmp.h: Likewise.
1431 * include/shadow.h: Likewise.
1432 * include/signal.h: Likewise.
1433 * include/stdio.h: Likewise.
1434 * include/stdlib.h: Likewise.
1435 * include/string.h: Likewise.
1436 * include/termios.h: Likewise.
1437 * include/time.h: Likewise.
1438 * include/ulimit.h: Likewise.
1439 * include/utmp.h: Likewise.
1440 * include/wchar.h: Likewise.
1441 * include/sys/file.h: Likewise.
1442 * include/sys/gmon.h: Likewise.
1443 * include/sys/ioctl.h: Likewise.
1444 * include/sys/mman.h: Likewise.
1445 * include/sys/resource.h: Likewise.
1446 * include/sys/select.h: Likewise.
1447 * include/sys/socket.h: Likewise.
1448 * include/sys/statfs.h: Likewise.
1449 * include/sys/time.h: Likewise.
1450 * include/sys/times.h: Likewise.
1451 * include/sys/wait.h: Likewise.
1452
be935610
UD
14531998-09-06 09:00 Ulrich Drepper <drepper@cygnus.com>
1454
1455 * version.h (VERSION): Bump to 2.0.96.
1456
1457 Rewrite runtime linker to be truly thread-safe. There is now no
1458 global variable specifying the scope. We create all needed
1459 scopes at the time the link maps are created.
1460 * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
1461 * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
1462 l_symbolic_searchlist, l_scope, and l_local_scope elements in
1463 struct link_map.
1464 * elf/dl-close.c: Rewritten accordingly.
1465 * elf/dl-deps.c: Likewise.
1466 * elf/dl-error.c: Likewise.
1467 * elf/dl-init.c: Likewise.
1468 * elf/dl-load.c: Likewise.
1469 * elf/dl-lookup.c: Likewise.
1470 * elf/dl-object.c: Likewise.
1471 * elf/dl-open.c: Likewise.
1472 * elf/dl-reloc.c: Likewise.
1473 * elf/dl-runtime.c: Likewise.
1474 * elf/dl-support.c: Likewise.
1475 * elf/dl-symbol.c: Likewise.
1476 * elf/dl-version.c: Likewise.
be935610
UD
1477 * elf/dlsym.c: Likewise.
1478 * elf/dlvsym.c: Likewise.
1479 * elf/ldsodefs.h: Likewise.
1480 * elf/rtld.c: Likewise.
1481 * iconv/gconv_dl.c: Likewise.
1482 * nss/nsswitch.c: Likewise.
1483 * sysdeps/i386/dl-machine.h: Likewise.
1484 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
1485
6796bc80
UD
1486 * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
1487 Define RTLD_DEFAULT.
1488
2b4083dd
RM
14891998-09-05 Mark Kettenis <kettenis@phys.uva.nl>
1490
1491 * sysdeps/mach/hurd/i386/init-first.c (init1): Call
1492 __getopt_clean_environment with __environ instead of envp.
1493
a361203e
RM
14941998-09-05 Roland McGrath <roland@baalperazim.frob.com>
1495
2b4083dd
RM
1496 * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
1497
531e4bca
RM
1498 * string/argz-extract.c (__argz_extract): Add de-consting cast for
1499 setting results.
1500
62ee0979 1501 * string/argz.h (argz_next): Add de-consting cast for return.
531e4bca 1502 * string/argz-next.c (__argz_next): Likewise.
62ee0979 1503
59cacc81
RM
1504 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
1505 Don't add netinet/udp.h, netinet/ip_icmp.h here.
1506 * sysdeps/gnu/Makefile: Do it here instead.
1507 * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
1508 * sysdeps/gnu/Dist: ... to here.
1509
a361203e
RM
1510 * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
1511 sysdeps/unix/sysv/linux/netinet/tcp.h,
1512 sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
1513
29659dd2
RM
15141998-09-04 Roland McGrath <roland@baalperazim.frob.com>
1515
1516 * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
1517 * string/argz-next.c, string/argz-extract.c: Fix defns.
1518
1097c603
RM
15191998-09-03 Roland McGrath <roland@baalperazim.frob.com>
1520
1521 * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
1522
1523 * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
1524 __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
1525 * sysdeps/generic/sysd-stdio.c: Likewise.
1526
143e2b96
UD
15271998-09-02 Ulrich Drepper <drepper@cygnus.com>
1528
1529 * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
1530 (_dl_map_object_from_fd): Make NAME argument const.
1531 Remove last parameter in _dl_new_object call.
1532 (print_search_path): Correct construction of composed path name.
1533 (_dl_map_object): Prevent looking at RPATH of the main map twice.
1534 Remove last parameter in _dl_new_object call.
1535 * elf/dl-object.c: Remove last parameter. Determine whether create
1536 origin entry based on empty realname. Handle file in root directory
1537 correctly.
1538 * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
1539 * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
1540 Remove last parameter in _dl_new_object call.
1541 * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
1542 * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
1543
fc3597c0
UD
15441998-09-01 Ulrich Drepper <drepper@cygnus.com>
1545
4ce636da
UD
1546 * elf/dl-close.c (_dl_close): Add more comments and correct some.
1547 Free l_searchlist and l_dupsearchlist.
1548
fc3597c0
UD
1549 * debug/catchsegv.sh: Add one more pair of quotes.
1550
76156ea1
UD
15511998-09-01 17:53 Ulrich Drepper <drepper@cygnus.com>
1552
1553 * elf/dl-load.c (add_name_to_object): Change return type to void and
1554 make NAME parameter const. Allocate room for NAME in same memory
1555 block used for l_libname entry.
1556 (_dl_map_object_from_fd): Don't free NAME on failure.
1557 (map_segment): Pass SONAME to add_name_to_object, not a copy.
1558 (_dl_map_object): Don't create copy of NAME. Pass NAME to
1559 _dl_map_object_from_fd.
1560 * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
1561 memory block used for l_libname entry.
1562 * elf/dl-close.c: Adjust free()ing for this change.
1563
a8a1269d
UD
15641998-09-01 15:36 Ulrich Drepper <drepper@cygnus.com>
1565
1566 * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
1567
1568 * malloc/mtrace.c: Add bug report address. Update email address.
1569 Add more @XXX@ to print correct address size.
1570
1571 * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
1572 really initialized.
1573
1574 * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
1575 for munmap call instead of examining phdr again.
1576 Free all malloc()ed strings and arrays.
1577
052b6a6c
UD
15781998-08-09 Geoff Keating <geoffk@ozemail.com.au>
1579
1580 * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
1581 dl-machine.h.
1582 * sysdeps/powerpc/dl-machine.c: New file.
1583 * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
1584 files. Revise ELF_PREFERRED_ADDRESS to take account of
1585 the new mapping information (fixes bug involving huge bloated
1586 web browser). Set ELF_MACHINE_PLTREL_OVERLAP.
1587 * sysdeps/powerpc/dl-start.S: New file.
1588
1589 * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
1590 l_map_end.
1591 * elf/do-rel.h: Call elf_machine_rel only once (to save space).
1592 * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
1593 others. Call elf_dynamic_do_##reloc only once (to save even more
1594 space).
1595 * elf/link.h: Add new members l_map_start and l_map_end to keep
1596 track of the memory map.
1597 * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
1598 the executable.
1599
16001998-09-01 11:53 Ulrich Drepper <drepper@cygnus.com>
1601
1602 * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
1603 Reported by Andreas Jaeger.
1604
1605 * posix/glob.h: Use __size_t instead of size_t in definitions and
1606 make sure this is defined.
1607
85c165be
UD
16081998-09-01 10:34 Ulrich Drepper <drepper@cygnus.com>
1609
052b6a6c 1610 * manual/locale.texi: Almost complete rewrite. Document more functions
85c165be
UD
1611 and functionality.
1612 * manual/arith.texi: Correct reference.
1613 * manual/string.texi: Pretty printing.
1614
1615 * manual/texinfo.tex: Update from last available version.
1616
16171998-08-31 22:44 Ulrich Drepper <drepper@cygnus.com>
1618
1619 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
1620 invalid password.
1621 (_nss_nis_getpwuid_r): Likewise.
1622 Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
1623
1624 * inet/rcmd.c: Implement netgroup support.
1625 Patch by Dick Streefland <dick_streefland@tasking.com>.
1626
7afab53d
UD
16271998-08-31 Ulrich Drepper <drepper@cygnus.com>
1628
1629 * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
1630 object on the list is removed. Don't use this code for PIC.
1631 Reported by HJ Lu [PR libc/770].
1632
bfce746a
UD
16331998-08-31 15:56 Ulrich Drepper <drepper@cygnus.com>
1634
1635 * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
1636
1637 * include/stdio.h: Add __vsscanf.
1638
1639 * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
1640 __USE_ISOC9X.
1641 Remove __vsscanf declaration.
1642 Always declare fgetpos and fsetpos.
1643
1644 * math/math.h: Define isinf as macro.
1645 * math/bits/mathcalls.h: Change to declare __isinf all the time.
1646 Don't declare scalb for ISO C 9x.
1647
1648 * math/tgmath.h: Define fma. Rewrite the underlying macros.
1649
1650 * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
1651
1652 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
1653 sys/ucontext.h.
1654
1655 * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
1656 macros.
1657
16581998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1659
1660 * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
1661 Reported by jreising@frequentis.com [PR libc/767].
1662
16631998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1664
1665 * io/lockf.c (lockf): Move initilisation of fl.l_whence and
1666 fl.l_start at beginning of function.
1667 Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
1668
ac72fbb1
UD
16691998-08-31 Ulrich Drepper <drepper@cygnus.com>
1670
1671 * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
1672 Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
1673
1674 * nscd/nscd.init: Make it work in RedHat systems.
1675 Patch by Christian Gafton.
1676
16771998-08-29 Philip Blundell <philb@gnu.org>
1678
1679 * catgets/Makefile: Don't try to run test programs when
1680 cross-compiling.
1681
16821998-08-31 Ulrich Drepper <drepper@cygnus.com>
1683
1684 * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
1685 Reported by Zack Weinberg.
1686
16871998-08-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1688
1689 * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
1690 * elf/Makefile (distribute): Remove ldd.sh.in.
1691
16921998-08-31 11:46 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1693
1694 * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
1695 variable.
1696
e0d46614
UD
16971998-08-29 Ulrich Drepper <drepper@cygnus.com>
1698
1699 * sysdeps/i386/register-dump.h: Move to ...
1700 * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
1701
b0cf070b
UD
17021998-08-28 22:49 Ulrich Drepper <drepper@cygnus.com>
1703
1704 * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
1705 with load address, not map address.
1706 * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
1707 parameter and use this value.
1708 * sysdeps/arm/dl-machine.h: Likewise.
1709 * sysdeps/i386/dl-machine.h: Likewise.
1710 * sysdeps/m68k/dl-machine.h: Likewise.
1711 * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
1712 parameter.
1713 * sysdeps/powerpc/dl-machine.h: Likewise
1714 * sysdeps/sparc/sparc32/dl-machine.h: Likewise
1715 * sysdeps/sparc/sparc64/dl-machine.h: Likewise
1716
997a4165
UD
17171998-08-28 09:22 Ulrich Drepper <drepper@cygnus.com>
1718
1719 * elf/rtld.c (process_envvars): Fix copy&paste error.
1720
1721 * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
1722 memalign hook.
1723 (realloc_hook_ini): Don't overwrite memalign hook.
1724 (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
1725 Reported by Philippe Troin <phil@fifi.org>.
1726
1727 * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
1728 Patch by Philippe Troin <phil@fifi.org>.
1729
17301998-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1731
1732 * sysdeps/generic/segfault.c (install_handler): Protect the
1733 non-POSIX signals with #ifdef.
1734 (catch_segfault): Add missing mode parameter for open.
1735 * debug/catchsegv.sh: Avoid termination message from shell. Allow
1736 other termination signals.
1737
17381998-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1739
1740 * debug/Makefile (distribute): Add register-dump.h.
1741
17421998-08-28 10:41 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4226897d
AS
1743
1744 * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
1745
f787edde
UD
17461998-08-27 19:42 Ulrich Drepper <drepper@cygnus.com>
1747
1748 * elf/Makefile (distribute): Add dl-origin.h.
1749 * sysdeps/generic/dl-origin.h: New file.
1750 * sysdeps/unix/sysv/linux/dl-origin.h: New file.
1751 * elf/link.h (struct link_map): Add l_origin field.
1752 * elf/dl-load.c (expand_dynamic_string_token): New function.
1753 (decompose_path): Remove WHERE argument, take link map pointer instead.
1754 Call expand_dynamic_string_token instead of local_strdup to make copy
1755 of rpath.
1756 (_dl_init_paths): Call decompose_path with correct argument.
1757 (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
1758 not defined.
1759 Check EI_OSABI and EI_ABIVERSION fields in header.
5f623941 1760 Call _dl_new_object with extra argument.
f787edde
UD
1761 (_dl_map_object): Call decompose_path with correct argument.
1762 Call expand_dynamic_string_token instead of local_strdup to also
1763 expand DST.
5f623941 1764 Call _dl_new_object with extra argument.
f787edde 1765 * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
5f623941
UD
1766 but the main one if new argument is nonzero.
1767 * elf/ldsodefs.h: Adjust for _dl_new_object change.
f787edde
UD
1768 * elf/dl-support.c: Define _dl_origin_path.
1769 * elf/rtld.c: Likewise. Set _dl_origin_path based on LD_ORIGIN_PATH.
5f623941 1770 (dl_main): Call _dl_new_object with extra argument.
f787edde
UD
1771
1772 * elf/dl-close (_dl_close): Free l_name and l_origin.
1773
1774 * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
1775 modifier in asm, not c.
1776
1777 * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
1778 to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
1779
6075607b
UD
17801998-08-26 17:48 Ulrich Drepper <drepper@cygnus.com>
1781
1782 * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
1783 variable so that map can be freed.
1784 Reported by Philippe Troin <phil@fifi.org>.
1785
1786 * elf/dl-open.c (dl_open_worker): Correct test for extending global
1787 scope array.
1788 Patch by Philippe Troin <phil@fifi.org>.
1789
17901998-08-26 Geoff Keating <geoffk@ozemail.com.au>
1791
1792 * sysdeps/powerpc/register-dump.h: Rewrite. Much nicer this way.
1793 Don't call writev() with a 100-element vector.
1794 * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
1795 return address.
1796
1797 * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
1798 In particular, set __libc_stack_end.
1799 * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
1800 undefined. Fix copyright notice.
1801
18021998-08-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1803
1804 * math/Makefile (gmp-objs): New variable.
1805 ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
1806 Depend on it.
1807 (tests): Add atest-exp atest-sincos atest-exp2.
1808 (tests-static): Remove atest-exp atest-sincos atest-exp2.
1809
08cac4ac
UD
18101998-08-25 Ulrich Drepper <drepper@cygnus.com>
1811
1812 * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
1813 to toplevel.
1814 (_dl_unload_cache): New function.
1815 * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
1816 * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
6075607b 1817 * elf/rtld.c (dl_main): Unload map file before jumping to user code.
08cac4ac
UD
1818
1819 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
1820 Correct comment for O_LARGEFILE.
1821 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
1822 Change O_LARGEFILE to correct value.
1823
18241998-08-25 14:34 Ulrich Drepper <drepper@cygnus.com>
1825
1826 * libio/iogetline.c (_IO_getline_info): Don't read anything for
1827 N == 0. Patch by HJ Lu.
1828
6dbb7062
UD
18291998-08-25 11:43 Ulrich Drepper <drepper@cygnus.com>
1830
1831 * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
1832
18331998-08-25 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
1834
1835 * argp/argp.h: Use __inline__ not inline.
1836
1837 * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
1838 an input register as being clobbered.
1839 * sysdeps/i386/memset.c (memset): Likewise.
1840 * sysdeps/i386/bzero.c (__bzero): Likewise.
1841 * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
1842
18431998-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1844
1845 * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
1846 Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
1847
ed1ac6a2
UD
18481998-08-24 16:34 Ulrich Drepper <drepper@cygnus.com>
1849
1850 * debug/catchsegv.sh: Handle text preceding backtrace better.
1851 * sysdeps/generic/segfault.c: Allow register dump. Allow handler
1852 to be installed for other signals than SIGSEGV.
1853 * sysdeps/generic/register-dump.h: New file.
1854 * sysdeps/i386/register-dump.h: New file.
1855 * sysdeps/powerpc/register-dump.h: New file.
1856
1857 * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
1858 sigcontextinfo.h.
1859 * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
1860
18611998-08-24 Geoff Keating <geoffk@ozemail.com.au>
1862
1863 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
1864
18651998-08-09 Geoff Keating <geoffk@ozemail.com.au>
1866
1867 * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
1868 * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
1869 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
1870 getresuid, getresgid.
1871
18721998-08-16 Geoff Keating <geoffk@ozemail.com.au>
1873
1874 * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs. Set up stack
1875 pointer in userland.
1876
18771998-08-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1878
1879 * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
1880 and fix value.
1881
18821998-08-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1883
1884 * elf/ldd.bash.in: Add missing quotes around $file. Make loop
1885 over arguments Bourne shell compatible. Don't exit unsuccessfully
1886 if nonelf returns successfully. Avoid duplicating most of the
1887 script.
1888 * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
1889 around $file.
1890
18911998-08-24 10:37 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
99475e65
AS
1892
1893 * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
1894 sys/reg.h.
1895 * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
1896 * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
1897
b259e746
UD
18981998-08-23 Ulrich Drepper <drepper@cygnus.com>
1899
1900 * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
1901 __modify_ldt and modify_ldt.
1902 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
1903
1904 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1905 Use orl $-1 instead of movl $-1 to save two bytes.
1906 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
1907 Likewise.
1908
19091998-08-17 H.J. Lu <hjl@gnu.org>
ed1ac6a2
UD
1910
1911 * libio/Versions (_IO_do_write, _IO_file_attach,
1912 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1913 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1914 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1915 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
1916
1917 * libio/fileops.c (_IO_do_write, _IO_file_attach,
1918 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1919 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1920 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1921 _IO_file_write, _IO_file_xsputn): Change the prefix to
1922 "_IO_new_". Added to GLIBC_2.1.
1923
1924 * libio/libioP.h (_IO_do_write, _IO_file_attach,
1925 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1926 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1927 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1928 _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
1929 "_IO_new_".
1930
1931 * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
1932 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1933 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1934 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1935 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
1936
b259e746
UD
19371998-08-23 Richard Henderson <rth@cygnus.com>
1938
1939 * Makeconfig (LDFLAGS): Remove.
1940
ed1ac6a2 1941 * csu/initfini.c: Return to .text before __gmon_start__.
b259e746 1942
ed1ac6a2
UD
1943 * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
1944 (STO_MIPS_*): Rename from STO_*.
1945 (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
1946 (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
b259e746 1947
ed1ac6a2
UD
1948 * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
1949 (main): e3s is negative on zero.
1950 * math/atest-exp2.c: Likewise.
b259e746
UD
1951 * math/atest-sincos.c: Likewise.
1952
ed1ac6a2
UD
19531998-08-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1954
1955 * Makerules (install): Add comment about absolute paths.
1956
b259e746
UD
19571998-08-23 Ulrich Drepper <drepper@cygnus.com>
1958
1959 * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
1960 array to NUL to handle maxlen==1 case correctly.
1961 Patch by HJ Lu.
1962
19631998-08-23 Richard Henderson <rth@cygnus.com>
7d84a067
RH
1964
1965 * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
1966 * sysdeps/alpha/elf/crtend.S: Likewise.
1967 * sysdeps/alpha/elf/start.S: Likewise.
1968
1969 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
1970 non-standard pv usage.
1971
1972 * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
1973 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
1974 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1975 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1976 * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
1977 * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
1978 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
1979 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
1980 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
1981 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
1982 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
1983
1984 * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
1985 a finite non-denormal, deferring to the full IEEE version otherwise.
1986
1987 * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
1988 Early out for -0. Optimize for !_IEEE_FP_INEXACT.
1989 * sysdeps/alpha/fpu/s_floor.c: New.
1990 * sysdeps/alpha/fpu/s_floorf.c: New.
1991 * sysdeps/alpha/fpu/s_ceil.c: New.
1992 * sysdeps/alpha/fpu/s_ceilf.c: New.
1993
e86e2df1
UD
19941998-08-22 Philip Blundell <philb@gnu.org>
1995
1996 * sysdeps/arm/bits/string.h: New file.
1997
14a44a69
UD
19981998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1999
2000 * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
2001 document it.
2002
2003 * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
2004 test for recent Linux 2.1.100+ headers.
2005
e36b0b57
UD
20061998-08-21 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2007
2008 * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
2009
5148d49f
UD
20101998-08-21 17:21 Ulrich Drepper <drepper@cygnus.com>
2011
2012 * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
2013
20141998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2015
2016 * Makefile (elf/ldso_install): Put back. The problem still persists.
2017 * elf/Makefile (ldso_install): Likewise.
2018
20191998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2020
2021 * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
2022 create weak alias.
2023 * include/db.h: Declare __nss_db_open.
2024 * db2/Versions: Export it.
2025
2026 * db2/makedb.c: Convert to use db2 API.
2027 * nss/nss_db/db-XXX.c: Likewise.
2028 * nss/nss_db/db-netgrp.c: Likewise.
2029 * nss/nss_db/db-alias.c: Likewise.
2030 (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
2031
20321998-08-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2033
2034 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2035 sys_setresuid, already built automatically (or not).
2036 * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
2037 instead of __syscall_setresuid and add back setresuid.
2038 * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
2039 __syscall_setresuid.
2040
20411998-08-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2042
2043 * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
2044
1ddf537f
UD
20451998-08-20 Ulrich Drepper <drepper@cygnus.com>
2046
2047 * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
2048 BASH-ONLY marked region.
2049 * elf/ldd.bash.in: Remove special BASH-ONLY markers.
2050
20511998-02-20 17:54 H.J. Lu <hjl@gnu.org>
2052
2053 * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
2054 _IO_SYSSEEK fails.
2055
2056 * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
2057
4df28840 2058 * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
1ddf537f
UD
2059 element.
2060
8e48355c
RM
20611998-08-21 Roland McGrath <roland@baalperazim.frob.com>
2062
2063 * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
2064 with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
2065 * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
2066 (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
2067 (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
2068 those magic comments, and to use /bin/sh for @BASH@.
2069 (bash-ldd-rewrite): Use $(common-ldd-rewrite).
2070 * elf/ldd.sh.in: File removed.
2071
d762684b
UD
20721998-08-20 20:07 Ulrich Drepper <drepper@cygnus.com>
2073
2074 * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
2075 cast them to unsigned long int.
2076 * pwd/putpwent.c (putpwent): Likewise.
2077 Patch by John Tobey <jtobey@banta-im.com>.
2078
20791998-08-20 17:14 H.J. Lu <hjl@gnu.org>
2080
2081 * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
2082 _IO_pos_BAD.
2083
20841998-02-20 17:54 H.J. Lu <hjl@gnu.org>
2085
2086 * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
2087 _IO_SYSSEEK fails.
2088
7934cc16
UD
20891998-08-20 19:14 Ulrich Drepper <drepper@cygnus.com>
2090
2091 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
2092 Add umount and umount2.
2093 * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
2094 * sysdeps/unix/sysv/linux/umount.S: New file.
2095 * sysdeps/unix/sysv/linux/umount2.S: New file.
2096 * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
2097 Define MNT_FORCE.
2098
d762684b
UD
2099 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
2100 Add sys/sendfile.h.
2101 * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
2102 * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
2103
2104 * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
2105
2106 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
2107 sendfile.
2108
df777c40
UD
21091998-08-20 16:01 Ulrich Drepper <drepper@cygnus.com>
2110
2111 * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
2112 * elf/ldd.bash.in: Likewise.
2113
2114 * elf/sln.c: Avoid warning for no main prototype.
2115
2116 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
2117 O_WRITE.
2118 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
2119 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2120
2121 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
2122 F_GETSIG.
2123 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
2124 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
2125 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2126
21271998-08-20 Philip Blundell <pb@nexus.co.uk>
2128
2129 * sysdeps/arm/fpu/ieee754.h: Move to...
2130 * sysdeps/arm/ieee754.h: ... here.
2131
2132 * sysdeps/arm/__longjmp.S: Put return value in correct register.
2133 Don't set the condition flags unnecessarily.
2134 * sysdeps/arm/fpu/__longjmp.S: Likewise. Restore floating point
2135 registers correctly.
2136
2137 * sysdeps/arm/dl-machine.h: Fix problems with profiling code
2138 (patch from Scott Bambrough).
2139
2140 * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
2141
2142 * csu/initfini.c (_init): Don't check whether __gmon_start__ is
2143 NULL, just call it unconditionally.
2144 (__gmon_start__): Provide stub version as a weak symbol.
2145
21461998-07-30 Philip Blundell <philb@gnu.org>
2147
2148 * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
2149 by Scott Bambrough)
2150
2151 * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
2152 like `@' in .type directives.
2153
2154 * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
2155 * sysdeps/arm/bsd-_setjmp.S: Likewise.
2156
2157 * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
2158
21591998-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2160
2161 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
2162 (F_GETOWN): Likewise.
2163
2164 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
2165 Linux 2.1.117).
2166
21671998-08-20 Ulrich Drepper <drepper@cygnus.com>
2168
2169 * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
2170 already defined.
2171
0c6cee5d
UD
21721998-08-18 Ulrich Drepper <drepper@cygnus.com>
2173
2174 * include/features.h: Define __USE_EXTERN_INLINES for recent
2175 enough gcc.
2176 * argp/argp.h: Define extern inline functions only if
2177 __USE_EXTERN_INLINES is defined.
2178 * libio/stdio.h: Likewise.
2179 * math/math.h: Likewise.
2180 * stdlib/stdlib.h: Likewise.
2181 * string/argz.h: Likewise.
2182 * sysdeps/generic/bits/sigset.h: Likewise.
2183 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
2184 * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
2185 * sysdeps/wordsize-32/inttypes.h: Likewise.
2186 * sysdeps/wordsize-64/inttypes.h: Likewise.
2187 * wcsmbs/wchar.h: Likewise.
2188
2189 * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
2190 to allow compilation without optimization.
2191
df777c40
UD
21921998-08-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2193
2194 * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
2195 more entries.
2196 * nis/nss_compat/compat-initgroups.c: Likewise.
2197 * nis/nss_compat/compat-pwd.c: Likewise.
2198 * nis/nss_compat/compat-spwd.c: Likewise.
2199 * nis/nss_nis/nis-alias.c: Likewise.
2200 * nis/nss_nis/nis-ethers.c: Likewise.
2201 * nis/nss_nis/nis-grp.c: Likewise.
2202 * nis/nss_nis/nis-hosts.c: Likewise.
2203 * nis/nss_nis/nis-initgroups.c: Likewise.
2204 * nis/nss_nis/nis-network.c: Likewise.
2205 * nis/nss_nis/nis-proto.c: Likewise.
2206 * nis/nss_nis/nis-pwd.c: Likewise.
2207 * nis/nss_nis/nis-rpc.c: Likewise.
2208 * nis/nss_nis/nis-service.c: Likewise.
2209 * nis/nss_nis/nis-spwd.c: Likewise.
2210
2211 * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
2212
2213 * nis/ypclnt.c: Try binding dir only first time, could be to old.
2214
2215 * nis/yp_xdr.c: Remove 1024 byte limit.
2216 * nis/ypupdate_xdr.c: Likewise.
2217
2218 * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
2219 wrong data.
2220
c82e6116
RM
22211998-08-18 Roland McGrath <roland@baalperazim.frob.com>
2222
2223 * Rules (binaries-static, binaries-shared static pattern rules):
2224 Depend on lib%, not just libc%, from $(link-libc{,-static}).
2225
2226 * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
2227 this here, overriding Makeconfig generic value so we link against
2228 the RPC libs.
2229
364ff81f
UD
22301998-08-17 Ulrich Drepper <drepper@cygnus.com>
2231
2232 * posix/tstgetopt.c (options): Add NULL entry at end
2233 Patch by Adrian Miranda <ade@psg.com>.
2234
5d7de7aa
UD
22351998-08-15 18:21 Ulrich Drepper <drepper@cygnus.com>
2236
2237 * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION. Move EI_PAD
2238 to 9.
2239
d610a544
UD
22401998-08-15 14:11 Ulrich Drepper <drepper@cygnus.com>
2241
2242 * elf/elf.h: Add PPC Diab relocations.
2243
2244 * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
2245
409dfcea
UD
22461998-08-14 10:08 Ulrich Drepper <drepper@cygnus.com>
2247
2248 * manual/texinfo.tex: Update.
2249
22501998-08-07 Geoff Keating <geoffk@ozemail.com.au>
2251
2252 * sysdeps/powerpc/backtrace.c: New file.
2253
22541998-08-14 Philip Blundell <pb@nexus.co.uk>
2255
2256 * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
2257 sigjmp_save.
2258 * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
2259
22601998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2261
2262 * Makefile (install-symbolic-link): Fix spelling.
2263
22641998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2265
2266 * elf/elf.h (SHT_HIOS): Fix value.
2267
22681998-08-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2269
2270 * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
2271 part of the expansion, this is undefined by the standard.
2272
9d141cae
UD
22731998-08-13 19:41 Ulrich Drepper <drepper@cygnus.com>
2274
2275 * posix/getconf.c: Add support for systems with incomplete confname.h.
2276
2277 * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
2278
2279 * sysdeps/posix/wait3.c: Make it work.
2280
22811998-08-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2282
2283 * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
2284 (elf/ldso_install): Remove.
2285
2286 * elf/Makefile (distribute): Add sln.c.
2287 (others): Add sln.
2288 (others-static): Add sln.
2289 (install-rootsbin): Add sln.
2290 (others-static): Add sln.
2291 (ldso_install): Remove.
2292
22931998-07-24 10:58 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2294
2295 * Makerules (install-clean-symbolic-link-list): Make phony.
2296 * Makefile (install-symbolic-link): Make phony. Depend on
2297 subdir_install for parallel makes.
2298
2299
23001998-07-22 Ulrich Drepper <drepper@cygnus.com>
2301
2302 * elf/Makefile (distribute): Add sln.c
2303
23041998-07-21 07:10 H.J. Lu <hjl@gnu.org>
2305
2306 * elf/sln.c: New file.
2307
2308 * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
2309 (install-clean-symbolic-link-list): New target.
2310 (install): Depend on install-clean-symbolic-link-list.
2311 (make-shlib-link): Changed for $(symbolic-link-list).
2312
2313 * Makefile (install-symbolic-link): New target.
2314 (install): Depend on install-symbolic-link.
2315
1f539fd1
UD
23161998-08-12 17:03 Ulrich Drepper <drepper@cygnus.com>
2317
2318 * include/unistd.h: Protect against multiple inclusion.
2319
2320 * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
2321 is defined, not is glob is defined.
2322 * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
2323
23241998-08-01 17:18 H.J. Lu <hjl@gnu.org>
2325
2326 * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
2327 xdr_string for ut_line, ut_name and ut_host.
2328
23291998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2330
2331 * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
2332 /var/mail in accordance with FHS 2.0.
2333 Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
2334
23351998-08-12 Richard Henderson <rth@cygnus.com>
2336
2337 * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
2338 Update aliases for cancelation.
2339
2340 * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
2341 playing with symbol versions.
2342
259d930a
RM
23431998-08-12 Roland McGrath <roland@baalperazim.frob.com>
2344
2345 * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
2346 multiple inclusion protection.
2347 (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
2348 _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
2349 define all these to 1.
2350 (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
2351
d6765f1d
RM
23521998-08-12 Roland McGrath <roland@baalperazim.frob.com>
2353
2354 * sysdeps/mach/usleep.c: Include <unistd.h>.
2355 (usleep): Return void.
2356
23571998-08-11 Roland McGrath <roland@baalperazim.frob.com>
2358
2359 * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
2360 decl to inhibit warning in if_freenameindex defn.
2361
2362 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
2363
2364 * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
2365
2366 * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
2367 * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
2368 * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
2369 * sysdeps/mach/usleep.c: Likewise.
2370
2371 * sysdeps/mach/hurd/bind.c (bind): Add a const.
2372
2373 * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
2374 * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
2375 * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
2376 * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
2377 * sysdeps/mach/usleep.c (usleep): Likewise.
2378 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2379 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2380 * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
2381 * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
2382
23831998-08-11 Roland McGrath <roland@baalperazim.frob.com>
2384
2385 * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
2386 (glob64): Fix typo.
2387
2388 * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
2389 %p arg to fprintf, since `void *' is the right type already.
2390
b5876a19
RM
23911998-07-25 19:47 Jose M. Moya <josem@gnu.org>
2392
2393 * sysdeps/mach/hurd/getcwd.c
1f539fd1
UD
2394 (_hurd_canonicalize_directory_name_internal): Do not loop forever
2395 for unknown root directories.
b5876a19 2396 (__getcwd): Return NULL when the current root directory could not
1f539fd1 2397 be reached.
b5876a19 2398
f81d98d6 23991998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com>
a2bde807 2400
f81d98d6 2401 * string/strsignal.c (strsignal): Count real-time signals from zero.
a2bde807 2402
a5f4e34a 2403
f81d98d6 2404See ChangeLog.8 for earlier changes.
This page took 0.272848 seconds and 5 git commands to generate.