summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesJim Meyering2012-01-011-2/+2
* build: update to latest gnulib and adaptJim Meyering2011-12-141-1/+1
* Timestamp not set when creating files with --set-time or --set-utcAndreas Gruenbacher2011-12-091-5/+6
* emit one more diagnostic with the required "program_name: " prefixJim Meyering2011-05-251-2/+2
* remove side effect from assertJim Meyering2011-05-251-1/+2
* explicitly ignore close return value to placate static analyzersJim Meyering2011-05-251-1/+2
* plug a leak in fetchnameJim Meyering2011-05-251-0/+1
* avoid a used-uninitialized error in fetchnameAndreas Gruenbacher2011-05-251-3/+2
* maint: remove now-unneeded macro definitionsJim Meyering2011-03-271-9/+0
* Ignore dangerous filenames instead of failing immediatelyAndreas Gruenbacher2011-02-161-11/+0
* Do not let a malicious patch create files above current directoryJim Meyering2011-02-031-1/+12
* Create missing parent directories of temporary filesAndreas Gruenbacher2010-12-041-0/+10
* Fix the USE_XATTR checksAndreas Gruenbacher2010-10-291-2/+2
* Preserve extended attributes of patched files when possibleAndreas Gruenbacher2010-10-271-3/+67
* A minor set_file_attributes() cleanupAndreas Gruenbacher2010-10-271-3/+1
* Only recognize quited filename in the "diff --git" formatAndreas Gruenbacher2010-10-051-3/+3
* Add function make_tempfile()Andreas Gruenbacher2010-09-171-0/+56
* build: silence some cygwin warningsEric Blake2010-05-041-2/+2
* Fix backup file detection for deleted filesAndreas Gruenbacher2010-05-041-22/+62
* Minor cosmetic changesAndreas Gruenbacher2010-05-031-1/+1
* Do not try to set file permissions of symlinksAndreas Gruenbacher2010-05-031-1/+4
* Add two test cases which are currently brokenAndreas Gruenbacher2010-05-031-0/+1
* Do not modify the string arguments of makedirs and removedirsAndreas Gruenbacher2010-05-021-5/+9
* git diffs: Parse copy and rename headersAndreas Gruenbacher2010-05-021-9/+14
* git diffs: Support file mode changesAndreas Gruenbacher2010-05-021-4/+6
* Add support for writing symlinksAndreas Gruenbacher2010-05-021-41/+93
* Set file attributes only in a single placeAndreas Gruenbacher2010-04-291-15/+62
* Remove test which is always trueAndreas Gruenbacher2010-04-291-2/+1
* Include backupfile.h in util.hAndreas Gruenbacher2010-04-271-1/+0
* Refuse to patch symlinksAndreas Gruenbacher2010-04-271-1/+4
* Do not declare variables as "volatile" unnecessarilyAndreas Gruenbacher2010-04-271-1/+1
* Do no declare local variables as "register" unnecessarilyAndreas Gruenbacher2010-04-271-5/+5
* Parse filenames in "diff --git" linesAndreas Gruenbacher2010-04-231-0/+28
* Add support for quoted filenamesAndreas Gruenbacher2010-04-231-13/+98
* Untangle the name and timestamp parsingAndreas Gruenbacher2010-04-221-58/+52
* Strip leading slashes in a separate functionAndreas Gruenbacher2010-04-221-12/+32
* Support for nanosecond timestampsAndreas Gruenbacher2010-04-221-4/+4
* Replace timestamp parsing code with gnulib getdateAndreas Gruenbacher2010-04-221-22/+18
* Use struct timespec instead of time_t internallyAndreas Gruenbacher2010-04-221-3/+10
* Replace quote_system_arg() with quoteargAndreas Gruenbacher2010-04-211-1/+11
* Cosmetic fixAndreas Gruenbacher2010-04-211-1/+1
* Globally rename type LINENUM to lin (as in diffutils)Andreas Gruenbacher2010-04-191-1/+1
* No longer use "continue" as the only instruction in a loop bodyAndreas Gruenbacher2010-01-151-3/+3
* Do not allow timestamps in Index linesAndreas Gruenbacher2010-01-111-1/+4
* Try to preserve the owning group in backup filesAndreas Gruenbacher2010-01-041-0/+5
* * src/bestmatch.h, src/common.h, src/diffseq.h, src/inp.c, src/inp.h,Andreas Gruenbacher2010-01-021-7/+5
* When copying files, use full_write() from gnulib instead of write()Andreas Gruenbacher2009-07-191-1/+2
* Don't fail when removing nonexistent files in move_fileAndreas Gruenbacher2009-06-151-1/+1
* Don't forget to NUL terminate ptimestr in fetchname()Andreas Gruenbacher2009-04-081-2/+3
* Preserve timestamps in reject filesAndreas Gruenbacher2009-04-071-4/+26