index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
sed.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2019-02-12
1
-15
/
+15
|
\
|
*
sed: code shrink
Denys Vlasenko
2019-01-21
1
-15
/
+15
|
*
sed: Fix backslash parsing for 'w' command arg
Brian Foley
2019-01-21
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-10-08
1
-12
/
+17
|
\
|
|
*
sed: fix double-free in FEATURE_CLEAN_UP code
Denys Vlasenko
2018-09-25
1
-12
/
+17
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-02
1
-1
/
+1
|
\
|
|
*
sed: prevent overflow of length from bb_get_chunk_from_file
Quentin Rameau
2018-04-01
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
1
-9
/
+12
|
\
|
|
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-5
/
+2
|
*
sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1
Denys Vlasenko
2017-08-23
1
-4
/
+10
*
|
sed: support the -b/--binary option
Johannes Schindelin
2017-08-23
1
-1
/
+17
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-9
/
+9
|
\
|
|
*
*: stop using atexit in non-debug build: saves ~260 in bss with musl
Denys Vlasenko
2017-08-16
1
-1
/
+1
|
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-2
/
+4
|
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-5
/
+3
|
*
script: make -t[FILE] compatible with util-linux
Denys Vlasenko
2017-08-07
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-3
/
+3
|
\
|
|
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-2
/
+2
|
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-05-29
1
-4
/
+4
|
\
|
|
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
1
-4
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-11-29
1
-1
/
+4
|
\
|
|
*
Code style fixes, no code changes
Denys Vlasenko
2016-11-28
1
-1
/
+4
*
|
Merge branch busybox (up to "ash: comment out free(p) just before...")
Ron Yorston
2016-10-19
1
-9
/
+10
|
\
|
|
*
sed: fix "sed n (flushes pattern space, terminates early)" testcase failure
Denys Vlasenko
2016-09-01
1
-9
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-07-07
1
-3
/
+2
|
\
|
|
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-3
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-05-16
1
-27
/
+50
|
\
|
|
*
sed: fix append command to match GNU sed 4.2.1
Denys Vlasenko
2016-05-06
1
-10
/
+19
|
*
sed: understand \n,\r and \t in i and a commands. Closes 8871
Denys Vlasenko
2016-04-24
1
-13
/
+25
|
*
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-22
1
-1
/
+1
|
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
|
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
|
*
sed: support "-f -" idiom
Denys Vlasenko
2016-04-08
1
-2
/
+2
*
|
sed: drop \r when reading input
Ron Yorston
2016-03-16
1
-0
/
+5
|
/
*
sed: make 's///w FILE' actually write to FILE. Closes 8251
Denys Vlasenko
2016-01-24
1
-4
/
+7
*
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-13
1
-5
/
+5
*
sed: implement ",+N" range end
Denys Vlasenko
2015-04-17
1
-5
/
+36
*
sed: fix "sed CMD -i nonexistent_file". Closes 7484
Denys Vlasenko
2014-10-05
1
-2
/
+6
*
sed: fix a buglet in s///NUM handling
Denys Vlasenko
2014-09-16
1
-1
/
+4
*
sed: accept s///i as a synonym for s///I ("ignore case")
David A. Wheeler
2013-12-18
1
-1
/
+2
*
sed: code shrink
Denys Vlasenko
2013-11-28
1
-28
/
+21
*
sed: open input files sequentially to avoid EMFILE
Denys Vlasenko
2013-11-28
1
-26
/
+34
*
switch editors/* to embedded-in-source kbuild system
Denys Vlasenko
2013-11-13
1
-0
/
+11
*
sed: fix "sed clusternewline" testcase
Denys Vlasenko
2013-10-30
1
-67
/
+67
*
sed: document -E in help text
Denys Vlasenko
2013-10-30
1
-3
/
+3
*
sed: fix memory leak in 'r FILE' command
Denys Vlasenko
2013-10-30
1
-4
/
+3
*
sed: accept -E as a synonym for -r
David A. Wheeler
2013-10-29
1
-4
/
+10
*
sed: fix matching of newlines by $
Denys Vlasenko
2013-07-21
1
-1
/
+1
*
sed: remove now-redundant backslash-newline handling
Denys Vlasenko
2013-07-08
1
-16
/
+2
[next]