Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
8 anni fa |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 anni fa |
Cristian Ionescu-Idbohrn
|
1bdbf26454
tail: adjust help/usage texts
|
11 anni fa |
Bartosz Golaszewski
|
64938011f3
tail compat: fix header printing for tail -f
|
11 anni fa |
Denys Vlasenko
|
c72b43c2f0
Commonalize typical [b,]k,m suffix struct
|
11 anni fa |
Denys Vlasenko
|
d87fcd4888
tail: code shrink
|
11 anni fa |
Denys Vlasenko
|
6651e42609
tail: track file size only in -f mode
|
11 anni fa |
Denys Vlasenko
|
3305c008ed
tail: make help text for -n +N syntax more correct
|
11 anni fa |
Denys Vlasenko
|
af0255f496
head,tail: use common suffix struct. simplify help text.
|
11 anni fa |
Denys Vlasenko
|
16714245f9
add INIT_G()'s. No code changes.
|
13 anni fa |
Denys Vlasenko
|
0851d125c3
tail: fix -c +N. Closes 4111
|
13 anni fa |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 anni fa |
Denys Vlasenko
|
9e933d9bfc
tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763.
|
13 anni fa |
Pere Orga
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 anni fa |
Alexander Shishkin
|
2348e09557
tail: free tailbuf upon cleaning up
|
14 anni fa |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 anni fa |
Denys Vlasenko
|
ea8b252cb3
*: better string sharing
|
14 anni fa |
Denys Vlasenko
|
6eaeb7737d
tailk: fix error detected by testsuite
|
14 anni fa |
Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
15 anni fa |
Denys Vlasenko
|
043b1e5d99
more C standard compat fixes from Dan Fandrich
|
15 anni fa |
Denys Vlasenko
|
79b021d738
tail: read only a portion of a file if it's huge. closes bug 551
|
15 anni fa |
Denys Vlasenko
|
a43df64eec
tail: fix "tail +N file_shorter_than_N"
|
15 anni fa |
Eric Lammerts
|
3b5a664440
tail: implement -F
|
15 anni fa |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 anni fa |
Denis Vlasenko
|
3603cd2808
tail: fix tail +N syntax not working. Closes bug 221.
|
15 anni fa |
Denis Vlasenko
|
77ad97f199
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
|
16 anni fa |
Denis Vlasenko
|
69ca5a70fd
tail: fix fallout from tail -c optimization
|
16 anni fa |
Denis Vlasenko
|
1d42665b6b
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
|
16 anni fa |
Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
16 anni fa |
Denis Vlasenko
|
e8419c90f1
tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)
|
17 anni fa |