📄 changelog
字号:
doc/money/configure.in.money, rpm/.cvsignore, rpm/Makefile.am, rpm/check.spec, rpm/check.spec.in, src/.cvsignore, src/Makefile.am, src/check.c, src/check.h, src/check.h.in, tests/.cvsignore: 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.2002-03-27 02:21 amalec * src/Makefile.in, tests/Makefile.in: Complete CVS cleanup2002-03-27 02:18 amalec * .cvsignore, Makefile.am, Makefile.in, autogen.sh, configure, debian/.cvsignore, debian/Makefile.in, doc/.cvsignore, doc/Makefile.in, doc/money/Makefile.in, rpm/.cvsignore, rpm/Makefile.in, src/.cvsignore, tests/.cvsignore: Cleaned up CVS to remove all autofoo generated files, included an autogen.sh bootstrap file. Changes at the suggestion of Sven Neumann2002-03-02 02:42 amalec * ChangeLog: Update ChangeLog2002-03-02 02:42 amalec * debian/changelog, debian/files, rpm/check.spec, src/Makefile.am, src/Makefile.in, src/check.c, src/check_error.c, src/check_error.h, src/check_log.c, src/check_msg.c, src/check_pack.c, src/check_run.c, src/check_str.c, src/error.c, src/error.h, src/list.c, tests/check_check_fixture.c, tests/check_check_pack.c: Moved error.[hc] to check_error.[hc], and fixed bug in running checked setup in nofork mode.2002-02-28 03:02 amalec * COPYING, configure, configure.in, src/check.c, src/check.h, src/check_impl.h, src/check_log.c, src/check_log.h, src/check_magic.h, src/check_msg.c, src/check_msg.h, src/check_pack.c, src/check_pack.h, src/check_print.c, src/check_print.h, src/check_run.c, src/check_str.c, src/check_str.h, src/error.c, src/error.h, src/list.c, src/list.h: Changed license to LGPL2001-10-26 01:19 amalec * ChangeLog: Update ChangeLog2001-10-26 01:18 amalec * AUTHORS: Update AUTHORS to give credit to key contributors2001-10-26 01:12 amalec * configure, configure.in: Clarified configuration warning on doc building2001-10-26 00:51 amalec * ChangeLog: Updating ChangeLog prior to release2001-10-26 00:45 amalec * src/check_run.c, tests/check_check_pack.c: Fixed some missing header includes2001-10-26 00:25 amalec * src/check_pack.c: Fix packing of NULL strings (causing problems under Solaris)2001-10-26 00:17 amalec * tests/check_check_pack.c: Minor change to pack tests to ensure that tests don't pass accidentally2001-10-25 02:45 amalec * ChangeLog: Updated ChangeLog2001-10-25 02:44 amalec * depcomp: Added new automake file2001-10-25 02:43 amalec * NEWS, doc/index.html, doc/money/check_money.c, tests/check_check_sub.c: Added comments on string functions to NEWS, cleaned up money example, and fixed a signal unit test so that it will pass under cygwin2001-10-24 19:25 amalec * Makefile.in, NEWS, aclocal.m4, configure, debian/Makefile.in, debian/changelog, debian/files, doc/Makefile.am, doc/Makefile.in, doc/tutorial.lyx, doc/money/Makefile.in, rpm/Makefile.in, rpm/check.spec, src/Makefile.am, src/Makefile.in, src/check.h, src/check_log.c, src/check_msg.c, src/check_msg.h, src/check_print.c, src/check_run.c, tests/Makefile.am, tests/Makefile.in, tests/check_check_fixture.c, tests/check_check_fork.c, tests/check_check_limit.c, tests/check_check_main.c, tests/check_check_master.c, tests/check_stress.c, tests/ex_log_output.c, tests/ex_output.c, tests/test_log_output.sh, tests/test_output.sh: Documentation updates2001-10-23 01:57 amalec * src/check_msg.c, src/check_pack.c, src/check_pack.h, tests/check_check_pack.c: Removed old ppunpack, renamed new_*, and updated callers2001-10-23 01:26 amalec * src/check_msg.c, src/check_msg.h, src/check_pack.c, src/check_run.c, tests/check_check_master.c, tests/check_check_msg.c, tests/check_check_pack.c: Moved Check to use new internal ppack routine, and fixed a nasty bug2001-10-20 01:27 amalec * src/check_msg.c, src/check_msg.h, src/check_pack.c, tests/check_check_msg.c, tests/check_check_pack.c: New version of receive_test_result passes unit tests2001-10-19 20:44 amalec * src/check_pack.c, src/check_pack.h, tests/check_check_fixture.c, tests/check_check_pack.c: Changed punpack to return test and fixture locs to preserve test information when teardown messages are sent2001-10-17 03:15 amalec * src/check_run.c, tests/check_check_fixture.c: Checked setup passes unit tests2001-10-13 18:13 amalec * src/Makefile.am, src/Makefile.in, src/check.c, src/check_msg.c, src/check_msg.h, src/check_run.c, tests/check_check_msg.c: Replace previous messaging implementation files with new module2001-10-13 08:05 amalec * src/check.c, src/check.h, src/check_log.c, src/check_msg.c, src/check_pack.c, src/check_run.c, src/check_str.c, src/error.c, src/error.h, tests/check_check_master.c, tests/test_log_output.sh, tests/test_output.sh: Fully implemented new messaging back-end based on pipes2001-10-10 20:01 amalec * Makefile.in, aclocal.m4, configure, debian/Makefile.in, doc/Makefile.in, doc/money/Makefile.in, rpm/Makefile.in, src/Makefile.am, src/Makefile.in, src/check.c, src/check_impl.h, src/check_pack.c, tests/Makefile.in, tests/check_check_msg.c, tests/check_check_pack.c: Updated messaging tests to use new infrastructure2001-10-04 23:55 amalec * src/check.c, src/check.h, src/check_impl.h, src/check_pack.c, src/check_pack.h, tests/check_check_pack.c: Completed implementation of check_pack2001-10-02 17:38 amalec * doc/index.html, doc/tutorial.lyx, src/Makefile.am, src/Makefile.in, src/check.c, src/check.h, src/check_magic.h, src/check_msg.h, src/check_pack.c, src/check_pack.h, tests/Makefile.am, tests/Makefile.in, tests/check_check.h, tests/check_check_fixture.c, tests/check_check_fork.c, tests/check_check_limit.c, tests/check_check_main.c, tests/check_check_master.c, tests/check_check_msg.c, tests/check_check_pack.c: First generation packing code as the infrastructure to revising message passing between processes, to accomodate context messages2001-09-28 02:20 amalec * src/check.c, src/check.h, src/check_impl.h, src/check_run.c, src/list.c, src/list.h, tests/check_check_fixture.c, tests/check_check_fork.c, tests/check_check_limit.c, tests/check_check_master.c, tests/check_check_msg.c: Added framework for support of checked fixture functions2001-09-27 18:08 amalec * src/: check.c, check_run.c: Refactored failure info functions2001-09-19 02:14 amalec * src/check.c, src/check.h, src/check_impl.h, src/check_magic.h, src/check_msg.c, src/check_msg.h, src/check_print.c, src/check_run.c, src/check_str.c, tests/Makefile.am, tests/Makefile.in, tests/check_check.h, tests/check_check_fixture.c, tests/check_check_main.c, tests/check_check_master.c: Setup failure is working and partially tested2001-09-15 01:15 amalec * tests/: check_check.h, check_check_fork.c, check_check_main.c: Completed implementation of CK_NOFORK2001-09-08 00:12 amalec * src/: check_impl.h, check_msg.c, check_msg.h, check_run.c: Implemented nofork mode2001-09-06 20:10 amalec * Doxyfile, configure.in, src/check.h, src/check_impl.h, src/check_log.c, src/check_log.h, src/check_print.c, src/check_print.h, src/check_run.c, tests/Makefile.am, tests/Makefile.in, tests/check_check.h, tests/check_check_main.c: Added initial control functions to control forking2001-09-05 18:48 amalec * src/check.c, src/check_msg.c, src/check_msg.h, src/check_run.c, tests/check_check_msg.c: Completely abstracted the details of messaging behind check_msg.c2001-09-01 02:12 amalec * src/: check.c, check_msg.c, check_msg.h, check_run.c: Ensure that each subprocesses alloc the correct msg queue2001-08-30 03:00 amalec * src/check.c, src/check.h, src/check_msg.c, src/check_msg.h, src/check_run.c, tests/check_check_msg.c: Eliminated passing of msqid in unit tests2001-08-29 02:49 amalec * src/check_print.c, src/check_str.c, tests/check_check_limit.c: Added test checking running empty suites2001-08-28 19:06 amalec * src/check_magic.h: Moved magic values to separate header2001-08-28 19:04 amalec * src/Makefile.am, src/Makefile.in, src/check.h, src/check_impl.h, src/check_print.c, src/check_str.c, src/check_str.h, tests/check_check_master.c, tests/check_check_msg.c: Separated printing from string formating functions to allow better testing.2001-08-28 02:18 amalec * configure, configure.in, src/check_msg.c, src/check_msg.h, src/check_run.c, tests/Makefile.am, tests/Makefile.in, tests/check_check.h, tests/check_check_main.c, tests/check_check_msg.c: Use pid/ppid as message queue key, preliminary to removing _msqid from unit test functions2001-08-23 23:26 amalec * ChangeLog: Final ChangeLog for 0.7.3 release2001-08-23 23:25 amalec * NEWS: Document 0.7.3 in NEWS2001-08-23 23:13 amalec * debian/changelog: This time, fix debian changelog correctly2001-08-23 23:10 amalec * debian/changelog: Fixed maintainer email in debian changelog2001-08-23 01:08 amalec * ChangeLog, acinclude.m4, aclocal.m4, configure, configure.in, debian/changelog, debian/check.doc-base.tut, debian/files, rpm/check.spec: Updated acinclude.m4 to increase portability; fixed a minor packaging bug in debian doc-base files2001-08-18 07:28 amalec * ChangeLog, doc/index.html: index.html changes2001-08-18 07:24 amalec * INSTALL, NEWS: NEWS and INSTALL changes2001-08-18 07:15 amalec * Doxyfile, configure, configure.in, debian/check.postinst.debhelper, debian/check.prerm.debhelper, debian/files, doc/Makefile.in, doc/tutorial.lyx, rpm/Makefile.am, rpm/Makefile.in, rpm/check.spec, src/check.c, src/check.h, src/check_log.c, src/check_msg.c, src/check_print.c, src/check_run.c, tests/check_check_log.c, tests/check_check_master.c, tests/check_check_msg.c, tests/check_list.c, tests/check_stress.c, tests/ex_log_output.c, tests/ex_output.c: Bug fixes and assorted cleanup prior to release2001-08-18 01:16 amalec * doc/money/: Makefile.am, Makefile.in: Added money example Makefiles to CVS2001-08-18 01:13 amalec * doc/: Makefile.am, example.lyx, tutorial.lyx: Moved example.lyx to tutorial.lyx2001-08-16 02:47 amalec * acinclude.m4, debian/Makefile.am, debian/Makefile.in, debian/check.docs: Added leftover stuff in debian directory, acinclude.m42001-08-16 02:45 amalec * Makefile.am, Makefile.in, aclocal.m4, configure, configure.in, debian/check.doc-base.tut, debian/control, debian/docs, doc/Makefile.am, doc/Makefile.in, doc/money/AUTHORS, doc/money/COPYING, doc/money/ChangeLog, doc/money/INSTALL, doc/money/Makefile.am, doc/money/Makefile.am.money, doc/money/Makefile.in, doc/money/NEWS, doc/money/README, doc/money/config.h.in, doc/money/configure, doc/money/configure.in, doc/money/configure.in.money, doc/money/stamp-h.in,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -