| Age | Commit message (Expand) | Author | Lines |
| 2006-01-09 | fix typo in comment | Jim Meyering | -2/+2 |
| 2006-01-06 | *** empty log message *** | Jim Meyering | -0/+37 |
| 2006-01-06 | (COPYRIGHT_YEAR): Update to 2006. | Jim Meyering | -2/+2 |
| 2006-01-04 | . | Jim Meyering | -52/+50 |
| 2006-01-04 | (tzname): Don't declare if it is already #defined. | Paul Eggert | -2/+7 |
| 2006-01-04 | *** empty log message *** | Jim Meyering | -0/+5 |
| 2006-01-04 | Merge from glibc. | Jim Meyering | -2/+3 |
| 2006-01-03 | (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use | Paul Eggert | -5/+12 |
| 2006-01-03 | correct first-line comment | Jim Meyering | -2/+2 |
| 2006-01-02 | New approach to safer chmod. | Paul Eggert | -0/+8 |
| 2006-01-02 | No longer used. | Paul Eggert | -159/+0 |
| 2006-01-02 | New file. | Paul Eggert | -0/+35 |
| 2006-01-02 | Include lchmod.h, lchmod.c. | Paul Eggert | -5/+7 |
| 2005-12-27 | chdir-related fixes | Paul Eggert | -0/+25 |
| 2005-12-27 | (save_cwd): Don't bother trying to open directory | Paul Eggert | -6/+2 |
| 2005-12-27 | (rpl_chown) [CHOWN_MODIFIES_SYMLINK]: | Paul Eggert | -10/+27 |
| 2005-12-27 | (defined_S_IFMT): New macro. | Paul Eggert | -36/+45 |
| 2005-12-27 | (diropen): Don't bother trying to open directory for write access: | Paul Eggert | -4/+1 |
| 2005-12-27 | (chdir_no_follow): Don't bother trying to open directory for write | Paul Eggert | -15/+6 |
| 2005-12-27 | (cdb_free): Don't bother trying to open directory | Paul Eggert | -6/+3 |
| 2005-12-26 | (chdir_no_follow): Move declaration of local, | Jim Meyering | -5/+7 |
| 2005-12-26 | *** empty log message *** | Jim Meyering | -0/+7 |
| 2005-12-25 | chdir-safer.c still needs unistd.h | Paul Eggert | -1/+1 |
| 2005-12-25 | Whoops; don't remove the include for unistd.h, since it defines fchdir. | Paul Eggert | -0/+1 |
| 2005-12-25 | chdir-safer cleanup | Paul Eggert | -0/+18 |
| 2005-12-25 | (chdir_no_follow): Don't include stdio.h, assert.h, | Paul Eggert | -43/+44 |
| 2005-12-25 | (FCHMOD_SAFER_H): Remove: it was misnamed, and wasn't needed anyay. | Paul Eggert | -6/+2 |
| 2005-12-25 | *** empty log message *** | Jim Meyering | -0/+5 |
| 2005-12-25 | (chdir_no_follow): Remove unnecessary test of S_ISDIR (sb_init.st_mode). | Jim Meyering | -10/+11 |
| 2005-12-23 | *** empty log message *** | Jim Meyering | -0/+3 |
| 2005-12-23 | (make_dir_parents): Use chdir_no_follow only | Jim Meyering | -1/+8 |
| 2005-12-23 | *** empty log message *** | Jim Meyering | -1/+1 |
| 2005-12-23 | *** empty log message *** | Jim Meyering | -0/+3 |
| 2005-12-23 | (chdir_no_follow): Rewrite to use fchdir even | Jim Meyering | -29/+29 |
| 2005-12-23 | *** empty log message *** | Jim Meyering | -0/+6 |
| 2005-12-23 | (O_NOFOLLOW): Define, if necessary. | Jim Meyering | -0/+4 |
| 2005-12-23 | (O_NOFOLLOW): Define. | Jim Meyering | -0/+4 |
| 2005-12-22 | *** empty log message *** | Jim Meyering | -0/+6 |
| 2005-12-22 | Include "fcntl--.h" and "unistd--.h", to map open | Jim Meyering | -1/+3 |
| 2005-12-21 | . | Jim Meyering | -2/+6 |
| 2005-12-21 | . | Jim Meyering | -0/+4 |
| 2005-12-21 | *** empty log message *** | Jim Meyering | -0/+5 |
| 2005-12-21 | like chdir(2), but safer, if possible | Jim Meyering | -0/+112 |
| 2005-12-20 | *** empty log message *** | Jim Meyering | -0/+3 |
| 2005-12-20 | (RW_USR): Remove definition. | Jim Meyering | -6/+5 |
| 2005-12-20 | *** empty log message *** | Jim Meyering | -0/+3 |
| 2005-12-20 | (make_dir_parents): Remove unnecessary casts of alloca, | Jim Meyering | -3/+2 |
| 2005-12-20 | *** empty log message *** | Jim Meyering | -0/+4 |
| 2005-12-20 | (fchmod_new): Don't try to close fd if it's < 0. | Jim Meyering | -1/+1 |
| 2005-12-19 | . | Jim Meyering | -0/+146 |