summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-30 20:30:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-30 20:30:18 +0000
commitd087f16e7f36f6dd0ac3fbc8dd88025b4b0ab67c (patch)
tree91ca144384be4a3c17f233a27021f59fe2413216 /ChangeLog
parent5c53a006ebf896f6821642df91f696127dcb2c2f (diff)
downloadcoreutils-d087f16e7f36f6dd0ac3fbc8dd88025b4b0ab67c.tar.xz
mkdir.c int cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6963993a6..927d28aa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/mkdir.c (create_parents, main): Use bool when appropriate.
+ (main): Use EXIT_SUCCESS/EXIT_FAILURE instead of 0/1.
+
2004-07-29 Paul Eggert <eggert@cs.ucla.edu>
* src/mkfifo.c (main): Use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1.
@@ -34,7 +39,7 @@
(do_copy): Rewrite slightly to avoid need for "unreachable" comment.
(main): Use EXIT_SUCCESS, EXIT_FAILURE instead of 0, 1.
* src/rm.c (main): Likewise.
-
+
md5sum, sha1sum integer cleanups.
* src/checksum.h: Don't include config.h, sys/types.h, stdio.h:
@@ -49,7 +54,7 @@
(digest_check): Increase limit of number of input lines to
UINTMAX_MAX from INT_MAX. Diagnose any overflows of this counter.
Use ngettext instead of hard-to-i18nize hardcoded stuff for plurals.
-
+
2004-07-28 Paul Eggert <eggert@cs.ucla.edu>
* src/cat.c (exit_status): Remove. Now done by passing a boolean
@@ -66,7 +71,7 @@
[O_BINARY]: Don't invoke isatty unless the other options require it.
(main): When deciding whether to use simple_cat, don't worry
about binary option; it's irrelevant.
-
+
* src/dcgen: Remove comments, trailing white space, and empty
lines from the output strings, to save space.
Use a narrower type like 'unsigned char' for line lengths, if