diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-09 20:41:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-09 20:41:33 +0000 |
commit | baee6fd135d7b2b3fa924890d97f2b36e65ac328 (patch) | |
tree | c35618c5b555322238cb74e1c9d7f520c4fdb46a /old | |
parent | 59339ab7e502fd9deae65bb2943a374de8b3a7d0 (diff) | |
download | coreutils-baee6fd135d7b2b3fa924890d97f2b36e65ac328.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 7b60480d8..73d6d3fc5 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,22 @@ +1999-11-09 Jim Meyering <meyering@ascend.com> + + * src/expr.c (NEW): Undefine to avoid warning about redefinition. + (NEW): Redefine in terms of XMALLOC. + + * lib/xalloc.h (XMALLOC): Correct misnamed macro parameter name: + s/N_bytes/N_items/. + (XCALLOC): Likewise. + (XREALLOC): Likewise. + +1999-11-05 Jim Meyering <meyering@ascend.com> + + * src/system.h: Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated + HAVE_ST_BLOCKS. + + * configure.in: Move some type/header/member tests into + m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) so they are shared by all of + fileutils, textutils, and sh-utils. + 1999-11-01 Jim Meyering <meyering@ascend.com> * lib/Makefile.am (MAINTAINERCLEANFILES): Set to $(BUILT_SOURCES). |