aboutsummaryrefslogtreecommitdiff
path: root/coreutils/test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2017-01-041-0/+2
|\
| * Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko2016-12-231-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-7/+26
|\|
| * test: make [ and [[ forms individually selectableDenys Vlasenko2016-11-231-5/+21
| * Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-5/+8
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-0/+1
|\|
| * test: fix compile error in last commitDenys Vlasenko2016-10-021-1/+1
| * test: memory leak: free group id listDenys Vlasenko2016-10-021-0/+1
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-181-8/+3
|\|
| * special-case {true,false,test} --helpDenys Vlasenko2015-04-211-8/+3
* | test: fix access check bug; tweak fake file modeRon Yorston2015-03-241-4/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-10-061-34/+35
|\|
| * test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko2014-07-011-34/+35
* | MinGW: rename execable -> executableRon Yorston2014-05-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2014-05-061-1/+1
|\|
* | Merge branch 'busybox' into mergeRon Yorston2013-02-071-1/+1
|\|
| * whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* | Use win32_execable_file() in test, which and execable.cRon Yorston2012-05-091-17/+9
* | Merge branch 'busybox' into mergeRon Yorston2012-03-231-7/+8
|\|
| * test: "test !" was accessing argv past NULL - fix it. Closes 4832Denys Vlasenko2012-03-081-7/+8
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-0/+23
|\|
| * move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+23
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-221-1/+1
|\|
| * printenv: fix environ == NULL segfaultDenys Vlasenko2011-03-081-1/+1
* | win32: test: make -r/-w workNguyễn Thái Ngọc Duy2011-02-091-0/+4
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-041-4/+7
|\|
| * test: add examples when "%s: unknown operand" happensDenys Vlasenko2010-12-201-1/+4
| * whitespace cleanupDenys Vlasenko2010-10-291-3/+3
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+20
|\|
| * remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-2/+2
| * partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko2010-06-041-0/+20
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * test: "" is not a valid number. Closes bug 1915Denys Vlasenko2010-06-031-1/+1
* | win32: test: support .com executablesNguyễn Thái Ngọc Duy2010-09-141-6/+11
* | win32: test: teach -x about .exe filesNguyễn Thái Ngọc Duy2010-09-101-0/+18
|/
* test: use index_in_stringsDenys Vlasenko2009-09-121-60/+96
* test: fix "test !" and "test abc -a !". closes bug 465Denys Vlasenko2009-07-171-3/+10
* ash: fix . builtinDenys Vlasenko2009-06-141-2/+44
* test, tcpsvd, tcpsvd: shrinkDenys Vlasenko2009-06-131-19/+33
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko2008-07-191-60/+193
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+1
* *: remove remaining instances of ".data" hackDenis Vlasenko2008-04-221-7/+6
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-0/+1
* test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuiteDenis Vlasenko2008-02-091-22/+27
* test: stop using lots of bss.Denis Vlasenko2007-11-301-28/+64
* - remove most of the forward declarations. No obj-code changes.Bernhard Reutner-Fischer2007-11-161-244/+241