Commit Graph

4397 Commits

Author SHA1 Message Date
Jim Meyering
ce939d6f44 Make sure we get diagnostics in English. 1997-12-14 21:51:44 +00:00
Jim Meyering
f126c8d3a1 Remove lseek and memchr dcls. 1997-12-14 16:28:18 +00:00
Jim Meyering
970ffd8520 *** empty log message *** 1997-12-14 16:28:06 +00:00
Jim Meyering
7dcb361c82 *** empty log message *** 1997-12-14 16:25:06 +00:00
Jim Meyering
5867abf11e *** empty log message *** 1997-12-14 15:38:18 +00:00
Jim Meyering
9afbb6eec6 (ASSIGN_STRDUPA): Cast alloca return value to char*. 1997-12-14 15:38:04 +00:00
Jim Meyering
ef938e62d0 s/HAVE_DECLARATION_/HAVE_DECL_/. 1997-12-14 15:15:07 +00:00
Jim Meyering
e68f7b2e4b cast memcpy to char* 1997-12-14 15:12:29 +00:00
Jim Meyering
b1bd801e94 Add #serial 1. 1997-12-14 15:03:38 +00:00
Jim Meyering
56b3459d40 add memchr dcl 1997-12-14 14:00:15 +00:00
Jim Meyering
f684c873f7 s/HAVE_DECLARATION/HAVE_DECL_/g 1997-12-14 12:40:33 +00:00
Jim Meyering
7c474bb76f add lseek 1997-12-14 12:03:55 +00:00
Jim Meyering
31c36865e5 *** empty log message *** 1997-12-14 12:03:38 +00:00
Jim Meyering
a6c30b90a3 *** empty log message *** 1997-12-14 08:03:18 +00:00
Jim Meyering
386843fd25 s/DECLARATION_/DECL_/g.
Add memchr.
1997-12-14 08:03:07 +00:00
Jim Meyering
457d8d9aef *** empty log message *** 1997-12-14 07:44:38 +00:00
Jim Meyering
15f5e27eaf s/HAVE_DECLARATION_/HAVE_DECL_/g 1997-12-14 07:40:32 +00:00
Jim Meyering
1ac1f811f6 *** empty log message *** 1997-12-13 23:42:54 +00:00
Jim Meyering
b86f6c2308 (main): Add some braces.
Check return code from fclose of each input file.
Close stdout and check for errors.
1997-12-13 23:39:09 +00:00
Jim Meyering
444c6da144 (close_output_file): Check ferror before calling fclose.
(main): Close stdout and check for errors.
1997-12-13 23:38:53 +00:00
Jim Meyering
84a050b56f . 1997-12-13 22:56:50 +00:00
Jim Meyering
b5697888a0 . 1997-12-13 22:55:52 +00:00
Jim Meyering
8f38e99480 . 1997-12-13 22:54:01 +00:00
Jim Meyering
f977e4b5cf Change --help output to tell the truth: that for of=FILE,
FILE *is* truncated.  Reported by Miles Bader.
Remove incomplete, usage-like comment at top of file.
1997-12-13 22:49:33 +00:00
Jim Meyering
d75ca19d76 (usage): Mention that `notrunc' is a conv= option.
Reported by Miles Bader.
1997-12-13 17:01:54 +00:00
Jim Meyering
587a9df786 . 1997-12-13 16:23:06 +00:00
Jim Meyering
295372322d (do_move): If rename fails for any reason (not just when
errno == EXDEV), then revert to trying copy-then-unlink.  This is
necessary to allow moving files within certain types of Linux NFS
mounted filesystems.  Reported by Marty Leisner.
1997-12-13 16:22:58 +00:00
Jim Meyering
b2959537e6 *** empty log message *** 1997-12-13 16:13:34 +00:00
Jim Meyering
39546ad7d7 *** empty log message *** 1997-12-11 18:18:22 +00:00
Jim Meyering
322f7b0971 . 1997-12-11 08:40:21 +00:00
Jim Meyering
a320eee158 (do_link): Don't require --force when target exists and
using --backup.  This changes makes ln consistent with cp and mv in
this respect.  Suggestion from Eli Zaretskii.
1997-12-11 08:40:10 +00:00
Jim Meyering
603137e2ab *** empty log message *** 1997-12-10 11:17:16 +00:00
Jim Meyering
4f242b4d51 use NULL, '\0' instead of zeroes 1997-12-10 10:31:25 +00:00
Jim Meyering
3cd84da3a6 (main): Make sure pw->pw_shell is non-NULL before trying to strdup it.
Patch from Dick Streefland.
1997-12-10 10:25:46 +00:00
Jim Meyering
92f0098844 . 1997-12-06 21:18:14 +00:00
Jim Meyering
45ef6ccef8 . 1997-12-06 21:16:57 +00:00
Jim Meyering
20e1875a32 revert last change 1997-12-06 21:09:58 +00:00
Jim Meyering
b73786146f use SORT_INITIAL_LINE_LENGTH envvar for testing 1997-12-06 21:09:30 +00:00
Jim Meyering
a587b015d0 *** empty log message *** 1997-12-06 21:08:41 +00:00
Jim Meyering
a353313b22 *** empty log message *** 1997-12-06 18:23:51 +00:00
Jim Meyering
7209272d72 . 1997-12-06 13:42:21 +00:00
Jim Meyering
6ee3c1a91a (fillbuf): split longer-than-80-char line 1997-12-06 12:13:52 +00:00
Jim Meyering
9f50126a03 . 1997-12-06 09:20:26 +00:00
Jim Meyering
5d1987b3da . 1997-12-06 09:18:32 +00:00
Jim Meyering
04c29cd1db Separate struct dcl and typedef.
(String *): Rename from parameter-shadowed `string'.
(stringstruct): Remove typedef.
1997-12-06 08:57:14 +00:00
Jim Meyering
d91c95fda0 (re_compile_fastmap): Remove dcl of unused num_regs. 1997-12-06 08:27:25 +00:00
Jim Meyering
8f1aea2bc0 *** empty log message *** 1997-11-30 15:17:48 +00:00
Jim Meyering
ad7eabb3b3 . 1997-11-30 15:14:10 +00:00
Jim Meyering
468e83a183 *** empty log message *** 1997-11-30 14:22:56 +00:00
Jim Meyering
66fbc2c8f6 (savedir): Revert last change. malloc always
works when called with zero, because we use the wrapper if the
system version is lacking.
1997-11-30 14:20:17 +00:00