diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-13 09:03:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-13 09:03:20 +0000 |
commit | 7c4f69a2fa6b0db8f4ac2ce0184c86aeceacddca (patch) | |
tree | 12e0fe0289e459fb150efc4a5715add176a6ff34 | |
parent | c42926bf1eeb4ff3b1e604c7efa66da64221b9cb (diff) | |
download | coreutils-7c4f69a2fa6b0db8f4ac2ce0184c86aeceacddca.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,16 @@ -2003-07-12 Jim Meyering <jim@meyering.net> +2003-07-13 Jim Meyering <jim@meyering.net> * Version 5.0.1. + * Makefile.maint (syntax-check): Move each individual check into + its own target. + (syntax-check-rules): This is the list of syntax-check targets. + (sc_unmarked_diagnostics, sc_cast_of_argument_to_free): + (sc_cast_of_x_alloc_return_value, sc_space_tab): + (sc_error_exit_success, sc_xalloc_h_in_src): New targets. + +2003-07-12 Jim Meyering <jim@meyering.net> + * configure.ac: Remove uses of OPTIONAL_BIN_ZCRIPTS and last traces of the nohup script. |