Jim Meyering
|
53ab150d29
|
(usage): Remove static attribute.
Move function be the first in the file.
|
1999-01-25 14:24:35 +00:00 |
|
Jim Meyering
|
1a3dfa550d
|
.
|
1999-01-25 14:09:45 +00:00 |
|
Jim Meyering
|
2b9e4c6914
|
(program_name): Remove dcl.
Include error.h.
(argmatch_invalid): Use error rather than fprintf.
|
1999-01-25 14:08:04 +00:00 |
|
Jim Meyering
|
8908c87cb0
|
tweak comment
|
1999-01-25 13:59:34 +00:00 |
|
Jim Meyering
|
7049562dce
|
tweak comment
|
1999-01-25 13:58:34 +00:00 |
|
Jim Meyering
|
e7ae216189
|
tweak comment
|
1999-01-25 13:54:30 +00:00 |
|
Jim Meyering
|
70ede084c0
|
*** empty log message ***
|
1999-01-25 05:51:07 +00:00 |
|
Jim Meyering
|
becdfba8b9
|
New version from L. Peter Deutsch.
|
1999-01-25 05:50:56 +00:00 |
|
Jim Meyering
|
cb6a8b722b
|
*** empty log message ***
|
1999-01-25 00:34:39 +00:00 |
|
Jim Meyering
|
2ecbb0307d
|
Exit nonzero upon failed write to stdout.
|
1999-01-25 00:34:26 +00:00 |
|
Jim Meyering
|
95ec5d7e78
|
*** empty log message ***
|
1999-01-25 00:18:55 +00:00 |
|
Jim Meyering
|
11a5174aa6
|
(DONT_UNLINK_WHILE_OPEN) [__MSDOS__ || _WIN32]: Define.
|
1999-01-25 00:18:47 +00:00 |
|
Jim Meyering
|
a9ec82981b
|
*** empty log message ***
|
1999-01-25 00:17:40 +00:00 |
|
Jim Meyering
|
cbf82d876b
|
(quotearg_n_options): Revert type of parameter `n'
(and hence that of the local `n1', too) to `int' at Paul's request.
|
1999-01-25 00:17:22 +00:00 |
|
Jim Meyering
|
8c5f91e5ad
|
Add comments.
|
1999-01-25 00:13:36 +00:00 |
|
Jim Meyering
|
da9211c1c1
|
*** empty log message ***
|
1999-01-24 15:11:00 +00:00 |
|
Jim Meyering
|
26756c6f82
|
(fdatasync): Remove function. instead, ...
[! HAVE_FDATASYNC]: Define to fsync.
From Colin Plumb.
|
1999-01-24 15:10:22 +00:00 |
|
Jim Meyering
|
604691004d
|
*** empty log message ***
|
1999-01-23 23:25:16 +00:00 |
|
Jim Meyering
|
70db3065cb
|
(fdatasync) [! HAVE_FDATASYNC]: New function.
|
1999-01-23 23:07:53 +00:00 |
|
Jim Meyering
|
d91597a2e8
|
*** empty log message ***
|
1999-01-23 23:01:07 +00:00 |
|
Jim Meyering
|
1b0f03e1da
|
(wipename): Print the `FILE: deleting' message only when in verbose mode.
|
1999-01-23 18:55:34 +00:00 |
|
Jim Meyering
|
e21cf52e03
|
(wipename): Print the `FILE: deleted' message only when in verbose mode.
|
1999-01-23 18:33:11 +00:00 |
|
Jim Meyering
|
4ab3a8a345
|
always close stdout
|
1999-01-23 18:15:41 +00:00 |
|
Jim Meyering
|
35c2b35dbd
|
fix typos in comments
|
1999-01-23 17:36:33 +00:00 |
|
Jim Meyering
|
9550ca6b71
|
(pfstatus): Use __format__ and __printf__.
Remove `if __GNUC__ >= 2' guard.
|
1999-01-23 16:48:36 +00:00 |
|
Jim Meyering
|
5b181c3bd6
|
*** empty log message ***
|
1999-01-23 16:41:20 +00:00 |
|
Jim Meyering
|
b02f28bab4
|
Bracket pfstatus messages with _().
|
1999-01-23 16:26:16 +00:00 |
|
Jim Meyering
|
68e327564d
|
add parens around STREQ
|
1999-01-23 15:34:18 +00:00 |
|
Jim Meyering
|
e363353a48
|
restore mistakenly removed stdio.h
use error in place of pferror
(pferror): Remove.
(wipefd): Use error in place of fprintf(stderr,... call
s/alllocate/allocate
|
1999-01-23 15:32:48 +00:00 |
|
Jim Meyering
|
954d1b451f
|
use `%s' rather than \"%s\" everywhere
|
1999-01-23 15:22:16 +00:00 |
|
Jim Meyering
|
8b036d56ef
|
s/sterilize/shred/g
Don't include headers already included (and guarded by HAVE_FOO_H tests)
in system.h.
|
1999-01-23 15:17:54 +00:00 |
|
Jim Meyering
|
758bbda788
|
use getopt_long
(struct Options): Declare.
(usage): New function.
(program_name): Rename from argv0
(FLAG_* macros): Remove.
|
1999-01-23 05:32:58 +00:00 |
|
Jim Meyering
|
ae7d45cdc9
|
Include config.h, getopt.h, system.h and error.h.
Use #else/#if, not #elif.
|
1999-01-22 02:19:24 +00:00 |
|
Jim Meyering
|
6cb040753f
|
import latest
|
1999-01-21 13:40:27 +00:00 |
|
Jim Meyering
|
42d3b0be50
|
*** empty log message ***
|
1999-01-19 04:47:33 +00:00 |
|
Jim Meyering
|
cdc04ccc0e
|
(__mktime_internal): Adopt the traditional (and
problematic) notion of what to do when tm_isdst doesn't match.
From Paul Eggert.
|
1999-01-19 04:47:24 +00:00 |
|
Jim Meyering
|
509abea3f1
|
put back mistakenly removed pwd= assignment
|
1999-01-19 03:04:12 +00:00 |
|
Jim Meyering
|
67a1a846c4
|
remove temporary files
|
1999-01-18 18:33:58 +00:00 |
|
Jim Meyering
|
d3b6e5f4fb
|
.
|
1999-01-18 17:14:57 +00:00 |
|
Jim Meyering
|
b83bf32695
|
.
|
1999-01-18 17:14:35 +00:00 |
|
Jim Meyering
|
65c540d59c
|
Tweak grammar in description of ptx's --break-file=FILE option.
|
1999-01-18 16:30:20 +00:00 |
|
Jim Meyering
|
ab8dea5328
|
*** empty log message ***
|
1999-01-18 16:23:59 +00:00 |
|
Jim Meyering
|
a90a97ba1d
|
Harmonization of @samp use for options.
|
1999-01-18 16:23:48 +00:00 |
|
Jim Meyering
|
21cf7cf8c2
|
indent -- sorry Colin.
|
1999-01-18 05:49:43 +00:00 |
|
Jim Meyering
|
9f4ddf5976
|
*** empty log message ***
|
1999-01-18 03:49:16 +00:00 |
|
Jim Meyering
|
25668ab60b
|
*** empty log message ***
|
1999-01-18 03:47:16 +00:00 |
|
Jim Meyering
|
d12341e78a
|
.
|
1999-01-18 03:46:48 +00:00 |
|
Jim Meyering
|
34ad3d2d3b
|
Now that PATH is set properly, use ln rather than $LN.
|
1999-01-18 02:57:24 +00:00 |
|
Jim Meyering
|
bece904517
|
(TESTS): Add backup-1.
(TESTS_ENVIRONMENT): Set PATH here, rather than setting LN.
|
1999-01-18 02:56:27 +00:00 |
|
Jim Meyering
|
d869e3fdc0
|
.
|
1999-01-18 02:55:50 +00:00 |
|