summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-133-6/+10
* vi: do not truncate file to zero length. closes bug 2944.Denis Vlasenko2008-05-031-1/+6
* fix a few stray unguarded strdup'sDenis Vlasenko2008-03-281-132/+127
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-262-4/+4
* patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko2008-03-261-18/+34
* patch: fix vda's thinko: we need to open new_filename.orig, always!Denis Vlasenko2008-03-251-18/+12
* diff: improve comments (no code chages)Denis Vlasenko2008-03-241-10/+13
* patch: support for patches without dates and generated with -U1; shrinkDenis Vlasenko2008-03-241-69/+67
* diff: exclude D_EMPTY code if there is no support for -rDenis Vlasenko2008-03-241-16/+22
* diff: fix small bug; don't make a copy for "/dev/null" caseDenis Vlasenko2008-03-241-4/+10
* diff: reordering and renaming of variablesDenis Vlasenko2008-03-241-67/+66
* diff: make a few variables localDenis Vlasenko2008-03-241-6/+3
* diff: make it work on pipes etc (needed for kernel compile)Denis Vlasenko2008-03-241-51/+88
* diff: shrinkDenis Vlasenko2008-03-241-104/+126
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-242-3/+3
* lpr: add more accurate commentsDenis Vlasenko2008-03-242-2/+2
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-98/+73
* patch: don't trash permissions of patched fileDenis Vlasenko2008-03-181-10/+7
* remove alarm() calls which were functioning as a primitivePaul Fox2008-03-171-17/+3
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-172-8/+5
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-172-18/+7
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-175-9/+9
* fixups to vi usage, and move the initial redraw() past thePaul Fox2008-03-061-7/+9
* fixed the "dot" (i.e. '.') command, to properly re-init itsPaul Fox2008-03-061-58/+65
* fix vi's '?' and '/' commands to correctly set a new directionPaul Fox2008-03-051-1/+4
* libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko2008-03-021-7/+1
* doc: add info about sed s/.../.../I modifierDenis Vlasenko2008-03-011-0/+3
* sed: n cmd must reset "we had successful subst" flag. closes bug 1214.Denis Vlasenko2008-02-281-2/+3
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-274-6/+7
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-172-6/+2
* random s/short/int/Denis Vlasenko2008-02-161-4/+6
* add ',' and 'gg' commands (patch from Leo Jay)Paul Fox2008-02-141-2/+27
* - spelling fixesBernhard Reutner-Fischer2008-02-111-4/+4
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-1/+0
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-302-15/+3
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-1/+1
* vi: speed up some string opsDenis Vlasenko2007-12-231-42/+56
* vi: reduce amount of memset'ing on each screen refreshDenis Vlasenko2007-12-221-9/+13
* vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,Denis Vlasenko2007-12-222-21/+50
* vi: change MAX_LINELEN meaning: now it is the biggest supportedDenis Vlasenko2007-12-222-317/+309
* vi: fix a problem with displaying overlong linesDenis Vlasenko2007-12-211-107/+120
* vi: don't use common_bufsiz as read buffer, it can be too smallDenis Vlasenko2007-12-091-3/+6
* add sed mini-docDenis Vlasenko2007-11-132-0/+645
* sed: support GNU-like '\t' escape in substitutionsDenis Vlasenko2007-11-131-5/+9
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-2/+5
* vi: don't wait 50 ms before reading ESC sequencesDenis Vlasenko2007-10-111-11/+8
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-117-7/+7
* - ditch 2 bytesBernhard Reutner-Fischer2007-10-011-3/+3
* fix "if (p) free(p)" constructsDenis Vlasenko2007-09-281-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-272-7/+7