]> granicus.if.org Git - check/log
check
18 years ago * Made SVNChangeLog target PHONY so it is always regenerated.
hugo303 [Fri, 17 Nov 2006 13:17:38 +0000 (13:17 +0000)]
 * Made SVNChangeLog target PHONY so it is always regenerated.

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

18 years ago * Added future AC_PROG_CC_C99 stuff. Ticked off distcheck failure.
hugo303 [Fri, 17 Nov 2006 11:57:41 +0000 (11:57 +0000)]
 * Added future AC_PROG_CC_C99 stuff. Ticked off distcheck failure.

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

18 years ago * Added use of libtool functionality for hiding non-exported symbols.
hugo303 [Fri, 17 Nov 2006 08:56:43 +0000 (08:56 +0000)]
 * Added use of libtool functionality for hiding non-exported symbols.
   Sourceforge feature request #1165405 and bug #1597963.

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

18 years ago * New file used for testing the exported lib with hidden symbols. The
hugo303 [Fri, 17 Nov 2006 08:54:29 +0000 (08:54 +0000)]
 * New file used for testing the exported lib with hidden symbols. The
   old main now tests an internal lib were all symbols are still visible.

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

18 years ago * Added marker on exported symbols to facilitate hiding of lib-local symbols.
hugo303 [Fri, 17 Nov 2006 08:45:29 +0000 (08:45 +0000)]
 * Added marker on exported symbols to facilitate hiding of lib-local symbols.

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

18 years ago* Update NEWS.
cpickett [Wed, 15 Nov 2006 22:40:50 +0000 (22:40 +0000)]
* Update NEWS.

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

18 years ago* Rename loop test iteration variable from i to _i. This avoids
cpickett [Wed, 15 Nov 2006 22:36:31 +0000 (22:36 +0000)]
* Rename loop test iteration variable from i to _i.  This avoids
  confusing the user due to warnings issued when using a local
  variable i in a normal, non-looping test.
* Add example of loop test usage to documentation.

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

18 years ago * Fixed coverage support to work with gcc4 and buggy libtool.
hugo303 [Wed, 15 Nov 2006 13:50:15 +0000 (13:50 +0000)]
 * Fixed coverage support to work with gcc4 and buggy libtool.

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

18 years ago * Added texinfo dependencies.
hugo303 [Wed, 15 Nov 2006 13:41:39 +0000 (13:41 +0000)]
 * Added texinfo dependencies.

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

18 years ago* Clarify meaning of "sporadically maintained".
cpickett [Wed, 15 Nov 2006 09:20:47 +0000 (09:20 +0000)]
* Clarify meaning of "sporadically maintained".

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

18 years ago * Fixed distcheck target. SVNChangeLog added to EXTRA_DIST.
hugo303 [Tue, 14 Nov 2006 15:51:33 +0000 (15:51 +0000)]
 * Fixed distcheck target. SVNChangeLog added to EXTRA_DIST.

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

18 years ago * Fixed signal string problem in tests. Strings differed between
hugo303 [Fri, 3 Nov 2006 13:03:55 +0000 (13:03 +0000)]
 * Fixed signal string problem in tests. Strings differed between
   OSes. Fixes Sourceforge bug #1539828.

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

18 years agoFixed problem with process group ID, especially visible on Solaris and LynxOS. Source...
hugo303 [Thu, 26 Oct 2006 13:48:54 +0000 (13:48 +0000)]
Fixed problem with process group ID, especially visible on Solaris and LynxOS. Sourceforge bugs #1407360 and #1539828

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

18 years ago* s/yes/no/ in --enable-gcov help message.
cpickett [Fri, 13 Oct 2006 19:25:25 +0000 (19:25 +0000)]
* s/yes/no/ in --enable-gcov help message.

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

18 years ago* Update NEWS.
cpickett [Fri, 13 Oct 2006 18:40:38 +0000 (18:40 +0000)]
* Update NEWS.

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

18 years ago* Oops, s/>:/:>/
cpickett [Fri, 13 Oct 2006 18:23:09 +0000 (18:23 +0000)]
* Oops, s/>:/:>/

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

18 years ago* Fixed help strings for --enable-gcov and --enable-timeout-tests
cpickett [Fri, 13 Oct 2006 18:20:07 +0000 (18:20 +0000)]
* Fixed help strings for --enable-gcov and --enable-timeout-tests

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

18 years ago* Update links to projects using Check.
cpickett [Fri, 13 Oct 2006 07:51:23 +0000 (07:51 +0000)]
* Update links to projects using Check.

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

