]>
granicus.if.org Git - check/log
neo23 [Fri, 24 May 2002 15:00:49 +0000 (15:00 +0000)]
Added check.m4 to the spec file. Updated NEWS. Updated the date of the
tutorial.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@143
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Fri, 24 May 2002 14:35:10 +0000 (14:35 +0000)]
Added check.m4 to debian rules. Changed the maintainer entry.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@142
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Thu, 23 May 2002 15:08:32 +0000 (15:08 +0000)]
Mention that EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h.
Suggested by Russell Reed in bug #547129.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@141
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Fri, 10 May 2002 12:01:44 +0000 (12:01 +0000)]
Declared local functions static (based on a patch from Gilgamesh Nootebos).
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@140
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Fri, 3 May 2002 11:58:02 +0000 (11:58 +0000)]
Renamed list.[ch] to check_list.[ch] for consistency.
Include config.h from all over the place, cleaned up includes.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@139
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Thu, 2 May 2002 08:34:57 +0000 (08:34 +0000)]
Removed compiler warnings mentioned in bug #547126.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@138
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Thu, 2 May 2002 08:27:25 +0000 (08:27 +0000)]
Don't include "error.h" (bug #546175 small cygwin portability problem).
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@137
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Tue, 16 Apr 2002 17:33:49 +0000 (17:33 +0000)]
Changed date to that of the latest release.
Added a name to an internal reference so that we get a working link in
the generated HTML.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@136
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Mon, 15 Apr 2002 16:47:44 +0000 (16:47 +0000)]
Fixed check.m4 so that --without-check is a valid option to disable check.
Bumped version number to 0.8.3.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@135
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Mon, 15 Apr 2002 10:58:10 +0000 (10:58 +0000)]
Updated ChangeLog.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@134
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Mon, 15 Apr 2002 10:57:35 +0000 (10:57 +0000)]
Made 0.8.2 Release.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@133
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Sun, 14 Apr 2002 16:59:08 +0000 (16:59 +0000)]
Applied a patch from Arien that makes the pipe nonblocking. This doesn't
solve #482012 but makes it more obvious what is going wrong if the pipe
fills up.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@132
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Fri, 12 Apr 2002 10:50:04 +0000 (10:50 +0000)]
Use #include rather than #import (bug #484564).
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@131
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Fri, 12 Apr 2002 10:34:04 +0000 (10:34 +0000)]
Updated ChangeLog.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@130
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Fri, 12 Apr 2002 10:33:06 +0000 (10:33 +0000)]
Document the fact that you can now use NULL as msg argument for
fail_unless().
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@129
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Fri, 12 Apr 2002 09:54:17 +0000 (09:54 +0000)]
Removed limitations on line number, message and buffer sizes
(bug #478233) by changing the way we send integers over the
pipe. Instead of strings, integers are now send as 4 bytes.
This allows the pack routine to easily calculate the message
size so that we can allocate the needed buffer there.
Made a union out of the different Msg structs to clean up the
internal API. Also introduced the internal function
ck_strdup_printf(), a simple wrapper around sprintf() that
allocates enough space to hold the resulting string.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@128
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Wed, 10 Apr 2002 11:11:48 +0000 (11:11 +0000)]
Applied a slightly modified version of a patch from
Neil Spring <nspring@cs.washington.edu> that declares strings as
const where applicable. It also changes our CFLAGS to be much
stricter and removes the warnings introduced by -Wwrite-strings.
This allows building other check tests with -Wwrite-strings
without heaping gobs of compiler warnings.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@127
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Thu, 28 Mar 2002 19:12:30 +0000 (19:12 +0000)]
Updated ChangeLog.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@126
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Thu, 28 Mar 2002 18:37:07 +0000 (18:37 +0000)]
Allow fail_unless() to be called with a NULL msg and substitute a reasonable
error message in that case. Bail out if NULL is passed to _fail_unless() to
avoid possible confusion.
Added a test case that calls fail_unless() with msg=NULL.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@125
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
neo23 [Thu, 28 Mar 2002 18:22:09 +0000 (18:22 +0000)]
Changed autogen.sh to bail out if necessary tools can't be found
instead of proceeding to the version checks.
Document use of autogen.sh in README.
Generate check.spec from check.spec.in to it automatically gets the
correct version number.
Generate check.h from chech.h.in and include Check version information.
Compile Check version number into the library to allow for runtime
version checks.
Added the m4 script check.m4 that allows to easily integrate Check
into projects using autoconf/automake. It does version checking and
also assures that header and library versions match.
Document the use of check.m4 and the AM_PATH_CHECK() macro in the
tutorial. Adapted example Makefile.am and configure.in and added a
missing .cvsignore file.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@124
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 27 Mar 2002 01:21:12 +0000 (01:21 +0000)]
Complete CVS cleanup
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@123
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 27 Mar 2002 01:18:55 +0000 (01:18 +0000)]
Cleaned up CVS to remove all autofoo generated files, included an autogen.sh bootstrap file. Changes at the suggestion of Sven Neumann
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@122
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Sat, 2 Mar 2002 01:42:48 +0000 (01:42 +0000)]
Update ChangeLog
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@121
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Sat, 2 Mar 2002 01:42:20 +0000 (01:42 +0000)]
Moved error.[hc] to check_error.[hc], and fixed bug in running checked setup in nofork mode.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@120
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 28 Feb 2002 02:02:09 +0000 (02:02 +0000)]
Changed license to LGPL
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@119
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 25 Oct 2001 23:19:28 +0000 (23:19 +0000)]
Update ChangeLog
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@117
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 25 Oct 2001 23:18:42 +0000 (23:18 +0000)]
Update AUTHORS to give credit to key contributors
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@116
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 25 Oct 2001 23:12:35 +0000 (23:12 +0000)]
Clarified configuration warning on doc building
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@115
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 25 Oct 2001 22:51:35 +0000 (22:51 +0000)]
Updating ChangeLog prior to release
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@114
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 25 Oct 2001 22:45:31 +0000 (22:45 +0000)]
Fixed some missing header includes
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@113
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 25 Oct 2001 22:25:11 +0000 (22:25 +0000)]
Fix packing of NULL strings (causing problems under Solaris)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@112
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 25 Oct 2001 22:17:03 +0000 (22:17 +0000)]
Minor change to pack tests to ensure that tests don't pass accidentally
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@111
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 25 Oct 2001 00:45:23 +0000 (00:45 +0000)]
Updated ChangeLog
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@110
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 25 Oct 2001 00:44:13 +0000 (00:44 +0000)]
Added new automake file
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@109
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 25 Oct 2001 00:43:37 +0000 (00:43 +0000)]
Added comments on string functions to NEWS, cleaned up money example, and fixed a signal unit test so that it will pass under cygwin
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@108
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 24 Oct 2001 17:25:47 +0000 (17:25 +0000)]
Documentation updates
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@107
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Mon, 22 Oct 2001 23:57:18 +0000 (23:57 +0000)]
Removed old ppunpack, renamed new_*, and updated callers
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@106
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Mon, 22 Oct 2001 23:26:48 +0000 (23:26 +0000)]
Moved Check to use new internal ppack routine, and fixed a nasty bug
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@105
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 19 Oct 2001 23:27:33 +0000 (23:27 +0000)]
New version of receive_test_result passes unit tests
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@104
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 19 Oct 2001 18:44:39 +0000 (18:44 +0000)]
Changed punpack to return test and fixture locs to preserve test information when teardown messages are sent
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@103
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 17 Oct 2001 01:15:16 +0000 (01:15 +0000)]
Checked setup passes unit tests
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@102
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Sat, 13 Oct 2001 16:13:52 +0000 (16:13 +0000)]
Replace previous messaging implementation files with new module
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@101
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Sat, 13 Oct 2001 06:05:11 +0000 (06:05 +0000)]
Fully implemented new messaging back-end based on pipes
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@100
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 10 Oct 2001 18:01:17 +0000 (18:01 +0000)]
Updated messaging tests to use new infrastructure
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@99
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 4 Oct 2001 21:55:29 +0000 (21:55 +0000)]
Completed implementation of check_pack
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@98
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 2 Oct 2001 15:38:48 +0000 (15:38 +0000)]
First generation packing code as the infrastructure to revising message passing between processes, to accomodate context messages
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@97
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 28 Sep 2001 00:20:37 +0000 (00:20 +0000)]
Added framework for support of checked fixture functions
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@96
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 27 Sep 2001 16:08:48 +0000 (16:08 +0000)]
Refactored failure info functions
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@95
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 19 Sep 2001 00:14:03 +0000 (00:14 +0000)]
Setup failure is working and partially tested
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@94
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 14 Sep 2001 23:15:28 +0000 (23:15 +0000)]
Completed implementation of CK_NOFORK
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@93
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 7 Sep 2001 22:12:54 +0000 (22:12 +0000)]
Implemented nofork mode
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@92
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 6 Sep 2001 18:10:22 +0000 (18:10 +0000)]
Added initial control functions to control forking
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@91
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 5 Sep 2001 16:48:45 +0000 (16:48 +0000)]
Completely abstracted the details of messaging behind check_msg.c
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@90
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Sat, 1 Sep 2001 00:12:51 +0000 (00:12 +0000)]
Ensure that each subprocesses alloc the correct msg queue
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@89
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 30 Aug 2001 01:00:45 +0000 (01:00 +0000)]
Eliminated passing of msqid in unit tests
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@88
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 29 Aug 2001 00:49:07 +0000 (00:49 +0000)]
Added test checking running empty suites
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@87
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 28 Aug 2001 17:06:05 +0000 (17:06 +0000)]
Moved magic values to separate header
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@86
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 28 Aug 2001 17:04:27 +0000 (17:04 +0000)]
Separated printing from string formating functions to allow better testing.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@85
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 28 Aug 2001 00:18:00 +0000 (00:18 +0000)]
Use pid/ppid as message queue key, preliminary to removing _msqid from unit test functions
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@84
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 23 Aug 2001 21:26:16 +0000 (21:26 +0000)]
Final ChangeLog for 0.7.3 release
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@82
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 23 Aug 2001 21:25:03 +0000 (21:25 +0000)]
Document 0.7.3 in NEWS
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@81
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 23 Aug 2001 21:13:58 +0000 (21:13 +0000)]
This time, fix debian changelog correctly
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@80
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 23 Aug 2001 21:10:48 +0000 (21:10 +0000)]
Fixed maintainer email in debian changelog
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@79
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 22 Aug 2001 23:08:21 +0000 (23:08 +0000)]
Updated acinclude.m4 to increase portability; fixed a minor packaging bug in debian doc-base files
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@78
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Sat, 18 Aug 2001 05:28:01 +0000 (05:28 +0000)]
index.html changes
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@76
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Sat, 18 Aug 2001 05:24:32 +0000 (05:24 +0000)]
NEWS and INSTALL changes
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@75
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Sat, 18 Aug 2001 05:15:48 +0000 (05:15 +0000)]
Bug fixes and assorted cleanup prior to release
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@74
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 17 Aug 2001 23:16:57 +0000 (23:16 +0000)]
Added money example Makefiles to CVS
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@73
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 17 Aug 2001 23:13:21 +0000 (23:13 +0000)]
Moved example.lyx to tutorial.lyx
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@72
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 16 Aug 2001 00:47:35 +0000 (00:47 +0000)]
Added leftover stuff in debian directory, acinclude.m4
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@71
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 16 Aug 2001 00:45:54 +0000 (00:45 +0000)]
Added configure check for Lyx with Linuxdoc
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@70
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Mon, 6 Aug 2001 20:45:30 +0000 (20:45 +0000)]
Added rpm/Makefile.in
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@69
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Mon, 6 Aug 2001 20:44:28 +0000 (20:44 +0000)]
Can now build complete debs
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@68
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Sat, 4 Aug 2001 05:40:15 +0000 (05:40 +0000)]
Don't need README.Debian
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@67
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Sat, 4 Aug 2001 05:26:40 +0000 (05:26 +0000)]
Added preliminary debian packaging files
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@66
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 3 Aug 2001 01:05:18 +0000 (01:05 +0000)]
Added automatic building of RPMs
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@65
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 31 Jul 2001 16:51:40 +0000 (16:51 +0000)]
Update index.html for final release to main Check website.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@63
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 31 Jul 2001 01:08:59 +0000 (01:08 +0000)]
Update ChangeLog
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@62
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 31 Jul 2001 01:08:17 +0000 (01:08 +0000)]
Update NEWS, docs, and rpm building
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@61
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Mon, 30 Jul 2001 20:10:32 +0000 (20:10 +0000)]
Update ChangeLog
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@60
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Mon, 30 Jul 2001 20:10:10 +0000 (20:10 +0000)]
Add neglected files
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@59
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Mon, 30 Jul 2001 20:08:57 +0000 (20:08 +0000)]
Reorganized printing and logging functions and implemented more sophisticated logging
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@58
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 25 Jul 2001 21:26:51 +0000 (21:26 +0000)]
Added log tests
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@57
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 11 Jul 2001 20:46:08 +0000 (20:46 +0000)]
Updated docs
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@55
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 10 Jul 2001 23:29:27 +0000 (23:29 +0000)]
Update ChangeLog
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@54
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 10 Jul 2001 23:28:57 +0000 (23:28 +0000)]
Completed testing for multiple suite running, and reorganized files
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@53
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 10 Jul 2001 23:26:28 +0000 (23:26 +0000)]
Commit file changes
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@52
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 10 Jul 2001 23:25:53 +0000 (23:25 +0000)]
Moved check_log.h functions into check.h
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@51
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 10 Jul 2001 00:10:06 +0000 (00:10 +0000)]
Commit ChangeLog
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@50
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Tue, 10 Jul 2001 00:09:41 +0000 (00:09 +0000)]
Completed test for initial logging feature, and added feature to run multiple suites through an SRunner
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@49
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Sat, 30 Jun 2001 01:27:02 +0000 (01:27 +0000)]
Restructured printing to allow for logging function
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@48
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 29 Jun 2001 00:40:03 +0000 (00:40 +0000)]
Add check_log.c to Makefile.am
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@47
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 29 Jun 2001 00:33:07 +0000 (00:33 +0000)]
Complete move of check_check_log.c -- this time for real...
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@46
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 29 Jun 2001 00:31:39 +0000 (00:31 +0000)]
Complete move of check_check_log.c
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@45
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Fri, 29 Jun 2001 00:30:29 +0000 (00:30 +0000)]
Moved check_log.c to check_check_log.c
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@44
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 28 Jun 2001 22:56:26 +0000 (22:56 +0000)]
Removed stamp-h
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@43
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 28 Jun 2001 22:51:36 +0000 (22:51 +0000)]
Added skeleton files for check logging
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@42
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Thu, 28 Jun 2001 22:33:50 +0000 (22:33 +0000)]
Additional doxygenation of check.h
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@41
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 27 Jun 2001 18:27:35 +0000 (18:27 +0000)]
Updated ChangeLog
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@39
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a
amalec [Wed, 27 Jun 2001 18:25:54 +0000 (18:25 +0000)]
Updated check.spec
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@38
64e312b2 -a51f-0410-8e61-
82d0ca0eb02a