1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 21:09:01 +02:00
Commit Graph

22614 Commits

Author SHA1 Message Date
Jim Meyering 2f6048508c *** empty log message *** 2005-11-20 18:54:09 +00:00
Jim Meyering a2895948e9 Remove spurious space-before-TAB. 2005-11-20 18:52:15 +00:00
Jim Meyering b99b6ac9ff *** empty log message *** 2005-11-20 14:07:13 +00:00
Jim Meyering 8b0e637515 (gl_EUIDACCESS_STAT): New file/macro. 2005-11-20 14:07:09 +00:00
Jim Meyering 75e3f2ecf2 *** empty log message *** 2005-11-20 09:10:35 +00:00
Jim Meyering 800af65fec . 2005-11-20 08:52:08 +00:00
Jim Meyering 18673b9f2d *** empty log message *** 2005-11-20 08:51:38 +00:00
Jim Meyering e88132fa06 New file, mostly from euidaccess.c. 2005-11-20 08:51:10 +00:00
Jim Meyering c0c83656d2 *** empty log message *** 2005-11-20 08:28:05 +00:00
Jim Meyering 6ec2bc2d61 Require gl_EUIDACCESS_STAT. 2005-11-20 08:26:38 +00:00
Jim Meyering a1343d67f2 tweak grammar in a comment 2005-11-19 07:49:10 +00:00
Jim Meyering fd907a33bd . 2005-11-18 23:12:06 +00:00
Paul Eggert c7c0e0b0ed * configure.ac (AC_PROG_CC_STDC): Use this instead of AC_PROG_CC. 2005-11-18 23:03:34 +00:00
Paul Eggert 1314a5e7d3 (AC_PROG_CC_STDC): Use this instead of AC_PROG_CC, so that
we get a standard-conforming compiler.  This relies on the new
m4/c.m4 file.  Note that it's a bit tricky, since c.m4 doesn't
define AC_PROG_CC_STDC; we are relying on Autoconf 2.59 internals.
m4/c.m4 can go away with Autoconf 2.60 comes out.
2005-11-18 23:03:11 +00:00
Paul Eggert efe0b59c14 * c.m4: New file. 2005-11-18 23:02:48 +00:00
Paul Eggert 761440da1b New file, to work around bugs in AIX cc.
Problem reported by James Lemley.  This file can go away
after Autoconf 2.60 comes out.
2005-11-18 23:02:32 +00:00
Paul Eggert b9267a07a8 * configure.ac (AM_PROG_CC_C_O): Add. 2005-11-18 19:46:19 +00:00
Paul Eggert a6a99fdf5d (AM_PROG_CC_C_O): Add. Needed for CVS Automake.
Problem reported by Eric Blake.
2005-11-18 19:45:42 +00:00
Jim Meyering a46640e980 s/filesystem/file system/ in a comment 2005-11-17 21:17:35 +00:00
Jim Meyering 4ace21e534 s/filesystem/file system/ 2005-11-17 21:17:28 +00:00
Jim Meyering 4b4233be05 *** empty log message *** 2005-11-17 20:17:53 +00:00
Jim Meyering ca7cafb093 (AD_mark_helper): Make a char *' parameter const'.
(AD_mark_current_as_unremovable): Likewise, but for a local.
(rm_1): Likewise.
2005-11-17 20:17:47 +00:00
Jim Meyering 8ee6b05308 . 2005-11-17 20:05:46 +00:00
Jim Meyering dfae63e27b *** empty log message *** 2005-11-17 20:03:14 +00:00
Jim Meyering d80dfec1d6 remove commented-out lines 2005-11-17 19:53:07 +00:00
Jim Meyering e663408a22 Let traps handle removing temporary directories. 2005-11-17 19:52:08 +00:00
Jim Meyering b02d160c35 *** empty log message *** 2005-11-17 19:08:01 +00:00
Jim Meyering 422bcecd8a (XFAIL_TESTS): Add acl. 2005-11-17 19:06:55 +00:00
Jim Meyering c5eaca325d (XFAIL_TESTS): Add acl. 2005-11-17 19:06:28 +00:00
Jim Meyering 43acd2b833 (TESTS): Add acl. 2005-11-17 18:38:14 +00:00
Jim Meyering da2a1139b0 (TESTS): Add acl. 2005-11-17 18:37:47 +00:00
Jim Meyering 66f47a91d1 no need to do `cd $pwd; rm -rf $tmp'; the traps handle that 2005-11-17 18:24:41 +00:00
Jim Meyering c9b1de9d5e split long line 2005-11-17 18:23:18 +00:00
Jim Meyering e58e148e51 New tests, from Andreas Gruenbacher. 2005-11-17 18:21:31 +00:00
Jim Meyering 42bfe5a874 New tests, from Andreas Gruenbacher. 2005-11-17 18:21:11 +00:00
Jim Meyering 29eb8e66c2 *** empty log message *** 2005-11-17 18:19:12 +00:00
Jim Meyering 97de3a32b6 (basename_is_dot_or_dotdot): Correct wording in comment. 2005-11-17 12:28:34 +00:00
Jim Meyering f360c113d5 *** empty log message *** 2005-11-17 12:28:27 +00:00
Paul Eggert 95c4014913 (tail invocation): Say that the obsolete form uses exactly one
option and at most one file.
2005-11-16 22:45:12 +00:00
Paul Eggert 9c0540b548 Improve quality of ln's diagnostics. 2005-11-16 22:33:37 +00:00
Paul Eggert 24ce72f635 (do_link, usage): Improve quality of ln's diagnostics.
(do_link): Don't use alloca on a buffer of unbounded size.
2005-11-16 22:32:45 +00:00
Paul Eggert ace5616c61 (ln invocation): ln -v now outputs lines only for successful links. 2005-11-16 22:32:16 +00:00
Paul Eggert 114492b826 Improve quality of ln's diagnostics. 2005-11-16 22:31:44 +00:00
Jim Meyering 0278065f3f . 2005-11-16 09:31:07 +00:00
Jim Meyering db604d8e8a *** empty log message *** 2005-11-16 09:30:25 +00:00
Jim Meyering 9a233da2ab Accommodate HPUX. It appears to fail with EACCES rather than EPERM.
Reported by Peter O'Gorman here:
http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/5766
2005-11-16 09:29:32 +00:00
Paul Eggert 8645d522c0 Don't bother with #pragma STDC FENV_ACCESS ON, as
coreutils no longer futzes with rounding modes.
2005-11-15 18:30:28 +00:00
Jim Meyering 12fc258f9f *** empty log message *** 2005-11-15 18:03:26 +00:00
Jim Meyering 087fd33c32 *** empty log message *** 2005-11-15 17:21:12 +00:00
Jim Meyering 53d4c7bf09 *** empty log message *** 2005-11-15 07:24:45 +00:00