History log of /netbsd-current/external/bsd/atf/dist/atf-c/build.h
Revision Date Author Comments
# 1.1 22-Dec-2009 jmmv

branches: 1.1.1;
Initial revision


# 1.1.1.2 20-Oct-2010 jmmv

Import atf-0.11:

Experimental version released on October 20th, 2010.

* The ATF_CHECK* macros in atf-c++ were renamed to ATF_REQUIRE* to match
their counterparts in atf-c.

* Clearly separated the modules in atf-c that are supposed to be public
from those that are implementation details. The header files for the
internal modules are not installed any more.

* Made the atf-check tool private. It is only required by atf-sh and being
public has the danger of causing confusion. Also, making it private
simplifies the public API of atf.

* Changed atf-sh to enable per-command error checking (set -e) by default.
This catches many cases in which a test case is broken but it is not
reported as such because execution continues.

* Fixed the XSTL and CSS stylesheets to support expected failures.


# 1.1.1.1 22-Dec-2009 jmmv

Import atf 0.7. Changes in this release:

* Added build-time checks to atf-c and atf-c++. A binding for atf-sh
will come later.

* Migrated all build-time checks for header files to proper ATF tests.
This demonstrates the use of the new feature described above.

* Added an internal API for child process management.

* Converted all plain-text distribution documents to a Docbook canonical
version, and include pre-generated plain text and HTML copies in the
distribution file.

* Simplified the contents of the Makefile.am by regenerating it from a
canonical Makefile.am.m4 source. As a side-effect, some dependency
specifications were fixed.

* Migrated all checks from the check target to installcheck, as these
require ATF to be installed.

* Fixed sign comparison mismatches triggered by the now-enabled
-Wsign-compare.

* Fixed many memory and object leaks.