diff options
author | Alfred M. Szmidt <ams@gnu.org> | 2005-07-26 19:32:07 +0000 |
---|---|---|
committer | Alfred M. Szmidt <ams@gnu.org> | 2005-07-26 19:32:07 +0000 |
commit | 5c3011ee1de9a9b231270044ea52649f84cdac66 (patch) | |
tree | 9271130ef728ddec73ef031e9d13204f8cba6269 /utils/ChangeLog | |
parent | b2d343beaeee945ef558727faca6557b1689b36d (diff) |
2005-07-26 Alfred M. Szmidt <ams@gnu.org>
* rpctrace.c: Include <fnmatch.h>, <sys/stat.h>, and <dirent.h>.
(main, options): Renamed the option `-I' to `-i', and
reimplemented `-I' to search a given directory for message ID
files.
(main): Variable `err' removed.
Diffstat (limited to 'utils/ChangeLog')
-rw-r--r-- | utils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index e22fab2c..4b02f072 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,11 @@ +2005-07-26 Alfred M. Szmidt <ams@gnu.org> + + * rpctrace.c: Include <fnmatch.h>, <sys/stat.h>, and <dirent.h>. + (main, options): Renamed the option `-I' to `-i', and + reimplemented `-I' to search a given directory for message ID + files. + (main): Variable `err' removed. + 2004-09-21 Alfred M. Szmidt <ams@kemisten.nu> * fsysopts.c (doc): Changed `--remount' to `--update'. |