- Oct 09, 2002
-
-
camm authored
-
pfdietz authored
-
pfdietz authored
-
camm authored
add package-error condition(preliminary);hash conditions only by the error name, not the format string;pass error types for both correctable and non-correctable situations;eliminate duplicate loading of clcs/package.lisp;Allow t doc-types in documentation (returning nil) for now;fix final type errors in predlib.lsp (regarding base-string);other error functions to pass continuable errors (needs cleaning up);package designators can be characters;delete-package added;make-package doesn't :use lisp by default;in-package returns error if package does not exist instead of making the package(relatively big change -- need to address instances of in-package in .lsp code);call make-package on relevant packages in init_gcl.lsp.in and pcl/sys-package.lisp;\-ffunction-sections for hppa with no-optimization -- enables first maxima build here;separate lisp variables to specify optimization flags for level 2 and 3
-
- Oct 08, 2002
- Oct 07, 2002
-
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
File defines a variable whose value is the list of the symbol names of all the standard CL external variables.
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
Added comments, and added a test that symbols external in the keyword package are constants and have themselves as their values.
-
- Oct 06, 2002
-
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
Added a check that external symbols in the CL package do not have any properties on their property lists that violate section 11.1.2.1.1 of the spec.
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
Added character comparison tests. I don't think these are entirely satisfactory; we should be able to test additional properties of the orderings.
-
pfdietz authored
-
- Oct 05, 2002
- Oct 04, 2002
-
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
camm authored
ansi-test corrections; extra-libs option to LINK function; LINK doc change; subtypep and string changes to pass more tests
-
pfdietz authored
Fixed problem string-capitalize.2; added tests for nstring-upcase, nstring-downcase, and nstring-capitalize.
-
pfdietz authored
-
pfdietz authored
-