18 years ago* Update TODO.
cpickett [Fri, 13 Oct 2006 07:23:13 +0000 (07:23 +0000)]
* Update TODO.

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

18 years ago* Clean up webpage a little bit more.
cpickett [Fri, 13 Oct 2006 07:12:57 +0000 (07:12 +0000)]
* Clean up webpage a little bit more.

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

18 years ago* Update webpage.
cpickett [Fri, 13 Oct 2006 07:08:35 +0000 (07:08 +0000)]
* Update webpage.

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

18 years ago* Move website index.html into root directory.
cpickett [Fri, 13 Oct 2006 06:33:37 +0000 (06:33 +0000)]
* Move website index.html into root directory.

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

18 years ago* Rename website/ to htdocs/
cpickett [Fri, 13 Oct 2006 06:12:16 +0000 (06:12 +0000)]
* Rename website/ to htdocs/

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

18 years ago* Updated website.
cpickett [Fri, 13 Oct 2006 06:02:34 +0000 (06:02 +0000)]
* Updated website.

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

18 years ago* Add FIXME documenting broken fail_if and fail_unless macros.
cpickett [Fri, 13 Oct 2006 04:15:58 +0000 (04:15 +0000)]
* Add FIXME documenting broken fail_if and fail_unless macros.

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

18 years ago* Mention dependencies better in README.
cpickett [Fri, 13 Oct 2006 04:15:28 +0000 (04:15 +0000)]
* Mention dependencies better in README.

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

18 years ago* Create website directory with existing index.html.
cpickett [Fri, 13 Oct 2006 04:14:36 +0000 (04:14 +0000)]
* Create website directory with existing index.html.

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

18 years ago* Update TODO.
cpickett [Fri, 13 Oct 2006 04:13:07 +0000 (04:13 +0000)]
* Update TODO.

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

18 years ago* Indicate that the loop index `i' of a test might be unused
cpickett [Fri, 13 Oct 2006 04:12:41 +0000 (04:12 +0000)]
* Indicate that the loop index `i' of a test might be unused
  with __attribute__((unused)).

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

18 years ago* Added tcase_add_loop_test_raise_signal()
cpickett [Fri, 13 Oct 2006 04:12:08 +0000 (04:12 +0000)]
* Added tcase_add_loop_test_raise_signal()

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

18 years ago* Update TODO, tiny Makefile.am fixes
cpickett [Fri, 13 Oct 2006 04:11:22 +0000 (04:11 +0000)]
* Update TODO, tiny Makefile.am fixes

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

18 years ago* Fixed printing of newlines in output.
cpickett [Fri, 13 Oct 2006 04:10:50 +0000 (04:10 +0000)]
* Fixed printing of newlines in output.

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

18 years ago* Removed SGML / DocBook tutorial; Texinfo version supersedes it.
cpickett [Fri, 13 Oct 2006 04:09:56 +0000 (04:09 +0000)]
* Removed SGML / DocBook tutorial; Texinfo version supersedes it.

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

18 years ago* Fixed doc building for make distcheck.
cpickett [Fri, 13 Oct 2006 04:08:49 +0000 (04:08 +0000)]
* Fixed doc building for make distcheck.
* Cleaned up SVNChangeLog generation a little

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

18 years ago* Cleaner building of diffs for check.texi
cpickett [Fri, 13 Oct 2006 04:08:19 +0000 (04:08 +0000)]
* Cleaner building of diffs for check.texi

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

18 years ago* s/check_money_INCLUDES/check_money_CFLAGS/ in tests/Makefile.am
cpickett [Fri, 13 Oct 2006 04:07:44 +0000 (04:07 +0000)]
* s/check_money_INCLUDES/check_money_CFLAGS/ in tests/Makefile.am

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

18 years ago* Update TODO
cpickett [Fri, 13 Oct 2006 04:06:57 +0000 (04:06 +0000)]
* Update TODO

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

18 years ago* Added check.pc.in for pkg-config support
cpickett [Fri, 13 Oct 2006 04:05:59 +0000 (04:05 +0000)]
* Added check.pc.in for pkg-config support

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

18 years ago* Updated TODO, pulled in check.sourceforge.net TODO
cpickett [Fri, 13 Oct 2006 04:05:10 +0000 (04:05 +0000)]
* Updated TODO, pulled in check.sourceforge.net TODO
* Made tests run with CK_VERBOSE instead of CK_SILENT

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

