Bump to version 1.22.1
[platform/upstream/busybox.git] / editors /
2013-12-18 David A. Wheelersed: accept s///i as a synonym for s///I ("ignore case")
2013-11-29 Denys VlasenkoUse unsigned printf/scanf conversion where more appropriate
2013-11-28 Denys Vlasenkosed: code shrink
2013-11-28 Denys Vlasenkosed: open input files sequentially to avoid EMFILE
2013-11-21 Denys Vlasenkoawk: fix a bug in argc counting in recent change
2013-11-13 Denys Vlasenkoswitch editors/* to embedded-in-source kbuild system
2013-11-12 Sven-Göran Berghawk: optionally support -e AWK_PROG
2013-10-30 Denys Vlasenkosed: fix "sed clusternewline" testcase
2013-10-30 Denys Vlasenkosed: document -E in help text
2013-10-30 Denys Vlasenkosed: fix memory leak in 'r FILE' command
2013-10-28 David A. Wheelersed: accept -E as a synonym for -r
2013-10-12 Denys Vlasenkoawk: fix length(array)
2013-07-31 Bernhard Reutner... awk: Fix handling of functions with empty body
2013-07-21 Denys Vlasenkosed: fix matching of newlines by $
2013-07-20 Denys Vlasenkoawk: use "long long" as integer type, not "int"
2013-07-08 Denys Vlasenkosed: remove now-redundant backslash-newline handling
2013-07-07 Denys Vlasenkosed: document where we are more liberal then GNU
2013-04-21 Denys Vlasenkovi: make regexp search case-insensitive if ":set ignore...
2013-03-15 Denys Vlasenkovi: code shrink
2013-03-15 Ron Yorstonvi: fix adjustment of buffer on partial file read
2013-03-13 Bernhard Reutner... awk: Fix handling of functions with empty body
2013-01-22 Denys Vlasenko*: reuse more strings
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2012-07-24 Mimi Lised: allow 'w' cmd to use two address form
2012-07-10 Denys Vlasenkoawk: fix FS assignment behavior. Closes 5108
2012-06-22 Denys Vlasenkoawk: make -F STR interpret escape sequences. Closes...
2012-06-21 Denys Vlasenkotweak help texts
2012-06-11 Denys Vlasenkovi: save/restore screen upon invocation
2012-06-11 Denys Vlasenkovi: nuke FEATURE_VI_OPTIMIZE_CURSOR
2012-06-10 Denys Vlasenkovi: do not set autoindent by default
2012-06-08 Denys Vlasenkosed: yet another fix on top of zero length match code
2012-06-07 Denys Vlasenkosed: fix breakage added by zero length match code
2012-06-04 Denys Vlasenkosed: code shrink
2012-06-04 Denys Vlasenkosed: fix zero chars match/replace
2012-05-06 Simon Bsed: support long opts and -iSFX
2012-04-24 Denys Vlasenkosed: slightly better fix for prev commit's problem
2012-04-24 Denys Vlasenkosed: fix handling of s/// which has empty matches
2012-01-31 Dennis Groenenvi: add ":prev" command support
2012-01-31 Denys Vlasenkovi: move mark[i] pointers if text[] moves after realloc
2012-01-15 Denys Vlasenko*: better comments on termios manipulations. No code...
2012-01-15 Denys Vlasenkosed: fix possible case of signed char bug; expand debug...
2011-11-28 Denys Vlasenkovi: fix [end] key handling
2011-10-10 Rob Landleypatch: make -p count path components, not slashes ...
2011-09-13 Denys Vlasenkosed: better help text
2011-09-10 Denys Vlasenkoawk: fix a SEGV
2011-09-10 Denys Vlasenkoawk: fix define name collision with BSD headers
2011-09-09 Denys Vlasenkovi: prevent unlimited recursion in do_cmd(). Closes...
2011-09-07 Denys Vlasenkoawk: next_input_file can return NULL, don't SEGV in...
2011-08-22 Rob Landleypatch: make it able to create files (again)
2011-08-16 Denys Vlasenkosed: fix range handling for sed -i. Closes 4069
2011-07-25 Denys Vlasenkoless: optionally query terminal size via "ESC [ 6 n...
2011-07-08 Denys Vlasenkomore tweak for bionic
2011-07-03 Denys Vlasenkovi: tweak regex.h include
2011-06-27 Walter Harmsvi: fix regex search, make it selectable in config
2011-06-18 Denys Vlasenkodiff: disable debug code; remove unsupported --dry...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-22 Denys Vlasenkoreformime: do not require \r\n
2011-05-16 Cristian Ionescu... vi.c: remove warning: variable 'sp' set but not used
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-05-08 Denys Vlasenkolibbb: nonblock_safe_read->nonblock_immune_read, remove...
2011-05-04 Pascal Bellardsed: shrink by 17 bytes
2011-05-02 Denys Vlasenkosed: support \r in s command
2011-05-02 Denys Vlasenkosed: code shrink
2011-04-16 Marek PolacekFix double words in comments. No code changes
2011-04-02 Pere Orgamove help text from include/usage.src.h to debianutils...
2011-03-27 Roman Borisovdiff: optimize diffing of files with the same metadata
2011-02-08 Denys Vlasenkoash: fix TMOUT not restoring tty attributes
2011-02-02 Denys Vlasenkowhitespace fixes
2011-01-26 Alexander Shishkindiff: return 1 when skipping directories with -r, but...
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-11-29 Rob Landleypatch: fix "patch at the beginning" testcase failure
2010-11-22 Denys Vlasenkopatch: remove out-of-file build machinery
2010-11-21 Denys Vlasenkocmp: with -s, do not report open errors
2010-11-21 Denys Vlasenkopatch: simplify double list helpers
2010-11-21 Denys Vlasenkopatch: busyboxify by migrating from toybox to busybox...
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-24 Rob Landleyawk: reduce ifdef forest
2010-10-23 Denys Vlasenkoawk: fix breakage in last commit
2010-10-23 Denys Vlasenkoawk: fix segfault on closing non-opened file
2010-10-22 Alexander Shishkin*: introduce and use xmkstemp. -65 bytes.
2010-10-20 Lukas Hubapatch: implement -E option
2010-10-20 Denys Vlasenkorevert last change (wrong author)
2010-10-20 Gilles Espinassepatch: implement -E option
2010-10-18 Denys Vlasenko*: replace xopen3 with xopen where makes sense
2010-10-05 Denys Vlasenkoawk: code shrink
2010-10-05 Denys Vlasenkoawk: 00.123 is not a octal constant; neither is 009...
2010-10-04 Denys Vlasenko*: whitespace fixes
2010-10-03 Rob Landleypatch: tweaks
2010-09-12 Marek Polacek*: s/perror/bb_simple_perror_msg/g
2010-08-29 Denys Vlasenkotypo fix in comment
2010-08-22 Denys Vlasenkopatch: support "patch [FILE [PATCH]]" format
2010-08-16 Denys Vlasenkopatch: fix -N regression
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-16 Denys Vlasenkosed: make N command behave as in GNU sed
2010-08-15 Denys Vlasenkopatch: add -N and a test for it (fails for now)
2010-08-13 Denys Vlasenkopatch: move closer to toybox code
2010-08-13 Rob Landleypatch: deal with ommitted ",len" in hunk headers (defau...
2010-08-13 Rob Landleypatch: replace it with toybox's implementation
2010-08-01 Denys Vlasenkosed: fix sed -i: unlike without -i, it does not forget...
next