YU Jincheng
|
5156b24553
Make const ptr assign as function call in clang
|
3 年之前 |
YU Jincheng
|
1f925038ab
*: generalize "const trick"
|
3 年之前 |
Denys Vlasenko
|
965b795b87
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
|
4 年之前 |
Denys Vlasenko
|
d2241f5902
shell: better support of [[ ]] bashism
|
4 年之前 |
Denys Vlasenko
|
af7169b4a7
clang/llvm 9 fix - do not eliminate a store to a fake "const"
|
5 年之前 |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 年之前 |
Denys Vlasenko
|
b097a84d62
config: update size information
|
5 年之前 |
Denys Vlasenko
|
3632cb15f1
shell: add comments about [[, no code changes
|
6 年之前 |
Denys Vlasenko
|
38ccd6af8a
bzip2: fix two crashes on corrupted archives
|
6 年之前 |
Denys Vlasenko
|
78b1b1b07a
test: fix 4-argument case
|
7 年之前 |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 年之前 |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 年之前 |
Denys Vlasenko
|
a8cf9c5a3f
libbb: new function bb_getgroups() - allocating wrapper around getgroups()
|
7 年之前 |
Denys Vlasenko
|
265062d59d
shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
|
7 年之前 |
Denys Vlasenko
|
0b8835861b
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
|
8 年之前 |
Denys Vlasenko
|
15fb91cefb
test: make [ and [[ forms individually selectable
|
8 年之前 |
Denys Vlasenko
|
af3f420116
Convert all coreutils/* applets to "new style" applet definitions
|
8 年之前 |
Denys Vlasenko
|
42eeb255c1
test: fix compile error in last commit
|
8 年之前 |
Denys Vlasenko
|
de89205bdf
test: memory leak: free group id list
|
8 年之前 |
Denys Vlasenko
|
de5edadee2
special-case {true,false,test} --help
|
9 年之前 |
Denys Vlasenko
|
98654b995b
test: fix mishandling of "test '(' = '('" and similar
|
10 年之前 |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
12 年之前 |
Denys Vlasenko
|
07fcaab595
test: "test !" was accessing argv past NULL - fix it. Closes 4832
|
12 年之前 |
Pere Orga
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年之前 |
Denys Vlasenko
|
86cf0364bd
printenv: fix environ == NULL segfault
|
13 年之前 |
Denys Vlasenko
|
27c6c00a7c
test: add examples when "%s: unknown operand" happens
|
14 年之前 |
Denys Vlasenko
|
fb132e4737
whitespace cleanup
|
14 年之前 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年之前 |
Denys Vlasenko
|
2f32bf8be6
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
|
14 年之前 |
Denys Vlasenko
|
e4070cb0d7
partially migrate coreutils to Config.src and Kbuild.src
|
14 年之前 |