diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-15 07:01:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-15 07:01:16 +0000 |
commit | da6d7d3838176cd8a3734e9f9edcdbda84d91df1 (patch) | |
tree | 26c48aa77035ada9a06ab7b352d8d585641acc29 /ChangeLog | |
parent | cd4c4a2cd674ed8c15f5ec296c76693b60c67b14 (diff) | |
download | glibc-da6d7d3838176cd8a3734e9f9edcdbda84d91df1.tar.gz glibc-da6d7d3838176cd8a3734e9f9edcdbda84d91df1.tar.xz glibc-da6d7d3838176cd8a3734e9f9edcdbda84d91df1.zip |
Update.
* scripts/versions.awk: Don't expect to read predecessor versions, compute them. * Versions.def: Remove predecessors. They get now computed. 1999-11-14 Ulrich Drepper <drepper@cygnus.com> Patches by Franz Sirl <Franz.Sirl@lauterbach.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4744086f2a..8abb6718c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,17 @@ 1999-11-14 Ulrich Drepper <drepper@cygnus.com> + * scripts/versions.awk: Don't expect to read predecessor versions, + compute them. + * Versions.def: Remove predecessors. They get now computed. + +1999-11-14 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/unix/sysv/linux/execve.c: Add __syscall_execve prototype. * sysdeps/unix/sysv/linux/setrlimit.c: Add __syscall_setrlimit prototype. * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add setrlimit. * sysdeps/powerpc/stackinfo.h: New file. - Patches by Franz Sirl <Franz.Sirl@lauterback.com>. + Patches by Franz Sirl <Franz.Sirl@lauterbach.com>. 1999-11-13 Roland McGrath <roland@baalperazim.frob.com> |