aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2012-03-232-53/+82
|\
| * vi: add ":prev" command supportDennis Groenen2012-01-311-11/+18
| * vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko2012-01-311-27/+37
| * *: better comments on termios manipulations. No code changes.Denys Vlasenko2012-01-151-1/+1
| * sed: fix possible case of signed char bug; expand debugging printoutsDenys Vlasenko2012-01-151-13/+25
| * vi: fix [end] key handlingDenys Vlasenko2011-11-281-1/+1
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-234-216/+282
|\|
| * patch: make -p count path components, not slashes (think /blah//thing)Rob Landley2011-10-101-8/+10
| * sed: better help textDenys Vlasenko2011-09-131-2/+3
| * awk: fix a SEGVDenys Vlasenko2011-09-111-9/+62
| * awk: fix define name collision with BSD headersDenys Vlasenko2011-09-101-0/+3
| * vi: prevent unlimited recursion in do_cmd(). Closes 4153Denys Vlasenko2011-09-091-155/+139
| * awk: next_input_file can return NULL, don't SEGV in this case.Denys Vlasenko2011-09-071-9/+11
| * patch: make it able to create files (again)Rob Landley2011-08-221-5/+3
| * sed: fix range handling for sed -i. Closes 4069Denys Vlasenko2011-08-161-28/+51
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-222-3/+5
|\|
| * less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko2011-07-251-2/+2
| * more tweak for bionicDenys Vlasenko2011-07-081-1/+3
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-228-174/+198
|\|
| * vi: tweak regex.h includeDenys Vlasenko2011-07-031-3/+6
| * vi: fix regex search, make it selectable in configWalter Harms2011-06-273-158/+181
| * diff: disable debug code; remove unsupported --dry-run from help textDenys Vlasenko2011-06-191-7/+10
| * *: remove "Options:" string from help textsDenys Vlasenko2011-06-055-7/+2
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-224-62/+107
|\|
| * reformime: do not require \r\nDenys Vlasenko2011-05-221-2/+2
| * vi.c: remove warning: variable 'sp' set but not usedCristian Ionescu-Idbohrn2011-05-161-0/+4
| * fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-2/+0
| * libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-081-1/+1
| * sed: shrink by 17 bytesPascal Bellard2011-05-051-3/+7
| * sed: support \r in s commandDenys Vlasenko2011-05-031-1/+2
| * sed: code shrinkDenys Vlasenko2011-05-031-54/+92
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-226-1/+98
|\|
| * Fix double words in comments. No code changesMarek Polacek2011-04-161-1/+1
| * move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-036-0/+72
| * diff: optimize diffing of files with the same metadataRoman Borisov2011-03-271-0/+25
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-223-7/+10
|\|
| * ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-3/+3
| * whitespace fixesDenys Vlasenko2011-02-031-1/+1
| * diff: return 1 when skipping directories with -r, but without -NAlexander Shishkin2011-01-261-3/+6
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-211-1/+1
|\|
| * mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-047-230/+144
|\|
| * patch: fix "patch at the beginning" testcase failureRob Landley2010-11-291-9/+14
| * patch: remove out-of-file build machineryDenys Vlasenko2010-11-222-7/+0
| * cmp: with -s, do not report open errorsDenys Vlasenko2010-11-211-4/+5
| * patch: simplify double list helpersDenys Vlasenko2010-11-211-42/+32
| * patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko2010-11-211-160/+85
| * whitespace cleanupDenys Vlasenko2010-10-293-11/+11
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^'Nguyễn Thái Ngọc Duy2011-01-041-127/+139
|\|
| * awk: reduce ifdef forestRob Landley2010-10-241-33/+32