2007-01-21  Per Bothner  <per@bothner.com>

	* Makefile.am (KAWA): Set LD_LIBRARY_PATH if WITH_GCJ.

2007-01-10  Per Bothner  <per@bothner.com>

	* Makefile.am (KAWA): Simplify - always use ../bin/kawa-bin.
	(DISABLE_GCJ_COMPILED_KAWA, ENABLE_GCJ_COMPILED_KAWA): Remove macros.

2007-01-03  Per Bothner  <per@bothner.com>

	* classes2.scm (make-TestCapture1): New function, to test for a bug
	reported by Margus Freudenthal <margus@cyber.ee>.
	* obj-test.scm: Call make-TestCapture1.

	* obj-test.scm (make-ClsD)L New function, to check compiled make call.

2006-12-16  Per Bothner  <per@bothner.com>

	* MySAXApp.java: Add printing of line:column numbers.
	* MySAXApp.expected: Update to match.

2006-12-12  Per Bothner  <per@bothner.com>
	    Chris Wegrzyn <chris.wegrzyn@gmail.com>

	* mac-test.scm: Testcase for Savannah bug #18105: "with-syntax causes
	NullPointerException during compilation but not in repl".

2006-12-11  Per Bothner  <per@bothner.com>
	    Margus Freudenthal <margus@cyber.ee>

	* mac-test.scm: New test for Savannah bug #18504.

2006-12-06  Per Bothner  <per@bothner.com>

	* MySAXApp.expected: Fix expected output.

2006-12-05  Per Bothner  <per@bothner.com>

	* Makefile.am (CLEANFILES): Remove all tmp* files.

	* Makefile.m (EXTRA_DIST): Add two more missing files.

2006-12-04  Per Bothner  <per@bothner.com>

	* Makefile.am (EXTRA_DIST): Add two missing files.

2006-11-13  Per Bothner  <per@bothner.com>

	* misc-test.scm: Update and extend test for adding spaces
	between words.

2006-10-26  Per Bothner  <per@bothner.com>

	* misc-test.scm: Updata/update some XmlNamespace tests.

2006-10-14  Per Bothner  <per@bothner.com>
	    Chris Wegrzyn <chris.wegrzyn@gmail.com>

	* mac-test.scm: New test based on Savannah bug #17984 "Compile time
	error in expansion of hygienic macros ending in literals".

2006-09-13  Per Bothner  <per@bothner.com>

	* HelloCgiS.scm: No longer need to explicitly print a #\newline.

2006-09-12  Per Bothner  <per@bothner.com>

	Add testing for require using filename, and immediate mode.
	* cycle1.scm: Add module-name, and require filename rather than
	class name.
	* Makefile.am (check-interpreted-cycle): New rule.
	(check): Invoke it,

2006-08-07  Per Bothner  <per@bothner.com>

	* mac-test.scm (srfi-72-example-3): Add new let-syntax test.

2006-06-28  Per Bothner  <per@bothner.com>

	* misc-test.scm: Add three tests of html/xml construction.

2006-06-23  Per Bothner  <per@bothner.com>

	* module3.scm (test3-import2): New compilation-only test.

2006-06-16  Per Bothner  <per@bothner.com>

	* moduleFT.scm: Suppress some warnings.

2006-06-09  Per Bothner  <per@bothner.com>

	* obj-test.scm: Test new colon motation of types created by
	make-record-type, rather than function-call notation, which is
	going away once Record no longer inherits from Procedure1.

2006-06-06  Per Bothner  <per@bothner.com>

	* srfi-64-test.scm: Updates for srfi-64 implementation changes.

2006-05-25  Per Bothner  <per@bothner.com>

	* cycle1.scm: New test fiels for mutually dependent modules.
	* cycle2.scm: The other module.
	* obj-test.scm: Test that cycle works.
	* Makefile.am: Update for new tests and files.
	(check-obj): Test that cycle works.
	(inlining.log): Also test quite quality of cycl1 and cycle2.
	* inlining.expected: Add expected sizes for new methods.

2006-05-20  Per Bothner  <per@bothner.com>

	* module2.scm: Fix typo <a8711> -> <A8711> in module-export.

2006-05-15  Per Bothner  <per@bothner.com>

	* use-slots.scm (run-me): When a slot-ref is used and the field is
	accessible use that in preference to the getter method.

2006-04-14  Per Bothner  <per@bothner.com>

	* mac-test-scm: Some new tests from srfi-72.

2006-03-27  Dean Ferreyra <dferreyra@igc.org>
	    Per Bothner  <per@bothner.com>

	* Base.java: New interface.
	* ASupport.java: New module.
	* use-slots.scm: New test-suite.
	* Makefile.am: Update to build and run new test.

2006-03-15  Per Bothner  <per@bothner.com>

	* HelloCgiX.xql: Update declare xmlspace -> boundary-space.

2006-03-14  Per Bothner  <per@bothner.com>

	* formatst.scm: Some changes in expected output.

2006-02-21  Donovan Kolbly <donovan@rscheme.org>
            Per Bothner  <per@bothner.com>

	* srfi-64-test.scm: New _meta-test-suite" for testing srfi-64.
        * Makefile.am: Update accordingly.

2006-02-21  Per Bothner  <per@bothner.com>

	* arr-test.scm: Rewrite to use srfi-64 framework.
	* Makefile.am: Update accordingly.

