Age | Commit message (Expand) | Author |
2006-05-23 | filemode.c: Don't include <string.h>. | Paul Eggert |
2006-05-23 | Don't include <string.h>; this include was | Paul Eggert |
2006-05-22 | * filemode.c (setst): Remove. | Paul Eggert |
2006-05-22 | Document the internals better. Most of this change | Paul Eggert |
2006-05-20 | *** empty log message *** | Jim Meyering |
2006-05-20 | (fts_open): Fail with EINVAL if a caller violates this rule: | Jim Meyering |
2006-05-19 | Sync nanosleep from gnulib. | Paul Eggert |
2006-05-15 | *** empty log message *** | Jim Meyering |
2006-05-15 | (xfts_open): Always use FTS_CWDFD. | Jim Meyering |
2006-05-15 | *** empty log message *** | Jim Meyering |
2006-05-15 | Avoid the expense of an fstat, when possible. | Jim Meyering |
2006-05-15 | *** empty log message *** | Jim Meyering |
2006-05-15 | Restore the parts of fts that were removed on 2006-01-17, so that | Jim Meyering |
2006-05-11 | *** empty log message *** | Jim Meyering |
2006-05-11 | (sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley. | Jim Meyering |
2006-05-06 | . | Jim Meyering |
2006-05-04 | *** empty log message *** | Jim Meyering |
2006-05-03 | Include "same-inode.h". | Jim Meyering |
2006-04-25 | (get_date): When adding relative date, start with the | Paul Eggert |
2006-04-17 | Document filemode changes. | Paul Eggert |
2006-04-17 | Don't undef S_ISDOOR, since it's never buggy. | Paul Eggert |
2006-04-17 | (HAVE_DECL_STRMODE): Include <string.h> for strmode. | Paul Eggert |
2006-04-17 | Include "filemode.h" first, to test the interface. | Paul Eggert |
2006-04-17 | *** empty log message *** | Jim Meyering |
2006-04-17 | *** empty log message *** | Jim Meyering |
2006-04-17 | (openat_needs_fchdir) [defined __OPENAT_PREFIX]: | Paul Eggert |
2006-04-15 | (futimens): glibc futimesat messes up if /proc isn't mounted. | Paul Eggert |
2006-04-14 | *** empty log message *** | Jim Meyering |
2006-04-14 | remove SPACEs before TAB | Jim Meyering |
2006-04-14 | *** empty log message *** | Jim Meyering |
2006-04-14 | (fts_open): Don't allocate parent if *argv==NULL. Patch from glibc. | Jim Meyering |
2006-04-14 | (fts_build): Free `head' before returning NULL, in two places, | Jim Meyering |
2006-04-14 | (fts_build): Remove just-#if-0'd code and the code that | Jim Meyering |
2006-04-14 | (fts_build): #if-0-out a block of unused code. Patch via glibc. | Jim Meyering |
2006-04-13 | Don't use wchar_t or wctype_t; update comment. | Paul Eggert |
2006-04-13 | (RE_DUP_MAX): Update comment to match current implementation. | Paul Eggert |
2006-04-13 | (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N | Paul Eggert |
2006-04-12 | Port to Interix. | Paul Eggert |
2006-04-12 | Include <inttypes.h> and <stdint.h> if they exist. | Paul Eggert |
2006-04-12 | Don't include <inttypes.h> or <stdint.h>, since | Paul Eggert |
2006-04-10 | remove useless spaces before TABs | Jim Meyering |
2006-04-10 | Import latest regex module from gnulib. | Paul Eggert |
2006-03-26 | . | Jim Meyering |
2006-03-26 | *** empty log message *** | Jim Meyering |
2006-03-26 | (base_name): New semantics - malloc the result. | Jim Meyering |
2006-03-26 | (dir_len): Determine when drive letters need a subsequent slash. | Jim Meyering |
2006-03-26 | (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4. | Jim Meyering |
2006-03-26 | (strip_trailing_slashes): Use last_component, not base_name. | Jim Meyering |
2006-03-26 | (file_name_concat): s/base_name/last_component/ | Jim Meyering |
2006-03-26 | (check_extension, numbered_backup): s/base_name/last_component/ | Jim Meyering |