diff options
author | Roland McGrath <roland@gnu.org> | 1999-02-17 04:45:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-02-17 04:45:56 +0000 |
commit | c5def164fd8f569e3ae463a8a1c38d76cb10f9db (patch) | |
tree | f265db471c37bffbe3352aaa2c0ee063e1256128 | |
parent | 5986eebf3ffa5d5b637312ac66d0a0dfe7e3f49d (diff) |
.
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | boot/ChangeLog | 4 | ||||
-rw-r--r-- | term/ChangeLog | 4 |
3 files changed, 17 insertions, 2 deletions
@@ -1,3 +1,10 @@ +1999-02-16 Roland McGrath <roland@baalperazim.frob.com> + + * Makeconf ($(libname).so): Make it a symlink to + $(libname).so.$(hurd-version). + ($(libname).so.$(hurd-version)): New target, renamed from + $(libname).so; link the actual shared object with this name. + Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu> * Makeconf ($(libname).so): Include $(hurd-version) as part of the @@ -6,7 +13,7 @@ Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu> ($(libdir)/$(libname).so): Only create a symlink to the version-numbered name. (install) [makemode == library]: Add - the versioned name $(libdir)/$(libname.so).$(hurd-version). + the versioned name $(libdir)/$(libname.so).$(hurd-version). * version.h.in: New file. * versioh.h, sh-version.sed: Deleted files. @@ -14,7 +21,7 @@ Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu> * Makefile ($(subdirs)): Depend on version.h. (version.h): New rule. (DIST_FILES): Delete version.h and sh-version.sed. Add version.h.in. - + 1999-01-24 Roland McGrath <roland@baalperazim.frob.com> * configure.in: Add AC_PROG_AWK. diff --git a/boot/ChangeLog b/boot/ChangeLog index 784acaf3..5186dee5 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,3 +1,7 @@ +1999-02-16 Roland McGrath <roland@baalperazim.frob.com> + + * boot.c (S_io_revoke): Add reply, replyPoly args. + Tue Feb 16 05:06:12 1999 Thomas Bushnell, BSG <tb@mit.edu> * boot.c (S_io_revoke): New (unsupported) routine. diff --git a/term/ChangeLog b/term/ChangeLog index b1ea689e..381845ff 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,7 @@ +1999-02-16 Roland McGrath <roland@baalperazim.frob.com> + + * users.c (trivfs_S_io_revoke): Fix typos. + Tue Feb 16 06:10:08 1999 Thomas Bushnell, BSG <tb@mit.edu> * users.c (trivfs_S_io_revoke): New function. |