2006-02-16  Per Bothner  <per@bothner.com>

	* moduleFT.scm: A number of definitions and references to variables
	with colons in their names.
	* misc-test.scm: Test it.

	* inlining-test.scm (tohex2, tohex2): More inlining tests.
	* inlining.expected: Update accordingly.

2006-02-10  Per Bothner  <per@bothner.com>
	    Dean Ferreyra <dferreyra@igc.org>

	* num-test.scm: New testcase based on Savannah bug #11427
	"<java.lang.Integer> in the interpreter gives ClassCastException".

2006-02-10  Per Bothner  <per@bothner.com>
            Gerardo Horvilleur <mago@mundojava.com>

	* misc-test.scm: New testcase based on Savannah
	bug #14697 "Error using :: <int>".

2006-02-09  Per Bothner  <per@bothner.com>

	* mac-test.scm: Add test for macro defined and used in same module.

2006-02-09  Per Bothner  <per@bothner.com>

	* obj-test.scm (force-compile):  Since lambdas no longer autmatically
	force compilation, using a #!key does do it.

2006-02-07  Per Bothner  <per@bothner.com>

	* inlining-test.scm: New file of lots of little functions that we
	expect to be compiled optimally.
	* inlining.expected: Expected sides of the methods.
	* Makefile.am: Added appropriate rules.

	* obj-test.scm: Ad some new tests of colon syntax.

	* module1.scm: Update export list namespace:data -> plains date.
	* module3.scm (timestamp): Fix no-longer-supported syntax.

2006-01-24  Per Bothner  <per@bothner.com>
	    Dean Ferreyra <dean@octw.com>

	* SimpleB.java (i): New private field.
	(getI, setI): New public accessors.
	* classes2.scm (make-simpleC): New function to allocate <SimpleC>
	which needs to expand to a call of inherited setI.
	* obj-test.scm: Add call to make-simpleC.

2006-01-11  Per Bothner  <per@bothner.com>

	* gui-test.scm: Update for gui changes.

2005-12-10  Per Bothner  <per@bothner.com>

	* classes2.scm: Added 2 functions for capturing module-level non-static
	variable "through" a ClassExp.
	(obj-test): Call those new functions.

2005-12-05  Per Bothner  <per@bothner.com>
	    Dean Ferreyra <dean@octw.com>

	* classes2.scm: New test for Savannah bug #15151
	* obj-test.scm: Run the test.

2005-11-30  Per Bothner  <per@bothner.com>

	* scribble.scm: Test type inference/propagation by removing specifier.

2005-11-29  Per Bothner  <per@bothner.com>

	* mac-test.scm: Test new quasiquote extension.

2005-11-21  Per Bothner  <per@bothner.com>

	* classes2.scm (<TestCapture1>,  <TestCapture2>): New classes, to
	test capture of lambda in classes.
	* obj-test.scm: Do the test.

2005-11-18  Thomas Kirk <tk@research.att.com>
	    Per Bothner  <per@bothner.com>

	* mac-test.scm: Add test case from Savannah bug #14097
	(problem with (this) syntax within define-syntax).

2005-11-17  Per Bothner  <per@bothner.com>

	* classes1.scm <DateTest>: We must now use define-simple-class.

2005-10-24  Per Bothner  <per@bothner.com>

	* Makefile.am (check-num): Remove old dependency on testing.zip.

	* num-test.scm: Add tests using test-error and test-assert.

2005-10-06  Per Bothner  <per@bothner.com>

	* Makefile.am: Also search inherited $CLASSPATH - though last.

2005-10-05  Per Bothner  <per@bothner.com>

	* Makefile.am: Add "." to CLASSPATH various places.

	* num-test.scm: Rewrite to use SRFI-64 "testing".
	* Makefile.am: Update accordingly.

2005-09-27  Per Bothner  <per@bothner.com>

	Add test for Savannah bug #14640 (internal compile error when
	using "location").
	* module1.scm (mod1-v5): Declare and export new variable.
	* module2.scm (mod2-v5); Access mod1-v5 using a location, only.
	* obj-test.scm: Check that mod2-v5 is correct.

2005-09-26  Per Bothner  <per@bothner.com>

	* gui-test.scm (testimage): Update read-image -> image-read.
	Use a publicly available image URL.

2005-08-03  Dean Ferreyra <dean@octw.com>

	* classes1.scm (datetest-ns, make-date-test): Move from here ...
	* classes2.scm: .. to here. This tests reference to class in
	imported module.

2005-08-03  Per Bothner  <per@bothner.com>

	* obj-test.scm: Test new (*:METHOD ...) syntax.

2005-07-27  Per Bothner  <per@bothner.com>

	* Makefile.am (EXTRA_DIST): Add moduleFT.scm.

2005-07-23  Per Bothner  <per@bothner.com>

	* misc-test.scm: New tests, from Common Lisp hyperspec, for testing
	*print-radix* and *print-base*.

	* misc-test.scm: New test for future inside fluid-let.

2005-07-20  Per Bothner  <per@bothner.com>

	* mac-test.scm: New test based on Savanah bug report #13821.

2005-06-27  Per Bothner  <per@bothner.com>

	* classes1.scm (<SimapleA>): A bunch of new methods to test various
	accesses nested in lambda's inside methods.
	One test is a bug reported by Dean Ferreyra 2005-06-09.
	* obj-test.scm: Test them.

2005-06-02  Per Bothner  <per@bothner.com>

	Add test for re-exported imported macro.
	* module0.scm (mod0-m1): Return result as vector rather than sum.
	* module3.scm (test3-import1): Also test mod0-m1 invocation.
	* obj-test.scm: Update expected result.

