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

Name Size Rev Age Author Last Change
../
util 12759   13 years vvoutilainen Mark functions final where applicable.
scripting 12749   13 years Mark Evenson Undo previous commmit.
java 12749   13 years Mark Evenson Undo previous commmit.
Version.java 1.8 KB 12817   13 years ehuelsmann With 0.21.x being branched, update the version of trunk.
Condition.java 6.2 KB 12815   13 years astalla Fixed printing of certain conditions (e.g., type-errors) with unbound …
Java.java 43.8 KB 12814   13 years astalla Fix for r12809: bind *print-readably* to NIL when printing conditions …
debug.lisp 5.9 KB 12814   13 years astalla Fix for r12809: bind *print-readably* to NIL when printing conditions …
Stream.java 86.7 KB 12810   13 years Mark Evenson PATHNAME without namestring now has a non-printable representation.
Pathname.java 85.6 KB 12810   13 years Mark Evenson PATHNAME without namestring now has a non-printable representation.
print.lisp 11.9 KB 12809   13 years Mark Evenson Honor *PRINT-READABLY* by throwing PRINT-NOT-READABLE for "#<". …
Primitives.java 191.3 KB 12809   13 years Mark Evenson Honor *PRINT-READABLY* by throwing PRINT-NOT-READABLE for "#<". …
clos.lisp 114.9 KB 12805   13 years astalla Fixed bugs with custom slot and class options
precompiler.lisp 43.1 KB 12804   13 years astalla Fix r12768: macroexpand the body in an environment augmented with the …
ShellCommand.java 9.5 KB 12803   13 years Mark Evenson Revert bad commit.
JavaClassLoader.java 8.4 KB 12802   13 years Mark Evenson Re-apply grovel tags patch.
JProxy.java 8.5 KB 12775   13 years Mark Evenson Fix compiler errors.
java.lisp 17.7 KB 12774   13 years astalla Added support for implementing multiple interfaces using jmake-proxy
Autoload.java 33.8 KB 12773   13 years astalla Added classpath manipulation primitives: java:add-to-classpath and …
Function.java 11.2 KB 12771   13 years astalla Fixed the handling of disassemble: functions store the *load-truename* …
asdf.lisp 137.9 KB 12765   13 years Mark Evenson Update to ASDF-2.003 with local patches. Local patches differentiate …
compile-file.lisp 32.4 KB 12761   13 years ehuelsmann Fix compilation of toplevel MACROLET forms.
Load.java 29.4 KB 12760   13 years ehuelsmann Remove separate FaslVersionMismatch? exception in favor of raising a …
StructureObject.java 18.7 KB 12756   13 years astalla Simple slot-* support for structures.
autoloads.lisp 15.1 KB 12756   13 years astalla Simple slot-* support for structures.
JavaObject.java 17.9 KB 12755   13 years astalla CL:STRING on Java objects calls toString() on them. Patch by Mario Lang.
FaslClassLoader.java 5.5 KB 12754   13 years astalla Don't bind *load-truename* to NIL while loading FASLs, or SLIME …
SlotDefinition.java 12.2 KB 12752   13 years astalla Progress towards custom slot definition support: use of generic …
Symbol.java 123.8 KB 12749   13 years Mark Evenson Undo previous commmit.
StandardClass.java 29.4 KB 12749   13 years Mark Evenson Undo previous commmit.
Readtable.java 19.3 KB 12749   13 years Mark Evenson Undo previous commmit.
proclaim.lisp 5.6 KB 12749   13 years Mark Evenson Undo previous commmit.
load.lisp 2.4 KB 12749   13 years Mark Evenson Undo previous commmit.
Lisp.java 89.2 KB 12749   13 years Mark Evenson Undo previous commmit.
Interpreter.java 20.8 KB 12749   13 years Mark Evenson Undo previous commmit.
gui.lisp 607 bytes 12749   13 years Mark Evenson Undo previous commmit.
disassemble.lisp 2.6 KB 12749   13 years Mark Evenson Undo previous commmit.
compiler-pass2.lisp 349.3 KB 12749   13 years Mark Evenson Undo previous commmit.
compiler-pass1.lisp 58.3 KB 12749   13 years Mark Evenson Undo previous commmit.
Package.java 29.3 KB 12713   13 years astalla Serialization support for some Lisp types. For symbols and packages, …
Nil.java 4.2 KB 12713   13 years astalla Serialization support for some Lisp types. For symbols and packages, …
LispInteger.java 2.0 KB 12713   13 years astalla Serialization support for some Lisp types. For symbols and packages, …
Cons.java 15.1 KB 12713   13 years astalla Serialization support for some Lisp types. For symbols and packages, …
AbstractArray.java 11.2 KB 12713   13 years astalla Serialization support for some Lisp types. For symbols and packages, …
dump-form.lisp 5.4 KB 12711   13 years ehuelsmann No longer use the reader to load "stand alone" uninterned symbols, …
FaslReader.java 9.6 KB 12710   13 years ehuelsmann Move access to uninterned symbols array to Load.java for future use by …
jvm.lisp 23.5 KB 12690   13 years ehuelsmann Replace serialization related DECLARE-* functions with a single API: …
profiler.lisp 6.7 KB 12682   13 years ehuelsmann Add APIs to access data gathered in the profiler to detect (lisp) hot …
Closure.java 36.8 KB 12678   13 years vvoutilainen Re #96: partial fix for argument lists where &key appears before …
require.lisp 2.8 KB 12677   13 years Mark Evenson Correct incorrect inclusion of changes in last commit.
boot.lisp 6.4 KB 12673   13 years Mark Evenson Load 'system.lisp' later in boot so conditions trigger debugger.
FaslReadtable.java 4.9 KB 12650   13 years ehuelsmann Fix #79: Equally named -but different- uninterned symbols coalesced …
AutoloadedFunctionProxy.java 11.0 KB 12650   13 years ehuelsmann Fix #79: Equally named -but different- uninterned symbols coalesced …
LispReader.java 11.2 KB 12646   13 years ehuelsmann Re #93: Instead of fixing just readList and readDelimitedList, …
ZipCache.java 10.7 KB 12643   13 years Mark Evenson Under Windows, properly reference jars on other drive letters.
LispObject.java 24.6 KB 12637   13 years vvoutilainen Make unreadableString() variants in LispObject final.
LispThread.java 37.6 KB 12634   13 years ehuelsmann Implement THREADS:THREAD-JOIN. Patch by: David Kirkman dkirkman _at_ …
compile-system.lisp 13.0 KB 12624   13 years Mark Evenson Pretty print output to system.lisp.
compiler-error.lisp 2.7 KB 12622   13 years Mark Evenson Restore buildable trunk arising from ASDF2 compilation.
make_condition.java 5.4 KB 12620   13 years Mark Evenson Use interpreted form in a FASL if compliation fails. …
InternalCompilerError.java 2.3 KB 12620   13 years Mark Evenson Use interpreted form in a FASL if compliation fails. …
pathnames.lisp 19.2 KB 12617   13 years Mark Evenson Move pathname functions to EXT; implement DEFSETF for URL pathnames. …
Utilities.java 9.3 KB 12612   13 years Mark Evenson Incremental checkpoint on making JAR pathnames use the new URL pathname.
URLStream.java 4.5 KB 12609   13 years Mark Evenson Add missing implementation of JAR-STREAM and URL-STREAM.
JarStream.java 4.6 KB 12609   13 years Mark Evenson Add missing implementation of JAR-STREAM and URL-STREAM.
FileStream.java 11.0 KB 12607   13 years Mark Evenson URL pathnames working for OPEN for built-in schemas. Still need to …
BuiltInClass.java 16.8 KB 12607   13 years Mark Evenson URL pathnames working for OPEN for built-in schemas. Still need to …
SpecialBindingsMark.java 2.3 KB 12603   13 years ehuelsmann Correct copyright year number; surely the file didn't exist in 1009.
SimpleVector.java 10.3 KB 12588   13 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
SimpleString.java 12.7 KB 12588   13 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
ComplexVector_UnsignedByte32.java 12.5 KB 12588   13 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
ComplexVector_UnsignedByte8.java 13.0 KB 12588   13 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
ComplexVector.java 12.3 KB 12588   13 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
ComplexString.java 15.8 KB 12588   13 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
BasicVector_UnsignedByte32.java 7.2 KB 12588   13 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
BasicVector_UnsignedByte16.java 7.9 KB 12588   13 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
BasicVector_UnsignedByte8.java 7.4 KB 12588   13 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
AbstractBitVector.java 6.4 KB 12588   13 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
threads.lisp 4.6 KB 12587   13 years ehuelsmann Fix #88: Add the thread name to the debugger-printed message and …
LispCharacter.java 17.7 KB 12585   13 years ehuelsmann Unbreak java build.
print-object.lisp 4.5 KB 12583   13 years astalla JAVA-CLASS metaclass reimplemented in Lisp.
known-symbols.lisp 2.8 KB 12583   13 years astalla JAVA-CLASS metaclass reimplemented in Lisp.
StandardObjectFunctions.java 2.3 KB 12576   13 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
StandardObject.java 17.5 KB 12576   13 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
StandardMethod.java 10.5 KB 12576   13 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
StandardGenericFunction.java 25.5 KB 12576   13 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
SlotClass.java 9.7 KB 12576   13 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
LispClass.java 9.1 KB 12576   13 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
Layout.java 8.0 KB 12576   13 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
ByteArrayInputStream.java 3.3 KB 12557   13 years astalla Added sys::%make-byte-array-input-stream as a "inverse" of …
SingleFloat.java 21.0 KB 12535   13 years ehuelsmann Fix returned values from SingleFloat?.getInstance() and …
DoubleFloat.java 21.8 KB 12535   13 years ehuelsmann Fix returned values from SingleFloat?.getInstance() and …
Site.java 2.9 KB 12525   13 years Mark Evenson Restore trunk to buildable state after OSGi patch.
Debug.java 2.6 KB 12524   13 years Mark Evenson Enable ABCL to load in an OSGi context. OSGi abstracts the loading of …
disassemble_class_bytes.java 3.4 KB 12518   13 years Mark Evenson *DISASSEMBLER* may now contain a function to return the disassembler …
extensible-sequences.lisp 46.0 KB 12517   13 years astalla Preliminary support for DOSEQUENCE.
substitute.lisp 6.1 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
sort.lisp 9.9 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
setf.lisp 9.0 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
sequences.lisp 2.8 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
search.lisp 4.8 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
replace.lisp 8.5 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
remove.lisp 7.1 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
remove-duplicates.lisp 4.4 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
reduce.lisp 4.0 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
mismatch.lisp 3.5 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
make-sequence.lisp 6.2 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
find.lisp 9.1 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
fill.lisp 2.5 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
extensible-sequences-base.lisp 3.6 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
delete.lisp 7.5 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
delete-duplicates.lisp 3.6 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
count.lisp 4.2 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
copy-seq.lisp 2.4 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
concatenate.lisp 2.9 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
SynonymStream.java 6.4 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
StructureClass.java 4.3 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
StringOutputStream.java 4.1 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
StringFunctions.java 33.9 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
SpecialOperators.java 22.1 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
SlimeOutputStream.java 4.6 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
SiteName.java 2.7 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
SimpleBitVector.java 16.2 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
RuntimeClass.java 6.4 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
Profiler.java 5.5 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
MathFunctions.java 28.9 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
JHandler.java 5.4 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
HashTableFunctions.java 8.1 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
function_info.java 4.7 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
FloatFunctions.java 16.9 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
FillPointerOutputStream.java 3.4 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
Environment.java 10.5 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
Do.java 7.1 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
ConcatenatedStream.java 7.7 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
ByteArrayOutputStream.java 4.8 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
BroadcastStream.java 7.3 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
AutoloadMacro.java 4.0 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
ArithmeticError.java 4.6 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
arglist.java 4.8 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
EndOfFile.java 2.4 KB 12512   13 years vvoutilainen Make Condition.writeToString() final, add documentation to …
CellError.java 3.2 KB 12512   13 years vvoutilainen Make Condition.writeToString() final, add documentation to …
with-standard-io-syntax.lisp 2.4 KB 12510   13 years vvoutilainen Fix the test WITH-STANDARD-IO-SYNTAX.23, which was failing because our …
directory.lisp 4.5 KB 12503   13 years Mark Evenson DIRECTORY now works for jar pathnames. The semantics for listing …
ForwardReferencedClass.java 3.2 KB 12481   13 years ehuelsmann Merge 'metaclass' branch, making STANDARD-CLASS have slots to be …
cxr.java 8.5 KB 12472   13 years vvoutilainen Reindentation.
FileError.java 3.4 KB 12469   13 years Mark Evenson Ensure that FILE-ERROR always has a value for PATHNAME. Fixes ANSI …
delete_file.java 3.7 KB 12448   13 years Mark Evenson Remove potentially present ZipCache? files entries on DELETE-FILE and …
Extensions.java 8.9 KB 12440   13 years Mark Evenson Documentation updates and conversion to stack trace friendly Primitive …
describe.lisp 6.4 KB 12436   13 years vvoutilainen Fix describe formatting, there was a missing newline. Problem reported …
WrongNumberOfArgumentsException.java 3.1 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
UndefinedFunction.java 2.5 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
UnboundSlot.java 3.4 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
TypeError.java 6.5 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
Time.java 4.5 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
SimpleArray_T.java 10.0 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
Return.java 2.4 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
PrintNotReadable.java 3.9 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
make_array.java 10.9 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
LogicalPathname.java 12.1 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
HashTable.java 7.8 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
Fixnum.java 25.1 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
Complex.java 9.7 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
AbstractVector.java 8.3 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
AbstractString.java 3.7 KB 12431   13 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
unzip.java 4.7 KB 12429   13 years Mark Evenson Correct svn:eol-style and svn:keywords.
LICENSE 1.1 KB 12429   13 years Mark Evenson Correct svn:eol-style and svn:keywords.
CharHashMap.java 1.7 KB 12429   13 years Mark Evenson Correct svn:eol-style and svn:keywords.
file_write_date.java 2.2 KB 12422   13 years Mark Evenson Extensively reworked new implementation for specifiying jar pathnames. …
package.lisp 4.2 KB 12418   13 years Mark Evenson Fix svn:eol-style.
format.lisp 117.8 KB 12412   13 years ehuelsmann Make format.lisp a lot more memory-efficient by replacing an array …
zip.java 6.7 KB 12402   13 years Mark Evenson Move abcl-test-lisp to ASDF packaging. Change to ASDF packaging of …
CompiledClosure.java 7.0 KB 12398   13 years ehuelsmann Move lambda-list analysis from runtime to compile time for compiled …
known-functions.lisp 13.1 KB 12393   13 years ehuelsmann Tell the compiler about some functions which don't require clearing …
LispStackFrame.java 5.8 KB 12376   13 years astalla Calling PRIN1-TO-STRING to print Lisp stack frames, so as to allow the …
gray-streams.lisp 22.7 KB 12373   13 years ehuelsmann Change parents of FUNDAMENTAL-STREAM in Gray streams. Note: includes …
TwoWayStream.java 6.8 KB 12362   13 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
StringInputStream.java 4.7 KB 12362   13 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
socket_stream.java 2.5 KB 12362   13 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
SlimeInputStream.java 4.5 KB 12362   13 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
EchoStream.java 7.0 KB 12362   13 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
CaseFrobStream.java 5.6 KB 12362   13 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
stream_external_format.java 2.5 KB 12325   13 years ehuelsmann Create API for (SETF (STREAM-EXTERNAL-FORMAT ...) ...) from the lisp world.
StreamError.java 4.7 KB 12320   13 years ehuelsmann Print StreamErrors? with a readable text, even when created based on …
signal.lisp 6.5 KB 12314   13 years ehuelsmann Upon OutOfMemoryError? or StackOverflowError?, unwind the stack to the …
UnboundVariable.java 2.7 KB 12298   13 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
Throw.java 2.2 KB 12298   13 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
SymbolHashTable.java 6.4 KB 12298   13 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
SimpleTypeError.java 3.1 KB 12298   13 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
RandomState.java 6.3 KB 12298   13 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
Go.java 2.1 KB 12298   13 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
probe_file.java 3.4 KB 12290   13 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
Packages.java 4.7 KB 12290   13 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
PackageFunctions.java 14.0 KB 12290   13 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
Keyword.java 7.8 KB 12290   13 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
CharacterFunctions.java 12.0 KB 12290   13 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
ZeroRankArray.java 5.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Warning.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
unbound_slot_instance.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StyleWarning.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
stream_element_type.java 2.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StorageCondition.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StandardReaderMethodClass.java 2.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StandardReaderMethod.java 2.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StandardMethodClass.java 2.6 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StandardGenericFunctionClass.java 3.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StackFrame.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SpecialOperator.java 5.4 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SocketStream.java 2.5 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
socket_close.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
socket_accept.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SlotDefinitionClass.java 2.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleWarning.java 2.6 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleError.java 2.7 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleCondition.java 3.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleArray_UnsignedByte32.java 10.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleArray_UnsignedByte16.java 10.6 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleArray_UnsignedByte8.java 10.4 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
simple_list_remove_duplicates.java 2.5 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
server_socket_close.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SeriousCondition.java 2.5 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
room.java 2.7 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ReaderMacroFunction.java 2.5 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ReaderError.java 2.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Ratio.java 18.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ProgramError.java 2.6 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
peek_char.java 4.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ParseError.java 2.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
PackageError.java 4.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
package_error_package.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
output_stream_p.java 1.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Operator.java 2.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
open_stream_p.java 1.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
NilVector.java 6.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
make_socket.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
make_server_socket.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
MacroObject.java 4.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
machine_version.java 3.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logxor.java 2.4 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logtest.java 2.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logorc2.java 3.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logorc1.java 3.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
lognor.java 2.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
lognand.java 2.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logior.java 2.4 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logeqv.java 2.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logcount.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logbitp.java 2.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logandc2.java 3.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logandc1.java 2.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logand.java 2.5 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
listen.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
LispError.java 2.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
last.java 3.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
jmethod_return_type.java 2.4 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
jclass_of.java 3.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
jclass_name.java 3.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
JavaStackFrame.java 4.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
JavaException.java 3.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
interactive_stream_p.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
input_stream_p.java 1.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
IllegalMonitorState.java 2.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
get_properties.java 2.7 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
GenericFunction.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
gc.java 2.4 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatingPointUnderflow.java 2.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatingPointOverflow.java 2.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatingPointInvalidOperation.java 2.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatingPointInexact.java 2.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
float_sign.java 2.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_string_length.java 2.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_length.java 1.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_error_pathname.java 2.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_author.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
dotimes.java 5.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
dolist.java 4.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
DivisionByZero.java 2.4 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
DispatchMacroFunction.java 2.7 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
create_new_file.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
copy_list.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ControlError.java 2.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ComplexBitVector.java 11.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ComplexArray_UnsignedByte32.java 8.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ComplexArray_UnsignedByte8.java 8.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ComplexArray.java 8.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
CompilerUnsupportedFeatureError.java 2.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
CompilerError.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
cell_error_name.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Bignum.java 21.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
assql.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
assq.java 1.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
adjust_array.java 5.5 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SpecialBinding.java 2.5 KB 12275   13 years ehuelsmann Switch special bindings access schema to mirror that of SBCL/CCL/XCL: …
ThreadDestroyed.java 1.6 KB 12271   13 years ehuelsmann Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
ControlTransfer.java 2.7 KB 12271   13 years ehuelsmann Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
EqualpHashTable.java 4.0 KB 12255   13 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
EqualHashTable.java 4.0 KB 12255   13 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
UpcaseStream.java 2.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
truncate.java 2.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
software_version.java 1.9 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
software_type.java 1.9 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
rem.java 2.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
Primitive.java 5.8 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
mod.java 1.8 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
machine_type.java 2.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
lognot.java 1.9 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
ftruncate.java 6.2 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
floor.java 3.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
DowncaseStream.java 2.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
ceiling.java 2.5 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
CapitalizeStream.java 2.7 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
CapitalizeFirstStream.java 2.3 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
ash.java 1.9 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
pprint.lisp 53.6 KB 12230   13 years ehuelsmann More efficient startup: only autoload pprint[.lisp] if necessary.
apropos.lisp 2.6 KB 12217   13 years ehuelsmann Clean up use of RESOLVE (remove unnecessary case and replace one with …
read-circle.lisp 7.8 KB 12216   13 years ehuelsmann Make sure the #n= and #n# reader functionality gets compiled. It's …
opcodes.lisp 9.7 KB 12185   13 years ehuelsmann Add stack effects to opcodes actually in use.
Binding.java 3.1 KB 12170   13 years ehuelsmann Don't throw Go and Return exceptions as means for non-local transfers …
top-level.lisp 14.4 KB 12147   14 years vvoutilainen Fix PRINT-LENGTH.INIT.1.
defstruct.lisp 26.1 KB 12113   14 years ehuelsmann Fix types used in THE type-checking for structure access.
ClosureBinding.java 1.9 KB 11866   14 years ehuelsmann Finish closure fixes by merging the branch to the trunk.
restart.lisp 12.7 KB 11785   14 years ehuelsmann Add ignore declaration on unused argument.
do-all-symbols.lisp 2.4 KB 11776   14 years ehuelsmann Fix DO-ALL-SYMBOLS.{6,9,12}: we can't use DOLIST, because it has an …
late-setf.lisp 4.7 KB 11775   14 years ehuelsmann Fix the remaining two DEFINE-SETF-EXPANDER tests (.6 and ??).
adjoin.lisp 2.0 KB 11695   14 years ehuelsmann Fix DESCRIBE output by registering documentation on functions. Patch …
trace.lisp 5.5 KB 11668   14 years ehuelsmann Prevent CLOS from kicking in on TRACE; makes sure the compiler doesn't …
compiler-types.lisp 9.7 KB 11591   14 years ehuelsmann Make SINGLE-FLOAT and DOUBLE-FLOAT compiler types.
subtypep.lisp 32.1 KB 11586   14 years ehuelsmann Eliminate the pesky beeps in TYPE-OF.1; however unfortunately, this …
inspect.lisp 7.8 KB 11565   14 years ehuelsmann Fix thinko: it's not "unless", it's "when" ext:*inspector-hook* is …
lisp_implementation_version.java 2.1 KB 11488   14 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
lisp_implementation_type.java 2.0 KB 11488   14 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
EqlHashTable.java 4.0 KB 11488   14 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
EqHashTable.java 4.9 KB 11488   14 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
SymbolMacro.java 1.8 KB 11441   14 years ehuelsmann Fix compiled MACROLET.13 and MACROLET.14: MACROEXPAND should know …
socket.lisp 3.2 KB 11434   14 years ehuelsmann Merge open-external-format branch back to trunk.
open.lisp 9.2 KB 11434   14 years ehuelsmann Merge open-external-format branch back to trunk.
write-sequence.lisp 3.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-slots.lisp 2.2 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-package-iterator.lisp 3.2 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-output-to-string.lisp 2.4 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-open-file.lisp 2.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-input-from-string.lisp 2.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-hash-table-iterator.lisp 2.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
with-accessors.lisp 1.9 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
upgraded-complex-part-type.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
typep.lisp 7.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
tree-equal.lisp 2.2 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
time.lisp 6.2 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
tailp.lisp 1.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
subst.lisp 5.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
sublis.lisp 3.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
strings.lisp 6.9 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
step.lisp 1.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
source-transform.lisp 3.3 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
shiftf.lisp 3.4 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
sets.lisp 7.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
runtime-class.lisp 38.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
run-shell-command.lisp 1.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
rotatef.lisp 2.3 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
revappend.lisp 1.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
remf.lisp 2.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
read-sequence.lisp 2.9 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
read-from-string.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
read-conditional.lisp 2.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
query.lisp 2.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
psetf.lisp 2.9 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
prog.lisp 2.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
print-unreadable-object.lisp 2.3 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
pprint-dispatch.lisp 15.4 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
parse-lambda-list.lisp 6.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
parse-integer.lisp 3.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
or.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
numbers.lisp 7.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
nth-value.lisp 1.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
nsubstitute.lisp 5.9 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
multiple-value-setq.lisp 2.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
multiple-value-list.lisp 1.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
multiple-value-bind.lisp 2.4 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
member-if.lisp 1.9 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
mask-field.lisp 2.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
map.lisp 2.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
map-into.lisp 2.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
map1.lisp 2.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-string.lisp 1.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-string-output-stream.lisp 1.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-load-form-saving-slots.lisp 2.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
make-hash-table.lisp 1.9 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Main.java 2.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
macros.lisp 6.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
loop.lisp 77.5 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
list.lisp 2.2 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
list-length.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ldiff.lisp 1.9 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ldb.lisp 3.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
lcm.lisp 2.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
inline.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
gentemp.lisp 2.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
FunctionBinding.java 1.9 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
find-all-symbols.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
featurep.lisp 2.2 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
fdefinition.lisp 4.3 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ensure-directories-exist.lisp 2.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
enough-namestring.lisp 3.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ed.lisp 6.3 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
early-defuns.lisp 10.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dump-class.lisp 8.5 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dribble.lisp 3.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dotimes.lisp 3.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dolist.lisp 2.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
do.lisp 3.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
do-symbols.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
do-external-symbols.lisp 1.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
destructuring-bind.lisp 14.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
describe-compiler-policy.lisp 1.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
deposit-field.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
deftype.lisp 3.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defsetf.lisp 3.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defpackage.lisp 5.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defmacro.lisp 2.3 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
define-symbol-macro.lisp 2.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
define-modify-macro.lisp 4.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
copy-symbol.lisp 2.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
cond.lisp 2.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
compiler-macro.lisp 3.2 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
compile-file-pathname.lisp 2.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
collect.lisp 4.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
coerce.lisp 4.9 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
check-type.lisp 2.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
chars.lisp 2.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
case.lisp 7.3 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
byte-io.lisp 3.2 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
butlast.lisp 2.5 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
boole.lisp 2.3 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
bit-array-ops.lisp 9.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
backquote.lisp 9.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
aver.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
assoc.lisp 4.2 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
assert.lisp 3.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
arrays.lisp 3.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
and.lisp 1.7 KB 11391   14 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.
error.lisp 204 bytes 11297   15 years ehuelsmann Set Id keyword for expansion.
  • Property svn:ignore set to
    *.abcl
    *.cls
    *.class
    build
    lisp
    native.h
    Makefile
Note: See TracBrowser for help on using the repository browser.