summaryrefslogtreecommitdiff
path: root/coreutils/test.c
AgeCommit message (Expand)Author
2024-10-07test: -x can return 0/1 early if all X bits are the sameDenys Vlasenko
2024-10-07ash: cache more of uid/gid syscallsDenys Vlasenko
2024-10-07ash: make "test -x" use cached groupinfoDenys Vlasenko
2024-10-07libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko
2024-10-07libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko
2024-10-06test: Invert return value of test_eaccess and rename it to test_st_modeDenys Vlasenko
2024-10-06test: code shrinkDenys Vlasenko
2023-07-10Update applet size estimatesDenys Vlasenko
2022-08-30*: style fixDenys Vlasenko
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko
2021-10-09Make const ptr assign as function call in clangYU Jincheng
2021-10-07*: generalize "const trick"YU Jincheng
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-10-31shell: better support of [[ ]] bashismDenys Vlasenko
2019-10-25clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-04-10shell: add comments about [[, no code changesDenys Vlasenko
2018-04-08bzip2: fix two crashes on corrupted archivesDenys Vlasenko
2017-07-31test: fix 4-argument caseDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-04libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko
2017-01-10shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko
2016-12-23Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko
2016-11-23test: make [ and [[ forms individually selectableDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-10-02test: fix compile error in last commitDenys Vlasenko
2016-10-02test: memory leak: free group id listDenys Vlasenko
2015-04-21special-case {true,false,test} --helpDenys Vlasenko
2014-07-01test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-03-08test: "test !" was accessing argv past NULL - fix it. Closes 4832Denys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2011-03-08printenv: fix environ == NULL segfaultDenys Vlasenko
2010-12-20test: add examples when "%s: unknown operand" happensDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko
2010-06-03test: "" is not a valid number. Closes bug 1915Denys Vlasenko
2009-09-12test: use index_in_stringsDenys Vlasenko
2009-07-17test: fix "test !" and "test abc -a !". closes bug 465Denys Vlasenko
2009-06-14ash: fix . builtinDenys Vlasenko
2009-06-13test, tcpsvd, tcpsvd: shrinkDenys Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-07-19test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-04-22*: remove remaining instances of ".data" hackDenis Vlasenko