Bump to version 1.22.1
[platform/upstream/busybox.git] / editors / patch.c
2011-10-10 Rob Landleypatch: make -p count path components, not slashes ...
2011-08-22 Rob Landleypatch: make it able to create files (again)
2011-06-18 Denys Vlasenkodiff: disable debug code; remove unsupported --dry...
2011-05-08 Denys Vlasenkolibbb: nonblock_safe_read->nonblock_immune_read, remove...
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-11-29 Rob Landleypatch: fix "patch at the beginning" testcase failure
2010-11-21 Denys Vlasenkopatch: simplify double list helpers
2010-11-21 Denys Vlasenkopatch: busyboxify by migrating from toybox to busybox...
2010-10-22 Alexander Shishkin*: introduce and use xmkstemp. -65 bytes.
2010-10-20 Lukas Hubapatch: implement -E option
2010-10-20 Denys Vlasenkorevert last change (wrong author)
2010-10-20 Gilles Espinassepatch: implement -E option
2010-10-18 Denys Vlasenko*: replace xopen3 with xopen where makes sense
2010-10-04 Denys Vlasenko*: whitespace fixes
2010-10-03 Rob Landleypatch: tweaks
2010-08-22 Denys Vlasenkopatch: support "patch [FILE [PATCH]]" format
2010-08-16 Denys Vlasenkopatch: fix -N regression
2010-08-15 Denys Vlasenkopatch: add -N and a test for it (fails for now)
2010-08-13 Denys Vlasenkopatch: move closer to toybox code
2010-08-13 Rob Landleypatch: deal with ommitted ",len" in hunk headers (defau...
2010-08-13 Rob Landleypatch: replace it with toybox's implementation
2010-01-22 Denys Vlasenkopatch: accept and ignore -g NUM
2010-01-22 Denys Vlasenkopatch: add more long opts; but remove -g for now
2010-01-20 Denys Vlasenko*: small code shrinks and compile fix for unicode
2010-01-20 Matheus Izvekovpatch: ignore flag -g. +22 bytes
2009-10-24 Denys Vlasenkopatch: add longopts, --dry-run, add one more test
2009-08-20 Denys Vlasenkopatch: support -N. By Olivier Duclos (olivier.duclos...
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-26 Denis Vlasenkostyle fixes, no code changes
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-26 Denis Vlasenkopatch: add support for -R. ~ +110 byte. By Pascal Bella...
2008-03-25 Denis Vlasenkopatch: fix vda's thinko: we need to open new_filename...
2008-03-24 Denis Vlasenkopatch: support for patches without dates and generated...
2008-03-24 Denis Vlasenko*: whitespace fixes, no code changes
2008-03-24 Denis Vlasenkolpr: add more accurate comments
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-18 Denis Vlasenkopatch: don't trash permissions of patched file
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-06 Denis Vlasenkopatch: fix -p -1 handling
2007-08-01 Denis Vlasenkopatch: fix bad line ending handling ("Nguyen Thai Ngoc...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-05 Denis Vlasenkolibbb: add xunlink()
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-17 Denis Vlasenkodiff: comment - explain what happens when hunk fails...
2006-12-17 Denis Vlasenkopatch: fix double-free (bug 1120)
2006-11-30 Denis Vlasenkopasswd: rework:
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkosmall style fixes
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-05-07 Rob LandleyPatch to fix bug 868, and some related cleanup while...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-31 "Vladimir N. Oleynik"changed strange mix signed<->unsigned
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2005-10-27 Bernhard Reutner... - correct boilerplate
2005-10-10 Bernhard Reutner... - do not use bb_xgetularg10_bnd as a lower value of...
2005-10-06 "Vladimir N. Oleynik"change strange depend to libbb.h, but require busybox.h
2005-09-01 Rob LandleyPatch -i support from Berhnard Fischer.
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-06-22 Glenn L McGrathNew applet: patch, applies a unified diff