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

Name Size Rev Age Author Last Change
../
java 12035   14 years astalla Removed @Override annotations on methods directly implementing an …
scripting 12021   14 years astalla Used javaObject.getInstance(x, true) instead of ad-hoc toLisp method …
util 11988   14 years ehuelsmann Remove the 'large block write' special case code: it interacts badly …
AbstractArray.java 11.8 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
AbstractBitVector.java 6.9 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
AbstractString.java 3.7 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
AbstractVector.java 9.0 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
adjoin.lisp 2.0 KB 11695   15 years ehuelsmann Fix DESCRIBE output by registering documentation on functions. Patch …
adjust_array.java 5.5 KB 11562   15 years ehuelsmann Change and document the internal adjustArray() protocol: we can't use …
and.lisp 1.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
apropos.lisp 2.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
arglist.java 4.8 KB 12041   14 years Mark Evenson Fix (ext:arglist 'ext:arglist) => NIL. (Tobias Rittweiler).
ArithmeticError.java 4.8 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
arrays.lisp 3.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
asdf.lisp 41.4 KB 11365   15 years ehuelsmann Patch by Mark Evenson to provide the (optional) RUN-SHELL-COMMAND function.
ash.java 1.9 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
assql.java 2.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Autoload.java 33.1 KB 12059   14 years ehuelsmann Lisp-side implementation for ThreadLock? and Mailbox, both put in …
AutoloadMacro.java 4.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
autoloads.lisp 12.0 KB 12075   14 years Mark Evenson Remove erroneous autoload for with-thread-lock macro from removed …
aver.lisp 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
backquote.lisp 9.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
BasicVector_UnsignedByte8.java 7.9 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
BasicVector_UnsignedByte16.java 8.6 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
BasicVector_UnsignedByte32.java 7.8 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
Bignum.java 22.1 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
Binding.java 1.8 KB 11698   15 years astalla reverted wrong commit.
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 12.2 KB 12105   14 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
BroadcastStream.java 7.8 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
BuiltInClass.java 14.5 KB 12105   14 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
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 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ByteArrayOutputStream.java 4.1 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
CapitalizeFirstStream.java 2.4 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
CapitalizeStream.java 2.8 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
case.lisp 7.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
CaseFrobStream.java 6.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
ceiling.java 2.6 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
cell_error_name.java 2.1 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
CellError.java 3.4 KB 11539   15 years ehuelsmann Empty statements cleanup: * Remove unintentional empty statements * …
CharacterFunctions.java 12.9 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
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 100.0 KB 12084   14 years ehuelsmann Declaration (processing) fixes. jvm.lisp (process-ignore/ignorable): …
Closure.java 35.9 KB 11778   14 years vvoutilainen Fix declaration of free specials for non-array execute.
ClosureBinding.java 1.9 KB 11866   14 years ehuelsmann Finish closure fixes by merging the branch to the trunk.
coerce.lisp 4.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
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 24.4 KB 12090   14 years ehuelsmann Use PROCESS-DECLARATIONS-FOR-VARS in compile-file.lisp. Rationale: …
compile-system.lisp 12.3 KB 12060   14 years ehuelsmann Followup to r12059: related changes to compile-system.lisp.
CompiledClosure.java 6.7 KB 11889   14 years vvoutilainen Remove CompiledFunction?, we don't need it.
compiler-error.lisp 2.4 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
compiler-macro.lisp 3.2 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
compiler-pass1.lisp 46.7 KB 12107   14 years ehuelsmann Check simple (symbolp) types in compiled code when *safety* is 1 or 2. …
compiler-pass2.lisp 348.7 KB 12112   14 years ehuelsmann Re-instate accidentally commented out DELETE-FILE form.
compiler-types.lisp 9.7 KB 11591   15 years ehuelsmann Make SINGLE-FLOAT and DOUBLE-FLOAT compiler types.
CompilerError.java 2.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
CompilerUnsupportedFeatureError.java 2.3 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Complex.java 10.0 KB 11954   14 years ehuelsmann Remove workaround for the fact that Math.hypot() was added in Java …
ComplexArray.java 9.1 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
ComplexArray_UnsignedByte8.java 9.2 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
ComplexArray_UnsignedByte32.java 9.0 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
ComplexBitVector.java 12.2 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
ComplexString.java 16.9 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
ComplexVector.java 12.9 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
ComplexVector_UnsignedByte8.java 13.6 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
ComplexVector_UnsignedByte32.java 13.1 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
concatenate.lisp 2.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ConcatenatedStream.java 8.2 KB 11991   14 years vvoutilainen Move IOException handling away from reader's tight loops.
cond.lisp 2.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Condition.java 6.4 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
ConditionThrowable.java 2.2 KB 11413   15 years vvoutilainen Add override annotation for fillInStackTrace.
Cons.java 17.5 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
ControlError.java 2.4 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
copy-seq.lisp 2.2 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
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 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
count.lisp 4.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
create_new_file.java 2.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
cxr.java 6.7 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Debug.java 2.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
debug.lisp 5.3 KB 12105   14 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
define-modify-macro.lisp 4.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
define-symbol-macro.lisp 2.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defmacro.lisp 2.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defpackage.lisp 5.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defsetf.lisp 3.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defstruct.lisp 26.1 KB 12098   14 years ehuelsmann Structure access referential integrity checks. Pointed out by piso.
deftype.lisp 3.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
delete-duplicates.lisp 3.5 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
delete.lisp 7.4 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
delete_file.java 3.6 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
describe.lisp 6.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
destructuring-bind.lisp 14.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
directory.lisp 4.2 KB 11616   15 years vvoutilainen Better matching in directory listing. There are still cases where I …
disassemble.lisp 2.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
disassemble_class_bytes.java 3.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
DispatchMacroFunction.java 2.7 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
DivisionByZero.java 2.4 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 8.3 KB 12055   14 years ehuelsmann Avoid stack save/restore operations in routines not modifying the stack.
do.lisp 3.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dolist.java 5.7 KB 12055   14 years ehuelsmann Avoid stack save/restore operations in routines not modifying the stack.
dolist.lisp 2.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dotimes.java 8.9 KB 12055   14 years ehuelsmann Avoid stack save/restore operations in routines not modifying the stack.
dotimes.lisp 3.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
DoubleFloat.java 22.2 KB 12018   14 years ehuelsmann Reconstruct NaNs? upon reading, if readable output is requested.
DowncaseStream.java 2.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dump-form.lisp 4.7 KB 11566   15 years ehuelsmann Make sure to dump all floats with exponent marker, because when …
early-defuns.lisp 10.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
EchoStream.java 7.4 KB 11991   14 years vvoutilainen Move IOException handling away from reader's tight loops.
ed.lisp 6.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
EndOfFile.java 2.5 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 2.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Environment.java 10.5 KB 11926   14 years ehuelsmann Compilation of functions with a non-null lexical environment part 2 …
EqHashTable.java 4.9 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
EqlHashTable.java 4.0 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
EqualHashTable.java 4.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
EqualpHashTable.java 4.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
error.lisp 204 bytes 11297   15 years ehuelsmann Set Id keyword for expansion.
Extensions.java 8.2 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
FaslReader.java 16.9 KB 11991   14 years vvoutilainen Move IOException handling away from reader's tight loops.
FaslReadtable.java 4.7 KB 12044   14 years astalla Reverted FaslReadtable? to UPCASE behavior (was PRESERVE to get around …
FastStringBuffer.java 4.3 KB 11527   15 years Mark Evenson (Phil Hudson) Make FastStringBuffer? an adapter to java-1.5's …
fdefinition.lisp 4.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
featurep.lisp 2.2 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
file_author.java 2.0 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
file_error_pathname.java 2.0 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
file_length.java 1.9 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
file_string_length.java 2.0 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
file_write_date.java 2.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
FileError.java 3.5 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
FileStream.java 10.1 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
fill.lisp 2.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
FillPointerOutputStream.java 3.8 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
find-all-symbols.lisp 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
find.lisp 8.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Fixnum.java 25.9 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
float_sign.java 2.8 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
FloatFunctions.java 17.5 KB 11722   14 years ehuelsmann Make sure to create Fixnums when the LispInteger/Bignum? created is in …
FloatingPointInexact.java 2.3 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
FloatingPointInvalidOperation.java 2.4 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
FloatingPointOverflow.java 2.3 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
FloatingPointUnderflow.java 2.3 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
floor.java 3.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
format.lisp 117.9 KB 11784   14 years ehuelsmann Add a function which seems to be missing in our sources (MISSING-ARG).
ForwardReferencedClass.java 3.2 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
ftruncate.java 6.3 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Function.java 10.1 KB 12079   14 years ehuelsmann Add API to execute()-able classes for hot spot profiling next to …
function_info.java 4.8 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
FunctionBinding.java 1.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
gc.java 2.3 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
GenericFunction.java 2.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
gentemp.lisp 2.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
get_properties.java 2.7 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Go.java 2.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
gray-streams.lisp 26.5 KB 12014   14 years ehuelsmann Implement sane defaults for STREAM-CLEAR-INPUT, STREAM-CLEAR-OUTPUT …
gui.lisp 590 bytes 12029   14 years ehuelsmann Set properties on source files recently added.
HashTable.java 8.1 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
HashTableFunctions.java 8.6 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
IllegalMonitorState.java 2.0 KB 12040   14 years ehuelsmann Add synchronization like in Java through the special operator …
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 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
inspect.lisp 7.8 KB 11565   15 years ehuelsmann Fix thinko: it's not "unless", it's "when" ext:*inspector-hook* is …
interactive_stream_p.java 2.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Interpreter.java 20.3 KB 12105   14 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
Java.java 33.2 KB 12111   14 years ehuelsmann Eliminate all unchecked warnings, while also removing generic …
java.lisp 13.6 KB 11940   14 years astalla Fixed a bug in interpreted let* and do*: the environment used for …
JavaClass.java 4.4 KB 11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
JavaClassLoader.java 3.8 KB 12111   14 years ehuelsmann Eliminate all unchecked warnings, while also removing generic …
JavaException.java 3.4 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
JavaObject.java 12.7 KB 12083   14 years astalla Fixed (reverted) wrong implementation of …
JavaStackFrame.java 4.4 KB 12105   14 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
jclass_name.java 3.8 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
jclass_of.java 3.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
JHandler.java 5.6 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
jmethod_return_type.java 2.4 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
JProxy.java 9.0 KB 11859   14 years astalla Corrected previous commit: JProxy uses APPLY and not FUNCALL.
jvm.lisp 19.8 KB 12101   14 years ehuelsmann Convert CATCH and SYNCHRONIZED-ON block-nodes to CATCH-NODEs and …
Keyword.java 7.8 KB 11700   15 years ehuelsmann Add OpenBSD and NetBSD platform detection support. Patch by: Julian …
known-functions.lisp 13.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
known-symbols.lisp 2.6 KB 11780   14 years ehuelsmann Clean up the known symbols cache: * instead of returning only the …
last.java 3.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
late-setf.lisp 4.7 KB 11775   14 years ehuelsmann Fix the remaining two DEFINE-SETF-EXPANDER tests (.6 and ??).
Layout.java 8.2 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
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 7287   19 years piso Initial checkin.
Lisp.java 85.0 KB 12111   14 years ehuelsmann Eliminate all unchecked warnings, while also removing generic …
lisp_implementation_type.java 2.0 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
lisp_implementation_version.java 2.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
LispCharacter.java 16.6 KB 11836   14 years ehuelsmann Support the #\Escape character. Patch by: Eric Marsden (eric marsden …
LispClass.java 10.2 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
LispError.java 2.4 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
LispInteger.java 2.1 KB 11722   14 years ehuelsmann Make sure to create Fixnums when the LispInteger/Bignum? created is in …
LispObject.java 25.4 KB 12111   14 years ehuelsmann Eliminate all unchecked warnings, while also removing generic …
LispReader.java 16.7 KB 11991   14 years vvoutilainen Move IOException handling away from reader's tight loops.
LispStackFrame.java 4.9 KB 12106   14 years Mark Evenson Optimization: copy reference to args in LispStackFrame? constructor.
LispThread.java 36.3 KB 12105   14 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
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 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Load.java 26.0 KB 11998   14 years ehuelsmann Add a cache for opened '.zip' files. Before this change, consecutive …
load.lisp 2.3 KB 11856   14 years astalla * loading: added a new primitive sys::load-returning-last-result …
logand.java 2.5 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
logandc1.java 2.9 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
logandc2.java 3.0 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
logbitp.java 2.8 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
logcount.java 2.2 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
logeqv.java 2.8 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
LogicalPathname.java 12.0 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
logior.java 2.5 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
lognand.java 2.9 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
lognor.java 2.9 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
lognot.java 1.9 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
logorc1.java 3.0 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
logorc2.java 3.0 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
logtest.java 2.7 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
logxor.java 2.5 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
loop.lisp 77.5 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
machine_type.java 2.0 KB 11750   14 years Mark Evenson Don't die if if the Java system property 'os.arch' doesn't exist. …
machine_version.java 3.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
MacroObject.java 4.3 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
macros.lisp 6.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Main.java 2.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-hash-table.lisp 1.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-load-form-saving-slots.lisp 2.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-sequence.lisp 5.4 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
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 10.9 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
make_condition.java 5.3 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
make_server_socket.java 2.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
make_socket.java 2.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 31.3 KB 11955   14 years ehuelsmann Fix some failures in ABCL's own test suite; some by fixing the …
member-if.lisp 1.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
mismatch.lisp 3.5 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
mod.java 1.9 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 …
Mutex.java 5.2 KB 12053   14 years Mark Evenson Move additional symbols into THREADS package. The symbols THREADP …
Nil.java 5.8 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
NilVector.java 6.6 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
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 7.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
opcodes.lisp 9.8 KB 12038   14 years ehuelsmann Enable monitorenter and monitorexit opcodes.
open.lisp 9.2 KB 11434   15 years ehuelsmann Merge open-external-format branch back to trunk.
open_stream_p.java 1.9 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
Operator.java 2.3 KB 11478   15 years ehuelsmann Cleanup: remove dead code (including a redefinition of 'equals' which …
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 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
Package.java 29.9 KB 11492   15 years ehuelsmann Revert r11491. It was based on lack of understanding of the order in …
package.lisp 4.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
package_error_package.java 2.1 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
PackageError.java 4.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
PackageFunctions.java 14.3 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Packages.java 4.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
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 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Pathname.java 51.0 KB 11815   14 years ehuelsmann Be sure to decode URL.getPath() results before using it as paths. …
pathnames.lisp 15.7 KB 11577   15 years vvoutilainen Support "partial" wildcards in DIRECTORY, like …
peek_char.java 4.8 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
pprint-dispatch.lisp 15.4 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
pprint.lisp 53.6 KB 12013   14 years ehuelsmann Fix Gray streams interaction with the pretty printer. Fix Gray streams …
precompiler.lisp 41.4 KB 12040   14 years ehuelsmann Add synchronization like in Java through the special operator …
Primitive.java 6.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Primitives.java 165.1 KB 12079   14 years ehuelsmann Add API to execute()-able classes for hot spot profiling next to …
print-object.lisp 5.1 KB 11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
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.5 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
PrintNotReadable.java 4.1 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
probe_file.java 3.4 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
proclaim.lisp 5.5 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Profiler.java 5.7 KB 12082   14 years ehuelsmann Hot spot counting for the profiler.
profiler.lisp 5.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
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 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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.5 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
Ratio.java 19.3 KB 11579   15 years ehuelsmann Add floatValue() and doubleValue() to LispObject and all number …
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 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ReaderError.java 2.8 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
ReaderMacroFunction.java 2.5 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Readtable.java 19.1 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
reduce.lisp 3.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
rem.java 2.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
remove.lisp 7.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
replace.lisp 8.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
require.lisp 2.2 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
restart.lisp 12.7 KB 11785   14 years ehuelsmann Add ignore declaration on unused argument.
Return.java 2.6 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 12019   14 years ehuelsmann Don't GC before returning the free amount; it clobbers the …
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-shell-command.lisp 1.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
runtime-class.lisp 38.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
RuntimeClass.java 6.8 KB 11722   14 years ehuelsmann Make sure to create Fixnums when the LispInteger/Bignum? created is in …
search.lisp 4.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
sequences.lisp 2.4 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
SeriousCondition.java 2.6 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
server_socket_close.java 2.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
setf.lisp 8.9 KB 11773   14 years ehuelsmann Fix MULTIPLE-VALUE-SETQ and (SETF (VALUES ...) ...) when setting the …
sets.lisp 7.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ShellCommand.java 9.6 KB 11700   15 years ehuelsmann Add OpenBSD and NetBSD platform detection support. Patch by: Julian …
shiftf.lisp 3.4 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
signal.lisp 6.4 KB 12105   14 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
simple_list_remove_duplicates.java 2.5 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
SimpleArray_T.java 10.4 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
SimpleArray_UnsignedByte8.java 10.7 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
SimpleArray_UnsignedByte16.java 11.0 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
SimpleArray_UnsignedByte32.java 10.7 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
SimpleBitVector.java 16.9 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
SimpleCondition.java 3.4 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
SimpleError.java 2.8 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
SimpleString.java 13.5 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
SimpleTypeError.java 3.2 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
SimpleVector.java 11.1 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
SimpleWarning.java 2.6 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
SingleFloat.java 21.5 KB 12018   14 years ehuelsmann Reconstruct NaNs? upon reading, if readable output is requested.
Site.java 3.2 KB 11813   14 years ehuelsmann Fix building in a path with spaces. Found by: Mark Tarver Fixes: …
SiteName.java 2.6 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
SlimeInputStream.java 4.7 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
SlimeOutputStream.java 4.7 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
SlotClass.java 10.4 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
SlotDefinition.java 12.0 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
SlotDefinitionClass.java 2.8 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
socket.lisp 3.2 KB 11434   15 years ehuelsmann Merge open-external-format branch back to trunk.
socket_accept.java 2.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
socket_close.java 2.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
socket_stream.java 2.5 KB 11478   15 years ehuelsmann Cleanup: remove dead code (including a redefinition of 'equals' which …
SocketStream.java 2.6 KB 11478   15 years ehuelsmann Cleanup: remove dead code (including a redefinition of 'equals' which …
software_type.java 1.9 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
software_version.java 1.9 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
sort.lisp 9.6 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
source-transform.lisp 3.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
SpecialBinding.java 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
SpecialOperator.java 5.8 KB 12079   14 years ehuelsmann Add API to execute()-able classes for hot spot profiling next to …
SpecialOperators.java 19.6 KB 11940   14 years astalla Fixed a bug in interpreted let* and do*: the environment used for …
StackFrame.java 2.1 KB 12105   14 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
StandardClass.java 21.7 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
StandardGenericFunction.java 26.7 KB 12079   14 years ehuelsmann Add API to execute()-able classes for hot spot profiling next to …
StandardGenericFunctionClass.java 3.1 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
StandardMethod.java 10.7 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
StandardMethodClass.java 2.6 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
StandardObject.java 16.3 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
StandardObjectFunctions.java 2.1 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
StandardReaderMethod.java 2.9 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
StandardReaderMethodClass.java 2.8 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
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 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Stream.java 85.8 KB 12036   14 years ehuelsmann Improve - but do not fully fix - line number counting. Note: See the …
stream_element_type.java 2.0 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
stream_external_format.java 2.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
StreamError.java 4.9 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
StringFunctions.java 35.1 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
StringInputStream.java 4.8 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
StringOutputStream.java 4.1 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
strings.lisp 6.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
StructureClass.java 3.9 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
StructureObject.java 18.0 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
StyleWarning.java 2.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 5.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
subtypep.lisp 32.1 KB 11586   15 years ehuelsmann Eliminate the pesky beeps in TYPE-OF.1; however unfortunately, this …
Symbol.java 122.3 KB 12105   14 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
SymbolHashTable.java 7.1 KB 11698   15 years astalla reverted wrong commit.
SymbolMacro.java 1.8 KB 11441   15 years ehuelsmann Fix compiled MACROLET.13 and MACROLET.14: MACROEXPAND should know …
SynonymStream.java 7.0 KB 11991   14 years vvoutilainen Move IOException handling away from reader's tight loops.
tailp.lisp 1.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ThreadDestroyed.java 1.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
threads.lisp 3.5 KB 12059   14 years ehuelsmann Lisp-side implementation for ThreadLock? and Mailbox, both put in …
Throw.java 2.4 KB 11526   15 years ehuelsmann Make Throw.java do as Lisp.java and LispThread?.java: create a …
Time.java 4.5 KB 12109   14 years ehuelsmann Remove references to the long-deleted Native class.
time.lisp 6.2 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
top-level.lisp 14.5 KB 12105   14 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
trace.lisp 5.5 KB 11668   15 years ehuelsmann Prevent CLOS from kicking in on TRACE; makes sure the compiler doesn't …
tree-equal.lisp 2.2 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
truncate.java 2.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
TwoWayStream.java 7.3 KB 11991   14 years vvoutilainen Move IOException handling away from reader's tight loops.
TypeError.java 7.2 KB 11754   14 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
typep.lisp 7.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
unbound_slot_instance.java 2.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
UnboundSlot.java 3.5 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
UnboundVariable.java 2.8 KB 11777   14 years ehuelsmann Put special bindings restoration-to-old-value in a FINALLY clause at …
UndefinedFunction.java 2.5 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
UpcaseStream.java 2.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
upgraded-complex-part-type.lisp 1.8 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Utilities.java 4.4 KB 11700   15 years ehuelsmann Add OpenBSD and NetBSD platform detection support. Patch by: Julian …
Version.java 1.7 KB 11960   14 years ehuelsmann With 0.15 branched, increase trunk version number.
Warning.java 2.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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-mutex.lisp 1.8 KB 12053   14 years Mark Evenson Move additional symbols into THREADS package. The symbols THREADP …
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 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
write-sequence.lisp 3.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
WrongNumberOfArgumentsException.java 2.6 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
ZeroRankArray.java 6.0 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
zip.java 3.7 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
ZipCache.java 2.5 KB 11998   14 years ehuelsmann Add a cache for opened '.zip' files. Before this change, consecutive …
  • Property svn:ignore set to
    *.abcl
    *.cls
    *.class
    build
    lisp
    native.h
    Makefile
Note: See TracBrowser for help on using the repository browser.