2004-10-26  Chris Dean  <ctdean@sokitomi.com>

	* obj-test.scm:  Add test of (this) closure
	* classes1.scm:  ibid.
	This tests Savannah bug #10806.

2005-05-19  Per Bothner  <per@bothner.com>

	* misc-test.scm (test-opt-args): New function.
	Tests, among other things, Savannah bug #10613.

2005-05-17  Per Bothner  <per@bothner.com>

	* misc-test.scm: Change fluid-let test result to match new semantics.

2005-05-10  Per Bothner  <per@bothner.com>
	    Dominique Boucher  <dominique.boucher@nuecho.com>

	* moduleFT.scm: New module.
	* Makefile.am: Build new file and have check-misc depend on it.
	* misc-test.scm: New test invoking neg-abs from moduleFT.

2005-04-21  Per Bothner  <per@bothner.com>

	* MyModule.java: Remove redundant import.

2005-04-20  Per Bothner  <per@bothner.com>

	Add various tests for re-export of imported declarations.
	* module0.scm: New file.
	* Makefile.am: Update accordingly.
	* module1.scm: Add explicit module-export so we can re-export some
	imported definitions.
	* module3.scm: Likewise.
	* module1.scm: Import module0 and add some new accessors.
	* module3.scm: Likewise.
	* obj-test.scm: Add 3 more tests.

2005-03-25  Per Bothner  <per@bothner.com>
	    Dean Ferreyra <dferreyra@igc.org>

	* module1.scm, module3.scm, obj-test.scm: Add multi-module test
	based on Dean's test macros2.diff in Savannah bug #11822.

2005-03-04  Per Bothner  <per@bothner.com>

	* MyModule.java: Update Interpreter->Lanuguage various places.

2005-02-20  Per Bothner  <per@bothner.com>

	* misc-test.scm: Various tests for parameters and fluids. 

2005-02-11  Dean Ferreyra  <dferreyra@igc.org>

	* misc-test.scm: New testcase for Savannah bug #11801.

2005-02-10  Per Bothner  <per@bothner.com>

	* r5rs_pitfall.scm: New testsuite, slightly modified fro Kawa.
	See http://sisc.sourceforge.net/r5rs_pitfall.php .
	* Makefile.am (check-pitfalls): Run r5rs_pitfall.scm.

2005-01-25  Per Bothner  <per@bothner.com>

	* HelloCgiX.xql: Add qexo prefix to request-query-string, to test
	that it works both with and without the prefix.

2005-01-19  Dominique Boucher <dominique.boucher@nuecho.com>

	* formatst.scm:  Add some more regression tests.

2005-01-16  Per Bothner  <per@bothner.com>

	* module3.scm: Added test for Savannah bug #11578, submitted
	by Dean Ferreyra from Merced Systems.
	* obj-test.scm: Invoke said test.

2005-01-09  Per Bothner  <per@bothner.com>

	* HelloCgiX.xql: Update to current XQuery syntax.

2005-01-08  Per Bothner  <per@bothner.com>

	* module1.scm: New test for Savannh bug #11508,
	from Thomas Kirk <tk@research.att.com>.
	* module2.scm (my-array-7): New variableusing above macro.
	* obj-test.scm: new test to check my-array-7.

2005-01-02  Per Bothner  <per@bothner.com>

	* formatst.scm: Add 4 tests for ~<...~:> (Logical Block).

2004-12-26  Per Bothner  <per@bothner.com>

	* included-1.scm: New file, to test include-relative.
	* Makefile.am (EXTRA_DIST): Update accordingly.
	* module1.scm (list0length-): Use include-relative

	* mac-test.scm: New test based on code by Andre van Tonder

2004-12-24  Per Bothner  <per@bothner.com>

	* mac-test.scm: New test, from Chez Scheme User's Guide.

2004-12-22  Per Bothner  <per@bothner.com>

	* mac-test.scm: Add new tests for double elipsis in template.

2004-12-07  Per Bothner  <per@bothner.com>

	* classes1.scm: Add test for define-namespace of a class.
	* classes2.scm: Test creating on non-static class.
	* obj-test.scm: Test creating of non-simple classes.

2004-12-02  Per Bothner  <per@bothner.com>

	* Makefile.am (EXTRA_DIST): Add MyDate.java and MyTimestamp.java.
	Should have been added 05-12.

2004-11-08  Per Bothner  <per@bothner.com>

	* mac-test.scm: More macro pattern-matching tests.

	* mac-test.scm: A bunch of new tests.
	Test cases from Savannah bugs #9483 and #10561, which now work.

2004-10-23  Per Bothner  <per@bothner.com>

	* mac-test.scm: Add new test.

2004-08-05  Chris Dean  <ctdean@sokitomi.com>

	* classes1.scm (<SimpleA>):  Add mHappy field and isHappy/setHappy
	methods.
	* obj-test.scm:  Check for "isName" methods.

2004-08-10  Per Bothner  <per@bothner.com>

	* Makefile.am:  Adjust classpath for CGI tests, so we get
	servlet jar.

2004-08-07  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Overload resolution test is now expected to pass.

2004-08-03  Per Bothner  <per@bothner.com>

	* module2.scm:  Make module extend <pair>, for extra testing.

	* testing.scm (test):  Add commented-out debugging hook.

