]> granicus.if.org Git - check/shortlog
check
2008-12-30 cpickett* adjust line numbers to make all tests pass again
2008-12-30 cpickett* adjust line numbers of expected output
2008-12-30 cpickett* add pipe(2) stub
2008-12-30 cpickett* Various fixes towards building shared libraries on...
2008-12-30 cpickett* check for putenv as well
2008-12-30 cpickett* copy CK_ATTRIBUTE_UNUSED definition to libcompat...
2008-12-30 cpickett* #include "../lib/libcompat.h" in tests/*.c
2008-12-30 cpickett* #include "../lib/libcompat.h" everywhere
2008-12-30 cpickett* use #ifndef LIBCOMPAT_H ... #endif idiom
2008-12-30 cpickett* take malloc and realloc out of AC_CHECK_DECLS (they...
2008-12-30 cpickett* use HAVE_DECL_FUNCTION instead of HAVE_FUNCTION
2008-12-30 cpickett* only check for those functions that we currently...
2008-12-29 cpickett* list OpenSync as client
2008-12-29 hugo303 * Merged release branch 0.9.6
2008-12-29 hugo303 * Updated with more info on releases.
2008-12-28 cpickett* add strdup.c to lib/ (there are problems on mingw...
2008-12-28 cpickett* use AX_CFLAGS_WARN_ALL_ANSI
2008-12-28 cpickett* silence warning when nothing is included in libcompat
2008-12-28 cpickett* add more CK_ATTRIBUTE_UNUSED's
2008-12-28 cpickett* silence some more unused parameter warnings
2008-12-28 cpickett* move CK_ATTRIBUTE_UNUSED attribute after parameter...
2008-12-28 cpickett* mark print_mode parameter as unused in two cases
2008-12-28 cpickett* include libcompat.h in each lib .c file and reduce...
2008-12-28 cpickett* #include "../lib/libcompat.h" in two places
2008-12-28 cpickett* add libcompat.h with prototypes for libcompat functions
2008-12-28 cpickett* use AC_USE_SYSTEM_EXTENSIONS instead of #define _GNU_...
2008-12-28 cpickett* replace sleep() as well
2008-12-28 cpickett* add libcompat.la to LDADD
2008-12-28 cpickett* msys/gcc portability:
2008-12-28 cpickett* add missing libcompat.c
2008-12-28 cpickett* add missing lib/Makefile.am
2008-12-28 cpickett* move strsignal, malloc, and realloc to lib/ subdir...
2008-12-28 cpickett* add lib dir for libcompat
2008-12-28 cpickett* add missing @LTLIBOJBS@ to libcheck_la_DEPENDENCIES
2008-12-24 cpickett* use LTLIBOBJS instead of LIBOJBS since we're building...
2008-12-23 cpickett* Fix problems with the use of AC_FUNC_MALLOC, AC_FUNC_...
2008-12-23 cpickett* Changes to make the src/ directory compile with gcc...
2008-12-01 cpickett* add note about CFLAGS and ax_cflags_gcc_option to...
2008-12-01 cpickett* add exported.sym to ignored files
2008-11-30 cpickett* update TODO
2008-11-30 cpickett* set some svn:ignore properties so svn status works...
2008-11-30 cpickett* add Cygwin, MinGW, MSVC to TODO
2008-11-30 cpickett* add call to AC_REPLACE_FUNCS([strsignal])
2008-11-30 cpickett* add missing NULL argument to fail* varargs macro...
2008-11-30 cpickett* define CK_ATTRIBUTE_UNUSED for GCC >= 2.95, closing:
2008-11-30 cpickett* mention that texinfo is for documentation, and that...
2008-11-15 cpickett* set svn:ignore for generated files so svn status...
2008-11-12 hugo303* Fixed error in documentation example Makefile.am...
2008-11-10 hugo303* Fixed spelling (patch #1652630)
2008-11-10 hugo303* Handle NULL in srunner_add_suite(). Fixes #1624887
2008-11-10 hugo303* Fixed faulty link to Daimonin
2008-11-10 hugo303* Updated chapter 3.3 (bug #2053018)
2008-08-28 cpickett* add scew
2008-03-21 cpickett* use @top_srcdir@/src/check.h.in instead of check...
2008-03-21 cpickett* add '|| test $$? -eq 1;' after each diff command per
2008-03-21 cpickett* add CK_FORK_GETENV to enum fork_status and delete...
2008-03-21 cpickett* add comment about strsignal overwriting string return...
2008-03-21 cpickett* call strdup on result from strsignal to avoid clobber...
2008-03-21 cpickett* add CK_TEST_RESULT_INVALID to enum test_result
2008-03-21 cpickett* add CK_CTX_INVALID to ck_result_ctx and don't use...
2008-03-21 cpickett* favour ax_c_check_flag over ax_cflags_gcc_option
2008-03-21 cpickett* add options using AX_CFLAGS_GCC_OPTION
2008-03-21 cpickett* add m4 directory and ax_cflags_gcc_option macro
2008-03-21 cpickett* replace $< with check.h.in for non-gmake (patch due...
2008-03-21 cpickett* call AM_PROG_CC_C_O
2008-03-20 cpickett* add prototypes for rpl_malloc and rpl_realloc
2008-03-06 cpickett* Pass an adjusted line number to eprintf when the...
2008-03-03 cpickett* add daimonin, embunit, and aceunit
2008-03-03 cpickett* count checks in setup() as well; patch due to Roland...
2008-02-08 cpickett* use int __attribute__((unused)) _i instead of
2008-01-22 cpickett* fix cppunit link
2008-01-17 cpickett* add XCB to list of projects using Check
2007-12-12 cpickett* rename signal to _signal in _tcase_add_test to avoid a
2007-10-28 cpickett* add Pigment to list of projects using Check
2007-08-27 hugo303 * Made send_file1 and send_file2 static.
2007-08-27 hugo303* Add BitlBee and ctrlproxy to list of Check-using...
2007-06-20 cpickett* test fail(NULL) instead of fail() because there is
2007-06-19 cpickett* define rpl_malloc and rpl_realloc for platforms where
2007-04-21 cpickett* SVNChangeLog patch from Robert Collins
2007-03-12 hugo303 * Added some simple testing of srunner_create() and...
2007-01-28 cpickett* Add Iodine to list of Check-using projects.
2007-01-16 cpickett* s/unit test/unit testing/ when used as a verb.
2006-12-21 cpickett* Fix broken example of loop test usage.
2006-12-12 cpickett* Obfuscate email addresses a little bit more.
2006-12-12 cpickett* Add pkg-config documentation TODO.
2006-12-10 cpickett* Add Tinymail link.
2006-12-08 cpickett* Add ck_abort and ck_abort_msg implementation with...
2006-12-06 hugo303 * Incorporated patch from Debian for debian bug #39546...
2006-11-28 hugo303 * Fixed line number typo in timeout test.
2006-11-28 hugo303 * Added tests for new Check fail API.
2006-11-28 hugo303 * Added new Check fail API. Implemented on top of...
2006-11-23 cpickett* Relax sed dependency from GNU to POSIX.
2006-11-23 cpickett* Update AUTHORS to reflect current maintainers.
2006-11-23 hugo303 * Reverted change in r377. genhtml is used in src...
2006-11-23 hugo303 * Modified sed exported symbols regexp to work on...
2006-11-23 cpickett* Change DEFAULT_TIMEOUT from 3 seconds to 4 seconds...
2006-11-23 cpickett* Document dependency on GNU sed 4.0.5.
2006-11-22 hugo303 * Reverted back to r378, undoing the -ansi and -pedant...
2006-11-22 hugo303 * Moved -ansi and -pedantic CFLAGS to src/Makefile...
2006-11-22 cpickett* Clarified checked and unchecked fixtures according...
next