summaryrefslogtreecommitdiff
path: root/lib/canonicalize.c
Commit message (Expand)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* canonicalize, canonicalize-lgpl: Microsoft Windows prefix fixesEli Zaretskii2012-12-101-3/+6
* canonicalize, canonicalize-lgpl: support MS-Windows file namesEli Zaretskii2012-11-201-21/+47
* canonicalize: fix C89 compilationPádraig Brady2012-10-141-2/+2
* canonicalize: avoid uninitialized memory useEric Blake2012-02-041-5/+12
* canonicalize: fix // handlingEric Blake2012-02-041-5/+7
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-2/+2
* canonicalize: Tweak 2011-12-29 commit.Bruno Haible2012-01-031-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* canonicalize: only stat() when requiredPádraig Brady2011-12-311-1/+8
* canonicalize: fix references to stat() and lstat()Pádraig Brady2011-12-301-1/+1
* canonicalize: add support for not resolving symlinksPádraig Brady2011-12-301-3/+16
* pathmax: Leave PATH_MAX undefined on the Hurd, and a constant otherwise.Bruno Haible2011-08-051-0/+6
* 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
* canonicalize: reduce memory usageEric Blake2009-12-191-0/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-141/+141
* canonicalize: in CAN_ALL_BUT_LAST, allow trailing slashEric Blake2009-09-171-2/+6
* canonicalize, canonicalize-lgpl: honor // if distinct from /Eric Blake2009-09-171-4/+25
* canonicalize-lgpl: fix glibc bug with trailing slashEric Blake2009-09-171-1/+2
* canonicalize: avoid resolvepathEric Blake2009-09-171-72/+3
* canonicalize: don't lose errnoEric Blake2009-09-171-2/+6
* canonicalize: simplify errno handlingEric Blake2009-09-171-16/+9
* errno: use consistentlyEric Blake2009-09-021-3/+0
* canonicalize: remove useless initializationJim Meyering2009-08-311-2/+2
* Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl' differently.Bruno Haible2008-04-221-2/+2
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+4
* Fix canonicalize loop-detection corner case.Jim Meyering2007-09-281-1/+1
* canonicalize: Avoid a false-positive cycle failure.Jim Meyering2007-09-271-4/+36
* Rename mreadlink_with_size to areadlink_with_size.Jim Meyering2007-08-281-2/+2
* Eliminate one way canonicalize_filename_mode could exit.Jim Meyering2007-06-191-3/+3
* Update for xreadlink -> xreadlink-with-size rename.Bruno Haible2007-03-011-2/+2
* Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.Paul Eggert2006-10-271-1/+0
* * lib/canonicalize.c (ELOOP): Define if not already defined.Paul Eggert2006-10-221-0/+3
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+2
* Sync from coreutils.Paul Eggert2005-09-231-14/+3
* Sync from coreutils.Paul Eggert2005-06-021-38/+40
* * lib/canonicalize.c: Include canonicalize.h first, to test interface.Paul Eggert2005-05-181-19/+4
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Remove duplicate `#include "stat-macros.h"'.Jim Meyering2005-03-231-2/+1
* New module, from coreutils.Paul Eggert2004-08-061-0/+332