1 Sun Jul 14 01:51:39 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3 * elf/dl-reloc.c: Include "dynamic-link.h" at file scope.
5 * elf/rtld.c: Include <string.h>.
7 * elf/dynamic-link.h (ELF_DYNAMIC_DO_REL, ELF_DYNAMIC_DO_RELA,
8 ELF_DYNAMIC_RELOCATE): No longer take RESOLVE argument.
9 Conditionalize defns on [RESOLVE].
10 * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
11 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
12 Instead use RESOLVE macro with same args.
13 (elf_machine_rel): Conditionalize defn on [RESOLVE].
14 * elf/dl-reloc.c (RESOLVE): New macro, define before including
15 "dynamic-link.h". It replaces `resolve' local function.
16 * elf/dl-runtime.c: Likewise.
17 * elf/rtld.c: Likewise.
19 * elf/dl-deps.c (_dl_map_object_deps): Start TAILP at last preload.
21 * elf/dl-open.c (_dl_open): Force an indirect call for
22 _dl_relocate_object so there is no chance a PLT fixup will be done
23 and clobber _dl_global_scope before our call happens.
25 * sysdeps/i386/fpu/__math.h (tan): Correct output constraint from =u
26 to =t; must operate on top of fp reg stack, not second from top.
27 Correct input constraint to 0 from t; must be explicit when input and
28 output are the same register.
29 (floor): Use __volatile instead of volatile.
32 * manual/Makefile ($(objpfx)stamp%-$(subdir)): Separate rule from
35 Sat Jul 13 23:50:17 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
37 * manual/Makefile (lib): New phony target. Depend on stamp files.
38 ($(objpfx)stamp%-$(subdir)): New rule to create them when necessary.
40 1996-07-13 Paul Eggert <eggert@twinsun.com>
42 * time/strftime.c (strftime): Use space padding for %e, %k, %l,
43 to match Emacs format-time-string specification.
44 (DO_NUMBER_SPACEPAD): Renamed from DO_NUMBER_NOPAD.
46 Sat Jul 13 20:17:38 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
48 * elf/dl-deps.c (_dl_map_object_deps): Take new args PRELOADS and
49 NPRELOADS, vector of `struct link_map *'s; add them to the searchlist
50 between MAP and its deps.
51 * elf/link.h: Fix decl.
52 * elf/rtld.c (dl_main): If not secure, parse LD_PRELOAD for
53 colon-separated list of names, map those and pass vector of ptrs as
54 PRELOADS list to _dl_map_object_deps.
55 * elf/dl-runtime.c (_dl_object_relocation_scope): Pass new args to
56 _dl_map_object_deps with empty preload list.
57 * elf/dl-open.c (_dl_open): Likewise.
59 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_open_zero_fill): Function
61 (__mmap): Pass MACH_PORT_NULL for memobj port when (flags & MAP_ANON).
62 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_open_zero_fill):
63 Conditionalize defn on [! MAP_ANON].
64 * elf/dl-minimal.c (malloc): Conditionalize use of _dl_zerofd
66 * elf/rtld.c (dl_main): Likewise.
67 * elf/dl-load.c (_dl_zerofd): Conditionalize defn on [! MAP_ANON].
68 (_dl_map_object_from_fd): Conditionalize initialization of _dl_zerofd.
70 * elf/dl-fini.c (_dl_fini): Skip finalizer for executable itself.
72 Sat Jul 13 02:47:53 1996 David Mosberger-Tang <davidm@azstarnet.com>
74 * stdlib/random.c (__random): Declare as int32_t to be in sync
77 * socket/Makefile (headers): Add socketbits.h.
79 * misc/mntent.c (endmntent): Allow for NULL stream. SunOS does
82 * grp/initgroups.c (initgroups): Add groups that user is a member
83 of, not the ones he is _not_ a member of.
85 * nss/nsswitch.c (known_compare): Make known_compare() a static
86 instead of a local function. The latter are difficult to debug
87 and slow to execute on certain platforms.
89 * sysdeps/posix/ttyname_r.c (ttyname_r): Use sizeof (dev) - 1 in
90 place of sizeof (dev). The size of a literal string includes the
93 * sysdeps/unix/getlogin.c (getlogin): Initialize ut_fd with -1.
95 Thu Jul 11 16:59:10 1996 David Mosberger-Tang <davidm@azstarnet.com>
97 * misc/mntent.c (addmntent): Seek to end of file before writing
98 entry. Return 1 on error, not -1.
100 Tue Jul 9 19:08:05 1996 David Mosberger-Tang <davidm@azstarnet.com>
102 * sysdeps/unix/sysv/linux/syscalls.list: Mark bdflush as EXTRA
105 Fri Jul 5 18:44:55 1996 David Mosberger-Tang <davidm@azstarnet.com>
107 * sysdeps/unix/sysv/linux/alpha/ioperm.c (port_to_cpu_addr): Size
108 shift amount for Jensen must be 5 not 4.
110 Sat Jul 13 20:04:28 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
112 * socket/sys/socket.h (struct osockaddr): New type.
114 Sat Jul 13 03:50:53 1996 Ulrich Drepper <drepper@cygnus.com>
116 * misc/Makefile (routines): Add qefgcvt and qefgcvt_r.
117 * misc/efgcvt.c, misc/efgcvt_r.c: Change code so that the `double'
118 and `long double' versions can be generated.
119 * misc/qefgcvt.c, misc/qefgcvt_r.c: New files. Define macros
120 so that included efgcvt{,_r}.c file generate `long double'
122 * stdlib/stdlib.h: Add prototypes for q[efg]cvt() and q[ef]cvt_r()
125 * manual/startup.texi: Document new getsubopt function.
126 * manual/examples/subopt.c: New example program for documenting
129 Fri Jul 12 23:58:37 1996 Ulrich Drepper <drepper@cygnus.com>
131 * stdlib/Makefile (routines): Add getsubopt.
132 * stdlib/stdlib.h: Add prototype for getsubopt.
133 * stdlib/getsubopt.c: New file. Implement getsubopt function
134 to handle suboption parsing.
136 Thu Jul 11 20:09:55 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
138 * inet/getnetent_r.c: Define NEED_H_ERRNO.
139 * inet/getnetbynm_r.c: Likewise.
140 * inet/getnetent.c: Likewise.
141 * inet/getnetbyad_r.c: Likewise.
142 * inet/getnetbyad.c: Likewise.
143 * inet/getnetbynm.c: Likewise.
145 * sysdeps/generic/pselect.c: Include <sys/time.h>.
147 * misc/sys/select.h: Include <time.h> instead of <sys/time.h> for
150 * math/Makefile (calls): Add s_frexp, s_ldexp.
151 (routines): Remove them and &f from here.
153 * sys/socket.h: New file, wrapper for socket/sys/socket.h.
155 * nss/nss_files/files-service.c (getservbyname): Take second arg PROTO
158 * nss/nss_files/files-XXX.c: Comment fix.
160 Fri Jul 12 01:28:35 1996 Ulrich Drepper <drepper@cygnus.com>
162 * nss/getXXent_r.c (GETFUNC_NAME_STRING): Define with name
163 of reentrant function.
164 (setup): Pass additional argument with function name we are
166 (SETFUNC_NAME, ENDFUNC_NAME, GETFUNC_NAME): Call setup with
167 new argument {SET,END,GET}FUNC_NAME_STRING.
169 * nss/getXXent.c (GETFUNC_NAME): RESULT must be static because
172 Thu Jul 11 18:20:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
174 * nss/nss_files/files-parse.c: Add comment about things to #define.
176 * nss/nss_files/files-hosts.c (NEED_H_ERRNO): Define it.
178 * nss/nss_files/files-parse.c (STRING_FIELD): Don't flag NUL before
179 terminator char as an error.
181 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set *H_ERRNOP, not h_errno.
183 Thu Jul 11 03:21:10 1996 Ulrich Drepper <drepper@cygnus.com>
185 * catgets/gencat.c (write_out): Move code to determine new
186 best size out of inner loop.
188 Thu Jul 11 00:22:40 1996 Ulrich Drepper <drepper@cygnus.com>
190 * sysdeps/libm-ieee754/s_frexpl.c: New file. `long double'
191 implementation of frexp() function.
192 * sysdeps/libm-ieee754/s_ldexpl.c: New file. `long double'
193 implementation of ldexp() function.
195 * sysdeps/libm-i387/s_isnanl.c (isnanl): Mask explicit one
198 Wed Jul 10 05:24:40 1996 David Mosberger-Tang <davidm@azstarnet.com>
200 * misc/mntent.c: Include <sys/types.h>.
201 (endmntent): Return 1 one success, 0 on failure.
202 (getmntent): Chop newline and ignore empty lines.
204 Mon Jul 8 21:18:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
206 * sysdeps/m68k/dl-machine.h (RESOLVE): New macro, defined
207 differently based on [RTLD_BOOTSTRAP].
208 (elf_machine_rela): Use it instead of the fn ptr arg directly.
210 Tue Jul 9 09:37:55 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
212 * posix/glob.h (__glob_opendir_hook, __glob_readdir_hook,
213 __glob_closedir_hook): Remove decls.
215 * sysdeps/generic/machine-gmon.h: Declare mcount_internal.
217 * sysdeps/unix/inet/syscalls.list: Define __ names with weak aliases
218 for send and connect syscalls.
220 * socket/sys/socket.h: New file, taken from non-sysdep parts of
221 linux/sys/socket.h; break sysdeps parts out into socketbits.h.
222 Declare __ names for send and connect.
223 * sysdeps/generic/socketbits.h: New file.
224 * sysdeps/unix/sysv/linux/socketbits.h: New file.
225 * sysdeps/unix/sysv/linux/sys/socket.h: File removed.
226 * sysdeps/generic/sys/socket.h: File removed.
228 * sysdeps/mach/hurd/connect.c: Define __ name and weak alias.
229 * sysdeps/mach/hurd/send.c: Likewise.
231 * sysdeps/mach/libc-lock.h: New file.
232 * sysdeps/unix/readdir.c: Do locking.
233 * sysdeps/unix/seekdir.c: Likewise.
234 * sysdeps/unix/rewinddir.c: Likewise.
235 * sysdeps/unix/closedir.c: Likewise.
236 * sysdeps/unix/bsd/telldir.c: Likewise.
237 * sysdeps/mach/hurd/seekdir.c: Likewise.
238 * sysdeps/mach/hurd/readdir.c: Likewise.
239 * sysdeps/mach/hurd/closedir.c: Likewise.
240 * sysdeps/mach/hurd/opendir.c: Initialize the lock.
241 * sysdeps/unix/opendir.c: Likewise.
242 * sysdeps/mach/hurd/dirstream.h: Include <libc-lock.h>.
243 (struct __dirstream): Add lock member using __libc_lock_define.
244 * sysdeps/unix/dirstream.h: Likewise.
246 * sysdeps/stub/libc-lock.h (__libc_lock_fini): New macro.
248 * stdlib/mbstowcs.c: Pass address of pointer to mbsrtowcs.
250 * stdlib/wcstombs.c: Use wcsrtombs instead of mbsrtowcs.
252 Thu Jul 4 01:34:04 1996 Ulrich Drepper <drepper@cygnus.com>
254 * locale/programs/stringtrans.c: Fix typo in copyright.
256 * stdio-common/printf-prs.c: Add casts to prevent
257 signed<->unsigned warnings.
259 * stdio-common/printf-parse.h: Initialize state variable before
261 * stdio-common/printf-prs.c: Don't initialize state variable here.
262 * stdio-common/vfprintf.c: Don't initialize state variable.
263 (vfprintf): While determining length of multibyte string don't
264 try to be clever in determining characters to use for first
267 Add real implementation of multibyte<->wide char conversion
268 functions. The functions always convert between the fixed wide
269 char format (ISO 10646 in UCS4) and the UTF8 representation of
270 this character set. Conversion between the currently used
271 8bit character set and ISO 10646 will not take place. This is
273 * wcsmbs/wchar.h (mbstate_t): Define as structure to replace
275 Add optimized version of `mbrlen' function.
276 * wcsmbs/btowc.c (btowc): Restrict range of legal characters
278 * wcsmbs/wctob.c (wctob): Restrict range of legal characters
280 * wcsmbs/mbrlen.c: Make mbrlen a weak alias of __mbrlen.
281 This is needed in the wchar.h header.
282 * wcsmbs/mbrtowc.c: Replace dummy implementation. Convert UTF8
283 encoded character to UCS4.
284 * wcsmbs/mbsinit.c: Replace dummy implementation. Test COUNT
285 element of `mbstate_t' for initial state.
286 * wcsmbs/mbsrtowcs.c: Replace dummy implementation. Convert UTF8
287 encoded string to UCS4 string.
288 * wcsmbs/wcrtomb.c: Replace dummy implementation. Convert UCS4
289 character to UTF8 encoded form.
290 * wcsmbs/wcsrtombs.c: Replace dummy implementation. Convert UCS4
291 encoded string to UTF8 encoded form.
293 Tue Jul 9 06:19:29 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
295 * sysdeps/unix/sysv/linux/configure.in: Use version number in cache
296 variable name, so new a libc with new requirements won't fail to
297 notice an insufficient Linux version.
299 * sysdeps/unix/sysv/linux/direntry.h: New file from David Mosberger.
301 * sysdeps/unix/sysv/linux/configure.in: Check for Linux 2.0.1 headers,
302 instead of 2.0 headers.
304 * sysdeps/mach/hurd/Makefile (stamp-errnos): Uncomment CVS commit cmds.
306 * sysdeps/gnu/errlist.awk: Undo mib's bogus changes. The
307 sysdeps/mach/hurd/errnos.awk bug fix was the only correct change.
309 * sysdeps/generic/machine-gmon.h [NO_UNDERSCORES]: Declare _mcount
310 before using it in lhs of weak_alias.
312 * nss/getXXent_r.c (setup): New function, broken out of SETFUNC_NAME.
313 Call __nss_lookup when not setting STARTP.
314 (SETFUNC_NAME, ENDFUNC_NAME, REENTRANT_GETNAME): Call it to set up for
315 function-calling loop.
317 Tue Jul 9 00:14:52 1996 Michael I. Bushnell p/BSG <mib@gnu.ai.mit.edu>
319 * sysdeps/mach/hurd/ioctls.h (MDMBUF, ECHO, TOSTOP, FLUSHO,
320 PENDIN, NOFLSH): Undefine these at start if they are already
321 defined to avoid collision with termbits.h.
322 * sysdeps/generic/termbits.h (ECHO, TOSTOP, NOFLSH): Likewise.
323 (MDMBUF, FLUSHO, PENDIN) [__USE_BSD]: Likewise.
325 Mon Jul 8 13:37:40 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
327 * math/math.h (_Mfloat_, _Mlong_double_): New macros, defined iff not
328 already defined to float, long double. Use those macros for _Mdouble_
329 defns when including mathcalls.h.
330 * math/Makefile [$(long-double-fcts) != yes] (CPPFLAGS): Append
331 -D_Mlong_double_=double.
333 Add more -lm functions to -lc because ldexp uses them.
334 * math/Makefile (calls): Add s_finite, s_copysign, s_scalbn, s_modf.
335 (routines): Remove s_modf, add s_frexpf, s_ldexpf; all but frexp and
336 ldexp have both f and l code, and those have f though not l code.
338 Mon Jul 8 13:10:50 1996 Michael I. Bushnell p/BSG <mib@gnu.ai.mit.edu>
340 * sysdeps/mach/hurd/errnos.awk: Skip entries where the
341 error is 0. The "placeholder" entries recently added to
342 errno.texi convert to zero since `???/' is at the front of them.
343 * sysdeps/gnu/errlist.awk (errnoh): Likewise.
345 * sysdeps/stub/setdomain.c (setdomainname): Declare NAME parm
346 __const to conform with unistd.h.
348 * stdlib/stdlib.h (random): Declare return type to be int32_t.
350 * string/argz-delete.c (argz_delete): Use memmove instead of
351 memcpy for possibly overlapping strings.
353 Mon Jul 8 02:14:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
355 * libc-symbols.h [GCC >= 2.7] (strong_alias, weak_alias): Use extern
356 storage class. GCC gives an error for non-extern data defns with the
359 Mon Jul 8 01:37:34 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
361 * string/argz-insert.c (__argz_insert): (__argz_insert): Use
362 memmove instead of memcpy for possible overlapping strings.
364 Mon Jul 8 00:11:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
366 * libc-symbols.h (weak_function): New macro.
367 For GCC 2.7+ define as __attribute__ ((weak)).
368 * elf/dl-minimal.c: Use weak_function as keyword in function defns
369 instead of weak_symbol (NAME) after the defn.
370 * stdlib/strtol.c: Likewise.
371 * stdlib/strtod.c: Likewise.
372 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
374 * sysdeps/alpha/dl-machine.h (elf_machine_rela) [RTLD_BOOTSTRAP]:
375 If this is defined, don't declare _dl_rtld_map as weak, and
376 don't check for MAP pointing to it. RESOLVE is always null in this
377 case, so test with #ifdef instead of if.
379 * libc-symbols.h (symbol_set_declare): Use weak_extern instead of
381 * csu/initfini.c (_init): Likewise.
382 * locale/setlocale.c (DEFINE_CATEGORY): Likewise.
383 * misc/efgcvt_r.c: Likewise.
384 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
385 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
387 * libc-symbols.h [ASSEMBLER] (weak_symbol): Macro removed.
388 It was not used in any assembler code.
389 (weak_symbol_asm): Renamed to weak_extern_asm.
390 (weak_extern): New macro replaces weak_symbol for weak extern refs;
391 define to weak_extern_asm for [!ASSEMBLER].
393 Sun Jul 7 18:42:06 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
395 * libc-symbols.h [! ASSEMBLER] [HAVE_WEAK_SYMBOLS] (weak_symbol_asm,
396 weak_alias_asm): New macros, renamed from weak_symbol/weak_alias;
397 define those now as aliases.
398 Change conditional to use __attribute__ syntax for GCC 2.7+, not 2.8+
399 [GCC >= 2.7] [HAVE_WEAK_SYMBOLS] (weak_symbol): Do weak_symbol_asm
400 after GCC weak attribute decl.
402 * sysdeps/gnu/errlist.awk (BEGIN): Initialize associative array ALIAS,
403 map EWOULDBLOCK->EAGAIN, EDEADLOCK->EDEADLK.
404 (element printer): Check for elt in ALIAS, instead of special case
407 * io/Makefile (headers): Add sys/vfs.h.
408 * io/sys/vfs.h: New file.
410 * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Don't unlock the
411 critical section lock before unlinking dying active resources.
412 The unlock just before return is right (i.e. old code unlocked twice).
414 Sun Jun 2 22:28:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
416 * stdio/linewrap.c (lwupdate): Update D->point_offs when done.
417 Use memmove instead of memcpy where overlap is possible (not
418 necessary using current implementation of memcpy, but...).
419 (__line_wrap_update): Don't update D->point_offs (lwupdate does it).
421 Fri May 31 11:48:46 1996 Miles Bader <miles@gnu.ai.mit.edu>
423 * stdio/linewrap.c (lwupdate): New function, mostly was
424 __line_wrap_update. Use POINT_COL field instead of POINT.
425 (__line_wrap_output): Use lwupdate.
426 (__line_wrap_update): New function.
427 (ensure_unwrapped, ensure_wrapped): New functions.
428 (line_wrap_set_lmargin, line_wrap_set_rmargin,
429 line_wrap_set_wmargin, line_wrap_point): Use __line_wrap_update.
431 * stdio/linewrap.h (struct line_wrap_data): Rename POINT field to
432 POINT_COL. Add POINT_OFFS field.
433 (__line_wrap_update): New decl.
434 (line_wrap_set_lmargin, line_wrap_set_rmargin,
435 line_wrap_set_wmargin, line_wrap_point): Use __line_wrap_update.
437 Fri Jul 5 17:34:47 1996 Miles Bader <miles@gnu.ai.mit.edu>
439 * login/logout.c (logout): Do nothing if getutline_r returns ESRCH.
441 * login/pututline_r.c (pututline_r): Since we assign RESULT from
442 lseek now, check that it's >= 0, not == 0.
444 Wed Jul 3 13:28:04 1996 Miles Bader <miles@gnu.ai.mit.edu>
446 * login/login.c (login): Make a copy of *UT, fill in various
447 fields that we supply (ut_line, ut_type, ut_pid), and use the copy
450 * login/getutline_r.c (getutline_r): When we return ESRCH, mark
451 UTMP_DATA->ubuf invalid (by setting UTMP_DATA->loc_utmp to 0).
453 Fri Jul 5 12:22:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
455 * hurd/hurdsig.c (_hurd_internal_post_signal): In case of handled
456 signal during critical section doing interruptible RPC, if
457 _hurdsig_abort_rpcs wants to change thread state, do thread_set_state
458 before thread_resume. If in critical section, pass 0 for SIGNO to
459 _hurdsig_abort_rpcs so rpc is interrupted regardless of SA_RESTART.
461 * extra-lib.mk: Fix typo in $(extra-libs-others) conditional.
463 * sysdeps/unix/sysv/linux/sys/user.h: New file.
464 * sysdeps/unix/sysv/linux/Dist: Add it.
465 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add sys/user.h.
467 * nss/nss_files/files-parse.c (parse_list): Set EOL from LINE if it
468 points within DATA->linebuffer; otherwise use all of DATA->linebuffer
469 itself, no need to skip past a NUL.
471 * nss/nsswitch.h (known_function): Comment fix.
472 * nss/nsswitch.c (nss_lookup_function): Rewritten using __tsearch
473 directly. Do the lookup and insertion with a single call, and fill in
474 the tree node afterwards if new.
475 (known_compare, nss_find_entry, nss_insert_entry): Functions removed.
477 * misc/sys/select.h: #define __need_timespec before <sys/time.h> incl.
478 (struct timeval): Add bodiless decl for scope.
480 * time/time.h (struct timespec): Rename members from `ts_*' to `tv_*'.
481 Move struct timespec defn outside [_TIME_H] so it can be got with
482 #define __need_timespec.
484 * time/sys/time.h (TIMEVAL_TO_TIMESPEC): Use `tv_*' instead of `ts_*'
485 for `struct timespec' member names.
486 (TIMESPEC_TO_TIMEVAL): Likewise.
488 * nss/Makefile (extra-libs-others): New variable.
490 * extra-lib.mk: Don't test for $($(lib)-no-lib-dep). Instead match
491 $(lib) in $(extra-libs-others).
492 * sunrpc/Makefile (extra-libs-others): New variable.
493 (librpcsvc-no-lib-dep): Variable removed.
495 * elf/rtld.c: Define RTLD_BOOTSTRAP before #include "dynamic-link.h".
496 * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove weak decl for
498 (RESOLVE): New macro, defined differently based on [RTLD_BOOTSTRAP].
499 (elf_machine_rel): Use it instead of testing fn ptr arg at runtime.
500 (elf_machine_rel: case R_386_32) [! RTLD_BOOTSTRAP]: Declare
501 _dl_rtld_map weak only here.
503 * posix/unistd.h [__USE_BSD]: Declare getdomainname, setdomainname.
505 Thu Jul 4 05:21:59 1996 David Mosberger-Tang <davidm@azstarnet.com>
507 * login/utmp.h: Fix typos.
509 * misc/syslog.c (vsyslog): Use __send instead of send and
510 __connect instead of connect to avoid name-space collisions (e.g.,
513 Wed Jul 3 16:29:41 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
515 * nss/getXXbyYY_r.c (REENTRANT_NAME): Cast FCT in __nss_next call.
517 * sysdeps/generic/sbrk.c: Always call __brk (0) to update __curbrk.
519 * malloc/malloc-size.c (malloc_usable_size): Renamed from
520 malloc_object_allocation_size.
521 * malloc/malloc.h: Fix decl.
523 * sys/select.h: New file, wrapper header.
525 * posix/sys/types.h [__USE_BSD]: Include <sys/select.h>; remove
526 fd_set, associated macros, and select decl.
528 * sysdeps/posix/isfdtype.c: New file.
530 Tue Jul 2 23:45:14 1996 Ulrich Drepper <drepper@cygnus.com>
532 The latest Japanese proposal for POSIX locales renames the
533 CHARMAP keyword in locale definition files to CHARCONV.
534 * locale/programs/ld-ctype.c, locale/programs/locales.h: Rename
535 function ctype_is_charmap to ctype_is_charconv.
536 * locale/programs/locfile-kw.gperf: Replace charmap keyword with
538 * locale/programs/locfile-token.h: Add definition of token
540 * locale/programs/locfile.c: Recognize charconv keyword. Rename
541 lables according to this.
543 * locale/weight.h (get_weight): Cast constants to prevent
546 * stdlib/strtod.c, stdlib/strtol.c, string/strcoll.c,
547 string/strxfrm.c: Add some more casts to prevent signed<->unsigned
550 New stuff described in P1003.1g.
551 * misc/Makefile (headers): Add sys/select.h.
552 (routines): Add pselect.
553 * misc/sys/select.h: New file. Declare select functions and
554 needed data types and macros.
555 * sysdeps/generic/pselect.c: New file. Add generic implementation
556 of pselect() function which uses select().
558 * posix/getconf.c: Recognize new variables from P1003.1g.
559 * posix/posix1_lim.h: Define _POSIX_FD_SETSIZE, _POSIX_QLIMIT,
560 _POSIX_HIWAT, and _POSIX_UIO_MAXIOV.
561 * posix/unistd.h: Add description of the P1003.1g variables.
562 * sysdeps/generic/confname.h: Define _SC_* values for new
564 * sysdeps/posix/fpathconf.c (fpathconf): Add handling of
566 * sysdeps/stub/fpathconf.c (fpathconf): Ditto.
567 * sysdeps/posix/sysconf.c (sysconf): Add handling of new
569 * sysdeps/stub/sysconf.c (sysconf): Ditto.
570 * sysdeps/unix/sysv/linux/posix_opt.h: Define _POSIX_POLL and
571 _POSIX_SELECT since Linux has this.
573 * socket/Makefile (routines): Add isfdtype.
574 * sysdeps/generic/sys/socket.h: Add prototype for isfdtype.
575 * sysdeps/stub/isfdtype.c: New file. Stub implementation of
578 * wcsmbs/wcrtomb.c (wcrtomb): Fix typo.
580 Wed Jul 3 11:26:28 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
582 * elf/Makefile (LDFLAGS-dl.so): New variable.
583 (libdl.so): Depend on eval.so.
584 (distribute): Add eval.c.
585 * elf/eval.c: New file.
587 * time/strftime.c (strftime: do_number): Adjust P and I after sprintf
588 in case it wrote fewer than MAXDIGITS chars.
590 * stdio/fwrite.c (fwrite: fill_buffer): Separate flushing for last
591 newline from flushing full buffer in loop, fix test so no fflush is
592 done when last byte written exactly fills the buffer.
594 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Depend on libc.so.
596 * sysdeps/mach/hurd/Makefile (LDLIBS-c.so): Variable removed.
597 (libc.so): Instead, give this deps on lib{mach,hurd}user.so.
599 * elf/dl-debug.c (_dl_debug_initialize): Use LDBASE arg instead of
600 extracting _dl_rtld_map.l_addr.
602 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare _dl_rtld_map as
604 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
606 * shlib-versions (*-*-*): Set libnss_db=1.
608 Tue Jul 2 10:44:37 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
610 * elf/rtld.c (dl_main): Set _dl_rtld_map's DT_DEBUG location too.
612 * rpm/template (%build): Use @prefix@ instead of always /usr.
613 Set up configparms only if @prefix@ is in fact /usr.
614 * rpm/Makefile ($(config)): Substitute $(prefix) for @prefix@.
616 * elf/Makefile: Add missing endif.
618 * nss/nss_files/files-ethers.c (ntohost): Fix db key.
620 * nss/nss_files/files-network.c: Pass empty for new DB_LOOKUP args.
621 (DATABASE): Define this instead of DATAFILE.
622 * nss/nss_files/files-hosts.c: Likewise.
623 (hostbyname): Use LOOKUP_NAME macro.
625 * nss/nss_db/db-XXX.c: New file.
626 * nss/Makefile (services): Add db.
627 (libnss_db-inhibit-o): New variable.
628 (libnss_db-routines): New variable.
629 (distribute): Append db-XXX.c.
630 (libnss_db.so): Depend on libdb.so and libnss_files.so.
631 ($(libnss_db-routines:%=$(objpfx)%.c)): New static pattern rule.
633 * nss/nss_files/files-XXX.c (DB_LOOKUP): Add KEYSIZE and KEYPATTERN
635 (DATAFILE): New macro.
636 * nss/nss_files/files-parse.c (GENERIC): If undefined, define to
638 * nss/nss_files/files-rpc.c: Include GENERIC instead of "files-XXX.c".
639 Pass db key args to DB_LOOKUP.
640 (DATAFILE): Macro removed.
641 (DATABASE): New macro replaces it, lacks "/etc/" prefix.
642 * nss/nss_files/files-service.c: Likewise.
643 * nss/nss_files/files-pwd.c: Likewise.
644 * nss/nss_files/files-proto.c: Likewise.
645 * nss/nss_files/files-grp.c: Likewise.
646 * nss/nss_files/files-ethers.c: Likewise.
648 * elf/linux-compat.c: File removed.
649 * elf/Makefile (distribute): Remove linux-compat.c.
650 (ld-linux.so.1): Remove target and associated variables.
652 * sunrpc/xdr.c: Remove malloc decl.
653 * sunrpc/portmap.c: Likewise.
655 * sunrpc/svc_tcp.c (abort): Don't declare. Instead define as macro
656 casting abort to fn returning bool_t.
658 * nss/nss_files/files-parse.c [EXTERN_PARSER]: Do an extern decl of
660 [EXTERN_PARSER] (LINE_PARSER): Define to empty.
661 * nss/nss_files/files-pwd.c (EXTERN_PARSER): Define it.
662 * nss/nss_files/files-grp.c: Likewise.
664 * Makeconfig (BUILD_CC): If undefined, define to $(CC).
666 * sunrpc/rpc/types.h: Include stdlib.h instead of declaring malloc.
668 * Makeconfig (built-program-cmd): Use $(rtld-installed-name) in place
669 of ld.so so lookups for that soname find it.
671 * nss/Makefile (libnss_dns.so): Depend on libresolv.so.
672 (resobjdir, LDLIBS-nss_dns.so): Variables removed.
674 * pwd/fgetpwent.c: Don't include ../nss/nss_files/files-parse.c to
675 define parse_line function.
676 (parse_line): #define to _nss_files_parse_pwent and
677 add extern decl for that.
679 * nss/nss_files/files-XXX.c (internal_getent): Return
680 NSS_STATUS_TRYAGAIN for ERANGE error.
682 * sysdeps/i386/strtok.S (LreturnNULL): Save current state ptr instead
683 of null, so next round returns null again instead of bombing. Fix
686 * nss/nss_files/files-parse.c (LINE_PARSER): Take new first arg EOLSET.
687 Remove ; after `ENTDATA_DECL (data)'.
688 Truncate line at strpbrk (line, EOLSET "\n").
689 (ENTDATA_DECL): Put ; at end.
690 (MIDLINE_COMMENTS): Macro removed.
691 * nss/nss_files/files-ethers.c: Pass new argument.
692 * nss/nss_files/files-hosts.c: Likewise.
693 * nss/nss_files/files-network.c: Likewise.
694 * nss/nss_files/files-parse.c: Likewise.
695 * nss/nss_files/files-proto.c: Likewise.
696 * nss/nss_files/files-rpc.c: Likewise.
697 * nss/nss_files/files-service.c: Likewise.
698 * grp/fgetgrent.c: Likewise.
699 * pwd/fgetpwent.c: Likewise.
700 * nss/nss_files/files-pwd.c: Get parse_line with extern decl, since
701 fgetpwent.c already defines it.
702 * nss/nss_files/files-grp.c: Likewise.
704 * elf/dl-load.c (_dl_map_object): Use any object with matching l_name
705 as well as any matching with l_libname. Fix DT_SONAME lookup to use
706 string table properly.
708 * elf/rtld.c (dl_main): Set _dl_rtld_map.l_name from _dl_argv[0] when
709 invoked directly, and l_libname from that if PT_INTERP missing.
710 Set l_name from l_libname only if not set from argv.
712 * time/europe, time/northamerica: Updated from ADO 96i.
714 Mon Jul 1 15:44:34 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
716 * stdio-common/tst-ungetc.c: Include unistd.h.
718 * inet/Makefile (routines): Change getnetbypt to getnetbyad.
720 Mon Jul 1 13:32:42 1996 Miles Bader <miles@gnu.ai.mit.edu>
722 * hurd/report-wait.c (describe_number): Make I unsigned long.
724 * login/login.c (login): Only Frob OLD->ut_type if getutline_r
725 actually found any entry.
727 * login/pututline_r.c (pututline_r): If not located after any
728 entry don't use UTMP_DATA->ubuf, and seek to the end before adding.
729 Lock the file before stating.
731 Mon Jul 1 12:29:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
733 * nss/Makefile (databases): Change host to hosts.
734 * nss/host-lookup.c: Renamed to nss/hosts-lookup.c.
736 * nss/nsswitch.c (nss_parse_service_list): Use const for NAME.
738 * nss/nss_files/files-parse.c (parse_list): Correct alignment fixup.
740 * string/string.h (strndupa): Pass missing arg to strnlen.
742 * inet/getnetbypt_r.c: Renamed to ...
743 * inet/getnetbyad_r.c: this; fixed function name.
744 * inet/getnetbypt.c: Renamed to ...
745 * inet/getnetbyad.c: this; fixed function name.
747 Sat Jun 29 01:08:35 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
749 * grp/getgrgid_r.c (LOOKUP_TYPE): Define to struct group, not
752 Fri Jun 28 23:25:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
754 * login/login.c (login): Initialize DATA so that setutent_r will
755 actually do something.
757 Fri Jun 28 16:53:01 1996 David Mosberger-Tang <davidm@azstarnet.com>
759 * resolv/res_hconf.c (strndup): Remove function.
761 * nss/nsswitch.c (nss_lookup_function): Declare loadbase and ref
762 using ElfW() instead of Elf32_*.
764 * sysdeps/unix/sysv/linux/alpha/init-first.h,
765 sysdeps/unix/sysv/linux/m68k/init-first.h,
766 sysdeps/unix/sysv/linux/i386/init-first.h: New files.
767 * sysdeps/unix/sysv/linux/init-first.c: Use platform-dependent
768 init-first.h to make abstract machine dependent parts of
771 * sysdeps/unix/alpha/sysdep.h: Undo PIC-optimization of syscall
772 error handling. It's safer that way.
774 * sysdeps/unix/alpha/sysdep.S: Make ldgp part of the prologue.
775 Fix by Richard Henderson.
777 * sysdeps/alpha/dl-machine.h (elf_alpha_fix_plt): Fix
778 typo/extraneous whitespace.
780 * sunrpc/xdr.c (xdr_int, xdr_u_int): Use <limits.h> to test
781 determine what integer sizes we're dealing with.
783 Fri Jun 28 15:46:02 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
785 * hurd/hurdsig.c (_hurd_internal_post_signal): In pending signal
786 check for signal zero, repair logical sense of test by
787 parenthesizing correctly.
789 * hurd/hurdsig.c (_hurd_internal_post_signal): In
790 check-for-pending signals code, release _hurd_siglock before
791 jumping to deliver_pending.
793 Thu Jun 27 04:04:27 1996 David Mosberger-Tang <davidm@azstarnet.com>
795 * configure.in (config_machine): Make ELF the default even for
796 Linux/Alpha unless a configuration of the form *-*-linux*ecoff
799 Fri Jun 28 07:27:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
801 * nss/nss_files/files-hosts.c (ENTDATA): Define it.
802 * nss/nss_files/files-parse.c (struct parser_data): Define entdata
803 member only #ifdef ENTDATA.
804 (ENTDATA_DECL): New macro.
805 (LINE_PARSER): Use it for entdata decl.
806 (parse_list): Find the space for LIST from DATA->linebuffer instead of
807 from the input LINE, which might not be writable buffer space.
808 (LINE_PARSER): Use `parser_stclass' in place of `static inline'.
809 [ENTDATA] (parser_stclass): #define to `static inline'.
810 [!ENDATA] (parser_stclass): #define to empty.
811 [!ENTDATA] (parse_line): #define to _nss_files_parse_ENTNAME; the
812 function is exported to -lnss_files users.
814 * string/strndup.c: Add missing arg.
816 * string/string.h (strndupa): Likewise.
817 * string/strndup.c (strndup): Always terminate the string.
819 Thu Jun 27 14:22:31 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
821 * stdio/Makefile (routines): Add vscanf.
822 * stdio-common/Makefile (routines): Remove vscanf.
823 * stdio-common/vscanf.c: Move to ...
824 * stdio/vscanf.c: here.
826 * rpm/Makefile (headers, install-lib, install-lib.so,
827 versioned, install-bin, install-sbin, install-data,
828 install-others): Add $(-VARIABLE).
830 Fri Jun 28 02:41:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
832 * nss/Makefile (databases): New variable.
833 (routines, libnss_files-routines): Use it.
834 (subdir-dirs): Compute from $(services).
836 * sysdeps/unix/sysv/linux/syscalls.list (create_module, delete_module,
837 init_module, klogctl): Use EXTRA in the "caller" column so these get
838 added to unix-extra-syscalls and thus compiled in misc.
840 * string/Makefile (routines): Add strndup.
841 * string/strndup.c: New file.
842 * string/string.h: Declare strndup.
843 (strndupa): New macro.
845 * string/string.h: Declare __strdup.
846 * string/strdup.c: Deansideclized. Define __ name and weak alias.
848 * string/string.h: Don't define memccpy as macro for [__OPTIMIZE__].
850 Thu Jun 27 02:49:28 1996 Ulrich Drepper <drepper@cygnus.com>
852 * catgets/gencat.c: Add casts to avoid signed<->unsigned warnings.
854 * grp/initgroups.c (initgroups): De-ansi-fy.
855 Move declaration of NGROUPS and GROUPS outside #if so that
856 the code compiles for NGROUPS_MAX != 0.
858 * inet/Makefile (headers): Add netinet/ether.h and netinet/if_ether.h.
859 (routines): Add ether_aton, ether_aton_r, ether_hton, ether_line,
860 ether_ntoa, ether_ntoa_r, and ether_ntoh.
861 * inet/ether_aton.c, inet/ether_aton_r.c, inet/ether_hton.c,
862 inet/ether_line.c, inet/ether_ntoa.c, inet/ether_ntoa_r.c,
863 inet/ether_ntoh.c: New files. Implementation of functions to
864 handle Ethernet address to host mapping.
865 * inet/netinet/ether.h: New file. Declare ether_* functions.
866 * netinet/ether.h: Wrapper around inet/netinet/ether.h for glibc
868 * nss/ethers-lookup.c: New file. Lookup function for ethers database.
869 * nss/Makefile (routines): Add ethers-lookup.
870 (libnss_files-routines): Add files-ethers.
872 * nss/getXXent_r.c: Don't define set*ent and end*ent function
875 * nss/nss_files/files-XXX.c (internal_endent): Don't reset
876 KEEP_STREAM every time called.
877 (_nss_files_end): Reset KEEP_STREAM here instead.
878 (internal_getent): If STREAM == NULL try to open instead of
880 Use cast to prevent warning.
881 Terminate read line in case the buffer is too small.
883 * nss/nss_files/files-ethers.c: New file. Implementation of
884 Ethernet adress<->hostname lookup through files interface.
886 * stdlib/mbstowcs.c: Define based on mbsrtowcs().
887 * stdlib/mbtowc.c: Define based on mbrtowc().
888 * stdlib/wcstombs.c: Define based on wcsrtombs().
889 * stdlib/wctomb.c: Define based on wcrtomb().
891 * sunrpc/xdr.c (xdr_u_int): Avoid bogus call to
892 unexpected_sizes_in_xdr_u_int.
894 * sysdeps/generic/netinet/if_ether.h: New file. Generic declaration
895 of `struct ether_addr'.
896 * sysdeps/unix/sysv/linux/netinet/if_ether.h: New file. Linux specific
897 declaration of `struct ether_addr'.
899 * wcsmbs/mbrtowc.c: Handle case where argument PS is NULL.
900 * wcsmbs/mbsrtowcs.c: Ditto.
901 * wcsmbs/wcrtomb.c: Ditto.
902 * wcsmbs/wcsrtombs.c: Ditto.
904 * wcsmbs/mbsinit.c: Prepare for PS being NULL.
906 Wed Jun 26 13:19:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
908 * hurd/get-host.c <fcntl.h>: New include.
909 * hurd/set-host.c <fcntl.h>: New include.
910 (_hurd_set_host_config): Include NEW in args to dir_link.
911 Return NWROTE, not NREAD.
913 * sysdeps/mach/hurd/getcwd.c
914 (_hurd_canonicalize_directory_name_internal): Don't deallocate
915 DOTID & DOTDEVID until we're finished with them (we need to keep
916 them at least until we've fetched the next level of id ports, so
917 that mach will be able to use the same name if they're the same).
918 Add inner_errlose: label, which deallocates DOTID & DOTDEVID and
919 jumps to errlose, for those places where such cleanup is needed.
921 Wed Jun 26 01:58:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
923 * nss/nss_files/files-parse.c (parse_list): Count null in EOL calc.
925 Move DB code into separate -ldb library.
926 * db/Makefile (extra-libs): New variable, list libdb.
927 (routines): Renamed to libdb-routines.
928 * shlib-versions: Add libdb=2.
930 * nss/network-lookup.c (DEFAULT_CONFIG): New macro.
931 * nss/host-lookup.c (DEFAULT_CONFIG): New macro.
933 * nss/nsswitch.c (nss_parse_service_list): Use __strncasecmp instead
934 of strncasecmp. Extend syntax to grok [!foo=bar].
936 * sysdeps/generic/strncase.c: Define __strncasecmp with strncasecmp as
938 * string/string.h: Declare __strncasecmp.
940 * nss/nsswitch.c (nss_parse_file): Call __getline, not getline.
941 (service_alias): Variable removed.
942 (nss_parse_service_list): New function, broken out of nss_getline.
943 Remove alias conversion; we will just use symlinks.
944 (__nss_database_lookup): Take new string arg DEFCONFIG.
945 If no entry exists, make one with service list parsed from that.
946 * nss/nsswitch.h: Update protocol for __nss_database_lookup.
947 * nss/XXX-lookup.c (DEFAULT_CONFIG): New macro, set to 0 if undefined.
948 (DB_LOOKUP_FCT): Pass it to _nss_database_lookup.
950 * grp/initgroups.c: Rewritten using getgrent. Handle unlimited group
953 * sunrpc/xdr.c (xdr_int): #if 0 out unresolved references in dead code.
955 Wed Jun 26 01:56:50 1996 Ulrich Drepper <drepper@cygnus.com>
957 * locale/programs/locale.c (long_options): Short form of
958 --version option is `-V'.
959 (main): Recognize `-V' as option, not `-v'.
960 Call `usage' instead of printing error message for illegal
962 (usage): Document `-V'.
964 Tue Jun 25 17:22:55 1996 Miles Bader <miles@gnu.ai.mit.edu>
966 * sysdeps/mach/hurd/getcwd.c
967 (_hurd_canonicalize_directory_name_internal): Initialize PARENT to
968 THISDIR, and don't ever deallocate PARENT unless it's != THISDIR.
970 Tue Jun 25 10:58:23 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
972 * inet/getrpcent.c: Fix macros.
973 * inet/getrpcent_r.c: Fix macros.
975 * elf/dlsym.c (dlsym): Search the global scope if HANDLE is null.
977 * elf/dl-load.c (_dl_map_object_from_fd): Initialize L.
979 Tue Jun 25 09:55:47 1996 David Mosberger-Tang <davidm@AZStarNet.com>
981 * catgets/gencat.c (write_out): Use %Zu to print variables of type
983 * resolv/res_debug.c (__p_rr): Print size_t variable as %lu and
984 cast it to (unsigned long) to make it work both on 32 and 64
987 Sat Jun 22 13:05:25 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
989 * locale/Makefile (distribute): Add `programs/' prefix to all
990 files in that directory.
992 * Makerules (distinfo-vars): Assign subdir directly so that `ifdef
995 * MakeTAGS (sources, headers): Make them simply expanded variables
996 so that all-dist is expanded before it is changed.
998 Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1000 * Make-dist (dist): Don't depend on crypt tar file. Remove that rule.
1001 * Makefile (subdirs): Remove crypt.
1002 * crypt: Directory removed. It will be made an independent library
1005 * Makefile (distribute): Add rpm/{Makefile,teplate,rpmrc}.
1007 * inet/getrpcent_r.c (DATABASE_NAME): New macro.
1009 * inet/getrpcbynumber.c (BUFLEN): New macro.
1011 * configure.in (--no-whole-archive check): Remove backslashes in cmd.
1013 * Makefile (headers): Add libc-lock.h.
1014 * sysdeps/stub/libc-lock.h: New file.
1016 * inet/getrpcbynumber.c: Remove _r typo.
1018 * elf/dl-load.c (_dl_map_object): Fix typo in last change.
1020 * nss/nss_files/files-parse.c (parse_list): Reset ELT for elements
1023 * nss/nsswitch.c (__nss_database_lookup): If nsswitch.conf is missing
1024 or doesn't mention DATABASE, use an internal default equivalent to
1025 "DATABASE: compat [NOTFOUND=return] dns [NOTFOUND=return] files".
1026 (nss_lookup_function): Call nss_new_service as needed.
1027 (nss_parse_file): Don't bother calling nss_new_service here.
1029 * grp/fgetgrent.c (LINE_PARSER): Pass zero SWALLOW arg for fields.
1030 * pwd/fgetpwent.c: Likewise.
1032 * malloc/malloc.h: Declare malloc_object_allocated_size, malloc_walk.
1033 * malloc/Makefile (dist-routines): Add malloc-size, malloc-walk.
1034 * malloc/malloc-size.c: New file.
1035 * malloc/malloc-walk.c: New file.
1037 * malloc/malloc-find.c (malloc_find_object_address): Return null if
1038 PTR is outside the heap.
1040 * elf/dl-load.c (_dl_map_object): If the requested name matches the
1041 soname of a loaded object, use that object.
1043 Mon Jun 24 19:57:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1045 * Makefile (subdirs): Add nss.
1047 * inet/Makefile (routines): Add getrpcent, getrpcbyname,
1048 getrpcbynumber, getrpcent_r, getrpcbyname_r, getrpcbynumber_r.
1049 * inet/getrpcbynumber_r.c: New file.
1050 * inet/getrpcbynumber.c: New file.
1051 * inet/getrpcbyname.c: New file.
1052 * inet/getrpcbyname_r.c: New file.
1053 * inet/getrpcent_r.c: New file.
1054 * inet/getrpcent.c: New file.
1055 * nss/rpc-lookup.c: New file.
1056 * nss/nss_files/files-rpc.c: New file.
1057 * nss/Makefile (routines): Add rpc-lookup.
1058 (libnss_files-routines): Add files-rpc.
1059 * sunrpc/Makefile (routines): Remove getrpcent.
1060 * sunrpc/getrpcent.c: File removed.
1062 * nss/getXXent_r.c (REENTRANT_GETNAME): Clear NO_MORE when NIP is
1065 * Makeconfig (rpath-link): Add $(nssobjdir).
1066 (nssobjdir): New variable.
1068 * Makerules: Move shared library building before objects rules, so
1069 versions are known before extra-lib.mk gets included.
1070 * extra-lib.mk (lib-noranlib): Depend on the shared object too.
1072 * pwd/getpwuid.c: Rewritten using nss.
1073 * pwd/getpwnam.c: Likewise.
1074 * pwd/getpwent.c: Likewise.
1075 * grp/getgrnam.c: Likewise.
1076 * grp/getgrgid.c: Likewise.
1077 * grp/getgrent.c: Likewise.
1078 * pwd/Makefile (routines): Add getpwent_r, getpwnam_r, getpwuid_r.
1079 * pwd/getpwent_r.c: New file.
1080 * pwd/getpwnam_r.c: New file.
1081 * pwd/getpwuid_r.c: New file.
1082 * grp/Makefile (routines): Add getgrent_r, getgrgid_r, getgrnam_r.
1083 * grp/getgrnam_r.c: New file.
1084 * grp/getgrgid_r.c: New file.
1085 * grp/getgrent_r.c: New file.
1086 * grp/Makefile (routines): Remove grpopen, grpread.
1087 * pwd/Makefile (routines): Remove pwdopen, pwdread.
1088 * grp/grpopen.c, grp/grpread.c, pwd/pwdopen.c, pwd/pwdread.c: Removed.
1090 * pwd/fgetpwent.c: Rewritten using files-parse.c.
1091 * grp/fgetgrent.c: Likewise.
1093 * nss/Makefile (routines): Add grp-lookup and pwd-lookup.
1094 * nss/pwd-lookup.c, nss/grp-lookup.c: New files.
1095 * nss/nss_files/files-grp.c: New file.
1096 * nss/nss_files/files-pwd.c: New file.
1098 * nss/Makefile (subdir-dirs): New variable; use it in vpath.
1100 * nss/nss_files/files-parse.c: New file.
1101 * nss/nss_files/files-XXX.c: New file.
1102 * nss/nss_files/files-hosts.c, nss/nss_files/files-proto.c,
1103 nss/nss_files/files-service.c, nss/nss_files/files-network.c:
1104 Rewritten using them.
1106 * nss/Makefile (libnss_files-routines): Remove files-host.
1107 Add files-hosts, files-grp, files-pwd.
1109 * nss/nss_dns/dns-network.c: Don't include <pthread.h>.
1111 Mon Jun 24 22:39:12 1996 Richard Henderson <rth@tamu.edu>
1113 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
1114 A .plt entry now loads the .rela.plt offset directly rather
1115 than making us calculate it.
1117 Sun Jun 23 15:24:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1119 * time/Makefile ($(installed-localtime-file) rule): Do
1120 $(make-target-directory) first.
1122 * resolv.h: Fix wrapper for resolv/resolv.h.
1124 * configure.in (ld --no-whole-archive check): Use AC_TRY_COMMAND.
1125 Compile dummy file and pass -nostdlib -nostartfiles so as not to
1126 require installed libraries.
1128 * shlib-versions (*-*-*): Set libresolv=2, libnss_files=1,
1131 Sun Jun 23 19:42:05 1996 Ulrich Drepper <drepper@cygnus.com>
1133 * resolv/Makefile (distribute): Remove res_hconf.h; add mapv4v6addr.h
1134 and mapv4v6hostent.h.
1135 (routines): Move res* and gethnamaddr into libresolv-routines.
1136 (libresolv-routines): New variable, put them there.
1137 (extra-libs): New variable, list libresolv.
1138 (CPPFLAGS): Add -D for get*by* to res_get*by*.
1140 * resolv/netdb.h (_PATH_NSSWITCH_CONF): New macro.
1142 * inet/herrno.c: New file.
1144 * resolv/res_init.c: Remove res_hconf calls.
1146 * nss/Makefile, nss/XXX-lookup.c, nss/file-lookup.c,
1147 nss/getXXbyYY.c, nss/getXXbyYY_r.c, nss/getXXent.c,
1148 nss/getXXent_r.c, nss/host-lookup.c, nss/network-lookup.c,
1149 nss/nsswitch.c, nss/nsswitch.h, nss/proto-lookup.c,
1150 nss/service-lookup.c: New files. Implementation of name
1151 service switch, following the approach in Solaris.
1152 Interface specification and general structure inspired by Peter
1153 Eriksson <pen@lysator.liu.se>.
1154 * nss/nss_files/files-host.c, nss/nss_files/files-network.c,
1155 nss/nss_files/files-proto.c, nss/nss_files/files-service.c:
1156 Implementation of libnss_files.so module for file based databases
1158 * nss/nss_dns/dns-host.c, nss/nss_dns/dns-network.c: Implementation
1159 if libnss_dns.so module for DNS name lookup in NSS service.
1161 * inet/getproto.c, inet/getprtent.c, inet/getprtname.c,
1162 inet/getservent.c, inet/getsrvbynm.c, inet/getsrvbypt.c:
1163 Changed to serve as interface to NSS.
1164 * inet/gethstbyad.c, inet/gethstbyad_r.c, inet/gethstbynm.c,
1165 inet/gethstbynm2.c, inet/gethstbynm2_r.c, inet/gethstbynm_r.c,
1166 inet/gethstent.c, inet/gethstent_r.c, inet/getnetbynm.c,
1167 inet/getnetbynm_r.c, inet/getnetbypt.c, inet/getnetbypt_r.c,
1168 inet/getnetent.c, inet/getnetent_r.c, inet/getproto_r.c,
1169 inet/getprtent_r.c, inet/getprtname_r.c, inet/getservent_r.c,
1170 inet/getsrvbynm_r.c, inet/getsrvbypt_r.c: New files. Implement
1171 interfaces to NSS, including reentrant functions.
1173 * resolv/getnetbyaddr.c, resolv/getnetbyname.c, resolv/getnetent.c,
1174 resolv/sethostent.c: Removed: Obsoleted by NSS.
1176 * resolv/mapv4v6addr.h, resolv/mapv4v6hostent.h: Extracted from
1177 gethnamaddr.c. These private functions are now used in more
1180 * resolv/inet_pton.c, resolv/gethnamaddr.c: Updated to bind-4.9.4-T5B.
1182 Sat Jun 22 16:49:47 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1184 * rpm/Makefile ($(config)): Make sure the word list in the for
1185 loop is syntactically non-empty.
1187 Sat Jun 22 21:29:52 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1189 * Version 1.92 test release.
1191 Sat Jun 22 23:30:07 1996 David Mosberger-Tang <davidm@azstarnet.com>
1193 * sysdeps/unix/sysv/linux/syscalls.list (ksyslog_ctl): Rename
1194 to klogctl to match prototype in sys/klog.h.
1196 * sysdeps/posix/libc_fatal.c: Add include of <string.h>.
1197 * sysdeps/unix/sysv/linux/gethostid.c: Ditto.
1199 * sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal):
1200 Remove. Code is now part of __getcwd again. The old function
1201 never really worked for anything but THISDIR==".".
1203 * sysdeps/alpha/Makefile (CFLAGS-rtld.c): Add -mbuild-constants
1204 only when building ELF version of library.
1206 * libio/libioP.h (_IO_vscanf): Add prototype.
1208 * posix/unistd.h (syscall): Change sysno arg and return value
1211 Sat Jun 22 10:44:09 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1213 * version.h (VERSION): Updated to 1.92.
1215 * misc/Makefile (headers): Add ar.h.
1216 * misc/ar.h: New file.
1218 * config.make.in (BUILD_CC): New variable.
1219 * configure.in: Check for BUILD_CC if $host != $build.
1221 * posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].
1223 * Makerules [! objects] (subdir_lib): Depend on the stamp$o files.
1224 (stamp$o files): New targets, create them empty, no deps.
1226 * rpm/template (Source): New field.
1227 (%prep, %build, %install): New sections.
1228 (%files): Add %doc FAQ NEWS NOTES README.
1229 * rpm/rpmrc (builddir): Removed.
1231 Fri Jun 21 00:27:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1233 * elf/dl-load.c (_dl_map_object_from_fd): Fix mapping and l_phdr
1234 guessing to not assume p_vaddr of first load cmd is zero.
1236 * sysdeps/sparc/elf/start.S: New file.
1237 * sysdeps/sparc/dl-machine.h: New file.
1239 * posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
1240 only for ?s, not for *s. Fix from Chet Ramey.
1242 Fixes thanks to Raja R Harinath <harinath@cs.umn.edu>:
1243 * sysdeps/unix/sysv/utmpbits.h: Define _HAVE_UT_{TYPE,ID,TV,HOST}.
1244 Use __{BEGIN,END}_DECLS.
1245 (_PATH_WTMP, _PATH_UTMP, _PATH_LASTLOG): New macros.
1246 * login/utmp.h (UTMP_FILE, UTMP_FILENAME, WTMP_FILE, WTMP_FILENAME):
1247 New macros, moved here from sysdeps/gnu/utmpbits.h.
1248 * sysdeps/generic/utmpbits.h (_HAVE_UT_HOST): Define it.
1249 * sysdeps/gnu/utmpbits.h (_HAVE_UT_HOST): Likewise.
1250 * login/logout.c: Use ut_host only #if _HAVE_UT_HOST.
1251 Use sizeof instead of UT_*SIZE.
1252 * login/logwtmp.c: Likewise.
1254 * misc/tsearch.c (tdelete): Define as weak alias to __tdelete.
1256 * version.c (banner): Add trailing newline.
1258 * login/utmp.h: Declare login_tty.
1260 Thu Jun 20 21:19:07 1996 Richard Henderson <rth@tamu.edu>
1262 * sysdeps/alpha/dl-machine.h (elf_alpha_fix_plt):
1263 Changed to a 12-byte PLT entry to remove dependency on $gp.
1264 Take a new got_addr parameter.
1265 (elf_machine_rela): Pass the new parameter.
1266 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Do arithmetic for 12-byte PLT.
1267 (RTLD_START): Do normal linkage with program entry.
1269 Thu Jun 20 12:18:21 1996 Miles Bader <miles@gnu.ai.mit.edu>
1271 * sysdeps/mach/hurd/brk.c (_hurd_brk): Initialize to 0.
1273 * hurd/getuids.c (getuids): New weak link to __getuids.
1275 Wed Jun 19 10:21:24 1996 Miles Bader <miles@gnu.ai.mit.edu>
1277 * hurd/hurdlookup.c (__hurd_file_name_lookup_retry,
1278 __hurd_file_name_lookup, __hurd_file_name_split): Add & use LOOKUP
1280 Rename nested function lookup to lookup_op.
1281 (__file_name_lookup, __file_name_lookup_under):
1282 Pass 0 for lookup arg to __hurd_file_name_lookup.
1283 (__file_name_split): Likewise for __hurd_file_name_split.
1284 * hurd/path-lookup.c (hurd_file_name_path_lookup): Add LOOKUP argument.
1285 Rename nested function lookup to scan_lookup.
1286 (file_name_path_lookup): Pass 0 for lookup arg to
1287 hurd_file_name_path_lookup.
1288 * hurd/hurd/lookup.h (__hurd_file_name_lookup, hurd_file_name_lookup,
1289 __hurd_file_name_lookup_retry, hurd_file_name_lookup_retry:
1290 __hurd_file_name_split, hurd_file_name_split, hurd_file_name_lookup):
1291 Add LOOKUP argument.
1292 * sysdeps/mach/hurd/access.c (__access): Pass 0 lookup arg to
1293 __hurd_file_name_lookup.
1295 Mon Jun 17 19:09:49 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1297 * Make-dist (+sysdeps): Move wildcard inside loop to avoid consing
1298 up a huge list just to discard most of it.
1300 * configure.in (sysnames): Avoid fgrep by using the case shell
1303 * Makeconfig (config.status): Fix dependency on Implies files.
1305 Wed Jun 19 01:27:57 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1307 * math/Makefile (distribute): Add ieee-math.c.
1309 Wed Jun 19 03:24:58 1996 Ulrich Drepper <drepper@cygnus.com>
1311 * locale/codeset_name.c: New file. Provide function for information
1312 about currently used character set.
1313 * locale/Makefile (routines): Add codeset_name.
1314 * locale/langinfo.h (_NL_CTYPE_CODESET_NAME): Add new constant.
1315 * locale/localeinfo.h: Change magic number because of incompatible
1317 * locale/C-ctype.c: Add initializer for new field `codeset_name'.
1318 * locale/programs/ld-ctype.c: Implement handling of `codeset_name'.
1320 * locale/programs/locfile.c: Don't depend in pre-2.0 Linux specific
1321 name `MAX_IOVEC'. Instead use standard name `UIO_MAXIOV'.
1323 * locale/setlocale.c (setlocale): Initialize local variables to
1326 Thu Jun 13 17:25:11 1996 David Mosberger-Tang <davidm@azstarnet.com>
1328 * sysdeps/generic/memcmp.c: Add prototype decls for internal fns.
1330 * locale/programs/locale.c: Include string.h.
1332 * sunrpc/xdr_stdio.c (xdrstdio_getlong), sunrpc/xdr_rec.c
1333 (xdrrec_getlong), sunrpc/xdr_mem.c (xdrmem_getlong): Make sure
1334 appropriate sign-extension is performed on machines with
1337 * sunrpc/xdr.c (xdr_int, xdr_u_int): If sizeof(long)==8 and
1338 sizeof(int)<sizeof(long), we need to go through a temporary
1341 * locale/programs/ld-numeric.c: Include <alloca.h>
1343 * libio/stdio.h (__libc_fatal): Add prototype.
1345 * libio/cleanup.c: Use __P() to declare prototype when __STDC__ is
1348 * libio/iopopen.c (read_or_write, parent_end, child_end): Declare
1349 volatile to avoid "might get clobbered by longjmp" warning.
1351 * features.h (__KERNEL_STRICT_NAMES): Define __KERNEL_STRICT_NAMES
1352 unless _LOOSE_KERNEL_NAMES is in effect (which, with high
1353 probability is a sure loser).
1354 * sysdeps/unix/sysv/linux/gnu/types.h (__KERNEL_STRICT_NAMES): Remove.
1356 * sysdeps/unix/bsd/osf/alpha/start.S (errno): Removed.
1357 * sysdeps/unix/sysv/linux/alpha/start.S: Ditto.
1359 * misc/paths.h (_PATH_MAN): Change from /usr/share/man to /usr/man
1360 to be Linux FSSTND compliant.
1362 Mon Jun 10 17:50:31 1996 David Mosberger-Tang <davidm@azstarnet.com>
1364 * sysdeps/unix/sysv/linux/alpha/pipe.S: Use PSEUDO.
1366 * sysdeps/unix/sysv/linux/alpha/sysdep.S,
1367 sysdeps/unix/sysv/linux/alpha/brk.S,
1368 sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S,
1369 sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S,
1370 sysdeps/unix/sysv/linux/alpha/llseek.S,
1371 sysdeps/unix/sysv/linux/alpha/sigsuspend.S,
1372 sysdeps/unix/sysv/linux/alpha/syscall.S: Rename syscall_error to
1373 __syscall_error to avoid intruding application name space.
1375 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Rename __NR_get?id
1376 to SYS_get?id so that syscall stubs in sysdeps/unix define
1377 these syscalls in terms of getxpid/getxuid/getxgid.
1379 * sysdeps/unix/_exit.S, sysdeps/unix/getegid.S,
1380 sysdeps/unix/geteuid.S, sysdeps/unix/getppid.S,
1381 sysdeps/unix/execve.S, sysdeps/unix/fork.S,
1382 sysdeps/unix/syscall.S: Terminate syscall with PSEUDO_END.
1384 * sysdeps/unix/make-syscalls.sh, sysdeps/unix/sysdep.h
1385 (PSEUDO_END): Rename END() to PSEUDO_END().
1387 * sysdeps/unix/alpha/sysdep.h: Move error-handling code in PSEUDO
1388 to PSEUDO_END to improve branch-prediction. Include .frame
1389 directive to make syscalls debugabble.
1390 (PSEUDO_END): New macro.
1392 * sysdeps/unix/alpha/sysdep.h, sysdeps/alpha/bb_init_func.S,
1393 sysdeps/unix/sysv/linux/alpha/brk.S: Use ldiq instead of ldi since
1394 latter is illegal under DEC Unix.
1396 * sysdeps/unix/alpha/sysdep.S: Renamed from
1397 sysdeps/unix/sysv/linux/alpha/sysdep.S. This file works for OSF/1
1399 * sysdeps/unix/bsd/osf/alpha/sysdep.S: Remove (note that the
1400 EWOULDBLOCK -> EAGAIN mapping was unnecessary since
1401 EWOULDBLOCK==EAGAIN under DEC Unix and Linux/Alpha).
1403 * sysdeps/alpha/divrem.h: Use retaddr instead of ra as the return
1404 address register in the .frame directive.
1406 * sysdeps/alpha/copysign.c: Remove.
1408 * sunrpc/rpc/types.h: Include <sys/param.h> and <netinet/in.h> to
1409 avoid RPC definitions of INADDR_LOOPBACK and/or MAXHOSTNAMELEN.
1411 * errno.h: Move __END_DECLS to correct place to make file
1412 compilable under c++.
1414 * dirent/dirent.h: Document _DIRENT_HAVE_D_OFF macro. Define
1415 d_ino only if <direntry.h> hasn't defined d_fileno.
1417 * configure.in (HAVE_ASM_WEAKEXT_DIRECTIVE): Reverse order of
1418 arguments to weakext to make .weakext detection work on ECOFF systems.
1420 * FAQ: Add Linux/Alpha to list of supported platforms. Mention
1421 that _validuser() has been replaced by __ivaliduser().
1423 Thu Jun 6 21:39:38 1996 David Mosberger-Tang <davidm@azstarnet.com>
1425 * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Declare cmd
1426 as unsigned long, not as int (to avoid incorrect int->long
1429 Tue Jun 18 17:56:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1431 * Version 1.91 test release.
1433 * Makerules ($(common-objpfx)distinfo-$(subdir)): Change target from
1435 (distinfo): Make phony target depending on that.
1436 (TAGS, po/%.pot, dist): Change deps.
1437 (common-clean): Remove that file.
1438 * rpm/Makefile (distinfo): Change names.
1440 * rpm/Makefile (clean): New target.
1442 * stdlib/test-canon.c: New test program contributed by David Mosberger.
1443 * stdlib/Makefile (tests): Add test-canon.
1444 * stdlib/canonicalize.c: Rewritten by David Mosberger.
1446 Mon Jun 17 17:53:21 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1448 * mach/Machrules (%_server.c %_server.h rule): Remove gratuitous
1449 mention of $< in mig cmd. Thanks to Shantanu Goel.
1451 * sysdeps/mach/hurd/brk.c (___brk_addr): Define as weak alias for
1454 * libio/stdio.h [__USE_SVID]: Declare tempnam.
1456 Fri Jun 14 19:28:33 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1458 * sysdeps/unix/sysv/linux/syscalls.list: Add swapon with two
1461 Wed Jun 12 20:40:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1463 * sysdeps/m68k/dl-machine.h (RTLD_START): Fix access to
1466 Sun Jun 16 03:22:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1468 * sysdeps/stub/elfclass.h: New file.
1470 * Make-dist (subdir): Make empty value really empty.
1472 * version.h (VERSION): Update to 1.91.
1474 * hurd/hurdinit.c (map0): Remove [!PIC] conditional.
1476 * shlib-versions (*-*-*): Add libutil=1.
1478 * rpm/Makefile (install-lib): Add libc.a et al.
1479 (install-others): Only add libc.so if $(build-shared) is yes.
1481 * math/Makefile (install-lib): New variable, list libieee.a.
1482 (non-lib.a): Likewise.
1483 (extra-objs): Likewise, and ieee-math.o.
1484 ($(objpfx)libieee.a): New target, link to ieee-math.o.
1485 * math/ieee-math.c: New file.
1486 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=math]: Remove setfpucw
1487 and libieee.a stuff.
1488 * sysdeps/unix/sysv/linux/ieee-fpucw.c: File removed.
1489 * sysdeps/unix/sysv/linux/i386/ieee_fpu.c: File removed.
1491 * sysdeps/unix/sysv/Makefile (sysdep_headers): Make append of termio.h
1492 and rule for it conditional on termio.h not already being in
1495 * rpm/Makefile (install-others) [libc.so-version]: Get libc.so from
1496 $(libdir), only the versioned named from $(slibdir).
1497 (instfiles): New variable.
1498 (glibc-$(version).$(config).rpm): New target. Run rpm -bb.
1499 * rpm/rpmrc: New file. A third of the options controlling rpm can
1500 only be given here (another third is on the command line, and a third
1501 cannot be specified in any way shape or form).
1503 Sun Jun 16 02:44:22 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1505 * rpm/template: New file.
1506 * rpm/Makefile: New file.
1508 * Makeconfig (sysdep-configures): Remove empty variable.
1510 * Makerules (distinfo-vars): Write defns for $(install-lib.so) and
1513 * manual/Makefile (subdir_%): Add new rule with no deps, secondary to
1514 to rule w/dep on %, with no-op commands.
1516 * Makerules (subdir_distinfo): New phony target; depend on distinfo.
1517 * Makefile (rpm/%): New rule.
1518 (+subdir_targets): Add subdir_distinfo.
1520 Sun Jun 16 00:40:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1522 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add
1525 * time/Makefile ($(installed-localtime-file)): If target exists, do
1526 nothing but print a message; if not, make it an absolute symlink.
1528 * time/tzset.c (__tzset): After stripping leading :, call
1529 __tzfile_read on TZ even if it's empty or null.
1530 * time/tzfile.c (__tzfile_read): Use "Universal" if passed "".
1532 Sat Jun 15 18:13:43 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1534 * hurd/Makefile (routines): Add get-host, set-host.
1535 (distribute): Add hurdhost.h.
1536 * hurd/hurdhost.h: New file.
1537 * sysdeps/mach/hurd/gethostname.c: Use _hurd_get_host_config.
1538 * sysdeps/mach/hurd/gethostid.c: Likewise.
1539 * sysdeps/mach/hurd/sethostname.c: Use _hurd_set_host_config.
1540 * sysdeps/mach/hurd/sethostid.c: Likewise.
1541 * hurd/get-host.c: New file.
1542 * hurd/set-host.c: New file.
1544 * math/Makefile (headers): Add fpu_control.h.
1545 (aux): New variable, list fpu_control and setfpucw.
1546 * sysdeps/generic/fpu_control.c: New file.
1547 * sysdeps/stub/fpu_control.h: New file.
1548 * sysdeps/unix/sysv/linux/m68k/fpu_control.h: Moved to ...
1549 * sysdeps/m68k/fpu_control.h: here.
1550 * sysdeps/unix/sysv/linux/i386/fpu_control.h: Moved to ...
1551 * sysdeps/i386/fpu_control.h: here.
1552 * sysdeps/unix/sysv/linux/alpha/fpu_control.h: Moved to ...
1553 * sysdeps/alpha/fpu/fpu_control.h: here. Fixed copyright.
1554 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Remove
1555 setfpucw, fpu_control.
1556 * sysdeps/unix/sysv/linux/alpha/fpu_control.c: File removed.
1557 * sysdeps/unix/sysv/linux/setfpucw.c: Moved to ...
1558 * sysdeps/generic/setfpucw.c: here.
1559 (__fpu_control): Variable removed.
1560 (__setfpucw): Use SET even if zero.
1562 * elf/dl-deps.c (_dl_map_object_deps): Set MAP's mark bit before loop.
1563 Set mark bits of deps as opened, instead of as scanned.
1565 * elf/rtld.c (dl_main): Remove _dl_rtld_map from chain unconditionally.
1566 Then if it has a nonzero l_opencount, add it back in search order.
1568 * elf/dl-load.c (_dl_map_object): Don't use _dl_loaded's DT_RPATH if
1571 * sysdeps/unix/sysv/linux/Dist: Add sys/klog.h.
1573 * elf/dl-open.c (_dl_open): Remove PARENT argument, pass null.
1574 * elf/link.h: Update prototype.
1575 * elf/dl-load.c (_dl_map_object): If dependents' DT_RPATHs don't find
1576 NAME, try the DT_RPATH of the executable itself if dynamic.
1577 * elf/dlopen.c (dlopen): Don't pass first arg to _dl_open.
1579 * elf/dl-load.c (_dl_map_object): Exit DT_RPATH checking loop when an
1582 * Makerules (build-shlib): Give -L opts for each elt of $(rpath-link).
1584 * sysdeps/mach/hurd/Makefile (sysdep-LDFLAGS): Variable removed.
1585 (rpath-link): Append to this instead.
1587 Fri Jun 14 01:51:47 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1589 * version.c (banner): New static const variable, complete version
1591 (__libc_print_version): Use it, and use __write instead of printf.
1593 * configure.in (sysnames): Don't cache the value, because it
1594 depends only on libc sources. Merge uniquifying third pass into
1595 Implies/parent expansion second pass. Report each unique name as
1596 it is added in partial report string, terminated when finished.
1598 * Makeconfig (sysdep_dir): Move defn before config.status rule that
1600 (sysdep-configures): Variable removed.
1601 (config.status): Use its contents directly, tighten up a bit, and
1602 include Implies files.
1604 * elf/dl-open.c (_dl_open) [PIC]: Set PARENT to _dl_loaded if null.
1606 * elf/Makefile ($(objpfx)$(rtld-installed-name)): Make a symlink.
1608 Thu Jun 13 14:29:56 1996 Miles Bader <miles@gnu.ai.mit.edu>
1610 * hurd/hurdsig.c (_hurd_internal_post_signal): Rename `deliver:'
1611 label to `deliver_pending:' to match goto.
1613 Thu Jun 13 00:02:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1615 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_open_zero_fill):
1618 * elf/rtld.c (dl_main): Close _dl_zerofd after mapping deps.
1620 * sysdeps/generic/machine-gmon.h [NO_UNDERSCORES]: Define mcount as
1621 weak alias for _mcount.
1622 * sysdeps/alpha/_mcount.S (mcount): Define as weak alias.
1624 * elf/dl-lookup.c (_dl_lookup_symbol): If no value and *REF is
1625 null, consider it a strong reference and give the error.
1627 Wed Jun 12 15:52:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1629 * elf/dl-open.c (_dl_open): Correctly terminate relocating loop
1630 after relocating NEW when it's the only new object.
1632 * elf/dl-init.c (_dl_init_next): When out of initializers, set
1633 _r_debug.r_state to RT_CONSISTENT and call _dl_debug_state just
1636 * elf/rtld.c (dl_main): Move _dl_debug_initialize call after
1637 relocation. Call it unconditionally and only fill in DT_DEBUG
1638 if it's present. Then call _dl_debug_state with r_state RT_ADD
1639 before running initializers.
1641 * elf/dl-open.c (_dl_open): Call _dl_debug_initialize and then call
1642 _dl_debug_state with r_state RT_ADD before running initializers
1643 * elf/dl-close.c (_dl_close): Call _dl_debug_state with r_state
1644 RT_DELETE before running finalizers and with RT_CONSISTENT just
1647 * elf/Makefile (dl-routines): Add dl-debug.
1648 * elf/dl-debug.c: New file.
1649 * elf/rtld.c (_dl_r_debug): Rename to _r_debug and move to dl-debug.c.
1650 (_dl_r_debug_state): Rename to _dl_debug_state and likewise move.
1651 (dl_main): Use _dl_debug_initialize.
1652 * elf/link.h: Fix name to _dl_debug_state in decl.
1653 (_dl_debug_initialize): Declare new function from dl-debug.c.
1654 (_r_debug): Declare it.
1656 * Makerules (distinfo-vars): Add install-{lib,data,bin,sbin,others}.
1657 In distinfo set $(subdir)-VAR and then set VAR to $($(subdir)-VAR).
1659 * Makeconfig (rpath-link): New variable; add $(elfobjdir).
1660 (default-rpath): Use it.
1661 (built-program-cmd): Use it in LD_LIBRARY_PATH.
1663 * Makeconfig (sysdep-configures): Prepend $(sysdep_dir) to names tried.
1665 * sysdeps/unix/Dist: Add make-syscalls.sh.
1667 * misc/Makefile (headers): Add sys/swap.h.
1668 * posix/unistd.h: Remove decls for swapon, swapoff.
1669 * sysdeps/generic/sys/swap.h: New file.
1670 * sysdeps/unix/sysv/linux/sys/swap.h: New file.
1672 * sysdeps/unix/sysv/linux/gnu/types.h: Remove temporary hack #define
1673 of __kernel_fsid_t. It is correctly defines in <linux/types.h> now.
1675 Tue Jun 11 23:23:30 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1677 * Makerules (LDFLAGS-c.so): Use __libc_main instead of
1678 __libc_print_version as entry point for shared object.
1679 * version.c [HAVE_ELF] (__libc_main): New function.
1681 * elf/dl-load.c (_dl_map_object_from_fd): Relocate l_entry with the
1684 Tue Jun 11 19:13:04 1996 Richard Henderson <rth@tamu.edu>
1686 * sysdeps/alpha/dl-machine.h: New file.
1688 * elf/dl-close.c: Include <string.h> for memcpy.
1689 * elf/dl-lookup.c: Same.
1691 * elf/elf.h: Add Elfxx_Symndx for symbol indices.
1692 * elf/dl-lookup.c (_dl_lookup_symbol): Use it.
1693 (_dl_setup_hash): Use it.
1694 * elf/link.h (struct link_map): Use it.
1696 * elf/rtld.c (_dl_start): Don't rely on pointer-to-first-arg hack
1697 for getting the argc/argv/envp block. Instead, make it the argument.
1698 sysdeps/i386/dl-machine.h (RTLD_START): Do that.
1699 sysdeps/m68k/dl-machine.h (RTLD_START): Same.
1701 * shlib-versions: Add version numbers for alpha-linux. To avoid
1702 user confusion, make them the same as i386-linux.
1704 * sysdeps/alpha/Makefile [subdir elf]: Add -mno-fp-regs to
1705 sysdep-CFLAGS so that _dl_runtime_resolve doesn't have to save them.
1706 Add -mbuild-constants to CFLAGS-rtld.c to that we can bootstrap
1707 without using literal data.
1709 * sysdeps/generic/dl-sysdep.c: Include <string.h> for memcpy.
1710 Finish Elf32 -> ElfW migration.
1712 Tue Jun 11 15:09:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1714 * Makerules (elfobjdir): Use $(objdir) if set, even in elf subdir.
1716 * elf/Makefile (routines): Remove init-first.
1717 * csu/Makefile (routines): New variable; put it here instead.
1719 * config.make.in (CFLAGS): New variable.
1721 * io/sys/stat.h (S_ISLNK, S_ISSOCK): Make conditional on __USE_BSD,
1723 * string/string.h (strncasecmp): Likewise.
1725 * elf/Makefile (lib-noranlib): Move rule adding deps for ld.so et al
1726 to after `include ../Rules', so $(rtld-installed-name) is defined.
1728 * string/basename.c (basename): Cast FILENAME to char * for return.
1730 * Makerules ($(libdir)/libc.so): Put $(rtld-installed) name between
1731 libc.so and libc.a in the deps.
1733 * elf/Makefile ($(objpfx)$(rtld-installed-name)): New target to make
1734 link to ld.so if that is not the installed name.
1735 (lib-noranlib): Depend on the installed name in the build directory
1736 instead of on ld.so.
1738 * Makeconfig (link-libc): Include $(elfobjdir)/$(rtld-installed-name)
1739 between libc.so and libc.a, because with libc.so's DT_NEEDED for ld.so
1740 ld searches libc.a before ld.so (is that an ld bug?).
1741 Add $(elfobjdir) to -rpath-link.
1743 * Makerules (elfobjdir): Define as . when $(subdir) is elf.
1745 * sysdeps/i386/dl-machine.h (elf_machine_rel): In R_386_32 case when
1746 relocating _dl_rtld_map, subtract SYM's value from final reloc value,
1747 but don't change *RELOC_ADDR before calling *RESOLVE, because it might
1748 call the function we are relocating!
1750 * string/basename.c: New file.
1751 * string/Makefile (routines): Add basename.
1753 Mon Jun 10 06:14:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1755 * Makerules ($(common-objpfx)libc.so): Depend on $(elfobjdir)/ld.so.
1757 * elf/dl-close.c: New file.
1758 * elf/link.h: Declare _dl_close.
1759 * elf/Makefile (routines): Add dl-close.
1760 * elf/dlclose.c (dlclose): Use _dl_close.
1762 * elf/Makefile ($(objpfx)librtld.so): Remove libelf from deps.
1764 * elf/dl-runtime.c (_dl_global_scope): New variable.
1765 (_dl_object_relocation_scope): New function.
1767 * elf/rtld.c (dl_main): Use it.
1768 * elf/dl-open.c (_dl_open): Use it. If (MODE & RTLD_GLOBAL), set the
1769 l_global bit and append the new map to _dl_global_scope.
1770 * elf/link.h: Declare _dl_global_scope, _dl_global_scope_alloc,
1771 and _dl_object_relocation_scope.
1773 * elf/link.h (struct link_map): Add l_loader member.
1774 Remove _dl_map_object_from_fd decl.
1775 * elf/dl-load.c (_dl_map_object): Pass LOADER to ...
1776 (_dl_map_object_from_fd): Take new arg LOADER and set l_loader member.
1777 (_dl_map_object): Try DT_RPATH from all loaders up the chain.
1779 * elf/dl-object.c (_dl_loaded): Variable removed.
1780 (_dl_default_scope): New variable replaces it.
1781 * elf/link.h (_dl_loaded): Remove variable decl; instead define as
1782 macro for _dl_default_scope[2].
1783 (_dl_default_scope): Declare it.
1784 * sysdeps/i386/dl-machine.h (RTLD_START): Use _dl_default_scope[2]
1785 instead of _dl_loaded.
1786 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
1787 * elf/rtld.c (dl_main): Use _dl_default_scope for symbol lookups.
1789 * elf/dl-reloc.c (_dl_relocate_object): Remove check for _dl_rtld_map.
1790 * elf/rtld.c (dl_main): Pass 0 for LAZY flag when re-relocating self.
1792 * elf/link.h (struct link_map.l_type): Remove lt_interpreter.
1793 (struct link_map): Add new flag member l_global.
1795 * elf/dl-reloc.c (_dl_relocate_object): Check for _dl_rtld_map
1796 directly instead of looking for lt_interpreter.
1797 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
1798 * elf/rtld.c (_dl_start): Don't bother setting BOOTSTRAP_MAP.l_type.
1799 (dl_main): Set _dl_rtld_map.l_type to lt_library.
1801 * elf/dl-deps.c (_dl_map_object_deps): Propagate MAP->l_type to
1802 dependencies loaded, downgrading lt_executable -> lt_library.
1804 * elf/dl-load.c (_dl_map_object_from_fd): Take new arg TYPE and set
1805 l_type from that, translating lt_library->lt_executable based on the
1807 (_dl_map_object): Likewise.
1808 * elf/link.h: Update prototypes.
1809 * elf/dl-open.c: Pass type lt_loaded.
1810 * elf/rtld.c: Pass type lt_library.
1812 * elf/dl-load.c (_dl_map_object_from_fd): Handle null return from
1814 (_dl_map_object_from_fd: lose): Unchain and free L if it's not null.
1815 Free REALNAME, and just use NAME in error message.
1816 * elf/dl-object.c (_dl_new_object): If malloc fails, return null
1817 instead of calling _dl_signal_error.
1819 * elf/dl-load.c (_dl_map_object_from_fd): Close FD before signalling
1820 error for _dl_zerofd setup failure.
1822 * elf/dl-object.c (_dl_startup_loaded): Variable removed.
1823 * elf/link.h: Remove its decl.
1825 * elf/dl-reloc.c (_dl_relocate_object): Take new SCOPE arg and pass it
1826 through to _dl_lookup_symbol.
1827 * elf/link.h (_dl_relocate_object): Update comment and prototype.
1828 * elf/rtld.c (dl_main): Pass scope vector to _dl_relocate_object.
1830 * elf/dl-lookup.c (_dl_lookup_symbol): Arg SYMBOL_SCOPE is now a
1831 null-terminated vector of pointers, no longer a vector of exactly two.
1832 * elf/link.h (_dl_lookup_symbol): Update comment and prototype.
1834 * elf/dl-runtime.c (fixup): Set up scope for symbol lookup properly as
1835 done in _dl_relocate_object.
1837 * elf/dlopen.c: Pass "" to _dl_open when FILE is null.
1839 * elf/link.h: Include elfclass.h to define __ELF_NATIVE_CLASS.
1840 (ElfW, ELFW): Use it.
1841 * elf/Makefile (headers): Add elfclass.h.
1842 * sysdeps/wordsize-32/elfclass.h: New file.
1843 * sysdeps/wordsize-64/elfclass.h: New file.
1844 * sysdeps/alpha/Implies: Add wordsize-64.
1845 * sysdeps/i386/Implies: Add wordsize-32.
1846 * sysdeps/m68k/Implies: Add wordsize-32.
1847 * sysdeps/mips/Implies: Add wordsize-32.
1848 * sysdeps/sparc/Implies: Add wordsize-32.
1850 * sysdeps/mach/hurd/dl-sysdep.c (__open): Define this instead of open.
1851 (__close, __mmap): Likewise define with __ names now.
1853 Mon Jun 10 05:13:18 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1855 * elf/dl-support.c: New file.
1856 * elf/Makefile (CFLAGS-dl-support.c): New variable.
1857 (routines, elide-routines.so): Add dl-support.
1859 * elf/dl-minimal.c (_dl_pagesize): Remove common defn.
1860 * elf/dl-load.c (_dl_pagesize): Define it here.
1861 (_dl_map_object_from_fd): Initialize it if zero.
1862 * elf/link.h (_dl_pagesize): Remove const.
1864 Sun Jun 9 04:04:26 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1866 * elf/Makefile (routines): Add dl-symbol.
1867 * elf/dl-lookup.c (_dl_symbol_value): Moved to ...
1868 * elf/dl-symbol.c: New file.
1870 * elf/elf.h (Elf32_Xword, Elf32_Sxword): New types.
1871 (Elf32_Section, Elf64_Section): New types, 16 bits.
1872 (Elf32_Sym, Elf64_Sym): Use it.
1874 * elf/dl-deps.c (_dl_open): Moved to ...
1875 * elf/dl-open.c: New file.
1876 * Makefile (routines): Add dl-open.
1878 * elf/Makefile (dl-routines): New variable.
1879 (routines): Add $(dl-routines).
1880 (elide-routines.so): New variable, set to $(dl-routines).
1881 (libdl-inhibit-o): Variable removed; build all flavors of -ldl.
1882 (rtld-routines): All but rtld, dl-sysdep, and dl-minimal moved to
1885 * elf/dl-lookup.c (_dl_lookup_symbol): Remove magic symbol grokage.
1887 * elf/dladdr.c: Use ELFW(ST_BIND) in place of ELF32_ST_BIND.
1889 * elf/dl-load.c (open_path): Use __ names for open and close. Avoid
1891 (_dl_map_object): Likewise.
1892 (_dl_map_object_from_fd): Use __ names for mmap, munmap, and mprotect.
1893 * elf/dl-minimal.c (malloc): Likewise.
1894 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
1896 * elf/dl-minimal.c (_dl_pagesize): New variable.
1897 (malloc): Use that instead of a static variable.
1898 * elf/dl-reloc.c (_dl_relocate_object): Use _dl_pagesize instead of
1899 calling getpagesize.
1900 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
1901 * elf/link.h: Declare _dl_pagesize.
1903 * elf/rtld.c (dl_r_debug): Renamed to _dl_r_debug.
1905 * elf/link.h (struct link_map): Use Half for l_phnum instead of Word.
1906 * elf/rtld.c (dl_main): Use Half for phdr count arg.
1907 (_dl_sysdep_start): Update prototype of DL_MAIN function ptr arg.
1909 * elf/dl-load.c (_dl_map_object_from_fd): Use explicit Elf32_Word to
1910 extract 4-byte magic number, not ElfW(Word). Match EI_CLASS against
1911 native wordsize, either 32 or 64.
1913 * elf/elf.h (Elf64_Byte, Elf64_Section): Typedefs removed. In C a
1914 char is always a byte, no need for a typedef. Section indices are
1915 16-bit quantities in elf64, which already have a typedef Elf64_Half.
1917 Remove partial -lelf implementation. There is now a
1918 separately-distributed `libelf' package that implements it.
1919 * elf/dl-lookup.c: Don't #include <libelf.h> any more.
1920 (_dl_elf_hash): New function, moved from
1922 (_dl_lookup_symbol): Use it instead of elf_hash.
1923 * elf/libelf.h: File removed.
1924 * elf/elf_hash.c: File removed.
1925 * elf/Makefile (headers): Remove libelf.h.
1926 (extra-libs): Remove libelf.
1927 (libelf-routines): Variable removed.
1929 * elf/Makefile (libdl.so): Remove commands from this target. The
1930 implicit rule commands are correct, this explicit rule just serves to
1931 add some dependencies.
1933 * elf/dl-lookup.c (_dl_lookup_symbol): Use ELFW(ST_TYPE) in place of
1934 ELF32_ST_TYPE. Likewise ST_BIND.
1935 * elf/do-rel.h (elf_dynamic_do_rel): Likewise R_SYM.
1937 * elf/link.h (ElfW): New macro for wordsize-independent ElfXX_* type
1939 (ELFW): New macro, likewise for ELFXX_* macro naming.
1940 (_ElfW, _ElfW_1): New macros, subroutines of ElfW and ELF.
1942 Sat Jun 8 20:52:38 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1944 * elf/link.h, elf/do-rel.h, elf/dynamic-link.h, elf/dl-deps.c,
1945 elf/dl-init.c, elf/dl-load.c, elf/dl-lookup.c, elf/dl-reloc.c,
1946 elf/dl-runtime.c, elf/dladdr.c, elf/dlclose.c, elf/dlsym.c,
1947 elf/linux-compat.c, elf/rtld.c: Change all uses of `Elf32_XXX' to
1948 `ElfW(XXX)' for wordsize-independence.
1950 Sat Jun 8 20:50:42 1996 Richard Henderson <rth@tamu.edu>
1952 * elf/elf.h: Move Elf64_* types in parity with Elf32 counterparts.
1953 (Elf64_auxv_t): New type.
1954 (EM_ALPHA, R_ALPHA_*): New macros for elf64-alpha format.
1956 Mon Jun 10 02:22:24 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1958 * sysdeps/unix/sysv/linux/configure.in: New file, start with configure.
1959 Add check for installed <linux/version.h> being v2.0 or later.
1961 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_open_zero_fill): Call __open
1963 (_dl_sysdep_fatal): Call __write instead of write.
1964 (_dl_sysdep_message): Likewise.
1966 Sun Jun 9 20:40:00 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1968 * sysdeps/m68k/fpu/e_acosl.c: New file.
1970 Sun Jun 9 01:11:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1972 * Makerules (o-objects): New variable. Use it in place of
1973 $(objects:.o=$o); it filters out $(elide-routines$o).
1974 Use o-iterator for ar and ranlib rules so they use the per-type object
1977 * elf/dl-load.c (_dl_map_object_from_fd): Close FD before return.
1979 * sysdeps/mach/mprotect.c: Define with __ name and weak alias.
1980 * sysdeps/stub/mprotect.c: Likewise.
1981 * sysdeps/unix/mman/syscalls.list (mprotect): Likewise.
1982 * sysdeps/generic/sys/mman.h: Declare __mprotect.
1983 * sysdeps/unix/sysv/irix4/sys/mman.h: Likewise.
1984 * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
1985 * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Likewise.
1986 * sysdeps/unix/bsd/osf/sys/mman.h: Likewise.
1987 * sysdeps/unix/bsd/ultrix4/sys/mman.h: Likewise.
1989 * Make-dist ($(tardir).tar): Use sed to check for file names longer
1990 than 14 chars, instead of doschk which checks for other things we
1993 * Version 1.90 test release.
1995 * Makerules (make-target-directory): Use ./mkinstalldirs so we do not
1996 assume . is in PATH.
1998 Sat Jun 8 22:05:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2000 * math/Makefile (distribute): Comment out addition of
2001 $(long-m-routines) sources until they are all written.
2003 * math/Makefile (distribute): Append long double source names to this
2004 instead of using elided-routines.
2006 Sat Jun 8 15:15:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2008 * mach/mach_shortcuts.c: Obsolete file removed.
2009 * mach/mach_syscalls.h: Likewise.
2011 * hurd/Makefile (distribute): Consolidate defns into one.
2013 * time/Makefile (tzfiles): Add solar87 solar88 solar89.
2015 Fri Jun 7 16:48:13 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2017 * sysdeps/unix/sysv/linux/i386/Dist: New file, list sys/perm.h and
2020 Removed old math code no longer used since the fdlibm integration.
2021 * sysdeps/stub/acos.c: File removed.
2022 * sysdeps/stub/asin.c: File removed.
2023 * sysdeps/stub/atan2.c: File removed.
2024 * sysdeps/stub/cosh.c: File removed.
2025 * sysdeps/stub/exp.c: File removed.
2026 * sysdeps/stub/fmod.c: File removed.
2027 * sysdeps/stub/frexp.c: File removed.
2028 * sysdeps/stub/log.c: File removed.
2029 * sysdeps/stub/log10.c: File removed.
2030 * sysdeps/stub/sinh.c: File removed.
2031 * sysdeps/stub/tan.c: File removed.
2032 * sysdeps/stub/tanh.c: File removed.
2033 * sysdeps/generic/acos.c: File removed.
2034 * sysdeps/generic/acosh.c: File removed.
2035 * sysdeps/generic/asin.c: File removed.
2036 * sysdeps/generic/asinh.c: File removed.
2037 * sysdeps/generic/atan.c: File removed.
2038 * sysdeps/generic/atan2.c: File removed.
2039 * sysdeps/generic/atanh.c: File removed.
2040 * sysdeps/generic/cabs.c: File removed.
2041 * sysdeps/generic/ceil.c: File removed.
2042 * sysdeps/generic/copysign.c: File removed.
2043 * sysdeps/generic/cosh.c: File removed.
2044 * sysdeps/generic/exp.c: File removed.
2045 * sysdeps/generic/expm1.c: File removed.
2046 * sysdeps/generic/fabs.c: File removed.
2047 * sysdeps/generic/floor.c: File removed.
2048 * sysdeps/generic/fmod.c: File removed.
2049 * sysdeps/generic/frexp.c: File removed.
2050 * sysdeps/generic/hypot.c: File removed.
2051 * sysdeps/generic/infnan.c: File removed.
2052 * sysdeps/generic/isnan.c: File removed.
2053 * sysdeps/generic/ldexp.c: File removed.
2054 * sysdeps/generic/log.c: File removed.
2055 * sysdeps/generic/log10.c: File removed.
2056 * sysdeps/generic/log1p.c: File removed.
2057 * sysdeps/generic/modf.c: File removed.
2058 * sysdeps/generic/pow.c: File removed.
2059 * sysdeps/generic/rint.c: File removed.
2060 * sysdeps/generic/sinh.c: File removed.
2061 * sysdeps/generic/tan.c: File removed.
2062 * sysdeps/generic/tanh.c: File removed.
2063 * sysdeps/ieee754/cabs.c: File removed.
2064 * sysdeps/ieee754/copysign.c: File removed.
2065 * sysdeps/ieee754/frexp.c: File removed.
2066 * sysdeps/ieee754/hypot.c: File removed.
2067 * sysdeps/ieee754/infnan.c: File removed.
2068 * sysdeps/ieee754/ldexp.c: File removed.
2069 * sysdeps/ieee754/log10.c: File removed.
2071 * posix/Makefile (headers): Add schedbits.h.
2073 * math/Makefile (elided-routines): Add long double routines.
2075 Fri Jun 7 11:02:22 1996 Miles Bader <miles@gnu.ai.mit.edu>
2077 * sysdeps/mach/hurd/getpriority.c (getpriority): Use new interface
2078 to __proc_getprocinfo.
2080 * login/login.c (tty_name): New function.
2082 (PATH_MAX): MACRO removed.
2083 <stdlib.h>: New include.
2085 Fri Jun 7 09:11:17 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2087 * sysdeps/unix/sysv/linux/Dist: Add sys/sysinfo.h, sys/mount.h,
2088 sys/kdaemon.h, sys/io.h, sys/mount.h, sysctl.c.
2090 * gmon/Makefile (distribute): Add profil-counter.h.
2092 * sysdeps/unix/sysv/linux/alpha/Dist: New file.
2094 * sysdeps/unix/Dist: Add s-proto.S.
2096 * sysdeps/unix/common/mk-local_lim.c: Obsolete file removed.
2098 * Make-dist (+sysdep-tsrcs): Get all syscalls.list files too.
2100 * csu/Makefile (distribute): Add start.c.
2102 * elf/Makefile (distribute): Add dl-machine.h.
2104 * sysdeps/alpha/Dist: Add _mcount.S.
2106 * sysdeps/alpha/Makefile (sysdep_routines): Append instead of
2107 resetting; don't add bb_init_func.
2109 * string/Makefile (routines): Add strerror_r.
2110 * string/string.h (strerror_r): Use int for BUFLEN arg.
2112 * Makefile (distribute): Add shlib-versions.
2114 * po/Makefile (distribute): Add SYS_libc.pot.
2116 * misc/Makefile (routines): Add lsearch.
2118 * manual/lang.texi (Consistency Checking): Merge in assert_perror defn
2119 and other changes inadvertently made to the obsolete assert.texi.
2120 * manual/assert.texi: File removed.
2122 * mach/mach_syscalls.c: Obsolete file removed.
2123 * mach/mach_syscalls.h: Likewise.
2124 * mach/mach_traps.S: Likewise.
2125 * mach/msg_destroy.c: Likewise.
2126 * mach/vm_page_size.c: Likewise.
2128 * locale/Makefile (distribute): Add weight.h, charset.h.
2130 * Makefile (distribute): Add version.h.
2132 * hurd/Makefile (headers): Add hurd/ioctl.h.
2133 (distribute): Add intr-rpc.d, intr-rpc.h, faultexc.defs.
2135 * csu/Makefile (distribute): Add gmon-start.c.
2137 * Makefile (distribute): Add config.h.in.
2139 Wed Jun 5 22:06:21 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2141 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Fix type of reloc
2143 [case R_68K_32]: Check for resolve being null.
2144 (RTLD_START): Add missing label.
2146 Fri Jun 7 1996 05:29:32 Ulrich Drepper <drepper@cygnus.com>
2148 * misc/lsearch.c: New file. Implementation of lfind and
2151 * misc/search.h: Add prototype for functions from tsearch
2152 family with __ prefix.
2153 Correct prototype for lsearch: BASE parameter must not be
2156 * misc/tsearch.c: prepend all global function names with __
2157 and make normal names weak aliases.
2159 Fri Jun 7 00:15:24 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2161 * Make-dist (sysdep_dirs): Skip CVS dirs.
2163 Thu Jun 6 16:12:39 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2165 * malloc/Makefile (distribute): Change malloc/gmalloc-head.c to
2167 (malloc/gmalloc.c): Depend on malloc/gmalloc-head.c.
2168 (malloc/Makefile): Do $(make-target-directory) first.
2169 * malloc/gmalloc-head.c: New file.
2171 * po/Makefile (linguas.mo): Don't commit .mo files to cvs.
2173 * hurd/hurdsig.c (_hurd_internal_post_signal): For SIGNO==0 pending
2174 check, deliver a pending blocked signal if its action might be to
2176 * sysdeps/mach/hurd/sigaction.c: If new action is SIG_IGN or SIG_DFL
2177 and SIG is pending, wake up signal thread to check us.
2179 * hurd/hurdsig.c (_hurd_internal_post_signal): Don't mark a signal
2180 pending while blocked or stopped when the action is to ignore it.
2182 Thu Jun 6 12:56:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2184 * hurd/hurdsig.c (_hurd_internal_post_signal: resume): Only set
2185 SS_SUSPENDED when the thread is really suspended.
2187 * elf/rtld.c (dl_main): Don't dereference _dl_rtld_map.l_next if null.
2189 * Makerules (headers): Move append of $(sysdep_headers) after include
2190 of sysdep makefiles.
2192 * sysdeps/mach/hurd/errlist.c: File removed.
2194 Thu Jun 6 07:32:14 1996 Miles Bader <miles@gnu.ai.mit.edu>
2196 * resolv/gethnamaddr.c (struct hstorage): Make NAME field a pointer.
2197 (_gethtbyname2): Remove ALIAS variable.
2198 Initialize NAME field of SELF and TARGET to 0.
2199 Add SELF_NAME_SIZE static variable.
2200 Add loop to call gethostname until the space we allocated is enough.
2201 Use malloced strings instead of fixed size buffers.
2202 <stdlib.h>, <unistd.h>: New includes.
2203 * sysdeps/generic/sys/socket.h (PF_INET6, AF_INET6): New macros.
2205 * sysdeps/mach/hurd/errlist.c (_sys_errlist): Add EILSEQ.
2206 (_sys_nerr): Initialize to 107.
2207 Update _HURD_ERRNOS consistency check.
2209 * stdlib/canonicalize.c (canonicalize): Use pathconf for PATH_MAX,
2212 * login/login.c [!PATH_MAX] (PATH_MAX): Define to be 1024 if not
2215 * sysdeps/mach/hurd/setitimer.c (timer_thread): Supply SIGCODE
2216 argument to __msg_sig_post_request.
2218 * hurd/hurdmalloc.c: Changes to bring in line with the hurd
2219 libthreads/malloc.c:
2220 (more_memory): Use assert_perror instead of MACH_CALL.
2221 "cthread_internals.h": Include removed.
2222 (realloc): Use LOG2_MIN_SIZE.
2223 (LOG2_MIN_SIZE): New macro.
2224 (realloc): Don't bother allocating a new block if the
2225 new size request fits in the old one and doesn't waste any space.
2226 Only free the old block if we successfully got a new one.
2227 [MCHECK] (struct header): New type.
2228 (union header): Only define if !MCHECK.
2229 (HEADER_SIZE, HEADER_NEXT, HEADER_FREE, HEADER_CHECK): New macros.
2230 [MCHECK] (MIN_SIZE): Add correct definition for this case.
2231 (more_memory, malloc, free, realloc): Use above macros, and add
2232 appropiate checks & frobs in MCHECK case.
2234 Thu Jun 6 02:00:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2236 * Makerules (distinfo-vars): Don't write constant line to frob sources.
2237 * Make-dist (sources): Append $(elided-routines) and $(extra-libs)
2240 Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2242 * sysdeps/m68k/fpu/__math.h: Define long double versions of
2243 the inline functions.
2244 * sysdeps/m68k/fpu/e_asinl.c, sysdeps/m68k/fpu/e_atanl.c,
2245 sysdeps/m68k/fpu/e_acosl.c, sysdeps/m68k/fpu/e_expl.c,
2246 sysdeps/m68k/fpu/e_fmodl.c, sysdeps/m68k/fpu/e_log10l.c,
2247 sysdeps/m68k/fpu/e_logl.c, sysdeps/m68k/fpu/e_powl.c,
2248 sysdeps/m68k/fpu/e_remainderl.c, sysdeps/m68k/fpu/e_scalbl.c,
2249 sysdeps/m68k/fpu/e_sinhl.c, sysdeps/m68k/fpu/e_sqrtl.c,
2250 sysdeps/m68k/fpu/k_cosl.c, sysdeps/m68k/fpu/k_sinl.c,
2251 sysdeps/m68k/fpu/k_tanl.c, sysdeps/m68k/fpu/s_atanl.c,
2252 sysdeps/m68k/fpu/s_ceill.c, sysdeps/m68k/fpu/s_cosl.c,
2253 sysdeps/m68k/fpu/s_expm1l.c, sysdeps/m68k/fpu/s_fabsl.c,
2254 sysdeps/m68k/fpu/s_finitel.c, sysdeps/m68k/fpu/s_floorl.c,
2255 sysdeps/m68k/fpu/s_frexpl.c, sysdeps/m68k/fpu/s_ilogbl.c,
2256 sysdeps/m68k/fpu/s_isinfl.c, sysdeps/m68k/fpu/s_isnanl.c,
2257 sysdeps/m68k/fpu/s_ldexpl.c, sysdeps/m68k/fpu/s_log1pl.c,
2258 sysdeps/m68k/fpu/s_logbl.c, sysdeps/m68k/fpu/s_modfl.c,
2259 sysdeps/m68k/fpu/s_rintl.c, sysdeps/m68k/fpu/s_scalbnl.c,
2260 sysdeps/m68k/fpu/s_significandl.c, sysdeps/m68k/fpu/s_sinl.c,
2261 sysdeps/m68k/fpu/e_atanhl.c, sysdeps/m68k/fpu/e_coshl.c: New files.
2263 * sysdeps/m68k/fpu/e_acos.c, sysdeps/m68k/fpu/e_fmod.c,
2264 sysdeps/m68k/fpu/k_cos.c, sysdeps/m68k/fpu/k_sin.c,
2265 sysdeps/m68k/fpu/k_tan.c, sysdeps/m68k/fpu/s_atan.c,
2266 sysdeps/m68k/fpu/s_frexp.c, sysdeps/m68k/fpu/s_ilogb.c,
2267 sysdeps/m68k/fpu/s_isinf.c, sysdeps/m68k/fpu/s_ldexp.c,
2268 sysdeps/m68k/fpu/s_modf.c: Define generic functions using FUNC and
2269 float_type with appropriate defaults.
2271 * sysdeps/m68k/fpu/e_acosf.c, sysdeps/m68k/fpu/e_fmodf.c,
2272 sysdeps/m68k/fpu/k_cosf.c, sysdeps/m68k/fpu/k_sinf.c,
2273 sysdeps/m68k/fpu/k_tanf.c, sysdeps/m68k/fpu/s_atanf.c,
2274 sysdeps/m68k/fpu/s_frexpf.c, sysdeps/m68k/fpu/s_ilogbf.c,
2275 sysdeps/m68k/fpu/s_isinff.c, sysdeps/m68k/fpu/s_ldexpf.c,
2276 sysdeps/m68k/fpu/s_modff.c: Include the corresponding double
2277 versions with appropriate definitions to get float functions,
2278 instead of defining them directly.
2280 * sysdeps/m68k/fpu/acos.c: File removed.
2281 * sysdeps/m68k/fpu/asin.c: File removed.
2282 * sysdeps/m68k/fpu/atan.c: File removed.
2283 * sysdeps/m68k/fpu/atan2.c: File removed.
2284 * sysdeps/m68k/fpu/atanh.c: File removed.
2285 * sysdeps/m68k/fpu/ceil.c: File removed.
2286 * sysdeps/m68k/fpu/cos.c: File removed.
2287 * sysdeps/m68k/fpu/cosh.c: File removed.
2288 * sysdeps/m68k/fpu/drem.c: File removed.
2289 * sysdeps/m68k/fpu/exp.c: File removed.
2290 * sysdeps/m68k/fpu/expm1.c: File removed.
2291 * sysdeps/m68k/fpu/fabs.c: File removed.
2292 * sysdeps/m68k/fpu/fl.h: File removed.
2293 * sysdeps/m68k/fpu/floor.c: File removed.
2294 * sysdeps/m68k/fpu/fmod.c: File removed.
2295 * sysdeps/m68k/fpu/frexp.c: File removed.
2296 * sysdeps/m68k/fpu/isinf.c: File removed.
2297 * sysdeps/m68k/fpu/isinfl.c: File removed.
2298 * sysdeps/m68k/fpu/isnan.c: File removed.
2299 * sysdeps/m68k/fpu/isnanl.c: File removed.
2300 * sysdeps/m68k/fpu/ldexp.c: File removed.
2301 * sysdeps/m68k/fpu/log.c: File removed.
2302 * sysdeps/m68k/fpu/log10.c: File removed.
2303 * sysdeps/m68k/fpu/log1p.c: File removed.
2304 * sysdeps/m68k/fpu/logb.c: File removed.
2305 * sysdeps/m68k/fpu/pow.c: File removed.
2306 * sysdeps/m68k/fpu/rint.c: File removed.
2307 * sysdeps/m68k/fpu/sin.c: File removed.
2308 * sysdeps/m68k/fpu/sinh.c: File removed.
2309 * sysdeps/m68k/fpu/sqrt.c: File removed.
2310 * sysdeps/m68k/fpu/tan.c: File removed.
2311 * sysdeps/m68k/fpu/tanh.c: File removed.
2313 Thu Jun 6 00:02:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2315 * sysdeps/unix/sysv/linux/syscalls.list: Add select (the syscall name
2317 * sysdeps/unix/sysv/linux/select.S: File removed.
2319 * sysdeps/unix/sysv/linux/m68k/select.S: File removed; obsolete with
2320 current kernels, generic linux version is fine.
2322 * locale/Makefile: Add vpath for %.gperf to programs.
2324 * Make-dist (+tsrcs): Variable removed.
2325 (dist): Process $^ here instead of using $(+tsrcs).
2327 * sysdeps/unix/sysv/linux/Makefile (install-others): Don't set.
2328 ($(includedir)/sys/syscall.h): Target removed.
2329 (sysdep_headers): Add syscall-list.h.
2330 ($(objpfx)syscall-%.[dh]): New rule to build syscall-list.[dh].
2331 (generated): Add those.
2332 * sysdeps/unix/sysv/linux/syscall.h: Include <syscall-list.h>.
2334 Wed Jun 5 15:57:28 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2336 * misc/sys/syscall.h: New file.
2337 * misc/Makefile (headers): Add sys/syscall.h.
2339 * time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
2340 time/africa, time/asia, time/australasia, time/europe,
2341 time/northamerica, time/southamerica: Updated from ADO 96h.
2343 * Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers).
2344 (try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too.
2346 * Makerules (distinfo-vars): Add sysdep_headers.
2347 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to
2348 this instead of $(headers).
2349 * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
2350 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
2352 * Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with
2353 $(subdir); we are already there.
2355 * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
2357 * mach/Machrules: Undo last change.
2358 (mach-generated): List .uh and .__h files only for $(user-interfaces),
2359 not for each .h in $(interface-headers); server-interfaces have no .uh
2362 Wed Jun 5 15:42:51 1996 Miles Bader <miles@gnu.ai.mit.edu>
2364 * mach/Machrules (%_server.uh, %_server.__h): New rules, so that the
2365 corrsponding .defs file with without the `_server' will be used.
2367 * mach/Makefile (mach/mach_interface.defs): Renamed from
2368 mach_interface.defs.
2369 (mach/memory_object_user.defs): New variable.
2371 Wed Jun 5 15:10:58 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2373 * Make-dist [subdir-dirs]: Set vpath for %, not just %.c.
2375 * locale/Makefile (subdir-dirs): New variable.
2377 Wed Jun 5 00:01:19 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2379 * Makerules (distinfo-vars): Add sysdep_routines.
2381 * mach/Machrules (include-%.defs): New canned sequence.
2382 Change all uses of `#include <$*.defs>' in cmds to use it.
2383 * mach/Makefile (mach_interface.defs): New variable, set to mach.defs.
2385 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle RESOLVE being
2386 null in all cases but R_386_COPY.
2389 Wed Jun 5 00:01:19 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2391 * sysdeps/unix/bsd/ultrix4/mips/Dist: Updated.
2392 * sysdeps/unix/bsd/ultrix4/Dist: Removed.
2393 * sysdeps/unix/sysv/sysv4/Dist: Updated.
2394 * sysdeps/unix/sysv/sco3.2.4/Dist: Removed.
2395 * sysdeps/unix/sysv/irix4/Dist: Updated.
2396 * sysdeps/unix/sysv/linux/i386/Dist: Removed.
2397 * sysdeps/unix/sysv/Dist: Updated.
2398 * sysdeps/unix/bsd/sun/sunos4/Dist: Removed.
2399 * sysdeps/unix/bsd/sony/newsos4/Dist: Removed.
2400 * sysdeps/gnu/Dist: New file.
2401 * sysdeps/alpha/Dist: Updated.
2402 * sysdeps/mach/hurd/Dist: Updated.
2404 * Make-dist [subdir-dirs]: Set a vpath for %.c.
2406 * Make-dist (README): Fix typo in cvs cmd.
2408 * elf/dl-lookup.c (_dl_lookup_symbol): Fix typos in last change.
2409 Comment out ref to nonexistent _dl_close.
2411 Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2413 * math/Makefile (libm-support, libm-calls): New variables.
2414 (libm-routines): Construct this from those.
2415 (calls): New variable.
2416 (routines): Construct this from it.
2418 * resolv/res_debug.c: Add missing #include <ctype.h>.
2420 * sysdeps/unix/getlogin.c: Must pass struct utmp ptr to getutline_r.
2421 * sysdeps/unix/getlogin_r.c: Likewise.
2423 * sysdeps/libm-ieee754/w_hypotl.c: Fix typo.
2425 * sysdeps/libm-ieee754/w_cabsl.c: __cabsl_complex -> __cabs_complexl
2427 * math/Makefile (long-m-routines): Define recursive variable as
2428 $(long-m-$(long-double-fcts)).
2429 (long-m-yes): Put list of routines here.
2430 (long-c-routines, long-c-yes): Likewise.
2432 * sysdeps/unix/sysv/linux/schedbits.h: File removed.
2434 * sysdeps/i386/Makefile (long-double-fcts): New variable, set to yes.
2435 * sysdeps/m68k/Makefile: Likewise.
2437 * math/Makefile [$(long-double-fcts)!=yes] (CPPFLAGS): Append
2440 * sysdeps/mach/hurd/getlogin_r.c: New file.
2442 Wed Jun 5 02:11:30 1996 Ulrich Drepper <drepper@cygnus.com>
2444 * io/Makefile (routines): Add ttyname_r.
2446 * resolv/res_debug.c, resolv/resolv.h: Update from bind-4.3.4-T4A.
2448 * sysdeps/libm-i387/e_asinl.S, sysdeps/libm-i387/e_atan2l.S,
2449 sysdeps/libm-i387/e_expl.S, sysdeps/libm-i387/e_fmodl.S,
2450 sysdeps/libm-i387/e_log10l.S, sysdeps/libm-i387/e_logl.S,
2451 sysdeps/libm-i387/e_remainderl.S, sysdeps/libm-i387/e_scalbl.S,
2452 sysdeps/libm-i387/e_sqrtl.S, sysdeps/libm-i387/s_atanl.S,
2453 sysdeps/libm-i387/s_cosl.S, sysdeps/libm-i387/s_ilogbl.S,
2454 sysdeps/libm-i387/s_log1pl.S, sysdeps/libm-i387/s_logbl.S,
2455 sysdeps/libm-i387/s_scalbnl.S, sysdeps/libm-i387/s_sinl.S,
2456 sysdeps/libm-i387/s_tanl.S: New files. i387 assembler versions
2457 of `long double' math functions.
2459 * sysdeps/libm-ieee754/k_standard.c: Add handling for errors
2460 in long double functions.
2462 * sysdeps/libm-ieee754/s_ilogbl.c, sysdeps/libm-ieee754/s_logbl.c,
2463 sysdeps/libm-ieee754/s_modfl.c: New files. Generic versions
2464 of `long double' math functions.
2466 * sysdeps/libm-ieee754/s_isinf.c [NO_LONG_DOUBLE]: Add string
2469 * sysdeps/libm-ieee754/w_acoshl.c, sysdeps/libm-ieee754/w_acosl.c,
2470 sysdeps/libm-ieee754/w_asinl.c, sysdeps/libm-ieee754/w_atan2l.c,
2471 sysdeps/libm-ieee754/w_atanhl.c, sysdeps/libm-ieee754/w_cabsl.c,
2472 sysdeps/libm-ieee754/w_coshl.c, sysdeps/libm-ieee754/w_dreml.c,
2473 sysdeps/libm-ieee754/w_expl.c, sysdeps/libm-ieee754/w_fmodl.c,
2474 sysdeps/libm-ieee754/w_gammal.c, sysdeps/libm-ieee754/w_gammal_r.c,
2475 sysdeps/libm-ieee754/w_hypotl.c, sysdeps/libm-ieee754/w_j0l.c,
2476 sysdeps/libm-ieee754/w_j1l.c, sysdeps/libm-ieee754/w_jnl.c,
2477 sysdeps/libm-ieee754/w_lgammal.c, sysdeps/libm-ieee754/w_lgammal_r.c,
2478 sysdeps/libm-ieee754/w_log10l.c, sysdeps/libm-ieee754/w_logl.c,
2479 sysdeps/libm-ieee754/w_powl.c, sysdeps/libm-ieee754/w_remainderl.c,
2480 sysdeps/libm-ieee754/w_scalbl.c, sysdeps/libm-ieee754/w_sinhl.c,
2481 sysdeps/libm-ieee754/w_sqrtl.c: New files. Wrapper functions
2482 around long double function implementations.
2484 * sysdeps/posix/ttyname_r.c (ttyname_r): Use _D_EXACT_NAMLEN
2485 to determine length of directory entry name.
2487 * posix/Makefile (routines): Add getlogin_r.
2488 * posix/unistd.h: Add prototype for getlogin_r.
2489 * sysdeps/stub/getlogin_r.c: New file. Reentrant version of
2490 getlogin function, specified in P1003.1c/D6. Stub version.
2491 * sysdeps/unix/getlogin.c (getlogin): Use ttyname_r instead of
2492 ttyname. This avoids saving and restoring the old content.
2493 Also use setutent_r, getutline_r and endutent_r instead of
2494 accing UTMP file directly.
2495 * sysdeps/unix/getlogin_r.c: New file. Reentrant version of
2496 getlogin function, specified in P1003.1c/D6.
2498 Tue Jun 4 20:10:09 1996 J.T. Conklin <jtc@cygnus.com>
2500 * sysdeps/libm-i387/s_finitef.S: Fix mask for exponent.
2502 Tue Jun 4 18:57:57 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2504 * elf/dl-lookup.c (_dl_lookup_symbol): Grok magical undefined symbols
2505 _GNU_libc_dl_{open,close,symbol} and resolve them to dl functions.
2507 * elf/rtld.c (rtld_map): Renamed to _dl_rtld_map, made global.
2508 * elf/link.h: Declare _dl_rtld_map.
2510 * elf/dl-lookup.c (_dl_symbol_value): New function.
2511 * elf/link.h: Declare it.
2513 * elf/dladdr.c: Remove #include <setjmp.h>, we don't use it.
2515 * shlib-versions: Set libdl=2.
2517 * elf/dl-deps.c (_dl_map_object_deps): Use a linked list of alloca'd
2518 elements and then scan it to fill the single malloc'd array, instead
2519 of using realloc to grow the array in the first pass. _dl_map_object
2520 may do some mallocs that break our stream of reallocs, and the minimal
2521 realloc can't handle that.
2523 * elf/dl-init.c (_dl_init_next): Take argument, link_map whose
2524 searchlist describes the piece of the DT_NEEDED graph to be
2526 * elf/link.h: Update prototype.
2527 * sysdeps/i386/dl-machine.h (RTLD_START): Pass _dl_loaded as argument
2529 * sysdeps/m68k/dl-machine.h: Likewise.
2530 * elf/dl-deps.c (_dl_open): Pass new object as arg to _dl_init_next.
2532 * elf/link.h (struct link_map): Add `l_reserved' member, soaking up
2533 extra bits in last byte.
2534 * elf/dl-deps.c (_dl_map_object_deps): Use that for mark bit to avoid
2535 putting dup elts in search list.
2537 * elf/dlclose.c: Use MAP->l_searchlist to find deps to close.
2539 * elf/dlsym.c: Don't tweak linked list. Scope array given to
2540 _dl_lookup_symbol does the right thing.
2542 * elf/Makefile (subdir_lib): Change this target to lib-noranlib.
2543 (lib-noranlib): Depend on on $(extra-objs).
2545 * errno.h: Move __END_DECLS out of #ifdef's so it matches
2548 Tue Jun 4 02:25:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2550 * stdio-common/vfprintf.c [USE_IN_LIBIO] (size_t): Don't define as
2551 macro. _IO_size_t is just an alias for the real size_t anyway.
2553 * elf/Makefile (libdl-routines): Add dladdr.
2554 * elf/dladdr.c: New file.
2555 * elf/dlfcn.h (Dl_info): New typedef.
2556 (dladdr): Declare it.
2558 * sysdeps/libm-i387/s_finite.S: Use `setne' instead of `setnel'.
2560 * intl/l10nflist.c: Fix conditional on #include <argz.h>.
2562 * libio/stdio.h (FOPEN_MAX, FILENAME_MAX, TMP_MAX, L_tmpnam): Macros
2563 removed. Instead, include <stdio_lim.h>.
2565 * libio/_G_config.h: New file.
2566 * libio/Makefile (headers): Add _G_config.h.
2568 * MakeTAGS (po/errlist.pot): Extract from sysdeps/gnu/errlist.c.
2570 * sysdeps/unix/sysv/linux/gnu/types.h (__KERNEL_STRICT_NAMES): Define
2571 this macro too; current Linux kernels test that instead of
2572 _LINUX_TYPES_DONT_EXPORT.
2574 * elf/linux-compat.c (_init): Pass reloc_addr arg to _dl_lookup_symbol.
2576 * elf/dl-lookup.c (_dl_lookup_symbol): Use l_searchlist.
2578 * elf/dl-deps.c: New file.
2579 * elf/Makefile (rtld-routines): Add dl-deps.
2580 * elf/link.h: Declare _dl_map_object_deps, _dl_open.
2581 * elf/rtld.c (dl_main): Use _dl_map_object_deps.
2582 * elf/dlopen.c: Use _dl_open.
2584 * elf/rtld.c (dl_main): Remove BEFORE_RTLD variable and list
2585 frobnication based on its value. Detach RTLD_MAP from the chain if
2586 its l_opencount is zero after loading deps.
2588 * elf/dlfcn.h (RTLD_BINDING_MASK): New macro.
2590 * elf/link.h (struct link_map): Replace l_deps_loaded flag member with
2591 `struct link_map **l_searchlist' and `unsigned int l_nsearchlist'.
2592 * elf/dl-lookup.c (_dl_lookup_symbol): Make SYMBOL_SCOPE arg an array
2593 of two link_map ptrs. Search the maps in the l_searchlist of each
2594 elt that is not null.
2595 * elf/dl-reloc.c (_dl_relocate_object): Pass proper SCOPE array.
2596 * elf/dl-runtime.c: Likewise.
2597 * elf/dlsym.c: Likewise.
2598 * elf/rtld.c (dl_main): Likewise.
2600 * elf/dl-minimal.c (realloc): Support realloc of the block most
2601 recently returned by the minimal malloc.
2603 Tue Jun 4 00:16:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2605 * sysdeps/gnu/errlist.awk: Produce N_("..."), not _N("...").
2607 * intl: Updated from gettext-0.10.13.
2608 * intl/localealias.c, intl/dcgettext.c [_LIBC]: Define HAVE_ALLOCA.
2610 * signal/siggetmask.c: New file. Wrapper around sigblock with
2611 link_warning about obsolescence.
2612 * signal/Makefile (routines): Add siggetmask.
2614 * sysdeps/gnu/errlist.awk: New file, adapted from ...
2615 * sysdeps/mach/hurd/errlist.awk: File removed, above file replaces it.
2616 * sysdeps/mach/hurd/Makefile (errlist.c): Target removed.
2617 * sysdeps/gnu/Makefile: New file.
2618 (sysdeps/gnu/errlist.c): Make the errlist.c generation rule into this.
2620 Mon Jun 3 21:03:54 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2622 * manual/errno.texi (Error Codes): Add placeholder items for missing
2623 Linux/i386 errno codes, with perror text but no documentation.
2624 Some existing perror texts changed.
2626 * malloc/mcheck.c (freehook, reallochook): Handle null pointer args.
2628 * hurd/hurdsig.c (_hurd_internal_post_signal): When setting ACT to
2629 `ignore, resume the thread if SS_SUSPENDED, regardless of old action.
2631 Sun Jun 2 20:14:30 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2633 * locale/programs/linereader.c (lr_open): Don't pass NULL to
2634 xstrdup; fix memory leak.
2635 (lr_close): Fix memory leak.
2637 Mon Jun 3 15:58:22 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
2639 * hurd/hurdsig.c (_hurd_internal_post_signal): When turning the action
2640 for a HANDLE signal to IGNORE because the signal is blocked, clean
2641 up any pending suspension left over from a call to resume.
2643 Mon Jun 3 00:30:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2645 * elf/dl-lookup.c (_dl_lookup_symbol): Take new arg RELOC_ADDR and
2646 don't allow a defn resolving to that address.
2648 * elf/link.h: Update prototype and comment.
2649 * elf/dl-runtime.c (fixup): Define local `resolve' function and pass
2650 it to elf_machine_relplt.
2651 * elf/dl-reloc.c (_dl_relocate_object: resolve): Take new arg
2652 RELOC_ADDR and pass it through to _dl_lookup_symbol.
2653 * elf/do-rel.h (elf_dynamic_do_rel): Pass RESOLVE to elf_machine_rel
2654 instead of calling it ourselves and passing its results.
2655 (elf_dynamic_do_rel): RESOLVE fn takes new arg RELOC_ADDR.
2656 * elf/rtld.c (dl_main): Pass 0 for RELOC_ADDR to _dl_lookup_symbol.
2657 * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove SYM_LOADADDR
2658 arg. Add RESOLVE function ptr arg. Call *RESOLVE as necessary.
2659 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
2660 * sysdeps/stub/dl-machine.h: Likewise.
2662 Sun Jun 2 14:56:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2664 * csu/initfini.c (_fini): Add extern decl for i_am_not_a_leaf.
2666 * elf/dlfcn.h (dl_open_mode): Enumerated type removed.
2667 (RTLD_LAZY, RTLD_NOW): Define these as macros instead.
2668 (RTLD_GLOBAL): New macro.
2669 (dlopen): Take arg of type int instead of dl_open_mode.
2670 * elf/dlopen.c: Likewise.
2672 * math/math.h (_Mldbl): New macro, either produces L suffix or not.
2673 (M_*): Use it for these constants.
2675 * elf/dl-lookup.c (_dl_lookup_symbol): Arg NOSELF renamed to NOPLT.
2676 Reject SHN_UNDEF defns iff NOPLT is nonzero.
2677 * elf/link.h (_dl_lookup_symbol): Update prototype and comment.
2678 * elf/dl-runtime.c (fixup): Pass 1 to _dl_lookup_symbol for NOPLT.
2679 * elf/dlsym.c (dlsym): Pass 0.
2680 * elf/rtld.c (dl_main): Likewise.
2681 * elf/dl-reloc.c (_dl_relocate_object: resolve): Second arg R_OFFSET
2682 replaced with NOPLT flag. Pass it through to _dl_lookup_symbol.
2683 * elf/do-rel.h (elf_dynamic_do_rel): Update prototype of RESOLVE arg.
2684 Pass `elf_machine_pltrel_p (R->r_type)' result as NOPLT flag value.
2685 * sysdeps/i386/dl-machine.h (elf_machine_pltrel_p): New macro.
2686 * sysdeps/m68k/dl-machine.h (elf_machine_pltrel_p): Likewise.
2687 * sysdeps/stub/dl-machine.h (elf_machine_pltrel_p): Likewise.
2689 * login/pututline_r.c: Fix typo in sizeof for DATA_TMP alloca.
2691 * sysdeps/generic/gnu/types.h (__clock_t): New type.
2693 Wed May 29 00:57:37 1996 David Mosberger-Tang <davidm@azstarnet.com>
2695 * sysdeps/unix/sysv/linux/gnu/types.h (__clock_t, __fsid_t): Define
2697 * time/time.h (clock_t): Include <gnu/types.h> and define using
2700 * time/Makefile (tests): Add test-tz.
2702 * time/test-tz.c: New test.
2704 * time/clocktest.c: Rewrite to test more meaningfully.
2706 * sysdeps/unix/sysv/linux/syscalls.list: Add bdflush,
2707 create_module, delete_module, get_kernel_syms, init_module,
2710 * sysdeps/unix/sysv/linux/sys/param.h (MAXSYMLINKS): Define as 5
2711 instead of SYMLOOP_MAX, which is nowhere to be found.
2713 * sysdeps/unix/sysv/linux/sys/msq_buf.h,
2714 sysdeps/unix/sysv/linux/sys/sem_buf.h,
2715 sysdeps/unix/sysv/linux/sys/shm_buf.h [__USE_MISC]: Add more
2716 control ops and datastructures.
2718 * sysdeps/unix/sysv/linux/sys/io.h: New file declaring low-level
2719 I/O related functions.
2721 * sysdeps/unix/sysv/linux/sys/kdaemon.h: New file declaring kernel
2722 daemon related functions/operations.
2724 * sysdeps/unix/sysv/linux/sys/klog.h: New file declaring kernel
2725 logging related functions/operations.
2727 * sysdeps/unix/sysv/linux/sys/module.h: New file declaring kernel
2728 module related functions/operations.
2730 * sysdeps/unix/sysv/linux/speed.c: Only do "mention this twice" hack
2731 for non-Alpha based Linux systems.
2733 * sysdeps/unix/sysv/linux/alpha/speed.c: Remove.
2735 * sysdeps/unix/sysv/linux/Makefile (headers): Add sys/module.h,
2736 sys/io.h, sys/klog.h, and sys/kdaemon.h.
2738 * sysdeps/unix/sysdep.h (END): Define empty END macro for
2739 platforms that don't need some sort of end directive at the
2742 * sysdeps/unix/make-syscalls.sh: Emit END($strong) at end of
2743 syscall wrapper to allow correct generation of debugging
2746 * sysdeps/unix/alpha/sysdep.h (END): Redefine to use .end
2747 directive for both ELF and ECOFF.
2748 (ret): Delete macro. It was a dangerous macro and unnecessary
2749 since the Alpha assemblers recognizes "ret" as a macro themselves.
2751 * sysdeps/gnu/utmpbits.h (struct utmp): Move ut_tv behind
2752 ut_session to guarantee long alignment. This is important for
2753 Linux/Alpha since ut_tv.tv_sec is 32 bits and time_t is 64 bits.
2754 This will all get cleaned up as programs start to use ut_tv
2757 * sysdeps/alpha/divrem.h: Include <sysdep.h> instead of <*/regdef.h>.
2759 * sysdeps/alpha/bsd-_setjmp.S (setjmp): Renamed entry point to
2762 * sysdeps/alpha/_mcount.S, sysdeps/alpha/bb_init_func.S,
2763 sysdeps/alpha/bsd-_setjmp.S, sysdeps/alpha/bsd-setjmp.S,
2764 sysdeps/alpha/copysign.S, sysdeps/alpha/divrem.h,
2765 sysdeps/alpha/fabs.S, sysdeps/alpha/ffs.S, sysdeps/alpha/htonl.S,
2766 sysdeps/alpha/htons.S, sysdeps/alpha/memchr.S,
2767 sysdeps/alpha/setjmp.S, sysdeps/alpha/strlen.S,
2768 sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S,
2769 sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S,
2770 sysdeps/unix/sysv/linux/alpha/llseek.S,
2771 sysdeps/unix/sysv/linux/alpha/pipe.S,
2772 sysdeps/unix/sysv/linux/alpha/sigsuspend.S,
2773 sysdeps/unix/sysv/linux/alpha/sysdep.S: Use END macro instead of
2776 * csu/initfini.c (_fini): Tell gcc that _fini is not a leaf
2777 function by having it contain a dummy function call.
2779 * configure.in (config_machine): Don't make ELF the default for
2780 Linux/Alpha just yet (use --with-elf instead).
2781 (.init/.fini check): Generate .text to ensure function start and
2782 end are in same section.
2784 * sysdeps/unix/bsd/osf/alpha/brk.S,
2785 sysdeps/unix/sysv/linux/alpha/brk.S (__curbrk): Store the entire
2786 break value, not just the low 32 bits to accomodate large
2789 Tue May 28 10:46:04 1996 Richard Henderson <rth@tamu.edu>
2791 * sysdeps/unix/sysv/linux/alpha/brk.S: Rather than attempt to
2792 dynamically resolve _end for initializing __curbrk, support the
2795 * sysdeps/alpha/bb_init_func.S: Don't make `init' an external symbol.
2797 * sysdeps/alpha/bsd-_setjmp.S: The function is _setjmp not setjmp.
2799 Sun May 26 22:17:38 1996 Richard Henderson <rth@tamu.edu>
2801 * stdlib/lcong48_r.c, stdlib/seed48_r.c, stdlib/strtod.c,
2802 stdlib/strtol.c: Include <string.h> for mem* and str* fns used.
2804 Thu May 23 02:15:56 1996 David Mosberger-Tang <davidm@azstarnet.com>
2806 * sysdeps/unix/sysv/linux/Makefile (headers): Add sys/io.h,
2807 sys/klog.h, and sys/kdaemon.h.
2809 * sysdeps/unix/sysv/linux/sys/io.h: New file.
2810 * sysdeps/unix/sysv/linux/sys/klog.h: Ditto.
2811 * sysdeps/unix/sysv/linux/sys/kdaemon.h: Ditto.
2813 * sysdeps/unix/alpha/sysdep.h (ret): Remove macro. It is
2814 dangerous and unnecessary since both OSF/1 as and gas define "ret"
2815 as a pseudo-instruction.
2817 Sat Jun 1 17:18:21 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2819 * time/tzset.c (__tzset): Clear tz_rules name pointers after freeing
2820 them. Bug found by David Mosberger-Tang.
2822 * sysdeps/posix/tempname.c (__stdio_gen_tempname): Use __ptr_t instead
2825 * extra-lib.mk (extra-objs): Use patsubst intead of $(A:=B) syntax
2826 to work around Make bug when A contains var ref.
2828 Fri May 31 18:27:52 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2830 * string/string.h [__USE_MISC]: Declare basename; OSF/1 puts it here.
2832 * sysdeps/unix/sysv/linux/syscalls.list (getpgid, setpgid): Define __
2833 strong names and [gs]etpgid as weak aliases.
2835 Thu May 30 11:24:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2837 * math/math_private.h (GET_LDOUBLE_EXP): Add missing backslash.
2839 * po/header.pot: Replace with exact boilerplate pinard dictates.
2841 * sysdeps/i386/strtok.S (Lillegal_argument): Remove this code to set
2842 errno and the check that jumped to it.
2844 * sysdeps/mach/hurd/Makefile (errnos.d): Use $(sed-remove-objpfx).
2846 Thu May 30 03:21:57 1996 Ulrich Drepper <drepper@cygnus.com>
2848 * FAQ: Document need of gperf program for developers.
2850 * elf/elf.h: Fix typos in comments.
2852 * libio/stdio.h [!__STRICT_ANSI__ || _POSIX_SOURCE]: Add
2853 prototypes for `ctermid' and `cuserid'.
2855 * locale/programs/locale.c: Switch to user selected locale
2856 before printing variables.
2858 * math/Makefile [$(long-double-fcts)==yes]: Define long-m-routines
2859 and long-c-routines. Only if the `long double' data type is
2860 available we need to compile the functions.
2861 (libm-routines): Add $(long-m-routines).
2862 (routines): Remove isinfl, isnanl. Use new file s_isinfl and
2863 s_isnanl instead if `long double' is available.
2865 * math/math.h: Include <mathcalls.h> again to define `long double'
2868 * math/math_private.h: Define data types, prototypes and access
2869 macros for `long double'.
2871 * stdlib/stdlib.h: Add prototypes for `strtoll' and `strtoull'.
2872 [GCC2 && OPTIMIZE]: Define strto{,u}ll as inline function which
2873 calls __strto{,u}q_internal.
2875 * stdlib/strfmon.c: Replace PTR by `void *'.
2877 * stdlib/strtoq.c: Define strtoll as weak alias.
2878 * stdlib/strtouq.c: Define strtoull as weak alias.
2880 * string/tester.c: Correct `strsep' test.
2882 * sysdeps/generic/strsep.c: Make compatible with BSD version.
2883 Trailing characters of skip set are not skipped. In this case
2884 empty tokens are returned.
2886 * sysdeps/i386/isinfl.c, sysdeps/i386/isnanl.c,
2887 sysdeps/ieee754/isinf.c, sysdeps/ieee754/isinfl.c,
2888 sysdeps/ieee754/isnan.c, sysdeps/ieee754/isnanl.c: Removed. We
2889 now use the versions part of libm.
2891 * sysdeps/i386/strsep.S: Removed. Generic C version is of
2893 * sysdeps/i386/strtok.S: Remove support for `strsep'.
2895 * sysdeps/libm-i387/e_acosl.S, sysdeps/libm-i387/s_ceill.S,
2896 sysdeps/libm-i387/s_copysignl.S, sysdeps/libm-i387/s_finitel.S,
2897 sysdeps/libm-i387/s_floorl.S, sysdeps/libm-i387/s_isinfl.c,
2898 sysdeps/libm-i387/s_isnanl.c, sysdeps/libm-i387/s_nextafterl.c,
2899 sysdeps/libm-i387/s_rintl.S, sysdeps/libm-i387/s_significandl.S:
2900 New i387 specific math functions implementing `long double'
2903 * sysdeps/libm-ieee754/s_ceill.c,
2904 sysdeps/libm-ieee754/s_copysignl.c,
2905 sysdeps/libm-ieee754/s_fabsl.c, sysdeps/libm-ieee754/s_finitel.c,
2906 sysdeps/libm-ieee754/s_floorl.c, sysdeps/libm-ieee754/s_isinfl.c,
2907 sysdeps/libm-ieee754/s_isnanl.c,
2908 sysdeps/libm-ieee754/s_nextafterl.c,
2909 sysdeps/libm-ieee754/s_rintl.c, sysdeps/libm-ieee754/s_scalbnl.c,
2910 sysdeps/libm-ieee754/s_significandl.c: New generic `long double'
2911 versions of libm functions.
2913 * sysdeps/libm-i387/e_exp.S: Add a few comments to explain the
2916 * sysdeps/libm-i387/s_ceil.S, sysdeps/libm-i387/s_ceilf.S,
2917 sysdeps/libm-i387/s_floor.S, sysdeps/libm-i387/s_floorf.S: Correct
2918 handling of local variables. The old version created a stack
2919 frame but stored the values outside.
2921 * sysdeps/libm-ieee754/s_isinf.c, sysdeps/libm-ieee754/s_isnan.c
2922 [!NO_LONG_DOUBLE]: Define alias with `long double' versions name.
2924 Wed May 29 12:53:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2926 * login/pututline_r.c: Include sys/stat.h. Fix typos.
2928 * version.h (VERSION): Set to 1.90.
2930 * Makerules (distinfo-vars): Write extra-libs and *-routines for each
2932 * MakeTAGS (sources): Add those sources.
2934 * MakeTAGS (all-sources): Add $(others:=.c) and $(tests:=.c).
2936 Wed May 29 08:53:08 1996 Miles Bader <miles@gnu.ai.mit.edu>
2938 * hurd/report-wait.c (_S_msg_report_wait): Return `itimer' for the
2941 * hurd/hurdinit.c (_hurd_init): Set _HURDSIG_TRACED before calling
2944 Wed May 29 00:52:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2946 * string/tester.c (main): Fix strsep tests 6, 7, 20 to expect null
2947 token instead of it being implicitly skipped.
2949 * sysdeps/i386/fpu/__math.h (logb): Correct contraint from =u to =t.
2950 Must operate on top of fp reg stack, not second from top.
2952 * extra-lib.mk (alltypes-$(lib)): Don't append $(objpfx)$(lib).so.
2953 (others): Instead, make this depend on it.
2955 Tue May 28 04:38:10 1996 Ulrich Drepper <drepper@cygnus.com>
2957 * limits.h: Change MB_LEN_MAX to 6. A 31-bit ISO 10646
2958 character in UTF-8 encoding has that many bytes.
2960 * locale/langinfo.h: New element _NL_CTYPE_MB_CUR_MAX.
2961 * locale/categories.def: Add description of field _NL_CTYPE_MB_CUR_MAX.
2962 * locale/Makefile (routines): Add mb_cur_max.
2963 * locale/mb_cur_max.c: New file. This function gets called
2964 when the macro MB_CUR_MAX is used.
2965 * locale/C-ctype.c: Initialize new mb_cur_max field.
2966 * locale/localeinfo.h: Change magic value because of incompatible
2968 * locale/programs/ld-ctype.c: Determine value of mb_cur_max
2969 according to current character set and write it out with the rest.
2970 * stdlib/stdlib.h (MB_CUR_MAX): Not constant anymore. Get value
2971 according to currently used locale for category LC_CTYPE by
2972 calling the function __ctype_get_mb_cur_max.
2974 Tue May 28 03:27:46 1996 Ulrich Drepper <drepper@cygnus.com>
2976 * FAQ: Fix some typos.
2977 Tell that for Linux the kernel header files are necessary.
2979 * PROJECTS: New file. List of open jobs for glibc.
2980 * Makefile (distribute): Add PROJECTS.
2982 * crypt/GNUmakefile (headers): New variable. Mention crypt.h.
2983 * crypt/crypt.h: Header for crypt functions.
2985 * elf/elf.h: Add some new constants from recent Cygnus ELF
2988 * login/getutid_r.c: Test for correct type.
2989 Don't depend on ut_type and ut_id unless _HAVE_UT_TYPE and
2990 _HAVE_UT_ID resp. are defined.
2991 Make really compliant with specification.
2993 * login/getutline_r.c, login/pututline_r.c: Don't depend on
2994 ut_type and ut_id unless _HAVE_UT_TYPE and _HAVE_UT_ID resp. are
2996 Make really compliant with specification.
2998 * login/setutent_r.c: Don't depend on ut_type and ut_id unless
2999 _HAVE_UT_TYPE and _HAVE_UT_ID resp. are defined.
3001 * login/login.c, login/logout.c, login/logwtmp.c: Complete
3002 rewrite. Now based on getut*/setut* functions.
3004 * stdlib/strtol.c: Undo changes of Wed May 22 01:48:54 1996.
3005 This prevented using this file in other GNU packages.
3007 * sysdeps/gnu/utmpbits.h: Define _HAVE_UT_TYPE, _HAVE_UT_ID,
3008 and _HAVE_UT_TV because struct utmp has these members.
3010 * sysdeps/libm-i387/e_exp.S: Correct exp(+-Inf) case.
3012 * utmp.h: New file. Wrapper around login/utmp.h.
3014 Tue May 28 13:11:19 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3016 * elf/dl-error.c (struct catch): New type.
3017 (catch): New static variable, struct catch *.
3018 (catch_env, signalled_errstring, signalled_objname): Variables removed.
3019 (_dl_signal_error): If CATCH is non-null, set its errstring and
3020 objname members and jump to CATCH->env. If it is null, call
3021 _dl_sysdep_fatal with a standard message.
3022 * elf/rtld.c (dl_main): Explode `doit' function into dl_main's body.
3023 No longer use _dl_catch_error.
3025 * Makerules (sed-remove-objpfx): Avoid extra space in regexp due to
3028 * sysdeps/unix/sysv/linux/i386/socket.S: Fix off-by-one error in
3029 setting %ecx to 2nd syscall arg: we have pushed nothing, so function
3030 args are found at 4(%esp), not 8(%esp).
3032 Mon May 27 10:10:00 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3034 * Makefile ($(includedir)/stubs.h): Add missing backslash.
3036 * sysdeps/unix/sysv/linux/i386/brk.c (__curbrk): Initialize it so it
3039 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=termios] (headers):
3042 * Makefile ($(includedir)/stubs.h): Print a msg if we do nothing.
3044 * misc/sgtty.h: Add forward decl of struct sgttyb in case it is never
3047 * sysdeps/unix/sysv/linux/termio.h: New file.
3048 * sysdeps/unix/sysv/linux/Dist: Add it.
3050 * sysdeps/unix/sysv/linux/ioctl-types.h: New file, wrapper around
3051 kernel header <asm/termios.h>.
3053 * misc/Makefile (headers): Add ioctl-types.h.
3054 * sysdeps/generic/ioctl-types.h: New file.
3055 * misc/sys/ioctl.h: Include <ioctl-types.h>.
3056 (struct tchars, struct ltchars, struct sgttyb, struct winsize,
3057 struct ttysize): Types moved there.
3059 * Makefile ($(includedir)/stubs.h): Don't touch target if new one is
3062 * time/Makefile (z.% rule): Generate generic zone%/ rule after
3063 zone%/right/ and zone%/posix/ rules so they match first.
3065 Sun May 26 15:15:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3067 * features.h [_GNU_SOURCE] (_BSD_SOURCE, _SVID_SOURCE,
3068 _POSIX_SOURCE, _POSIX_C_SOURCE): Define these.
3070 * time/Makefile (tzcompile): Add missing backslash.
3072 * stdlib/ldiv.c: Deansideclized.
3074 * wctype/wctype.h (__need_wint_t): Define this and include stddef.h.
3075 [! _WINT_T] (wint_t): Conditionalize typedef on this in case pre-2.7.3
3076 stddef.h doesn't define it.
3077 * wcsmbs/wchar.h: Likewise.
3078 * stdlib/strtod.c: Likewise.
3080 * wcsmbs/wcstok.c: Fix argument name typo.
3082 Sun May 26 19:39:53 1996 Ulrich Drepper <drepper@cygnus.com>
3084 * intl/loadmsgcat.c (_nl_load_domain): Test correct variable
3087 * string/Makefile (tester-ENV): New variable to suppress message
3088 translation in test.
3090 * string/tester.c: Add tests for strtok_r and strsep.
3092 * sysdeps/i386/i486/strcat.S: Correct some more 8bit operation
3093 <-> 32 bit operand conflicts.
3095 * sysdeps/i386/strsep.S: Wrapper around <sysdeps/i386/strtok.S>
3096 to produce strsep function.
3097 * sysdeps/i386/strtok.S: Optimized implementation of strtok
3099 * sysdeps/i386/strtok_r.S: Wrapper around <sysdeps/i386/strtok.S>
3100 to produce strtok_r function.
3102 * sysdeps/generic/strtok.c: Moved here from string/strtok.c.
3103 Corrected example in comment.
3105 * string/Makefile (routines): Add strtok_r.
3106 * sysdeps/generic/strtok_r.c: New file. Implement reentrant version
3108 * string/string.h: Add prototype for strtok_r.
3109 * wcsmbs/wcstok.c: Handle illegal SAVE_PTR argument the same
3112 Sun May 26 13:28:23 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3114 * time/tzset.c (__tzset): Ignore leading : in $TZ; always try tzfile
3115 first and fall back to 1003.1 syntax only if it fails.
3117 * time/Makefile (install-others): Also install posix/ZONE and
3118 right/ZONE for each ZONE in $(zonenames).
3119 (z.% rule): Generate rules for right/ZONE and posix/ZONE targets too,
3120 the difference begin leapseconds vs /dev/null as 3rd dep. For
3121 original ZONE targets use $(leapseconds), to be set in Makeconfig.
3122 (target-zone-flavor): New variable.
3123 (tzcompile): Use it to get the right -d for posix/ and right/ flavors.
3124 * Makeconfig (leapseconds): New variable.
3126 * mach/Machrules (%.udeps rule): Depend on Machrules.
3127 Emit deps for .uh and .__h files.
3128 (%.uh, %.__h rules): Don't depend on %.defs; use #include <$*.defs>
3131 Sun May 26 01:06:47 1996 Ulrich Drepper <drepper@cygnus.com>
3133 * stdlib/Makefile (routines): Add llabs, lldiv.
3134 * stdlib/llabs.c: New file. Implementation of return
3135 absolute value of long long argument.
3136 * stdlib/lldiv.c: New file. Implementation of division with remainder
3137 of long long argument.
3138 * stdlib/stdlib.h [__USE_GNU] (lldiv_t): New type for lldiv
3140 Define prototypes for lldiv and llabs functions.
3142 * locale/C-collate.c: Initialize _NL_COLLATE_NRULES element.
3144 * stdlib/strtod.c: Replace wchar_t with wint_t. The later is
3145 really the type for a single wide character.
3147 * string/strxfrm.c (print_val): Define separate version for
3148 use as wcsxfrm. Here we don't need UTF8 encoding.
3150 * wcsmbs/wchar.h: gcc-2.7.2-960517 finally introduces wint_t
3151 in <stddef.h>. Use this value and only for older gcc version
3153 (uwchar_t): Remove definition.
3155 * wcsmbs/wcscmp.c, wcsmbs/wcscoll.c, wcsmbs/wcsncmp.c,
3156 wcsmbs/wcsxfrm.c, wcsmbs/wmemcmp.c: : Don't use uwchar_t as unsigned
3157 type. wint_t is intended for this.
3159 Sat May 25 14:10:19 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3161 * sysdeps/unix/bsd/direntry.h: Use [1] instead of [0] for d_name to
3162 quiet -ansi -pedantic.
3163 * sysdeps/unix/common/direntry.h: Likewise.
3165 * login/Makefile (headers): Add lastlog.h.
3166 * login/lastlog.h: New file.
3168 * login/Makefile (CFLAGS): Don't append -D_THREAD_SAFE.
3169 * login/utmp.h [_REENTRANT || _THREAD_SAFE]: Replace this conditional
3170 with #ifdef __USE_REENTRANT.
3172 * features.h (__GNU_LIBRARY__): Set to 6.
3173 [_GNU_SOURCE] (_POSIX_SOURCE, _POSIX_C_SOURCE, _BSD_SOURCE,
3174 _SVID_SOURCE): Make sure they are all defined.
3176 * sysdeps/unix/sysv/linux/gnu/types.h: Instead of including
3177 <linux/posix_types.h>, define _LINUX_TYPES_DONT_EXPORT and then
3178 include <linux/types.h>.
3180 * resource/sys/resource.h: Remove trailing commas from enums.
3182 Fri May 24 17:30:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3184 * sysdeps/generic/netinet/in.h: Remove trailing commas from enums.
3185 * sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
3187 * login/getutline_r.c: Include string.h.
3189 * Rules (static-only-routines): Restore the rule to make these .so's
3192 * login/pututline_r.c: Use struct assignment instead of memcpy.
3194 * login/getutline_r.c: Use strncmp instead of comparing two pointers
3195 that will only be equal if you are overwriting the data and screwing
3198 Fri May 24 02:31:36 1996 Ulrich Drepper <drepper@cygnus.com>
3200 * sysdeps/unix/sysv/linux/speed.c: Add new speed value 460800.
3202 Thu May 23 23:09:33 1996 Ulrich Drepper <drepper@cygnus.com>
3204 * FAQ: Add answer for 100% source code compatibility to Linux
3205 libc by David Mosberger-Tang.
3207 Update from bind-4.9.4-T3B.
3208 * inet/arpa/inet.h: Add prototypes for inet_pton, inet_ntop,
3209 inet_nsap_addr, and inet_nsap_ntoa.
3210 * resolv/gethnamaddr.c: Correct compatibility problems (sprintf),
3211 remove fourth argument to inet_pton and correct handling of
3213 * resolv/inet_ntop.c: Correct compatibility problems (sprintf).
3214 * resolv/inet_pton.c: Remove fourth argument.
3215 * resolv/resolv.h: Remove prototypes for inet_nsap_addr and
3216 inet_nsap_ntoa. Now in <arpa/inet.h>.
3218 * stdlib/gmp-impl.h: Add prototypes for internal functions.
3220 Thu May 23 22:49:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3222 * Rules (subdir_install): Remove dep on sor-$(subdir).
3223 (static-only-routines): Removed variable and associated rules.
3225 Wed May 22 00:40:50 1996 David Mosberger-Tang <davidm@azstarnet.com>
3227 * sysdeps/unix/sysv/linux/alpha/speed.c (speeds): Add entry for
3230 * sysdeps/unix/sysv/linux/alpha/statbuf.h: New file.
3232 * sysdeps/unix/sysv/linux/alpha/Makefile (headers): Add
3234 * sysdeps/unix/sysv/linux/alpha/alpha/ptrace.h: New file.
3236 * sysdeps/libm-ieee754/s_scalbnf.c: Call __scalbnf instead of
3239 * sysdeps/generic/sigset.h (__sigismember, __sigaddset,
3240 __sigdelset): Add declaration to keep ANSI compilers quiet.
3242 * sysdeps/alpha/__math.h (cabs): Remove underscores from struct
3243 __cabs_complex member names in call to __hypot().
3245 * sysdeps/alpha/copysign.S, sysdeps/alpha/fabs.S: New files.
3247 * sysdeps/alpha/divrem.h: Renamed from sysdeps/alpha/divrem.S to avoid
3248 name collision with math library.
3250 * sysdeps/alpha/divl.S, sysdeps/alpha/divlu.S, sysdeps/alpha/divq.S,
3251 sysdeps/alpha/divqu.S, sysdeps/alpha/reml.S, sysdeps/alpha/remlu.S,
3252 sysdeps/alpha/remq.S, sysdeps/alpha/remqu.S: Include divrem.h instead
3255 * sysdeps/unix/alpha/sysdep.h: Include regdef.h. Define LEAF macro
3256 to simplify declaration of leaf functions.
3258 * sysdeps/alpha/_mcount.S, sysdeps/alpha/bb_init_func.S,
3259 sysdeps/alpha/bsd-_setjmp.S, sysdeps/alpha/ffs.S,
3260 sysdeps/alpha/htonl.S, sysdeps/alpha/htons.S, sysdeps/alpha/memchr.S,
3261 sysdeps/alpha/setjmp.S, sysdeps/alpha/strlen.S,
3262 sysdeps/alpha/udiv_qrnnd.S, sysdeps/unix/sysv/linux/alpha/brk.S,
3263 sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S,
3264 sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S,
3265 sysdeps/unix/sysv/linux/alpha/pipe.S,
3266 sysdeps/unix/sysv/linux/alpha/sigsuspend.S,
3267 sysdeps/unix/sysv/linux/alpha/syscall.S,
3268 sysdeps/unix/sysv/linux/alpha/start.S,
3269 sysdeps/unix/sysv/linux/alpha/sysdep.S: Remove include of regdef.h.
3270 sysdep.h includes it now. Replace ENTRY by LEAF with appropriate
3271 framesize declaration. Replace "lda pv,sym/jsr pv" by "jsr sym".
3273 * sysdeps/unix/sysv/linux/alpha/sysdep.h (NO_UNDERSCORES): Don't
3276 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Added getsockopt,
3279 * sysdeps/unix/sysv/linux/alpha/profil-counter.h: File removed.
3281 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Modify to support
3282 dynamic recognition of platform type.
3283 (_bus_base): New function.
3285 * sysdeps/unix/sysv/linux/alpha/llseek.S: New file.
3287 * sunrpc/rpc/rpc.h, sunrpc/rpc/svc.h: Avoid nested comments since
3288 they produce ugly warnings by gcc.
3290 * posix/sys/types.h [__USE_MISC]: Add typedef for ulong.
3292 Wed Mar 27 10:26:21 1996 David Mosberger-Tang <davidm@azstarnet.com>
3294 * sysdeps/alpha/setjmp.S: Must establish global pointer before
3295 address of __sigsetjmp_aux can be loaded.
3297 Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3299 * stdlib/canonicalize.c: New file.
3300 * stdlib/stdlib.h: Declare canonicalize_file_name, realpath.
3301 * stdlib/Makefile (routines): Add canonicalize.
3303 * posix/unistd.h: Declare __canonicalize_directory_name_internal.
3305 Thu May 23 00:01:10 1996 Ulrich Drepper <drepper@cygnus.com>
3307 * db/recno/rec_seq.c: Prevent `sccsid' definition by using the
3308 same #if condition as in the other db files.
3310 * intl/Makefile: Add -Wno-unused CFLAGS for compilation of
3311 bindtextdom.c, finddomain.c, and localealias.c.
3313 * intl/dcgettext.c: Don't define prototype for getcwd() when
3316 * libio/cleanup.c: Add prototype for _IO_register_cleanup.
3318 * libio/filedoalloc.c, libio/fileops.c, libio/iopopen.c: Don't
3319 define _POSIX_SOURCE unconditionally.
3321 * libio/filedoalloc.c, libio/iopopen.c: Include <unistd.h> if
3324 * libio/fileops.c (_IO_file_close_it): Don't sync file, call
3325 flush instead. This relaxes the rules from POSIX.1 about
3326 changing the active handle a bit.
3328 * libio/iofopncook.c (struct _IO_cookie_file): Move definition
3330 Add prototypes for local functions to prevent warnings.
3332 * libio/iopopen.c: Change prototypes for _IO_fork, _IO_pipe, and
3333 _IO_dup2 to contain complete parameter list.
3335 * libio/libio.h: Add definition of struct _IO_cookie_file.
3337 * libio/libioP.h: Add prototypes for _IO_vasprintf, _IO_vdprintf,
3340 * libio/memstream.c: Include <stdio.h>.
3342 * libio/stdio.h: Add prototypes for fopencookie,
3343 __stdio_gen_tempname, __vfscanf, __vsscanf, and __vsnprintf.
3345 * libio/strops.c: Avoid useless expression in `for' initializer.
3347 * locale/findlocale.c: Add some casts to prevent warnings.
3349 * locale/programs/locfile.c (write_locale_data): Don't use
3350 double `/' in locale binary file.
3352 * posix/unistd.h: Remove prototype for `reboot'.
3354 Update from bind-4.9.4-T1A.
3355 * resolv/Makefile (routines): Add inet_ntop and inet_pton.
3356 * resolv/arpa/nameser.h: Add definition of IN6ADDRSZ.
3357 * resolv/gethnamaddr.c, resolv/getnetnamadr.c, resolv/res_comp.c,
3358 resolv/res_debug.c, resolv/res_init.c
3360 * resolv/inet_ntop.c, resolv/inet_pton.c: New files.
3362 * resolv/resolv.h: Add RES_USE_INET6 flag.
3363 (__dn_isvalid): Renamed to __res_dnok.
3364 Add prototypes for __res_ownok and __res_mailok.
3366 * stdio-common/Makefile: Add -Wno-unused to CFLAGS for _itoa.c.
3368 * stdio-common/getline.c, stdio-common/vfscanf.c,
3369 sysdeps/posix/tempname.c: Don't use <ansidecl.h> anymore.
3371 * sysdeps/unix/sysv/linux/Makefile [$subdir == misc]
3372 (sysdep_routines): Add s_reboot.
3373 (install-others): Add $(includedir)/sys/syscall.h.
3374 New rule for $(includedir)/sys/syscall.h to produce from
3377 * sysdeps/unix/sysv/linux/reboot.c: New file. Make single
3378 argument function call 3 argument system call.
3380 * sysdeps/unix/sysv/linux/sys/reboot.h: New file. Linux specific
3381 definition for reboot function.
3383 * sysdeps/unix/sysv/linux/syscall.h: Remove old and obsolete
3386 * sysdeps/unix/sysv/linux/syscalls.list: Rename function for
3387 reboot syscall to __syscall_reboot.
3389 * wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by
3390 __USE_GNU, not USE_GNU.
3392 Tue May 21 21:55:49 1996 David Mosberger-Tang <davidm@AZStarNet.com>
3394 * locale/programs/charset.c, locale/programs/ld-collate.c:
3395 Add casts to prevent warnings on 64-bit machines.
3397 * locale/programs/ld-monetary.c: Don't do unnecessary tests for
3398 int_frac_digits and frac_digits which only produce warnings.
3400 Mon May 13 23:45:29 1996 David Mosberger-Tang <davidm@AZStarNet.com>
3402 * inet/arpa/inet.h: Backup return type of inet_addr to u_long.
3403 * resolv/inet_addr.c: Likewise.
3405 * resolv/Makefile (distribute): Add res_hconf.h
3406 (routines): Add res_hconf.
3408 * resolv/gethnamaddr.c: Add support for /etc/host.conf.
3410 * resolv/res_init.c: Initialize /etc/host.conf reader.
3412 * resolv/res_hconf.c, resolv/res_hconf.h: New files.
3413 Implementation of reading /etc/host.conf.
3415 Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3417 * Rules (%.out rules): Prepend $($*-ENV) to the command.
3419 * sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
3422 Wed May 22 19:37:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
3424 * hurd/hurdexec.c (_hurd_exec): Pass INIT_TRACEMASK.
3425 * hurd/hurdmsg.c (set_int): Support INIT_TRACEMASK.
3427 Wed May 22 18:47:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3429 * sysdeps/mach/hurd/getcwd.c
3430 (_hurd_canonicalize_directory_name_internal): New function, broken out
3433 (__canonicalize_directory_name_internal): New function using it.
3435 * sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): New
3436 function, broken out of __getcwd.
3439 Wed May 22 18:14:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
3441 * string/argz-create.c (__argz_create): Correctly calculate length.
3443 * string/argz-extract.c (__argz_extract): Add terminating 0 entry.
3444 * hurd/hurdstartup.c (_hurd_startup): ... and don't so here.
3446 Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3448 * posix/glob.c [VMS]: Don't include <pwd.h>.
3449 [HAVE_VMSDIR_H]: Include "vmsdir.h".
3450 (glob) [VMS]: Don't grok ~.
3452 Wed May 22 14:46:53 1996 Miles Bader <miles@gnu.ai.mit.edu>
3454 * hurd/hurdstartup.c (_hurd_startup): Terminate the vectors we get
3455 back from argz_extract.
3457 Wed May 22 13:56:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3459 * configure.in: Remove checks for objdump, objcopy, and awk.
3460 * config.make.in (OBJDUMP, OBJCOPY, AWK): Variables removed.
3461 * Makefile (distribute): Remove extract-dynsym.
3462 * extract-dynsym: File removed.
3464 Tue May 21 22:17:45 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3466 * termios/cfmakeraw.c: Set MIN to 1 and TIME to 0.
3468 Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com>
3470 * stdlib/strtol.c [!QUAD] (ULONG_MAX, LONG_MAX): Define these
3471 macros if they are not available.
3472 (WEAKNAME): New macro to declare argument as weak.
3473 Define function with __ prefix and add normal name as weak alias.
3475 * sysdeps/posix/euidaccess.c (S_IROTH, S_IWOTH, S_IXOTH): Defines
3476 these macros if not already available based on R_OK, W_OK, and
3479 Tue May 21 18:48:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3481 * misc/sys/syslog.h (__need___va_list): Define this instead of
3482 __need_va_list before including <stdarg.h>.
3484 * Makerules (o-iterator): Use $(object-suffixes-left) instead
3485 of $(object-suffixes) to produce repetitions; this is used for other
3486 lists than just that one.
3487 [versioned]: Use $(o-iterator) properly.
3489 * sysdeps/unix/sysv/linux/Implies: Include `gnu'.
3490 * sysdeps/mach/hurd/Implies: Likewise.
3492 Sat May 18 02:57:46 1996 Ulrich Drepper <drepper@cygnus.com>
3494 * login/Makefile: New file. This directory contains functions
3495 for user administration.
3496 * Makefile (subdirs): Add login.
3498 * misc/Makefile (headers): Remove utmp.h. Now in login/utmp.h.
3499 (extra-libs, libutil-routines): Ditto.
3500 * misc/login.c, misc/login_tty.c, misc/logout.c, misc/logwtmp.c,
3501 misc/utmp.h: Moved to misc/.
3502 * login/login.c, login/login_tty.c, login/logout.c,
3503 login/logwtmp.c, login/utmp.h: Moved to here from misc/.
3505 * login/utmp.h: Split file. Definitions of data structures
3506 and constants are now in the system dependent utmpbits.h file.
3508 * login/setutent_r.c, login/setutent.c, login/endutent_r.c,
3509 login/endutent.c, login/getutent_r.c, login/getutent.c,
3510 login/getutid_r.c, login/getutid.c, login/getutline_r.c,
3511 login/getutline.c, login/pututline_r.c, login/pututline.c:
3512 New files. Routines to handle utmp-style files.
3514 * sysdeps/gnu/utmpbits.h: New file. Contains GNU/Linux
3515 specific definitions of utmp data structures and constants.
3517 * sysdeps/unix/sysv/utmpbits.h: Renamed from sysdeps/unix/sysv/utmp.h.
3519 * sysdeps/generic/utmpbits.h: New file. Generic (BSDish) version of
3520 definitions of utmp data structures and constants.
3522 Fri May 17 00:01:31 1996 Ulrich Drepper <drepper@cygnus.com>
3524 * locale/C-monetary.c: Default value for mon_decimal_point should be
3527 * stdio-common/printf.h: Remove Linux libc compatibility stuff.
3528 Add `extra' flag. Currently used in __printf_fp.
3530 * stdio-common/printf_fp.c (__guess_grouping): Renamed from
3531 `guess_grouping' and extend visibility to extern. This function
3532 is now used in `strfmon'.
3533 (__printf_fp): Recognize new bit flag in info struct. This
3534 triggers to use the grouping information and decimal point from
3535 the LC_MONETARY category instead of the LC_NUMERIC category.
3537 * stdio-common/vfprintf.c (process_arg): Correct major bug. In
3538 `complicated' loop we must not use the varargs because the args
3539 are already available in the ARGS_VALUE array.
3541 * stdlib/Makefile (headers): Add monetary.h.
3542 (routines): Add strfmon.
3543 * stdlib/monetary.h: New file. Header for strfmon function.
3544 * stdlib/strfmon.c: New file. Implement strfmon function to print
3545 monetary amounts according to current locale's rules.
3547 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: The kernel header is
3548 now (>= Linux-1.3.100) called <asm/vm86.h>.
3550 Thu May 16 00:31:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3552 * Makerules [versioned]: Make symlinks in the build directory, because
3553 the versioned names might be referenced by a DT_NEEDED in another
3556 Wed May 15 18:59:38 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3558 * manual/examples/longopt.c: Include stdlib.h and getopt.h.
3560 Tue May 14 03:36:21 1996 Ulrich Drepper <drepper@cygnus.com>
3562 * sysdeps/unix/sysv/linux/Makefile [$subdir == misc] (headers):
3563 Add sys/acct.h and sys/sysctl.h.
3565 Tue May 14 19:42:04 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3567 * sysdeps/generic/strrchr.c: Deansideclized.
3569 * elf/Makefile (ldd): Depend on Makefile.
3570 Find ld.so in $(slibdir) instead of $(libdir).
3572 * sysdeps/i386/strrchr.S: Use `testl $3, %esi' instead of `testb $3,
3573 %esi'; gas misassembles the latter into `testb $3, %dh'.
3575 * mach/Machrules (%.udeps rule): Do $(make-target-directory) first.
3577 Tue May 14 16:38:44 1996 David Mosberger-Tang <davidm@AZStarNet.com>
3579 * sunrpc/getrpcent.c (interpret): Declare args. Rewrite parsing using
3582 Tue May 14 20:18:38 1996 Ulrich Drepper <drepper@cygnus.com>
3584 * time/Makefile (routines): Add strptime.
3585 * time/time.h: Add prototype for strptime.
3586 * time/strptime.c: New file. Implementation according to XPG4.
3588 Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3590 * libc-symbols.h (lint): Macro removed. The sunrpc code does some
3591 really stupid things #ifdef lint.
3593 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter): Fix
3594 struct member name: sc_eip -> eip.
3596 Mon May 13 19:52:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3598 * Makerules (stub-$(subdir)): Put cmds including cd inside (...) with
3599 output redirect outside it.
3601 * elf/Makefile (subdir_lib): Depend on ld.so.
3603 Sun May 12 22:52:22 1996 Bruce Elliott <belliott@accessone.com>
3605 * stdio-common/vfprintf.c: Correct handling of unsigned short
3608 Mon May 13 12:03:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3610 * extra-lib.mk (alltype-$(lib)): Put libs in $(objpfx) instead of
3612 * Makerules [install-lib.a]: Find them there.
3614 * sysdeps/unix/sysv/linux/i386/profil-counter.h: New file.
3616 * extra-lib.mk: Skip the hair if $(object-suffixes-$(lib)) is empty.
3618 * posix/glob.h [_AMIGA]: Remove `struct stat;' forward decl.
3620 * configure.in (--with-fp): Note in help string that it's the default.
3622 * locale/programs/ld-ctype.c (struct locale_ctype_t): Use u_int32_t
3623 instead of unsigned int for map_collection_max and map_collection_act.
3625 * stdio-common/vfprintf.c [USE_IN_LIBIO] (flockfile, funlockfile):
3626 Macros removed; they are in <stdio.h>.
3627 * stdio-common/vfscanf.c: Likewise.
3629 * posix/glob.c [_AMIGA]: Don't include <pwd.h>.
3630 (glob): Remove bogus & in call to globfree.
3631 [_AMIGA]: Use AmigaDOS file name conventions.
3633 * time/Makefile (zonenames): Target removed.
3634 (extra-objs): Remove it from here.
3635 Include the z.* files directly instead of including zonenames; use
3636 `-include' to not complain before they exist.
3638 * sysdeps/unix/Makefile: Find sysd-syscalls and s-proto.d with
3639 $(common-objpfx) instead of $(objpfx).
3641 * sysdeps/unix/bsd/telldir.c (seekdir, telldir): Use new struct member
3644 * Makerules [install-lib-non.a]: Find these things with $(objpfx)
3645 instead of $(common-objpfx).
3647 * Makeconfig (sysdep-configures): New variable.
3648 (config.status): Depend on $(sysdep-configures).
3650 Fri May 10 20:07:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3652 * sysdeps/unix/sysv/linux/profil.c: New file.
3654 Fri May 10 19:59:50 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3656 * sysdeps/m68k/Makefile (CFLAGS-setjmp.c): New variable.
3658 Fri May 10 19:55:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3660 * shlib-versions: Use libm=6 and libc=6 for m68k-linux.
3662 Sun May 12 11:16:58 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3664 * string/envz.c: Fix uses of unsigned to size_t.
3666 * Makerules ($(libdir)/libc.so): Make the file an ld script.
3668 * sysdeps/mach/hurd/configure.in: Don't grok --with-hurd option.
3670 * sysdeps/mach/configure.in: File removed.
3671 * sysdeps/mach/configure: File removed.
3673 * mach/Machrules (%.udeps rule): Write deps for %_server.[ch] too.
3674 (%_server.[ch] rule): Don't depend on %.defs; use #include to get
3675 installed .defs file.
3677 * stdio-common/vfprintf.c (flockfile, funlockfile): Define to
3678 nothing for stdio. Fix fUNlockfile -> funlockfile for libio.
3679 * stdio-common/vfscanf.c: Likewise.
3681 Sat May 11 13:43:41 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3683 * hurd/hurdfault.c: Include faultexc_server.h instead of faultexc.h.
3685 * mach/Machrules (%.ir rule): Don't produce deps for imports.
3687 * elf/dl-fini.c (_dl_fini): Clear L->l_init_called after calling fn.
3689 * Makerules (install): Depend on $(slibdir)/libc.so$(libc.so-version).
3690 [!subdir] ($(libdir)/libc.so, $(common-objpfx)/libc-syms.so): Protect
3691 these targets and install dep on $(libdir)/libc.so with this.
3693 * hurd/Makefile: Removed all rules and defns for using code from Hurd
3694 sources and installing headers from there.
3696 * sysdeps/mach/hurd/errnos.awk: Set in_mach_errors to FILENAME when we
3697 set it. In Mach error matching clause, only match if FILENAME is
3698 still the same value.
3700 * sysdeps/mach/hurd/Makefile: Don't include sysdeps/mach/Makefile;
3701 $(mach-srcdir) no longer exists.
3702 (hurd-srcdir): Variable removed.
3703 (includes): Don't append -I$(hurd-srcdir).
3704 (last-includes): Variable removed.
3705 Remove vpath specs using $(hurd-srcdir).
3706 (mach-errno-h): New canned sequence.
3707 ($(common-objpfx)errnos.d): New target, generated included makefile
3708 to determine absolute file names of Mach headers to search for error
3709 codes and set variable mach-errnos-deps.
3710 ($(common-objpfx)stamp-errnos): Depend on $(mach-errnos-deps) instead
3711 of prior explicit list.
3712 (generated): Add errnos.d, stamp-errnos.
3714 * mach/Machrules (some-if-rtn): New variable and target; compute deps
3715 of some if routine and make all if routines depend on that .d file
3716 instead of static list of .h files.
3718 * mach/Makefile (mach/mach_interface.defs,
3719 mach/memory_object_user.defs): Targets removed.
3720 ($(objpfx)mach-syscalls.mk): Tweak this kludge so it doesn't depend
3721 directly on Mach sources.
3723 * sysdeps/mach/Makefile (mach-srcdir): Variable removed.
3724 (includes): Don't append -I$(mach-srcdir).
3725 Remove vpath specs using $(mach-srcdir).
3727 * hurd/Makefile (server-interfaces): Add faultexc.
3728 (sig): Remove it from here.
3729 (fault%.[ch]): Rule removed.
3730 (MIGFLAGS-faultexc): New variable.
3732 * hurd/faultexc.defs: New file.
3734 * mach/Machrules (%.ustamp rule): Pass $(MIGFLAGS-$*) to mig.
3735 (%_server.[ch] rule): Likewise.
3737 * mach/Makefile: Removed all rules and defns for using code from Mach
3738 sources and installing headers from there.
3740 * Makeconfig [$(build-shared)=yes] (link-libc): Append
3741 $(libc.so-version) to libc.so.
3743 Fri May 10 18:36:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3745 * mach/Machrules (%.ustamp rule): Don't depend on %.defs.
3746 (%.udeps): New rule parallel to that one, generating included
3747 makefiles with -M output from `#include <%.defs>'.
3749 * Makerules (sed-remove-objpfx): Remove space before \ at eol.
3751 * Makefile (distribute): Add FAQ.
3752 * FAQ: New file contributed by drepper.
3754 * time/Makefile (headers): Add timebits.h.
3755 * sysdeps/unix/sysv/linux/timebits.h: New file.
3756 * sysdeps/stub/timebits.h: New file.
3757 * time/time.h (CLK_TCK): Define to CLOCKS_PER_SEC.
3758 (CLOCKS_PER_SEC): Remove this macro. Instead #include <timebits.h>.
3760 Fri May 10 16:22:44 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
3762 * string/argz-create.c (__argz_create): Restore const keyword to
3764 * string/argz.h (__argz_create, argz_create): Restore const
3766 * string/envz.c (envz_get): Don't declare ENTRY const.
3768 Fri May 10 11:48:03 1996 Miles Bader <miles@gnu.ai.mit.edu>
3770 * string/argz.h (argz_create): Fix param type.
3771 * string/argz-create.c (__argz_create): Remove const from param type.
3772 * string/envz.c (envz_get): Remove const from return type.
3774 Fri May 10 09:41:54 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
3776 * string/argz.h (__argz_create, argz_create): Omit const keyword
3777 from declaration of ARGV.
3778 * string/envz.h (envz_get): Omit const from declaration of return
3781 Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3783 * aclocal.m4 (AC_FD_MSG, AC_FD_CC): Fix these for autoconf weirdness.
3785 Cleanups in sunrpc code from NIIBE Yutaka <gniibe@mri.co.jp>.
3786 * sunrpc/clnt_tcp.c (clnttcp_create): Don't close *SOCKP if it's -1.
3787 * sunrpc/clnt_simp.c (callrpc): Don't close CRP->socket if it's
3789 * sunrpc/pmap_clnt.c (pmap_set): Don't close SOCKET, since
3790 CLNT_DESTROY already has.
3791 (pmap_unset): Likewise.
3792 * sunrpc/pm_getmaps.c (pmap_getmaps): Likewise.
3793 * sunrpc/pm_getport.c (pmap_getport): Likewise.
3794 * sunrpc/pmap_rmt.c (pmap_rmtcall): Likewise.
3795 * sunrpc/portmap.c (callit): Likewise.
3797 * Makerules (versioned): Strip whitespace.
3799 * Rules (static-only-routines rule): Remove spurious space in dep.
3801 * misc/getusershell.c: Undo changes of 7 May 96 (rev 1.6).
3802 Cast string constants to char *.
3804 * posix/glob/SMakefile, posix/glob/SCOPTIONS, posix/glob/Makefile.ami:
3805 New files, AmigaDOS support from Aaron Digulla.
3806 * posix/Makefile (glob.tar): Add AmigaDOS support files.
3808 * sysdeps/unix/sysv/linux/net/if.h: New file.
3809 * sysdeps/unix/sysv/linux/Dist: Add it.
3810 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=socket] (headers): Add
3813 * Makeconfig (link-libc): Add libc.a after libc.so in link.
3815 * Rules (static-only-routines rule): Use empty.o instead of dummy.o.
3816 (empty.o): New target.
3817 (generated): Add empty.c, empty.o.
3819 * resolv: Code updated from BIND-4.9.3P2C3.
3821 * Rules (static-only-routines rule): Use dummy.o, not dummy.so.
3823 Wed May 8 20:04:29 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3825 * extract-dynsym: New file.
3826 * Makefile (distribute): Add it.
3827 * Rules (subdir_install): Depend on $(common-objpfx)sor-$(subdir).
3828 [! libc.so-version]: Clear static-only-routines.
3829 ($(common-objpfx)sor-$(subdir)): New target.
3830 [static-only-routines]: New static pattern rule for these .so's.
3831 * Makerules [libc.so-version] ($(slibdir)/libc.so): Target removed.
3832 [libc.so-version] ($(libdir)/libc.so, $(common-objpfx)libc-syms.so):
3833 New targets replace it.
3834 (install) [libc.so-version]: Depend on $(libdir)/libc.so instead of
3836 * io/Makefile (static-only-routines): New variable.
3837 * configure.in: Check for tools objdump and objcopy, and for awk.
3838 * config.make.in (OBJDUMP, OBJCOPY, AWK): New variables.
3840 Thu May 9 01:24:00 1996 Ulrich Drepper <drepper@cygnus.com>
3842 * locale/programs/config.h: Remove definition of wint_t.
3844 * locale/programs/ld-collate.c: Include <wchar.h> instead of
3847 * manual/time.texi: Add some more description for %U and %W
3848 format of strftime. Describe new format %V of strftime.
3850 * resolv/gethnamaddr.c: Prevent warning by preventing variable
3852 * stdio-common/_itoa.c: Ditto.
3854 Tue May 7 23:43:07 1996 Ulrich Drepper <drepper@cygnus.com>
3856 * libio/clearerr.c, libio/feof.c, libio/ferror.c, libio/fgetc.c,
3857 libio/fileno.c, libio/fputc.c, libio/freopen.c, libio/fseek.c,
3858 libio/genops.c, libio/getc.c, libio/getchar.c, libio/iofclose.c,
3859 libio/iofflush.c, libio/iofgetpos.c, libio/iofgets.c,
3860 libio/iofputs.c, libio/iofread.c, libio/iofsetpos.c,
3861 libio/ioftell.c, libio/iofwrite.c, libio/iogetdelim.c,
3862 libio/iogets.c, libio/ioputs.c, libio/iosetbuffer.c,
3863 libio/iosetvbuf.c, libio/ioungetc.c, libio/iovsprintf.c,
3864 libio/libio.h, libio/putc.c, libio/putchar.c, libio/rewind.c,
3865 libio/stdio.h, stdio-common/printf_fp.c, stdio-common/vfprintf.c,
3866 stdio-common/vfscanf.c: Prepare for reentrant libio.
3868 * libio/clearerr_u.c, libio/feof_u.c, libio/ferror_u.c,
3869 libio/fputc_u.c, libio/getc_u.c, libio/getchar_u.c,
3870 libio/iofflush_u.c, libio/putc_u.c, libio/putchar_u.c: New files.
3871 Used in reentrant libio.
3873 * misc/getusershell.c: Prevent warnings.
3875 Wed May 8 12:08:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3877 * Makerules (install-lib.so rules): Undouble $s in target and dep
3878 parts of o-iterator-doit defns.
3879 (unversioned libraries install rule): Fix pattern.
3881 * mach/Makefile (mach-src-headers): Use $(base-machine) instead of
3883 ($(includedir)/machine): Likewise.
3885 * config.make.in (base-machine): New variable.
3886 * configure.in (machine): Move case stmt to set $machine out of sysdep
3887 dirs AC_CACHE_CHECK.
3888 (base_machine): New variable, set in that switch and AC_SUBST'd.
3890 * Makerules (stub-$(subdir)): Use file name in directory as output,
3893 * configure.in (MSGFMT): Use : if none found.
3895 * po/Makefile: Include ../Rules instead of ../Makerules.
3897 Tue May 7 23:18:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3899 * po/Makefile: New file.
3900 * Makefile (subdirs): Add po.
3902 * configure.in: Check for msgfmt.
3903 * config.make.in (MSGFMT): New variable.
3905 Sun May 5 23:49:10 1996 Ulrich Drepper <drepper@cygnus.com>
3907 * misc/Makefile (routines): Add swapoff.
3909 * sysdeps/unix/sysv/linux/Dist: Add sys/quota.h.
3911 * sysdeps/unix/sysv/linux/sys/quota.h: New file. Wrapper around
3914 Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
3916 * string/argz-extract.c: Remove const from decl.
3917 * string/argz.h: Here too.
3919 * Makeconfig (version.mk): Fix regexp in sed cmd.
3920 Depend on $(..)Makeconfig.
3922 * GMP code updated from gmp-2.0 release.
3923 * stdlib/Makefile (mpn-routines): Removed add_1, added inlines.
3924 * sysdeps/generic/add_1.c: File removed.
3925 * stdlib/strtod.c: mp_limb is now mp_limb_t.
3926 * stdlib/fpioconst.c, stdlib/fpioconst.h: Likewise.
3927 * stdio-common/_itoa.c: Likewise.
3928 * stdio-common/printf_fp.c: Likewise.
3929 Don't include ansidecl.h.
3931 * sysdeps/mach/hurd/getcwd.c: Use io_identity instead of io_stat.
3933 * shlib-versions: New file.
3934 * Makerules (soversions.mk): New target, include file generated from
3935 shlib-versions. Moved shared library rules before installation rules.
3936 Rewrote shared library installation rules for versioned libraries.
3937 * math/Makefile (libm.so-version): Variable removed.
3939 * sysdeps/mach/hurd/i386/exc2signal.c: Use struct hurd_signal_detail.
3941 * hurd/report-wait.c (_S_msg_describe_ports): New function.
3943 * configure.in: Add AC_PROG_LN_S check.
3944 * config.make.in (LN_S): New variable.
3946 Sun May 5 03:10:44 1996 Ulrich Drepper <drepper@cygnus.com>
3948 * misc/efgcvt_r.c (ecvt_r): Work aroung gcc bug. gcc does
3949 not know about weak aliases now and optimizes necessary `if'
3952 * posix/unistd.h: Add swapoff prototype.
3954 * sysdeps/generic/confname.h: Add even more POSIX.4 symbols.
3956 * sysdeps/posix/fpathconf.c (__fpathconf): Get information
3957 for _PC_PATH_MAX from fstatfs function if available.
3959 * sysdeps/posix/sysconf.c: Add code to handle _SC_AIO_LISTIO_MAX,
3960 _SC_AIO_MAX, _SC_AIO_PRIO_DELTA_MAX, _SC_DELAYTIMER_MAX,
3961 _SC_MQ_OPEN_MAX, _SC_MQ_PRIO_MAX, _SC_RTSIG_MAX,
3962 _SC_SEM_NSEMS_MAX, _SC_SEM_VALUE_MAX, _SC_SIGQUEUE_MAX, and
3964 * sysdeps/unix/sysv/sysv4/sysconf.c: Ditto.
3966 * sysdeps/stub/swapoff.c: New file. Stub version for swapoff
3969 * sysdeps/unix/syscalls.list: Add swapoff.
3971 * sysdeps/unix/sysv/linux/Dist: Add sys/acct.h.
3973 * sysdeps/unix/sysv/linux/Makefile [$(subdir) == misc]
3974 (sysdep_routines): Add mount, umount, llseek, setfsgid, setfsuid,
3975 sysinfo, and uselib.
3976 (headers): Add sys/sysinfo.h.
3978 * sysdeps/unix/sysv/linux/gethostid.c: Prevent warning.
3980 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) == misc]
3981 (sysdep_routines): Add ioperm, iopl, and vm86.
3982 (headers): Add sys/perm.h and sys/vm86.h.
3984 * sysdeps/unix/sysv/linux/i386/sys/perm.h: New file. Contains
3985 prototypes for iopl and ioperm.
3987 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: New file. Contains
3990 * sysdeps/unix/sysv/linux/i386/syscalls.list: New file. Add
3993 * sysdeps/unix/sysv/linux/sys/acct.h: New file. Contains
3994 prototypes for acct function.
3996 * sysdeps/unix/sysv/linux/sys/socket.h: Provide real header
3997 file with prototypes.
3999 * sysdeps/unix/sysv/linux/sys/sysinfo.h: New file. Contains
4000 prototype for sysinfo function.
4002 * sysdeps/unix/sysv/linux/syscalls.list: Add flock, ioperm, iopl,
4003 llseek, setfsgid, setfsuid, sysinfo, and uselib.
4005 * sysdeps/unix/sysv/linux/sysconf.c: Instead of duplicating
4006 posix/sysconf.c now only handle cases different to that
4009 Tue May 7 15:08:19 1996 Miles Bader <miles@gnu.ai.mit.edu>
4011 * stdio/linewrap.c (__line_wrap_output): Renamed from lwoutput
4012 (all references changed). Now exported.
4014 * stdio/linewrap.c (struct data): Type deleted (moved to linewrap.h).
4015 (wrap_stream, unwrap_stream, lwclose, lwfileno, lwoutput,
4016 line_wrap_stream, line_unwrap_stream): Use struct line_wrap_data
4017 instead of struct data.
4018 (lwoutput, line_wrap_stream, line_unwrap_stream): Rename various
4019 occurences of `wrap' and `wrapmargin' to `wmargin'.
4020 (line_wrapped, line_wrap_lmargin, line_wrap_set_lmargin,
4021 line_wrap_rmargin, line_wrap_set_rmargin, line_wrap_wmargin,
4022 line_wrap_set_wmargin, line_wrap_point): New functions.
4023 * stdio/linewrap.h: New file.
4024 * stdio/Makefile (headers): Add linewrap.h.
4026 Tue May 7 14:19:12 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4028 * sysdeps/unix/sysv/linux/i386/Makefile: File removed.
4030 * stdio/stdio.h: Remove line_wrap_stream, line_unwap_stream decls.
4032 * sysdeps/unix/sysv/linux/schedbits.h: New file.
4034 Tue May 7 13:47:02 1996 Miles Bader <miles@gnu.ai.mit.edu>
4036 * stdio/linewrap.c (struct data): Make margin fields not-pointers.
4037 (lwoutput): Adjust uses acordingly.
4039 Tue May 7 10:51:52 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4041 * sysdeps/mach/hurd/fdatasync.c: New file.
4042 * sysdeps/mach/hurd/fsync.c: Pass new flag to file_sync.
4044 * sysdeps/mach/hurd/xmknod.c: Pass new flag to dir_link.
4045 * sysdeps/mach/hurd/symlink.c: Likewise.
4046 * sysdeps/mach/hurd/link.c: Likewise.
4047 * sysdeps/mach/hurd/bind.c: Likewise.
4048 * hurd/hurdsig.c (write_corefile): Likewise.
4050 * hurd/hurdsig.c (write_corefile): Pass cttyid port to crash server.
4052 * sysdeps/mach/hurd/fpathconf.c: RPC takes int pointer, not long int.
4054 * sysdeps/mach/hurd/_exit.c (_hurd_exit): Pass sigcode arg to
4056 * sysdeps/mach/hurd/dl-sysdep.c (_exit): Likewise.
4058 * sysdeps/mach/hurd/wait4.c: Pass sigcode arg to proc_wait.
4060 * sysdeps/mach/hurd/rename.c: Pass new flag to dir_rename.
4062 * hurd/hurdfault.c (_hurdsig_fault_catch_exception_raise): Use struct
4064 * hurd/catch-exc.c (_S_catch_exception_raise): Likewise.
4065 * hurd/hurd-raise.c (_hurd_raise_signal): Likewise.
4066 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
4068 * sysdeps/mach/hurd/setitimer.c (restart_itimer): Likewise.
4070 * hurd/hurd/signal.h: Fix _hurd_exception2signal prototype.
4072 * hurd/hurdsig.c (write_corefile): Take const struct
4073 hurd_signal_detail * arg. Pass all details to crash_dump_task.
4074 (_hurd_internal_post_signal): Pass DETAIL to write_corefile.
4075 (_hurd_internal_post_signal: suspend): Pass code and error to
4078 * hurd/hurdprio.c (_hurd_priority_which_map): Pass flags arg to
4079 proc_getprocinfo by reference.
4081 * wcsmbs/wcwidth.c, wcsmbs/wcswidth.c: Fixed typos.
4083 * sysdeps/unix/sysv/linux/sys/mman.h: Fixed typo.
4085 * sysdeps/stub/sched_getp.c: Add missing #include <sys/types.h>.
4086 * sysdeps/stub/sched_sets.c: Likewise.
4087 * sysdeps/stub/sched_setp.c: Likewise.
4088 * sysdeps/stub/sched_rr_gi.c: Likewise.
4089 * sysdeps/stub/sched_gets.c: Likewise.
4091 * hurd/hurdsig.c: Use struct hurd_signal_detail.
4092 * hurd/hurd/fd.h (_hurd_fd_error): Likewise.
4093 * sysdeps/mach/hurd/sysd-stdio.c (fd_fail): Likewise.
4095 Mon May 6 09:51:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4097 * stdio/linewrap.c: New file.
4098 * stdio/Makefile (routines): Add linewrap.
4099 * stdio/stdio.h [__USE_GNU]: Declare line_wrap_stream,
4102 Mon May 6 14:53:26 1996 Ulrich Drepper <drepper@cygnus.com>
4104 * time/strftime.c (week): Add third parameter telling how
4105 many days must be in new year so that it is called week 1.
4106 (Following ISO 8601).
4107 Correct computation for %U and %V formats when day was first
4109 (strftime): Implement %V format according to Spec1170.
4111 Mon May 6 17:01:09 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
4113 * hurd/hurd/signal.h (_hurd_intr_rpc_mach_msg): New declaration.
4115 Sat May 4 05:44:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4117 * hurd/hurd/sigpreempt.h (struct hurd_signal_preempter): Change
4118 prototype of `preempter' elt to use struct hurd_signal_detail.
4120 * hurd/hurd/signal.h (struct hurd_signal_detail): New type.
4121 (struct hurd_sigstate): Make `pending_data' member an array of that.
4122 Use the new type in several decls.
4124 * locale/setlocale.c (_nl_C_name): Variable removed.
4125 * locale/C_name.c: New file.
4126 (_nl_C_name): Put it here instead.
4127 * locale/Makefile (aux): Add C_name.
4129 * sysdeps/mach/hurd/dl-sysdep.c (open): Don't pass io port in
4130 auth_user_authenticate rpc.
4131 (open): Avoid using strtol in digit conversion for "fd/N" magic.
4132 (_dl_sysdep_start): Likewise for memobj name in magic switches.
4134 * elf/Makefile (reloc-link): New variable.
4135 (dl-allobjs.so): New target, link together $(rtld-routines).
4136 (librtld.so): Depend on that instead of the rtld components.
4137 (generated): Add dl-allobjs.so.
4139 * hurd/hurd-raise.c (_hurd_raise_signal): Pass sigcode in msg_sig_post
4142 * hurd/hurdmsg.c (_S_msg_set_environment): Use argz.h functions
4143 instead of _hurd_split_args.
4144 (_S_msg_*_exec_flags): Functions removed.
4145 (_S_msg_startup_dosync): Stub removed.
4147 Sat May 4 02:11:55 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4149 * sysdeps/mach/hurd/ptrace.c: Set _hurdsig_traced instead of
4150 EXEC_TRACED bit in _hurd_exec_flags.
4151 Pass sigcode arg in msg_sig_post_untraced rpc.
4153 * sysdeps/mach/hurd/access.c: Don't pass io port in
4154 auth_user_authenticate rpc.
4156 * posix/sched.h: Fix typos.
4158 * sysdeps/mach/hurd/fork.c: Use new critical section lock.
4159 Clear _hurdsig_traced instead of EXEC_TRACED.
4161 * sysdeps/stub/nanosleep.c (nanosleep): Fix typo.
4163 * wcsmbs/wcstol.c: Find strtol.c in ../stdlib.
4164 * wcsmbs/wcstof.c: Find strtod.c in ../stdlib.
4165 * wcsmbs/wcstod.c: Likewise.
4166 * wcsmbs/wcstold.c: Likewise.
4168 * wcsmbs/wcwidth.h: Find cname-lookup.h in ../wctype.
4170 * string/envz.c (envz_entry): Use const.
4171 (envz_get, envz_remove): Likewise.
4172 (envz_entry): Return char *, not const char *.
4174 * string/envz.h: Fix decl.
4176 * string/argz-create.c: Use const in prototype.
4177 * string/argz-next.c: Likewise.
4179 Fri May 3 13:32:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4181 * sysdeps/mach/hurd/sigprocmask.c: Pass sigcode arg to msg_sig_post.
4182 * sysdeps/mach/hurd/i386/sigreturn.c: Likewise.
4183 * sysdeps/mach/hurd/sigsuspend.c: Likewise.
4184 * sysdeps/mach/hurd/kill.c: Likewise.
4186 * hurd/hurdexec.c (_hurd_exec): Use new critical section lock.
4187 * hurd/catch-exc.c (_S_catch_exception_raise): Likewise.
4188 * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Likewise.
4189 * hurd/thread-cancel.c (hurd_thread_cancel, hurd_check_cancel):
4191 * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Likewise.
4192 * sysdeps/mach/hurd/sigaction.c: Likewise.
4194 * sysdeps/mach/hurd/errnos.awk: Don't use ARGV in comment; it can
4195 change meaninglessly.
4197 * hurd/hurd/signal.h (struct hurd_sigstate): Replace critical section
4198 flag with a spin lock.
4199 (_hurd_critical_section_lock): Use spin_try_lock on that to see if we
4200 get it. No need to take SS->lock at all.
4201 (_hurd_critical_section_unlock): Unlock SS->critical_section_lock
4202 instead of clearing the old flag member.
4203 * hurd/hurdsig.c (_hurd_internal_post_signal): Use spin_lock_locked to
4204 test the critical section state.
4206 * hurd/hurdinit.c (_hurd_init): Set _hurdsig_traced from the intarray.
4208 * hurd/hurdkill.c (_hurd_sig_post): Pass 0 sigcode in msg_sig_post.
4210 * hurd/hurdsig.c (_hurd_internal_post_signal): Test _hurdsig_traced
4211 instead of testing (_hurd_exec_flags & EXEC_TRACED).
4212 (_S_msg_sig_post): Take sigcode arg and pass it through.
4213 (_S_msg_sig_post_untraced): Likewise.
4214 (reauth_proc): Don't pass proc port in auth_user_authenticate.
4216 * hurd/setauth.c (_hurd_setauth): Don't pass object ports in
4217 auth_user_authenticate RPCs, just the one-off rendezvous port.
4218 * hurd/dtable.c (reauth_dtable): Likewise.
4219 * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Likewise.
4221 * hurd/hurdexec.c (_hurd_exec): Pass 0 flags to file_exec.
4222 Pass sigcode arg to msg_sig_post.
4224 * string/argz.h (argz_create): Use const in prototype.
4226 * hurd/hurdinit.c (_hurd_proc_init): Test _hurdsig_traced instead of
4227 testing (_hurd_exec_flags & EXEC_TRACED).
4228 Pass sigcode arg to msg_sig_post.
4230 * hurd/hurd.h: Declare _hurdsig_traced.
4232 * string/argz.h (__argz_next): Cast ENTRY before returning it.
4234 * hurd/hurd/signal.h (_hurd_critical_section_unlock): Pass sigcode arg
4237 * hurd/path-lookup.c: New file.
4238 * hurd/Makefile (routines): Add path-lookup.
4239 * hurd/hurd/lookup.h: Declare file_name_path_scan,
4240 hurd_file_name_path_lookup.
4241 * hurd/hurd.h: Declare file_name_path_lookup.
4243 * sysdeps/mach/hurd/select.c: The io_select rpc no longer has a TAG_ID
4244 argument. Instead, use a separate reply port for each RPC and put them
4245 all in a port set to wait for slow replies.
4247 * intl/Makefile (CPPFLAGS): Change $(nlsdir) to $(i18ndir) in
4250 Fri May 3 03:14:02 1996 Ulrich Drepper <drepper@cygnus.com>
4252 * intl/Makefile (routines): Add l10nflist and explodename.
4253 (distribute): Add loadinfo.h and locale.alias.
4254 (install-others): New variable to install locale.alias.
4256 * intl/dcgettext.c, intl/finddomain.c, intl/gettextP.h,
4257 intl/loadmsgcat.c: Adapt for upcoming gettext-0.10.13. Some code
4258 is now shared with the locale implementation.
4260 * intl/explodename.c, intl/l10nflist.c, intl/loadinfo.h: New file.
4261 Extracted from finddomain.c. This is also used in the locale
4264 * intl/locale.alias: New file. Locale alias database compatible
4265 with X Window System's locale alias file. Can now be used in
4266 locale and gettext code.
4268 * libio/stdio.h: Add prototypes for asprint and vasprintf.
4270 * locale/C-collate.c, locale/C-ctype.c, locale/C-messages.c,
4271 locale/C-monetary.c, locale/C-numeric.c, locale/C-time.c: Add new
4272 field in structure with name of locale ("C" in this case).
4274 * locale/Makefile (routines): Add findlocale.
4276 * locale/findlocale.c: New file. Instead of trying to load the
4277 directly described file we now try to be much smarter when this
4278 fails. Use the same code as gettext does.
4280 * locale/loadlocale.c, locale/setlocale.c: Rewrite to know about
4283 * locale/localeinfo.h: Adapt prototypes and declarations for new
4284 setlocale implementation. Remove definition of u32_t type. We
4285 now use u_int32_t from <sys/types.h>.
4287 * locale/programs/charset.h (ILLEGAL_CHAR_VALUE): Provide type
4290 * locale/programs/config.h, locale/lc-collate.c,
4291 locale/localeinfo.h, locale/programs/ld-collate.c,
4292 locale/programs/ld-ctype.c, locale/programs/ld-messages.c,
4293 locale/programs/ld-monetary.c, locale/programs/ld-numeric.c,
4294 locale/programs/ld-time.c, locale/weight.h, string/strcoll.c:
4295 Change to use u_int32_t and u_int16_t.
4297 * locale/programs/localedef.c (construct_output_path): Change name
4298 of output locale to contain normalized form of the character set
4301 * string/Makefile (routines): Add agrz-ctsep and argz-next.
4302 (tests): Add tst-strlen.
4304 * string/argz-ctsep.c: New file. Implement reverse operation
4305 from argz-stringify.
4307 * string/argz-next.c: Non-inline version of function from argz.h.
4309 * string/argz.h, string/envz.h: Make usable as global header file.
4311 * string/envz.c: Fix declarations to use size_t where prototypes
4314 * string/tst-strlen.c: New file. Another test for critical
4315 situation in strlen implementations.
4317 * sysdeps/i386/i586/strlen.S: Fix bug with highest byte in word
4320 * wctype/test_wctype.c: Fix controlling comparison after change to
4321 32 bit character class array.
4323 Fri May 3 12:53:12 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4325 * sysdeps/unix/sysv/linux/sys/socket.h: Remove spurious doubled line.
4327 Thu May 2 22:50:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4329 * sysdeps/unix/sysv/linux/getpriority.c: New file.
4330 * sysdeps/unix/sysv/linux/syscalls.list: Add s_getpriority.
4332 Thu May 2 22:41:31 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4334 * sysdeps/unix/sysv/linux/m68k/fpu_control.h (_FPU_DEFAULT):
4335 Disable all exceptions.
4337 Thu May 2 22:33:14 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4339 * sysdeps/m68k/fpu/e_acos.c, sysdeps/m68k/fpu/e_acosf.c,
4340 sysdeps/m68k/fpu/e_fmod.c, sysdeps/m68k/fpu/e_fmodf.c,
4341 sysdeps/m68k/fpu/isinfl.c, sysdeps/m68k/fpu/isnanl.c,
4342 sysdeps/m68k/fpu/s_atan.c, sysdeps/m68k/fpu/s_atanf.c,
4343 sysdeps/m68k/fpu/s_frexp.c, sysdeps/m68k/fpu/s_frexpf.c,
4344 sysdeps/m68k/fpu/s_ilogb.c, sysdeps/m68k/fpu/s_ilogbf.c,
4345 sysdeps/m68k/fpu/s_isinf.c, sysdeps/m68k/fpu/s_isinff.c,
4346 sysdeps/m68k/fpu/s_ldexp.c, sysdeps/m68k/fpu/s_ldexpf.c,
4347 sysdeps/m68k/fpu/s_modf.c, sysdeps/m68k/fpu/s_modff.c: Don't
4348 define __NO_MATH_INLINES, which is already defined on command
4351 Thu May 2 22:18:28 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4353 * sysdeps/libm-ieee754/e_j0f.c (__ieee754_j0f, __ieee754_y0f):
4354 Replace 0x80000000 by 0x48000000.
4355 * sysdeps/libm-ieee754/e_j1f.c (__ieee754_j1f): Likewise.
4357 Thu May 2 21:30:33 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4359 * sunrpc/svc_simple.c: Make global variable pl local to
4362 Thu May 2 00:24:04 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4364 * time/Makefile (tz-cflags): New variable.
4365 (CFLAGS-tzfile.c): New variable.
4366 (CFLAGS-zic.c): Add $(tz-cflags).
4367 (tz-cc): Remove variable.
4368 ($(objpfx)tzfile.o, $(objpfx)zic.o): Remove targets.
4370 Wed May 1 09:10:04 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4372 * sysdeps/mach/hurd/getcwd.c: Jump out of both loops when we find a
4373 name, instead of checking for reaching end of buffer, which happens
4374 when the match is the last entry in the buffer.
4376 * time/strftime.c: Use canonical autoconf nugget for time.h+sys/time.h
4379 Mon Apr 29 02:48:26 1996 Ulrich Drepper <drepper@cygnus.com>
4381 * ctype/ctype-info.c: (__ctype_width): New variable.
4382 (__ctype_names): Initialize correctly without offset.
4384 * locale/C-collate.c, locale/C-ctype.c,
4385 locale/C-messages.c, locale/C-monetary.c,
4386 locale/C-numeric.c, locale/C-time.c: Change copyright.
4388 * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Correct
4389 endianess for initialization value.
4391 * locale/lc-ctype.c (current): Add parameter for offset.
4392 (__ctype32_b, __ctype_width): Add initialization for these
4395 * locale/programs/charmap.c: Finish support for WIDTH information.
4396 (new_width): New function.
4398 * locale/programs/charset.h (width_rule): new data structure.
4399 (charset_t): Add elements for width information.
4401 * locale/programs/ld-ctype.c (locale_ctype_t): Add element
4402 for width information.
4403 (allocate_arrays): Add new argument for charset.
4404 (ctype_finish): Make sure all characters named in charset
4405 width table are known to name table.
4406 (ctype_output): Correct handling of class and map name
4407 information and write out width information.
4408 (find_idx): Prepare for being called with NULL pointer as
4409 TABLE argument. This means only allocate name entry.
4410 (allocate_arrays): Correct handling of array element -1.
4411 Because EOF == -1 the value of element 127 must *not* be
4413 Fill width information from charset tables.
4415 * locale/programs/localedef.c (main): Correct loop over all
4416 categories after change of order from Thu Mar 28 14:22:51 1996.
4417 Add new charset argument to call of `write_all_categories'.
4419 * locale/programs/locales.h (ctype_finish, ctype_output): New
4422 * locale/programs/locfile.c (write_all_categories): Call
4423 `ctype_output' with additional argument charset.
4425 * posix/getconf.c (vars): Add _POSIX_SYNC_IO, _POSIX_ASYNC_IO,
4426 and _POSIX_PRIO_IO definitions.
4428 * posix/posix2_lim.h: Add definition of _POSIX2_CHARCLASS_NAME_MAX
4429 and CHARCLASS_NAME_MAX.
4431 * posix/unistd.h: Document _POSIX_SYNC_IO, _POSIX_ASYNC_IO,
4434 * stdlib/grouping.h: Prepare for use in wide string functions.
4436 * stdlib/stdlib.h: Correct prototypes for __strto*_internal
4439 * stdlib/strtod.c: Extend for use as `wcsto{f,d,ld}'.
4441 * stdlib/strtol.c: Extend for use as `wcsto{l,ul,q,uq}'.
4443 * string/strcoll.c: Extend for use as `wcscoll'.
4445 * string/strxfrm.c: Extend for use as `wcsxfrm'.
4447 * sysdeps/generic/confname.h: Add definition of _PC_SYNC_IO,
4448 _PC_ASYNC_IO, _PC_PRIO_IO and _SC_CHARCLASS_NAME_MAX.
4450 * sysdeps/generic/stpncpy.c: Correct return value.
4452 * sysdeps/posix/fpathconf.c: Add handling of _PC_SYNC_IO,
4453 _PC_ASYNC_IO, and _PC_PRIO_IO.
4455 * sysdeps/posix/sysconf.c: Add handling of _SC_REALTIME_SIGNALS,
4456 _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
4457 _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC,
4458 _SC_MAPPED_FILES, _SC_MEMLOCK, _SC_MEMLOCK_RANGE,
4459 _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING, _SC_SEMAPHORES,
4460 _SC_SHARED_MEMORY_OBJECTS, and _SC_CHARCLASS_NAME_MAX.
4461 * sysdeps/stub/sysconf.c: Ditto.
4462 * sysdeps/unix/sysv/sysv4/sysconf.c: Ditto.
4464 * sysdeps/unix/sysv/linux/Dist: Add sys/sysctl.h.
4466 * sysdeps/unix/sysv/linux/Makefile [subdir == misc]
4467 (sysdep_routines): Add s_sysctl and sysctl.
4469 * sysdeps/unix/sysv/linux/sys/mman.h: Add declaration of mremap.
4471 * sysdeps/unix/sysv/linux/sys/socket.h: New file. Wrapper
4472 around kernel header.
4474 * sysdeps/unix/sysv/linux/sys/sysctl.h: New file. Define
4475 interface to `sysctl' function.
4477 * sysdeps/unix/sysv/linux/syscalls.list: Add mremap and _sysctl.
4479 * sysdeps/unix/sysv/linux/sysconf.c: Add handling of
4480 _SC_CHARCLASS_NAME_MAX.
4482 * sysdeps/unix/sysv/linux/sysctl.c: new file. Implement caller
4483 of _sysctl system call.
4485 * sysvipc/Makefile (routines): Add ftok.
4487 * sysvipc/ftok.c: use variable `proj_id' not `id'. Patch by
4488 David Mosberger-Tang.
4490 * wcsmbs/Makefile (routines): Add wcpcpy, wcpncpy, wcstol,
4491 wcstoul, wcstoq, wcstouq, wcstod, wcstold, wcstof, wcscoll,
4492 wcsxfrm, wcwidth, and wcswidth.
4494 * wcsmbs/wchar.h: Add declarations for wcpcpy, wcpncpy, wcstol,
4495 wcstoul, wcstoq, wcstouq, wcstod, wcstold, wcstof, wcscoll,
4496 wcsxfrm, wcwidth, and wcswidth.
4497 Declare internal interfaces for wcsto* functions.
4498 [OPTIMIZE]: Define inline functions for wcsto* functions to
4499 call internal interface functions.
4501 * wcsmbs/wcpcpy.c, wcsmbs/wcpncpy.c: New files. Implement non-
4502 standard function equivalent to stpcpy/stpncpy.
4504 * wcsmbs/wcscoll.c: Implement `wcscoll' function by using
4505 `strcoll' implementation.
4507 * wcsmbs/wcscpy.c, wcsmbs/wcsncpy.c: Use wint_t instead of
4510 * wcsmbs/wcstod.c: Implement `wcstod' function by using `strtod'
4512 * wcsmbs/wcstof.c: Same for `wcstof'.
4513 * wcsmbs/wcstold.c: Same for `strtold'.
4515 * wcsmbs/wcstol.c: Implement `wcstol' function by using `strtol'
4517 * wcsmbs/wcstoq.c: Same for `wcstoq'.
4518 * wcsmbs/wcstoul.c: Same for `wcstoul'.
4519 * wcsmbs/wcstouq.c: Same for `wcstouq'.
4521 * wcsmbs/wcswidth.c: Implement `wcswidth' function from X/Open
4523 * wcsmbs/wcwidth.c: Ditto for `wcwidth'.
4524 * wcsmbs/wcwidth.h: Common function for definitions of above two
4527 * wcsmbs/wcsxfrm.c: Implement `wcsxfrm function by using
4528 `strxfrm implementation.
4530 * wctype/wctype.c: Remove case for `wctype_t' being 16 bit type.
4532 * wctype/wctype.h (wint_t): Protect against multiple definition.
4533 (wctype_t): Always define as `unsigned long int'.
4535 * wctype.h: New file. Wrapper around wctype/wctype.h.
4537 Tue Apr 30 17:30:46 1996 Miles Bader <miles@gnu.ai.mit.edu>
4539 * hurd/hurdsig.c (_hurdsig_abort_rpcs): Add timeout argument to
4540 interrupt_operation call.
4541 (_hurdsig_interrupt_timeout): New variable.
4543 * hurd/report-wait.c (describe_number): Correctly allocate space
4544 in DESCRIPTION for the digits in I.
4546 Mon Apr 29 00:11:59 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4548 * hurd/hurdstartup.c (_hurd_split_args): Function removed.
4549 (_hurd_startup): Use argz functions.
4551 * hurd/hurdexec.c: Use argz functions.
4553 * errno.h [!__error_t_defined] (error_t): New type.
4554 * sysdeps/mach/hurd/errnos.awk: #define __error_t_defined after the
4555 typedef in errnos.h.
4557 * string/envz.c, string/envz.h: New files.
4558 * string/argz.h, string/argz-append.c, string/argz-count.c,
4559 string/argz-create.c, string/argz-delete.c, string/argz-extract.c,
4560 string/argz-insert.c, string/argz-stringify.c: New files.
4561 * string/Makefile (routines): Add envz, argz-*.
4562 (headers): Add argz.h, envz.h.
4564 Sun Apr 28 14:14:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4566 * sysdeps/unix/sysv/linux/i386/Makefile: New file.
4568 Wed Apr 24 17:35:30 Ulrich Drepper <drepper@cygnus.com>
4570 * inet/netinet/in.h, socket/sys/socket.h: Move to
4571 sysdeps/generic/netinet/in.h, sysdeps/generic/sys/socket.h.
4572 * netinet/in.h, sys/socket.h: Remove file.
4574 * misc/Makefile (routines): Add fdatasync.
4576 * posix/Makefile (headers): Add sched.h.
4577 (routines): Add nanosleep, sched_setp, sched_getp, sched_sets,
4578 sched_gets, sched_yield, sched_primax, sched_primin, sched_rr_gi.
4580 * posix/getconf.c (vars): Add entries for _POSIX_REALTIME_SIGNALS,
4581 _POSIX_PRIORITY_SCHEDULING, _POSIX_TIMERS, _POSIX_ASYNCHRONOUS_IO,
4582 _POSIX_PRIORITIZED_IO, _POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC,
4583 _POSIX_MAPPED_FILES, _POSIX_MEMLOCK, _POSIX_MEMLOCK_RANGE,
4584 _POSIX_MEMORY_PROTECTION, _POSIX_MESSAGE_PASSING,
4585 _POSIX_SEMAPHORES, _POSIX_SHARED_MEMORY_OBJECTS.
4587 * posix/sched.h: New file. Header for POSIX scheduling interface.
4589 * posix/unistd.h: Describe options from POSIX.4.
4590 Add declaration of fdatasync.
4592 * sysdeps/generic/confname.h: Add definition for
4593 _SC_REALTIME_SIGNALS, _SC_PRIORITY_SCHEDULING, _SC_TIMERS,
4594 _SC_ASYNCHRONOUS_IO, _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO,
4595 _SC_FSYNC, _SC_MAPPED_FILES, _SC_MEMLOCK, _SC_MEMLOCK_RANGE,
4596 _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING,
4597 _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS.
4599 * sysdeps/generic/fdatasync.c: New file. Default implementation
4602 * sysdeps/generic/netinit/in.h: Moved to here from inet/netinet/in.h.
4604 * sysdeps/generic/schedbits.h: New file. System dependent
4605 defintion for POSIX.4 scheduling interface.
4607 * sysdeps/generic/sys/socket.h: Moved to here from socket/sys/socket.h.
4609 * sysdeps/stub/nanosleep.c, sysdeps/stub/sched_getp.c,
4610 sysdeps/stub/sched_gets.c, sysdeps/stub/sched_primax.c,
4611 sysdeps/stub/sched_primin.c, sysdeps/stub/sched_rr_gi.c,
4612 sysdeps/stub/sched_setp.c, sysdeps/stub/sched_sets.c,
4613 sysdeps/stub/sched_yield.c: New file: Stub implementation
4614 for systems missing these POSIX.4 system calls.
4616 * sysdeps/unix/sysv/linux/gnu/types.h,
4617 sysdeps/unix/sysv/linux/ioctls.h: Use kernel header for
4618 data type definitions.
4620 * sysdeps/unix/sysv/linux/netinet/in.h: New file. Linux
4623 * sysdeps/unix/sysv/linux/posix_opt.h: New file. Define POSIX
4624 options applicable for Linux.
4626 * sysdeps/unix/sysv/linux/syscalls.list: Add definitions for
4627 fdatasync, nanosleep, sched_setparam, sched_getparam,
4628 sched_setscheduler, sched_getscheduler, sched_yield,
4629 sched_get_priority_max, sched_get_priority_min, and
4630 sched_rr_get_interval.
4632 * sysdeps/unix/sysv/linux/sysconf.c: Add handling of POSIX.4
4635 * sysdeps/unix/sysv/linux/termbits.h: Use kernel headers.
4637 * time/sys/time.h: Remove definition of `struct timespec'.
4639 * time/time.h (struct timespec): Move definition to here.
4641 Fri Apr 26 01:55:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4643 * malloc/mcheck.c (mabort): Use __libc_fatal only #ifdef _LIBC.
4645 Thu Apr 25 15:49:57 1996 Miles Bader <miles@gnu.ai.mit.edu>
4647 * sysdeps/mach/hurd/getcwd.c (__getcwd): When we find a match in
4648 the scan for a name, avoid doing another readdir (which overwrites
4649 NENTRIES, and was resulting in a bogus ENOENT).
4651 * sysdeps/mach/hurd/fcntl.c (__fcntl): Add missing break after F_SETFL.
4653 Wed Apr 24 00:22:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4655 * stdio/internals.c (seek_to_target): Set errno if seek function
4656 returns the wrong offset.
4658 * wcsmbs/wcsrtombs.c [! EILSEQ] (EILSEQ): Define to EINVAL.
4659 * wcsmbs/wcrtomb.c: Likewise.
4661 * stdio-common/vfprintf.c: Include errno.h.
4663 Tue Apr 23 21:09:14 1996 Miles Bader <miles@gnu.ai.mit.edu>
4665 * hurd/hurdsig.c (signal_allowed): For SIGIO/SIGURG, add a new
4666 variable, LUCKY, to use instead of setting D to -1 (which fouls
4669 Tue Apr 23 15:56:56 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4671 * config.h.in (HAVE_REGEX): New macro.
4673 * sysdeps/unix/syscalls.list: Add statfs, fstatfs.
4674 * io/Makefile (headers): Add sys/statfs.h, statfsbuf.h.
4675 (routines): Add statfs, fstatfs.
4676 * sysdeps/mach/hurd/statfs.c: New file.
4677 * sysdeps/mach/hurd/fstatfs.c: New file.
4678 * sysdeps/stub/fstatfs.c: New file.
4679 * sysdeps/stub/statfs.c: New file.
4680 * io/sys/statfs.h: New file.
4681 * sysdeps/generic/statfsbuf.h: New file.
4682 * sysdeps/unix/sysv/linux/statfsbuf.h: New file.
4684 Tue Apr 23 00:06:47 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4686 * malloc/Makefile (gmalloc-routines): Add valloc back here.
4687 (dist-routines): Remove it here.
4688 * malloc/valloc.c [_MALLOC_INTERNAL && GMALLOC_INHIBIT_VALLOC]
4689 (ELIDE_VALLOC): Define it.
4690 [! ELIDE_VALLOC]: Make whole file conditional on this.
4691 * malloc/malloc.h (valloc): Make decl conditional on
4692 [!GMALLOC_INHIBIT_VALLOC] instead of [!emacs].
4694 Mon Apr 22 00:02:19 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4696 * MakeTAGS: Include version.mk.
4697 (po/SYS_libc.pot): Add missing / in sed s cmd.
4699 Sat Apr 20 18:13:00 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4701 * Makerules (no-whole-archive): Test $(have-no-whole-archive), not
4702 $(libc_cv_ld_no_whole_archive).
4704 Sat Apr 20 17:07:17 1996 Ulrich Drepper <drepper@cygnus.com>
4706 * assert/assert.h, ctype/ctype.h, dirent/dirent.h, errno.h,
4707 grp/grp.h, io/fcntl.h, io/sys/stat.h, io/utime.h, locale/locale.h,
4708 math/math.h, misc/nlist.h, misc/sgtty.h, misc/sys/file.h,
4709 misc/sys/ioctl.h, misc/sys/uio.h, posix/sys/times.h,
4710 posix/sys/types.h, posix/sys/utsname.h, posix/sys/wait.h,
4711 posix/tar.h, posix/wordexp.h, pwd/pwd.h, resource/sys/vlimit.h,
4712 resource/sys/vtimes.h, setjmp/setjmp.h, signal/signal.h,
4713 stdio-common/printf.h, stdlib/alloca.h, stdlib/stdlib.h,
4714 string/string.h, sysdeps/generic/sigaction.h,
4715 sysdeps/generic/sigset.h, sysdeps/generic/sys/ptrace.h,
4716 sysdeps/generic/sys/ptrace.h, sysdeps/unix/bsd/osf/sigaction.h,
4717 sysdeps/unix/sysv/linux/sys/ptrace.h,
4718 sysdeps/unix/sysv/minix/sigaction.h,
4719 sysdeps/unix/sysv/sco3.2.4/sigaction.h,
4720 sysdeps/unix/sysv/sysv4/sigaction.h,
4721 sysdeps/unix/sysv/sysv4/sigset.h, termios/termios.h,
4722 time/sys/time.h, time/time.h: Fix copyright comment.
4724 Fri Apr 19 00:49:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4726 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): If uids and gids are
4727 not given in stack aux vector, fetch them with syscalls.
4729 * stdlib/rpmatch.c (rpmatch: try): Take new arg NOMATCH, return value
4730 for nonmatching nonerror (instead of !MATCH).
4731 (rpmatch): Use it, so we return -1 when NOEXPR doesn't match either.
4733 * resolv/getnetnamadr.c (getnetbyaddr): Use u_int32_t instead of
4734 unsigned long for variable NET2.
4736 * time/etcetera, time/europe, time/solar89: Updated from ADO's 96e.
4738 Tue Apr 9 14:37:31 1996 Ulrich Drepper <drepper@cygnus.com>
4740 * catgets/Makefile, catgets/catgets.c, catgets/catgetsinfo.h,
4741 catgets/config.h, catgets/gencat.c, catgets/nl_types.h,
4742 catgets/open_catalog.c: New files. Implementation of XPG4
4743 compliant catgets() function and needed tools.
4744 * Makefile (subdirs): Add catgets.
4746 Thu Apr 18 23:36:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4748 * math/Makefile (CPPFLAGS): Append -D__NO_MATH_INLINES.
4750 Wed Apr 10 20:48:43 1996 Ulrich Drepper <drepper@cygnus.com>
4752 * stdio-common/vfprintf.c: Correct some typos.
4754 * sysdeps/libm-ieee754/w_gammaf.c, sysdeps/libm-ieee754/w_lgamma.c,
4755 sysdeps/libm-ieee754/w_lgammaf.c: Reference signgam instead of
4758 Thu Apr 18 21:07:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4760 * Makerules (no-whole-archive): New variable.
4761 (build-shlib): Use it.
4762 * elf/Makefile (libdl.so): Use it.
4763 * configure.in (libc_cv_ld_no_whole_archive): New check for
4765 * config.make.in (have-no-whole-archive): New variable.
4767 * stdio-common/printf_fp.c: Increase fudge factor for BIGNUM_SIZE calc
4770 * Make-dist: Include version.mk.
4771 (version, release): Variables removed.
4772 * Makeconfig (version.mk): New target.
4774 Fri Apr 19 01:42:18 1996 Ulrich Drepper <drepper@cygnus.com>
4776 * locale/Makefile (headers): Add langinfo.h.
4777 (CPPFLAGS): Remove -Iliblib.
4779 Mon Apr 15 16:49:04 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
4781 * malloc/memalign.c, malloc/malloc.h [__DJGPP__ == 1]: Elide memalign
4782 function and its declaration.
4784 Wed Apr 10 14:13:45 1996 Miles Bader <miles@gnu.ai.mit.edu>
4786 * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Store
4787 MACH_PORT_DEAD in the thread reply-port variable before destroying
4788 the signal handler's reply port, to avoid infinite recursion.
4790 Mon Apr 8 18:27:17 1996 Miles Bader <miles@gnu.ai.mit.edu>
4792 * sysdeps/mach/gettimeofday.c (__gettimeofday): Don't fail if the
4793 user passes in TZ, just zero it (emacs passes in a dummy variable,
4794 and rms says the hurd should be the one to change).
4796 Sun Apr 7 10:37:30 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
4798 * sysdeps/mach/hurd/fork.c: Don't leak send rights to the child's proc
4801 Fri Apr 5 17:43:41 1996 Miles Bader <miles@gnu.ai.mit.edu>
4803 * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Store
4804 MACH_PORT_DEAD in the thread reply-port variable before destroying
4805 the signal handler's reply port to avoid infinite recursion.
4806 * sysdeps/mach/hurd/mig-reply.c (__mig_dealloc_reply_port): Only
4807 attempt to destroy PORT if it's a valid port name.
4809 Wed Apr 3 17:10:44 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
4811 * extra-lib.mk: Put libs in $(common-objpfx) instead of $(objpfx).
4812 * Makerules ($(install-lib) rules): Find libs with $(common-objpfx)
4813 instead of $(objpfx).
4815 Tue Apr 2 21:27:01 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4817 * posix/glob.c (glob_pattern_p): Avoid scanning past eos if
4818 the pattern ends with a backslash and quoting is enabled.
4819 * posix/fnmatch.c (fnmatch): Likewise; return FNM_NOMATCH for such
4822 Mon Apr 1 13:34:55 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
4824 * stdio-common/tst-printf.c (main): Add new test case.
4826 * sysdeps/generic/setenv.c (unsetenv): Use old-style definition.
4828 Mon Apr 1 11:39:10 Ulrich Drepper <drepper@gnu.ai.mit.edu>
4830 * stdlib/strtod.c (STRTOD): Fix handling of American style FP
4833 * stdio-common/vfprintf.c (vfprintf): Don't increment format
4834 string pointer twice after seeing `*'.
4836 Sun Mar 31 17:31:54 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
4838 * MakeTAGS (po/SYS_libc.pot): Prepend header processed from
4841 Sun Mar 31 18:07:32 1996 Ulrich Drepper <drepper@gnu.ai.mit.edu>
4843 * locale/Makefile (others, install-bin): Compiling locale works
4845 (locale-modules): locale has no --dump option anymore. Remove
4848 * locale/programs/config.h: Don't declare euidaccess.
4849 Use #include_next to get libc's config.h.
4851 * locale/programs/ctypedump.c: Not needed anymore. Dump option
4852 of locale is removed.
4854 * locale/programs/locale.c: Adapt for new locale implementation.
4856 * stdio-common/_itoa.h (_itoa_word): Define as inline function.
4857 * stdio-common/_itoa.c (_itoa_lower_digits, _itoa_upper_digits):
4858 Don't declare static because used in _itoa_word inline function.
4860 * stdio-common/printf-parse.h: Prepare for use in wide-char
4861 stdio implementation.
4862 (find_spec): Take additional argument to work with mbrlen instead
4864 (parse_one_spec): Ditto.
4866 * stdio-common/printf-prs.c: Prepare for use in wide-char
4867 stdio implementation.
4869 * stdio-common/printf.h: Mark change for wide-char handling.
4870 Changing it now would result in incompatibilities.
4872 * stdio-common/vfprintf.c: New and fast implementation.
4874 * wcsmbs/Makefile (routines): Remove pre-ISO C multibyte functions
4875 mbsadvance, mbscat, mbschr, mbscmp, mbscpy, mbsdup, mbslen,
4876 mbsncat, mbsncmp, mbsncpy, mbsrchr, mbstomb.
4877 Change wcswcs to wcsstr.
4878 Add wmemchr, wmemcmp, wmemcpy, wmemmove, wmemset, btowc, wctob,
4879 mbsinit, mbrlen, mbrtowc, wcrtomb, mbsrtowcs, wcsrtombs.
4881 * wcsmbs/btowc.c, wcsmbs/mbrlen.c, wcsmbs/mbrtowc.c,
4882 wcsmbs/mbsinit.c, wcsmbs/mbsrtowcs.c, wcsmbs/wchar.h,
4883 wcsmbs/wcrtomb.c, wcsmbs/wcsrtombs.c, wcsmbs/wcsstr.c,
4884 wcsmbs/wctob.c, wcsmbs/wmemchr.c, wcsmbs/wmemcmp.c,
4885 wcsmbs/wmemcpy.c, wcsmbs/wmemmove.c, wcsmbs/wmemset.c: New
4886 function according to ISO C amendment 1.
4887 * wchar.h: Wrapper around "wcsmbs/wchar.h".
4889 * wcsmbs/wcscat.c, wcsmbs/wcschr.c, wcsmbs/wcscmp.c,
4890 wcsmbs/wcscpy.c, wcsmbs/wcscspn.c, wcsmbs/wcsdup.c,
4891 wcsmbs/wcslen.c, wcsmbs/wcsncat.c, wcsmbs/wcsncmp.c,
4892 wcsmbs/wcsncpy.c, wcsmbs/wcspbrk.c, wcsmbs/wcsrchr.c,
4893 wcsmbs/wcsspn.c, wcsmbs/wcstok.c: Changed to conform with ISO C
4896 * wcsmbs/mbsadvance.c, wcsmbs/mbscat.c, wcsmbs/mbschr.c,
4897 wcsmbs/mbscmp.c, wcsmbs/mbscpy.c, wcsmbs/mbsdup.c,
4898 wcsmbs/mbslen.c, wcsmbs/mbsncat.c, wcsmbs/mbsncmp.c,
4899 wcsmbs/mbsncpy.c, wcsmbs/mbsrchr.c, wcsmbs/mbstomb.c,
4900 wcsmbs/mbstr.h, wcsmbs/wcstr.h, wcsmbs/wcswcs.c: Removed.
4901 Implement functions from early drafts, not part of final standard.
4903 Sun Mar 31 16:50:41 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
4905 * setjmp/setjmp.h (jmp_buf): Change gratuitous struct tag name to
4906 __jmp_bug_tag so its C++ implicit typedef does not conflict with the
4909 * Makerules (BUILD_CFLAGS) [! objdir]: Use $(..)config.h when
4910 compiling in the source directories.
4912 Fri Mar 29 16:26:35 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
4914 * sysdeps/libm-ieee754/w_gamma.c: Use signgam instead of __signgam.
4915 * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
4917 Fri Mar 29 11:29:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
4919 * sysdeps/libm-ieee754/s_signgam.c (signgam): Renamed to __signgam,
4920 with weak alias signgam.
4922 Thu Mar 28 18:32:34 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
4924 * Makeconfig (+cflags, +gcc-nowarn): Use gcc flags unconditionally.
4926 Thu Mar 28 14:22:51 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
4928 * sunrpc/rpc_main.c (main): Call textdomain.
4930 * MakeTAGS (XGETTEXTFLAGS-siglist.pot, XGETTEXTFLAGS-errlist.pot): Add
4932 (all-pot): Replace $(subdirs) files with $P/subdirs.pot.
4933 ($P/subdirs.pot): New target.
4934 ($P/SYS_libc.pot): Add -n switch.
4936 * locale/locale.h (LC_*): Values reordered to match Linux libc.
4938 * sysdeps/mach/hurd/kill.c: If proc_pid2task gives us MACH_PORT_NULL
4939 the process is a zombie; send no messages and return success.
4941 Thu Mar 28 11:53:26 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
4943 * wctype/cname-lookup.h: Find localeinfo.h in ../locale.
4944 * wctype/wctype.c: Likewise.
4945 * wctype/wctrans.c: Likewise.
4947 Thu Mar 28 03:00:43 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
4949 * locale/nl_langinfo.c (nl_langinfo): Use DATA->values instead of
4952 * Makerules (BUILD_CFLAGS): Remove $(common-objpfx) from config.h.
4954 * configure.in (.weakext check): Fix asm code to use .weakext instead
4955 of .weak! Fix bogus test calls.
4956 * configure: Regenerated.
4958 Thu Mar 28 03:25:10 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
4960 * locale/programs/xmalloc.c: Test _LIBC as well as STDC_HEADERS.
4962 * locale/programs/ld-collate.c (collate_finish): Use error_at_line
4963 instead of error_with_loc.
4965 * locale/weight.h: Use u_int32_t instead of u32_t.
4966 * string/strxfrm.c: Likewise.
4968 * string/strxfrm.c: Find weight.h in ../locale; don't #include
4970 * string/strcoll.c: Likewise.
4972 * intl/Makefile (copysrc): Add missing > in sed cmd.
4974 Sat Mar 23 17:52:49 1996 Ulrich Drepper <drepper@gnu.ai.mit.edu>
4976 * Makeconfig: Rename Makefile variable nlsdir to i18ndir and
4977 change value to $(datadir)/i18n. `nls' is not an appropriate
4980 * Makefile (subdirs): Add new subdir wctype.
4982 * ctype/ctype-info.c: Add new global variable __ctype_names
4983 and initialize from _nl_C_LC_CTYPE.
4985 * ctype/ctype.h: In P1003.3b/D11 `alnum' is a separate character
4987 [_ISbit]: Protect definition of bitmasks because they are also
4990 * libio/genops.c (_IO_sputbackc, _IO_sungetc): Clear EOF flag
4991 after successfully pushing back a character.
4993 Fundamental changes in locale implementation. Almost nothing
4994 from the old code is used anymore.
4995 * locale/charmap.c, locale/collate.c, locale/config.h,
4996 locale/ctypedump.c, locale/hash.h, locale/keyword.gperf,
4997 locale/keyword.h, locale/loadlocale.c, locale/locale-ctype.c,
4998 locale/locale.c locale/localeconv.c, locale/localedef.c,
4999 locale/localedef.h, locale/locfile-hash.c, locale/locfile-lex.c,
5000 locale/locfile-parse.c, locale/messages.c, locale/monetary.c,
5001 locale/numeric.c, locale/setlocale.c, locale/token.h,
5002 locale/xmalloc.c: Removed.
5004 * locale/Makefile: Update for new locale implementation with
5005 program source code distributed in subdir.
5007 * locale/categories.def, locale/iso-4217.def: Updated file
5008 for new locale implementation.
5010 * locale/langinfo.h: Updated for new locale implementation.
5011 (ERA_D_T_FMT, ERA_T_FMT): New official values according to
5013 (_NL_COLLATE_NRULES, _NL_COLLATE_RULES, _NL_COLLATE_HASH_SIZE,
5014 _NL_COLLATE_HASH_LAYERS, _NL_COLLATE_TABLE_EB,
5015 _NL_COLLATE_TABLE_EL, _NL_COLLATE_UNDEFINED, _NL_COLLATE_EXTRA_EB,
5016 _NL_COLLATE_EXTRA_EL, _NL_CTYPE_NAMES_EB, _NL_CTYPE_NAMES_EL,
5017 _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS, _NL_CTYPE_CLASS_NAMES,
5018 _NL_CTYPE_MAP_NAMES, _NL_CTYPE_WIDTH): New internal values for
5019 extended LC_CTYPE and LC_COLLATE implementation.
5021 * locale/programs/simple-hash.c, locale/programs/simple-hash.h,
5022 locale/programs/xmalloc.c, locale/programs/xstrdup.c: Helper functions
5023 for locale related programs.
5025 * locale/C-collate.c, locale/C-ctype.c,
5026 locale/C-messages.c, locale/C-monetary.c,
5027 locale/C-numeric.c, locale/C-time.c,
5028 locale/lc-collate.c, locale/lc-ctype.c,
5029 locale/lc-messages.c, locale/lc-monetary.c,
5030 locale/lc-numeric.c, locale/lc-time.c: New implementation of locale
5031 functions, and new generated "C" locale data.
5033 * locale/loadlocale.c: Now handles word fields in locale binary
5034 automatically by changing the endianess if necessary.
5036 * locale/localeinfo.h (LIMAGIC): Changed magic number because
5037 of incompatible changes.
5038 (locale_data): Changed definition to allow word as a value type.
5039 (coll_sort_rule): Values for collation sorting mode.
5040 (_NL_CURRENT_WORD): New macro to access word value of locale entry.
5041 (__collate_table, __collate_extra): Declare new global variables
5042 for collation tables.
5044 * locale/programs/charmap-kw.gperf, locale/programs/charmap-kw.h,
5045 locale/programs/charmap.c, locale/programs/charset.c,
5046 locale/programs/charset.h, locale/programs/config.h,
5047 locale/programs/ctypedump.c, locale/programs/ld-collate.c,
5048 locale/programs/ld-ctype.c, locale/programs/ld-messages.c,
5049 locale/programs/ld-monetary.c, locale/programs/ld-numeric.c,
5050 locale/programs/ld-time.c, locale/programs/linereader.c,
5051 locale/programs/linereader.h, locale/programs/locale.c,
5052 locale/programs/localedef.c, locale/programs/locales.h,
5053 locale/programs/locfile-kw.gperf, locale/programs/locfile-kw.h,
5054 locale/programs/locfile-token.h, locale/programs/locfile.c,
5055 locale/programs/locfile.h, locale/programs/stringtrans.c,
5056 locale/programs/stringtrans.h: Implementation of locale related
5059 * locale/weight.h: Functions to access collation tables.
5061 * posix/unistd.h: Define _POSIX2_LOCALEDEF.
5063 * stdio-common/printf_fp.c: Fix bug with printing certain numbers
5064 < 10^-1. Reported by Bill Metzenthen.
5066 * stdio-common/tfformat.c: Add new test for above bug.
5068 * string/strcoll.c, string/strxfrm.c: Real implementation of
5069 string collation according to ISO C.
5071 * wctype/Makefile, wctype/cname-lookup.h, wctype/iswctype.c,
5072 wctype/test_wctype.c, wctype/towctrans.c, wctype/wcfuncs.c,
5073 wctype/wctrans.c, wctype/wctype.c, wctype/wctype.h: New files.
5074 Implementation of wide character classes and mapping.
5076 Wed Mar 27 14:52:11 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5078 * elf/rtld.c (dl_main): Call _dl_sysdep_start_cleanup after
5079 _dl_relocate_object loop. Avoid relocating RTLD_MAP in that loop, and
5080 do it individually if necessary after _dl_sysdep_start_cleanup call.
5082 * stdlib/Makefile (mpn-routines): Add divrem.
5084 Tue Mar 26 22:54:14 Ulrich Drepper <drepper@gnu.ai.mit.edu>
5086 * stdio-common/printf_fp.c (__printf_fp): Use mpn_divmod
5087 instead of __mpn_divmod.
5089 Wed Mar 27 10:26:21 1996 David Mosberger-Tang <davidm@azstarnet.com>
5091 * sysdeps/alpha/setjmp.S: Must establish global pointer before
5092 address of __sigsetjmp_aux can be loaded.
5094 Wed Mar 27 02:23:19 1996 Ulrich Drepper <drepper@gnu.ai.mit.edu>
5096 * sysdeps/i386/i586/memset.S: New file. Highly optimized
5097 version for i586 contributed by Torbjorn Granlund.
5098 Adapted for use as bzero.
5099 * sysdeps/i386/i586/bzero.S: Use sysdeps/i386/i586/memset.S
5100 code to implement bzero().
5102 Tue Mar 26 20:01:17 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5104 * stdlib/Makefile (mpn-routines): Remove divmod.
5106 Tue Mar 26 15:40:14 1996 Brendan Kehoe <brendan@zen.org>
5108 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use
5109 wrapped with #ifndef, to avoid config.h defining it.
5111 Mon Mar 25 13:10:04 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5113 * malloc/realloc.c (_realloc_internal): In case of growing large
5114 block, leave _heaplimit zero across _malloc_internal call.
5116 * intl/Makefile [gettext-srcdir]: Use gpl2lgpl.sed on copied sources.
5118 Mon Mar 25 03:35:16 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5120 * malloc/malloc.c (morecore): Don't attempt recursive realloc of info
5121 table when _heaplimit==0 during realloc growing large block.
5123 * MakeTAGS (extract): Remove /dev/null from xgettext command line.
5124 (text-srcs): New variable: extract only C sources from $(tags_sources).
5125 (po/$(domain).pot): Depend on that.
5126 If it's empty, cp /dev/null $@ instead of $(extract).
5128 * misc/Makefile (headers): Add iovec.h.
5129 * sysdeps/unix/sysv/linux/iovec.h: New file.
5130 * sysdeps/generic/iovec.h: New file.
5131 * misc/sys/uio.h (struct iovec): Type replaced with #include <iovec.h>.
5133 * configure.in (NO_UNDERSCORES check): Use AC_TRY_LINK instead of
5136 * misc/sys/cdefs.h [__USE_BSD] (const, signed, volatile): Move these
5137 macros inside [! __STDC__].
5139 * stdlib/rpmatch.c: New file.
5140 * stdlib/Makefile (routines): Add rpmatch.
5141 * stdlib/stdlib.h [__USE_SVID]: Declare rpmatch.
5143 * MakeTAGS (MSGJOIN): Variable removed.
5144 (po/SYS_libc.pot): Use $(XGETTEXT) instead of $(MSGJOIN).
5146 Wed Mar 20 20:08:46 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5148 * sysdeps/unix/sysdep.h: Don't define C_SYMBOL_NAME.
5150 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Don't define
5153 Thu Mar 21 11:19:15 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5155 * mach/devstream.c (input): Translate \r to \n on input.
5157 Wed Mar 20 11:28:49 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5159 * stdio-common/printf.h, stdio-common/printf_fp.c,
5160 stdio-common/vfprintf.c: Place const in parameter list at
5163 Wed Mar 20 23:58.12 1996 Ulrich Drepper <drepper@gnu.ai.mit.edu>
5165 * sysdeps/i386/ldbl2mpn.c: Copy of former version of
5166 sysdeps/ieee754/ldbl2mpn.c.
5167 * sysdeps/ieee754/ldbl2mpn.c: Remove i386 specific unification.
5168 Reported by Andreas Schwab.
5170 Wed Mar 20 19:58:43 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5172 * version.c: Include version.h to define RELEASE and VERSION macros.
5173 (__libc_release, __libc_version): Use them.
5174 * locale/SYS_libc.c (_libc_intl_domainname): Include ../version.h and
5175 use VERSION to define domainname as `SYS_GNU_libc-VERSION'.
5176 * Make-dist (rel+vers): Snarf the macro values from version.h.
5178 * MakeTAGS (extract): Pass $(XGETTEXTFLAGS-$(@F)).
5179 (XGETTEXTFLAGS-siglist.pot, XGETTEXTFLAGS-errlist.pot): New variables;
5180 pass -a for these files.
5182 * Makerules (po/%.pot): Depend on FORCE target so recursive make is
5185 Mon Mar 18 22:54:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5187 * sysdeps/unix/sysv/linux/wait3.c: New file.
5188 * sysdeps/unix/sysv/linux/wait.c: Use the bsd4.4 wait, not the
5189 one from sysdeps/posix.
5191 Wed Mar 20 09:42:11 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5193 * sysdeps/unix/bsd/waitflags.h (WNOREAP): New macro.
5195 * elf/dl-load.c (_dl_map_object_from_fd): Always set L->l_type; if not
5196 lt_executable, then lt_library.
5197 * elf/rtld.c (dl_main): Don't set NEW->l_type after _dl_map_object.
5199 Wed Mar 20 00:08:23 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5201 * sysdeps/unix/sysv/linux/syscalls.list: Remove gtty and stty.
5203 Tue Mar 19 16:31:06 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5205 * sysdeps/unix/sysv/linux/termbits.h (CRTSCTS, CBAUDEX, VEOL,
5206 VEOL2, VMIN, VTIME): Corrected.
5207 (PAGEOUT, WRAP, VDSUSP): Deleted.
5209 Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5211 * sysdeps/unix/readdir.c: Test [! _DIRENT_HAVE_D_RECLEN] instead of
5212 (sizeof (DP->d_name) > 1) to detect fixed-size dir entries.
5214 * sysdeps/i386/fpu/__math.h (asinh): Call log1p instead of __log1p.
5216 * math/math.h: Move M_* constants before __math.h include.
5217 [__NO_MATH_INLINES || __OPTIMIZE__]: Include __math.h only #if this.
5219 * misc/efgcvt_r.c (ecvt_r): Declare floor, log10, fabs as weak extern.
5220 If log10 is not defined (i.e. no -lm), use stupid loop instead.
5222 * features.h (__FAVOR_BSD): Define only if _BSD_SOURCE is defined
5223 and no other _*_SOURCE macro is.
5224 (_GNU_SOURCE): Don't define by default.
5225 * libc-symbols.h (_GNU_SOURCE): Define it.
5227 * configure.in (alpha*-*-linux*): Unset $gnu_ld and $elf.
5229 * config.make.in (weak-symbols): Variable removed.
5230 * configure.in (--with-weak-symbols): Option removed.
5231 (NO_UNDERSCORES, HAVE_ASM_WEAK_DIRECTIVE, HAVE_ASM_WEAKEXT_DIRECTIVE):
5234 * config.h.in (HAVE_WEAK_SYMBOLS): #undef removed.
5235 (NO_UNDERSCORES, HAVE_ASM_WEAK_DIRECTIVE, HAVE_ASM_WEAKEXT_DIRECTIVE):
5237 * libc-symbols.h: Use them instead of HAVE_WEAK_SYMBOLS.
5239 * sysdeps/unix/bsd/pause.c: Moved to sysdeps/unix/common/pause.c.
5241 Mon Mar 4 20:17:28 1996 David Mosberger-Tang <davidm@azstarnet.com>
5243 * inet/inet_lnaof.c: Use u_int32_t instead of u_long.
5244 * inet/inet_mkadr.c: Likewise.
5245 * inet/inet_net.c: Likewise.
5246 * inet/inet_netof.c: Likewise.
5247 * inet/rcmd.c: Likewise.
5248 * inet/arpa/inet.h: Likewise.
5249 * inet/netinet/in.h: Likewise.
5250 * inet/netinet/tcp.h: Likewise.
5251 * inet/protocols/rwhod.h: Likewise.
5252 * inet/protocols/talkd.h: Likewise.
5253 * resolv/inet_addr.c: Likewise.
5255 * sysdeps/unix/sysv/linux/adjtime.c: Use INT_MAX instead of LONG_MAX.
5257 * sysdeps/unix/sysv/Makefile (sysdep_routines): Don't add s_getdents.
5259 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Don't add mount,
5262 * sysdeps/alpha/__math.h (atan, cabs): New functions.
5264 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: new file (syscall
5265 expects set-value, not pointer to it).
5267 Sun Feb 25 22:36:10 1996 David Mosberger-Tang <davidm@azstarnet.com>
5269 * sysdeps/unix/sysv/linux/alpha/profil-counter.h: New file.
5271 * gmon/gmon.c (__bb_head): new variable.
5272 (write_hist, write_call_graph, write_bb_counts): new functions.
5273 (_mcleanup): modified to call above functions instead of directly
5274 writing out gmon.out.
5275 * gmon/sys/gmon.h (struct __bb): New type.
5276 (struct gmonhdr): Type removed.
5277 (struct gmonparam): New member `log_hashfraction'.
5278 (GMONVERSION): Macro removed.
5280 * gmon/sys/gmon_out.h, gmon/bb_exit_func.c,
5281 sysdeps/generic/bb_init_func.c, sysdeps/alpha/bb_init_func.S: new
5283 * gmon/Makefile (headers): Add sys/gmon_out.h.
5284 (routines): Add bb_init_func, bb_exit_func.
5286 * gmon/mcount.c: Avoid integer division.
5288 Wed Feb 21 23:56:41 1996 David Mosberger-Tang <davidm@azstarnet.com>
5290 * sysdeps/alpha/setjmp.S: switched order in which sp and fp are
5291 passed to match what __sigsetjmp_aux() expects.
5293 Tue Feb 20 11:33:46 1996 David Mosberger-Tang <davidm@azstarnet.com>
5295 * sysdeps/unix/sysv/linux/alpha/syscalls.list (select, bind,
5296 connect, getpeername, getsockname, listen, recv, recvfrom,
5297 recvmsg, send, sendmsg, sendto, setsockopt, shutdown, socketpair):
5298 added to override same-name assembly file in the parent directory.
5300 * stdlib/stdlib.h: add include of sys/types.h in front of random
5301 etc declarations to ensure int32_t is declared.
5303 * stdlib/random.c, stdlib/random_r.c: replaced "long int" by int32_t
5304 where 32 bit integers are required. Also change LONG_MAX into
5305 0x7fffffff since the intent is to turn off the sign bit in a
5308 * time/offtime.c (__offtime): Use Paul Eggert's code to deal
5309 with very large values for "days" (e.g., 64 bit values).
5311 Mon Feb 19 22:22:12 1996 David Mosberger-Tang <davidm@azstarnet.com>
5313 * stdlib/stdlib.h (__random, __random_r, random_r, struct
5314 random_data): use int32_t instead of `long int'.
5316 Sat Feb 17 11:29:29 1996 David Mosberger-Tang <davidm@azstarnet.com>
5318 * sysdeps/unix/sysv/linux/alpha/ioperm.c: new file.
5320 * sysdeps/alpha/ffs.S: new file.
5322 * sysdeps/alpha/fabs.c: File removed.
5324 * time/tzfile.c (__tzfile_read): counter variable is i, *not*
5327 * time/offtime.c: make capable of dealing with very large (64 bit)
5328 time_t values. Use old algorithm until a year is reached that
5329 is an integer multiple of 400, then use DAYS_PER_400_YEARS to
5330 do the remainder in a single division.
5332 * sysdeps/generic/ffs.c (ffs): fix variable declarations to
5333 be unsigned int, not unsigned long.
5335 * string/test-ffs.c (main): add test case with all upper bits
5338 * stdlib/tst-strtol.c: add tests cases for machines where
5341 * stdlib/testrand.c (main): disallow rand() to return negative
5344 * stdlib/testmb.c (main): fix format to use %lx instead of %x.
5346 * stdlib/stdlib.h: on 64 bit machines, declare
5347 struct random_data, __random(), __random_r, and random_r to
5348 return "int" instead of "long int".
5350 * stdlib/random_r.c: 64 bit machines use "int" instead of "long
5351 int". Similarly, use INT_MAX instead of LONG_MAX.
5353 * stdlib/random.c: on 64 bit machines, randtbl[] and __random[]
5354 need to operate on "int" instead of "long int".
5356 * locale/locfile-hash.c (compute_hashval): make shifted constant
5357 a long to avoid loosing bits on 64 bit machines.
5359 * dirent/tst-seekdir.c (main): fix confusing comment; print
5360 a line to mark point where directory is rewound.
5362 Fri Feb 16 15:01:49 1996 David Mosberger-Tang <davidm@azstarnet.com>
5364 * time/strftime.c (strftime): any hour > 11 is PM (not > 12!).
5366 Wed Feb 14 00:21:17 1996 David Mosberger-Tang <davidm@azstarnet.com>
5368 * sysdeps/unix/sysv/linux/alpha/Makefile,
5369 sysdeps/unix/sysv/linux/alpha/brk.S,
5370 sysdeps/unix/sysv/linux/alpha/fpu_control.c,
5371 sysdeps/unix/sysv/linux/alpha/fpu_control.h,
5372 sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S,
5373 sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S,
5374 sysdeps/unix/sysv/linux/alpha/pipe.S,
5375 sysdeps/unix/sysv/linux/alpha/setfpucw.c,
5376 sysdeps/unix/sysv/linux/alpha/sigprocmask.c,
5377 sysdeps/unix/sysv/linux/alpha/speed.c,
5378 sysdeps/unix/sysv/linux/alpha/start.S,
5379 sysdeps/unix/sysv/linux/alpha/syscall.S,
5380 sysdeps/unix/sysv/linux/alpha/syscalls.list,
5381 sysdeps/unix/sysv/linux/alpha/alpha/regdef.h,
5382 sysdeps/unix/sysv/linux/alpha/sysdep.S,
5383 sysdeps/unix/sysv/linux/alpha/sysdep.h: New files.
5385 * sysdeps/alpha/setjmp_aux.c (__sigsetjmp_aux): restore return
5386 address register before returning (gcc 2.7.1 doesn't do it,
5387 presumably because $26 is declared as a global variable).
5389 * sysdeps/unix/sysv/linux/sys/mman.h: msync was missing "flags"
5392 * sysdeps/unix/alarm.c (alarm): do roundup using test & increment
5393 instead of multiplication.
5395 * sysdeps/posix/sleep.c (sleep): initialize sa_mask to mask of
5396 currently blocked signals instead of the empty mask to ensure
5397 that execution of alarm handler occurs with none of the currently
5398 blocked signals enabled.
5400 * sysdeps/unix/alpha/sysdep.h: new file (adapted from OSF/1 version).
5402 * sysdeps/unix/bsd/osf/alpha/sysdep.h: include
5403 sysdeps/unix/alpha/sysdep.h and removed definitions now in that file.
5405 * sysdeps/alpha/divrem.S, sysdeps/alpha/htonl.S,
5406 sysdeps/alpha/htons.S, sysdeps/alpha/machine-gmon.h,
5407 sysdeps/alpha/_mcount.S, sysdeps/alpha/ntohl.s, sysdeps/alpha/ntohs.s,
5408 sysdeps/alpha/strlen.S: New files.
5410 * sysdeps/alpha/divl.S, sysdeps/alpha/divlu.S, sysdeps/alpha/divq.S,
5411 sysdeps/alpha/divqu.S, sysdeps/alpha/divrem.m4,
5412 sysdeps/alpha/macros.m4, sysdeps/alpha/reml.S, sysdeps/alpha/remlu.S,
5413 sysdeps/alpha/remq.S, sysdeps/alpha/remqu.S, sysdeps/alpha/strlen.c:
5416 * sysdeps/generic/sbrk.c (__sbrk): argument is of type ptrdiff_t, not
5419 * sysdeps/alpha/__longjmp.c (__longjmp): moved dummy while loop
5420 to end of function to avoid a jump across NOPs.
5422 * sysdeps/alpha/Makefile (sysdep_routines): Removed all rules
5423 pertaining to integer division/remainder routines since new code
5424 doesn't require them.
5426 * sunrpc/xdr_mem.c, sunrpc/xdr_stdio.c: Use 4 instead of sizeof(long)
5427 where 32 bit quantities are consumed/stored. Various other minor
5428 64-bit cleanups (casting).
5430 * sunrpc/xdr.c (xdr_int): test for sizeof(int)==4 to determine
5431 whether xdr_long or xdr_short should be used to encode an int.
5432 Notice that an xdr_long is 4 bytes independent of the architecture
5433 (otherwise no Alpha could interoperate with existing NFS servers,
5434 for example). Ditto for enums.
5436 * sunrpc/svc_udp.c (svcudp_recv): changed test from 4*sizeof(u_long)
5437 to 16 since it really wants 16 bytes.
5439 * sunrpc/svc.c (maskp): changed from u_long* to u_int32*.
5441 * sunrpc/rpc/xdr.h (IXDR_GET_LONG, IXDR_PUT_LONG): change casts to
5442 u_int32_t (instead of u_long).
5444 * sunrpc/rpc_cmsg.c (xdr_callmsg), sunrpc/svc_authux.c: increment
5445 "buf" pointer by casting it to a char* first since a long* may be 8
5446 bytes or more and oa->oa_length may be any multiple of 4.
5448 * sunrpc/clnt_udp.c (clntudp_call): replaced sizeof(u_long) by 4
5449 since it really is testing for 32 bits. Fixed casts to use
5450 u_int32 instead of u_long.
5451 * sunrpc/xdr_rec.c: Likewise.
5453 * sunrpc/clnt_tcp.c (clnttcp_call): replaced u_long by u_int32.
5454 * sunrpc/rpc/auth.h: Likewise.
5456 * limits.h (LONG_MAX, LONG_MIN, ULONG_MAX): use 64 bit values
5459 Tue Mar 19 13:27:49 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5461 * sysdeps/i386/fpu/__math.h: New file.
5462 Contributed by John C. Bowman <bowman@hagar.ph.utexas.edu>.
5464 Sun Mar 17 00:28:16 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5466 * sysdeps/posix/clock.c: Don't multiply the return value by
5467 CLOCKS_PER_SEC or CLK_TCK.
5469 Mon Mar 18 13:20:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5471 * sysdeps/mach/hurd/getcwd.c: Fail with ENOENT if a parent directory
5472 scan finds no match.
5474 * posix/unistd.h (setpgrp): Declare no-arg version unless __FAVOR_BSD.
5475 * misc/bsd-compat.c (setpgrp): New function, two arg version.
5476 * sysdeps/stub/setpgid.c: Remove setpgrp alias.
5477 * sysdeps/mach/hurd/setpgid.c: Likewise.
5478 * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
5479 * sysdeps/unix/common/syscalls.list (setpgid): Remove setpgrp alias.
5480 * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
5481 * sysdeps/unix/sysv/linux/setpgrp.c: Obsolete file removed.
5482 * posix/setpgrp.c (setpgrp): New file.
5483 * posix/Makefile (routines): Add setpgrp.
5485 * elf/Makefile (rtld-link): New canned sequence.
5486 (ld.so, ld-linux.so.1): Use it. Pass -soname option.
5488 * sysdeps/i386/setjmp.S (__setjmp): Define compatibility entry point.
5490 Sun Mar 17 23:15:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5492 * sysdeps/unix/sysv/linux/tcgetpgrp.c,
5493 sysdeps/unix/sysv/linux/tcsetpgrp.c: New files.
5495 Sun Mar 17 07:19:33 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5497 * db/Makefile (CFLAGS-hash_func.c): New variable; pass -Wno-unused.
5498 (CFLAGS): Append -Wno-unitialized.
5500 Sat Mar 16 20:58:43 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5502 * stdlib/erand48_r.c: Use FP division by powers of two to distribute
5503 short bits into double.
5505 Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com>
5507 * sysdeps/alpha/memchr.S: New file.
5508 * sysdeps/alpha/memchr.c: Obsolete file removed.
5509 * string/tester.c: Soup up memchr tests.
5511 Sat Mar 16 16:26:09 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5513 * misc/Makefile (headers): Add sysexits.h.
5514 * misc/sysexits.h: New file.
5516 Thu Mar 14 15:20:45 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5518 * sysdeps/libm-ieee754/e_atan2.c (__ieee754_atan2): Change atan
5520 * sysdeps/libm-ieee754/e_atan2f.c (__ieee754_atan2f): Change atanf
5523 * sysdeps/m68k/fpu/e_acos.c, sysdeps/m68k/fpu/e_acosf.c,
5524 sysdeps/m68k/fpu/e_asin.c, sysdeps/m68k/fpu/e_asinf.c,
5525 sysdeps/m68k/fpu/e_atanh.c, sysdeps/m68k/fpu/e_atanhf.c,
5526 sysdeps/m68k/fpu/e_cosh.c, sysdeps/m68k/fpu/e_coshf.c,
5527 sysdeps/m68k/fpu/e_exp.c, sysdeps/m68k/fpu/e_expf.c,
5528 sysdeps/m68k/fpu/e_fmod.c, sysdeps/m68k/fpu/e_fmodf.c,
5529 sysdeps/m68k/fpu/e_log.c, sysdeps/m68k/fpu/e_log10.c,
5530 sysdeps/m68k/fpu/e_log10f.c, sysdeps/m68k/fpu/e_logf.c,
5531 sysdeps/m68k/fpu/e_pow.c, sysdeps/m68k/fpu/e_powf.c,
5532 sysdeps/m68k/fpu/e_remainder.c, sysdeps/m68k/fpu/e_remainderf.c,
5533 sysdeps/m68k/fpu/e_scalb.c, sysdeps/m68k/fpu/e_scalbf.c,
5534 sysdeps/m68k/fpu/e_sinh.c, sysdeps/m68k/fpu/e_sinhf.c,
5535 sysdeps/m68k/fpu/e_sqrt.c, sysdeps/m68k/fpu/e_sqrtf.c,
5536 sysdeps/m68k/fpu/k_cos.c, sysdeps/m68k/fpu/k_cosf.c,
5537 sysdeps/m68k/fpu/k_sin.c, sysdeps/m68k/fpu/k_sinf.c,
5538 sysdeps/m68k/fpu/k_tan.c, sysdeps/m68k/fpu/k_tanf.c,
5539 sysdeps/m68k/fpu/s_atan.c, sysdeps/m68k/fpu/s_atanf.c,
5540 sysdeps/m68k/fpu/s_ceil.c, sysdeps/m68k/fpu/s_ceilf.c,
5541 sysdeps/m68k/fpu/s_cos.c, sysdeps/m68k/fpu/s_cosf.c,
5542 sysdeps/m68k/fpu/s_expm1.c, sysdeps/m68k/fpu/s_expm1f.c,
5543 sysdeps/m68k/fpu/s_fabs.c, sysdeps/m68k/fpu/s_fabsf.c,
5544 sysdeps/m68k/fpu/s_finite.c, sysdeps/m68k/fpu/s_finitef.c,
5545 sysdeps/m68k/fpu/s_floor.c, sysdeps/m68k/fpu/s_floorf.c,
5546 sysdeps/m68k/fpu/s_frexp.c, sysdeps/m68k/fpu/s_frexpf.c,
5547 sysdeps/m68k/fpu/s_ilogb.c, sysdeps/m68k/fpu/s_ilogbf.c,
5548 sysdeps/m68k/fpu/s_isinf.c, sysdeps/m68k/fpu/s_isinff.c,
5549 sysdeps/m68k/fpu/s_isnan.c, sysdeps/m68k/fpu/s_isnanf.c,
5550 sysdeps/m68k/fpu/s_ldexp.c, sysdeps/m68k/fpu/s_ldexpf.c,
5551 sysdeps/m68k/fpu/s_log1p.c, sysdeps/m68k/fpu/s_log1pf.c,
5552 sysdeps/m68k/fpu/s_logb.c, sysdeps/m68k/fpu/s_logbf.c,
5553 sysdeps/m68k/fpu/s_modf.c, sysdeps/m68k/fpu/s_modff.c,
5554 sysdeps/m68k/fpu/s_rint.c, sysdeps/m68k/fpu/s_rintf.c,
5555 sysdeps/m68k/fpu/s_scalbn.c, sysdeps/m68k/fpu/s_scalbnf.c,
5556 sysdeps/m68k/fpu/s_significand.c,
5557 sysdeps/m68k/fpu/s_significandf.c, sysdeps/m68k/fpu/s_sin.c,
5558 sysdeps/m68k/fpu/s_sinf.c, sysdeps/m68k/fpu/s_tan.c,
5559 sysdeps/m68k/fpu/s_tanf.c, sysdeps/m68k/fpu/s_tanh.c,
5560 sysdeps/m68k/fpu/s_tanhf.c: New files, for m68881 port of fdlibm.
5562 * sysdeps/m68k/fpu/__math.h: Rewritten for fdlibm.
5564 * sysdeps/m68k/fpu/isinfl.c: Rewritten to get argument type right.
5565 * sysdeps/m68k/fpu/isnanl.c: Likewise.
5567 Thu Mar 14 06:01:07 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5569 * posix/glob.c (glob): In GLOB_BRACE brace expansion, fix buffer size
5570 calculation to include trailing invariant portion. Don't use alloca;
5571 instead use a dynamic auto array for GCC, malloc for non-GCC.
5572 Handle nested braces properly.
5574 * elf/elf.h (Elf32_auxv_t): Specify prototype (void) for `a_un.a_fcn'.
5576 * libc-symbols.h (lint): New macro.
5578 Fri Mar 15 01:18:00 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5580 * libio/iosetvbuf.c: Add weak alias setvbuf.
5582 Thu Mar 14 06:01:07 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5584 * string/strnlen.c: New file.
5585 * string/Makefile (routines): Add strnlen.
5586 * string/string.h [__USE_GNU] (strnlen): Declare new function.
5587 [__OPTIMIZE__]: Define extern inline implementation of it.
5589 * stdlib/erand48_r.c: Use __mpn_construct_double instead of ldexp and
5590 addition, to avoid using anything from -lm.
5592 Mon Mar 4 21:57:14 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5594 * sysdeps/unix/sysv/linux/m68k/Makefile: New file.
5596 * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYS_ify): Redefine.
5597 (CALL_MCOUNT): New macro, empty unless [PROF].
5598 (ENTRY): Do CALL_MCOUNT just after the label.
5599 (JUMPTARGET): New macro.
5600 (SYSCALL_ERROR_HANDLER): Fix syntax.
5602 Thu Mar 14 04:20:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5604 * sysdeps/unix/sysv/linux/init-first.c (init): Call `__personality'
5605 function instead of using inline asm i386 syscall.
5606 * sysdeps/unix/sysv/linux/syscalls.list: Add personality syscall.
5608 * posix/unistd.h [__USE_BSD]: Declare usleep.
5610 Tue Mar 12 04:57:57 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5612 * misc/efgcvt.c (MAXDIG): New macro computed from <floats.h> constants.
5613 (fcvt, ecvt): Use it for buffer size.
5615 * stdlib/drand48-iter.c (__drand48_iterate): Use u_int64_t instead of
5616 conditionalizing long vs long long.
5618 * stdlib/drand48-iter.c (__drand48_iterate): Don't check for null
5619 pointers; never return EFAULT.
5620 * stdlib/drand48_r.c (drand48_r): Likewise.
5621 * stdlib/erand48_r.c (erand48_r): Likewise.
5623 * setjmp/Makefile (tests): Add jmpbug.
5624 * setjmp/jmpbug.c: New file.
5626 Tue Mar 12 04:42:01 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5628 * sysdeps/sparc/jmp_buf.h: Rewritten; use array of ints, not struct.
5629 * sysdeps/sparc/setjmp.S: Rewritten; store %fp value as well.
5630 * sysdeps/sparc/__longjmp.S: Rewritten; unwind frames one by one with
5631 `restore' until the target frame is hit.
5633 Sun Mar 10 20:29:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5635 * sysdeps/unix/sysv/linux/sigsuspend.c: New file.
5636 * sysdeps/unix/sysv/linux/syscalls.list: Remove sigsuspend, add
5639 Thu Mar 7 21:30:58 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5641 * Makerules (+make-deps, sed-remove-objpfx): Quote periods on the
5642 left side of sed substitutions.
5644 Sun Mar 10 16:58:10 1996 Ulrich Drepper <drepper@gnu.ai.mit.edu>
5646 * stdio-common/printf_fp.c (hack_digit): __mpn_normal_size
5647 is not available anymore. Do it ourselves.
5649 * sysdeps/unix/sysv/linux/i386/fpu_control.h (_FPU_SETCW):
5650 Correct GCC `asm' syntax.
5652 Tue Mar 12 03:15:02 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5654 * stdio-common/Makefile (tests): Add tst-ungetc.
5655 * stdio-common/tst-ungetc.c: New test from drepper.
5656 * stdio-common/tstscanf.c (main): New %[ test case from drepper.
5658 * sysdeps/libm-ieee754/s_scalbn.c (scalbn): Rename to __scalbn;
5659 somehow this was missed, though the weak alias is already there.
5661 * sysdeps/unix/sysv/linux/i386/fpu_control.h (_FPU_DEFAULT): Change
5662 default to double precision, all interrupts masked; fdlibm requires.
5664 Sat Mar 9 18:44:27 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5666 * sysdeps/unix/sysv/linux/i386/setfpucw.c: Obsolete file removed.
5668 Fri Mar 8 22:16:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5670 * stdio-common/printf_fp.c (HAVE_ALLOCA): New macro.
5672 Tue Mar 5 18:45:14 1996 Miles Bader <miles@gnu.ai.mit.edu>
5674 * sysdeps/mach/hurd/select.c (__select): Include LASTFD in the
5677 Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5679 * Makeconfig ($(common-objpfx)config.make): Depend on config.h.in.
5681 Tue Mar 5 12:14:57 1996 Miles Bader <miles@gnu.ai.mit.edu>
5683 * sysdeps/mach/hurd/select.c (__select): Also don't fault just
5684 because some fdmask is 0.
5686 Mon Mar 4 17:35:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
5688 * sysdeps/mach/hurd/select.c (__select):
5689 Don't increment GOT only because READ/WRITE/EXCEPTFDS is 0!
5690 Don't return without frobbing the bitmasks after a timeout.
5691 When clearing the bitmasks, only loop from FIRSTFD to LASTFD.
5693 Mon Mar 4 17:35:09 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5695 * hurd/catch-signal.c (hurd_safe_memmove): New function.
5696 (hurd_safe_copyin, hurd_safe_copyout): New functions.
5697 * hurd/hurd/sigpreempt.h: Declare them.
5699 Sun Mar 3 08:43:44 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5701 Replace math code with fdlibm from Sun as modified for netbsd by
5702 JT Conklin and Ian Taylor, including x86 FPU support.
5703 * sysdeps/libm-ieee754, sysdeps/libm-i387: New directories.
5704 * math/math_private.h: New file.
5705 * sysdeps/i386/fpu/Implies: New file.
5706 * sysdeps/ieee754/Implies: New file.
5707 * math/machine/asm.h, math/machine/endian.h: New files.
5708 * math/Makefile, math/math.h: Rewritten.
5709 * mathcalls.h, math/mathcalls.h: New file, broken out of math.h.
5710 * math/finite.c: File removed.
5711 * sysdeps/generic/Makefile [$(subdir)=math]: Frobnication removed.
5713 * math/test-math.c: Include errno.h and string.h.
5715 * sysdeps/unix/bsd/dirstream.h: File removed.
5716 * sysdeps/unix/bsd/readdir.c: File removed.
5718 Sat Mar 2 16:35:40 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5720 * sysdeps/unix/sysv/linux/m68k/profil-counter.h: File removed.
5721 * sysdeps/unix/sysv/sysv4/solaris2/sparc/profil-counter.h: File
5723 * sysdeps/generic/profil-counter.h: New file.
5725 Fri Mar 1 17:11:59 1996 Brendan Kehoe <brendan@zen.org>
5727 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sigcontext.h: New file,
5728 including <sysdeps/unix/bsd/sun/sparc/sigcontext.h>.
5729 * sysdeps/unix/sysv/sysv4/solaris2/sparc/profil-counter.h: New file,
5730 same as linux/m68k/profil-counter.h except the comment.
5732 Fri Mar 1 10:09:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5734 * stdlib/Makefile (mpn-stuff): New target.
5737 * Code copied from GMP updated to 1.937 version.
5738 * stdlib/strtod.c (HAVE_ALLOCA): Define this for gmp headers.
5740 * posix/glob.c: Use canonical code from autoconf manual for dirent
5742 [_D_NAMLEN]: Redefine NAMLEN using this.
5743 (glob_in_dir): Use NAMLEN macro.
5745 * sysdeps/posix/profil.c: New file.
5747 Thu Feb 29 20:55:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5749 * sysdeps/unix/sysv/linux/m68k/profil-counter.h: New file.
5751 Tue Feb 27 12:14:59 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5753 * libc-symbols.h [GCC >= 2.8] (strong_alias, weak_alias): Remove
5756 * time/strftime.c: Support - and _ flags to affect number padding.
5758 * sysdeps/unix/common/tcsendbrk.c: New file.
5760 Mon Feb 26 10:22:30 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5762 * sysdeps/unix/dirstream.h: Rewritten.
5763 * sysdeps/unix/readdir.c: Rewritten.
5764 * sysdeps/unix/telldir.c: Rewritten.
5765 * sysdeps/unix/closedir.c: Use <...> instead of "..." for dirstream.h.
5766 Remove __ from DIR struct member names.
5767 * sysdeps/unix/dirfd.c: Likewise.
5768 * sysdeps/unix/seekdir.c: Likewise.
5769 * sysdeps/unix/rewinddir.c: Likewise.
5770 * sysdeps/unix/opendir.c: Likewise. Don't allocate extra space after
5772 * sysdeps/stub/direct.h: File removed.
5773 * sysdeps/unix/bsd/bsd4.4/direct.h: File removed.
5774 * sysdeps/unix/bsd/direct.h: File removed.
5775 * sysdeps/unix/common/direct.h: File removed.
5776 * sysdeps/unix/sysv/irix4/direct.h: File removed.
5777 * sysdeps/unix/sysv/isc3/direct.h: File removed.
5778 * sysdeps/unix/sysv/sco3.2.4/direct.h: File removed.
5779 * sysdeps/unix/sysv/sysv4/solaris2/direct.h: File removed.
5780 * sysdeps/unix/common/direntry.h: New file.
5781 * sysdeps/unix/bsd/direntry.h: New file.
5782 * sysdeps/unix/bsd/bsd4.4/direntry.h: New file.
5783 * sysdeps/unix/sysv/direntry.h: New file.
5784 * sysdeps/stub/direntry.h: New file.
5785 * dirent/dirent.h (struct dirent): Type removed. Include <direntry.h>
5787 (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New macros.
5788 * dirent/Makefile (headers): Add direntry.h.
5789 (distribute): Remove direct.h.
5790 * sysdeps/posix/getcwd.c: Use new macros instead of d_namlen.
5791 * dirent/scandir.c: Likewise.
5792 * io/fts.c (fts_build): Likewise.
5793 * io/ftw.c (ftw_dir): Likewise.
5794 * sysdeps/posix/ttyname.c: Likewise.
5796 * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: New file.
5798 * sysdeps/mach/hurd/profil.c (MAX_PC_SAMPLES): New macro.
5799 (collector_timeout): New static variable.
5800 (update_waiter): Actually call __task_enable_pc_sampling.
5801 Set collector_timeout based on the `tick' count returned.
5802 (profile_waiter): Use MAX_PC_SAMPLES. Set nsamples before RPC.
5803 Use collector_timeout in __mach_msg call.
5805 * gmon/Makefile (noprof): New variable containing mcount.
5806 Append profil unless it is in $(unix-syscalls).
5807 (mcount.po): Use $(noprof) for list of targets in this rule.
5809 * libc-symbols.h: Define _LIBC before #include <config.h>.
5811 Sun Feb 25 12:29:23 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5813 * config.h.in [_LIBC] (HAVE_STRERROR): Define it.
5814 Protect 2nd page of #undef's for generator programs with #ifndef _LIBC.
5816 * time/zic.c, time/zdump.c, time/private.h: Updated from ADO 96e.
5818 Fri Feb 9 12:40:19 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5820 * libio/cleanup.c (_IO_cleanup_registration_needed)
5821 [!_G_HAVE_ATEXIT]: Init to NULL.
5822 * libio/filedoalloc.c (_IO_cleanup_registration_needed): Remove decl.
5824 Thu Feb 8 08:12:50 1996 Brendan Kehoe <brendan@cygnus.com>
5826 * libio/filedoalloc.c (_IO_cleanup_registration_needed): Revert
5827 previous change, since cleanup.c only defines it if _G_HAVE_ATEXIT.
5829 Wed Feb 7 15:10:17 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5831 * libio/filedoalloc.c (_IO_cleanup_registration_needed): Declare as
5834 Sat Feb 24 11:34:13 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5836 * sysdeps/i386/memcmp.S: Fix argument %esp offsets.
5838 * time/sys/time.h (timeradd, timersub): New macros; BSD has these.
5840 Wed Feb 21 02:25:07 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5842 * Rules (others): Depend on $(extra-objs), $(install-lib),
5843 $(install-bin), $(install-sbin), in object directory.
5845 * Makeconfig (link-libc): Don't pass -rpath option with default
5846 path, since ld.so should use the same default.
5847 * Makerules (build-shlib): Likewise.
5849 * Makerules (make-target-directory): Use mkinstalldirs.
5851 * sysdeps/mach/i386/sysdep.h: Include unix/i386/sysdep.h to
5852 redefine ENTRY et al.
5854 * sysdeps/unix/sysv/linux/i386/sysdep.h (NO_UNDERSCORES, ENTRY):
5855 Macros removed. The code in unix/i386/sysdep.h should now suffice.
5857 * sysdeps/unix/i386/sysdep.h (ALIGNARG): New macro, defns for
5859 (ENTRY): Use it in .align directive.
5860 (CALL_MCOUNT): New macro, empty unless [PROF].
5861 (ENTRY): Do CALL_MCOUNT just after the label.
5863 * Makeconfig (CPPFLAGS-.po): New variable, use -DPROF so assembly
5864 code can call mcount.
5866 Tue Feb 20 23:05:16 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5868 * time/private.h, time/zdump.c, time/zic.c: Updated verbatim from ADO;
5869 translation markings are now integrated in his distribution.
5871 * stdlib/strtod.c (round_and_return): Add missing (mp_limb) 1 cast.
5873 Mon Feb 19 18:31:59 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5875 * po: New directory where `LANG.po' files for message translations
5877 * po/SYS_libc.pot: New file, template of message strings as in source.
5878 * MakeTAGS: New rules to build po/SYS_libc.pot automatically from
5879 the source using xgettext.
5880 * Makerules ($(..)po/%.pot): New rule.
5881 * manual/Makefile (../po/manual.pot): New target, make it empty.
5883 * sysdeps/unix/bsd/alarm.c: Moved to sysdeps/unix/alarm.c.
5884 * sysdeps/unix/bsd/nice.c: Moved to sysdeps/unix/nice.c.
5885 * sysdeps/unix/bsd/stime.c: Moved to sysdeps/unix/stime.c.
5886 * sysdeps/unix/bsd/time.c: Moved to sysdeps/unix/time.c.
5887 * sysdeps/unix/bsd/utime.c: Moved to sysdeps/unix/utime.c.
5889 * time/zic.c, time/scheck.c, time/private.h, time/tzfile.h:
5890 Updated from ADO 96d.
5892 Sun Feb 18 14:08:04 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5894 * csu/initfini.c (_init): Remove bogus volatile declarations and
5895 extra variable, take the address of __gmon_start__ only implicitly
5896 to avoid the test being optimized out.
5898 Sun Feb 18 15:08:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5900 * sysdeps/posix/utimes.c (__utimes): There are 1000000 usecs in a
5903 Sun Feb 18 13:56:00 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5905 * elf/Makefile, time/Makefile: Make `all' the default target.
5907 Mon Feb 19 18:09:04 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5909 * misc/sys/ptrace.h: Moved to ...
5910 * sysdeps/generic/sys/ptrace.h: ... here.
5911 * sys/ptrace.h: File removed.
5913 Sun Feb 18 12:13:07 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5915 * sysdeps/unix/sysv/linux/Makefile (headers): Add fpu_control.h.
5917 * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Put it into .bss
5918 so that the symbol alias works.
5920 * sysdeps/unix/sysv/linux/m68k/fpu_control.h (_FPU_SETCW): Corrected.
5922 * sysdeps/unix/sysv/linux/resourcebits.h: New file.
5924 * sysdeps/unix/sysv/linux/sys/ptrace.h: New file.
5926 * sysdeps/unix/sysv/linux/syscalls.list: Add getegid, geteuid,
5929 * sysdeps/unix/sysv/linux/sysconf.c: Special version that does not
5932 Sat Feb 17 10:30:21 1996 David Mosberger-Tang <davidm@AZStarNet.com>
5934 * stdio-common/printf_fp.c, stdlib/strtod.c, sysdeps/ieee754/dbl2mpn.c,
5935 sysdeps/ieee754/ldbl2mpn.c, sysdeps/ieee754/mpn2dbl.c,
5936 sysdeps/ieee754/mpn2ldbl.c: Cast left operands of shift instructions
5937 to `long' where necessary.
5939 Thu Feb 15 20:04:50 1996 Ulrich Drepper <drepper@gnu.ai.mit.edu>
5941 * stdlib/fpioconst.h: Introduce new constant _FPIO_CONST_OFFSET.
5942 * stdio-common/printf_fp.c, stdlib/strtod.c: Use _FPIO_CONST_OFFSET
5943 to correctly access MPN array depending on architecture.
5945 Mon Feb 19 15:30:26 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5947 * stdio-common/tstscanf.c (main): Add check for "0" as %d.
5949 * sysdeps/stub/msync.c: Undo change of Jan 29; just two args.
5950 Only some systems have three args; let them define their own stub.
5952 * sysdeps/generic/dl-sysdep.c: Declare _dl_secure.
5954 * sysdeps/generic/machine-gmon.h: New file.
5955 * gmon/Makefile (distribute): Add machine-gmon.h.
5956 * gmon/mcount.c: Undo changes of Feb 13.
5957 Include "machine-gmon.h".
5959 Sun Feb 18 13:24:06 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5961 * sysdeps/unix/sysv/linux/direct.h: File removed, since it is
5962 identical to unix/common/direct.h.
5964 * sysdeps/unix/Makefile [no_deps]: Don't include s-proto.d.
5966 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Don't add ipc.
5968 * stdio-common/Makefile (tests): Remove scanf6.
5970 * sysdeps/unix/sysv/linux/Makefile (non-lib.a): Append libieee.a.
5972 * time/mktime.c (mktime): Move static variable localtime_offset to
5975 * stdio-common/vfscanf.c: Put '0' in buffer before scanning for %i
5978 Thu Feb 15 16:56:17 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5980 * sysdeps/m68k/dl-machine.h (elf_machine_load_address): Corrected.
5981 (ELF_MACHINE_BEFORE_RTLD_RELOC): Define.
5982 (_dl_runtime_resolve): Save %a1 as well.
5983 (ELF_MACHINE_RUNTIME_FIXUP_ARGS): Add second dummy arg.
5984 (elf_machine_relplt): Define.
5986 * elf/dl-runtime.c: Include possible extra args in declaration of
5989 Fri Feb 16 11:01:59 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5991 * time/tzset.c: Limit hours to 23, not 12. From jaffer.
5993 Fri Feb 16 10:14:05 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5995 * Makeconfig (CFLAGS-.po): Use -pg instead of -p.
5997 Thu Feb 15 13:57:08 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5999 * mach/Machrules: Use -include for $(*.ir).
6001 * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS): Mask off type bits in
6003 * sysdeps/mach/hurd/ioctls.h (_IOC_NOTYPE): New macro.
6004 (_IOT_COUNT2): Field is 3 bits, not 2.
6005 * sysdeps/mach/hurd/ioctl.c: Ignore handler if it fails with ENOTTY.
6006 * hurd/hurdioctl.c (_hurd_lookup_ioctl_handler): Mask off type
6007 bits before looking up handler.
6008 (fioctl): Use __hurd_dfail.
6009 (fioctl, fioclex): Use ENOTTY for bogus request instead of EGRATUITOUS.
6011 Thu Feb 15 11:49:45 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6013 * sysdeps/unix/sysv/sysv4/Makefile [$(subdir)-signal]
6014 (sysdep_routines): Don't add sys-sig.
6016 * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: New file.
6018 Wed Feb 14 00:21:17 1996 David Mosberger-Tang <davidm@azstarnet.com>
6020 * sysdeps/alpha/memchr.c (memchr): loop searching for matching
6021 character bailed out one too early; changed constant 6 to
6024 Wed Feb 14 01:08:58 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6026 * posix/execvp.c: When executing shell on script, first arg is
6027 full file name, not argv[0].
6029 * mach/Makefile [no_deps]: Inhibit inclusion of mach-syscalls.mk.
6030 * mach/Machrules [no_deps]: Inhibit interface rules.
6032 * malloc/Makefile (distribute): Removed TODO.
6034 Tue Feb 13 05:12:02 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6036 * sysdeps/unix/sysv/linux/syscalls.list (ipc): Specify msgget in
6039 * sysdeps/unix/common/syscalls.list: Add sigaction syscall.
6041 * sysdeps/unix/sysv/linux/gnu/types.h: Moved from linux/i386.
6043 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=math]
6044 (sysdep_routines): Append setfpucw.
6045 (extra-objs): Append ieee-fpucw.o.
6046 (install-lib): Append libieee.a.
6047 (libieee.a): New target.
6048 * sysdeps/unix/sysv/linux/ieee-fpucw.c: New file.
6049 * sysdeps/unix/sysv/linux/i386/fpu_control.h
6050 (_FPU_GETCW, _FPU_SETCW): New macros.
6051 (fpu_control_t): New typedef.
6052 (__setfpucw): Use fpu_control_t for argument type.
6053 * sysdeps/unix/sysv/linux/fpu_control.c: Moved from linux/i386.
6055 * sysdeps/unix/sysv/linux/init-first.c: Moved from linux/i386.
6057 * sysdeps/unix/sysv/linux/syscalls.list: Add ipc syscall.
6058 * sysdeps/unix/sysv/linux/i386/syscalls.list: File removed.
6060 Sat Feb 10 13:09:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6062 * sysdeps/unix/sysv/linux/m68k/brk.c,
6063 sysdeps/unix/sysv/linux/m68k/mmap.S,
6064 sysdeps/unix/sysv/linux/m68k/select.S,
6065 sysdeps/unix/sysv/linux/m68k/sigcontext.h,
6066 sysdeps/unix/sysv/linux/m68k/sigreturn.S,
6067 sysdeps/unix/sysv/linux/m68k/socket.S,
6068 sysdeps/unix/sysv/linux/m68k/syscall.S,
6069 sysdeps/unix/sysv/linux/m68k/sysdep.S,
6070 sysdeps/unix/sysv/linux/m68k/sysdep.h: New files.
6072 * sysdeps/unix/sysv/linux/m68k/fpu_control.h: New file.
6074 * sysdeps/m68k/fpu/isinfl.c, sysdeps/m68k/fpu/isnanl.c,
6075 sysdeps/m68k/isinfl.c, sysdeps/m68k/isnanl.c: New files.
6077 * sysdeps/unix/sysv/linux/sys/mman.h: Define MAP_ANON and
6078 MAP_FILE if not already defined.
6080 * elf/elf.h: Add m68k reloc definitions.
6081 * sysdeps/m68k/dl-machine.h, sysdeps/m68k/elf/start.S: New files.
6083 Tue Feb 13 00:12:12 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6085 * elf/dl-runtime.c (fixup) [ELF_MACHINE_RUNTIME_FIXUP_ARGS]: Let
6086 this macro declare extra leading args.
6088 * Makerules [$(elf)=yes] (ar-symtab-name): Define to empty.
6090 * sysdeps/i386/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE,
6091 elf_machine_relplt): New macros.
6092 * elf/dl-runtime.c: New file.
6093 * sysdeps/i386/dl-runtime.c, sysdeps/stub/dl-runtime.c: Files removed.
6095 * gmon/Makefile (headers): Remove machine-gmon.h.
6096 * sysdeps/stub/machine-gmon.h, sysdeps/i386/machine-gmon.h: Removed.
6097 * gmon/mcount.c [! NO_UNDERSCORES] (_mcount): Specify "mcount" as
6099 (_mcount): Define normally, taking no args.
6100 Use __builtin_return_address to fetch PC values of caller and caller's
6103 * Makerules: Rewrote rules to update libc archives of all flavors.
6104 Define separate specific rules for each flavor using o-iterator.
6106 * sysdeps/unix/Makefile: Include s-proto.d only ifdef subdir.
6108 Sat Feb 10 11:35:16 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6110 * Makerules (ar-symtab-name): New macro. Replace all occurences
6111 of __.SYMDEF by $(ar-symtab-name).
6112 * sysdeps/unix/sysv/Makefile (ar-symtab-name): Define as empty.
6114 Mon Feb 12 03:10:41 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6116 * Makefile (configure, %/configure): Depend on aclocal.m4.
6117 * Make-dist (configure, %/configure): Likewise.
6119 * sysdeps/unix/Makefile: Include s-proto.d for its deps.
6121 * gmon/sys/gmon.h: Don't include machine-gmon.h; those defns are
6122 only needed in the implementation, not for any users.
6124 * time/northamerica: Updated from ADO 96c, new rules for Mexico in
6127 * sunrpc/pm_getport.c: #if 0 out gratuitous inclusion of <net/if.h>.
6128 * sunrpc/pm_getmaps.c: Likewise.
6130 * sysdeps/unix/sysv/syscalls.list: Add setrlimit and settimeofday,
6131 so real syscalls override unix/sysv/*.c on sysv-derived systems
6133 * sysdeps/unix/common/syscalls.list: Add settimeofday here, to
6134 override unix/sysv/settimeofday.c since that overrides
6137 * Makeconfig (+link): Put $(link-libc) after deps from $^,
6138 regardless of where libc.a appears in the deps.
6140 * sysdeps/unix/sysv/sysv4/syscalls.list: Remove redundancies.
6142 * sysdeps/unix/sysv/linux/syscalls.list: Remove redundancies.
6143 Define __ name for sigprocmask.
6144 * sysdeps/unix/bsd/ultrix4/syscalls.list: Remove redundancies.
6146 * sysdeps/unix/bsd/sun/sunos4/syscalls.list: Remove redundancies.
6147 * sysdeps/unix/bsd/sun/syscalls.list: Remove redundancies.
6148 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove redundancies.
6149 * sysdeps/unix/bsd/syscalls.list: Remove settimeofday, utimes.
6150 Add getdents, wait3, waitpid.
6151 * sysdeps/unix/syscalls.list: Add seteuid, setegid, setsid,
6152 settimeofday, sigsuspend, sstk, utimes.
6153 * sysdeps/unix/bsd/ultrix4/mips/sigvec.S: File removed.
6154 * sysdeps/unix/bsd/ultrix4/mips/syscalls.list: New file.
6155 * sysdeps/unix/bsd/ultrix4/mips/Makefile (sysdep_routines):
6157 * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Renamed from sigtramp.c.
6158 * sysdeps/unix/bsd/bsd4.4/sstk.S: File removed.
6159 * sysdeps/unix/bsd/hp/m68k/syscalls.list: File removed.
6160 * sysdeps/unix/bsd/osf/alpha/getdents.S: File removed.
6161 * sysdeps/unix/bsd/ultrix4/getsysinfo.S: File removed.
6162 * sysdeps/unix/bsd/ultrix4/waitpid.S: File removed.
6163 * sysdeps/unix/bsd/ultrix4/mips/sigtramp.c: File removed.
6164 * sysdeps/unix/bsd/ultrix4/mips/sigvec.S: File removed.
6165 * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: New file.
6166 * sysdeps/unix/bsd/ultrix4/mips/syscalls.list: New file.
6167 * sysdeps/unix/sysv/irix4/wait3.S: File removed.
6168 * sysdeps/unix/sysv/sysv4/__waitid.S: File removed.
6169 * sysdeps/unix/sysv/sysv4/fchdir.S: File removed.
6170 * sysdeps/unix/sysv/sysv4/setegid.S: File removed.
6171 * sysdeps/unix/sysv/sysv4/seteuid.S: File removed.
6172 * sysdeps/unix/sysv/sysv4/sigaltstack.S: File removed.
6173 * sysdeps/unix/sysv/sysv4/solaris2/utimes.S: File removed.
6175 * hurd/hurdfault.c (_hurdsig_fault_init): Set qlimit on
6176 FORWARD_SIGEXC to one. Uncomment setting of thread exc port, and
6177 move it to last thing.
6179 Sat Feb 10 05:57:08 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6181 * sysdeps/generic/make_siglist.c: #undef _SIGNAL_H before defining it.
6183 * sysdeps/unix/sysv/linux/syscalls.list: Add sigprocmask, sigsuspend.
6185 Sat Feb 10 04:18:48 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6187 * posix/execvp.c: If execv fails with ENOEXEC, run the shell on
6190 Fri Feb 9 11:46:45 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6192 * time/Makefile (CFLAGS-zdump.c, CFLAGS-zic.c, CFLAGS-ialloc.c,
6193 CFLAGS-scheck.c): Use -DNOID instead of -Wno-unused.
6195 * hurd/Makefile (user-interfaces): Added hurd/tioctl.
6197 Thu Feb 8 18:55:27 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6199 * hurd/hurdioctl.c (tiocsctty): Set the terminal's pgrp to our own.
6201 Wed Feb 7 18:48:30 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6203 * Makefile (subdirs): Added wcsmbs.
6204 * wcsmbs: New directory of wide char/multibyte char functions from
6207 * hurd/hurdmsg.c (_S_msg_report_wait): Function removed.
6208 * hurd/report-wait.c: New file.
6209 * hurd/Makefile (routines): Added report-wait.
6211 * sysdeps/mach/hurd/Makefile (inhibit-unix-syscalls): New variable.
6213 * sysdeps/mach/hurd/i386/intr-msg.h (struct mach_msg_trap_args):
6215 (SYSCALL_EXAMINE, MSG_EXAMINE): New inline functions.
6216 * sysdeps/mach/hurd/i386/trampoline.c (struct mach_msg_trap_args):
6217 Structure moved to intr-msg.h; include that.
6219 * time/Makefile (CFLAGS-ialloc.c): Add -Wno-unused.
6220 (CFLAGS-scheck.c): New variable.
6222 * sysdeps/mach/hurd/dl-sysdep.c (__hurd_sigthread_stack_base,
6223 __hurd_sigthread_stack_end, __hurd_sigthread_variables,
6224 __hurd_threadvar_stack_mask): New variables.
6226 * sysdeps/mach/hurd/fork.c: Set the new task's exception port to
6227 its new message port.
6229 * misc/init-misc.c: Put __init_misc in the __libc_subinit set.
6231 * configure.in (uname): Add quoting.
6233 * sysdeps/mach/hurd/fchdir.c: Don't consult errno unless lookup fails.
6234 * hurd/fchroot.c: Likewise.
6236 * posix/sys/types.h [GCC >= 2.7]: Define intN_t/u_intN_t using
6237 __attribute__ ((__mode__ (__XX__))).
6239 Wed Feb 7 03:24:05 1996 Torbjorn Granlund <tege@tmg.se>
6241 * sysdeps/i386/i586/memcopy.h (WORD_COPY_FWD): Manually allocate
6242 destination cache lines.
6243 (WORD_COPY_BWD): Likewise.
6245 Wed Feb 7 14:16:36 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6247 * sysdeps/generic/Makefile (make_siglist): Get signum.h absolute
6248 file name first thing, before $(native-compile) changes directories.
6250 From Gord Matzigkeit <gord@enci.ucalgary.ca>:
6251 * sysdeps/unix/make_errlist.c: Use strerror if available.
6252 * sysdeps/unix/configure.in: New file
6254 * sysdeps/unix/bsd/sun/syscalls.list: Added sigvec.
6255 * sysdeps/unix/bsd/sun/sigvec.S: File removed.
6257 * sysdeps/stub/sendto.c: Make sockaddr arg pointer to const.
6258 * sysdeps/stub/connect.c: Likewise.
6259 * sysdeps/stub/bind.c: Likewise.
6261 * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): RETRYNAME of
6262 "" is only special for FS_RETRY_NORMAL; for FS_RETRY_REAUTH, do
6263 another dir_lookup of "".
6265 Tue Feb 6 12:46:29 1996 David Mosberger-Tang <davidm@azstarnet.com>
6267 * libc-symbols.h (weak_alias, weak_symbol): added definitions
6268 for ECOFF (HAVE_ECOFF).
6270 Fri Feb 2 13:09:18 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6272 * sysdeps/mach/hurd/fork.c: Clear trace flag in child.
6274 Wed Jan 31 20:08:26 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6276 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Clear SS->intr_port
6277 when cancelled before RPC.
6279 Tue Jan 30 13:32:05 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6281 * dirent/scandir.c: Allocate dirents with correct size for name, and
6282 copy with correct size.
6284 * hurd/hurdinit.c [! PIC] (map0): New function, on _hurd_preinit_hook.
6286 * stdio-common/vfscanf.c (TYPEMOD): New macro of all type modifier
6288 (__vfscanf): Fix checking of extra type modifiers.
6290 * time/asia, time/australasia, time/backward: Updated from ADO 96b.
6292 Tue Jan 30 12:17:26 1996 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
6294 * stdlib/strtod.c: Only negate exponent when there really is one.
6296 * stdio-common/vfscanf.c: Accept type modifiers on %n.
6297 Fix FP number parsing.
6299 Mon Jan 29 21:53:40 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6301 * sysdeps/stub/msync.c (msync): Declare third arg FLAGS.
6303 * resolv/Makefile (+cflags): Append to this instead of CFLAGS.
6305 Mon Jan 29 16:29:16 1996 Miles Bader <miles@gnu.ai.mit.edu>
6307 * sysdeps/mach/hurd/select.c (__select): Recalculate GOT to
6308 include an increment for each operation allowed on each fd.
6310 Mon Jan 29 11:44:38 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6312 * sysdeps/unix/sysv/linux/configure: Set $inhibit_glue.
6314 * Makefile: Use -include for sysd-dirs.
6316 * configure.in (uname): Check for uname in syscalls.list files.
6317 * sysdeps/unix/sysv/syscalls.list: Remove uname.
6318 * sysdeps/unix/syscalls.list: Add uname.
6320 * stdlib/strtol.c (weak1): New macro, to get the right name declared
6323 * sysdeps/posix/getcwd.c (size_t): Don't define #ifdef __GNU_LIBRARY__.
6325 * db/hash/ndbm.c: Change all uses of `errno' struct member to `errnum'.
6326 (dbm_open): Use dynamic allocation for file name buffer, instead of
6327 limitting its size to MAXPATHLEN.
6329 * db/btree/bt_open.c (tmp): Use dynamic allocation for file name
6330 buffer, instead of limitting its size to MAXPATHLEN.
6332 * db/hash/hash.h (HTAB): Rename member `errno' to `errnum'.
6333 * db/hash/hash.c: Change all uses of `errno' struct member to `errnum'.
6335 Sun Jan 28 19:42:04 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6337 * time/Makefile: Fix check for cross compiling.
6339 Thu Jan 25 21:10:39 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6341 * db/Makefile (subdir-dirs): Renamed from dbdirs.
6343 * Makerules (distinfo-vars): Add subdir-dirs.
6345 * MakeTAGS: Remove vpath directives.
6346 (all-dirs): Prepend $(subdir-dirs).
6347 (all-sources, all-headers): Use wildcard to find sources.
6349 Mon Jan 29 10:44:38 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6351 * malloc/Makefile (CFLAGS-vm-limit.c, CFLAGS-ralloc.c): New
6354 * mach/msgserver.c: Declare DEMUX arg with prototype.
6356 Sun Jan 28 17:25:38 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6358 * setjmp/setjmp.h (jmp_buf): Give a tag in the struct defn, to
6360 * alpha/jmp_buf.h: Likewise.
6361 * m68k/jmp_buf.h: Likewise.
6362 * mips/jmp_buf.h: Likewise.
6363 * sparc/jmp_buf.h: Likewise.
6364 * vax/jmp_buf.h: Likewise.
6366 * sysdeps/generic/memmem.c: Fix return value in case where
6369 * hurd/hurdlookup.c (__file_name_lookup_under,
6370 __file_name_lookup): Restrict mode with umask.
6371 * sysdeps/mach/hurd/xmknod.c: Restrict mode with umask.
6372 * sysdeps/mach/hurd/mkdir.c: Restrict mode with umask.
6374 Fri Jan 26 12:20:45 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6376 * stdlib/strtol.c: Undo last change. ANSI C changed since the
6377 draft I checked yesterday. Sigh.
6379 Thu Jan 25 18:58:25 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6381 * stdlib/strtol.c [UNSIGNED]: Don't recognize + or - as sign.
6383 Wed Jan 24 03:22:07 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6385 * malloc/mcheck.c (mabort): Declare prototype.
6387 * sysdeps/unix/sysv/linux/fcntlbits.h: Moved from linux/i386.
6389 * Makerules: Use -include for generated makefiles.
6391 * errno.h: Don't declare errno if it's defined as a macro.
6393 * stdio-common/vfscanf.c: Disallow l flag after ll or L.
6395 * stdio-common/Makefile (tests): Add scanf[1-9].
6396 * stdio-common/scanf[1-9].c: New files. Bug tests from hjl.
6398 Wed Jan 24 04:18:36 1996 Paul Eggert <eggert@twinsun.com>
6400 * strftime.c (strftime):
6401 When invoking self, check whether the subsidiary invocation failed.
6402 Use "???" (not "") to denote unknown time zone information.
6404 Make this source file portable to standalone contexts (e.g. GNU Emacs).
6405 <config.h>: Include if HAVE_CONFIG_H is defined.
6406 (HAVE_LIMITS_H, HAVE_MBLEN, HAVE_TM_ZONE, STDC_HEADERS): New symbols,
6407 defined if _LIBC or if <config.h> defines them.
6408 <ansidecl.h>, "../locale/localeinfo.h": Include only if _LIBC.
6409 <sys/types.h>: New include; some hosts require it for `time_t'.
6410 <ctype.h>: Include only if HAVE_MBLEN (since it's only needed then).
6411 <limits.h>: Include only if HAVE_LIMITS_H.
6412 <stddef.h, stdlib.h, string.h>: Include only if STDC_HEADERS.
6413 (memcpy): Define in terms of bcopy if !STDC_HEADERS.
6414 (__P, PTR): Define if not already defined.
6415 (__tzname, __daylight, __timezone): Remove macros; no longer needed.
6416 (add, strftime): Don't use NULL, for portability to some weird hosts.
6417 (fmt): If !_LIBC, don't assume sprintf returns a count.
6418 (week, strftime): Use old-style function declarations.
6419 (weekday_name, month_name): New constants.
6420 (strftime): Use traditional C values if locale support isn't available.
6421 Use `const' instead of CONST. For time zones, use tm_zone if
6422 possible, then fall back on tzname. Don't check for multibyte
6423 characters unless mblen is supported. Use formats like %02d instead
6424 of %.2d, for portability to older hosts.
6426 Wed Jan 24 00:07:52 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6428 * stdio-common/vfscanf.c (GROUP, MALLOC): New flag macros.
6429 (__vfscanf): Eliminate flag vars that were redundant with FLAGS bits.
6430 Fix bug in recognition of %ll flag for long long.
6431 Fix overeager checks for conflicting type modifiers.
6432 With ' flag, match thousands separators for decimal numbers.
6434 Tue Jan 23 22:02:40 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6436 * locale/Makefile (CFLAGS-locfile-lex.c): New variable.
6438 * resolv/Makefile (CFLAGS): Disable some warnings.
6440 * sysdeps/generic/Makefile (elided-routines): Removed hypot.
6441 (+gccwarn): Set with override.
6443 * stdio-common/Makefile (CFLAGS-tst-printf.c): New variable.
6445 * posix/Makefile (CFLAGS-regex.c): New variable.
6447 * malloc/Makefile (CFLAGS-obstack.c): New variable.
6449 * io/Makefile (CFLAGS-fts.c): New variable.
6450 * io/fts.c (fts_open): Use prototypes for COMPAR decl.
6452 Tue Jan 23 21:35:32 1996 Miles Bader <miles@gnu.ai.mit.edu>
6454 * sysdeps/mach/hurd/bind.c (bind): Ensure NAME for the AF_LOCAL
6455 case is '\0'-terminated.
6457 Tue Jan 23 19:49:54 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6459 * elf/rtld.c (dl_main): Support additional args in --list mode for
6460 debugging: look them up as symbol names and print values.
6462 * misc/getttyent.c (skip, value): Declare with prototypes in file
6465 * csu/initfini.c (_init): Explicitly set a variable that is
6466 pointer to volatile with the address of __gmon_start__, to avoid
6467 the test being optimized out.
6469 Mon Jan 22 10:40:40 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6471 * sysdeps/posix/getcwd.c [__GNU_LIBRARY__]: Include unistd.h.
6473 * io/fts.h (FTSENT): Define fts_compar member with prototype.
6475 * hurd/hurd.h: Use prototype in getcttyid decl.
6477 * stdlib/l64a.c: Fix typo in last change.
6479 * stdlib/drand48-iter.c: Test limits.h macros instead of sizeof
6480 for determining size of types.
6481 * stdlib/srand48_r.c: Likewise.
6483 * misc/utmp.h: Declare login, logout, logwtmp.
6484 * misc/logout.c: Declare argument as pointer to const.
6485 * misc/login.c: Likewise.
6486 * misc/logwtmp.c: Likewise.
6487 Include time.h, string.h.
6489 * misc/efgcvt_r.c: Include stdlib.h.
6491 * io/mknod.c: Include sys/types.h.
6493 * gmon/sys/gmon.h: Declare monstartup, _mcleanup.
6495 * csu/gmon-start.c (_start, etext): Declare with prototypes.
6497 * stdio-common/vfscanf.c (%[): Fix range handling.
6499 Sun Jan 21 00:55:25 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6501 * misc/Makefile (headers): Rename queue.h to sys/queue.h.
6502 * misc/queue.h: Moved to misc/sys/queue.h.
6504 * sysdeps/unix/sysv/linux/shmat.c: Include sys/shm.h instead of
6507 * stdlib/stdlib.h [__USE_SVID]: Declare a64l, l64a.
6509 * stdlib/l64a.c: Use 6-bit numbers as indices in CONV_TABLE, not
6510 literal byte values.
6512 * misc/bsd-compat.c (getpgrp): Define with prototype.
6514 * misc/init-misc.c (__progname_full): New variable.
6515 (program_invocation_name, program_invocation_short_name): New aliases.
6516 (__init_misc): Define with prototype. Set __progname_full.
6517 * misc/progname.c: File removed.
6518 * misc/Makefile (aux): Remove progname.
6520 * misc/hsearch_r.c (isprime): Define with prototype.
6522 * sysdeps/unix/sysv/linux/seteuid.c: Just include unix/bsd version.
6523 * sysdeps/unix/bsd/seteuid.c: Disallow arg of -1.
6524 * sysdeps/unix/bsd/setegid.c: Likewise.
6526 Fri Jan 19 13:28:59 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6528 * sysdeps/unix/sysv/linux/tcdrain.c: Define tcdrain, not
6531 * posix/glob.c (glob): Use prototype in getlogin decl.
6533 * db/ndbm.h: Declare dbm_error, dbm_clearerr.
6534 * db/db/db.c (__dberr): Define with prototype.
6535 (__dbpanic): Use prototypes in casts.
6536 * db/hash/hash_log2.c: Add prototype decl.
6538 * sysdeps/generic/_strerror.c (_strerror_internal): Define with
6541 * sysdeps/unix/mkdir.c, syspdep/unix/rmdir.c: Moved from unix/sysv.
6542 They will be overridden with syscalls if extant by unix/syscalls.list.
6544 * Makeconfig (+gccwarn): Add -Wstrict-prototypes.
6546 * stdio-common/printf_fp.c (__printf_fp): Define with prototype.
6547 * stdio-common/vfprintf.c (_IO_helper_overflow): Likewise.
6549 Thu Jan 18 00:32:43 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6551 * io/Makefile (routines): Add mknod, xstat fxstat lxstat xmknod.
6553 * sysdeps/unix/sysv/linux/ptrace.c: Use ... decl, and stdarg.h to
6556 * posix/glob.c (_GNU_SOURCE): Define if undefined, so glob.h
6557 defines GNU extensions.
6558 * posix/fnmatch.c: Likewise.
6560 Replaced all simple system call files *.S throughout sysdeps/unix
6561 with syscalls.list files to be processed by make-syscalls.sh.
6562 * sysdeps/unix/s-proto.S: New file.
6563 * sysdeps/unix/syscalls.list: New file.
6564 * sysdeps/unix/bsd/syscalls.list: New file.
6565 * sysdeps/unix/bsd/bsd4.4/syscalls.list: New file.
6566 * sysdeps/unix/bsd/hp/m68k/syscalls.list: New file.
6567 * sysdeps/unix/bsd/osf/syscalls.list: New file.
6568 * sysdeps/unix/bsd/osf/alpha/syscalls.list: New file.
6569 * sysdeps/unix/bsd/sony/newsos4/syscalls.list: New file.
6570 * sysdeps/unix/bsd/sun/syscalls.list: New file.
6571 * sysdeps/unix/bsd/sun/sunos4/syscalls.list: New file.
6572 * sysdeps/unix/bsd/ultrix4/syscalls.list: New file.
6573 * sysdeps/unix/common/syscalls.list: New file.
6574 * sysdeps/unix/inet/syscalls.list: New file.
6575 * sysdeps/unix/mman/syscalls.list: New file.
6576 * sysdeps/unix/sysv/syscalls.list: New file.
6577 * sysdeps/unix/sysv/irix4/syscalls.list: New file.
6578 * sysdeps/unix/sysv/isc2.2/syscalls.list: New file.
6579 * sysdeps/unix/sysv/linux/syscalls.list: New file.
6580 * sysdeps/unix/sysv/linux/i386/syscalls.list: New file.
6581 * sysdeps/unix/sysv/sco3.2.4/syscalls.list: New file.
6582 * sysdeps/unix/sysv/sysv4/syscalls.list: New file.
6583 * sysdeps/unix/sysv/sysv4/i386/syscalls.list: New file.
6584 * sysdeps/unix/sysv/sysv4/solaris2/sparc/syscalls.list: New file.
6585 * sysdeps/unix/acct.S: File removed.
6586 * sysdeps/unix/chdir.S: File removed.
6587 * sysdeps/unix/chmod.S: File removed.
6588 * sysdeps/unix/chown.S: File removed.
6589 * sysdeps/unix/chroot.S: File removed.
6590 * sysdeps/unix/close.S: File removed.
6591 * sysdeps/unix/configure: File removed.
6592 * sysdeps/unix/configure.in: File removed.
6593 * sysdeps/unix/dup.S: File removed.
6594 * sysdeps/unix/fcntl.S: File removed.
6595 * sysdeps/unix/fsync.S: File removed.
6596 * sysdeps/unix/getgid.S: File removed.
6597 * sysdeps/unix/getpid.S: File removed.
6598 * sysdeps/unix/getuid.S: File removed.
6599 * sysdeps/unix/ioctl.S: File removed.
6600 * sysdeps/unix/kill.S: File removed.
6601 * sysdeps/unix/link.S: File removed.
6602 * sysdeps/unix/lseek.S: File removed.
6603 * sysdeps/unix/open.S: File removed.
6604 * sysdeps/unix/ptrace.S: File removed.
6605 * sysdeps/unix/read.S: File removed.
6606 * sysdeps/unix/reboot.S: File removed.
6607 * sysdeps/unix/setgid.S: File removed.
6608 * sysdeps/unix/setuid.S: File removed.
6609 * sysdeps/unix/sync.S: File removed.
6610 * sysdeps/unix/umask.S: File removed.
6611 * sysdeps/unix/unlink.S: File removed.
6612 * sysdeps/unix/write.S: File removed.
6613 * sysdeps/unix/bsd/flock.S: File removed.
6614 * sysdeps/unix/bsd/getdtsz.S: File removed.
6615 * sysdeps/unix/bsd/getpagesize.S: File removed.
6616 * sysdeps/unix/bsd/killpg.S: File removed.
6617 * sysdeps/unix/bsd/profil.S: File removed.
6618 * sysdeps/unix/bsd/readv.S: File removed.
6619 * sysdeps/unix/bsd/settimeofday.S: File removed.
6620 * sysdeps/unix/bsd/sigblock.S: File removed.
6621 * sysdeps/unix/bsd/sigpause.S: File removed.
6622 * sysdeps/unix/bsd/sigsetmask.S: File removed.
6623 * sysdeps/unix/bsd/sigstack.S: File removed.
6624 * sysdeps/unix/bsd/sigvec.S: File removed.
6625 * sysdeps/unix/bsd/utimes.S: File removed.
6626 * sysdeps/unix/bsd/writev.S: File removed.
6627 * sysdeps/unix/bsd/bsd4.4/chflags.S: File removed.
6628 * sysdeps/unix/bsd/bsd4.4/fchdir.S: File removed.
6629 * sysdeps/unix/bsd/bsd4.4/fchflags.S: File removed.
6630 * sysdeps/unix/bsd/bsd4.4/getdents.S: File removed.
6631 * sysdeps/unix/bsd/bsd4.4/getdomain.S: File removed.
6632 * sysdeps/unix/bsd/bsd4.4/revoke.S: File removed.
6633 * sysdeps/unix/bsd/bsd4.4/setdomain.S: File removed.
6634 * sysdeps/unix/bsd/bsd4.4/setegid.S: File removed.
6635 * sysdeps/unix/bsd/bsd4.4/seteuid.S: File removed.
6636 * sysdeps/unix/bsd/bsd4.4/setlogin.S: File removed.
6637 * sysdeps/unix/bsd/bsd4.4/setsid.S: File removed.
6638 * sysdeps/unix/bsd/bsd4.4/sigaltstack.S: File removed.
6639 * sysdeps/unix/bsd/bsd4.4/wait4.S: File removed.
6640 * sysdeps/unix/bsd/hp/m68k/getdents.S: File removed.
6641 * sysdeps/unix/bsd/osf/msync.S: File removed.
6642 * sysdeps/unix/bsd/osf/alpha/wait4.S: File removed.
6643 * sysdeps/unix/bsd/sony/newsos4/fchdir.S: File removed.
6644 * sysdeps/unix/bsd/sony/newsos4/sys_wait4.S: File removed.
6645 * sysdeps/unix/bsd/sun/getdents.S: File removed.
6646 * sysdeps/unix/bsd/sun/sunos3/m68k/wait.S: File removed.
6647 * sysdeps/unix/bsd/sun/sunos4/msync.S: File removed.
6648 * sysdeps/unix/bsd/sun/sunos4/poll.S: File removed.
6649 * sysdeps/unix/bsd/sun/sunos4/setsid.S: File removed.
6650 * sysdeps/unix/bsd/sun/sunos4/sys_mmap.S: File removed.
6651 * sysdeps/unix/bsd/sun/sunos4/sys_wait4.S: File removed.
6652 * sysdeps/unix/bsd/sun/sunos4/uname.S: File removed.
6653 * sysdeps/unix/bsd/ultrix4/getdents.S: File removed.
6654 * sysdeps/unix/bsd/ultrix4/setsid.S: File removed.
6655 * sysdeps/unix/bsd/ultrix4/uname.S: File removed.
6656 * sysdeps/unix/common/access.S: File removed.
6657 * sysdeps/unix/common/adjtime.S: File removed.
6658 * sysdeps/unix/common/dup2.S: File removed.
6659 * sysdeps/unix/common/fchmod.S: File removed.
6660 * sysdeps/unix/common/fchown.S: File removed.
6661 * sysdeps/unix/common/ftruncate.S: File removed.
6662 * sysdeps/unix/common/getgroups.S: File removed.
6663 * sysdeps/unix/common/getitimer.S: File removed.
6664 * sysdeps/unix/common/getpgid.S: File removed.
6665 * sysdeps/unix/common/getpriority.S: File removed.
6666 * sysdeps/unix/common/getrlimit.S: File removed.
6667 * sysdeps/unix/common/getrusage.S: File removed.
6668 * sysdeps/unix/common/gettimeofday.S: File removed.
6669 * sysdeps/unix/common/mkdir.S: File removed.
6670 * sysdeps/unix/common/readlink.S: File removed.
6671 * sysdeps/unix/common/rename.S: File removed.
6672 * sysdeps/unix/common/rmdir.S: File removed.
6673 * sysdeps/unix/common/select.S: File removed.
6674 * sysdeps/unix/common/setgroups.S: File removed.
6675 * sysdeps/unix/common/setitimer.S: File removed.
6676 * sysdeps/unix/common/setpgid.S: File removed.
6677 * sysdeps/unix/common/setpriority.S: File removed.
6678 * sysdeps/unix/common/setregid.S: File removed.
6679 * sysdeps/unix/common/setreuid.S: File removed.
6680 * sysdeps/unix/common/setrlimit.S: File removed.
6681 * sysdeps/unix/common/swapon.S: File removed.
6682 * sysdeps/unix/common/symlink.S: File removed.
6683 * sysdeps/unix/common/truncate.S: File removed.
6684 * sysdeps/unix/common/vhangup.S: File removed.
6685 * sysdeps/unix/inet/accept.S: File removed.
6686 * sysdeps/unix/inet/bind.S: File removed.
6687 * sysdeps/unix/inet/connect.S: File removed.
6688 * sysdeps/unix/inet/gethostid.S: File removed.
6689 * sysdeps/unix/inet/gethostname.S: File removed.
6690 * sysdeps/unix/inet/getpeername.S: File removed.
6691 * sysdeps/unix/inet/getsockname.S: File removed.
6692 * sysdeps/unix/inet/getsockopt.S: File removed.
6693 * sysdeps/unix/inet/listen.S: File removed.
6694 * sysdeps/unix/inet/recv.S: File removed.
6695 * sysdeps/unix/inet/recvfrom.S: File removed.
6696 * sysdeps/unix/inet/recvmsg.S: File removed.
6697 * sysdeps/unix/inet/send.S: File removed.
6698 * sysdeps/unix/inet/sendmsg.S: File removed.
6699 * sysdeps/unix/inet/sendto.S: File removed.
6700 * sysdeps/unix/inet/sethostid.S: File removed.
6701 * sysdeps/unix/inet/sethostname.S: File removed.
6702 * sysdeps/unix/inet/setsockopt.S: File removed.
6703 * sysdeps/unix/inet/shutdown.S: File removed.
6704 * sysdeps/unix/inet/socket.S: File removed.
6705 * sysdeps/unix/inet/socketpair.S: File removed.
6706 * sysdeps/unix/mman/madvise.S: File removed.
6707 * sysdeps/unix/mman/mmap.S: File removed.
6708 * sysdeps/unix/mman/mprotect.S: File removed.
6709 * sysdeps/unix/mman/msync.S: File removed.
6710 * sysdeps/unix/mman/munmap.S: File removed.
6711 * sysdeps/unix/sysv/alarm.S: File removed.
6712 * sysdeps/unix/sysv/ftime.S: File removed.
6713 * sysdeps/unix/sysv/nice.S: File removed.
6714 * sysdeps/unix/sysv/pause.S: File removed.
6715 * sysdeps/unix/sysv/poll.S: File removed.
6716 * sysdeps/unix/sysv/s_getdents.S: File removed.
6717 * sysdeps/unix/sysv/signal.S: File removed.
6718 * sysdeps/unix/sysv/stime.S: File removed.
6719 * sysdeps/unix/sysv/time.S: File removed.
6720 * sysdeps/unix/sysv/times.S: File removed.
6721 * sysdeps/unix/sysv/ulimit.S: File removed.
6722 * sysdeps/unix/sysv/uname.S: File removed.
6723 * sysdeps/unix/sysv/utime.S: File removed.
6724 * sysdeps/unix/sysv/irix4/getpgid.S: File removed.
6725 * sysdeps/unix/sysv/irix4/msync.S: File removed.
6726 * sysdeps/unix/sysv/irix4/setpgid.S: File removed.
6727 * sysdeps/unix/sysv/irix4/signal.S: File removed.
6728 * sysdeps/unix/sysv/irix4/sysmp.S: File removed.
6729 * sysdeps/unix/sysv/irix4/syssgi.S: File removed.
6730 * sysdeps/unix/sysv/isc2.2/rename.S: File removed.
6731 * sysdeps/unix/sysv/linux/adjtimex.S: File removed.
6732 * sysdeps/unix/sysv/linux/fork.S: File removed.
6733 * sysdeps/unix/sysv/linux/getpgid.S: File removed.
6734 * sysdeps/unix/sysv/linux/getpgrp.S: File removed.
6735 * sysdeps/unix/sysv/linux/getsid.S: File removed.
6736 * sysdeps/unix/sysv/linux/gtty.S: File removed.
6737 * sysdeps/unix/sysv/linux/mlock.S: File removed.
6738 * sysdeps/unix/sysv/linux/mlockall.S: File removed.
6739 * sysdeps/unix/sysv/linux/mount.S: File removed.
6740 * sysdeps/unix/sysv/linux/munlock.S: File removed.
6741 * sysdeps/unix/sysv/linux/munlockall.S: File removed.
6742 * sysdeps/unix/sysv/linux/pipe.S: File removed.
6743 * sysdeps/unix/sysv/linux/s_ptrace.S: File removed.
6744 * sysdeps/unix/sysv/linux/setpgid.S: File removed.
6745 * sysdeps/unix/sysv/linux/setsid.S: File removed.
6746 * sysdeps/unix/sysv/linux/settimeofday.S: File removed.
6747 * sysdeps/unix/sysv/linux/sigpending.S: File removed.
6748 * sysdeps/unix/sysv/linux/stty.S: File removed.
6749 * sysdeps/unix/sysv/linux/umount.S: File removed.
6750 * sysdeps/unix/sysv/linux/wait4.S: File removed.
6751 * sysdeps/unix/sysv/linux/i386/ipc.S: File removed.
6752 * sysdeps/unix/sysv/sco3.2.4/pathconf.S: File removed.
6753 * sysdeps/unix/sysv/sco3.2.4/pgrpsys.S: File removed.
6754 * sysdeps/unix/sysv/sco3.2.4/sco_getgrp.S: File removed.
6755 * sysdeps/unix/sysv/sco3.2.4/sigpending.S: File removed.
6756 * sysdeps/unix/sysv/sco3.2.4/sigprocmask.S: File removed.
6757 * sysdeps/unix/sysv/sco3.2.4/sigsuspend.S: File removed.
6758 * sysdeps/unix/sysv/sysv4/pgrpsys.S: File removed.
6759 * sysdeps/unix/sysv/sysv4/sigprocmask.S: File removed.
6760 * sysdeps/unix/sysv/sysv4/sigsuspend.S: File removed.
6761 * sysdeps/unix/sysv/sysv4/sysconfig.S: File removed.
6762 * sysdeps/unix/sysv/sysv4/sysinfo.S: File removed.
6763 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys-sig.S: File removed.
6765 * io/mknod.c: New file.
6767 * Makerules (COMPILE.s): New variable.
6769 * sysdeps/unix/Makefile (sysd-syscalls): New target; generate with
6770 make-syscalls.sh and include it.
6771 [$(subdir)=misc] (sysdep_routines): Append extra syscalls from
6773 * sysdeps/unix/make-syscalls.sh: New file.
6775 * Makerules (COMPILE.S): New variable.
6777 Wed Jan 17 11:04:58 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6779 * sysdeps/unix/sysv/linux/statbuf.h (_STAT_VER_LINUX,
6780 _STAT_VER_SVR4, _STAT_VER): New macros.
6781 (_MKNOD_VER_LINUX, _MKNOD_VER_SVR4, _MKNOD_VER): New macros.
6783 * sysdeps/unix/sysv/sysv4/i386/statbuf.h (_STAT_VER, _MKNOD_VER):
6786 * io/sys/stat.h (_STAT_VER, _MKNOD_VER): New macros.
6787 (__xstat, __fxstat, __lxstat, __xmknod): Declare new functions.
6788 [__GNUC__] (stat, fstat, lstat, mknod): Define these (and __ names)
6789 as `extern inline's calling the `x' functions.
6790 * io/fstat.c: New file.
6791 * io/lstat.c: New file.
6792 * io/stat.c: New file.
6793 * sysdeps/generic/lstat.c: File removed.
6794 * sysdeps/generic/lxstat.c: New file.
6795 * sysdeps/mach/hurd/fstat.c: File removed.
6796 * sysdeps/mach/hurd/fxstat.c: New file.
6797 * sysdeps/mach/hurd/lstat.c: File removed.
6798 * sysdeps/mach/hurd/lxstat.c: New file.
6799 * sysdeps/mach/hurd/mknod.c: File removed.
6800 * sysdeps/mach/hurd/stat.c: File removed.
6801 * sysdeps/mach/hurd/xmknod.c: New file.
6802 * sysdeps/mach/hurd/xstat.c: New file.
6803 * sysdeps/stub/fstat.c: File removed.
6804 * sysdeps/stub/fxstat.c: New file.
6805 * sysdeps/stub/lstat.c: File removed.
6806 * sysdeps/stub/lxstat.c: New file.
6807 * sysdeps/stub/mknod.c: File removed.
6808 * sysdeps/stub/stat.c: File removed.
6809 * sysdeps/stub/xmknod.c: New file.
6810 * sysdeps/stub/xstat.c: New file.
6811 * sysdeps/unix/common/lstat.S: File removed.
6812 * sysdeps/unix/common/lxstat.c: New file.
6813 * sysdeps/unix/fstat.S: File removed.
6814 * sysdeps/unix/fxstat.c: New file.
6815 * sysdeps/unix/mknod.S: File removed.
6816 * sysdeps/unix/stat.S: File removed.
6817 * sysdeps/unix/sysv/linux/fstat.c: File removed.
6818 * sysdeps/unix/sysv/linux/i386/fxstat.S: File removed.
6819 * sysdeps/unix/sysv/linux/i386/lxstat.S: File removed.
6820 * sysdeps/unix/sysv/linux/i386/xmknod.S: File removed.
6821 * sysdeps/unix/sysv/linux/i386/xstat.S: File removed.
6822 * sysdeps/unix/sysv/linux/lstat.c: File removed.
6823 * sysdeps/unix/sysv/linux/mknod.c: File removed.
6824 * sysdeps/unix/sysv/linux/stat.c: File removed.
6825 * sysdeps/unix/sysv/sysv4/i386/fstat.S: File removed.
6826 * sysdeps/unix/sysv/sysv4/i386/lstat.S: File removed.
6827 * sysdeps/unix/sysv/sysv4/i386/mknod.S: File removed.
6828 * sysdeps/unix/sysv/sysv4/i386/stat.S: File removed.
6829 * sysdeps/unix/xmknod.c: New file.
6830 * sysdeps/unix/xstat.c: New file.
6831 * sysdeps/unix/mkfifo.c: Use __xmknod instead of __mknod.
6832 * misc/Makefile (routines): Remove mknod.
6834 * sysdeps/ieee754/ieee754.h (union ieee854_long_double.ieee_nan):
6835 Add missing ; in little-endian case.
6837 * elf/dynamic-link.h [ELF_MACHINE_NO_REL] (ELF_DYNAMIC_DO_REL):
6838 Define this instead of ELF_DYNAMIC_DO_RELA.
6840 * sysdeps/unix/sysv/time.S: Moved from sysv4.
6841 * sysdeps/unix/sysv/irix4/time.S: File removed.
6843 * sysdeps/unix/sysv/linux/signum.h: Moved from
6844 sysdeps/unix/sysv/linux/i386.
6845 (_NSIG): Move inside #ifdef _SIGNAL_H.
6847 Tue Jan 16 17:37:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6849 * sysdeps/unix/seekdir.c: Don't modify POS before seeking.
6850 * sysdeps/unix/telldir.c: Fix position calculation to account for
6851 buffered data properly.
6853 * sysdeps/m68k/Makefile (crypt): Don't define if building a shared
6856 * csu/initfini.c (_init): Call __gmon_start__ if defined (weak ref).
6857 * csu/gmon-start.c (__gmon_start__): Renamed from gmon_start, made
6859 [! HAVE_INITFINI]: Only make it a constructor in this case.
6861 * gmon/Makefile (CFLAGS-mcount.c): New variable.
6862 (mcount.po): New target.
6864 * Makeconfig (CFLAGS): Append $(CFLAGS-$(<F)).
6866 * csu/Makefile [have-initfini=yes] (CPPFLAGS): Append -DHAVE_INITFINI.
6867 (initfini): Compile initfini.c with -fPIC.
6869 Sun Jan 14 01:01:10 1996 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
6871 * sysdeps/mips/bytesex.h: Add default byte sex. By Ralf Baechle.
6873 * sysdeps/unix/sysv/linux/adjtime.c [! MOD_OFFSET]: Use `mode'
6874 member of `struct timex' instead of `modes'. From Andreas Schwab.
6876 * sysdeps/unix/sysv/linux/mknod.c: New file. Generic C version.
6877 * sysdeps/unix/sysv/linux/i386/mknod.S: Remove assembler version.
6879 * sysdeps/unix/sysv/linux/Makefile (inhibit-glue): New variable.
6880 [$(subdir) = misc] (sysdep_routines): Add mount, umount, and s_ptrace.
6881 [$(subdir) = misc] (headers): Append sys/mount.h.
6883 * sysdeps/unix/sysv/linux/mount.S, sysdeps/unix/sysv/linux/umount.S:
6884 New files. Implement system calls.
6885 * sysdeps/unix/sysv/linux/sys/mount.h: New header file.
6887 * sysdeps/unix/sysv/linux/ptrace.c: New file. Wrapper around
6889 * sysdeps/unix/sysv/linux/s_ptrace.S: New file: ptrace system call.
6891 * sysdeps/unix/sysv/linux/i386/gnu/types.h: New file with correct
6892 types for i386/Linux.
6894 Sun Jan 14 17:51:09 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6896 * MakeTAGS (all-sources, all-headers): Always search the
6897 current directory first.
6899 * db/btree/bt_seq.c (__bt_first): Return RET_SPECIAL when key not
6902 * stdio-common/vfscanf.c (inchar, conv_error, input_error,
6903 memory_error): Add cast to void to avoid gcc warning.
6904 (vfscanf): Rewrite character class parsing to make it more efficient.
6906 * misc/efgcvt_r.c (ecvt_r): Handle negative values.
6908 * stdlib/stdlib.h: Replace __CONSTVALUE by attribute.
6909 * stdlib/abs.c, stdlib/div.c, stdlib/labs.c, stdlib/ldiv.c,
6910 sysdeps/generic/hypot.c: Remove obsolete __CONSTVALUE.
6912 * stdio-common/printf_fp.c (__printf_fp): Fix parameter
6915 * sysdeps/generic/putenv.c (putenv): Fix second argument of
6918 * sysdeps/ieee754/hypot.c: New file, extracted out of cabs.c.
6919 * sysdeps/ieee754/cabs.c: Don't define hypot here.
6921 * sysdeps/ieee754/ieee754.h (union ieee854_long_double): Fix
6922 definition of ieee_nan alternative.
6924 * sysdeps/m68k/__longjmp.c, sysdeps/m68k/setjmp.c: Add register
6927 * sysdeps/m68k/ffs.c (ffs): Fix register constraint.
6929 * sysdeps/m68k/fpu/__math.h: Include <errno.h>. Replace obsolete
6930 __CONSTVALUE by attribute.
6931 (floor): Round to negative infinity.
6932 (rint, expm1) [__NO_MATH_INLINES]: Don't define, to avoid type
6933 clash when compiling source.
6934 (pow): Handle x == 0 and x < 0.
6935 (ceil, __isinf, __isnan): Fix register constraints.
6936 (__isinfl, __isnanl): Added.
6937 * sysdeps/m68k/fpu/acos.c, sysdeps/m68k/fpu/atan2.c,
6938 sysdeps/m68k/fpu/fmod.c, sysdeps/m68k/fpu/ldexp.c,
6939 sysdeps/m68k/fpu/pow.c: Remove obsolete __CONSTVALUE.
6941 * sysdeps/m68k/bsd-_setjmp.S, sysdeps/m68k/bsd-setjmp.S: Fix
6944 * sysdeps/unix/bsd/bsd4.4/fchdir.S (fchdir): Take only one
6947 * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Fix timeval to
6949 (clock): Don't multiply by CLOCKS_PER_SEC.
6951 * sysdeps/unix/bsd/poll.c (poll): Fix msec to timeval conversion.
6953 * sysdeps/unix/bsd/sun/m68k/brk.S (brk): Compare with address of
6956 * sysdeps/unix/bsd/sun/m68k/vfork.S: Fix assembler syntax.
6958 * sysdeps/unix/bsd/ualarm.c (ualarm): Fix timeval calculation.
6960 * sysdeps/unix/bsd/vax/vfork.S: Remove duplicate label.
6962 Sun Jan 14 01:01:10 1996 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
6964 * stdlib/strtol.c: Return correct pointer for strings
6965 like "0xyz" and base 0 or 16.
6967 * string/strxfrm.c: Handle case for LENGTH == 0 correct.
6969 * sunrpc/etc.rpc: Add some more known protocols.
6971 Fri Jan 12 13:40:01 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6973 * posix/gnu/types.h: Moved to sysdeps/generic/gnu/types.h.
6975 * posix/glob.c (glob): Add parens in glob call flags arg for
6978 * string/string.h (strdupa): New macro.
6980 * stdio-common/vfscanf.c (%[): Grok ] as first char in set, not
6981 terminator on empty set. From drepper.
6983 Thu Jan 11 13:09:20 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6985 * elf/do-rel.h (elf_dynamic_do_rel): Use referring symbol as
6986 referent for STB_LOCAL.
6988 Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6990 * time/africa, time/antarctica, time/asia, time/australasia,
6991 time/europe, time/northamerica, time/pacificnew, time/solar87,
6992 time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
6994 Tue Jan 9 16:10:26 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6996 * elf/dl-load.c (_dl_map_object_from_fd): After mapping first
6997 segment to find location, mprotect excess region to no access,
7000 * sysdeps/mach/hurd/dl-sysdep.c (mmap): If vm_map returns
7001 KERN_NO_SPACE for fixed location, deallocate it and try again.
7003 Mon Jan 8 17:43:23 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7005 * locale/Makefile (lib-modules): Renamed hash to locfile-hash.
7006 * locale/hash.c: Renamed to locale/locfile-hash.c.
7008 Sat Jan 6 16:39:14 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7010 * Makefile (subdirs): Added db.
7012 * resolv/Makefile (routines): Add res_data.
7013 * resolv/res_data.c, resolv/res_debug.c, resolv/resolv.h:
7014 Updated from BIND 4.9.3 final release.
7016 * elf/dynamic-link.h (elf_get_dynamic_info): Handle
7017 processor-specific tags.
7018 (ELF_DYNAMIC_DO_REL, ELF_DYNAMIC_DO_RELA): Handle absent DT_PLTREL tag.
7020 * elf/elf.h (DT_MIPS_NUM, DT_PROCNUM): New macros.
7021 * elf/link.h (struct link_map): Extend `l_info' by DT_PROCNUM.
7023 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Take new
7024 arg LAZY. Only do our work if LAZY and there is a DT_JMPREL record.
7025 * elf/dl-reloc.c (_dl_relocate_object): Call
7026 elf_machine_runtime_setup unconditionally, and pass it LAZY flag.
7028 * elf/dl-load.c: Fixed ELFMAG check to work for either byte order.
7029 Align end of load segment only to page size, not to segment alignment.
7031 Thu Jan 4 11:35:18 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7033 * sysdeps/mach/hurd/setitimer.c: Code rearranged a bit to use new
7034 preemption interface.
7036 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
7037 Use _hurdsig_catch_memory_fault.
7039 * hurd/Makefile (headers): Add hurd/sigpreempt.h.
7040 (sig): Add catch-signal.
7042 * hurd/hurdfault.c (_hurdsig_fault_catch_exception_raise):
7043 Rewritten using a preempter in new interface.
7044 * hurd/hurdfault.h (_hurdsig_catch_fault): Likewise.
7045 (_hurdsig_catch_memory_fault): New macro.
7047 Wed Jan 3 20:23:42 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7049 * hurd/catch-signal.c: New file.
7051 * hurd/intr-msg.c: When restarting RPC, fetch a new reply port.
7053 * hurd/hurdsig.c: Use new hurdfault.h interface.
7054 (abort_all_rpcs): Mutate return value to EINTR in threads whose
7055 replies we will wait for.
7057 * hurd/hurdkill.c (_hurd_sig_post): When doing pgrp, make sure we
7060 Wed Jan 3 19:17:10 1996 Miles Bader <miles@gnu.ai.mit.edu>
7062 * sysdeps/mach/hurd/access.c (__access): Put the uid/gid arguments
7063 to auth_makeauth() in the right order.
7065 Wed Jan 3 17:19:04 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7067 * sysdeps/generic/strsep.c: Rewritten.
7069 * sysdeps/mach/hurd/fork.c: Use a different workaround for the
7070 suspended page fault deadlock kernel bug: thread_abort our signal
7071 thread first thing after proc_dostop.
7073 * sysdeps/mach/hurd/setgid.c: Rewrote gid frobnication to
7074 recognize rootness properly.
7076 Tue Jan 2 00:50:10 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7078 * hurd/hurd/signal.h (struct hurd_sigstate): New member `preempters'.
7079 (hurd_preempt_signals, hurd_unpreempt_signals): Decls removed.
7080 * hurd/hurd/sigpreempt.h: New file.
7081 * hurd/preempt-sig.c: Rewritten with new interface.
7082 * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Remove local signal
7083 preempters being unwound past.
7084 * hurd/hurdsig.c: Use new signal preemption interface.
7086 * db: New directory, 4.4 BSD db package incorporated from BSD db-1.85
7089 * sysdeps/unix/sysv/linux/sys/param.h: Several new macros for BSD
7092 * misc/queue.h: New file, incorporated from 4.4BSD.
7093 * misc/Makefile (headers): Add queue.h.
7095 * posix/sys/types.h [__USE_BSD]: Include endian.h.
7097 * io/sys/stat.h (DEFFILEMODE, ALLPERMS, ACCESSPERMS, S_BLKSIZE):
7100 Thu Dec 28 10:21:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7102 * sysdeps/generic/confname.h: Define all names as self-referential
7103 macros so #ifdef works.
7105 * hurd/preempt-sig.c (hurd_unpreempt_signals): Remove bogus asgnmt
7106 of _hurd_signal_preempters[SIGNO].
7108 Mon Dec 25 20:56:39 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7110 * sysdeps/mach/hurd/bind.c: Translate EEXIST from dir_link into
7111 EADDRINUSE. If translated node doesn't grok ifsock protocol,
7114 * sysdeps/mach/hurd/connect.c: Make address arg
7115 `const struct sockaddr_un *'.
7116 The redecl is kosher and avoids another variable for AF_LOCAL case.
7117 * sysdeps/mach/hurd/sendto.c: Likewise.
7118 * sysdeps/mach/hurd/bind.c: Likewise.
7120 * socket/sys/socket.h (__SOCKADDR_ARG): Enable transparent_union
7121 code for GCC >= 2.7; use __transparent_union__ for name safety;
7122 add several sockaddr flavors.
7123 (__SOCKADDR_ALLTYPES, __SOCKADDR_ONETYPE): New macros used in
7124 constructing the transparent union declarations.
7125 (__CONST_SOCKADDR_ARG): New type (or macro if not GCC 2.7).
7126 (bind, connect, sendto): Make the sockaddr argument use that.
7128 Fri Dec 22 00:57:38 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7130 * sysdeps/mach/hurd/setgid.c: In root case, store into NEWAUX, not
7132 * sysdeps/mach/hurd/setuid.c: Likewise.
7134 * sysdeps/mach/hurd/setuid.c: Rewrote ID frobnication to do the
7136 * sysdeps/mach/hurd/setgid.c: Likewise.
7137 * sysdeps/mach/hurd/setreuid.c: Likewise.
7138 * sysdeps/mach/hurd/setregid.c: Likewise.
7139 * sysdeps/mach/hurd/setegid.c: Likewise.
7140 * sysdeps/mach/hurd/seteuid.c: Likewise.
7142 * sysdeps/mach/hurd/fork.c: Peek __mach_task_self_ value before
7143 proc_dostop call to work around kernel paging bug.
7145 Fri Dec 22 00:38:00 1995 H.J. Lu <hjl@nynexst.com>
7147 * stdio-common/vfscanf.c: Correctly handle white space skipping.
7148 * stdio-common/Makefile (tests): Add bug11.
7149 * stdio-common/bug11.c: New file.
7151 Thu Dec 21 12:19:32 1995 Miles Bader <miles@gnu.ai.mit.edu>
7153 * sysdeps/mach/hurd/setuid.c (__setuid): Actually add the new uid
7154 instead of putting it (and other uids) in the gids and leaving the
7157 Wed Dec 20 18:23:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7159 * stdio/internals.c (flushbuf): If the target is -1, always
7160 discard the buffer of read data.
7161 Only set TWIDDLED flag in !ALIGNED case.
7162 Never increment target or offset when old value is -1.
7164 Tue Dec 19 17:00:42 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7166 * hurd/hurdpid.c (_S_msg_proc_newids): Only run the hook when the
7169 Mon Dec 18 13:40:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7171 * stdio/fread.c: Don't increment __offset when it's -1.
7173 * elf/rtld.c (dl_main): Prepend tab to "statically linked". Exit
7176 * misc/err.c (vwarnx, vwarn): Fix major brainos.
7178 * sysdeps/mach/hurd/dl-sysdep.c (mmap): Fix setting of
7181 Sun Dec 17 15:56:35 1995 Miles Bader <miles@gnu.ai.mit.edu>
7183 * misc/getpass.c (getpass): Don't barf if getline returns a null BUF.
7185 Sat Dec 16 10:33:11 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7187 * Makerules: Use $(do-install-so) for installing shared objects.
7188 (do-install-so): New canned sequence. Make a symlink LIB.so after
7189 installing LIB.so.VERSION.
7191 * inet/netinet/in.h: Fixed typo in IPPORT_WHOIS.
7193 Fri Dec 15 04:41:22 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>
7195 * stdio-common/Makefile (tests): Add bug10.
7196 * stdio-common/bug10.c: New file. From HJ Lu.
7198 * stdio-common/tstdiomisc.c: Make more test-suite like: exit
7199 status tells about successful run.
7201 * stdio-common/vfscanf.c [!USE_IN_LIBIO]: Use `flags' to check
7203 Correct handling of trailing white spaces in format + EOF.
7205 Fri Dec 15 01:31:56 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>
7207 * stdio-common/Makefile (tests): Add bug8 and bug9.
7208 * stdio-common/bug8.c, stdio-common/bug9.c: New tests.
7210 * stdio-common/vfscanf.c: Fix bug in dynamic buffer handling.
7212 * stdlib/strtod.c: Correct spelling: nominator -> numerator.
7213 Thanks to Jim Meyering.
7215 Sat Nov 25 06:05:12 1995 H.J. Lu <hjl@nynexst.com>
7217 * stdio-common/vfscanf.c: Always check width !=0.
7218 Correctly handle %%.
7220 Thu Dec 14 02:28:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7222 * posix/glob.c (glob_in_dir): Cast result of opendir to __ptr_t,
7223 and cast STREAM to DIR * before passing to readdir and closedir.
7225 Wed Dec 13 22:06:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7227 * hurd/hurdsig.c (_hurd_internal_post_signal: suspend): Reply
7228 after aborting RPCs but before calling proc_mark_stop.
7230 Mon Dec 11 20:07:54 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7232 * posix/glob.c [! STDC_HEADERS]: Declare getenv.
7233 (glob): Avoid using function as value.
7235 * elf/rtld.c (dl_main): When mapping argument executable, set
7236 l_name to "", not l_libname.
7237 After loading DT_NEEDED library, set its l_type to lt_library.
7239 * sysdeps/mach/hurd/mmap.c: Don't interpret MAP_INHERIT to mean
7240 VM_INHERIT. We can't handle MAP_INHERIT easily.
7241 Handle non-page-aligned addresses if congruent to offset.
7243 * elf/dl-init.c: Skip the initializer for l_type lt_executable
7244 with l_name "". Start at _dl_loaded; don't skip the first element.
7246 * elf/dl-load.c (MAP_FILE): Define to zero if undefined.
7247 (MAP_COPY): Define to MAP_PRIVATE if undefined.
7248 (_dl_map_object_from_fd): Don't use MAP_INHERIT in mmap calls.
7249 If file it ET_EXEC, set its l_type to lt_executable.
7251 Sun Dec 10 09:56:06 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7253 * elf/dl-minimal.c (malloc): Use MAP_PRIVATE in mmap call.
7255 Fri Dec 8 13:04:51 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7257 * locale/error.c, locale/error.h: Files removed.
7258 * locale/Makefile (distribute): Remove error.h.
7259 (lib-modules): Remove error.
7261 * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): For "tty"
7262 magic, return ENXIO if no ctty.
7264 * sysdeps/mach/hurd/mmap.c: For MAP_FIXED, deallocate a previous
7265 mapping if vm_map fails for that reason.
7267 * posix/glob.c: Implement new options GLOB_ALTDIRFUNC, GLOB_BRACE,
7268 GLOB_TILDE, GLOB_NOMAGIC.
7269 (glob): Use stat instead of lstat to determine directoriness.
7270 * posix/glob.h (GLOB_ALTDIRFUNC, GLOB_BRACE, GLOB_NOMAGIC, GLOB_TILDE):
7272 (__GLOB_FLAGS): Include them.
7273 (glob_t): New members gl_closedir, gl_readdir, gl_opendir, gl_lstat,
7276 * elf/elf.h (ET_NUM, SHT_NUM, STB_NUM, STT_NUM, PT_NUM): New macros.
7278 * sysdeps/unix/sysv/linux/sys/mman.h: Include <linux/mman.h> to
7279 define all the bit values.
7280 (MAP_*, MCL_*): Macros removed.
7282 Thu Dec 7 02:27:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7284 * resolv/res_comp.c, resolv/res_debug.c, resolv/res_send.c:
7285 Updated from BIND 4.9.3-BETA27.
7287 Wed Dec 6 18:44:01 1995 Miles Bader <miles@gnu.ai.mit.edu>
7289 * sysdeps/mach/hurd/select.c (__select): Swap size args to mach_msg.
7291 * sysdeps/mach/hurd/select.c (__select): Frob TYPES correctly when
7292 we get a delayed reply.
7293 Only grab values out of entries in TYPES that have SELECT_RETURNED
7294 turned on, and turn it on whenever an rpc returns.
7295 Only clear bits in the user's fdsets -- those needing to be set
7297 Use SELECT_ALL in appropiate places.
7298 (SELECT_RETURNED, SELECT_ALL): New macros.
7300 Wed Dec 6 09:10:39 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7302 * sysdeps/mach/hurd/sys/param.h (NBBY): New macro.
7304 * gnu-versions.h (_GNU_GLOB_INTERFACE_VERSION): New macro.
7306 Tue Dec 5 14:00:17 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7308 * misc/Makefile (headers): Add error.h, err.h.
7309 (routines): Add error, err.
7310 (gpl2lgpl): New variable.
7311 * misc/err.c: New file.
7312 * misc/err.h: New file.
7313 * misc/error.c, misc/error.h: New files.
7315 * sysdeps/mach/hurd/ioctl.c: Fix typo in last change.
7317 * Makeconfig (+link): Translate libc% from $^, not just libc.a.
7318 (link-libc): Append $(libc.so-version) to libc.so.
7319 (built-program-cmd): Fix comma usage.
7320 * Makerules [libc.so-version] (libc.so$(libc.so-version)): Make a
7321 symlink to libc.so in the build directory.
7322 * Rules ($(others) $(tests)): Depend on the library that appears
7324 (%.out): Use $(built-program-cmd) in commands.
7326 * posix/unistd.h [__USE_MISC]: Declare brk, sbrk.
7328 * sysdeps/generic/setenv.c: Added canonical portability cruft.
7329 (setenv): Use realloc on LAST_ENVIRON instead of always copying.
7330 (unsetenv): New function.
7331 * stdlib/stdlib.h [__USE_BSD]: Declare unsetenv.
7332 * sysdeps/generic/putenv.c: Rewritten using setenv and unsetenv.
7334 Tue Dec 5 02:27:32 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>
7336 * libio/Makefile (routines): Remove iofscanf, add iopopen, pclose.
7338 * libio/iofscanf.c: Remove file.
7340 * libio/iogetdelim.c (_IO_getdelim): Correct stupid bug at string
7343 * libio/iopopen.c: New file from GNU libio.
7345 * libio/memstream.c: Fixed bug in fclose handling. Instead of
7346 providing a close callback we need a finish callback.
7348 * libio/pclose.c: New file. Derived from popen.c in GNU libio.
7350 * posix/gnu/types.h: Fixed typo.
7352 * stdio-common/errnobug.c: fputs returns EOF in error case. Do
7355 * stdio-common/printf-parse.h (parse_one_spec): Do not force
7356 padding with ' ' if precision is given. Fix by HJ Lu.
7358 * stdio-common/printf_fp.c: Fix comment.
7360 * stdio-common/tfformat.c, stdio-common/tiformat.c,
7361 stdio-common/tstdiomisc.c: New files from GNU libio test suite.
7363 * stdio-common/tstgetln.c: Provide ssize_t type when testing
7366 * stdio-common/vfprintf.c (outchar): Use PUTC instead of putc.
7367 (vfprintf): Cleasr args_type array before using it.
7368 When printing 0 as an integer with precision 0 nothing must be
7369 written for the number.
7370 Based on patch by HJ Lu.
7372 * stdio-common/vfscanf.c: Remove fixed input buffer. Now we
7373 have a dynamically extended buffer.
7375 * stdlib/strtod.c: Merge with version in Linux libc. This fixes
7376 some bugs with handling of very small numbers and has different
7377 solution for formaer patches.
7379 * sysdeps/i386/i586/add_n.S, sysdeps/i386/i586/sub_n.S: Rename
7380 macros r1 and r2 to t1, and t2 resp. This is necessary because
7381 glibc headers also define r1.
7383 Mon Dec 4 12:10:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7385 * stdlib/gen-mpn-copy (translations): Updated for new layout in
7388 * malloc/malloc.c (__malloc_initialize): Renamed from initialize;
7390 (malloc): Caller changed.
7391 * malloc/realloc.c (realloc): Call __malloc_initialize if
7392 necessary, before checking hook.
7393 * malloc/malloc.h: Declare __malloc_initialize.
7395 * sysdeps/mach/hurd/ioctl.c: For IOC_VOID request, send ARG itself
7396 as integer_t arg in RPC.
7398 Sat Dec 2 03:47:27 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7400 * sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB.
7401 (_hurd_set_brk): Try to allocate more space when we run out.
7403 * sysdeps/generic/sbrk.c: If __curbrk is zero, call __brk with
7404 zero and examine it again.
7405 * sysdeps/unix/sysv/linux/i386/brk.c: New file.
7406 * sysdeps/unix/sysv/linux/i386/brk.S: File removed.
7407 * sysdeps/unix/sysv/linux/i386/sbrk.S: File removed.
7408 * sysdeps/unix/sysv/linux/dl-sysdep.c: New file.
7409 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_SYSDEP_INIT]:
7410 Invoke this macro before calling DL_MAIN.
7412 * malloc/malloc.c (malloc): Do initialization here, before
7414 (_malloc_internal): Don't do it here.
7416 Wed Nov 29 12:30:50 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7418 * libio/vsnprintf.c (__vsnprintf): Define as alias.
7419 * libio/iovsscanf.c (__vsscanf): Define as alias.
7420 * asprintf.c: Remove libio adaptation code added by drepper.
7421 * dprintf.c: Likewise.
7422 * printf.c: Likewise.
7423 * scanf.c: Likewise.
7424 * snprintf.c: Likewise.
7425 * sprintf.c: Likewise.
7426 * sscanf.c: Likewise.
7427 * vprintf.c: Likewise.
7428 * stdio-common/vfscanf.c [USE_IN_LIBIO] (__vfscanf): New wrapper
7430 (vfscanf): Define unconditionally.
7432 * sysdeps/i386/dl-machine.h (elf_machine_rel): If SYM is null, use
7435 * misc/getpass.c: Write a newline after reading the unechoed
7438 Mon Nov 27 19:24:18 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7440 * posix/Makefile (routines): Add getsid.
7441 * sysdeps/unix/sysv/linux/getsid.S: New file.
7442 * sysdeps/mach/hurd/getsid.c: New file.
7443 * sysdeps/stub/getsid.c: New file.
7444 * posix/unistd.h [__USE_GNU]: Declare getsid.
7446 Sun Nov 26 12:44:38 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7448 * libc-symbols.h (N_): New macro.
7450 Sat Nov 25 02:48:47 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>
7452 * assert/assert-perr.c, assert/assert.c, inet/rcmd.c,
7453 malloc/mcheck.c, malloc/vm-limit.c, posix/getconf.c, posix/id.c,
7454 resolv/herror.c, sunrpc/auth_unix.c, sunrpc/clnt_perr.c,
7455 sunrpc/clnt_raw.c, sunrpc/get_myaddr.c, sunrpc/pmap_clnt.c,
7456 sunrpc/pmap_rmt.c, sunrpc/portmap.c, sunrpc/rpc_main.c,
7457 sunrpc/rpc_parse.c, sunrpc/rpc_scan.c, sunrpc/rpc_util.c,
7458 sunrpc/rpcinfo.c, sunrpc/svc_simple.c, sunrpc/svc_tcp.c,
7459 sunrpc/svc_udp.c, time/zdump.c, time/zic.c: Mark translatable
7462 Sun Nov 26 02:00:02 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>
7464 * misc/syslog.c (vsyslog) [USE_IN_LIBIO]: Adapted for libio.
7466 Thu Nov 23 02:21:55 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>
7468 * sysdeps/unix/sysv/linux/{mlock,munlock,mlockall,munlockall}.S:
7470 * sysdeps/unix/sysv/linux/sys/mman.h: Add prototypes for new functions
7471 mlock, munlock, mlockall, and munlockall.
7473 Thu Nov 23 18:26:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7475 * configure.in (--enable-libio): Set $stdio based on $enableval,
7476 not always to libio.
7478 Thu Nov 23 18:06:48 1995 Richard Stallman <rms@gnu.ai.mit.edu>
7480 * malloc/malloc.c (_malloc_internal): Can't use
7481 get_contiguous_space when the heap info table
7482 will be growing. Account for new contiguous space in _heaplimit.
7484 Wed Nov 22 12:37:39 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7486 * sysdeps/unix/sysv/linux/i386/sysdep.S (_errno): Define as alias
7489 * stdio-common/vfprintf.c [USE_IN_LIBIO] (vfprintf): Define as
7490 alias for _IO_vfprintf.
7492 * sysdeps/unix/sysv/linux/sockaddrcom.h: File removed.
7494 * sysdeps/unix/sysv/linux/i386/init-first.c (init): Use
7495 __fpu_control instead of ___fpu_control.
7496 * sysdeps/unix/sysv/linux/i386/ieee_fpu.c
7497 (___fpu_control): Renamed to __fpu_control.
7498 * sysdeps/unix/sysv/linux/i386/fpu_control.h: Likewise.
7499 * sysdeps/unix/sysv/linux/i386/fpu_control.c: Likewise.
7501 * elf/dl-minimal.c: New file.
7502 * elf/Makefile (rtld-routines): Add dl-minimal.
7503 * elf/rtld.c (__dgettext, __assert_fail, __assert_perror_fail):
7504 Functions moved to dl-minimal.c.
7505 * sysdeps/mach/hurd/dl-sysdep.c (malloc, free, realloc,
7506 sigjmp_save, longjmp): Likewise.
7508 * sysdeps/unix/sysv/linux/i386/brk.S (__curbrk): Always initialize
7509 to &_end, regardless of PIC.
7511 * stdio-common/vfscanf.c (__vfscanf): Fix arg name in defn.
7513 Tue Nov 21 14:12:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7515 * malloc/malloc.c (align): Don't check contiguity and call abort.
7517 * hurd/hurdsig.c (post_reply): Function removed.
7518 (abort_thread, abort_all_rpcs, _hurdsig_abort_rpcs): Don't call it.
7519 Take single callback fn arg instead of reply port and type.
7520 (_hurd_internal_post_signal): Callers changed.
7521 Cache reply stub fn ptr in local var before UNTRACED might be changed.
7523 * sysdeps/mach/hurd/mmap.c: Cope with a null write memobj for
7524 PROT_READ|PROT_WRITE copy mapping. Pass a proper vm_inherit_t to
7527 * elf/rtld.c (_dl_start): For --list, do output and exit before
7530 Mon Nov 20 16:19:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7532 * intl/Makefile [gettext-srcdir]: Rewrote copying rules to only
7533 get .c and .h files.
7535 * malloc/malloc.c (align): Use abort instead of assert.
7537 Sun Nov 19 18:23:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7539 * Makeconfig (+includes): Add $($(stdio)-include).
7540 (libio-include): New variable.
7542 * stdlib/strtod.c: Put weak_symbol after function defn.
7543 * stdlib/strtol.c: Likewise.
7545 * configure.in (--enable-libio): If not present, set $stdio to
7546 "default". Move stdio/libio check to end, so sysdeps fragments
7547 can affect it. Reset $stdio to "stdio" if it's "default".
7548 * sysdeps/unix/sysv/linux/configure: New file.
7550 Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>
7552 * libio/Makefile, libio/cleanup.c, libio/clearerr.c, libio/feof.c,
7553 libio/ferror.c, libio/fgetc.c, libio/filedoalloc.c, libio/fileno.c,
7554 libio/fileops.c, libio/fputc.c, libio/freopen.c, libio/fseek.c,
7555 libio/genops.c, libio/getc.c, libio/getchar.c, libio/iofclose.c,
7556 libio/iofdopen.c, libio/iofflush.c, libio/iofgetpos.c, libio/iofgets.c,
7557 libio/iofopen.c, libio/iofprintf.c, libio/iofputs.c, libio/iofread.c,
7558 libio/iofscanf.c, libio/iofsetpos.c, libio/ioftell.c, libio/iofwrite.c,
7559 libio/iogetdelim.c, libio/iogetline.c, libio/iogets.c, libio/iolibio.h,
7560 libio/iopadn.c, libio/ioprims.c, libio/ioputs.c, libio/ioseekoff.c,
7561 libio/ioseekpos.c, libio/iosetbuffer.c, libio/iosetvbuf.c,
7562 libio/iosprintf.c, libio/ioungetc.c, libio/iovsprintf.c,
7563 libio/iovsscanf.c, libio/libio.h, libio/libioP.h, libio/putc.c,
7564 libio/putchar.c, libio/rewind.c, libio/setbuf.c, libio/setlinebuf.c,
7565 libio/stdfiles.c, libio/stdio.c, libio/stdio.h, libio/strfile.h,
7566 libio/strops.c, libio/vasprintf.c, libio/vscanf.c, libio/vsnprintf.c:
7567 New files. Slightly modified version from Linux libc.
7569 * libio/memstream.c, libio/vdprintf.c: New files for functions not
7570 (yet) part of GNU libio.
7572 * libio/iofopncook.c: Implementation of `fopencookie', mainly written
7575 * stdio-common/getline.c: Adapted to libio.
7576 * stdio-common/snprintf.c: Adapted to libio.
7577 * stdio-common/vfprintf.c: Adapted to libio.
7578 * stdio-common/vfscanf.c: Adapted to libio.
7579 * sysdeps/posix/tempname.c: Adapted to libio.
7581 Fri Nov 17 17:57:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7583 * sysdeps/generic/Makefile (make_siglist): Add missing backslash.
7585 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start_cleanup): New
7588 * hurd/hurdfault.c: Replace __libc_fatal calls with assert_perror.
7589 (_hurdsig_fault_init): Remove #if 0 from setting exception port.
7590 Insert send right for SIGEXC before thread_set_special_port.
7591 * hurd/hurdsig.c: Replace __libc_fatal calls with assert_perror.
7592 (_hurdsig_init): Remove #if 0 from setting exception port.
7594 * sysdeps/mach/hurd/ptrace.c (ptrace: PTRACE_CONT): Use
7595 HURD_MSGPORT_RPC macro.
7597 Thu Nov 16 06:07:49 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7599 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup): New
7601 (_dl_sysdep_start): Move cleanup code there.
7603 * Makeconfig (default-rpath): New variable.
7604 (link-libc): Use it.
7605 * elf/Makefile (ld.so): Pass -rpath=$(default-rpath).
7606 * elf/rtld.c (_dl_rpath): New variable.
7607 (_dl_start): Set it from rtld_map's DT_RPATH.
7608 Call _dl_setup_hash on rtld_map.
7609 (dl_main): Cache address of _exit in variable before relocating,
7610 and use that in later calls. Call _dl_sysdep_start_cleanup before
7611 relocating. Keep track of dependency order while loading; remove
7612 rtld_map from chain, and reinsert in proper order if there is a
7615 * sysdeps/generic/Makefile (make_siglist): Pass
7616 -DSIGNUM_H=... with config's signum.h location.
7617 * sysdeps/generic/make_siglist.c: Include SIGNUM_H to define
7619 (HAVE_STRSIGNAL, HAVE_PSIGNAL): Define these before including signame.c
7620 (main): Deansideclize output.
7622 * elf/dl-load.c (_dl_map_object): Use _dl_rpath variable in place
7623 of DEFAULT_RPATH macro.
7624 * elf/Makefile: Undo last change.
7626 * sysdeps/mach/hurd/dl-sysdep.c (free): Don't abort, just nop.
7628 Wed Nov 15 19:22:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7630 * elf/dl-lookup.c (_dl_lookup_symbol): Undefined symbol is no
7633 * elf/Makefile (default-rpath): New variable.
7634 (CPPFLAGS): Append -DDEFAULT_RPATH=....
7635 * elf/dl-load.c (_dl_map_object): Use DEFAULT_RPATH instead of
7636 hard-coded "/lib:/usr/lib".
7638 * sysdeps/mach/hurd/dl-sysdep.c: Include _itoa.h from stdio-common
7640 (_dl_sysdep_start): If passed user entry is zero and
7641 EXEC_STACK_ARGS flag set, reset user entry to &_start.
7643 * elf/rtld.c (dl_main): Only call _dl_setup_hash if there is a
7646 * libc-symbols.h [HAVE_ELF] (symbol_set_declare): Gratuitously
7647 repeat weak decl using weak_symbol macro, in case using broken GCC
7650 Wed Nov 15 18:49:55 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
7652 * sysdeps/i386/isnanl.c: New file.
7653 * sysdeps/i386/isinfl.c: New file.
7655 Tue Nov 14 18:44:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7657 * malloc/free.c (free): Moved null and aligned_blocks checks
7658 inside _free_internal.
7660 Mon Nov 13 15:23:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7662 * malloc/malloc.c (morecore): Fix inverted test in allocating new
7665 * malloc/malloc.c (align): Fix assertion.
7667 * malloc/malloc.c: Include assert.h.
7669 * libc-symbols.h: Use __attribute__ for GCC 2.8, not 2.7.
7671 * malloc/malloc.h [emacs] (emacs_loser_valloc): Macro removed.
7672 (valloc): Protect decl with [! (_MALLOC_INTERNAL && emacs)].
7674 Fri Nov 10 14:15:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7676 * malloc/malloc.c (align): Assert that space for alignment
7677 adjustment is same original space.
7679 * hurd/hurdprio.c (_hurd_priority_which_map): Cast vm_deallocate
7680 arg to vm_address_t.
7682 * hurd/hurdsig.c (_hurd_internal_post_signal): For SIGNO == 0,
7683 skip straight to pending check. When UNTRACED, resume process
7684 from suspension first.
7686 * intl/Makefile (headers): New variable, libintl.h.
7687 [gettext-srcdir]: New rules to copy source from $(gettext-srcdir)/intl.
7688 * configure.in: Check for --with-gettext arg.
7690 Fri Nov 10 13:51:30 1995 Richard Stallman <rms@gnu.ai.mit.edu>
7692 * malloc/malloc.c (get_contiguous_space): New function.
7693 (morecore): Rewrite allocating new malloc info table.
7694 (_malloc_internal): Use get_contiguous_space.
7696 Fri Nov 10 13:03:40 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7698 * hurd/hurdexec.c (_hurd_exec): If exec'ing self, pass
7699 _hurd_msgport to be destroyed.
7701 * Makerules (installed-libcs): Filter out %_pic.a.
7703 * hurd/hurdinit.c (_hurd_proc_init): When traced, use msg_sig_post
7704 to our msgport to take SIGTRAP, instead of _hurd_raise_signal.
7706 * hurd/Makefile (user-interfaces): Add hurd/process_request.
7708 Wed Nov 8 16:31:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7710 * termios/Makefile (headers): Add sys/ttychars.h.
7711 * termios/sys/ttychars.h: New file, incorporated from 4.4BSD-Lite
7714 * signal/signal.h [__USE_BSD] (sig_t): New typedef.
7716 Wed Nov 8 15:12:47 1995 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
7718 * sysdeps/mach/hurd/ptrace.c (ptrace) [PTRACE_TRACEME]: Notify the
7719 proc server that we are now traced.
7721 Tue Nov 7 12:29:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7723 * elf/Makefile (ldd): Make it executable.
7725 * Makeconfig (config-LDFLAGS): Find dynamic linker in $(slibdir).
7727 * Makeconfig (slibdir): New variable.
7728 * Makerules (install): Install libc.so in $(slibdir).
7729 * elf/Makefile (install-others): Install ld.so and ld-linux.so.1
7732 * elf/linux-compat.c: New file.
7733 * elf/Makefile (distribute): Add linux-compat.c.
7734 (generated): Add librtld.so.
7735 [$(config-os)=linux*] (extra-objs): Add linux-compat.so.
7736 [$(config-os)=linux*] (extra-objs): Add ld-linux.so.1.
7737 (librtld.so): New target.
7738 (ld.so, ld-linux.so.1): Make from librtld.so.
7740 * elf/rtld.c (dl_main): Instead of weak call to _dl_compat_init,
7741 call our own DT_INIT if we have one (and then clear it).
7742 (__dgettext): New weak function.
7744 * intl/localealias.c (read_alias_file): Avoid sprintf; use memcpy
7747 * sysdeps/generic/_strerror.c (_strerror_internal): Use _itoa
7748 instead of snprintf.
7750 * sysdeps/mach/_strerror.c (_strerror_internal): Don't write
7753 * elf/rtld.c (rtld_map): New static variable.
7754 (_dl_start): Use a differently named local BOOTSTRAP_MAP for the
7755 bootstrapping. Then copy data into `rtld_map'.
7756 (dl_main): Finish filling in rtld_map and link it into the chain,
7757 instead of allocating a new structure.
7758 (dl_main): Call _dl_compat_init if it is defined (use weak ref).
7760 * elf/dlsym.c: Fix last change: move REF out of `doit'.
7762 Mon Nov 6 16:20:14 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7764 * elf/dlsym.c: Return the proper value, not just the defining
7767 Sun Nov 5 16:09:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7769 * stdio-common/vfprintf.c (%c): Count the character itself towards
7770 the field width in all cases.
7772 * sysdeps/mach/hurd/getpriority.c (getpriority): Cast
7773 __vm_deallocate arg to vm_address_t.
7775 Fri Nov 3 17:27:49 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7777 * sysdeps/mach/hurd/sendto.c: Don't pass BINDING arg to
7778 socket_create_address.
7779 * sysdeps/mach/hurd/connect.c: Likewise.
7780 * sysdeps/mach/hurd/bind.c: Likewise.
7782 * hurd/hurdprio.c (_hurd_priority_which_map): Pass threadwaits
7783 args to proc_getprocinfo.
7784 * sysdeps/mach/hurd/getpriority.c: Likewise.
7786 * hurd/hurdmsg.c (_S_msg_report_wait): New stub function.
7788 Thu Nov 2 19:24:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7790 * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Define as common.
7792 Tue Oct 31 00:07:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7794 * sysdeps/mach/hurd/getpriority.c (getpriority): Pass
7795 PI_FETCH_TASKINFO to proc_getprocinfo and through
7796 _hurd_priority_which_map.
7798 * sysdeps/mach/hurd/setpriority.c (setpriority): Pass new arg to
7799 _hurd_priority_which_map.
7800 * hurd/hurdprio.c (_hurd_priority_which_map): New arg PI_FLAGS,
7801 passed through to proc_getprocinfo RPC.
7802 * hurd/hurd/resource.h: Add PI_FLAGS arg in decl.
7804 * sysdeps/mach/hurd/group_member.c: New file.
7805 * sysdeps/generic/group_member.c: New file.
7807 * Makerules (lib-noranlib): Don't depend on $(install-lib).
7809 * extra-lib.mk: Fix test of $(lib)-no-lib-dep.
7811 Mon Oct 30 12:33:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7813 * Rules (others): Depend on $(extra-objs).
7815 * posix/unistd.h [__USE_GNU]: Declare group_member, __group_member.
7816 * posix/Makefile (routines): Add group_member.
7818 * sysdeps/posix/euidaccess.c: New file, adapted from fileutils.
7820 * sysdeps/unix/sysv/linux/i386/sigaction.c: Tighten constraint for
7821 SIG operand in asm so it must be a register.
7822 Add dead return to quiet gcc warning.
7824 * Makerules (sysd-rules): Write a defn for sysd-rules-done.
7825 [! sysd-rules-done]: Inhibit deps.
7827 Thu Oct 26 23:11:11 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
7829 * sysdeps/unix/sysv/linux/poll.c: Don't define as stub. Use
7830 simulation of system call using select.
7832 * sysdeps/unix/sysv/linux/signal.c: Use POSIX implementation.
7834 * sysdeps/unix/sysv/linux/statbuf.h: Define _STAT_VER.
7836 * sysdeps/unix/sysv/linux/i386/sigaction.c: Correct parameter
7837 name usage (new->act, old->oact).
7838 Correct asm statement because of gcc strangeness.
7840 * sysdeps/i386/i586/strchr.S: Correct typos: cmp -> cmpb.
7842 * sunrpc/clnt_perr.c: Remove declaration of sys_errlist. They
7843 conflict with the ones in stdio.h.
7845 * string/tester.c: %Z is no complete format. Change to %Zd.
7847 Thu Oct 26 18:13:33 1995 Miles Bader <miles@gnu.ai.mit.edu>
7849 * sysdeps/mach/hurd/bind.c (bind): Swap args to dir_link.
7850 * sysdeps/mach/hurd/link.c (__link): Ditto.
7851 * sysdeps/mach/hurd/symlink.c (__symlink): Ditto.
7852 * sysdeps/mach/hurd/mknod.c (__mknod): Ditto.
7853 Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h".
7855 Thu Oct 26 00:11:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7857 * sysdeps/unix/sysv/linux/i386/sigaction.c: New file.
7859 * sysdeps/unix/sysv/linux/i386/xstat.S: Don't use JUMPTARGET macro
7860 on syscall_error. For PIC, it is a local label;
7861 for non-PIC, JUMPTARGET expands to the unadorned name anyway.
7862 * sysdeps/unix/sysv/linux/i386/xmknod.S: Likewise.
7863 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
7864 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7865 * sysdeps/unix/sysv/linux/i386/sbrk.S: Likewise.
7866 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7867 * sysdeps/unix/sysv/linux/i386/brk.S: Likewise.
7869 Thu Oct 26 03:01:22 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
7871 * sysdeps/unix/sysv/linux/syscall.h: Strip list of syscalls in
7872 comment to the necessary ones. Add _readv and _writev.
7874 * sysdeps/unix/configure.in: Change syntax for system call test
7875 candidates and adapt sed script for this. Now use : to separate
7876 syscall name and file name.
7878 * sysdeps/unix/sysv/linux/i386/sysdep.h (ENTRY): System call
7879 number is now set is DO_CALL. So call with additional argument.
7880 (DO_CALL): Takes an additional argument. Load system call
7881 number according to new argument.
7882 (SYSCALL_ERROR_HANDLER): Add ; after last ret statement.
7883 * sysdeps/unix/sysv/linux/i386/brk.S [PIC]: Define __syscall_error
7884 locally using SYSCALL_ERROR_HANDLER macro.
7885 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7886 * sysdeps/unix/sysv/linux/i386/sbrk.S: Likewise.
7887 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7888 * sysdeps/unix/sysv/linux/i386/xmknod.S: Likewise.
7889 * sysdeps/unix/sysv/linux/i386/xstat.S: Likewise.
7890 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
7891 Don't use DO_CALL macro; instead use lower level macros for better
7894 * sysdeps/unix/sysv/linux/sigaction.h: New file.
7895 * sysdeps/unix/sysv/linux/sigaction.S: File removed.
7896 * sysdeps/unix/sysv/linux/signal.S: File removed.
7898 Wed Oct 25 14:23:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7900 * hurd/hurdstartup.c (_hurd_startup): Use new
7901 exec_startup_get_info RPC from exec_startup.defs
7902 in place of old exec_startup from exec.defs. Remove kludge to
7903 guess user entry and phdr locations, since the new RPC gives us
7906 * stdio/stdio.h (sys_errlist, _sys_errlist): Declare const.
7907 * sysdeps/generic/_strerror.c: Undo last change.
7909 * sysdeps/unix/sysv/linux/stat.c: New file.
7910 * sysdeps/unix/sysv/linux/fstat.c: New file.
7911 * sysdeps/unix/sysv/linux/lstat.c: New file.
7912 * sysdeps/unix/sysv/linux/i386/stat.S: File removed.
7913 * sysdeps/unix/sysv/linux/i386/fstat.S: File removed.
7914 * sysdeps/unix/sysv/linux/i386/lstat.S: File removed.
7916 Tue Oct 24 15:22:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7918 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
7920 (PSEUDO): Use it instead of SYSCALL_PIC_SETUP and jmp syscall_error.
7922 * sysdeps/unix/sysv/linux/i386/sysdep.S (__syscall_error): Define
7925 * Makeconfig (built-program-cmd): New variable.
7926 * sunrpc/Makefile (rpcgen-cmd): Use $(built-program-cmd).
7927 * time/Makefile (zic-cmd): Likewise.
7929 * hurd/Makefile (user-interfaces): Add hurd/exec_startup.
7931 * sunrpc/Makefile (librpcsvc-no-lib-dep): New variable.
7932 * extra-lib.mk: If $(lib)-no-lib-dep is defined and MAKELEVEL>0,
7933 make `others' rather than `lib-noranlib' depend on the libraries.
7935 * sysdeps/unix/configure.in: Check for fchdir syscall.
7936 Improve sed script to allow / on rhs without / on lhs.
7938 Thu Oct 19 03:47:32 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
7940 * sysdeps/unix/sysv/linux/termbits.h: Don't define speed constants.
7942 * elf/rtld.c: Include _itoa.h from stdio-common instead of stdio.
7944 * sysdeps/unix/sysv/linux/select.S: New file.
7946 Wed Oct 18 03:33:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7948 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Use
7949 SYSCALL_PIC_SETUP before jumping to syscall_error.
7950 * sysdeps/unix/i386/sysdep.h (SYSCALL_PIC_SETUP): New macro.
7951 (PSEUDO): Use it before jumping to syscall_error.
7952 * sysdeps/unix/i386/sysdep.S [! PIC]: Don't find GOT address;
7953 expect it in %ebx on entry. Pop old %ebx value off stack after
7956 * signal/signal.h [__USE_BSD] (_sys_siglist, sys_siglist): Declare
7959 * sysdeps/generic/_strerror.c: Declare _sys_errlist and _sys_nerr.
7961 * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): For magic
7962 `fd/', pass the right pointer to strtol to parse the number.
7964 Tue Oct 17 23:00:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7966 * sysdeps/mach/_strerror.c: Include stdio-common/_itoa.h instead
7969 Tue Oct 17 19:51:17 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
7971 * sysdeps/unix/sysv/linux/i386/stat.S [PIC] (__stat): Set GOT
7972 register %ebx before calling __xstat through PLT.
7974 * sysdeps/unix/sysv/linux/i386/sysdep.S: Fix typo in comment.
7976 * sysdeps/unix/sysv/linux/sigset.h: Remove file.
7978 Tue Oct 17 01:21:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7980 * hurd/hurdsock.c: Include stdio-common/_itoa.h instead of
7982 * hurd/hurdlookup.c: Likewise.
7984 * hurd/hurd/signal.h: Declare hurd_preempt_signals and
7985 hurd_unpreempt_signals.
7987 * stdio/stdio.h: Declare __snprintf and __vsnprintf.
7989 * stdio-common/psignal.c: Translate signal description strings.
7990 * string/strsignal.c: Likewise.
7991 * sysdeps/generic/_strerror.c (_strerror_internal): Translate
7993 * sysdeps/mach/_strerror.c: Likewise.
7995 * stdio-common/snprintf.c (__snprintf): Renamed from snprintf;
7997 (snprintf): Define as weak alias.
7998 * stdio/vsnprintf.c (__vsnprintf): Renamed from vsnprintf.
7999 (vsnprintf): Define as weak alias.
8001 Mon Oct 16 03:22:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8003 * Makerules (install-lib): Filter out %_pic.a; install only the
8004 linked shared objects.
8006 * locale/Makefile (aux): Add SYS_libc.
8007 * locale/SYS_libc.c: New file.
8008 * libc-symbols.h [! ASSEMBLER] (_): New macro.
8010 * configure.in (libc_cv_asm_set_directive): Link program into
8011 conftest instead of letting it default to a.out.
8013 * elf/Makefile (install-others): Add missing slash.
8015 * elf/ldd.sh.in: Prepend `./' to relative file names so ld.so
8016 won't search LD_LIBRARY_PATH.
8018 * Makefile (subdirs): Replace stdio with stdio-common and $(stdio).
8019 * configure.in: Grok arg --enable-libio.
8020 ($stdio = libio): Define USE_IN_LIBIO.
8021 * config.h.in (USE_IN_LIBIO): Add #undef.
8022 * config.make.in (stdio): New variable, set by configure.
8023 * Makeconfig (stdio): New variable.
8024 * stdio.h [USE_IN_LIBIO]: Include libio/stdio.h instead of
8026 * stdio-common/Makefile: New file.
8027 * stdio/Makefile: Half the contents moved to stdio-common/Makefile.
8028 * stdio/_itoa.c: Moved to stdio-common.
8029 * stdio/_itoa.h: Moved to stdio-common.
8030 * stdio/asprintf.c: Moved to stdio-common.
8031 * stdio/bug1.c: Moved to stdio-common.
8032 * stdio/bug1.input: Moved to stdio-common.
8033 * stdio/bug2.c: Moved to stdio-common.
8034 * stdio/bug3.c: Moved to stdio-common.
8035 * stdio/bug4.c: Moved to stdio-common.
8036 * stdio/bug5.c: Moved to stdio-common.
8037 * stdio/bug6.c: Moved to stdio-common.
8038 * stdio/bug6.input: Moved to stdio-common.
8039 * stdio/bug7.c: Moved to stdio-common.
8040 * stdio/dprintf.c: Moved to stdio-common.
8041 * stdio/errnobug.c: Moved to stdio-common.
8042 * stdio/getline.c: Moved to stdio-common.
8043 * stdio/getw.c: Moved to stdio-common.
8044 * stdio/perror.c: Moved to stdio-common.
8045 * stdio/printf-parse.h: Moved to stdio-common.
8046 * stdio/printf-prs.c: Moved to stdio-common.
8047 * stdio/printf.c: Moved to stdio-common.
8048 * stdio/printf.h: Moved to stdio-common.
8049 * stdio/printf_fp.c: Moved to stdio-common.
8050 * stdio/psignal.c: Moved to stdio-common.
8051 * stdio/putw.c: Moved to stdio-common.
8052 * stdio/reg-printf.c: Moved to stdio-common.
8053 * stdio/scanf.c: Moved to stdio-common.
8054 * stdio/snprintf.c: Moved to stdio-common.
8055 * stdio/sprintf.c: Moved to stdio-common.
8056 * stdio/sscanf.c: Moved to stdio-common.
8057 * stdio/tempnam.c: Moved to stdio-common.
8058 * stdio/temptest.c: Moved to stdio-common.
8059 * stdio/test-fseek.c: Moved to stdio-common.
8060 * stdio/test-fwrite.c: Moved to stdio-common.
8061 * stdio/test-popen.c: Moved to stdio-common.
8062 * stdio/test_rdwr.c: Moved to stdio-common.
8063 * stdio/tmpfile.c: Moved to stdio-common.
8064 * stdio/tmpnam.c: Moved to stdio-common.
8065 * stdio/tst-fileno.c: Moved to stdio-common.
8066 * stdio/tst-printf.c: Moved to stdio-common.
8067 * stdio/tstgetln.c: Moved to stdio-common.
8068 * stdio/tstgetln.input: Moved to stdio-common.
8069 * stdio/tstscanf.c: Moved to stdio-common.
8070 * stdio/tstscanf.input: Moved to stdio-common.
8071 * stdio/vfprintf.c: Moved to stdio-common.
8072 * stdio/vfscanf.c: Moved to stdio-common.
8073 * stdio/vprintf.c: Moved to stdio-common.
8074 * stdio/xbug.c: Moved to stdio-common.
8075 * sysdeps/generic/Makefile (siglist.c rules): Do this in subdir
8076 stdio-common instead of stdio.
8077 * sysdeps/unix/Makefile (errlist.c rules): Likewise.
8078 * stdio-common/asprintf.c [USE_IN_LIBIO]: Call libio primitive
8080 * stdio-common/dprintf.c: Likewise.
8081 * stdio-common/printf.c: Likewise.
8082 * stdio-common/scanf.c: Likewise.
8083 * stdio-common/snprintf.c: Likewise.
8084 * stdio-common/sprintf.c: Likewise.
8085 * stdio-common/sscanf.c: Likewise.
8086 * stdio-common/vprintf.c: Likewise.
8088 * Makerules: Include $(+depfiles) directly instead of generating
8090 (depend-$(subdir)): Target removed.
8091 (common-clean): Don't remove depend-$(subdir).
8093 * sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): New variable.
8094 (config-LDFLAGS): Variable removed.
8096 * sysdeps/mach/hurd/getcwd.c: Use __file_name_lookup_under.
8097 * sysdeps/mach/hurd/bind.c: Likewise.
8098 * sysdeps/mach/hurd/access.c: Use new __hurd_file_name_lookup
8101 * hurd/hurdexec.c: Undo last change (10 Oct 95).
8103 Sun Oct 15 21:04:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8105 * hurd/hurd/lookup.h: New file.
8106 * hurd/hurdlookup.c (__file_name_lookup_under): New function.
8107 (__hurd_file_name_lookup, __hurd_file_name_lookup_retry,
8108 __hurd_file_name_split): Rewritten to take callback functions for
8109 using any needed init or dtable port, instead of passing in crdir
8111 (__file_name_lookup, __file_name_split): Use new calling
8112 convention; pass _hurd_ports_use and __getdport as the callback
8115 * sysdeps/mach/hurd/chroot.c: Use __file_name_lookup_under instead
8116 of __hurd_file_name_lookup.
8117 * sysdeps/mach/hurd/chdir.c: Likewise.
8118 * sysdeps/mach/hurd/fchdir.c: Likewise.
8119 * hurd/fchroot.c: Likewise.
8121 * stdlib/Makefile (mpn-found): Don't omit %.s.
8122 (mpn-copy-sysdep): Omit files in nonexistent directories.
8123 (copy-mpn): Commit files to CVS.
8124 * stdlib/gen-mpn-copy (translations): Update translations for GMP
8127 * configure.in (machine): Translate alpha* to alpha/&, hppa* to hppa/&.
8129 Sat Oct 14 02:52:36 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
8131 * malloc/malloc.c (_malloc_internal): Performance fix. Move
8132 if statement out of loop.
8134 * stdio/_itoa.c, stdio/_itoa.h: Complete rewrite. Much faster
8135 implementation using GMP functions. Contributed by
8136 Torbjorn Granlund and Ulrich Drepper.
8138 * stdio/test_rdwr.c: Include <errno.h>.
8140 * sysdeps/i386/i586/Implies: New file.
8142 New highly optimized string functions for i[345]86.
8143 * sysdeps/i386/memchr.S, sysdeps/i386/memcmp.S: New files.
8144 * sysdeps/i386/stpcpy.S, sysdeps/i386/stpncpy.S: New files.
8145 * sysdeps/i386/strchr.S, sysdeps/i386/strcspn.S: New files.
8146 * sysdeps/i386/strpbrk.S, sysdeps/i386/strrchr.S: New files.
8147 * sysdeps/i386/strspn.S, sysdeps/i386/i486/strcat.S: New files.
8148 * sysdeps/i386/i486/strlen.S, sysdeps/i386/i586/strchr.S: New files.
8149 * sysdeps/i386/i586/strlen.S: New file.
8150 * sysdeps/i386/memchr.c: Removed. There is now an assembler version.
8152 * sysdeps/i386/i586/memcopy.h (WORD_COPY_BWD): Parameters did
8153 not correspond to used values.
8155 * sysdeps/unix/sysv/linux/nfs/nfs.h: New file. Simply a wrapper
8156 around a kernel header file.
8157 * sysdeps/unix/sysv/linux/Dist: Add it.
8158 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=sunrpc] (headers):
8161 * sysdeps/unix/sysv/linux/local_lim.h: Rewrite. Instead of
8162 defining ourself we use a kernel header file.
8164 * sysdeps/unix/sysv/linux/i386/sysdep.h (DO_CALL): Optimize system
8165 call handler for i586.
8167 * sysdeps/unix/sysv/linux/sys/param.h: Add copyright and clean up.
8169 Thu Oct 12 15:45:32 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8171 * hurd/hurd.h (file_name_lookup_under): Declare it.
8172 * hurd/Makefile (headers): Add hurd/lookup.h.
8174 * hurd/hurdinit.c (_hurd_ports_use): New function.
8175 * hurd/hurd.h (_hurd_ports_use): Declare it.
8176 (hurd_invoke_translator, hurd_file_name_lookup, hurd_file_name_split,
8177 hurd_file_name_lookup_retry): Remove these decls.
8178 * hurd/Makefile (routines): Remove invoke-trans.
8180 Wed Oct 11 00:00:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8182 * sysdeps/i386/dl-machine.h (elf_machine_rel): Use +=, not =, to
8183 apply R_386_PC32 reloc.
8185 * Makeconfig (config-LDFLAGS): Add missing slash.
8187 * sysdeps/mach/hurd/profil.c (fork_profil): Only call
8188 update_waiter if profiling was enabled in the parent.
8190 * csu/initfini.c: Don't pass -f flag to cp.
8192 Tue Oct 10 23:08:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8194 * Makerules (build-shlib): Pass -rpath and -rpath-link options.
8195 (LDFLAGS-c.so): Don't pass -dynamic-linker here.
8196 * Makeconfig (+link): Pass $(sysdep-LDFLAGS).
8197 (link-libc): Pass -rpath and -rpath-link options.
8199 * MakeTAGS (all-dirs): Omit CVS directories.
8200 Specify vpath directives to find source files in $(all-dirs).
8201 (sources, headers): Append sources and headers from $(all-dist) to
8203 (all-dist): Filter them out of this.
8204 (all-headers, all-sources): Use $(shell find ...) instead of
8207 * sysdeps/mach/hurd/Makefile (sysdep-LDFLAGS): New variable; pass
8210 * hurd/hurdexec.c: Pass poly and dealloc args to __file_exec.
8212 * elf/Makefile (install-others): Add missing $.
8214 Mon Oct 9 02:54:14 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8216 * mach/Makefile ($(objpfx)errsystems.c): Rule reenabled.
8218 * Makeconfig (config-LDFLAGS): Define to
8219 -Wl-dynamic-linker=$(libdir)$(rtld-installed-name).
8220 (rtld-installed-name): New variable.
8221 * elf/Makefile (install-lib): Variable removed.
8222 (install-others): Define this instead, to
8223 $(libdir)(rtld-installed-name).
8224 ($(libdir)(rtld-installed-name)): New target; install from ld.so.
8226 * elf/ldd.sh.in: New file.
8227 * elf/Makefile (distribute): Add ldd.sh.in.
8228 (install-bin): Add ldd.
8229 ($(objpfx)ldd: ldd.sh.in): New rule.
8231 * sysdeps/mach/hurd/dl-sysdep.c: Use __hurd_fail throughout.
8232 * hurd/hurd.h (__hurd_fail): Replace macro with inline function.
8233 Translate some Mach errors to Hurd errors.
8235 * elf/rtld.c (dl_main): Under --list, print msg if executable is
8238 * elf/dl-load.c (_dl_map_object_from_fd): Rewrote program header
8241 Sat Oct 7 01:25:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8243 * sysdeps/stub/machine-gmon.h: Add #error.
8245 Fri Oct 6 01:49:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8247 * elf/dynamic-link.h (elf_get_dynamic_info): If DYN is null, don't
8250 Fri Sep 29 03:43:51 1995 Paul Eggert <eggert@twinsun.com>
8252 Rewrite mktime from scratch for performance, and for correctness
8253 in the presence of leap seconds.
8255 * time/mktime.c (ydhms_tm_diff, not_equal_tm, print_tm, check_result):
8257 (LEAP_SECONDS_POSSIBLE, CHAR_BIT, INT_MIN, INT_MAX,
8258 TIME_T_MIN, TIME_T_MAX, TM_YEAR_BASE, EPOCH_YEAR): New macros.
8259 <limits.h>, <stdlib.h>: New #includes.
8260 (main): Support tests with given broken-down value; support benchmarks.
8261 (__mon_lengths, debugging_enabled, printtm, dist_tm, doit,
8262 do_normalization, normalize, BAD_STRUCT_TM, SKIP_VALUE,
8265 * time/time.h, time/mktime.c (__mktime_internal): New offset arg.
8266 * time/mktime.c (mktime), time/timegm.c (timegm): Use it.
8268 * time/mktime.c (__mon_yday): New variable; replaces `__mon_lengths'.
8269 time/offtime.c (__offtime), time/tzset.c (compute_change): Use it.
8271 * time/offtime.c (__offtime): Remove useless assignment
8272 `tp->tm_isdst = -1'.
8274 * manual/maint.texi: Update credits.
8276 Fri Oct 6 00:28:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8278 * sysdeps/unix/common/readv.S: Moved to sysdeps/unix/bsd.
8279 * sysdeps/unix/common/writev.S: Moved to sysdeps/unix/bsd.
8280 * sysdeps/unix/sysv/linux/readv.c: File removed.
8281 * sysdeps/unix/sysv/linux/writev.c: File removed.
8282 * sysdeps/unix/configure.in: Check for readv and writev syscalls.
8284 * sysdeps/unix/configure.in: If eval doesn't set $unix_srcname,
8285 set it to $unix_syscall instead of $unix_function.
8287 Thu Oct 5 00:59:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8289 * elf/rtld.c (dl_main): Grok --list flag.
8290 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Ignore -- args.
8292 Wed Oct 4 00:21:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8294 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_message): New function.
8295 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_message): New function.
8296 * elf/link.h (_dl_sysdep_message): Declare it.
8298 * sysdeps/unix/Makefile ($(common-objpfx)ioctls): Remove NULL from
8301 * time/northamerica: Corrections to Canada data from ADO 95i.
8303 * sysdeps/unix/sysv/linux/Makefile (headers): Don't append to this
8304 unconditionally. In socket subdir, append sys/socketcall.h; in
8305 time subdir, append sys/timex.h.
8306 (config-LDFLAGS): New variable.
8307 * sysdeps/unix/sysv/linux/Dist: New file.
8308 * Makeconfig (+link): Pass $(config-LDFLAGS) before $(LDFLAGS).
8310 * sysdeps/generic/stpncpy.c: Don't increment DEST when zero-filling.
8312 * elf/dlopen.c (dlopen): Don't pass USER_ENTRY arg to _dl_map_object.
8314 Sat Sep 30 11:47:05 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8316 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): If started by
8317 kernel with args on stack, point _dl_hurd_data at zero data
8318 instead of garbage. When ld.so run as program, grok args
8319 -LIB=MEMOBJ and pre-load shared object files found in memory
8320 objects loaded by the boot loader.
8322 * elf/link.h (struct link_map): New member `l_entry'.
8323 (_dl_map_object, _dl_map_object_from_fd): Remove last arg ENTRY_POINT.
8324 * elf/dl-load.c (_dl_map_object, _dl_map_object_from_fd): Remove
8325 last arg ENTRY_POINT. Store the entry point location in the
8326 `l_entry' member of the new map.
8327 * elf/rtld.c (dl_main): Don't pass USER_ENTRY arg to
8328 _dl_map_object. When run as program, set *USER_ENTRY to L->l_entry.
8329 * elf/dl-init.c (_dl_init_next): Don't pass ENTRY_POINT arg to
8332 * posix/tstgetopt.c, posix/tstgetopt.args: Test long options too.
8334 * sysdeps/unix/sysv/linux/i386/init-first.c (init): Save, set, and
8335 restore %ebx by hand for personality syscall.
8336 GCC cannot deal with spilling the dedicated GOT register.
8338 * misc/Makefile (routines): Add mntent, which was somehow omitted.
8340 Fri Sep 29 15:07:10 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
8342 * sysdeps/unix/sysv/linux/adjtime.c (__adjtime):
8343 Change name of field `mode' in `struct timex' to `modes'.
8344 Linux-1.3.28 updates this name according to RFC 1489.
8346 Thu Sep 28 13:05:54 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8348 Merge new message handling code from GNU gettext, by Drepper.
8349 * intl: New directory.
8350 * Makefile (subdirs): Add intl.
8352 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Return
8353 USER_ENTRY instead of storing it on our stack.
8355 * elf/rtld.c (rtld_command): Variable removed.
8356 (_dl_skip_args): New variable.
8357 (dl_main): Increment _dl_skip_args instead of setting rtld_command.
8358 If the link_map for the executable itself is not first in the chain,
8360 * sysdeps/i386/dl-machine.h (RTLD_START): Use _dl_skip_args as
8361 count of args to skip.
8363 Thu Sep 28 09:20:04 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>
8365 * stdlib/strtod.c (STRTOF): Fix handling of numbers with lots of
8368 Wed Sep 27 00:27:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8370 * sysdeps/mach/hurd/getcwd.c (__getcwd): Renamed from getcwd.
8371 (getcwd): Define as weak alias.
8372 * sysdeps/posix/getcwd.c: Likewise.
8373 * sysdeps/stub/getcwd.c: Likewise.
8374 * posix/unistd.h: Declare __getcwd.
8376 * string/string.h: Declare __strcasecmp.
8377 * sysdeps/generic/strcasecmp.c (__strcasecmp): Renamed from
8379 (strcasecmp): Define as weak alias.
8381 * string/string.h: Declare __stpcpy.
8382 * sysdeps/generic/stpcpy.c (__stpcpy): Renamed from stpcpy.
8383 (stpcpy): Define as weak alias.
8385 * sysdeps/unix/sysv/linux/Implies: Add unix/common.
8387 * sysdeps/unix/i386/sysdep.h [HAVE_ELF] (ASM_TYPE_DIRECTIVE):
8388 Don't use `type' for arg name, since we are using it as a keyword
8391 * sysdeps/unix/configure.in: Check for syscalls getpriority,
8392 setpriority, getrlimit, setrlimit.
8394 * sysdeps/posix/truncate.c: Include fcntl.h.
8396 * sysdeps/generic/getdomain.c: Include string.h for strncpy decl.
8398 * sysdeps/stub/getpriority.c: Don't include obsolete gnu-stabs.h;
8399 use new stub_warning syntax.
8400 * sysdeps/stub/setpriority.c: Likewise.
8401 * sysdeps/stub/__longjmp.c: Likewise.
8402 * sysdeps/stub/_exit.c: Likewise.
8403 * sysdeps/stub/accept.c: Likewise.
8404 * sysdeps/stub/acos.c: Likewise.
8405 * sysdeps/stub/alarm.c: Likewise.
8406 * sysdeps/stub/asin.c: Likewise.
8407 * sysdeps/stub/atan2.c: Likewise.
8408 * sysdeps/stub/bind.c: Likewise.
8409 * sysdeps/stub/cbrt.c: Likewise.
8410 * sysdeps/stub/chroot.c: Likewise.
8411 * sysdeps/stub/closedir.c: Likewise.
8412 * sysdeps/stub/connect.c: Likewise.
8413 * sysdeps/stub/cos.c: Likewise.
8414 * sysdeps/stub/cosh.c: Likewise.
8415 * sysdeps/stub/ctermid.c: Likewise.
8416 * sysdeps/stub/cuserid.c: Likewise.
8417 * sysdeps/stub/defs.c: Likewise.
8418 * sysdeps/stub/exp.c: Likewise.
8419 * sysdeps/stub/fmod.c: Likewise.
8420 * sysdeps/stub/frexp.c: Likewise.
8421 * sysdeps/stub/fsync.c: Likewise.
8422 * sysdeps/stub/getcwd.c: Likewise.
8423 * sysdeps/stub/getenv.c: Likewise.
8424 * sysdeps/stub/gethostid.c: Likewise.
8425 * sysdeps/stub/getlogin.c: Likewise.
8426 * sysdeps/stub/getpeername.c: Likewise.
8427 * sysdeps/stub/getrlimit.c: Likewise.
8428 * sysdeps/stub/getsockname.c: Likewise.
8429 * sysdeps/stub/getsockopt.c: Likewise.
8430 * sysdeps/stub/listen.c: Likewise.
8431 * sysdeps/stub/log.c: Likewise.
8432 * sysdeps/stub/log10.c: Likewise.
8433 * sysdeps/stub/mkfifo.c: Likewise.
8434 * sysdeps/stub/morecore.c: Likewise.
8435 * sysdeps/stub/nice.c: Likewise.
8436 * sysdeps/stub/nlist.c: Likewise.
8437 * sysdeps/stub/opendir.c: Likewise.
8438 * sysdeps/stub/pipestream.c: Likewise.
8439 * sysdeps/stub/ptrace.c: Likewise.
8440 * sysdeps/stub/putenv.c: Likewise.
8441 * sysdeps/stub/readdir.c: Likewise.
8442 * sysdeps/stub/reboot.c: Likewise.
8443 * sysdeps/stub/recv.c: Likewise.
8444 * sysdeps/stub/recvfrom.c: Likewise.
8445 * sysdeps/stub/rename.c: Likewise.
8446 * sysdeps/stub/rewinddir.c: Likewise.
8447 * sysdeps/stub/seekdir.c: Likewise.
8448 * sysdeps/stub/send.c: Likewise.
8449 * sysdeps/stub/sendto.c: Likewise.
8450 * sysdeps/stub/setegid.c: Likewise.
8451 * sysdeps/stub/seteuid.c: Likewise.
8452 * sysdeps/stub/setgroups.c: Likewise.
8453 * sysdeps/stub/sethostid.c: Likewise.
8454 * sysdeps/stub/sethostname.c: Likewise.
8455 * sysdeps/stub/setjmp.c: Likewise.
8456 * sysdeps/stub/setrlimit.c: Likewise.
8457 * sysdeps/stub/setsockopt.c: Likewise.
8458 * sysdeps/stub/shutdown.c: Likewise.
8459 * sysdeps/stub/signal.c: Likewise.
8460 * sysdeps/stub/sigsuspend.c: Likewise.
8461 * sysdeps/stub/sin.c: Likewise.
8462 * sysdeps/stub/sinh.c: Likewise.
8463 * sysdeps/stub/socket.c: Likewise.
8464 * sysdeps/stub/socketpair.c: Likewise.
8465 * sysdeps/stub/sqrt.c: Likewise.
8466 * sysdeps/stub/sync.c: Likewise.
8467 * sysdeps/stub/system.c: Likewise.
8468 * sysdeps/stub/tan.c: Likewise.
8469 * sysdeps/stub/tanh.c: Likewise.
8470 * sysdeps/stub/tcdrain.c: Likewise.
8471 * sysdeps/stub/tcflow.c: Likewise.
8472 * sysdeps/stub/tcgetpgrp.c: Likewise.
8473 * sysdeps/stub/tcsendbrk.c: Likewise.
8474 * sysdeps/stub/tcsetattr.c: Likewise.
8475 * sysdeps/stub/tcsetpgrp.c: Likewise.
8476 * sysdeps/stub/telldir.c: Likewise.
8477 * sysdeps/stub/tempname.c: Likewise.
8478 * sysdeps/stub/ttyname.c: Likewise.
8479 * sysdeps/stub/ttyname_r.c: Likewise.
8480 * sysdeps/stub/utime.c: Likewise.
8482 * gmon/gmon.c (moncontrol): Don't cast buffer arg to profil.
8484 * time/mktime.c (localtime_r): Use 0 instead of NULL.
8486 * config.make.in (AS): New variable; set to `$(CC) -c'.
8488 * posix/unistd.h [__USE_BSD]: Declare profil.
8490 * elf/dl-load.c (_dl_map_object_from_fd): New function, broken out
8492 (_dl_map_object): Call it.
8493 * elf/link.h (_dl_map_object_from_fd): Declare it.
8495 Tue Sep 26 16:50:17 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8497 * locale/libintl.h: Rewritten by Ulrich Drepper for use with GNU
8500 * sysdeps/unix/sysv/linux/sys/param.h: New file.
8501 * sysdeps/unix/sysv/linux/Subdirs: File removed.
8503 * libc-symbols.h (_LIBC): Define to 1, not just empty.
8505 * gmon: New directory of profiling code, incorporated from
8506 4.4BSD-Lite and modified.
8507 * sysdeps/i386/machine-gmon.h: New file.
8508 * sysdeps/stub/machine-gmon.h: New file.
8509 * sysdeps/mach/hurd/profil.c: New file.
8510 * sysdeps/stub/profil.c: New file.
8511 * sysdeps/unix/bsd/profil.S: New file.
8512 * Makefile (subdirs): Add gmon.
8513 * csu/gmon-start.c: New file.
8514 * csu/Makefile (extra-objs): Add gmon-start.o,
8515 g$(start-installed-name).
8516 (install-lib, omit-deps): Add g$(start-installed-name).
8517 ($(objpfx)g$(start-installed-name)): New target.
8519 Fri Sep 22 14:24:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8521 * sysdeps/mach/hurd/Makefile: Elide sunrpc from $(subdirs) for the
8524 Thu Sep 21 00:03:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8526 * sysdeps/unix/configure.in: Check for `profil' syscall.
8528 * manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables
8531 * time/africa, time/asia, time/europe, time/northamerica,
8532 time/yearistype: New data from ADO 95h.
8534 * Makerules (build-shlib): Use $(@F:lib%.so=%) in place of
8535 $(notdir $*), so it wins for the explicit libc.so rule as well as the
8538 * sysdeps/stub/sys/sem_buf.h (union semun): New type.
8540 * sysdeps/mach/hurd/i386/init-first.c (init1) [PIC]: Call
8541 __libc_global_ctors.
8542 * sysdeps/i386/init-first.c: Rewritten.
8543 * sysdeps/unix/sysv/linux/i386/init-first.S: File removed.
8544 * sysdeps/unix/sysv/linux/i386/init-first.c: New file.
8546 * sysdeps/unix/sysv/linux/i386/fpu_control.h: Fix name in decl of
8549 * Makerules (build-shlib): New canned sequence, broken out of
8550 lib%.so rule. Link in $^ instead of just $<.
8551 (lib%.so: lib%_pic.a): Use it.
8552 (libc.so): New target; use $(build-shlib) for cmds, but also depend
8553 on soinit.so first and sofini.so last.
8555 * elf/soinit.c: New file.
8556 * elf/sofini.c: New file.
8557 * elf/Makefile (distribute): Add soinit.c and sofini.c.
8558 (extra-objs): Add soinit.so and sofini.so.
8560 * sysvipc/sys/shm.h (shmat): Fix return type to char *.
8561 * sysdeps/stub/sys/ipc_buf.h (key_t): Type removed.
8563 * misc/syslog.c (vsyslog): Rewritten using open_memstream to
8564 dynamically allocate buffers.
8566 * Makerules (install-lib-nosubdir): Make this, rather than
8567 install-no-libc.a, depend on the installed shared libraries.
8569 Wed Sep 20 18:02:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8571 * locale/locale.c: Include errno.h.
8572 * locale/localedef.c: Likewise.
8574 Tue Sep 19 00:02:06 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8576 * Makefile (distclean-1): Remove config.cache, config.log, config.h.
8577 (parent-mostlyclean): Remove all flavors of the parent library.
8579 * misc/mntent.c (getmntent): Skip multiple whitespace chars
8582 * hurd/hurdstartup.c (_hurd_startup): If RPC returns
8583 EXEC_STACK_ARGS flag, get args from stack.
8584 If args on stack but have info from RPC, relocate args on stack to make
8585 space for struct hurd_startup_data.
8587 Mon Sep 18 15:06:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8589 * elf/dl-object.c: Include errno.h.
8590 * posix/execvp.c: Likewise.
8591 * dirent/scandir.c: Likewise.
8592 * sysdeps/posix/system.c: Likewise.
8593 * sysdeps/generic/setenv.c: Likewise.
8594 * stdlib/msort.c: Likewise.
8595 * stdio/memstream.c: Likewise.
8596 * stdio/fclose.c: Likewise.
8597 * stdio/getdelim.c: Likewise.
8598 * stdio/setvbuf.c: Likewise.
8599 * sysdeps/ieee754/ldexp.c: Likewise.
8600 * locale/locfile-parse.c: Likewise.
8602 * stdlib/lcong48_r.c: Don't check for null argument; let it fault.
8603 * stdlib/seed48_r.c: Likewise.
8604 * stdlib/srand48_r.c: Likewise.
8605 * stdlib/jrand48_r.c: Likewise.
8606 * stdlib/nrand48_r.c: Likewise.
8608 * Makeconfig (+gccwarn): Remove -Wbad-function-cast, which seems
8611 Mon Sep 18 12:39:22 1995 Paul Eggert <eggert@twinsun.com>
8613 * mktime.c (localtime_r): Add substitute if the system doesn't
8616 Mon Sep 18 14:39:20 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8618 * time/gmtime.c (gmtime_r): Define as weak alias.
8619 * time/localtime.c (localtime_r): Define as weak alias.
8620 * time/time.h [__USE_REENTRANT] (gmtime_r, localtime_r): Declare them.
8622 * errno.h: Only define _ERRNO_H #ifndef __need_Emath.
8623 #undef __need_Emath after including errnos.h.
8624 [_ERRNO_H]: Protect decls with this.
8626 Sun Sep 17 08:22:12 1995 Paul Eggert <eggert@twinsun.com>
8628 Fix mktime so that it does not write over localtime's returned value.
8629 * localtime.c (__localtime_r): New function, with extra arg
8630 specifying where to store result.
8631 (localtime): Use it.
8633 * gmtime.c (__gmtime_r, gmtime, _tmbuf): Likewise.
8634 * mktime.c (__mktime_internal): Conversion function is now
8635 __localtime_r style, not localtime style.
8636 (mktime): Pass __localtime_r, not localtime.
8637 * timegm.c (timegm): Pass __gmtime_r, not gmtime.
8638 * offtime.c (__offtime): New arg specifying where to store result.
8639 * time.h (__mktime_internal, __offtime): Adjust decls accordingly.
8640 (__gmtime_r, __localtime_r): New decls.
8642 * time/localtime.c: <stddef.h>, <ctype.h>, <stdio.h>,
8643 <stdlib.h>, <string.h>: Remove includes.
8644 <errno.h>: Add include.
8646 * time/mktime.c, time/time.h, time/timegm.c (__mktime_internal):
8647 Renamed from _mktime_internal to avoid namespace pollution.
8649 * time/gmtime.c: Clear tm_isdst.
8651 Mon Sep 18 01:58:40 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8653 * misc/efgcvt_r.c (ecvt_r, fcvt_r): Last arg is size_t, not int.
8654 * stdlib/stdlib.h (ecvt_r, fcvt_r): Fix type of last arg: make it
8657 * sysdeps/mach/hurd/fpathconf.c: Call __io_pathconf instead of
8659 * sysdeps/mach/hurd/pathconf.c: Likewise.
8661 * Makefile (subdirs): Add sysvipc.
8663 * stdlib/srand48_r.c (srand48_r): Use UL suffix for huge constant.
8664 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
8666 Sun Sep 17 18:29:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8668 * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Call
8669 __file_set_size instead of __file_truncate.
8671 * features.h (__USE_REENTRANT): New macro.
8673 * sysdeps/mach/hurd/truncate.c: Call __file_set_size instead of
8675 * sysdeps/mach/hurd/ftruncate.c: Likewise.
8677 * sysdeps/unix/sysv/linux/dl-machine.h: File removed.
8679 Sat Sep 16 17:47:19 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
8681 * elf/elf.h (AT_GID): Fix typo: Read -> Real.
8683 * misc/efgvt_r.c: New file. Reentrant version of [efg]cvt functions.
8684 * misc/efgcvt.c: Rewrite to use reentrant functions.
8685 * misc/search.h: Many decls for hsearch functions.
8686 * misc/hsearch_r.c: New file. Reentrant version of functions from
8688 * misc/hsearch.c, misc/tsearch.c: New files.
8689 * misc/Makefile (routines): Add efgcvt_r, hsearch_r, hsearch, tsearch.
8691 * posix/unistd.h (ttyname_r): Add prototype for new function.
8693 * stdlib/drand48_r.c, stdlib/erand48_r.c, stdlib/jrand48_r.c,
8694 stdlib/lrand48_r.c, stdlib/mrand48_r.c, stdlib/nrand48_r.c,
8695 stdlib/seed48_r.c, stdlib/srand48_r.c, stdlib/lcong48_r.c,
8696 stdlib/drand48-iter.c: New files implementing reentrant versions
8697 of functions from drand48 family.
8698 * stdlib/seed48.c, stdlib/drand48.c, stdlib/erand48.c,
8699 stdlib/jrand48.c, stdlib/lrand48.c, stdlib/mrand48.c,
8700 stdlib/nrand48.c, stdlib/srand48.c, stdlib/lcong48.c:
8701 Rewrite to use reentrant versions.
8702 * stdlib/a64l.c, stdlib/l64a.c: New files. Implement a64l()
8703 and l64a() functions from SysV library.
8704 * stdlib/Makefile (routines): Add drand48_r, erand48_r, lrand48_r,
8705 nrand48_r, mrand48_r, jrand48_r, srand48_r, seed48_r, lcong48_r,
8706 drand48-iter, a64l, l64a.
8707 * stdlib/stdlib.h: Declare them.
8709 * stdlib/random_r.c: New file. Reentrant version of functions
8711 * stdlib/stdlib.h: Declare them.
8712 * stdlib/random.c: Rewrite to use reentrant functions.
8714 * string/strerror_r.c: New file. Reentrant version.
8715 * string/strerror.c: Change for new _strerror_internal form.
8716 * string/Makefile (routines): Add strerror_r.
8718 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Set default
8719 value of user_entry to `_start'.
8720 Close AT_ENTRY case with `break'.
8722 * sysdeps/generic/strstr.c: New and much faster implementation
8723 by Stephen R. van den Berg.
8725 * sysdeps/generic/_strerror.c: _strerror_internal now takes
8726 three argument and has and explicit buffer length.
8727 * sysdeps/mach/_strerror.c: Change for new interface with three
8729 * stdio/perror.c, stdio/vfprintf.c: Callers changed.
8731 * sysdeps/mach/hurd/ttyname_r.c: New file. Reentrant version.
8732 * sysdeps/posix/ttyname_r.c: New file. Reentrant version.
8733 * sysdeps/stub/ttyname_r: New file. Define as dummy function.
8735 * sysdeps/posix/utimes.c: Include <utime.h> for prototype.
8736 (utimes): First parameter to utime must be file, not path.
8738 * sysdeps/posix/sysconf.c (__sysconf): Test for CLK_TCK in case
8739 _SC_CLK_TCK and return it when available.
8740 Test for STREAM_MAX in case _SC_STREAM_MAX and return it when
8742 Add case for _SC_2_LOCALEDEF which is now available.
8744 * posix/sys/types.h [__USE_SVID] (key_t): New type.
8745 * sysvipc/Makefile, sysvipc/ftok.c, sysvipc/sys/ipc.h,
8746 sysvipc/sys/msg.h, sysvipc/sys/sem.h, sysvipc/sys/shm.h,
8747 sysdeps/stub/sys/msq_buf.h, sysdeps/stub/sys/sem_buf.h,
8748 sysdeps/stub/sys/shm_buf.h, sysdeps/stub/sys/ipc_buf.h,
8749 sysdeps/stub/semctl.c, sysdeps/stub/semget.c, sysdeps/stub/semop.c,
8750 sysdeps/stub/shmat.c, sysdeps/stub/shmctl.c, sysdeps/stub/shmdt.c,
8751 sysdeps/stub/shmget.c, sysdeps/stub/msgctl.c, sysdeps/stub/msgget.c,
8752 sysdeps/stub/msgrcv.c, sysdeps/stub/msgsnd.c: New files.
8753 Add implementation of System V IPC.
8755 Fri Sep 15 21:34:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8757 * hurd/hurdsig.c: Include <hurd/crash.h> in place of <hurd/core.h>.
8758 (write_corefile): Call __crash_dump_task instead of __core_dump_task.
8759 Use envariable CRASHSERVER instead of CORESERVER.
8760 * hurd/Makefile (user-interfaces): Replace hurd/core with hurd/crash.
8762 Tue Sep 12 14:30:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8764 * misc/mntent.c: New file.
8765 * misc/mntent.h: New file.
8766 * misc/Makefile (headers): Added mntent.h.
8767 (routines): Added mntent.
8768 * misc/fstab.c: Rewritten using mntent functions.
8770 Mon Sep 11 14:00:14 1995 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
8772 * posix/glob.c (glob): Comment fix.
8774 Fri Sep 8 16:25:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8776 * libc-symbols.h [HAVE_ELF] (symbol_set_declare): Declare the
8779 * conf/portability.h (NEED_INETADDR, NEED_INETATON): Define to 1,
8782 Fri Sep 8 16:32:12 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>
8784 * sysdeps/unix/sysv/linux/Implies,
8785 sysdeps/unix/sysv/linux/Makefile, sysdeps/unix/sysv/linux/Subdirs,
8786 sysdeps/unix/sysv/linux/accept.S, sysdeps/unix/sysv/linux/adjtime.c,
8787 sysdeps/unix/sysv/linux/adjtimex.S, sysdeps/unix/sysv/linux/bind.S,
8788 sysdeps/unix/sysv/linux/connect.S, sysdeps/unix/sysv/linux/direct.h,
8789 sysdeps/unix/sysv/linux/dl-machine.h, sysdeps/unix/sysv/linux/errnos.h,
8790 sysdeps/unix/sysv/linux/fork.S, sysdeps/unix/sysv/linux/gethostid.c,
8791 sysdeps/unix/sysv/linux/gethostname.C,
8792 sysdeps/unix/sysv/linux/getpeername.S,
8793 sysdeps/unix/sysv/linux/getpgid.S, sysdeps/unix/sysv/linux/getpgrp.S,
8794 sysdeps/unix/sysv/linux/getsockname.S,
8795 sysdeps/unix/sysv/linux/getsockopt.S, sysdeps/unix/sysv/linux/gtty.S,
8796 sysdeps/unix/sysv/linux/listen.S, sysdeps/unix/sysv/linux/local_lim.h,
8797 sysdeps/unix/sysv/linux/madvise.c, sysdeps/unix/sysv/linux/msgctl.c,
8798 sysdeps/unix/sysv/linux/msgget.c, sysdeps/unix/sysv/linux/msgrcv.c,
8799 sysdeps/unix/sysv/linux/msgsnd.c, sysdeps/unix/sysv/linux/pipe.S,
8800 sysdeps/unix/sysv/linux/poll.c, sysdeps/unix/sysv/linux/readv.c,
8801 sysdeps/unix/sysv/linux/recv.S, sysdeps/unix/sysv/linux/recvfrom.S,
8802 sysdeps/unix/sysv/linux/recvmsg.S, sysdeps/unix/sysv/linux/semctl.c,
8803 sysdeps/unix/sysv/linux/semget.c, sysdeps/unix/sysv/linux/semop.c,
8804 sysdeps/unix/sysv/linux/send.S, sysdeps/unix/sysv/linux/sendmsg.S,
8805 sysdeps/unix/sysv/linux/sendto.S, sysdeps/unix/sysv/linux/setegid.c,
8806 sysdeps/unix/sysv/linux/seteuid.c, sysdeps/unix/sysv/linux/sethostid.c,
8807 sysdeps/unix/sysv/linux/setpgid.c, sysdeps/unix/sysv/linux/setpgrp.c,
8808 sysdeps/unix/sysv/linux/setsid.S, sysdeps/unix/sysv/linux/setsockopt.S,
8809 sysdeps/unix/sysv/linux/settimeofday.S,
8810 sysdeps/unix/sysv/linux/shmat.c, sysdeps/unix/sysv/linux/shmctl.c,
8811 sysdeps/unix/sysv/linux/shmdt.c, sysdeps/unix/sysv/linux/shmget.c,
8812 sysdeps/unix/sysv/linux/shutdown.S,
8813 sysdeps/unix/sysv/linux/sigaction.S, sysdeps/unix/sysv/linux/signal.S,
8814 sysdeps/unix/sysv/linux/sigpending.S, sysdeps/unix/sysv/linux/sigset.h,
8815 sysdeps/unix/sysv/linux/sockaddrcom.h,
8816 sysdeps/unix/sysv/linux/socketpair.S, sysdeps/unix/sysv/linux/speed.c,
8817 sysdeps/unix/sysv/linux/statbuf.h, sysdeps/unix/sysv/linux/stty.S,
8818 sysdeps/unix/sysv/linux/syscall.h, sysdeps/unix/sysv/linux/sysconf.c,
8819 sysdeps/unix/sysv/linux/tcdrain.c, sysdeps/unix/sysv/linux/tcflow.c,
8820 sysdeps/unix/sysv/linux/tcflush.c, sysdeps/unix/sysv/linux/tcgetattr.c,
8821 sysdeps/unix/sysv/linux/tcsetattr.c,
8822 sysdeps/unix/sysv/linux/termbits.h, sysdeps/unix/sysv/linux/ualarm.c,
8823 sysdeps/unix/sysv/linux/ulimit.c, sysdeps/unix/sysv/linux/usleep.c,
8824 sysdeps/unix/sysv/linux/utsnamelen.h, sysdeps/unix/sysv/linux/vfork.c,
8825 sysdeps/unix/sysv/linux/wait.c, sysdeps/unix/sysv/linux/wait4.S,
8826 sysdeps/unix/sysv/linux/waitpid.c, sysdeps/unix/sysv/linux/writev.c:
8827 New Linux/ELF specific, architecture independent files.
8828 * sysdeps/unix/sysv/linux/i386/Dist,
8829 sysdeps/unix/sysv/linux/i386/Makefile,
8830 sysdeps/unix/sysv/linux/i386/brk.S,
8831 sysdeps/unix/sysv/linux/i386/fcntlbits.h,
8832 sysdeps/unix/sysv/linux/i386/fpu_control.c,
8833 sysdeps/unix/sysv/linux/i386/fpu_control.h,
8834 sysdeps/unix/sysv/linux/i386/fstat.S,
8835 sysdeps/unix/sysv/linux/i386/fxstat.S,
8836 sysdeps/unix/sysv/linux/i386/ieee_fpu.c,
8837 sysdeps/unix/sysv/linux/i386/init-first.S,
8838 sysdeps/unix/sysv/linux/i386/ipc.S,
8839 sysdeps/unix/sysv/linux/i386/lstat.S,
8840 sysdeps/unix/sysv/linux/i386/lxstat.S,
8841 sysdeps/unix/sysv/linux/i386/mknod.S,
8842 sysdeps/unix/sysv/linux/i386/mmap.S,
8843 sysdeps/unix/sysv/linux/i386/sbrk.S,
8844 sysdeps/unix/sysv/linux/i386/setfpucw.c,
8845 sysdeps/unix/sysv/linux/i386/signum.h,
8846 sysdeps/unix/sysv/linux/i386/socket.S,
8847 sysdeps/unix/sysv/linux/i386/stat.S,
8848 sysdeps/unix/sysv/linux/i386/syscall.S,
8849 sysdeps/unix/sysv/linux/i386/sysdep.S,
8850 sysdeps/unix/sysv/linux/i386/sysdep.h,
8851 sysdeps/unix/sysv/linux/i386/xmknod.S,
8852 sysdeps/unix/sysv/linux/i386/xstat.S:
8853 New Linux i386/ELF specific files.
8854 * sysdeps/unix/sysv/linux/sys/ipc_buf.h,
8855 sysdeps/unix/sysv/linux/sys/mman.h,
8856 sysdeps/unix/sysv/linux/sys/msq_buf.h,
8857 sysdeps/unix/sysv/linux/sys/sem_buf.h,
8858 sysdeps/unix/sysv/linux/sys/shm_buf.h,
8859 sysdeps/unix/sysv/linux/sys/socketcall.h,
8860 sysdeps/unix/sysv/linux/sys/timex.h:
8861 New Linux/ELF specific, architecture independent header files.
8862 * sysdeps/unix/sysv/sysv4/linux: Tree removed.
8864 Thu Sep 7 17:05:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8866 * stdlib/msort.c (msort_with_tmp): Fixed alignment test. B1 and
8867 B2 are always congruent; just test that B1 is aligned.
8869 Wed Sep 6 19:41:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8871 * elf/dl-lookup.c (_dl_lookup_symbol): Test WEAK_VALUE.s rather
8872 than WEAK_VALUE.a to see if a weak value has been set. A valid
8873 weak value may set WEAK_VALUE.a to 0.
8875 Fri Sep 1 16:16:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8877 * sysdeps/mach/hurd/i386/longjmp-ts.c: Use new array format for
8880 * libc-symbols.h (link_warning): Take new first arg SYMBOL; ask
8881 for a warning on references to that specific symbol, not the
8882 entire containing object file.
8883 (stub_warning): Pass symbol name to link_warning.
8884 * stdio/gets.c: Pass function name in link_warning invocation.
8886 * hurd/intr-msg.c: Treat apparent EINTR return from msg trap like
8887 MACH_SEND_INTERRUPTED. That indicates interrupt_operation was
8890 * stdlib/msort.c: Include memcopy.h.
8891 (msort_with_tmp): If operating on aligned op_t words, use direct word
8894 * sysdeps/i386/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC): Add
8897 Thu Aug 31 13:23:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8899 * sysdeps/unix/i386/brk.S [PIC]: Set __curbrk through the GOT.
8901 Rewrote i386 setjmp code in assembly, so as to avoid fighting
8902 with the compiler for the register values.
8903 * sysdeps/i386/setjmp.S, sysdeps/i386/__longjmp.S: New files.
8904 * sysdeps/i386/setjmp.c, sysdeps/i386/__longjmp.c: Files removed.
8905 * sysdeps/i386/jmp_buf.h [! _ASM] (__jmp_buf): Define as array of ints.
8906 [__USE_MISC || _ASM] (JB_*): New macros, for indices therein.
8907 (_JMPBUF_UNWINDS): Use JB_SP.
8909 Wed Aug 30 16:44:55 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8911 * sysdeps/mach/hurd/select.c: Deal with out of order replies
8912 during io_select request loop.
8913 Handle MACH_RCV_TIMED_OUT error from requests.
8914 * hurd/intr-msg.c: If the user passed the MACH_RCV_TIMEOUT option,
8915 distinguish MACH_RCV_TIMED_OUT from EINTR.
8917 * posix/glob.c (glob): Use realloc to extend strings for GLOB_MARK
8919 (glob_in_dir): Don't allocate extra byte here.
8921 * sysdeps/i386/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
8922 Decrement the DT_RELSZ value for the skipped reloc.
8924 Tue Aug 29 12:35:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8926 * time/australasia: Updated data from ADO.
8928 Mon Aug 28 17:47:11 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8930 * dirent/dirent.h: Don't include <dirstream.h>.
8931 Instead, define DIR as typedef for (undefined) `struct __dirstream'.
8933 Fri Aug 25 12:12:42 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8935 * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream'
8937 * sysdeps/unix/bsd/dirstream.h: Likewise.
8938 * sysdeps/stub/dirstream.h: Likewise.
8939 * sysdeps/unix/dirstream.h: Likewise.
8940 * sysdeps/mach/hurd/telldir.c: Include "dirstream.h".
8941 * sysdeps/mach/hurd/seekdir.c: Likewise.
8942 * sysdeps/mach/hurd/opendir.c: Likewise.
8943 * sysdeps/mach/hurd/closedir.c: Likewise.
8944 * sysdeps/mach/hurd/readdir.c: Likewise.
8945 * sysdeps/unix/telldir.c: Likewise.
8946 * sysdeps/unix/seekdir.c: Likewise.
8947 * sysdeps/unix/rewinddir.c: Likewise.
8948 * sysdeps/unix/readdir.c: Likewise.
8949 * sysdeps/unix/opendir.c: Likewise.
8950 * sysdeps/unix/closedir.c: Likewise.
8951 * sysdeps/unix/bsd/telldir.c: Likewise.
8952 * sysdeps/unix/bsd/readdir.c: Likewise.
8953 * dirent/Makefile (headers): Remove dirstream.h.
8954 (distribute): Put it here instead.
8956 * sysdeps/mach/hurd/mmap.c: Fix inverted test of MAP_FIXED.
8958 * stdio/vfscanf.c (number): Allow field width to inhibit first
8959 digit after base detection.
8961 * stdio/vfprintf.c (vfprintf: %s): Never search past the limit
8962 specified by the precision.
8964 * grp/grpread.c (__grpscan): New function.
8965 * grp/grp.h (__grpscan): Declare it.
8966 * grp/getgrgid.c: Use __grpscan.
8967 * grp/getgrnam.c: Likewise.
8968 * pwd/pwdread.c (__pwdscan): New function.
8969 * pwd/pwd.h (__pwdscan): Declare it.
8970 * pwd/getpwnam.c: Use __pwdscan.
8971 * pwd/getpwuid.c: Likewise.
8973 Thu Aug 24 16:29:40 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8975 * sysdeps/mach/hurd/mmap.c: Treat (FLAGS & MAP_TYPE) == 0 like
8978 * hurd/thread-cancel.c: Return EINTR when called on self.
8979 * sysdeps/i386/elf/start.S (data_start): Define as weak alias for
8982 Tue Aug 22 16:49:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8984 * inet/netdb.h: Moved to resolv.
8985 * inet/Makefile (headers): Remove netdb.h.
8986 * resolv/Makefile (headers): Add netdb.h.
8987 * resolv/gethnamaddr.c, resolv/inet_addr.c, resolv/netdb.h,
8988 resolv/res_send.c: Updated from BIND-4.9.3-BETA26.
8990 * hurd/thread-cancel.c: If SS->cancel_hook is not null, call it before
8991 resuming the thread.
8992 * hurd/hurd/signal.h (struct hurd_sigstate): New member `cancel_hook'.
8994 * hurd/Makefile: Removed dep on hurd/signal.h for RPC stub objects.
8996 Mon Aug 21 16:37:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8998 * sysdeps/i386/dl-machine.h (elf_machine_rel): Grok R_386_NONE
8999 relocs, and do nothing. Why the linker generates them we may
9002 Thu Aug 17 16:18:38 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9004 * sysdeps/mach/hurd/Makefile: Don't elide sunrpc and manual from
9007 * sysdeps/mach/hurd/i386/intr-msg.h: New file.
9008 * hurd/intr-msg.c: Use INTR_MSG_TRAP macro from machine-dependent
9009 "intr-msg.h" for special syscall code, instead of i386-specific asm.
9010 * hurd/hurdsig.c: Use INTR_MSG_BACK_OUT macro from
9011 machine-dependent "intr-msg.h" before mutating thread state to
9014 * sysdeps/mach/hurd/i386/trampoline.c: If PC is inside
9015 _hurd_intr_rpc_mach_msg special syscall code, use real SP saved in
9018 * Makeconfig (link-libc): New variable; use shared library if
9022 * sysdeps/mach/hurd/fork.c (_hurd_fork_locks): Variable removed.
9023 Instead, declare with `symbol_set_declare'.
9024 (fork): Use symbol_set_* macros for _hurd_fork_locks.
9025 Use SS->thread instead of __mach_thread_self (). Suspend all
9026 other threads during task_create and port copying.
9028 Wed Aug 16 17:04:26 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9030 * hurd/intr-msg.c: Fixed calculation of syscall %esp.
9032 Tue Aug 15 12:26:18 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9034 * hurd/hurdsig.c (_hurdsig_abort_rpcs): Remove `static'.
9036 * hurd/Makefile (sig): Add intr-msg.
9038 Mon Aug 14 16:51:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9040 * hurd/thread-cancel.c: New file.
9041 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): In
9042 rpc_wait case, frob mach_msg args to set timeout on receive.
9043 (_hurdsig_rcv_interrupted_p): Function removed.
9044 * sysdeps/mach/hurd/alpha/trampoline.c: Likewise.
9045 * sysdeps/mach/hurd/hppa/trampoline.c: Likewise.
9046 * sysdeps/mach/hurd/mips/trampoline.c: Likewise.
9047 * hurd/intr-msg.c: New file.
9048 * hurd/hurd/signal.h (struct hurd_sigstate): New member `cancel'.
9049 (_hurdsig_rcv_interrupted_p): Declaration removed.
9050 (HURD_EINTR_RPC): Macro removed.
9051 (_hurd_longjmp_thread_state, _hurd_interrupted_rpc_timeout): Declare
9053 * hurd/intr-rpc.h: New file.
9054 * hurd/intr-rpc.defs: Just import intr-rpc.h.
9055 * hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): New variable.
9056 (interrupted_reply_port_location): Take new flag arg; only catch
9058 (abort_rpcs): Rename to _hurdsig_abort_rpcs; take same new flag arg.
9059 No longer use _hurdsig_rcv_interrupted_p; instead compare PC to
9060 &_hurd_intr_rpc_msg_in_trap. If before it, mutate state to simulate
9061 MACH_SEND_INTERRUPTED return; on it, interrupt the operation. All
9063 * hurd/hurd.h (hurd_thread_cancel, hurd_check_cancel): Declare these.
9064 * hurd/Makefile (distribute): Remove intr-rpc.awk.
9065 (sig): Add thread-cancel.
9066 (transform-user-stub, transform-user-stub-output): Variables removed.
9067 * sysdeps/mach/hurd/dl-sysdep.c: Change all RPCs from
9068 `__hurd_intr_rpc_*' to `__*'.
9069 (_hurd_intr_rpc_mach_msg): New function.
9070 (_hurd_thread_sigstate): Function removed.
9071 * sysdeps/mach/hurd/ioctl.c: Use _hurd_intr_rpc_mach_msg function,
9072 instead of __mach_msg inside HURD_EINTR_RPC macro.
9074 * sysdeps/generic/morecore.c [__GNU_LIBRARY__]: Declare `__sbrk'
9075 to take ptrdiff_t arg.
9077 * sysdeps/mach/hurd/fork.c: Remove _hurd_longjmp_thread_state decl.
9079 * sysdeps/mach/hurd/kill.c (kill_pid): Don't make `inline'.
9081 * libc-symbols.h [GCC >= 2.7] (strong_alias, weak_symbol,
9082 weak_alias): Use `extern' storage class.
9084 Wed Aug 9 14:25:35 1995 Miles Bader <miles@geech.gnu.ai.mit.edu>
9086 * sysdeps/mach/hurd/setuid.c (__setuid): Switch the port-type and
9087 port-count parameters to __auth_makeauth.
9088 * sysdeps/mach/hurd/setgid.c (__setgid): Ditto.
9090 Tue Aug 8 12:22:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9092 * hurd/sigunwind.c: Remove _hurd_longjmp_thread_state decl.
9094 * inet/netinet/tcp.h: New file, incorporated from 4.4BSD-Lite.
9096 Tue Aug 8 12:06:04 1995 Michael I. Bushnell, p/BSG <mib@duality.gnu.ai.mit.edu>
9098 * inet/netinet/in.h (IP_MULTICAST_TTL, IP_MULTICAST_LOOP,
9099 IP_MULTICAST_IP, IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP): New IP
9100 layer socket options.
9101 (IPPROTO_GGP): Delete obsolote protocol.
9102 (IPPROTO_IGMP): Add new protocol (with same value [2] as old GGP).
9103 (struct ip_mreq): New type.
9105 Mon Aug 7 14:04:36 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9107 * stdlib/strtol.c: Use #ifdef, not #if, for HAVE_LIMITS_H.
9109 * posix/glob.c (glob_in_dir): Allocate GLOB_MARK byte in case when
9110 (NFOUND == 0 && (FLAGS & GLOB_NOCHECK)).
9112 * sysdeps/generic/sysd-stdio.c (__stdio_reopen): Return failure
9113 when __stdio_open fails with a code other than ENFILE or EMFILE.
9115 Fri Aug 4 16:01:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9117 * Makefile (headers): Added gnu-versions.h.
9119 Thu Aug 3 14:41:11 1995 Michael I. Bushnell <mib@duality.gnu.ai.mit.edu>
9121 * inet/netinet/in.h (IN_CLASSD, IN_EXPERIMENTAL, IN_BADCLASS): Use
9122 equality, not assignment, to test bitfields.
9124 Sat Jul 29 10:41:06 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
9126 * sysdeps/mach/hurd/sendto.c (sendto): Use the ifsock protocol to
9127 resolve AF_LOCAL addresses.
9129 * sysdeps/mach/hurd/accept.c (accept): If the protocol family
9130 can't tell us what an address means, just return a zero-length
9132 * sysdeps/mach/hurd/recvfrom.c (recvfrom): Ditto.
9134 Fri Jul 28 15:29:11 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
9136 * sysdeps/mach/hurd/bind.c (bind): Don't use
9137 file_invoke_translator, as it doesn't work. Instead just lookup
9138 the translated node again, and hope we're not hit by any race
9141 Wed Jul 26 02:00:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9143 * csu/Makefile [$(elf)=yes] (have-initfini): Set to yes.
9144 [$(have-initfini)=yes]: Test this rather than $(elf) for crtstuff.
9145 [start-installed-name-rule]: If this is defined, elide rule for
9146 $(objpfx)$(start-installed-name).
9147 * csu/initfini.c (SECTION): New macro, different definitions for
9148 #ifdef HAVE_ELF and not.
9149 (_init, _fini): Use that macro.
9150 * sysdeps/unix/sysv/sco3.2.4/Makefile [$(subdir)=csu]
9151 (start-installed-rule, start-installed-name-rule): New variables;
9152 specify crt1.o, created by our own rule.
9153 ($(objpfx)crt1.o): New rule.
9154 * configure.in: Require autoconf 2.4.2 or later. Change all
9155 AC_CACHE_VAL uses to use new AC_CACHE_CHECK macro instead;
9156 prettify some messages.
9157 [$elf!=yes] (libc_cv_have_initfini): New test for `.init' and `.fini'
9159 * munch-tmpl.c [HAVE_INITFINI]: Call _init and atexit (_fini) in
9160 this case rather than #ifdef HAVE_ELF.
9161 * config.h.in (HAVE_INITFINI): New macro.
9162 * config.make.in (have-initfini): New variable, set by configure.
9164 * stdio/vfscanf.c (conv_error): Simplify expression to avoid
9165 "value computed is not used" warning.
9167 * Makeconfig (+gccwarn): Removed -Wconversion.
9169 * csu/initfini.c (GLOBAL): Macro removed.
9170 (_init, _fini): Always define globally.
9171 * csu/Makefile (crtstuff, initfini): Don't make crt[in]_s.o.
9173 * asia, backward, europe, leapseconds, southamerica: New data from
9176 * inet/Makefile (routines): Removed inet_addr.
9177 * inet/inet_addr.c: Moved to resolv/ subdirectory.
9178 * resolv/Makefile (routines): Added inet_addr.
9179 * resolv/inet_addr.c: Incorporated from BIND 4.9.3-BETA24 release.
9180 * resolv/gethnamaddr.c: Likewise.
9181 * resolv/getnetbyaddr.c: Likewise.
9182 * resolv/getnetbyname.c: Likewise.
9183 * resolv/getnetent.c: Likewise.
9184 * resolv/getnetnamadr.c: Likewise.
9185 * resolv/herror.c: Likewise.
9186 * resolv/nsap_addr.c: Likewise.
9187 * resolv/res_comp.c: Likewise.
9188 * resolv/res_debug.c: Likewise.
9189 * resolv/res_init.c: Likewise.
9190 * resolv/res_mkquery.c: Likewise.
9191 * resolv/res_query.c: Likewise.
9192 * resolv/res_send.c: Likewise.
9193 * resolv/resolv.h: Likewise.
9194 * resolv/sethostent.c: Likewise.
9195 * resolv/arpa/nameser.h: Likewise.
9196 * inet/netdb.h: Incorporated from BIND 4.9.3-BETA24 release.
9197 [__GNU_LIBRARY__]: Include <rpc/netdb.h> instead of repeating
9198 its declarations (and doing so only #ifdef sun!).
9199 * conf/portability.h (NEED_INETADDR, NEED_INETATON): New macros.
9201 * posix/sys/types.h [__USE_BSD] (__BIT_TYPES_DEFINED__): New macro.
9202 [__USE_BSD] [__GNUC__] (int64_t, u_int64_t, register_t): New typedefs.
9204 * malloc/memalign.c: Allocate (SIZE + ALIGNMENT - 1) and then trim
9207 * mach/shortcut.awk: Emit decls for RPC.
9209 * libc-symbols.h [GCC >= 2.7 && !ASSEMBLER] (weak_symbol,
9210 weak_alias, strong_alias): Define using GCC __attribute__ syntax.
9212 * Makerules ($(installed-libcs)): Depend on `lib' (only).
9214 Tue Jul 25 09:14:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9216 * sysdeps/mach/hurd/pathconf.c: Declare VALUE as int, not long int.
9218 * stdlib/strtol.c [_LIBC]: Define STDC_HEADERS.
9220 * sysdeps/unix/sysv/ftime.S: New file.
9222 * locale/locfile-parse.c (categories_write): Cast "" to char *.
9224 * io/fcntl.h [__OPTIMIZE__] (creat): Macro removed.
9226 * time/strftime.c: Use year modulo 100 for %y.
9228 * time/sys/timeb.h: Add __BEGIN_DECLS and __END_DECLS.
9230 * sysdeps/unix/snarf-ioctls (snarfexclude): Use two sed's instead
9231 of one, to work around bug in sunos4.1.2 sed.
9233 * stdio/vfprintf.c (vfprintf): For %s with precision spec, use
9234 memchr instead of strlen to limit search for NUL by precision.
9236 Mon Jul 24 03:13:16 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9238 * sysdeps/posix/pathconf.c: New file.
9240 Sat Jul 22 20:53:18 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9242 * sysdeps/unix/i386/sysdep.h (JUMPTARGET): Use ## to avoid space
9244 * sysdeps/mach/i386/sysdep.h (JUMPTARGET): New macro.
9245 * sysdeps/i386/bsd-_setjmp.S: Use JUMPTARGET macro in jmp insn.
9246 * sysdeps/i386/bsd-setjmp.S: Likewise.
9248 Sat Jul 22 19:58:54 1995 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
9250 * inet/Makefile (routines): Added `ruserpass'.
9251 * inet/ruserpass.c: New file, from BSD Net-2 sources for the FTP
9252 client. Modified to remove the fourth arg AACCT. Do nothing for
9253 the `account' and `macdef' keywords. Other incidental changes
9254 because we are not in the FTP source tree.
9256 Sat Jul 22 01:56:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9258 * sysdeps/stub/init-posix.c: Removed stub warning.
9260 * Makefile (autoconf-it): Make it executable and unwritable.
9262 * configure.in (sysnames): Under --enable-debug-configure, spew
9265 * sysdeps/unix/i386/sysdep.h (JUMPTARGET): New macro; use name@PLT
9267 (PSEUDO): Use JUMPTARGET(syscall_error) in jump insn.
9268 * sysdeps/unix/i386/syscall.S: Use JUMPTARGET(syscall_error) in
9271 * sysdeps/unix/sysv/sysv4/linux/i386/sysdep.h: Rewritten.
9272 * sysdeps/unix/sysv/sysv4/linux/i386/syscall.S: New file.
9273 * sysdeps/unix/sysv/sysv4/linux/i386/socket.S: Include
9274 <sys/socketcall.h>. Save %ebx in call-clobbered %edx instead of
9275 stack. Use JUMPTARGET(syscall_error) in jump insn.
9277 * Makeconfig (+gccwarn): Add -Wbad-function-cast -Wconversion.
9279 * sysdeps/unix/i386/sysdep.h (ENTRY): Use ASM_GLOBAL_DIRECTIVE and
9281 (ASM_TYPE_DIRECTIVE): New macro; defined using `.type' #ifdef ELF.
9283 * sysdeps/unix/sysv/sysv4/linux/i386/sysdep.S (__syscall_error):
9284 Rewritten, #include'ing unix/i386/sysdep.S for most of the code.
9285 * sysdeps/unix/i386/sysdep.S [PIC]: Store into `errno' through the GOT.
9287 * configure.in (os=linux*): Use unix/sysv/sysv4 for $base_os,
9288 instead of unix/sysv.
9289 * sysdeps/unix/sysv/linux/{accept,connect,getsockname,rename,
9290 socketpair,waitpid,bind,getpeername,listen,setsid,wait4}.S: Moved
9291 to new directory sysdeps/unix/sysv/sysv4/linux.
9292 * sysdeps/unix/sysv/linux: Directory removed.
9293 * sysdeps/unix/sysv/i386/linux/{socket.S,sysdep.h,sysdep.S}: Moved
9294 to new directory sysdeps/unix/sysv/sysv4/linux/i386.
9295 * sysdeps/unix/sysv/linux/i386: Directory removed.
9297 Fixes to help Linux, inspired by drepper's work:
9298 * sysdeps/posix/utimes.c: New file.
9299 * sysdeps/generic/getdomain.c: New file.
9300 * sysdeps/i386/init-first.c: Removed gratuitous #include <hurd.h>.
9301 * sysdeps/generic/dl-sysdep.c: Include <unistd.h> and declare
9302 externals _dl_argc, _dl_argc, and _environ.
9304 Fri Jul 21 12:57:29 1995 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
9306 * sysdeps/mach/hurd/socket.c (socket): Consider MIG_BAD_ID and
9307 EOPNOTSUPP as indications that the server has died.
9308 * sysdeps/mach/hurd/pipe.c (__pipe): Likewise.
9309 * sysdeps/mach/hurd/socketpair.c (socketpair): Likewise.
9311 Mon Jul 17 08:45:40 1995 Jim Meyering (meyering@comco.com)
9313 * strtol.c: Portability changes from Uli Drepper.
9314 [!STDC_HEADERS && !defined(NULL)]: Define NULL.
9316 Mon Jul 10 05:39:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9318 * sysdeps/mach/hurd/i386/init-first.c (init): Take just one arg,
9319 DATA for the entry SP; DATA[-1] is always the return address
9320 location. In both cthreads and non-cthreads cases, use asm to
9321 force parameters into %eax and %ecx before return, and mutate
9322 DATA[-1] to return to specific asm code to set up the user from
9324 [PIC] (_init): Caller changed.
9325 (__libc_init_first) [! PIC] (doinit): Use asm to effect call to init
9326 with SP unwound to argument data ptr.
9328 Thu Jul 6 14:28:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9330 * sysdeps/mach/hurd/dl-sysdep.c (fmh): Fixed this kludge to work
9331 when 0x08000000 and up are not mapped.
9333 * Makerules (stamp$o-$(subdir) rule): Remove the timestamp file
9335 (lib%.so): Use -Wl to get -soname to ld.
9337 * elf/dlsym.c: Pass final arg to _dl_lookup_symbol.
9339 * elf/Makefile (libdl.so): Pass $(LDFLAGS.so).
9341 Tue Jun 20 02:18:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9343 * Makerules (lib%.so: lib%_pic.a): Pass -soname switch giving the
9344 library's name including $(libprefix) and major version number.
9346 * locale/locale-ctype.c (allocate_arrays): Use xmalloc and bzero
9347 in place of xcalloc.
9349 * Makeconfig (prefix, exec_prefix, libprefix): Instead of
9350 `ifndef', use the $(origin) function to only set these if they are
9351 undefined, and not if they are defined to empty.
9353 * gnu-versions.h: New file.
9354 * features.h (__GNU_LIBRARY__): Increase value to 5.
9356 Wed Jun 14 03:45:24 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9358 * stdio/stdio.h (__validfp): Use ({...}) rather than a comma
9359 expression, to avoid gcc's "value computed is not used" warning.
9361 * libc-symbols.h (_elf_set_element): Give the set-element variable
9362 an `unused' attribute.
9364 * hurd/hurd/threadvar.h (__hurd_threadvar_location): Declare with
9365 __attribute__ ((__const__)).
9366 * hurd/hurd/signal.h (_hurd_self_sigstate): Likewise.
9368 * hurd/hurd/userlink.h (_hurd_userlink_link): Properly set
9369 LINK->resource.next->resource.prevp when appropriate, not
9370 LINK->resource.next->thread.prevp!!!
9372 Tue Jun 13 15:45:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9374 * configure.in (libc_cv_asm_set_directive): Make sure that the
9375 `.set' directive really worked by linking against a reference to
9378 * sysdeps/stub/init-first.c: Don't include <hurd.h>.
9379 [PIC] (soinit): Renamed to (global) _init.
9381 Mon Jun 12 13:15:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9383 * malloc/Makefile (gmalloc-routines): Remove valloc.
9384 (dist-routines): Add it here.
9386 * malloc/malloc.h [_MALLOC_INTERNAL] [emacs] (valloc): #define to
9387 emacs_loser_valloc to inhibit valloc declaration below.
9389 * Makerules (lib%.so: lib%_pic.a): Moved this rule to after
9392 * sysdeps/mach/sysdep.h [HAVE_ELF] (ENTRY): Redefine this macro so
9393 it uses the `.type' directive, which is necessary for shared
9394 libraries to work properly.
9396 Thu Jun 8 02:50:26 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9398 * elf/dl-load.c (_dl_map_object): Add MAP_INHERIT flag in mmap
9401 * elf/dl-lookup.c (_dl_lookup_symbol): Take new flag arg NOSELF;
9402 if nonzero, don't let *REF satisfy the reference itself.
9403 * elf/link.h (_dl_lookup_symbol): Add new arg NOSELF in decl.
9404 * sysdeps/i386/dl-runtime.c (_dl_runtime_resolve): Pass new arg to
9406 * elf/do-rel.h (elf_dynamic_do_rel): Pass new second arg of
9407 R->r_offset to RESOLVE callback.
9408 * elf/dl-reloc.c (_dl_relocate_object: resolve): Don't let *REF
9409 satisfy the reference itself if its value equals the reloc's
9412 * elf/rtld.c (dl_main): Write a newline in fatal msg.
9414 * Makerules (lib%.so: lib%_pic.a): Pass $(LDFLAGS.so).
9416 * elf/rtld.c [! NDEBUG] (__assert_perror_fail): New function.
9418 * hurd/hurdstartup.c (_hurd_startup): Fancier kludge to guess phdr
9419 and user entry point addresses.
9421 * elf/dl-load.c (open_path): Don't do strlen on DIRPATH if it's null.
9422 (_dl_map_object): DT_RPATH value is relative to DT_STRTAB value.
9424 * Makerules (install-lib.so): Don't include libc.so.
9425 [$(build-shared)=yes] (install): Depend on the installed libc.so file.
9426 [$(build-shared)=yes] (install-no-libc.a): Make this, rather than
9427 install, depend on the installed $(install-lib.so) files.
9428 [$(build-shared)=yes] (install-lib.so): Append libc.so after that rule.
9430 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Add kludge to
9431 allocate high addresses to avoid random mappings appearing there.
9432 (mmap): Comment out mask; always pass zero.
9434 Tue Jun 6 13:34:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9436 * sysdeps/i386/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
9437 * sysdeps/mach/hurd/dl-sysdep.c (mmap): Use it as mask in vm_map call.
9439 * elf/dl-error.c (_dl_catch_error): Clear *ERRSTRING and *OBJNAME
9442 * sysdeps/mach/hurd/dl-sysdep.c (threadvars): New static variable.
9443 (__hurd_threadvar_max, __hurd_threadvar_stack_offset): Define these
9444 variables, using the `threadvars' buffer.
9446 * elf/dl-reloc.c: Don't dereference L->l_prev when it's null.
9447 * sysdeps/i386/dl-runtime.c: Likewise.
9449 * elf/rtld.c (dl_main): Add missing NULL terminating argument in
9450 _dl_sysdep_fatal call.
9451 (__assert_fail): Likewise.
9453 * locale/Makefile (localedef-modules): Renamed ctype to
9454 locale-ctype so as not to conflict with the object file for
9455 ctype/ctype.c in the build directory.
9457 Mon Jun 5 04:02:26 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9459 * elf/elf.h (ELFMAG): Use \177 instead of \x7f. It seems GCC
9460 insists on seeing the following E as part of hex 7FE, and
9461 complaining that is wider than a byte.
9463 Sun Jun 4 22:14:11 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9465 * hurd/Makefile (sig): Added thread-self.
9466 * hurd/hurd.h: Declare hurd_thread_self.
9467 * hurd/thread-self.c: New file.
9469 Thu Jun 1 12:17:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9471 * elf/rtld.c: Initialize RTLD_MAP.l_type.
9472 * elf/dl-reloc.c (_dl_relocate_object): Clear LAZY if relocating
9473 the dynamic linker itself.
9474 * sysdeps/i386/dl-machine.h (elf_machine_rel): If MAP->l_type is
9475 lt_interpreter, first undo relocation done during bootstrapping.
9477 Tue May 30 15:52:32 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9479 * mach/Makefile (server-interfaces): Removed notify and
9480 device_reply. For shlibs with eager binding, libmachuser.so must
9481 not refer to any functions not defined in libc.
9483 Sat May 27 16:23:22 1995 Jim Meyering (meyering@comco.com)
9485 * sysdeps/generic/memchr.c: Cast RHS to const unsigned char *
9486 to avoid error from Irix-4.0.5's C compiler. From Kaveh Ghazi.
9488 Fri May 26 13:00:08 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9490 * hurd/hurdsig.c (_hurd_internal_post_signal): Don't loop to check
9491 pending signals if the thread is in a critical section. It will
9492 send us a msg when it finishes.
9494 * sysdeps/mach/hurd/pathconf.c: New file.
9495 * sysdeps/mach/hurd/fpathconf.c: New file.
9497 * sysdeps/mach/hurd/sigaction.c: Only notify the proc server for
9498 SIGCHLD when the SA_NOCLDSTOP bit actually changes.
9500 Sun May 21 05:05:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9502 * elf/Makefile (ld.so): Use -nostartfiles in addition to
9505 Sun May 21 02:01:29 1995 Jim Meyering (meyering@comco.com)
9507 * sysdeps/generic/memchr.c: Don't include <string.h> at all.
9508 HPUX-9.01 and IRIX-4.0.5 vendor C compilers get conflicting dcls for
9509 memchr unless one manually arranges for them to define __STDC__.
9511 Fri May 19 17:16:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9513 * sysdeps/mach/hurd/i386/init-first.c: In cthreads case, handle
9514 args on stack from kernel.
9516 * posix/Makefile, sysdeps/alpha/Makefile,
9517 * sysdeps/mach/hurd/Makefile, sysdeps/sparc/Makefile, Makefile,
9518 * Makerules, Make-dist: Fix "cvs commit" cmds in rules to not fail
9519 in the absence of CVS dirs.
9521 * hurd/hurdstartup.c: Don't call __mach_init. Grok args from the
9522 kernel on the stack properly.
9524 * set-init.c: Never call _init/_fini; just run __libc_subinit.
9526 * Makerules (LDFLAGS-c.so): Add -nostartfiles.
9527 * mach/Machrules (LDFLAGS-$(interface.so)): Likewise.
9529 * configure.in: Move defaulting of --with-elf and --with-gnu-*
9530 based on host os outside the AC_CACHE_VAL for the sysdirs
9533 * Makeconfig (localedir, nlsdir): New variables.
9535 * values.h: New file.
9536 * Makefile (headers): Add values.h.
9538 * locale/Makefile (distribute): Add error.h.
9539 * locale/localedef.c: Include "error.h".
9540 (main): Use error_message_count instead of warning_cntr.
9542 Wed May 17 16:50:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9544 Merged 1003.2 locale and localedef programs by Ulrich Drepper.
9545 * locale/charmap.c: New file.
9546 * locale/collate.c: New file.
9547 * locale/config.h: New file.
9548 * locale/ctype.c: New file.
9549 * locale/ctypedump.c: New file.
9550 * locale/hash.c: New file.
9551 * locale/hash.h: New file.
9552 * locale/iso-4217.def: New file.
9553 * locale/keyword.gperf: New file.
9554 * locale/keyword.h: New file.
9555 * locale/libintl.h: New file.
9556 * locale/locale.c: New file.
9557 * locale/localedef.c: New file.
9558 * locale/localedef.h: New file.
9559 * locale/locfile-lex.c: New file.
9560 * locale/locfile-parse.c: New file.
9561 * locale/messages.c: New file.
9562 * locale/monetary.c: New file.
9563 * locale/numeric.c: New file.
9564 * locale/token.h: New file.
9566 * posix/regex.c, posix/regex.h: New files, incorporated from GNU regex.
9567 * posix/Makefile (headers): Add regex.h.
9568 (routines): Add regex.
9569 (gpl2lgpl): Add regex.c and regex.h.
9571 Tue May 16 17:35:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9573 * locale/loadlocale.c: Expect macro LOCALE_PATH to be defined,
9574 instead of hard-coding "/share/locale".
9576 Sat May 13 02:16:42 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9578 * configure.in (os=gnu*): Always set elf=yes, not just for os=gnu*elf*.
9580 Fri May 12 15:31:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9582 * elf/elf.h (ELFMAG, SELFMAG): New macros.
9584 Fri May 12 11:24:53 1995 Michael I Bushnell <mib@duality.gnu.ai.mit.edu>
9586 * hurd/alloc-fd.c (_hurd_alloc_fd): Don't reduce FIRST_FD in
9587 the case where it starts out less than _hurd_dtablesize.
9589 Thu May 11 20:51:05 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9591 * hurd/alloc-fd.c (_hurd_alloc_fd): When expanding the dtable,
9592 make sure the new size exceeds FIRST_FD.
9594 Wed May 10 21:00:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9596 * sysdeps/mach/i386/sysdep.h (RETURN_TO): New macro.
9598 Tue May 9 01:26:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9600 * Makerules (install-lib.so): Add %.so for each %_pic.a.
9602 * sysdeps/i386/elf/start.S (__data_start): Define this symbol as
9603 the first thing in .data.
9605 * sysdeps/mach/_strerror.c (_strerror_internal): Eschew sprintf.
9607 * hurd/hurdstartup.h: New file.
9609 * sysdeps/i386/elf/start.S: Give two operands to `testl' when they
9610 are the same. Use `jz' instead of `jeq'.
9612 * Makeconfig (config.make): Depend on config.status, and run it to
9614 (config.status): New target; depend on configure.
9615 If target (config.status) exists, run it with --recheck to update;
9616 if not, give error msg saying to run confiugre by hand.
9617 * Makerules [$(sysd-Makefile-sysdirs) != $(sysdirs)]
9618 (sysd-Makefile-force): Set this variable to FORCE in this case, to
9619 force a rebuild of sysd-Makefile.
9620 (sysd-Makefile): Depend on $(sysd-Makefile-force).
9621 Write into the file sysd-Makefile-sysdirs:=$(sysdirs).
9622 [$(sysd-rules-sysdirs) != $(sysdirs)] (sysd-rules-force): Set this
9623 variable to FORCE in this case, to force a rebuild of sysd-rules.
9624 (sysd-rules): Depend on $(sysd-rules-force).
9625 Write into the file sysd-rules-sysdirs:=$(sysdirs).
9627 * Makerules (LDFLAGS-c.so): Change ld option -interp to
9630 * Makerules (do-install-program): New canned sequence.
9631 (install-bin, install-sbin): Use it.
9632 (install for lib*.so): Use it instead of $(do-install).
9633 Fix .so installation rules to handle lib*.so and *.so, deal with
9634 $(libprefix) right, and install *.so as *.so$($(*.so)-version);
9635 i.e. "libc.so-version = .1".
9637 Mon May 8 05:10:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9639 * elf/do-rel.h: New file, split out of dynamic-link.h.
9640 * elf/Makefile (distribute): Add do-rel.h.
9642 Sat May 6 11:06:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9644 * Makeconfig (+gccwarn): Add -Winline.
9646 * hurd/hurdsig.c (_hurd_internal_post_signal): If SS->context is
9647 set, avoid abort_rpcs, and use reply and intr ports saved in
9649 * sysdeps/mach/hurd/i386/trampoline.c: Don't set SS->intr_port
9650 from SS->context. Don't clear SS->context.
9651 * sysdeps/mach/hurd/i386/sigreturn.c: Don't set SS->intr_port when
9652 setting SS->context. If msg_sig_post returns, re-lock and clear
9655 Fri May 5 10:37:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9657 * mach/Makefile (errsystems.c): Comment out generation rule.
9659 * sysdeps/mach/_strerror.c: Consider a system unknown if its
9660 bad_sub member is null.
9662 * mach/mig-alloc.c: Add weak alias to non-__ name.
9664 Wed May 3 11:56:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9666 * sysdeps/mach/hurd/dup2.c: Fixed broken test in last change.
9668 Tue May 2 01:52:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9670 * elf/dl-error.c (_dl_catch_error): Actually call the OPERATE
9673 * hurd/Makefile (distribute): Added hurdstartup.h.
9674 * hurd/hurd.h: Remove _hurd_startup decl.
9676 * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS): Use __attribute__
9677 ((__unused__)) instead of gratuitous self reference.
9679 * sysdeps/mach/hurd/dup2.c: Call _hurd_alloc_fd to expand the
9680 table if FD2 doesn't fit.
9682 * sysdeps/mach/hurd/getdtsz.c: Return the RLIM_NOFILE soft limit,
9683 not the current table size.
9685 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS, CALL_WITH_SP): Rewritten.
9687 Implemented runtime dynamic linker to support ELF shared libraries.
9688 * elf/Makefile: Added rules to make ld.so and libdl.
9689 * elf/dl-error.c: New file.
9690 * elf/dl-fini.c: New file.
9691 * elf/dl-init.c: New file.
9692 * elf/dl-load.c: New file.
9693 * elf/dl-lookup.c: New file.
9694 * elf/dl-object.c: New file.
9695 * elf/dl-reloc.c: New file.
9696 * elf/dlclose.c: New file.
9697 * elf/dlerror.c: New file.
9698 * elf/dlopen.c: New file.
9699 * elf/dlsym.c: New file.
9700 * elf/dynamic-link.h: New file.
9701 * elf/link.h: New file.
9702 * elf/rtld.c: New file.
9703 * sysdeps/i386/dl-machine.h: New file.
9704 * sysdeps/stub/dl-machine.h: New file.
9705 * sysdeps/i386/dl-runtime.c: New file.
9706 * sysdeps/stub/dl-runtime.c: New file.
9707 * sysdeps/i386/elf/start.S: New file.
9708 * sysdeps/generic/dl-sysdep.c: New file.
9709 * sysdeps/mach/hurd/dl-sysdep.c: New file.
9710 * sysdeps/mach/hurd/i386/init-first.c: New file.
9711 * sysdeps/i386/init-first.c: New file.
9712 * sysdeps/stub/init-first.c: New file.
9714 Mon May 1 18:48:30 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9716 * Makerules (LDFLAGS-c.so): Add -interp and -e switches to make
9718 * version.c (__libc_print_version): Add "et al" and missing NL to
9721 Sat Apr 29 15:46:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9723 * posix/glob.c (S_ISDIR): Define if undefined.
9725 Thu Apr 27 01:24:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9727 * configure.in: Unless --without-fp, prepend */fpu before each
9728 machine dir in $mach; don't prepend FPU dirs at end. If
9729 --with-elf, prepend MACHINE/elf directories at end; don't insert
9732 * Makerules (dist): Filter out *.[cSs] from $(distribute) in deps.
9734 * sysdeps/stub/clock.c: Added stub warning.
9735 * sysdeps/stub/dirfd.c: Likewise.
9736 * sysdeps/stub/exc2signal.c: Likewise.
9737 * sysdeps/stub/fdopen.c: Likewise.
9738 * sysdeps/stub/flock.c: Likewise.
9739 * sysdeps/stub/fpathconf.c: Likewise.
9740 * sysdeps/stub/ftruncate.c: Likewise.
9741 * sysdeps/stub/gtty.c: Likewise.
9742 * sysdeps/stub/isatty.c: Likewise.
9743 * sysdeps/stub/killpg.c: Likewise.
9744 * sysdeps/stub/madvise.c: Likewise.
9745 * sysdeps/stub/mkstemp.c: Likewise.
9746 * sysdeps/stub/mktemp.c: Likewise.
9747 * sysdeps/stub/mprotect.c: Likewise.
9748 * sysdeps/stub/msync.c: Likewise.
9749 * sysdeps/stub/pathconf.c: Likewise.
9750 * sysdeps/stub/poll.c: Likewise.
9751 * sysdeps/stub/raise.c: Likewise.
9752 * sysdeps/stub/readv.c: Likewise.
9753 * sysdeps/stub/setenv.c: Likewise.
9754 * sysdeps/stub/setlogin.c: Likewise.
9755 * sysdeps/stub/sigaltstack.c: Likewise.
9756 * sysdeps/stub/sigintr.c: Likewise.
9757 * sysdeps/stub/sigstack.c: Likewise.
9758 * sysdeps/stub/sleep.c: Likewise.
9759 * sysdeps/stub/sstk.c: Likewise.
9760 * sysdeps/stub/stime.c: Likewise.
9761 * sysdeps/stub/stty.c: Likewise.
9762 * sysdeps/stub/syscall.c: Likewise.
9763 * sysdeps/stub/sysconf.c: Likewise.
9764 * sysdeps/stub/truncate.c: Likewise.
9765 * sysdeps/stub/ualarm.c: Likewise.
9766 * sysdeps/stub/usleep.c: Likewise.
9767 * sysdeps/stub/utimes.c: Likewise.
9768 * sysdeps/stub/writev.c: Likewise.
9770 * sysdeps/stub/libc_fatal.c: Remove __NORETURN keyword.
9772 Wed Apr 26 16:06:42 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9774 * locale/loadlocale.c (_nl_free_locale): Do nothing if DATA is null.
9776 Tue Apr 25 17:17:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9778 * posix/glob.c (glob): If GLOB_MARK set, stat names to find
9779 directories and append slashes to them in final pass before
9781 (glob_in_dir): If GLOB_MARK set, just allocate the extra char for the
9782 slash; never append it here.
9784 Sat Apr 22 14:48:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9786 * mach/Machrules [interface-library]
9787 (LDFLAGS-$(interface-library:lib%=%.so)): New variable, set to
9790 * sysdeps/mach/hurd/fork.c: Subfunction `unlockss' removed. Lock
9791 _hurd_siglock only around initial task creation in parent. Use
9792 _hurd_critical_section_unlock at end. Handle dead name rights
9793 properly, and deal with a send right dying while we try to copy
9794 it. For the time being, use assert_perror for kernel and proc RPC
9797 Fri Apr 21 01:10:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9799 * extra-lib.mk: Don't include $(o-iterator); construct it by hand
9800 using $(object-suffixes-$(lib)) instead.
9802 * sysdeps/mach/hurd/Makefile (LDLIBS-c.so): New variable.
9804 * Makerules (lib%.so: lib%_pic.a): Pass $(LDFLAGS-$(notdir $*).so).
9805 (LDFLAGS-c.so): New variable.
9807 * resolv/res_init.c (res_init): Don't clobber _res.options with
9808 RES_DEFAULT. If RES_INIT is clear, OR in RES_DEFAULT.
9810 * hurd/hurd.h: Declare _hurd_startup.
9811 * hurd/hurdstartup.c: New file.
9812 * hurd/Makefile (routines): Add hurdstartup.
9814 Thu Apr 20 22:23:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9816 * hurd/hurdsig.c: Use assert_perror for many calls which should
9817 never fail and previously were not checked.
9819 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
9820 Point the return address for sigreturn's frame at a "hlt" insn so
9821 it will definitely crash if sigreturn returns.
9823 Wed Apr 19 18:40:11 1995 Brendan Kehoe (brendan@zen.org)
9825 * time/tzset.c (__tzname, __daylight, __timezone): Don't check
9826 HAVE_WEAK_SYMBOLS for doing weak_alias.
9828 Wed Apr 19 18:12:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9830 * configure.in: Move $os tests to set $elf et al earlier, before
9831 construction of $sysnames. Instead of prepending MACHINE/elf to
9832 $sysnames, append &/elf after each elt appended to $mach.
9834 Tue Apr 18 14:00:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9836 * configure.in (libc_cv_asm_global_directive): New check to define
9837 ASM_GLOBAL_DIRECTIVE.
9838 * config.h.in: Add #undef ASM_GLOBAL_DIRECTIVE.
9839 * libc-symbols.h (strong_alias_asm, strong_alias): Use
9840 ASM_GLOBAL_DIRECTIVE on the alias.
9842 * sysdeps/unix/make_errlist.c (main): Don't generate "#ifdef
9843 HAVE_WEAK_SYMBOLS" #defns.
9845 Mon Apr 17 12:02:49 1995 Brendan Kehoe (brendan@zen.org)
9847 * sysdeps/alpha/strlen.c (strlen): Fix cmpbge insn, and returning
9848 of the byte that was zero, so we return a valid number.
9850 Sun Apr 16 03:23:09 1995 Brendan Kehoe (brendan@zen.org)
9852 * sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining
9853 NO_UNDERSCORES then using sysdeps/unix/mips/sysdep.h.
9855 Fri Apr 14 18:49:03 1995 Brendan Kehoe (brendan@zen.org)
9857 * sysdeps/ieee754/mpn2dbl.c (__mpn_construct_double)
9858 [BITS_PER_MP_LIMB == 64]: Refer to `u', not to non-existent `i'.
9859 * sysdeps/ieee754/mpn2ldbl.c (__mpn_construct_long_double)
9860 [BITS_PER_MP_LIMB == 64]: Likewise.
9862 * sysdeps/unix/bsd/osf/alpha/killpg.S (killpg): Add .end directive.
9863 * sysdeps/unix/bsd/osf/alpha/sigblock.S (__sigblock): Likewise.
9864 * sysdeps/unix/bsd/osf/alpha/sigsetmask.S (__sigsetmask): Likewise.
9865 * sysdeps/unix/bsd/osf/alpha/sigpause.S (__sigpause): Likewise.
9866 * sysdeps/unix/bsd/osf/alpha/sigvec.S (__sigvec): Likewise.
9867 * sysdeps/unix/bsd/osf/alpha/getdents.S (__getdirentries): Likewise.
9868 * sysdeps/unix/bsd/osf/alpha/fork.S (__fork): Likewise.
9869 * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
9870 * sysdeps/unix/bsd/osf/alpha/recv.S (recv): Likewise.
9871 * sysdeps/unix/bsd/osf/alpha/send.S (send): Likewise.
9872 * sysdeps/unix/bsd/osf/alpha/vhangup.S (vhangup): Likewise.
9874 * sysdeps/unix/mips/brk.S (__brk, __curbrk): Add .end directive.
9875 * sysdeps/unix/mips/fork.S (fork): Likewise.
9876 * sysdeps/unix/mips/pipe.S (fork): Likewise.
9877 * sysdeps/unix/mips/sigreturn.S (__sigreturn): Likewise.
9878 * sysdeps/unix/mips/sysdep.S (sysdep_error): Likewise.
9879 * sysdeps/unix/mips/wait.S (__handler): Likewise.
9880 * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
9881 * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
9882 * sysdeps/unix/bsd/ultrix4/getsysinfo.S (getsysinfo): Likewise.
9883 * sysdeps/unix/bsd/ultrix4/wait3.S (waitpid): Likewise.
9884 * sysdeps/unix/bsd/ultrix4/waitpid.S (waitpid): Likewise.
9885 * sysdeps/unix/bsd/ultrix4/mips/__handler.S (__handler): Likewise.
9886 * sysdeps/unix/bsd/ultrix4/mips/sigvec.S (__raw_sigvec): Likewise.
9887 * sysdeps/unix/bsd/ultrix4/mips/start.S (__start): Likewise.
9888 * sysdeps/unix/bsd/ultrix4/mips/vfork.S (vfork): Likewise.
9889 * sysdeps/mips/bsd-_setjmp.S (setjmp): Likewise. Use `$0'
9890 instead of `zero' for the li instruction.
9892 * sysdeps/unix/bsd/osf/alpha/start.S: Change comments to be
9893 preprocessor comments, not assembler comments.
9894 * sysdeps/unix/bsd/osf/alpha/brk.S: Likewise.
9895 * sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.
9897 Fri Apr 14 15:53:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9899 * malloc/malloc.c (register_heapinfo) [__GNUC__]: Use __inline__
9902 Thu Apr 13 09:45:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9904 * Makefile (distribute): Add ChangeLog.[0-9].
9906 * configure.in: Add check for .set directive.
9907 * config.h.in: Add #undef HAVE_ASM_SET_DIRECTIVE.
9908 * libc-symbols.h [! HAVE_ASM_SET_DIRECTIVE] (strong_alias,
9909 strong_alias_asm): Use `foo = bar' syntax instead.
9911 * Makerules [! subdir] (O%-lib): Don't prepend ../.
9913 * sysdeps/generic/expm1.c: #undef expm1 before weak_alias.
9915 * configure.in: Fix AC_ARG_WITH uses; check for --with-fp. Move
9916 $host_os checks to set gnu_ld/as and elf before sysdirs
9917 generation. Fix $with_fp test.
9918 [$elf=yes]: Prepend MACHINE/elf directory.
9920 * elf/libelf.h (elf_hash): Use XOR instead of ANDN when the bits
9921 being cleared are already known to be set. Thanks Ulrich.
9923 Wed Apr 12 23:27:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9925 * posix/environ.c: Add weak alias `_environ'.
9927 Tue Apr 11 20:38:55 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9929 * sysdeps/i386/add_n.S [PIC]: Use self-call to avoid generating reloc.
9930 * sysdeps/i386/sub_n.S [PIC]: Likewise.
9932 Mon Apr 10 14:53:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9934 * libc-symbols.h (_elf_set_element) [PIC]: Don't make the element
9937 * Makeconfig (CPPFLAGS, CFLAGS): Fix swapped references to
9938 $(foo-$(suffix $@)).
9940 * manual/Makefile (chapters-incl): Filter out summary.texi.
9942 * stdlib/strtod.c (STRTOF): Use extra macro to make STRTOF's #defn
9943 a weak symbol instead of literal "STRTOF".
9945 * locale/setlocale.c: Work around ld bug: don't weakify refs to
9948 Sun Apr 9 01:24:33 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9950 * Makerules (+depfiles): Translate %.so to %.o in $(extra-objs).
9952 * malloc/free.c [emacs] (__malloc_safe_bcopy): Define to safe_bcopy.
9953 * malloc/realloc.c (__malloc_safe_bcopy): Undefine before defining.
9955 * malloc/free.c (memmove, __malloc_safe_bcopy): Do include these
9956 #ifdef emacs, but only #ifndef memmove.
9957 * malloc/realloc.c [emacs] (__malloc_safe_bcopy): Just #define to
9959 (memmove): Define only if undefined.
9961 Sat Apr 8 00:40:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9963 * extra-lib.mk (install-lib, extra-objs, alltypes-$(lib)): Make
9964 sure these are simply-expanded variables.
9966 * locale/loadlocale.c (_nl_load_locale): Use MAP_INHERIT flag in
9969 * configure.in (os=freebsd*|bsdi*): Set base_os=unix/bsd/bsd4.4
9972 * sysdeps/unix/sysv/tcsetattr.c: Use |= instead of = to properly
9975 * Makeconfig [! objpfx] (csu-objpfx): Add trailing slash.
9977 * locale/Makefile (categories): Uncomment collate.
9978 * locale/lc-collate.c: New file.
9980 * malloc/free.c (__malloc_safe_bcopy, memmove): Don't define
9982 * malloc/realloc.c: Likewise.
9984 * stdio/_itoa.h (_EXTERN_INLINE): Define if undefined.
9985 (_itoa): Use it in defn.
9986 * stdio/_itoa.c (_EXTERN_INLINE): Define to empty before #include
9988 (_itoa): Function removed.
9990 * malloc/free.c: Remove use of `assert'.
9992 * malloc/realloc.c [! emacs] (safe_bcopy): Renamed to
9993 __malloc_safe_bcopy; #define safe_bcopy.
9994 * malloc/free.c: Cope with systems lacking `memmove'.
9995 (_free_internal): Cast result of _malloc_internal.
9997 Wed Apr 5 00:13:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9999 * hurd/hurdinline.c: Include signal.h first, so we don't define
10002 * sysdeps/unix/sysv/sysv4/sigset.h (__sigfillset): Use ~0L instead
10003 of -1 to avoid compiler warning.
10005 * configure.in (host_os=linux*): Set elf=yes for this, not just
10008 * misc/login_tty.c [! TIOCSCTTY]: Try an emulation using ttyname
10011 * sysdeps/i386/bsd-_setjmp.S: Fix typo in name: setjmp -> _setjmp.
10013 Tue Apr 4 00:48:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10015 * sysdeps/unix/start.c: Remove spurious decl and #endif.
10017 * misc/progname.c (program_invocation_name,
10018 program_invocation_short_name): Make these initialized data
10021 * sysdeps/mach/hurd/setitimer.c (fork_itimer): Add self reference
10022 so gcc doesn't optimize out the function entirely.
10024 Sun Apr 2 13:13:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10026 * posix/execvp.c: Don't use stat to search path; just try execv
10029 * sysdeps/mach/hurd/i386/trampoline.c: Add a link to
10030 SS->active_resources, so that _hurdsig_longjmp_from_handler will
10031 be called when a longjmp unwinds the signal frame.
10032 * sysdeps/mach/hurd/i386/sigreturn.c: Remove the link on the
10033 SS->active_resources chain added by _hurd_setup_sighandler.
10034 * hurd/sigunwind.c: New file.
10035 * hurd/Makefile (sig): Add sigunwind.
10037 * Makerules (lib%.so: lib%_pic.a): Remove dir name from $*.
10039 * MakeTAGS (tags-sources): Include $(all-dist).
10040 [subdir] (all-dist): Define to $(distribute).
10042 Sat Apr 1 00:08:06 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10044 * Makerules (lib%.so: lib%_pic.a): Pass -L options for subdir and
10047 * extra-lib.mk (object-suffixes-$(lib)): New variable, produced by
10048 filtering out $($(lib)-inhibit-o); use that instead of
10049 $(object-suffixes) in all the other variables.
10051 * locale/loadlocale.c (_nl_load_locale) [MAP_FILE]: Define it zero
10054 * string/strxfrm.c: Just copy the string (for now).
10055 * string/strcoll.c: Just call strcmp (for now).
10057 * mach/Makefile (lock): Add mutex-init.
10058 * mach/mutex-solid.c (_cthread_mutex_lock_routine,
10059 _cthread_mutex_unlock_routine): Variables removed.
10060 (__mutex_lock_solid, __mutex_unlock_solid): Don't use them; just stub.
10061 (__mutex_init): Function moved to new file mutex-init.c.
10062 * mach/mutex-init.c: New file, broken out of mutex-solid.c.
10064 Thu Mar 30 20:43:02 1995 Brendan Kehoe <brendan@zen.org>
10066 * sysdeps/mips/__longjmp.c (__longjmp): Take out CONST.
10067 * sysdeps/alpha/__longjmp.c (__longjmp): Take out const.
10069 Thu Mar 30 01:38:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10071 * elf/elf.h (STN_UNDEF): New macro (distinct from SHN_UNDEF, though
10074 Wed Mar 29 11:26:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10076 * elf/dlfcn.h: New file.
10078 * Make-dist (README): Commit it to CVS if there is a CVS directory.
10080 More changes from Germano Caronni <caronni@tik.ethz.ch>:
10081 * malloc/free.c: Relocate _heapinfo when that allows us to return
10082 core to the system.
10084 * malloc/malloc.c: Move #include <errno.h> outside #ifndef
10087 Mon Mar 27 02:23:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10089 * mach/Makefile (headers): Add mach/mach_traps.h.
10091 * Makerules ($(installed-libcs) rule): Fix typos.
10093 * sysdeps/unix/bsd/bsd4.4/revoke.S: New file.
10094 * sysdeps/stub/revoke.c: New file.
10095 * misc/Makefile (routines): Add revoke.
10096 * posix/unistd.h [__USE_BSD] (revoke): Declare it.
10097 * sysdeps/generic/pty.c (openpty, forkpty): Declare return types.
10098 (forkpty): Declare login_tty.
10099 * misc/logwtmp.c (logwtmp): Declare to return void.
10100 * misc/login_tty.c (login_tty): Include unistd.h. Declare return type.
10102 * posix/unistd.h [__USE_BSD] (ttyslot): Declare it.
10104 * posix/unistd.h [__USE_BSD] (L_SET, L_INCR, L_XTND): Define
10105 unless L_SET already defined.
10106 * misc/sys/file.h (L_SET, L_INCR, L_XTND): Don't define if L_SET
10109 Incorporated -lutil library from 4.4-Lite.
10110 * misc/Makefile (extra-libs, libutil-routines): New variables.
10111 * misc/login.c, misc/login_tty.c, misc/logout.c, misc/logwtmp.c,
10112 sysdeps/generic/pty.c: New files for -lutil incorporated from 4.4-Lite.
10114 Support simple, light-weight unwind-protect mechanism for longjmp.
10115 * setjmp/longjmp.c: Call _longjmp_unwind first thing.
10116 * sysdeps/mach/hurd/jmp-unwind.c: New file.
10117 * sysdeps/stub/jmp-unwind.c: New file.
10118 * sysdeps/i386/jmp_buf.h (_JMPBUF_UNWINDS): New macro.
10119 * sysdeps/mips/jmp_buf.h (_JMPBUF_UNWINDS): New macro.
10120 * setjmp/Makefile (routines): Add jmp-unwind.
10121 * hurd/hurd/userlink.h (struct hurd_userlink): Move `next' and
10122 `prevp' members into new substructure `resource'; add another such
10123 substructure `thread' and members `cleanup' (function ptr) and
10124 `cleanup_data' (generic ptr).
10125 (_hurd_userlink_link, _hurd_userlink_unlink): Insert/remove LINK
10126 into the `_hurd_self_sigstate ()->active_resources' list via the
10127 `thread' substructure.
10128 * hurd/hurd/port.h (_hurd_port_cleanup): Declare it.
10129 (_hurd_port_locked_get): Set LINK->cleanup to _hurd_port_cleanup and
10130 LINK->cleanup_data' to the port extracted.
10131 * hurd/hurd/signal.h (struct hurd_sigstate): New member
10132 `active_resources'.
10133 * hurd/port-cleanup.c: New file.
10134 * hurd/Makefile (routines): Add port-cleanup.
10136 * malloc/malloc.c: Include errno.h.
10138 Sat Mar 25 18:24:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10140 * locale/loadlocale.c (_nl_load_locale): Avoid */ inside comment.
10142 Fri Mar 24 02:35:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10144 * misc/Makefile (headers): Add utmp.h.
10145 * misc/utmp.h: New file, incorporated from 4.4-Lite.
10147 * stdio/printf-parse.h: New file, mostly written by drepper.
10148 * stdio/vfprintf.c: Rewritten, mostly by drepper.
10149 * stdio/printf-prs.c: Rewritten.
10150 * stdio/Makefile (distribute): Add printf-parse.h.
10152 Thu Mar 23 22:03:44 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10154 * sysdeps/unix/start.c [! NO_UNDERSCORES]: Don't declare _start
10155 with asm name. Just do a ".set start, __start".
10157 * malloc/realloc.c: Call _free_internal instead of free.
10159 Tue Mar 21 00:14:27 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10161 * locale/loadlocale.c (_nl_load_locale): If LOCALE/LC_* is a
10162 directory, open LOCALE/LC_*/SYS_LC_* instead.
10164 Mon Mar 20 03:19:23 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10166 * stdio/fpioconst.c, stdio/fpioconst.h, stdio/gmp-impl.h,
10167 stdio/gmp.h, stdio/longlong.h, stdio/mp_clz_tab.c,
10168 stdio/gen-mpn-copy: Files moved to stdlib.
10169 * stdio/Makefile: All mpn stuff moved to stdlib/Makefile.
10170 * stdlib/Makefile: All the mpn stuff moved here from stdio/Makefile.
10171 * stdio/printf_fp.c: Use ../stdlib to find fpioconst.h and gmp
10173 * stdlib/strtod.c: Don't use ../stdio to find fpioconst.h and gmp
10176 * Makefile (parent-mostlyclean): Don't use $(libc.a).
10177 (parent-clean): Use $(objpfx) to find sysd-*.
10178 * Rules (generated): Append dummy.o dummy.c.
10179 * Makerules (lib): Depend on lib-noranlib.
10180 (lib-noranlib): Depend on $(install-lib) in objdir.
10181 (common-mostlyclean): Remove $(install-lib) and stub-$(subdir)
10182 from objdir. Don't remove TAGS; it comes in the distribution.
10184 * malloc/malloc.c (morecore): Save errno around call to
10185 _realloc_internal. Don't account for the additional new blocks of
10186 the info table itself when choosing the new table size for the
10187 first crack; if it succeeds, the new blocks will have been found
10188 in existing free space already described by the existing info
10191 * stdio/vfscanf.c (%n): Use READ_IN - 1, so as not to count the
10192 read-ahead character.
10194 Sat Mar 18 14:07:08 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10196 * hurd/dtable.c, hurd/getdport.c, hurd/hurd.h, hurd/hurdexec.c,
10197 hurd/hurdinit.c, hurd/hurdprio.c, hurd/hurdsock.c,
10198 hurd/ports-get.c, hurd/ports-set.c, hurd/setauth.c,
10199 hurd/setuids.c, sysdeps/mach/hurd/i386/trampoline.c:
10200 Get anal with unsigned to pacify compiler.
10202 * stdio/vfscanf.c: Grok positional parameter specs (i.e. %3$d
10203 means %d from 3rd arg).
10205 * sysdeps/mach/hurd/closedir.c: Include hurd/fd.h.
10207 * stdlib/strtol.c: If !GROUP, set END to null. In loop, test only
10210 Fri Mar 17 12:58:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10212 * Makefile (subdirs): Put elf last.
10214 * sunrpc/Makefile (install-lib): Variable removed.
10215 (rpcsvc-objs): Variable removed.
10216 (extra-objs): Don't include $(rpcsvc-objs).
10217 (extra-libs): New variable, contains librpcsvc.
10218 (librpcsvc-routines): New variable.
10219 (librpcsvc-inhibit-o): New variable, contains .so.
10220 (omit-deps): Set this to $(librpcsvc-routines).
10221 ($(objpfx)rpcgen): Don't use $(libc.a).
10222 (lib, $(objpfx)librpcsvc.a): Targets removed.
10224 * o-iterator.mk, extra-lib.mk: New files.
10225 * Makerules (o-iterator): New variable.
10226 [extra-libs]: Include extra-lib.mk to generate rules for each word
10228 * Makefile (distribute): Add extra-lib.mk, o-iterator.mk.
10230 Fri Mar 17 13:28:04 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
10232 * sysdeps/ieee754/ldbl2mpn.c (__mpn_extract_long_double):
10233 Handle 80-bit denormalized numbers correctly.
10235 * stdlib/strtod.c, stdlib/strtof.c, stdlib/strtold.c:
10236 (IMPLICIT_ONE, *_MAX_10_EXP_LOG): Macros removed; no longer needed.
10237 * stdlib/strtod.c (RETURN): Add parentheses around return value.
10238 (round_and_return): Correct handling of denormalized numbers.
10240 * stdio/fpioconst.c, stdio/fpioconst.h: Don't use
10241 LDBL_MAX_10_EXP_LOG; LAST_POW10 defines the maximal available
10244 Thu Mar 16 00:04:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10246 * locale/C-ctype.c: New correct data generated by drepper.
10248 * Rules: Don't use $(libc.a).
10250 Parsing of grouped numbers contributed by Ulrich Drepper.
10251 * stdlib/strtol.c (__strtol_internal): Renamed from strtol. Take
10252 new flag arg; if nonzero, parse locale-dependent thousands
10253 grouping and interpret only the prefix that is correctly grouped.
10254 (strtol): Define this to call _strtol_internal with zero for the flag.
10255 Use a weak symbol for the definition.
10256 * stdlib/strtod.c (strtod, __strtod_internal): Likewise.
10257 Check for the exponent of the number overflowing the float format.
10258 * stdlib/stdlib.h (__strtof, __strtold): Declarations removed.
10259 (__strto{f,d,ld,l,ul,q,uq}_internal): Declare these functions.
10260 [__OPTIMIZE__]: Define inline functions calling those.
10261 * stdlib/strtold.c (STRTOF): Set to strtold, not __strtold.
10262 (strtold): Remove weak alias.
10263 * stdlib/strtof.c (STRTOF): Set to strtof, not __strtof.
10264 (strtof): Remove weak alias.
10265 * stdlib/grouping.h: New file, written by drepper.
10266 * stdlib/Makefile (distribute): Add grouping.h.
10267 * stdio/vfscanf.c: Grok %' modifier to numeric conversions. Call
10268 __strtoX_internal with the grouping flag set iff the modifier is
10271 Wed Mar 15 00:40:54 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10273 * sysdeps/generic/memchr.c: Fix typos: limit.h -> limits.h.
10275 * mach/Machrules: Produce static deps for all object flavors.
10276 [interface-library]: Remove all these variables and rules.
10277 ($(interface-library)-routines): Define this variable.
10278 (extra-libs): Append $(interface-library) to this.
10279 * mach/Makefile (interface-library): Omit .a suffix.
10280 * hurd/Makefile: Likewise.
10282 Tue Mar 14 23:40:31 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10284 * stdio/internals.c (flushbuf): If !FLUSH_ONLY, don't skip out
10285 early if no new data in buffer after priming.
10287 Mon Mar 13 01:48:16 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10289 * Makerules (object-suffixes, libtypes): Move all these variables
10291 * Makeconfig (object-suffixes, libtypes): Moved here from Makerules.
10293 * Makerules (build-extra-lib): New canned sequence.
10295 * sysdeps/mach/hurd/euidaccess.c: Include fcntl.h. Declare ERR;
10296 fix uses of FILE and PORT. Remove bogus weak alias for `access'.
10298 * sysdeps/mach/hurd/dirfd.c: Include hurd/fd.h and errno.h.
10299 Add missing semicolon.
10300 * sysdeps/mach/hurd/opendir.c: Include hurd/fd.h. Use a `struct
10301 hurd_fd *' temp var, since DIRP->__fd is a `void *'.
10302 * sysdeps/mach/hurd/readdir.c: Include hurd/fd.h.
10304 * stdlib/wcstombs.c: #if 0 out code for non-ASCII chars until the
10305 locale data format is implemented.
10307 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
10308 Pass &__sigreturn on the stack to the trampoline code, so it is
10309 not position-dependent.
10311 * stdio/printf_fp.c (NDEBUG): Define this to disable assert.
10312 Don't include <stdarg.h>.
10313 (__printf_fp): Last arg ARGS is now `const void **const';
10314 dereference ARGS[0] instead of using va_arg.
10316 * locale/setlocale.c: In LC_ALL case, initialize CATEGORY before
10317 loop to install data.
10319 * locale/loadlocale.c (_nl_category_num_items): Use _NL_ITEM_INDEX
10320 to extract number from item code.
10321 (_nl_load_locale): Close the descriptor when finished.
10323 * malloc/realloc.c (_realloc_internal): Call _malloc_internal in
10326 * time/tzfile.c (__tzfile_default): Initialize RULE_STDOFF to zero.
10328 * stdio/printf_fp.c (group_number): Cast *GROUPING to unsigned int
10330 * sysdeps/generic/sigset.h (__SIGSETFN): Cast result of sizeof to
10331 int to avoid warning.
10333 Support building several flavors of objects and libraries.
10334 * Makerules (libtypes, object-suffixes): New variables.
10335 (libtype.*, CFLAGS-*, CPPFLAGS-*): New variables for each object
10337 (CFLAGS, CPPFLAGS): Append $(C{,CPP}FLAGS-$(suffix $@)).
10338 (%.so, %.po, %.go): New compilation rules for %.S, %.s, %.c.
10339 (close-check-inhibit-asm): Append a semicolon.
10340 (sysd-rules): Generate rules for each object suffix.
10341 (compile.S, compile.c): Always assume gcc.
10342 (OUTPUT_OPTION): Define unconditionally.
10343 (+make-deps): In generated rule, produce a dependent for each
10345 (.SUFFIXES): Add $(object-suffixes) in place of .o.
10346 (.PRECIOUS): Make all suffix flavors precious.
10347 ($(libc.a)): Target removed.
10348 (lib): Depend on each enabled libtype.
10349 (libobjs, objects, objs): Depend on all the enabled object flavors.
10350 (lib%.a): New pattern rule.
10351 [$(build-shared)=yes] (lib%.so: lib%_pic.a): New pattern rule.
10352 (stamp-$(subdir)): Rewritten to a pattern rule for stamp.%-$(subdir)
10353 to make one for each flavor; library dep rule likewise rewritten.
10354 ($(libc.a)(__.SYMDEF)): Target replaced with one target for each
10356 (symdef.%): New pattern rule; helper for __.SYMDEF targets.
10357 (installed-libcs): New variable.
10358 (install): Depend on that instead of
10359 $(libdir)/lib$(libprefix)$(libc-name).a;
10360 that file's rule rewritten to make each enabled libtype.
10361 (install-lib.so): New variable, filters lib%.so from $(install-lib).
10362 (install-lib): Filter out lib%.so after setting install-lib.so.
10363 [$(build-shared)=yes] (install): Install $(install-lib.so).
10364 (common-mostlyclean): Remove all flavors of objects.
10365 * Makefile ($(libc.a)(__.SYMDEF)): Target removed.
10366 [$(build-shared)=yes] (lib): Depend on $(common-objpfx)libc.so.
10368 Sun Mar 12 18:21:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10370 * sysdeps/stub/ulimit.c: Don't include gnu-stabs.h.
10371 * sysdeps/stub/pause.c: Likewise.
10372 * sysdeps/stub/time.c: Likewise.
10374 * stdlib/mbtowc.c: #if 0 out code for non-ASCII chars until the
10375 locale data format is implemented.
10376 * stdlib/wctomb.c: Likewise.
10378 * mach/Makefile ($(objpfx)errsystems.c): Reenable this rule; the
10380 * mach/errsystems.c: File removed.
10382 * Makeconfig (libc.a): Variable removed.
10383 (+link): Don't use it.
10385 * configure.in (AC_ARG_ENABLE calls): Use $enableval instead of
10388 * malloc/malloc.h (_malloc_internal, _realloc_internal): Declare these.
10389 * malloc/realloc.c (_realloc_internal): Renamed from realloc;
10390 don't use __realloc_hook.
10391 (realloc): New function; call __realloc_hook ?: _realloc_internal.
10392 * malloc/malloc.c (_malloc_internal): Renamed from malloc;
10393 don't use __malloc_hook.
10394 (malloc): New function; call __malloc_hook ?: _malloc_internal.
10395 Changes from Germano Caronni <caronni@tik.ethz.ch>:
10396 (initialize): Set up _heaplimit to cover the _heapinfo table.
10397 (morecore_recursing): New static variable.
10398 (morecore): If that is set, return null immediately.
10399 When growing the info table, before getting new core from the
10400 system for it, set morecore_recursing and try moving _heapinfo
10401 with _realloc_internal. When that fails and we get new core, set
10402 _heaplimit to cover the core for the new _heapinfo table.
10403 (register_heapinfo): New function. Record the _heapinfo table's
10404 own blocks in that table and in the statistics variables.
10405 (initialize, _malloc_internal): Use it after allocating new table.
10407 Fri Mar 10 22:26:28 1995 Jim Meyering (meyering@comco.com)
10409 * sysdeps/generic/memchr.c: Remove ansidecl.h and clean up for use
10411 [LONG_MAX <= LONG_MAX_32_BITS]: Don't compile 64-bit code.
10413 Fri Mar 10 13:31:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10415 * mach/errorlib.h (errors): Use const for decl.
10417 * time/tzfile.c (uc2ul, _uc2ul): Macros removed.
10418 (decode): New inline function; decode signed 32-bit integers, and
10419 sign-extend properly when long is longer than 32 bits.
10420 (__tzfile_read): Changed all uses of uc2ul to decode.
10421 Decode the transition times properly when sizeof (time_t) > 4.
10423 * stdio/printf.h: Doc fixes. Don't #include <stddef.h>.
10424 (printf_function): Make last arg ARGS a vector of pointers instead of a
10425 pointer to va_list.
10427 Fri Mar 10 13:46:25 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
10429 * stdio/vfprintf.c [USE_IN_LIBIO] (PAD): Use return value of _IO_padn.
10430 (buffered_vfprintf): Remove line buffer when flush failed.
10432 Fri Mar 10 00:04:55 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10434 * time/tzfile.c (struct ttinfo): New member `isgmt'.
10435 (__tzfile_read): Read isgmt flags for each type.
10436 (__tzfile_default): When using TZDEFRULES DST rules, adjust
10437 transition times according to the isstd and isgmt flags for the
10438 types of each transition, and adjust each transition to point to
10439 type index either 0 or 1. Reset type indices 0 and 1 to describe
10440 the user's settings.
10442 Thu Mar 9 22:29:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10444 * locale/categories.def (LC_CTYPE): Merge CLASS_EB and CLASS_EL
10445 into just CLASS. Add standard/optional flag to all items.
10447 * locale/localeinfo.h (_NL_CURRENT_DEFINE): Fix typo.
10449 * ctype/ctype.h [__BYTE_ORDER == __LITTLE_ENDIAN] (_ISbit):
10450 Rearrange defn to satisfy compiler.
10452 * locale/localeinfo.h: Declare _nl_current.
10454 * configure.in: Use AC_CHECK_TOOL for CC, AR, RANLIB. Accept args
10455 --enable-shared, --enable-profile, --enable-omitfp; pass settings
10456 through to config.make.
10457 * config.make.in (build-shared, build-profile, build-omitfp): New
10460 * elf/elf.h (STN_UNDEF): Renamed to SHN_UNDEF (typo).
10461 (DT_NUM): New macro.
10463 * locale/nl_langinfo.c: Include errno.h and stddef.h. Fix typos.
10465 * locale/lc-ctype.c (_nl_postload_ctype): Fix macro insanity.
10467 * locale/loadlocale.c (_nl_load_locale) [! MAP_COPY]: Define
10468 MAP_COPY to MAP_PRIVATE.
10470 Thu Mar 9 17:16:53 1995 Brendan Kehoe (brendan@zen.org)
10472 * sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition
10473 that's used inside the alpha sysdep.h.
10475 * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
10477 * sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE.
10479 * configure.in: Match `osf*', not `osf1*'.
10480 * configure: Likewise.
10481 * sysdeps/unix/bsd/osf: Renamed from `sysdeps/unix/bsd/osf1'.
10483 Wed Mar 8 13:38:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10485 * posix/glob/configure.bat: Fixes from DJ.
10487 * time/backward, time/europe, time/northamerica, time/pacificnew,
10488 time/zdump.c, time/zic.c, time/tzfile.h, time/private.h,
10489 time/ialloc.c: Code and data updated from ADO's 95b.
10490 * time/emkdir.c: File removed.
10491 * time/Makefile (distribute, extra-objs, zic): Omit it.
10493 * time/localtime.c: Deansideclized. Never #define __tzname et al
10496 * locale/lc-ctype.c (__ctype_tolower, __ctype_toupper): Use int *
10497 instead of short int *.
10498 * ctype/ctype-info.c: Likewise.
10499 * ctype/ctype.h: Likewise.
10501 * locale/langinfo.h (_NL_CTYPE_CLASS): Use this (just one) instead
10502 of EB and EL versions.
10504 Mon Mar 6 12:34:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10506 * ctype/ctype.h (_ISbit): New macro, defined dependent on byte order.
10507 (_IS* enum): Use _ISbit to produce values.
10509 Sun Mar 5 19:40:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10511 * locale/localeinfo.h: Rewritten for new locale system, using
10512 locale data files and with <langinfo.h> interface.
10513 * locale/setlocale.c: Rewritten to use locale data files.
10514 * langinfo.h: New file.
10515 * locale/langinfo.h: New file.
10516 * locale/nl_langinfo.c: New file.
10517 * locale/loadlocale.c: New file.
10518 * locale/lc-ctype.c: New file.
10519 * locale/lc-messages.c: New file.
10520 * locale/lc-monetary.c: New file.
10521 * locale/lc-numeric.c: New file.
10522 * locale/lc-time.c: New file.
10523 * locale/categories.def: New file.
10524 * locale/Makefile (headers): Remove localeinfo.h.
10525 (distribute): New variable; put localeinfo.h here, and categories.def.
10526 (routines): Add loadlocale.
10527 (categories): New variable.
10528 (aux): Use that to get C-category and lc-category.
10529 * ctype/ctype.h (_IS*): Use independent bits for all but _ISalnum.
10530 * ctype/ctype-info.c: For initial tables, use
10531 _nl_C_LC_CTYPE_{class,toupper,tolower} constant tables defined in
10533 * locale/C-ctype.c, locale/C-messages.c: New files.
10534 * locale/C-monetary.c, locale/C-numeric.c, locale/C-time.c:
10535 Default "C" locale data updated for new locale system.
10536 * locale/C-collate.c: File removed.
10537 * locale/C-ctype_ct.c: File removed.
10538 * locale/C-ctype_mb.c: File removed.
10539 * locale/C-response.c: File removed.
10540 * locale/localeconv.c: Use _NL_CURRENT macro to access locale data.
10541 * stdio/printf_fp.c, stdio/vfprintf.c, stdio/vfscanf.c,
10542 stdlib/strtod.c, time/asctime.c, time/strftime.c:
10543 Include ../locale/localeinfo.h and use _NL_CURRENT macro to access
10545 * time/localtime.c: Don't include <localeinfo.h>.
10546 * time/tzset.c: Don't use locale items for default TZ value or
10547 "GMT" string (use "UTC").
10549 * stdio/vfprintf.c [USE_IN_LIBIO] (PAD): Only call the function if
10550 WIDTH>0; update DONE.
10552 * malloc/malloc.c (morecore): Fix last change to calculate by
10553 blocks instead of bytes.
10555 Fri Mar 3 12:24:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10557 * sysdeps/generic/sys/mman.h (__mmap, __munmap): Declare these.
10558 * sysdeps/unix/sysv/irix4/sys/mman.h: Likewise.
10559 * sysdeps/unix/bsd/ultrix4/sys/mman.h: Likewise.
10560 * sysdeps/unix/bsd/osf1/sys/mman.h: Likewise.
10561 * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Likewise.
10562 * sysdeps/stub/munmap.c (munmap): Rename to __munmap, add weak
10564 * sysdeps/unix/mman/munmap.S: Likewise.
10565 * sysdeps/mach/munmap.c: Likewise.
10566 * sysdeps/mach/hurd/mmap.c (mmap): Rename to __mmap, add weak
10568 * sysdeps/unix/mman/mmap.S: Likewise.
10569 * sysdeps/unix/bsd/sun/sunos4/mmap.c: Likewise.
10570 * sysdeps/stub/mmap.c: Likewise.
10572 * sysdeps/unix/bsd/setsid.c: Use __getpgid instead of __getpgrp.
10574 * sysdeps/unix/dirfd.c: #undef dirfd before function defn.
10576 Thu Mar 2 12:15:24 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10578 * misc/search.h: Add missing semicolon.
10580 * sysdeps/unix/dirfd.c: Fix typo.
10582 * sysdeps/generic/sys/mman.h (mmap): Use __off_t instead of off_t
10585 * stdio/vfscanf.c (%c): In no-assign case, fix loop to decrement
10588 Wed Mar 1 00:57:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10590 * stdlib/strtod.c: Fixes from drepper.
10591 [IMPLICIT_ONE]: New macro, one for IEEE754 formats.
10592 * stdlib/strtold.c [IMPLICIT_ONE]: New macro, 0.
10593 * stdlib/strtof.c [IMPLICIT_ONE]: New macro, 1.
10595 * stdio/vfprintf.c: Correctly notice Z modifier.
10597 * misc/search.h: New file.
10598 * misc/Makefile (headers): Add search.h.
10599 * misc/insremque.c: Include search.h.
10600 (struct qelem): Type removed.
10602 Mon Feb 27 07:00:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10604 * elf/libelf.h: New file.
10605 * elf/elf_hash.c: New file.
10607 Sun Feb 26 15:51:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10609 Changes from Germano Caronni <caronni@tik.ethz.ch>:
10610 * malloc/malloc.c (morecore): Account in NEWSIZE for the
10611 malloc_info structures for each new block.
10613 Sat Feb 25 02:17:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10615 * sysdeps/mach/hurd/kill.c: When the process has no message port
10616 registered and we have its task port, translate a few signals to
10617 task_suspend/task_resume/task_terminate.
10619 Fri Feb 24 14:40:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10621 * io/Makefile (routines): Add euidaccess.
10622 * sysdeps/mach/hurd/euidaccess.c: New file.
10623 * sysdeps/stub/euidaccess.c: New file.
10624 * posix/unistd.h [__USE_GNU] (euidaccess): Declare it.
10626 * dirent/Makefile (routines): Add dirfd.
10627 * sysdeps/stub/dirfd.c: New file.
10628 * sysdeps/unix/dirfd.c: New file.
10629 * sysdeps/unix/dirstream.h (_DIR_dirfd): New macro.
10630 * dirent/dirent.h (dirfd): Declare new function. Define as macro
10631 _DIR_dirfd if that is defined.
10632 * sysdeps/mach/hurd/dirstream.h (DIR): Replace `__port' member
10634 * sysdeps/mach/hurd/opendir.c: Use DIRP->__fd instead of DIRP->__port.
10635 Open the file with `open'; set FD_CLOEXEC on the fd.
10636 * sysdeps/mach/hurd/closedir.c: Likewise.
10637 * sysdeps/mach/hurd/readdir.c: Likewise.
10638 * sysdeps/mach/hurd/dirfd.c: New file.
10640 * posix/Makefile (glob/configure): Do cvs commit if there is a CVS
10642 (glob/ChangeLog): Likewise.
10644 * locale/locale.h (LC_*): Use small integers instead of bit masks.
10646 * stdio/bug4.c: Put temporary files in /tmp.
10647 * stdio/bug3.c: Likewise.
10648 * stdio/bug5.c: Likewise.
10649 * stdio/test-fseek.c: Likewise.
10650 * stdio/test-popen.c: Likewise.
10652 Wed Feb 22 00:44:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10654 * posix/glob/configure.in: Put AC_ISC_POSIX before AC_CONST.
10656 * libc-symbols.h (weak_symbol): New macro.
10658 * hurd/hurdsig.c (_hurd_internal_post_signal): Ignore preempter
10659 elts with null handlers.
10661 * sysdeps/mach/hurd/i386/sigreturn.c: Restore the FPU state.
10663 Tue Feb 21 21:53:30 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10665 * stdlib/random.c (__srandom): Change algorithm used to populate
10667 (randtbl): Recomputed with new algorithm.
10669 * sysdeps/sparc/Makefile [subdir=crypt] (crypt): Reset only if set
10670 to original value of `crypt'.
10671 * sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile [subdir=crypt]
10672 (crypt): New variable, set to crypt.solar.
10674 Tue Feb 21 11:50:37 1995 Brendan Kehoe (brendan@zen.org)
10676 * sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'.
10678 * config.h.in: Put comment around ^L to pacify Solaris as here too.
10680 Tue Feb 21 00:10:50 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10682 * string/Makefile (distribute): Add pagecopy.h.
10683 * sysdeps/mach/pagecopy.h: New file.
10684 * sysdeps/generic/pagecopy.h: New file.
10685 * sysdeps/generic/memcpy.c: Include pagecopy.h; call
10686 PAGE_COPY_FWD_MAYBE first when word aligned.
10687 * sysdeps/generic/memmove.c: Likewise.
10689 * misc/bsd-compat.c (longjmp, setjmp): Functions removed.
10690 (getpgrp): Call __getpgid instead of __getpgrp.
10692 * Makefile (subdirs): Add elf first.
10693 * elf/Makefile: New file.
10694 * elf/elf.h: New file.
10696 * sysdeps/unix/start.c (errno): Only define if it's not #define'd
10698 [! NO_UNDERSCORES]: Define `start' as a weak alias, not a symbol
10701 * csu/Makefile (crtstuff): New variable consolidates crti, crtn;
10702 add crti_s, crtn_s.
10703 (install-lib, extra-objs, generated-, omit-deps): Use that.
10704 (initfini): New canned sequence, broken out of crt[in].s rule.
10705 (crt[in].s rule): Use it.
10706 (crt[in]_s.s): New rule.
10707 * csu/initfini.c (GLOBAL): New macro; define it to empty if undefined.
10708 (_init, _fini): Use GLOBAL as storage class.
10709 Add self reference to avoid GCC optimizing out the functions.
10711 * Makefile (headers): Remove $(stddef.h).
10712 * Makeconfig (stddef.h): Variable removed; now require gcc version
10714 * stddef.h: File removed.
10716 Mon Feb 20 19:42:31 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10718 * sysdeps/unix/bsd/ultrix4/mips/start.S: Remove `__environ'
10720 * sysdeps/unix/bsd/osf1/alpha/start.S: Likewise.
10722 * stdlib/strtod.c: Allow the string to start with a decimal point
10723 without a leading zero.
10725 Mon Feb 20 04:04:57 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
10727 * Makefile (subdirs): Put csu first.
10729 * sysdeps/mach/hurd/start.c: Include unistd.h for __environ decl.
10731 * Makeconfig [elf=yes] (+preinit, +postinit): New variables, set
10733 (csu-objpfx): New variable.
10734 (+link): Use it to find start.o and $(+preinit), $(+postinit).
10736 * Rules (subdir_lib, all): Depend on objs.
10738 * config.h.in [HAVE_ELF || HAVE_GNU_LD]: Define HAVE_WEAK_SYMBOLS.
10740 * stdlib/strtod.c (PASTE, PASTE1): New helper macros; use these in
10741 access to float.h macros.
10743 * misc/efgcvt.c: New file.
10744 * misc/Makefile (routines): Add efgcvt.
10746 Sun Feb 19 20:10:43 1995 Brendan Kehoe <brendan@zen.org>
10748 * sysdeps/sparc/mul.S: Renamed to `dotmul.S'.
10749 * sysdeps/sparc/Makefile (routines): Reference `dotmul.S', not `mul.S',
10750 to avoid a misreference that would override sysdeps/generic/mul.c.
10751 * sysdeps/sparc/Dist: Likewise.
10753 Sun Feb 19 17:46:13 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
10755 * posix/Makefile (aux): Add environ.
10756 * posix/environ.c: New file.
10757 * sysdeps/unix/sparc/start.c: Remove __environ definition.
10758 * sysdeps/unix/start.c: Likewise.
10759 * sysdeps/unix/sysv/irix4/start.c: Likewise.
10760 * sysdeps/mach/hurd/start.c: Likewise.
10761 * sysdeps/mach/start.c: Likewise.
10762 * sysdeps/stub/start.c: Likewise.
10764 * sysdeps/unix/make_errlist.c: In produced program, test
10765 HAVE_WEAK_SYMBOLS instead of HAVE_GNU_LD.
10766 * sysdeps/unix/sysv/sysv4/dup2.c: Fix #include of renamed file.
10767 Remove extra weak alias.
10769 * sysdeps/unix/sysv/sysv4/sigaltstack.S: Fix unsquashed file name
10772 * libc-symbols.h: Put comment around ^L to pacify Solaris as.
10774 * sysdeps/posix/Makefile (cded-objdir-includes): New variable
10775 replaced cded-objdir-CPPFLAGS; transform $(+includes) instead of
10777 (mk-stdiolim): Use it instead.
10779 Fri Feb 17 12:16:27 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
10781 * mach/mach_init.c (__vm_page_size): Make it initialized. It does
10782 not work to make a weak alias to a bss symbol.
10784 * stdio/Makefile (distribute): Remove mpn-copy.mk; add gen-mpn-copy.
10785 (tests): Add test-fwrite.
10786 * stdio/test-fwrite.c: New file.
10788 * stdlib/stdlib.h [__USE_GNU]: Declare strtof, strtold, __strtof,
10791 * Makefile (autoconf-it): New canned sequence. Do cvs commit if
10792 there is a CVS directory.
10793 (configure, %/configure): Use $(autoconf-it) for cmds.
10794 * Make-dist: Likewise.
10795 * sysdeps/mach/hurd/Makefile (errlist.c, errnos.h): Do cvs commit
10796 if there is a CVS directory.
10797 * sysdeps/sparc/Makefile (divrem output): Likewise.
10798 * sysdeps/alpha/Makefile (divrem output): Likewise.
10799 * Makerules ($(gpl2lgpl)): Likewise.
10801 * Makerules (rule to install lib%.a from $(install-lib)): Fix
10802 patsubst to elide ranlib for $(non-lib.a).
10804 * stdio/tst-printf.c: Enable FP tests. Add some new tests from rfg.
10806 Thu Feb 16 04:06:06 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
10808 * sysdeps/mach/hurd/mig-reply.c: Add weak aliases to non-__ names.
10809 * mach/mig-dealloc.c: Add weak alias mig_deallocate.
10811 Wed Feb 15 13:34:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10813 * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Take new arg
10814 DEALLOC_REFPORT; deallocate the refport after use only if it
10815 evaluates to nonzero.
10816 * sysdeps/mach/hurd/kill.c: Pass DEALLOC_REFPORT arg of one.
10817 * hurd/hurdkill.c: Pass DEALLOC_REFPORT arg of zero.
10819 * hurd/hurdsig.c (abort_rpcs): Take new arg int *STATE_CHANGE; set
10820 *STATE_CHANGE to indicate whether or not we changed *STATE and it
10821 should be committed to the thread.
10822 (abort_all_rpcs): Take new arg LIVE; if nonzero and abort_rpcs changes
10823 state for a thread, do thread_set_state on that thread. Don't use
10824 SS->intr_port for collecting reply ports, it is not safe to
10825 clobber that when suspending; instead, alloca a temporary array.
10826 (_hurd_internal_post_signal): Pass LIVE flag to abort_all_rpcs:
10827 zero when dying, one when suspending. Pass new arg to abort_rpcs.
10829 * sysdeps/mach/hurd/stdio_init.c: Don't lock the file descriptor;
10830 HURD_FD_PORT_USE will. Don't use critical sections around
10831 HURD_FD_PORT_USE invocations.
10833 * sysdeps/mach/hurd/stdio_init.c: Don't make pipes/FIFOs unbuffered.
10834 * sysdeps/posix/stdio_init.c: Likewise.
10836 Tue Feb 14 03:01:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10838 * hurd/hurd/fd.h (_hurd_fd_get): Don't do critical section
10839 locking; don't leave the descriptor locked on return.
10840 (HURD_FD_PORT_USE): Don't expect _hurd_fd_get to return the fd locked.
10841 Use a critical section around locking the descriptor.
10842 Check for an empty descriptor and return EBADF.
10843 * sysdeps/mach/hurd/dup2.c: Likewise.
10844 * sysdeps/mach/hurd/fcntl.c: Likewise.
10845 Use HURD_FD_PORT_USE macro for RPCs.
10846 * sysdeps/mach/hurd/sysd-stdio.c: Don't lock the descriptor before
10847 using HURD_FD_PORT_USE.
10848 * sysdeps/mach/hurd/defs.c (init_stdio): Don't expect _hurd_fd_get
10849 to lock the descriptor.
10850 * sysdeps/mach/hurd/stdio_init.c: Use critical sections while
10851 locking the descriptor.
10852 * sysdeps/mach/hurd/fdopen.c: Likewise.
10853 * hurd/fd-close.c: Likewise.
10854 Don't expect the descriptor to be locked on entry.
10855 Check for empty descriptor and return EBADF.
10857 Factor ctty RPC code for SIGTTIN/SIGTTOU generation out into
10858 new functions _hurd_ctty_input and _hurd_ctty_output, each
10859 called with (io_t port, io_t ctty, error_t (*rpc) (io_t)).
10860 * hurd/ctty-input.c: New file.
10861 * hurd/ctty-output.c: New file.
10862 * hurd/Makefile (dtable): Add ctty-input and ctty-output.
10863 * hurd/fd-read.c: Use _hurd_ctty_input.
10864 * hurd/fd-write.c: Use _hurd_ctty_output.
10865 * sysdeps/mach/hurd/ioctl.c: Likewise.
10866 * hurd/hurd/fd.h (_hurd_ctty_input, _hurd_ctty_output): Declare them.
10868 Mon Feb 13 11:36:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10870 * stdio/vfscanf.c (%e, %f, %g): Use strtod, __strtold, or __strtof
10871 as appropriate to the type.
10873 * sysdeps/ieee754/huge_val.h (__huge_val_t): New macro to avoid
10874 repeating the union.
10875 (HUGE_VAL, __huge_val): Use it.
10876 [__USE_GNU] (HUGE_VALf, HUGE_VALl): New macros, along with
10877 analogous macros to HUGE_VAL's: __huge_val[fl]_t, __HUGE_VAL[fl]_bytes.
10878 * stdlib/strtold.c (FLOAT_HUGE_VAL): Define this to HUGE_VALl.
10879 (STRTOF): Set to __strtold; define strtold as weak alias.
10880 * stdlib/strtof.c (FLOAT_HUGE_VAL): Define this to HUGE_VALf.
10881 (STRTOF): Set to __strtof; define strtof as weak alias.
10883 * sysdeps/ieee754/ieee754.h (union ieee754_float): New type.
10884 (IEEE754_FLOAT_BIAS): New macro.
10886 * sysdeps/ieee754/mpn2ldbl.c: Fix typos.
10888 * stdlib/testmb.c: Add tests from rfg for using normal chars as
10891 * hurd/hurdmalloc.c (malloc_init): Add self reference to avoid not
10892 only the `defined but not used' warning, but also to avoid GCC
10893 optimizing out the entire function (!).
10895 * stdlib/wctomb.c: Include ctype.h.
10897 * Makerules (install-lib-non.a): Don't include $(non-lib.a).
10899 * hurd/hurdmalloc.c: Include string.h; #define bcopy using memcpy.
10901 Sat Feb 11 04:05:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10903 * stdio/printf_fp.c: Include "fpioconst.h".
10904 (_tens_p): Table moved to fpioconst.c, renamed to _fpioconst_pow10.
10905 (__printf_fp): All references changed.
10906 Don't bother computing THOUSANDS_SEP if GROUPING is empty.
10907 (group_number): Use memmove instead of memcpy, since operands overlap.
10908 * stdio/fpioconst.c: New file, tables broken out of stdio/printf_fp.c.
10909 * stdio/fpioconst.h: New file, header declaring the table data.
10910 * stdio/Makefile (aux): Add fpioconst.
10911 (distribute): Add fpioconst.h.
10912 * stdlib/strtod.c: Complete rewrite from drepper.
10913 * stdlib/strtof.c: New file.
10914 * stdlib/strtold.c: New file.
10915 * stdlib/Makefile (routines): Add strtof, strtold.
10916 * stdio/Makefile (routines): Add mpn2flt, mpn2dbl, mpn2ldbl.
10917 * sysdeps/stub/mpn2flt.c: New file.
10918 * sysdeps/stub/mpn2dbl.c: New file.
10919 * sysdeps/stub/mpn2ldbl.c: New file.
10920 * sysdeps/ieee754/mpn2flt.c: New file.
10921 * sysdeps/ieee754/mpn2dbl.c: New file.
10922 * sysdeps/ieee754/mpn2ldbl.c: New file.
10924 * Makerules (install-lib.a): Don't filter out $(non-lib.a).
10925 ($(install-lib.a) in $(libdir) rule): Elide ranlib command when $@
10926 appears in $(non-lib.a).
10928 Fri Feb 10 17:20:14 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10930 * stdlib/wctomb.c: A normal ASCII character translates to itself.
10931 * stdlib/mbtowc.c: Likewise.
10933 Thu Feb 9 03:55:55 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10935 * setjmp/setjmp.h (longjmp, _longjmp, __longjmp, siglongjmp):
10936 Remove `const' from prototypes.
10937 * sysdeps/m68k/__longjmp.c: Likewise.
10938 * setjmp/longjmp.c: Likewise.
10939 * sysdeps/i386/__longjmp.c: Likewise.
10941 * sysdeps/posix/tempname.c: Increment *IDX at beginning of loop,
10942 so when we return a name, it is incremented past the value that
10943 produces that same name.
10945 * stdio/fgets.c (fgets): Change `size_t' to `int' in prototype. Sigh.
10946 * stdio/stdio.h (fgets): Likewise.
10948 * stdio/vfprintf.c (printf_unknown): Print ' for INFO->group flag.
10950 * hurd/fd-write.c: Don't clobber ERR with the msg_sig_post call
10951 when it's EBACKGROUND; we need to notice that it is EBACKGROUND
10953 * hurd/fd-read.c: Likewise.
10955 Wed Feb 8 05:01:11 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10957 * sysdeps/mach/sysdep.h (FATAL_PREPARE_INCLUDE): New macro, set to
10958 <mach/mig_support.h>.
10959 * assert/assert-perr.c [FATAL_PREPARE_INCLUDE]: Include it.
10960 * assert/assert.c: Likewise.
10961 * sysdeps/posix/libc_fatal.c: Likewise.
10963 Tue Feb 7 12:17:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10965 * stdio/stdio.h [__STRICT_ANSI__] (stdin, stdout, stderr): Define
10966 as macros, to satisfy ANSI pedants.
10968 * stdio/internals.c (flushbuf): When there is no new data after
10969 priming the stream, return without writing out the buffer.
10970 * stdio/Makefile (tests): Add bug7.
10971 * stdio/bug7.c: New file.
10973 * io/sys/stat.h (S_IFIFO, S_IFLNK, S_IFSOCK, S_ISFIFO, S_ISLNK,
10974 S_ISSOCK): Define only if the corresponding underlying __S_IF* macro
10977 * stdio/getdelim.c: Decrement COPY after getting a char from __fillbf.
10979 * stdio/Makefile (tests): Add errnobug.
10980 * stdio/errnobug.c: New file.
10982 * mach/mig_strncpy.c: Include string.h.
10984 * sysdeps/mach/sysdep.h: Don't #include <mach/mig_support.h>. Its
10985 inlines cause trouble for files defining global register variables.
10987 * stdio/vfprintf.c: Use _strerror_internal for %m.
10989 * sysdeps/ieee754/dbl2mpn.c: Fixes from drepper for 64-bit limbs.
10991 * stdio/printf.h (struct printf_info): New member `group', for %' flag.
10992 * stdio/printf-prs.c (parse_printf_format): Grok %' flag and set flag.
10993 * stdio/vfprintf.c (group_number): New function.
10994 (vfprintf): Support %' flag for integer formats, by calling
10995 group_number after formatting the number in WORK.
10996 * stdio/printf_fp.c (guess_grouping, group_number): New functions.
10997 (__printf_fp): Implement `group' flag using them.
10999 * Makefile (include sysd-dirs): Protect with ifndef avoid-generated.
11000 (parent-clean): Remove sysd-rules, not sysdirs.
11001 (distclean): Pass avoid-generated=yes to submake.
11002 (distclean-1): Remove $(sysdep-$(distclean-1)).
11004 * Makerules (objects, objs): Depend on $(extra-objs) too.
11005 (include sysd-Makefile): Protect with ifndef avoid-generated.
11007 * Makeconfig (+defines, +gnu-stabs, gnu-as): Variables removed.
11008 (CPPFLAGS): Use $(defines) in place of $(+defines).
11009 Replace -D_LIBC with -include $(..)libc-symbols.h.
11011 * stdio/freopen.c: Set seen bit before calling fclose.
11013 Mon Feb 6 18:34:40 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11015 * sysdeps/mach/hurd/setpriority.c: Keep track of numbers of
11016 successes and each kind of failure. Return EPERM or EACCES only
11017 if every task failed that way.
11019 * sysdeps/mach/hurd/getpriority.c: Handle out of band buffers
11022 * sysdeps/mach/hurd/ptrace.c (PTRACE_ATTACH, PTRACE_DETACH): Stop
11023 or resume the process after frobbing.
11025 * hurd/hurdsig.c: Use spin lock operations on sigstate locks
11027 (_hurd_thread_sigstate): Don't lock the sigstate lock.
11028 (_hurd_internal_post_signal): New subfunction `mark_pending'; replace
11029 repeated sequences with calls to it. Don't expect the sigstate
11030 lock to be held on entry; lock it just before examining sigaction.
11031 In handler case, check SS->critical_section after calling
11032 abort_rpcs; if set, mark the signal pending and resume the thread.
11033 * hurd/hurd/signal.h (_hurd_self_sigstate_unlocked): Function removed.
11034 (_hurd_self_sigstate): Don't lock the sigstate lock.
11035 (HURD_EINTR_RPC): Call _hurd_self_sigstate instead of
11036 _hurd_self_sigstate_unlocked.
11037 * hurd/msgportdemux.c: Don't expect _hurd_self_sigstate to lock
11039 * hurd/hurdexec.c: Use spin lock operations on sigstate lock.
11040 Don't expect _hurd_self_sigstate to lock it. Fix critical section
11042 * hurd/hurd-raise.c: Likewise.
11043 * sysdeps/mach/hurd/sigsuspend.c: Likewise.
11044 * sysdeps/mach/hurd/sigpending.c: Likewise.
11045 * sysdeps/mach/hurd/sigaltstack.c: Likewise.
11046 * sysdeps/mach/hurd/sigaction.c: Likewise.
11047 * sysdeps/mach/hurd/sigprocmask.c: Likewise.
11048 * hurd/fd-write.c: Likewise.
11049 * hurd/fd-read.c: Likewise.
11050 * sysdeps/mach/hurd/ioctl.c: Likewise.
11051 * sysdeps/mach/hurd/fork.c: Likewise.
11052 * sysdeps/mach/hurd/i386/sigreturn.c: Likewise.
11053 * sysdeps/mach/hurd/mips/sigreturn.c: Likewise.
11054 * sysdeps/mach/hurd/alpha/sigreturn.c: Likewise.
11055 * hurd/hurdmsg.c (get_int): Likewise.
11057 * stdio/vfprintf.c: Include stddef.h. Fix typos in libio code.
11059 * stdio/vfprintf.c (__pad): Function renamed to __printf_pad, made
11061 (PAD): Caller changed.
11062 * stdio/printf_fp.c (__pad): Function removed.
11063 (PAD): Use __printf_pad instead.
11065 Sun Feb 5 17:59:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11067 Merged new FP printer by Ulrich Drepper.
11068 * stdio/printf_fp.c: Rewrite by drepper.
11069 * stdio/Makefile (routines): Add ldbl2mpn.
11070 * sysdeps/ieee754/ieee754.h (union ieee754_double): Add `ieee_nan'
11072 (union ieee854_long_double): New type, from drepper.
11073 (IEEE754_DOUBLE_BIAS, IEEE854_LONG_DOUBLE_BIAS): New macros.
11074 * sysdeps/ieee754/ldbl2mpn.c: New file, by drepper.
11075 * sysdeps/stub/ldbl2mpn.c: New file.
11076 * math/Makefile (routines): Add isinfl and isnanl.
11077 * sysdeps/ieee754/isinfl.c: New file.
11078 * sysdeps/stub/isinfl.c: New file.
11079 * sysdeps/ieee754/isnanl.c: New file.
11080 * sysdeps/stub/isnanl.c: New file.
11082 * malloc/malloc.c (__malloc_extra_blocks): New variable.
11083 (malloc): When getting more core, get __malloc_extra_blocks extra;
11084 put the new block at the end of the free list and let the next loop
11085 iteration use the initial portion of it.
11086 * malloc/free.c (_free_internal): Account for twice
11087 __malloc_extra_blocks in deciding if we have so much extra memory
11088 we should return it to the system.
11089 * malloc/malloc.h (__malloc_extra_blocks): Declare it.
11090 * posix/glob.c (prefix_array, glob_pattern_p): Remove gratuitous
11091 const in parameter decl.
11093 * sysdeps/unix/mips/sysdep.h (ENTRY): Add `.ent' directive.
11095 Fri Feb 3 18:15:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11097 * munch.awk (EXTERNS): Print decls using __P instead of EXFUN.
11099 * sysdeps/mips/setjmp_aux.c: Use ENV[0].__jmpbuf[0].
11100 * sysdeps/mips/bsd-_setjmp.S: Use `li' insn instead of `move'.
11101 * sysdeps/mips/bsd-setjmp.S: Likewise.
11102 * sysdeps/mips/__longjmp.c: Remove obsolete __NORETURN keyword.
11103 * sysdeps/mach/hurd/mips/trampoline.c (_hurd_setup_sighandler):
11104 Use `long int' for sigcode. Use explicit register numbers instead
11106 (_hurdsig_rcv_interrupted_p): Use _hurdsig_catch_fault.
11107 * sysdeps/mach/hurd/mips/exc2signal.c: Use `long int' for sigcode.
11109 Thu Feb 2 20:06:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11111 * hurd/hurdmalloc.c: Remove bogus bcopy decl.
11113 * mach/mig_strncpy.c: Add missing `const' in prototype. Rewritten
11116 * io/ftw.c (ftw, ftw_dir): Treat ENOENT from stat like EACCES.
11118 * stdio/vfprintf.c: Set PREC to zero for %. without following digit.
11120 Tue Jan 31 13:49:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11122 * mach/mig_strncpy.c: Include mach.h instead of string.h. Use
11123 vm_size_t instead of size_t for arg and return types.
11125 * mach/mach_init.c: Don't declare __mig_init; mach/mig_support.h
11128 Mon Jan 30 00:33:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11130 * set-hooks.h (RUN_HOOK): Dereference PTR properly.
11132 * configure.in (friendly stddef.h check): Write override defn for
11133 `stddef.h' Make variable.
11134 (AC_LINK_FILES): Use `echo ...` to avoid " " appearing nonempty.
11136 * configure.in (host_os=sysv4*|solaris2*): Set elf=yes.
11138 * Rules ($(objpfx)dummy.o): Write an empty function, not just an
11141 * sysdeps/sparc/Makefile (sysdep-realclean): New variable.
11143 Sat Jan 28 03:38:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11145 * Makefile (distribute): Remove gnu-stabs.h; add libc-symbols.h.
11147 * sysdeps/mach/sysdep.h [ASSEMBLER]: Protect include of
11148 mach/machine/syscall_sw.h with this.
11150 Fri Jan 27 18:33:20 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11152 * hurd/hurd/signal.h: Include <hurd/msg.h>, and <spin-lock.h>
11153 instead of <lock-intern.h>.
11154 (struct hurd_sigstate): Member `lock' changed to a `spin_lock_t'.
11155 (_hurd_critical_section_lock): Use spin lock operators.
11156 Don't hold the sigstate lock, unlock it after setting the flag.
11157 (_hurd_critical_section_unlock): Take the sigstate lock
11158 to clear the flag; while holding it, check pending signals. After
11159 unlocking, sig_post ourselves if there were pending signals.
11161 * hurd/catch-exc.c (_S_catch_exception_raise): Don't take the
11162 sigstate lock. If it is locked, clear SS->critical_section and
11163 SS->context, and unlock it.
11165 * sysdeps/mach/sysdep.h (EXT, LEXT): New macros.
11167 * set-init.c (__libc_init) [HAVE_ELF]: Run _init and atexit (_fini).
11168 * munch-tmpl.c: Likewise.
11170 * mach/Makefile (routines): Don't filter out syscall_% from
11173 Fri Jan 27 17:53:49 1995 Jim Meyering (meyering@comco.com)
11175 * posix/fnmatch.c: Declare errno if it's not defined.
11176 That's simpler than testing #if !defined(__GNU_LIBRARY__)
11177 && !defined(STDC_HEADERS).
11179 Fri Jan 27 15:40:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11181 * csu/Makefile: New file.
11182 * csu/initfini.c: New file.
11183 * Makefile (+other_dirs): Add csu.
11184 (+init): Variable renamed to libc-init. All references changed.
11185 (aux): Remove start.
11186 (install-lib): Variable removed.
11187 (crt0.o, Mcrt1.o crt1.o): Targets removed.
11189 * mach/Machrules (static deps of RPC_*.o): Add $(..)libc-symbols.h
11190 and $(objpfx)config.h.
11191 (static deps of RPC alias *.o): Removed.
11193 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h [ASSEMBLER]:
11194 Protect macros with this.
11195 * sysdeps/unix/bsd/osf1/alpha/sysdep.h: Likewise.
11196 * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
11197 * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
11198 * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
11199 * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
11200 * sysdeps/unix/mips/sysdep.h: Likewise.
11202 Thu Jan 26 00:02:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11204 * Makerules (compile.[Sc]): Match gcc in $(CC) better.
11205 (BUILD_CFLAGS): Instead of $(config-defines), use -include config.h.
11207 * hurd/intr-rpc.awk: Emit weak alias.
11209 * sysdeps/unix/bsd/sun/sunos4/wait4.c: Call getpgrp instead of
11212 * sysdeps/unix/bsd/hp/m68k/sysdep.h [ASSEMBLER]: Protect macros with
11214 * sysdeps/unix/i386/sysdep.h: Likewise.
11215 * sysdeps/unix/sparc/sysdep.h: Likewise.
11217 * io/ftw.c: Avoid `ret' as variable name.
11218 * posix/glob.c: Likewise.
11220 * ctype/ctype.h (_ISalpha): Define as its own bit.
11221 * locale/C-ctype_ct.c (__ctype_b_C): Set _ISalpha bit in all letters.
11223 * stdlib/exit.c [HAVE_GNU_LD]: Protect #include "set-hooks.h" and
11224 DEFINE_HOOK with this.
11226 Wed Jan 25 00:45:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11228 * hurd/hurdinit.c: Use DECLARE_HOOK instead of `extern DEFINE_HOOK'.
11229 * mach/spin-solid.c (spin_lock_solid): Define as weak alias to __name.
11230 * mach/shortcut.awk: Emit weak alias.
11231 * mach/spin-lock.c: Add weak aliases for all spin-lock.h functions.
11232 * mach/mach_init.c (mach_init, vm_page_size): Defin weak aliases for
11234 * mach/Makefile (lock): Remove spin-syms.
11235 (routines): Remove __ names, vm_page_size, msgserver_t.
11236 ($(mach-syscalls) rule): Generate files without __, add weak alias.
11237 Remove symbol alias file rule.
11238 ($(mach-shortcuts) rule): Likewise.
11239 [!mach-shortcuts] (user-interfaces): Filter out mach/mach4 too.
11240 * mach/Machrules (if-calls.c): Variable and rule removed.
11241 (interface-headers): Don't add $($(if)-calls).
11242 (transform-user-stub): Define to add weak alias.
11243 * set-hooks.h: Use new libc-symbols.h set access macros.
11244 * time/Makefile (routines): Remove __ names.
11245 (aux): Variable removed.
11246 * hurd/Makefile: Likewise.
11247 * sysdeps/unix/start.c (environ): Define as weak alias for __environ.
11248 (data_start): Define as weak alias for __data_start.
11249 * sysdeps/mach/hurd/start.c: Likewise.
11250 * sysdeps/unix/sparc/start.c: Likewise.
11251 * sysdeps/unix/make_errlist.c: Emit weak aliases for sys_nerr and
11253 * sysdeps/mach/hurd/errlist.awk: Likewise.
11254 * sysdeps/unix/bsd/osf1/alpha/start.S (environ): Define as weak
11255 alias for __environ.
11256 * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
11257 * sysdeps/stub/setdomain.c: Use new stub_warning macro.
11258 * sysdeps/stub/getdomain.c: Likewise.
11259 * sysdeps/stub/vhangup.c: Likewise.
11260 * sysdeps/stub/swapon.c: Likewise.
11261 * sysdeps/stub/sendmsg.c: Likewise.
11262 * sysdeps/stub/recvmsg.c: Likewise.
11263 * sysdeps/stub/acct.c: Likewise.
11264 * sysdeps/stub/isinf.c: Likewise. Add weak alias isinf for __isinf.
11265 * sysdeps/mach/hurd/_exit.c: Remove obsolete __NORETURN keyword.
11266 * sysdeps/posix/libc_fatal.c: Likewise.
11267 * sysdeps/i386/abort.c: Likewise.
11268 * sysdeps/i386/__longjmp.c: Likewise.
11269 * sysdeps/generic/make_siglist.c: Emit defn always for
11270 _sys_siglist. Emit weak alias to sys_siglist.
11271 * sysdeps/generic/atan.c: Remove obsolete __CONSTVALUE keyword.
11272 * sysdeps/ieee754/log10.c: Likewise.
11273 * time/difftime.c: Likewise.
11274 * stdlib/random.c (srand): Define as weak alias for __srandom.
11275 * stdlib/exit.c: Remove obsolete __NORETURN keyword. Use set-hooks
11276 macros for __libc_atexit.
11277 * stdlib/Makefile (routines): Remove __random, srand.
11278 * stdio/gets.c: Use new link_warning macro instead of old
11280 * stdio/Makefile (routines): Remove __ names.
11281 (aux): Remove syms-stdio.
11282 * socket/Makefile (routines): Added e on getpeernam and getsocknam.
11283 * setjmp/longjmp.c: Remove obsolete __NORETURN keyword.
11284 * setjmp/Makefile (routines): Remove _longjmp, siglongjmp.
11285 * setjmp/setjmp.h: Replace __NORETURN keyword with __attribute__ uses.
11286 * stdio/stdio.h: Likewise.
11287 * misc/Makefile (routines): Remove __ names.
11288 (aux): Remove data_start.
11289 * sysdeps/mach/hurd/defs.c: Don't include gnu-stabs.h.
11290 * sysdeps/mach/hurd/brk.c: Likewise.
11291 * hurd/hurdid.c: Likewise.
11292 * hurd/hurdpid.c: Likewise.
11293 * hurd/openport.c: Likewise.
11294 * hurd/hurdsock.c: Likewise.
11295 * hurd/hurdsig.c: Likewise.
11296 * hurd/hurdrlimit.c: Likewise.
11297 * hurd/hurdmalloc.c: Likewise.
11298 * hurd/dtable.c: Likewise.
11299 * hurd/setauth.c: Likewise.
11300 * misc/progname.c: Likewise.
11301 * misc/init-misc.c: Likewise.
11302 * sysdeps/generic/vfork.c: Likewise.
11303 * sysdeps/unix/bsd/init-posix.c: Likewise.
11304 * math/math.h: Replace __CONSTVALUE keyword with __attribute__ uses.
11305 * time/time.h: Likewise.
11306 * math/Makefile (routines): Remove __ names.
11307 * io/Makefile: Likewise.
11308 * termios/Makefile: Likewise.
11309 * resource/Makefile: Likewise.
11310 * signal/Makefile: Likewise.
11311 * dirent/Makefile: Likewise.
11312 * assert/assert.h: Replace __NORETURN keyword with __attribute__
11313 uses. Functions return void and macros deal with this.
11314 * assert/assert-perr.c: Remove obsolete __NORETURN keyword.
11315 Return void. Don't include gnu-stabs.h.
11316 * assert/assert.c: Likewise.
11317 * posix/Makefile (routines): Remove __ names, setpgrp. Add
11319 (aux): Remove environ.
11320 * stdlib/stdlib.h (abort, exit): Replace __NORETURN keyword with
11322 * posix/unistd.h (_exit): Likewise.
11323 (__getpgrp, __setpgrp): Declarations removed.
11324 (__getpgid, getpid): Declare these.
11326 * configure.in (host_os=gnuelf|linuxelf): Set elf=yes. Do AC_SUBST
11327 for gnu_ld, gnu_as, elf, and weak. Call AC_LINK_FILEES on
11328 $libc_link_{sources,dests}.
11329 * sysdeps/unix/configure.in: Remove __ from file names. Don't
11330 create files, just add to libc_link_{dests,sources}.
11332 * config.make.in (gnu-as, gnu-ld, elf, weak-symbols): New variables.
11334 * config.h.in: Add #undefs used by sysdeps configures.
11336 * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Removed
11337 __setpgid, __getpgid.
11338 * sysdeps/unix/sysv/sco3.2.4/setpgid.c: Included file was renamed
11340 * sysdeps/unix/sysv/sco3.2.4/getpgid.c: Included file was renamed
11342 * sysdeps/unix/bsd/getpgrp.c: File removed.
11343 * sysdeps/generic/getpgrp.c: Moved from sysdeps/stub/getpgrp.c.
11344 Call __getpgid with zero.
11345 * sysdeps/stub/setpgid.c: Renamed __setpgrp to __setpgid, added
11346 weak aliases setpgid and setpgrp.
11347 * sysdeps/unix/sysv/irix4/setpgid.S: Likewise.
11348 * sysdeps/unix/common/setpgid.S: Likewise.
11349 * sysdeps/mach/hurd/setpgid.c: Likewise.
11350 * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
11351 Use subcall 5 to __pgrpsys.
11352 * sysdeps/stub/getpgid.c: Renamed __getpgrp to __getpgid, added
11353 weak alias getpgid.
11354 * sysdeps/mach/hurd/getpgid.c: Likewise.
11355 * sysdeps/unix/sysv/irix4/getpgid.S: Likewise.
11356 * sysdeps/unix/common/getpgid.S: Likewise.
11357 * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
11358 Use subcall 4 to __pgrpsys.
11359 * sysdeps/stub/__getpgrp.c: Renamed to getpgid.c.
11360 * sysdeps/unix/sysv/sysv4/__getpgrp.c: Renamed to getpgid.c.
11361 * sysdeps/unix/sysv/sco3.2.4/__getpgrp.c: Renamed to getpgid.c.
11362 * sysdeps/unix/sysv/irix4/__getpgrp.S: Renamed to getpgid.S.
11363 * sysdeps/unix/common/__getpgrp.S: Renamed to getpgid.S.
11364 * sysdeps/mach/hurd/__getpgrp.c: Renamed to getpgid.c.
11365 * sysdeps/stub/setpgrp.c: Renamed to setpgid.c.
11366 * sysdeps/unix/sysv/sysv4/setpgrp.c: Renamed to setpgid.c.
11367 * sysdeps/unix/sysv/sco3.2.4/setpgrp.c: Renamed to setpgid.c.
11368 * sysdeps/unix/sysv/irix4/setpgrp.S: Renamed to setpgid.S.
11369 * sysdeps/unix/common/setpgrp.S: Renamed to setpgid.S.
11370 * sysdeps/mach/hurd/setpgrp.c: Renamed to setpgid.c.
11372 * sysdeps/unix/bsd/hp/m68k/getdents.S: Included file was renamed
11375 * sysdeps/posix/defs.c: Don't include gnu-stabs.h.
11376 * sysdeps/stub/sigpending.c: Use new libc-symbols.h macro for stub
11378 * sysdeps/stub/fexecve.c: Likewise.
11379 * sysdeps/stub/fchdir.c: Likewise.
11380 * sysdeps/stub/fchflags.c: Likewise.
11381 * sysdeps/stub/chflags.c: Likewise.
11383 * sysdeps/m68k/__longjmp.c: Remove __NORETURN; it's obsolete.
11384 * sysdeps/generic/abort.c: Likewise.
11385 * sysdeps/ieee754/ldexp.c: Remove __CONSTVALUE; it's obsolete.
11387 * hurd/hurdioctl.c: Include hurd/ioctl.h.
11388 (_hurd_ioctl_handler_lists): Define this set.
11389 (_hurd_lookup_ioctl_handler): New function.
11390 * hurd/hurd/fd.h: ioctl handler stuff moved to hurd/ioctl.h.
11391 * hurd/hurd/ioctl.h: New file, broken out of hurd/fd.h.
11392 (_hurd_lookup_ioctl_handler): Declare it.
11393 (ioctl_handler_t): New typedef. Use it throughout.
11394 * sysdeps/mach/hurd/ioctl.c: Include hurd/ioctl.h.
11395 (_hurd_ioctl_handler_lists): Don't define.
11396 (__ioctl): Call _hurd_lookup_ioctl_handler.
11398 * stdlib/strtol.c (maxquad): Make this const.
11399 [__GNUC__ == 2 && __GNUC_MINOR__ < 7]: Only use maxquad in this case.
11401 * posix/glob/configure.in: Put AC_AIX and AC_MINIX early, before
11404 * sysdeps/mach/hurd/setitimer.c (timer_thread): Call
11405 __msg_sig_post_request, not __sig_post_request.
11407 * misc/getusersh.c: Renamed to getusershell.c.
11408 * sysdeps/stub/sethostnam.c: Renamed to sethostname.c.
11409 * sysdeps/unix/inet/sethostnam.S: Renamed to sethostname.S.
11410 * sysdeps/unix/sysv/sysv4/sethostnam.c: Renamed to sethostname.c.
11411 * sysdeps/mach/hurd/sethostnam.c: Renamed to sethostname.c.
11413 Tue Jan 24 00:14:30 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11415 * sysdeps/stub/settod.c: Renamed to settimeofday.c.
11416 * sysdeps/unix/bsd/settod.S: Renamed to settimeofday.c.
11417 * sysdeps/unix/sysv/settod.c: Renamed to settimeofday.c.
11418 * sysdeps/mach/hurd/settod.c: Renamed to settimeofday.c.
11419 * sysdeps/stub/setitmr.c: Renamed to setitimer.c.
11420 * sysdeps/unix/common/setitmr.S: Renamed to setitimer.S.
11421 * sysdeps/mach/hurd/setitmr.c: Renamed to setitimer.c.
11422 * sysdeps/posix/fpathcon.c: Renamed to fpathconf.c.
11423 * sysdeps/stub/fpathcon.c: Renamed to fpathconf.c.
11424 * sysdeps/unix/sysv/irix4/fpathcon.c: Renamed to fpathconf.c.
11425 * sysdeps/stub/getprio.c: Renamed to getpriority.c.
11426 * sysdeps/unix/sysv/irix4/getprio.c: Renamed to getpriority.c.
11427 * sysdeps/unix/common/getprio.S: Renamed to getpriority.S.
11428 * sysdeps/mach/hurd/getprio.c: Renamed to getpriority.c.
11429 * sysdeps/stub/setprio.c: Renamed to setpriority.c.
11430 * sysdeps/unix/sysv/irix4/setprio.c: Renamed to setpriority.c.
11431 * sysdeps/unix/common/setprio.S: Renamed to setpriority.S.
11432 * sysdeps/mach/hurd/setprio.c: Renamed to setpriority.c.
11433 * sysdeps/stub/getpeernam.c: Renamed to getpeername.c.
11434 * sysdeps/unix/inet/getpeernam.S: Renamed to getpeername.S.
11435 * sysdeps/unix/sysv/linux/getpeernam.S: Renamed to getpeername.S.
11436 * sysdeps/mach/hurd/getpeernam.c: Renamed to getpeername.c.
11437 * sysdeps/stub/getsocknam.c: Renamed to getsockname.c.
11438 * sysdeps/unix/inet/getsocknam.S: Renamed to getsockname.S.
11439 * sysdeps/unix/sysv/linux/getsocknam.S: Renamed to getsockname.S.
11440 * sysdeps/mach/hurd/getsocknam.c: Renamed to getsockname.c.
11441 * sysdeps/stub/sigaltstk.c: Renamed to sigaltstack.c.
11442 * sysdeps/unix/bsd/bsd4.4/sigaltstk.S: Renamed to sigaltstack.S.
11443 * sysdeps/unix/sysv/sysv4/sigaltstk.S: Renamed to sigaltstack.S.
11444 * sysdeps/mach/hurd/sigaltstk.c: Renamed to sigaltstack.c.
11446 * sysdeps/mach/hurd/i386/sigreturn.c: Call __msg_sig_post instead
11448 * sysdeps/mach/hurd/sigsuspend.c: Likewise.
11449 * sysdeps/mach/hurd/kill.c: Likewise.
11450 * sysdeps/mach/hurd/sigprocmask.c: Likewise.
11452 * misc/sys/cdefs.h (__NORETURN, __CONSTVALUE): Macros removed.
11453 [!__GNUC__ || __GNUC__<2] (__attribute__): Define to empty.
11455 * sysdeps/stub/remove.c: New file.
11456 * sysdeps/posix/remove.c: New file.
11458 Mon Jan 23 03:26:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11460 * time/mktime.c [weak_alias] (timelocal): Define as weak alias for
11462 * mach/mig_strncpy.c (mig_strncpy): Define as weak alias for
11464 * mach/msg-destroy.c: Renamed from __msg_dest.c.
11465 (mach_msg_destroy): Define as weak alias for __mach_msg_destroy.
11466 * mach/setup-thread.c (mach_setup_thread): Define as weak alias.
11467 * time/tzset.c (tzname, daylight, timezone): Define as weak
11468 aliases for __ names.
11469 * hurd/hurdkill.c (hurd_sig_post): Define as weak alias.
11470 * hurd/hurdlookup.c: Add weak aliases for non-__ names.
11471 * Makefile (+init): Test $(gnu-ld)=yes, not for $(+gnu-stabs)
11474 Sun Jan 22 15:19:51 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11476 * string/Makefile (routines): Remove __ names, index, rindex, and
11478 * sysdeps/alpha/strchr.c [weak_alias] (index): Define as weak
11480 * sysdeps/generic/strchr.c: Likewise.
11481 * sysdeps/generic/strrchr.c [weak_alias] (rindex): Define as weak
11483 * sysdeps/generic/memcmp.c [weak_alias] (bcmp): Define as weak
11486 * malloc/free.c (cfree): Define this function, with weak_alias if
11487 available, otherwise a C function.
11488 * malloc/Makefile (gmalloc-routines): Remove cfree.
11490 Sat Jan 21 08:08:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11492 * stdio/fseek.c: Do move bufp by O when that puts it exactly at
11493 get_limit. This has the effect of no-op'ing properly for zero.
11495 * configure.in: Add AC_CONFIG_HEADER(config.h).
11496 (--with-elf, --with-weak-symbols): Grok these and define HAVE_*.
11497 * config.h.in: New file.
11499 * setjmp/longjmp.c: Add weak aliases _longjmp, siglongjmp.
11500 All code converted to use weak symbols, defined in the files which
11501 define the real code (with the __ names, the non-__ names are weak).
11502 All old symbol alias files removed.
11503 Many files renamed to remove __ prefix since there is now just
11504 the one file for both the __ and non-__ name for each function.
11505 * libc-symbols.h: New file.
11506 * set-hooks.h: Use libc-symbols.h macros for accessing symbol
11508 * gnu-stabs.h: Prepend #error this file is obsolete.
11509 * sysdeps/ieee754/ldexp.c: Add weak aliases scalb and __scalb.
11510 * sysdeps/stub/__access.c: Renamed to access.c; added weak alias
11512 * sysdeps/unix/common/__access.S: Likewise.
11513 * sysdeps/mach/hurd/__access.c: Likewise.
11514 * sysdeps/stub/__adjtime.c: Renamed to adjtime.c; added weak alias
11516 * sysdeps/unix/common/__adjtime.S: Likewise.
11517 * sysdeps/mach/__adjtime.c: Likewise.
11518 * sysdeps/mach/hurd/__adjtime.c: Likewise.
11519 * sysdeps/stub/__brk.c: Renamed to brk.c; added weak alias brk.
11520 * sysdeps/unix/bsd/sun/m68k/__brk.S: Likewise.
11521 * sysdeps/unix/bsd/vax/__brk.S: Likewise.
11522 * sysdeps/unix/bsd/hp/m68k/__brk.S: Likewise.
11523 * sysdeps/unix/bsd/osf1/alpha/__brk.S: Likewise.
11524 * sysdeps/unix/i386/__brk.S: Likewise.
11525 * sysdeps/unix/sparc/__brk.S: Likewise.
11526 * sysdeps/unix/mips/__brk.S: Likewise.
11527 * sysdeps/mach/hurd/__brk.c: Likewise.
11528 * sysdeps/standalone/__brk.c: Likewise.
11529 * sysdeps/stub/__chdir.c: Renamed to chdir.c; added weak alias chdir.
11530 * sysdeps/unix/__chdir.S: Likewise.
11531 * sysdeps/mach/hurd/__chdir.c: Likewise.
11532 * sysdeps/stub/__chmod.c: Renamed to chmod.c; added weak alias chmod.
11533 * sysdeps/unix/__chmod.S: Likewise.
11534 * sysdeps/mach/hurd/__chmod.c: Likewise.
11535 * sysdeps/stub/__chown.c: Renamed to chown.c; added weak alias chown.
11536 * sysdeps/unix/__chown.S: Likewise.
11537 * sysdeps/mach/hurd/__chown.c: Likewise.
11538 * sysdeps/stub/__close.c: Renamed to close.c; added weak alias close.
11539 * sysdeps/unix/__close.S: Likewise.
11540 * sysdeps/mach/hurd/__close.c: Likewise.
11541 * sysdeps/standalone/__close.c: Likewise.
11542 * sysdeps/generic/__copysign.c: Renamed to copysign.c; added weak
11544 * sysdeps/ieee754/__copysign.c: Likewise.
11545 * sysdeps/alpha/__copysign.c: Likewise.
11546 * sysdeps/ieee754/__drem.c: Renamed to drem.c; added weak alias drem.
11547 * sysdeps/m68k/fpu/__drem.c: Likewise.
11548 * sysdeps/stub/__drem.c: Likewise.
11549 * sysdeps/posix/__dup.c: Renamed to dup.c; added weak alias dup.
11550 * sysdeps/stub/__dup.c: Likewise.
11551 * sysdeps/unix/__dup.S: Likewise.
11552 * sysdeps/posix/__dup2.c: Renamed to dup2.c; added weak alias dup2.
11553 * sysdeps/stub/__dup2.c: Likewise.
11554 * sysdeps/unix/sysv/sysv4/__dup2.c: Likewise.
11555 * sysdeps/unix/sysv/irix4/__dup2.c: Likewise.
11556 * sysdeps/unix/common/__dup2.S: Likewise.
11557 * sysdeps/mach/hurd/__dup2.c: Likewise.
11558 * sysdeps/stub/__execve.c: Renamed to execve.c; added weak alias
11560 * sysdeps/unix/__execve.S: Likewise.
11561 * sysdeps/mach/hurd/__execve.c: Likewise.
11562 * sysdeps/generic/__expm1.c: Renamed to expm1.c; added weak alias
11564 * sysdeps/m68k/fpu/__expm1.c: Likewise.
11565 * sysdeps/stub/__fchmod.c: Renamed to fchmod.c; added weak alias
11567 * sysdeps/unix/common/__fchmod.S: Likewise.
11568 * sysdeps/mach/hurd/__fchmod.c: Likewise.
11569 * sysdeps/stub/__fchown.c: Renamed to fchown.c; added weak alias
11571 * sysdeps/unix/common/__fchown.S: Likewise.
11572 * sysdeps/mach/hurd/__fchown.c: Likewise.
11573 * sysdeps/stub/__fcntl.c: Renamed to fcntl.c; added weak alias fcntl.
11574 * sysdeps/unix/__fcntl.S: Likewise.
11575 * sysdeps/mach/hurd/__fcntl.c: Likewise.
11576 * math/__finite.c: Renamed to finite.c; added weak alias finite.
11577 * sysdeps/posix/__flock.c: Renamed to flock.c; added weak alias flock.
11578 * sysdeps/stub/__flock.c: Likewise.
11579 * sysdeps/unix/bsd/__flock.S: Likewise.
11580 * sysdeps/mach/hurd/__flock.c: Likewise.
11581 * hurd/__fopenport.c: Renamed to fopenport.c; added weak alias
11583 * sysdeps/stub/__fork.c: Renamed to fork.c; added weak alias fork.
11584 * sysdeps/unix/__fork.S: Likewise.
11585 * sysdeps/unix/bsd/osf1/alpha/__fork.S: Likewise.
11586 * sysdeps/unix/i386/__fork.S: Likewise.
11587 * sysdeps/unix/sparc/__fork.S: Likewise.
11588 * sysdeps/unix/mips/__fork.S: Likewise.
11589 * sysdeps/mach/hurd/__fork.c: Likewise.
11590 * sysdeps/posix/__fpathcon.c: Renamed to fpathcon.c; added weak
11592 * sysdeps/stub/__fpathcon.c: Likewise.
11593 * sysdeps/unix/sysv/irix4/__fpathcon.c: Likewise.
11594 * sysdeps/stub/__fstat.c: Renamed to fstat.c; added weak alias fstat.
11595 * sysdeps/unix/__fstat.S: Likewise.
11596 * sysdeps/unix/sysv/sysv4/i386/__fstat.S: Likewise.
11597 * sysdeps/mach/hurd/__fstat.c: Likewise.
11598 * stdio/__getdelim.c: Renamed to getdelim.c; added weak alias
11600 * sysdeps/stub/__getdents.c: Renamed to getdents.c; added weak
11602 * sysdeps/unix/__getdents.c: Likewise.
11603 * sysdeps/unix/bsd/sun/__getdents.S: Likewise.
11604 * sysdeps/unix/bsd/hp/m68k/__getdents.S: Likewise.
11605 * sysdeps/unix/bsd/ultrix4/__getdents.S: Likewise.
11606 * sysdeps/unix/bsd/bsd4.4/__getdents.S: Likewise.
11607 * sysdeps/unix/bsd/osf1/alpha/__getdents.S: Likewise.
11608 * sysdeps/unix/sysv/__getdents.c: Likewise.
11609 * sysdeps/mach/hurd/__getdents.c: Likewise.
11610 * hurd/__getdport.c: Renamed to getdport.c; added weak alias getdport.
11611 * sysdeps/posix/__getdtsz.c: Renamed to getdtsz.c; added weak
11612 alias getdtablesize.
11613 * sysdeps/stub/__getdtsz.c: Likewise.
11614 * sysdeps/unix/bsd/__getdtsz.S: Likewise.
11615 * sysdeps/unix/sysv/sysv4/__getdtsz.c: Likewise.
11616 * sysdeps/mach/hurd/__getdtsz.c: Likewise.
11617 * sysdeps/stub/__getegid.c: Renamed to getegid.c; added weak alias
11619 * sysdeps/unix/__getegid.S: Likewise.
11620 * sysdeps/mach/hurd/__getegid.c: Likewise.
11621 * sysdeps/stub/__geteuid.c: Renamed to geteuid.c; added weak alias
11623 * sysdeps/unix/__geteuid.S: Likewise.
11624 * sysdeps/mach/hurd/__geteuid.c: Likewise.
11625 * sysdeps/stub/__getgid.c: Renamed to getgid.c; added weak alias
11627 * sysdeps/unix/__getgid.S: Likewise.
11628 * sysdeps/mach/hurd/__getgid.c: Likewise.
11629 * sysdeps/stub/__getgrps.c: Renamed to getgroups.c; added weak
11631 * sysdeps/unix/bsd/sequent/i386/__getgrps.S: Likewise.
11632 * sysdeps/unix/sysv/sco3.2.4/__getgrps.c: Likewise.
11633 * sysdeps/unix/sysv/irix4/__getgrps.c: Likewise.
11634 * sysdeps/unix/common/__getgrps.S: Likewise.
11635 * sysdeps/mach/hurd/__getgrps.c: Likewise.
11636 * sysdeps/stub/__gethstnm.c: Renamed to gethostname.c; added weak
11638 * sysdeps/unix/inet/__gethstnm.S: Likewise.
11639 * sysdeps/unix/sysv/__gethstnm.c: Likewise.
11640 * sysdeps/unix/sysv/sysv4/__gethstnm.c: Likewise.
11641 * sysdeps/mach/hurd/__gethstnm.c: Likewise.
11642 * sysdeps/stub/__getitmr.c: Renamed to getitimer.c; added weak
11644 * sysdeps/unix/common/__getitmr.S: Likewise.
11645 * sysdeps/mach/hurd/__getitmr.c: Likewise.
11646 * stdio/__getline.c: Renamed to getline.c; added weak alias getline.
11647 * sysdeps/posix/__getpgsz.c: Renamed to getpagesize.c; added weak
11649 * sysdeps/stub/__getpgsz.c: Likewise.
11650 * sysdeps/unix/__getpgsz.c: Likewise.
11651 * sysdeps/unix/bsd/__getpgsz.S: Likewise.
11652 * sysdeps/unix/sysv/sysv4/__getpgsz.c: Likewise.
11653 * sysdeps/mach/__getpgsz.c: Likewise.
11654 * sysdeps/stub/__getpid.c: Renamed to getpid.c; added weak alias
11656 * sysdeps/unix/__getpid.S: Likewise.
11657 * sysdeps/mach/hurd/__getpid.c: Likewise.
11658 * sysdeps/stub/__getppid.c: Renamed to getppid.c; added weak alias
11660 * sysdeps/unix/__getppid.S: Likewise.
11661 * sysdeps/mach/hurd/__getppid.c: Likewise.
11662 * sysdeps/posix/__gettod.c: Renamed to gettimeofday.c; added weak
11663 alias gettimeofday.
11664 * sysdeps/stub/__gettod.c: Likewise.
11665 * sysdeps/unix/sysv/irix4/__gettod.c: Likewise.
11666 * sysdeps/unix/common/__gettod.S: Likewise.
11667 * sysdeps/mach/__gettod.c: Likewise.
11668 * sysdeps/stub/__getuid.c: Renamed to getuid.c; added weak alias
11670 * sysdeps/unix/__getuid.S: Likewise.
11671 * sysdeps/mach/hurd/__getuid.c: Likewise.
11672 * sysdeps/generic/__infnan.c: Renamed to infnan.c; added weak
11674 * sysdeps/ieee754/__infnan.c: Likewise.
11675 * sysdeps/vax/__infnan.c: Likewise.
11676 * sysdeps/stub/__ioctl.c: Renamed to ioctl.c; added weak alias ioctl.
11677 * sysdeps/unix/__ioctl.S: Likewise.
11678 * sysdeps/mach/hurd/__ioctl.c: Likewise.
11679 * sysdeps/posix/__isatty.c: Renamed to isatty.c; added weak alias
11681 * sysdeps/stub/__isatty.c: Likewise.
11682 * sysdeps/unix/bsd/__isatty.c: Likewise.
11683 * sysdeps/mach/hurd/__isatty.c: Likewise.
11684 * sysdeps/ieee754/__isinf.c: Renamed to isinf.c; added weak alias
11686 * sysdeps/m68k/fpu/__isinf.c: Likewise.
11687 * sysdeps/stub/__isinf.c: Likewise.
11688 * sysdeps/generic/__isnan.c: Renamed to isnan.c; added weak alias
11690 * sysdeps/ieee754/__isnan.c: Likewise.
11691 * sysdeps/m68k/fpu/__isnan.c: Likewise.
11692 * sysdeps/stub/__kill.c: Renamed to kill.c; added weak alias kill.
11693 * sysdeps/unix/__kill.S: Likewise.
11694 * sysdeps/mach/hurd/__kill.c: Likewise.
11695 * sysdeps/stub/__link.c: Renamed to link.c; added weak alias link.
11696 * sysdeps/unix/__link.S: Likewise.
11697 * sysdeps/mach/hurd/__link.c: Likewise.
11698 * sysdeps/ieee754/__logb.c: Renamed to logb.c; added weak alias logb.
11699 * sysdeps/m68k/fpu/__logb.c: Likewise.
11700 * sysdeps/stub/__logb.c: Likewise.
11701 * sysdeps/stub/__lseek.c: Renamed to lseek.c; added weak alias lseek.
11702 * sysdeps/unix/__lseek.S: Likewise.
11703 * sysdeps/mach/hurd/__lseek.c: Likewise.
11704 * sysdeps/generic/__lstat.c: Renamed to lstat.c; added weak alias
11706 * sysdeps/stub/__lstat.c: Likewise.
11707 * sysdeps/unix/sysv/sysv4/i386/__lstat.S: Likewise.
11708 * sysdeps/unix/common/__lstat.S: Likewise.
11709 * sysdeps/mach/hurd/__lstat.c: Likewise.
11710 * sysdeps/generic/__memccpy.c: Renamed to memccpy.c; added weak
11712 * sysdeps/vax/__memccpy.c: Likewise.
11713 * sysdeps/stub/__mkdir.c: Renamed to mkdir.c; added weak alias mkdir.
11714 * sysdeps/unix/sysv/__mkdir.c: Likewise.
11715 * sysdeps/unix/common/__mkdir.S: Likewise.
11716 * sysdeps/mach/hurd/__mkdir.c: Likewise.
11717 * sysdeps/stub/__mknod.c: Renamed to mknod.c; added weak alias mknod.
11718 * sysdeps/unix/__mknod.S: Likewise.
11719 * sysdeps/unix/sysv/sysv4/i386/__mknod.S: Likewise.
11720 * sysdeps/mach/hurd/__mknod.c: Likewise.
11721 * mach/__msg.c: Renamed to msg.c; added weak alias mach_msg.
11722 * mach/__msgserver.c: Renamed to msgserver.c; added weak alias
11724 * sysdeps/stub/__open.c: Renamed to open.c; added weak alias open.
11725 * sysdeps/unix/__open.S: Likewise.
11726 * sysdeps/mach/hurd/__open.c: Likewise.
11727 * sysdeps/standalone/__open.c: Likewise.
11728 * sysdeps/stub/__pathconf.c: Renamed to pathconf.c; added weak
11730 * sysdeps/unix/sysv/sco3.2.4/__pathconf.S: Likewise.
11731 * sysdeps/unix/sysv/irix4/__pathconf.c: Likewise.
11732 * hurd/__pid2task.c: Renamed to pid2task.c; added weak alias pid2task.
11733 * sysdeps/stub/__pipe.c: Renamed to pipe.c; added weak alias pipe.
11734 * sysdeps/unix/bsd/vax/__pipe.S: Likewise.
11735 * sysdeps/unix/bsd/m68k/__pipe.S: Likewise.
11736 * sysdeps/unix/bsd/osf1/alpha/__pipe.S: Likewise.
11737 * sysdeps/unix/i386/__pipe.S: Likewise.
11738 * sysdeps/unix/sparc/__pipe.S: Likewise.
11739 * sysdeps/unix/mips/__pipe.S: Likewise.
11740 * sysdeps/mach/hurd/__pipe.c: Likewise.
11741 * stdlib/__random.c: Renamed to random.c; added weak alias random.
11742 * sysdeps/stub/__read.c: Renamed to read.c; added weak alias read.
11743 * sysdeps/unix/__read.S: Likewise.
11744 * sysdeps/mach/hurd/__read.c: Likewise.
11745 * sysdeps/standalone/__read.c: Likewise.
11746 * sysdeps/stub/__readlink.c: Renamed to readlink.c; added weak
11748 * sysdeps/unix/common/__readlink.S: Likewise.
11749 * sysdeps/mach/hurd/__readlink.c: Likewise.
11750 * sysdeps/generic/__rint.c: Renamed to rint.c; added weak alias rint.
11751 * sysdeps/m68k/fpu/__rint.c: Likewise.
11752 * sysdeps/stub/__rmdir.c: Renamed to rmdir.c; added weak alias rmdir.
11753 * sysdeps/unix/sysv/__rmdir.c: Likewise.
11754 * sysdeps/unix/common/__rmdir.S: Likewise.
11755 * sysdeps/mach/hurd/__rmdir.c: Likewise.
11756 * sysdeps/generic/__sbrk.c: Renamed to sbrk.c; added weak alias sbrk.
11757 * sysdeps/stub/__sbrk.c: Likewise.
11758 * sysdeps/mach/hurd/__sbrk.c: Likewise.
11759 * math/__scalb.c: Renamed to scalb.c; added weak alias scalb.
11760 * sysdeps/stub/__select.c: Renamed to select.c; added weak alias
11762 * sysdeps/unix/common/__select.S: Likewise.
11763 * sysdeps/mach/hurd/__select.c: Likewise.
11764 * hurd/__setauth.c: Renamed to setauth.c; added weak alias setauth.
11765 * sysdeps/stub/__setgid.c: Renamed to setgid.c; added weak alias
11767 * sysdeps/unix/__setgid.S: Likewise.
11768 * sysdeps/unix/bsd/__setgid.c: Likewise.
11769 * sysdeps/mach/hurd/__setgid.c: Likewise.
11770 * sysdeps/stub/__setitmr.c: Renamed to setitmr.c; added weak alias
11772 * sysdeps/unix/common/__setitmr.S: Likewise.
11773 * sysdeps/mach/hurd/__setitmr.c: Likewise.
11774 * sysdeps/stub/__setpgrp.c: Renamed to setpgrp.c; added weak alias
11776 * sysdeps/unix/sysv/sysv4/__setpgrp.c: Likewise.
11777 * sysdeps/unix/sysv/sco3.2.4/__setpgrp.c: Likewise.
11778 * sysdeps/unix/sysv/irix4/__setpgrp.S: Likewise.
11779 * sysdeps/unix/common/__setpgrp.S: Likewise.
11780 * sysdeps/mach/hurd/__setpgrp.c: Likewise.
11781 * sysdeps/stub/__setregid.c: Renamed to setregid.c; added weak
11783 * sysdeps/unix/common/__setregid.S: Likewise.
11784 * sysdeps/mach/hurd/__setregid.c: Likewise.
11785 * sysdeps/stub/__setreuid.c: Renamed to setreuid.c; added weak
11787 * sysdeps/unix/common/__setreuid.S: Likewise.
11788 * sysdeps/mach/hurd/__setreuid.c: Likewise.
11789 * sysdeps/stub/__setsid.c: Renamed to setsid.c; added weak alias
11791 * sysdeps/unix/bsd/__setsid.c: Likewise.
11792 * sysdeps/unix/bsd/sun/sunos4/__setsid.S: Likewise.
11793 * sysdeps/unix/bsd/ultrix4/__setsid.S: Likewise.
11794 * sysdeps/unix/bsd/bsd4.4/__setsid.S: Likewise.
11795 * sysdeps/unix/sysv/linux/__setsid.S: Likewise.
11796 * sysdeps/unix/sysv/sysv4/__setsid.c: Likewise.
11797 * sysdeps/unix/sysv/sco3.2.4/__setsid.c: Likewise.
11798 * sysdeps/mach/hurd/__setsid.c: Likewise.
11799 * sysdeps/stub/__settod.c: Renamed to settod.c; added weak alias
11801 * sysdeps/unix/bsd/__settod.S: Likewise.
11802 * sysdeps/unix/sysv/__settod.c: Likewise.
11803 * sysdeps/mach/hurd/__settod.c: Likewise.
11804 * sysdeps/stub/__setuid.c: Renamed to setuid.c; added weak alias
11806 * sysdeps/unix/__setuid.S: Likewise.
11807 * sysdeps/unix/bsd/__setuid.c: Likewise.
11808 * sysdeps/mach/hurd/__setuid.c: Likewise.
11809 * sysdeps/posix/__sigblock.c: Renamed to sigblock.c; added weak
11811 * sysdeps/stub/__sigblock.c: Likewise.
11812 * sysdeps/unix/bsd/__sigblock.S: Likewise.
11813 * sysdeps/unix/bsd/bsd4.4/__sigblock.c: Likewise.
11814 * sysdeps/unix/bsd/osf1/alpha/__sigblock.S: Likewise.
11815 * sysdeps/posix/__sigpause.c: Renamed to sigpause.c; added weak
11817 * sysdeps/stub/__sigpause.c: Likewise.
11818 * sysdeps/unix/bsd/__sigpause.S: Likewise.
11819 * sysdeps/unix/bsd/osf1/alpha/__sigpause.S: Likewise.
11820 * sysdeps/stub/__sigproc.c: Renamed to sigprocmask.c; added weak
11822 * sysdeps/unix/bsd/__sigproc.c: Likewise.
11823 * sysdeps/unix/sysv/sysv4/__sigproc.S: Likewise.
11824 * sysdeps/unix/sysv/sco3.2.4/__sigproc.S: Likewise.
11825 * sysdeps/mach/hurd/__sigproc.c: Likewise.
11826 * sysdeps/stub/__sigret.c: Renamed to sigreturn.c; added weak
11828 * sysdeps/unix/bsd/sun/__sigret.S: Likewise.
11829 * sysdeps/unix/sysv/i386/__sigret.S: Likewise.
11830 * sysdeps/unix/sysv/irix4/__sigret.S: Likewise.
11831 * sysdeps/unix/i386/__sigret.S: Likewise.
11832 * sysdeps/unix/mips/__sigret.S: Likewise.
11833 * sysdeps/mach/hurd/i386/__sigret.c: Likewise.
11834 * sysdeps/mach/hurd/alpha/__sigret.c: Likewise.
11835 * sysdeps/mach/hurd/mips/__sigret.c: Likewise.
11836 * sysdeps/posix/__sigvec.c: Renamed to sigvec.c; added weak alias
11838 * sysdeps/stub/__sigvec.c: Likewise.
11839 * sysdeps/unix/bsd/__sigvec.S: Likewise.
11840 * sysdeps/unix/bsd/sun/__sigvec.S: Likewise.
11841 * sysdeps/unix/bsd/sequent/i386/__sigvec.S: Likewise.
11842 * sysdeps/unix/bsd/ultrix4/mips/__sigvec.S: Likewise.
11843 * sysdeps/unix/bsd/bsd4.4/__sigvec.c: Likewise.
11844 * sysdeps/unix/bsd/osf1/alpha/__sigvec.S: Likewise.
11845 * sysdeps/stub/__stat.c: Renamed to stat.c; added weak alias stat.
11846 * sysdeps/unix/__stat.S: Likewise.
11847 * sysdeps/unix/sysv/sysv4/i386/__stat.S: Likewise.
11848 * sysdeps/mach/hurd/__stat.c: Likewise.
11849 * sysdeps/generic/__stpncpy.c: Renamed to stpncpy.c; added weak
11851 * sysdeps/stub/__symlink.c: Renamed to symlink.c; added weak alias
11853 * sysdeps/unix/common/__symlink.S: Likewise.
11854 * sysdeps/mach/hurd/__symlink.c: Likewise.
11855 * sysdeps/posix/__sysconf.c: Renamed to sysconf.c; added weak
11857 * sysdeps/stub/__sysconf.c: Likewise.
11858 * sysdeps/unix/bsd/ultrix4/__sysconf.c: Likewise.
11859 * sysdeps/unix/sysv/sysv4/__sysconf.c: Likewise.
11860 * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Likewise.
11861 * sysdeps/unix/sysv/irix4/__sysconf.c: Likewise.
11862 * hurd/__task2pid.c: Renamed to task2pid.c; added weak alias task2pid.
11863 * sysdeps/stub/__times.c: Renamed to times.c; added weak alias times.
11864 * sysdeps/unix/bsd/__times.c: Likewise.
11865 * sysdeps/unix/sysv/__times.S: Likewise.
11866 * time/__tzset.c: Renamed to tzset.c; added weak alias tzset.
11867 * sysdeps/stub/__umask.c: Renamed to umask.c; added weak alias umask.
11868 * sysdeps/unix/__umask.S: Likewise.
11869 * sysdeps/mach/hurd/__umask.c: Likewise.
11870 * sysdeps/stub/__unlink.c: Renamed to unlink.c; added weak alias
11872 * sysdeps/unix/__unlink.S: Likewise.
11873 * sysdeps/mach/hurd/__unlink.c: Likewise.
11874 * sysdeps/stub/__utimes.c: Renamed to utimes.c; added weak alias
11876 * sysdeps/unix/bsd/__utimes.S: Likewise.
11877 * sysdeps/unix/sysv/sysv4/solaris2/__utimes.S: Likewise.
11878 * sysdeps/mach/hurd/__utimes.c: Likewise.
11879 * sysdeps/generic/__vfork.c: Renamed to vfork.c; added weak alias
11881 * sysdeps/unix/bsd/sun/m68k/__vfork.S: Likewise.
11882 * sysdeps/unix/bsd/vax/__vfork.S: Likewise.
11883 * sysdeps/unix/bsd/i386/__vfork.S: Likewise.
11884 * sysdeps/unix/bsd/hp/m68k/__vfork.S: Likewise.
11885 * sysdeps/unix/bsd/ultrix4/mips/__vfork.S: Likewise.
11886 * sysdeps/unix/sysv/sysv4/i386/__vfork.S: Likewise.
11887 * sysdeps/unix/sparc/__vfork.S: Likewise.
11888 * stdio/__vfscanf.c: Renamed to vfscanf.c; added weak alias vfscanf.
11889 * stdio/__vsscanf.c: Renamed to vsscanf.c; added weak alias vsscanf.
11890 * sysdeps/posix/__wait.c: Renamed to wait.c; added weak alias wait.
11891 * sysdeps/stub/__wait.c: Likewise.
11892 * sysdeps/unix/bsd/sony/newsos4/__wait.c: Likewise.
11893 * sysdeps/unix/bsd/sun/sunos4/__wait.c: Likewise.
11894 * sysdeps/unix/bsd/sun/sunos3/m68k/__wait.S: Likewise.
11895 * sysdeps/unix/bsd/vax/__wait.S: Likewise.
11896 * sysdeps/unix/bsd/m68k/__wait.S: Likewise.
11897 * sysdeps/unix/bsd/bsd4.4/__wait.c: Likewise.
11898 * sysdeps/unix/sysv/i386/linux/__wait.S: Likewise.
11899 * sysdeps/unix/sysv/irix4/__wait.S: Likewise.
11900 * sysdeps/unix/i386/__wait.S: Likewise.
11901 * sysdeps/unix/mips/__wait.S: Likewise.
11902 * sysdeps/posix/__wait3.c: Renamed to wait3.c; added weak alias wait3.
11903 * sysdeps/stub/__wait3.c: Likewise.
11904 * sysdeps/unix/bsd/sony/newsos4/__wait3.c: Likewise.
11905 * sysdeps/unix/bsd/sun/sunos4/__wait3.c: Likewise.
11906 * sysdeps/unix/bsd/vax/__wait3.S: Likewise.
11907 * sysdeps/unix/bsd/i386/__wait3.S: Likewise.
11908 * sysdeps/unix/bsd/hp/m68k/__wait3.S: Likewise.
11909 * sysdeps/unix/bsd/ultrix4/__wait3.S: Likewise.
11910 * sysdeps/unix/bsd/bsd4.4/__wait3.c: Likewise.
11911 * sysdeps/unix/sysv/irix4/__wait3.S: Likewise.
11912 * sysdeps/stub/__wait4.c: Renamed to wait4.c; added weak alias wait4.
11913 * sysdeps/unix/bsd/sony/newsos4/__wait4.c: Likewise.
11914 * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Likewise.
11915 * sysdeps/unix/bsd/bsd4.4/__wait4.S: Likewise.
11916 * sysdeps/unix/bsd/osf1/alpha/__wait4.S: Likewise.
11917 * sysdeps/unix/sysv/linux/__wait4.S: Likewise.
11918 * sysdeps/mach/hurd/__wait4.c: Likewise.
11919 * sysdeps/stub/__waitpid.c: Renamed to waitpid.c; added weak alias
11921 * sysdeps/unix/bsd/sun/sunos4/__waitpid.c: Likewise.
11922 * sysdeps/unix/bsd/ultrix4/__waitpid.S: Likewise.
11923 * sysdeps/unix/bsd/bsd4.4/__waitpid.c: Likewise.
11924 * sysdeps/unix/bsd/osf1/alpha/__waitpid.c: Likewise.
11925 * sysdeps/unix/sysv/linux/__waitpid.S: Likewise.
11926 * sysdeps/unix/sysv/sysv4/__waitpid.c: Likewise.
11927 * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Likewise.
11928 * sysdeps/unix/sysv/irix4/__waitpid.c: Likewise.
11929 * sysdeps/stub/__write.c: Renamed to write.c; added weak alias write.
11930 * sysdeps/unix/__write.S: Likewise.
11931 * sysdeps/mach/hurd/__write.c: Likewise.
11932 * sysdeps/standalone/__write.c: Likewise.
11933 * sysdeps/stub/__tcgetatr.c: Renamed to tcgetattr.c; added weak
11935 * sysdeps/unix/bsd/__tcgetatr.c: Likewise.
11936 * sysdeps/unix/bsd/sun/sunos4/__tcgetatr.c: Likewise.
11937 * sysdeps/unix/bsd/bsd4.4/__tcgetatr.c: Likewise.
11938 * sysdeps/unix/sysv/__tcgetatr.c: Likewise.
11939 * sysdeps/stub/__sigact.c: Renamed to sigaction.c; added weak
11941 * sysdeps/unix/bsd/__sigact.c: Likewise.
11942 * sysdeps/unix/sysv/__sigact.c: Likewise.
11943 * sysdeps/unix/sysv/sysv4/__sigact.c: Likewise.
11944 * sysdeps/unix/sysv/sco3.2.4/__sigact.S: Likewise.
11945 * sysdeps/mach/hurd/__sigact.c: Likewise.
11946 * sysdeps/posix/__sigstmsk.c: Renamed to sigsetmask.c; added weak
11948 * sysdeps/stub/__sigstmsk.c: Likewise.
11949 * sysdeps/unix/bsd/__sigstmsk.S: Likewise.
11950 * sysdeps/unix/bsd/bsd4.4/__sigstmsk.c: Likewise.
11951 * sysdeps/unix/bsd/osf1/alpha/__sigstmsk.S: Likewise.
11952 * sysdeps/stub/__getrusag.c: Renamed to getrusage.c; added weak
11954 * sysdeps/unix/sysv/irix4/__getrusag.c: Likewise.
11955 * sysdeps/unix/common/__getrusag.S: Likewise.
11956 * hurd/task2pid.c: File removed.
11957 * hurd/setauth.c: File removed.
11958 * hurd/pid2task.c: File removed.
11959 * hurd/hurdsyms.c: File removed.
11960 * hurd/getdport.c: File removed.
11961 * hurd/fopenport.c: File removed.
11962 * mach/thread-sym.c: File removed.
11963 * mach/spin-syms.c: File removed.
11964 * mach/msgserver_t.c: File removed.
11965 * mach/msgserver.c: File removed.
11966 * mach/msg.c: File removed.
11967 * mach/mig_syms.c: File removed.
11968 * malloc/mcheck-init.c: File removed.
11969 * malloc/cfree.c: File removed.
11970 * io/flock.c: File removed.
11971 * io/write.c: File removed.
11972 * io/unlink.c: File removed.
11973 * io/umask.c: File removed.
11974 * io/symlink.c: File removed.
11975 * io/rmdir.c: File removed.
11976 * io/readlink.c: File removed.
11977 * io/read.c: File removed.
11978 * io/pipe.c: File removed.
11979 * io/open.c: File removed.
11980 * io/mkdir.c: File removed.
11981 * io/lstat.c: File removed.
11982 * io/lseek.c: File removed.
11983 * io/link.c: File removed.
11984 * io/isatty.c: File removed.
11985 * io/stat.c: File removed.
11986 * io/fstat.c: File removed.
11987 * io/fchown.c: File removed.
11988 * io/fchmod.c: File removed.
11989 * io/dup2.c: File removed.
11990 * io/dup.c: File removed.
11991 * io/close.c: File removed.
11992 * io/fcntl.c: File removed.
11993 * io/chmod.c: File removed.
11994 * io/chdir.c: File removed.
11995 * io/access.c: File removed.
11996 * io/chown.c: File removed.
11997 * time/tzset.c: File removed.
11998 * time/timelocal.c: File removed.
11999 * time/syms-time.c: File removed.
12000 * time/settod.c: File removed.
12001 * time/setitmr.c: File removed.
12002 * time/gettod.c: File removed.
12003 * time/getitmr.c: File removed.
12004 * time/adjtime.c: File removed.
12005 * termios/tcgetattr.c: File removed.
12006 * string/stpncpy.c: File removed.
12007 * string/rindex.c: File removed.
12008 * string/memccpy.c: File removed.
12009 * string/index.c: File removed.
12010 * string/bcmp.c: File removed.
12011 * stdlib/srand.c: File removed.
12012 * stdlib/random.c: File removed.
12013 * stdio/vsscanf.c: File removed.
12014 * stdio/vfscanf.c: File removed.
12015 * stdio/syms-stdio.c: File removed.
12016 * stdio/remove.c: File removed.
12017 * stdio/getline.c: File removed.
12018 * stdio/getdelim.c: File removed.
12019 * signal/ssignal.c: File removed.
12020 * signal/sigvec.c: File removed.
12021 * signal/sigsetmask.c: File removed.
12022 * signal/sigret.c: File removed.
12023 * signal/sigproc.c: File removed.
12024 * signal/sigpause.c: File removed.
12025 * signal/sigblock.c: File removed.
12026 * signal/sigaction.c: File removed.
12027 * signal/kill.c: File removed.
12028 * signal/gsignal.c: File removed.
12029 * setjmp/siglongjmp.c: File removed.
12030 * setjmp/_longjmp.c: File removed.
12031 * resource/getrusage.c: File removed.
12032 * posix/waitpid.c: File removed.
12033 * posix/wait4.c: File removed.
12034 * posix/wait3.c: File removed.
12035 * posix/wait.c: File removed.
12036 * posix/times.c: File removed.
12037 * posix/sysconf.c: File removed.
12038 * posix/setuid.c: File removed.
12039 * posix/setsid.c: File removed.
12040 * posix/setpgrp.c: File removed.
12041 * posix/setpgid.c: File removed.
12042 * posix/setgid.c: File removed.
12043 * posix/pathconf.c: File removed.
12044 * posix/getuid.c: File removed.
12045 * posix/getppid.c: File removed.
12046 * posix/getpid.c: File removed.
12047 * posix/getgrps.c: File removed.
12048 * posix/getgid.c: File removed.
12049 * posix/geteuid.c: File removed.
12050 * posix/getegid.c: File removed.
12051 * posix/fpathcon.c: File removed.
12052 * posix/fork.c: File removed.
12053 * posix/execve.c: File removed.
12054 * posix/environ.c: File removed.
12055 * misc/utimes.c: File removed.
12056 * misc/setreuid.c: File removed.
12057 * misc/setregid.c: File removed.
12058 * misc/select.c: File removed.
12059 * misc/sbrk.c: File removed.
12060 * misc/mknod.c: File removed.
12061 * misc/ioctl.c: File removed.
12062 * misc/getpgsz.c: File removed.
12063 * misc/gethstnm.c: File removed.
12064 * misc/getdtsz.c: File removed.
12065 * misc/data_start.c: File removed.
12066 * misc/brk.c: File removed.
12067 * math/scalb.c: File removed.
12068 * math/rint.c: File removed.
12069 * math/logb.c: File removed.
12070 * math/isnan.c: File removed.
12071 * math/isinf.c: File removed.
12072 * math/infnan.c: File removed.
12073 * math/finite.c: File removed.
12074 * math/expm1.c: File removed.
12075 * math/drem.c: File removed.
12076 * math/copysign.c: File removed.
12077 * math/__scalb.c: File removed.
12078 * dirent/getdents.c: File removed.
12080 Fri Jan 20 16:11:06 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12082 * sysdeps/generic/morecore.c (__default_morecore): Use
12083 __malloc_ptrdiff_t; don't cast arg to int.
12085 * resolv/getnetnamadr.c: Include "conf/portability.h".
12087 Thu Jan 19 02:20:04 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12089 * stdlib/strtol.c: Include errno.h.
12090 [QUAD] (ULONG_MAX): Define to a static variable initialized to
12091 ULONG_LONG_MAX. This is to work around a GCC bug in using the
12092 constant in arithmetic.
12094 * posix/unistd.h (daemon): Declare it.
12096 * malloc/mcheck-init.c: Remove GNU ld hacks.
12097 (__malloc_initialize_hook): Initialize this hook to turn_on_mcheck.
12098 * malloc/malloc.c (__malloc_initialize_hook): New hook variable.
12099 (initialize): Call the hook if set.
12100 * malloc/malloc.h: Use __malloc_{size,ptrdiff}_t in prototypes.
12101 (__malloc_initialize_hook): Declare new hook variable.
12103 Wed Jan 18 01:43:39 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12105 * hurd/hurdsig.c: Prepend `msg_' to server RPC names.
12106 * hurd/hurdpid.c: Likewise.
12107 * hurd/hurdauth.c: Likewise.
12109 Tue Jan 17 03:16:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12111 * sysdeps/mach/hurd/__select.c: If some replies are EINTR, succeed
12112 if any are successful.
12114 * hurd/hurdmsg.c: Prepend `msg_' to all RPC names.
12115 (_S_msg_get_exec_flags, _S_msg_set_exec_flags,
12116 _S_msg_set_some_exec_flags, _S_msg_clear_some_exec_flags): New
12118 (_S_io_select_done, _S_dir_changed, _S_file_changed): Stubs removed.
12120 * hurd/hurdkill.c: __sig_post renamed to __msg_sig_post.
12121 * hurd/hurd-raise.c: Likewise.
12122 * hurd/hurdsig.c (post_reply): Prepend `msg_' to RPC names.
12124 * sysdeps/mach/hurd/ptrace.c: New file.
12126 * sysdeps/mach/hurd/__select.c: Revamped to use new io_select
12127 interface, which has normal EINTR semantics. Instead of waiting
12128 for io_select_done notification messages, send io_select messages
12129 with short reply timeout and then wait for io_select_reply
12132 * hurd/hurdexec.c (_hurd_exec): Pass (_hurd_exec_flags &
12133 EXEC_INHERITED) to file_exec.
12135 * hurd/hurdsig.c (post_reply): Take new arg UNTRACED; if nonzero,
12136 use sig_post_untraced_reply. All callers changed.
12137 (abort_thread, abort_rpcs): Take same new arg and pass it through.
12138 All callers changed.
12139 (_hurd_internal_post_signal): Take new arg UNTRACED.
12140 If zero and process is traced, stop with SIGNO as stop signal. If
12141 nonzero, resume process before delivering signal (unless
12142 ACT==stop). Expand local fn sigwakeup into block at end taken iff
12144 (signal_allowed): New function, broken out of _S_sig_post.
12145 (_S_sig_post): Call it. Pass UNTRACED arg of false to
12146 _hurd_internal_post_signal.
12147 (_S_sig_post_untraced): New function. Just like _S_sig_post, but
12148 pass true for UNTRACED.
12149 * hurd/hurd/signal.h (_hurd_internal_post_signal): Take new arg
12151 * hurd/catch-exc.c (_S_catch_exception_raise): Pass UNTRACED arg
12152 to _hurd_internal_post_signal (value zero).
12154 Mon Jan 16 16:40:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12156 * hurd/hurdinit.c (_hurd_exec_flags): New variable.
12157 (_hurd_init): Initialize it from FLAGS arg.
12158 (_hurd_proc_init): If EXEC_TRACED is set in _hurd_exec_flags,
12159 raise a SIGTRAP signal (with a sigcode of zero).
12160 * hurd/hurd.h (_hurd_exec_flags): Declare it.
12164 Mon Jan 16 16:16:55 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12166 * malloc/malloc.c (malloc): Fix 1-off in previous change.
12168 Mon Jan 16 15:49:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12170 * posix/glob/Makefile.in: Remove config.h and config.log.
12172 Sun Jan 15 06:56:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12174 * posix/glob/configure.in: Add AC_CONST check.
12176 * conf/portability.h: #undef sun.
12177 * resolv/res_query.c: Updated from BIND-4.9.3-BETA17.
12178 * resolv/getnetnamadr.c: Likewise.
12180 * socket/Makefile (headers): Add sockaddrcom.h.
12181 * inet/netinet/in.h: Include <sockaddrcom.h>.
12182 (struct sockaddr_in): Use the __SOCKADDR_COMMON macro.
12183 * socket/sys/un.h (struct sockaddr_in): Likewise.
12184 * socket/sys/socket.h (struct sockaddr): Likewise.
12185 * sysdeps/unix/bsd/bsd4.4/sockaddrcom.h: New file.
12186 * sysdeps/generic/sockaddrcom.h: New file.
12188 * sysdeps/unix/sysv/sysv4/ftruncate.c: New file.
12189 * sysdeps/unix/common/fcntlbits.h [__USE_SVID] (F_ALLOCSP,
12190 F_FREESP): New macros.
12191 * sysdeps/posix/truncate.c: New file.
12193 * malloc/malloc.c (malloc): Fix typos in RMS's change.
12195 * malloc/Makefile (dist-routines): Add malloc-find.
12196 * malloc/malloc.h (malloc_find_object_address): Declare it.
12197 * malloc/malloc-find.c: New file.
12199 * malloc/malloc.h (__malloc_ptrdiff_t): New macro, defined a la
12201 (malloc_info): Use that type for member `busy.info.size'.
12203 * stdlib/strtol.c: Change uses of `long' keyword throughout to use
12205 [! QUAD] (LONG): Define as long.
12206 [QUAD] (LONG): Define as long long.
12207 [QUAD] (LONG_MIN, LONG_MAX, ULONG_MAX): Redefine to long long
12209 [QUAD] (strtoul, strtol): Define to strtouq, strtoq.
12210 * stdlib/Makefile (routines): Add strtoq and strtouq.
12211 * stdlib/strtoq.c, stdlib/strtouq.c: New files.
12212 * stdlib/stdlib.h [__GNUC__ && __USE_BSD] (strtoq, strtouq):
12215 * stdio/vfprintf.c: If there was a precision specified, ignore the
12216 0 flag and always pad with spaces.
12218 * stdio/vfprintf.c: Don't use strchr to skip text until next %.
12219 Use a loop and also stop on first !isascii char.
12221 Wed Jan 11 00:07:10 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12223 * malloc/malloc.h (malloc_info): Change usage of .busy.info.size.
12225 * malloc/malloc.c (malloc): For a multi-block object, store a
12226 negative number into the busy.info.size of all but the first block.
12228 Tue Jan 10 13:45:20 1995 Brendan Kehoe <brendan@zen.org>
12230 * sysdeps/unix/bsd/ultrix4/mips/start.S: Use s0, s1, and s2
12231 instead of t0, t1, and t2.
12233 Tue Jan 10 05:53:50 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12235 * malloc/memalign.c (__memalign_hook): New variable.
12236 (memalign): Call it if set.
12237 * malloc/malloc.h (__memalign_hook): Declare new variable.
12239 Wed Dec 28 03:27:21 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12241 * conf/portability.h: Include string.h and stdlib.h.
12242 * inet/netdb.h (NETDB_INTERNAL, NETDB_SUCCESS): New macros.
12243 * resolv/resolv.h, resolv/arpa/nameser.h, resolv/gethnamaddr.c,
12244 resolv/getnetbyname.c, resolv/getnetent.c, resolv/herror.c,
12245 resolv/res_mkquery.c, resolv/res_send.c, resolv/res_comp.c,
12246 resolv/res_debug.c, resolv/res_init.c: Updated from BIND 4.9.3-BETA14.
12248 * sysdeps/m68k/fpu/__math.h (__m81_inline): New macro. Replace
12249 all uses of `extern __inline' with `__m81_inline'.
12251 * sysdeps/unix/bsd/hp/m68k/__vfork.S: Use subl, not decl.
12252 * sysdeps/unix/__fork.S: Swap args in subl.
12254 * posix/sys/types.h [__USE_MISC] (ushort, uint): New typedefs, for
12257 Tue Dec 20 13:33:20 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
12259 * sysdeps/mach/hurd/__setpgrp.c (__setpgrp): Use __swtch_pri instead
12261 * sysdeps/mach/hurd/__setsid.c (__setsid): Likewise.
12262 * mach/spin-solid.c (__spin_lock_solid): Likewise.
12264 Thu Dec 15 12:01:07 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12266 * inet/rcmd.c (iruserok): Use alloca instead of fixed-size buffer
12268 (__ivaliduser): Use getline instead of fgets with fixed-size buffer.
12270 * sysdeps/mach/hurd/Makefile (subdirs): Don't elide inet.
12272 Wed Dec 14 18:20:56 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12274 * sysdeps/alpha/bsd-setjmp.S: Reverse register and immediate args
12275 in `bis' insn; immediate must be second.
12277 * sysdeps/unix/__fork.S: Use subl instead of decl.
12278 * sysdeps/unix/i386/__fork.S: New file.
12280 * sysdeps/mach/hurd/alpha/trampoline.c (_hurd_setup_sighandler):
12281 Remove A macro; just use `asm volatile' with proper quotes in each
12283 * sysdeps/mach/alpha/sysdep.h (CALL_WITH_SP): Put parens around
12284 jmp target register.
12286 * time/africa, time/asia, time/australasia, time/emkdir.c,
12287 time/europe, time/ialloc.c, time/northamerica, time/private.h,
12288 time/scheck.c, time/yearistype, time/zdump.c, time/zic.c: New code
12289 and data from ADO 94h distribution.
12291 * sysdeps/sparc/setjmp.S: Use sethi and or to put address of
12292 __sigjmp_save in %g1 and jmp there. jmp cannot contain a complete
12293 absolute pointer. Put second store in jmp delay slot.
12295 Tue Dec 13 15:47:52 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
12297 * sysdeps/sparc/bsd-_setjmp.S: Use sethi and or to put address of
12298 __sigsetjmp in %g1 and jmp there. jmp cannot contain a complete
12300 * sysdeps/sparc/bsd-setjmp.S: Likewise.
12302 * configure.in: Use ; before } in { ... } exprs.
12306 See ChangeLog.4 for earlier changes.