diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-16 02:14:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-16 02:14:42 +0000 |
commit | 6cab5056c4b54a9bc92fe960e399b970ff2357ff (patch) | |
tree | cb58c687f7d1f22b324b641a31cd5621fb66eb59 /ChangeLog | |
parent | 8f5ca04bc7fd53741d80117df992995ace8f6d2d (diff) | |
download | glibc-6cab5056c4b54a9bc92fe960e399b970ff2357ff.tar.gz glibc-6cab5056c4b54a9bc92fe960e399b970ff2357ff.tar.xz glibc-6cab5056c4b54a9bc92fe960e399b970ff2357ff.zip |
Sun Oct 15 21:04:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* stdlib/Makefile (mpn-found): Don't omit %.s. (mpn-copy-sysdep): Omit files in nonexistent directories. (copy-mpn): Commit files to CVS. * stdlib/gen-mpn-copy (translations): Update translations for GMP 1.906.7. * configure.in (machine): Translate alpha* to alpha/&, hppa* to hppa/&. Thu Oct 12 15:45:32 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * hurd/hurd.h (file_name_lookup_under): Declare it. * hurd/Makefile (headers): Add hurd/lookup.h. * hurd/hurdinit.c (_hurd_ports_use): New function. * hurd/hurd.h (_hurd_ports_use): Declare it. (hurd_invoke_translator, hurd_file_name_lookup, hurd_file_name_split, hurd_file_name_lookup_retry): Remove these decls. * hurd/Makefile (routines): Remove invoke-trans.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d8a781c0f5..f7ae84d708 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun Oct 15 21:04:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * stdlib/Makefile (mpn-found): Don't omit %.s. + (mpn-copy-sysdep): Omit files in nonexistent directories. + (copy-mpn): Commit files to CVS. + * stdlib/gen-mpn-copy (translations): Update translations for GMP + 1.906.7. + + * configure.in (machine): Translate alpha* to alpha/&, hppa* to hppa/&. + Sat Oct 14 02:52:36 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> * malloc/malloc.c (_malloc_internal): Performance fix. Move @@ -38,6 +48,17 @@ Sat Oct 14 02:52:36 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> * sysdeps/unix/sysv/linux/sys/param.h: Add copyright and clean up. +Thu Oct 12 15:45:32 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * hurd/hurd.h (file_name_lookup_under): Declare it. + * hurd/Makefile (headers): Add hurd/lookup.h. + + * hurd/hurdinit.c (_hurd_ports_use): New function. + * hurd/hurd.h (_hurd_ports_use): Declare it. + (hurd_invoke_translator, hurd_file_name_lookup, hurd_file_name_split, + hurd_file_name_lookup_retry): Remove these decls. + * hurd/Makefile (routines): Remove invoke-trans. + Wed Oct 11 00:00:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * sysdeps/i386/dl-machine.h (elf_machine_rel): Use +=, not =, to |