summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
jgarcia [Tue, 13 May 2008 10:42:10 +0000]
Even less verbose tests.
jgarcia [Mon, 12 May 2008 09:10:26 +0000]
Be less verbose in the tests
jgarcia [Mon, 12 May 2008 07:48:50 +0000]
Do not load initialization files with ecl
jgarcia [Sun, 6 Jan 2008 21:02:48 +0000]
Pathnames such as //usr/ are not parsed properly (usr is interpreted as hostname)
jgarcia [Sat, 24 Mar 2007 10:31:08 +0000]
COPY-READTABLE did not copy entries when supplied a second argument.
jgarcia [Fri, 5 Jan 2007 18:33:31 +0000]
ENOUGH-NAMESTRING did not simplify paths that had completely equivalent directories
jgarcia [Fri, 5 Jan 2007 18:05:13 +0000]
Test for uses of :BACK in directories
jgarcia [Sun, 5 Nov 2006 09:51:18 +0000]
"scratch" is a directory.
jgarcia [Tue, 24 Oct 2006 12:41:08 +0000]
Disable CL-0009-FINALIZATION because it takes too long on a multithreaded ECL.
jgarcia [Wed, 11 Oct 2006 08:25:30 +0000]
Hash table iteration now checks that the argument is a hash table
jgarcia [Tue, 10 Oct 2006 15:23:17 +0000]
Missing argument to SORT!
jgarcia [Tue, 10 Oct 2006 15:15:00 +0000]
Detect whether custom finalization is working.
jgarcia [Tue, 10 Oct 2006 14:28:48 +0000]
Namestring "." improperly parsed as ".." Use last dot to determine file type.
jgarcia [Tue, 10 Oct 2006 11:43:05 +0000]
DEFCLASS's :INITFORM did not expand the value of constant variables such as MOST-POSITIVE-FIXNUM.
jgarcia [Fri, 1 Sep 2006 15:15:19 +0000]
ADJUST-ARRAY is not allowed to set a fill pointer in an array without any
jgarcia [Wed, 2 Aug 2006 10:17:47 +0000]
ENOUGH-NAMESTRING provided too large directory names (Contributed by Tim S)
jgarcia [Wed, 2 Aug 2006 10:17:08 +0000]
Add test for STREAMP on Gray streams.
jgarcia [Thu, 29 Jun 2006 16:23:20 +0000]
Compiled functions can have more than 64 required arguments
jgarcia [Sat, 24 Jun 2006 12:51:35 +0000]
cl_shutdown() should clean the list of hooks before exiting.
jgarcia [Sat, 17 Jun 2006 16:40:12 +0000]
*** empty log message ***
jgarcia [Sat, 20 May 2006 22:25:09 +0000]
MACRO-FUNCTION and MACROEXPAND fail to recognized shadowing of macros by compiled FLET forms.
jgarcia [Sat, 20 May 2006 22:24:29 +0000]
Detect when DEFPACKAGE is not able to import symbol NIL.
jgarcia [Wed, 17 May 2006 15:37:26 +0000]
Tests for externalization of constants in the compiled code
jgarcia [Fri, 5 May 2006 15:16:01 +0000]
Test for function calls with large number of arguments and defclass options being properly quoted.
jgarcia [Wed, 26 Apr 2006 13:19:28 +0000]
Test broke if no FASL file around
jgarcia [Mon, 24 Apr 2006 08:48:48 +0000]
Add checks for slot accessor merging rules
jgarcia [Tue, 18 Apr 2006 15:34:49 +0000]
New regression tests
jgarcia [Mon, 3 Apr 2006 13:02:04 +0000]
Repository moved in Savannah
jjgarcia [Fri, 2 Dec 2005 12:43:48 +0000]
Makefile can now be used by BSD make
jjgarcia [Fri, 28 Oct 2005 10:12:43 +0000]
Remove directories that spoil the tests
jjgarcia [Wed, 19 Oct 2005 10:21:42 +0000]
Initial revision