Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sb_printf: expand feature set slightly and fix testing | 2012-07-02 | 1 | -1/+1 | |
| | | | | | | | | | | This adds support for signed ll, unsigned z, l, and ll, hex l, and ll, ignores the # for hex output since this is what we do implicitly already. As for testing, looks like during the autogeneration of testsuite.list.at, the sb_printf test was lost. Restore it so it gets run again. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | tests: use $AWK rather than awk | 2009-02-18 | 1 | -1/+1 | |
| | | | | | | | The configure scripts will try hard to set up AWK as GNU awk which is what we want/need in the sb_printf test. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | sb_printf: get z modifier working and fixup tests | 2009-02-08 | 1 | -58/+29 | |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | tests: add test case for libsigsegv | 2008-11-16 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | tests: execute sb_printf | 2008-11-16 | 1 | -0/+62 | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> |