summaryrefslogtreecommitdiff
path: root/src/pch.c
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of LF vs. CRLF line endingsAndreas Gruenbacher2012-09-221-1/+1
* Introduce function to lstat all input filesAndreas Gruenbacher2012-09-191-14/+13
* Use stat where we want to follow symlinksAndreas Gruenbacher2012-09-191-3/+3
* Allow to use potentially dangerous filenames from the root directoryAndreas Gruenbacher2012-09-171-0/+27
* Change the type of *_needs_removal from int to boolAndreas Gruenbacher2012-09-131-3/+3
* Support double-quoted filenames in all context diff formatsAndreas Gruenbacher2012-08-111-4/+4
* build: mark an internal function as "pure"Jim Meyering2012-08-011-1/+1
* Accessor functions for SHA1 hashes in git-style diffsAndreas Gruenbacher2012-07-311-7/+32
* Export the patch typeAndreas Gruenbacher2012-04-171-16/+25
* Do not delete files immediatelyAndreas Gruenbacher2012-04-171-0/+2
* Switch from the `old' gnu quoting style to the 'new' oneAndreas Gruenbacher2012-04-171-17/+17
* Fix use-after-free bug in name_is_valid()Andreas Gruenbacher2012-04-061-21/+31
* maint: update all copyright year number rangesJim Meyering2012-01-011-2/+2
* build: update to latest gnulib and adaptJim Meyering2011-12-141-3/+3
* give a diagnostic rather than a failed assertion for a mangled patchJim Meyering2011-10-111-1/+3
* build: don't turn off -Wmissing-prototypesJim Meyering2011-03-271-1/+1
* maint: remove unnecessary tests before freeJim Meyering2011-02-211-14/+7
* don't warn twice about the same invalid file nameJim Meyering2011-02-171-1/+9
* Ignore dangerous filenames instead of failing immediatelyAndreas Gruenbacher2011-02-161-1/+27
* Also check if the input file is seekable if a filename is given (-i)Andreas Gruenbacher2011-02-031-39/+35
* Do not let a malicious patch create files above current directoryJim Meyering2011-02-031-1/+1
* Fix the --binary option when used together with --silentAndreas Gruenbacher2010-10-141-3/+4
* Only recognize quited filename in the "diff --git" formatAndreas Gruenbacher2010-10-051-4/+4
* Stop using mktemp() for TMPPATNAMEAndreas Gruenbacher2010-09-171-6/+3
* do_ed_script(): Pass in the filenames to useAndreas Gruenbacher2010-09-171-8/+10
* build: silence some cygwin warningsEric Blake2010-05-041-1/+4
* Remove left-over debugging codeAndreas Gruenbacher2010-05-041-7/+1
* Allow to create and delete empty filesAndreas Gruenbacher2010-05-041-7/+55
* Stick to the best name in the reversed-patch checkAndreas Gruenbacher2010-05-031-3/+4
* Do not try to set file permissions of symlinksAndreas Gruenbacher2010-05-031-0/+4
* git diffs: Parse copy and rename headersAndreas Gruenbacher2010-05-021-16/+61
* Pass up the file type and check for consistent typesAndreas Gruenbacher2010-05-021-4/+5
* Skip reversed patches check when file types are inconsistentAndreas Gruenbacher2010-05-021-2/+20
* git diffs: Parse file modesAndreas Gruenbacher2010-05-021-7/+87
* Add support for writing symlinksAndreas Gruenbacher2010-05-021-1/+1
* Include backupfile.h in util.hAndreas Gruenbacher2010-04-271-1/+0
* Refuse to patch symlinksAndreas Gruenbacher2010-04-271-3/+3
* Only check for reversed patches when the input file is patchableAndreas Gruenbacher2010-04-271-1/+3
* Do no declare local variables as "register" unnecessarilyAndreas Gruenbacher2010-04-271-38/+38
* Complain when fed git binary patchesAndreas Gruenbacher2010-04-231-0/+8
* Parse filenames in "diff --git" linesAndreas Gruenbacher2010-04-231-0/+22
* Fix minor potential memory leaksAndreas Gruenbacher2010-04-231-0/+4
* Use struct timespec instead of time_t internallyAndreas Gruenbacher2010-04-221-24/+14
* Globally rename type LINENUM to lin (as in diffutils)Andreas Gruenbacher2010-04-191-60/+59
* Rename ed_PROGRAM to EDITOR_PROGRAMAndreas Gruenbacher2010-04-121-3/+3
* No longer use "continue" as the only instruction in a loop bodyAndreas Gruenbacher2010-01-151-11/+11
* * src/bestmatch.h, src/common.h, src/diffseq.h, src/inp.c, src/inp.h,Andreas Gruenbacher2010-01-021-7/+5
* * src/pch.c: coding style fix (syntactic).Andreas Gruenbacher2009-12-301-2/+4
* * src/pch.c: When the input files to diff have CRLF line endings, theAndreas Gruenbacher2009-12-281-1/+0
* * src/pch.c (intuit_diff_type): Fix regression introduced after patchAndreas Gruenbacher2009-12-231-21/+18