diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-15 23:41:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-15 23:41:08 +0000 |
commit | 18da62e303076cd71fa7a48e5afadd16647ea80c (patch) | |
tree | f796d1ed61984f6e773a0438916a2ce54273401f /old | |
parent | 77469b714b9600dc3e886f4105274afd3b5438ae (diff) | |
download | coreutils-18da62e303076cd71fa7a48e5afadd16647ea80c.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ec017ad0c..b81997d8f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,4 +1,16 @@ -Tue Nov 14 23:10:54 1995 Jim Meyering (meyering@comco.com) + + * mkdep-Makefile (.deps/empty.P): Depend on BUILT-HEADERS. + + * aclocal.m4 (jm_PROG_C_MKDEP): Rename from jm_PROG_MKDEP. + * src/Makefile.in (C_MKDEP): Rename from MKDEP. + * lib/Makefile.in (C_MKDEP): Likewise. + * mkdep-Makefile (C_MKDEP): Likewise. + Add comments. + + * csplit.c [__P]: Don't define it here. + * pr.c [__P]: Don't define it here. + * fmt.c [__P]: Don't define it here. + * system.h [__P]: Define it here. * aclocal.m4 (jm_AUTODEPS): Rename from jm_WITH_AUTODEPS. Revamp, with suggestions from Franc,ois Pinard. @@ -10,6 +22,8 @@ Tue Nov 14 23:10:54 1995 Jim Meyering (meyering@comco.com) * mkdep-Makefile: Use MKDEP, not DEP_CC. (DEP_CFLAGS): Remove it. +Tue Nov 14 23:10:54 1995 Jim Meyering (meyering@comco.com) + * sort.c: Add support for sorting numbers in scientific notation. Include xstrtod.h. (struct keyfield): Add field: general_numeric. |