summaryrefslogtreecommitdiff
path: root/trans/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-05-13 17:33:29 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-05-13 17:33:29 +0000
commitaaba3eb39cc37d61ed3dac9f1c865b4ed2bf9997 (patch)
tree6cf49e318d2e46748c2b083f4e1ccd28df6255a8 /trans/ChangeLog
parenta399edfb6d90e393dae578b46e9c3e4515535e6f (diff)
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* symlink.c: Include <argp.h> and <version.h>. (argp_program_version, options, args_doc, doc, argp): New variables. (parse_opt): New function. (main): Replace argument count check and usage output by argp_parse invocation.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r--trans/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 9c4f1ea9..491b6db4 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,5 +1,14 @@
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
+ * symlink.c: Include <argp.h> and <version.h>.
+ (argp_program_version, options, args_doc, doc, argp): New
+ variables.
+ (parse_opt): New function.
+ (main): Replace argument count check and usage output by
+ argp_parse invocation.
+
+2002-05-13 Marcus Brinkmann <marcus@gnu.org>
+
* fakeroot.c (netfs_S_file_exec): New function.
(netfs_S_io_prenotify): Fix last change.
(netfs_S_io_postnotify): Likewise.