[Ecls-list] Latest fixes

Juan Jose Garcia-Ripoll jjgarcia at users.sourceforge.net
Tue Oct 10 14:30:16 UTC 2006


 - When :INITFORM was a constant variable but not self evaluating (i.e. not T,
   NIL, or a keyword), it was not processed properly
	(defclass a () ((a :initform most-positive-fixnum)))
	(slot-value (make-instance a) 'a) => most-positive-fixnum

 - The namestring "." was improperly parsed has having file type "".

 - Now the file type is determined by the last dot in the name.
	(pathname-type "foo.mpq.txt") => "txt"




More information about the ecl-devel mailing list