1 1998-10-23 Ulrich Drepper <drepper@cygnus.com>
3 * sysdeps/unix/sysv/linux/i386/Dist: Add setresuid.c, setresgid.c,
4 setfsuid.c, and setfsgid.c.
5 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
6 * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
7 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
9 * version.h (VERSION): Bump to 2.0.99.
11 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove duplicate
14 * sysdeps/unix/sysv/linux/i386/Dist: Remove s_pread64.c and
17 * posix/fnmath.h: Don't redefine __P when used in glibc.
18 * posix/glob.h: Likewise.
20 * inet/rcmd.c (__ivaliduser2): Fix memory leak.
21 Patch by Dick Streefland <dick_streefland@tasking.com>.
23 * stdio-common/tst-ungetc.c: Add more test cases.
25 * sysdeps/unix/sysv/linux/Dist: Add linux_fsinfo.h.
26 * sysdeps/unix/sysv/linux/fstatvfs.c: Move filesystem magic number
28 * sysdeps/unix/sysv/linux/linux_fsinfo.h: ...here. New file.
29 * sysdeps/unix/sysv/linux/fpathconf.c: New file.
30 * sysdeps/unix/sysv/linux/pathconf.c: New file.
31 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Handle _PC_LINK_MAX here.
32 * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
34 1998-10-20 Philip Blundell <pb@nexus.co.uk>
36 * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Include
37 <asm/ptrace.h> to define struct pt_regs.
38 * sysdeps/unix/sysv/linux/arm/profil-counter.h: Don't bother
39 including <asm/ptrace.h> here.
41 * sysdeps/unix/sysv/linux/arm/sysdep.S: Remove spurious call to
44 1998-10-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
46 * sysdeps/generic/sys/ptrace.h (__ptrace_request): Remove comma at
47 end of enumerator list.
48 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Likewise.
49 * posix/wordexp.h: Likewise.
51 * db/db.h: Use __PMT instead of __P in typedefs.
52 * db/mpool.h: Likewise.
53 * sysdeps/generic/bits/siginfo.h: Likewise.
54 * nis/rpcsvc/ypclnt.h: Likewise.
56 1998-10-23 Ulrich Drepper <drepper@cygnus.com>
58 * libio/genops.c (_IO_seekmark): When switching to backup buffer
59 make sure all characters from the read buffer are read after
62 1998-10-22 Ulrich Drepper <drepper@cygnus.com>
64 * configure.in: Add support for Cygnus GNUPro compilers.
66 1998-10-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
68 * stdio/stdio.h: Use __PMT instead of __P in typedefs.
70 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use __PMT instead
71 of __P for sa_restorer.
72 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
73 * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
74 kernel_sigaction, old_kernel_sigaction): Likewise.
76 1998-10-22 Ulrich Drepper <drepper@cygnus.com>
78 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add __syscall_pread
79 and __syscall_pwrite aliases.
81 * sunrpc/rpc/auth.h (AUTH_DH): New macro. Alias for AUTH_DES.
83 * sysdeps/unix/sysv/linux/i386/sysdep.h: Drastically simplify and
84 improve INLINE_SYSCALL using macro assembler magic.
86 1998-10-22 H.J. Lu <hjl@gnu.org>
88 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Add
90 * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
92 * sysdeps/posix/fpathconf.c (__fpathconf): Set errno to
93 EINVAL if errno == ENODEV. Tested by VSX-PCT.
95 * sysdeps/posix/isatty.c (__isatty): Don't reset errno. Tested
98 * posix/execvp.c (execvp): Check "". Tested by VSX-PCT.
100 1998-10-22 Philip Blundell <pb@nexus.co.uk>
102 * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef
105 1998-10-21 Ulrich Drepper <drepper@cygnus.com>
107 * sysdeps/unix/sysv/linux/i386/sysdep.h: Remove EXTRAVARS_* macros
110 1998-10-21 14:38 Ulrich Drepper <drepper@cygnus.com>
112 * sysdeps/unix/sysdep.h (INLINE_SYSCALL): New macro. Simply call
113 __syscall_* function.
114 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use INLINE_SYSCALL instead
115 of calling __syscall_* function.
116 * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
117 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
118 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
119 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
120 * sysdeps/unix/sysv/linux/getpriority.c: Likewise.
121 * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
122 * sysdeps/unix/sysv/linux/getresuid.c: Likewise.
123 * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
124 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
125 * sysdeps/unix/sysv/linux/poll.c: Likewise.
126 * sysdeps/unix/sysv/linux/pread.c: Likewise.
127 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
128 * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
129 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
130 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
131 * sysdeps/unix/sysv/linux/readv.c: Likewise.
132 * sysdeps/unix/sysv/linux/reboot.c: Likewise.
133 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
134 * sysdeps/unix/sysv/linux/siglist.h: Likewise.
135 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
136 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
137 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
138 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
139 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
140 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
141 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
142 * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
143 * sysdeps/unix/sysv/linux/ustat.c: Likewise.
144 * sysdeps/unix/sysv/linux/writev.c: Likewise.
145 * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
146 * sysdeps/unix/sysv/linux/xstat.c: Likewise.
147 * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
148 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
149 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
150 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
151 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
152 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
153 * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
154 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
155 * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
156 * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
157 * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
159 * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INLINE_SYSCALL using
161 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove various
162 __syscall_* definitions.
164 * sysdeps/unix/sysv/linux/syscalls.list: Move various __syscall_*
166 * sysdeps/unix/sysv/linux/alpha/syscalls.list: ...here...
167 * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
168 * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
169 * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
170 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
171 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
172 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
174 * sysdeps/unix/sysv/linux/Makefile [subdir=signal] (sysdep_routines):
175 Move definition to...
176 * sysdeps/unix/sysv/linux/alpha/Makefile: ...here...
177 * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
178 * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
179 * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
180 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
181 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
182 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
184 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
185 (sysdep_routines): Remove s_pread64 and s_pwrite64.
187 * sysdeps/unix/sysv/linux/i386/pread.c: New file.
188 * sysdeps/unix/sysv/linux/i386/pread64.c: New file.
189 * sysdeps/unix/sysv/linux/i386/pwrite.c: New file.
190 * sysdeps/unix/sysv/linux/i386/pwrite64.c: New file.
191 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Removed.
192 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Removed.
194 1998-10-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
196 * sysdeps/unix/sysv/linux/siglist.h: Fix some typos in these files
197 and bring them in synch.
198 * sysdeps/unix/siglist.c: Likewise.
199 Reported by Vladimir Michl <michlv@risc.upol.cz> [PR libc/832].
201 1998-10-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
203 * sysdeps/unix/sysv/linux/i386/setresuid.c: Allow -1 as arguments.
204 * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
206 * sysdeps/unix/sysv/linux/i386/setreuid.c: New file.
207 * sysdeps/unix/sysv/linux/i386/setregid.c: New file.
208 * sysdeps/unix/sysv/linux/m68k/setreuid.c: New file.
209 * sysdeps/unix/sysv/linux/m68k/setregid.c: New file.
210 * sysdeps/unix/sysv/linux/arm/setreuid.c: New file.
211 * sysdeps/unix/sysv/linux/arm/setregid.c: New file.
212 * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: New file.
213 * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: New file.
214 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_setreuid and
216 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
217 * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
218 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
220 1998-10-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
222 * sunrpc/rpc_main.c (close_output, close_input): New functions.
223 (c_output, h_output, s_output, l_output, t_output, svc_output,
224 clnt_output, mkfile_output): Call them at the end.
226 1998-10-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
228 * db/Makefile (LDFLAGS-db1.so): New variable, to avoid duplicating
231 1998-10-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
233 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents.
234 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add s_setfs[ug]id.
236 1998-10-20 Ulrich Drepper <drepper@cygnus.com>
238 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_pread64 and
240 * sysdeps/unix/sysv/linux/powerpc/pread.c: New file.
241 * sysdeps/unix/sysv/linux/powerpc/pread64.c: New file.
242 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: New file.
243 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: New file.
244 Patch by Geoffrey KEATING <geoffk@discus.anu.edu.au>.
246 1998-10-18 Zack Weinberg <zack@rabi.phys.columbia.edu>
248 * sysdeps/unix/opendir.c: Check at runtime for kernel support for
251 1998-10-20 H.J. Lu <hjl@gnu.org>
253 * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Fix
256 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
258 * math/tgmath.h: Make nested function calls work.
260 * include/ldsodefs.h: Fix typo.
262 * posix/Makefile (tests): Add tst-preadwrite.
263 * posix/tst-preadwrite.c: New file.
265 * sysdeps/unix/opendir.c (__opendir): Add back fstat call to make
266 sure that descriptor is in any case for a directory.
268 1998-10-19 18:59 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
270 * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG): Fix typo: val -> Val.
271 (atan2): Takes two arguments.
273 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
275 * include/ldsodefs.h: New file.
277 * iconv/gconv.c: Include ldsodefs.h, not elf/ldsodefs.h.
278 Remove change to avoid using _CALL_DL_FCT.
279 * iconv/gconv_db.c: Likewise.
280 * iconv/gconv_dl.c: Likewise.
281 * iconv/skeleton.c: Likewise, here for DL_CALL_FCT.
282 * malloc/mtrace.c: Include ldsodefs.h, not elf/ldsodefs.h.
283 * nss/nsswitch.c: Likewise.
284 * nss/nsswitch.h: Likewise.
286 1998-10-19 Philip Blundell <pb@nexus.co.uk>
288 * sunrpc/Makefile (otherlibs): If static NSS is in use, set to the
290 * login/Makefile (otherlibs): Likewise.
291 * nscd/Makefile (otherlibs): Likewise.
292 * Makeconfig (link-libc) [! build_shared]: Add $(otherlibs).
294 * debug/Makefile (install-bin): Only build catchsegv if using ELF.
296 * inet/Makefile: Add -DSTATIC_NSS to CFLAGS.
298 1998-10-19 Philip Blundell <pb@nexus.co.uk>
300 * sysdeps/unix/sysv/linux/arm/syscalls.list: Added setfsgid
303 1998-10-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
305 * nscd/connections.c: Fix typos in comments and strings.
307 * nscd/nscd.conf: Update according to recent changes to nscd.
309 * nscd/cache.c (prune_cache): Remove wrong comment.
311 1998-10-19 13:24 Ulrich Drepper <drepper@cygnus.com>
313 * locale/programs/ld-collate.c (collate_startup): Clear bit for this
314 category in copy_posix.
315 (collate_finish): Don't warn about UNDEFINED not being defined.
316 * locale/programs/ld-ctype.c (ctype_startup): Clear bit for this
317 category in copy_posix.
318 * locale/programs/ld-messages.c (messages_startup): Likewise.
319 * locale/programs/ld-monetary.c (monetary_startup): Likewise.
320 * locale/programs/ld-numeric.c (numeric_startup): Likewise.
321 * locale/programs/ld-time.c (time_startup): Likewise.
322 * locale/programs/localedef.c: Move copy_def_list_t definition into
323 locales.h. Define copy_posix variable.
324 (main): Before processing copy list add ©_posix to copy_list.
325 * locale/programs/locales.h: Add definition of copy_def_list_t.
326 * locale/programs/locfile.c: Clear bit for appropriate category in
327 copy_posix.mask for copy instruction.
329 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
331 * sysdeps/unix/sysv/linux/i386/setresgid.c: Remove #include of
332 non-existing file with generic implementation.
333 * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
335 1998-10-19 Philip Blundell <pb@nexus.co.uk>
337 * iconv/gconv_db.c: Include ELF header only if STATIC_GCONV is not
338 defined. Avoid using _CALL_DL_FCT if it is not defined.
339 * iconv/gconv.c: Likewise.
341 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
343 * nscd/connections.c (dbs): Define defualt values for timeouts and
344 set enabled to 0 by default.
345 (CACHE_PRUNE_INTERVAL): New constant. Use it instead of magical 15 in
348 * locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISCNTRL bit for
350 (_nl_C_LC_CTYPE_class32): Likewise.
353 1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
355 * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
356 _HURD_THREADVAR_DL_ERROR.
358 * hurd/Makefile (user-interfaces): Add login, password.
360 * sysdeps/mach/hurd/Makefile (+cflags): Append -Wno-parentheses.
362 1998-08-06 Mark Kettenis <kettenis@phys.uva.nl>
364 [submitted 1998-08-06]
365 * mach/Machrules: Create target directory and force re-evaluation
366 of Makefile to prevent `make' from optimizing away most of the
367 implicit rules and `vpath' directives.
369 1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
371 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread
372 is null, short-circuit to __mach_msg.
374 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function,
376 (init1) [PIC]: Call it.
377 (__libc_init_first) [! PIC]: Call it.
379 * sysdeps/mach/hurd/i386/init-first.c (init1): Don't call
380 __libc_init_secure. Instead set __libc_enable_secure here from
382 (__libc_enable_secure): New variable it.
383 * sysdeps/mach/hurd/enbl-secure.c: New file, empty placeholder module.
385 1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
387 * nscd/nscd-client.h: New file, broken out of "nscd.h".
388 * nscd/nscd.h: Move defns needed by clients to "nscd-client.h",
390 * nscd/Makefile (distribute): Add nscd-client.h.
391 * nscd/nscd_getgr_r.c, nscd/nscd_gethst_r.c, nscd/nscd_getpw_r.c:
392 Include "nscd-client.h" instead of "nscd.h"
394 1998-10-18 Ulrich Drepper <drepper@cygnus.com>
396 * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing
397 directory entries when a lstat call fails.
398 Patch by Colin Plumb <colin@nyx.net>.
400 * resolv/nss_dns/dns-host.c: Add missing errnop parameter to the
402 * resolv/nss_dns/dns-network.c: Likewise.
404 * grp/Makefile: Don't search for linuxthreads in add-ons, use
405 have-thread-library to determine whether threads are available.
406 * pwd/Makefile: Remove wrong comment.
408 * inet/Makefile: Define CFLAGS-gethstbyad_r.c, CFLAGS-gethstbynm_r.c,
409 and CFLAGS-gethstbynm2_r.c to -DUSE_NSCD=1.
411 * locale/C-messages.c: Define default strings for YESTR and NOSTR.
413 * nss/Versions: Add __nss_hosts_lookup.
415 * nss/getXXbyYY.c: Remove unneeded assignment.
417 * nss/getXXbyYY_r.c: Include nscd/nscd_proto.h only if needed.
419 Almost complete rewrite of the NSCD to make it smaller, faster,
420 add more functionnality and make it easier to extend.
421 * nscd/Makfile (routines): Add nscd_gethst_r.
422 (nscd-modules): Add hstcache, gethstbyad_r, gethstbynm2_r, and cache.
423 * nscd/cache.c: New file.
424 * nscd/gethstbyad_r.c: New file.
425 * nscd/gethstbynm2_r.c: New file.
426 * nscd/hstcache.c: New file.
427 * nscd/nscd_gethst_r.c: New file.
428 * nscd/connections.c: Rewritten. Don't start new thread for every
429 new connection. Use a fixed set of threads which handle all
430 connections and also the cache cleanup.
431 * nscd/grpcache.c: Rewritten to use generic cache handling functions
433 * nscd/nscd.c: Recognize new parameter nthreads. Adjust initialization
434 for rewrite. Remove handle_requests function.
435 * nscd/nscd.h (NSCD_VERSION): Bump to 2.
436 Define new data structure for the new unified cache and the host
438 * nscd/nscd_conf.c: Rewrite parsing partly to allow adding of more
439 databases easily. Recognize check-files and threads definitions.
440 * nscd/nscd.conf: Add definition of enable-cache and check-files to
441 passwd and group definitions. Add new set of definitions for hosts.
442 * nscd/nscd_getgr_r.c: Rewrite for new protocol.
443 * nscd/nscd_getpw_r.c: Likewise.
444 * nscd/nscd_proto.h: Add prototype for host database functions.
445 * nscd/nscd_stat.c: Rewrite to simplify printing of information
447 * nscd/dbg_log.c: Remove unnecessary variable initializations.
448 Global variable debug_flag is renamed to dbg_level.
449 * nscd/dbg_log.h: Declare set_logfile.
451 1998-10-16 Ulrich Drepper <drepper@cygnus.com>
453 * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
456 1998-10-16 Paul Eggert <eggert@shade.twinsun.com>
458 * time/mktime.c: Some systems require <unistd.h> to be
459 included before <time.h> for localtime_r to be declared
461 * time/strftime.c: Likewise.
463 1998-10-16 Ulrich Drepper <drepper@cygnus.com>
465 * db/Makefile: Add rule to generate shared object with the soname
468 * sysdeps/unix/opendir.c: Use O_DIRECTORY if available. If not
469 available double check to verify it's a directory.
471 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add O_DIRECTORY.
472 * sysdeps/unix/sysv/linux/mips/bits/fcntl: Likewise.
473 * sysdeps/unix/sysv/linux/bits/fcntl.h: Remove O_* constants which
474 are not generally available.
475 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: New file.
477 * sysdeps/unix/sysv/linux/i386/setgroups.c: Add range check for values.
478 * sysdeps/unix/sysv/linux/arm/Makefile: New file.
479 * sysdeps/unix/sysv/linux/arm/setegid.c: New file.
480 * sysdeps/unix/sysv/linux/arm/seteuid.c: New file.
481 * sysdeps/unix/sysv/linux/arm/setfsgid.c: New file.
482 * sysdeps/unix/sysv/linux/arm/setfsuid.c: New file.
483 * sysdeps/unix/sysv/linux/arm/setgid.c: New file.
484 * sysdeps/unix/sysv/linux/arm/setgroups.c: New file.
485 * sysdeps/unix/sysv/linux/arm/setresgid.c: New file.
486 * sysdeps/unix/sysv/linux/arm/setresuid.c: New file.
487 * sysdeps/unix/sysv/linux/arm/setuid.c: New file.
488 * sysdeps/unix/sysv/linux/i386/setegid.c: New file.
489 * sysdeps/unix/sysv/linux/i386/seteuid.c: New file.
490 * sysdeps/unix/sysv/linux/i386/setfsgid.c: New file.
491 * sysdeps/unix/sysv/linux/i386/setfsuid.c: New file.
492 * sysdeps/unix/sysv/linux/i386/setgid.c: New file.
493 * sysdeps/unix/sysv/linux/i386/setgroups.c: New file.
494 * sysdeps/unix/sysv/linux/i386/setresgid.c: New file.
495 * sysdeps/unix/sysv/linux/i386/setresuid.c: New file.
496 * sysdeps/unix/sysv/linux/i386/setuid.c: New file.
497 * sysdeps/unix/sysv/linux/m68k/setegid.c: New file.
498 * sysdeps/unix/sysv/linux/m68k/seteuid.c: New file.
499 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: New file.
500 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: New file.
501 * sysdeps/unix/sysv/linux/m68k/setgid.c: New file.
502 * sysdeps/unix/sysv/linux/m68k/setgroups.c: New file.
503 * sysdeps/unix/sysv/linux/m68k/setresgid.c: New file.
504 * sysdeps/unix/sysv/linux/m68k/setresuid.c: New file.
505 * sysdeps/unix/sysv/linux/m68k/setuid.c: New file.
506 * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: New file.
507 * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: New file.
508 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: New file.
509 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: New file.
510 * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: New file.
511 * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
512 * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
513 * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
514 * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: New file.
516 * sysdeps/unix/sysv/linux/arm/syscalls.list: Add s_setgid, s_setresuid,
517 s_setresgid, and s_setuid.
518 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
519 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
520 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
521 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
522 (sysdep_routines): Add setfsgid, setfsuid, setresgid, and setresuid.
523 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
524 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
526 1998-10-16 Ulrich Drepper <drepper@cygnus.com>
528 * time/mktime.c: Define _POSIX_THREAD_SAFE_FUNCTIONS to get
529 localtime_t declaration on some systems.
531 1998-10-16 10:07 Ulrich Drepper <drepper@cygnus.com>
533 * iconv/Makefile [! elf]: Define CFLAGS-gconv_simple.c to
535 * iconv/skeleton.c: Include ELF header only of STATIC_GCONV is not
536 defined. Avoid using DL_CLL_FCT if it is not defined.
538 1998-10-16 10:40 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
540 * resolv/arpa/nameser.h: Include sys/types.h unconditionally.
541 Include endian.h unconditionally. Remove portability goop
542 depending on #ifdef linux, #ifdef BSD, #ifdef machine-type.
544 1998-10-16 11:39 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
546 * sunrpc/rpc/types.h: Mark file so fixincludes won't modify it.
548 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
550 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Remove __kernel_termios
551 again. Use char[44] to define size of the struct.
553 * sysdeps/unix/sysv/linux/arm/Dist: Add bits/armsigctx.h.
555 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
557 * string/bits/string2.h (strcmp): Don't cache the result of
558 __builtin_constant_p in variables, otherwise constant folding
559 can fail in big functions.
561 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
563 * string/bits/string2.h: Add prototypes for the new inline
566 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
568 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
569 have all types defined.
570 Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
572 1998-10-08 Paul Eggert <eggert@twinsun.com>
574 * time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
575 Define also if HAVE_LOCALTIME_R && defined localtime_r, with
576 a body that merely expands localtime_r; this works around a
577 bug in Digital Unix 4.0A and 4.0D.
579 1998-10-14 Ulrich Drepper <drepper@cygnus.com>
581 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_ioctl.
582 * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: New file. Define
583 __ioctl to __syscall_ioctl and include Linux version of this file.
584 * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
585 * sysdeps/unix/sysv/linux/powerpc/ioctl.c: New file. Redirect
586 ioctl calls which handle struct termios.
587 Based on a patch by Dan Jacobowitz <drow@false.org>.
589 1998-10-14 Ulrich Drepper <drepper@cygnus.com>
591 * version.h (VERSION): Bump to 2.0.98.
593 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Define __kernel_termios
594 here instead of including kernel_termios.h.
596 1998-10-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
598 * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is
599 unnecessary after the changes of 1998-10-12.
601 1998-10-13 Ulrich Drepper <drepper@cygnus.com>
603 * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
604 parameter format string.
605 (inline_outw): Likewise.
607 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Include
608 string.h to get memcpy prototype and NULL definition.
610 1998-10-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
612 * misc/sys/cdefs.h (__THROW): New macro.
613 * argp/argp.h: Use it to replace the kludgey __P in inline
614 function definitions.
615 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
616 * stdlib/stdlib.h: Likewise.
617 * wcsmbs/wchar.h: Likewise.
618 * libio/stdio.h: Likewise.
619 * stdio/stdio.h: Likewise.
620 * sysdeps/wordsize-64/inttypes.h: Likewise.
621 * sysdeps/wordsize-32/inttypes.h: Likewise.
622 * string/argz.h: Likewise.
623 * io/sys/stat.h: Likewise.
625 1998-10-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
627 * Rules (stdio_lim): New variable.
628 ($(stdio_lim:h=st)): Use this as intermediate stamp file, depend
629 on Rules and config.make, use $(move-if-change) to avoid unnessary
630 recompilations, and cleanup command.
631 (common-generated): Add bits/stdio_lim.st.
633 1998-10-12 Ulrich Drepper <drepper@cygnus.com>
635 * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New
636 variable to prevent warnings from use of modern CPU instructions.
637 Patch by Richard Henderson <rth@cygnus.com>.
639 * sysdeps/unix/opendir.c: Test whether NAME is directory before
642 1998-10-12 Philip Blundell <pb@nexus.co.uk>
644 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing
645 semicolon so that profiling works.
647 1998-10-12 Roland McGrath <roland@baalperazim.frob.com>
649 * sysdeps/generic/glob.c: #undef mempcpy before #define.
651 * sysdeps/unix/bsd/clock.c: Use prototype defns.
653 1998-10-11 Ulrich Drepper <drepper@cygnus.com>
655 * Rules [posix in sysdirs]: Set L_tmpnam to 20.
656 Patch by Zack Weinberg <zack@rabi.columbia.edu>.
658 * string/bits/string2.h [!_STRING_ARCH_unaligned]
659 (__mempcpy_small): Add parameter for 1 byte copy and use it.
660 Reported by Geoff Keating <geoffk@ozemail.com.au>.
662 1998-10-09 Mark Kettenis <kettenis@phys.uva.nl>
664 * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove,
665 it is already defined in <bits/environments.h>.
667 1998-10-09 Ulrich Drepper <drepper@cygnus.com>
669 * posix/ptestcases.h: Fix typo.
671 1998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
673 * posix/regex.c (regcomp): Allocate and prepare a fastmap.
674 (regexec): Allocate regs.start and regs.end as one block.
676 1998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
678 * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
681 1998-10-08 Philip Blundell <pb@nexus.co.uk>
683 * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
684 sigcontext union to ...
685 * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here. New
687 * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
690 1998-10-08 Ulrich Drepper <drepper@cygnus.com>
692 * malloc/mtrace.c (tr_reallochook): Produce better output for real
695 * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
696 * argp/argp-xinl.c: Likewise.
698 * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
700 Patch by Christian Gafton.
702 1998-10-08 Paul Eggert <eggert@twinsun.com>
704 * time/mktime.c (__mktime_internal): When the requested time falls
705 in a spring-forward gap of size DT, return a time that is DT away
706 from the requested time, preferring a time whose tm_isdst differs
707 from the requested value. Bump the max number of probes from 4 to
708 6 to account for the extra probes needed to discover a
709 spring-forward gap in the worst case.
711 1998-10-07 17:05 Ulrich Drepper <drepper@cygnus.com>
713 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection
714 of the weird alpha architectures.
715 Patch by Cristian Gafton <gafton@redhat.com>.
717 1998-02-18 23:31 Richard Henderson <rth@cygnus.com>
719 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for
720 RAWHIDE and TSUNAMI. Patch from Jay.Estabrook@digital.com.
722 1998-10-07 Ulrich Drepper <drepper@cygnus.com>
724 * elf/dl-open.c (_dl_global_scope_alloc): Make global.
725 (dl_open_worker): Use realloc, not malloc to resize array.
726 * elf/rtld.c (_dl_initial_searchlist): New variable.
727 (_dl_main): Copy content of _dl_main_searchlist to
728 _dl_initial_searchlist.
729 * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
730 _dl_global_scope_alloc.
731 * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
732 * elf/dl-close.c (_dl_close): When removing object with global
733 scope remove allocated searchlist if no dynamically loaded object
735 * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
736 (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.
738 * malloc/mtrace.c (tr_where): Don't print space in location string,
739 print it afterwards. Print better symbol name information.
741 1998-10-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
743 * manual/filesys.texi (Setting Permissions): Fix example for
746 1998-10-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
748 * elf/sprof.c (load_profdata): Fix typo in error message.
750 1998-10-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
752 * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
755 1998-10-04 Roland McGrath <roland@baalperazim.frob.com>
757 * mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
759 1998-10-06 Ulrich Drepper <drepper@cygnus.com>
761 * version.h (VERSION): Bump to 2.0.97.
763 1998-10-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
765 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P
766 in definitions of inline stat functions so that they match the
768 * stdlib/stdlib.h: Likewise.
769 * wcsmbs/wchar.h: Likewise.
770 * libio/stdio.h: Likewise.
771 * stdio/stdio.h: Likewise.
772 * sysdeps/wordsize-64/inttypes.h: Likewise.
773 * sysdeps/wordsize-32/inttypes.h: Likewise.
774 * string/argz.h: Likewise.
775 * argp/argp.h: Likewise.
777 1998-10-06 Ulrich Drepper <drepper@cygnus.com>
779 * sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
782 1998-10-05 Philip Blundell <philb@gnu.org>
784 * sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
785 and constants. Tidy up formatting a little.
787 * sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
788 Move definitions to in.h.
790 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
792 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
793 SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
794 Remove inclusion of <linux/swap.h>.
796 1998-10-05 Ulrich Drepper <drepper@cygnus.com>
798 * io/sys/stat.h: Use __P in definitions of inline stat functions
799 so that they match the declaration.
801 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
803 * sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
805 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
807 * sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
810 1998-10-02 Philip Blundell <pb@nexus.co.uk>
812 * sysdeps/arm/dl-machine.h: Fix typo in last change.
814 * sysdeps/arm/bits/huge_val.h: New file.
816 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
818 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
820 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
823 1998-10-05 Ulrich Drepper <drepper@cygnus.com>
825 * sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
826 store result of realloc instead of using BUF.
828 1998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
830 * misc/sgtty.h (_SGTTY_H): Correct spelling.
831 Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
833 1998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
835 * manual/memory.texi (Obstacks): Document
836 obstack_alloc_failed_handler usage.
838 * malloc/obstack.h: Enhance comment about
839 obstack_alloc_failed_handler usage.
840 * malloc/obstack.c: Likewise.
842 1998-10-05 Ulrich Drepper <drepper@cygnus.com>
844 * misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
845 gcc before 2.8 is used.
847 1998-10-01 Philip Blundell <pb@nexus.co.uk>
849 * sysdeps/arm/machine-gmon.h: Correct args to mcount(). Patch
850 from Scott Bambrough.
852 * sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
854 * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
855 include the lock member.
857 1998-09-03 Philip Blundell <pb@nexus.co.uk>
859 * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
861 1998-10-01 Ulrich Drepper <drepper@cygnus.com>
863 * timezone/zic.c: Update from tzcode1998h.
864 * timezone/europe: Update from tzdata1998i.
865 * timezone/southamerica: Likewise.
867 * sys/types.h: Protect use of long long by __extension__.
868 * stdlib/stdlib.h: Likewise.
869 * string/string.h: Likewise.
870 * sysdeps/i386/bits/byteswap.h: Likewise.
871 * sysdeps/geeric/bits/byteswap.h: Likewise.
872 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
873 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
874 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
875 * sysdeps/wordsize-32/inttypes.h: Likewise.
876 * sysdeps/wordsize-32/stdint.h: Likewise.
877 * wcsmbs/wchar.h: Likewise.
879 1998-09-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
881 * string/bits/string2.h (__string2_1bptr_p): Don't use a statement
883 (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
884 __strsep): Greatly reduce size of expansion by combining common
886 (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
888 (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
889 by the above definitions.
891 1998-09-27 Geoff Keating <geoffk@ozemail.com.au>
893 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
894 correct struct ipc_perm definition.
896 1998-09-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
898 * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
900 1998-09-29 Cristian Gafton <gafton@redhat.com>
902 * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
903 * sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
904 * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
905 * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
908 1998-09-29 Ulrich Drepper <drepper@cygnus.com>
910 * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
912 * nis/ypclnt.c: Remove not needed close calls.
914 1998-09-28 23:55 Ulrich Drepper <drepper@cygnus.com>
916 * nis/ypclnt.c (__yp_bind): Pretty print. Optimize readv result
917 check a bit. Also close socket of domain client. Close socket
918 in IPPORT_RESERVED error case.
920 1998-09-28 Ulrich Drepper <drepper@cygnus.com>
922 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
923 CMSG_ALIGN (fixes a bug) and correct test for availability of
925 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
927 (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
928 availability of another entry.
931 * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
934 * libio/libio.h [!__STDC__]: Define const only if not defined.
936 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
938 * posix/annexc.c (xsystem): New function. Use it instead of
941 1998-09-28 Ulrich Drepper <drepper@cygnus.com>
943 * stdlib/longlong.h: Remove #endif for #if removed in last change.
945 1998-09-25 Ulrich Drepper <drepper@cygnus.com>
947 * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
948 Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
949 allow using `ut' parameter.
950 [!emacs]: Define ut_argument, ut_argument_spec, and
951 ut_argument_spec_iso as empty. Define ut to 0. Add ut_argument and
952 argument_spec to prototypes and definitions.
953 (my_strftime): Don't call tzset of ut != 0.
954 Compute diff as 0 is ut != 0;
955 [emacs]: Define new emacs_strftime function.
956 Based on a patch by Paul Eggert.
958 1998-09-24 Paul Eggert <eggert@twinsun.com>
960 * time/strftime.c (my_strftime): When asking for the length of the
961 subformatted buffer, do not limit the length to look for;
962 otherwise, we have no reliable way to distinguish between the
963 empty buffer and an error.
965 1998-09-25 Ulrich Drepper <drepper@cygnus.com>
967 * math/Makefile (gmp-objs): Add mp_clz_tab.
969 1998-09-25 David S. Miller <davem@pierdol.cobaltmicro.com>
971 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
973 * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
974 cpus lacking hardware multiply and divide.
976 1998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
978 * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
981 1998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
983 * db/btree/bt_delete.c: Fix -Wparentheses warning.
985 1998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
987 * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
990 1998-09-24 Ulrich Drepper <drepper@cygnus.com>
992 * debug/catchsegv.sh: Also produce output if clone process died.
994 1998-09-24 Paul Eggert <eggert@twinsun.com>
996 * time/strftime.c (f_wkday): Remove duplicate definition.
997 (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
998 !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
999 1998-09-11 fix to this case.
1000 (wkday_len, month_len): Remove these macros; they're no longer needed.
1002 1998-09-24 Paul Eggert <eggert@twinsun.com>
1004 * time/strftime.c (my_strftime): Don't store past the end of a
1007 1998-09-24 Paul Eggert <eggert@twinsun.com>
1009 * time/strftime.c (underlying_strftime):
1010 Set the buffer to a nonzero value before calling
1011 strftime, and check to see whether strftime has set the buffer to zero.
1012 This lets us distinguish between an empty buffer and an error.
1014 1998-09-24 Paul Eggert <eggert@shade.twinsun.com>
1016 * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
1017 This fix is propagated from tzcode1998g.tar.gz.
1019 1998-09-24 Mark Kettenis <kettenis@phys.uva.nl>
1021 * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
1022 _sys_siglist. [!HAVE_GNU_LD]: Do not define _sys_siglist as
1023 sys_siglist. This is handled correctly by the weak_alias macro.
1025 1998-09-24 Ulrich Drepper <drepper@cygnus.com>
1027 * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
1028 of mempcpy. Reported by Andreas Jaeger.
1030 * misc/regexp.h (compile): Use alloca instead of __alloca. It won't
1031 pollute the namespace since the compiler will resolve it inline.
1032 Reported by Florian La Roche <florian@suse.de>.
1034 1998-09-24 10:29 Ulrich Drepper <drepper@cygnus.com>
1036 * timezone/private.h: Update from tzcode1998g.
1038 * timezone/africa: Update from tzdata1998h.
1039 * timezone/asia: Likewise.
1040 * timezone/australasia: Likewise.
1041 * timezone/europe: Likewise.
1042 * timezone/northamerica: Likewise.
1043 * timezone/southamerica: Likewise.
1044 * timezone/zone.tab: Likewise.
1046 1998-09-23 17:28 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1048 * misc/sys/mman.h: New file.
1050 * sysdeps/generic/bits/mman.h: New file.
1051 * sysdeps/unix/bsd/osf/bits/mman.h: New file.
1052 * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
1053 * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
1054 * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
1056 * sysdeps/generic/sys/mman.h: Removed.
1057 * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
1058 * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
1059 * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
1060 * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
1061 * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
1063 * include/sys/mman.h: Look directly for misc/sys/mman.h.
1064 * misc/Makefile (headers): Add bits/mman.h.
1065 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
1068 * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
1069 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
1070 * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
1071 * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
1072 * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
1073 * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1074 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
1075 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1077 1998-09-23 16:27 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1079 * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
1080 * sysdeps/mach/alpha/thread_state.h: Likewise.
1081 * sysdeps/mach/i386/sysdep.h: Likewise.
1082 * sysdeps/mach/i386/thread_state.h: Likewise.
1083 * sysdeps/mach/mips/sysdep.h: Likewise.
1084 * sysdeps/mach/mips/thread_state.h: Likewise.
1085 * sysdeps/posix/profil.c: Likewise.
1086 * sysdeps/i386/i586/memcopy.h: Likewise.
1087 * sysdeps/mach/pagecopy.h: Likewise.
1089 1998-09-23 15:25 Ulrich Drepper <drepper@cygnus.com>
1091 * libio/stdio.h: Define __need_getopt and include getopt.h to define
1093 * posix/unistd.h: Likewise.
1094 * stdio/stdio.h: Likewise.
1095 * posix/getopt.h: Remove _GNU_SOURCE use. If __need_getopt is defined
1096 define only getopt and the variables.
1098 1998-09-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1100 * scripts/test-installation.pl (installation_problem): Don't link
1101 the test program against libdb1.
1103 1998-09-23 13:52 Ulrich Drepper <drepper@cygnus.com>
1105 * Makeconfig (all-subdirs): Add db.
1106 * Versions.def: Add definition for libdb1.
1107 * shlib-versions: Add definitions for libdb1.
1108 * db/Makefile (extra-libs): Replace by libdb1.
1109 (libdb-routines): Rename to libdb1-routines.
1110 (headers): Rename to db1-headers.
1111 (distribute): Add $(db1-headers).
1112 (install-others): Define to install symlink libdb.so.NN and the
1114 (CPPFLAGS): Add -DUSE_LIBDB1
1115 Remove rules to build makedb.
1116 * db/Versions: Rename libdb to libdb1.
1117 * include/db.h: If USE_LIBDB1 is defined include db/db.h.
1118 * db/makedb.c: Removed.
1120 * scripts/versions.awk: Recognize digits in library names.
1122 * db/btree/bt_open.c: Fix compiler warnings.
1123 * db/btree/bt_put.c: Likewise.
1124 * db/btree/bt_split.c: Likewise.
1125 * db/hash/hash.c: Likewise.
1126 * db/hash/hash_bigkey.c: Likewise.
1127 * db/recno/rec_close.c: Likewise.
1129 * Makefile: Add localedata/% goal.
1131 1998-09-22 19:58 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1133 * posix/execvp.c: Don't give up searching the PATH if execve
1136 1998-09-22 12:53 Ulrich Drepper <drepper@cygnus.com>
1138 * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
1139 if _dl_fpu_control_set is set.
1140 * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
1141 * elf/rtld.c: Don't define _dl_fpu_control_set.
1142 * elf/Versions: Remove _dl_fpu_control_set.
1144 1998-09-22 11:51 Ulrich Drepper <drepper@cygnus.com>
1146 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
1147 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
1148 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
1149 Correct values of other SA_* macros according to kernel headers.
1151 1998-09-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1153 * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
1155 * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
1158 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1160 * elf/ldsodefs.h: Fix typo in comment.
1162 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1164 * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
1165 char when comparing buffer contents with putback character.
1167 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1169 * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
1171 * elf/Versions: Undo last change. Export _dl_fpu_control and
1172 _dl_fpu_control_set.
1173 * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
1174 variables. Include <fpu_control.h>.
1175 * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
1176 _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
1177 to indicate that is was seen.
1178 * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
1179 only if _dl_fpu_control was set and is equal to desired value.
1180 * math/Makefile (aux): Undo last change.
1181 * math/Versions: Export __fpu_control with version GLIBC_2.0.
1183 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1185 * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
1188 1998-09-21 10:00 Ulrich Drepper <drepper@cygnus.com>
1190 * string/bits/string2.h: Add mempcpy optimization.
1191 * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
1192 * intl/localealias.c: Define mempcpy only if not already defined.
1194 * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
1197 1998-09-20 10:48 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1199 * csu/abi-note.S: Emit the note directly instead of defining
1200 a preprocessor macro that's only used once. Don't include sysdep.h.
1201 * abi-tags: Generalize Solaris entry.
1203 1998-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1205 * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
1206 Change to array to avoid runtime relocation.
1207 * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
1209 1998-09-21 12:22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1211 * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
1212 * math/Makefile ($(objpfx)libieee.a): Likewise.
1214 1998-09-21 Ulrich Drepper <drepper@cygnus.com>
1216 * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
1217 Patch by John Tobey <jtobey@banta-im.com>.
1219 1998-09-20 Ulrich Drepper <drepper@cygnus.com>
1221 * login/Makefile (distribute): Remove pty-internal.h, add
1224 * stdlib/tst-strtol.c: Add more checks.
1225 Patch by Zack Weinberg <zack@rabi.columbia.edu>.
1227 1998-09-20 09:37 Ulrich Drepper <drepper@cygnus.com>
1229 * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
1230 * elf/elf.h: Add AT_FPUCW.
1231 * elf/Makefile (dl-routines): Add fpu_control.
1232 (elide-routines.os): Add fpu_control.
1233 (rtld-routines): Add fpu_control.
1234 * math/Makefile (aux): Remove fpu_control.
1235 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
1236 (_dl_show_auxv): Likewise.
1237 * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
1238 if different from OS default.
1240 * stdio-common/tstscanf.c: Add test case for (nil).
1242 1998-09-18 17:41 Ulrich Drepper <drepper@cygnus.com>
1244 * libio/fileops.c (_IO_new_file_underflow): Before allocating
1245 buffer make sure the pushback buffer is destroyed.
1246 (_IO_new_file_seekoff): Likewise.
1247 If mode==0 quit early with the result.
1248 Clear OEF flag after successful fseek.
1249 * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
1250 * libio/ftello.c (ftello): Add offset from original buffer if
1251 stream has pushed back characters.
1252 * libio/ftello64.c (ftello64): Likewise.
1253 * libio/iofgetpos.c (_IO_fgetpos): Likewise.
1254 * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
1255 * libio/ioftell.c (_IO_ftell): Likewise.
1256 * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
1258 (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
1259 (_IO_default_pbackfail): Only stored push back character in original
1260 buffer if it is the same as the one in the file at this position.
1261 * libio/iofclose.c: Free backup buffer if one is available.
1262 * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
1265 * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
1267 * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
1269 * stdio-common/vfscanf.c: Fix reading (nil) for %p.
1271 1998-09-18 Mark Kettenis <kettenis@phys.uva.nl>
1273 * login/programs/pt_chown.c (more_help): Correct message that
1274 describes the purpose of the program.
1276 * login/openpty.c: Do not include pty-private.h.
1277 (pts_name): New function. Return name of slave pseudo terminal in
1278 an allocated buffer if necessary.
1279 (openpty): Use pts_name to get name of the slave end of the pseudo
1282 * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
1283 pts_name before return.
1285 1998-09-18 11:15 Ulrich Drepper <drepper@cygnus.com>
1287 * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
1289 1998-09-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1291 * login/openpty.c: Include pty-private.h instead of
1294 1998-09-09 Philip Blundell <pb@nexus.co.uk>
1296 * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
1298 1998-09-07 Philip Blundell <pb@nexus.co.uk>
1300 * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
1301 recent ld.so changes.
1302 (elf_machine_runtime_setup): Correct behaviour when profiling.
1304 1998-09-17 19:34 Ulrich Drepper <drepper@cygnus.com>
1306 * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
1307 Patch by John Tobey <jtobey@banta-im.com>.
1309 1998-09-17 Mark Kettenis <kettenis@phys.uva.nl>
1311 * login/pty-internal.h: Removed. Moved constants related to the
1312 `grantpt' helper program protocol to ...
1313 * login/pty-private.h: ... here. New file.
1314 * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
1315 to make the function work with kernels >= 2.1.115.
1316 * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
1317 version if using the cloning device fails.
1318 * sysdeps/unix/sysv/linux/grantpt.c: New file.
1319 * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
1320 * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
1321 use by Linux specific code.
1322 * sysdeps/unix/bsd/unlockpt.c: General cleanup.
1323 * sysdeps/unix/grantpt.c: Largely rewritten. (pts_name): New
1324 function. (grantpt): Use pts_name, check group and permission
1325 mode in addition to owner. Try to set the owner, group and
1326 permission mode first without invoking the helper program.
1327 * login/programs/pt_chown.c: Largely rewritten. Add argp and
1328 internationalization support. Use symbolic constants instead of
1329 hardwired numbers for permission mode.
1330 * sysdeps/unix/bsd/ptsname.c: New file.
1332 1998-09-17 22:04 Tim Waugh <tim@cyberelk.demon.co.uk>
1334 * posix/wordexp-test.c: Undo last change.
1336 * posix/wordexp.c: Undo last change.
1338 1998-09-16 Ulrich Drepper <drepper@cygnus.com>
1340 * nscd/grpcache.c (save_grp): Partly undo last change.
1342 * nscd/pwdcache.c (save_pwd): Undo last change.
1344 1998-09-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1346 * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
1347 function. Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
1349 1998-09-15 David S. Miller <davem@pierdol.cobaltmicro.com>
1351 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
1352 Add profiling support.
1353 (TRAMPOLINE_TEMPLATE): New macro.
1354 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
1355 (RTLD_START): Prettify, and set __libc_stack_end properly.
1356 (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
1357 and check for sym being NULL instead.
1358 * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
1360 * sysdeps/sparc/sparc64/lshift.S: Likewise.
1361 * sysdeps/sparc/sparc64/mul_1.S: Likewise.
1362 * sysdeps/sparc/sparc64/rshift.S: Likewise.
1363 * sysdeps/sparc/sparc64/submul_1.S: Likewise.
1364 * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
1365 MEDANY code model %g4 usage.
1366 * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
1367 MEDANY code model %g4 usage.
1368 * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
1369 code model address formation.
1370 * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
1371 include elf/ldsodefs.h
1373 (elf_machine_matches_host): It is now EM_SPARCV9.
1374 (elf_machine_dynamic): Clean up to remove ugly cast.
1375 (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
1377 (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
1378 Prettify rest of function.
1379 [R_SPARC_COPY]: Check for sym being NULL.
1380 [R_SPARC_32]: Handle it.
1381 [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
1383 [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
1385 [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
1386 (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
1387 Add profiling support.
1388 (TRAMPOLINE_TEMPLATE): New macro.
1389 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
1390 (RTLD_START): Prettify and set __libc_stack_end.
1391 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
1393 * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
1394 (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
1395 * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
1396 unused variable scratch.
1397 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
1398 (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
1400 (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
1401 stub to rt_sigaction syscalls. Rewrite non-rt case to use correct
1402 old format kernel sigaction structures.
1403 * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
1404 * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
1405 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
1406 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
1408 (_JMPBUF_UNWINDS): Define.
1409 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
1410 statfs64 structure, which is exactly the same as the normal one.
1411 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
1412 of stack. Use correct syscall trap number. Add branch prediction
1413 settings to branch instructions. Remove old MEDANY code model %g4
1414 referneces for non-PIC.
1415 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
1416 * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
1417 * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
1418 * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1419 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1420 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
1421 __libc_longjmp and __libc_siglongjmp strong aliases.
1422 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
1423 Also define to __no__readdir64_decl around readdir.c inclusion.
1424 (__readdir64): Add strong alias.
1425 * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
1426 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
1427 Set strong and weak names properly.
1429 1998-09-16 11:25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1431 * manual/Makefile (AWK): Default to gawk if standalone.
1433 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1435 * Makefile (distribute): Undo last change.
1436 * Make-dist (+tsrc) [not subdir]: Also include indirection headers
1438 (+subdir-headers): Removed, unused.
1440 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1442 * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
1445 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1447 * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
1448 absolute name in $(config-sysdirs), can never happen.
1449 ($(+sysdir_pfx)sysd-rules): Likewise.
1450 * Makeconfig (full-config-sysdirs): Likewise.
1451 (all-Subdirs-files): Prepend $(..).
1453 * configure.in: Don't check for absolute name in $add_ons_pfx, can
1454 not happen. Let --enable-add-ons=yes work if no add-ons actually
1457 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1459 * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
1460 continuations in command.
1462 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1464 * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
1466 1998-09-16 00:47 Tim Waugh <tim@cyberelk.demon.co.uk>
1468 * posix/wordexp-test.c: If expansion or substitution occurs
1469 anywhere in a word, the entire word is subject to field-splitting.
1471 * posix/wordexp.c (parse_glob): Look for end of word instead of
1472 end of field when deciding what to glob.
1473 (field_split_word): New function, now the only place where
1474 field-splitting is performed.
1475 (parse_dollars): New parameter - tell the caller if
1476 field-splitting should be performed on this word.
1478 * posix/wordexp-test.c (testit): Only call wordfree if wordexp
1479 succeeded (or failed with WRDE_NOSPACE).
1481 1998-09-15 19:53 1998 Tim Waugh <tim@cyberelk.demon.co.uk>
1483 * posix/wordexp.c (wordexp): Don't convert IFS characters to
1486 * posix/wordexp-test.c: Words not the result of expansion or
1487 substitution should remain unchanged.
1489 1998-09-15 Ulrich Drepper <drepper@cygnus.com>
1491 * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
1492 (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
1494 1998-09-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1496 * stdio-common/Makefile: Include Makeconfig so that
1497 $(inst_includedir) is defined.
1499 1998-09-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1501 * io/pwd.c: Include <mcheck.h>.
1503 1998-09-15 08:00 Ulrich Drepper <drepper@cygnus.com>
1505 * nscd/pwdcache.c (save_pwd): Correct copying.
1506 * nscd/grpcache.c (save_grp): Likewise.
1508 1998-09-14 23:36 Ulrich Drepper <drepper@cygnus.com>
1510 * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
1511 (free_pwd): Adjust for this change.
1512 * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
1513 (free_grp): Adjust for this change.
1515 1998-09-14 Ulrich Drepper <drepper@cygnus.com>
1517 * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
1519 1998-09-14 15:29 Ulrich Drepper <drepper@cygnus.com>
1521 * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
1522 (install-others): Add bits/stdio_lim.h.
1523 Add rule to install bits/stdio_lim.h.
1525 * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
1527 * Makefile (distribute): Add include/sys/mman.h.
1529 * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
1530 * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
1531 * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
1533 * grp/initgroups.c: Include stdlib.h.
1534 Patch by Zack Weinberg.
1536 1998-09-14 22:46 Tim Waugh <tim@cyberelk.demon.co.uk>
1538 * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
1539 for field-splitting :abc: is correct, and that two fields should
1540 result. Revert tests to reflect this.
1542 * posix/wordexp.c (w_emptyword): Remove function.
1543 (exec_comm): Don't use w_emptyword.
1544 (parse_param): Likewise.
1546 1998-09-14 15:00 Ulrich Drepper <drepper@cygnus.com>
1548 * sysdeps/arm/fpu/Dist: Moved to...
1549 * sysdeps/arm/Dist: ...here.
1550 * sysdeps/posix/Dist: Removed.
1551 * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
1552 * sysdeps/unix/sysv/linux/i386/Dist: ...here.
1554 1998-08-26 Geoff Keating <geoffk@ozemail.com.au>
1556 * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
1558 1998-09-14 11:26 Ulrich Drepper <drepper@cygnus.com>
1560 * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
1562 1998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1564 * libc-work/nis/nss_nisplus/nisplus-service.c
1565 (_nss_nisplus_parse_servent): Convert port in network byte order.
1567 1998-09-14 07:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1569 * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
1570 to provide only malloc and calloc.
1571 * include/stdlib.h: Support the above.
1572 * string/bits/string2.h: Use __need_malloc_and_calloc when
1574 (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
1576 * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
1577 * iconvdata/iso646.c: Include <stdlib.h>.
1579 1998-09-14 07:51 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1581 * sunrpc/rpc_cout.c: Add braces around ambiguous else.
1582 * sysdeps/libm-ieee754/w_pow.c: Likewise.
1583 * sysdeps/libm-ieee754/w_powf.c: Likewise.
1584 * sysdeps/libm-ieee754/w_powl.c: Likewise.
1586 1998-09-14 07:57 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1588 * stdio-common/stdio_lim.h.in: New file. All parameters
1589 are adjustable at build time.
1590 * Rules: Add a rule to build bits/stdio_lim.h from
1591 stdio-common/stdio_lim.h.in. (It has to be in Rules so that
1592 all subdirectories know how to make the file. It can't be
1593 in Makerules because then it gets built at top level and the
1594 dependencies are wrong.)
1596 * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
1597 * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
1599 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
1600 * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
1601 * sysdeps/posix/Makefile: Removed.
1602 * sysdeps/posix/mk-stdiolim.c: Removed.
1603 * sysdeps/generic/bits/stdio_lim.h: Removed.
1605 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1607 * argp/argp-help.c: Fixup indentation.
1608 * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
1609 * resolv/nss_dns/dns-network.c: Likewise.
1610 * resolv/res_send.c: Likewise.
1611 * rt/aio_cancel.c: Likewise.
1612 * rt/aio_misc.c: Likewise.
1614 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1616 * Makefile (install-symbolic-link): Remove the link list file at last.
1617 * Makerules (install-clean-symbolic-link-list): Removed.
1619 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1621 * timezone/tst-timezone.c: Print time in UTC to get consistent
1624 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1626 * elf/rtld.c (_dl_rpath): Removed.
1627 * elf/dl-support.c (_dl_path): Removed.
1628 * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
1629 (CFLAGS-dl-support.c): Removed.
1631 * elf/dl-load.c (env_path_list): Renamed from fake_path_list. All
1633 (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
1634 instead of appending it to the main map's rpath info.
1635 (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
1636 DT_RPATHs. This makes it effective again.
1637 (decompose_rpath): Remove second parameter, callers changed.
1638 (fillin_rpath): Allocate enough space in curwd.
1639 (expand_dynamic_string_token): Cope with get_origin returning -1.
1641 1998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1643 * libc-work/nis/nss_compat/compat-pwd.c: Add support for
1646 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
1649 1998-09-13 18:06 Ulrich Drepper <drepper@cygnus.com>
1651 * locale/programs/locale.c: Update dates.
1653 1998-09-13 Mark Kettenis <kettenis@phys.uva.nl>
1655 * sysdeps/generic/bits/types.h: Include <features.h>. Make sure
1656 size_t is defined. Some reordering of defenitions to make
1657 maintaining this file in parallel with the linux-specific file easier.
1659 1998-09-13 Ulrich Drepper <drepper@cygnus.com>
1661 * io/pwd.c (main): Add call to mtrace.
1663 * malloc/mtrace.pl: Quote @ in string.
1665 1998-09-13 19:25 Tim Waugh <tim@cyberelk.demon.co.uk>
1667 * posix/wordexp.c (parse_arith): Fix memory leaks.
1668 (exec_comm): Likewise.
1669 (parse_param): Likewise.
1670 (wordexp): Likewise.
1671 (exec_comm): Reduce number of function return points.
1672 (parse_param): Likewise.
1673 (wordexp): Likewise.
1675 1998-09-13 14:53 Tim Waugh <tim@cyberelk.demon.co.uk>
1677 * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
1678 yield three fields, not two. Test both parameter expansion and
1679 command substitution for correct field-splitting behaviour.
1681 * posix/wordexp.c (w_emptyword): New function.
1682 (parse_param): Use it.
1683 (exec_comm): Likewise, for consistency with the way parse_param
1685 (parse_param): Fix some memory leaks.
1687 1998-09-13 18:04 Geoff Keating <geoffk@ozemail.com.au>
1689 * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
1690 Don't mark asm `volatile'.
1691 (__elf_machine_runtime_setup): Clear the last partial block in the PLT
1692 from the data cache too. Assume it isn't in the instruction cache yet.
1693 (__elf_machine_fixup_plt): Clear the modified address from the caches.
1695 1998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
1697 * sysdeps/generic/segfault.c (install_handler): Install signal
1698 handler with SA_ONSTACK instead of setting the stack flags to
1699 SS_ONSTACK. Do not install handler for SIGSTKFLT if it is not
1702 1998-09-12 14:24 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1704 * signal/signal.h: Fix multiple inclusion guard to cover the
1706 * wcsmbs/wchar.h: Remove prototype of internal function
1708 * sysdeps/i386/i486/bits/string.h (memchr): Don't do
1709 arithmetic on `void *'.
1711 1998-09-12 01:09 Tim Waugh <tim@cyberelk.demon.co.uk>
1713 * posix/wordexp-test.c: Fix wrong tests. Add new tests.
1715 * posix/wordexp.c (wordexp): Perform word-splitting instead of
1716 field-splitting here.
1717 (wordexp): If out of memory mid-word, free the word (but still
1718 leave pwordexp alone for caller to see).
1719 (parse_param): Allow for zero-length fields (smarter checking of
1720 memory allocation failure).
1721 (w_addword): Convert NULL words to "".
1722 (wordexp): Convert left-over IFS characters to blanks (like bash).
1724 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
1726 * configure.in: Use test -f instead of test -e.
1727 Patch by John Tobey <jtobey@banta-im.com>.
1729 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
1730 * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
1731 * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
1732 * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
1733 * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
1734 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
1735 * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
1736 Patches by John Tobey <jtobey@banta-im.com>.
1738 * time/strftime.c (my_strftime): Delay use of *tp values until
1739 latest possible point to allow partly initialized structures
1740 (e.g., from strptime).
1742 * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
1744 Define *-routines variables for new modules.
1745 (distribute): Add .c files for new modules.
1746 (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
1748 Add rules for header generation.
1749 * iconvdata/gconv-modules: Add entries for new modules.
1750 * iconvdata/iso_10367-box.c: New file.
1751 * iconvdata/mac-is.c: New file.
1752 * iconvdata/nats-dano.c: New file.
1753 * iconvdata/nats-sefi.c: New file.
1755 1998-04-30 18:20 H.J. Lu <hjl@gnu.org>
1757 * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
1758 loader if PIC is not defined.
1760 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
1762 * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
1763 ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
1764 INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
1766 Define *-routines variables for new modules.
1767 (distribute): Add .c files for new modules.
1768 (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
1769 ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
1770 greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
1771 iso_5427.h, iso_5427-ext.h, and iso_5428.h.
1772 Add rules for header generation.
1773 * iconvdata/gconv-modules: Add entries for new modules.
1774 * iconvdata/csn_369103.c: New file.
1775 * iconvdata/cwi.c: New file.
1776 * iconvdata/dec-mcs.c: New file.
1777 * iconvdata/ecma-cyrillic.c: New file.
1778 * iconvdata/gost_19768-74.c: New file.
1779 * iconvdata/greek-ccitt.c: New file.
1780 * iconvdata/greek7-old.c: New file.
1781 * iconvdata/greek7.c: New file.
1782 * iconvdata/inis-8.c: New file.
1783 * iconvdata/inis-cyrillic.c: New file.
1784 * iconvdata/inis.c: New file.
1785 * iconvdata/iso6937-2.c: New file.
1786 * iconvdata/iso_2033.c: New file.
1787 * iconvdata/iso_5427-ext.c: New file.
1788 * iconvdata/iso_5427.c: New file.
1789 * iconvdata/iso_5428.c: New file.
1791 * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
1793 Convert U02dd correctly.
1795 1998-09-11 20:46 Richard Henderson <rth@cygnus.com>
1797 * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
1798 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
1799 * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
1800 * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
1802 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
1804 * resolv/res_init.c (res_init): Handle resolv.conf file with only
1805 one nameserver correctly. Patch by HJ Lu.
1807 * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
1809 Define *-routines variables for new modules.
1810 (distribute): Add .c files for new modules.
1811 (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
1812 Add rules for hedaer generation.
1813 * iconvdata/gconv-modules: Add entries for new modules. Pretty print.
1814 * iconvdata/ansi_x3.110.c: New file.
1815 * iconvdata/asmo_449.c: New file.
1816 * iconvdata/baltic.c: New file.
1817 * iconvdata/iec_p27-1.c: New file.
1819 * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
1821 Convert U02dc correctly.
1823 * math/atest-exp.c: Add parentheses to avoid gcc warnings.
1824 * math/atest-exp2.c: Likewise.
1825 * math/atest-sincos.c: Likewise.
1827 * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
1830 1998-09-11 10:51 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1832 * string/strcoll.c: Optimize a few expressions.
1833 * string/strxfrm.c: Likewise.
1835 1998-09-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1837 * manual/locale.texi: Fix typos.
1839 1998-09-10 Ulrich Drepper <drepper@cygnus.com>
1841 * stdlib/random_r.c (__setstate_r): Allow call with same state
1842 array as currently used (PR libc/774).
1844 * include/limits.h: Include gcc's header even if this file is
1845 found more than once before it (PR libc/778)
1847 * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
1848 (sysdep_headers): Remove sys/debugreg.h.
1849 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
1850 (sysdep_headers): Add sys/debugreg.h.
1851 * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
1852 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
1854 * stdio-common/tmpnam.c: Move local static variable buf to
1855 toplevel and rename to tmpnam_buffer to ease debugging.
1856 Patch by Joe Keane <jgk@jgk.org>.
1857 Optimize s == NULL case a bit.
1859 * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
1862 1998-09-10 12:51 Ulrich Drepper <drepper@cygnus.com>
1864 * resolv/res_init.c (res_init): Initialize _res.nscount and
1865 _res.nsaddr.sin_port differently for the can when no loopback
1866 is available to allow immediate timeout in non-networking environments.
1867 Patch by Cristian Gafton <gafton@redhat.com>.
1869 1998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1871 * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
1872 BAR and not EM DASH.
1873 * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
1874 * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
1877 1998-09-10 11:53 Ulrich Drepper <drepper@cygnus.com>
1879 * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
1881 * timezone/tst-timezone.c (tests): Fix typo in last patch.
1883 * time/tzfile.c (__tzfile_read): Handle case when there are no
1884 transitions. Set __timezone based on computed offset.
1885 * time/tzset.c (tzset_internal): Set __timezone before returning.
1887 * time/tzset.c (tzset_internal): Optimize handling of local string
1890 1998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1892 * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
1895 1998-09-09 Benjamin Kosnik <bkoz@tintin.cygnus.com>
1897 * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
1898 (csqrt_test): Likewise.
1899 * sysdeps/powerpc/bits/fenv.h: Add parens.
1901 1998-09-09 18:48 Ulrich Drepper <drepper@cygnus.com>
1903 * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
1904 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
1905 Patch by Benjamin Kosnik <bkoz@cygnus.com>.
1907 1998-09-09 Mark Kettenis <kettenis@phys.uva.nl>
1909 * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
1910 the special `-1' pointer.
1912 1998-09-09 09:32 Ulrich Drepper <drepper@cygnus.com>
1914 * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
1917 1998-09-07 Paul Eggert <eggert@twinsun.com>
1919 * time/mktime.c (__EXTENSIONS__): Define if not defined.
1920 (_REENTRANT): Remove. It has undesirable consequences in
1921 Solaris 2.6 (e.g. it turns off the putc macro). Defining
1922 __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
1924 * time/strftime.c: Likewise.
1926 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1928 * elf/dl-error.c: Fix spelling.
1930 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1932 * stdlib/strfmon.c: Quiet -Wparentheses warnings.
1933 * stdio-common/_itoa.c: Likewise.
1934 * stdio-common/printf_fp.c: Likewise.
1935 * stdio-common/vfscanf.c: Likewise.
1936 * wcsmbs/wcstok.c: Likewise.
1937 * sysdeps/generic/glob.c: Likewise.
1938 * posix/getopt.c: Likewise.
1939 * sysdeps/posix/getaddrinfo.c: Likewise.
1940 * posix/wordexp.c: Likewise.
1941 * io/ftw.c: Likewise.
1942 * io/fts.c: Likewise.
1943 * misc/getpass.c: Likewise.
1944 * iconv/gconv_conf.c: Likewise.
1945 * argp/argp-fmtstream.c: Likewise.
1946 * argp/argp-help.c: Likewise.
1947 * elf/dl-load.c: Likewise.
1948 * locale/programs/stringtrans.c: Likewise.
1949 * catgets/gencat.c: Likewise.
1950 * posix/getconf.c: Likewise.
1951 * iconv/gconv_conf.c: Likewise.
1952 * iconv/iconv_prog.c: Likewise.
1954 * string/strcoll.c: Optimize a few expressions.
1955 * string/strxfrm.c: Likewise.
1957 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1959 * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
1960 level to avoid uninit variable warning.
1962 1998-09-09 10:34 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1964 * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
1965 instead of _dl_default_scope[2] as argument to _dl_init_next.
1967 * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
1970 1998-09-08 Ulrich Drepper <drepper@cygnus.com>
1972 Fix compatibility problems introduced in last change.
1973 * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
1975 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
1976 -DWEAK_GMON_START to CFLAGS-initfini.s.
1978 * elf/dl-object.c (_dl_new_object): Store map address in
1979 _dl_loaded if _dl_loaded is NULL.
1980 * elf/rtld.c (dl_main): Don't update _dl_loaded here.
1982 * sysdeps/generic/setrlimit64.c: Remove stub warning.
1984 1998-09-07 Ulrich Drepper <drepper@cygnus.com>
1986 * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
1988 * db2/btree/bt_cursor.c: Likewise.
1989 * db2/common/db_region.db_c: Likewise.
1990 * db2/common/db_salloc.db_c: Likewise.
1991 * db2/db/db.c: Likewise.
1992 * db2/db/db_rec.c: Likewise.
1993 * db2/hash/hash.c: Likewise.
1994 * db2/hash/hash_page.c: Likewise.
1995 * db2/hash/hash_rec.c: Likewise.
1996 * db2/log/log_findckp.c: Likewise.
1997 * db2/log/log_get.c: Likewise.
1998 * db2/log/log_put.c: Likewise.
1999 * db2/mp/mp_fget.c: Likewise.
2000 * db2/mp/mp_fput.c: Likewise.
2001 * db2/mp/mp_region.c: Likewise.
2002 * stdlib/strtol.c: Likewise.
2003 * string/strcoll.c: Likewise.
2004 * string/strxfrm.c: Likewise.
2005 * argp/argp-help.c: Likewise.
2006 * argp/argp-parse.c: Likewise.
2007 * resolv/res_debug.c: Likewise.
2009 1998-09-07 09:58 Ulrich Drepper <drepper@cygnus.com>
2011 * math/tgmath.h (scalb): Only define for __USE_MISC or
2012 __USE_XOPEN_EXTENDED. Patch by Zack Weinberg.
2014 1998-09-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2016 * libio/stdio.h: Fix comment.
2018 * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
2021 1998-09-06 09:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2023 * Makeconfig (+gccwarn): Remove -Wno-parentheses.
2025 * elf/dl-open.c: Quiet -Wparentheses warnings.
2026 * iconvdata/johab.c: Likewise.
2027 * iconvdata/uhc.c: Likewise.
2028 * inet/inet_net.c: Likewise.
2029 * io/fts.c: Likewise.
2030 * locale/newlocale.c: Likewise.
2031 * misc/getttyent.c: Likewise.
2032 * misc/mntent_r.c: Likewise.
2033 * misc/ttyslot.c: Likewise.
2034 * nscd/nscd_conf.c: Likewise.
2035 * nss/nsswitch.c: Likewise.
2036 * resolv/gethnamaddr.c: Likewise.
2037 * resolv/nsap_addr.c: Likewise.
2038 * resolv/res_debug.c: Likewise.
2039 * stdio-common/_itoa.c: Likewise.
2040 * stdlib/strtod.c: Likewise.
2041 * string/strverscmp.c: Likewise.
2042 * sunrpc/svc.c: Likewise.
2043 * sysdeps/libm-ieee754/e_cosh.c: Likewise.
2044 * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
2045 * sysdeps/libm-ieee754/e_sinh.c: Likewise.
2046 * sysdeps/posix/getaddrinfo.c: Likewise.
2048 1998-09-06 15:13 Ulrich Drepper <drepper@cygnus.com>
2050 * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
2051 for use of global scope.
2052 * elf/dlvsym.c (dlvsym_doit): Likewise.
2054 1998-09-02 Paul Eggert <eggert@twinsun.com>
2056 * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
2057 copy the redundant bytes at the end of the format as-is; don't
2058 just copy their first byte and then rescan, as that might get
2059 us an encoding error.
2060 Account correctly for the length of multibyte sequences in the
2063 1998-09-03 20:14 Tim Waugh <tim@cyberelk.demon.co.uk>
2065 * posix/wordexp-test.c: Add tests for different IFS values.
2066 Change unquoted-newline test so that newline is not in IFS.
2068 * posix/wordexp.c (wordexp): Correct null/unset mix-up when
2069 determining IFS characters. Return WRDE_BADCHAR for unquoted
2070 special characters _except_ if they are separators.
2072 1998-09-06 10:56 Ulrich Drepper <drepper@cygnus.com>
2074 * include/tgmath.h: New file.
2076 * libio/stdio.h: Correct reversed #ifs.
2077 Patch by Zack Weinberg.
2079 * manual/creature.texi: Better explain reason for feature select
2081 Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
2083 1998-09-06 10:25 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2085 * include/alloca.h: Add multiple-inclusion guard.
2086 * include/db.h: Likewise.
2087 * include/db_185.h: Likewise.
2088 * include/dlfcn.h: Likewise.
2089 * include/fcntl.h: Likewise.
2090 * include/grp.h: Likewise.
2091 * include/libintl.h: Likewise.
2092 * include/mntent.h: Likewise.
2093 * include/pwd.h: Likewise.
2094 * include/sched.h: Likewise.
2095 * include/search.h: Likewise.
2096 * include/setjmp.h: Likewise.
2097 * include/shadow.h: Likewise.
2098 * include/signal.h: Likewise.
2099 * include/stdio.h: Likewise.
2100 * include/stdlib.h: Likewise.
2101 * include/string.h: Likewise.
2102 * include/termios.h: Likewise.
2103 * include/time.h: Likewise.
2104 * include/ulimit.h: Likewise.
2105 * include/utmp.h: Likewise.
2106 * include/wchar.h: Likewise.
2107 * include/sys/file.h: Likewise.
2108 * include/sys/gmon.h: Likewise.
2109 * include/sys/ioctl.h: Likewise.
2110 * include/sys/mman.h: Likewise.
2111 * include/sys/resource.h: Likewise.
2112 * include/sys/select.h: Likewise.
2113 * include/sys/socket.h: Likewise.
2114 * include/sys/statfs.h: Likewise.
2115 * include/sys/time.h: Likewise.
2116 * include/sys/times.h: Likewise.
2117 * include/sys/wait.h: Likewise.
2119 1998-09-06 09:00 Ulrich Drepper <drepper@cygnus.com>
2121 * version.h (VERSION): Bump to 2.0.96.
2123 Rewrite runtime linker to be truly thread-safe. There is now no
2124 global variable specifying the scope. We create all needed
2125 scopes at the time the link maps are created.
2126 * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
2127 * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
2128 l_symbolic_searchlist, l_scope, and l_local_scope elements in
2130 * elf/dl-close.c: Rewritten accordingly.
2131 * elf/dl-deps.c: Likewise.
2132 * elf/dl-error.c: Likewise.
2133 * elf/dl-init.c: Likewise.
2134 * elf/dl-load.c: Likewise.
2135 * elf/dl-lookup.c: Likewise.
2136 * elf/dl-object.c: Likewise.
2137 * elf/dl-open.c: Likewise.
2138 * elf/dl-reloc.c: Likewise.
2139 * elf/dl-runtime.c: Likewise.
2140 * elf/dl-support.c: Likewise.
2141 * elf/dl-symbol.c: Likewise.
2142 * elf/dl-version.c: Likewise.
2143 * elf/dlsym.c: Likewise.
2144 * elf/dlvsym.c: Likewise.
2145 * elf/ldsodefs.h: Likewise.
2146 * elf/rtld.c: Likewise.
2147 * iconv/gconv_dl.c: Likewise.
2148 * nss/nsswitch.c: Likewise.
2149 * sysdeps/i386/dl-machine.h: Likewise.
2150 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
2152 * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
2153 Define RTLD_DEFAULT.
2155 1998-09-05 Mark Kettenis <kettenis@phys.uva.nl>
2157 * sysdeps/mach/hurd/i386/init-first.c (init1): Call
2158 __getopt_clean_environment with __environ instead of envp.
2160 1998-09-05 Roland McGrath <roland@baalperazim.frob.com>
2162 * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
2164 * string/argz-extract.c (__argz_extract): Add de-consting cast for
2167 * string/argz.h (argz_next): Add de-consting cast for return.
2168 * string/argz-next.c (__argz_next): Likewise.
2170 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
2171 Don't add netinet/udp.h, netinet/ip_icmp.h here.
2172 * sysdeps/gnu/Makefile: Do it here instead.
2173 * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
2174 * sysdeps/gnu/Dist: ... to here.
2176 * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
2177 sysdeps/unix/sysv/linux/netinet/tcp.h,
2178 sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
2180 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
2182 * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
2183 * string/argz-next.c, string/argz-extract.c: Fix defns.
2185 1998-09-03 Roland McGrath <roland@baalperazim.frob.com>
2187 * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
2189 * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
2190 __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
2191 * sysdeps/generic/sysd-stdio.c: Likewise.
2193 1998-09-02 Ulrich Drepper <drepper@cygnus.com>
2195 * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
2196 (_dl_map_object_from_fd): Make NAME argument const.
2197 Remove last parameter in _dl_new_object call.
2198 (print_search_path): Correct construction of composed path name.
2199 (_dl_map_object): Prevent looking at RPATH of the main map twice.
2200 Remove last parameter in _dl_new_object call.
2201 * elf/dl-object.c: Remove last parameter. Determine whether create
2202 origin entry based on empty realname. Handle file in root directory
2204 * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
2205 * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
2206 Remove last parameter in _dl_new_object call.
2207 * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
2208 * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
2210 1998-09-01 Ulrich Drepper <drepper@cygnus.com>
2212 * elf/dl-close.c (_dl_close): Add more comments and correct some.
2213 Free l_searchlist and l_dupsearchlist.
2215 * debug/catchsegv.sh: Add one more pair of quotes.
2217 1998-09-01 17:53 Ulrich Drepper <drepper@cygnus.com>
2219 * elf/dl-load.c (add_name_to_object): Change return type to void and
2220 make NAME parameter const. Allocate room for NAME in same memory
2221 block used for l_libname entry.
2222 (_dl_map_object_from_fd): Don't free NAME on failure.
2223 (map_segment): Pass SONAME to add_name_to_object, not a copy.
2224 (_dl_map_object): Don't create copy of NAME. Pass NAME to
2225 _dl_map_object_from_fd.
2226 * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
2227 memory block used for l_libname entry.
2228 * elf/dl-close.c: Adjust free()ing for this change.
2230 1998-09-01 15:36 Ulrich Drepper <drepper@cygnus.com>
2232 * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
2234 * malloc/mtrace.c: Add bug report address. Update email address.
2235 Add more @XXX@ to print correct address size.
2237 * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
2240 * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
2241 for munmap call instead of examining phdr again.
2242 Free all malloc()ed strings and arrays.
2244 1998-08-09 Geoff Keating <geoffk@ozemail.com.au>
2246 * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
2248 * sysdeps/powerpc/dl-machine.c: New file.
2249 * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
2250 files. Revise ELF_PREFERRED_ADDRESS to take account of
2251 the new mapping information (fixes bug involving huge bloated
2252 web browser). Set ELF_MACHINE_PLTREL_OVERLAP.
2253 * sysdeps/powerpc/dl-start.S: New file.
2255 * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
2257 * elf/do-rel.h: Call elf_machine_rel only once (to save space).
2258 * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
2259 others. Call elf_dynamic_do_##reloc only once (to save even more
2261 * elf/link.h: Add new members l_map_start and l_map_end to keep
2262 track of the memory map.
2263 * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
2266 1998-09-01 11:53 Ulrich Drepper <drepper@cygnus.com>
2268 * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
2269 Reported by Andreas Jaeger.
2271 * posix/glob.h: Use __size_t instead of size_t in definitions and
2272 make sure this is defined.
2274 1998-09-01 10:34 Ulrich Drepper <drepper@cygnus.com>
2276 * manual/locale.texi: Almost complete rewrite. Document more functions
2278 * manual/arith.texi: Correct reference.
2279 * manual/string.texi: Pretty printing.
2281 * manual/texinfo.tex: Update from last available version.
2283 1998-08-31 22:44 Ulrich Drepper <drepper@cygnus.com>
2285 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
2287 (_nss_nis_getpwuid_r): Likewise.
2288 Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
2290 * inet/rcmd.c: Implement netgroup support.
2291 Patch by Dick Streefland <dick_streefland@tasking.com>.
2293 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
2295 * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
2296 object on the list is removed. Don't use this code for PIC.
2297 Reported by HJ Lu [PR libc/770].
2299 1998-08-31 15:56 Ulrich Drepper <drepper@cygnus.com>
2301 * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
2303 * include/stdio.h: Add __vsscanf.
2305 * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
2307 Remove __vsscanf declaration.
2308 Always declare fgetpos and fsetpos.
2310 * math/math.h: Define isinf as macro.
2311 * math/bits/mathcalls.h: Change to declare __isinf all the time.
2312 Don't declare scalb for ISO C 9x.
2314 * math/tgmath.h: Define fma. Rewrite the underlying macros.
2316 * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
2318 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
2321 * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
2324 1998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2326 * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
2327 Reported by jreising@frequentis.com [PR libc/767].
2329 1998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2331 * io/lockf.c (lockf): Move initilisation of fl.l_whence and
2332 fl.l_start at beginning of function.
2333 Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
2335 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
2337 * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
2338 Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
2340 * nscd/nscd.init: Make it work in RedHat systems.
2341 Patch by Christian Gafton.
2343 1998-08-29 Philip Blundell <philb@gnu.org>
2345 * catgets/Makefile: Don't try to run test programs when
2348 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
2350 * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
2351 Reported by Zack Weinberg.
2353 1998-08-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2355 * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
2356 * elf/Makefile (distribute): Remove ldd.sh.in.
2358 1998-08-31 11:46 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2360 * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
2363 1998-08-29 Ulrich Drepper <drepper@cygnus.com>
2365 * sysdeps/i386/register-dump.h: Move to ...
2366 * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
2368 1998-08-28 22:49 Ulrich Drepper <drepper@cygnus.com>
2370 * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
2371 with load address, not map address.
2372 * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
2373 parameter and use this value.
2374 * sysdeps/arm/dl-machine.h: Likewise.
2375 * sysdeps/i386/dl-machine.h: Likewise.
2376 * sysdeps/m68k/dl-machine.h: Likewise.
2377 * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
2379 * sysdeps/powerpc/dl-machine.h: Likewise
2380 * sysdeps/sparc/sparc32/dl-machine.h: Likewise
2381 * sysdeps/sparc/sparc64/dl-machine.h: Likewise
2383 1998-08-28 09:22 Ulrich Drepper <drepper@cygnus.com>
2385 * elf/rtld.c (process_envvars): Fix copy&paste error.
2387 * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
2389 (realloc_hook_ini): Don't overwrite memalign hook.
2390 (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
2391 Reported by Philippe Troin <phil@fifi.org>.
2393 * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
2394 Patch by Philippe Troin <phil@fifi.org>.
2396 1998-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2398 * sysdeps/generic/segfault.c (install_handler): Protect the
2399 non-POSIX signals with #ifdef.
2400 (catch_segfault): Add missing mode parameter for open.
2401 * debug/catchsegv.sh: Avoid termination message from shell. Allow
2402 other termination signals.
2404 1998-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2406 * debug/Makefile (distribute): Add register-dump.h.
2408 1998-08-28 10:41 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2410 * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
2412 1998-08-27 19:42 Ulrich Drepper <drepper@cygnus.com>
2414 * elf/Makefile (distribute): Add dl-origin.h.
2415 * sysdeps/generic/dl-origin.h: New file.
2416 * sysdeps/unix/sysv/linux/dl-origin.h: New file.
2417 * elf/link.h (struct link_map): Add l_origin field.
2418 * elf/dl-load.c (expand_dynamic_string_token): New function.
2419 (decompose_path): Remove WHERE argument, take link map pointer instead.
2420 Call expand_dynamic_string_token instead of local_strdup to make copy
2422 (_dl_init_paths): Call decompose_path with correct argument.
2423 (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
2425 Check EI_OSABI and EI_ABIVERSION fields in header.
2426 Call _dl_new_object with extra argument.
2427 (_dl_map_object): Call decompose_path with correct argument.
2428 Call expand_dynamic_string_token instead of local_strdup to also
2430 Call _dl_new_object with extra argument.
2431 * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
2432 but the main one if new argument is nonzero.
2433 * elf/ldsodefs.h: Adjust for _dl_new_object change.
2434 * elf/dl-support.c: Define _dl_origin_path.
2435 * elf/rtld.c: Likewise. Set _dl_origin_path based on LD_ORIGIN_PATH.
2436 (dl_main): Call _dl_new_object with extra argument.
2438 * elf/dl-close (_dl_close): Free l_name and l_origin.
2440 * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
2441 modifier in asm, not c.
2443 * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
2444 to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
2446 1998-08-26 17:48 Ulrich Drepper <drepper@cygnus.com>
2448 * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
2449 variable so that map can be freed.
2450 Reported by Philippe Troin <phil@fifi.org>.
2452 * elf/dl-open.c (dl_open_worker): Correct test for extending global
2454 Patch by Philippe Troin <phil@fifi.org>.
2456 1998-08-26 Geoff Keating <geoffk@ozemail.com.au>
2458 * sysdeps/powerpc/register-dump.h: Rewrite. Much nicer this way.
2459 Don't call writev() with a 100-element vector.
2460 * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
2463 * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
2464 In particular, set __libc_stack_end.
2465 * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
2466 undefined. Fix copyright notice.
2468 1998-08-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2470 * math/Makefile (gmp-objs): New variable.
2471 ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
2473 (tests): Add atest-exp atest-sincos atest-exp2.
2474 (tests-static): Remove atest-exp atest-sincos atest-exp2.
2476 1998-08-25 Ulrich Drepper <drepper@cygnus.com>
2478 * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
2480 (_dl_unload_cache): New function.
2481 * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
2482 * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
2483 * elf/rtld.c (dl_main): Unload map file before jumping to user code.
2485 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
2486 Correct comment for O_LARGEFILE.
2487 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
2488 Change O_LARGEFILE to correct value.
2490 1998-08-25 14:34 Ulrich Drepper <drepper@cygnus.com>
2492 * libio/iogetline.c (_IO_getline_info): Don't read anything for
2493 N == 0. Patch by HJ Lu.
2495 1998-08-25 11:43 Ulrich Drepper <drepper@cygnus.com>
2497 * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
2499 1998-08-25 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
2501 * argp/argp.h: Use __inline__ not inline.
2503 * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
2504 an input register as being clobbered.
2505 * sysdeps/i386/memset.c (memset): Likewise.
2506 * sysdeps/i386/bzero.c (__bzero): Likewise.
2507 * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
2509 1998-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2511 * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
2512 Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
2514 1998-08-24 16:34 Ulrich Drepper <drepper@cygnus.com>
2516 * debug/catchsegv.sh: Handle text preceding backtrace better.
2517 * sysdeps/generic/segfault.c: Allow register dump. Allow handler
2518 to be installed for other signals than SIGSEGV.
2519 * sysdeps/generic/register-dump.h: New file.
2520 * sysdeps/i386/register-dump.h: New file.
2521 * sysdeps/powerpc/register-dump.h: New file.
2523 * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
2525 * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
2527 1998-08-24 Geoff Keating <geoffk@ozemail.com.au>
2529 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
2531 1998-08-09 Geoff Keating <geoffk@ozemail.com.au>
2533 * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
2534 * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
2535 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
2536 getresuid, getresgid.
2538 1998-08-16 Geoff Keating <geoffk@ozemail.com.au>
2540 * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs. Set up stack
2541 pointer in userland.
2543 1998-08-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2545 * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
2548 1998-08-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2550 * elf/ldd.bash.in: Add missing quotes around $file. Make loop
2551 over arguments Bourne shell compatible. Don't exit unsuccessfully
2552 if nonelf returns successfully. Avoid duplicating most of the
2554 * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
2557 1998-08-24 10:37 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2559 * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
2561 * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
2562 * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
2564 1998-08-23 Ulrich Drepper <drepper@cygnus.com>
2566 * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
2567 __modify_ldt and modify_ldt.
2568 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
2570 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
2571 Use orl $-1 instead of movl $-1 to save two bytes.
2572 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
2575 1998-08-17 H.J. Lu <hjl@gnu.org>
2577 * libio/Versions (_IO_do_write, _IO_file_attach,
2578 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2579 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2580 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2581 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
2583 * libio/fileops.c (_IO_do_write, _IO_file_attach,
2584 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2585 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2586 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2587 _IO_file_write, _IO_file_xsputn): Change the prefix to
2588 "_IO_new_". Added to GLIBC_2.1.
2590 * libio/libioP.h (_IO_do_write, _IO_file_attach,
2591 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2592 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2593 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2594 _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
2597 * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
2598 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2599 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2600 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2601 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
2603 1998-08-23 Richard Henderson <rth@cygnus.com>
2605 * Makeconfig (LDFLAGS): Remove.
2607 * csu/initfini.c: Return to .text before __gmon_start__.
2609 * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
2610 (STO_MIPS_*): Rename from STO_*.
2611 (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
2612 (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
2614 * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
2615 (main): e3s is negative on zero.
2616 * math/atest-exp2.c: Likewise.
2617 * math/atest-sincos.c: Likewise.
2619 1998-08-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2621 * Makerules (install): Add comment about absolute paths.
2623 1998-08-23 Ulrich Drepper <drepper@cygnus.com>
2625 * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
2626 array to NUL to handle maxlen==1 case correctly.
2629 1998-08-23 Richard Henderson <rth@cygnus.com>
2631 * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
2632 * sysdeps/alpha/elf/crtend.S: Likewise.
2633 * sysdeps/alpha/elf/start.S: Likewise.
2635 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
2636 non-standard pv usage.
2638 * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
2639 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
2640 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
2641 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
2642 * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
2643 * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
2644 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
2645 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
2646 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
2647 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
2648 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
2650 * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
2651 a finite non-denormal, deferring to the full IEEE version otherwise.
2653 * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
2654 Early out for -0. Optimize for !_IEEE_FP_INEXACT.
2655 * sysdeps/alpha/fpu/s_floor.c: New.
2656 * sysdeps/alpha/fpu/s_floorf.c: New.
2657 * sysdeps/alpha/fpu/s_ceil.c: New.
2658 * sysdeps/alpha/fpu/s_ceilf.c: New.
2660 1998-08-22 Philip Blundell <philb@gnu.org>
2662 * sysdeps/arm/bits/string.h: New file.
2664 1998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2666 * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
2669 * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
2670 test for recent Linux 2.1.100+ headers.
2672 1998-08-21 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2674 * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
2676 1998-08-21 17:21 Ulrich Drepper <drepper@cygnus.com>
2678 * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
2680 1998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2682 * Makefile (elf/ldso_install): Put back. The problem still persists.
2683 * elf/Makefile (ldso_install): Likewise.
2685 1998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2687 * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
2689 * include/db.h: Declare __nss_db_open.
2690 * db2/Versions: Export it.
2692 * db2/makedb.c: Convert to use db2 API.
2693 * nss/nss_db/db-XXX.c: Likewise.
2694 * nss/nss_db/db-netgrp.c: Likewise.
2695 * nss/nss_db/db-alias.c: Likewise.
2696 (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
2698 1998-08-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2700 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2701 sys_setresuid, already built automatically (or not).
2702 * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
2703 instead of __syscall_setresuid and add back setresuid.
2704 * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
2705 __syscall_setresuid.
2707 1998-08-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2709 * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
2711 1998-08-20 Ulrich Drepper <drepper@cygnus.com>
2713 * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
2714 BASH-ONLY marked region.
2715 * elf/ldd.bash.in: Remove special BASH-ONLY markers.
2717 1998-02-20 17:54 H.J. Lu <hjl@gnu.org>
2719 * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
2722 * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
2724 * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
2727 1998-08-21 Roland McGrath <roland@baalperazim.frob.com>
2729 * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
2730 with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
2731 * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
2732 (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
2733 (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
2734 those magic comments, and to use /bin/sh for @BASH@.
2735 (bash-ldd-rewrite): Use $(common-ldd-rewrite).
2736 * elf/ldd.sh.in: File removed.
2738 1998-08-20 20:07 Ulrich Drepper <drepper@cygnus.com>
2740 * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
2741 cast them to unsigned long int.
2742 * pwd/putpwent.c (putpwent): Likewise.
2743 Patch by John Tobey <jtobey@banta-im.com>.
2745 1998-08-20 17:14 H.J. Lu <hjl@gnu.org>
2747 * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
2750 1998-02-20 17:54 H.J. Lu <hjl@gnu.org>
2752 * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
2755 1998-08-20 19:14 Ulrich Drepper <drepper@cygnus.com>
2757 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
2758 Add umount and umount2.
2759 * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
2760 * sysdeps/unix/sysv/linux/umount.S: New file.
2761 * sysdeps/unix/sysv/linux/umount2.S: New file.
2762 * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
2765 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
2767 * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
2768 * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
2770 * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
2772 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
2775 1998-08-20 16:01 Ulrich Drepper <drepper@cygnus.com>
2777 * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
2778 * elf/ldd.bash.in: Likewise.
2780 * elf/sln.c: Avoid warning for no main prototype.
2782 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
2784 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
2785 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2787 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
2789 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
2790 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
2791 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2793 1998-08-20 Philip Blundell <pb@nexus.co.uk>
2795 * sysdeps/arm/fpu/ieee754.h: Move to...
2796 * sysdeps/arm/ieee754.h: ... here.
2798 * sysdeps/arm/__longjmp.S: Put return value in correct register.
2799 Don't set the condition flags unnecessarily.
2800 * sysdeps/arm/fpu/__longjmp.S: Likewise. Restore floating point
2801 registers correctly.
2803 * sysdeps/arm/dl-machine.h: Fix problems with profiling code
2804 (patch from Scott Bambrough).
2806 * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
2808 * csu/initfini.c (_init): Don't check whether __gmon_start__ is
2809 NULL, just call it unconditionally.
2810 (__gmon_start__): Provide stub version as a weak symbol.
2812 1998-07-30 Philip Blundell <philb@gnu.org>
2814 * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
2817 * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
2818 like `@' in .type directives.
2820 * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
2821 * sysdeps/arm/bsd-_setjmp.S: Likewise.
2823 * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
2825 1998-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2827 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
2828 (F_GETOWN): Likewise.
2830 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
2833 1998-08-20 Ulrich Drepper <drepper@cygnus.com>
2835 * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
2838 1998-08-18 Ulrich Drepper <drepper@cygnus.com>
2840 * include/features.h: Define __USE_EXTERN_INLINES for recent
2842 * argp/argp.h: Define extern inline functions only if
2843 __USE_EXTERN_INLINES is defined.
2844 * libio/stdio.h: Likewise.
2845 * math/math.h: Likewise.
2846 * stdlib/stdlib.h: Likewise.
2847 * string/argz.h: Likewise.
2848 * sysdeps/generic/bits/sigset.h: Likewise.
2849 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
2850 * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
2851 * sysdeps/wordsize-32/inttypes.h: Likewise.
2852 * sysdeps/wordsize-64/inttypes.h: Likewise.
2853 * wcsmbs/wchar.h: Likewise.
2855 * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
2856 to allow compilation without optimization.
2858 1998-08-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2860 * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
2862 * nis/nss_compat/compat-initgroups.c: Likewise.
2863 * nis/nss_compat/compat-pwd.c: Likewise.
2864 * nis/nss_compat/compat-spwd.c: Likewise.
2865 * nis/nss_nis/nis-alias.c: Likewise.
2866 * nis/nss_nis/nis-ethers.c: Likewise.
2867 * nis/nss_nis/nis-grp.c: Likewise.
2868 * nis/nss_nis/nis-hosts.c: Likewise.
2869 * nis/nss_nis/nis-initgroups.c: Likewise.
2870 * nis/nss_nis/nis-network.c: Likewise.
2871 * nis/nss_nis/nis-proto.c: Likewise.
2872 * nis/nss_nis/nis-pwd.c: Likewise.
2873 * nis/nss_nis/nis-rpc.c: Likewise.
2874 * nis/nss_nis/nis-service.c: Likewise.
2875 * nis/nss_nis/nis-spwd.c: Likewise.
2877 * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
2879 * nis/ypclnt.c: Try binding dir only first time, could be to old.
2881 * nis/yp_xdr.c: Remove 1024 byte limit.
2882 * nis/ypupdate_xdr.c: Likewise.
2884 * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
2887 1998-08-18 Roland McGrath <roland@baalperazim.frob.com>
2889 * Rules (binaries-static, binaries-shared static pattern rules):
2890 Depend on lib%, not just libc%, from $(link-libc{,-static}).
2892 * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
2893 this here, overriding Makeconfig generic value so we link against
2896 1998-08-17 Ulrich Drepper <drepper@cygnus.com>
2898 * posix/tstgetopt.c (options): Add NULL entry at end
2899 Patch by Adrian Miranda <ade@psg.com>.
2901 1998-08-15 18:21 Ulrich Drepper <drepper@cygnus.com>
2903 * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION. Move EI_PAD
2906 1998-08-15 14:11 Ulrich Drepper <drepper@cygnus.com>
2908 * elf/elf.h: Add PPC Diab relocations.
2910 * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
2912 1998-08-14 10:08 Ulrich Drepper <drepper@cygnus.com>
2914 * manual/texinfo.tex: Update.
2916 1998-08-07 Geoff Keating <geoffk@ozemail.com.au>
2918 * sysdeps/powerpc/backtrace.c: New file.
2920 1998-08-14 Philip Blundell <pb@nexus.co.uk>
2922 * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
2924 * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
2926 1998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2928 * Makefile (install-symbolic-link): Fix spelling.
2930 1998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2932 * elf/elf.h (SHT_HIOS): Fix value.
2934 1998-08-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2936 * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
2937 part of the expansion, this is undefined by the standard.
2939 1998-08-13 19:41 Ulrich Drepper <drepper@cygnus.com>
2941 * posix/getconf.c: Add support for systems with incomplete confname.h.
2943 * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
2945 * sysdeps/posix/wait3.c: Make it work.
2947 1998-08-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2949 * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
2950 (elf/ldso_install): Remove.
2952 * elf/Makefile (distribute): Add sln.c.
2954 (others-static): Add sln.
2955 (install-rootsbin): Add sln.
2956 (others-static): Add sln.
2957 (ldso_install): Remove.
2959 1998-07-24 10:58 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2961 * Makerules (install-clean-symbolic-link-list): Make phony.
2962 * Makefile (install-symbolic-link): Make phony. Depend on
2963 subdir_install for parallel makes.
2966 1998-07-22 Ulrich Drepper <drepper@cygnus.com>
2968 * elf/Makefile (distribute): Add sln.c
2970 1998-07-21 07:10 H.J. Lu <hjl@gnu.org>
2972 * elf/sln.c: New file.
2974 * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
2975 (install-clean-symbolic-link-list): New target.
2976 (install): Depend on install-clean-symbolic-link-list.
2977 (make-shlib-link): Changed for $(symbolic-link-list).
2979 * Makefile (install-symbolic-link): New target.
2980 (install): Depend on install-symbolic-link.
2982 1998-08-12 17:03 Ulrich Drepper <drepper@cygnus.com>
2984 * include/unistd.h: Protect against multiple inclusion.
2986 * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
2987 is defined, not is glob is defined.
2988 * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
2990 1998-08-01 17:18 H.J. Lu <hjl@gnu.org>
2992 * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
2993 xdr_string for ut_line, ut_name and ut_host.
2995 1998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2997 * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
2998 /var/mail in accordance with FHS 2.0.
2999 Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
3001 1998-08-12 Richard Henderson <rth@cygnus.com>
3003 * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
3004 Update aliases for cancelation.
3006 * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
3007 playing with symbol versions.
3009 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>
3011 * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
3012 multiple inclusion protection.
3013 (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
3014 _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
3015 define all these to 1.
3016 (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
3018 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>
3020 * sysdeps/mach/usleep.c: Include <unistd.h>.
3021 (usleep): Return void.
3023 1998-08-11 Roland McGrath <roland@baalperazim.frob.com>
3025 * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
3026 decl to inhibit warning in if_freenameindex defn.
3028 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
3030 * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
3032 * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
3033 * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
3034 * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
3035 * sysdeps/mach/usleep.c: Likewise.
3037 * sysdeps/mach/hurd/bind.c (bind): Add a const.
3039 * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
3040 * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
3041 * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
3042 * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
3043 * sysdeps/mach/usleep.c (usleep): Likewise.
3044 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
3045 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
3046 * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3047 * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
3049 1998-08-11 Roland McGrath <roland@baalperazim.frob.com>
3051 * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
3054 * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
3055 %p arg to fprintf, since `void *' is the right type already.
3057 1998-07-25 19:47 Jose M. Moya <josem@gnu.org>
3059 * sysdeps/mach/hurd/getcwd.c
3060 (_hurd_canonicalize_directory_name_internal): Do not loop forever
3061 for unknown root directories.
3062 (__getcwd): Return NULL when the current root directory could not
3065 1998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com>
3067 * string/strsignal.c (strsignal): Count real-time signals from zero.
3070 See ChangeLog.8 for earlier changes.