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

7342 Commits

Author SHA1 Message Date
Jim Meyering f5225442f8 (XMALLOC): Correct misnamed macro parameter name: s/N_bytes/N_items/.
(XCALLOC): Likewise.
(XREALLOC): Likewise.
1999-11-09 20:34:17 +00:00
Jim Meyering 1b5e676e38 add `' around link(2) 1999-11-08 09:25:08 +00:00
Jim Meyering cf6ad5dcca Fix harmless-for-now typo: s/,/dnl/.
From Akim.
1999-11-08 09:23:43 +00:00
Jim Meyering bb928b7ac4 effectively require AC_CHECK_HEADERS(unistd.h) 1999-11-08 09:18:27 +00:00
Jim Meyering 8851d83616 *** empty log message *** 1999-11-07 21:06:17 +00:00
Jim Meyering 41c5f76c2f (default_block_size): New function.
(humblock): Use it if no block size is specified.
(human_block_size): If the specified block size is zero, report an
error if report_errors is nonzero; otherwise use the default.
1999-11-07 21:06:02 +00:00
Jim Meyering 0b23ffc1bf *** empty log message *** 1999-11-07 20:34:11 +00:00
Jim Meyering e2e5b7324e Add several more TERM types.
Add .bz2 suffix.
Add .png for real this time.
Change the image types colors to be visible in a black-on-white xterm.
1999-11-07 20:34:03 +00:00
Jim Meyering f706863aa6 *** empty log message *** 1999-11-07 20:25:21 +00:00
Jim Meyering c1e927ff6d *** empty log message *** 1999-11-07 20:23:48 +00:00
Jim Meyering 717d76cf4b (xstat): New global.
(main): Define it.
(change_file_group): Use it.  Before this change, when running chgrp
on a symlink without --dereference (-h) and when the requested group
is the same as the group for the *symlink*, chgrp would do nothing.
Now it changes the group of the file referenced through the symlink.
Reported by Martin Mitchell.
1999-11-07 20:18:11 +00:00
Jim Meyering 8bc2ecda80 *** empty log message *** 1999-11-07 20:17:18 +00:00
Jim Meyering 5907ad7277 Define and use REFERENCE_FILE_OPTION and
DEREFERENCE_OPTION in place of bare `CHAR_MAX + N'.
1999-11-07 20:02:19 +00:00
Jim Meyering 1645ace5e7 Use REFERENCE_FILE_OPTION instead of bare `CHAR_MAX + 1'. 1999-11-07 20:00:54 +00:00
Jim Meyering 0af22e4bb2 *** empty log message *** 1999-11-07 15:41:37 +00:00
Jim Meyering 7b165ea504 Add `, 1, [FIXME]' to each use of AC_DEFINE. 1999-11-07 15:40:29 +00:00
Jim Meyering a21ac71b0a . 1999-11-07 11:52:07 +00:00
Jim Meyering 66964546be *** empty log message *** 1999-11-07 11:46:24 +00:00
Jim Meyering 51ca1e585c Fix a typo: s/||/&&/. 1999-11-07 11:46:20 +00:00
Jim Meyering bf43e9b11e Add hard-link-to-symlink test. 1999-11-07 11:44:22 +00:00
Jim Meyering b2e1221012 variable name change
move framework_failure to bottom
1999-11-07 11:13:04 +00:00
Jim Meyering 224fff6a3a (do_link): Warn that making a hard link to a symbolic link is not portable. 1999-11-07 11:07:53 +00:00
Jim Meyering 7876eafaa1 Remove entire #if LINK_FOLLOWS_SYMLINKS block. 1999-11-07 11:04:00 +00:00
Jim Meyering 8040d4c680 Add comment prior to removing #if LINK_FOLLOWS_SYMLINKS block 1999-11-07 11:03:20 +00:00
Jim Meyering 6e8ec1114f Allow hard links to symlinks on systems that support it.
(STAT_LIKE_LINK): Define.
(do_link): Use STAT_LIKE_LINK, rather than bare `stat', and perform
the extra lstat only on systems where LINK_FOLLOWS_SYMLINKS.
1999-11-07 10:50:11 +00:00
Jim Meyering 6cdbe93585 *** empty log message *** 1999-11-07 10:49:07 +00:00
Jim Meyering 36daa470f4 Use --b=simple, not the now-deprecated `-V simple'. 1999-11-07 10:47:52 +00:00
Jim Meyering 5f9feb9aae define LINK_FOLLOWS_SYMLINKS 1999-11-07 10:35:53 +00:00
Jim Meyering 6702048c64 . 1999-11-07 10:33:47 +00:00
Jim Meyering 9f5b324ec5 . 1999-11-07 10:33:22 +00:00
Jim Meyering c13a28cc35 *** empty log message *** 1999-11-07 10:33:11 +00:00
Jim Meyering de9a877716 add missing \n\ 1999-11-07 09:23:06 +00:00
Jim Meyering 1df7091e3b *** empty log message *** 1999-11-07 09:22:18 +00:00
Jim Meyering 30fc70c376 *** empty log message *** 1999-11-07 09:20:04 +00:00
Jim Meyering 65851e8c38 *** empty log message *** 1999-11-07 08:46:34 +00:00
Jim Meyering 3db1aef04e (remove_parents): Use the correct test
(same as in main) in handling --ignore-fail-on-non-empty.
From Michael Stone.
1999-11-07 08:38:50 +00:00
Jim Meyering 691513e7f3 . 1999-11-07 08:15:37 +00:00
Jim Meyering a8871677d1 whoops, add quotes in last change 1999-11-06 21:58:42 +00:00
Jim Meyering 44dbec6a60 remove backticks from comments 1999-11-06 21:58:19 +00:00
Jim Meyering 0d3ddaa85c *** empty log message *** 1999-11-06 21:31:09 +00:00
Jim Meyering 637aa0759b (jm_MACROS): Use jm_AC_FUNC_LINK_FOLLOWS_SYMLINK here. 1999-11-06 21:30:47 +00:00
Jim Meyering e2c0a043f7 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro. 1999-11-06 21:30:16 +00:00
Jim Meyering 81718d1a58 (do_link): Fix typo (in which the function name `symlink'
was tested instead of the variable `symbolic_link') that could make
ln perform an unneeded `stat' call.
1999-11-06 16:21:18 +00:00
Jim Meyering 9dc239aca7 *** empty log message *** 1999-11-06 09:55:32 +00:00
Jim Meyering ea525f532f (long_options): Correct typo (s/'F'/'p'/) so that `-p'
works as the short form of --file-type, per the documentation.
From Michael Stone.
1999-11-06 09:55:13 +00:00
Jim Meyering 476de46ee5 *** empty log message *** 1999-11-06 09:54:46 +00:00
Jim Meyering 571d42e74b . 1999-11-06 09:04:58 +00:00
Jim Meyering 68e5120531 . 1999-11-06 09:04:22 +00:00
Jim Meyering 6b32b53027 Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS. 1999-11-05 09:55:24 +00:00
Jim Meyering 8a25562446 Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
AC_STRUCT_ST_BLKSIZE.
1999-11-05 09:48:53 +00:00