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

2076 Commits

Author SHA1 Message Date
Jim Meyering aec69ce220 . 1996-06-29 04:08:10 +00:00
Jim Meyering b2d08f91db . 1996-06-29 04:07:18 +00:00
Jim Meyering 50cdbb37c8 . 1996-06-29 03:58:52 +00:00
Jim Meyering e81d02baf1 (do_link): Allow `ln -sf --backup k k' to succeed in creating the
self-referential symlink, doing so doesn't remove the source but merely
renames it.
1996-06-29 03:58:48 +00:00
Jim Meyering b73817cc6e . 1996-06-28 04:15:56 +00:00
Jim Meyering 0fefdeb526 . 1996-06-28 03:04:11 +00:00
Jim Meyering 8dfac9573a . 1996-06-27 04:27:10 +00:00
Jim Meyering 369361ae70 . 1996-06-27 02:37:51 +00:00
Jim Meyering 1afd3473fb (install-data): Add `else true;' to avoid
letting failing if-condition cause make to fail.
From Fred Fish (fnf@ninemoons.com).
1996-06-27 02:37:40 +00:00
Jim Meyering 117fb47f99 Elaborate on how sort -n works. 1996-06-27 02:34:30 +00:00
Jim Meyering 1bff89846b . 1996-06-26 12:39:19 +00:00
Jim Meyering ba87d08c0e (do_link): Remove `!symlink &&' conjunct. 1996-06-26 12:31:13 +00:00
Jim Meyering d9c0413f79 (same_name): Declare parameters to be const. 1996-06-26 12:05:35 +00:00
Jim Meyering 216777ea17 (same_name): New function.
(do_link): Use it to test reliably whether A and B (from
ln --force A B) are hard links to the same file.
From Andreas Schwab.
1996-06-26 12:02:02 +00:00
Jim Meyering 325411e109 . TEXTUTILS-1_18a 1996-06-26 02:57:01 +00:00
Jim Meyering e5aecd47c4 . 1996-06-25 05:16:30 +00:00
Jim Meyering c84a7a232e . 1996-06-25 05:09:55 +00:00
Jim Meyering 16c5d19ce5 (strndup): Deansify.
[!STDC_HEADERS]: Include string.h and stdlib.h.
1996-06-25 05:06:53 +00:00
Jim Meyering ac96f15bf3 (EXTRA_DIST): Add strndup.c.
(fu_SOURCES): Add getline.c.
(noinst_HEADERS): Add getline.h.
1996-06-25 05:05:43 +00:00
Jim Meyering 0c0537fdce . 1996-06-25 04:58:18 +00:00
Jim Meyering f58702e8f9 (decode_switches): Allow 0 as argument to --tabsize (-T) option.
Interpret as a directive to use no TAB characters to separate columns.
(indent): Handle TABSIZE == 0.
1996-06-25 04:56:22 +00:00
Jim Meyering 80c03e37ba . 1996-06-25 04:26:12 +00:00
Jim Meyering 71e65bb036 (dc_parse_stream): Give `unrecognized keyword' for misspelled
`TERM' keyword as well as for others.
1996-06-25 04:26:01 +00:00
Jim Meyering 522141076e . 1996-06-25 03:41:41 +00:00
Jim Meyering 408a47499e (dc_parse_stream): Remove spurious newline in error message.
(dc_parse_file): Remove erroneous test of ERR.
1996-06-25 03:41:29 +00:00
Jim Meyering 30a65b1aa3 Use an obstack to accumulate value of LS_COLORS. 1996-06-24 03:06:52 +00:00
Jim Meyering 0a3fdd250a . 1996-06-24 03:01:46 +00:00
Jim Meyering b617aa5f3f Add comma after e.g. in comment.
From Karl B.
1996-06-23 19:15:15 +00:00
Jim Meyering 8b0cf1dde4 . 1996-06-23 19:03:56 +00:00
Jim Meyering d392de74de * (parse_line): Rewrite to avoid modifying LINE.
Put LINE first in parameter list.
Adjust caller.
(dc_parse_stream): Free KEYWD and ARG.
(main): Give diagnostic for unreasonable combinations of
options/arguments.
1996-06-23 19:03:31 +00:00
Jim Meyering e5b4feb70a copied from id-utils-3.0k 1996-06-23 17:58:15 +00:00
Jim Meyering af41baeb91 (main): New option --print (-p).
Detect write failure.
Add --bourne-shell and --c-shell aliases for --sh and --csh resp.
1996-06-22 22:27:32 +00:00
Jim Meyering 5540d977f4 . 1996-06-22 22:27:14 +00:00
Jim Meyering 98b663a29b Major overhaul. No longer read from /etc/DIR_COLORS or from ~/.dircolors.
Defaults are now compiled in.  If you specify a file on the command line,
it is used instead of the compiled-in defaults.
1996-06-22 22:02:37 +00:00
Jim Meyering e3c3d0b385 (parse_ls_color): Use STREQ here instead of strcmp(...) == 0. 1996-06-19 04:22:28 +00:00
Jim Meyering cfda609a21 (selected_fstype, excluded_fstype, show_disk, main):
Use STREQ here instead of strcmp(...) == 0.
1996-06-19 04:21:49 +00:00
Jim Meyering 229598b807 . 1996-06-19 04:17:36 +00:00
Jim Meyering 4c6221ee37 . 1996-06-19 04:14:29 +00:00
Jim Meyering d76f7a7ce4 . 1996-06-19 04:11:32 +00:00
Jim Meyering fc05e28803 (copy_reg): Cast both sides of comparison to size_t to avoid warning
about `comparison between signed and unsigned' from gcc -Wall.
1996-06-19 04:10:17 +00:00
Jim Meyering 0bbec4b26e . 1996-06-19 03:39:00 +00:00
Jim Meyering 93cff2fae1 . 1996-06-19 03:32:08 +00:00
Jim Meyering ec0f2c34d3 (decode_switches): Correct typo in error message:
enironment -> environment.  From Santiago Vila Doncel
<sanvila@unex.es>.
1996-06-19 03:31:59 +00:00
Jim Meyering e26d180b8c (decode_switches): Correct typo in error message: enironment -> environment.
From Santiago Vila Doncel <sanvila@unex.es>.
1996-06-19 03:25:44 +00:00
Jim Meyering cb0cd6afdb . 1996-06-19 03:21:05 +00:00
Jim Meyering b95e3d2f47 (do_copy): Use STREQ here instead of strcmp(...) == 0.
Declare pointer parameters const as appropriate.
1996-06-19 03:19:51 +00:00
Jim Meyering b5eadff384 . 1996-06-19 03:15:58 +00:00
Jim Meyering a0321a68c0 (do_copy): Change message from `missing file argument' to
more precise `missing destination file'.  From Karl Berry.
1996-06-19 02:56:06 +00:00
Jim Meyering 9ed0e96ba7 . 1996-06-19 02:53:14 +00:00
Jim Meyering 087f809fe7 . 1996-06-19 02:52:02 +00:00