summaryrefslogtreecommitdiff
path: root/lib/fchdir.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* free-posix: use more often in other modulesPaul Eggert2021-03-251-3/+0
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* fchdir: Improve documentation.Bruno Haible2020-06-271-3/+4
* Use module 'filename' instead of module 'dosname'.Bruno Haible2020-03-281-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* assure: new modulePaul Eggert2014-12-201-3/+3
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* New module 'fstat'.Bruno Haible2011-09-251-14/+0
* New module 'dup'.Bruno Haible2011-09-241-13/+0
* New modules 'opendir', 'readdir', 'rewinddir', 'closedir'.Bruno Haible2011-09-131-36/+0
* 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