summaryrefslogtreecommitdiff
path: root/lib/canonicalize-lgpl.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksJim Meyering2017-11-121-1/+1
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-141-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* canonicalize: fix EOVERFLOW commentaryPaul Eggert2017-07-301-1/+1
* Don't interpret EOVERFLOW to mean nonexistencePaul Eggert2017-07-301-0/+2
* canonicalize-lgpl: Avoid conflict with gnulib 'getcwd' module on VMS.Bruno Haible2017-06-071-2/+4
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* canonicalize-lgpl: fix for missing SIZE_MAX on older systemsPádraig Brady2016-10-201-0/+5
* canonicalize-lgpl: Support the case path_max > INT_MAX.Bruno Haible2016-10-151-2/+3
* canonicalize-lgpl: fix errno after malloca failsPaul Eggert2016-08-181-1/+1
* getdelim: remove dependency on realloc-posixPaul Eggert2016-08-171-10/+17
* 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
* unsetenv etc.: port to Solaris 11 + GNU EmacsPaul Eggert2013-02-111-4/+4
* 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-22/+43
* canonicalize: avoid uninitialized memory useEric Blake2012-02-041-5/+12
* canonicalize-lgpl: fix // handlingEric Blake2012-02-041-5/+7
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* canonicalize-lgpl: Support larger filenames on the Hurd.Bruno Haible2011-08-051-1/+1
* * lib/canonicalize-lgpl.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.Paul Eggert2011-04-081-2/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Avoid relocwrapper link errors due to gnulib replacement functions.Bruno Haible2010-08-281-0/+6
* Avoid relocwrapper link errors due to gnulib replacement functions.Bruno Haible2010-06-091-0/+2
* canonicalize-lgpl: avoid compiler warningEric Blake2010-04-281-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* New module 'arg-nonnull'. Declare which arguments expect non-NULL values.Bruno Haible2009-12-111-0/+4
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-146/+146
* 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/+1
* canonicalize-lgpl: reject non-directory with trailing slashEric Blake2009-09-171-24/+23
* canonicalize-lgpl: use native realpath if it worksEric Blake2009-09-171-2/+2
* canonicalize, canonicalize-lgpl: use <stdlib.h>Eric Blake2009-09-171-7/+2
* canonicalize, canonicalize-lgpl: update module dependenciesEric Blake2009-09-171-13/+6
* errno: use consistentlyEric Blake2009-09-021-4/+1
* * lib/canonicalize-lgpl.c (__realpath): readlink can write tooUlrich Drepper2008-07-231-1/+1
* Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl' differently.Bruno Haible2008-04-221-1/+1
* Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.Bruno Haible2008-04-131-1/+1
* Update copyright year.Bruno Haible2008-01-101-1/+1
* * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:Colin Watson2008-01-101-1/+1
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Set errno to ENOMEM when malloc/realloc fails. Needed on mingw.Bruno Haible2007-09-091-2/+12
* Update after allocsa -> malloca renaming.Bruno Haible2007-06-091-9/+9
* Test HAVE_READLINK instead of S_ISLNK.Bruno Haible2006-12-231-2/+2