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

Name Size Rev Age Author Last Change
../
java 11297   15 years ehuelsmann Set Id keyword for expansion.
scripting 11839   15 years astalla Fixed compilation with temp files with JSR-223. Refactoring of …
util 11511   15 years vvoutilainen Use replacement characters for unmappable and malformed data. This …
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   15 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 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
ArithmeticError.java 4.8 KB 11754   15 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.6 KB 11791   15 years astalla Added autoload for system::%float-bits. Its absence prevented Slime …
AutoloadMacro.java 4.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
autoloads.lisp 11.1 KB 11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
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   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
BasicVector_UnsignedByte16.java 8.6 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
BasicVector_UnsignedByte32.java 7.8 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
Bignum.java 22.1 KB 11754   15 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.0 KB 11749   15 years ehuelsmann Follow up to r11747: remove SETF which causes iteration to terminate, …
BroadcastStream.java 7.8 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
BuiltInClass.java 13.9 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
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   15 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   15 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   15 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 99.2 KB 11799   15 years ehuelsmann Check LET/LET* and &AUX bindings validity. Also fixes an incorrectly …
Closure.java 35.9 KB 11778   15 years vvoutilainen Fix declaration of free specials for non-array execute.
ClosureTemplateFunction.java 8.5 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
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 23.4 KB 11845   15 years ehuelsmann Use WITH-SAVED-COMPILER-POLICY in COMPILE-FILE.
compile-system.lisp 12.4 KB 11764   15 years ehuelsmann Don't use the implementation details in WITH-COMPILATION-UNIT to …
CompiledClosure.java 4.5 KB 11514   15 years vvoutilainen CompiledClosure? should delegate to CTF.execute, not CTF._execute.
CompiledFunction.java 6.8 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 43.8 KB 11837   15 years ehuelsmann Fix ticket #21 finally: JVM stack inconsistency error on inlining …
compiler-pass2.lisp 350.1 KB 11847   15 years vvoutilainen Clean up duplication for environment restoration and handlers.
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.9 KB 11718   15 years ehuelsmann Fix multiplication of Complex values. Patch by: Robert Dodier …
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   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
ComplexString.java 16.9 KB 11754   15 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.1 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
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   15 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.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
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 25.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
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   15 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.4 KB 11772   15 years ehuelsmann Factor out functions to separate declarations, the body and optionally …
do.lisp 3.0 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dolist.java 5.9 KB 11772   15 years ehuelsmann Factor out functions to separate declarations, the body and optionally …
dolist.lisp 2.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dotimes.java 9.1 KB 11772   15 years ehuelsmann Factor out functions to separate declarations, the body and optionally …
dotimes.lisp 3.1 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
DoubleFloat.java 21.9 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
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 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 9.2 KB 11772   15 years ehuelsmann Factor out functions to separate declarations, the body and optionally …
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   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
FaslReader.java 16.7 KB 11783   15 years ehuelsmann Fix fasl reader special bindings leak. * Bind the …
FaslReadtable.java 4.7 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
file_string_length.java 2.0 KB 11754   15 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   15 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   15 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   15 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   15 years ehuelsmann Add a function which seems to be missing in our sources (MISSING-ARG).
ForwardReferencedClass.java 3.2 KB 11754   15 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 9.8 KB 11698   15 years astalla reverted wrong commit.
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.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
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   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
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   15 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.2 KB 11745   15 years ehuelsmann Remove since-long deprecated initialization files and unsupported …
Java.java 33.0 KB 11834   15 years astalla Relaxed type checking when invoking Java methods from Lisp, as …
java.lisp 13.6 KB 11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
JavaClass.java 4.4 KB 11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
JavaClassLoader.java 3.7 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
JavaException.java 3.4 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
JavaObject.java 9.7 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
jclass_name.java 3.8 KB 11754   15 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   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
JProxy.java 8.9 KB 11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
jvm.lisp 15.9 KB 11829   15 years ehuelsmann Simplify p1-compiland and p2-compiland. Create a new 'free-specials' …
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   15 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   15 years ehuelsmann Fix the remaining two DEFINE-SETF-EXPANDER tests (.6 and ??).
Layout.java 8.2 KB 11754   15 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 83.1 KB 11777   15 years ehuelsmann Put special bindings restoration-to-old-value in a FINALLY clause at …
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   15 years ehuelsmann Support the #\Escape character. Patch by: Eric Marsden (eric marsden …
LispClass.java 10.2 KB 11754   15 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   15 years ehuelsmann Make sure to create Fixnums when the LispInteger/Bignum? created is in …
LispObject.java 25.0 KB 11834   15 years astalla Relaxed type checking when invoking Java methods from Lisp, as …
LispReader.java 16.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
LispThread.java 36.1 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
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 24.0 KB 11824   15 years vvoutilainen Get rid of Primitive[012]R, we don't truly need it. Also increment …
load.lisp 1.9 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
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   15 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   15 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 …
Mailbox.java 5.2 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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 30.2 KB 11731   15 years ehuelsmann Share code already abstracted out elsewhere (use OverUnderFlowCheck?()).
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 4.8 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
Nil.java 5.8 KB 11754   15 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 11838   15 years ehuelsmann Remove code handling JSR/RET instructions.
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   15 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   15 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   15 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   15 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.5 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
precompiler.lisp 41.2 KB 11831   15 years ehuelsmann P2: Parse and publicize free specials in FLET/LABELS bodies …
Primitive.java 6.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Primitives.java 164.1 KB 11783   15 years ehuelsmann Fix fasl reader special bindings leak. * Bind the …
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   15 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.4 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
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   15 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   15 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 3.1 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
rotatef.lisp 2.3 KB 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
rt.lisp 20.1 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   15 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   15 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 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
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   15 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   15 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   15 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.1 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
Site.java 3.2 KB 11813   15 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   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
SlotDefinition.java 12.0 KB 11754   15 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.5 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
SpecialOperators.java 19.6 KB 11772   15 years ehuelsmann Factor out functions to separate declarations, the body and optionally …
StandardClass.java 21.7 KB 11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
StandardGenericFunction.java 22.6 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
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   15 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   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
StandardObjectFunctions.java 2.1 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
StandardReaderMethod.java 2.9 KB 11754   15 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 83.0 KB 11783   15 years ehuelsmann Fix fasl reader special bindings leak. * Bind the …
stream_element_type.java 2.0 KB 11754   15 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   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
StringFunctions.java 35.1 KB 11754   15 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   15 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   15 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 120.5 KB 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
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 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
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 …
ThreadLock.java 3.5 KB 11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
Throw.java 2.4 KB 11526   15 years ehuelsmann Make Throw.java do as Lisp.java and LispThread?.java: create a …
Time.java 6.8 KB 11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
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 11667   15 years ehuelsmann Move the binding of *PRINT-LENGTH* outside of the inner REPL-loop; …
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 11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
TypeError.java 7.2 KB 11754   15 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   15 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 11734   15 years ehuelsmann Update version number on trunk now that 0.14.x is on a branch.
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 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 11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-thread-lock.lisp 1.8 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
  • Property svn:ignore set to
    *.abcl
    *.cls
    *.class
    build
    lisp
    native.h
    Makefile
Note: See TracBrowser for help on using the repository browser.