2004-05-23  Per Bothner  <per@bothner.com>

	New testcase, based on Chris Dean's testcase for Savannah bug #8837.
	* classes1.scm (counter, get-new-count):  Move to the end, specifically
	after use in IdClass1.
	* obj-test.scm:  Move make of <IdClass2> before require, so we can
	test loading of a class without using require.
	Add one new expected failure.

2004-05-17  Chris Dean  <Chris.Dean@sokitomi.com>

	* misc-test.scm:  Testcase for Savannah bug #8955.

2004-05-13  Dominique Boucher <dominique.boucher@nuecho.com>

	* module2.scm (<A8711>, <B8711>):  New test - Savannah bug #8711.

2004-05-12  Per Bothner  <per@bothner.com>
	    Chris Dean  <Chris.Dean@sokitomi.com>

	New testcase, for checking overload resolution.
	* MyDate.java:  New class.
	* MyTimestamp.java:  New class, extends MyDate.
	* module3.scm (my-compare):  New function, uses MyTimestamp.
	* Makefile.am:  Update accordingly.
	* obj-test.scm:  New test, calls my-compare.

2004-05-06  Chris Dean  <Chris.Dean@sokitomi.com>

	* module1a.scm:  New module, uses defmacro.
	* module2.scm:  Use new module.
	* Makefile.am:  Update accordingly.
	Test case for bug #8818.

2004-05-04  Per Bothner  <per@bothner.com>

	* num-test.scm:  Add 5 new Comparable/CollectionsLsort tests.

2004-04-22  Per Bothner  <per@bothner.com>

	* misc-test.scm:  New testcase, simplified from psynjtax.pp
	(pre-processed version of portable syntax case implementation).

2004-02-21  Per Bothner  <per@bothner.com>

	* num-tests.scm:  Add tests of Comparable numbers
	using java.util.Collections.sort.

2004-02-16  Per Bothner  <per@bothner.com>

	* mac-test.scm:  Add a testcase by Al Petrovsky.

2004-02-15  Per Bothner  <per@bothner.com>

	* classes1.scm:  Add access: properties and test them.

2003-12-25  Per Bothner  <per@bothner.com>

	* module1.scm (namespace-syntax-test):  Specific timezone UTC so
	result is predictable.
	(obj-test.scm):  Update result from namespace-syntax-test.

2003-12-20  Per Bothner  <per@bothner.com>

	* obj-test.scm, classes1.scm:  Test new field initialization features.

2003-11-10  Per Bothner  <per@bothner.com>

	* testing.scm (report-fail):  Only use string-append if
	fail-expected is a string.

2003-11-09  Chris Dean  <Chris.Dean@sokitomi.com>

	* misc-test.scm:  Added string-append/shared tests

2003-11-05  Per Bothner  <per@bothner.com>

	* module3.scm, obj-test.scm:  Test define-variable syntax form.
	(dvar-test-1):  Add with-compile-options form.

2003-10-19  Per Bothner  <per@bothner.com>

	* num-test.scm:  New test from Sven.Hartrumpf@fernuni-hagen.de
	(10-17 "airth. expression crashes Kawa") plus 2 derived tests.

2003-10-08  Per Bothner  <per@bothner.com>

	Based on Savannah bug #5651 from Chris Dean <Chris.Dean@sokitomi.com>.
	* module3.scm (iarr-set):  New function.
	* obj-test.scm:  New test for primitive-array macros.

2003-09-11  Per Bothner  <per@bothner.com>

	* testing.scm (test):  Catch exception.
	* misc-test.scm:  New generic procedure tests. One is expected to fail.

2003-09-08  Per Bothner  <per@bothner.com>

	Based on Savannah bug #5113 from Chris Dean <Chris.Dean@sokitomi.com>.
	* module1.scm (namespace-syntax-test):  New macro.
	* module3.scm (namespace-syntax-call):  New function.
	* obj-test.scm:  Test namespace-syntax-call.

2003-08-20  Per Bothner  <per@bothner.com>

	* test.scm:  Merge in new tests from Aubrey Jaffer's latest version
	of r4rstest.scm.
	* num-test.scm:  6 new tests, mostly from Aubrey Jaffer.

2003-08-09  Per Bothner  <per@bothner.com>

	* classes1.scm (counter, get-new-count, <IdClass1>, <IdClass2>):  New
	Test for Savannah bug #4540.
	* obj-test.scm:  New tests.

	* classes1.scm (default-offset, <DateTest>):  New test, for
	non-simple class with captured context.
	Based on Savannah (non-)bug #4540.
	* obj-test.scm:  New test.

2003-08-01  Per Bothner  <per@bothner.com>

	* HelloCgiX.xql:  Add now-needed xmlspace declaration.

2003-07-22  Chris Dean  <Chris.Dean@sokitomi.com>

	* misc-test.scm: Test for Savannah bug #4423.

2003-07-21  Per Bothner  <per@bothner.com>

	* gui-test.scm:  Use a button model twice, to test new
	gnu.kawa.models package.

2003-07-16  Per Bothner  <per@bothner.com>

	* module1.scm (my-factorial):  New test case, base of bug reported
	2003-03-19 by Chris.Dean@sokitomi.com.
	* module3.scm, obj-test.scm:  Call my-factorial.

2003-07-15  Chris Dean  <Chris.Dean@sokitomi.com>

	* classes1.scm (<SimpleDateTest>): Add for invoke-special test.
	* obj-test.scm: Test invoke-special with <SimpleDateTest> class.

