summaryrefslogtreecommitdiff
path: root/tar/subst.c
Commit message (Expand)AuthorAgeFilesLines
* use regfree to release the memorybanjiuqingshan2022-11-181-0/+1
* Initialize subst rule->result pointer to NULLGraham Percival2016-09-281-0/+1
* Apply global flag in substitutionSean Farley2016-01-031-52/+54
* Support POSIX regular expression support using PCRE in CMake builds.Andres Mejia2013-01-311-2/+6
* Issue 165: Use GNU tar-style hHrRsS trailing flags toTim Kientzle2011-11-051-7/+28
* Extend the tar test to verify that symlink and hardlinkTim Kientzle2011-09-041-7/+13
* Fix handling of ~ within the target of a 'tar -s' directive.Colin Percival2011-08-201-1/+3
* memcpy(new_str, NULL, 0) is _technically_ undefined behaviour under C99;Colin Percival2011-08-161-2/+4
* Drop a few unnecessary arguments.Tim Kientzle2009-06-141-10/+10
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-11/+13
* Merge r354 from release/2.6: Fix multiple -s options.Tim Kientzle2009-01-041-1/+1
* IFCTim Kientzle2008-06-211-1/+1
* IFCTim Kientzle2008-06-141-2/+2
* Don't use case '1' ... '9', not ISO C.Joerg Sonnenberger2008-05-291-1/+9
* IFCTim Kientzle2008-05-281-2/+2
* Minor portability enhancement; define REG_BASIC if it's notTim Kientzle2008-05-281-0/+4
* Enable the new -s substitution support on FreeBSD, includeTim Kientzle2008-05-241-1/+1
* Add support for pax-like tar substitutions as found in NetBSD'sJoerg Sonnenberger2008-05-131-0/+275