summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 1faaa76cc445b963687145a7b56ae7368782fe32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
2005-06-21  Paul Eggert  <eggert@cs.ucla.edu>

	Improve support for time stamps and other wide integers.
	* gnulib.modules: Add inttostr, quote, quotearg.
	* lib/system.h (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
	(INT_STRLEN_BOUND): Remove.
	Include "intprops.h" instead.
	(UINTMAX_STRSIZE_BOUND): Define in terms of INT_BUFSIZE_BOUND,
	not INT_STRLEN_BOUND.
	[HAVE_UTIME_H]: Don't include utime.h.
	* paxlib/DISTFILES: Remove convert.c.
	* paxlib/convert.c: Remove.
	* paxlib/error.c: Include quote.h, quotearg.h.
	* paxlib/paxlib.h: Include inttostr.h.
	(STRINGIFY_BIGINT): Define in terms of umaxtostr.
	(stringify_uintmax_t_backwards): Remove decl.
	* tests/genfile.c: Include <utimens.h> instead of rolling our own.
	(exec_checkpoint): Use utimens instead of rolling our own.
	Don't pass extra args to error.
	(main): Wrap message inside _().

	* tests/genfile.c: Port to Solaris 8.
	Include <signal.h>, for 'signal'.
	(SIGCHLD) [! defined SIGCHLD && defined SIGCLD]: Define.
	(child_exited, sig_child): Remove; not needed.
	(exec_command): Use a prototype.
	(main): Set SIGCHLD handler to default, not to sig_child.
	And do this only if SIGCHLD is defined.  This uses the
	same pattern that src/tar.c uses.

2005-06-13  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* m4/rmt.m4 (PU_RMT): Fix building on Cygwin. Proposed by Corinna
	Vinschen <vinschen@redhat.com>.
	* m4/system.m4 (PU_SYSTEM): Add AC_STRUCT_ST_BLKSIZE.
	Require gl_AC_TYPE_UINTMAX_T (this means that uintmax_t.m4 from
	gnulibs should be used).

2005-05-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* paxlib/paxerror.h: Removed
	* paxlib/names.c: New file
	* paxlib/paxlib.h: New file
	* paxlib/DISTFILES: Add names.c,paxlib.h; remove paxerror.h
	* paxlib/Makefile.am: Likewise
	* paxlib/error.c: Rename paxerror.h to paxlib.h
	* paxlib/exit.c: Likewise.

2005-05-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* paxlib/DISTFILES: New file
	* paxlib/convert.c: New file
	* paxlib/error.c: New file
	* paxlib/exit.c: New file
	* paxlib/paxerror.h: New file
	* paxlib/Makefile.am (libpax_a_SOURCES): Add new files.

	* gnulib.modules: Add getdate. Needed by genfile.
	* m4/rmt.m4 (PU_RMT): Check for LIB_SETSOCKOPT

2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>

	* COPYING, Makefile.am, configure.ac, build-aux/bootstrap,
	lib/Makefile.tmpl, lib/rmt.h, lib/rtapelib.c, lib/system.h,
	paxlib/Makefile.am, paxlib/pax.h, paxlib/paxbuf.c,
	paxlib/paxbuf.h, paxlib/rtape.c, paxlib/tar.h, paxlib/tarbuf.c,
	paxlib/tardef.h, paxtest/Makefile.am, paxtest/paxtest.c,
	paxtest/paxtest.h, rmt/rmt.c, tests/argcv.c, tests/argcv.h,
	tests/genfile.c:
	Update FSF postal mail address.

2005-05-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* AUTHORS: New file
	* COPYING: New file
	* NEWS: New file
	* THANKS: New file
	* README-alpha: New file
	* README: Updated
	* Makefile.am: New file
	* configure.ac: New file
	* .cvsignore: New file

	* paxlib: New directory
	* paxlib/Makefile.am: New file
	* paxlib/pax.h: Likewise
	* paxlib/paxbuf.c: Likewise
	* paxlib/paxbuf.h: Likewise
	* paxlib/rtape.c: Likewise
	* paxlib/tar.h: Likewise
	* paxlib/tarbuf.c: Likewise
	* paxlib/tardef.h: Likewise
	* paxlib/.cvsignore: New file

	* po: New directory
	* po/.cvsignore: New file
	* po/Makevars: Likewise
	* po/POTFILES.in: Likewise

	* paxtest: New directory
	* paxtest/Makefile.am: New file
	* paxtest/.cvsignore: New file
	* paxtest/paxtest.c: New file
	* paxtest/paxtest.h: New file

	* lib/Makefile.tmpl: New file
	* lib/.cvsignore: New file
	* lib/paxbuf.c: Removed
	* lib/paxbuf.h: Removed
	* m4/.cvsignore: New file

	* build-aux: New directory
	* build-aux/bootstrap: New file
	* build-aux/gnulib.modules: New file
	* build-aux/.cvsignore: New file

	* doc/genfile.texi: Minor fixes

2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* lib/system.h: If mkdev is defined, use it as makedev. Proposed
	by Todd Vierling.
	* rmt/rmt.c (main): Remove unused variable.
	* tests/DISTFILES: Add new files
	* tests/argcv.c: New file
	* tests/argcv.h: New file
	* tests/genfile.c: Major rewrite. Add new operation mode: --run.
	* doc: New directory
	* doc/DISTFILES: New file.
	* doc/genfile.texi: New file.

2005-03-21  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* tests/genfile.c (main): Allow --length=0

2005-02-07  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* lib/paxbuf.c: New file
	* lib/paxbuf.h: Likewise

2005-02-06  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

        * gnulib.modules: New file. List of required gnulib
	modules.

2005-02-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* rmt/rmt.c: Cleaned up the mess. Fixed error reporting.

2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* tests/genfile.c: New mode `--stat' prints selected
	fields from struct stat for existing files.
	Improved help output.

2005-01-06  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* m4/rtapelib.m4: New file
	* m4/system.m4: New file
	* m4/rmt.m4 (PU_RMT): Check for strerror
	* m4/DISTFILES: Added new files
	* rmt/rmt.c (main): Fixed declaration

2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* rmt/rmt.c (main): Reverted changes. setlocale()
	is handled by system.h.

2004-12-21  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* rmt/rmt.c (main): Protect NLS initialization by
	#ifdef ENABLE_NLS.

2004-09-08  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* tests/genfile.c (parse_opt): Allow --length=0

2004-09-07  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* tests: New directory
	* tests/DISTFILES: New file
	* tests/genfile.c: New file

2004-09-06  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	Initial import.


Local Variables:
mode: change-log
version-control: never
End: