diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-08 03:31:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-08 03:31:04 +0000 |
commit | ce4d8b661ad9a92db0327566964d128db28947a1 (patch) | |
tree | cb438408246873f731f03b3ca42fdaec6aaf0a72 /ChangeLog | |
parent | 0e3426bbcf2ff61d06d580fc9362fde79953a281 (diff) | |
download | glibc-ce4d8b661ad9a92db0327566964d128db28947a1.tar.gz glibc-ce4d8b661ad9a92db0327566964d128db28947a1.tar.xz glibc-ce4d8b661ad9a92db0327566964d128db28947a1.zip |
Tue May 7 23:18:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> cvs/libc-960508
* po/Makefile: New file. * Makefile (subdirs): Add po. * configure.in: Check for msgfmt. * config.make.in (MSGFMT): New variable. Sun May 5 23:49:10 1996 Ulrich Drepper <drepper@cygnus.com> * misc/Makefile (routines): Add swapoff. * sysdeps/unix/sysv/linux/Dist: Add sys/quota.h. * sysdeps/unix/sysv/linux/sys/quota.h: New file. Wrapper around kernel header file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 866a3b44f2..dafddde190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Tue May 7 23:18:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * po/Makefile: New file. + * Makefile (subdirs): Add po. + + * configure.in: Check for msgfmt. + * config.make.in (MSGFMT): New variable. + +Sun May 5 23:49:10 1996 Ulrich Drepper <drepper@cygnus.com> + + * misc/Makefile (routines): Add swapoff. + + * sysdeps/unix/sysv/linux/Dist: Add sys/quota.h. + + * sysdeps/unix/sysv/linux/sys/quota.h: New file. Wrapper around + kernel header file. + Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * string/argz-extract.c: Remove const from decl. |