source: branches/0.20.x/abcl/src/org/armedbear/lisp

Name Size Rev Age Author Last Change
../
java 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
scripting 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
util 12656   15 years Mark Evenson Properly implement HTTP/1.1 HEAD requests.
AbstractArray.java 11.1 KB 12298   15 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
AbstractBitVector.java 6.4 KB 12588   15 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
AbstractString.java 3.7 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
AbstractVector.java 8.3 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
adjoin.lisp 2.0 KB 11695   16 years ehuelsmann Fix DESCRIBE output by registering documentation on functions. Patch …
adjust_array.java 5.5 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
and.lisp 1.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
apropos.lisp 2.6 KB 12217   15 years ehuelsmann Clean up use of RESOLVE (remove unnecessary case and replace one with …
arglist.java 4.8 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
ArithmeticError.java 4.6 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
arrays.lisp 3.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
asdf.lisp 133.6 KB 12666   15 years Mark Evenson Fix ASDF:MERGE-PATHNAMES* in the case that default directory is nil.
ash.java 1.9 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
assert.lisp 3.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
assoc.lisp 4.2 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
assq.java 1.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
assql.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Autoload.java 33.3 KB 12583   15 years astalla JAVA-CLASS metaclass reimplemented in Lisp.
AutoloadedFunctionProxy.java 11.0 KB 12650   15 years ehuelsmann Fix #79: Equally named -but different- uninterned symbols coalesced …
AutoloadMacro.java 4.0 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
autoloads.lisp 15.0 KB 12587   15 years ehuelsmann Fix #88: Add the thread name to the debugger-printed message and …
aver.lisp 1.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
backquote.lisp 9.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
BasicVector_UnsignedByte8.java 7.4 KB 12588   15 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
BasicVector_UnsignedByte16.java 7.9 KB 12588   15 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
BasicVector_UnsignedByte32.java 7.2 KB 12588   15 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
Bignum.java 21.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Binding.java 3.1 KB 12170   15 years ehuelsmann Don't throw Go and Return exceptions as means for non-local transfers …
bit-array-ops.lisp 9.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
boole.lisp 2.3 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
boot.lisp 6.4 KB 12685   15 years Mark Evenson Backport r1267[35]: Load 'system.lisp' later in boot so conditions …
BroadcastStream.java 7.3 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
BuiltInClass.java 16.8 KB 12607   15 years Mark Evenson URL pathnames working for OPEN for built-in schemas. Still need to …
butlast.lisp 2.5 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
byte-io.lisp 3.2 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ByteArrayInputStream.java 3.3 KB 12557   15 years astalla Added sys::%make-byte-array-input-stream as a "inverse" of …
ByteArrayOutputStream.java 4.8 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
CapitalizeFirstStream.java 2.3 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
CapitalizeStream.java 2.7 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
case.lisp 7.3 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
CaseFrobStream.java 5.6 KB 12362   15 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
ceiling.java 2.5 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
cell_error_name.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
CellError.java 3.2 KB 12512   15 years vvoutilainen Make Condition.writeToString() final, add documentation to …
CharacterFunctions.java 12.0 KB 12290   15 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
CharHashMap.java 1.7 KB 12429   15 years Mark Evenson Correct svn:eol-style and svn:keywords.
chars.lisp 2.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
check-type.lisp 2.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
clos.lisp 105.7 KB 12665   15 years ehuelsmann Apply the speed improvement used for dispatching everywhere: all …
Closure.java 36.6 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
ClosureBinding.java 1.9 KB 11866   16 years ehuelsmann Finish closure fixes by merging the branch to the trunk.
coerce.lisp 4.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
collect.lisp 4.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
compile-file-pathname.lisp 2.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
compile-file.lisp 30.0 KB 12650   15 years ehuelsmann Fix #79: Equally named -but different- uninterned symbols coalesced …
compile-system.lisp 13.0 KB 12624   15 years Mark Evenson Pretty print output to system.lisp.
CompiledClosure.java 7.0 KB 12398   15 years ehuelsmann Move lambda-list analysis from runtime to compile time for compiled …
compiler-error.lisp 2.7 KB 12622   15 years Mark Evenson Restore buildable trunk arising from ASDF2 compilation.
compiler-macro.lisp 3.2 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
compiler-pass1.lisp 58.2 KB 12562   15 years astalla Inlining of lambda calls: handled the case (funcall (lambda (...) ...) ...)
compiler-pass2.lisp 361.4 KB 12650   15 years ehuelsmann Fix #79: Equally named -but different- uninterned symbols coalesced …
compiler-types.lisp 9.7 KB 11591   16 years ehuelsmann Make SINGLE-FLOAT and DOUBLE-FLOAT compiler types.
CompilerError.java 2.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
CompilerUnsupportedFeatureError.java 2.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Complex.java 9.7 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
ComplexArray.java 8.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ComplexArray_UnsignedByte8.java 8.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ComplexArray_UnsignedByte32.java 8.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ComplexBitVector.java 11.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ComplexString.java 15.8 KB 12588   15 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
ComplexVector.java 12.3 KB 12588   15 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
ComplexVector_UnsignedByte8.java 13.0 KB 12588   15 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
ComplexVector_UnsignedByte32.java 12.5 KB 12588   15 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
concatenate.lisp 2.9 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
ConcatenatedStream.java 7.7 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
cond.lisp 2.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Condition.java 6.2 KB 12576   15 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
Cons.java 15.1 KB 12612   15 years Mark Evenson Incremental checkpoint on making JAR pathnames use the new URL pathname.
ControlError.java 2.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ControlTransfer.java 2.7 KB 12271   15 years ehuelsmann Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
copy-seq.lisp 2.4 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
copy-symbol.lisp 2.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
copy_list.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
count.lisp 4.2 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
create_new_file.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
cxr.java 8.5 KB 12472   15 years vvoutilainen Reindentation.
Debug.java 2.6 KB 12524   15 years Mark Evenson Enable ABCL to load in an OSGi context. OSGi abstracts the loading of …
debug.lisp 5.9 KB 12587   15 years ehuelsmann Fix #88: Add the thread name to the debugger-printed message and …
define-modify-macro.lisp 4.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
define-symbol-macro.lisp 2.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defmacro.lisp 2.3 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defpackage.lisp 5.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defsetf.lisp 3.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defstruct.lisp 26.1 KB 12113   16 years ehuelsmann Fix types used in THE type-checking for structure access.
deftype.lisp 3.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
delete-duplicates.lisp 3.6 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
delete.lisp 7.5 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
delete_file.java 3.7 KB 12448   15 years Mark Evenson Remove potentially present ZipCache? files entries on DELETE-FILE and …
deposit-field.lisp 1.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
describe-compiler-policy.lisp 1.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
describe.lisp 6.4 KB 12436   15 years vvoutilainen Fix describe formatting, there was a missing newline. Problem reported …
destructuring-bind.lisp 14.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
directory.lisp 4.5 KB 12503   15 years Mark Evenson DIRECTORY now works for jar pathnames. The semantics for listing …
disassemble.lisp 2.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
disassemble_class_bytes.java 3.4 KB 12518   15 years Mark Evenson *DISASSEMBLER* may now contain a function to return the disassembler …
DispatchMacroFunction.java 2.7 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
DivisionByZero.java 2.4 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
do-all-symbols.lisp 2.4 KB 11776   16 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   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
do-symbols.lisp 1.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Do.java 7.1 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
do.lisp 3.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dolist.java 4.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
dolist.lisp 2.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dotimes.java 5.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
dotimes.lisp 3.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
DoubleFloat.java 21.8 KB 12535   15 years ehuelsmann Fix returned values from SingleFloat?.getInstance() and …
DowncaseStream.java 2.0 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
dribble.lisp 3.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dump-class.lisp 8.5 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dump-form.lisp 5.2 KB 12650   15 years ehuelsmann Fix #79: Equally named -but different- uninterned symbols coalesced …
early-defuns.lisp 10.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
EchoStream.java 7.0 KB 12362   15 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
ed.lisp 6.3 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
EndOfFile.java 2.4 KB 12512   15 years vvoutilainen Make Condition.writeToString() final, add documentation to …
enough-namestring.lisp 3.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ensure-directories-exist.lisp 2.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Environment.java 10.5 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
EqHashTable.java 4.9 KB 11488   16 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
EqlHashTable.java 4.0 KB 11488   16 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
EqualHashTable.java 4.0 KB 12255   15 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
EqualpHashTable.java 4.0 KB 12255   15 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
error.lisp 204 bytes 11297   17 years ehuelsmann Set Id keyword for expansion.
extensible-sequences-base.lisp 3.6 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
extensible-sequences.lisp 46.0 KB 12517   15 years astalla Preliminary support for DOSEQUENCE.
Extensions.java 8.9 KB 12440   15 years Mark Evenson Documentation updates and conversion to stack trace friendly Primitive …
FaslReader.java 10.5 KB 12650   15 years ehuelsmann Fix #79: Equally named -but different- uninterned symbols coalesced …
FaslReadtable.java 4.9 KB 12650   15 years ehuelsmann Fix #79: Equally named -but different- uninterned symbols coalesced …
fdefinition.lisp 4.3 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
featurep.lisp 2.2 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
file_author.java 2.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_error_pathname.java 2.0 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_length.java 1.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_string_length.java 2.0 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_write_date.java 2.2 KB 12422   15 years Mark Evenson Extensively reworked new implementation for specifiying jar pathnames. …
FileError.java 3.4 KB 12469   15 years Mark Evenson Ensure that FILE-ERROR always has a value for PATHNAME. Fixes ANSI …
FileStream.java 11.0 KB 12607   15 years Mark Evenson URL pathnames working for OPEN for built-in schemas. Still need to …
fill.lisp 2.5 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
FillPointerOutputStream.java 3.4 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
find-all-symbols.lisp 1.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
find.lisp 9.1 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
Fixnum.java 25.1 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
float_sign.java 2.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatFunctions.java 16.9 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
FloatingPointInexact.java 2.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatingPointInvalidOperation.java 2.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatingPointOverflow.java 2.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatingPointUnderflow.java 2.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
floor.java 3.0 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
format.lisp 117.8 KB 12412   15 years ehuelsmann Make format.lisp a lot more memory-efficient by replacing an array …
ForwardReferencedClass.java 3.2 KB 12481   15 years ehuelsmann Merge 'metaclass' branch, making STANDARD-CLASS have slots to be …
ftruncate.java 6.2 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
Function.java 9.4 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
function_info.java 4.7 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
FunctionBinding.java 1.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
gc.java 2.4 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
GenericFunction.java 2.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
gentemp.lisp 2.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
get_properties.java 2.7 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Go.java 2.1 KB 12298   15 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
gray-streams.lisp 22.7 KB 12373   15 years ehuelsmann Change parents of FUNDAMENTAL-STREAM in Gray streams. Note: includes …
gui.lisp 590 bytes 12029   16 years ehuelsmann Set properties on source files recently added.
HashTable.java 7.8 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
HashTableFunctions.java 8.1 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
IllegalMonitorState.java 2.0 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
inline.lisp 1.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
input_stream_p.java 1.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
inspect.lisp 7.8 KB 11565   16 years ehuelsmann Fix thinko: it's not "unless", it's "when" ext:*inspector-hook* is …
interactive_stream_p.java 2.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
InternalCompilerError.java 2.3 KB 12620   15 years Mark Evenson Use interpreted form in a FASL if compliation fails. …
Interpreter.java 20.7 KB 12685   15 years Mark Evenson Backport r1267[35]: Load 'system.lisp' later in boot so conditions …
JarStream.java 4.6 KB 12609   15 years Mark Evenson Add missing implementation of JAR-STREAM and URL-STREAM.
Java.java 43.1 KB 12663   15 years Mark Evenson Adjust JCLASS docstring to reflect optional classloader argument.
java.lisp 17.1 KB 12661   15 years astalla Fix computation of the class precedence list for Java classes in case …
JavaClassLoader.java 3.9 KB 12298   15 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
JavaException.java 3.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
JavaObject.java 17.8 KB 12583   15 years astalla JAVA-CLASS metaclass reimplemented in Lisp.
JavaStackFrame.java 4.0 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
jclass_name.java 3.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
jclass_of.java 3.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
JHandler.java 5.4 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
jmethod_return_type.java 2.4 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
JProxy.java 8.7 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
jvm.lisp 24.2 KB 12421   15 years astalla Missing file from previous commit.
Keyword.java 7.8 KB 12290   15 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
known-functions.lisp 13.1 KB 12393   15 years ehuelsmann Tell the compiler about some functions which don't require clearing …
known-symbols.lisp 2.8 KB 12583   15 years astalla JAVA-CLASS metaclass reimplemented in Lisp.
last.java 3.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
late-setf.lisp 4.7 KB 11775   16 years ehuelsmann Fix the remaining two DEFINE-SETF-EXPANDER tests (.6 and ??).
Layout.java 8.0 KB 12576   15 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
lcm.lisp 2.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ldb.lisp 3.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ldiff.lisp 1.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
LICENSE 1.1 KB 12429   15 years Mark Evenson Correct svn:eol-style and svn:keywords.
Lisp.java 88.6 KB 12648   15 years ehuelsmann Add (and use) more wrappers for the lisp ERROR function, using …
lisp_implementation_type.java 2.0 KB 11488   16 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
lisp_implementation_version.java 2.1 KB 11488   16 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
LispCharacter.java 17.7 KB 12585   15 years ehuelsmann Unbreak java build.
LispClass.java 9.1 KB 12576   15 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
LispError.java 2.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
LispInteger.java 2.0 KB 12429   15 years Mark Evenson Correct svn:eol-style and svn:keywords.
LispObject.java 24.6 KB 12637   15 years vvoutilainen Make unreadableString() variants in LispObject final.
LispReader.java 11.2 KB 12646   15 years ehuelsmann Re #93: Instead of fixing just readList and readDelimitedList, …
LispStackFrame.java 5.8 KB 12376   15 years astalla Calling PRIN1-TO-STRING to print Lisp stack frames, so as to allow the …
LispThread.java 37.6 KB 12634   15 years ehuelsmann Implement THREADS:THREAD-JOIN. Patch by: David Kirkman dkirkman _at_ …
list-length.lisp 1.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
list.lisp 2.2 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
listen.java 2.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Load.java 29.5 KB 12650   15 years ehuelsmann Fix #79: Equally named -but different- uninterned symbols coalesced …
load.lisp 2.3 KB 11856   16 years astalla * loading: added a new primitive sys::load-returning-last-result …
logand.java 2.5 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logandc1.java 2.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logandc2.java 3.0 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logbitp.java 2.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logcount.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logeqv.java 2.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
LogicalPathname.java 12.1 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
logior.java 2.4 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
lognand.java 2.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
lognor.java 2.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
lognot.java 1.9 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
logorc1.java 3.0 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logorc2.java 3.0 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logtest.java 2.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logxor.java 2.4 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
loop.lisp 77.5 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
machine_type.java 2.0 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
machine_version.java 3.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
MacroObject.java 4.0 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
macros.lisp 6.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Main.java 2.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-hash-table.lisp 1.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-load-form-saving-slots.lisp 2.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-sequence.lisp 6.2 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
make-string-output-stream.lisp 1.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-string.lisp 1.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make_array.java 10.9 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
make_condition.java 5.4 KB 12620   15 years Mark Evenson Use interpreted form in a FASL if compliation fails. …
make_server_socket.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
make_socket.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
map1.lisp 2.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
map-into.lisp 2.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
map.lisp 2.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
mask-field.lisp 2.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
MathFunctions.java 28.9 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
member-if.lisp 1.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
mismatch.lisp 3.5 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
mod.java 1.8 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
multiple-value-bind.lisp 2.4 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
multiple-value-list.lisp 1.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
multiple-value-setq.lisp 2.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Nil.java 4.1 KB 12598   15 years vvoutilainen Make listp/endp/SYMBOLP final.
NilVector.java 6.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
nsubstitute.lisp 5.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
nth-value.lisp 1.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
numbers.lisp 7.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
opcodes.lisp 9.7 KB 12185   15 years ehuelsmann Add stack effects to opcodes actually in use.
open.lisp 9.2 KB 11434   16 years ehuelsmann Merge open-external-format branch back to trunk.
open_stream_p.java 1.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Operator.java 2.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
or.lisp 1.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
output_stream_p.java 1.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Package.java 28.7 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
package.lisp 4.2 KB 12418   15 years Mark Evenson Fix svn:eol-style.
package_error_package.java 2.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
PackageError.java 4.0 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
PackageFunctions.java 14.0 KB 12290   15 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
Packages.java 4.7 KB 12290   15 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
parse-integer.lisp 3.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
parse-lambda-list.lisp 6.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ParseError.java 2.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Pathname.java 86.6 KB 12700   15 years Mark Evenson Backport r12696: TRUENAME for URL-PATHNAME ambigiously either a …
pathnames.lisp 19.2 KB 12617   15 years Mark Evenson Move pathname functions to EXT; implement DEFSETF for URL pathnames. …
peek_char.java 4.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
pprint-dispatch.lisp 15.4 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
pprint.lisp 53.6 KB 12230   15 years ehuelsmann More efficient startup: only autoload pprint[.lisp] if necessary.
precompiler.lisp 42.7 KB 12340   15 years ehuelsmann Fix symbol-macrolet expanding variables declared in a lambda-list for …
Primitive.java 5.8 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
Primitives.java 190.9 KB 12576   15 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
print-object.lisp 4.5 KB 12583   15 years astalla JAVA-CLASS metaclass reimplemented in Lisp.
print-unreadable-object.lisp 2.3 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
print.lisp 11.7 KB 12390   15 years astalla Changed output-ugly-object to invoke print-object for Java objects, as …
PrintNotReadable.java 3.9 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
probe_file.java 3.4 KB 12290   15 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
proclaim.lisp 5.5 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Profiler.java 5.5 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
profiler.lisp 5.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
prog.lisp 2.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ProgramError.java 2.6 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
psetf.lisp 2.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
query.lisp 2.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
RandomState.java 6.3 KB 12298   15 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
Ratio.java 18.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
read-circle.lisp 7.8 KB 12216   15 years ehuelsmann Make sure the #n= and #n# reader functionality gets compiled. It's …
read-conditional.lisp 2.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
read-from-string.lisp 1.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
read-sequence.lisp 2.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ReaderError.java 2.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ReaderMacroFunction.java 2.5 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Readtable.java 19.2 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
reduce.lisp 4.0 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
rem.java 2.0 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
remf.lisp 2.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
remove-duplicates.lisp 4.4 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
remove.lisp 7.1 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
replace.lisp 8.5 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
require.lisp 2.8 KB 12447   15 years Mark Evenson REQUIRE now searches for ASDF systems. If ASDF is loaded via (REQUIRE …
restart.lisp 12.7 KB 11785   16 years ehuelsmann Add ignore declaration on unused argument.
Return.java 2.4 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
revappend.lisp 1.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
room.java 2.7 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
rotatef.lisp 2.3 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
run-benchmarks.lisp 8.2 KB 11297   17 years ehuelsmann Set Id keyword for expansion.
run-shell-command.lisp 1.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
runtime-class.lisp 38.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
RuntimeClass.java 6.4 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
search.lisp 4.8 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
sequences.lisp 2.8 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
SeriousCondition.java 2.5 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
server_socket_close.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
setf.lisp 9.0 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
sets.lisp 7.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ShellCommand.java 9.3 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
shiftf.lisp 3.4 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
signal.lisp 6.5 KB 12314   15 years ehuelsmann Upon OutOfMemoryError? or StackOverflowError?, unwind the stack to the …
simple_list_remove_duplicates.java 2.5 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleArray_T.java 10.0 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
SimpleArray_UnsignedByte8.java 10.4 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleArray_UnsignedByte16.java 10.6 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleArray_UnsignedByte32.java 10.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleBitVector.java 16.2 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
SimpleCondition.java 3.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleError.java 2.7 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleString.java 12.7 KB 12588   15 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
SimpleTypeError.java 3.1 KB 12298   15 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
SimpleVector.java 10.3 KB 12588   15 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
SimpleWarning.java 2.6 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SingleFloat.java 21.0 KB 12535   15 years ehuelsmann Fix returned values from SingleFloat?.getInstance() and …
Site.java 2.9 KB 12525   15 years Mark Evenson Restore trunk to buildable state after OSGi patch.
SiteName.java 2.7 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
SlimeInputStream.java 4.5 KB 12362   15 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
SlimeOutputStream.java 4.6 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
SlotClass.java 9.7 KB 12576   15 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
SlotDefinition.java 11.8 KB 12576   15 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
SlotDefinitionClass.java 2.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
socket.lisp 3.2 KB 11434   16 years ehuelsmann Merge open-external-format branch back to trunk.
socket_accept.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
socket_close.java 2.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
socket_stream.java 2.5 KB 12362   15 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
SocketStream.java 2.5 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
software_type.java 1.9 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
software_version.java 1.9 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
sort.lisp 9.9 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
source-transform.lisp 3.3 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
SpecialBinding.java 2.5 KB 12275   15 years ehuelsmann Switch special bindings access schema to mirror that of SBCL/CCL/XCL: …
SpecialBindingsMark.java 2.3 KB 12603   15 years ehuelsmann Correct copyright year number; surely the file didn't exist in 1009.
SpecialOperator.java 5.4 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SpecialOperators.java 22.1 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
StackFrame.java 2.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StandardClass.java 28.8 KB 12620   15 years Mark Evenson Use interpreted form in a FASL if compliation fails. …
StandardGenericFunction.java 25.5 KB 12576   15 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
StandardGenericFunctionClass.java 3.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StandardMethod.java 10.5 KB 12576   15 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
StandardMethodClass.java 2.6 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StandardObject.java 17.5 KB 12576   15 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
StandardObjectFunctions.java 2.3 KB 12576   15 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
StandardReaderMethod.java 2.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StandardReaderMethodClass.java 2.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
step.lisp 1.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
StorageCondition.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Stream.java 86.7 KB 12694   15 years astalla Backported r12693 to 0.20 branch
stream_element_type.java 2.0 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
stream_external_format.java 2.5 KB 12325   15 years ehuelsmann Create API for (SETF (STREAM-EXTERNAL-FORMAT ...) ...) from the lisp world.
StreamError.java 4.7 KB 12320   15 years ehuelsmann Print StreamErrors? with a readable text, even when created based on …
StringFunctions.java 33.9 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
StringInputStream.java 4.7 KB 12362   15 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
StringOutputStream.java 4.1 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
strings.lisp 6.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
StructureClass.java 4.3 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
StructureObject.java 17.5 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
StyleWarning.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
sublis.lisp 3.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
subst.lisp 5.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
substitute.lisp 6.1 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
subtypep.lisp 32.1 KB 11586   16 years ehuelsmann Eliminate the pesky beeps in TYPE-OF.1; however unfortunately, this …
Symbol.java 123.3 KB 12620   15 years Mark Evenson Use interpreted form in a FASL if compliation fails. …
SymbolHashTable.java 6.4 KB 12298   15 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
SymbolMacro.java 1.8 KB 11441   16 years ehuelsmann Fix compiled MACROLET.13 and MACROLET.14: MACROEXPAND should know …
SynonymStream.java 6.4 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
tailp.lisp 1.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ThreadDestroyed.java 1.6 KB 12271   15 years ehuelsmann Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
threads.lisp 4.6 KB 12587   15 years ehuelsmann Fix #88: Add the thread name to the debugger-printed message and …
Throw.java 2.2 KB 12298   15 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
Time.java 4.5 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
time.lisp 6.2 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
top-level.lisp 14.4 KB 12147   15 years vvoutilainen Fix PRINT-LENGTH.INIT.1.
trace.lisp 5.5 KB 11668   16 years ehuelsmann Prevent CLOS from kicking in on TRACE; makes sure the compiler doesn't …
tree-equal.lisp 2.2 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
truncate.java 2.0 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
TwoWayStream.java 6.8 KB 12362   15 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
TypeError.java 6.5 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
typep.lisp 7.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
unbound_slot_instance.java 2.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
UnboundSlot.java 3.4 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
UnboundVariable.java 2.7 KB 12298   15 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
UndefinedFunction.java 2.5 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
unzip.java 4.7 KB 12429   15 years Mark Evenson Correct svn:eol-style and svn:keywords.
UpcaseStream.java 2.0 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
upgraded-complex-part-type.lisp 1.8 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
URLStream.java 4.5 KB 12609   15 years Mark Evenson Add missing implementation of JAR-STREAM and URL-STREAM.
Utilities.java 9.3 KB 12612   15 years Mark Evenson Incremental checkpoint on making JAR pathnames use the new URL pathname.
Version.java 1.8 KB 12728   15 years ehuelsmann Increase branch version.
Warning.java 2.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
with-accessors.lisp 1.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-hash-table-iterator.lisp 2.1 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-input-from-string.lisp 2.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-open-file.lisp 2.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-output-to-string.lisp 2.4 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-package-iterator.lisp 3.2 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-slots.lisp 2.2 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-standard-io-syntax.lisp 2.4 KB 12510   15 years vvoutilainen Fix the test WITH-STANDARD-IO-SYNTAX.23, which was failing because our …
write-sequence.lisp 3.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
WrongNumberOfArgumentsException.java 3.1 KB 12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
ZeroRankArray.java 5.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
zip.java 6.7 KB 12402   15 years Mark Evenson Move abcl-test-lisp to ASDF packaging. Change to ASDF packaging of …
ZipCache.java 10.7 KB 12643   15 years Mark Evenson Under Windows, properly reference jars on other drive letters.
  • Property svn:ignore set to
    *.abcl
    *.cls
    *.class
    build
    lisp
    native.h
    Makefile
Note: See TracBrowser for help on using the repository browser.