index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
Age
Commit message (
Expand
)
Author
2016-05-06
sed: fix append command to match GNU sed 4.2.1
Denys Vlasenko
2016-04-24
sed: understand \n,\r and \t in i and a commands. Closes 8871
Denys Vlasenko
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-08
sed: support "-f -" idiom
Denys Vlasenko
2016-01-24
sed: make 's///w FILE' actually write to FILE. Closes 8251
Denys Vlasenko
2016-01-23
patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736
Denys Vlasenko
2015-10-13
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-08
join some common strings, -400 bytes
Denys Vlasenko
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-02
awk: support "length" form of "length()". Closes 8371
Denys Vlasenko
2015-07-31
diff: fix -B with single line changes
Aaro Koskinen
2015-07-13
Removes stray empty line from code
Maninder Singh
2015-05-25
typo fixes
Maninder Singh
2015-05-03
vi: basic undo feature shouldn't depend on yankmark
Andrew Fuller
2015-04-17
sed: implement ",+N" range end
Denys Vlasenko
2015-03-12
vi: make BACKSPACE and DELETE join lines at start/end of line
Denys Vlasenko
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-11
patch: segfault fix. Closes 7916
Denys Vlasenko
2015-01-11
diff: fix a bug in diffing against stdin. Closes 7784
Denys Vlasenko
2015-01-07
vi: fix reading of file after last line
Ron Yorston
2015-01-07
vi: failure to open file is not an error when initialising buffer
Ron Yorston
2014-10-05
sed: fix "sed CMD -i nonexistent_file". Closes 7484
Denys Vlasenko
2014-09-16
sed: fix a buglet in s///NUM handling
Denys Vlasenko
2014-09-15
vi: fix incorrect memory access on brace matching. Closes 7256
Denys Vlasenko
2014-06-26
awk: fix handling of "if ... break ; else ..." - closes 7226
Denys Vlasenko
2014-04-05
vi: some simplifications
Denys Vlasenko
2014-04-03
vi: clear undo buffer when we change to another file
Denys Vlasenko
2014-04-03
vi: undo code shrink
Denys Vlasenko
2014-04-02
vi: undo support for vi with intermediate queuing
Jody Bruchon
2013-12-18
sed: accept s///i as a synonym for s///I ("ignore case")
David A. Wheeler
2013-11-29
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-11-28
sed: code shrink
Denys Vlasenko
2013-11-28
sed: open input files sequentially to avoid EMFILE
Denys Vlasenko
2013-11-21
awk: fix a bug in argc counting in recent change
Denys Vlasenko
2013-11-13
switch editors/* to embedded-in-source kbuild system
Denys Vlasenko
2013-11-12
awk: optionally support -e AWK_PROG
Sven-Göran Bergh
2013-10-30
sed: fix "sed clusternewline" testcase
Denys Vlasenko
2013-10-30
sed: document -E in help text
Denys Vlasenko
2013-10-30
sed: fix memory leak in 'r FILE' command
Denys Vlasenko
2013-10-29
sed: accept -E as a synonym for -r
David A. Wheeler
2013-10-12
awk: fix length(array)
Denys Vlasenko
2013-07-31
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-07-21
sed: fix matching of newlines by $
Denys Vlasenko
2013-07-20
awk: use "long long" as integer type, not "int"
Denys Vlasenko
2013-07-08
sed: remove now-redundant backslash-newline handling
Denys Vlasenko
2013-07-08
sed: document where we are more liberal then GNU
Denys Vlasenko
2013-04-21
vi: make regexp search case-insensitive if ":set ignorecase" is active
Denys Vlasenko
[next]