index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
Age
Commit message (
Expand
)
Author
2017-04-11
libbb: move isqrt from factor, use it in diff too
Denys Vlasenko
2017-03-24
vi: avoid touching a new file with ZZ when no editing has been done
Yousong Zhou
2017-03-13
vi: don't touch file with :x when modified_count == 0
Denys Vlasenko
2017-01-29
vi,fsck: do not use build timestamp unconditionally. Closes 9626
Denys Vlasenko
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-11-28
Code style fixes, no code changes
Denys Vlasenko
2016-11-24
patch: fix matching failure
Aaro Koskinen
2016-11-24
patch: fix debug log failure
Aaro Koskinen
2016-10-24
awk: fix segfault on for loop syntax error
Brian Foley
2016-09-28
vi: fix '' command (goto to prev context)
Denys Vlasenko
2016-09-15
vi: make "g<key>" error message less likely to show garbage
Denys Vlasenko
2016-09-01
sed: fix "sed n (flushes pattern space, terminates early)" testcase failure
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
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
[next]