Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-12 | from gnulib | Jim Meyering | |
2006-01-12 | *** empty log message *** | Jim Meyering | |
2006-01-12 | (TESTS): Add test. | Jim Meyering | |
2006-01-12 | New file, with a test for one of the | Jim Meyering | |
bugs fixed by yesterday's test.c changes. | |||
2006-01-12 | Import from gnulib. | Paul Eggert | |
2006-01-12 | Add stdint_.h. | Paul Eggert | |
2006-01-12 | Adjust to md5 changes in gnulib, and make sha1 etc. more consistent | Paul Eggert | |
with md5. | |||
2006-01-12 | (gl_PREREQ): Require gl_STDINT_H. | Paul Eggert | |
2006-01-12 | (struct sha512_ctx): Use a word buffer, not a byte buffer, so that we | Paul Eggert | |
don't need to worry about alignment. | |||
2006-01-12 | (struct sha256_ctx): Use a word buffer, not a byte buffer, so that we | Paul Eggert | |
don't need to worry about alignment. All uses changed. | |||
2006-01-12 | (struct sha1_ctx): Use a word buffer, not a byte buffer, | Paul Eggert | |
so that we don't need to worry about alignment. All uses changed. This merges the 2005-10-28 md5 change into sha1. | |||
2006-01-12 | Fix commentary to match md5 better. Adjust to .h file changes. | Paul Eggert | |
2006-01-12 | (__attribute__): Remove; unused. | Paul Eggert | |
2006-01-12 | Fix commentary typos. | Paul Eggert | |
(alignof, UNALIGNED_P): No need for a GCC-specific version. | |||
2006-01-12 | (BUILT_SOURCES, EXTRA_DIST, stdint.h, MOSTLYCLEANFILES): | Paul Eggert | |
Add gnulib snippet. | |||
2006-01-12 | Add stdint.h. | Paul Eggert | |
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | Test for today's fts.c bug fix. | Jim Meyering | |
2006-01-11 | (TESTS): Add long-sloop. | Jim Meyering | |
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | (fts_stat): When following a symlink-to-directory, | Jim Meyering | |
don't interpret all stat-fails+lstat-succeeds as indicating a dangling symlink. That can also happen at least for ELOOP. The fix: return FTS_SLNONE only when the stat errno is ENOENT. | |||
2006-01-11 | Mark Joerg Sonnenberger's change as tiny. | Jim Meyering | |
2006-01-11 | * src/test.c (test_syntax_error): Append a newline. | Paul Eggert | |
2006-01-11 | (test_syntax_error): Append a newline. All callers | Paul Eggert | |
changed, except for the ones that didn't already append a newline. | |||
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | (fts_open): Put new (2006-01-04) maxarglen declaration and uses in their | Jim Meyering | |
own block, so pre-c99 compilers don't object. | |||
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | [!_LIBC]: Include "fcntl--.h", to map open to open_safer. | Jim Meyering | |
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | (gl_FUNC_OPENAT): Require and compile fchmodat.c. | Jim Meyering | |
Check for the lchmod function. | |||
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | (fchmodat, fchownat): Declare. | Jim Meyering | |
(chmodat, lchmodat): Define convenience functions. (chownat, lchownat): Likewise. | |||
2006-01-11 | (fchownat): New function. | Jim Meyering | |
2006-01-11 | (fchmodat): New file and function. | Jim Meyering | |
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | (OP): Remove useless space-before-TAB. | Jim Meyering | |
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | (X2NREALLOC): Now that verify_true is no longer void, | Jim Meyering | |
cast its result to void, to avoid gcc's warning that ``left-hand operand of comma expression has no effect''. (DECIMAL_DIGIT_ACCUMULATE, X2REALLOC): Likewise. | |||
2006-01-11 | Sync from gnulib. | Paul Eggert | |
2006-01-10 | *** empty log message *** | Jim Meyering | |
2006-01-10 | Sync from gnulib. | Paul Eggert | |
2006-01-10 | Update copyright year. | Paul Eggert | |
2006-01-10 | Remove stray "lib/"s in previous change. | Paul Eggert | |
2006-01-10 | Sync from gnulib. | Paul Eggert | |
2006-01-10 | *** empty log message *** | Jim Meyering | |
2006-01-10 | Avoid the double-free (first in fts_read, second in fts_close) that | Jim Meyering | |
would occur when an `active' directory is made inaccessible (e.g., via chmod a-x) during a traversal. (fts_read): After a failed fchdir, update sp->fts_cur before returning. Reproduce this failure by mkdir -p a/b; cd a; chmod a-x . b Reported by Stavros Passas. | |||
2006-01-10 | Add a test for today's fts.c fix. | Jim Meyering | |