summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add the output of bootstrapbaserock/bootstrap-pass2baserock/bootstrapRichard Maw2012-01-171-0/+1256
* maint: enable the useless_cpp_parens syntax-check ruleJim Meyering2012-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-0112-14/+14
* build: update to latest gnulib and adaptJim Meyering2011-12-145-24/+24
* Timestamp not set when creating files with --set-time or --set-utcAndreas Gruenbacher2011-12-093-9/+17
* give a diagnostic rather than a failed assertion for a mangled patchJim Meyering2011-10-111-1/+3
* don't call fdopen with a negative FD upon dup failureJim Meyering2011-05-251-2/+5
* plug a leak in inp.c's plan_aJim Meyering2011-05-251-1/+4
* 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
* plug a leak in bestmatchJim Meyering2011-05-251-2/+7
* build: don't turn off -Wmissing-prototypesJim Meyering2011-03-272-2/+2
* maint: remove now-unneeded macro definitionsJim Meyering2011-03-272-12/+0
* maint: use gnulib's progname moduleJim Meyering2011-03-272-3/+2
* maint: update copyright date year ranges to include 2011Jim Meyering2011-03-2710-17/+16
* build: avoid three gcc warningsJim Meyering2011-03-273-4/+2
* build: accept new configure-time option --enable-gcc-warningsJim Meyering2011-03-261-0/+2
* maint: remove unnecessary tests before freeJim Meyering2011-02-213-18/+9
* don't warn twice about the same invalid file nameJim Meyering2011-02-171-1/+9
* Ignore dangerous filenames instead of failing immediatelyAndreas Gruenbacher2011-02-162-12/+27
* Fix use of uninitialized outstAndreas Gruenbacher2011-02-151-3/+4
* 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-032-2/+13
* 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-274-10/+76
* A minor set_file_attributes() cleanupAndreas Gruenbacher2010-10-271-3/+1
* Remove obsolete commentAndreas Gruenbacher2010-10-261-1/+0
* 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-053-8/+8
* Fix the "patching file" message for renames and copiesAndreas Gruenbacher2010-09-172-13/+18
* Remove double quotearg()Andreas Gruenbacher2010-09-171-2/+0
* Stop using mktemp() for TMPOUTNAMEAndreas Gruenbacher2010-09-171-48/+20
* Stop using mktemp() for TMPREJNAMEAndreas Gruenbacher2010-09-171-15/+26
* Replace unnecessary local variableAndreas Gruenbacher2010-09-171-13/+12
* Stop using mktemp() for TMPPATNAMEAndreas Gruenbacher2010-09-172-7/+3
* Stop using mktemp() for TMPINNAMEAndreas Gruenbacher2010-09-172-6/+11
* Add function make_tempfile()Andreas Gruenbacher2010-09-172-0/+58
* do_ed_script(): Pass in the filenames to useAndreas Gruenbacher2010-09-173-10/+13
* Split up init_output()Andreas Gruenbacher2010-09-171-16/+28
* Stop "patch --get 1" from segfaultingTim Waugh2010-07-271-1/+1
* Fix read-only file check for ed scriptsAndreas Gruenbacher2010-05-111-13/+14
* Use the gnulib unistd moduleAndreas Gruenbacher2010-05-051-19/+2
* Use the gnulib mkdir moduleAndreas Gruenbacher2010-05-051-5/+0
* Additional minor fixes based on Eric Blake's suggestionsAndreas Gruenbacher2010-05-041-2/+2
* build: silence some cygwin warningsEric Blake2010-05-043-4/+7
* Fix backup file detection for deleted filesAndreas Gruenbacher2010-05-043-25/+65