diff options
author | Jim Meyering <jim@meyering.net> | 1995-12-01 07:38:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-12-01 07:38:16 +0000 |
commit | a8377ab7739d05d99a72778645643169d789c67d (patch) | |
tree | 48f14a0338b8185a4daf2a855ae8e122975506d7 /old | |
parent | 5106e930d14cc012c6ff5185d9cb5fca619aaf5d (diff) | |
download | coreutils-a8377ab7739d05d99a72778645643169d789c67d.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 8cd482744..004c85b01 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,14 @@ +Fri Dec 1 01:02:36 1995 Jim Meyering (meyering@comco.com) + + * lib/Makefile.in (default): New target. + + * sort.c (numcompare): Properly order `-' and valid integers; + treat `-' as if it were zero. Reported by Ross Alexander + <r.alexander@auckland.ac.nz>. + + * Makefile.in (DISTFILES): Remove unused mkdep-Makefile. + (.PHONY): Depend on default. + Wed Nov 29 21:50:53 1995 Jim Meyering (meyering@comco.com) * aclocal.m4 (jm_PROG_C_MKDEP): Remove, for now. @@ -49,7 +60,7 @@ Sat Nov 18 12:04:30 1995 Jim Meyering (meyering@comco.com) Thu Nov 16 21:25:45 1995 Jim Meyering (meyering@comco.com) * Makefile.in (default): New default target. Depend on `all' to - work around bug in AIX-3.2.5's /bin/make Reported by Andreas Luik + work around bug in AIX-3.2.5's /bin/make. Reported by Andreas Luik <luik@isa.de>. Wed Nov 15 23:48:31 1995 Jim Meyering (meyering@comco.com) |