18 years ago* Add SVNChangeLog generation, brief HACKING file
cpickett [Fri, 13 Oct 2006 04:03:41 +0000 (04:03 +0000)]
* Add SVNChangeLog generation, brief HACKING file

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

18 years ago* Create money example diffs in tutorial Makefile.am
cpickett [Fri, 13 Oct 2006 04:00:54 +0000 (04:00 +0000)]
* Create money example diffs in tutorial Makefile.am

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

18 years ago* Finished converting tutorial to Texinfo!
cpickett [Fri, 13 Oct 2006 04:00:11 +0000 (04:00 +0000)]
* Finished converting tutorial to Texinfo!

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

18 years ago* Converted next section of Chapter 4 to Texinfo.
cpickett [Fri, 13 Oct 2006 03:59:30 +0000 (03:59 +0000)]
* Converted next section of Chapter 4 to Texinfo.

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

18 years ago* Break another line for money_suite()
cpickett [Fri, 13 Oct 2006 03:59:06 +0000 (03:59 +0000)]
* Break another line for money_suite()

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

18 years ago* Insert line break between type and name of money_suite()
cpickett [Fri, 13 Oct 2006 03:58:41 +0000 (03:58 +0000)]
* Insert line break between type and name of money_suite()

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

18 years ago* Added revision 7 of money example.
cpickett [Fri, 13 Oct 2006 03:58:04 +0000 (03:58 +0000)]
* Added revision 7 of money example.

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

18 years ago* Converted "No Fork Mode" section of Chapter 4 to Texinfo.
cpickett [Fri, 13 Oct 2006 03:56:57 +0000 (03:56 +0000)]
* Converted "No Fork Mode" section of Chapter 4 to Texinfo.

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

18 years ago* Convert first section of tutorial Chapter 4 to Texinfo.
cpickett [Fri, 13 Oct 2006 03:56:23 +0000 (03:56 +0000)]
* Convert first section of tutorial Chapter 4 to Texinfo.

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

18 years ago* Added revision 6 of money example.
cpickett [Fri, 13 Oct 2006 03:55:47 +0000 (03:55 +0000)]
* Added revision 6 of money example.
* Fixed some whitespace errors in other revisions.

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

18 years ago* Finally converted all of tutorial chapter 3 to Texinfo.
cpickett [Fri, 13 Oct 2006 03:54:47 +0000 (03:54 +0000)]
* Finally converted all of tutorial chapter 3 to Texinfo.

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

18 years ago* Added revision 5 of money example.
cpickett [Fri, 13 Oct 2006 03:54:20 +0000 (03:54 +0000)]
* Added revision 5 of money example.

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

18 years ago* Added revision 4 of money example.
cpickett [Fri, 13 Oct 2006 03:53:41 +0000 (03:53 +0000)]
* Added revision 4 of money example.

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

18 years ago* Added next section of Chapter 3.
cpickett [Fri, 13 Oct 2006 03:52:59 +0000 (03:52 +0000)]
* Added next section of Chapter 3.

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

18 years ago* Added revision 3 of money example.
cpickett [Fri, 13 Oct 2006 03:52:28 +0000 (03:52 +0000)]
* Added revision 3 of money example.

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

18 years ago* Added revision 2 of money example
cpickett [Fri, 13 Oct 2006 03:51:41 +0000 (03:51 +0000)]
* Added revision 2 of money example

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

18 years ago* Added revision 1 of money example
cpickett [Fri, 13 Oct 2006 03:50:38 +0000 (03:50 +0000)]
* Added revision 1 of money example

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

18 years ago* Converted the next section of chapter 3 to Texinfo.
cpickett [Fri, 13 Oct 2006 03:49:07 +0000 (03:49 +0000)]
* Converted the next section of chapter 3 to Texinfo.
* And actually, below, chapter 3 wasn't completed.  The previous
  section _in_ chapter 3 was completed.

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

18 years ago* include example/ dir in AM_MAKEINFOFLAGS
cpickett [Fri, 13 Oct 2006 03:48:36 +0000 (03:48 +0000)]
* include example/ dir in AM_MAKEINFOFLAGS

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

18 years ago* Converted chapter 3 of manual to Texinfo.
cpickett [Fri, 13 Oct 2006 03:47:54 +0000 (03:47 +0000)]
* Converted chapter 3 of manual to Texinfo.

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

18 years ago* small example Makefile.am fixes
cpickett [Fri, 13 Oct 2006 03:47:07 +0000 (03:47 +0000)]
* small example Makefile.am fixes

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

