Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-17 | (basename_is_dot_or_dotdot): Correct wording in comment. | Jim Meyering | |
2005-11-17 | *** empty log message *** | Jim Meyering | |
2005-11-16 | (tail invocation): Say that the obsolete form uses exactly one | Paul Eggert | |
option and at most one file. | |||
2005-11-16 | Improve quality of ln's diagnostics. | Paul Eggert | |
2005-11-16 | (do_link, usage): Improve quality of ln's diagnostics. | Paul Eggert | |
(do_link): Don't use alloca on a buffer of unbounded size. | |||
2005-11-16 | (ln invocation): ln -v now outputs lines only for successful links. | Paul Eggert | |
2005-11-16 | Improve quality of ln's diagnostics. | Paul Eggert | |
2005-11-16 | . | Jim Meyering | |
2005-11-16 | *** empty log message *** | Jim Meyering | |
2005-11-16 | Accommodate HPUX. It appears to fail with EACCES rather than EPERM. | Jim Meyering | |
Reported by Peter O'Gorman here: http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/5766 | |||
2005-11-15 | Don't bother with #pragma STDC FENV_ACCESS ON, as | Paul Eggert | |
coreutils no longer futzes with rounding modes. | |||
2005-11-15 | *** empty log message *** | Jim Meyering | |
2005-11-15 | *** empty log message *** | Jim Meyering | |
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 | |