diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-16 08:14:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-16 08:14:53 +0000 |
commit | 981a7966e7cd62cce7cd46cbb18a2ee612817a4b (patch) | |
tree | 5e7bea20d8ee80da7e5b0fdcbcaefa597391a570 /lib | |
parent | cc98f8a745144e3d2fb5c69ed864af40c374fd97 (diff) | |
download | coreutils-981a7966e7cd62cce7cd46cbb18a2ee612817a4b.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index eecd59df3..673c67850 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2002-02-15 Paul Eggert <eggert@twinsun.com> + + * posixver.c, posixver.h: New files. + * Makefile.am (libfetish_a_SOURCES): Add them. + 2002-02-02 Paul Eggert <eggert@twinsun.com> Bruno Haible <bruno@clisp.org> |