18 years ago* add spaces to example Makefile.am
cpickett [Fri, 13 Oct 2006 03:46:43 +0000 (03:46 +0000)]
* add spaces to example Makefile.am

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

18 years ago* Add Robert Lemmen to AUTHORS
cpickett [Fri, 13 Oct 2006 03:46:16 +0000 (03:46 +0000)]
* Add Robert Lemmen to AUTHORS

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

18 years ago* Applied patch from Robert Lemmen, adding test coverage description
cpickett [Fri, 13 Oct 2006 03:45:52 +0000 (03:45 +0000)]
* Applied patch from Robert Lemmen, adding test coverage description
  to the (Docbook) manual.

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

18 years ago* Partway through Chapter 3.
cpickett [Fri, 13 Oct 2006 03:45:09 +0000 (03:45 +0000)]
* Partway through Chapter 3.

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

18 years ago* Converted chapter 2 of manual to Texinfo.
cpickett [Fri, 13 Oct 2006 03:44:39 +0000 (03:44 +0000)]
* Converted chapter 2 of manual to Texinfo.

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

18 years ago* Converted first chapter to Texinfo.
cpickett [Fri, 13 Oct 2006 03:44:12 +0000 (03:44 +0000)]
* Converted first chapter to Texinfo.

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

18 years ago* Update manual structure a little.
cpickett [Fri, 13 Oct 2006 03:43:41 +0000 (03:43 +0000)]
* Update manual structure a little.

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

18 years ago* add hooks to Makefile.am, include copy of FDL
cpickett [Fri, 13 Oct 2006 03:43:12 +0000 (03:43 +0000)]
* add hooks to Makefile.am, include copy of FDL

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

18 years ago* rename tutorial.texi to check.texi
cpickett [Fri, 13 Oct 2006 03:41:40 +0000 (03:41 +0000)]
* rename tutorial.texi to check.texi

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

18 years ago* create Texinfo boilerplate for Check manual / tutorial
cpickett [Fri, 13 Oct 2006 03:41:09 +0000 (03:41 +0000)]
* create Texinfo boilerplate for Check manual / tutorial

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

18 years ago* Applied patch from Loic Minier to fix check.m4.
cpickett [Fri, 13 Oct 2006 03:40:25 +0000 (03:40 +0000)]
* Applied patch from Loic Minier to fix check.m4.
  From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342864

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

18 years ago* update check to use libtool, now both static and shared
cpickett [Fri, 13 Oct 2006 03:39:41 +0000 (03:39 +0000)]
* update check to use libtool, now both static and shared
  libraries are created.

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

18 years ago* include money src, tests in doc EXTRA_DIST
cpickett [Fri, 13 Oct 2006 03:38:33 +0000 (03:38 +0000)]
* include money src, tests in doc EXTRA_DIST

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

18 years ago* fix installation of tutorial and example docs
cpickett [Fri, 13 Oct 2006 03:38:07 +0000 (03:38 +0000)]
* fix installation of tutorial and example docs

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

18 years ago* include example README in distribution
cpickett [Fri, 13 Oct 2006 03:37:39 +0000 (03:37 +0000)]
* include example README in distribution

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

18 years ago* add README to money example
cpickett [Fri, 13 Oct 2006 03:37:00 +0000 (03:37 +0000)]
* add README to money example

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

18 years ago* add a missing quote to tutorial
cpickett [Fri, 13 Oct 2006 03:34:16 +0000 (03:34 +0000)]
* add a missing quote to tutorial

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

18 years ago* fix money example somewhat
cpickett [Fri, 13 Oct 2006 03:33:25 +0000 (03:33 +0000)]
* fix money example somewhat

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

18 years ago* change unique file in AC_CONFIG_SRCDIR
cpickett [Fri, 13 Oct 2006 03:32:46 +0000 (03:32 +0000)]
* change unique file in AC_CONFIG_SRCDIR

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

18 years ago* Use $(datadir) in Makefile.am's
cpickett [Fri, 13 Oct 2006 03:32:02 +0000 (03:32 +0000)]
* Use $(datadir) in Makefile.am's

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

18 years ago* Adjusted doc Makefile.am to use example, tutorial subdirs better
cpickett [Fri, 13 Oct 2006 03:31:33 +0000 (03:31 +0000)]
* Adjusted doc Makefile.am to use example, tutorial subdirs better

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

18 years ago* Rewrite Makefiles to accomodate new example structure
cpickett [Fri, 13 Oct 2006 03:30:47 +0000 (03:30 +0000)]
* Rewrite Makefiles to accomodate new example structure

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

