aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-08-30 16:25:16 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-08-30 16:25:16 +0000
commit5eaddc1ec7c1de666223c86843c2edd77c94dff5 (patch)
tree02736c960940f8c5394ac0afded7c6b36a32abe1
parentbbbaadcb9780b9fd10a946dfe94192075fc8a18d (diff)
downloadcpio-5eaddc1ec7c1de666223c86843c2edd77c94dff5.tar.gz
cpio-5eaddc1ec7c1de666223c86843c2edd77c94dff5.tar.bz2
-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 @@
12004-08-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2
3 * Makefile.am: Added headers to SUBDIRS.
4 * configure.ac: Check for AC_SYS_LARGEFILE.
5 Use AC_CONFIG_LINKS to provide for fnmatch.h and getopt.h on
6 the systems where these are missing
7 Check for argp and replace it if necessary.
8 * src/Makefile.am: Updated
9 * src/fnmatch.h: Moved to headers/
10 * src/getopt.h: Likewise.
11 * src/main.c: Option parsing rewritten using argp. Improved
12 option consistency checking.
13 * src/rmt.c: Include getopt.h
14
15 * src/argp-ba.c: New file
16 * src/argp-eexst.c: New file
17 * src/argp-fmtstream.c: New file
18 * src/argp-fs-xinl.c: New file
19 * src/argp-help.c: New file
20 * src/argp-parse.c: New file
21 * src/argp-pv.c: New file
22 * src/argp-pvh.c: New file
23 * src/argp-xinl.c: New file
24 * src/pin.c: New file
25
26 * headers: New directory
27 * headers/Makefile.am: New file
28 * headers/getopt.h: New file
29 * headers/argp.h: New file
30 * headers/fnmatch.h: New file
31 * headers/.cvsignore: New file
32
332004-03-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34
35 * src/util.c (copy_files_disk_to_disk): Bugfix. If a file
36 grew n bytes in copy-pass mode, these n bytes got prepended
37 to the contents of all subsequent files. Fix provided by
38 Holger Fleischmann <holger_fleischmann@mra.man.de>
39 * THANKS: Added Holger Fleischmann.
40
12004-02-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> 412004-02-27 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2 42
3 * src/makepath.c: Remove unneded typedefs 43 * 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 =\
51 gettext.h\ 51 gettext.h\
52 system.h\ 52 system.h\
53 rmt.h\ 53 rmt.h\
54 safe-stat.h\ 54 safe-stat.h
55 fnmatch.h\
56 getopt.h
57 55
58cpio_LDADD = @LIBOBJS@ $(INTLLIBS) 56cpio_LDADD = @LIBOBJS@ $(INTLLIBS)
59 57
@@ -70,7 +68,17 @@ EXTRA_DIST=\
70 bcopy.c\ 68 bcopy.c\
71 fnmatch.c\ 69 fnmatch.c\
72 mkdir.c\ 70 mkdir.c\
73 strdup.c 71 strdup.c\
72 argp-ba.c\
73 argp-eexst.c\
74 argp-fmtstream.c\
75 argp-fs-xinl.c\
76 argp-help.c\
77 argp-parse.c\
78 argp-pv.c\
79 argp-pvh.c\
80 argp-xinl.c\
81 pin.c
74 82
75localedir = $(datadir)/locale 83localedir = $(datadir)/locale
76 84

Return to:

Send suggestions and report system problems to the System administrator.