]> granicus.if.org Git - check/shortlog
check
2009-02-03 hugo303 * Added generation of web manual to release process.
2009-02-03 hugo303 * New file for exit tests, forgot in previous checkin.
2009-02-03 hugo303 * Added Roy Merkel for exit test patch.
2009-02-03 hugo303 * Applied patch #1726574, with some modifications.
2009-02-02 cpickett* use Date property for index.html
2009-02-02 hugo303 * Fixed the irritating line number issue in the sub...
2009-02-01 cpickett* add GNUpdf to list of projects using Check
2009-01-30 hugo303 * Removed unnecessary setting of fork status from
2009-01-27 cpickett* add inbox dir with remaining msvc patch
2009-01-24 cpickett* add Enlightenment Eet and Eina libs to list of projec...
2009-01-13 cpickett* ignore check_thread_stress
2009-01-01 cpickett* add more assert (0)'s to broken implementations
2009-01-01 cpickett* rearrange definitions and declarations in check_run...
2009-01-01 cpickett* protect all unused declarations & definitions with...
2009-01-01 cpickett* try to detect CK_FORK problem on non-POSIX right...
2009-01-01 cpickett* align src/ more closely with Friedrich Beckmann's...
2009-01-01 cpickett* protect files in tests/ per Friedrich Beckmann, using...
2009-01-01 cpickett* protect all calls to exit with _POSIX_VERSION, except...
2008-12-31 cpickett* introduce HAVE_WORKING_SETENV to protect tc_timeout_e...
2008-12-31 cpickett* add `assert (0)' to unimplemented functions to make...
2008-12-31 cpickett* define sendinfo() conditionally to silence warning
2008-12-31 cpickett* implement localtime_r
2008-12-31 cpickett* move #include <sys/time.h> and <time.h> to libcompat.h
2008-12-31 cpickett* move #include <sys/wait.h> to libcompat.h
2008-12-31 cpickett* set svn:ignore to include more generated stuff
2008-12-31 cpickett* ensure XFAIL without _POSIX_VERSION
2008-12-31 cpickett* add check_thread_stress to tests and XFAIL_TESTS
2008-12-31 cpickett* add blank line to fix line numbers
2008-12-31 cpickett* fix indenting again
2008-12-31 cpickett* use CK_VERBOSE instead of CK_SILENT (for now)
2008-12-31 cpickett* depend exclusively on #include "../lib/libcompat...
2008-12-31 cpickett* move #include <unistd.h> and <pthread.h> to libcompat.h
2008-12-31 cpickett* run GNU indent on check_thread_stress.c, and then...
2008-12-31 cpickett* convert check_thread_stress to run actual fork and...
2008-12-31 cpickett* include config.h and ../lib/libcompat.h
2008-12-31 cpickett* set CC outside of ACX_PTHREAD
2008-12-30 cpickett* silence check_thread_stress warnings
2008-12-30 cpickett* support running tests with multiple pthreads
2008-12-30 cpickett* add ACX_PTHREAD files
2008-12-30 cpickett* add todo
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...
next