aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog40
-rw-r--r--src/Makefile.am16
2 files changed, 52 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a97b5c..ba6d659 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2004-08-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
+
+ * Makefile.am: Added headers to SUBDIRS.
+ * configure.ac: Check for AC_SYS_LARGEFILE.
+ Use AC_CONFIG_LINKS to provide for fnmatch.h and getopt.h on
+ the systems where these are missing
+ Check for argp and replace it if necessary.
+ * src/Makefile.am: Updated
+ * src/fnmatch.h: Moved to headers/
+ * src/getopt.h: Likewise.
+ * src/main.c: Option parsing rewritten using argp. Improved
+ option consistency checking.
+ * src/rmt.c: Include getopt.h
+
+ * src/argp-ba.c: New file
+ * src/argp-eexst.c: New file
+ * src/argp-fmtstream.c: New file
+ * src/argp-fs-xinl.c: New file
+ * src/argp-help.c: New file
+ * src/argp-parse.c: New file
+ * src/argp-pv.c: New file
+ * src/argp-pvh.c: New file
+ * src/argp-xinl.c: New file
+ * src/pin.c: New file
+
+ * headers: New directory
+ * headers/Makefile.am: New file
+ * headers/getopt.h: New file
+ * headers/argp.h: New file
+ * headers/fnmatch.h: New file
+ * headers/.cvsignore: New file
+
+2004-03-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
+
+ * src/util.c (copy_files_disk_to_disk): Bugfix. If a file
+ grew n bytes in copy-pass mode, these n bytes got prepended
+ to the contents of all subsequent files. Fix provided by
+ Holger Fleischmann <holger_fleischmann@mra.man.de>
+ * THANKS: Added Holger Fleischmann.
+
2004-02-27 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* src/makepath.c: Remove unneded typedefs
diff --git a/src/Makefile.am b/src/Makefile.am
index 87f3ffc..305075c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,9 +51,7 @@ noinst_HEADERS =\
gettext.h\
system.h\
rmt.h\
- safe-stat.h\
- fnmatch.h\
- getopt.h
+ safe-stat.h
cpio_LDADD = @LIBOBJS@ $(INTLLIBS)
@@ -70,7 +68,17 @@ EXTRA_DIST=\
bcopy.c\
fnmatch.c\
mkdir.c\
- strdup.c
+ strdup.c\
+ argp-ba.c\
+ argp-eexst.c\
+ argp-fmtstream.c\
+ argp-fs-xinl.c\
+ argp-help.c\
+ argp-parse.c\
+ argp-pv.c\
+ argp-pvh.c\
+ argp-xinl.c\
+ pin.c
localedir = $(datadir)/locale

Return to:

Send suggestions and report system problems to the System administrator.