summaryrefslogtreecommitdiff
path: root/lib/canonicalize.c
Commit message (Expand)AuthorAgeFilesLines
* canonicalize: remove NARROW_ADDRESSES optimizationPaul Eggert2021-01-011-5/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* canonicalize: fix size overflow treatmentPaul Eggert2020-12-291-7/+2
* canonicalize: fix ptrdiff_t overflow bugPaul Eggert2020-12-291-1/+11
* faccessat: revert recent EOVERFLOW changePaul Eggert2020-12-281-8/+2
* canonicalize: simplify via scratch_buffer_dupfreePaul Eggert2020-12-281-5/+4
* canonicalize, canonicalize-lgpl: remove lintPaul Eggert2020-12-241-5/+11
* canonicalize: prefer faccessat to statPaul Eggert2020-12-241-12/+41
* canonicalize, canonicalize-lgpl: fix symlink bugPaul Eggert2020-12-241-18/+63
* canonicalize: omit second readlink when not neededPaul Eggert2020-12-171-24/+8
* canonicalize: remove arbitrary 8192-byte limitPaul Eggert2020-12-171-93/+131
* canonicalize: fix AIX test failuresPaul Eggert2020-12-131-15/+22
* idx: New module.Bruno Haible2020-12-031-11/+12
* canonicalize: refactor can_mode flagPaul Eggert2020-12-021-11/+13
* canonicalize: prefer signed integer typesPaul Eggert2020-12-021-10/+11
* canonicalize: fix most of another EOVERFLOW issuePaul Eggert2020-12-021-2/+7
* canonicalize: do not assume symlinks have st_inoPaul Eggert2020-12-021-21/+29
* canonicalize: fix EOVERFLOW bugPaul Eggert2020-12-021-38/+29
* canonicalize: Add support for UNC file names on native Windows.Bruno Haible2020-09-211-2/+28
* canonicalize: fix pointer indexing bugsPaul Eggert2020-09-101-11/+8
* 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
* canonicalize: fix EOVERFLOW commentaryPaul Eggert2017-07-301-0/+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
* 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