1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00
Commit Graph

22754 Commits

Author SHA1 Message Date
Jim Meyering 20d6e394fe *** empty log message *** 2006-02-03 14:40:38 +00:00
Jim Meyering cacbb7434a Require automake-1.9.6, not 1.8.3. 2006-02-03 14:40:35 +00:00
Jim Meyering 4ccc271adf regenerate, as usual 2006-02-03 14:09:53 +00:00
Jim Meyering 9a8fc54523 *** empty log message *** 2006-02-02 21:25:10 +00:00
Jim Meyering b88d20f978 Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
failure on deficient systems, and simplify gnulib lgpl dependencies.

(rpl_lstat): Rewrite to use stat() in place of the
xmalloc/lstat combination.  Based on a patch from Bruno Haible.
2006-02-02 21:25:06 +00:00
Paul Eggert 32c694b908 (od invocation): Warn that -t a ignores the high order bit. 2006-02-02 07:45:21 +00:00
Paul Eggert 2741d9b096 (usage): Mention that -t a ignores high order bit. 2006-02-02 07:44:57 +00:00
Jim Meyering 944a17de32 *** empty log message *** 2006-02-01 14:43:29 +00:00
Jim Meyering 81b5d8af5f (find_dir_entry): Remove unused local, `ent_sb_valid'. 2006-02-01 14:43:24 +00:00
Jim Meyering f7617f0b4d *** empty log message *** 2006-01-31 16:05:42 +00:00
Jim Meyering 07fcda028e Update from gnulib. 2006-01-31 16:05:23 +00:00
Paul Eggert 6fa9bd80b9 Use better diagnostics for "head -3 -4" and likewise for tail. 2006-01-31 01:39:44 +00:00
Paul Eggert 4b4cc17d42 (parse_options): Use a better diagnostic when someone uses a trailing
numeric option in an invalid way.
2006-01-31 01:39:10 +00:00
Paul Eggert e7000e0118 (main): Use a better diagnostic when someone uses a
trailing numeric option in an invalid way.
2006-01-31 01:38:30 +00:00
Paul Eggert 251468f113 (tail invocation): In the obsolete usage, the
count is optional, so put square brackets around it.
2006-01-31 01:38:05 +00:00
Jim Meyering 8d5ba536cf *** empty log message *** 2006-01-30 21:11:12 +00:00
Jim Meyering 7fb7a2d271 Include `count' keyword in man page synopsis,
per suggestion from http://bugs.debian.org/181585.
2006-01-30 21:11:06 +00:00
Paul Eggert 32aba5ac50 (L_): Renamed from L. All uses changed. 2006-01-27 18:41:50 +00:00
Paul Eggert da953b9d22 Sync stdbool from gnulib. 2006-01-26 21:01:56 +00:00
Paul Eggert a768b3ebec Merge stdbool from gnulib; we're still not quite there yet. 2006-01-25 18:32:46 +00:00
Paul Eggert 1a9e9d670d (true, false) [defined __BEOS__]: undef, as before.
(_Bool) [!@HAVE__BOOL@ && defined __GNUC__]: Use an enum
rather than a #define.
2006-01-25 18:32:19 +00:00
Paul Eggert f3c2752caa (AC_HEADER_STDBOOL): Add some comments. 2006-01-25 18:31:56 +00:00
Jim Meyering 3423599809 . 2006-01-25 08:11:25 +00:00
Jim Meyering e2c3daca96 . 2006-01-25 08:05:45 +00:00
Jim Meyering 14e53291e3 Remove this:
^lib/readutmp.h
2006-01-25 07:44:47 +00:00
Jim Meyering 292e0cdfa6 Remove useless parentheses in cpp directive. 2006-01-25 07:44:28 +00:00
Jim Meyering 900cc884d6 remove fileblocks.c 2006-01-25 07:43:38 +00:00
Jim Meyering 0a42446129 *** empty log message *** 2006-01-25 07:43:20 +00:00
Jim Meyering d433382eaa Remove useless parentheses in cpp directive. 2006-01-25 07:43:17 +00:00
Paul Eggert 5b917cfa59 (show_dev): If the file system claims to have more available than total
blocks, report the number of used blocks as being total - available
(a negative number) rather than as garbage.
2006-01-24 23:30:46 +00:00
Jim Meyering 0efb6d171e *** empty log message *** 2006-01-24 22:56:03 +00:00
Jim Meyering 79dc4ea61d New file. Test for today's fix. 2006-01-24 22:55:59 +00:00
Jim Meyering b80418f744 (TESTS): Add append-only. 2006-01-24 22:55:38 +00:00
Jim Meyering b4440fe269 (check-root): Add tail-2/append-only 2006-01-24 22:54:49 +00:00
Jim Meyering b11079e168 *** empty log message *** 2006-01-24 19:14:07 +00:00
Jim Meyering 1f6beea8e9 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
Reported by Mark D. Baushke.
2006-01-24 19:13:41 +00:00
Jim Meyering 8e3fd3cc7a tweak wording so as to pass `remedial English class' :-) 2006-01-24 15:26:56 +00:00
Jim Meyering d99e1c3342 tail -f once again works on a file with the append-only
attribute (affects at least Linux ext2, ext3, xfs file systems)
2006-01-24 10:36:28 +00:00
Jim Meyering b2c30f765b *** empty log message *** 2006-01-24 10:36:18 +00:00
Jim Meyering 8c905f8349 *** empty log message *** 2006-01-24 10:32:40 +00:00
Jim Meyering 0cc660d1fe (tail_forever): Don't exit-nonzero when an attempt
to put a regular file in O_NONBLOCK mode fails with EPERM.
That happens on Linux when using tail -f on a file with the
append-only attribute.  Reported by Dean Gaudet.  For details,
see http://savannah.gnu.org/bugs/?func=detailitem&item_id=15473.
2006-01-24 10:32:32 +00:00
Paul Eggert a30a9a3ec4 Import from gnulib. 2006-01-24 07:52:03 +00:00
Jim Meyering 529ecbddcc *** empty log message *** 2006-01-23 20:13:44 +00:00
Jim Meyering 4cf7d77126 *** empty log message *** 2006-01-23 15:06:42 +00:00
Jim Meyering e17e330140 Remove unused definition of N_. 2006-01-23 15:06:37 +00:00
Jim Meyering 791e40357b . 2006-01-22 08:53:59 +00:00
Paul Eggert 7c364b54fc (quotearg_buffer_restyled): Add "default: break;"
to pacify gcc -Wswitch-default.
2006-01-22 08:46:54 +00:00
Jim Meyering 3173cb27dd . 2006-01-21 11:17:19 +00:00
Jim Meyering abfc689b07 *** empty log message *** 2006-01-21 11:16:46 +00:00
Jim Meyering af1885b91f Mention fts-related improvements and bug fixes. 2006-01-21 11:16:43 +00:00