18 years ago* Move money example source into src/ and tests/
cpickett [Fri, 13 Oct 2006 03:28:43 +0000 (03:28 +0000)]
* Move money example source into src/ and tests/

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

18 years ago* Renamed Makefile.am.money to Makefile.am
cpickett [Fri, 13 Oct 2006 03:26:35 +0000 (03:26 +0000)]
* Renamed Makefile.am.money to Makefile.am
* Renamed configure.in.money to configure.ac

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

18 years ago* delete old Makefile.am
cpickett [Fri, 13 Oct 2006 03:24:34 +0000 (03:24 +0000)]
* delete old Makefile.am

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

18 years ago* Rename money to example
cpickett [Fri, 13 Oct 2006 03:23:36 +0000 (03:23 +0000)]
* Rename money to example

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

18 years ago* Update TODO, remove generated aclocal.m4 from money example
cpickett [Fri, 13 Oct 2006 03:19:55 +0000 (03:19 +0000)]
* Update TODO, remove generated aclocal.m4 from money example

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

18 years ago* Remove installation instructions
cpickett [Fri, 13 Oct 2006 03:18:54 +0000 (03:18 +0000)]
* Remove installation instructions
* Remove rpm target altogether
* Update README with comments from downstream Fedora Extras
  and Debian maintainers

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

18 years ago* Removed $(MAKE) compilation of libcheck.a in tests/Makefile.am
cpickett [Fri, 13 Oct 2006 03:18:04 +0000 (03:18 +0000)]
* Removed $(MAKE) compilation of libcheck.a in tests/Makefile.am
* Removed core from CLEANFILES in tests/Makefile.am
* Put tests at the end of top-level SUBDIRS

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

18 years ago* delete obsolete Doxyfile
cpickett [Fri, 13 Oct 2006 03:17:18 +0000 (03:17 +0000)]
* delete obsolete Doxyfile

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

18 years ago* simple TODO file, just build issues for now
cpickett [Fri, 13 Oct 2006 03:16:36 +0000 (03:16 +0000)]
* simple TODO file, just build issues for now

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

18 years ago* various fixes to doc building and installation
cpickett [Fri, 13 Oct 2006 03:15:57 +0000 (03:15 +0000)]
* various fixes to doc building and installation

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

18 years ago* Remove debian from top-level Makefile.am and configure.ac
cpickett [Fri, 13 Oct 2006 03:15:21 +0000 (03:15 +0000)]
* Remove debian from top-level Makefile.am and configure.ac

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

18 years ago* Got rid of --enable-plain-docdir : just let packagers take care
cpickett [Fri, 13 Oct 2006 03:14:20 +0000 (03:14 +0000)]
* Got rid of --enable-plain-docdir : just let packagers take care
  of this if they want to.

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

18 years ago* Delete debian/ per Debian maintainer's suggestion
cpickett [Fri, 13 Oct 2006 03:13:37 +0000 (03:13 +0000)]
* Delete debian/ per Debian maintainer's suggestion
  -- it's better not for upstream to manage packaging for distributions

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

18 years ago* Replaced .. usage in Makefile.am's with $(top_builddir) or
cpickett [Fri, 13 Oct 2006 03:12:50 +0000 (03:12 +0000)]
* Replaced .. usage in Makefile.am's with $(top_builddir) or
  $(top_srcdir) where appropriate
  -- make distcheck now works, make distcleancheck and
     make distuninstallcheck do not
* Added core to CLEANFILES in tests/Makefile.am
* Bumped version to 0.9.4, added notice to top of NEWS
  -- should bump version in CVS right after release

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

18 years ago* Comments in Makefile.am's
cpickett [Fri, 13 Oct 2006 03:11:12 +0000 (03:11 +0000)]
* Comments in Makefile.am's

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

18 years ago* Add change notice to AUTHORS, NEWS
cpickett [Fri, 13 Oct 2006 03:10:08 +0000 (03:10 +0000)]
* Add change notice to AUTHORS, NEWS

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

18 years ago* Updated README to mention docbook2html
cpickett [Fri, 13 Oct 2006 03:09:21 +0000 (03:09 +0000)]
* Updated README to mention docbook2html

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

18 years ago* Remove autogen.sh from EXTRA_DIST
cpickett [Fri, 13 Oct 2006 03:08:27 +0000 (03:08 +0000)]
* Remove autogen.sh from EXTRA_DIST

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