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.
