aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
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
2008-02-28sed: n cmd must reset "we had successful subst" flag. closes bug 1214.Denis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko
2008-02-16random s/short/int/Denis Vlasenko
2008-02-14add ',' and 'gg' commands (patch from Leo Jay)Paul Fox
2008-02-11- spelling fixesBernhard Reutner-Fischer
2008-01-28*: tidy up usage of char **environDenis Vlasenko
2007-12-30libbb: introduce fputc_printable (from ed)Denis Vlasenko
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko
2007-12-23vi: speed up some string opsDenis Vlasenko
2007-12-22vi: reduce amount of memset'ing on each screen refreshDenis Vlasenko
2007-12-22vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,Denis Vlasenko
2007-12-22vi: change MAX_LINELEN meaning: now it is the biggest supportedDenis Vlasenko
2007-12-21vi: fix a problem with displaying overlong linesDenis Vlasenko
2007-12-09vi: don't use common_bufsiz as read buffer, it can be too smallDenis Vlasenko
2007-11-13add sed mini-docDenis Vlasenko
2007-11-13sed: support GNU-like '\t' escape in substitutionsDenis Vlasenko
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko
2007-10-11vi: don't wait 50 ms before reading ESC sequencesDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01- ditch 2 bytesBernhard Reutner-Fischer