summaryrefslogtreecommitdiff
path: root/lib/fchdir.c
Commit message (Expand)AuthorAgeFilesLines
* fchdir: avoid extra chdir and fix testEric Blake2011-04-271-35/+19
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* fcntl: use to simplify other modulesEric Blake2009-12-161-4/+1
* fchdir: Optimize away rpl_fstat when possible.Bruno Haible2009-12-091-3/+4
* fchdir: Update comment.Bruno Haible2009-12-091-2/+2
* fchdir: avoid memory leak on re-registration.Eric Blake2009-12-081-3/+6
* fchdir: fix logic bugsEric Blake2009-12-081-4/+3
* fchdir: avoid infinite recursion in mingwEric Blake2009-10-141-0/+1
* fchdir: avoid compiler warningEric Blake2009-10-021-0/+1
* maint: cleanup whitespace in recent commitsEric Blake2009-10-021-11/+11
* rename, fchdir: don't ignore chdir failureEric Blake2009-10-021-1/+2
* fchdir: another mingw fixEric Blake2009-09-231-1/+41
* canonicalize-lgpl: adjust clients to use correct headerEric Blake2009-09-191-2/+0
* fdopendir: optimize on mingwEric Blake2009-09-021-12/+21
* fchdir: simplify error handling, and support dup3Eric Blake2009-09-021-100/+77
* fchdir: fix off-by-one bug in previous patchEric Blake2009-09-011-3/+2
* fchdir: port to mingwEric Blake2009-08-311-23/+40
* dup2: fix more mingw problemsEric Blake2009-07-211-8/+9
* dup2: work around mingw and cygwin 1.5 bugEric Blake2009-07-211-1/+6
* Move the dirfd() declaration to <dirent.h>.Bruno Haible2008-10-191-2/+1
* New module 'close'.Paolo Bonzini2008-10-101-13/+0
* Merge the two replacements for open() into a single one.Paolo Bonzini2008-10-091-34/+1
* Reduce code duplication.Paolo Bonzini2008-10-091-34/+37
* Use rpl_ prefix for functions, so as to avoid endless recursions in weird cases.Bruno Haible2007-10-151-6/+6
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* New module 'open'.Bruno Haible2007-10-071-0/+4
* Move more declarations into <unistd.h>.Bruno Haible2007-02-191-1/+3
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-2/+2
* New module 'fchdir'.Bruno Haible2007-01-141-0/+277