2003-07-15  Chris Dean  <Chris.Dean@sokitomi.com>

	* arr-test.scm: Test for Savannah [bug #4310] share-array edge case

2003-07-14  Joerg Hoehle  <Joerg-Cyril.Hoehle@t-systems.com>

	* misc-test.scm: New test - for bug with makeBuiltinUnary.

	* misc-test.scm: New call-with-values test.

2003-07-12  Chris Dean  <Chris.Dean@sokitomi.com>

	* module3.scm: Added functions to test compile time bug of
    	primitive-array-*, Savannah bug #4289
	* obj-test.scm: Test the primitive-array-* functions.

2003-07-11  Chris Dean  <Chris.Dean@sokitomi.com>

	* misc-test.scm:  New test for 'fluid-let' with 'future'.

2003-07-10  Chris Dean  <Chris.Dean@sokitomi.com>

	* mac-test.scm:  New test for Keyword among syntax-rules literals.

2003-06-03  Per Bothner  <per@bothner.com>

	* mac-test.scm:  New cond-expand test, based on bug reported
	2003-06-02 by Sven.Hartrumpf@FernUni-Hagen.de.

2003-06-03  Per Bothner  <per@bothner.com>

	* misc-test.scm: New tests.

2003-06-01  Per Bothner  <per@bothner.com>

	* mac-test.scm:  New cond-expand test, based on bug reported
	2003-06-01 by Sven.Hartrumpf@FernUni-Hagen.de.

2003-05-31  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Add a parameter type specifier to avoid warning.

2003-05-22  Per Bothner  <per@bothner.com>

	* mac-test.scm:  New testcases based on bug reported
	2003-05-19 by Sven.Hartrumpf@FernUni-Hagen.de.

2003-05-22  Bruce R. Lewis <brlewis@ALUM.MIT.EDU>.

	* mac-test.scm:  Two new test cases.

2003-05-18  Per Bothner  <per@bothner.com>

	* misc-test.scm (fie-6):  New test, from Petter Oesterlund.

2003-05-13  Chris Dean <Chris.Dean@sokitomi.com>.

	* obj-test.scm:  New test for a name mangling problem.
	Detects bug fixed 05-16 (see gnu/kawa/reflect/ChangeLog).

2003-04-28  Per Bothner  <per@bothner.com>

	* obj-test.scm:  New test based on bug reported 02-20 by
	Vladimir Tsichevski <wowa@jet.msk.su>.

2003-04-27  Per Bothner  <per@bothner.com>

	* obj-test.scm:  New test based on bug reported 04-24 by
	Vladimir Tsichevski <wowa@jet.msk.su>.

2003-04-21  Vladimir Tsichevski <wowa@jet.msk.su>

	* mac-test.scm:  New test.

2003-04-21  Chris Dean  <Chris.Dean@sokitomi.com>

	* module1.scm, module2.scm:  New test.

2003-04-19  Chris Dean  <Chris.Dean@sokitomi.com>

	* misc-test.scm:  New tests for overloading and instance?.

2003-04-05  Per Bothner  <per@bothner.com>

	* classes1.scm (<SimpleA>):  Add two methods that return lambdas.
	* obj-test.scm:  Check that those work.

2003-04-01  Vladimir Tsichevski <wowa@jet.msk.su>

	* mac-test.scm:  Check set! in macro code.

2003-03-24  Per Bothner  <per@bothner.com>

	New testcase based on bug report from Chris Dean 2003-03-23.
	* classes1.scm (define-class-using-syntax-rules):  New macro.
	* classes2.scm (<SimpleC>):  Use new macro.

2003-03-13  Per Bothner  <per@bothner.com>

	* arr-test.scm:  Test for rebug reported by Chris Dean
	<ctdean@mercedsystems.com>.

2003-03-06  Per Bothner  <per@bothner.com>

	* Makefile.am (EXTRA_DIST):  Add module3.scm.

2003-03-02  Per Bothner  <per@bothner.com>

	New test based on a bug reported by <Chris.Dean@sokitomi.com>.
	* module3.scm:  New file.
	* module1.scm:  Make explicitly non-static.
	* obj-test.scm:  Add test using modules3.
	* Makefile.am:  Added appropriate rules.

2003-01-29  Per Bothner  <per@bothner.com>

	* gui-test.scm:  New file, tests the 'gui modele.

2003-01-26  Per Bothner  <per@bothner.com>

	* obj-test.scm:  Extend tests to using record-type as a NameMap,
	based on bug reported by Wen-Chun Ni <wcn@tbcommerce.com>.

2003-01-24  Per Bothner  <per@bothner.com>

	* mac-test.scm:  Add 25 new tests, for cut and cute (from srfi-26).

2002-11-20  Per Bothner  <bothner@bothner.com>

	* misc-test.scm:  Add new tests for qualfied-symbol method invoke.

2002-11-10  Per Bothner  <per@bothner.com>

	* misc-test.scm: New test from Wen-Chun Ni <wcn@tbcommerce.com>.

2002-10-27  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Change sterlund -> &Ouml;sterlund to avoid
	character encoding issues.

2002-10-20  Per Bothner  <per@bothner.com>

	New test based on bug report from Khairul Azhar <kazar1my@yahoo.co.uk>.
	* module1.scm (deldup):  Macro, uses function imported from list-lib.
	* module2.scm (list1234):  Invoke imported deldup macro.
	* obj-test.scm:  New test, that list1234 has the correct value.	

2002-09-27  Per Bothner  <per@bothner.com>

	* Makefile.am (check-no-inline):  New rule.
	(check):  Also do check-no-inline.

2002-09-21  Per Bothner  <per@bothner.com>

	* obj-test.scm:  Add some new tests for srfi-9 (define-record-type).

2002-08-22  Per Bothner  <per@bothner.com>

	* mac-test.scm :  New test cases based on bug report from
	 Stephen L. Peters <portnoy@portnoy.org>.

2002-08-07  Per Bothner  <per@bothner.com>

	* module2.scm (make-pair):  New definition.  This tests a bug
	reported today by Walter C. Pelissero  <walter@pelissero.org>.
	* obj-test.scm:  Add a test that calls make-pair.

2002-08-06  Per Bothner  <per@bothner.com>

	* obj-test.scm:  No longer any expected failure - it now works.

2002-06-11  Per Bothner  <per@bothner.com>

	* MySAXApp.java:  New SAX2 example proram, taken from SAX web site.
	* MySAXApp.expected:  Expected output from MySAXApp.java.
	* arr-test.scm:  New test-suite for SRFI-25, originally written by
	Jussi Piitulainen <jpiitula@ling.helsinki.fi>.
	* Makefile.am:  Add rules for new tests.

2002-03-07  Per Bothner  <per@bothner.com>

	* misc-test.scm:  New regression test.

2002-02-15  Per Bothner  <per@bothner.com>

	* HelloCgiK.out:  Renamed to HelloCgiK.expected.  Needed because
	the suffix .out confuses make when doing make dist.
	* HelloCgiS.out:  Likewise renamed to HelloCgiS.expected.
	* MyFunc.java:  New simple function definition test.
	* MyModule.java:  New simple module test.
	* obj-test.scm:  Add tests using MyFunc and MyModule.
	* HelloCgiX.xql, HelloCgiX.expected:  New cgi-servlet/XQuery test.
	* Makefile.am:  Update as needed.

	* HelloCgiK.krl, HelloCgiK.expected:  Fix inverted logic.

2002-02-14  Per Bothner  <per@bothner.com>

	* HelloCgiK.krl, HelloCgiK.out:  New cgi-servlet/KRL test.
	* HelloCgiS.out, HelloCgiS.scm:  New cgi-servlet/Scheme test.
	* Makefile.am:  Add rules for new tests.

2002-02-11  Per Bothner  <per@bothner.com>

	* scribble.html:  Remnamed to ...
	* scribble.html.in:  New file.
	* Makefile.am (check-scribble):  Use check-scrible link in this
	directory, since appletview looks for class file in dir of html file.

2001-11-06  Per Bothner  <per@bothner.com>

	* obj-test.scm:  symbol->string no longer coerces to <String>.

2001-10-11  Per Bothner  <per@bothner.com>

	* Makefile.am (SOURCES):  Add module2.scm.

2001-10-05  Per Bothner  <per@bothner.com>

	* formatst.scm:  Commented out two SLIB specific tests.
	Marked another test as expected to fail.

2001-09-24  Per Bothner  <per@bothner.com>

	* obj-test,scm:  Test previous mdoule2.scm change.

2001-09-21  Per Bothner  <per@bothner.com>

	* module1.scm:  Move most of the definitions to module2.scm.
	* module2.scm:  New file.  New test from Jocelyn Paine.
	* Makefile.am:  Update to make module2.class.
	* obj-test.scm:  Require module2 instead of module1.

2001-09-15  Per Bothner  <per@bothner.com>

	* misc-test.scm:  New test, for bug reported by Jocelyn Paine.

2001-08-30  Per Bothner  <per@bothner.com>

	* classes1.scm (hyphenated-field?):  New field to test mangling.
	* obj-test.scm:  Test slot-ref access to new field.

2001-08-23  Per Bothner  <per@bothner.com>

	* classes1.scm, classes2.scm, SimpleB.java:  New files for
	testing define-class and define-simple-class.
	* obj-test.scm:  Added 20 more tests.
	* Makefile.am:  Rules for new tsets.

2001-07-18  Per Bothner  <per@bothner.com>

	* Makefile.am (check-scribble):  Handle appletviewer changes in JDK:
	CLASSPATH environment variable is ignored, so use -J flags.
	The filename should be a URL, so prepend 'file:'.

2001-06-04  Per Bothner  <per@bothner.com>

	* Makefile.am (KAWALIB):  Change to use .jar file.

2001-06-03  Per Bothner  <per@bothner.com>

	* formatst.scm:  Comment out misleading message about missing complex.

2001-05-16  Per Bothner  <per@bothner.com>

	New tests Based on a bug report from Walter C. Pelissero
	<walter@pelissero.org>.  Needs to be in compiled module to trigger bug.
	* module1.scm (length-diff1, length-diff2, length-diff3):
	Define and export new procedures, using primitive subtraction.
	* obj-test.scm:  Test new procedures.

2001-03-23  Per Bothner  <per@bothner.com>

	* Makefile.am: Support for using gcj-compiled Kawa.

2001-03-08  Per Bothner  <per@bothner.com>

	* obj-test.scm:  Change expected result.

2001-02-28  Per Bothner  <per@bothner.com>

	* module1.scm (classify):  New procedure, used to cause VerifyError.
	* obj-test.scm:  Call classify and test it.

2001-02-27  Per Bothner  <per@bothner.com>

	* module1.scm:  New module, to test separate compilation.
	* obj-test.scm:  Some extra tests, including require of module1.
	* Makefile.am:  Update to compile and use module1.

2000-09-21  Per Bothner  <per@bothner.com>

	* num-test.scm:  New remainder test, from brlewis@alum.mit.edu.

2000-08-16  Per Bothner  <per@bothner.com>

	* obj-test.scm:  New test for name clashes in compiled code.

2000-06-25  Per Bothner  <per@bothner.com>

	* ppfile.out:  Fix expected output.

2000-06-19  Per Bothner  <per@bothner.com>

	* Makefile.am (EXTRA_DIST):  New variable, for ppfile.out.
	(SOURCES):  Addes scribble.com.

2000-06-18  Per Bothner  <per@bothner.com>

	* misc-test.scm:  New tests for make-procedure and properties.

2000-06-09  Per Bothner  <per@bothner.com>

	* Makefile.am (check1):  Always at least compile scribbe.scm.

2000-06-09  Bruce Lewis  <brlewis@alum.mit.edu>

	* misc-test.scm:  Two new read-line tests.

2000-05-28  Per Bothner  <per@bothner.com>

	* Makefile.am (check-ppfile):  New test, for slib/ppfile.scm.
	* ppfile.out:  New file - expected output from ppfile.

	* misc-test.scm (test-alias-5):  New testcase.

	* num-test.scm:  Added two gcd regression tests.

2000-04-14  Per Bothner  <per@bothner.com>

	* obj-test.scm: Added 4 tests for record with names that need mangling.

2000-02-29  Per Bothner  <per@bothner.com>

	* misc-test.scm (test-nesting-3):  New test, triggers bug reported
	by Bruce R. Lewis; now fixed.

2000-02-25  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Added two more tests for #!optional.

2000-02-12  Per Bothner  <per@bothner.com>

	* scribble.scm:  New "applet" testcase.
	* scribble.html:  Web page that uses scribble applet.
	* Makefile.am (scribble.class, check-scribble):  New rules.

2000-01-23  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Added tests for call-with-values and values.

2000-01-22  Per Bothner  <per@bothner.com>

	* testing.scm (setion):  Return implied #!void rather than #t.

1999-12-11  Per Bothner  <per@bothner.com>

	* misc-test.scm:  New test for fluid-let, from bug reported by
	Walter C. Pelissero <wcp@lpds.sublink.org> 1999-12-10.

1999-11-28  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Various tests for variable lookup, inlining,
	recursion and similar nasty stuff. Based on bug
	reports from Walter C. Pelissero <wcp@lpds.sublink.org>.

1999-11-18  Per Bothner  <per@bothner.com>

	* testing.scm:  Remove save-+ kludge.  No longer needed, now that +
	is "inlined" (actually just resolved by the compiler).

1999-11-16  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Added test for "too many args?" bug
	reported by Walter C. Pelissero" <wcp@pop.systemy.it>.

1999-11-15  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Add some tests for SRFI-6 string-port procedures.
	(sql-rsmd-all):  Verification regression test.
	* obj-test.scm:  Added some reflection tests (invoke, slot-set!, etc).
 	(force-eval, force-compile):  Helper procedures.

1999-09-08  Per Bothner  <per@bothner.com>

	* mac-test.scm:  More test, mostly let-syntax and friends.
	* misc-test.scm:  Add a test for internal define-alias.
	* test.scm:  Comment our extra (newline).

1999-08-17  Per Bothner  <per@bothner.com>

	* obj-test.scm:  Another object regression test.

1999-07-19  Per Bothner  <per@bothner.com>

	* Makefile.am, Makefile.in (SOURCES):  Add formatst.scm.

1999-07-15  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Added 3 new (originally failing) test-cases reported
 	by "Otto, Marcus, Mathe/Informatik" <Otto_Marcus@ph-ludwigsburg.de>.
	* Makefile.am, Makefile.in (check2):  Remove duplication. 
	
1999-07-11  Per Bothner  <per@bothner.com>

	* formatst.scm:  Set fail-expected 4 places.  Some other fixes.
	* Makefile.am, Makefile.in (check1):  Add check-format.

1999-06-30  Per Bothner  <per@bothner.com>

	* formatst.scm:  New testsuite, derived from one in Slib.
	* Makefile.am, Makefile.in (check-format):  New rule.
	
1999-04-25  Per Bothner  <bothner@Magnus.Cygnus.COM>

	* obj-test.scm:  Yet another object regression test.

1999-04-22  Per Bothner  <bothner@cygnus.com>

	* obj-test.scm:  Add two more for tests for object - with fields.

1999-04-11  Per Bothner  <bothner@cygnus.com>

	* obj-test.scm:  A test for object form needing static link.

Thu Apr  8 20:48:23 1999  Per Bothner  <bothner@Magnus.Cygnus.COM>

	* misc-test.scm:  Add new test for fluid-let.

Mon Mar 29 23:27:21 1999  Per Bothner  <bothner@cygnus.com>

	* obj-test.scm:  New test for object form as closure.

Sun Mar 21 16:55:47 1999  Per Bothner  <bothner@Magnus.Cygnus.COM>

	* misc-test.scm:  Add tests for location and define-alias.

Thu Mar 11 11:09:08 1999  Per Bothner  <bothner@Magnus.Cygnus.COM>

	* misc-test.scm:  Add another test.
	* Makefile.am:  Set up to test different options, for now
	both --no-full-tailcalls and --full-tailcalls for most tests.

Mon Feb  8 22:42:58 1999  Per Bothner  <bothner@cygnus.com>

	* misc-test.scm:  New regression test.

Sat Jan  2 19:35:56 1999  Per Bothner  <bothner@cygnus.com>

	* Makefile.am (KAWA):  Use ../kawa/kawa.sh, not ../kawa/kawa.

Sat Oct 17 14:45:07 1998  Per Bothner  <bothner@cygnus.com>

	* misc-test.scm:  Add a test for new synchronized form.

Sat Aug 29 20:57:48 1998  Per Bothner  <bothner@cygnus.com>

	* test.scm:  Re-assigning + is now expected to fail.

Sat Aug 29 11:27:43 1998  Per Bothner  <bothner@cygnus.com>

	* testing.scm (total-expected-count):  New variable.
	(test-init):  Take optional argument for setting total-expected-count.
	(report-display, report-newline):  New functions.
	(test-report):  Check that total matches total-expected-count.
	* mac-test.scm, num-test.scm, obj-test.scm, polytype.scm, test.scm
	(test-init):  Add total count of tests.

	* misc-test.scm:  Add new tests for closures.

Fri Jul 10 18:46:27 1998  Per Bothner  <bothner@cygnus.com>

	* polytype.scm:  From Marc Feeley <feeley@IRO.UMontreal.CA>:
	I've just found a problem with "polytype.scm".  The numbering of the
	type variables returned depends on the argument evaluation order (and
	also the order that "map" calls the function).  Here is the new
	version of the program which fixes these problems.

Fri Jul 10 18:11:41 1998  Per Bothner  <bothner@cygnus.com>

	* polytype.scm:  Merge with updated version from Feeley.

Mon Jun 29 17:59:06 1998  Per Bothner  <bothner@cygnus.com>

	* test.scm:  Merged some more code from Jaffar's version.
	* testing.scm:  Add a work-around for a namespace pollution conflict.

	* polytype.scm: New test, originally written by Marc Feeley.
	* Makefile.am, Makefile.in: Upadte for new test.

Sun May 24 12:26:50 1998  Per Bothner  <bothner@cygnus.com>

	* num-test.scm:  Added some exact->inexact tests.

Tue Apr 28 21:43:52 1998  Per Bothner  <bothner@cygnus.com>

	* misc-test.scm:  Added test for nested try-finally from
	<Hallvard.Traetteberg@idi.ntnu.no>.

Tue Feb 24 23:08:41 1998  Per Bothner  <bothner@cygnus.com>

	* obj-test.scm:  Add tests for make, (record 'field), and set!.

Thu Feb 19 19:33:57 1998  Per Bothner  <bothner@cygnus.com>

	* misc-test.scm:  Add tests for new-line (CR and CRLF) handling.

Tue Jan 27 11:48:50 1998  Per Bothner  <bothner@cygnus.com>

	* misc-test.scm:  Add tests for try-catch, catch, and throw.

Tue Jan 20 10:26:42 1998  Alberto Petrofsky  <albatros@wco.com>

	* misc-test.scm: Add some reader regression tests.

Mon Jan 19 17:09:38 1998  Per Bothner  <bothner@cygnus.com>

	* num-test.scm:  Add some more regression tests.

Sun Dec 14 17:02:02 1997  Per Bothner  <bothner@cygnus.com>

	* Update for symbol-read-case, defaulting to 'P.

	* num-test.scm:  Added two tests from Norman Hardy <norm@netcom.com>.
	* misc-test.scm:  Add a repression test that used to cause bad warning.
	* Makefile.am (CLEANFILES):  Also remove testing.zip and *.log.

Sun Nov  2 10:05:19 1997  Per Bothner  <bothner@cygnus.com>

	* num-test.scm:  Add a test for inexact->exact and rationalize.
	* Makefile.am:  Pre-compile testing.scm to testing.zip.
	Always do check-obj; remove MISC_1_1.

Thu May 29 15:08:42 1997  Per Bothner  <bothner@cygnus.com>

	* num-test.scm:  Add some tests for magnitude.

Mon May 26 22:00:05 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* num-test.scm:  Add inexact->exact test that detected gcd of 0 bug.
	* Makefile.{am,in}:  Remove unused junk.

Tue May 20 22:16:36 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* num-test.scm:  Add two tests for recently-fixed bugs.

Tue Mar 25 19:37:14 1997  Per Bothner  <bothner@kalessin.cygnus.com>

	* mac-test.scm:  Add a test for demacro and gentemp.

Tue Mar 18 14:17:29 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* misc-test.scm:  New tests.
	* Makefile.am, Makefile.in:  Update.

Mon Mar 17 22:05:01 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* obj-test.scm:  New test.  Test record feature (if JDK 1.1).
	* Makefile.am, Makefile.in:  Update.

Mon Feb  3 22:58:45 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* Makefile.am:  KAWATEST now uses kawa shell script.

Sat Jan 25 15:45:14 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* test.scm:  Internal define is no longer expected to fail.
	* mac-test.scm, mac1.scm:  New test.
	* Makefile.am, Makefile.in:  Appropriate updates.

Sun Jan  5 19:30:22 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* test.scm:  Imaginary literals are now supported.

Sun Dec 15 22:37:03 1996  Per Bothner  <bothner@deneb.cygnus.com>

	* num-test.scm:  Fix typo.
	* test.scm:  Add set! fail-expected where needed.
	Remove newline to fix one test.

Fri Dec 13 17:04:54 1996  Per Bothner  <bothner@deneb.cygnus.com>

	New directory - for test suites for Kawa.
