d80cbb19be550446dfd7b5c4126fa6884caa9e7d
[platform/upstream/glibc.git] / ChangeLog
1 1998-10-30 11:15  Ulrich Drepper  <drepper@cygnus.com>
2
3         * sysdeps/libm-i387/e_fmod.S: Remove invalid operand size suffix.
4         * sysdeps/libm-i387/e_fmodf.S: Likewise.
5         * sysdeps/libm-i387/e_fmodl.S: Likewise.
6         * sysdeps/libm-i387/s_ilogb.S: Likewise.
7         * sysdeps/libm-i387/s_ilogbf.S: Likewise.
8         * sysdeps/libm-i387/s_logb.S: Likewise.
9         * sysdeps/libm-i387/s_logbf.S: Likewise.
10         * sysdeps/libm-i387/s_remquo.S: Likewise.
11         * sysdeps/libm-i387/s_remquof.S: Likewise.
12         * sysdeps/libm-i387/s_remquol.S: Likewise.
13         * sysdeps/libm-i387/s_significand.S: Likewise.
14         * sysdeps/libm-i387/s_significandf.S: Likewise.
15
16 1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>
17
18         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct
19         _llseek.
20
21 1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>
22
23         * math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2.
24
25 1998-10-29  Ulrich Drepper  <drepper@cygnus.com>
26
27         * stdio-common/vfprintf.c (vfprintf): Fix the remaining premature
28         returns without cleaning up the lock.
29         (printf_unknown): Add label all_done.
30
31         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Keep Linux 2.0
32         kernels in mind when reading /proc/self/fd/FD.
33         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
34
35         * nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
36
37         * malloc/mtrace.c (tr_where): Replace snprintf call by mempcpy and
38         _fitoa.
39
40         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Try reading
41         /prof/self/fd/FD first.
42         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
43
44         * stdio-common/_itoa.h (_fitoa_word): New inline function.  Write
45         formatted number starting at given position and return pointer to
46         following byte.
47         (_fitoa): Likewise, for long long.
48
49 1998-10-29  Roland McGrath  <roland@baalperazim.frob.com>
50
51         * sysdeps/unix/sysv/linux/bits/sem.h,
52         sysdeps/unix/sysv/linux/bits/ipc.h,
53         sysdeps/unix/sysv/linux/bits/shm.h,
54         sysdeps/unix/sysv/linux/bits/msq.h: Moved to ...
55         * sysdeps/gnu/bits/sem.h, sysdeps/gnu/bits/ipc.h,
56         sysdeps/gnu/bits/shm.h, sysdeps/gnu/bits/msq.h: ... here,
57         so the same bits will be used for the Hurd.
58
59 1998-10-29  Ulrich Drepper  <drepper@cygnus.com>
60
61         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Allow
62         compiling on systems without rt_sigaction syscall.
63
64 1998-10-12  Philip Blundell  <pb@nexus.co.uk>
65
66         * Makeconfig (sysdep-subdirs): Allow Subdirs files to remove
67         directories as well as add them.
68
69 1998-10-28  Philip Blundell  <pb@nexus.co.uk>
70
71         * sysdeps/unix/sysv/linux/neteconet/ec.h: New file.  Support for
72         AF_ECONET sockets as found in recent Linux 2.1 kernels.
73         * sysdeps/unix/sysv/linux/Dist: Distribute it.
74         * sysdeps/unix/sysv/linux/Makefile: Install it.
75
76 1998-10-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
77
78         * string/bits/string2.h: __USE_GNU already implies __USE_MISC.
79
80 1998-10-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
81
82         * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
83         fds_bits member.
84         * sysdeps/unix/sysv/linux/alpha/bits/types.h (__FDS_BITS): Likewise.
85         * sysdeps/unix/sysv/linux/bits/types.h (__FDS_BITS): Likewise.
86         * sysdeps/unix/sysv/linux/mips/bits/types.h (__FDS_BITS): Likewise.
87         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h (__FDS_BITS):
88         Likewise.
89         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h (__FDS_BITS):
90         Likewise.
91         * sysdeps/generic/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
92         __FD_ISSET): Use it.
93         * sysdeps/i386/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
94         __FD_ISSET): Likewise.
95
96 1998-10-28  Geoff Keating  <geoffk@ozemail.com.au>
97
98         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Tidy up, correct
99         llseek.
100
101         * sysdeps/unix/sysv/linux/powerpc/pread.c: Do not use the i386 version.
102         Instead call the system call wrapper function using an 64bit argument.
103         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
104         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
105         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
106
107 1998-10-27  Ulrich Drepper  <drepper@cygnus.com>
108
109         * signal/signal.h: Don't include <time.h> for timespec, add
110         forward declaration.
111
112         * sysdeps/i386/bits/select.h [!__USE_XOPEN]: Add special version
113         of __FD_* macros which use __fds_bits.
114         * sysdeps/generic/bits/select.h: Likewise.
115         Reported by Matt McLean <keys@yikes.com>.
116
117 1998-10-27  Philip Blundell  <pb@nexus.co.uk>
118
119         * elf/elf.h: Update ARM definitions.
120
121 1998-10-27  Ulrich Drepper  <drepper@cygnus.com>
122
123         * signal/signal.h: Include bits/sigthread.h only for Unix98.
124
125 1998-10-26  Ulrich Drepper  <drepper@cygnus.com>
126
127         * include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined
128         define __builtin_expect as a macro substituting to the first
129         argument.
130         * config.h.in: Define HAVE_BUILTIN_EXPECT.
131         * configure.in: Add test for __builtin_expect.
132
133         * sysdeps/unix/sysv/linux/bits/types.h: Include
134         bits/pthreadtypes.h only not for POSIX 199506.
135         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
136         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
137         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
138
139 1998-10-26  Mark Kettenis  <kettenis@phys.uva.nl>
140
141         * sysdeps/unix/sysv/linux/Versions: Move shutdown ...
142         * socket/Versions [libc, GLIBC_2.0]: ... to here.
143
144 1998-10-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
145
146         * include/stdio.h: Included <stddef.h> for size_t.
147
148         * stdio/stdio.h: Move __path_search, __gen_tempname, __libc_fatal
149         to ...
150         * include/stdio.h: ...here.
151         * libio/stdio.h: Removed __path_search, __gen_tempname, __libc_fatal.
152
153 1998-10-26 11:09  Ulrich Drepper  <drepper@cygnus.com>
154
155         * time/Makefile (tests): Add tst-posixtz.
156         * time/tst-posixtz.c: New file.
157
158 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
159
160         * elf/rtld.c (process_envvars): Accept any non-null value of
161         LD_BIND_NOW, as mandated by the ABI.
162
163 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
164
165         * sysdeps/unix/sysv/linux/pread.c: Rename __syscall_pread64 to
166         __syscall_pread.
167         * sysdeps/unix/sysv/linux/pwrite.c: Rename __syscall_pwrite64 to
168         __syscall_pwrite.
169         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
170         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
171         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
172         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
173         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.  Remove
174         duplicate entries.
175         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove
176         s_pread64 and s_pwrite64.
177         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
178
179 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
180
181         * sysdeps/unix/sysv/linux/llseek.c: Use INLINE_SYSCALL.
182         * sysdeps/unix/sysv/linux/arm/syscalls.list: Rename __sys_llseek
183         to __syscall__llseek.
184         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
185         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
186         * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove entry for
187         __sys_llseek.
188
189 1998-10-26  Cristian Gafton  <gafton@redhat.com>
190
191         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add s_setfsgid
192         and s_setfsuid.
193
194 1998-10-26  Ulrich Drepper  <drepper@cygnus.com>
195
196         * time/tzset.c (tz_compute): Correct last patch and describe this
197         in a comment.
198
199 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
200
201         * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove
202         rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo,
203         rt_sigaction and rt_sigpending.
204         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries
205         for __syscall_* functions.
206         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL.
207
208 1998-10-26  Roland McGrath  <roland@baalperazim.frob.com>
209
210         * hurd/Versions: Add _hurd_dtable, _hurd_dtablesize,
211         _hurd_dtable_lock, _hurd_intern_fd.
212
213         * sysdeps/mach/hurd/Versions: Add cthread_keycreate,
214         cthread_getspecific, cthread_setspecific, __libc_getspecific.
215
216         * mach/Versions: Fix typo in last change.
217
218 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
219
220         * time/tzset.c (tz_compute): If time to switch to DST is later in
221         the year switch back in the next year.
222         Reported by jwitford@hutch.com.au.
223
224 1998-10-24  Mark Kettenis  <kettenis@phys.uva.nl>
225
226         * mach/Versions: Add evc_wait, mach_error, mach_error_string,
227         mach_error_type, mach_msg_destroy, mig_deallocate_reply_port.
228         Remove __mach_host_self, __mach_reply_port, __mach_setup_thread,
229         __mach_port_allocate, __mach_port_allocate_name,
230         __mach_port_insert_right __mutex_trylock, __mutex_lock,
231         __mutex_unlock, __swtch, __switch, __task_create, __task_suspend,
232         __task_set_special_port, __task_terminate, __thread_depress_abort,
233         __thread_switch, __vm_allocate, __vm_deallocate, __vm_map.  These
234         functions are not used outside libc.
235
236         * sysdeps/mach/hurd/Versions: New file.
237         [libc, GLIBC_2.0]: Add _cthread_exit_routine and
238         _cthread_init_routine.  These are set by the Hurd cthreads library.
239         Add __getcwd, __mmap.  If we don't add these, the weak definitions in
240         the dynamic linker will not be replaced by the corresponding shared
241         library routines once they are loaded.
242
243 1998-10-21  Mark Kettenis  <kettenis@phys.uva.nl>
244
245         * sysdeps/mach/hurd/i386/init-first.c: Only define
246         __libc_enable_secure if PIC is not defined.
247
248 1998-10-25  Roland McGrath  <roland@baalperazim.frob.com>
249
250         * argp/Versions: Add _argp_unlock_xxx.  Lock-savvy functions call this
251         to recurse into argp.
252
253 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
254
255         * include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
256         greater or equal than 199506L.
257
258         * sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
259         only is __USE_XOPEN.  Otherwise use __fds_bits.
260         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
261         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
262         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
263         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
264         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
265
266 1998-10-24  H.J. Lu  <hjl@gnu.org>
267
268         * locale/programs/charmap.c (parse_charmap): Accept tok_string
269         for <code_set_name>.
270
271 1998-10-25  H.J. Lu  <hjl@gnu.org>
272
273         * locale/programs/ld-ctype.c (ctype_finish): Also check
274         <space>.
275
276 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
277
278         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.
279
280         * sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
281         if __USE_POSIX199506 or __USE_UNIX98.
282
283 1998-10-24 22:34 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
284
285         * string/bits/string2.h: Inline strdup+friends only if
286         __USE_MISC || __USE_GNU (prevents namespace pollution).
287
288 1998-10-24  H.J. Lu  <hjl@gnu.org>
289
290         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
291         LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
292         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
293         LOCK_NB, LOCK_UN): Likewise.
294         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
295         LOCK_NB, LOCK_UN): Likewise.
296         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
297         LOCK_NB, LOCK_UN): Likewise.
298         * sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
299         LOCK_NB, LOCK_UN): Likewise.
300
301 1998-10-24  H.J. Lu  <hjl@gnu.org>
302
303         * libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.
304
305         * libio/rewind.c (rewind): Clear the error.
306
307 1998-10-24  H.J. Lu  <hjl@gnu.org>
308
309         * grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
310         "buffer".
311
312 1998-10-24  H.J. Lu  <hjl@gnu.org>
313
314         * sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
315         with __need_timeval.
316         * sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
317         * sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.
318
319 1998-10-24  H.J. Lu  <hjl@gnu.org>
320
321         * signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
322         sigqueue): Protect with __USE_POSIX199309.
323
324 1998-10-24  H.J. Lu  <hjl@gnu.org>
325
326         * time/time.h (timespec): Protect with __USE_POSIX199309 instead of
327         __USE_POSIX.
328
329 1998-10-24  H.J. Lu  <hjl@gnu.org>
330
331         * libio/fileops.c (_IO_new_file_seekoff): Always resync with
332         the kernel file offset.
333         * libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
334
335 1998-10-24  H.J. Lu  <hjl@gnu.org>
336
337         * time/tzfile.c (__tzfile_default): Set num_types to 2.
338
339 1998-10-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
340
341         * rt/aio.h: Move __aio_init to...
342         * include/aio.h: ...here.
343
344 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
345
346         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove duplicate
347         definition of O_LARGEFILE.
348
349 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
350
351         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Use path
352         as first argument to statfs.
353
354 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
355
356         * sysdeps/generic/setenv.c (setenv): Add braces around ambiguous else.
357
358 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
359
360         * malloc/mtrace.c: Include <string.h> for strlen.
361
362 1998-10-24  Roland McGrath  <roland@baalperazim.frob.com>
363
364         * sysdeps/mach/hurd/bits/environments.h: New file.
365
366         * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): New weak function.
367
368         * mach/Versions, hurd/Versions: Add numerous symbols.
369         Remove libmachuser and libhurduser sections, punt
370         versioning for those libraries for now.
371
372         * misc/Versions: Add reboot here; it exists on all platforms.
373         * sysdeps/unix/sysv/linux/Versions: Remove reboot here.
374
375 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
376
377         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOFOLLOW): New
378         macro.
379         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
380         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
381         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_LARGEFILE,
382         O_NOFOLLOW, O_DIRECT): New macros.
383         (O_DIRECTORY): Correct definition according to official 2.1.126.
384         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECTORY,
385         O_NOFOLLOW): New macros.
386
387 1998-10-24  Roland McGrath  <roland@baalperazim.frob.com>
388
389         * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__.
390
391         * sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "".
392         (__opendir): Add trailing slash to name for open, for ENOTDIR check.
393
394 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
395
396         * sysdeps/unix/sysv/linux/i386/Dist: Add setresuid.c, setresgid.c,
397         setfsuid.c, and setfsgid.c.
398         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
399         * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
400         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
401
402         * version.h (VERSION): Bump to 2.0.99.
403
404         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove duplicate
405         ustat definition.
406
407         * sysdeps/unix/sysv/linux/i386/Dist: Remove s_pread64.c and
408         s_pwrite64.c.
409
410         * posix/fnmath.h: Don't redefine __P when used in glibc.
411         * posix/glob.h: Likewise.
412
413         * inet/rcmd.c (__ivaliduser2): Fix memory leak.
414         Patch by Dick Streefland <dick_streefland@tasking.com>.
415
416         * stdio-common/tst-ungetc.c: Add more test cases.
417
418         * sysdeps/unix/sysv/linux/Dist: Add linux_fsinfo.h.
419         * sysdeps/unix/sysv/linux/fstatvfs.c: Move filesystem magic number
420         definitions to ...
421         * sysdeps/unix/sysv/linux/linux_fsinfo.h: ...here.  New file.
422         * sysdeps/unix/sysv/linux/fpathconf.c: New file.
423         * sysdeps/unix/sysv/linux/pathconf.c: New file.
424         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Handle _PC_LINK_MAX here.
425         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
426
427 1998-10-20  Philip Blundell  <pb@nexus.co.uk>
428
429         * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Include
430         <asm/ptrace.h> to define struct pt_regs.
431         * sysdeps/unix/sysv/linux/arm/profil-counter.h: Don't bother
432         including <asm/ptrace.h> here.
433
434         * sysdeps/unix/sysv/linux/arm/sysdep.S: Remove spurious call to
435         C_SYMBOL_NAME macro.
436
437 1998-10-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
438
439         * sysdeps/generic/sys/ptrace.h (__ptrace_request): Remove comma at
440         end of enumerator list.
441         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Likewise.
442         * posix/wordexp.h: Likewise.
443
444         * db/db.h: Use __PMT instead of __P in typedefs.
445         * db/mpool.h: Likewise.
446         * sysdeps/generic/bits/siginfo.h: Likewise.
447         * nis/rpcsvc/ypclnt.h: Likewise.
448
449 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
450
451         * libio/genops.c (_IO_seekmark): When switching to backup buffer
452         make sure all characters from the read buffer are read after
453         switching back to it.
454
455 1998-10-22  Ulrich Drepper  <drepper@cygnus.com>
456
457         * configure.in: Add support for Cygnus GNUPro compilers.
458
459 1998-10-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
460
461         * stdio/stdio.h: Use __PMT instead of __P in typedefs.
462
463         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use __PMT instead
464         of __P for sa_restorer.
465         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
466         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
467         kernel_sigaction, old_kernel_sigaction): Likewise.
468
469 1998-10-22  Ulrich Drepper  <drepper@cygnus.com>
470
471         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add __syscall_pread
472         and __syscall_pwrite aliases.
473
474         * sunrpc/rpc/auth.h (AUTH_DH): New macro.  Alias for AUTH_DES.
475
476         * sysdeps/unix/sysv/linux/i386/sysdep.h: Drastically simplify and
477         improve INLINE_SYSCALL using macro assembler magic.
478
479 1998-10-22  H.J. Lu  <hjl@gnu.org>
480
481         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Add
482         sanity check for n.
483         * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
484
485         * sysdeps/posix/fpathconf.c (__fpathconf): Set errno to
486         EINVAL if errno == ENODEV.  Tested by VSX-PCT.
487
488         * sysdeps/posix/isatty.c (__isatty): Don't reset errno.  Tested
489         by VSX-PCT.
490
491         * posix/execvp.c (execvp): Check "".  Tested by VSX-PCT.
492
493 1998-10-22  Philip Blundell  <pb@nexus.co.uk>
494
495         * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef
496         __ASSEMBLER__.
497
498 1998-10-21  Ulrich Drepper  <drepper@cygnus.com>
499
500         * sysdeps/unix/sysv/linux/i386/sysdep.h: Remove EXTRAVARS_* macros
501         and adjust formats.
502
503 1998-10-21 14:38  Ulrich Drepper  <drepper@cygnus.com>
504
505         * sysdeps/unix/sysdep.h (INLINE_SYSCALL): New macro.  Simply call
506         __syscall_* function.
507         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use INLINE_SYSCALL instead
508         of calling __syscall_* function.
509         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
510         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
511         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
512         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
513         * sysdeps/unix/sysv/linux/getpriority.c: Likewise.
514         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
515         * sysdeps/unix/sysv/linux/getresuid.c: Likewise.
516         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
517         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
518         * sysdeps/unix/sysv/linux/poll.c: Likewise.
519         * sysdeps/unix/sysv/linux/pread.c: Likewise.
520         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
521         * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
522         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
523         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
524         * sysdeps/unix/sysv/linux/readv.c: Likewise.
525         * sysdeps/unix/sysv/linux/reboot.c: Likewise.
526         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
527         * sysdeps/unix/sysv/linux/siglist.h: Likewise.
528         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
529         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
530         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
531         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
532         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
533         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
534         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
535         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
536         * sysdeps/unix/sysv/linux/ustat.c: Likewise.
537         * sysdeps/unix/sysv/linux/writev.c: Likewise.
538         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
539         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
540         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
541         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
542         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
543         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
544         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
545         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
546         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
547         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
548         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
549         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
550         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
551
552         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INLINE_SYSCALL using
553         inline assembler.
554         * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove various
555         __syscall_* definitions.
556
557         * sysdeps/unix/sysv/linux/syscalls.list: Move various __syscall_*
558         definitions to...
559         * sysdeps/unix/sysv/linux/alpha/syscalls.list: ...here...
560         * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
561         * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
562         * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
563         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
564         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
565         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
566
567         * sysdeps/unix/sysv/linux/Makefile [subdir=signal] (sysdep_routines):
568         Move definition to...
569         * sysdeps/unix/sysv/linux/alpha/Makefile: ...here...
570         * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
571         * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
572         * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
573         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
574         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
575         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
576
577         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
578         (sysdep_routines): Remove s_pread64 and s_pwrite64.
579
580         * sysdeps/unix/sysv/linux/i386/pread.c: New file.
581         * sysdeps/unix/sysv/linux/i386/pread64.c: New file.
582         * sysdeps/unix/sysv/linux/i386/pwrite.c: New file.
583         * sysdeps/unix/sysv/linux/i386/pwrite64.c: New file.
584         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Removed.
585         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Removed.
586
587 1998-10-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
588
589         * sysdeps/unix/sysv/linux/siglist.h: Fix some typos in these files
590         and bring them in synch.
591         * sysdeps/unix/siglist.c: Likewise.
592         Reported by Vladimir Michl <michlv@risc.upol.cz> [PR libc/832].
593
594 1998-10-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
595
596         * sysdeps/unix/sysv/linux/i386/setresuid.c: Allow -1 as arguments.
597         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
598
599         * sysdeps/unix/sysv/linux/i386/setreuid.c: New file.
600         * sysdeps/unix/sysv/linux/i386/setregid.c: New file.
601         * sysdeps/unix/sysv/linux/m68k/setreuid.c: New file.
602         * sysdeps/unix/sysv/linux/m68k/setregid.c: New file.
603         * sysdeps/unix/sysv/linux/arm/setreuid.c: New file.
604         * sysdeps/unix/sysv/linux/arm/setregid.c: New file.
605         * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: New file.
606         * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: New file.
607         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_setreuid and
608         s_setregid.
609         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
610         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
611         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
612
613 1998-10-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
614
615         * sunrpc/rpc_main.c (close_output, close_input): New functions.
616         (c_output, h_output, s_output, l_output, t_output, svc_output,
617         clnt_output, mkfile_output): Call them at the end.
618
619 1998-10-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
620
621         * db/Makefile (LDFLAGS-db1.so): New variable, to avoid duplicating
622         link command.
623
624 1998-10-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
625
626         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents.
627         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add s_setfs[ug]id.
628
629 1998-10-20  Ulrich Drepper  <drepper@cygnus.com>
630
631         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_pread64 and
632         s_pwrite64.
633         * sysdeps/unix/sysv/linux/powerpc/pread.c: New file.
634         * sysdeps/unix/sysv/linux/powerpc/pread64.c: New file.
635         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: New file.
636         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: New file.
637         Patch by Geoffrey KEATING <geoffk@discus.anu.edu.au>.
638
639 1998-10-18  Zack Weinberg  <zack@rabi.phys.columbia.edu>
640
641         * sysdeps/unix/opendir.c: Check at runtime for kernel support for
642         O_DIRECTORY.
643
644 1998-10-20  H.J. Lu  <hjl@gnu.org>
645
646         * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Fix
647         argument types.
648
649 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
650
651         * math/tgmath.h: Make nested function calls work.
652
653         * include/ldsodefs.h: Fix typo.
654
655         * posix/Makefile (tests): Add tst-preadwrite.
656         * posix/tst-preadwrite.c: New file.
657
658         * sysdeps/unix/opendir.c (__opendir): Add back fstat call to make
659         sure that descriptor is in any case for a directory.
660
661 1998-10-19 18:59 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
662
663         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG): Fix typo: val -> Val.
664         (atan2): Takes two arguments.
665
666 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
667
668         * include/ldsodefs.h: New file.
669
670         * iconv/gconv.c: Include ldsodefs.h, not elf/ldsodefs.h.
671         Remove change to avoid using _CALL_DL_FCT.
672         * iconv/gconv_db.c: Likewise.
673         * iconv/gconv_dl.c: Likewise.
674         * iconv/skeleton.c: Likewise, here for DL_CALL_FCT.
675         * malloc/mtrace.c: Include ldsodefs.h, not elf/ldsodefs.h.
676         * nss/nsswitch.c: Likewise.
677         * nss/nsswitch.h: Likewise.
678
679 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
680
681         * sunrpc/Makefile (otherlibs): If static NSS is in use, set to the
682         required libraries.
683         * login/Makefile (otherlibs): Likewise.
684         * nscd/Makefile (otherlibs): Likewise.
685         * Makeconfig (link-libc) [! build_shared]: Add $(otherlibs).
686
687         * debug/Makefile (install-bin): Only build catchsegv if using ELF.
688
689         * inet/Makefile: Add -DSTATIC_NSS to CFLAGS.
690
691 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
692
693         * sysdeps/unix/sysv/linux/arm/syscalls.list: Added setfsgid
694         and setfsuid.
695
696 1998-10-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
697
698         * nscd/connections.c: Fix typos in comments and strings.
699
700         * nscd/nscd.conf: Update according to recent changes to nscd.
701
702         * nscd/cache.c (prune_cache): Remove wrong comment.
703
704 1998-10-19 13:24  Ulrich Drepper  <drepper@cygnus.com>
705
706         * locale/programs/ld-collate.c (collate_startup): Clear bit for this
707         category in copy_posix.
708         (collate_finish): Don't warn about UNDEFINED not being defined.
709         * locale/programs/ld-ctype.c (ctype_startup): Clear bit for this
710         category in copy_posix.
711         * locale/programs/ld-messages.c (messages_startup): Likewise.
712         * locale/programs/ld-monetary.c (monetary_startup): Likewise.
713         * locale/programs/ld-numeric.c (numeric_startup): Likewise.
714         * locale/programs/ld-time.c (time_startup): Likewise.
715         * locale/programs/localedef.c: Move copy_def_list_t definition into
716         locales.h.  Define copy_posix variable.
717         (main): Before processing copy list add &copy_posix to copy_list.
718         * locale/programs/locales.h: Add definition of copy_def_list_t.
719         * locale/programs/locfile.c: Clear bit for appropriate category in
720         copy_posix.mask for copy instruction.
721
722 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
723
724         * sysdeps/unix/sysv/linux/i386/setresgid.c: Remove #include of
725         non-existing file with generic implementation.
726         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
727
728 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
729
730         * iconv/gconv_db.c: Include ELF header only if STATIC_GCONV is not
731         defined.  Avoid using _CALL_DL_FCT if it is not defined.
732         * iconv/gconv.c: Likewise.
733
734 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
735
736         * nscd/connections.c (dbs): Define defualt values for timeouts and
737         set enabled to 0 by default.
738         (CACHE_PRUNE_INTERVAL): New constant.  Use it instead of magical 15 in
739         nscd_run.
740
741         * locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISCNTRL bit for
742         character >= 0x80.
743         (_nl_C_LC_CTYPE_class32): Likewise.
744         Reported by HJ Lu.
745
746 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
747
748         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
749         _HURD_THREADVAR_DL_ERROR.
750
751         * hurd/Makefile (user-interfaces): Add login, password.
752
753         * sysdeps/mach/hurd/Makefile (+cflags): Append -Wno-parentheses.
754
755 1998-08-06  Mark Kettenis  <kettenis@phys.uva.nl>
756
757         [submitted 1998-08-06]
758         * mach/Machrules: Create target directory and force re-evaluation
759         of Makefile to prevent `make' from optimizing away most of the
760         implicit rules and `vpath' directives.
761
762 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
763
764         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread
765         is null, short-circuit to __mach_msg.
766
767         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function,
768         broken out of init1.
769         (init1) [PIC]: Call it.
770         (__libc_init_first) [! PIC]: Call it.
771
772         * sysdeps/mach/hurd/i386/init-first.c (init1): Don't call
773         __libc_init_secure.  Instead set __libc_enable_secure here from
774         the exec flags.
775         (__libc_enable_secure): New variable it.
776         * sysdeps/mach/hurd/enbl-secure.c: New file, empty placeholder module.
777
778 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
779
780         * nscd/nscd-client.h: New file, broken out of "nscd.h".
781         * nscd/nscd.h: Move defns needed by clients to "nscd-client.h",
782         and #include that.
783         * nscd/Makefile (distribute): Add nscd-client.h.
784         * nscd/nscd_getgr_r.c, nscd/nscd_gethst_r.c, nscd/nscd_getpw_r.c:
785         Include "nscd-client.h" instead of "nscd.h"
786
787 1998-10-18  Ulrich Drepper  <drepper@cygnus.com>
788
789         * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing
790         directory entries when a lstat call fails.
791         Patch by Colin Plumb <colin@nyx.net>.
792
793         * resolv/nss_dns/dns-host.c: Add missing errnop parameter to the
794         NSS functions.
795         * resolv/nss_dns/dns-network.c: Likewise.
796
797         * grp/Makefile: Don't search for linuxthreads in add-ons, use
798         have-thread-library to determine whether threads are available.
799         * pwd/Makefile: Remove wrong comment.
800
801         * inet/Makefile: Define CFLAGS-gethstbyad_r.c, CFLAGS-gethstbynm_r.c,
802         and CFLAGS-gethstbynm2_r.c to -DUSE_NSCD=1.
803
804         * locale/C-messages.c: Define default strings for YESTR and NOSTR.
805
806         * nss/Versions: Add __nss_hosts_lookup.
807
808         * nss/getXXbyYY.c: Remove unneeded assignment.
809
810         * nss/getXXbyYY_r.c: Include nscd/nscd_proto.h only if needed.
811
812         Almost complete rewrite of the NSCD to make it smaller, faster,
813         add more functionnality and make it easier to extend.
814         * nscd/Makfile (routines): Add nscd_gethst_r.
815         (nscd-modules): Add hstcache, gethstbyad_r, gethstbynm2_r, and cache.
816         * nscd/cache.c: New file.
817         * nscd/gethstbyad_r.c: New file.
818         * nscd/gethstbynm2_r.c: New file.
819         * nscd/hstcache.c: New file.
820         * nscd/nscd_gethst_r.c: New file.
821         * nscd/connections.c: Rewritten.  Don't start new thread for every
822         new connection.  Use a fixed set of threads which handle all
823         connections and also the cache cleanup.
824         * nscd/grpcache.c: Rewritten to use generic cache handling functions
825         in cache.c.
826         * nscd/nscd.c: Recognize new parameter nthreads.  Adjust initialization
827         for rewrite.  Remove handle_requests function.
828         * nscd/nscd.h (NSCD_VERSION): Bump to 2.
829         Define new data structure for the new unified cache and the host
830         database entries.
831         * nscd/nscd_conf.c: Rewrite parsing partly to allow adding of more
832         databases easily.  Recognize check-files and threads definitions.
833         * nscd/nscd.conf: Add definition of enable-cache and check-files to
834         passwd and group definitions.  Add new set of definitions for hosts.
835         * nscd/nscd_getgr_r.c: Rewrite for new protocol.
836         * nscd/nscd_getpw_r.c: Likewise.
837         * nscd/nscd_proto.h: Add prototype for host database functions.
838         * nscd/nscd_stat.c: Rewrite to simplify printing of information
839         for many databases.
840         * nscd/dbg_log.c: Remove unnecessary variable initializations.
841         Global variable debug_flag is renamed to dbg_level.
842         * nscd/dbg_log.h: Declare set_logfile.
843
844 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
845
846         * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
847         O_LARGEFILE back.
848
849 1998-10-16  Paul Eggert  <eggert@shade.twinsun.com>
850
851         * time/mktime.c: Some systems require <unistd.h> to be
852         included before <time.h> for localtime_r to be declared
853         properly.
854         * time/strftime.c: Likewise.
855
856 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
857
858         * db/Makefile: Add rule to generate shared object with the soname
859         from glibc 2.0.
860
861         * sysdeps/unix/opendir.c: Use O_DIRECTORY if available.  If not
862         available double check to verify it's a directory.
863
864         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add O_DIRECTORY.
865         * sysdeps/unix/sysv/linux/mips/bits/fcntl: Likewise.
866         * sysdeps/unix/sysv/linux/bits/fcntl.h: Remove O_* constants which
867         are not generally available.
868         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: New file.
869
870         * sysdeps/unix/sysv/linux/i386/setgroups.c: Add range check for values.
871         * sysdeps/unix/sysv/linux/arm/Makefile: New file.
872         * sysdeps/unix/sysv/linux/arm/setegid.c: New file.
873         * sysdeps/unix/sysv/linux/arm/seteuid.c: New file.
874         * sysdeps/unix/sysv/linux/arm/setfsgid.c: New file.
875         * sysdeps/unix/sysv/linux/arm/setfsuid.c: New file.
876         * sysdeps/unix/sysv/linux/arm/setgid.c: New file.
877         * sysdeps/unix/sysv/linux/arm/setgroups.c: New file.
878         * sysdeps/unix/sysv/linux/arm/setresgid.c: New file.
879         * sysdeps/unix/sysv/linux/arm/setresuid.c: New file.
880         * sysdeps/unix/sysv/linux/arm/setuid.c: New file.
881         * sysdeps/unix/sysv/linux/i386/setegid.c: New file.
882         * sysdeps/unix/sysv/linux/i386/seteuid.c: New file.
883         * sysdeps/unix/sysv/linux/i386/setfsgid.c: New file.
884         * sysdeps/unix/sysv/linux/i386/setfsuid.c: New file.
885         * sysdeps/unix/sysv/linux/i386/setgid.c: New file.
886         * sysdeps/unix/sysv/linux/i386/setgroups.c: New file.
887         * sysdeps/unix/sysv/linux/i386/setresgid.c: New file.
888         * sysdeps/unix/sysv/linux/i386/setresuid.c: New file.
889         * sysdeps/unix/sysv/linux/i386/setuid.c: New file.
890         * sysdeps/unix/sysv/linux/m68k/setegid.c: New file.
891         * sysdeps/unix/sysv/linux/m68k/seteuid.c: New file.
892         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: New file.
893         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: New file.
894         * sysdeps/unix/sysv/linux/m68k/setgid.c: New file.
895         * sysdeps/unix/sysv/linux/m68k/setgroups.c: New file.
896         * sysdeps/unix/sysv/linux/m68k/setresgid.c: New file.
897         * sysdeps/unix/sysv/linux/m68k/setresuid.c: New file.
898         * sysdeps/unix/sysv/linux/m68k/setuid.c: New file.
899         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: New file.
900         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: New file.
901         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: New file.
902         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: New file.
903         * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: New file.
904         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
905         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
906         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
907         * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: New file.
908
909         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add s_setgid, s_setresuid,
910         s_setresgid, and s_setuid.
911         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
912         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
913         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
914         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
915         (sysdep_routines): Add setfsgid, setfsuid, setresgid, and setresuid.
916         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
917         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
918
919 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
920
921         * time/mktime.c: Define _POSIX_THREAD_SAFE_FUNCTIONS to get
922         localtime_t declaration on some systems.
923
924 1998-10-16 10:07  Ulrich Drepper  <drepper@cygnus.com>
925
926         * iconv/Makefile [! elf]: Define CFLAGS-gconv_simple.c to
927         -DSTATIC_GCONV.
928         * iconv/skeleton.c: Include ELF header only of STATIC_GCONV is not
929         defined.  Avoid using DL_CLL_FCT if it is not defined.
930
931 1998-10-16 10:40 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
932
933         * resolv/arpa/nameser.h: Include sys/types.h unconditionally.
934         Include endian.h unconditionally.  Remove portability goop
935         depending on #ifdef linux, #ifdef BSD, #ifdef machine-type.
936
937 1998-10-16 11:39 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
938
939         * sunrpc/rpc/types.h: Mark file so fixincludes won't modify it.
940
941 1998-10-15  Ulrich Drepper  <drepper@cygnus.com>
942
943         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Remove __kernel_termios
944         again.  Use char[44] to define size of the struct.
945
946         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/armsigctx.h.
947
948 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
949
950         * string/bits/string2.h (strcmp): Don't cache the result of
951         __builtin_constant_p in variables, otherwise constant folding
952         can fail in big functions.
953
954 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
955
956         * string/bits/string2.h: Add prototypes for the new inline
957         functions.
958
959 1998-10-15  Ulrich Drepper  <drepper@cygnus.com>
960
961         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
962         have all types defined.
963         Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
964
965 1998-10-08  Paul Eggert  <eggert@twinsun.com>
966
967         * time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
968         Define also if HAVE_LOCALTIME_R && defined localtime_r, with
969         a body that merely expands localtime_r; this works around a
970         bug in Digital Unix 4.0A and 4.0D.
971
972 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
973
974         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_ioctl.
975         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: New file. Define
976         __ioctl to __syscall_ioctl and include Linux version of this file.
977         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
978         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: New file.  Redirect
979         ioctl calls which handle struct termios.
980         Based on a patch by Dan Jacobowitz <drow@false.org>.
981
982 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
983
984         * version.h (VERSION): Bump to 2.0.98.
985
986         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Define __kernel_termios
987         here instead of including kernel_termios.h.
988
989 1998-10-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
990
991         * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is
992         unnecessary after the changes of 1998-10-12.
993
994 1998-10-13  Ulrich Drepper  <drepper@cygnus.com>
995
996         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
997         parameter format string.
998         (inline_outw): Likewise.
999
1000         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Include
1001         string.h to get memcpy prototype and NULL definition.
1002
1003 1998-10-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1004
1005         * misc/sys/cdefs.h (__THROW): New macro.
1006         * argp/argp.h: Use it to replace the kludgey __P in inline
1007         function definitions.
1008         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1009         * stdlib/stdlib.h: Likewise.
1010         * wcsmbs/wchar.h: Likewise.
1011         * libio/stdio.h: Likewise.
1012         * stdio/stdio.h: Likewise.
1013         * sysdeps/wordsize-64/inttypes.h: Likewise.
1014         * sysdeps/wordsize-32/inttypes.h: Likewise.
1015         * string/argz.h: Likewise.
1016         * io/sys/stat.h: Likewise.
1017
1018 1998-10-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1019
1020         * Rules (stdio_lim): New variable.
1021         ($(stdio_lim:h=st)): Use this as intermediate stamp file, depend
1022         on Rules and config.make, use $(move-if-change) to avoid unnessary
1023         recompilations, and cleanup command.
1024         (common-generated): Add bits/stdio_lim.st.
1025
1026 1998-10-12  Ulrich Drepper  <drepper@cygnus.com>
1027
1028         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New
1029         variable to prevent warnings from use of modern CPU instructions.
1030         Patch by Richard Henderson <rth@cygnus.com>.
1031
1032         * sysdeps/unix/opendir.c: Test whether NAME is directory before
1033         opening it.
1034
1035 1998-10-12  Philip Blundell  <pb@nexus.co.uk>
1036
1037         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing
1038         semicolon so that profiling works.
1039
1040 1998-10-12  Roland McGrath  <roland@baalperazim.frob.com>
1041
1042         * sysdeps/generic/glob.c: #undef mempcpy before #define.
1043
1044         * sysdeps/unix/bsd/clock.c: Use prototype defns.
1045
1046 1998-10-11  Ulrich Drepper  <drepper@cygnus.com>
1047
1048         * Rules [posix in sysdirs]: Set L_tmpnam to 20.
1049         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
1050
1051         * string/bits/string2.h [!_STRING_ARCH_unaligned]
1052         (__mempcpy_small): Add parameter for 1 byte copy and use it.
1053         Reported by Geoff Keating <geoffk@ozemail.com.au>.
1054
1055 1998-10-09  Mark Kettenis  <kettenis@phys.uva.nl>
1056
1057         * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove,
1058         it is already defined in <bits/environments.h>.
1059
1060 1998-10-09  Ulrich Drepper  <drepper@cygnus.com>
1061
1062         * posix/ptestcases.h: Fix typo.
1063
1064 1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1065
1066         * posix/regex.c (regcomp): Allocate and prepare a fastmap.
1067         (regexec): Allocate regs.start and regs.end as one block.
1068
1069 1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1070
1071         * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
1072         enum decl.
1073
1074 1998-10-08  Philip Blundell  <pb@nexus.co.uk>
1075
1076         * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
1077         sigcontext union to ...
1078         * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here.  New
1079         file.
1080         * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
1081         version 2.0 kernels.
1082
1083 1998-10-08  Ulrich Drepper  <drepper@cygnus.com>
1084
1085         * malloc/mtrace.c (tr_reallochook): Produce better output for real
1086         reallocation case.
1087
1088         * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
1089         * argp/argp-xinl.c: Likewise.
1090
1091         * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
1092         Ruffian entry back.
1093         Patch by Christian Gafton.
1094
1095 1998-10-08  Paul Eggert  <eggert@twinsun.com>
1096
1097         * time/mktime.c (__mktime_internal): When the requested time falls
1098         in a spring-forward gap of size DT, return a time that is DT away
1099         from the requested time, preferring a time whose tm_isdst differs
1100         from the requested value.  Bump the max number of probes from 4 to
1101         6 to account for the extra probes needed to discover a
1102         spring-forward gap in the worst case.
1103
1104 1998-10-07 17:05  Ulrich Drepper  <drepper@cygnus.com>
1105
1106         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection
1107         of the weird alpha architectures.
1108         Patch by Cristian Gafton <gafton@redhat.com>.
1109
1110 1998-02-18 23:31  Richard Henderson  <rth@cygnus.com>
1111
1112         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for
1113         RAWHIDE and TSUNAMI.  Patch from Jay.Estabrook@digital.com.
1114
1115 1998-10-07  Ulrich Drepper  <drepper@cygnus.com>
1116
1117         * elf/dl-open.c (_dl_global_scope_alloc): Make global.
1118         (dl_open_worker): Use realloc, not malloc to resize array.
1119         * elf/rtld.c (_dl_initial_searchlist): New variable.
1120         (_dl_main): Copy content of _dl_main_searchlist to
1121         _dl_initial_searchlist.
1122         * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
1123         _dl_global_scope_alloc.
1124         * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
1125         * elf/dl-close.c (_dl_close): When removing object with global
1126         scope remove allocated searchlist if no dynamically loaded object
1127         is on it anymore.
1128         * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
1129         (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.
1130
1131         * malloc/mtrace.c (tr_where): Don't print space in location string,
1132         print it afterwards.  Print better symbol name information.
1133
1134 1998-10-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1135
1136         * manual/filesys.texi (Setting Permissions): Fix example for
1137         reading umask.
1138
1139 1998-10-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1140
1141         * elf/sprof.c (load_profdata): Fix typo in error message.
1142
1143 1998-10-06  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1144
1145         * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
1146         flag.
1147
1148 1998-10-04  Roland McGrath  <roland@baalperazim.frob.com>
1149
1150         * mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
1151
1152 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
1153
1154         * version.h (VERSION): Bump to 2.0.97.
1155
1156 1998-10-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1157
1158         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P
1159         in definitions of inline stat functions so that they match the
1160         declaration.
1161         * stdlib/stdlib.h: Likewise.
1162         * wcsmbs/wchar.h: Likewise.
1163         * libio/stdio.h: Likewise.
1164         * stdio/stdio.h: Likewise.
1165         * sysdeps/wordsize-64/inttypes.h: Likewise.
1166         * sysdeps/wordsize-32/inttypes.h: Likewise.
1167         * string/argz.h: Likewise.
1168         * argp/argp.h: Likewise.
1169
1170 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
1171
1172         * sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
1173         netinet/in.h.
1174
1175 1998-10-05  Philip Blundell  <philb@gnu.org>
1176
1177         * sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
1178         and constants.  Tidy up formatting a little.
1179
1180         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
1181         Move definitions to in.h.
1182
1183 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1184
1185         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
1186         SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
1187         Remove inclusion of <linux/swap.h>.
1188
1189 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
1190
1191         * io/sys/stat.h: Use __P in definitions of inline stat functions
1192         so that they match the declaration.
1193
1194 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1195
1196         * sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
1197
1198 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1199
1200         * sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
1201         linux 2.1 version.
1202
1203 1998-10-02  Philip Blundell  <pb@nexus.co.uk>
1204
1205         * sysdeps/arm/dl-machine.h: Fix typo in last change.
1206
1207         * sysdeps/arm/bits/huge_val.h: New file.
1208
1209 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1210
1211         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
1212
1213         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
1214         define.
1215
1216 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
1217
1218         * sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
1219         store result of realloc instead of using BUF.
1220
1221 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1222
1223         * misc/sgtty.h (_SGTTY_H): Correct spelling.
1224         Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
1225
1226 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1227
1228         * manual/memory.texi (Obstacks): Document
1229         obstack_alloc_failed_handler usage.
1230
1231         * malloc/obstack.h: Enhance comment about
1232         obstack_alloc_failed_handler usage.
1233         * malloc/obstack.c: Likewise.
1234
1235 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
1236
1237         * misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
1238         gcc before 2.8 is used.
1239
1240 1998-10-01  Philip Blundell  <pb@nexus.co.uk>
1241
1242         * sysdeps/arm/machine-gmon.h: Correct args to mcount().  Patch
1243         from Scott Bambrough.
1244
1245         * sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
1246
1247         * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
1248         include the lock member.
1249
1250 1998-09-03  Philip Blundell  <pb@nexus.co.uk>
1251
1252         * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
1253
1254 1998-10-01  Ulrich Drepper  <drepper@cygnus.com>
1255
1256         * timezone/zic.c: Update from tzcode1998h.
1257         * timezone/europe: Update from tzdata1998i.
1258         * timezone/southamerica: Likewise.
1259
1260         * sys/types.h: Protect use of long long by __extension__.
1261         * stdlib/stdlib.h: Likewise.
1262         * string/string.h: Likewise.
1263         * sysdeps/i386/bits/byteswap.h: Likewise.
1264         * sysdeps/geeric/bits/byteswap.h: Likewise.
1265         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1266         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1267         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1268         * sysdeps/wordsize-32/inttypes.h: Likewise.
1269         * sysdeps/wordsize-32/stdint.h: Likewise.
1270         * wcsmbs/wchar.h: Likewise.
1271
1272 1998-09-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1273
1274         * string/bits/string2.h (__string2_1bptr_p): Don't use a statement
1275         expression.
1276         (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
1277         __strsep): Greatly reduce size of expansion by combining common
1278         expressions.
1279         (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
1280         inline function.
1281         (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
1282         by the above definitions.
1283
1284 1998-09-27  Geoff Keating  <geoffk@ozemail.com.au>
1285
1286         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
1287         correct struct ipc_perm definition.
1288
1289 1998-09-29  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1290
1291         * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
1292
1293 1998-09-29  Cristian Gafton  <gafton@redhat.com>
1294
1295         * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
1296         * sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
1297         * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
1298         * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
1299         Add net/if_shaper.h.
1300
1301 1998-09-29  Ulrich Drepper  <drepper@cygnus.com>
1302
1303         * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
1304
1305         * nis/ypclnt.c: Remove not needed close calls.
1306
1307 1998-09-28 23:55  Ulrich Drepper  <drepper@cygnus.com>
1308
1309         * nis/ypclnt.c (__yp_bind): Pretty print.  Optimize readv result
1310         check a bit.  Also close socket of domain client.  Close socket
1311         in IPPORT_RESERVED error case.
1312
1313 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
1314
1315         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
1316         CMSG_ALIGN (fixes a bug) and correct test for availability of
1317         another entry.
1318         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
1319         Linux version.
1320         (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
1321         availability of another entry.
1322         Patch by ak@muc.de.
1323
1324         * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
1325         Patch by ak@muc.de.
1326
1327         * libio/libio.h [!__STDC__]: Define const only if not defined.
1328
1329 1998-09-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1330
1331         * posix/annexc.c (xsystem): New function.  Use it instead of
1332         system.
1333
1334 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
1335
1336         * stdlib/longlong.h: Remove #endif for #if removed in last change.
1337
1338 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
1339
1340         * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
1341         Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
1342         allow using `ut' parameter.
1343         [!emacs]: Define ut_argument, ut_argument_spec, and
1344         ut_argument_spec_iso as empty.  Define ut to 0.  Add ut_argument and
1345         argument_spec to prototypes and definitions.
1346         (my_strftime): Don't call tzset of ut != 0.
1347         Compute diff as 0 is ut != 0;
1348         [emacs]: Define new emacs_strftime function.
1349         Based on a patch by Paul Eggert.
1350
1351 1998-09-24  Paul Eggert  <eggert@twinsun.com>
1352
1353         * time/strftime.c (my_strftime): When asking for the length of the
1354         subformatted buffer, do not limit the length to look for;
1355         otherwise, we have no reliable way to distinguish between the
1356         empty buffer and an error.
1357
1358 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
1359
1360         * math/Makefile (gmp-objs): Add mp_clz_tab.
1361
1362 1998-09-25  David S. Miller  <davem@pierdol.cobaltmicro.com>
1363
1364         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
1365         set them.
1366         * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
1367         cpus lacking hardware multiply and divide.
1368
1369 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1370
1371         * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
1372         $(<F), not $(^F).
1373
1374 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1375
1376         * db/btree/bt_delete.c: Fix -Wparentheses warning.
1377
1378 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1379
1380         * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
1381         $(do-install).
1382
1383 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
1384
1385         * debug/catchsegv.sh: Also produce output if clone process died.
1386
1387 1998-09-24  Paul Eggert  <eggert@twinsun.com>
1388
1389         * time/strftime.c (f_wkday): Remove duplicate definition.
1390         (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
1391         !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
1392         1998-09-11 fix to this case.
1393         (wkday_len, month_len): Remove these macros; they're no longer needed.
1394
1395 1998-09-24  Paul Eggert  <eggert@twinsun.com>
1396
1397         * time/strftime.c (my_strftime): Don't store past the end of a
1398         zero-sized buffer.
1399
1400 1998-09-24  Paul Eggert  <eggert@twinsun.com>
1401
1402         * time/strftime.c (underlying_strftime):
1403         Set the buffer to a nonzero value before calling
1404         strftime, and check to see whether strftime has set the buffer to zero.
1405         This lets us distinguish between an empty buffer and an error.
1406
1407 1998-09-24  Paul Eggert  <eggert@shade.twinsun.com>
1408
1409         * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
1410         This fix is propagated from tzcode1998g.tar.gz.
1411
1412 1998-09-24  Mark Kettenis  <kettenis@phys.uva.nl>
1413
1414         * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
1415         _sys_siglist.  [!HAVE_GNU_LD]: Do not define _sys_siglist as
1416         sys_siglist.  This is handled correctly by the weak_alias macro.
1417
1418 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
1419
1420         * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
1421         of mempcpy.  Reported by Andreas Jaeger.
1422
1423         * misc/regexp.h (compile): Use alloca instead of __alloca.  It won't
1424         pollute the namespace since the compiler will resolve it inline.
1425         Reported by Florian La Roche <florian@suse.de>.
1426
1427 1998-09-24 10:29  Ulrich Drepper  <drepper@cygnus.com>
1428
1429         * timezone/private.h: Update from tzcode1998g.
1430
1431         * timezone/africa: Update from tzdata1998h.
1432         * timezone/asia: Likewise.
1433         * timezone/australasia: Likewise.
1434         * timezone/europe: Likewise.
1435         * timezone/northamerica: Likewise.
1436         * timezone/southamerica: Likewise.
1437         * timezone/zone.tab: Likewise.
1438
1439 1998-09-23 17:28 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1440
1441         * misc/sys/mman.h: New file.
1442
1443         * sysdeps/generic/bits/mman.h: New file.
1444         * sysdeps/unix/bsd/osf/bits/mman.h: New file.
1445         * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
1446         * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
1447         * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
1448
1449         * sysdeps/generic/sys/mman.h: Removed.
1450         * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
1451         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
1452         * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
1453         * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
1454         * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
1455
1456         * include/sys/mman.h: Look directly for misc/sys/mman.h.
1457         * misc/Makefile (headers): Add bits/mman.h.
1458         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
1459         bits/mman.h.
1460
1461         * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
1462         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
1463         * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
1464         * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
1465         * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
1466         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1467         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
1468         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1469
1470 1998-09-23 16:27 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1471
1472         * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
1473         * sysdeps/mach/alpha/thread_state.h: Likewise.
1474         * sysdeps/mach/i386/sysdep.h: Likewise.
1475         * sysdeps/mach/i386/thread_state.h: Likewise.
1476         * sysdeps/mach/mips/sysdep.h: Likewise.
1477         * sysdeps/mach/mips/thread_state.h: Likewise.
1478         * sysdeps/posix/profil.c: Likewise.
1479         * sysdeps/i386/i586/memcopy.h: Likewise.
1480         * sysdeps/mach/pagecopy.h: Likewise.
1481
1482 1998-09-23 15:25  Ulrich Drepper  <drepper@cygnus.com>
1483
1484         * libio/stdio.h: Define __need_getopt and include getopt.h to define
1485         getopt stuff.
1486         * posix/unistd.h: Likewise.
1487         * stdio/stdio.h: Likewise.
1488         * posix/getopt.h: Remove _GNU_SOURCE use.  If __need_getopt is defined
1489         define only getopt and the variables.
1490
1491 1998-09-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1492
1493         * scripts/test-installation.pl (installation_problem): Don't link
1494         the test program against libdb1.
1495
1496 1998-09-23 13:52  Ulrich Drepper  <drepper@cygnus.com>
1497
1498         * Makeconfig (all-subdirs): Add db.
1499         * Versions.def: Add definition for libdb1.
1500         * shlib-versions: Add definitions for libdb1.
1501         * db/Makefile (extra-libs): Replace by libdb1.
1502         (libdb-routines): Rename to libdb1-routines.
1503         (headers): Rename to db1-headers.
1504         (distribute): Add $(db1-headers).
1505         (install-others): Define to install symlink libdb.so.NN and the
1506         $(db1-headers).
1507         (CPPFLAGS): Add -DUSE_LIBDB1
1508         Remove rules to build makedb.
1509         * db/Versions: Rename libdb to libdb1.
1510         * include/db.h: If USE_LIBDB1 is defined include db/db.h.
1511         * db/makedb.c: Removed.
1512
1513         * scripts/versions.awk: Recognize digits in library names.
1514
1515         * db/btree/bt_open.c: Fix compiler warnings.
1516         * db/btree/bt_put.c: Likewise.
1517         * db/btree/bt_split.c: Likewise.
1518         * db/hash/hash.c: Likewise.
1519         * db/hash/hash_bigkey.c: Likewise.
1520         * db/recno/rec_close.c: Likewise.
1521
1522         * Makefile: Add localedata/% goal.
1523
1524 1998-09-22 19:58 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1525
1526         * posix/execvp.c: Don't give up searching the PATH if execve
1527         returns ENOTDIR.
1528
1529 1998-09-22 12:53  Ulrich Drepper  <drepper@cygnus.com>
1530
1531         * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
1532         if _dl_fpu_control_set is set.
1533         * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
1534         * elf/rtld.c: Don't define _dl_fpu_control_set.
1535         * elf/Versions: Remove _dl_fpu_control_set.
1536
1537 1998-09-22 11:51  Ulrich Drepper  <drepper@cygnus.com>
1538
1539         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
1540         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
1541         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
1542         Correct values of other SA_* macros according to kernel headers.
1543
1544 1998-09-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1545
1546         * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
1547         variable l.
1548         * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
1549         old.
1550
1551 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1552
1553         * elf/ldsodefs.h: Fix typo in comment.
1554
1555 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1556
1557         * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
1558         char when comparing buffer contents with putback character.
1559
1560 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1561
1562         * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
1563         Undo last change.
1564         * elf/Versions: Undo last change.  Export _dl_fpu_control and
1565         _dl_fpu_control_set.
1566         * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
1567         variables.  Include <fpu_control.h>.
1568         * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
1569         _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
1570         to indicate that is was seen.
1571         * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
1572         only if _dl_fpu_control was set and is equal to desired value.
1573         * math/Makefile (aux): Undo last change.
1574         * math/Versions: Export __fpu_control with version GLIBC_2.0.
1575
1576 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1577
1578         * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
1579         optimized.
1580
1581 1998-09-21 10:00  Ulrich Drepper  <drepper@cygnus.com>
1582
1583         * string/bits/string2.h: Add mempcpy optimization.
1584         * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
1585         * intl/localealias.c: Define mempcpy only if not already defined.
1586
1587         * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
1588         defined.
1589
1590 1998-09-20 10:48 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1591
1592         * csu/abi-note.S: Emit the note directly instead of defining
1593         a preprocessor macro that's only used once.  Don't include sysdep.h.
1594         * abi-tags: Generalize Solaris entry.
1595
1596 1998-09-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1597
1598         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
1599         Change to array to avoid runtime relocation.
1600         * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
1601
1602 1998-09-21 12:22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1603
1604         * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
1605         * math/Makefile ($(objpfx)libieee.a): Likewise.
1606
1607 1998-09-21  Ulrich Drepper  <drepper@cygnus.com>
1608
1609         * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
1610         Patch by John Tobey <jtobey@banta-im.com>.
1611
1612 1998-09-20  Ulrich Drepper  <drepper@cygnus.com>
1613
1614         * login/Makefile (distribute): Remove pty-internal.h, add
1615         pty-private.h.
1616
1617         * stdlib/tst-strtol.c: Add more checks.
1618         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
1619
1620 1998-09-20 09:37  Ulrich Drepper  <drepper@cygnus.com>
1621
1622         * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
1623         * elf/elf.h: Add AT_FPUCW.
1624         * elf/Makefile (dl-routines): Add fpu_control.
1625         (elide-routines.os): Add fpu_control.
1626         (rtld-routines): Add fpu_control.
1627         * math/Makefile (aux): Remove fpu_control.
1628         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
1629         (_dl_show_auxv): Likewise.
1630         * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
1631         if different from OS default.
1632
1633         * stdio-common/tstscanf.c: Add test case for (nil).
1634
1635 1998-09-18 17:41  Ulrich Drepper  <drepper@cygnus.com>
1636
1637         * libio/fileops.c (_IO_new_file_underflow): Before allocating
1638         buffer make sure the pushback buffer is destroyed.
1639         (_IO_new_file_seekoff): Likewise.
1640         If mode==0 quit early with the result.
1641         Clear OEF flag after successful fseek.
1642         * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
1643         * libio/ftello.c (ftello): Add offset from original buffer if
1644         stream has pushed back characters.
1645         * libio/ftello64.c (ftello64): Likewise.
1646         * libio/iofgetpos.c (_IO_fgetpos): Likewise.
1647         * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
1648         * libio/ioftell.c (_IO_ftell): Likewise.
1649         * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
1650         and _IO_save_ptr.
1651         (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
1652         (_IO_default_pbackfail): Only stored push back character in original
1653         buffer if it is the same as the one in the file at this position.
1654         * libio/iofclose.c: Free backup buffer if one is available.
1655         * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
1656         mode!=0.
1657
1658         * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
1659
1660         * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
1661
1662         * stdio-common/vfscanf.c: Fix reading (nil) for %p.
1663
1664 1998-09-18  Mark Kettenis  <kettenis@phys.uva.nl>
1665
1666         * login/programs/pt_chown.c (more_help): Correct message that
1667         describes the purpose of the program.
1668
1669         * login/openpty.c: Do not include pty-private.h.
1670         (pts_name): New function.  Return name of slave pseudo terminal in
1671         an allocated buffer if necessary.
1672         (openpty): Use pts_name to get name of the slave end of the pseudo
1673         terminal pair.
1674
1675         * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
1676         pts_name before return.
1677
1678 1998-09-18 11:15  Ulrich Drepper  <drepper@cygnus.com>
1679
1680         * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
1681
1682 1998-09-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1683
1684         * login/openpty.c: Include pty-private.h instead of
1685         pty-internal.h.
1686
1687 1998-09-09  Philip Blundell  <pb@nexus.co.uk>
1688
1689         * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
1690
1691 1998-09-07  Philip Blundell  <pb@nexus.co.uk>
1692
1693         * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
1694         recent ld.so changes.
1695         (elf_machine_runtime_setup): Correct behaviour when profiling.
1696
1697 1998-09-17 19:34  Ulrich Drepper  <drepper@cygnus.com>
1698
1699         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
1700         Patch by John Tobey <jtobey@banta-im.com>.
1701
1702 1998-09-17  Mark Kettenis  <kettenis@phys.uva.nl>
1703
1704         * login/pty-internal.h: Removed.  Moved constants related to the
1705         `grantpt' helper program protocol to ...
1706         * login/pty-private.h: ... here.  New file.
1707         * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
1708         to make the function work with kernels >= 2.1.115.
1709         * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
1710         version if using the cloning device fails.
1711         * sysdeps/unix/sysv/linux/grantpt.c: New file.
1712         * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
1713         * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
1714         use by Linux specific code.
1715         * sysdeps/unix/bsd/unlockpt.c: General cleanup.
1716         * sysdeps/unix/grantpt.c: Largely rewritten.  (pts_name): New
1717         function.  (grantpt): Use pts_name, check group and permission
1718         mode in addition to owner.  Try to set the owner, group and
1719         permission mode first without invoking the helper program.
1720         * login/programs/pt_chown.c: Largely rewritten.  Add argp and
1721         internationalization support.  Use symbolic constants instead of
1722         hardwired numbers for permission mode.
1723         * sysdeps/unix/bsd/ptsname.c: New file.
1724
1725 1998-09-17 22:04  Tim Waugh  <tim@cyberelk.demon.co.uk>
1726
1727         * posix/wordexp-test.c: Undo last change.
1728
1729         * posix/wordexp.c: Undo last change.
1730
1731 1998-09-16  Ulrich Drepper  <drepper@cygnus.com>
1732
1733         * nscd/grpcache.c (save_grp): Partly undo last change.
1734
1735         * nscd/pwdcache.c (save_pwd): Undo last change.
1736
1737 1998-09-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1738
1739         * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
1740         function.  Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
1741
1742 1998-09-15  David S. Miller  <davem@pierdol.cobaltmicro.com>
1743
1744         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
1745         Add profiling support.
1746         (TRAMPOLINE_TEMPLATE): New macro.
1747         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
1748         (RTLD_START): Prettify, and set __libc_stack_end properly.
1749         (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
1750         and check for sym being NULL instead.
1751         * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
1752         of stack space.
1753         * sysdeps/sparc/sparc64/lshift.S: Likewise.
1754         * sysdeps/sparc/sparc64/mul_1.S: Likewise.
1755         * sysdeps/sparc/sparc64/rshift.S: Likewise.
1756         * sysdeps/sparc/sparc64/submul_1.S: Likewise.
1757         * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
1758         MEDANY code model %g4 usage.
1759         * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
1760         MEDANY code model %g4 usage.
1761         * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
1762         code model address formation.
1763         * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
1764         include elf/ldsodefs.h
1765         (DT_SPARC): Remove.
1766         (elf_machine_matches_host): It is now EM_SPARCV9.
1767         (elf_machine_dynamic): Clean up to remove ugly cast.
1768         (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
1769         new PLT formats.
1770         (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
1771         Prettify rest of function.
1772         [R_SPARC_COPY]: Check for sym being NULL.
1773         [R_SPARC_32]: Handle it.
1774         [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
1775         MEDMID code model.
1776         [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
1777         MEDANY code model.
1778         [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
1779         (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
1780         Add profiling support.
1781         (TRAMPOLINE_TEMPLATE): New macro.
1782         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
1783         (RTLD_START): Prettify and set __libc_stack_end.
1784         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
1785         Define.
1786         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
1787         (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
1788         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
1789         unused variable scratch.
1790         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
1791         (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
1792         Declare.
1793         (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
1794         stub to rt_sigaction syscalls.  Rewrite non-rt case to use correct
1795         old format kernel sigaction structures.
1796         * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
1797         * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
1798         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
1799         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
1800         ucontext include.
1801         (_JMPBUF_UNWINDS): Define.
1802         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
1803         statfs64 structure, which is exactly the same as the normal one.
1804         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
1805         of stack.  Use correct syscall trap number.  Add branch prediction
1806         settings to branch instructions.  Remove old MEDANY code model %g4
1807         referneces for non-PIC.
1808         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
1809         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
1810         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
1811         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1812         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1813         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
1814         __libc_longjmp and __libc_siglongjmp strong aliases.
1815         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
1816         Also define to __no__readdir64_decl around readdir.c inclusion.
1817         (__readdir64): Add strong alias.
1818         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
1819         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
1820         Set strong and weak names properly.
1821
1822 1998-09-16 11:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1823
1824         * manual/Makefile (AWK): Default to gawk if standalone.
1825
1826 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1827
1828         * Makefile (distribute): Undo last change.
1829         * Make-dist (+tsrc) [not subdir]: Also include indirection headers
1830         for sysdep headers.
1831         (+subdir-headers): Removed, unused.
1832
1833 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1834
1835         * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
1836         $(do-install).
1837
1838 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1839
1840         * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
1841         absolute name in $(config-sysdirs), can never happen.
1842         ($(+sysdir_pfx)sysd-rules): Likewise.
1843         * Makeconfig (full-config-sysdirs): Likewise.
1844         (all-Subdirs-files): Prepend $(..).
1845
1846         * configure.in: Don't check for absolute name in $add_ons_pfx, can
1847         not happen.  Let --enable-add-ons=yes work if no add-ons actually
1848         exist.
1849
1850 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1851
1852         * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
1853         continuations in command.
1854
1855 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1856
1857         * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
1858
1859 1998-09-16 00:47  Tim Waugh  <tim@cyberelk.demon.co.uk>
1860
1861         * posix/wordexp-test.c: If expansion or substitution occurs
1862         anywhere in a word, the entire word is subject to field-splitting.
1863
1864         * posix/wordexp.c (parse_glob): Look for end of word instead of
1865         end of field when deciding what to glob.
1866         (field_split_word): New function, now the only place where
1867         field-splitting is performed.
1868         (parse_dollars): New parameter - tell the caller if
1869         field-splitting should be performed on this word.
1870
1871         * posix/wordexp-test.c (testit): Only call wordfree if wordexp
1872         succeeded (or failed with WRDE_NOSPACE).
1873
1874 1998-09-15 19:53 1998  Tim Waugh  <tim@cyberelk.demon.co.uk>
1875
1876         * posix/wordexp.c (wordexp): Don't convert IFS characters to
1877         blanks.
1878
1879         * posix/wordexp-test.c: Words not the result of expansion or
1880         substitution should remain unchanged.
1881
1882 1998-09-15  Ulrich Drepper  <drepper@cygnus.com>
1883
1884         * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
1885         (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
1886
1887 1998-09-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1888
1889         * stdio-common/Makefile: Include Makeconfig so that
1890         $(inst_includedir) is defined.
1891
1892 1998-09-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1893
1894         * io/pwd.c: Include <mcheck.h>.
1895
1896 1998-09-15 08:00  Ulrich Drepper  <drepper@cygnus.com>
1897
1898         * nscd/pwdcache.c (save_pwd): Correct copying.
1899         * nscd/grpcache.c (save_grp): Likewise.
1900
1901 1998-09-14 23:36  Ulrich Drepper  <drepper@cygnus.com>
1902
1903         * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
1904         (free_pwd): Adjust for this change.
1905         * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
1906         (free_grp): Adjust for this change.
1907
1908 1998-09-14  Ulrich Drepper  <drepper@cygnus.com>
1909
1910         * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
1911
1912 1998-09-14 15:29  Ulrich Drepper  <drepper@cygnus.com>
1913
1914         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
1915         (install-others): Add bits/stdio_lim.h.
1916         Add rule to install bits/stdio_lim.h.
1917
1918         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
1919
1920         * Makefile (distribute): Add include/sys/mman.h.
1921
1922         * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
1923         * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
1924         * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
1925
1926         * grp/initgroups.c: Include stdlib.h.
1927         Patch by Zack Weinberg.
1928
1929 1998-09-14 22:46  Tim Waugh  <tim@cyberelk.demon.co.uk>
1930
1931         * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
1932         for field-splitting :abc: is correct, and that two fields should
1933         result. Revert tests to reflect this.
1934
1935         * posix/wordexp.c (w_emptyword): Remove function.
1936         (exec_comm): Don't use w_emptyword.
1937         (parse_param): Likewise.
1938
1939 1998-09-14 15:00  Ulrich Drepper  <drepper@cygnus.com>
1940
1941         * sysdeps/arm/fpu/Dist: Moved to...
1942         * sysdeps/arm/Dist: ...here.
1943         * sysdeps/posix/Dist: Removed.
1944         * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
1945         * sysdeps/unix/sysv/linux/i386/Dist: ...here.
1946
1947 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
1948
1949         * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
1950
1951 1998-09-14 11:26  Ulrich Drepper  <drepper@cygnus.com>
1952
1953         * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
1954
1955 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1956
1957         * libc-work/nis/nss_nisplus/nisplus-service.c
1958         (_nss_nisplus_parse_servent): Convert port in network byte order.
1959
1960 1998-09-14 07:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1961
1962         * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
1963         to provide only malloc and calloc.
1964         * include/stdlib.h: Support the above.
1965         * string/bits/string2.h: Use __need_malloc_and_calloc when
1966         including stdlib.h.
1967         (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
1968
1969         * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
1970         * iconvdata/iso646.c: Include <stdlib.h>.
1971
1972 1998-09-14 07:51 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1973
1974         * sunrpc/rpc_cout.c: Add braces around ambiguous else.
1975         * sysdeps/libm-ieee754/w_pow.c: Likewise.
1976         * sysdeps/libm-ieee754/w_powf.c: Likewise.
1977         * sysdeps/libm-ieee754/w_powl.c: Likewise.
1978
1979 1998-09-14 07:57 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1980
1981         * stdio-common/stdio_lim.h.in: New file.  All parameters
1982         are adjustable at build time.
1983         * Rules: Add a rule to build bits/stdio_lim.h from
1984         stdio-common/stdio_lim.h.in.  (It has to be in Rules so that
1985         all subdirectories know how to make the file.  It can't be
1986         in Makerules because then it gets built at top level and the
1987         dependencies are wrong.)
1988
1989         * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
1990         * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
1991         stdio_lim.h.
1992         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
1993         * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
1994         * sysdeps/posix/Makefile: Removed.
1995         * sysdeps/posix/mk-stdiolim.c: Removed.
1996         * sysdeps/generic/bits/stdio_lim.h: Removed.
1997
1998 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1999
2000         * argp/argp-help.c: Fixup indentation.
2001         * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
2002         * resolv/nss_dns/dns-network.c: Likewise.
2003         * resolv/res_send.c: Likewise.
2004         * rt/aio_cancel.c: Likewise.
2005         * rt/aio_misc.c: Likewise.
2006
2007 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2008
2009         * Makefile (install-symbolic-link): Remove the link list file at last.
2010         * Makerules (install-clean-symbolic-link-list): Removed.
2011
2012 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2013
2014         * timezone/tst-timezone.c: Print time in UTC to get consistent
2015         output.
2016
2017 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2018
2019         * elf/rtld.c (_dl_rpath): Removed.
2020         * elf/dl-support.c (_dl_path): Removed.
2021         * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
2022         (CFLAGS-dl-support.c): Removed.
2023
2024         * elf/dl-load.c (env_path_list): Renamed from fake_path_list.  All
2025         uses changed.
2026         (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
2027         instead of appending it to the main map's rpath info.
2028         (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
2029         DT_RPATHs.  This makes it effective again.
2030         (decompose_rpath): Remove second parameter, callers changed.
2031         (fillin_rpath): Allocate enough space in curwd.
2032         (expand_dynamic_string_token): Cope with get_origin returning -1.
2033
2034 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2035
2036         * libc-work/nis/nss_compat/compat-pwd.c: Add support for
2037         passwd.adjunct.
2038
2039         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
2040         invalid password.
2041
2042 1998-09-13 18:06  Ulrich Drepper  <drepper@cygnus.com>
2043
2044         * locale/programs/locale.c: Update dates.
2045
2046 1998-09-13  Mark Kettenis  <kettenis@phys.uva.nl>
2047
2048         * sysdeps/generic/bits/types.h: Include <features.h>.  Make sure
2049         size_t is defined.  Some reordering of definitions to make
2050         maintaining this file in parallel with the linux-specific file easier.
2051
2052 1998-09-13  Ulrich Drepper  <drepper@cygnus.com>
2053
2054         * io/pwd.c (main): Add call to mtrace.
2055
2056         * malloc/mtrace.pl: Quote @ in string.
2057
2058 1998-09-13 19:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
2059
2060         * posix/wordexp.c (parse_arith): Fix memory leaks.
2061         (exec_comm): Likewise.
2062         (parse_param): Likewise.
2063         (wordexp): Likewise.
2064         (exec_comm): Reduce number of function return points.
2065         (parse_param): Likewise.
2066         (wordexp): Likewise.
2067
2068 1998-09-13 14:53  Tim Waugh  <tim@cyberelk.demon.co.uk>
2069
2070         * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
2071         yield three fields, not two.  Test both parameter expansion and
2072         command substitution for correct field-splitting behaviour.
2073
2074         * posix/wordexp.c (w_emptyword): New function.
2075         (parse_param): Use it.
2076         (exec_comm): Likewise, for consistency with the way parse_param
2077         splits fields.
2078         (parse_param): Fix some memory leaks.
2079
2080 1998-09-13 18:04  Geoff Keating  <geoffk@ozemail.com.au>
2081
2082         * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
2083         Don't mark asm `volatile'.
2084         (__elf_machine_runtime_setup): Clear the last partial block in the PLT
2085         from the data cache too.  Assume it isn't in the instruction cache yet.
2086         (__elf_machine_fixup_plt): Clear the modified address from the caches.
2087
2088 1998-09-12  Mark Kettenis  <kettenis@phys.uva.nl>
2089
2090         * sysdeps/generic/segfault.c (install_handler): Install signal
2091         handler with SA_ONSTACK instead of setting the stack flags to
2092         SS_ONSTACK.  Do not install handler for SIGSTKFLT if it is not
2093         defined.
2094
2095 1998-09-12 14:24 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2096
2097         * signal/signal.h: Fix multiple inclusion guard to cover the
2098         entire file.
2099         * wcsmbs/wchar.h: Remove prototype of internal function
2100         __mbsrtowcs.
2101         * sysdeps/i386/i486/bits/string.h (memchr): Don't do
2102         arithmetic on `void *'.
2103
2104 1998-09-12 01:09  Tim Waugh  <tim@cyberelk.demon.co.uk>
2105
2106         * posix/wordexp-test.c: Fix wrong tests.  Add new tests.
2107
2108         * posix/wordexp.c (wordexp): Perform word-splitting instead of
2109         field-splitting here.
2110         (wordexp): If out of memory mid-word, free the word (but still
2111         leave pwordexp alone for caller to see).
2112         (parse_param): Allow for zero-length fields (smarter checking of
2113         memory allocation failure).
2114         (w_addword): Convert NULL words to "".
2115         (wordexp): Convert left-over IFS characters to blanks (like bash).
2116
2117 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
2118
2119         * configure.in: Use test -f instead of test -e.
2120         Patch by John Tobey <jtobey@banta-im.com>.
2121
2122         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
2123         * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
2124         * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
2125         * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
2126         * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
2127         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
2128         * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
2129         Patches by John Tobey <jtobey@banta-im.com>.
2130
2131         * time/strftime.c (my_strftime): Delay use of *tp values until
2132         latest possible point to allow partly initialized structures
2133         (e.g., from strptime).
2134
2135         * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
2136         and NATS-SEFI.
2137         Define *-routines variables for new modules.
2138         (distribute): Add .c files for new modules.
2139         (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
2140         and nats-sefi.h.
2141         Add rules for header generation.
2142         * iconvdata/gconv-modules: Add entries for new modules.
2143         * iconvdata/iso_10367-box.c: New file.
2144         * iconvdata/mac-is.c: New file.
2145         * iconvdata/nats-dano.c: New file.
2146         * iconvdata/nats-sefi.c: New file.
2147
2148 1998-04-30 18:20  H.J. Lu  <hjl@gnu.org>
2149
2150         * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
2151         loader if PIC is not defined.
2152
2153 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
2154
2155         * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
2156         ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
2157         INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
2158         and ISO_5428.
2159         Define *-routines variables for new modules.
2160         (distribute): Add .c files for new modules.
2161         (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
2162         ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
2163         greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
2164         iso_5427.h, iso_5427-ext.h, and iso_5428.h.
2165         Add rules for header generation.
2166         * iconvdata/gconv-modules: Add entries for new modules.
2167         * iconvdata/csn_369103.c: New file.
2168         * iconvdata/cwi.c: New file.
2169         * iconvdata/dec-mcs.c: New file.
2170         * iconvdata/ecma-cyrillic.c: New file.
2171         * iconvdata/gost_19768-74.c: New file.
2172         * iconvdata/greek-ccitt.c: New file.
2173         * iconvdata/greek7-old.c: New file.
2174         * iconvdata/greek7.c: New file.
2175         * iconvdata/inis-8.c: New file.
2176         * iconvdata/inis-cyrillic.c: New file.
2177         * iconvdata/inis.c: New file.
2178         * iconvdata/iso6937-2.c: New file.
2179         * iconvdata/iso_2033.c: New file.
2180         * iconvdata/iso_5427-ext.c: New file.
2181         * iconvdata/iso_5427.c: New file.
2182         * iconvdata/iso_5428.c: New file.
2183
2184         * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
2185         entries.
2186         Convert U02dd correctly.
2187
2188 1998-09-11 20:46  Richard Henderson  <rth@cygnus.com>
2189
2190         * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
2191         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
2192         * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
2193         * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
2194
2195 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
2196
2197         * resolv/res_init.c (res_init): Handle resolv.conf file with only
2198         one nameserver correctly.  Patch by HJ Lu.
2199
2200         * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
2201         and ANSI_X3.110.
2202         Define *-routines variables for new modules.
2203         (distribute): Add .c files for new modules.
2204         (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
2205         Add rules for hedaer generation.
2206         * iconvdata/gconv-modules: Add entries for new modules.  Pretty print.
2207         * iconvdata/ansi_x3.110.c: New file.
2208         * iconvdata/asmo_449.c: New file.
2209         * iconvdata/baltic.c: New file.
2210         * iconvdata/iec_p27-1.c: New file.
2211
2212         * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
2213         entries.
2214         Convert U02dc correctly.
2215
2216         * math/atest-exp.c: Add parentheses to avoid gcc warnings.
2217         * math/atest-exp2.c: Likewise.
2218         * math/atest-sincos.c: Likewise.
2219
2220         * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
2221         is defined.
2222
2223 1998-09-11 10:51  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2224
2225         * string/strcoll.c: Optimize a few expressions.
2226         * string/strxfrm.c: Likewise.
2227
2228 1998-09-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2229
2230         * manual/locale.texi: Fix typos.
2231
2232 1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
2233
2234         * stdlib/random_r.c (__setstate_r): Allow call with same state
2235         array as currently used (PR libc/774).
2236
2237         * include/limits.h: Include gcc's header even if this file is
2238         found more than once before it (PR libc/778)
2239
2240         * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
2241         (sysdep_headers): Remove sys/debugreg.h.
2242         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
2243         (sysdep_headers): Add sys/debugreg.h.
2244         * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
2245         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
2246
2247         * stdio-common/tmpnam.c: Move local static variable buf to
2248         toplevel and rename to tmpnam_buffer to ease debugging.
2249         Patch by Joe Keane <jgk@jgk.org>.
2250         Optimize s == NULL case a bit.
2251
2252         * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
2253         correction.
2254
2255 1998-09-10 12:51  Ulrich Drepper  <drepper@cygnus.com>
2256
2257         * resolv/res_init.c (res_init): Initialize _res.nscount and
2258         _res.nsaddr.sin_port differently for the can when no loopback
2259         is available to allow immediate timeout in non-networking environments.
2260         Patch by Cristian Gafton <gafton@redhat.com>.
2261
2262 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2263
2264         * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
2265         BAR and not EM DASH.
2266         * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
2267         * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
2268         Fixes PR libc/717.
2269
2270 1998-09-10 11:53  Ulrich Drepper  <drepper@cygnus.com>
2271
2272         * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
2273         for test.
2274         * timezone/tst-timezone.c (tests): Fix typo in last patch.
2275
2276         * time/tzfile.c (__tzfile_read): Handle case when there are no
2277         transitions.  Set __timezone based on computed offset.
2278         * time/tzset.c (tzset_internal): Set __timezone before returning.
2279
2280         * time/tzset.c (tzset_internal): Optimize handling of local string
2281         copy.
2282
2283 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2284
2285         * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
2286         libc/776).
2287
2288 1998-09-09  Benjamin Kosnik  <bkoz@tintin.cygnus.com>
2289
2290         * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
2291         (csqrt_test): Likewise.
2292         * sysdeps/powerpc/bits/fenv.h: Add parens.
2293
2294 1998-09-09 18:48  Ulrich Drepper  <drepper@cygnus.com>
2295
2296         * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
2297         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
2298         Patch by Benjamin Kosnik <bkoz@cygnus.com>.
2299
2300 1998-09-09  Mark Kettenis  <kettenis@phys.uva.nl>
2301
2302         * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
2303         the special `-1' pointer.
2304
2305 1998-09-09 09:32  Ulrich Drepper  <drepper@cygnus.com>
2306
2307         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
2308         inline.
2309
2310 1998-09-07  Paul Eggert  <eggert@twinsun.com>
2311
2312         * time/mktime.c (__EXTENSIONS__): Define if not defined.
2313         (_REENTRANT): Remove.  It has undesirable consequences in
2314         Solaris 2.6 (e.g. it turns off the putc macro).  Defining
2315         __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
2316         is what we want.
2317         * time/strftime.c: Likewise.
2318
2319 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2320
2321         * elf/dl-error.c: Fix spelling.
2322
2323 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2324
2325         * stdlib/strfmon.c: Quiet -Wparentheses warnings.
2326         * stdio-common/_itoa.c: Likewise.
2327         * stdio-common/printf_fp.c: Likewise.
2328         * stdio-common/vfscanf.c: Likewise.
2329         * wcsmbs/wcstok.c: Likewise.
2330         * sysdeps/generic/glob.c: Likewise.
2331         * posix/getopt.c: Likewise.
2332         * sysdeps/posix/getaddrinfo.c: Likewise.
2333         * posix/wordexp.c: Likewise.
2334         * io/ftw.c: Likewise.
2335         * io/fts.c: Likewise.
2336         * misc/getpass.c: Likewise.
2337         * iconv/gconv_conf.c: Likewise.
2338         * argp/argp-fmtstream.c: Likewise.
2339         * argp/argp-help.c: Likewise.
2340         * elf/dl-load.c: Likewise.
2341         * locale/programs/stringtrans.c: Likewise.
2342         * catgets/gencat.c: Likewise.
2343         * posix/getconf.c: Likewise.
2344         * iconv/gconv_conf.c: Likewise.
2345         * iconv/iconv_prog.c: Likewise.
2346
2347         * string/strcoll.c: Optimize a few expressions.
2348         * string/strxfrm.c: Likewise.
2349
2350 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2351
2352         * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
2353         level to avoid uninit variable warning.
2354
2355 1998-09-09 10:34  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2356
2357         * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
2358         instead of _dl_default_scope[2] as argument to _dl_init_next.
2359
2360         * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
2361         C9x macro.
2362
2363 1998-09-08  Ulrich Drepper  <drepper@cygnus.com>
2364
2365         Fix compatibility problems introduced in last change.
2366         * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
2367         defined.
2368         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
2369         -DWEAK_GMON_START to CFLAGS-initfini.s.
2370
2371         * elf/dl-object.c (_dl_new_object): Store map address in
2372         _dl_loaded if _dl_loaded is NULL.
2373         * elf/rtld.c (dl_main): Don't update _dl_loaded here.
2374
2375         * sysdeps/generic/setrlimit64.c: Remove stub warning.
2376
2377 1998-09-07  Ulrich Drepper  <drepper@cygnus.com>
2378
2379         * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
2380         quiet.
2381         * db2/btree/bt_cursor.c: Likewise.
2382         * db2/common/db_region.db_c: Likewise.
2383         * db2/common/db_salloc.db_c: Likewise.
2384         * db2/db/db.c: Likewise.
2385         * db2/db/db_rec.c: Likewise.
2386         * db2/hash/hash.c: Likewise.
2387         * db2/hash/hash_page.c: Likewise.
2388         * db2/hash/hash_rec.c: Likewise.
2389         * db2/log/log_findckp.c: Likewise.
2390         * db2/log/log_get.c: Likewise.
2391         * db2/log/log_put.c: Likewise.
2392         * db2/mp/mp_fget.c: Likewise.
2393         * db2/mp/mp_fput.c: Likewise.
2394         * db2/mp/mp_region.c: Likewise.
2395         * stdlib/strtol.c: Likewise.
2396         * string/strcoll.c: Likewise.
2397         * string/strxfrm.c: Likewise.
2398         * argp/argp-help.c: Likewise.
2399         * argp/argp-parse.c: Likewise.
2400         * resolv/res_debug.c: Likewise.
2401
2402 1998-09-07 09:58  Ulrich Drepper  <drepper@cygnus.com>
2403
2404         * math/tgmath.h (scalb): Only define for __USE_MISC or
2405         __USE_XOPEN_EXTENDED.  Patch by Zack Weinberg.
2406
2407 1998-09-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2408
2409         * libio/stdio.h: Fix comment.
2410
2411         * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
2412         __USE_ISOC9X.
2413
2414 1998-09-06 09:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2415
2416         * Makeconfig (+gccwarn): Remove -Wno-parentheses.
2417
2418         * elf/dl-open.c: Quiet -Wparentheses warnings.
2419         * iconvdata/johab.c: Likewise.
2420         * iconvdata/uhc.c: Likewise.
2421         * inet/inet_net.c: Likewise.
2422         * io/fts.c: Likewise.
2423         * locale/newlocale.c: Likewise.
2424         * misc/getttyent.c: Likewise.
2425         * misc/mntent_r.c: Likewise.
2426         * misc/ttyslot.c: Likewise.
2427         * nscd/nscd_conf.c: Likewise.
2428         * nss/nsswitch.c: Likewise.
2429         * resolv/gethnamaddr.c: Likewise.
2430         * resolv/nsap_addr.c: Likewise.
2431         * resolv/res_debug.c: Likewise.
2432         * stdio-common/_itoa.c: Likewise.
2433         * stdlib/strtod.c: Likewise.
2434         * string/strverscmp.c: Likewise.
2435         * sunrpc/svc.c: Likewise.
2436         * sysdeps/libm-ieee754/e_cosh.c: Likewise.
2437         * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
2438         * sysdeps/libm-ieee754/e_sinh.c: Likewise.
2439         * sysdeps/posix/getaddrinfo.c: Likewise.
2440
2441 1998-09-06 15:13  Ulrich Drepper  <drepper@cygnus.com>
2442
2443         * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
2444         for use of global scope.
2445         * elf/dlvsym.c (dlvsym_doit): Likewise.
2446
2447 1998-09-02  Paul Eggert  <eggert@twinsun.com>
2448
2449         * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
2450         copy the redundant bytes at the end of the format as-is; don't
2451         just copy their first byte and then rescan, as that might get
2452         us an encoding error.
2453         Account correctly for the length of multibyte sequences in the
2454         format.
2455
2456 1998-09-03 20:14  Tim Waugh  <tim@cyberelk.demon.co.uk>
2457
2458         * posix/wordexp-test.c: Add tests for different IFS values.
2459         Change unquoted-newline test so that newline is not in IFS.
2460
2461         * posix/wordexp.c (wordexp): Correct null/unset mix-up when
2462         determining IFS characters.  Return WRDE_BADCHAR for unquoted
2463         special characters _except_ if they are separators.
2464
2465 1998-09-06 10:56  Ulrich Drepper  <drepper@cygnus.com>
2466
2467         * include/tgmath.h: New file.
2468
2469         * libio/stdio.h: Correct reversed #ifs.
2470         Patch by Zack Weinberg.
2471
2472         * manual/creature.texi: Better explain reason for feature select
2473         macros.
2474         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
2475
2476 1998-09-06 10:25 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2477
2478         * include/alloca.h: Add multiple-inclusion guard.
2479         * include/db.h: Likewise.
2480         * include/db_185.h: Likewise.
2481         * include/dlfcn.h: Likewise.
2482         * include/fcntl.h: Likewise.
2483         * include/grp.h: Likewise.
2484         * include/libintl.h: Likewise.
2485         * include/mntent.h: Likewise.
2486         * include/pwd.h: Likewise.
2487         * include/sched.h: Likewise.
2488         * include/search.h: Likewise.
2489         * include/setjmp.h: Likewise.
2490         * include/shadow.h: Likewise.
2491         * include/signal.h: Likewise.
2492         * include/stdio.h: Likewise.
2493         * include/stdlib.h: Likewise.
2494         * include/string.h: Likewise.
2495         * include/termios.h: Likewise.
2496         * include/time.h: Likewise.
2497         * include/ulimit.h: Likewise.
2498         * include/utmp.h: Likewise.
2499         * include/wchar.h: Likewise.
2500         * include/sys/file.h: Likewise.
2501         * include/sys/gmon.h: Likewise.
2502         * include/sys/ioctl.h: Likewise.
2503         * include/sys/mman.h: Likewise.
2504         * include/sys/resource.h: Likewise.
2505         * include/sys/select.h: Likewise.
2506         * include/sys/socket.h: Likewise.
2507         * include/sys/statfs.h: Likewise.
2508         * include/sys/time.h: Likewise.
2509         * include/sys/times.h: Likewise.
2510         * include/sys/wait.h: Likewise.
2511
2512 1998-09-06 09:00  Ulrich Drepper  <drepper@cygnus.com>
2513
2514         * version.h (VERSION): Bump to 2.0.96.
2515
2516         Rewrite runtime linker to be truly thread-safe.  There is now no
2517         global variable specifying the scope.  We create all needed
2518         scopes at the time the link maps are created.
2519         * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
2520         * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
2521         l_symbolic_searchlist, l_scope, and l_local_scope elements in
2522         struct link_map.
2523         * elf/dl-close.c: Rewritten accordingly.
2524         * elf/dl-deps.c: Likewise.
2525         * elf/dl-error.c: Likewise.
2526         * elf/dl-init.c: Likewise.
2527         * elf/dl-load.c: Likewise.
2528         * elf/dl-lookup.c: Likewise.
2529         * elf/dl-object.c: Likewise.
2530         * elf/dl-open.c: Likewise.
2531         * elf/dl-reloc.c: Likewise.
2532         * elf/dl-runtime.c: Likewise.
2533         * elf/dl-support.c: Likewise.
2534         * elf/dl-symbol.c: Likewise.
2535         * elf/dl-version.c: Likewise.
2536         * elf/dlsym.c: Likewise.
2537         * elf/dlvsym.c: Likewise.
2538         * elf/ldsodefs.h: Likewise.
2539         * elf/rtld.c: Likewise.
2540         * iconv/gconv_dl.c: Likewise.
2541         * nss/nsswitch.c: Likewise.
2542         * sysdeps/i386/dl-machine.h: Likewise.
2543         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
2544
2545         * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
2546         Define RTLD_DEFAULT.
2547
2548 1998-09-05  Mark Kettenis  <kettenis@phys.uva.nl>
2549
2550         * sysdeps/mach/hurd/i386/init-first.c (init1): Call
2551         __getopt_clean_environment with __environ instead of envp.
2552
2553 1998-09-05  Roland McGrath  <roland@baalperazim.frob.com>
2554
2555         * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
2556
2557         * string/argz-extract.c (__argz_extract): Add de-consting cast for
2558         setting results.
2559
2560         * string/argz.h (argz_next): Add de-consting cast for return.
2561         * string/argz-next.c (__argz_next): Likewise.
2562
2563         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
2564         Don't add netinet/udp.h, netinet/ip_icmp.h here.
2565         * sysdeps/gnu/Makefile: Do it here instead.
2566         * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
2567         * sysdeps/gnu/Dist: ... to here.
2568
2569         * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
2570         sysdeps/unix/sysv/linux/netinet/tcp.h,
2571         sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
2572
2573 1998-09-04  Roland McGrath  <roland@baalperazim.frob.com>
2574
2575         * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
2576         * string/argz-next.c, string/argz-extract.c: Fix defns.
2577
2578 1998-09-03  Roland McGrath  <roland@baalperazim.frob.com>
2579
2580         * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
2581
2582         * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
2583         __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
2584         * sysdeps/generic/sysd-stdio.c: Likewise.
2585
2586 1998-09-02  Ulrich Drepper  <drepper@cygnus.com>
2587
2588         * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
2589         (_dl_map_object_from_fd): Make NAME argument const.
2590         Remove last parameter in _dl_new_object call.
2591         (print_search_path): Correct construction of composed path name.
2592         (_dl_map_object): Prevent looking at RPATH of the main map twice.
2593         Remove last parameter in _dl_new_object call.
2594         * elf/dl-object.c: Remove last parameter.  Determine whether create
2595         origin entry based on empty realname.  Handle file in root directory
2596         correctly.
2597         * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
2598         * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
2599         Remove last parameter in _dl_new_object call.
2600         * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
2601         * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
2602
2603 1998-09-01  Ulrich Drepper  <drepper@cygnus.com>
2604
2605         * elf/dl-close.c (_dl_close): Add more comments and correct some.
2606         Free l_searchlist and l_dupsearchlist.
2607
2608         * debug/catchsegv.sh: Add one more pair of quotes.
2609
2610 1998-09-01 17:53  Ulrich Drepper  <drepper@cygnus.com>
2611
2612         * elf/dl-load.c (add_name_to_object): Change return type to void and
2613         make NAME parameter const.  Allocate room for NAME in same memory
2614         block used for l_libname entry.
2615         (_dl_map_object_from_fd): Don't free NAME on failure.
2616         (map_segment): Pass SONAME to add_name_to_object, not a copy.
2617         (_dl_map_object): Don't create copy of NAME.  Pass NAME to
2618         _dl_map_object_from_fd.
2619         * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
2620         memory block used for l_libname entry.
2621         * elf/dl-close.c: Adjust free()ing for this change.
2622
2623 1998-09-01 15:36  Ulrich Drepper  <drepper@cygnus.com>
2624
2625         * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
2626
2627         * malloc/mtrace.c: Add bug report address.  Update email address.
2628         Add more @XXX@ to print correct address size.
2629
2630         * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
2631         really initialized.
2632
2633         * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
2634         for munmap call instead of examining phdr again.
2635         Free all malloc()ed strings and arrays.
2636
2637 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
2638
2639         * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
2640         dl-machine.h.
2641         * sysdeps/powerpc/dl-machine.c: New file.
2642         * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
2643         files.  Revise ELF_PREFERRED_ADDRESS to take account of
2644         the new mapping information (fixes bug involving huge bloated
2645         web browser).  Set ELF_MACHINE_PLTREL_OVERLAP.
2646         * sysdeps/powerpc/dl-start.S: New file.
2647
2648         * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
2649         l_map_end.
2650         * elf/do-rel.h: Call elf_machine_rel only once (to save space).
2651         * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
2652         others.  Call elf_dynamic_do_##reloc only once (to save even more
2653         space).
2654         * elf/link.h: Add new members l_map_start and l_map_end to keep
2655         track of the memory map.
2656         * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
2657         the executable.
2658
2659 1998-09-01 11:53  Ulrich Drepper  <drepper@cygnus.com>
2660
2661         * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
2662         Reported by Andreas Jaeger.
2663
2664         * posix/glob.h: Use __size_t instead of size_t in definitions and
2665         make sure this is defined.
2666
2667 1998-09-01 10:34  Ulrich Drepper  <drepper@cygnus.com>
2668
2669         * manual/locale.texi: Almost complete rewrite.  Document more functions
2670         and functionality.
2671         * manual/arith.texi: Correct reference.
2672         * manual/string.texi: Pretty printing.
2673
2674         * manual/texinfo.tex: Update from last available version.
2675
2676 1998-08-31 22:44  Ulrich Drepper  <drepper@cygnus.com>
2677
2678         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
2679         invalid password.
2680         (_nss_nis_getpwuid_r): Likewise.
2681         Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
2682
2683         * inet/rcmd.c: Implement netgroup support.
2684         Patch by Dick Streefland <dick_streefland@tasking.com>.
2685
2686 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
2687
2688         * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
2689         object on the list is removed.  Don't use this code for PIC.
2690         Reported by HJ Lu [PR libc/770].
2691
2692 1998-08-31 15:56  Ulrich Drepper  <drepper@cygnus.com>
2693
2694         * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
2695
2696         * include/stdio.h: Add __vsscanf.
2697
2698         * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
2699         __USE_ISOC9X.
2700         Remove __vsscanf declaration.
2701         Always declare fgetpos and fsetpos.
2702
2703         * math/math.h: Define isinf as macro.
2704         * math/bits/mathcalls.h: Change to declare __isinf all the time.
2705         Don't declare scalb for ISO C 9x.
2706
2707         * math/tgmath.h: Define fma.  Rewrite the underlying macros.
2708
2709         * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
2710
2711         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
2712         sys/ucontext.h.
2713
2714         * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
2715         macros.
2716
2717 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2718
2719         * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
2720         Reported by jreising@frequentis.com [PR libc/767].
2721
2722 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2723
2724         * io/lockf.c (lockf): Move initilisation of fl.l_whence and
2725         fl.l_start at beginning of function.
2726         Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
2727
2728 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
2729
2730         * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
2731         Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
2732
2733         * nscd/nscd.init: Make it work in RedHat systems.
2734         Patch by Christian Gafton.
2735
2736 1998-08-29  Philip Blundell  <philb@gnu.org>
2737
2738         * catgets/Makefile: Don't try to run test programs when
2739         cross-compiling.
2740
2741 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
2742
2743         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
2744         Reported by Zack Weinberg.
2745
2746 1998-08-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2747
2748         * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
2749         * elf/Makefile (distribute): Remove ldd.sh.in.
2750
2751 1998-08-31 11:46  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2752
2753         * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
2754         variable.
2755
2756 1998-08-29  Ulrich Drepper  <drepper@cygnus.com>
2757
2758         * sysdeps/i386/register-dump.h: Move to ...
2759         * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
2760
2761 1998-08-28 22:49  Ulrich Drepper  <drepper@cygnus.com>
2762
2763         * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
2764         with load address, not map address.
2765         * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
2766         parameter and use this value.
2767         * sysdeps/arm/dl-machine.h: Likewise.
2768         * sysdeps/i386/dl-machine.h: Likewise.
2769         * sysdeps/m68k/dl-machine.h: Likewise.
2770         * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
2771         parameter.
2772         * sysdeps/powerpc/dl-machine.h: Likewise
2773         * sysdeps/sparc/sparc32/dl-machine.h: Likewise
2774         * sysdeps/sparc/sparc64/dl-machine.h: Likewise
2775
2776 1998-08-28 09:22  Ulrich Drepper  <drepper@cygnus.com>
2777
2778         * elf/rtld.c (process_envvars): Fix copy&paste error.
2779
2780         * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
2781         memalign hook.
2782         (realloc_hook_ini): Don't overwrite memalign hook.
2783         (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
2784         Reported by Philippe Troin <phil@fifi.org>.
2785
2786         * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
2787         Patch by Philippe Troin <phil@fifi.org>.
2788
2789 1998-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2790
2791         * sysdeps/generic/segfault.c (install_handler): Protect the
2792         non-POSIX signals with #ifdef.
2793         (catch_segfault): Add missing mode parameter for open.
2794         * debug/catchsegv.sh: Avoid termination message from shell.  Allow
2795         other termination signals.
2796
2797 1998-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2798
2799         * debug/Makefile (distribute): Add register-dump.h.
2800
2801 1998-08-28 10:41  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2802
2803         * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
2804
2805 1998-08-27 19:42  Ulrich Drepper  <drepper@cygnus.com>
2806
2807         * elf/Makefile (distribute): Add dl-origin.h.
2808         * sysdeps/generic/dl-origin.h: New file.
2809         * sysdeps/unix/sysv/linux/dl-origin.h: New file.
2810         * elf/link.h (struct link_map): Add l_origin field.
2811         * elf/dl-load.c (expand_dynamic_string_token): New function.
2812         (decompose_path): Remove WHERE argument, take link map pointer instead.
2813         Call expand_dynamic_string_token instead of local_strdup to make copy
2814         of rpath.
2815         (_dl_init_paths): Call decompose_path with correct argument.
2816         (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
2817         not defined.
2818         Check EI_OSABI and EI_ABIVERSION fields in header.
2819         Call _dl_new_object with extra argument.
2820         (_dl_map_object): Call decompose_path with correct argument.
2821         Call expand_dynamic_string_token instead of local_strdup to also
2822         expand DST.
2823         Call _dl_new_object with extra argument.
2824         * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
2825         but the main one if new argument is nonzero.
2826         * elf/ldsodefs.h: Adjust for _dl_new_object change.
2827         * elf/dl-support.c: Define _dl_origin_path.
2828         * elf/rtld.c: Likewise.  Set _dl_origin_path based on LD_ORIGIN_PATH.
2829         (dl_main): Call _dl_new_object with extra argument.
2830
2831         * elf/dl-close (_dl_close): Free l_name and l_origin.
2832
2833         * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
2834         modifier in asm, not c.
2835
2836         * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
2837         to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
2838
2839 1998-08-26 17:48  Ulrich Drepper  <drepper@cygnus.com>
2840
2841         * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
2842         variable so that map can be freed.
2843         Reported by Philippe Troin <phil@fifi.org>.
2844
2845         * elf/dl-open.c (dl_open_worker): Correct test for extending global
2846         scope array.
2847         Patch by Philippe Troin <phil@fifi.org>.
2848
2849 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
2850
2851         * sysdeps/powerpc/register-dump.h: Rewrite.  Much nicer this way.
2852         Don't call writev() with a 100-element vector.
2853         * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
2854         return address.
2855
2856         * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
2857         In particular, set __libc_stack_end.
2858         * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
2859         undefined.  Fix copyright notice.
2860
2861 1998-08-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2862
2863         * math/Makefile (gmp-objs): New variable.
2864         ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
2865         Depend on it.
2866         (tests): Add atest-exp atest-sincos atest-exp2.
2867         (tests-static): Remove atest-exp atest-sincos atest-exp2.
2868
2869 1998-08-25  Ulrich Drepper  <drepper@cygnus.com>
2870
2871         * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
2872         to toplevel.
2873         (_dl_unload_cache): New function.
2874         * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
2875         * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
2876         * elf/rtld.c (dl_main): Unload map file before jumping to user code.
2877
2878         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
2879         Correct comment for O_LARGEFILE.
2880         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
2881         Change O_LARGEFILE to correct value.
2882
2883 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
2884
2885         * libio/iogetline.c (_IO_getline_info): Don't read anything for
2886         N == 0.  Patch by HJ Lu.
2887
2888 1998-08-25 11:43  Ulrich Drepper  <drepper@cygnus.com>
2889
2890         * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
2891
2892 1998-08-25  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
2893
2894         * argp/argp.h: Use __inline__ not inline.
2895
2896         * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
2897         an input register as being clobbered.
2898         * sysdeps/i386/memset.c (memset): Likewise.
2899         * sysdeps/i386/bzero.c (__bzero): Likewise.
2900         * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
2901
2902 1998-08-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2903
2904         * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
2905         Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
2906
2907 1998-08-24 16:34  Ulrich Drepper  <drepper@cygnus.com>
2908
2909         * debug/catchsegv.sh: Handle text preceding backtrace better.
2910         * sysdeps/generic/segfault.c: Allow register dump.  Allow handler
2911         to be installed for other signals than SIGSEGV.
2912         * sysdeps/generic/register-dump.h: New file.
2913         * sysdeps/i386/register-dump.h: New file.
2914         * sysdeps/powerpc/register-dump.h: New file.
2915
2916         * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
2917         sigcontextinfo.h.
2918         * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
2919
2920 1998-08-24  Geoff Keating  <geoffk@ozemail.com.au>
2921
2922         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
2923
2924 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
2925
2926         * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
2927         * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
2928         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
2929         getresuid, getresgid.
2930
2931 1998-08-16  Geoff Keating  <geoffk@ozemail.com.au>
2932
2933         * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs.  Set up stack
2934         pointer in userland.
2935
2936 1998-08-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2937
2938         * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
2939         and fix value.
2940
2941 1998-08-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2942
2943         * elf/ldd.bash.in: Add missing quotes around $file.  Make loop
2944         over arguments Bourne shell compatible.  Don't exit unsuccessfully
2945         if nonelf returns successfully.  Avoid duplicating most of the
2946         script.
2947         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
2948         around $file.
2949
2950 1998-08-24 10:37  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2951
2952         * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
2953         sys/reg.h.
2954         * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
2955         * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
2956
2957 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
2958
2959         * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
2960         __modify_ldt and modify_ldt.
2961         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
2962
2963         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
2964         Use orl $-1 instead of movl $-1 to save two bytes.
2965         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
2966         Likewise.
2967
2968 1998-08-17  H.J. Lu  <hjl@gnu.org>
2969
2970         * libio/Versions (_IO_do_write, _IO_file_attach,
2971         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2972         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2973         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2974         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
2975
2976         * libio/fileops.c (_IO_do_write, _IO_file_attach,
2977         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2978         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2979         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2980         _IO_file_write, _IO_file_xsputn): Change the prefix to
2981         "_IO_new_". Added to GLIBC_2.1.
2982
2983         * libio/libioP.h (_IO_do_write, _IO_file_attach,
2984         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2985         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2986         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2987         _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
2988         "_IO_new_".
2989
2990         * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
2991         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2992         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2993         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2994         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
2995
2996 1998-08-23  Richard Henderson  <rth@cygnus.com>
2997
2998         * Makeconfig (LDFLAGS): Remove.
2999
3000         * csu/initfini.c: Return to .text before __gmon_start__.
3001
3002         * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
3003         (STO_MIPS_*): Rename from STO_*.
3004         (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
3005         (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
3006
3007         * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
3008         (main): e3s is negative on zero.
3009         * math/atest-exp2.c: Likewise.
3010         * math/atest-sincos.c: Likewise.
3011
3012 1998-08-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3013
3014         * Makerules (install): Add comment about absolute paths.
3015
3016 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
3017
3018         * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
3019         array to NUL to handle maxlen==1 case correctly.
3020         Patch by HJ Lu.
3021
3022 1998-08-23  Richard Henderson  <rth@cygnus.com>
3023
3024         * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
3025         * sysdeps/alpha/elf/crtend.S: Likewise.
3026         * sysdeps/alpha/elf/start.S: Likewise.
3027
3028         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
3029         non-standard pv usage.
3030
3031         * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
3032         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
3033         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
3034         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
3035         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
3036         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
3037         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
3038         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
3039         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
3040         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
3041         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
3042
3043         * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
3044         a finite non-denormal, deferring to the full IEEE version otherwise.
3045
3046         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
3047         Early out for -0.  Optimize for !_IEEE_FP_INEXACT.
3048         * sysdeps/alpha/fpu/s_floor.c: New.
3049         * sysdeps/alpha/fpu/s_floorf.c: New.
3050         * sysdeps/alpha/fpu/s_ceil.c: New.
3051         * sysdeps/alpha/fpu/s_ceilf.c: New.
3052
3053 1998-08-22  Philip Blundell  <philb@gnu.org>
3054
3055         * sysdeps/arm/bits/string.h: New file.
3056
3057 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3058
3059         * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
3060         document it.
3061
3062         * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
3063         test for recent Linux 2.1.100+ headers.
3064
3065 1998-08-21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3066
3067         * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
3068
3069 1998-08-21 17:21  Ulrich Drepper  <drepper@cygnus.com>
3070
3071         * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
3072
3073 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3074
3075         * Makefile (elf/ldso_install): Put back.  The problem still persists.
3076         * elf/Makefile (ldso_install): Likewise.
3077
3078 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3079
3080         * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
3081         create weak alias.
3082         * include/db.h: Declare __nss_db_open.
3083         * db2/Versions: Export it.
3084
3085         * db2/makedb.c: Convert to use db2 API.
3086         * nss/nss_db/db-XXX.c: Likewise.
3087         * nss/nss_db/db-netgrp.c: Likewise.
3088         * nss/nss_db/db-alias.c: Likewise.
3089         (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
3090
3091 1998-08-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3092
3093         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
3094         sys_setresuid, already built automatically (or not).
3095         * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
3096         instead of __syscall_setresuid and add back setresuid.
3097         * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
3098         __syscall_setresuid.
3099
3100 1998-08-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3101
3102         * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
3103
3104 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
3105
3106         * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
3107         BASH-ONLY marked region.
3108         * elf/ldd.bash.in: Remove special BASH-ONLY markers.
3109
3110 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
3111
3112         * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
3113         _IO_SYSSEEK fails.
3114
3115         * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
3116
3117         * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
3118         element.
3119
3120 1998-08-21  Roland McGrath  <roland@baalperazim.frob.com>
3121
3122         * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
3123         with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
3124         * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
3125         (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
3126         (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
3127         those magic comments, and to use /bin/sh for @BASH@.
3128         (bash-ldd-rewrite): Use $(common-ldd-rewrite).
3129         * elf/ldd.sh.in: File removed.
3130
3131 1998-08-20 20:07  Ulrich Drepper  <drepper@cygnus.com>
3132
3133         * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
3134         cast them to unsigned long int.
3135         * pwd/putpwent.c (putpwent): Likewise.
3136         Patch by John Tobey <jtobey@banta-im.com>.
3137
3138 1998-08-20 17:14  H.J. Lu  <hjl@gnu.org>
3139
3140         * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
3141         _IO_pos_BAD.
3142
3143 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
3144
3145         * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
3146         _IO_SYSSEEK fails.
3147
3148 1998-08-20 19:14  Ulrich Drepper  <drepper@cygnus.com>
3149
3150         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
3151         Add umount and umount2.
3152         * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
3153         * sysdeps/unix/sysv/linux/umount.S: New file.
3154         * sysdeps/unix/sysv/linux/umount2.S: New file.
3155         * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
3156         Define MNT_FORCE.
3157
3158         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
3159         Add sys/sendfile.h.
3160         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
3161         * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
3162
3163         * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
3164
3165         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
3166         sendfile.
3167
3168 1998-08-20 16:01  Ulrich Drepper  <drepper@cygnus.com>
3169
3170         * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
3171         * elf/ldd.bash.in: Likewise.
3172
3173         * elf/sln.c: Avoid warning for no main prototype.
3174
3175         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
3176         O_WRITE.
3177         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
3178         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3179
3180         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
3181         F_GETSIG.
3182         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
3183         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
3184         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3185
3186 1998-08-20  Philip Blundell  <pb@nexus.co.uk>
3187
3188         * sysdeps/arm/fpu/ieee754.h: Move to...
3189         * sysdeps/arm/ieee754.h: ... here.
3190
3191         * sysdeps/arm/__longjmp.S: Put return value in correct register.
3192         Don't set the condition flags unnecessarily.
3193         * sysdeps/arm/fpu/__longjmp.S: Likewise.  Restore floating point
3194         registers correctly.
3195
3196         * sysdeps/arm/dl-machine.h: Fix problems with profiling code
3197         (patch from Scott Bambrough).
3198
3199         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
3200
3201         * csu/initfini.c (_init): Don't check whether __gmon_start__ is
3202         NULL, just call it unconditionally.
3203         (__gmon_start__): Provide stub version as a weak symbol.
3204
3205 1998-07-30  Philip Blundell  <philb@gnu.org>
3206
3207         * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
3208         by Scott Bambrough)
3209
3210         * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
3211         like `@' in .type directives.
3212
3213         * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
3214         * sysdeps/arm/bsd-_setjmp.S: Likewise.
3215
3216         * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
3217
3218 1998-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3219
3220         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
3221         (F_GETOWN): Likewise.
3222
3223         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
3224         Linux 2.1.117).
3225
3226 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
3227
3228         * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
3229         already defined.
3230
3231 1998-08-18  Ulrich Drepper  <drepper@cygnus.com>
3232
3233         * include/features.h: Define __USE_EXTERN_INLINES for recent
3234         enough gcc.
3235         * argp/argp.h: Define extern inline functions only if
3236         __USE_EXTERN_INLINES is defined.
3237         * libio/stdio.h: Likewise.
3238         * math/math.h: Likewise.
3239         * stdlib/stdlib.h: Likewise.
3240         * string/argz.h: Likewise.
3241         * sysdeps/generic/bits/sigset.h: Likewise.
3242         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
3243         * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
3244         * sysdeps/wordsize-32/inttypes.h: Likewise.
3245         * sysdeps/wordsize-64/inttypes.h: Likewise.
3246         * wcsmbs/wchar.h: Likewise.
3247
3248         * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
3249         to allow compilation without optimization.
3250
3251 1998-08-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3252
3253         * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
3254         more entries.
3255         * nis/nss_compat/compat-initgroups.c: Likewise.
3256         * nis/nss_compat/compat-pwd.c: Likewise.
3257         * nis/nss_compat/compat-spwd.c: Likewise.
3258         * nis/nss_nis/nis-alias.c: Likewise.
3259         * nis/nss_nis/nis-ethers.c: Likewise.
3260         * nis/nss_nis/nis-grp.c: Likewise.
3261         * nis/nss_nis/nis-hosts.c: Likewise.
3262         * nis/nss_nis/nis-initgroups.c: Likewise.
3263         * nis/nss_nis/nis-network.c: Likewise.
3264         * nis/nss_nis/nis-proto.c: Likewise.
3265         * nis/nss_nis/nis-pwd.c: Likewise.
3266         * nis/nss_nis/nis-rpc.c: Likewise.
3267         * nis/nss_nis/nis-service.c: Likewise.
3268         * nis/nss_nis/nis-spwd.c: Likewise.
3269
3270         * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
3271
3272         * nis/ypclnt.c: Try binding dir only first time, could be to old.
3273
3274         * nis/yp_xdr.c: Remove 1024 byte limit.
3275         * nis/ypupdate_xdr.c: Likewise.
3276
3277         * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
3278         wrong data.
3279
3280 1998-08-18  Roland McGrath  <roland@baalperazim.frob.com>
3281
3282         * Rules (binaries-static, binaries-shared static pattern rules):
3283         Depend on lib%, not just libc%, from $(link-libc{,-static}).
3284
3285         * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
3286         this here, overriding Makeconfig generic value so we link against
3287         the RPC libs.
3288
3289 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
3290
3291         * posix/tstgetopt.c (options): Add NULL entry at end
3292         Patch by Adrian Miranda <ade@psg.com>.
3293
3294 1998-08-15 18:21  Ulrich Drepper  <drepper@cygnus.com>
3295
3296         * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION.  Move EI_PAD
3297         to 9.
3298
3299 1998-08-15 14:11  Ulrich Drepper  <drepper@cygnus.com>
3300
3301         * elf/elf.h: Add PPC Diab relocations.
3302
3303         * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
3304
3305 1998-08-14 10:08  Ulrich Drepper  <drepper@cygnus.com>
3306
3307         * manual/texinfo.tex: Update.
3308
3309 1998-08-07  Geoff Keating  <geoffk@ozemail.com.au>
3310
3311         * sysdeps/powerpc/backtrace.c: New file.
3312
3313 1998-08-14  Philip Blundell  <pb@nexus.co.uk>
3314
3315         * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
3316         sigjmp_save.
3317         * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
3318
3319 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3320
3321         * Makefile (install-symbolic-link): Fix spelling.
3322
3323 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3324
3325         * elf/elf.h (SHT_HIOS): Fix value.
3326
3327 1998-08-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3328
3329         * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
3330         part of the expansion, this is undefined by the standard.
3331
3332 1998-08-13 19:41  Ulrich Drepper  <drepper@cygnus.com>
3333
3334         * posix/getconf.c: Add support for systems with incomplete confname.h.
3335
3336         * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
3337
3338         * sysdeps/posix/wait3.c: Make it work.
3339
3340 1998-08-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3341
3342         * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
3343         (elf/ldso_install): Remove.
3344
3345         * elf/Makefile (distribute): Add sln.c.
3346         (others): Add sln.
3347         (others-static): Add sln.
3348         (install-rootsbin): Add sln.
3349         (others-static): Add sln.
3350         (ldso_install): Remove.
3351
3352 1998-07-24 10:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3353
3354         * Makerules (install-clean-symbolic-link-list): Make phony.
3355         * Makefile (install-symbolic-link): Make phony.  Depend on
3356         subdir_install for parallel makes.
3357
3358
3359 1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
3360
3361         * elf/Makefile (distribute): Add sln.c
3362
3363 1998-07-21 07:10  H.J. Lu  <hjl@gnu.org>
3364
3365         * elf/sln.c: New file.
3366
3367         * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
3368         (install-clean-symbolic-link-list): New target.
3369         (install): Depend on install-clean-symbolic-link-list.
3370         (make-shlib-link): Changed for $(symbolic-link-list).
3371
3372         * Makefile (install-symbolic-link): New target.
3373         (install): Depend on install-symbolic-link.
3374
3375 1998-08-12 17:03  Ulrich Drepper  <drepper@cygnus.com>
3376
3377         * include/unistd.h: Protect against multiple inclusion.
3378
3379         * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
3380         is defined, not is glob is defined.
3381         * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
3382
3383 1998-08-01 17:18  H.J. Lu  <hjl@gnu.org>
3384
3385         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
3386         xdr_string for ut_line, ut_name and ut_host.
3387
3388 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3389
3390         * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
3391         /var/mail in accordance with FHS 2.0.
3392         Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
3393
3394 1998-08-12  Richard Henderson  <rth@cygnus.com>
3395
3396         * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
3397         Update aliases for cancelation.
3398
3399         * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
3400         playing with symbol versions.
3401
3402 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
3403
3404         * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
3405         multiple inclusion protection.
3406         (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
3407         _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
3408         define all these to 1.
3409         (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
3410
3411 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
3412
3413         * sysdeps/mach/usleep.c: Include <unistd.h>.
3414         (usleep): Return void.
3415
3416 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
3417
3418         * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
3419         decl to inhibit warning in if_freenameindex defn.
3420
3421         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
3422
3423         * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
3424
3425         * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
3426         * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
3427         * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
3428         * sysdeps/mach/usleep.c: Likewise.
3429
3430         * sysdeps/mach/hurd/bind.c (bind): Add a const.
3431
3432         * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
3433         * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
3434         * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
3435         * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
3436         * sysdeps/mach/usleep.c (usleep): Likewise.
3437         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
3438         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
3439         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3440         * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
3441
3442 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
3443
3444         * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
3445         (glob64): Fix typo.
3446
3447         * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
3448         %p arg to fprintf, since `void *' is the right type already.
3449
3450 1998-07-25 19:47  Jose M. Moya  <josem@gnu.org>
3451
3452         * sysdeps/mach/hurd/getcwd.c
3453         (_hurd_canonicalize_directory_name_internal): Do not loop forever
3454         for unknown root directories.
3455         (__getcwd): Return NULL when the current root directory could not
3456         be reached.
3457
3458 1998-08-11 18:39  Ulrich Drepper  <drepper@cygnus.com>
3459
3460         * string/strsignal.c (strsignal): Count real-time signals from zero.
3461
3462
3463 See ChangeLog.8 for earlier changes.