]> granicus.if.org Git - check/log
check
16 years ago* check for putenv as well
cpickett [Tue, 30 Dec 2008 02:50:52 +0000 (02:50 +0000)]
* check for putenv as well

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@488 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* copy CK_ATTRIBUTE_UNUSED definition to libcompat.h (evil)
cpickett [Tue, 30 Dec 2008 02:45:58 +0000 (02:45 +0000)]
* copy CK_ATTRIBUTE_UNUSED definition to libcompat.h (evil)

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@487 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* #include "../lib/libcompat.h" in tests/*.c
cpickett [Tue, 30 Dec 2008 02:40:50 +0000 (02:40 +0000)]
* #include "../lib/libcompat.h" in tests/*.c
* don't include check.h in libcompat.h

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@486 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* #include "../lib/libcompat.h" everywhere
cpickett [Tue, 30 Dec 2008 02:26:56 +0000 (02:26 +0000)]
* #include "../lib/libcompat.h" everywhere

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@485 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* use #ifndef LIBCOMPAT_H ... #endif idiom
cpickett [Tue, 30 Dec 2008 02:25:44 +0000 (02:25 +0000)]
* use #ifndef LIBCOMPAT_H ... #endif idiom

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@484 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* take malloc and realloc out of AC_CHECK_DECLS (they are always declared)
cpickett [Tue, 30 Dec 2008 02:24:48 +0000 (02:24 +0000)]
* take malloc and realloc out of AC_CHECK_DECLS (they are always declared)

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@483 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* use HAVE_DECL_FUNCTION instead of HAVE_FUNCTION
cpickett [Tue, 30 Dec 2008 02:17:15 +0000 (02:17 +0000)]
* use HAVE_DECL_FUNCTION instead of HAVE_FUNCTION
* add bodies for all lib/ .c files
* rely on libcompat.h to provide common #includes

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@482 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* only check for those functions that we currently need to check for
cpickett [Tue, 30 Dec 2008 01:37:21 +0000 (01:37 +0000)]
* only check for those functions that we currently need to check for
  to solve portability problems, and avoid checking for things where
  we don't currently use the result generated in config.h
* add stubs for setenv, unsetenv, localtime_r, and fileno

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@481 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* list OpenSync as client
cpickett [Mon, 29 Dec 2008 22:28:42 +0000 (22:28 +0000)]
* list OpenSync as client

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@480 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago * Merged release branch 0.9.6
hugo303 [Mon, 29 Dec 2008 15:46:39 +0000 (15:46 +0000)]
 * Merged release branch 0.9.6
    svn merge -r476:477 ../tags/check-0.9.6

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@479 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago * Updated with more info on releases.
hugo303 [Mon, 29 Dec 2008 15:34:22 +0000 (15:34 +0000)]
 * Updated with more info on releases.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@478 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add strdup.c to lib/ (there are problems on mingw with strdup)
cpickett [Sun, 28 Dec 2008 23:38:12 +0000 (23:38 +0000)]
* add strdup.c to lib/ (there are problems on mingw with strdup)

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@475 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* use AX_CFLAGS_WARN_ALL_ANSI
cpickett [Sun, 28 Dec 2008 23:24:25 +0000 (23:24 +0000)]
* use AX_CFLAGS_WARN_ALL_ANSI
* remove tests that support fail() and friends without NULL
  - otherwise GCC complains about this not being ISO C99
* remove setting -ansi and -pedantic in src/Makefile.am

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@474 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* silence warning when nothing is included in libcompat
cpickett [Sun, 28 Dec 2008 23:00:21 +0000 (23:00 +0000)]
* silence warning when nothing is included in libcompat

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@473 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add more CK_ATTRIBUTE_UNUSED's
cpickett [Sun, 28 Dec 2008 22:51:20 +0000 (22:51 +0000)]
* add more CK_ATTRIBUTE_UNUSED's

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@472 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* silence some more unused parameter warnings
cpickett [Sun, 28 Dec 2008 22:16:00 +0000 (22:16 +0000)]
* silence some more unused parameter warnings

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@471 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* move CK_ATTRIBUTE_UNUSED attribute after parameter name in sleep()
cpickett [Sun, 28 Dec 2008 22:09:48 +0000 (22:09 +0000)]
* move CK_ATTRIBUTE_UNUSED attribute after parameter name in sleep()
  and __testname()
