Denis Vlasenko
|
826c85f382
fix all known regressions with sed and also make it simpler
|
18 年 前 |
Denis Vlasenko
|
4ebaf10742
strdup -> xstrdup
|
18 年 前 |
Denis Vlasenko
|
ef44d9d9f2
sed,get_line_from_file: improve comments
|
18 年 前 |
Denis Vlasenko
|
666da5e2c6
merge post-1.3.0 fixes
|
18 年 前 |
Denis Vlasenko
|
b95636c52f
remove casts from xmalloc()
|
18 年 前 |
Denis Vlasenko
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
18 年 前 |
Denis Vlasenko
|
2ea630f9a5
bb_makedev: fix for glibc 2.3.2
|
18 年 前 |
Denis Vlasenko
|
2f8f71b20d
sed: style fixes
|
18 年 前 |
Denis Vlasenko
|
1375bc7b67
sed: fix handling of files not ending in '\n'
|
18 年 前 |
Denis Vlasenko
|
8b22b07bc5
sed: improve handling of NULs
|
18 年 前 |
Denis Vlasenko
|
d3d004dd35
last nail into error_msg() (de)capitalization
|
18 年 前 |
Denis Vlasenko
|
ddec5af6b0
rename functions to more understandable names
|
18 年 前 |
Denis Vlasenko
|
8077850330
sed: mostly style fixes, very small changes in actual code
|
18 年 前 |
Denis Vlasenko
|
d18a3a20db
use skip_whitespace where appropriate
|
18 年 前 |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
18 年 前 |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 年 前 |
Denis Vlasenko
|
40920825d5
rename bb_default_error_retval -> xfunc_error_retval
|
18 年 前 |
Denis Vlasenko
|
9275814a9e
lots of silly indent fixes
|
18 年 前 |
Denis Vlasenko
|
e2016e145b
sed: -e options were handled in reverse order. fix that.
|
18 年 前 |
Denis Vlasenko
|
b97c9842a5
sed: unbreak multiple -e, -f option handling (my fault)
|
18 年 前 |
Denis Vlasenko
|
750fc6d7bb
sed: getopt_ulflags'isation
|
18 年 前 |
Rob Landley
|
e9a7a6212b
Change license statements (and clean up headers) on some of the files that
|
18 年 前 |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 年 前 |
Rob Landley
|
d35c0efddb
Bugfix for: echo '123456789' | sed 's/./|&/5'
|
18 年 前 |
Denis Vlasenko
|
6d655be5df
removed a lot of trailing \n in bb_msg() calls. It is added
|
18 年 前 |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 年 前 |
Rob Landley
|
4795e4e011
Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller
|
18 年 前 |
Rob Landley
|
ea7c18514b
Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x"
|
18 年 前 |
Bernhard Reutner-Fischer
|
19008b8373
- reuse strings and messages. Saves about 600B
|
18 年 前 |
Rob Landley
|
12d87550a3
Confirming it's not needed.
|
18 年 前 |