1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 04:50:19 +02:00
Commit Graph

22614 Commits

Author SHA1 Message Date
Jim Meyering db5eb389ad Use #if !, not #ifndef, for AC_CHECK_DECLS. 2005-11-14 14:51:24 +00:00
Jim Meyering 6b869921fa *** empty log message *** 2005-11-14 14:51:21 +00:00
Jim Meyering 8d9ddc0c12 *** empty log message *** 2005-11-14 11:07:18 +00:00
Jim Meyering f0afe32b84 (sort): Mention consequences of today's mkstemp-safer.c fix. 2005-11-14 10:54:07 +00:00
Jim Meyering be5f6397eb *** empty log message *** 2005-11-14 10:53:58 +00:00
Jim Meyering ab792811f5 . 2005-11-14 08:17:35 +00:00
Jim Meyering a0d4d9ab95 (Mode Structure): Capitalize two sentences in an
enumerated list and fix a typo.  From Aaron Hawley.
2005-11-13 18:57:17 +00:00
Jim Meyering fdbc317e46 *** empty log message *** 2005-11-13 18:57:03 +00:00
Jim Meyering f4b8a25cb5 *** empty log message *** 2005-11-13 15:17:23 +00:00
Jim Meyering 3275aebb6a (announcement): Use new option and key. 2005-11-13 15:17:18 +00:00
Jim Meyering 233f9cae0c (gpg_key_ID): Define. 2005-11-13 15:17:00 +00:00
Jim Meyering 719d884ff9 Accept new option, --gpg-key-id=ID and
emit a blurb telling how to use the .sig files.
2005-11-13 15:16:40 +00:00
Jim Meyering ff9382628e remove inadvertently committed hunk (use of new --gpg-key-id option) 2005-11-13 15:08:50 +00:00
Jim Meyering 315d88ac83 *** empty log message *** 2005-11-13 15:06:47 +00:00
Jim Meyering b1fa77721e (EXTRA_DIST): Add .x-sc_require_config_h here, too. 2005-11-13 15:06:43 +00:00
Jim Meyering 9f9747fc1e New file listing exceptions to the above rule.
Some are legit, others are simply grandfathered in.
2005-11-13 15:06:05 +00:00
Jim Meyering 28c7ac000b *** empty log message *** 2005-11-13 15:05:51 +00:00
Jim Meyering 68943d27f8 Require that most .c files include <config.h>.
(sc_require_config_h): New rule.
(syntax-check-rules): Add it.
2005-11-13 15:05:45 +00:00
Jim Meyering 13e06b3243 *** empty log message *** 2005-11-13 14:07:11 +00:00
Jim Meyering dcd8aa97f2 Include <config.h>, required for possible replacement of mkstemp. 2005-11-13 14:07:06 +00:00
Jim Meyering 353d44df02 . 2005-11-12 19:11:27 +00:00
Jim Meyering d81b50dc88 Update from gnulib. 2005-11-12 19:11:17 +00:00
Jim Meyering 3fd87d8e73 *** empty log message *** 2005-11-12 10:16:50 +00:00
Jim Meyering 716377a20a *** empty log message *** 2005-11-12 10:06:34 +00:00
Jim Meyering 108429b83f Emulate openat-family functions using Linux's procfs, if possible.
Idea and some code from Ulrich Drepper's glibc changes.

(BUILD_PROC_NAME): New macro.
Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
(rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
before falling back on save_cwd and restore_cwd.
(fdopendir, fstatat, unlinkat): Likewise.
2005-11-12 10:06:29 +00:00
Jim Meyering af3cabbf7f s/expensive/very expensive/ in a comment. 2005-11-12 08:54:17 +00:00
Jim Meyering fd13239884 remove now-unused file 2005-11-12 08:39:27 +00:00
Jim Meyering 8f0753ece7 *** empty log message *** 2005-11-12 08:36:52 +00:00
Jim Meyering 38a1bfa703 . 2005-11-12 08:29:35 +00:00
Jim Meyering 2b46dc5403 *** empty log message *** 2005-11-11 17:16:30 +00:00
Jim Meyering c0943d140a *** empty log message *** 2005-11-11 17:16:01 +00:00
Jim Meyering f1126d2639 Mention `readlink -f' bug fix in 5.3.0 news.
Mention new readlink options in `New features' section.
2005-11-11 17:15:06 +00:00
Jim Meyering 7fdc7d4df9 *** empty log message *** 2005-11-10 23:20:09 +00:00
Jim Meyering e5475103aa (fstatat, unlinkat): Perform the syscall directly,
skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
2005-11-10 23:20:05 +00:00
Paul Eggert 3afe2cd61c (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
or gettimeofday; no longer needed.
2005-11-10 20:21:07 +00:00
Paul Eggert 4c9fae6b88 gethrxtime now uses gettime 2005-11-10 20:20:51 +00:00
Paul Eggert 9d9e6430a3 Fix comment 2005-11-10 20:20:31 +00:00
Paul Eggert 163141255f Include "timespec.h" rather than the sys/time / time
business.
(gethrxtime) [! (HAVE_NANOUPTIME
|| (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
|| HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
our own approximation.
2005-11-10 20:20:20 +00:00
Paul Eggert 14f7ef9d17 gethrxtime now uses gettime 2005-11-10 20:20:02 +00:00
Jim Meyering aad084f10f Use /dev/full if possible for descriptor 0 -- like glibc now does.
Fall back on /dev/null if opening /dev/full fails.
2005-11-09 20:53:41 +00:00
Jim Meyering c5ad46e57f *** empty log message *** 2005-11-08 21:11:00 +00:00
Jim Meyering 8b5df58140 Merge in changes from b5_9x branch. 2005-11-08 21:10:52 +00:00
Paul Eggert 2aa901dadd ls now defaults to --time-style='locale', which in turn acts
like --time-style='posix-long-iso' if the locale settings are messed up.
2005-11-08 21:00:10 +00:00
Paul Eggert 6837183d42 (decode_switches): ls now defaults to --time-style='locale', which in
turn acts like --time-style='posix-long-iso' if the locale settings
are messed up.
2005-11-08 20:59:49 +00:00
Paul Eggert 9391b55213 (Formatting file timestamps): ls now defaults to
--time-style='locale', which in turn acts like
--time-style='posix-long-iso' if the locale settings are messed up.
2005-11-08 20:59:19 +00:00
Paul Eggert de4224e5df ls now defaults to --time-style='locale'. 2005-11-08 20:58:57 +00:00
Jim Meyering 47d8cac561 *** empty log message *** 2005-11-08 08:20:04 +00:00
Jim Meyering 4c60a9a964 s/expensive/very expensive/ in a comment. 2005-11-08 08:19:57 +00:00
Jim Meyering ce8f6d2bab *** empty log message *** 2005-11-07 21:42:30 +00:00
Jim Meyering 6d73e34764 *** empty log message *** 2005-11-07 21:42:26 +00:00