source: trunk/abcl/src/org/armedbear/lisp @ 15406

Name Size Rev Age Author Last Change
../
java 13145   12 years ehuelsmann Comment why System.exit() is alright in the REPLConsole.java case.
protocol 14186   11 years Mark Evenson Java type marker for CL:PATHNAME.
scripting 14002   11 years Mark Evenson dmiles: SYS:*COMPILE-FILE-CLASS-EXTENSION* contains PATHNAME TYPE of …
util 15397   3 years Mark Evenson Expand abstraction of Archive Fix ZipTest? Start working on creating …
abcl-contrib.lisp 9.0 KB 15398   3 years Mark Evenson Fixes for working under Windows 10 Remove intermediate compiler …
AbstractArray.java 11.1 KB 14465   10 years rschlatte new method program_error, analogous to type_error
AbstractBitVector.java 6.4 KB 14466   10 years rschlatte call type_error when possible
AbstractString.java 3.7 KB 13443   12 years ehuelsmann Rename more occurrances of writeToString to printObject.
AbstractVector.java 8.3 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
adjoin.lisp 2.0 KB 11695   14 years ehuelsmann Fix DESCRIBE output by registering documentation on functions. Patch …
adjust_array.java 5.5 KB 13461   12 years ehuelsmann Print expected minimum and maximum argument list lengths in …
and.lisp 1.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
apropos.lisp 2.9 KB 14860   7 years Mark Evenson [PATCH 2/5] Add EXTERNAL-ONLY option to APROPOS. From …
arglist.java 4.8 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
ArgumentListProcessor.java 36.9 KB 15362   3 years Mark Evenson Refined serialization of local functions and closures (still doesn't …
ArithmeticError.java 4.6 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
arrays.lisp 3.9 KB 15307   3 years Mark Evenson Gently add arguments to the CL:MAKE-ARRAY we want Look ma, no new …
asdf.lisp 671.8 KB 15240   3 years Mark Evenson asdf: update to asdf-3.3.4
ash.java 1.9 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
assert.lisp 3.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
assoc.lisp 4.2 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
assq.java 1.9 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
assql.java 2.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Autoload.java 31.5 KB 15395   3 years Mark Evenson Make Pathname.init() static method Running under Netbeans, but …
AutoloadGeneralizedReference.java 7.5 KB 14369   10 years Mark Evenson Implementation of autoloader for SETF generalized references. Fixes …
AutoloadMacro.java 3.9 KB 13445   12 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
autoloads-gen.lisp 51.2 KB 14490   10 years rschlatte Eliminate one of our effective method function caches - …
autoloads.lisp 2.3 KB 14126   11 years ehuelsmann Closes #226: All exports and all but one autoload have been removed …
aver.lisp 1.8 KB 14121   11 years ehuelsmann Move exports from autoloads.lisp to the respective defining files. …
backquote.lisp 9.1 KB 14591   9 years Mark Evenson Correctly initialize/restore *BACKQUOTE-COUNT* special when loading …
BasicVector_ByteBuffer.java 9.4 KB 15359   3 years Mark Evenson Fix running openjdk11 compilation on openjdk8 Seemingly, the …
BasicVector_CharBuffer.java 8.7 KB 15383   3 years Mark Evenson Fixes for allocation of arrays via :nio-buffer Fix capacity …
BasicVector_IntBuffer.java 9.0 KB 15383   3 years Mark Evenson Fixes for allocation of arrays via :nio-buffer Fix capacity …
BasicVector_UnsignedByte8.java 7.7 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
BasicVector_UnsignedByte16.java 8.1 KB 15143   4 years Mark Evenson Check for element type before filling vectors (Olof-Joachim Frahm) …
BasicVector_UnsignedByte32.java 7.5 KB 15143   4 years Mark Evenson Check for element type before filling vectors (Olof-Joachim Frahm) …
Bignum.java 21.1 KB 15287   3 years Mark Evenson The upper limit for 32 bit values is simply wrong Fix the upper limit …
Binding.java 3.2 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
bit-array-ops.lisp 9.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
boole.lisp 2.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
boot.lisp 6.5 KB 14036   11 years ehuelsmann Re #226: Automatically generate autoloads. This commit adds the auto …
BroadcastStream.java 7.2 KB 14466   10 years rschlatte call type_error when possible
BuiltInClass.java 16.7 KB 13769   11 years rschlatte Remove spurious built-in class definition for method-combination
butlast.lisp 2.5 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
byte-io.lisp 3.2 KB 14070   11 years ehuelsmann Expand types before checking them: fixes Drakma. Patch by Stas Boukarev.
ByteArrayInputStream.java 3.1 KB 13442   12 years ehuelsmann Remove .toString() methods which override default Java output to be …
ByteArrayOutputStream.java 5.0 KB 15306   3 years Mark Evenson Wire up the overhaul of java.nio.Buffer derived types …
CapitalizeFirstStream.java 2.3 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
CapitalizeStream.java 2.7 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
case.lisp 7.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
CaseFrobStream.java 5.6 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
ceiling.java 2.5 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
cell_error_name.java 2.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
CellError.java 3.2 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
CharacterFunctions.java 12.0 KB 13461   12 years ehuelsmann Print expected minimum and maximum argument list lengths in …
CharHashMap.java 1.7 KB 12429   13 years Mark Evenson Correct svn:eol-style and svn:keywords.
chars.lisp 2.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
check-type.lisp 2.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
clos.lisp 204.3 KB 15085   6 years Mark Evenson Restart for when methods are defined over functions or macros, and …
Closure.java 7.8 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
ClosureBinding.java 1.9 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
coerce.lisp 5.2 KB 12939   13 years ehuelsmann Fix COERCE on a COMPLEX, being coerced to (COMPLEX <anything>); this …
collect.lisp 4.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
compile-file-pathname.lisp 2.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
compile-file.lisp 46.3 KB 15398   3 years Mark Evenson Fixes for working under Windows 10 Remove intermediate compiler …
compile-system.lisp 22.5 KB 14931   6 years Mark Evenson Bless EXT:GET-PID as the offical way to get procees id Regenerate TeX …
CompiledClosure.java 6.6 KB 14023   11 years ehuelsmann Remove Function Preloading facility not in use for quite some time.
CompiledPrimitive.java 3.0 KB 12936   13 years ehuelsmann Fix build.
compiler-error.lisp 2.9 KB 15004   6 years Mark Evenson Fix DESTRUCTURING-BIND with &rest arguments (Olof-Joachim Frahm) …
compiler-macro.lisp 3.8 KB 14914   7 years Mark Evenson Dramatically improve source recording on SYS::SOURCE plist for a …
compiler-pass1.lisp 60.1 KB 15141   4 years Mark Evenson compiler: fix stack inconsistency errors …
compiler-pass2.lisp 323.6 KB 15223   3 years Mark Evenson Fix java.lang.VerifyError? with PROGN (somewhat-functional-programmer) …
compiler-types.lisp 9.9 KB 15037   6 years Mark Evenson Fix MAX type derivation (Olof-Joachim Frahm) C.f. …
Complex.java 8.9 KB 14757   8 years Mark Evenson Futher fix for EQUALP on numeric tower This fixes the following case …
ComplexArray.java 8.8 KB 13443   12 years ehuelsmann Rename more occurrances of writeToString to printObject.
ComplexArray_ByteBuffer.java 9.4 KB 15359   3 years Mark Evenson Fix running openjdk11 compilation on openjdk8 Seemingly, the …
ComplexArray_IntBuffer.java 9.2 KB 15359   3 years Mark Evenson Fix running openjdk11 compilation on openjdk8 Seemingly, the …
ComplexArray_UnsignedByte8.java 9.2 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
ComplexArray_UnsignedByte32.java 9.1 KB 15143   4 years Mark Evenson Check for element type before filling vectors (Olof-Joachim Frahm) …
ComplexBitVector.java 11.8 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ComplexString.java 15.8 KB 13720   11 years ehuelsmann String hash randomization.
ComplexVector.java 12.3 KB 14466   10 years rschlatte call type_error when possible
ComplexVector_ByteBuffer.java 13.1 KB 15379   3 years Mark Evenson Fix VECTOR-PUSH-EXTEND for (UNSIGNED-BYTE 8) Fixes ANSI test …
ComplexVector_IntBuffer.java 13.3 KB 15359   3 years Mark Evenson Fix running openjdk11 compilation on openjdk8 Seemingly, the …
ComplexVector_UnsignedByte8.java 13.1 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
ComplexVector_UnsignedByte32.java 12.7 KB 15143   4 years Mark Evenson Check for element type before filling vectors (Olof-Joachim Frahm) …
concatenate.lisp 2.9 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
ConcatenatedStream.java 7.5 KB 15138   4 years Mark Evenson Fix ANSI-TEST MAKE-CONCATENATED-STREAM.30 failure (Douglas Miles) …
cond.lisp 2.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Condition.java 6.1 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
Cons.java 15.1 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
ControlError.java 2.4 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
ControlTransfer.java 2.7 KB 12271   14 years ehuelsmann Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
copy-seq.lisp 2.4 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
copy-symbol.lisp 2.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
copy_list.java 2.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
count.lisp 4.2 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
create_new_file.java 2.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
cxr.java 8.5 KB 12472   13 years vvoutilainen Reindentation.
Debug.java 3.1 KB 15031   6 years Mark Evenson Remove unused method. (Olof-Joachim Frahm) Editor's note: Debug.java …
debug.lisp 5.9 KB 13434   12 years ehuelsmann Correct stream being modified to be *DEBUG-IO* bound streams.
define-modify-macro.lisp 4.9 KB 14727   9 years Mark Evenson Make result of DEFINE-MODIFY-MACRO available at compilation time. …
define-symbol-macro.lisp 2.1 KB 14914   7 years Mark Evenson Dramatically improve source recording on SYS::SOURCE plist for a …
defmacro.lisp 2.5 KB 14914   7 years Mark Evenson Dramatically improve source recording on SYS::SOURCE plist for a …
defpackage.lisp 7.0 KB 14914   7 years Mark Evenson Dramatically improve source recording on SYS::SOURCE plist for a …
defsetf.lisp 3.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defstruct.lisp 30.6 KB 15030   6 years Mark Evenson Declare copy functions for structures (Olof-Joachim Frahm)
deftype.lisp 3.1 KB 14914   7 years Mark Evenson Dramatically improve source recording on SYS::SOURCE plist for a …
delete-duplicates.lisp 3.6 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
delete.lisp 7.5 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
delete_file.java 3.9 KB 15406   3 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
deposit-field.lisp 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
describe-compiler-policy.lisp 1.8 KB 14121   11 years ehuelsmann Move exports from autoloads.lisp to the respective defining files. …
describe.lisp 7.1 KB 14956   6 years Mark Evenson Show function documentation in describe (Alan Ruttenberg) …
destructuring-bind.lisp 18.8 KB 15095   6 years Mark Evenson Define undefined conditions and handler functions following …
digest.lisp 5.6 KB 14582   10 years Mark Evenson Fix output of SYS:SHA256. Muffle warning of SYS:SHA256 when used for …
directory.lisp 8.4 KB 15376   3 years Mark Evenson Fix regression in CL:DIRECTORY for wild pathnames We re-enable …
disassemble.lisp 9.8 KB 15280   3 years Mark Evenson Make javap the default for CL:DISASSEMBLE Fix system interface for …
disassemble_class_bytes.java 3.4 KB 12518   13 years Mark Evenson *DISASSEMBLER* may now contain a function to return the disassembler …
DispatchMacroFunction.java 2.7 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
DivisionByZero.java 2.4 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
do-all-symbols.lisp 2.4 KB 11776   14 years ehuelsmann Fix DO-ALL-SYMBOLS.{6,9,12}: we can't use DOLIST, because it has an …
do-external-symbols.lisp 1.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
do-symbols.lisp 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Do.java 7.1 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
do.lisp 3.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
DocString.java 2.1 KB 13332   12 years Mark Evenson Expand the Java docstring annotation to include a separate field for …
documentation.lisp 6.7 KB 14454   10 years rschlatte Move standard-generic-function slot accessors from Java to Lisp - …
dolist.java 4.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
dolist.lisp 2.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dotimes.java 5.1 KB 14466   10 years rschlatte call type_error when possible
dotimes.lisp 3.1 KB 13306   12 years Mark Evenson Fix #144 via correcly naming hints for compiler properties.
DoubleFloat.java 21.4 KB 15228   3 years Mark Evenson Revert somewhat-functional-programmers work on conversion Reverts …
DowncaseStream.java 2.0 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
dribble.lisp 3.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dump-class.lisp 8.5 KB 14144   11 years ehuelsmann The OPCODES file doesn't exist anymore and has been merged into …
dump-form.lisp 10.4 KB 14426   10 years ehuelsmann Fix #274: Infinite loop when compiling …
early-defuns.lisp 10.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
EchoStream.java 6.9 KB 13442   12 years ehuelsmann Remove .toString() methods which override default Java output to be …
ed.lisp 6.3 KB 14106   11 years ehuelsmann Move exports from the THREADS package to threads.lisp. Move sockets …
EMFCache.java 9.0 KB 14495   10 years rschlatte Remove StandardGenericFunction? class
EndOfFile.java 2.3 KB 13445   12 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
enough-namestring.lisp 3.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ensure-directories-exist.lisp 3.3 KB 14173   11 years Mark Evenson Fix CL-TEST::ENSURE-DIRECTORIES-EXIST.8. Restore default as to not be …
Environment.java 10.7 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
error.lisp 204 bytes 11297   15 years ehuelsmann Set Id keyword for expansion.
extensible-sequences-base.lisp 3.6 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
extensible-sequences.lisp 46.0 KB 12928   13 years astalla Fixes in java collections support (iterators) and dosequence (wrong …
Extensions.java 12.5 KB 15391   3 years Mark Evenson pathname: normalize Pathname to new Java conventions 1. use …
fasl-concat.lisp 4.1 KB 14460   10 years ehuelsmann * Rename FASL entry point inside the fasl from "<fasl>._" to …
FaslClassLoader.java 6.7 KB 15406   3 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
FaslReader.java 9.6 KB 12710   13 years ehuelsmann Move access to uninterned symbols array to Load.java for future use by …
FaslReadtable.java 5.3 KB 13187   12 years ehuelsmann Fix #125: FASL reader should not convert symbol case [Qi FASL loading …
fdefinition.lisp 7.6 KB 15388   3 years Mark Evenson Ensure that SYS:CHECK-REDEFINITION does not signal error conditions …
featurep.lisp 3.2 KB 14879   7 years Mark Evenson EXT:OS-{UNIX,WINDOWS}-P now provide a pre-ASDF runtime check on …
file_author.java 2.1 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_error_pathname.java 2.0 KB 15392   3 years Mark Evenson Debugging Pathname transition with logical pathnames Added …
file_length.java 1.9 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_string_length.java 2.0 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_write_date.java 2.3 KB 14176   11 years Mark Evenson Refactor PATHNAME implementation details to tighten existing …
FileError.java 3.4 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
FileStream.java 11.1 KB 15026   6 years Mark Evenson Support bignum argument for FILE-POSITION (Olof-Joachim Frahm)
fill.lisp 2.5 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
FillPointerOutputStream.java 3.4 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
find-all-symbols.lisp 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
find.lisp 9.1 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
Fixnum.java 24.8 KB 15228   3 years Mark Evenson Revert somewhat-functional-programmers work on conversion Reverts …
float_sign.java 2.8 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatFunctions.java 16.9 KB 15292   3 years Mark Evenson Further fixes for floating point values DECODE-FLOAT now returns a …
FloatingPointInexact.java 2.3 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatingPointInvalidOperation.java 2.3 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatingPointOverflow.java 2.3 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatingPointUnderflow.java 2.3 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
floor.java 3.0 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
format.lisp 118.5 KB 15124   5 years Mark Evenson Fix monetary floating-point formatted output (Scott Burson) The ~$ …
ftruncate.java 6.2 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
FuncallableStandardClass.java 2.7 KB 14468   10 years rschlatte Fix set-lambda-name & friends - in funcallable-standard-object, …
FuncallableStandardObject.java 7.9 KB 14503   10 years rschlatte Move initial initialization of generic functions Lisp-side
Function.java 14.3 KB 15365   3 years Mark Evenson Properly record where a function has been loaded from for disassembly …
function_info.java 4.9 KB 14466   10 years rschlatte call type_error when possible
FunctionBinding.java 1.9 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
gc.java 2.4 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
gentemp.lisp 2.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
get-pid.lisp 1.5 KB 14931   6 years Mark Evenson Bless EXT:GET-PID as the offical way to get procees id Regenerate TeX …
get_properties.java 2.7 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Go.java 2.1 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
gray-streams.lisp 28.0 KB 15004   6 years Mark Evenson Fix DESTRUCTURING-BIND with &rest arguments (Olof-Joachim Frahm) …
gui.lisp 685 bytes 14121   11 years ehuelsmann Move exports from autoloads.lisp to the respective defining files. …
HashTable.java 13.7 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
HashTableFunctions.java 15.2 KB 14466   10 years rschlatte call type_error when possible
IllegalMonitorState.java 2.5 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
inline.lisp 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
input_stream_p.java 1.9 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
inspect.lisp 7.9 KB 14105   11 years ehuelsmann Break circular dependency between top-level.lisp and inspect.lisp by …
IntegrityError.java 1.8 KB 13146   12 years ehuelsmann Add class documentation for recently added classes.
interactive_stream_p.java 2.1 KB 14466   10 years rschlatte call type_error when possible
Interpreter.java 25.2 KB 15406   3 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
JarStream.java 4.5 KB 15391   3 years Mark Evenson pathname: normalize Pathname to new Java conventions 1. use …
java-collections.lisp 6.2 KB 14114   11 years ehuelsmann Modules defining PRINT-OBJECT methods, should require PRINT-OBJECT. …
Java.java 55.6 KB 15381   3 years Mark Evenson JNEW-ARRAY-FROM-ARRAY constructs more types of java arrays …
java.lisp 24.8 KB 15396   3 years Mark Evenson Ensure that we behave like previous implementation Seemingly working …
JavaBeans.java 4.7 KB 14326   10 years Mark Evenson Refactor java.beans.* out of Java.java. Enables patches for building …
JavaClassLoader.java 12.1 KB 15400   3 years Mark Evenson pathname: carefully refactor finishing(?) touches Return NIL as …
JavaException.java 3.4 KB 13093   12 years ehuelsmann Change JAVA-EXCEPTION-CAUSE to protected. Set format control and arguments.
JavaObject.java 25.1 KB 15363   3 years Mark Evenson Refined serialization of local functions and closures (including …
JavaStackFrame.java 4.3 KB 14953   6 years Mark Evenson Fix debugging frames which don't have a pathname (Alan Ruttenberg) …
jclass_name.java 3.8 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
jclass_of.java 3.1 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
JHandler.java 5.6 KB 13461   12 years ehuelsmann Print expected minimum and maximum argument list lengths in …
jmethod_return_type.java 2.4 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
JProxy.java 8.5 KB 14466   10 years rschlatte call type_error when possible
jvm-class-file.lisp 69.3 KB 15098   6 years Mark Evenson Normalize JVM package references as keyword
jvm-instructions.lisp 39.7 KB 15141   4 years Mark Evenson compiler: fix stack inconsistency errors …
jvm.lisp 28.3 KB 15098   6 years Mark Evenson Normalize JVM package references as keyword
Keyword.java 8.5 KB 15357   3 years Mark Evenson Re-work strategy for CL:*FEATURES* for hosting JVM Add a keyword …
known-functions.lisp 12.9 KB 14478   10 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
known-symbols.lisp 2.8 KB 13792   11 years astalla A small reorganization of compiler/jvm code. Runtime-class wasn't …
last.java 3.1 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
late-setf.lisp 4.5 KB 14914   7 years Mark Evenson Dramatically improve source recording on SYS::SOURCE plist for a …
Layout.java 8.5 KB 14466   10 years rschlatte call type_error when possible
lcm.lisp 2.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ldb.lisp 3.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ldiff.lisp 1.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
LICENSE 1.1 KB 12429   13 years Mark Evenson Correct svn:eol-style and svn:keywords.
Lisp.java 94.7 KB 15406   3 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
lisp_implementation_type.java 2.0 KB 11488   14 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
lisp_implementation_version.java 3.0 KB 14227   11 years rschlatte Remove stray closing paren from (lisp-implementation-version) results …
LispCharacter.java 18.4 KB 15228   3 years Mark Evenson Revert somewhat-functional-programmers work on conversion Reverts …
LispClass.java 8.8 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
LispError.java 2.3 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
LispInteger.java 2.0 KB 12713   13 years astalla Serialization support for some Lisp types. For symbols and packages, …
LispObject.java 26.8 KB 15027   6 years Mark Evenson Better type checks (Olof-Joachim Frahm)
LispReader.java 11.2 KB 12646   13 years ehuelsmann Re #93: Instead of fixing just readList and readDelimitedList, …
LispStackFrame.java 4.8 KB 14739   8 years Mark Evenson Actually return an unreadable representation from printing a …
LispThread.java 52.1 KB 14690   9 years Mark Evenson THREADS:YIELD implements java.lang.Thread.yield(). Improved …
list-length.lisp 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
list.lisp 2.2 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
listen.java 2.1 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Load.java 32.8 KB 15406   3 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
load.lisp 2.3 KB 14402   10 years Mark Evenson CL:LOAD now uses its :EXTERNAL-FORMAT argument. Fixes #303.
logand.java 2.4 KB 15023   6 years Mark Evenson Extract common integer check (Olof-Joachim Frahm)
logandc1.java 2.9 KB 14466   10 years rschlatte call type_error when possible
logandc2.java 3.0 KB 14466   10 years rschlatte call type_error when possible
logbitp.java 2.8 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logcount.java 2.2 KB 15024   6 years Mark Evenson Optimise LOGCOUNT (Olof-Joachim Frahm)
logeqv.java 2.7 KB 15023   6 years Mark Evenson Extract common integer check (Olof-Joachim Frahm)
LogicalPathname.java 13.6 KB 15393   3 years Mark Evenson INCOMPLETE Hook up implementation of PathnameJar? and PathnameURL …
logior.java 2.3 KB 15023   6 years Mark Evenson Extract common integer check (Olof-Joachim Frahm)
lognand.java 2.9 KB 14466   10 years rschlatte call type_error when possible
lognor.java 2.9 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
lognot.java 1.9 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
logorc1.java 3.0 KB 14466   10 years rschlatte call type_error when possible
logorc2.java 3.0 KB 14466   10 years rschlatte call type_error when possible
logtest.java 2.8 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logxor.java 2.3 KB 15023   6 years Mark Evenson Extract common integer check (Olof-Joachim Frahm)
loop.lisp 78.3 KB 15377   3 years Mark Evenson Fix loop destructuring problems (Daniel Kochmański) Cribbed from …
machine_type.java 2.0 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
machine_version.java 3.1 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
MacroObject.java 4.0 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
macros.lisp 6.4 KB 14914   7 years Mark Evenson Dramatically improve source recording on SYS::SOURCE plist for a …
Main.java 2.2 KB 13144   12 years ehuelsmann Stabilize the new way of terminating ABCL.
make-hash-table.lisp 2.4 KB 13309   12 years Mark Evenson Implementation of hashtables with weak keys and/or values. …
make-load-form-saving-slots.lisp 2.8 KB 14478   10 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
make-sequence.lisp 6.2 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
make-string-output-stream.lisp 1.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-string.lisp 1.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make_array.java 17.2 KB 15383   3 years Mark Evenson Fixes for allocation of arrays via :nio-buffer Fix capacity …
make_condition.java 5.1 KB 14018   11 years ehuelsmann Fix #206 while moving the definition of the condition classes to lisp.
make_server_socket.java 2.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
make_socket.java 2.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
map1.lisp 2.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
map-into.lisp 2.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
map.lisp 2.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
mask-field.lisp 2.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
MathFunctions.java 29.0 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
member-if.lisp 1.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
MemoryClassLoader.java 6.6 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
mismatch.lisp 3.5 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
mod.java 1.8 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
mop.lisp 4.0 KB 14514   10 years rschlatte export mop:slot-definition-documentation
multiple-value-bind.lisp 2.4 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
multiple-value-list.lisp 1.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
multiple-value-setq.lisp 2.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Nil.java 4.3 KB 15027   6 years Mark Evenson Better type checks (Olof-Joachim Frahm)
NilVector.java 6.0 KB 13442   12 years ehuelsmann Remove .toString() methods which override default Java output to be …
nsubstitute.lisp 5.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
nth-value.lisp 1.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
numbers.lisp 8.2 KB 15292   3 years Mark Evenson Further fixes for floating point values DECODE-FLOAT now returns a …
open.lisp 9.6 KB 15396   3 years Mark Evenson Ensure that we behave like previous implementation Seemingly working …
open_stream_p.java 1.9 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Operator.java 2.5 KB 12826   13 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
or.lisp 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
output_stream_p.java 1.9 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Package.java 30.9 KB 15036   6 years Mark Evenson Fix PACKAGE-ERROR-PACKAGE behaviour (Olof-Joachim Frahm) Also the …
package.lisp 5.6 KB 14431   10 years rschlatte Make add-package-local-nicknames errors continuable - partly fixes #307
package_error_package.java 2.1 KB 12826   13 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
PackageError.java 4.1 KB 15036   6 years Mark Evenson Fix PACKAGE-ERROR-PACKAGE behaviour (Olof-Joachim Frahm) Also the …
PackageFunctions.java 16.7 KB 15036   6 years Mark Evenson Fix PACKAGE-ERROR-PACKAGE behaviour (Olof-Joachim Frahm) Also the …
Packages.java 5.5 KB 15036   6 years Mark Evenson Fix PACKAGE-ERROR-PACKAGE behaviour (Olof-Joachim Frahm) Also the …
parse-integer.lisp 3.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
parse-lambda-list.lisp 6.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ParseError.java 2.4 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
Pathname.java 79.2 KB 15406   3 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
PathnameJar.java 17.6 KB 15406   3 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
pathnames.lisp 19.8 KB 15375   3 years Mark Evenson Untabify whitespace
PathnameURL.java 12.4 KB 15406   3 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
peek_char.java 5.1 KB 14211   11 years ehuelsmann Re #253: Prevent unreading eofValue if eofValue happens to be a …
pprint-dispatch.lisp 15.5 KB 14112   11 years ehuelsmann Use PROVIDE/REQUIRE to prevent multiple loading.
pprint.lisp 54.2 KB 14112   11 years ehuelsmann Use PROVIDE/REQUIRE to prevent multiple loading.
precompiler.lisp 45.4 KB 15386   3 years Mark Evenson precompiler: be more careful in optimizing lambda precompilation …
Primitive.java 5.9 KB 12826   13 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
Primitives.java 195.4 KB 15362   3 years Mark Evenson Refined serialization of local functions and closures (still doesn't …
print-object.lisp 4.9 KB 14112   11 years ehuelsmann Use PROVIDE/REQUIRE to prevent multiple loading.
print-unreadable-object.lisp 2.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
print.lisp 11.8 KB 14933   6 years Mark Evenson (Alan Ruttenberg) small changes to enable better introspection Small …
PrintNotReadable.java 3.5 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
probe_file.java 6.1 KB 15406   3 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
ProcessingTerminated.java 2.1 KB 13156   12 years ehuelsmann Make 'getStatus()' public.
proclaim.lisp 5.6 KB 12749   13 years Mark Evenson Undo previous commmit.
Profiler.java 5.8 KB 14497   10 years rschlatte Remove direct references to standard-generic-function class from Java
profiler.lisp 6.8 KB 14120   11 years ehuelsmann Move profiler exports to profiler.lisp.
prog.lisp 2.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ProgramError.java 2.6 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
psetf.lisp 2.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
query.lisp 2.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
RandomState.java 6.2 KB 13444   12 years ehuelsmann Reduce the number of required unreadableString() methods by removing …
Ratio.java 19.3 KB 15292   3 years Mark Evenson Further fixes for floating point values DECODE-FLOAT now returns a …
read-circle.lisp 8.2 KB 13601   12 years ehuelsmann Set properties.
read-conditional.lisp 2.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
read-from-string.lisp 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
read-sequence.lisp 2.9 KB 14070   11 years ehuelsmann Expand types before checking them: fixes Drakma. Patch by Stas Boukarev.
ReaderError.java 3.0 KB 15120   5 years Mark Evenson Don't evaluate format control string in ReaderError? (Javier Olaechea) …
ReaderMacroFunction.java 2.5 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Readtable.java 19.2 KB 14448   10 years rschlatte Remove most references to StandardGenericFunction? - use TYPEP or …
reduce.lisp 4.0 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
rem.java 2.0 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
remf.lisp 2.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
remove-duplicates.lisp 4.4 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
remove.lisp 7.1 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
replace.lisp 8.8 KB 15142   4 years Mark Evenson Signal better error for out-of-bounds CL:REPLACE (Olof-Joachim Frahm) …
require.lisp 3.3 KB 14296   10 years Mark Evenson Constrain the logic for when CL:REQUIRE pushes symbols to …
restart.lisp 13.3 KB 14950   6 years Mark Evenson Fix restart calculation for compiled closures (Alan Ruttenberg) Fix …
Return.java 2.4 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
revappend.lisp 1.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
room.java 2.7 KB 13461   12 years ehuelsmann Print expected minimum and maximum argument list lengths in …
rotatef.lisp 2.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
run-benchmarks.lisp 8.2 KB 11297   15 years ehuelsmann Set Id keyword for expansion.
run-program.lisp 16.5 KB 15358   3 years Mark Evenson Fix SYS:RUN-PROGRAM issues with openjdk11 On non-Windows platforms, …
run-shell-command.lisp 1.8 KB 14275   11 years Mark Evenson Mark EXT:RUN-SHELL-COMMAND as deprecated.
runtime-class.lisp 17.8 KB 14903   7 years Mark Evenson [PATCH 4/5] Runtime class improvements (ferada) From …
RuntimeClass.java 6.4 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
search.lisp 4.8 KB 14121   11 years ehuelsmann Move exports from autoloads.lisp to the respective defining files. …
SeekableStringWriter.java 4.3 KB 14976   6 years Mark Evenson Fix CL:GET-OUTPUT-STREAM-STRING to reset underlying buffer The …
sequences.lisp 2.8 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
SeriousCondition.java 2.4 KB 13180   12 years ehuelsmann Remove redundant method.
server_socket_close.java 2.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
setf.lisp 8.9 KB 14399   10 years Mark Evenson Remove obsolete comments with implementation of the SETF autoloader.
sets.lisp 7.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ShellCommand.java 9.5 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
shiftf.lisp 3.4 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
signal.lisp 6.6 KB 14038   11 years ehuelsmann Make the JVM exit with a non-zero (89) value when we have errors …
simple_list_remove_duplicates.java 2.5 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleArray_ByteBuffer.java 10.1 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
SimpleArray_CharBuffer.java 10.6 KB 15351   3 years Mark Evenson Further (INCOMPLETE) work on byte vectors GOAL: completely remove …
SimpleArray_IntBuffer.java 10.7 KB 15351   3 years Mark Evenson Further (INCOMPLETE) work on byte vectors GOAL: completely remove …
SimpleArray_T.java 10.0 KB 14465   10 years rschlatte new method program_error, analogous to type_error
SimpleArray_UnsignedByte8.java 10.6 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
SimpleArray_UnsignedByte16.java 10.9 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
SimpleArray_UnsignedByte32.java 11.4 KB 15351   3 years Mark Evenson Further (INCOMPLETE) work on byte vectors GOAL: completely remove …
SimpleBitVector.java 16.2 KB 14466   10 years rschlatte call type_error when possible
SimpleCondition.java 3.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleError.java 2.7 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
SimpleString.java 12.9 KB 14889   7 years Mark Evenson Fix for ansi-test SXHASH.8
SimpleTypeError.java 3.1 KB 12298   13 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
SimpleVector.java 10.3 KB 14466   10 years rschlatte call type_error when possible
SimpleWarning.java 2.6 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SingleFloat.java 20.7 KB 15228   3 years Mark Evenson Revert somewhat-functional-programmers work on conversion Reverts …
Site.java 2.9 KB 15400   3 years Mark Evenson pathname: carefully refactor finishing(?) touches Return NIL as …
SiteName.java 2.7 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
SlimeInputStream.java 4.4 KB 15025   6 years Mark Evenson Return boolean immediately (Olof-Joachim Frahm)
SlimeOutputStream.java 4.5 KB 14148   11 years ehuelsmann Fix #130: SLIME has extra M character in buffer output on Windows. …
SlotClass.java 11.5 KB 14478   10 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
SlotDefinition.java 6.3 KB 14479   10 years rschlatte Rename and slightly refactor sys:make-slot-definition - rename to …
SlotDefinitionClass.java 3.7 KB 14479   10 years rschlatte Rename and slightly refactor sys:make-slot-definition - rename to …
socket.lisp 4.5 KB 15368   3 years Mark Evenson Less cryptic warnings for ignored socket write timeout
socket_accept.java 2.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
socket_close.java 2.1 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
socket_stream.java 2.5 KB 12362   13 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
SocketStream.java 2.4 KB 13442   12 years ehuelsmann Remove .toString() methods which override default Java output to be …
software_type.java 1.9 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
software_version.java 1.9 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
sort.lisp 20.9 KB 15328   3 years Mark Evenson Normalize whitespace by removing tab characters
source-transform.lisp 3.9 KB 14914   7 years Mark Evenson Dramatically improve source recording on SYS::SOURCE plist for a …
SpecialBinding.java 2.5 KB 13137   12 years ehuelsmann Unbreak trunk compilation. We need the specialNames after all.
SpecialBindingsMark.java 2.3 KB 12603   13 years ehuelsmann Correct copyright year number; surely the file didn't exist in 1009.
SpecialOperator.java 5.4 KB 13445   12 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
SpecialOperators.java 21.1 KB 14465   10 years rschlatte new method program_error, analogous to type_error
StackFrame.java 2.5 KB 13462   12 years ehuelsmann Prepare for more debugging support. (Unbreaks last commit.)
StandardClass.java 31.9 KB 14501   10 years rschlatte Move generic-function definition into Lisp
StandardObject.java 21.1 KB 14499   10 years rschlatte Move standard-generic-function definition into Lisp Slightly tricky …
step.lisp 1.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
StorageCondition.java 2.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Stream.java 91.2 KB 15212   4 years Mark Evenson untabify source unit
stream_element_type.java 2.0 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StreamError.java 4.9 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
StringFunctions.java 33.9 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
StringInputStream.java 5.6 KB 14857   7 years Mark Evenson [PATCH 5/5] Support FILE-POSITION on string streams. From …
StringOutputStream.java 5.0 KB 15139   4 years Mark Evenson Fix ANSI-TESTS FILE-POSITION.10 (Douglas Miles) Addreses …
strings.lisp 6.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
StructureClass.java 4.4 KB 14463   10 years rschlatte move structure-class metaclass definition into Lisp
StructureObject.java 19.6 KB 15025   6 years Mark Evenson Return boolean immediately (Olof-Joachim Frahm)
StyleWarning.java 2.2 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
sublis.lisp 3.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
subst.lisp 5.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
substitute.lisp 6.1 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
subtypep.lisp 32.3 KB 14149   11 years rschlatte Fix subtypep for anonymous classes - Only use class name if the class …
Symbol.java 132.4 KB 15396   3 years Mark Evenson Ensure that we behave like previous implementation Seemingly working …
SymbolMacro.java 1.8 KB 11441   14 years ehuelsmann Fix compiled MACROLET.13 and MACROLET.14: MACROEXPAND should know …
SynonymStream.java 6.4 KB 14466   10 years rschlatte call type_error when possible
tailp.lisp 1.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ThreadDestroyed.java 1.6 KB 12271   14 years ehuelsmann Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
threads.lisp 4.8 KB 14690   9 years Mark Evenson THREADS:YIELD implements java.lang.Thread.yield(). Improved …
Throw.java 2.2 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
Time.java 5.8 KB 14997   6 years Mark Evenson Move SYS:GET-TIME-ZONE to EXT:GET-TIME-ZONE Refactor Time.java to …
time.lisp 6.3 KB 14997   6 years Mark Evenson Move SYS:GET-TIME-ZONE to EXT:GET-TIME-ZONE Refactor Time.java to …
top-level.lisp 14.7 KB 14105   11 years ehuelsmann Break circular dependency between top-level.lisp and inspect.lisp by …
trace.lisp 5.5 KB 14443   10 years ehuelsmann Take advantage of PRINT-OBJECT functions having been defined to create …
tree-equal.lisp 2.2 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
truncate.java 2.0 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
TwoWayStream.java 6.8 KB 13444   12 years ehuelsmann Reduce the number of required unreadableString() methods by removing …
TypeError.java 6.5 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
typep.lisp 7.2 KB 14208   11 years ehuelsmann Re #253: BABEL-TESTS fail to compile; make ABCL understand the MOD …
unbound_slot_instance.java 2.1 KB 14466   10 years rschlatte call type_error when possible
UnboundSlot.java 3.4 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
UnboundVariable.java 2.7 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
UndefinedFunction.java 2.5 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
unzip.java 5.0 KB 15406   3 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
UpcaseStream.java 2.0 KB 12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
upgraded-complex-part-type.lisp 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
URLStream.java 5.0 KB 15252   3 years Mark Evenson Provide accessor in URL-STREAM for underlying java.io.InputStream?
Utilities.java 3.5 KB 15395   3 years Mark Evenson Make Pathname.init() static method Running under Netbeans, but …
Version.java 2.3 KB 15346   3 years Mark Evenson meta: trunk now build 1.7.2-dev artifacts
Warning.java 2.1 KB 12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
WeakHashTable.java 29.3 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
WeakReference.java 3.9 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
with-accessors.lisp 1.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-hash-table-iterator.lisp 2.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-input-from-string.lisp 2.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-open-file.lisp 2.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-output-to-string.lisp 2.4 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-package-iterator.lisp 3.2 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-slots.lisp 2.2 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-standard-io-syntax.lisp 2.4 KB 12510   13 years vvoutilainen Fix the test WITH-STANDARD-IO-SYNTAX.23, which was failing because our …
write-sequence.lisp 3.0 KB 14070   11 years ehuelsmann Expand types before checking them: fixes Drakma. Patch by Stas Boukarev.
WrongNumberOfArgumentsException.java 4.3 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
ZeroRankArray.java 5.8 KB 14466   10 years rschlatte call type_error when possible
zip.java 10.3 KB 15403   3 years Mark Evenson Our namestrings should always contain forward-slash delimited …
ZipCache.java 17.9 KB 15406   3 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
  • Property svn:ignore set to
    *.abcl
    *.cls
    *.class
    build
    lisp
    native.h
    Makefile
Note: See TracBrowser for help on using the repository browser.