2001-03-08  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* posix.scm: Applied stefan's patch with fixed lstat test and
	fixed (hopefully) the test for strptime.

2001-03-06  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* posix.scm: Modified the tests so that a not-available exception
	is caught and failure is reported.

2000-12-21  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* dynload.scm: New file for testing the dynamic loading
	primitives.

	* posix.scm: Added checks for getpwent, setpwent, endpwent
	opendir, closedir, readdir, rewinddir, directory-files, strftime,
	strptime.

2000-12-07  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* basic.scm: Added tests for the new box primitives.

2000-12-06  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* basic.scm: A little change (removed a (newline)) in section
	`open-output-file' to (hopefully) make this test script pass
	completely under Windows.

	* posix.scm: Rearranged so that more test pass under Windows
	before the script barfs.

	* signal.scm: Use signals 2 and 15 so it works under Windows.

2000-12-01  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* posix.scm, regexp.scm, uvector.scm, signal.scm: Use `load'
	instead of `primitive-load', so the `%load-path' gets honoured.

	* basic.scm, basic2.scm, forms.scm, functions.scm, queens.scm,
	scheme-art.scm, r5rs.scm, runge-kutta.scm, syntax.scm, srfi.scm,
	stress.scm, string-fun.scm: Use `load' instead of `primitive-load'
	so that the load path set in Makefile.am is considered for `make
	distcheck'.

	* string-fun.scm (reverse-list->string): Added tests for
	`reverse-list->string', `string-reverse' and `string-reverse!'.

2000-11-30  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* stress.scm: Added symbol table torture test.

2000-11-28  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* basic.scm, uvector.scm, syntax.scm, string-fun.scm, stress.scm,
	srfi.scm, signal.scm, scheme-art.scm, runge-kutta.scm, regexp.scm,
	r5rs.scm, queens.scm, posix.scm, functions.scm, forms.scm,
	basic2.scm: Added `-q' to the command line for sizzle and pass
	remaining arguments to the interpreter.

2000-11-09  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* README: Cleaned up and updated the file description list.

2000-11-08  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* r5rs.scm: Commented out inexact test #2, because it conflicts
	with a test from r4rstest.scm.  Have to figure out which is
	correct.

2000-11-02  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* regexp.scm: New test file for testing regular expressions.

	* Makefile.am: Removed `uvector.scm' from the standard tests,
	because uniform vectors are now configurable.  Same for
	`posix.scm', `signal.scm'.
	(EXTRA_DIST): Added `regexp.scm'.

2000-10-02  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* stress.scm: Added (use-modules (core list-lib)).

	* basic2.scm: Added (use-modules (core list-lib)).

2000-09-15  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* string-fun.scm: Changed calls to `string-rindex' to
	`string-index-right' and replaced #f index parameters to 0.

	* basic.scm: Changed hash-table creation from `make-vector' to
	`make-hash'.

2000-08-23  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* basic2.scm ("toplevel-environment"): Removed test, because
	procedure was removed.

2000-08-21  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* string-fun.scm (string-titlecase): Changed all occurences of old
	`string-capitalize[!]' to `string-titlecase[!]'.

2000-08-14  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* srfi.scm: Now sets the %load-path so that the modules are loaded
	from the source tree.

2000-07-20  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* basic2.scm: Changed `lambda?' to `closure?'.

2000-07-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* r5rs.scm: Fixed some constants, so that the new number code
	which tries to coerce to the best representation does not make
	comparisons with `equal?' fail.

2000-07-13  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* posix.scm (stat): Adjusted stat test to new return vector format.
	(lstat): Added test.

2000-07-11  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* README: Added descriptions for the new test files.

	* uvector.scm: New test file for all uniform vector primitives.

	* basic.scm: Moved string function tests to `string-fun.scm'.

	* Makefile.am (TESTS, EXTRA_DIST): Added the test files
	`string-fun.scm' and `uvector.scm'.

	* basic.scm: Added tests for string-chop, string-capitalize[!],
	string-upcase[!] and string-downcase[!].

2000-06-27  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* README: Added stress.scm to the file list.

2000-06-13  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* basic2.scm (u8vector-ref, u16vector-ref): Fixed invalid vector
	constants which showed up after fixing zzz_read_cell() bug.

2000-06-06  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* basic.scm: Added tests for `string-null?', `basename',
	`dirname', `cleanup-filename' and `string-split'.

2000-05-30  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* srfi.scm: Added test file for testing various implemented SRFIs.

2000-05-29  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* basic2.scm: Added tests for all uniform vector types.

2000-05-24  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* basic.scm (open-output-file/open-input-file): Close the ports
	after usage, because otherwise the data will not be written before
	the next test tries to read it.

2000-05-22  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* basic.scm: Added tests for `open-input-file',
	`open-output-file', `with-input-from-file', `with-output-to-file',
	`call-with-input-file', `call-with-output-file'.

2000-05-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* basic.scm: Added more tests for `modulo', which finally complies
	to R5RS, more tests for quotient and remainder, division
	invariance test and tests for gcd and lcm.

2000-04-20  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* runge-kutta.scm: Adapted to Sizzle's test suite.

	* r4rstest.scm: Adapted test file from SCM to run with Sizzle.

2000-04-17  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* r5rs.scm: Added another test script which contains tests from
	R5RS.

2000-04-10  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Cleaned up test directory.
	* Started this ChangeLog.
	

