summaryrefslogtreecommitdiff
path: root/editors
Commit message (Expand)AuthorAgeFilesLines
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-273-4/+4
* print_flags: fix trivial thinkoDenis Vlasenko2008-06-261-2/+2
* style fixes, no code changesDenis Vlasenko2008-06-261-1/+1
* vi: fix yet another vda's thinkoDenis Vlasenko2008-06-241-0/+1
* fix breakage found by randomconfigDenis Vlasenko2008-06-231-2/+2
* vi: fix obvious thinko'sDenis Vlasenko2008-06-221-5/+4
* vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-06-221-5/+5
* vi: small code shrinkDenis Vlasenko2008-06-211-35/+24
* vi: fix the bug where vi never grows the edit buffer.Denis Vlasenko2008-06-201-121/+154
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-152-13/+4
* grep: make "-f -" work (+ testsuite)Denis Vlasenko2008-06-071-2/+3
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-192-4/+4
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-2/+2
* 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