Denys Vlasenko
|
22a9951620
libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()
|
6 anni fa |
Denys Vlasenko
|
0d598ab9f0
Revert "libbb: remove unnecessary variable in xmalloc_fgets"
|
6 anni fa |
Denys Vlasenko
|
899ae5337a
libbb: new function bb_die_memory_exhausted
|
6 anni fa |
Quentin Rameau
|
e2afae6303
sed: prevent overflow of length from bb_get_chunk_from_file
|
6 anni fa |
Quentin Rameau
|
2da9724b56
libbb: remove unnecessary variable in xmalloc_fgets
|
6 anni fa |
Denys Vlasenko
|
ebe6d9d875
whitespace and comment format fixes, no code changes
|
7 anni fa |
Denys Vlasenko
|
a1a448347e
libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation
|
13 anni fa |
Denys Vlasenko
|
0288b27ad8
small fixes atop syslog config patch
|
13 anni fa |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 anni fa |
Denys Vlasenko
|
b87c17cd16
*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway
|
14 anni fa |
Denis Vlasenko
|
69f4f9a6f4
optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)
|
16 anni fa |
Denis Vlasenko
|
3fd15e197e
grep: option to use GNU regex matching instead of POSIX one.
|
16 anni fa |
Denis Vlasenko
|
5e476bab9c
libbb: document plans to speed up line-based input
|
16 anni fa |
Denis Vlasenko
|
2132e02213
libbb: experimental faster string reading routines.
|
16 anni fa |
Denis Vlasenko
|
deeed59de0
libbb: introduce and use xrealloc_vector
|
16 anni fa |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 anni fa |
Denis Vlasenko
|
8ee649a02e
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
|
16 anni fa |
Denis Vlasenko
|
abee3d0e0d
Fix xmalloc_fgets_str so that it really does NOT strip terminator.
|
17 anni fa |
Denis Vlasenko
|
51742f4bb0
style fixes. No code changes
|
17 anni fa |
Denis Vlasenko
|
ef44d9d9f2
sed,get_line_from_file: improve comments
|
18 anni fa |
Denis Vlasenko
|
f7996f3b70
Trailing whitespace removal over entire tree
|
18 anni fa |
Denis Vlasenko
|
9a7cef930f
less: somewhat buggy applet, but nice. Muchly reduced
|
18 anni fa |
Denis Vlasenko
|
8b22b07bc5
sed: improve handling of NULs
|
18 anni fa |
Denis Vlasenko
|
ab24e18c7a
passwd: rework:
|
18 anni fa |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
18 anni fa |
Denis Vlasenko
|
372686bde7
cut, mount: small improvements
|
18 anni fa |
Denis Vlasenko
|
b97c9842a5
sed: unbreak multiple -e, -f option handling (my fault)
|
18 anni fa |
Bernhard Reutner-Fischer
|
2d1a6e7c1f
- fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed
|
18 anni fa |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 anni fa |
Rob Landley
|
2b26fd5570
A few changes falling out from the effort to make sed handle embedded NUL bytes.
|
18 anni fa |