aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2010-01-20diff: don't use FILE_and_pos_t where it's not needed. -31 bytesMatheus Izvekov
2010-01-20diff: correct handling of labels. -10 bytesMatheus Izvekov
2010-01-20diff: support long optionsMatheus Izvekov
2010-01-20diff: implement flag -B (Ignore changes whose lines are all blank)Matheus Izvekov
2010-01-20diff: honor flag -i (ignore case differences)Matheus Izvekov
2010-01-18diff: add NOINLINEDenys Vlasenko
2010-01-18diff: defeat gcc's optimizationDenys Vlasenko
2010-01-18diff: rewrite. much smaller and more correctMatheus Izvekov
2010-01-08*: fix places where we were still using malloc/reallocDenys Vlasenko
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko
2009-11-30awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko
2009-11-30awk: preparatory patch, no essential code changes. -13 bytes.Denys Vlasenko
2009-11-20fix fallout from isprint() changesDenys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-13sed: on output file, set not only mode, but owner tooDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-25patch: add Rob's version for reference, it may handle fuzz and offsetsDenys Vlasenko
2009-10-24patch: add longopts, --dry-run, add one more testDenys Vlasenko
2009-10-23small optimizations of toupper/tolowerDenys Vlasenko
2009-10-22*: remove last function calls to isspaceDenys Vlasenko
2009-10-22networking/interface.c: tiny code shrinkDenys Vlasenko
2009-10-08*: a few more NOINLINEsDenys Vlasenko
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko
2009-09-22sed: fix bug 623 (SEGV on some sed commands)Denys Vlasenko
2009-09-21awk: fix typo in prev commitDenys Vlasenko
2009-09-21awk: implement mktimeLeonid Lisovskiy
2009-09-21diff: debug macros; one trivial size optimizationDenys Vlasenko
2009-09-21diff: fix bug 613 (diff -ub segfaults)Denys Vlasenko
2009-09-09a few more GCC-isms removedDenys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-08-20patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)Denys Vlasenko
2009-08-17sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bugDenys Vlasenko
2009-07-14sed: simpler fix for recent GNU compat stuff (by Rob Landley)Denys Vlasenko
2009-07-10sed: deal with peculiar behavior of '2d;2,1p' in GNU sedDenys Vlasenko
2009-07-04fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko
2009-06-30sed: fix handling of 1d;1,3p and 1d;1,REGEXpDenys Vlasenko
2009-06-15vi: do not accept uppercase comments (compat). Closes bug 397.Denys Vlasenko
2009-06-09diff: tiny compat tweakDenys Vlasenko
2009-05-18awk: put at least one NUL between $n. Hopefully closes 337.Denys Vlasenko
2009-05-17line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-19mdev: Rob's #if forest removalDenis Vlasenko
2009-04-12awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)Denis Vlasenko
2009-04-01trailing whitespace removalDenis Vlasenko
2009-03-15awk: fix compat issue found by gpm buildDenis Vlasenko
2009-02-26unzip: fix thinko with le/be conv and size (closes bug 129)Denis Vlasenko
2009-01-25awk: in BEGIN section $0 should be "", not "0".Denis Vlasenko