Commit Graph

813 Commits

Author SHA1 Message Date
Jim Meyering f45ff2cfaf Don't hard-code /tmp.
[DEFAULT_TMPDIR]: Use this instead.
1995-05-05 04:16:12 +00:00
Jim Meyering 6cd5abb0c4 . 1995-05-02 04:04:39 +00:00
Jim Meyering 70b90a6f9d (quote_filename): Never return NULL when quoting filenames
as C-strings.  --quote-name was quoting only strings containing
at least one C-quotable character.  Reported by David J. MacKenzie.
1995-05-02 04:04:32 +00:00
Jim Meyering 6d94a2954d (usage): Fix per kb's suggestions. 1995-04-30 12:57:50 +00:00
Jim Meyering 843193374f Use __-protected versions of format' and printf' only with gcc-2.7 and later. 1995-04-27 17:04:23 +00:00
Jim Meyering 732fb15b45 merge with 1.11.f 1995-04-27 06:06:46 +00:00
Jim Meyering 00c3a48bd7 (REGEX_FREE): Add back the `while (0)' hack
Put back ifdefs to protect unnecessary decl.
1995-04-27 05:23:35 +00:00
Jim Meyering 1fa0e4dfd6 Latest from RMS. 1995-04-27 04:54:07 +00:00
Jim Meyering 7008c3aa9d . 1995-04-27 04:51:57 +00:00
Jim Meyering 14755ac891 (EMACS_INT): Define it to int. (BIG KLUDGE) 1995-04-26 17:19:13 +00:00
Jim Meyering 9c5392e4af (REGEX_FREE): Define to `while (0) /* empty */' rather than nothing.
Otherwise, some uses got warnings about empty if-clause.

Declare failure_stack_ptr only #ifdef REL_ALLOC.
1995-04-26 17:18:27 +00:00
Jim Meyering fd3bfce0cc New version from FSF. 1995-04-26 17:02:38 +00:00
Jim Meyering a3edacb315 (tempname): AND-off high bits of pid so that its decimal
string representation is no longer than five digits.
From Hans Verkuil (hans@wyst.hobby.nl)
1995-04-26 16:12:01 +00:00
Jim Meyering 062c5a1fd0 . 1995-04-25 05:40:06 +00:00
Jim Meyering 1b51c7e73b Protect format and printf with __*__. 1995-04-24 16:25:29 +00:00
Jim Meyering af8e117d0d Fix mostly per Franc,ois' suggestions. 1995-04-22 05:54:18 +00:00
Jim Meyering a87015327e Update and add copyright. 1995-04-21 17:29:15 +00:00
Jim Meyering 775493dedd . 1995-04-21 06:24:54 +00:00
Jim Meyering 27f19ab42b . 1995-04-21 04:22:00 +00:00
Jim Meyering 586c892910 (add_tabstop): Give correct size when reallocating tab_list buffer.
From Geoff Odhner (geoff@franklin.com).
1995-04-21 04:12:33 +00:00
Jim Meyering f9834f6bee . 1995-04-19 03:58:38 +00:00
Jim Meyering 5e1b1dabb2 . 1995-04-15 13:15:02 +00:00
Jim Meyering 93b95d2b78 (next_file_name): Don't reuse X as an index.
Declare new variable I instead.
1995-04-14 04:29:41 +00:00
Jim Meyering 73daf89227 (write_block): Declare index I as unsigned int, not int.
(get_lcm): Likewise.
(dump_strings): Likewise.
(main): Likewise.
(dump): Cast BYTES_PER_BLOCK to off_t in MIN expression.
(dump_strings): Declare bufsize to be of type size_t, not int.
1995-04-14 04:27:46 +00:00
Jim Meyering 9f888b86b8 Remove block of redundant comments describing options.
(usage): Remove reference to -l option.  It's not valid.
1995-04-14 04:23:22 +00:00
Jim Meyering 364c21f831 . 1995-04-04 21:19:44 +00:00
Jim Meyering d71f5443c9 . 1995-04-03 13:53:18 +00:00
Jim Meyering 1beb8c40f3 . 1995-04-03 13:52:54 +00:00
Jim Meyering 09dec6f72f (fold_file): Declare offset_out size_t. 1995-03-25 21:09:34 +00:00
Jim Meyering 42357adff5 (set_fields): Declare index unsigned. 1995-03-25 21:08:36 +00:00
Jim Meyering ebaf614a13 Declare as unsigned int' all variables that were just unsigned'.
(make_filename): Change type of arg to unsigned int.
(split_file): Change type of indices to unsigned int.
1995-03-24 23:40:41 +00:00
Jim Meyering 80fab638f1 merge with 1.11.e 1995-03-21 03:50:10 +00:00
Jim Meyering 5ddea12690 . 1995-03-21 03:45:22 +00:00
Jim Meyering 107da866a6 (usage): Add ellipsis after `[OPTION]'.
Use FILE, not deprecated PATH.  From Karl Berry.
1995-03-21 03:45:15 +00:00
Jim Meyering 88650610c1 . 1995-03-21 01:58:18 +00:00
Jim Meyering c70ee3bf4a merge with 1.11.d 1995-03-21 01:43:35 +00:00
Jim Meyering 429a8df30a . 1995-03-20 15:10:37 +00:00
Jim Meyering f371bb0b80 sync from FSF 1995-03-20 15:09:56 +00:00
Jim Meyering 4b72e436e6 . 1995-03-20 14:26:41 +00:00
Jim Meyering 6ac40b721e version.texi: Put only version number in VERSION definition. 1995-03-17 04:07:19 +00:00
Jim Meyering 16c1678f6d . 1995-03-17 04:05:46 +00:00
Jim Meyering b94687cecb Detect when -N argument is too large to fit in an off_t. 1995-03-16 21:54:02 +00:00
Jim Meyering 4976b0c0c2 . 1995-03-12 18:31:55 +00:00
Jim Meyering cb715fe584 . 1995-03-12 18:21:38 +00:00
Jim Meyering 858157b65b . 1995-03-12 18:12:18 +00:00
Jim Meyering f8b678f7c8 Better but-reporting instructions.
wc tweak: lines->newlines.
1995-03-12 18:07:15 +00:00
Jim Meyering e71dcd4c81 Undef __P before defining it. 1995-03-12 18:06:08 +00:00
Jim Meyering ae50e4b6fc . 1995-03-12 18:00:33 +00:00
Jim Meyering 91f5d65874 Make source const. 1995-03-12 15:26:36 +00:00
Jim Meyering e677aefec1 Update from glibc. 1995-03-12 15:26:09 +00:00