Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-15 | *** empty log message *** | Jim Meyering | |
2005-11-14 | Use #if !, not #ifndef, for AC_CHECK_DECLS. | Jim Meyering | |
2005-11-14 | *** empty log message *** | Jim Meyering | |
2005-11-14 | *** empty log message *** | Jim Meyering | |
2005-11-14 | (sort): Mention consequences of today's mkstemp-safer.c fix. | Jim Meyering | |
2005-11-14 | *** empty log message *** | Jim Meyering | |
2005-11-14 | . | Jim Meyering | |
2005-11-13 | (Mode Structure): Capitalize two sentences in an | Jim Meyering | |
enumerated list and fix a typo. From Aaron Hawley. | |||
2005-11-13 | *** empty log message *** | Jim Meyering | |
2005-11-13 | *** empty log message *** | Jim Meyering | |
2005-11-13 | (announcement): Use new option and key. | Jim Meyering | |
2005-11-13 | (gpg_key_ID): Define. | Jim Meyering | |
2005-11-13 | Accept new option, --gpg-key-id=ID and | Jim Meyering | |
emit a blurb telling how to use the .sig files. | |||
2005-11-13 | remove inadvertently committed hunk (use of new --gpg-key-id option) | Jim Meyering | |
2005-11-13 | *** empty log message *** | Jim Meyering | |
2005-11-13 | (EXTRA_DIST): Add .x-sc_require_config_h here, too. | Jim Meyering | |
2005-11-13 | New file listing exceptions to the above rule. | Jim Meyering | |
Some are legit, others are simply grandfathered in. | |||
2005-11-13 | *** empty log message *** | Jim Meyering | |
2005-11-13 | Require that most .c files include <config.h>. | Jim Meyering | |
(sc_require_config_h): New rule. (syntax-check-rules): Add it. | |||
2005-11-13 | *** empty log message *** | Jim Meyering | |
2005-11-13 | Include <config.h>, required for possible replacement of mkstemp. | Jim Meyering | |
2005-11-12 | . | Jim Meyering | |
2005-11-12 | Update from gnulib. | Jim Meyering | |
2005-11-12 | *** empty log message *** | Jim Meyering | |
2005-11-12 | *** empty log message *** | Jim Meyering | |
2005-11-12 | Emulate openat-family functions using Linux's procfs, if possible. | Jim Meyering | |
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 | s/expensive/very expensive/ in a comment. | Jim Meyering | |
2005-11-12 | remove now-unused file | Jim Meyering | |
2005-11-12 | *** empty log message *** | Jim Meyering | |
2005-11-12 | . | Jim Meyering | |
2005-11-11 | *** empty log message *** | Jim Meyering | |
2005-11-11 | *** empty log message *** | Jim Meyering | |
2005-11-11 | Mention `readlink -f' bug fix in 5.3.0 news. | Jim Meyering | |
Mention new readlink options in `New features' section. | |||
2005-11-10 | *** empty log message *** | Jim Meyering | |
2005-11-10 | (fstatat, unlinkat): Perform the syscall directly, | Jim Meyering | |
skipping the save_cwd...restore_cwd overhead, if FILE is absolute. | |||
2005-11-10 | (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME | Paul Eggert | |
or gettimeofday; no longer needed. | |||
2005-11-10 | gethrxtime now uses gettime | Paul Eggert | |
2005-11-10 | Fix comment | Paul Eggert | |
2005-11-10 | Include "timespec.h" rather than the sys/time / time | Paul Eggert | |
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 | gethrxtime now uses gettime | Paul Eggert | |
2005-11-09 | Use /dev/full if possible for descriptor 0 -- like glibc now does. | Jim Meyering | |
Fall back on /dev/null if opening /dev/full fails. | |||
2005-11-08 | *** empty log message *** | Jim Meyering | |
2005-11-08 | Merge in changes from b5_9x branch. | Jim Meyering | |
2005-11-08 | ls now defaults to --time-style='locale', which in turn acts | Paul Eggert | |
like --time-style='posix-long-iso' if the locale settings are messed up. | |||
2005-11-08 | (decode_switches): ls now defaults to --time-style='locale', which in | Paul Eggert | |
turn acts like --time-style='posix-long-iso' if the locale settings are messed up. | |||
2005-11-08 | (Formatting file timestamps): ls now defaults to | Paul Eggert | |
--time-style='locale', which in turn acts like --time-style='posix-long-iso' if the locale settings are messed up. | |||
2005-11-08 | ls now defaults to --time-style='locale'. | Paul Eggert | |
2005-11-08 | *** empty log message *** | Jim Meyering | |
2005-11-08 | s/expensive/very expensive/ in a comment. | Jim Meyering | |
2005-11-07 | *** empty log message *** | Jim Meyering | |