Jim Meyering
|
d08a2b63dc
|
(BITSPERBYTE): Remove.
(UID_T_MAX, GID_T_MAX): Define in terms of TYPE_MAXIMUM.
|
1997-11-30 10:25:11 +00:00 |
|
Jim Meyering
|
df445b0891
|
Remove old-style xmalloc and xrealloc decls.
|
1997-10-25 22:03:55 +00:00 |
|
Jim Meyering
|
eae64f3a4f
|
Remove stpcpy decl.
|
1997-10-23 16:04:47 +00:00 |
|
Jim Meyering
|
05bbdbd786
|
update bug-reporting address
|
1997-10-07 23:53:36 +00:00 |
|
Jim Meyering
|
e5549867e2
|
change verbose messages
|
1997-10-06 13:30:14 +00:00 |
|
Jim Meyering
|
2e1d300fe5
|
(usage): Add a line describing --verbose.
|
1997-10-06 13:09:28 +00:00 |
|
Jim Meyering
|
16f5d0a11b
|
Add new option: --verbose (-v).
From Andreas Schwab.
|
1997-09-11 15:45:20 +00:00 |
|
Jim Meyering
|
42e5deb36c
|
(usage): tweak -p descr
|
1997-07-29 02:55:45 +00:00 |
|
Jim Meyering
|
b78d012e9d
|
Declare pointer parameters const as appropriate.
|
1997-07-29 02:06:25 +00:00 |
|
Jim Meyering
|
43e8e1245e
|
(main): New option --preserve-timestamps (-p).
(install_file_in_file): Change timestamps if requested.
(change_timestamps): New function.
(usage): Describe --preserve-timestamps.
Correct --mode description.
From Galen Hazelwood.
|
1997-07-29 01:57:24 +00:00 |
|
Jim Meyering
|
4c2adcbd56
|
Use base_name, not basename.
|
1997-05-27 11:04:41 +00:00 |
|
Jim Meyering
|
b7ffe8cdaf
|
update copyrights for 1997
|
1997-02-09 04:52:50 +00:00 |
|
Jim Meyering
|
a882d55b52
|
bracket bug address with <> and append a period
|
1997-02-01 04:24:08 +00:00 |
|
Jim Meyering
|
4f51b86bfb
|
Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *) 0' as last parameter in getopt_long call.
|
1997-02-01 03:03:44 +00:00 |
|
Jim Meyering
|
d3d5565035
|
[_POSIX_VERSION]: Don't declare wait. That declaration
conflicted with the one on i386-pc-isc3.0, now that I've removed the
AC_ISC_POSIX macro and _POSIX_VERSION is no longer defined.
|
1996-12-11 04:48:51 +00:00 |
|
Jim Meyering
|
0682a5efe9
|
(copy_file): Allow installation from non-directory (rather than only regular)
files. Suggestion from Charles Karney.
|
1996-11-30 04:33:30 +00:00 |
|
Jim Meyering
|
bded355394
|
(usage): Alphabetize option descriptions the way sort -f would.
|
1996-11-23 22:13:00 +00:00 |
|
Jim Meyering
|
5582e6dad3
|
change bug-reporting address
|
1996-11-03 03:16:27 +00:00 |
|
Jim Meyering
|
b8e689dc67
|
change bug-reporting address
|
1996-11-02 20:44:15 +00:00 |
|
Jim Meyering
|
8573fc6ac9
|
(usage): Improve diagnostic
|
1996-10-08 04:37:19 +00:00 |
|
Jim Meyering
|
4f28f318d8
|
(main): update --version output to conform to coding standard
|
1996-10-05 13:14:11 +00:00 |
|
Jim Meyering
|
de05a873ec
|
(main): update --version output to conform to coding standard
|
1996-10-04 04:16:01 +00:00 |
|
Jim Meyering
|
c9fff51897
|
(usage): remove spurious trailing \n in puts.
|
1996-08-31 04:44:31 +00:00 |
|
Jim Meyering
|
7e294bac78
|
(usage): Tell where to report bugs.
|
1996-08-29 05:05:57 +00:00 |
|
Jim Meyering
|
16c56c7d73
|
[_AIX]: Add #pragma alloca.
From Bernd Leibing <bernd.leibing@rz.uni-ulm.de>.
|
1996-07-19 03:56:23 +00:00 |
|
Jim Meyering
|
5885cbf0d2
|
(UID_T_MAX): Use `(unsigned long)1' rather than
`(uid_t)1' to avoid problems on systems where uid_t is signed.
(GID_T_MAX): Likewise for gid_t.
From Kjetil Torgrim Homme <kjetilho@ifi.uio.no>.
|
1996-07-10 03:33:01 +00:00 |
|
Jim Meyering
|
0472107417
|
(usage): Factor out backup-related text into separate string/printf statement.
|
1996-07-06 22:50:57 +00:00 |
|
Jim Meyering
|
2b37242292
|
(usage): Fix typo, 3nd->3rd, in usage message.
From Santiago Vila <sanvila@unex.es>.
|
1996-06-30 21:42:49 +00:00 |
|
Jim Meyering
|
dc98736719
|
update Copyright years for 1996
|
1996-04-24 04:42:21 +00:00 |
|
Jim Meyering
|
2411847f16
|
Include xstrtol.h.
[!BITSPERBYTE]: Define.
[!UID_T_MAX]: Define.
[!GID_T_MAX]: Define.
(get_ids): Use xstrtol, not atoi.
(is_number): Remove now-unused function.
|
1996-04-21 05:18:19 +00:00 |
|
Jim Meyering
|
5de0b392f2
|
Update FSF's address.
|
1996-03-24 18:47:09 +00:00 |
|
Jim Meyering
|
bb6a548712
|
(main): Declare to be of type int, not void.
|
1996-03-21 22:45:19 +00:00 |
|
Jim Meyering
|
ca0246a4c1
|
Don't include version.h.
(main): Use PACKAGE_VERSION instead of version_string.
|
1996-03-16 16:49:28 +00:00 |
|
Jim Meyering
|
10c96c43ac
|
(main): Initialize for internationalized message support: call setlocale,
bindtextdomain, and textdomain.
|
1996-03-12 03:08:30 +00:00 |
|
Jim Meyering
|
156a61c86d
|
(usage): Copy backup/suffix stuff from ln.c.
(main): Handle 'S' in getopt switch.
|
1996-01-20 12:37:12 +00:00 |
|
Jim Meyering
|
c3e64b1b2d
|
(copy_files): Accept backup options just as cp, ln, and
mv do: --backup (-b). From Marty Leisner <leisner@sdsp.mc.xerox.c>.
|
1996-01-19 17:39:06 +00:00 |
|
Jim Meyering
|
073c4cb543
|
Mark all translatable strings using po-mode.el.
|
1995-11-29 19:24:52 +00:00 |
|
Jim Meyering
|
57ec0f45c9
|
s/non-zero/nonzero/g
|
1995-11-27 05:34:31 +00:00 |
|
Jim Meyering
|
9a69ea769a
|
Don't protoize dcl of basename.
|
1995-11-10 14:48:03 +00:00 |
|
Jim Meyering
|
da6d91f64b
|
Don't protoize dcls of getpwnam and getgrnam.
|
1995-11-10 14:45:31 +00:00 |
|
Jim Meyering
|
b7b00aad08
|
Protect prototypes with __P.
|
1995-11-09 23:41:10 +00:00 |
|
Jim Meyering
|
c0d94c89ec
|
Protoize.
|
1995-11-09 17:02:23 +00:00 |
|
Jim Meyering
|
63b348b3a9
|
Use HAVE_SYS_WAIT_H, not _POSIX_VERSION in conditional
inclusion of sys/wait.h.
[endgrent]: Test !HAVE_ENDGRENT rather than _POSIX_SOURCE.
[endpwent]: Test !HAVE_ENDPWENT rather than _POSIX_SOURCE.
|
1995-10-18 22:05:29 +00:00 |
|
Jim Meyering
|
351cf87351
|
(isnumber): Rename to is_number to avoid conflict with
FreeBSD 2.0.5 macro definition. Reported by David O'Brien
(obrien@sea.legent.com).
|
1995-08-05 03:06:41 +00:00 |
|
Jim Meyering
|
ec8d1fce62
|
(main): Include program name in --version output.
|
1995-06-22 18:43:14 +00:00 |
|
Jim Meyering
|
ee79446888
|
(usage): Add one or two lines of descriptive text.
|
1995-05-22 04:30:18 +00:00 |
|
Jim Meyering
|
99ce9e9832
|
Use stat (lstat), not safe_stat (safe_lstat).
|
1995-05-13 12:48:33 +00:00 |
|
Jim Meyering
|
1423198343
|
add 1995 to Copyright dates
|
1995-03-10 04:15:06 +00:00 |
|
Jim Meyering
|
69f39255bc
|
Rename SAFE_STAT and SAFE_LSTAT to lower case names.
|
1995-01-27 17:03:21 +00:00 |
|
Jim Meyering
|
59097c0922
|
Include "error.h" rather than simply declaring `void error ();'.
|
1994-12-27 13:36:22 +00:00 |
|