| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
* | fts, getcwd, glob: audit for dirfd returning -1 | Paul Eggert | 2010-09-14 | 1 | -2/+0 |
* | getcwd: on Solaris, work better if ancestors are inaccessible | Paul R. Eggert | 2010-07-14 | 1 | -8/+25 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -127/+127 |
* | getcwd: minor cleanups | Eric Blake | 2009-09-07 | 1 | -15/+1 |
* | backupfile, chdir-long, fts, savedir: make safer | Eric Blake | 2009-09-02 | 1 | -2/+6 |
* | Move the dirfd() declaration to <dirent.h>. | Bruno Haible | 2008-10-19 | 1 | -3/+1 |
* | getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT | Petr Salinger | 2007-12-17 | 1 | -9/+12 |
* | Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc, | Jim Meyering | 2007-12-17 | 1 | -0/+5 |
* | Use rpl_ prefix for functions, so as to avoid endless recursions in weird cases. | Bruno Haible | 2007-10-17 | 1 | -1/+1 |
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -6/+5 |
* | * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL. | Paul Eggert | 2007-03-19 | 1 | -1/+1 |
* | * lib/getcwd.c (__getcwd): Undo previous change; it mishandled | Paul Eggert | 2007-02-21 | 1 | -24/+18 |
* | * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works | Paul Eggert | 2007-02-21 | 1 | -18/+24 |
* | Minor fixups to port to Solaris 10 with Sun C 5.8. | Paul Eggert | 2007-02-21 | 1 | -0/+1 |
* | Don't use FD after a successful "fdopendir (fd)". | Jim Meyering | 2007-02-19 | 1 | -0/+2 |
* | Move more declarations into <unistd.h>. | Bruno Haible | 2007-02-19 | 1 | -1/+1 |
* | Make pwd and readlink work also when run with an unreadable parent dir | Jim Meyering | 2007-02-03 | 1 | -2/+7 |
* | * doc/gnulib-tool.texi (Initial import): Update to match current | Paul Eggert | 2007-01-26 | 1 | -3/+1 |
* | New module 'fchdir'. | Bruno Haible | 2007-01-14 | 1 | -0/+5 |
* | * _fpending.c: Include <config.h> unconditionally, since we no | Paul Eggert | 2006-09-13 | 1 | -4/+1 |
* | * backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h: | Paul Eggert | 2006-07-11 | 1 | -7/+1 |
* | * lib/getloadavg.c: Use __VMS, not VMS. | Paul Eggert | 2006-07-06 | 1 | -13/+3 |
* | Merge from coreutils. | Paul Eggert | 2006-07-03 | 1 | -50/+73 |
* | * getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where | Paul Eggert | 2006-02-21 | 1 | -1/+9 |
* | * getcwd.c (__getcwd): Don't assume that system calls after readdir | Paul Eggert | 2005-10-30 | 1 | -40/+41 |
* | Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H. | Jim Meyering | 2005-09-27 | 1 | -1/+1 |
* | Sync from coreutils. | Paul Eggert | 2005-09-23 | 1 | -4/+1 |
* | Use a consistent style for including <config.h>. | Paul Eggert | 2005-09-19 | 1 | -1/+1 |
* | Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally, | Jim Meyering | 2005-07-02 | 1 | -3/+1 |
* | Sync from coreutils. | Paul Eggert | 2005-06-02 | 1 | -30/+30 |
* | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
* | (is_ENAMETOOLONG): New macro. | Paul Eggert | 2004-12-01 | 1 | -8/+34 |
* | Merge from coreutils for getcwd and HP-UX 11. | Paul Eggert | 2004-11-26 | 1 | -37/+351 |
* | New getcwd module, imported from coreutils. | Paul Eggert | 2004-08-06 | 1 | -0/+69 |