Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
d8e61bbf13d0cf38d477255cfd5dc71c5d51d575
/
editors
237bedd
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
by Denys Vlasenko
· 8 years ago
f2559e5
sed: fix append command to match GNU sed 4.2.1
by Denys Vlasenko
· 9 years ago
cbdff15
sed: understand \n,\r and \t in i and a commands. Closes 8871
by Denys Vlasenko
· 9 years ago
3e134eb
*: slap on a few ALIGN1/2s where appropriate
by Denys Vlasenko
· 9 years ago
9de2e5a
*: hopefully all setup_common_bufsiz() are in place
by Denys Vlasenko
· 9 years ago
47cfbf3
*: add most of the required setup_common_bufsiz() calls
by Denys Vlasenko
· 9 years ago
e6a2f4c
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
by Denys Vlasenko
· 9 years ago
e4d925b
sed: support "-f -" idiom
by Denys Vlasenko
· 9 years ago
2a4bba3
sed: make 's///w FILE' actually write to FILE. Closes 8251
by Denys Vlasenko
· 9 years ago
eb50910
patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736
by Denys Vlasenko
· 9 years ago
7b85ec3
*: more BUILD_BUG_ON conversions
by Denys Vlasenko
· 9 years ago
7f3a2a2
join some common strings, -400 bytes
by Denys Vlasenko
· 9 years ago
d60752f
build system: -fno-builtin-printf
by Denys Vlasenko
· 9 years ago
28b00ce
awk: support "length" form of "length()". Closes 8371
by Denys Vlasenko
· 9 years ago
a47fcca
diff: fix -B with single line changes
by Aaro Koskinen
· 9 years ago
97f2f7c
Removes stray empty line from code
by Maninder Singh
· 10 years ago
97c6491
typo fixes
by Maninder Singh
· 10 years ago
4d8ddb8
vi: basic undo feature shouldn't depend on yankmark
by Andrew Fuller
· 10 years ago
63f4d32
sed: implement ",+N" range end
by Denys Vlasenko
· 10 years ago
49acc1a
vi: make BACKSPACE and DELETE join lines at start/end of line
by Denys Vlasenko
· 10 years ago
8dff01d
libbb: introduce and use is_prefixed_with()
by Denys Vlasenko
· 10 years ago
fe8b580
patch: segfault fix. Closes 7916
by Denys Vlasenko
· 10 years ago
39f0172
diff: fix a bug in diffing against stdin. Closes 7784
by Denys Vlasenko
· 10 years ago
70f4320
vi: fix reading of file after last line
by Ron Yorston
· 10 years ago
e5213ce
vi: failure to open file is not an error when initialising buffer
by Ron Yorston
· 10 years ago
cd73871
sed: fix "sed CMD -i nonexistent_file". Closes 7484
by Denys Vlasenko
· 10 years ago
9caea24
sed: fix a buglet in s///NUM handling
by Denys Vlasenko
· 10 years ago
05399fc
vi: fix incorrect memory access on brace matching. Closes 7256
by Denys Vlasenko
· 10 years ago
5f8daef
awk: fix handling of "if ... break ; else ..." - closes 7226
by Denys Vlasenko
· 10 years ago
32afd3a
vi: some simplifications
by Denys Vlasenko
· 11 years ago
e743086
vi: clear undo buffer when we change to another file
by Denys Vlasenko
· 11 years ago
2c51202
vi: undo code shrink
by Denys Vlasenko
· 11 years ago
a8d6f9b
vi: undo support for vi with intermediate queuing
by Jody Bruchon
· 11 years ago
80a068d
sed: accept s///i as a synonym for s///I ("ignore case")
by David A. Wheeler
· 11 years ago
327f550
Use unsigned printf/scanf conversion where more appropriate
by Denys Vlasenko
· 11 years ago
deb0769
sed: code shrink
by Denys Vlasenko
· 11 years ago
259b3c0
sed: open input files sequentially to avoid EMFILE
by Denys Vlasenko
· 11 years ago
bd0e221
awk: fix a bug in argc counting in recent change
by Denys Vlasenko
· 11 years ago
73225b6
switch editors/* to embedded-in-source kbuild system
by Denys Vlasenko
· 11 years ago
f200f73
awk: optionally support -e AWK_PROG
by Sven-Göran Bergh
· 11 years ago
c44539f
sed: fix "sed clusternewline" testcase
by Denys Vlasenko
· 11 years ago
a82e32d
sed: document -E in help text
by Denys Vlasenko
· 11 years ago
9d46a7a
sed: fix memory leak in 'r FILE' command
by Denys Vlasenko
· 11 years ago
af0cdee
sed: accept -E as a synonym for -r
by David A. Wheeler
· 11 years ago
7985bc1
awk: fix length(array)
by Denys Vlasenko
· 11 years ago
a060a1a
awk: Fix handling of functions with empty body
by Bernhard Reutner-Fischer
· 11 years ago
b0e9b72
sed: fix matching of newlines by $
by Denys Vlasenko
· 11 years ago
1390a01
awk: use "long long" as integer type, not "int"
by Denys Vlasenko
· 11 years ago
40ab27a
sed: remove now-redundant backslash-newline handling
by Denys Vlasenko
· 11 years ago
e93d156
sed: document where we are more liberal then GNU
by Denys Vlasenko
· 11 years ago
264f373
vi: make regexp search case-insensitive if ":set ignorecase" is active
by Denys Vlasenko
· 12 years ago
9e7c002
vi: code shrink
by Denys Vlasenko
· 12 years ago
cb5aa72
vi: fix adjustment of buffer on partial file read
by Ron Yorston
· 12 years ago
b79a0fe
awk: Fix handling of functions with empty body
by Bernhard Reutner-Fischer
· 12 years ago
778794d
*: reuse more strings
by Denys Vlasenko
· 12 years ago
6830ade
whitespace fixes. no code changes
by Denys Vlasenko
· 12 years ago
60cb48c
whitespace cleanup. no code changes
by Denys Vlasenko
· 12 years ago
37a79c0
sed: allow 'w' cmd to use two address form
by Mimi Li
· 12 years ago
df8066a
awk: fix FS assignment behavior. Closes 5108
by Denys Vlasenko
· 12 years ago
ea664dd
awk: make -F STR interpret escape sequences. Closes 5126
by Denys Vlasenko
· 12 years ago
1d7ad7a
tweak help texts
by Denys Vlasenko
· 12 years ago
d3dff87
vi: save/restore screen upon invocation
by Denys Vlasenko
· 13 years ago
04b5289
vi: nuke FEATURE_VI_OPTIMIZE_CURSOR
by Denys Vlasenko
· 13 years ago
605f264
vi: do not set autoindent by default
by Denys Vlasenko
· 13 years ago
37ca36a
sed: yet another fix on top of zero length match code
by Denys Vlasenko
· 13 years ago
84406e4
sed: fix breakage added by zero length match code
by Denys Vlasenko
· 13 years ago
c35545a
sed: code shrink
by Denys Vlasenko
· 13 years ago
21f6fbf
sed: fix zero chars match/replace
by Denys Vlasenko
· 13 years ago
8c34395
sed: support long opts and -iSFX
by Simon B
· 13 years ago
b84dafb
sed: slightly better fix for prev commit's problem
by Denys Vlasenko
· 13 years ago
e39afe1
sed: fix handling of s/// which has empty matches
by Denys Vlasenko
· 13 years ago
c0657e0
vi: add ":prev" command support
by Dennis Groenen
· 13 years ago
800a9a0
vi: move mark[i] pointers if text[] moves after realloc
by Denys Vlasenko
· 13 years ago
6e8861b
*: better comments on termios manipulations. No code changes.
by Denys Vlasenko
· 13 years ago
d29ae7e
sed: fix possible case of signed char bug; expand debugging printouts
by Denys Vlasenko
· 13 years ago
1fd7129
vi: fix [end] key handling
by Denys Vlasenko
· 13 years ago
39ec6a2
patch: make -p count path components, not slashes (think /blah//thing)
by Rob Landley
· 13 years ago
a221bc5
sed: better help text
by Denys Vlasenko
· 13 years ago
7b46d11
awk: fix a SEGV
by Denys Vlasenko
· 13 years ago
202a1b9
awk: fix define name collision with BSD headers
by Denys Vlasenko
· 13 years ago
12e154f
vi: prevent unlimited recursion in do_cmd(). Closes 4153
by Denys Vlasenko
· 13 years ago
f65c5f5
awk: next_input_file can return NULL, don't SEGV in this case.
by Denys Vlasenko
· 13 years ago
c5f7847
patch: make it able to create files (again)
by Rob Landley
· 13 years ago
a7d6bb3
sed: fix range handling for sed -i. Closes 4069
by Denys Vlasenko
· 13 years ago
4e552a7
less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
by Denys Vlasenko
· 13 years ago
14bd16a
more tweak for bionic
by Denys Vlasenko
· 13 years ago
066f399
vi: tweak regex.h include
by Denys Vlasenko
· 13 years ago
b9ba580
vi: fix regex search, make it selectable in config
by Walter Harms
· 13 years ago
416e978
diff: disable debug code; remove unsupported --dry-run from help text
by Denys Vlasenko
· 13 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
d616ab6
reformime: do not require \r\n
by Denys Vlasenko
· 14 years ago
9a296fb
vi.c: remove warning: variable 'sp' set but not used
by Cristian Ionescu-Idbohrn
· 14 years ago
60a9414
fix "variable 'foo' set but not used" warnings
by Denys Vlasenko
· 14 years ago
80c5b68
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads
by Denys Vlasenko
· 14 years ago
d3e4be3
sed: shrink by 17 bytes
by Pascal Bellard
· 14 years ago
6a0abcc
sed: support \r in s command
by Denys Vlasenko
· 14 years ago
52d8370
sed: code shrink
by Denys Vlasenko
· 14 years ago
b0b8884
Fix double words in comments. No code changes
by Marek Polacek
· 14 years ago
6a3e01d
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c
by Pere Orga
· 14 years ago
95f5c52
diff: optimize diffing of files with the same metadata
by Roman Borisov
· 14 years ago
Next »