* add CK_ATTRIBUTE_UNUSED to fname parameter in tcase_fn_start

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@470 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* mark print_mode parameter as unused in two cases
cpickett [Sun, 28 Dec 2008 21:30:16 +0000 (21:30 +0000)]
* mark print_mode parameter as unused in two cases

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@469 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* include libcompat.h in each lib .c file and reduce boilerplate
cpickett [Sun, 28 Dec 2008 21:26:01 +0000 (21:26 +0000)]
* include libcompat.h in each lib .c file and reduce boilerplate
* mark sleep seconds parameter unused
* make strsignal() non-static
* include ../src/check.h in libcompat.h

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@468 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* #include "../lib/libcompat.h" in two places
cpickett [Sun, 28 Dec 2008 21:05:31 +0000 (21:05 +0000)]
* #include "../lib/libcompat.h" in two places
* change .. in LDADD and LIBADD to $(top_builddir)

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@467 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add libcompat.h with prototypes for libcompat functions
cpickett [Sun, 28 Dec 2008 20:47:06 +0000 (20:47 +0000)]
* add libcompat.h with prototypes for libcompat functions

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@466 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* use AC_USE_SYSTEM_EXTENSIONS instead of #define _GNU_SOURCE
cpickett [Sun, 28 Dec 2008 19:58:42 +0000 (19:58 +0000)]
* use AC_USE_SYSTEM_EXTENSIONS instead of #define _GNU_SOURCE

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@465 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* replace sleep() as well
cpickett [Sun, 28 Dec 2008 07:39:38 +0000 (07:39 +0000)]
* replace sleep() as well

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@464 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add libcompat.la to LDADD
cpickett [Sun, 28 Dec 2008 07:19:25 +0000 (07:19 +0000)]
* add libcompat.la to LDADD

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@463 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* msys/gcc portability:
cpickett [Sun, 28 Dec 2008 07:16:08 +0000 (07:16 +0000)]
* msys/gcc portability:
  - protect calls to fork/sleep/kill with _POSIX_VERSION
  - protect inclusion of sys/wait.h with #if HAVE_SYS_WAIT_H

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@462 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add missing libcompat.c
cpickett [Sun, 28 Dec 2008 06:55:42 +0000 (06:55 +0000)]
* add missing libcompat.c

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@461 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add missing lib/Makefile.am
cpickett [Sun, 28 Dec 2008 06:53:08 +0000 (06:53 +0000)]
* add missing lib/Makefile.am

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@460 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* move strsignal, malloc, and realloc to lib/ subdir, as recommended
cpickett [Sun, 28 Dec 2008 06:51:34 +0000 (06:51 +0000)]
* move strsignal, malloc, and realloc to lib/ subdir, as recommended
  by Automake manual

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@459 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add lib dir for libcompat
cpickett [Sun, 28 Dec 2008 06:37:59 +0000 (06:37 +0000)]
* add lib dir for libcompat

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@458 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add missing @LTLIBOJBS@ to libcheck_la_DEPENDENCIES
cpickett [Sun, 28 Dec 2008 06:24:38 +0000 (06:24 +0000)]
* add missing @LTLIBOJBS@ to libcheck_la_DEPENDENCIES

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@457 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* use LTLIBOBJS instead of LIBOJBS since we're building a library
cpickett [Wed, 24 Dec 2008 00:03:12 +0000 (00:03 +0000)]
* use LTLIBOBJS instead of LIBOJBS since we're building a library

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@456 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* Fix problems with the use of AC_FUNC_MALLOC, AC_FUNC_REALLOC, and
cpickett [Tue, 23 Dec 2008 05:04:01 +0000 (05:04 +0000)]
* Fix problems with the use of AC_FUNC_MALLOC, AC_FUNC_REALLOC, and
  AC_REPLACE_FUNCS([strsignal]):
  - add @LIBOBJS@ to libcheck_la_LIBADD and libcheckinternal_la_LIBADD
  - create separate malloc.c, realloc.c, and strsignal.c files
  - move function definitions from check.c into these files

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@455 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* Changes to make the src/ directory compile with gcc/MSYS:
cpickett [Tue, 23 Dec 2008 01:40:31 +0000 (01:40 +0000)]
* Changes to make the src/ directory compile with gcc/MSYS:
  - protect inclusion of sys/wait.h with HAVE_SYS_WAIT_H
  - protect POSIX-only calls with _POSIX_VERSION

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@454 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add note about CFLAGS and ax_cflags_gcc_option to TODO
cpickett [Mon, 1 Dec 2008 21:14:15 +0000 (21:14 +0000)]
* add note about CFLAGS and ax_cflags_gcc_option to TODO

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@453 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add exported.sym to ignored files
cpickett [Mon, 1 Dec 2008 21:10:44 +0000 (21:10 +0000)]
* add exported.sym to ignored files

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@452 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* update TODO
cpickett [Sun, 30 Nov 2008 20:00:40 +0000 (20:00 +0000)]
* update TODO

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@451 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* set some svn:ignore properties so svn status works better
cpickett [Sun, 30 Nov 2008 08:49:41 +0000 (08:49 +0000)]
* set some svn:ignore properties so svn status works better

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@450 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add Cygwin, MinGW, MSVC to TODO
cpickett [Sun, 30 Nov 2008 07:11:42 +0000 (07:11 +0000)]
* add Cygwin, MinGW, MSVC to TODO

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@449 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add call to AC_REPLACE_FUNCS([strsignal])
cpickett [Sun, 30 Nov 2008 07:03:49 +0000 (07:03 +0000)]
* add call to AC_REPLACE_FUNCS([strsignal])
* add new rpl_strsignal following rpl_(re)malloc template, body
  of function due to Roland Illig
  -- hopefully closes 1629755

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@448 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add missing NULL argument to fail* varargs macro calls
cpickett [Sun, 30 Nov 2008 05:30:49 +0000 (05:30 +0000)]
* add missing NULL argument to fail* varargs macro calls
* define incorrect tests for __GNUC__ only
   -- both per Roland Illig in bug 1677391

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@447 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* define CK_ATTRIBUTE_UNUSED for GCC >= 2.95, closing:
cpickett [Sun, 30 Nov 2008 03:38:06 +0000 (03:38 +0000)]
* define CK_ATTRIBUTE_UNUSED for GCC >= 2.95, closing:
  [ 1674626 ] compile error with non defined __attribute__ compiler

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@446 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* mention that texinfo is for documentation, and that any TeX
cpickett [Sun, 30 Nov 2008 03:30:21 +0000 (03:30 +0000)]
* mention that texinfo is for documentation, and that any TeX
  installation will do in dependencies section

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@445 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* set svn:ignore for generated files so svn status is useful
cpickett [Sat, 15 Nov 2008 18:23:14 +0000 (18:23 +0000)]
* set svn:ignore for generated files so svn status is useful

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@443 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* Fixed error in documentation example Makefile.am, bug #1888237
hugo303 [Wed, 12 Nov 2008 19:03:48 +0000 (19:03 +0000)]
* Fixed error in documentation example Makefile.am, bug #1888237

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@442 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* Fixed spelling (patch #1652630)
hugo303 [Mon, 10 Nov 2008 22:05:13 +0000 (22:05 +0000)]
* Fixed spelling (patch #1652630)

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@441 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* Handle NULL in srunner_add_suite(). Fixes #1624887
hugo303 [Mon, 10 Nov 2008 21:44:52 +0000 (21:44 +0000)]
* Handle NULL in srunner_add_suite(). Fixes #1624887

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@440 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* Fixed faulty link to Daimonin
hugo303 [Mon, 10 Nov 2008 21:25:27 +0000 (21:25 +0000)]
* Fixed faulty link to Daimonin

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@439 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* Updated chapter 3.3 (bug #2053018)
hugo303 [Mon, 10 Nov 2008 21:23:10 +0000 (21:23 +0000)]
* Updated chapter 3.3 (bug #2053018)

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@438 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add scew
cpickett [Thu, 28 Aug 2008 20:49:06 +0000 (20:49 +0000)]
* add scew

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@437 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* use @top_srcdir@/src/check.h.in instead of check.h.in
cpickett [Fri, 21 Mar 2008 22:16:13 +0000 (22:16 +0000)]
* use @top_srcdir@/src/check.h.in instead of check.h.in
  -- fixes broken make distcheck

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@435 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add '|| test $$? -eq 1;' after each diff command per
cpickett [Fri, 21 Mar 2008 22:04:41 +0000 (22:04 +0000)]
* add '|| test $$? -eq 1;' after each diff command per
  OpenBSD 4.2 problems Torok Edwin was having.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@434 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add CK_FORK_GETENV to enum fork_status and delete CK_FORK_UNSPECIFIED
cpickett [Fri, 21 Mar 2008 21:45:37 +0000 (21:45 +0000)]
* add CK_FORK_GETENV to enum fork_status and delete CK_FORK_UNSPECIFIED

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@433 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add comment about strsignal overwriting string returned by previous call
cpickett [Fri, 21 Mar 2008 21:10:16 +0000 (21:10 +0000)]
* add comment about strsignal overwriting string returned by previous call

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@432 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* call strdup on result from strsignal to avoid clobbering it
cpickett [Fri, 21 Mar 2008 20:44:52 +0000 (20:44 +0000)]
* call strdup on result from strsignal to avoid clobbering it
* add Torok Edwin to AUTHORS

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@431 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add CK_TEST_RESULT_INVALID to enum test_result
cpickett [Fri, 21 Mar 2008 18:54:36 +0000 (18:54 +0000)]
* add CK_TEST_RESULT_INVALID to enum test_result

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@430 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add CK_CTX_INVALID to ck_result_ctx and don't use -1 anymore
cpickett [Fri, 21 Mar 2008 18:26:50 +0000 (18:26 +0000)]
* add CK_CTX_INVALID to ck_result_ctx and don't use -1 anymore

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@429 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* favour ax_c_check_flag over ax_cflags_gcc_option
cpickett [Fri, 21 Mar 2008 17:54:42 +0000 (17:54 +0000)]
* favour ax_c_check_flag over ax_cflags_gcc_option

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@428 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add options using AX_CFLAGS_GCC_OPTION
cpickett [Fri, 21 Mar 2008 17:22:43 +0000 (17:22 +0000)]
* add options using AX_CFLAGS_GCC_OPTION

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@427 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add m4 directory and ax_cflags_gcc_option macro
cpickett [Fri, 21 Mar 2008 15:39:00 +0000 (15:39 +0000)]
* add m4 directory and ax_cflags_gcc_option macro

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@426 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* replace $< with check.h.in for non-gmake (patch due to Torok Edwin)
cpickett [Fri, 21 Mar 2008 15:06:24 +0000 (15:06 +0000)]
* replace $< with check.h.in for non-gmake (patch due to Torok Edwin)

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@425 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* call AM_PROG_CC_C_O
cpickett [Fri, 21 Mar 2008 15:00:21 +0000 (15:00 +0000)]
* call AM_PROG_CC_C_O

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@424 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add prototypes for rpl_malloc and rpl_realloc
cpickett [Thu, 20 Mar 2008 23:19:16 +0000 (23:19 +0000)]
* add prototypes for rpl_malloc and rpl_realloc
* fix prototypes for malloc and realloc
* document AC_FUNC_MALLOC / AC_FUNC_REALLOC madness

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@423 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* Pass an adjusted line number to eprintf when the error
cpickett [Thu, 6 Mar 2008 16:59:38 +0000 (16:59 +0000)]
* Pass an adjusted line number to eprintf when the error
  being reported is based on the result of another function.
* Name the function that failed in these cases.
* Add FIXME re: colons at the end of system error messages

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@422 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* add daimonin, embunit, and aceunit
cpickett [Mon, 3 Mar 2008 14:13:27 +0000 (14:13 +0000)]
* add daimonin, embunit, and aceunit

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@421 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* count checks in setup() as well; patch due to Roland Stigge
cpickett [Mon, 3 Mar 2008 13:48:38 +0000 (13:48 +0000)]
* count checks in setup() as well; patch due to Roland Stigge

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@420 64e312b2-a51f-0410-8e61-82d0ca0eb02a

16 years ago* use int __attribute__((unused)) _i instead of
cpickett [Fri, 8 Feb 2008 14:09:41 +0000 (14:09 +0000)]
* use int __attribute__((unused)) _i instead of
      int _i __attribute__((unused))
  per gcc-3.3.5 request from Sebastian Trahm

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@419 64e312b2-a51f-0410-8e61-82d0ca0eb02a

17 years ago* fix cppunit link
cpickett [Tue, 22 Jan 2008 22:54:46 +0000 (22:54 +0000)]
* fix cppunit link

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@418 64e312b2-a51f-0410-8e61-82d0ca0eb02a

17 years ago* add XCB to list of projects using Check
cpickett [Thu, 17 Jan 2008 19:03:32 +0000 (19:03 +0000)]
* add XCB to list of projects using Check

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@417 64e312b2-a51f-0410-8e61-82d0ca0eb02a

17 years ago* rename signal to _signal in _tcase_add_test to avoid a
cpickett [Wed, 12 Dec 2007 01:17:42 +0000 (01:17 +0000)]
* rename signal to _signal in _tcase_add_test to avoid a
  symbol clash with /usr/include/sys/signal.h on OS X.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@416 64e312b2-a51f-0410-8e61-82d0ca0eb02a

17 years ago* add Pigment to list of projects using Check
cpickett [Sun, 28 Oct 2007 16:38:34 +0000 (16:38 +0000)]
* add Pigment to list of projects using Check

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@415 64e312b2-a51f-0410-8e61-82d0ca0eb02a

17 years ago * Made send_file1 and send_file2 static.
hugo303 [Mon, 27 Aug 2007 13:13:11 +0000 (13:13 +0000)]
 * Made send_file1 and send_file2 static.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@414 64e312b2-a51f-0410-8e61-82d0ca0eb02a

17 years ago* Add BitlBee and ctrlproxy to list of Check-using projects.
hugo303 [Mon, 27 Aug 2007 09:50:07 +0000 (09:50 +0000)]
* Add BitlBee and ctrlproxy to list of Check-using projects.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@413 64e312b2-a51f-0410-8e61-82d0ca0eb02a

17 years ago* test fail(NULL) instead of fail() because there is
cpickett [Wed, 20 Jun 2007 03:50:45 +0000 (03:50 +0000)]
* test fail(NULL) instead of fail() because there is
  no way to fix fail() to work with the XL C compiler.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@412 64e312b2-a51f-0410-8e61-82d0ca0eb02a

17 years ago* define rpl_malloc and rpl_realloc for platforms where
cpickett [Tue, 19 Jun 2007 23:36:39 +0000 (23:36 +0000)]
* define rpl_malloc and rpl_realloc for platforms where
  !malloc(0) and !realloc(0,0), such as AIX, because configure
  goes and redefines malloc/realloc in this case...

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@411 64e312b2-a51f-0410-8e61-82d0ca0eb02a

17 years ago* SVNChangeLog patch from Robert Collins
cpickett [Sat, 21 Apr 2007 01:41:34 +0000 (01:41 +0000)]
* SVNChangeLog patch from Robert Collins

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@410 64e312b2-a51f-0410-8e61-82d0ca0eb02a

17 years ago * Added some simple testing of srunner_create() and srunner_add_suite().
hugo303 [Mon, 12 Mar 2007 16:05:53 +0000 (16:05 +0000)]
 * Added some simple testing of srunner_create() and srunner_add_suite().

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@409 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Add Iodine to list of Check-using projects.
cpickett [Sun, 28 Jan 2007 21:03:53 +0000 (21:03 +0000)]
* Add Iodine to list of Check-using projects.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@408 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* s/unit test/unit testing/ when used as a verb.
cpickett [Tue, 16 Jan 2007 21:57:52 +0000 (21:57 +0000)]
* s/unit test/unit testing/ when used as a verb.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@407 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Fix broken example of loop test usage.
cpickett [Thu, 21 Dec 2006 00:46:08 +0000 (00:46 +0000)]
* Fix broken example of loop test usage.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@406 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Obfuscate email addresses a little bit more.
cpickett [Tue, 12 Dec 2006 19:11:09 +0000 (19:11 +0000)]
* Obfuscate email addresses a little bit more.
* Update Arien Malec's email address.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@405 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Add pkg-config documentation TODO.
cpickett [Tue, 12 Dec 2006 07:10:20 +0000 (07:10 +0000)]
* Add pkg-config documentation TODO.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@404 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Add Tinymail link.
cpickett [Sun, 10 Dec 2006 17:19:43 +0000 (17:19 +0000)]
* Add Tinymail link.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@403 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Add ck_abort and ck_abort_msg implementation with tests.
cpickett [Fri, 8 Dec 2006 17:47:49 +0000 (17:47 +0000)]
* Add ck_abort and ck_abort_msg implementation with tests.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@402 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago * Incorporated patch from Debian for debian bug #395466. This fixes
hugo303 [Wed, 6 Dec 2006 08:54:01 +0000 (08:54 +0000)]
 * Incorporated patch from Debian for debian bug #395466. This fixes
    'AM_PATH_CHECK causes "possibly undefined macro" errors'.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@401 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago * Fixed line number typo in timeout test.
hugo303 [Tue, 28 Nov 2006 11:51:29 +0000 (11:51 +0000)]
 * Fixed line number typo in timeout test.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@400 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago * Added tests for new Check fail API.
hugo303 [Tue, 28 Nov 2006 10:47:35 +0000 (10:47 +0000)]
 * Added tests for new Check fail API.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@399 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago * Added new Check fail API. Implemented on top of fail_unless. Future
hugo303 [Tue, 28 Nov 2006 10:46:12 +0000 (10:46 +0000)]
 * Added new Check fail API. Implemented on top of fail_unless. Future
   versions will reverse this so fail_unless is implemented on top of the
   ck_assert API.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@398 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Relax sed dependency from GNU to POSIX.
cpickett [Thu, 23 Nov 2006 18:20:44 +0000 (18:20 +0000)]
* Relax sed dependency from GNU to POSIX.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@397 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Update AUTHORS to reflect current maintainers.
cpickett [Thu, 23 Nov 2006 18:18:11 +0000 (18:18 +0000)]
* Update AUTHORS to reflect current maintainers.
* Perform basic email address obfuscation, replacing @ with AT.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@396 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago * Reverted change in r377. genhtml is used in src/Makefile.am.
hugo303 [Thu, 23 Nov 2006 13:35:24 +0000 (13:35 +0000)]
 * Reverted change in r377. genhtml is used in src/Makefile.am.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@395 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago * Modified sed exported symbols regexp to work on OS X.
hugo303 [Thu, 23 Nov 2006 08:18:10 +0000 (08:18 +0000)]
 * Modified sed exported symbols regexp to work on OS X.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@394 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Change DEFAULT_TIMEOUT from 3 seconds to 4 seconds. Document in
cpickett [Thu, 23 Nov 2006 05:27:00 +0000 (05:27 +0000)]
* Change DEFAULT_TIMEOUT from 3 seconds to 4 seconds.  Document in
  TODO that this should ultimately be fixed properly.  This fixes
  build errors with timeout tests on a Mac Pro, and possibly other
  systems and/or architectures.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@393 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Document dependency on GNU sed 4.0.5.
cpickett [Thu, 23 Nov 2006 04:25:13 +0000 (04:25 +0000)]
* Document dependency on GNU sed 4.0.5.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@392 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago * Reverted back to r378, undoing the -ansi and -pedantic fixes.
hugo303 [Wed, 22 Nov 2006 10:13:51 +0000 (10:13 +0000)]
 * Reverted back to r378, undoing the -ansi and -pedantic fixes.
   Now the tests shall work again.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@391 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago * Moved -ansi and -pedantic CFLAGS to src/Makefile.am from configure.ac.
hugo303 [Wed, 22 Nov 2006 10:11:49 +0000 (10:11 +0000)]
 * Moved -ansi and -pedantic CFLAGS to src/Makefile.am from configure.ac.
   Without these flags in the tests, they will be able to work again.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@390 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Clarified checked and unchecked fixtures according to discussion
cpickett [Wed, 22 Nov 2006 07:33:47 +0000 (07:33 +0000)]
* Clarified checked and unchecked fixtures according to discussion
  between Hugo and Greger Ohlson in the Help forum.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@389 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Update TODO with Hugo's idea from Help forum about forking
cpickett [Wed, 22 Nov 2006 07:22:38 +0000 (07:22 +0000)]
* Update TODO with Hugo's idea from Help forum about forking
  test cases as well as forking unit tests.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@388 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Changed release email project files link to direct download link.
cpickett [Wed, 22 Nov 2006 05:13:35 +0000 (05:13 +0000)]
* Changed release email project files link to direct download link.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@387 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* Document release process.
cpickett [Wed, 22 Nov 2006 01:26:56 +0000 (01:26 +0000)]
* Document release process.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@386 64e312b2-a51f-0410-8e61-82d0ca0eb02a

18 years ago* svn merge -r383:384 ../tags/check-0.9.5/ .
cpickett [Tue, 21 Nov 2006 23:56:21 +0000 (23:56 +0000)]
* svn merge -r383:384 ../tags/check-0.9.5/ .
  -- Updated version to 0.9.5, along with NEWS and TODO to match.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@385 64e312b2-a51f-0410-8e61-82d0ca0eb02a