summaryrefslogtreecommitdiff
path: root/editors
Commit message (Expand)AuthorAgeFilesLines
* 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
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-2/+2
* documentation bits in comments, no code changesDenis Vlasenko2007-09-251-2/+0
* ed: large cleanupDenis Vlasenko2007-09-251-305/+135
* - actually mv microcom.c to miscutilsBernhard Reutner-Fischer2007-09-221-1/+1
* update Glenn McGrath's email addressDenis Vlasenko2007-09-212-2/+2
* *: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko2007-09-071-23/+13
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-185-5/+5
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-6/+9
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-3/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-125-34/+33
* patch: fix -p -1 handlingDenis Vlasenko2007-08-061-3/+5
* sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko2007-08-061-2/+9
* patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko2007-08-011-3/+3
* style fix (stray space before ';')Denis Vlasenko2007-07-212-3/+3
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* stray trailing tabs removedDenis Vlasenko2007-07-191-4/+4
* vi: comment out dead codeDenis Vlasenko2007-07-181-5/+5