aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2008-07-22fix all cases of strcpy on overlapping strings.Denis Vlasenko
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-17vi: using array data after it fell out of scope is stupid.Denis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-02awk: another smallish code shrinkDenis Vlasenko
2008-07-02uname,individual: fix improper printf usageDenis Vlasenko
2008-07-01awk: fix a case with multiple -f options. simplify -f file reading.Denis Vlasenko
2008-06-27vi: fix vda's thinkoDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-26print_flags: fix trivial thinkoDenis Vlasenko
2008-06-26style fixes, no code changesDenis Vlasenko
2008-06-24vi: fix yet another vda's thinkoDenis Vlasenko
2008-06-23fix breakage found by randomconfigDenis Vlasenko
2008-06-22vi: fix obvious thinko'sDenis Vlasenko
2008-06-22vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)Denis Vlasenko
2008-06-21vi: small code shrinkDenis Vlasenko
2008-06-20vi: fix the bug where vi never grows the edit buffer.Denis Vlasenko
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko
2008-06-07grep: make "-f -" work (+ testsuite)Denis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-03vi: do not truncate file to zero length. closes bug 2944.Denis Vlasenko
2008-03-28fix a few stray unguarded strdup'sDenis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-26patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko
2008-03-25patch: fix vda's thinko: we need to open new_filename.orig, always!Denis Vlasenko
2008-03-24diff: improve comments (no code chages)Denis Vlasenko
2008-03-24patch: support for patches without dates and generated with -U1; shrinkDenis Vlasenko
2008-03-24diff: exclude D_EMPTY code if there is no support for -rDenis Vlasenko
2008-03-24diff: fix small bug; don't make a copy for "/dev/null" caseDenis Vlasenko
2008-03-24diff: reordering and renaming of variablesDenis Vlasenko
2008-03-24diff: make a few variables localDenis Vlasenko
2008-03-24diff: make it work on pipes etc (needed for kernel compile)Denis Vlasenko
2008-03-24diff: shrinkDenis Vlasenko
2008-03-24*: whitespace fixes, no code changesDenis Vlasenko
2008-03-24lpr: add more accurate commentsDenis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-18patch: don't trash permissions of patched fileDenis Vlasenko
2008-03-17remove alarm() calls which were functioning as a primitivePaul Fox
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-06fixups to vi usage, and move the initial redraw() past thePaul Fox
2008-03-06fixed the "dot" (i.e. '.') command, to properly re-init itsPaul Fox
2008-03-05fix vi's '?' and '/' commands to correctly set a new directionPaul Fox
2008-03-02libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko
2008-03-01doc: add info about sed s/.../.../I modifierDenis Vlasenko