diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-28 11:42:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-28 11:42:05 +0000 |
commit | de6b062321f6631c49119190dc63b00a566148df (patch) | |
tree | 59482c6f7bc38de66b83752d144c1411cc5043c0 /ChangeLog | |
parent | 6dbe2837567f528faa015fd0cf1536201dde5ffd (diff) | |
download | glibc-de6b062321f6631c49119190dc63b00a566148df.zip glibc-de6b062321f6631c49119190dc63b00a566148df.tar.gz glibc-de6b062321f6631c49119190dc63b00a566148df.tar.bz2 |
Fri Jun 28 07:27:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* string/strndup.c (strndup): Always terminate the string.
* string/string.h (strndupa): Likewise.
Thu Jun 27 14:22:31 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* stdio/Makefile (routines): Add vscanf.
* stdio-common/Makefile (routines): Remove vscanf.
* stdio-common/vscanf.c: Move to ...
* stdio/vscanf.c: here.
* rpm/Makefile (headers, install-lib, install-lib.so,
versioned, install-bin, install-sbin, install-data,
install-others): Add $(-VARIABLE).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Fri Jun 28 07:27:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * string/strndup.c (strndup): Always terminate the string. + * string/string.h (strndupa): Likewise. + +Thu Jun 27 14:22:31 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * stdio/Makefile (routines): Add vscanf. + * stdio-common/Makefile (routines): Remove vscanf. + * stdio-common/vscanf.c: Move to ... + * stdio/vscanf.c: here. + + * rpm/Makefile (headers, install-lib, install-lib.so, + versioned, install-bin, install-sbin, install-data, + install-others): Add $(-VARIABLE). + Fri Jun 28 02:41:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * nss/Makefile (databases): New variable. |