]> sourceware.org Git - glibc.git/blob - ChangeLog
* hurd/hurdsig.c: Use assert_perror for many calls which should
[glibc.git] / ChangeLog
1 Thu Apr 20 22:23:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2
3 * hurd/hurdsig.c: Use assert_perror for many calls which should
4 never fail and previously were not checked.
5
6 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
7 Point the return address for sigreturn's frame at a "hlt" insn so
8 it will definitely crash if sigreturn returns.
9
10 Wed Apr 19 18:40:11 1995 Brendan Kehoe (brendan@zen.org)
11
12 * time/tzset.c (__tzname, __daylight, __timezone): Don't check
13 HAVE_WEAK_SYMBOLS for doing weak_alias.
14
15 Wed Apr 19 18:12:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
16
17 * configure.in: Move $os tests to set $elf et al earlier, before
18 construction of $sysnames. Instead of prepending MACHINE/elf to
19 $sysnames, append &/elf after each elt appended to $mach.
20
21 Tue Apr 18 14:00:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
22
23 * configure.in (libc_cv_asm_global_directive): New check to define
24 ASM_GLOBAL_DIRECTIVE.
25 * config.h.in: Add #undef ASM_GLOBAL_DIRECTIVE.
26 * libc-symbols.h (strong_alias_asm, strong_alias): Use
27 ASM_GLOBAL_DIRECTIVE on the alias.
28
29 * sysdeps/unix/make_errlist.c (main): Don't generate "#ifdef
30 HAVE_WEAK_SYMBOLS" #defns.
31
32 Mon Apr 17 12:02:49 1995 Brendan Kehoe (brendan@zen.org)
33
34 * sysdeps/alpha/strlen.c (strlen): Fix cmpbge insn, and returning
35 of the byte that was zero, so we return a valid number.
36
37 Sun Apr 16 03:23:09 1995 Brendan Kehoe (brendan@zen.org)
38
39 * sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining
40 NO_UNDERSCORES then using sysdeps/unix/mips/sysdep.h.
41
42 Fri Apr 14 18:49:03 1995 Brendan Kehoe (brendan@zen.org)
43
44 * sysdeps/ieee754/mpn2dbl.c (__mpn_construct_double)
45 [BITS_PER_MP_LIMB == 64]: Refer to `u', not to non-existent `i'.
46 * sysdeps/ieee754/mpn2ldbl.c (__mpn_construct_long_double)
47 [BITS_PER_MP_LIMB == 64]: Likewise.
48
49 * sysdeps/unix/bsd/osf/alpha/killpg.S (killpg): Add .end directive.
50 * sysdeps/unix/bsd/osf/alpha/sigblock.S (__sigblock): Likewise.
51 * sysdeps/unix/bsd/osf/alpha/sigsetmask.S (__sigsetmask): Likewise.
52 * sysdeps/unix/bsd/osf/alpha/sigpause.S (__sigpause): Likewise.
53 * sysdeps/unix/bsd/osf/alpha/sigvec.S (__sigvec): Likewise.
54 * sysdeps/unix/bsd/osf/alpha/getdents.S (__getdirentries): Likewise.
55 * sysdeps/unix/bsd/osf/alpha/fork.S (__fork): Likewise.
56 * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
57 * sysdeps/unix/bsd/osf/alpha/recv.S (recv): Likewise.
58 * sysdeps/unix/bsd/osf/alpha/send.S (send): Likewise.
59 * sysdeps/unix/bsd/osf/alpha/vhangup.S (vhangup): Likewise.
60
61 * sysdeps/unix/mips/brk.S (__brk, __curbrk): Add .end directive.
62 * sysdeps/unix/mips/fork.S (fork): Likewise.
63 * sysdeps/unix/mips/pipe.S (fork): Likewise.
64 * sysdeps/unix/mips/sigreturn.S (__sigreturn): Likewise.
65 * sysdeps/unix/mips/sysdep.S (sysdep_error): Likewise.
66 * sysdeps/unix/mips/wait.S (__handler): Likewise.
67 * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
68 * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
69 * sysdeps/unix/bsd/ultrix4/getsysinfo.S (getsysinfo): Likewise.
70 * sysdeps/unix/bsd/ultrix4/wait3.S (waitpid): Likewise.
71 * sysdeps/unix/bsd/ultrix4/waitpid.S (waitpid): Likewise.
72 * sysdeps/unix/bsd/ultrix4/mips/__handler.S (__handler): Likewise.
73 * sysdeps/unix/bsd/ultrix4/mips/sigvec.S (__raw_sigvec): Likewise.
74 * sysdeps/unix/bsd/ultrix4/mips/start.S (__start): Likewise.
75 * sysdeps/unix/bsd/ultrix4/mips/vfork.S (vfork): Likewise.
76 * sysdeps/mips/bsd-_setjmp.S (setjmp): Likewise. Use `$0'
77 instead of `zero' for the li instruction.
78
79 * sysdeps/unix/bsd/osf/alpha/start.S: Change comments to be
80 preprocessor comments, not assembler comments.
81 * sysdeps/unix/bsd/osf/alpha/brk.S: Likewise.
82 * sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.
83
84 Fri Apr 14 15:53:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
85
86 * malloc/malloc.c (register_heapinfo) [__GNUC__]: Use __inline__
87 in place of inline.
88
89 Thu Apr 13 09:45:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
90
91 * Makefile (distribute): Add ChangeLog.[0-9].
92
93 * configure.in: Add check for .set directive.
94 * config.h.in: Add #undef HAVE_ASM_SET_DIRECTIVE.
95 * libc-symbols.h [! HAVE_ASM_SET_DIRECTIVE] (strong_alias,
96 strong_alias_asm): Use `foo = bar' syntax instead.
97
98 * Makerules [! subdir] (O%-lib): Don't prepend ../.
99
100 * sysdeps/generic/expm1.c: #undef expm1 before weak_alias.
101
102 * configure.in: Fix AC_ARG_WITH uses; check for --with-fp. Move
103 $host_os checks to set gnu_ld/as and elf before sysdirs
104 generation. Fix $with_fp test.
105 [$elf=yes]: Prepend MACHINE/elf directory.
106
107 * elf/libelf.h (elf_hash): Use XOR instead of ANDN when the bits
108 being cleared are already known to be set. Thanks Ulrich.
109
110 Wed Apr 12 23:27:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
111
112 * posix/environ.c: Add weak alias `_environ'.
113
114 Tue Apr 11 20:38:55 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
115
116 * sysdeps/i386/add_n.S [PIC]: Use self-call to avoid generating reloc.
117 * sysdeps/i386/sub_n.S [PIC]: Likewise.
118
119 Mon Apr 10 14:53:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
120
121 * libc-symbols.h (_elf_set_element) [PIC]: Don't make the element
122 word `const'.
123
124 * Makeconfig (CPPFLAGS, CFLAGS): Fix swapped references to
125 $(foo-$(suffix $@)).
126
127 * manual/Makefile (chapters-incl): Filter out summary.texi.
128
129 * stdlib/strtod.c (STRTOF): Use extra macro to make STRTOF's #defn
130 a weak symbol instead of literal "STRTOF".
131
132 * locale/setlocale.c: Work around ld bug: don't weakify refs to
133 _nl_{current,C}_*.
134
135 Sun Apr 9 01:24:33 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
136
137 * Makerules (+depfiles): Translate %.so to %.o in $(extra-objs).
138
139 * malloc/free.c [emacs] (__malloc_safe_bcopy): Define to safe_bcopy.
140 * malloc/realloc.c (__malloc_safe_bcopy): Undefine before defining.
141
142 * malloc/free.c (memmove, __malloc_safe_bcopy): Do include these
143 #ifdef emacs, but only #ifndef memmove.
144 * malloc/realloc.c [emacs] (__malloc_safe_bcopy): Just #define to
145 safe_bcopy.
146 (memmove): Define only if undefined.
147
148 Sat Apr 8 00:40:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
149
150 * extra-lib.mk (install-lib, extra-objs, alltypes-$(lib)): Make
151 sure these are simply-expanded variables.
152
153 * locale/loadlocale.c (_nl_load_locale): Use MAP_INHERIT flag in
154 mmap call.
155
156 * configure.in (os=freebsd*|bsdi*): Set base_os=unix/bsd/bsd4.4
157 for these too.
158
159 * sysdeps/unix/sysv/tcsetattr.c: Use |= instead of = to properly
160 set c_oflag value.
161
162 * Makeconfig [! objpfx] (csu-objpfx): Add trailing slash.
163
164 * locale/Makefile (categories): Uncomment collate.
165 * locale/lc-collate.c: New file.
166
167 * malloc/free.c (__malloc_safe_bcopy, memmove): Don't define
168 #ifdef emacs.
169 * malloc/realloc.c: Likewise.
170
171 * stdio/_itoa.h (_EXTERN_INLINE): Define if undefined.
172 (_itoa): Use it in defn.
173 * stdio/_itoa.c (_EXTERN_INLINE): Define to empty before #include
174 "_itoa.h".
175 (_itoa): Function removed.
176
177 * malloc/free.c: Remove use of `assert'.
178
179 * malloc/realloc.c [! emacs] (safe_bcopy): Renamed to
180 __malloc_safe_bcopy; #define safe_bcopy.
181 * malloc/free.c: Cope with systems lacking `memmove'.
182 (_free_internal): Cast result of _malloc_internal.
183
184 Wed Apr 5 00:13:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
185
186 * hurd/hurdinline.c: Include signal.h first, so we don't define
187 its inlines too.
188
189 * sysdeps/unix/sysv/sysv4/sigset.h (__sigfillset): Use ~0L instead
190 of -1 to avoid compiler warning.
191
192 * configure.in (host_os=linux*): Set elf=yes for this, not just
193 linux*elf*.
194
195 * misc/login_tty.c [! TIOCSCTTY]: Try an emulation using ttyname
196 and open.
197
198 * sysdeps/i386/bsd-_setjmp.S: Fix typo in name: setjmp -> _setjmp.
199
200 Tue Apr 4 00:48:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
201
202 * sysdeps/unix/start.c: Remove spurious decl and #endif.
203
204 * misc/progname.c (program_invocation_name,
205 program_invocation_short_name): Make these initialized data
206 definitions.
207
208 * sysdeps/mach/hurd/setitimer.c (fork_itimer): Add self reference
209 so gcc doesn't optimize out the function entirely.
210
211 Sun Apr 2 13:13:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
212
213 * posix/execvp.c: Don't use stat to search path; just try execv
214 until it works.
215
216 * sysdeps/mach/hurd/i386/trampoline.c: Add a link to
217 SS->active_resources, so that _hurdsig_longjmp_from_handler will
218 be called when a longjmp unwinds the signal frame.
219 * sysdeps/mach/hurd/i386/sigreturn.c: Remove the link on the
220 SS->active_resources chain added by _hurd_setup_sighandler.
221 * hurd/sigunwind.c: New file.
222 * hurd/Makefile (sig): Add sigunwind.
223
224 * Makerules (lib%.so: lib%_pic.a): Remove dir name from $*.
225
226 * MakeTAGS (tags-sources): Include $(all-dist).
227 [subdir] (all-dist): Define to $(distribute).
228
229 Sat Apr 1 00:08:06 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
230
231 * Makerules (lib%.so: lib%_pic.a): Pass -L options for subdir and
232 parent objdirs.
233
234 * extra-lib.mk (object-suffixes-$(lib)): New variable, produced by
235 filtering out $($(lib)-inhibit-o); use that instead of
236 $(object-suffixes) in all the other variables.
237
238 * locale/loadlocale.c (_nl_load_locale) [MAP_FILE]: Define it zero
239 if undefined.
240
241 * string/strxfrm.c: Just copy the string (for now).
242 * string/strcoll.c: Just call strcmp (for now).
243
244 * mach/Makefile (lock): Add mutex-init.
245 * mach/mutex-solid.c (_cthread_mutex_lock_routine,
246 _cthread_mutex_unlock_routine): Variables removed.
247 (__mutex_lock_solid, __mutex_unlock_solid): Don't use them; just stub.
248 (__mutex_init): Function moved to new file mutex-init.c.
249 * mach/mutex-init.c: New file, broken out of mutex-solid.c.
250
251 Thu Mar 30 20:43:02 1995 Brendan Kehoe <brendan@zen.org>
252
253 * sysdeps/mips/__longjmp.c (__longjmp): Take out CONST.
254 * sysdeps/alpha/__longjmp.c (__longjmp): Take out const.
255
256 Thu Mar 30 01:38:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
257
258 * elf/elf.h (STN_UNDEF): New macro (distinct from SHN_UNDEF, though
259 both are zero).
260
261 Wed Mar 29 11:26:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
262
263 * elf/dlfcn.h: New file.
264
265 * Make-dist (README): Commit it to CVS if there is a CVS directory.
266
267 More changes from Germano Caronni <caronni@tik.ethz.ch>:
268 * malloc/free.c: Relocate _heapinfo when that allows us to return
269 core to the system.
270
271 * malloc/malloc.c: Move #include <errno.h> outside #ifndef
272 _MALLOC_INTERNAL.
273
274 Mon Mar 27 02:23:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
275
276 * mach/Makefile (headers): Add mach/mach_traps.h.
277
278 * Makerules ($(installed-libcs) rule): Fix typos.
279
280 * sysdeps/unix/bsd/bsd4.4/revoke.S: New file.
281 * sysdeps/stub/revoke.c: New file.
282 * misc/Makefile (routines): Add revoke.
283 * posix/unistd.h [__USE_BSD] (revoke): Declare it.
284 * sysdeps/generic/pty.c (openpty, forkpty): Declare return types.
285 (forkpty): Declare login_tty.
286 * misc/logwtmp.c (logwtmp): Declare to return void.
287 * misc/login_tty.c (login_tty): Include unistd.h. Declare return type.
288
289 * posix/unistd.h [__USE_BSD] (ttyslot): Declare it.
290
291 * posix/unistd.h [__USE_BSD] (L_SET, L_INCR, L_XTND): Define
292 unless L_SET already defined.
293 * misc/sys/file.h (L_SET, L_INCR, L_XTND): Don't define if L_SET
294 already defined.
295
296 Incorporated -lutil library from 4.4-Lite.
297 * misc/Makefile (extra-libs, libutil-routines): New variables.
298 * misc/login.c, misc/login_tty.c, misc/logout.c, misc/logwtmp.c,
299 sysdeps/generic/pty.c: New files for -lutil incorporated from 4.4-Lite.
300
301 Support simple, light-weight unwind-protect mechanism for longjmp.
302 * setjmp/longjmp.c: Call _longjmp_unwind first thing.
303 * sysdeps/mach/hurd/jmp-unwind.c: New file.
304 * sysdeps/stub/jmp-unwind.c: New file.
305 * sysdeps/i386/jmp_buf.h (_JMPBUF_UNWINDS): New macro.
306 * sysdeps/mips/jmp_buf.h (_JMPBUF_UNWINDS): New macro.
307 * setjmp/Makefile (routines): Add jmp-unwind.
308 * hurd/hurd/userlink.h (struct hurd_userlink): Move `next' and
309 `prevp' members into new substructure `resource'; add another such
310 substructure `thread' and members `cleanup' (function ptr) and
311 `cleanup_data' (generic ptr).
312 (_hurd_userlink_link, _hurd_userlink_unlink): Insert/remove LINK
313 into the `_hurd_self_sigstate ()->active_resources' list via the
314 `thread' substructure.
315 * hurd/hurd/port.h (_hurd_port_cleanup): Declare it.
316 (_hurd_port_locked_get): Set LINK->cleanup to _hurd_port_cleanup and
317 LINK->cleanup_data' to the port extracted.
318 * hurd/hurd/signal.h (struct hurd_sigstate): New member
319 `active_resources'.
320 * hurd/port-cleanup.c: New file.
321 * hurd/Makefile (routines): Add port-cleanup.
322
323 * malloc/malloc.c: Include errno.h.
324
325 Sat Mar 25 18:24:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
326
327 * locale/loadlocale.c (_nl_load_locale): Avoid */ inside comment.
328
329 Fri Mar 24 02:35:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
330
331 * misc/Makefile (headers): Add utmp.h.
332 * misc/utmp.h: New file, incorporated from 4.4-Lite.
333
334 * stdio/printf-parse.h: New file, mostly written by drepper.
335 * stdio/vfprintf.c: Rewritten, mostly by drepper.
336 * stdio/printf-prs.c: Rewritten.
337 * stdio/Makefile (distribute): Add printf-parse.h.
338
339 Thu Mar 23 22:03:44 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
340
341 * sysdeps/unix/start.c [! NO_UNDERSCORES]: Don't declare _start
342 with asm name. Just do a ".set start, __start".
343
344 * malloc/realloc.c: Call _free_internal instead of free.
345
346 Tue Mar 21 00:14:27 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
347
348 * locale/loadlocale.c (_nl_load_locale): If LOCALE/LC_* is a
349 directory, open LOCALE/LC_*/SYS_LC_* instead.
350
351 Mon Mar 20 03:19:23 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
352
353 * stdio/fpioconst.c, stdio/fpioconst.h, stdio/gmp-impl.h,
354 stdio/gmp.h, stdio/longlong.h, stdio/mp_clz_tab.c,
355 stdio/gen-mpn-copy: Files moved to stdlib.
356 * stdio/Makefile: All mpn stuff moved to stdlib/Makefile.
357 * stdlib/Makefile: All the mpn stuff moved here from stdio/Makefile.
358 * stdio/printf_fp.c: Use ../stdlib to find fpioconst.h and gmp
359 headers.
360 * stdlib/strtod.c: Don't use ../stdio to find fpioconst.h and gmp
361 headers.
362
363 * Makefile (parent-mostlyclean): Don't use $(libc.a).
364 (parent-clean): Use $(objpfx) to find sysd-*.
365 * Rules (generated): Append dummy.o dummy.c.
366 * Makerules (lib): Depend on lib-noranlib.
367 (lib-noranlib): Depend on $(install-lib) in objdir.
368 (common-mostlyclean): Remove $(install-lib) and stub-$(subdir)
369 from objdir. Don't remove TAGS; it comes in the distribution.
370
371 * malloc/malloc.c (morecore): Save errno around call to
372 _realloc_internal. Don't account for the additional new blocks of
373 the info table itself when choosing the new table size for the
374 first crack; if it succeeds, the new blocks will have been found
375 in existing free space already described by the existing info
376 table.
377
378 * stdio/vfscanf.c (%n): Use READ_IN - 1, so as not to count the
379 read-ahead character.
380
381 Sat Mar 18 14:07:08 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
382
383 * hurd/dtable.c, hurd/getdport.c, hurd/hurd.h, hurd/hurdexec.c,
384 hurd/hurdinit.c, hurd/hurdprio.c, hurd/hurdsock.c,
385 hurd/ports-get.c, hurd/ports-set.c, hurd/setauth.c,
386 hurd/setuids.c, sysdeps/mach/hurd/i386/trampoline.c:
387 Get anal with unsigned to pacify compiler.
388
389 * stdio/vfscanf.c: Grok positional parameter specs (i.e. %3$d
390 means %d from 3rd arg).
391
392 * sysdeps/mach/hurd/closedir.c: Include hurd/fd.h.
393
394 * stdlib/strtol.c: If !GROUP, set END to null. In loop, test only
395 END, not GROUP.
396
397 Fri Mar 17 12:58:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
398
399 * Makefile (subdirs): Put elf last.
400
401 * sunrpc/Makefile (install-lib): Variable removed.
402 (rpcsvc-objs): Variable removed.
403 (extra-objs): Don't include $(rpcsvc-objs).
404 (extra-libs): New variable, contains librpcsvc.
405 (librpcsvc-routines): New variable.
406 (librpcsvc-inhibit-o): New variable, contains .so.
407 (omit-deps): Set this to $(librpcsvc-routines).
408 ($(objpfx)rpcgen): Don't use $(libc.a).
409 (lib, $(objpfx)librpcsvc.a): Targets removed.
410
411 * o-iterator.mk, extra-lib.mk: New files.
412 * Makerules (o-iterator): New variable.
413 [extra-libs]: Include extra-lib.mk to generate rules for each word
414 of $(extra-libs).
415 * Makefile (distribute): Add extra-lib.mk, o-iterator.mk.
416
417 Fri Mar 17 13:28:04 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
418
419 * sysdeps/ieee754/ldbl2mpn.c (__mpn_extract_long_double):
420 Handle 80-bit denormalized numbers correctly.
421
422 * stdlib/strtod.c, stdlib/strtof.c, stdlib/strtold.c:
423 (IMPLICIT_ONE, *_MAX_10_EXP_LOG): Macros removed; no longer needed.
424 * stdlib/strtod.c (RETURN): Add parentheses around return value.
425 (round_and_return): Correct handling of denormalized numbers.
426
427 * stdio/fpioconst.c, stdio/fpioconst.h: Don't use
428 LDBL_MAX_10_EXP_LOG; LAST_POW10 defines the maximal available
429 exponent.
430
431 Thu Mar 16 00:04:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
432
433 * locale/C-ctype.c: New correct data generated by drepper.
434
435 * Rules: Don't use $(libc.a).
436
437 Parsing of grouped numbers contributed by Ulrich Drepper.
438 * stdlib/strtol.c (__strtol_internal): Renamed from strtol. Take
439 new flag arg; if nonzero, parse locale-dependent thousands
440 grouping and interpret only the prefix that is correctly grouped.
441 (strtol): Define this to call _strtol_internal with zero for the flag.
442 Use a weak symbol for the definition.
443 * stdlib/strtod.c (strtod, __strtod_internal): Likewise.
444 Check for the exponent of the number overflowing the float format.
445 * stdlib/stdlib.h (__strtof, __strtold): Declarations removed.
446 (__strto{f,d,ld,l,ul,q,uq}_internal): Declare these functions.
447 [__OPTIMIZE__]: Define inline functions calling those.
448 * stdlib/strtold.c (STRTOF): Set to strtold, not __strtold.
449 (strtold): Remove weak alias.
450 * stdlib/strtof.c (STRTOF): Set to strtof, not __strtof.
451 (strtof): Remove weak alias.
452 * stdlib/grouping.h: New file, written by drepper.
453 * stdlib/Makefile (distribute): Add grouping.h.
454 * stdio/vfscanf.c: Grok %' modifier to numeric conversions. Call
455 __strtoX_internal with the grouping flag set iff the modifier is
456 present.
457
458 Wed Mar 15 00:40:54 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
459
460 * sysdeps/generic/memchr.c: Fix typos: limit.h -> limits.h.
461
462 * mach/Machrules: Produce static deps for all object flavors.
463 [interface-library]: Remove all these variables and rules.
464 ($(interface-library)-routines): Define this variable.
465 (extra-libs): Append $(interface-library) to this.
466 * mach/Makefile (interface-library): Omit .a suffix.
467 * hurd/Makefile: Likewise.
468
469 Tue Mar 14 23:40:31 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
470
471 * stdio/internals.c (flushbuf): If !FLUSH_ONLY, don't skip out
472 early if no new data in buffer after priming.
473
474 Mon Mar 13 01:48:16 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
475
476 * Makerules (object-suffixes, libtypes): Move all these variables
477 to Makeconfig.
478 * Makeconfig (object-suffixes, libtypes): Moved here from Makerules.
479
480 * Makerules (build-extra-lib): New canned sequence.
481
482 * sysdeps/mach/hurd/euidaccess.c: Include fcntl.h. Declare ERR;
483 fix uses of FILE and PORT. Remove bogus weak alias for `access'.
484
485 * sysdeps/mach/hurd/dirfd.c: Include hurd/fd.h and errno.h.
486 Add missing semicolon.
487 * sysdeps/mach/hurd/opendir.c: Include hurd/fd.h. Use a `struct
488 hurd_fd *' temp var, since DIRP->__fd is a `void *'.
489 * sysdeps/mach/hurd/readdir.c: Include hurd/fd.h.
490
491 * stdlib/wcstombs.c: #if 0 out code for non-ASCII chars until the
492 locale data format is implemented.
493
494 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
495 Pass &__sigreturn on the stack to the trampoline code, so it is
496 not position-dependent.
497
498 * stdio/printf_fp.c (NDEBUG): Define this to disable assert.
499 Don't include <stdarg.h>.
500 (__printf_fp): Last arg ARGS is now `const void **const';
501 dereference ARGS[0] instead of using va_arg.
502
503 * locale/setlocale.c: In LC_ALL case, initialize CATEGORY before
504 loop to install data.
505
506 * locale/loadlocale.c (_nl_category_num_items): Use _NL_ITEM_INDEX
507 to extract number from item code.
508 (_nl_load_locale): Close the descriptor when finished.
509
510 * malloc/realloc.c (_realloc_internal): Call _malloc_internal in
511 place of malloc.
512
513 * time/tzfile.c (__tzfile_default): Initialize RULE_STDOFF to zero.
514
515 * stdio/printf_fp.c (group_number): Cast *GROUPING to unsigned int
516 to avoid warning.
517 * sysdeps/generic/sigset.h (__SIGSETFN): Cast result of sizeof to
518 int to avoid warning.
519
520 Support building several flavors of objects and libraries.
521 * Makerules (libtypes, object-suffixes): New variables.
522 (libtype.*, CFLAGS-*, CPPFLAGS-*): New variables for each object
523 suffix.
524 (CFLAGS, CPPFLAGS): Append $(C{,CPP}FLAGS-$(suffix $@)).
525 (%.so, %.po, %.go): New compilation rules for %.S, %.s, %.c.
526 (close-check-inhibit-asm): Append a semicolon.
527 (sysd-rules): Generate rules for each object suffix.
528 (compile.S, compile.c): Always assume gcc.
529 (OUTPUT_OPTION): Define unconditionally.
530 (+make-deps): In generated rule, produce a dependent for each
531 object suffix.
532 (.SUFFIXES): Add $(object-suffixes) in place of .o.
533 (.PRECIOUS): Make all suffix flavors precious.
534 ($(libc.a)): Target removed.
535 (lib): Depend on each enabled libtype.
536 (libobjs, objects, objs): Depend on all the enabled object flavors.
537 (lib%.a): New pattern rule.
538 [$(build-shared)=yes] (lib%.so: lib%_pic.a): New pattern rule.
539 (stamp-$(subdir)): Rewritten to a pattern rule for stamp.%-$(subdir)
540 to make one for each flavor; library dep rule likewise rewritten.
541 ($(libc.a)(__.SYMDEF)): Target replaced with one target for each
542 flavor.
543 (symdef.%): New pattern rule; helper for __.SYMDEF targets.
544 (installed-libcs): New variable.
545 (install): Depend on that instead of
546 $(libdir)/lib$(libprefix)$(libc-name).a;
547 that file's rule rewritten to make each enabled libtype.
548 (install-lib.so): New variable, filters lib%.so from $(install-lib).
549 (install-lib): Filter out lib%.so after setting install-lib.so.
550 [$(build-shared)=yes] (install): Install $(install-lib.so).
551 (common-mostlyclean): Remove all flavors of objects.
552 * Makefile ($(libc.a)(__.SYMDEF)): Target removed.
553 [$(build-shared)=yes] (lib): Depend on $(common-objpfx)libc.so.
554
555 Sun Mar 12 18:21:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
556
557 * sysdeps/stub/ulimit.c: Don't include gnu-stabs.h.
558 * sysdeps/stub/pause.c: Likewise.
559 * sysdeps/stub/time.c: Likewise.
560
561 * stdlib/mbtowc.c: #if 0 out code for non-ASCII chars until the
562 locale data format is implemented.
563 * stdlib/wctomb.c: Likewise.
564
565 * mach/Makefile ($(objpfx)errsystems.c): Reenable this rule; the
566 gcc bug is fixed.
567 * mach/errsystems.c: File removed.
568
569 * Makeconfig (libc.a): Variable removed.
570 (+link): Don't use it.
571
572 * configure.in (AC_ARG_ENABLE calls): Use $enableval instead of
573 assuming `yes'.
574
575 * malloc/malloc.h (_malloc_internal, _realloc_internal): Declare these.
576 * malloc/realloc.c (_realloc_internal): Renamed from realloc;
577 don't use __realloc_hook.
578 (realloc): New function; call __realloc_hook ?: _realloc_internal.
579 * malloc/malloc.c (_malloc_internal): Renamed from malloc;
580 don't use __malloc_hook.
581 (malloc): New function; call __malloc_hook ?: _malloc_internal.
582 Changes from Germano Caronni <caronni@tik.ethz.ch>:
583 (initialize): Set up _heaplimit to cover the _heapinfo table.
584 (morecore_recursing): New static variable.
585 (morecore): If that is set, return null immediately.
586 When growing the info table, before getting new core from the
587 system for it, set morecore_recursing and try moving _heapinfo
588 with _realloc_internal. When that fails and we get new core, set
589 _heaplimit to cover the core for the new _heapinfo table.
590 (register_heapinfo): New function. Record the _heapinfo table's
591 own blocks in that table and in the statistics variables.
592 (initialize, _malloc_internal): Use it after allocating new table.
593
594 Fri Mar 10 22:26:28 1995 Jim Meyering (meyering@comco.com)
595
596 * sysdeps/generic/memchr.c: Remove ansidecl.h and clean up for use
597 by other packages.
598 [LONG_MAX <= LONG_MAX_32_BITS]: Don't compile 64-bit code.
599
600 Fri Mar 10 13:31:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
601
602 * mach/errorlib.h (errors): Use const for decl.
603
604 * time/tzfile.c (uc2ul, _uc2ul): Macros removed.
605 (decode): New inline function; decode signed 32-bit integers, and
606 sign-extend properly when long is longer than 32 bits.
607 (__tzfile_read): Changed all uses of uc2ul to decode.
608 Decode the transition times properly when sizeof (time_t) > 4.
609
610 * stdio/printf.h: Doc fixes. Don't #include <stddef.h>.
611 (printf_function): Make last arg ARGS a vector of pointers instead of a
612 pointer to va_list.
613
614 Fri Mar 10 13:46:25 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
615
616 * stdio/vfprintf.c [USE_IN_LIBIO] (PAD): Use return value of _IO_padn.
617 (buffered_vfprintf): Remove line buffer when flush failed.
618
619 Fri Mar 10 00:04:55 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
620
621 * time/tzfile.c (struct ttinfo): New member `isgmt'.
622 (__tzfile_read): Read isgmt flags for each type.
623 (__tzfile_default): When using TZDEFRULES DST rules, adjust
624 transition times according to the isstd and isgmt flags for the
625 types of each transition, and adjust each transition to point to
626 type index either 0 or 1. Reset type indices 0 and 1 to describe
627 the user's settings.
628
629 Thu Mar 9 22:29:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
630
631 * locale/categories.def (LC_CTYPE): Merge CLASS_EB and CLASS_EL
632 into just CLASS. Add standard/optional flag to all items.
633
634 * locale/localeinfo.h (_NL_CURRENT_DEFINE): Fix typo.
635
636 * ctype/ctype.h [__BYTE_ORDER == __LITTLE_ENDIAN] (_ISbit):
637 Rearrange defn to satisfy compiler.
638
639 * locale/localeinfo.h: Declare _nl_current.
640
641 * configure.in: Use AC_CHECK_TOOL for CC, AR, RANLIB. Accept args
642 --enable-shared, --enable-profile, --enable-omitfp; pass settings
643 through to config.make.
644 * config.make.in (build-shared, build-profile, build-omitfp): New
645 config vars.
646
647 * elf/elf.h (STN_UNDEF): Renamed to SHN_UNDEF (typo).
648 (DT_NUM): New macro.
649
650 * locale/nl_langinfo.c: Include errno.h and stddef.h. Fix typos.
651
652 * locale/lc-ctype.c (_nl_postload_ctype): Fix macro insanity.
653
654 * locale/loadlocale.c (_nl_load_locale) [! MAP_COPY]: Define
655 MAP_COPY to MAP_PRIVATE.
656
657 Thu Mar 9 17:16:53 1995 Brendan Kehoe (brendan@zen.org)
658
659 * sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition
660 that's used inside the alpha sysdep.h.
661
662 * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
663 keyword.
664 * sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE.
665
666 * configure.in: Match `osf*', not `osf1*'.
667 * configure: Likewise.
668 * sysdeps/unix/bsd/osf: Renamed from `sysdeps/unix/bsd/osf1'.
669
670 Wed Mar 8 13:38:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
671
672 * posix/glob/configure.bat: Fixes from DJ.
673
674 * time/backward, time/europe, time/northamerica, time/pacificnew,
675 time/zdump.c, time/zic.c, time/tzfile.h, time/private.h,
676 time/ialloc.c: Code and data updated from ADO's 95b.
677 * time/emkdir.c: File removed.
678 * time/Makefile (distribute, extra-objs, zic): Omit it.
679
680 * time/localtime.c: Deansideclized. Never #define __tzname et al
681 to non-__ names.
682
683 * locale/lc-ctype.c (__ctype_tolower, __ctype_toupper): Use int *
684 instead of short int *.
685 * ctype/ctype-info.c: Likewise.
686 * ctype/ctype.h: Likewise.
687
688 * locale/langinfo.h (_NL_CTYPE_CLASS): Use this (just one) instead
689 of EB and EL versions.
690
691 Mon Mar 6 12:34:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
692
693 * ctype/ctype.h (_ISbit): New macro, defined dependent on byte order.
694 (_IS* enum): Use _ISbit to produce values.
695
696 Sun Mar 5 19:40:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
697
698 * locale/localeinfo.h: Rewritten for new locale system, using
699 locale data files and with <langinfo.h> interface.
700 * locale/setlocale.c: Rewritten to use locale data files.
701 * langinfo.h: New file.
702 * locale/langinfo.h: New file.
703 * locale/nl_langinfo.c: New file.
704 * locale/loadlocale.c: New file.
705 * locale/lc-ctype.c: New file.
706 * locale/lc-messages.c: New file.
707 * locale/lc-monetary.c: New file.
708 * locale/lc-numeric.c: New file.
709 * locale/lc-time.c: New file.
710 * locale/categories.def: New file.
711 * locale/Makefile (headers): Remove localeinfo.h.
712 (distribute): New variable; put localeinfo.h here, and categories.def.
713 (routines): Add loadlocale.
714 (categories): New variable.
715 (aux): Use that to get C-category and lc-category.
716 * ctype/ctype.h (_IS*): Use independent bits for all but _ISalnum.
717 * ctype/ctype-info.c: For initial tables, use
718 _nl_C_LC_CTYPE_{class,toupper,tolower} constant tables defined in
719 locale/C-ctype.c.
720 * locale/C-ctype.c, locale/C-messages.c: New files.
721 * locale/C-monetary.c, locale/C-numeric.c, locale/C-time.c:
722 Default "C" locale data updated for new locale system.
723 * locale/C-collate.c: File removed.
724 * locale/C-ctype_ct.c: File removed.
725 * locale/C-ctype_mb.c: File removed.
726 * locale/C-response.c: File removed.
727 * locale/localeconv.c: Use _NL_CURRENT macro to access locale data.
728 * stdio/printf_fp.c, stdio/vfprintf.c, stdio/vfscanf.c,
729 stdlib/strtod.c, time/asctime.c, time/strftime.c:
730 Include ../locale/localeinfo.h and use _NL_CURRENT macro to access
731 locale data.
732 * time/localtime.c: Don't include <localeinfo.h>.
733 * time/tzset.c: Don't use locale items for default TZ value or
734 "GMT" string (use "UTC").
735
736 * stdio/vfprintf.c [USE_IN_LIBIO] (PAD): Only call the function if
737 WIDTH>0; update DONE.
738
739 * malloc/malloc.c (morecore): Fix last change to calculate by
740 blocks instead of bytes.
741
742 Fri Mar 3 12:24:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
743
744 * sysdeps/generic/sys/mman.h (__mmap, __munmap): Declare these.
745 * sysdeps/unix/sysv/irix4/sys/mman.h: Likewise.
746 * sysdeps/unix/bsd/ultrix4/sys/mman.h: Likewise.
747 * sysdeps/unix/bsd/osf1/sys/mman.h: Likewise.
748 * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Likewise.
749 * sysdeps/stub/munmap.c (munmap): Rename to __munmap, add weak
750 alias munmap.
751 * sysdeps/unix/mman/munmap.S: Likewise.
752 * sysdeps/mach/munmap.c: Likewise.
753 * sysdeps/mach/hurd/mmap.c (mmap): Rename to __mmap, add weak
754 alias mmap.
755 * sysdeps/unix/mman/mmap.S: Likewise.
756 * sysdeps/unix/bsd/sun/sunos4/mmap.c: Likewise.
757 * sysdeps/stub/mmap.c: Likewise.
758
759 * sysdeps/unix/bsd/setsid.c: Use __getpgid instead of __getpgrp.
760
761 * sysdeps/unix/dirfd.c: #undef dirfd before function defn.
762
763 Thu Mar 2 12:15:24 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
764
765 * misc/search.h: Add missing semicolon.
766
767 * sysdeps/unix/dirfd.c: Fix typo.
768
769 * sysdeps/generic/sys/mman.h (mmap): Use __off_t instead of off_t
770 in decl.
771
772 * stdio/vfscanf.c (%c): In no-assign case, fix loop to decrement
773 WIDTH before test.
774
775 Wed Mar 1 00:57:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
776
777 * stdlib/strtod.c: Fixes from drepper.
778 [IMPLICIT_ONE]: New macro, one for IEEE754 formats.
779 * stdlib/strtold.c [IMPLICIT_ONE]: New macro, 0.
780 * stdlib/strtof.c [IMPLICIT_ONE]: New macro, 1.
781
782 * stdio/vfprintf.c: Correctly notice Z modifier.
783
784 * misc/search.h: New file.
785 * misc/Makefile (headers): Add search.h.
786 * misc/insremque.c: Include search.h.
787 (struct qelem): Type removed.
788
789 Mon Feb 27 07:00:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
790
791 * elf/libelf.h: New file.
792 * elf/elf_hash.c: New file.
793
794 Sun Feb 26 15:51:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
795
796 Changes from Germano Caronni <caronni@tik.ethz.ch>:
797 * malloc/malloc.c (morecore): Account in NEWSIZE for the
798 malloc_info structures for each new block.
799
800 Sat Feb 25 02:17:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
801
802 * sysdeps/mach/hurd/kill.c: When the process has no message port
803 registered and we have its task port, translate a few signals to
804 task_suspend/task_resume/task_terminate.
805
806 Fri Feb 24 14:40:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
807
808 * io/Makefile (routines): Add euidaccess.
809 * sysdeps/mach/hurd/euidaccess.c: New file.
810 * sysdeps/stub/euidaccess.c: New file.
811 * posix/unistd.h [__USE_GNU] (euidaccess): Declare it.
812
813 * dirent/Makefile (routines): Add dirfd.
814 * sysdeps/stub/dirfd.c: New file.
815 * sysdeps/unix/dirfd.c: New file.
816 * sysdeps/unix/dirstream.h (_DIR_dirfd): New macro.
817 * dirent/dirent.h (dirfd): Declare new function. Define as macro
818 _DIR_dirfd if that is defined.
819 * sysdeps/mach/hurd/dirstream.h (DIR): Replace `__port' member
820 with `void *__fd'.
821 * sysdeps/mach/hurd/opendir.c: Use DIRP->__fd instead of DIRP->__port.
822 Open the file with `open'; set FD_CLOEXEC on the fd.
823 * sysdeps/mach/hurd/closedir.c: Likewise.
824 * sysdeps/mach/hurd/readdir.c: Likewise.
825 * sysdeps/mach/hurd/dirfd.c: New file.
826
827 * posix/Makefile (glob/configure): Do cvs commit if there is a CVS
828 directory.
829 (glob/ChangeLog): Likewise.
830
831 * locale/locale.h (LC_*): Use small integers instead of bit masks.
832
833 * stdio/bug4.c: Put temporary files in /tmp.
834 * stdio/bug3.c: Likewise.
835 * stdio/bug5.c: Likewise.
836 * stdio/test-fseek.c: Likewise.
837 * stdio/test-popen.c: Likewise.
838
839 Wed Feb 22 00:44:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
840
841 * posix/glob/configure.in: Put AC_ISC_POSIX before AC_CONST.
842
843 * libc-symbols.h (weak_symbol): New macro.
844
845 * hurd/hurdsig.c (_hurd_internal_post_signal): Ignore preempter
846 elts with null handlers.
847
848 * sysdeps/mach/hurd/i386/sigreturn.c: Restore the FPU state.
849
850 Tue Feb 21 21:53:30 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
851
852 * stdlib/random.c (__srandom): Change algorithm used to populate
853 the state array.
854 (randtbl): Recomputed with new algorithm.
855
856 * sysdeps/sparc/Makefile [subdir=crypt] (crypt): Reset only if set
857 to original value of `crypt'.
858 * sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile [subdir=crypt]
859 (crypt): New variable, set to crypt.solar.
860
861 Tue Feb 21 11:50:37 1995 Brendan Kehoe (brendan@zen.org)
862
863 * sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'.
864
865 * config.h.in: Put comment around ^L to pacify Solaris as here too.
866
867 Tue Feb 21 00:10:50 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
868
869 * string/Makefile (distribute): Add pagecopy.h.
870 * sysdeps/mach/pagecopy.h: New file.
871 * sysdeps/generic/pagecopy.h: New file.
872 * sysdeps/generic/memcpy.c: Include pagecopy.h; call
873 PAGE_COPY_FWD_MAYBE first when word aligned.
874 * sysdeps/generic/memmove.c: Likewise.
875
876 * misc/bsd-compat.c (longjmp, setjmp): Functions removed.
877 (getpgrp): Call __getpgid instead of __getpgrp.
878
879 * Makefile (subdirs): Add elf first.
880 * elf/Makefile: New file.
881 * elf/elf.h: New file.
882
883 * sysdeps/unix/start.c (errno): Only define if it's not #define'd
884 as a macro.
885 [! NO_UNDERSCORES]: Define `start' as a weak alias, not a symbol
886 indirection.
887
888 * csu/Makefile (crtstuff): New variable consolidates crti, crtn;
889 add crti_s, crtn_s.
890 (install-lib, extra-objs, generated-, omit-deps): Use that.
891 (initfini): New canned sequence, broken out of crt[in].s rule.
892 (crt[in].s rule): Use it.
893 (crt[in]_s.s): New rule.
894 * csu/initfini.c (GLOBAL): New macro; define it to empty if undefined.
895 (_init, _fini): Use GLOBAL as storage class.
896 Add self reference to avoid GCC optimizing out the functions.
897
898 * Makefile (headers): Remove $(stddef.h).
899 * Makeconfig (stddef.h): Variable removed; now require gcc version
900 >= 2.2.
901 * stddef.h: File removed.
902
903 Mon Feb 20 19:42:31 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
904
905 * sysdeps/unix/bsd/ultrix4/mips/start.S: Remove `__environ'
906 definition.
907 * sysdeps/unix/bsd/osf1/alpha/start.S: Likewise.
908
909 * stdlib/strtod.c: Allow the string to start with a decimal point
910 without a leading zero.
911
912 Mon Feb 20 04:04:57 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
913
914 * Makefile (subdirs): Put csu first.
915
916 * sysdeps/mach/hurd/start.c: Include unistd.h for __environ decl.
917
918 * Makeconfig [elf=yes] (+preinit, +postinit): New variables, set
919 to crt[in].o.
920 (csu-objpfx): New variable.
921 (+link): Use it to find start.o and $(+preinit), $(+postinit).
922
923 * Rules (subdir_lib, all): Depend on objs.
924
925 * config.h.in [HAVE_ELF || HAVE_GNU_LD]: Define HAVE_WEAK_SYMBOLS.
926
927 * stdlib/strtod.c (PASTE, PASTE1): New helper macros; use these in
928 access to float.h macros.
929
930 * misc/efgcvt.c: New file.
931 * misc/Makefile (routines): Add efgcvt.
932
933 Sun Feb 19 20:10:43 1995 Brendan Kehoe <brendan@zen.org>
934
935 * sysdeps/sparc/mul.S: Renamed to `dotmul.S'.
936 * sysdeps/sparc/Makefile (routines): Reference `dotmul.S', not `mul.S',
937 to avoid a misreference that would override sysdeps/generic/mul.c.
938 * sysdeps/sparc/Dist: Likewise.
939
940 Sun Feb 19 17:46:13 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
941
942 * posix/Makefile (aux): Add environ.
943 * posix/environ.c: New file.
944 * sysdeps/unix/sparc/start.c: Remove __environ definition.
945 * sysdeps/unix/start.c: Likewise.
946 * sysdeps/unix/sysv/irix4/start.c: Likewise.
947 * sysdeps/mach/hurd/start.c: Likewise.
948 * sysdeps/mach/start.c: Likewise.
949 * sysdeps/stub/start.c: Likewise.
950
951 * sysdeps/unix/make_errlist.c: In produced program, test
952 HAVE_WEAK_SYMBOLS instead of HAVE_GNU_LD.
953 * sysdeps/unix/sysv/sysv4/dup2.c: Fix #include of renamed file.
954 Remove extra weak alias.
955
956 * sysdeps/unix/sysv/sysv4/sigaltstack.S: Fix unsquashed file name
957 in #include.
958
959 * libc-symbols.h: Put comment around ^L to pacify Solaris as.
960
961 * sysdeps/posix/Makefile (cded-objdir-includes): New variable
962 replaced cded-objdir-CPPFLAGS; transform $(+includes) instead of
963 $(CPPFLAGS).
964 (mk-stdiolim): Use it instead.
965
966 Fri Feb 17 12:16:27 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
967
968 * mach/mach_init.c (__vm_page_size): Make it initialized. It does
969 not work to make a weak alias to a bss symbol.
970
971 * stdio/Makefile (distribute): Remove mpn-copy.mk; add gen-mpn-copy.
972 (tests): Add test-fwrite.
973 * stdio/test-fwrite.c: New file.
974
975 * stdlib/stdlib.h [__USE_GNU]: Declare strtof, strtold, __strtof,
976 __strtold.
977
978 * Makefile (autoconf-it): New canned sequence. Do cvs commit if
979 there is a CVS directory.
980 (configure, %/configure): Use $(autoconf-it) for cmds.
981 * Make-dist: Likewise.
982 * sysdeps/mach/hurd/Makefile (errlist.c, errnos.h): Do cvs commit
983 if there is a CVS directory.
984 * sysdeps/sparc/Makefile (divrem output): Likewise.
985 * sysdeps/alpha/Makefile (divrem output): Likewise.
986 * Makerules ($(gpl2lgpl)): Likewise.
987
988 * Makerules (rule to install lib%.a from $(install-lib)): Fix
989 patsubst to elide ranlib for $(non-lib.a).
990
991 * stdio/tst-printf.c: Enable FP tests. Add some new tests from rfg.
992
993 Thu Feb 16 04:06:06 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
994
995 * sysdeps/mach/hurd/mig-reply.c: Add weak aliases to non-__ names.
996 * mach/mig-dealloc.c: Add weak alias mig_deallocate.
997
998 Wed Feb 15 13:34:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
999
1000 * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Take new arg
1001 DEALLOC_REFPORT; deallocate the refport after use only if it
1002 evaluates to nonzero.
1003 * sysdeps/mach/hurd/kill.c: Pass DEALLOC_REFPORT arg of one.
1004 * hurd/hurdkill.c: Pass DEALLOC_REFPORT arg of zero.
1005
1006 * hurd/hurdsig.c (abort_rpcs): Take new arg int *STATE_CHANGE; set
1007 *STATE_CHANGE to indicate whether or not we changed *STATE and it
1008 should be committed to the thread.
1009 (abort_all_rpcs): Take new arg LIVE; if nonzero and abort_rpcs changes
1010 state for a thread, do thread_set_state on that thread. Don't use
1011 SS->intr_port for collecting reply ports, it is not safe to
1012 clobber that when suspending; instead, alloca a temporary array.
1013 (_hurd_internal_post_signal): Pass LIVE flag to abort_all_rpcs:
1014 zero when dying, one when suspending. Pass new arg to abort_rpcs.
1015
1016 * sysdeps/mach/hurd/stdio_init.c: Don't lock the file descriptor;
1017 HURD_FD_PORT_USE will. Don't use critical sections around
1018 HURD_FD_PORT_USE invocations.
1019
1020 * sysdeps/mach/hurd/stdio_init.c: Don't make pipes/FIFOs unbuffered.
1021 * sysdeps/posix/stdio_init.c: Likewise.
1022
1023 Tue Feb 14 03:01:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1024
1025 * hurd/hurd/fd.h (_hurd_fd_get): Don't do critical section
1026 locking; don't leave the descriptor locked on return.
1027 (HURD_FD_PORT_USE): Don't expect _hurd_fd_get to return the fd locked.
1028 Use a critical section around locking the descriptor.
1029 Check for an empty descriptor and return EBADF.
1030 * sysdeps/mach/hurd/dup2.c: Likewise.
1031 * sysdeps/mach/hurd/fcntl.c: Likewise.
1032 Use HURD_FD_PORT_USE macro for RPCs.
1033 * sysdeps/mach/hurd/sysd-stdio.c: Don't lock the descriptor before
1034 using HURD_FD_PORT_USE.
1035 * sysdeps/mach/hurd/defs.c (init_stdio): Don't expect _hurd_fd_get
1036 to lock the descriptor.
1037 * sysdeps/mach/hurd/stdio_init.c: Use critical sections while
1038 locking the descriptor.
1039 * sysdeps/mach/hurd/fdopen.c: Likewise.
1040 * hurd/fd-close.c: Likewise.
1041 Don't expect the descriptor to be locked on entry.
1042 Check for empty descriptor and return EBADF.
1043
1044 Factor ctty RPC code for SIGTTIN/SIGTTOU generation out into
1045 new functions _hurd_ctty_input and _hurd_ctty_output, each
1046 called with (io_t port, io_t ctty, error_t (*rpc) (io_t)).
1047 * hurd/ctty-input.c: New file.
1048 * hurd/ctty-output.c: New file.
1049 * hurd/Makefile (dtable): Add ctty-input and ctty-output.
1050 * hurd/fd-read.c: Use _hurd_ctty_input.
1051 * hurd/fd-write.c: Use _hurd_ctty_output.
1052 * sysdeps/mach/hurd/ioctl.c: Likewise.
1053 * hurd/hurd/fd.h (_hurd_ctty_input, _hurd_ctty_output): Declare them.
1054
1055 Mon Feb 13 11:36:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1056
1057 * stdio/vfscanf.c (%e, %f, %g): Use strtod, __strtold, or __strtof
1058 as appropriate to the type.
1059
1060 * sysdeps/ieee754/huge_val.h (__huge_val_t): New macro to avoid
1061 repeating the union.
1062 (HUGE_VAL, __huge_val): Use it.
1063 [__USE_GNU] (HUGE_VALf, HUGE_VALl): New macros, along with
1064 analogous macros to HUGE_VAL's: __huge_val[fl]_t, __HUGE_VAL[fl]_bytes.
1065 * stdlib/strtold.c (FLOAT_HUGE_VAL): Define this to HUGE_VALl.
1066 (STRTOF): Set to __strtold; define strtold as weak alias.
1067 * stdlib/strtof.c (FLOAT_HUGE_VAL): Define this to HUGE_VALf.
1068 (STRTOF): Set to __strtof; define strtof as weak alias.
1069
1070 * sysdeps/ieee754/ieee754.h (union ieee754_float): New type.
1071 (IEEE754_FLOAT_BIAS): New macro.
1072
1073 * sysdeps/ieee754/mpn2ldbl.c: Fix typos.
1074
1075 * stdlib/testmb.c: Add tests from rfg for using normal chars as
1076 multibyte chars.
1077
1078 * hurd/hurdmalloc.c (malloc_init): Add self reference to avoid not
1079 only the `defined but not used' warning, but also to avoid GCC
1080 optimizing out the entire function (!).
1081
1082 * stdlib/wctomb.c: Include ctype.h.
1083
1084 * Makerules (install-lib-non.a): Don't include $(non-lib.a).
1085
1086 * hurd/hurdmalloc.c: Include string.h; #define bcopy using memcpy.
1087
1088 Sat Feb 11 04:05:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1089
1090 * stdio/printf_fp.c: Include "fpioconst.h".
1091 (_tens_p): Table moved to fpioconst.c, renamed to _fpioconst_pow10.
1092 (__printf_fp): All references changed.
1093 Don't bother computing THOUSANDS_SEP if GROUPING is empty.
1094 (group_number): Use memmove instead of memcpy, since operands overlap.
1095 * stdio/fpioconst.c: New file, tables broken out of stdio/printf_fp.c.
1096 * stdio/fpioconst.h: New file, header declaring the table data.
1097 * stdio/Makefile (aux): Add fpioconst.
1098 (distribute): Add fpioconst.h.
1099 * stdlib/strtod.c: Complete rewrite from drepper.
1100 * stdlib/strtof.c: New file.
1101 * stdlib/strtold.c: New file.
1102 * stdlib/Makefile (routines): Add strtof, strtold.
1103 * stdio/Makefile (routines): Add mpn2flt, mpn2dbl, mpn2ldbl.
1104 * sysdeps/stub/mpn2flt.c: New file.
1105 * sysdeps/stub/mpn2dbl.c: New file.
1106 * sysdeps/stub/mpn2ldbl.c: New file.
1107 * sysdeps/ieee754/mpn2flt.c: New file.
1108 * sysdeps/ieee754/mpn2dbl.c: New file.
1109 * sysdeps/ieee754/mpn2ldbl.c: New file.
1110
1111 * Makerules (install-lib.a): Don't filter out $(non-lib.a).
1112 ($(install-lib.a) in $(libdir) rule): Elide ranlib command when $@
1113 appears in $(non-lib.a).
1114
1115 Fri Feb 10 17:20:14 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1116
1117 * stdlib/wctomb.c: A normal ASCII character translates to itself.
1118 * stdlib/mbtowc.c: Likewise.
1119
1120 Thu Feb 9 03:55:55 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1121
1122 * setjmp/setjmp.h (longjmp, _longjmp, __longjmp, siglongjmp):
1123 Remove `const' from prototypes.
1124 * sysdeps/m68k/__longjmp.c: Likewise.
1125 * setjmp/longjmp.c: Likewise.
1126 * sysdeps/i386/__longjmp.c: Likewise.
1127
1128 * sysdeps/posix/tempname.c: Increment *IDX at beginning of loop,
1129 so when we return a name, it is incremented past the value that
1130 produces that same name.
1131
1132 * stdio/fgets.c (fgets): Change `size_t' to `int' in prototype. Sigh.
1133 * stdio/stdio.h (fgets): Likewise.
1134
1135 * stdio/vfprintf.c (printf_unknown): Print ' for INFO->group flag.
1136
1137 * hurd/fd-write.c: Don't clobber ERR with the msg_sig_post call
1138 when it's EBACKGROUND; we need to notice that it is EBACKGROUND
1139 and retry the RPC.
1140 * hurd/fd-read.c: Likewise.
1141
1142 Wed Feb 8 05:01:11 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1143
1144 * sysdeps/mach/sysdep.h (FATAL_PREPARE_INCLUDE): New macro, set to
1145 <mach/mig_support.h>.
1146 * assert/assert-perr.c [FATAL_PREPARE_INCLUDE]: Include it.
1147 * assert/assert.c: Likewise.
1148 * sysdeps/posix/libc_fatal.c: Likewise.
1149
1150 Tue Feb 7 12:17:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1151
1152 * stdio/stdio.h [__STRICT_ANSI__] (stdin, stdout, stderr): Define
1153 as macros, to satisfy ANSI pedants.
1154
1155 * stdio/internals.c (flushbuf): When there is no new data after
1156 priming the stream, return without writing out the buffer.
1157 * stdio/Makefile (tests): Add bug7.
1158 * stdio/bug7.c: New file.
1159
1160 * io/sys/stat.h (S_IFIFO, S_IFLNK, S_IFSOCK, S_ISFIFO, S_ISLNK,
1161 S_ISSOCK): Define only if the corresponding underlying __S_IF* macro
1162 is defined.
1163
1164 * stdio/getdelim.c: Decrement COPY after getting a char from __fillbf.
1165
1166 * stdio/Makefile (tests): Add errnobug.
1167 * stdio/errnobug.c: New file.
1168
1169 * mach/mig_strncpy.c: Include string.h.
1170
1171 * sysdeps/mach/sysdep.h: Don't #include <mach/mig_support.h>. Its
1172 inlines cause trouble for files defining global register variables.
1173
1174 * stdio/vfprintf.c: Use _strerror_internal for %m.
1175
1176 * sysdeps/ieee754/dbl2mpn.c: Fixes from drepper for 64-bit limbs.
1177
1178 * stdio/printf.h (struct printf_info): New member `group', for %' flag.
1179 * stdio/printf-prs.c (parse_printf_format): Grok %' flag and set flag.
1180 * stdio/vfprintf.c (group_number): New function.
1181 (vfprintf): Support %' flag for integer formats, by calling
1182 group_number after formatting the number in WORK.
1183 * stdio/printf_fp.c (guess_grouping, group_number): New functions.
1184 (__printf_fp): Implement `group' flag using them.
1185
1186 * Makefile (include sysd-dirs): Protect with ifndef avoid-generated.
1187 (parent-clean): Remove sysd-rules, not sysdirs.
1188 (distclean): Pass avoid-generated=yes to submake.
1189 (distclean-1): Remove $(sysdep-$(distclean-1)).
1190
1191 * Makerules (objects, objs): Depend on $(extra-objs) too.
1192 (include sysd-Makefile): Protect with ifndef avoid-generated.
1193
1194 * Makeconfig (+defines, +gnu-stabs, gnu-as): Variables removed.
1195 (CPPFLAGS): Use $(defines) in place of $(+defines).
1196 Replace -D_LIBC with -include $(..)libc-symbols.h.
1197
1198 * stdio/freopen.c: Set seen bit before calling fclose.
1199
1200 Mon Feb 6 18:34:40 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1201
1202 * sysdeps/mach/hurd/setpriority.c: Keep track of numbers of
1203 successes and each kind of failure. Return EPERM or EACCES only
1204 if every task failed that way.
1205
1206 * sysdeps/mach/hurd/getpriority.c: Handle out of band buffers
1207 correctly.
1208
1209 * sysdeps/mach/hurd/ptrace.c (PTRACE_ATTACH, PTRACE_DETACH): Stop
1210 or resume the process after frobbing.
1211
1212 * hurd/hurdsig.c: Use spin lock operations on sigstate locks
1213 throughout.
1214 (_hurd_thread_sigstate): Don't lock the sigstate lock.
1215 (_hurd_internal_post_signal): New subfunction `mark_pending'; replace
1216 repeated sequences with calls to it. Don't expect the sigstate
1217 lock to be held on entry; lock it just before examining sigaction.
1218 In handler case, check SS->critical_section after calling
1219 abort_rpcs; if set, mark the signal pending and resume the thread.
1220 * hurd/hurd/signal.h (_hurd_self_sigstate_unlocked): Function removed.
1221 (_hurd_self_sigstate): Don't lock the sigstate lock.
1222 (HURD_EINTR_RPC): Call _hurd_self_sigstate instead of
1223 _hurd_self_sigstate_unlocked.
1224 * hurd/msgportdemux.c: Don't expect _hurd_self_sigstate to lock
1225 the sigstate lock.
1226 * hurd/hurdexec.c: Use spin lock operations on sigstate lock.
1227 Don't expect _hurd_self_sigstate to lock it. Fix critical section
1228 locking.
1229 * hurd/hurd-raise.c: Likewise.
1230 * sysdeps/mach/hurd/sigsuspend.c: Likewise.
1231 * sysdeps/mach/hurd/sigpending.c: Likewise.
1232 * sysdeps/mach/hurd/sigaltstack.c: Likewise.
1233 * sysdeps/mach/hurd/sigaction.c: Likewise.
1234 * sysdeps/mach/hurd/sigprocmask.c: Likewise.
1235 * hurd/fd-write.c: Likewise.
1236 * hurd/fd-read.c: Likewise.
1237 * sysdeps/mach/hurd/ioctl.c: Likewise.
1238 * sysdeps/mach/hurd/fork.c: Likewise.
1239 * sysdeps/mach/hurd/i386/sigreturn.c: Likewise.
1240 * sysdeps/mach/hurd/mips/sigreturn.c: Likewise.
1241 * sysdeps/mach/hurd/alpha/sigreturn.c: Likewise.
1242 * hurd/hurdmsg.c (get_int): Likewise.
1243
1244 * stdio/vfprintf.c: Include stddef.h. Fix typos in libio code.
1245
1246 * stdio/vfprintf.c (__pad): Function renamed to __printf_pad, made
1247 global.
1248 (PAD): Caller changed.
1249 * stdio/printf_fp.c (__pad): Function removed.
1250 (PAD): Use __printf_pad instead.
1251
1252 Sun Feb 5 17:59:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1253
1254 Merged new FP printer by Ulrich Drepper.
1255 * stdio/printf_fp.c: Rewrite by drepper.
1256 * stdio/Makefile (routines): Add ldbl2mpn.
1257 * sysdeps/ieee754/ieee754.h (union ieee754_double): Add `ieee_nan'
1258 member.
1259 (union ieee854_long_double): New type, from drepper.
1260 (IEEE754_DOUBLE_BIAS, IEEE854_LONG_DOUBLE_BIAS): New macros.
1261 * sysdeps/ieee754/ldbl2mpn.c: New file, by drepper.
1262 * sysdeps/stub/ldbl2mpn.c: New file.
1263 * math/Makefile (routines): Add isinfl and isnanl.
1264 * sysdeps/ieee754/isinfl.c: New file.
1265 * sysdeps/stub/isinfl.c: New file.
1266 * sysdeps/ieee754/isnanl.c: New file.
1267 * sysdeps/stub/isnanl.c: New file.
1268
1269 * malloc/malloc.c (__malloc_extra_blocks): New variable.
1270 (malloc): When getting more core, get __malloc_extra_blocks extra;
1271 put the new block at the end of the free list and let the next loop
1272 iteration use the initial portion of it.
1273 * malloc/free.c (_free_internal): Account for twice
1274 __malloc_extra_blocks in deciding if we have so much extra memory
1275 we should return it to the system.
1276 * malloc/malloc.h (__malloc_extra_blocks): Declare it.
1277 * posix/glob.c (prefix_array, glob_pattern_p): Remove gratuitous
1278 const in parameter decl.
1279
1280 * sysdeps/unix/mips/sysdep.h (ENTRY): Add `.ent' directive.
1281
1282 Fri Feb 3 18:15:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1283
1284 * munch.awk (EXTERNS): Print decls using __P instead of EXFUN.
1285
1286 * sysdeps/mips/setjmp_aux.c: Use ENV[0].__jmpbuf[0].
1287 * sysdeps/mips/bsd-_setjmp.S: Use `li' insn instead of `move'.
1288 * sysdeps/mips/bsd-setjmp.S: Likewise.
1289 * sysdeps/mips/__longjmp.c: Remove obsolete __NORETURN keyword.
1290 * sysdeps/mach/hurd/mips/trampoline.c (_hurd_setup_sighandler):
1291 Use `long int' for sigcode. Use explicit register numbers instead
1292 of names.
1293 (_hurdsig_rcv_interrupted_p): Use _hurdsig_catch_fault.
1294 * sysdeps/mach/hurd/mips/exc2signal.c: Use `long int' for sigcode.
1295
1296 Thu Feb 2 20:06:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1297
1298 * hurd/hurdmalloc.c: Remove bogus bcopy decl.
1299
1300 * mach/mig_strncpy.c: Add missing `const' in prototype. Rewritten
1301 using __stpncpy.
1302
1303 * io/ftw.c (ftw, ftw_dir): Treat ENOENT from stat like EACCES.
1304
1305 * stdio/vfprintf.c: Set PREC to zero for %. without following digit.
1306
1307 Tue Jan 31 13:49:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1308
1309 * mach/mig_strncpy.c: Include mach.h instead of string.h. Use
1310 vm_size_t instead of size_t for arg and return types.
1311
1312 * mach/mach_init.c: Don't declare __mig_init; mach/mig_support.h
1313 already does.
1314
1315 Mon Jan 30 00:33:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1316
1317 * set-hooks.h (RUN_HOOK): Dereference PTR properly.
1318
1319 * configure.in (friendly stddef.h check): Write override defn for
1320 `stddef.h' Make variable.
1321 (AC_LINK_FILES): Use `echo ...` to avoid " " appearing nonempty.
1322
1323 * configure.in (host_os=sysv4*|solaris2*): Set elf=yes.
1324
1325 * Rules ($(objpfx)dummy.o): Write an empty function, not just an
1326 empty file.
1327
1328 * sysdeps/sparc/Makefile (sysdep-realclean): New variable.
1329
1330 Sat Jan 28 03:38:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1331
1332 * Makefile (distribute): Remove gnu-stabs.h; add libc-symbols.h.
1333
1334 * sysdeps/mach/sysdep.h [ASSEMBLER]: Protect include of
1335 mach/machine/syscall_sw.h with this.
1336
1337 Fri Jan 27 18:33:20 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1338
1339 * hurd/hurd/signal.h: Include <hurd/msg.h>, and <spin-lock.h>
1340 instead of <lock-intern.h>.
1341 (struct hurd_sigstate): Member `lock' changed to a `spin_lock_t'.
1342 (_hurd_critical_section_lock): Use spin lock operators.
1343 Don't hold the sigstate lock, unlock it after setting the flag.
1344 (_hurd_critical_section_unlock): Take the sigstate lock
1345 to clear the flag; while holding it, check pending signals. After
1346 unlocking, sig_post ourselves if there were pending signals.
1347
1348 * hurd/catch-exc.c (_S_catch_exception_raise): Don't take the
1349 sigstate lock. If it is locked, clear SS->critical_section and
1350 SS->context, and unlock it.
1351
1352 * sysdeps/mach/sysdep.h (EXT, LEXT): New macros.
1353
1354 * set-init.c (__libc_init) [HAVE_ELF]: Run _init and atexit (_fini).
1355 * munch-tmpl.c: Likewise.
1356
1357 * mach/Makefile (routines): Don't filter out syscall_% from
1358 $(mach-syscalls).
1359
1360 Fri Jan 27 17:53:49 1995 Jim Meyering (meyering@comco.com)
1361
1362 * posix/fnmatch.c: Declare errno if it's not defined.
1363 That's simpler than testing #if !defined(__GNU_LIBRARY__)
1364 && !defined(STDC_HEADERS).
1365
1366 Fri Jan 27 15:40:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1367
1368 * csu/Makefile: New file.
1369 * csu/initfini.c: New file.
1370 * Makefile (+other_dirs): Add csu.
1371 (+init): Variable renamed to libc-init. All references changed.
1372 (aux): Remove start.
1373 (install-lib): Variable removed.
1374 (crt0.o, Mcrt1.o crt1.o): Targets removed.
1375
1376 * mach/Machrules (static deps of RPC_*.o): Add $(..)libc-symbols.h
1377 and $(objpfx)config.h.
1378 (static deps of RPC alias *.o): Removed.
1379
1380 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h [ASSEMBLER]:
1381 Protect macros with this.
1382 * sysdeps/unix/bsd/osf1/alpha/sysdep.h: Likewise.
1383 * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1384 * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1385 * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1386 * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1387 * sysdeps/unix/mips/sysdep.h: Likewise.
1388
1389 Thu Jan 26 00:02:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1390
1391 * Makerules (compile.[Sc]): Match gcc in $(CC) better.
1392 (BUILD_CFLAGS): Instead of $(config-defines), use -include config.h.
1393
1394 * hurd/intr-rpc.awk: Emit weak alias.
1395
1396 * sysdeps/unix/bsd/sun/sunos4/wait4.c: Call getpgrp instead of
1397 __getpgrp.
1398
1399 * sysdeps/unix/bsd/hp/m68k/sysdep.h [ASSEMBLER]: Protect macros with
1400 this.
1401 * sysdeps/unix/i386/sysdep.h: Likewise.
1402 * sysdeps/unix/sparc/sysdep.h: Likewise.
1403
1404 * io/ftw.c: Avoid `ret' as variable name.
1405 * posix/glob.c: Likewise.
1406
1407 * ctype/ctype.h (_ISalpha): Define as its own bit.
1408 * locale/C-ctype_ct.c (__ctype_b_C): Set _ISalpha bit in all letters.
1409
1410 * stdlib/exit.c [HAVE_GNU_LD]: Protect #include "set-hooks.h" and
1411 DEFINE_HOOK with this.
1412
1413 Wed Jan 25 00:45:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1414
1415 * hurd/hurdinit.c: Use DECLARE_HOOK instead of `extern DEFINE_HOOK'.
1416 * mach/spin-solid.c (spin_lock_solid): Define as weak alias to __name.
1417 * mach/shortcut.awk: Emit weak alias.
1418 * mach/spin-lock.c: Add weak aliases for all spin-lock.h functions.
1419 * mach/mach_init.c (mach_init, vm_page_size): Defin weak aliases for
1420 __ names.
1421 * mach/Makefile (lock): Remove spin-syms.
1422 (routines): Remove __ names, vm_page_size, msgserver_t.
1423 ($(mach-syscalls) rule): Generate files without __, add weak alias.
1424 Remove symbol alias file rule.
1425 ($(mach-shortcuts) rule): Likewise.
1426 [!mach-shortcuts] (user-interfaces): Filter out mach/mach4 too.
1427 * mach/Machrules (if-calls.c): Variable and rule removed.
1428 (interface-headers): Don't add $($(if)-calls).
1429 (transform-user-stub): Define to add weak alias.
1430 * set-hooks.h: Use new libc-symbols.h set access macros.
1431 * time/Makefile (routines): Remove __ names.
1432 (aux): Variable removed.
1433 * hurd/Makefile: Likewise.
1434 * sysdeps/unix/start.c (environ): Define as weak alias for __environ.
1435 (data_start): Define as weak alias for __data_start.
1436 * sysdeps/mach/hurd/start.c: Likewise.
1437 * sysdeps/unix/sparc/start.c: Likewise.
1438 * sysdeps/unix/make_errlist.c: Emit weak aliases for sys_nerr and
1439 sys_errlist.
1440 * sysdeps/mach/hurd/errlist.awk: Likewise.
1441 * sysdeps/unix/bsd/osf1/alpha/start.S (environ): Define as weak
1442 alias for __environ.
1443 * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
1444 * sysdeps/stub/setdomain.c: Use new stub_warning macro.
1445 * sysdeps/stub/getdomain.c: Likewise.
1446 * sysdeps/stub/vhangup.c: Likewise.
1447 * sysdeps/stub/swapon.c: Likewise.
1448 * sysdeps/stub/sendmsg.c: Likewise.
1449 * sysdeps/stub/recvmsg.c: Likewise.
1450 * sysdeps/stub/acct.c: Likewise.
1451 * sysdeps/stub/isinf.c: Likewise. Add weak alias isinf for __isinf.
1452 * sysdeps/mach/hurd/_exit.c: Remove obsolete __NORETURN keyword.
1453 * sysdeps/posix/libc_fatal.c: Likewise.
1454 * sysdeps/i386/abort.c: Likewise.
1455 * sysdeps/i386/__longjmp.c: Likewise.
1456 * sysdeps/generic/make_siglist.c: Emit defn always for
1457 _sys_siglist. Emit weak alias to sys_siglist.
1458 * sysdeps/generic/atan.c: Remove obsolete __CONSTVALUE keyword.
1459 * sysdeps/ieee754/log10.c: Likewise.
1460 * time/difftime.c: Likewise.
1461 * stdlib/random.c (srand): Define as weak alias for __srandom.
1462 * stdlib/exit.c: Remove obsolete __NORETURN keyword. Use set-hooks
1463 macros for __libc_atexit.
1464 * stdlib/Makefile (routines): Remove __random, srand.
1465 * stdio/gets.c: Use new link_warning macro instead of old
1466 warn_references.
1467 * stdio/Makefile (routines): Remove __ names.
1468 (aux): Remove syms-stdio.
1469 * socket/Makefile (routines): Added e on getpeernam and getsocknam.
1470 * setjmp/longjmp.c: Remove obsolete __NORETURN keyword.
1471 * setjmp/Makefile (routines): Remove _longjmp, siglongjmp.
1472 * setjmp/setjmp.h: Replace __NORETURN keyword with __attribute__ uses.
1473 * stdio/stdio.h: Likewise.
1474 * misc/Makefile (routines): Remove __ names.
1475 (aux): Remove data_start.
1476 * sysdeps/mach/hurd/defs.c: Don't include gnu-stabs.h.
1477 * sysdeps/mach/hurd/brk.c: Likewise.
1478 * hurd/hurdid.c: Likewise.
1479 * hurd/hurdpid.c: Likewise.
1480 * hurd/openport.c: Likewise.
1481 * hurd/hurdsock.c: Likewise.
1482 * hurd/hurdsig.c: Likewise.
1483 * hurd/hurdrlimit.c: Likewise.
1484 * hurd/hurdmalloc.c: Likewise.
1485 * hurd/dtable.c: Likewise.
1486 * hurd/setauth.c: Likewise.
1487 * misc/progname.c: Likewise.
1488 * misc/init-misc.c: Likewise.
1489 * sysdeps/generic/vfork.c: Likewise.
1490 * sysdeps/unix/bsd/init-posix.c: Likewise.
1491 * math/math.h: Replace __CONSTVALUE keyword with __attribute__ uses.
1492 * time/time.h: Likewise.
1493 * math/Makefile (routines): Remove __ names.
1494 * io/Makefile: Likewise.
1495 * termios/Makefile: Likewise.
1496 * resource/Makefile: Likewise.
1497 * signal/Makefile: Likewise.
1498 * dirent/Makefile: Likewise.
1499 * assert/assert.h: Replace __NORETURN keyword with __attribute__
1500 uses. Functions return void and macros deal with this.
1501 * assert/assert-perr.c: Remove obsolete __NORETURN keyword.
1502 Return void. Don't include gnu-stabs.h.
1503 * assert/assert.c: Likewise.
1504 * posix/Makefile (routines): Remove __ names, setpgrp. Add
1505 getpgid.
1506 (aux): Remove environ.
1507 * stdlib/stdlib.h (abort, exit): Replace __NORETURN keyword with
1508 __attribute__ use.
1509 * posix/unistd.h (_exit): Likewise.
1510 (__getpgrp, __setpgrp): Declarations removed.
1511 (__getpgid, getpid): Declare these.
1512
1513 * configure.in (host_os=gnuelf|linuxelf): Set elf=yes. Do AC_SUBST
1514 for gnu_ld, gnu_as, elf, and weak. Call AC_LINK_FILEES on
1515 $libc_link_{sources,dests}.
1516 * sysdeps/unix/configure.in: Remove __ from file names. Don't
1517 create files, just add to libc_link_{dests,sources}.
1518
1519 * config.make.in (gnu-as, gnu-ld, elf, weak-symbols): New variables.
1520
1521 * config.h.in: Add #undefs used by sysdeps configures.
1522
1523 * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Removed
1524 __setpgid, __getpgid.
1525 * sysdeps/unix/sysv/sco3.2.4/setpgid.c: Included file was renamed
1526 from setpgrp.c.
1527 * sysdeps/unix/sysv/sco3.2.4/getpgid.c: Included file was renamed
1528 from __getpgrp.c.
1529 * sysdeps/unix/bsd/getpgrp.c: File removed.
1530 * sysdeps/generic/getpgrp.c: Moved from sysdeps/stub/getpgrp.c.
1531 Call __getpgid with zero.
1532 * sysdeps/stub/setpgid.c: Renamed __setpgrp to __setpgid, added
1533 weak aliases setpgid and setpgrp.
1534 * sysdeps/unix/sysv/irix4/setpgid.S: Likewise.
1535 * sysdeps/unix/common/setpgid.S: Likewise.
1536 * sysdeps/mach/hurd/setpgid.c: Likewise.
1537 * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
1538 Use subcall 5 to __pgrpsys.
1539 * sysdeps/stub/getpgid.c: Renamed __getpgrp to __getpgid, added
1540 weak alias getpgid.
1541 * sysdeps/mach/hurd/getpgid.c: Likewise.
1542 * sysdeps/unix/sysv/irix4/getpgid.S: Likewise.
1543 * sysdeps/unix/common/getpgid.S: Likewise.
1544 * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
1545 Use subcall 4 to __pgrpsys.
1546 * sysdeps/stub/__getpgrp.c: Renamed to getpgid.c.
1547 * sysdeps/unix/sysv/sysv4/__getpgrp.c: Renamed to getpgid.c.
1548 * sysdeps/unix/sysv/sco3.2.4/__getpgrp.c: Renamed to getpgid.c.
1549 * sysdeps/unix/sysv/irix4/__getpgrp.S: Renamed to getpgid.S.
1550 * sysdeps/unix/common/__getpgrp.S: Renamed to getpgid.S.
1551 * sysdeps/mach/hurd/__getpgrp.c: Renamed to getpgid.c.
1552 * sysdeps/stub/setpgrp.c: Renamed to setpgid.c.
1553 * sysdeps/unix/sysv/sysv4/setpgrp.c: Renamed to setpgid.c.
1554 * sysdeps/unix/sysv/sco3.2.4/setpgrp.c: Renamed to setpgid.c.
1555 * sysdeps/unix/sysv/irix4/setpgrp.S: Renamed to setpgid.S.
1556 * sysdeps/unix/common/setpgrp.S: Renamed to setpgid.S.
1557 * sysdeps/mach/hurd/setpgrp.c: Renamed to setpgid.c.
1558
1559 * sysdeps/unix/bsd/hp/m68k/getdents.S: Included file was renamed
1560 from __getdents.S.
1561
1562 * sysdeps/posix/defs.c: Don't include gnu-stabs.h.
1563 * sysdeps/stub/sigpending.c: Use new libc-symbols.h macro for stub
1564 warning.
1565 * sysdeps/stub/fexecve.c: Likewise.
1566 * sysdeps/stub/fchdir.c: Likewise.
1567 * sysdeps/stub/fchflags.c: Likewise.
1568 * sysdeps/stub/chflags.c: Likewise.
1569
1570 * sysdeps/m68k/__longjmp.c: Remove __NORETURN; it's obsolete.
1571 * sysdeps/generic/abort.c: Likewise.
1572 * sysdeps/ieee754/ldexp.c: Remove __CONSTVALUE; it's obsolete.
1573
1574 * hurd/hurdioctl.c: Include hurd/ioctl.h.
1575 (_hurd_ioctl_handler_lists): Define this set.
1576 (_hurd_lookup_ioctl_handler): New function.
1577 * hurd/hurd/fd.h: ioctl handler stuff moved to hurd/ioctl.h.
1578 * hurd/hurd/ioctl.h: New file, broken out of hurd/fd.h.
1579 (_hurd_lookup_ioctl_handler): Declare it.
1580 (ioctl_handler_t): New typedef. Use it throughout.
1581 * sysdeps/mach/hurd/ioctl.c: Include hurd/ioctl.h.
1582 (_hurd_ioctl_handler_lists): Don't define.
1583 (__ioctl): Call _hurd_lookup_ioctl_handler.
1584
1585 * stdlib/strtol.c (maxquad): Make this const.
1586 [__GNUC__ == 2 && __GNUC_MINOR__ < 7]: Only use maxquad in this case.
1587
1588 * posix/glob/configure.in: Put AC_AIX and AC_MINIX early, before
1589 any compile tests.
1590
1591 * sysdeps/mach/hurd/setitimer.c (timer_thread): Call
1592 __msg_sig_post_request, not __sig_post_request.
1593
1594 * misc/getusersh.c: Renamed to getusershell.c.
1595 * sysdeps/stub/sethostnam.c: Renamed to sethostname.c.
1596 * sysdeps/unix/inet/sethostnam.S: Renamed to sethostname.S.
1597 * sysdeps/unix/sysv/sysv4/sethostnam.c: Renamed to sethostname.c.
1598 * sysdeps/mach/hurd/sethostnam.c: Renamed to sethostname.c.
1599
1600 Tue Jan 24 00:14:30 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1601
1602 * sysdeps/stub/settod.c: Renamed to settimeofday.c.
1603 * sysdeps/unix/bsd/settod.S: Renamed to settimeofday.c.
1604 * sysdeps/unix/sysv/settod.c: Renamed to settimeofday.c.
1605 * sysdeps/mach/hurd/settod.c: Renamed to settimeofday.c.
1606 * sysdeps/stub/setitmr.c: Renamed to setitimer.c.
1607 * sysdeps/unix/common/setitmr.S: Renamed to setitimer.S.
1608 * sysdeps/mach/hurd/setitmr.c: Renamed to setitimer.c.
1609 * sysdeps/posix/fpathcon.c: Renamed to fpathconf.c.
1610 * sysdeps/stub/fpathcon.c: Renamed to fpathconf.c.
1611 * sysdeps/unix/sysv/irix4/fpathcon.c: Renamed to fpathconf.c.
1612 * sysdeps/stub/getprio.c: Renamed to getpriority.c.
1613 * sysdeps/unix/sysv/irix4/getprio.c: Renamed to getpriority.c.
1614 * sysdeps/unix/common/getprio.S: Renamed to getpriority.S.
1615 * sysdeps/mach/hurd/getprio.c: Renamed to getpriority.c.
1616 * sysdeps/stub/setprio.c: Renamed to setpriority.c.
1617 * sysdeps/unix/sysv/irix4/setprio.c: Renamed to setpriority.c.
1618 * sysdeps/unix/common/setprio.S: Renamed to setpriority.S.
1619 * sysdeps/mach/hurd/setprio.c: Renamed to setpriority.c.
1620 * sysdeps/stub/getpeernam.c: Renamed to getpeername.c.
1621 * sysdeps/unix/inet/getpeernam.S: Renamed to getpeername.S.
1622 * sysdeps/unix/sysv/linux/getpeernam.S: Renamed to getpeername.S.
1623 * sysdeps/mach/hurd/getpeernam.c: Renamed to getpeername.c.
1624 * sysdeps/stub/getsocknam.c: Renamed to getsockname.c.
1625 * sysdeps/unix/inet/getsocknam.S: Renamed to getsockname.S.
1626 * sysdeps/unix/sysv/linux/getsocknam.S: Renamed to getsockname.S.
1627 * sysdeps/mach/hurd/getsocknam.c: Renamed to getsockname.c.
1628 * sysdeps/stub/sigaltstk.c: Renamed to sigaltstack.c.
1629 * sysdeps/unix/bsd/bsd4.4/sigaltstk.S: Renamed to sigaltstack.S.
1630 * sysdeps/unix/sysv/sysv4/sigaltstk.S: Renamed to sigaltstack.S.
1631 * sysdeps/mach/hurd/sigaltstk.c: Renamed to sigaltstack.c.
1632
1633 * sysdeps/mach/hurd/i386/sigreturn.c: Call __msg_sig_post instead
1634 of __sig_post.
1635 * sysdeps/mach/hurd/sigsuspend.c: Likewise.
1636 * sysdeps/mach/hurd/kill.c: Likewise.
1637 * sysdeps/mach/hurd/sigprocmask.c: Likewise.
1638
1639 * misc/sys/cdefs.h (__NORETURN, __CONSTVALUE): Macros removed.
1640 [!__GNUC__ || __GNUC__<2] (__attribute__): Define to empty.
1641
1642 * sysdeps/stub/remove.c: New file.
1643 * sysdeps/posix/remove.c: New file.
1644
1645 Mon Jan 23 03:26:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1646
1647 * time/mktime.c [weak_alias] (timelocal): Define as weak alias for
1648 mktime.
1649 * mach/mig_strncpy.c (mig_strncpy): Define as weak alias for
1650 __mig_strncpy.
1651 * mach/msg-destroy.c: Renamed from __msg_dest.c.
1652 (mach_msg_destroy): Define as weak alias for __mach_msg_destroy.
1653 * mach/setup-thread.c (mach_setup_thread): Define as weak alias.
1654 * time/tzset.c (tzname, daylight, timezone): Define as weak
1655 aliases for __ names.
1656 * hurd/hurdkill.c (hurd_sig_post): Define as weak alias.
1657 * hurd/hurdlookup.c: Add weak aliases for non-__ names.
1658 * Makefile (+init): Test $(gnu-ld)=yes, not for $(+gnu-stabs)
1659 being defined.
1660
1661 Sun Jan 22 15:19:51 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1662
1663 * string/Makefile (routines): Remove __ names, index, rindex, and
1664 bcmp.
1665 * sysdeps/alpha/strchr.c [weak_alias] (index): Define as weak
1666 alias for strchr.
1667 * sysdeps/generic/strchr.c: Likewise.
1668 * sysdeps/generic/strrchr.c [weak_alias] (rindex): Define as weak
1669 alias for strrchr.
1670 * sysdeps/generic/memcmp.c [weak_alias] (bcmp): Define as weak
1671 alias for memcmp.
1672
1673 * malloc/free.c (cfree): Define this function, with weak_alias if
1674 available, otherwise a C function.
1675 * malloc/Makefile (gmalloc-routines): Remove cfree.
1676
1677 Sat Jan 21 08:08:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1678
1679 * stdio/fseek.c: Do move bufp by O when that puts it exactly at
1680 get_limit. This has the effect of no-op'ing properly for zero.
1681
1682 * configure.in: Add AC_CONFIG_HEADER(config.h).
1683 (--with-elf, --with-weak-symbols): Grok these and define HAVE_*.
1684 * config.h.in: New file.
1685
1686 * setjmp/longjmp.c: Add weak aliases _longjmp, siglongjmp.
1687 All code converted to use weak symbols, defined in the files which
1688 define the real code (with the __ names, the non-__ names are weak).
1689 All old symbol alias files removed.
1690 Many files renamed to remove __ prefix since there is now just
1691 the one file for both the __ and non-__ name for each function.
1692 * libc-symbols.h: New file.
1693 * set-hooks.h: Use libc-symbols.h macros for accessing symbol
1694 sets.
1695 * gnu-stabs.h: Prepend #error this file is obsolete.
1696 * sysdeps/ieee754/ldexp.c: Add weak aliases scalb and __scalb.
1697 * sysdeps/stub/__access.c: Renamed to access.c; added weak alias
1698 access.
1699 * sysdeps/unix/common/__access.S: Likewise.
1700 * sysdeps/mach/hurd/__access.c: Likewise.
1701 * sysdeps/stub/__adjtime.c: Renamed to adjtime.c; added weak alias
1702 adjtime.
1703 * sysdeps/unix/common/__adjtime.S: Likewise.
1704 * sysdeps/mach/__adjtime.c: Likewise.
1705 * sysdeps/mach/hurd/__adjtime.c: Likewise.
1706 * sysdeps/stub/__brk.c: Renamed to brk.c; added weak alias brk.
1707 * sysdeps/unix/bsd/sun/m68k/__brk.S: Likewise.
1708 * sysdeps/unix/bsd/vax/__brk.S: Likewise.
1709 * sysdeps/unix/bsd/hp/m68k/__brk.S: Likewise.
1710 * sysdeps/unix/bsd/osf1/alpha/__brk.S: Likewise.
1711 * sysdeps/unix/i386/__brk.S: Likewise.
1712 * sysdeps/unix/sparc/__brk.S: Likewise.
1713 * sysdeps/unix/mips/__brk.S: Likewise.
1714 * sysdeps/mach/hurd/__brk.c: Likewise.
1715 * sysdeps/standalone/__brk.c: Likewise.
1716 * sysdeps/stub/__chdir.c: Renamed to chdir.c; added weak alias chdir.
1717 * sysdeps/unix/__chdir.S: Likewise.
1718 * sysdeps/mach/hurd/__chdir.c: Likewise.
1719 * sysdeps/stub/__chmod.c: Renamed to chmod.c; added weak alias chmod.
1720 * sysdeps/unix/__chmod.S: Likewise.
1721 * sysdeps/mach/hurd/__chmod.c: Likewise.
1722 * sysdeps/stub/__chown.c: Renamed to chown.c; added weak alias chown.
1723 * sysdeps/unix/__chown.S: Likewise.
1724 * sysdeps/mach/hurd/__chown.c: Likewise.
1725 * sysdeps/stub/__close.c: Renamed to close.c; added weak alias close.
1726 * sysdeps/unix/__close.S: Likewise.
1727 * sysdeps/mach/hurd/__close.c: Likewise.
1728 * sysdeps/standalone/__close.c: Likewise.
1729 * sysdeps/generic/__copysign.c: Renamed to copysign.c; added weak
1730 alias copysign.
1731 * sysdeps/ieee754/__copysign.c: Likewise.
1732 * sysdeps/alpha/__copysign.c: Likewise.
1733 * sysdeps/ieee754/__drem.c: Renamed to drem.c; added weak alias drem.
1734 * sysdeps/m68k/fpu/__drem.c: Likewise.
1735 * sysdeps/stub/__drem.c: Likewise.
1736 * sysdeps/posix/__dup.c: Renamed to dup.c; added weak alias dup.
1737 * sysdeps/stub/__dup.c: Likewise.
1738 * sysdeps/unix/__dup.S: Likewise.
1739 * sysdeps/posix/__dup2.c: Renamed to dup2.c; added weak alias dup2.
1740 * sysdeps/stub/__dup2.c: Likewise.
1741 * sysdeps/unix/sysv/sysv4/__dup2.c: Likewise.
1742 * sysdeps/unix/sysv/irix4/__dup2.c: Likewise.
1743 * sysdeps/unix/common/__dup2.S: Likewise.
1744 * sysdeps/mach/hurd/__dup2.c: Likewise.
1745 * sysdeps/stub/__execve.c: Renamed to execve.c; added weak alias
1746 execve.
1747 * sysdeps/unix/__execve.S: Likewise.
1748 * sysdeps/mach/hurd/__execve.c: Likewise.
1749 * sysdeps/generic/__expm1.c: Renamed to expm1.c; added weak alias
1750 expm1.
1751 * sysdeps/m68k/fpu/__expm1.c: Likewise.
1752 * sysdeps/stub/__fchmod.c: Renamed to fchmod.c; added weak alias
1753 fchmod.
1754 * sysdeps/unix/common/__fchmod.S: Likewise.
1755 * sysdeps/mach/hurd/__fchmod.c: Likewise.
1756 * sysdeps/stub/__fchown.c: Renamed to fchown.c; added weak alias
1757 fchown.
1758 * sysdeps/unix/common/__fchown.S: Likewise.
1759 * sysdeps/mach/hurd/__fchown.c: Likewise.
1760 * sysdeps/stub/__fcntl.c: Renamed to fcntl.c; added weak alias fcntl.
1761 * sysdeps/unix/__fcntl.S: Likewise.
1762 * sysdeps/mach/hurd/__fcntl.c: Likewise.
1763 * math/__finite.c: Renamed to finite.c; added weak alias finite.
1764 * sysdeps/posix/__flock.c: Renamed to flock.c; added weak alias flock.
1765 * sysdeps/stub/__flock.c: Likewise.
1766 * sysdeps/unix/bsd/__flock.S: Likewise.
1767 * sysdeps/mach/hurd/__flock.c: Likewise.
1768 * hurd/__fopenport.c: Renamed to fopenport.c; added weak alias
1769 fopenport.
1770 * sysdeps/stub/__fork.c: Renamed to fork.c; added weak alias fork.
1771 * sysdeps/unix/__fork.S: Likewise.
1772 * sysdeps/unix/bsd/osf1/alpha/__fork.S: Likewise.
1773 * sysdeps/unix/i386/__fork.S: Likewise.
1774 * sysdeps/unix/sparc/__fork.S: Likewise.
1775 * sysdeps/unix/mips/__fork.S: Likewise.
1776 * sysdeps/mach/hurd/__fork.c: Likewise.
1777 * sysdeps/posix/__fpathcon.c: Renamed to fpathcon.c; added weak
1778 alias fpathconf.
1779 * sysdeps/stub/__fpathcon.c: Likewise.
1780 * sysdeps/unix/sysv/irix4/__fpathcon.c: Likewise.
1781 * sysdeps/stub/__fstat.c: Renamed to fstat.c; added weak alias fstat.
1782 * sysdeps/unix/__fstat.S: Likewise.
1783 * sysdeps/unix/sysv/sysv4/i386/__fstat.S: Likewise.
1784 * sysdeps/mach/hurd/__fstat.c: Likewise.
1785 * stdio/__getdelim.c: Renamed to getdelim.c; added weak alias
1786 getdelim.
1787 * sysdeps/stub/__getdents.c: Renamed to getdents.c; added weak
1788 alias getdents.
1789 * sysdeps/unix/__getdents.c: Likewise.
1790 * sysdeps/unix/bsd/sun/__getdents.S: Likewise.
1791 * sysdeps/unix/bsd/hp/m68k/__getdents.S: Likewise.
1792 * sysdeps/unix/bsd/ultrix4/__getdents.S: Likewise.
1793 * sysdeps/unix/bsd/bsd4.4/__getdents.S: Likewise.
1794 * sysdeps/unix/bsd/osf1/alpha/__getdents.S: Likewise.
1795 * sysdeps/unix/sysv/__getdents.c: Likewise.
1796 * sysdeps/mach/hurd/__getdents.c: Likewise.
1797 * hurd/__getdport.c: Renamed to getdport.c; added weak alias getdport.
1798 * sysdeps/posix/__getdtsz.c: Renamed to getdtsz.c; added weak
1799 alias getdtablesize.
1800 * sysdeps/stub/__getdtsz.c: Likewise.
1801 * sysdeps/unix/bsd/__getdtsz.S: Likewise.
1802 * sysdeps/unix/sysv/sysv4/__getdtsz.c: Likewise.
1803 * sysdeps/mach/hurd/__getdtsz.c: Likewise.
1804 * sysdeps/stub/__getegid.c: Renamed to getegid.c; added weak alias
1805 getegid.
1806 * sysdeps/unix/__getegid.S: Likewise.
1807 * sysdeps/mach/hurd/__getegid.c: Likewise.
1808 * sysdeps/stub/__geteuid.c: Renamed to geteuid.c; added weak alias
1809 geteuid.
1810 * sysdeps/unix/__geteuid.S: Likewise.
1811 * sysdeps/mach/hurd/__geteuid.c: Likewise.
1812 * sysdeps/stub/__getgid.c: Renamed to getgid.c; added weak alias
1813 getgid.
1814 * sysdeps/unix/__getgid.S: Likewise.
1815 * sysdeps/mach/hurd/__getgid.c: Likewise.
1816 * sysdeps/stub/__getgrps.c: Renamed to getgroups.c; added weak
1817 alias getgroups.
1818 * sysdeps/unix/bsd/sequent/i386/__getgrps.S: Likewise.
1819 * sysdeps/unix/sysv/sco3.2.4/__getgrps.c: Likewise.
1820 * sysdeps/unix/sysv/irix4/__getgrps.c: Likewise.
1821 * sysdeps/unix/common/__getgrps.S: Likewise.
1822 * sysdeps/mach/hurd/__getgrps.c: Likewise.
1823 * sysdeps/stub/__gethstnm.c: Renamed to gethostname.c; added weak
1824 alias gethostname.
1825 * sysdeps/unix/inet/__gethstnm.S: Likewise.
1826 * sysdeps/unix/sysv/__gethstnm.c: Likewise.
1827 * sysdeps/unix/sysv/sysv4/__gethstnm.c: Likewise.
1828 * sysdeps/mach/hurd/__gethstnm.c: Likewise.
1829 * sysdeps/stub/__getitmr.c: Renamed to getitimer.c; added weak
1830 alias getitimer.
1831 * sysdeps/unix/common/__getitmr.S: Likewise.
1832 * sysdeps/mach/hurd/__getitmr.c: Likewise.
1833 * stdio/__getline.c: Renamed to getline.c; added weak alias getline.
1834 * sysdeps/posix/__getpgsz.c: Renamed to getpagesize.c; added weak
1835 alias getpagesize.
1836 * sysdeps/stub/__getpgsz.c: Likewise.
1837 * sysdeps/unix/__getpgsz.c: Likewise.
1838 * sysdeps/unix/bsd/__getpgsz.S: Likewise.
1839 * sysdeps/unix/sysv/sysv4/__getpgsz.c: Likewise.
1840 * sysdeps/mach/__getpgsz.c: Likewise.
1841 * sysdeps/stub/__getpid.c: Renamed to getpid.c; added weak alias
1842 getpid.
1843 * sysdeps/unix/__getpid.S: Likewise.
1844 * sysdeps/mach/hurd/__getpid.c: Likewise.
1845 * sysdeps/stub/__getppid.c: Renamed to getppid.c; added weak alias
1846 getppid.
1847 * sysdeps/unix/__getppid.S: Likewise.
1848 * sysdeps/mach/hurd/__getppid.c: Likewise.
1849 * sysdeps/posix/__gettod.c: Renamed to gettimeofday.c; added weak
1850 alias gettimeofday.
1851 * sysdeps/stub/__gettod.c: Likewise.
1852 * sysdeps/unix/sysv/irix4/__gettod.c: Likewise.
1853 * sysdeps/unix/common/__gettod.S: Likewise.
1854 * sysdeps/mach/__gettod.c: Likewise.
1855 * sysdeps/stub/__getuid.c: Renamed to getuid.c; added weak alias
1856 getuid.
1857 * sysdeps/unix/__getuid.S: Likewise.
1858 * sysdeps/mach/hurd/__getuid.c: Likewise.
1859 * sysdeps/generic/__infnan.c: Renamed to infnan.c; added weak
1860 alias infnan.
1861 * sysdeps/ieee754/__infnan.c: Likewise.
1862 * sysdeps/vax/__infnan.c: Likewise.
1863 * sysdeps/stub/__ioctl.c: Renamed to ioctl.c; added weak alias ioctl.
1864 * sysdeps/unix/__ioctl.S: Likewise.
1865 * sysdeps/mach/hurd/__ioctl.c: Likewise.
1866 * sysdeps/posix/__isatty.c: Renamed to isatty.c; added weak alias
1867 isatty.
1868 * sysdeps/stub/__isatty.c: Likewise.
1869 * sysdeps/unix/bsd/__isatty.c: Likewise.
1870 * sysdeps/mach/hurd/__isatty.c: Likewise.
1871 * sysdeps/ieee754/__isinf.c: Renamed to isinf.c; added weak alias
1872 isinf.
1873 * sysdeps/m68k/fpu/__isinf.c: Likewise.
1874 * sysdeps/stub/__isinf.c: Likewise.
1875 * sysdeps/generic/__isnan.c: Renamed to isnan.c; added weak alias
1876 isnan.
1877 * sysdeps/ieee754/__isnan.c: Likewise.
1878 * sysdeps/m68k/fpu/__isnan.c: Likewise.
1879 * sysdeps/stub/__kill.c: Renamed to kill.c; added weak alias kill.
1880 * sysdeps/unix/__kill.S: Likewise.
1881 * sysdeps/mach/hurd/__kill.c: Likewise.
1882 * sysdeps/stub/__link.c: Renamed to link.c; added weak alias link.
1883 * sysdeps/unix/__link.S: Likewise.
1884 * sysdeps/mach/hurd/__link.c: Likewise.
1885 * sysdeps/ieee754/__logb.c: Renamed to logb.c; added weak alias logb.
1886 * sysdeps/m68k/fpu/__logb.c: Likewise.
1887 * sysdeps/stub/__logb.c: Likewise.
1888 * sysdeps/stub/__lseek.c: Renamed to lseek.c; added weak alias lseek.
1889 * sysdeps/unix/__lseek.S: Likewise.
1890 * sysdeps/mach/hurd/__lseek.c: Likewise.
1891 * sysdeps/generic/__lstat.c: Renamed to lstat.c; added weak alias
1892 lstat.
1893 * sysdeps/stub/__lstat.c: Likewise.
1894 * sysdeps/unix/sysv/sysv4/i386/__lstat.S: Likewise.
1895 * sysdeps/unix/common/__lstat.S: Likewise.
1896 * sysdeps/mach/hurd/__lstat.c: Likewise.
1897 * sysdeps/generic/__memccpy.c: Renamed to memccpy.c; added weak
1898 alias memccpy.
1899 * sysdeps/vax/__memccpy.c: Likewise.
1900 * sysdeps/stub/__mkdir.c: Renamed to mkdir.c; added weak alias mkdir.
1901 * sysdeps/unix/sysv/__mkdir.c: Likewise.
1902 * sysdeps/unix/common/__mkdir.S: Likewise.
1903 * sysdeps/mach/hurd/__mkdir.c: Likewise.
1904 * sysdeps/stub/__mknod.c: Renamed to mknod.c; added weak alias mknod.
1905 * sysdeps/unix/__mknod.S: Likewise.
1906 * sysdeps/unix/sysv/sysv4/i386/__mknod.S: Likewise.
1907 * sysdeps/mach/hurd/__mknod.c: Likewise.
1908 * mach/__msg.c: Renamed to msg.c; added weak alias mach_msg.
1909 * mach/__msgserver.c: Renamed to msgserver.c; added weak alias
1910 mach_msg_server.
1911 * sysdeps/stub/__open.c: Renamed to open.c; added weak alias open.
1912 * sysdeps/unix/__open.S: Likewise.
1913 * sysdeps/mach/hurd/__open.c: Likewise.
1914 * sysdeps/standalone/__open.c: Likewise.
1915 * sysdeps/stub/__pathconf.c: Renamed to pathconf.c; added weak
1916 alias pathconf.
1917 * sysdeps/unix/sysv/sco3.2.4/__pathconf.S: Likewise.
1918 * sysdeps/unix/sysv/irix4/__pathconf.c: Likewise.
1919 * hurd/__pid2task.c: Renamed to pid2task.c; added weak alias pid2task.
1920 * sysdeps/stub/__pipe.c: Renamed to pipe.c; added weak alias pipe.
1921 * sysdeps/unix/bsd/vax/__pipe.S: Likewise.
1922 * sysdeps/unix/bsd/m68k/__pipe.S: Likewise.
1923 * sysdeps/unix/bsd/osf1/alpha/__pipe.S: Likewise.
1924 * sysdeps/unix/i386/__pipe.S: Likewise.
1925 * sysdeps/unix/sparc/__pipe.S: Likewise.
1926 * sysdeps/unix/mips/__pipe.S: Likewise.
1927 * sysdeps/mach/hurd/__pipe.c: Likewise.
1928 * stdlib/__random.c: Renamed to random.c; added weak alias random.
1929 * sysdeps/stub/__read.c: Renamed to read.c; added weak alias read.
1930 * sysdeps/unix/__read.S: Likewise.
1931 * sysdeps/mach/hurd/__read.c: Likewise.
1932 * sysdeps/standalone/__read.c: Likewise.
1933 * sysdeps/stub/__readlink.c: Renamed to readlink.c; added weak
1934 alias readlink.
1935 * sysdeps/unix/common/__readlink.S: Likewise.
1936 * sysdeps/mach/hurd/__readlink.c: Likewise.
1937 * sysdeps/generic/__rint.c: Renamed to rint.c; added weak alias rint.
1938 * sysdeps/m68k/fpu/__rint.c: Likewise.
1939 * sysdeps/stub/__rmdir.c: Renamed to rmdir.c; added weak alias rmdir.
1940 * sysdeps/unix/sysv/__rmdir.c: Likewise.
1941 * sysdeps/unix/common/__rmdir.S: Likewise.
1942 * sysdeps/mach/hurd/__rmdir.c: Likewise.
1943 * sysdeps/generic/__sbrk.c: Renamed to sbrk.c; added weak alias sbrk.
1944 * sysdeps/stub/__sbrk.c: Likewise.
1945 * sysdeps/mach/hurd/__sbrk.c: Likewise.
1946 * math/__scalb.c: Renamed to scalb.c; added weak alias scalb.
1947 * sysdeps/stub/__select.c: Renamed to select.c; added weak alias
1948 select.
1949 * sysdeps/unix/common/__select.S: Likewise.
1950 * sysdeps/mach/hurd/__select.c: Likewise.
1951 * hurd/__setauth.c: Renamed to setauth.c; added weak alias setauth.
1952 * sysdeps/stub/__setgid.c: Renamed to setgid.c; added weak alias
1953 setgid.
1954 * sysdeps/unix/__setgid.S: Likewise.
1955 * sysdeps/unix/bsd/__setgid.c: Likewise.
1956 * sysdeps/mach/hurd/__setgid.c: Likewise.
1957 * sysdeps/stub/__setitmr.c: Renamed to setitmr.c; added weak alias
1958 setitmr
1959 * sysdeps/unix/common/__setitmr.S: Likewise.
1960 * sysdeps/mach/hurd/__setitmr.c: Likewise.
1961 * sysdeps/stub/__setpgrp.c: Renamed to setpgrp.c; added weak alias
1962 setpgrp
1963 * sysdeps/unix/sysv/sysv4/__setpgrp.c: Likewise.
1964 * sysdeps/unix/sysv/sco3.2.4/__setpgrp.c: Likewise.
1965 * sysdeps/unix/sysv/irix4/__setpgrp.S: Likewise.
1966 * sysdeps/unix/common/__setpgrp.S: Likewise.
1967 * sysdeps/mach/hurd/__setpgrp.c: Likewise.
1968 * sysdeps/stub/__setregid.c: Renamed to setregid.c; added weak
1969 alias setregid.
1970 * sysdeps/unix/common/__setregid.S: Likewise.
1971 * sysdeps/mach/hurd/__setregid.c: Likewise.
1972 * sysdeps/stub/__setreuid.c: Renamed to setreuid.c; added weak
1973 alias setreuid.
1974 * sysdeps/unix/common/__setreuid.S: Likewise.
1975 * sysdeps/mach/hurd/__setreuid.c: Likewise.
1976 * sysdeps/stub/__setsid.c: Renamed to setsid.c; added weak alias
1977 setsid.
1978 * sysdeps/unix/bsd/__setsid.c: Likewise.
1979 * sysdeps/unix/bsd/sun/sunos4/__setsid.S: Likewise.
1980 * sysdeps/unix/bsd/ultrix4/__setsid.S: Likewise.
1981 * sysdeps/unix/bsd/bsd4.4/__setsid.S: Likewise.
1982 * sysdeps/unix/sysv/linux/__setsid.S: Likewise.
1983 * sysdeps/unix/sysv/sysv4/__setsid.c: Likewise.
1984 * sysdeps/unix/sysv/sco3.2.4/__setsid.c: Likewise.
1985 * sysdeps/mach/hurd/__setsid.c: Likewise.
1986 * sysdeps/stub/__settod.c: Renamed to settod.c; added weak alias
1987 settimeofday.
1988 * sysdeps/unix/bsd/__settod.S: Likewise.
1989 * sysdeps/unix/sysv/__settod.c: Likewise.
1990 * sysdeps/mach/hurd/__settod.c: Likewise.
1991 * sysdeps/stub/__setuid.c: Renamed to setuid.c; added weak alias
1992 setuid.
1993 * sysdeps/unix/__setuid.S: Likewise.
1994 * sysdeps/unix/bsd/__setuid.c: Likewise.
1995 * sysdeps/mach/hurd/__setuid.c: Likewise.
1996 * sysdeps/posix/__sigblock.c: Renamed to sigblock.c; added weak
1997 alias sigblock.
1998 * sysdeps/stub/__sigblock.c: Likewise.
1999 * sysdeps/unix/bsd/__sigblock.S: Likewise.
2000 * sysdeps/unix/bsd/bsd4.4/__sigblock.c: Likewise.
2001 * sysdeps/unix/bsd/osf1/alpha/__sigblock.S: Likewise.
2002 * sysdeps/posix/__sigpause.c: Renamed to sigpause.c; added weak
2003 alias sigpause.
2004 * sysdeps/stub/__sigpause.c: Likewise.
2005 * sysdeps/unix/bsd/__sigpause.S: Likewise.
2006 * sysdeps/unix/bsd/osf1/alpha/__sigpause.S: Likewise.
2007 * sysdeps/stub/__sigproc.c: Renamed to sigprocmask.c; added weak
2008 alias sigprocmask.
2009 * sysdeps/unix/bsd/__sigproc.c: Likewise.
2010 * sysdeps/unix/sysv/sysv4/__sigproc.S: Likewise.
2011 * sysdeps/unix/sysv/sco3.2.4/__sigproc.S: Likewise.
2012 * sysdeps/mach/hurd/__sigproc.c: Likewise.
2013 * sysdeps/stub/__sigret.c: Renamed to sigreturn.c; added weak
2014 alias sigreturn.
2015 * sysdeps/unix/bsd/sun/__sigret.S: Likewise.
2016 * sysdeps/unix/sysv/i386/__sigret.S: Likewise.
2017 * sysdeps/unix/sysv/irix4/__sigret.S: Likewise.
2018 * sysdeps/unix/i386/__sigret.S: Likewise.
2019 * sysdeps/unix/mips/__sigret.S: Likewise.
2020 * sysdeps/mach/hurd/i386/__sigret.c: Likewise.
2021 * sysdeps/mach/hurd/alpha/__sigret.c: Likewise.
2022 * sysdeps/mach/hurd/mips/__sigret.c: Likewise.
2023 * sysdeps/posix/__sigvec.c: Renamed to sigvec.c; added weak alias
2024 sigvec.
2025 * sysdeps/stub/__sigvec.c: Likewise.
2026 * sysdeps/unix/bsd/__sigvec.S: Likewise.
2027 * sysdeps/unix/bsd/sun/__sigvec.S: Likewise.
2028 * sysdeps/unix/bsd/sequent/i386/__sigvec.S: Likewise.
2029 * sysdeps/unix/bsd/ultrix4/mips/__sigvec.S: Likewise.
2030 * sysdeps/unix/bsd/bsd4.4/__sigvec.c: Likewise.
2031 * sysdeps/unix/bsd/osf1/alpha/__sigvec.S: Likewise.
2032 * sysdeps/stub/__stat.c: Renamed to stat.c; added weak alias stat.
2033 * sysdeps/unix/__stat.S: Likewise.
2034 * sysdeps/unix/sysv/sysv4/i386/__stat.S: Likewise.
2035 * sysdeps/mach/hurd/__stat.c: Likewise.
2036 * sysdeps/generic/__stpncpy.c: Renamed to stpncpy.c; added weak
2037 alias stpncpy.
2038 * sysdeps/stub/__symlink.c: Renamed to symlink.c; added weak alias
2039 symlink.
2040 * sysdeps/unix/common/__symlink.S: Likewise.
2041 * sysdeps/mach/hurd/__symlink.c: Likewise.
2042 * sysdeps/posix/__sysconf.c: Renamed to sysconf.c; added weak
2043 alias sysconf.
2044 * sysdeps/stub/__sysconf.c: Likewise.
2045 * sysdeps/unix/bsd/ultrix4/__sysconf.c: Likewise.
2046 * sysdeps/unix/sysv/sysv4/__sysconf.c: Likewise.
2047 * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Likewise.
2048 * sysdeps/unix/sysv/irix4/__sysconf.c: Likewise.
2049 * hurd/__task2pid.c: Renamed to task2pid.c; added weak alias task2pid.
2050 * sysdeps/stub/__times.c: Renamed to times.c; added weak alias times.
2051 * sysdeps/unix/bsd/__times.c: Likewise.
2052 * sysdeps/unix/sysv/__times.S: Likewise.
2053 * time/__tzset.c: Renamed to tzset.c; added weak alias tzset.
2054 * sysdeps/stub/__umask.c: Renamed to umask.c; added weak alias umask.
2055 * sysdeps/unix/__umask.S: Likewise.
2056 * sysdeps/mach/hurd/__umask.c: Likewise.
2057 * sysdeps/stub/__unlink.c: Renamed to unlink.c; added weak alias
2058 unlink.
2059 * sysdeps/unix/__unlink.S: Likewise.
2060 * sysdeps/mach/hurd/__unlink.c: Likewise.
2061 * sysdeps/stub/__utimes.c: Renamed to utimes.c; added weak alias
2062 utimes.
2063 * sysdeps/unix/bsd/__utimes.S: Likewise.
2064 * sysdeps/unix/sysv/sysv4/solaris2/__utimes.S: Likewise.
2065 * sysdeps/mach/hurd/__utimes.c: Likewise.
2066 * sysdeps/generic/__vfork.c: Renamed to vfork.c; added weak alias
2067 vfork.
2068 * sysdeps/unix/bsd/sun/m68k/__vfork.S: Likewise.
2069 * sysdeps/unix/bsd/vax/__vfork.S: Likewise.
2070 * sysdeps/unix/bsd/i386/__vfork.S: Likewise.
2071 * sysdeps/unix/bsd/hp/m68k/__vfork.S: Likewise.
2072 * sysdeps/unix/bsd/ultrix4/mips/__vfork.S: Likewise.
2073 * sysdeps/unix/sysv/sysv4/i386/__vfork.S: Likewise.
2074 * sysdeps/unix/sparc/__vfork.S: Likewise.
2075 * stdio/__vfscanf.c: Renamed to vfscanf.c; added weak alias vfscanf.
2076 * stdio/__vsscanf.c: Renamed to vsscanf.c; added weak alias vsscanf.
2077 * sysdeps/posix/__wait.c: Renamed to wait.c; added weak alias wait.
2078 * sysdeps/stub/__wait.c: Likewise.
2079 * sysdeps/unix/bsd/sony/newsos4/__wait.c: Likewise.
2080 * sysdeps/unix/bsd/sun/sunos4/__wait.c: Likewise.
2081 * sysdeps/unix/bsd/sun/sunos3/m68k/__wait.S: Likewise.
2082 * sysdeps/unix/bsd/vax/__wait.S: Likewise.
2083 * sysdeps/unix/bsd/m68k/__wait.S: Likewise.
2084 * sysdeps/unix/bsd/bsd4.4/__wait.c: Likewise.
2085 * sysdeps/unix/sysv/i386/linux/__wait.S: Likewise.
2086 * sysdeps/unix/sysv/irix4/__wait.S: Likewise.
2087 * sysdeps/unix/i386/__wait.S: Likewise.
2088 * sysdeps/unix/mips/__wait.S: Likewise.
2089 * sysdeps/posix/__wait3.c: Renamed to wait3.c; added weak alias wait3.
2090 * sysdeps/stub/__wait3.c: Likewise.
2091 * sysdeps/unix/bsd/sony/newsos4/__wait3.c: Likewise.
2092 * sysdeps/unix/bsd/sun/sunos4/__wait3.c: Likewise.
2093 * sysdeps/unix/bsd/vax/__wait3.S: Likewise.
2094 * sysdeps/unix/bsd/i386/__wait3.S: Likewise.
2095 * sysdeps/unix/bsd/hp/m68k/__wait3.S: Likewise.
2096 * sysdeps/unix/bsd/ultrix4/__wait3.S: Likewise.
2097 * sysdeps/unix/bsd/bsd4.4/__wait3.c: Likewise.
2098 * sysdeps/unix/sysv/irix4/__wait3.S: Likewise.
2099 * sysdeps/stub/__wait4.c: Renamed to wait4.c; added weak alias wait4.
2100 * sysdeps/unix/bsd/sony/newsos4/__wait4.c: Likewise.
2101 * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Likewise.
2102 * sysdeps/unix/bsd/bsd4.4/__wait4.S: Likewise.
2103 * sysdeps/unix/bsd/osf1/alpha/__wait4.S: Likewise.
2104 * sysdeps/unix/sysv/linux/__wait4.S: Likewise.
2105 * sysdeps/mach/hurd/__wait4.c: Likewise.
2106 * sysdeps/stub/__waitpid.c: Renamed to waitpid.c; added weak alias
2107 waitpid.
2108 * sysdeps/unix/bsd/sun/sunos4/__waitpid.c: Likewise.
2109 * sysdeps/unix/bsd/ultrix4/__waitpid.S: Likewise.
2110 * sysdeps/unix/bsd/bsd4.4/__waitpid.c: Likewise.
2111 * sysdeps/unix/bsd/osf1/alpha/__waitpid.c: Likewise.
2112 * sysdeps/unix/sysv/linux/__waitpid.S: Likewise.
2113 * sysdeps/unix/sysv/sysv4/__waitpid.c: Likewise.
2114 * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Likewise.
2115 * sysdeps/unix/sysv/irix4/__waitpid.c: Likewise.
2116 * sysdeps/stub/__write.c: Renamed to write.c; added weak alias write.
2117 * sysdeps/unix/__write.S: Likewise.
2118 * sysdeps/mach/hurd/__write.c: Likewise.
2119 * sysdeps/standalone/__write.c: Likewise.
2120 * sysdeps/stub/__tcgetatr.c: Renamed to tcgetattr.c; added weak
2121 alias tcgetattr.
2122 * sysdeps/unix/bsd/__tcgetatr.c: Likewise.
2123 * sysdeps/unix/bsd/sun/sunos4/__tcgetatr.c: Likewise.
2124 * sysdeps/unix/bsd/bsd4.4/__tcgetatr.c: Likewise.
2125 * sysdeps/unix/sysv/__tcgetatr.c: Likewise.
2126 * sysdeps/stub/__sigact.c: Renamed to sigaction.c; added weak
2127 alias sigaction.
2128 * sysdeps/unix/bsd/__sigact.c: Likewise.
2129 * sysdeps/unix/sysv/__sigact.c: Likewise.
2130 * sysdeps/unix/sysv/sysv4/__sigact.c: Likewise.
2131 * sysdeps/unix/sysv/sco3.2.4/__sigact.S: Likewise.
2132 * sysdeps/mach/hurd/__sigact.c: Likewise.
2133 * sysdeps/posix/__sigstmsk.c: Renamed to sigsetmask.c; added weak
2134 alias sigsetmask.
2135 * sysdeps/stub/__sigstmsk.c: Likewise.
2136 * sysdeps/unix/bsd/__sigstmsk.S: Likewise.
2137 * sysdeps/unix/bsd/bsd4.4/__sigstmsk.c: Likewise.
2138 * sysdeps/unix/bsd/osf1/alpha/__sigstmsk.S: Likewise.
2139 * sysdeps/stub/__getrusag.c: Renamed to getrusage.c; added weak
2140 alias getrusage.
2141 * sysdeps/unix/sysv/irix4/__getrusag.c: Likewise.
2142 * sysdeps/unix/common/__getrusag.S: Likewise.
2143 * hurd/task2pid.c: File removed.
2144 * hurd/setauth.c: File removed.
2145 * hurd/pid2task.c: File removed.
2146 * hurd/hurdsyms.c: File removed.
2147 * hurd/getdport.c: File removed.
2148 * hurd/fopenport.c: File removed.
2149 * mach/thread-sym.c: File removed.
2150 * mach/spin-syms.c: File removed.
2151 * mach/msgserver_t.c: File removed.
2152 * mach/msgserver.c: File removed.
2153 * mach/msg.c: File removed.
2154 * mach/mig_syms.c: File removed.
2155 * malloc/mcheck-init.c: File removed.
2156 * malloc/cfree.c: File removed.
2157 * io/flock.c: File removed.
2158 * io/write.c: File removed.
2159 * io/unlink.c: File removed.
2160 * io/umask.c: File removed.
2161 * io/symlink.c: File removed.
2162 * io/rmdir.c: File removed.
2163 * io/readlink.c: File removed.
2164 * io/read.c: File removed.
2165 * io/pipe.c: File removed.
2166 * io/open.c: File removed.
2167 * io/mkdir.c: File removed.
2168 * io/lstat.c: File removed.
2169 * io/lseek.c: File removed.
2170 * io/link.c: File removed.
2171 * io/isatty.c: File removed.
2172 * io/stat.c: File removed.
2173 * io/fstat.c: File removed.
2174 * io/fchown.c: File removed.
2175 * io/fchmod.c: File removed.
2176 * io/dup2.c: File removed.
2177 * io/dup.c: File removed.
2178 * io/close.c: File removed.
2179 * io/fcntl.c: File removed.
2180 * io/chmod.c: File removed.
2181 * io/chdir.c: File removed.
2182 * io/access.c: File removed.
2183 * io/chown.c: File removed.
2184 * time/tzset.c: File removed.
2185 * time/timelocal.c: File removed.
2186 * time/syms-time.c: File removed.
2187 * time/settod.c: File removed.
2188 * time/setitmr.c: File removed.
2189 * time/gettod.c: File removed.
2190 * time/getitmr.c: File removed.
2191 * time/adjtime.c: File removed.
2192 * termios/tcgetattr.c: File removed.
2193 * string/stpncpy.c: File removed.
2194 * string/rindex.c: File removed.
2195 * string/memccpy.c: File removed.
2196 * string/index.c: File removed.
2197 * string/bcmp.c: File removed.
2198 * stdlib/srand.c: File removed.
2199 * stdlib/random.c: File removed.
2200 * stdio/vsscanf.c: File removed.
2201 * stdio/vfscanf.c: File removed.
2202 * stdio/syms-stdio.c: File removed.
2203 * stdio/remove.c: File removed.
2204 * stdio/getline.c: File removed.
2205 * stdio/getdelim.c: File removed.
2206 * signal/ssignal.c: File removed.
2207 * signal/sigvec.c: File removed.
2208 * signal/sigsetmask.c: File removed.
2209 * signal/sigret.c: File removed.
2210 * signal/sigproc.c: File removed.
2211 * signal/sigpause.c: File removed.
2212 * signal/sigblock.c: File removed.
2213 * signal/sigaction.c: File removed.
2214 * signal/kill.c: File removed.
2215 * signal/gsignal.c: File removed.
2216 * setjmp/siglongjmp.c: File removed.
2217 * setjmp/_longjmp.c: File removed.
2218 * resource/getrusage.c: File removed.
2219 * posix/waitpid.c: File removed.
2220 * posix/wait4.c: File removed.
2221 * posix/wait3.c: File removed.
2222 * posix/wait.c: File removed.
2223 * posix/times.c: File removed.
2224 * posix/sysconf.c: File removed.
2225 * posix/setuid.c: File removed.
2226 * posix/setsid.c: File removed.
2227 * posix/setpgrp.c: File removed.
2228 * posix/setpgid.c: File removed.
2229 * posix/setgid.c: File removed.
2230 * posix/pathconf.c: File removed.
2231 * posix/getuid.c: File removed.
2232 * posix/getppid.c: File removed.
2233 * posix/getpid.c: File removed.
2234 * posix/getgrps.c: File removed.
2235 * posix/getgid.c: File removed.
2236 * posix/geteuid.c: File removed.
2237 * posix/getegid.c: File removed.
2238 * posix/fpathcon.c: File removed.
2239 * posix/fork.c: File removed.
2240 * posix/execve.c: File removed.
2241 * posix/environ.c: File removed.
2242 * misc/utimes.c: File removed.
2243 * misc/setreuid.c: File removed.
2244 * misc/setregid.c: File removed.
2245 * misc/select.c: File removed.
2246 * misc/sbrk.c: File removed.
2247 * misc/mknod.c: File removed.
2248 * misc/ioctl.c: File removed.
2249 * misc/getpgsz.c: File removed.
2250 * misc/gethstnm.c: File removed.
2251 * misc/getdtsz.c: File removed.
2252 * misc/data_start.c: File removed.
2253 * misc/brk.c: File removed.
2254 * math/scalb.c: File removed.
2255 * math/rint.c: File removed.
2256 * math/logb.c: File removed.
2257 * math/isnan.c: File removed.
2258 * math/isinf.c: File removed.
2259 * math/infnan.c: File removed.
2260 * math/finite.c: File removed.
2261 * math/expm1.c: File removed.
2262 * math/drem.c: File removed.
2263 * math/copysign.c: File removed.
2264 * math/__scalb.c: File removed.
2265 * dirent/getdents.c: File removed.
2266
2267 Fri Jan 20 16:11:06 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2268
2269 * sysdeps/generic/morecore.c (__default_morecore): Use
2270 __malloc_ptrdiff_t; don't cast arg to int.
2271
2272 * resolv/getnetnamadr.c: Include "conf/portability.h".
2273
2274 Thu Jan 19 02:20:04 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2275
2276 * stdlib/strtol.c: Include errno.h.
2277 [QUAD] (ULONG_MAX): Define to a static variable initialized to
2278 ULONG_LONG_MAX. This is to work around a GCC bug in using the
2279 constant in arithmetic.
2280
2281 * posix/unistd.h (daemon): Declare it.
2282
2283 * malloc/mcheck-init.c: Remove GNU ld hacks.
2284 (__malloc_initialize_hook): Initialize this hook to turn_on_mcheck.
2285 * malloc/malloc.c (__malloc_initialize_hook): New hook variable.
2286 (initialize): Call the hook if set.
2287 * malloc/malloc.h: Use __malloc_{size,ptrdiff}_t in prototypes.
2288 (__malloc_initialize_hook): Declare new hook variable.
2289
2290 Wed Jan 18 01:43:39 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2291
2292 * hurd/hurdsig.c: Prepend `msg_' to server RPC names.
2293 * hurd/hurdpid.c: Likewise.
2294 * hurd/hurdauth.c: Likewise.
2295
2296 Tue Jan 17 03:16:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2297
2298 * sysdeps/mach/hurd/__select.c: If some replies are EINTR, succeed
2299 if any are successful.
2300
2301 * hurd/hurdmsg.c: Prepend `msg_' to all RPC names.
2302 (_S_msg_get_exec_flags, _S_msg_set_exec_flags,
2303 _S_msg_set_some_exec_flags, _S_msg_clear_some_exec_flags): New
2304 functions.
2305 (_S_io_select_done, _S_dir_changed, _S_file_changed): Stubs removed.
2306
2307 * hurd/hurdkill.c: __sig_post renamed to __msg_sig_post.
2308 * hurd/hurd-raise.c: Likewise.
2309 * hurd/hurdsig.c (post_reply): Prepend `msg_' to RPC names.
2310
2311 * sysdeps/mach/hurd/ptrace.c: New file.
2312
2313 * sysdeps/mach/hurd/__select.c: Revamped to use new io_select
2314 interface, which has normal EINTR semantics. Instead of waiting
2315 for io_select_done notification messages, send io_select messages
2316 with short reply timeout and then wait for io_select_reply
2317 messages.
2318
2319 * hurd/hurdexec.c (_hurd_exec): Pass (_hurd_exec_flags &
2320 EXEC_INHERITED) to file_exec.
2321
2322 * hurd/hurdsig.c (post_reply): Take new arg UNTRACED; if nonzero,
2323 use sig_post_untraced_reply. All callers changed.
2324 (abort_thread, abort_rpcs): Take same new arg and pass it through.
2325 All callers changed.
2326 (_hurd_internal_post_signal): Take new arg UNTRACED.
2327 If zero and process is traced, stop with SIGNO as stop signal. If
2328 nonzero, resume process before delivering signal (unless
2329 ACT==stop). Expand local fn sigwakeup into block at end taken iff
2330 SIGNO!=0.
2331 (signal_allowed): New function, broken out of _S_sig_post.
2332 (_S_sig_post): Call it. Pass UNTRACED arg of false to
2333 _hurd_internal_post_signal.
2334 (_S_sig_post_untraced): New function. Just like _S_sig_post, but
2335 pass true for UNTRACED.
2336 * hurd/hurd/signal.h (_hurd_internal_post_signal): Take new arg
2337 UNTRACED.
2338 * hurd/catch-exc.c (_S_catch_exception_raise): Pass UNTRACED arg
2339 to _hurd_internal_post_signal (value zero).
2340
2341 Mon Jan 16 16:40:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2342
2343 * hurd/hurdinit.c (_hurd_exec_flags): New variable.
2344 (_hurd_init): Initialize it from FLAGS arg.
2345 (_hurd_proc_init): If EXEC_TRACED is set in _hurd_exec_flags,
2346 raise a SIGTRAP signal (with a sigcode of zero).
2347 * hurd/hurd.h (_hurd_exec_flags): Declare it.
2348
2349 * Version 1.09.5.
2350
2351 Mon Jan 16 16:16:55 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2352
2353 * malloc/malloc.c (malloc): Fix 1-off in previous change.
2354
2355 Mon Jan 16 15:49:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2356
2357 * posix/glob/Makefile.in: Remove config.h and config.log.
2358
2359 Sun Jan 15 06:56:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2360
2361 * posix/glob/configure.in: Add AC_CONST check.
2362
2363 * conf/portability.h: #undef sun.
2364 * resolv/res_query.c: Updated from BIND-4.9.3-BETA17.
2365 * resolv/getnetnamadr.c: Likewise.
2366
2367 * socket/Makefile (headers): Add sockaddrcom.h.
2368 * inet/netinet/in.h: Include <sockaddrcom.h>.
2369 (struct sockaddr_in): Use the __SOCKADDR_COMMON macro.
2370 * socket/sys/un.h (struct sockaddr_in): Likewise.
2371 * socket/sys/socket.h (struct sockaddr): Likewise.
2372 * sysdeps/unix/bsd/bsd4.4/sockaddrcom.h: New file.
2373 * sysdeps/generic/sockaddrcom.h: New file.
2374
2375 * sysdeps/unix/sysv/sysv4/ftruncate.c: New file.
2376 * sysdeps/unix/common/fcntlbits.h [__USE_SVID] (F_ALLOCSP,
2377 F_FREESP): New macros.
2378 * sysdeps/posix/truncate.c: New file.
2379
2380 * malloc/malloc.c (malloc): Fix typos in RMS's change.
2381
2382 * malloc/Makefile (dist-routines): Add malloc-find.
2383 * malloc/malloc.h (malloc_find_object_address): Declare it.
2384 * malloc/malloc-find.c: New file.
2385
2386 * malloc/malloc.h (__malloc_ptrdiff_t): New macro, defined a la
2387 __malloc_size_t.
2388 (malloc_info): Use that type for member `busy.info.size'.
2389
2390 * stdlib/strtol.c: Change uses of `long' keyword throughout to use
2391 `LONG' macro.
2392 [! QUAD] (LONG): Define as long.
2393 [QUAD] (LONG): Define as long long.
2394 [QUAD] (LONG_MIN, LONG_MAX, ULONG_MAX): Redefine to long long
2395 versions.
2396 [QUAD] (strtoul, strtol): Define to strtouq, strtoq.
2397 * stdlib/Makefile (routines): Add strtoq and strtouq.
2398 * stdlib/strtoq.c, stdlib/strtouq.c: New files.
2399 * stdlib/stdlib.h [__GNUC__ && __USE_BSD] (strtoq, strtouq):
2400 Declare them.
2401
2402 * stdio/vfprintf.c: If there was a precision specified, ignore the
2403 0 flag and always pad with spaces.
2404
2405 * stdio/vfprintf.c: Don't use strchr to skip text until next %.
2406 Use a loop and also stop on first !isascii char.
2407
2408 Wed Jan 11 00:07:10 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2409
2410 * malloc/malloc.h (malloc_info): Change usage of .busy.info.size.
2411
2412 * malloc/malloc.c (malloc): For a multi-block object, store a
2413 negative number into the busy.info.size of all but the first block.
2414
2415 Tue Jan 10 13:45:20 1995 Brendan Kehoe <brendan@zen.org>
2416
2417 * sysdeps/unix/bsd/ultrix4/mips/start.S: Use s0, s1, and s2
2418 instead of t0, t1, and t2.
2419
2420 Tue Jan 10 05:53:50 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2421
2422 * malloc/memalign.c (__memalign_hook): New variable.
2423 (memalign): Call it if set.
2424 * malloc/malloc.h (__memalign_hook): Declare new variable.
2425
2426 Wed Dec 28 03:27:21 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2427
2428 * conf/portability.h: Include string.h and stdlib.h.
2429 * inet/netdb.h (NETDB_INTERNAL, NETDB_SUCCESS): New macros.
2430 * resolv/resolv.h, resolv/arpa/nameser.h, resolv/gethnamaddr.c,
2431 resolv/getnetbyname.c, resolv/getnetent.c, resolv/herror.c,
2432 resolv/res_mkquery.c, resolv/res_send.c, resolv/res_comp.c,
2433 resolv/res_debug.c, resolv/res_init.c: Updated from BIND 4.9.3-BETA14.
2434
2435 * sysdeps/m68k/fpu/__math.h (__m81_inline): New macro. Replace
2436 all uses of `extern __inline' with `__m81_inline'.
2437
2438 * sysdeps/unix/bsd/hp/m68k/__vfork.S: Use subl, not decl.
2439 * sysdeps/unix/__fork.S: Swap args in subl.
2440
2441 * posix/sys/types.h [__USE_MISC] (ushort, uint): New typedefs, for
2442 compatibility.
2443
2444 Tue Dec 20 13:33:20 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
2445
2446 * sysdeps/mach/hurd/__setpgrp.c (__setpgrp): Use __swtch_pri instead
2447 of swtch.
2448 * sysdeps/mach/hurd/__setsid.c (__setsid): Likewise.
2449 * mach/spin-solid.c (__spin_lock_solid): Likewise.
2450
2451 Thu Dec 15 12:01:07 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2452
2453 * inet/rcmd.c (iruserok): Use alloca instead of fixed-size buffer
2454 for PBUF.
2455 (__ivaliduser): Use getline instead of fgets with fixed-size buffer.
2456
2457 * sysdeps/mach/hurd/Makefile (subdirs): Don't elide inet.
2458
2459 Wed Dec 14 18:20:56 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2460
2461 * sysdeps/alpha/bsd-setjmp.S: Reverse register and immediate args
2462 in `bis' insn; immediate must be second.
2463
2464 * sysdeps/unix/__fork.S: Use subl instead of decl.
2465 * sysdeps/unix/i386/__fork.S: New file.
2466
2467 * sysdeps/mach/hurd/alpha/trampoline.c (_hurd_setup_sighandler):
2468 Remove A macro; just use `asm volatile' with proper quotes in each
2469 line.
2470 * sysdeps/mach/alpha/sysdep.h (CALL_WITH_SP): Put parens around
2471 jmp target register.
2472
2473 * time/africa, time/asia, time/australasia, time/emkdir.c,
2474 time/europe, time/ialloc.c, time/northamerica, time/private.h,
2475 time/scheck.c, time/yearistype, time/zdump.c, time/zic.c: New code
2476 and data from ADO 94h distribution.
2477
2478 * sysdeps/sparc/setjmp.S: Use sethi and or to put address of
2479 __sigjmp_save in %g1 and jmp there. jmp cannot contain a complete
2480 absolute pointer. Put second store in jmp delay slot.
2481
2482 Tue Dec 13 15:47:52 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2483
2484 * sysdeps/sparc/bsd-_setjmp.S: Use sethi and or to put address of
2485 __sigsetjmp in %g1 and jmp there. jmp cannot contain a complete
2486 absolute pointer.
2487 * sysdeps/sparc/bsd-setjmp.S: Likewise.
2488
2489 * configure.in: Use ; before } in { ... } exprs.
2490
2491 \f
2492
2493 See ChangeLog.4 for earlier changes.
This page took 3.593604 seconds and 6 git commands to generate.