source: branches/streams/abcl/src/org/armedbear/lisp

Name Size Rev Age Author Last Change
../
java 13145   14 years ehuelsmann Comment why System.exit() is alright in the REPLConsole.java case.
protocol 14186   12 years Mark Evenson Java type marker for CL:PATHNAME.
scripting 14002   12 years Mark Evenson dmiles: SYS:*COMPILE-FILE-CLASS-EXTENSION* contains PATHNAME TYPE of …
util 14735   10 years Mark Evenson Signal SIMPLE-ERROR for invalid external-format arguments. Addresses …
abcl-contrib.lisp 4.0 KB 14657   11 years Mark Evenson Find contrib based on system jar name. From Olof-Joachim Frahm.
AbstractArray.java 11.1 KB 14465   12 years rschlatte new method program_error, analogous to type_error
AbstractBitVector.java 6.4 KB 14466   12 years rschlatte call type_error when possible
AbstractString.java 3.7 KB 13443   13 years ehuelsmann Rename more occurrances of writeToString to printObject.
AbstractVector.java 8.3 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
adjoin.lisp 2.0 KB 11695   16 years ehuelsmann Fix DESCRIBE output by registering documentation on functions. Patch …
adjust_array.java 5.5 KB 13461   13 years ehuelsmann Print expected minimum and maximum argument list lengths in …
and.lisp 1.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
apropos.lisp 2.7 KB 12934   14 years ehuelsmann Fix #97: Symbol imported into/exported from multiple packages reported …
arglist.java 4.8 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
ArgumentListProcessor.java 36.8 KB 14465   12 years rschlatte new method program_error, analogous to type_error
ArithmeticError.java 4.5 KB 14466   12 years rschlatte call type_error when possible
arrays.lisp 3.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
asdf.lisp 544.3 KB 14734   10 years Mark Evenson Update to asdf-3.1.4
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 31.5 KB 14493   12 years rschlatte downsize StandardGenericFunction?.java - move all caching into new …
AutoloadGeneralizedReference.java 7.5 KB 14369   12 years Mark Evenson Implementation of autoloader for SETF generalized references. Fixes …
AutoloadMacro.java 3.9 KB 13445   13 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
autoloads-gen.lisp 51.2 KB 14490   12 years rschlatte Eliminate one of our effective method function caches - …
autoloads.lisp 2.3 KB 14126   12 years ehuelsmann Closes #226: All exports and all but one autoload have been removed …
aver.lisp 1.8 KB 14121   12 years ehuelsmann Move exports from autoloads.lisp to the respective defining files. …
backquote.lisp 9.1 KB 14591   11 years Mark Evenson Correctly initialize/restore *BACKQUOTE-COUNT* special when loading …
BasicVector_UnsignedByte8.java 7.5 KB 13708   13 years ehuelsmann Follow-up to last commit: Fix #182.
BasicVector_UnsignedByte16.java 7.9 KB 14466   12 years rschlatte call type_error when possible
BasicVector_UnsignedByte32.java 7.2 KB 12588   15 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
Bignum.java 21.1 KB 14757   10 years Mark Evenson Futher fix for EQUALP on numeric tower This fixes the following case …
Binding.java 3.2 KB 13695   13 years astalla Reimplementation of global symbol macros to avoid using the symbol's …
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.5 KB 14796   9 years ehuelsmann Streams no longer are structure objects.
BroadcastStream.java 7.2 KB 14466   12 years rschlatte call type_error when possible
BuiltInClass.java 15.4 KB 14796   9 years ehuelsmann Streams no longer are structure objects.
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 14070   12 years ehuelsmann Expand types before checking them: fixes Drakma. Patch by Stas Boukarev.
ByteArrayInputStream.java 3.1 KB 13442   13 years ehuelsmann Remove .toString() methods which override default Java output to be …
ByteArrayOutputStream.java 4.6 KB 14466   12 years rschlatte call type_error when possible
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 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
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 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
CharacterFunctions.java 12.0 KB 13461   13 years ehuelsmann Print expected minimum and maximum argument list lengths in …
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 203.1 KB 14529   12 years rschlatte Fix (make-instance 'standard-generic-function) Reported by Pascal …
Closure.java 7.6 KB 14465   12 years rschlatte new method program_error, analogous to type_error
ClosureBinding.java 1.9 KB 11866   16 years ehuelsmann Finish closure fixes by merging the branch to the trunk.
coerce.lisp 5.2 KB 12939   14 years ehuelsmann Fix COERCE on a COMPLEX, being coerced to (COMPLEX <anything>); this …
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 42.6 KB 14460   12 years ehuelsmann * Rename FASL entry point inside the fasl from "<fasl>._" to …
compile-system.lisp 22.4 KB 14457   12 years ehuelsmann Add FASL concatenation functionality for ASDF to use in its ASDF3 …
CompiledClosure.java 6.6 KB 14023   12 years ehuelsmann Remove Function Preloading facility not in use for quite some time.
CompiledPrimitive.java 3.0 KB 12936   14 years ehuelsmann Fix build.
compiler-error.lisp 2.9 KB 14018   12 years ehuelsmann Fix #206 while moving the definition of the condition classes to lisp.
compiler-macro.lisp 3.7 KB 13597   13 years ehuelsmann Fix issue reported by Eric Marsden: failure to compile functions with …
compiler-pass1.lisp 59.1 KB 14558   12 years ehuelsmann Fix FAILED AVER in recent cl-test-grid findings.
compiler-pass2.lisp 320.4 KB 14552   12 years ehuelsmann Inline calls to jrun-exception-protected (used by handler-bind to …
compiler-types.lisp 9.7 KB 13535   13 years ehuelsmann Moving huge object serialization from <init>() to <clinit>() broke the …
Complex.java 8.9 KB 14757   10 years Mark Evenson Futher fix for EQUALP on numeric tower This fixes the following case …
ComplexArray.java 8.8 KB 13443   13 years ehuelsmann Rename more occurrances of writeToString to printObject.
ComplexArray_UnsignedByte8.java 8.9 KB 13443   13 years ehuelsmann Rename more occurrances of writeToString to printObject.
ComplexArray_UnsignedByte32.java 8.8 KB 13443   13 years ehuelsmann Rename more occurrances of writeToString to printObject.
ComplexBitVector.java 11.8 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ComplexString.java 15.8 KB 13720   13 years ehuelsmann String hash randomization.
ComplexVector.java 12.3 KB 14466   12 years rschlatte call type_error when possible
ComplexVector_UnsignedByte8.java 12.9 KB 14466   12 years rschlatte call type_error when possible
ComplexVector_UnsignedByte32.java 12.5 KB 14466   12 years rschlatte call type_error when possible
concatenate.lisp 2.9 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
ConcatenatedStream.java 7.4 KB 14466   12 years rschlatte call type_error when possible
cond.lisp 2.0 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Condition.java 6.1 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
Cons.java 15.1 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
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 3.6 KB 14627   11 years Mark Evenson (partially) restore CL:LOAD from jar files. There is apparently a …
debug.lisp 5.9 KB 13434   13 years ehuelsmann Correct stream being modified to be *DEBUG-IO* bound streams.
define-modify-macro.lisp 4.9 KB 14727   10 years Mark Evenson Make result of DEFINE-MODIFY-MACRO available at compilation time. …
define-symbol-macro.lisp 2.0 KB 13695   13 years astalla Reimplementation of global symbol macros to avoid using the symbol's …
defmacro.lisp 2.4 KB 13696   13 years astalla DEFMACRO now supports documentation strings as per the ANSI specification.
defpackage.lisp 6.8 KB 14432   12 years rschlatte Some more package-local-nickname error checking in defpackage
defsetf.lisp 3.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
defstruct.lisp 29.7 KB 14162   12 years ehuelsmann Fix PAIPROLOG and UNIFGRAM regressions caused by stricter DEFSTRUCT …
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 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
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.8 KB 14121   12 years ehuelsmann Move exports from autoloads.lisp to the respective defining files. …
describe.lisp 6.6 KB 14478   12 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
destructuring-bind.lisp 14.3 KB 14133   12 years ehuelsmann Remove code duplication. Rename MAKE-EXPANDER-FOR-MACROLET because it …
digest.lisp 5.6 KB 14582   11 years Mark Evenson Fix output of SYS:SHA256. Muffle warning of SYS:SHA256 when used for …
directory.lisp 8.0 KB 14659   11 years Mark Evenson Fix Uniform Naming Convention (aka "UNC" or "network") paths under …
disassemble.lisp 2.6 KB 12749   15 years Mark Evenson Undo previous commmit.
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 …
DocString.java 2.1 KB 13332   14 years Mark Evenson Expand the Java docstring annotation to include a separate field for …
documentation.lisp 6.7 KB 14454   12 years rschlatte Move standard-generic-function slot accessors from Java to Lisp - …
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 14466   12 years rschlatte call type_error when possible
dotimes.lisp 3.1 KB 13306   14 years Mark Evenson Fix #144 via correcly naming hints for compiler properties.
DoubleFloat.java 21.4 KB 14757   10 years Mark Evenson Futher fix for EQUALP on numeric tower This fixes the following case …
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 14144   12 years ehuelsmann The OPCODES file doesn't exist anymore and has been merged into …
dump-form.lisp 10.4 KB 14426   12 years ehuelsmann Fix #274: Infinite loop when compiling …
early-defuns.lisp 10.7 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
EchoStream.java 6.9 KB 13442   13 years ehuelsmann Remove .toString() methods which override default Java output to be …
ed.lisp 6.3 KB 14106   12 years ehuelsmann Move exports from the THREADS package to threads.lisp. Move sockets …
EMFCache.java 9.0 KB 14495   12 years rschlatte Remove StandardGenericFunction? class
EndOfFile.java 2.3 KB 13445   13 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
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 3.3 KB 14173   12 years Mark Evenson Fix CL-TEST::ENSURE-DIRECTORIES-EXIST.8. Restore default as to not be …
Environment.java 10.7 KB 13695   13 years astalla Reimplementation of global symbol macros to avoid using the symbol's …
error.lisp 204 bytes 11297   16 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 12928   14 years astalla Fixes in java collections support (iterators) and dosequence (wrong …
Extensions.java 10.7 KB 14404   12 years Mark Evenson Fix error on form redefition introduced with r14403. Addresses #282
fasl-concat.lisp 4.1 KB 14460   12 years ehuelsmann * Rename FASL entry point inside the fasl from "<fasl>._" to …
FaslClassLoader.java 6.7 KB 14015   12 years Mark Evenson dmiles: classloaders to search their parent/system classloaders …
FaslReader.java 9.6 KB 12710   15 years ehuelsmann Move access to uninterned symbols array to Load.java for future use by …
FaslReadtable.java 5.3 KB 13187   14 years ehuelsmann Fix #125: FASL reader should not convert symbol case [Qi FASL loading …
fdefinition.lisp 4.6 KB 14451   12 years Mark Evenson Loosen check for issuing redfinition from TRUENAME to PROBE-FILENAME. …
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.3 KB 14176   12 years Mark Evenson Refactor PATHNAME implementation details to tighten existing …
FileError.java 3.4 KB 12469   15 years Mark Evenson Ensure that FILE-ERROR always has a value for PATHNAME. Fixes ANSI …
FileStream.java 10.9 KB 13444   13 years ehuelsmann Reduce the number of required unreadableString() methods by removing …
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 24.9 KB 14757   10 years Mark Evenson Futher fix for EQUALP on numeric tower This fixes the following case …
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 14465   12 years rschlatte new method program_error, analogous to type_error
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 118.4 KB 14125   12 years ehuelsmann Break circular dependency when printing errors when FORMAT isn't fully …
ftruncate.java 6.2 KB 12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
FuncallableStandardClass.java 2.7 KB 14468   12 years rschlatte Fix set-lambda-name & friends - in funcallable-standard-object, …
FuncallableStandardObject.java 7.9 KB 14503   12 years rschlatte Move initial initialization of generic functions Lisp-side
Function.java 10.8 KB 13445   13 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
function_info.java 4.9 KB 14466   12 years rschlatte call type_error when possible
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 …
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 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
gray-streams.lisp 26.5 KB 14605   11 years Mark Evenson Fix missing default method for gray-streams:stream-finish-output. …
gui.lisp 685 bytes 14121   12 years ehuelsmann Move exports from autoloads.lisp to the respective defining files. …
HashTable.java 13.7 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
HashTableFunctions.java 15.2 KB 14466   12 years rschlatte call type_error when possible
IllegalMonitorState.java 2.5 KB 13540   13 years Mark Evenson Pass wrapped error message to IllegalMonitorException?.
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.9 KB 14105   12 years ehuelsmann Break circular dependency between top-level.lisp and inspect.lisp by …
IntegrityError.java 1.8 KB 13146   14 years ehuelsmann Add class documentation for recently added classes.
interactive_stream_p.java 2.1 KB 14466   12 years rschlatte call type_error when possible
Interpreter.java 25.2 KB 14591   11 years Mark Evenson Correctly initialize/restore *BACKQUOTE-COUNT* special when loading …
JarStream.java 4.5 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
java-collections.lisp 6.2 KB 14114   12 years ehuelsmann Modules defining PRINT-OBJECT methods, should require PRINT-OBJECT. …
Java.java 51.3 KB 14694   11 years Mark Evenson Convert Lisp truth values to Java equivalents in JCALL/JSTATIC. We …
java.lisp 23.1 KB 14127   12 years ehuelsmann Reindent documentation string.
JavaBeans.java 4.7 KB 14326   12 years Mark Evenson Refactor java.beans.* out of Java.java. Enables patches for building …
JavaClassLoader.java 12.1 KB 14363   12 years Mark Evenson Add a constructor to allow MemoryClassLoader? to specify a parent. …
JavaException.java 3.4 KB 13093   14 years ehuelsmann Change JAVA-EXCEPTION-CAUSE to protected. Set format control and arguments.
JavaObject.java 24.6 KB 14600   11 years Mark Evenson Signal Java-side exceptions caught in JavaObject?.printObject() as a …
JavaStackFrame.java 4.1 KB 14581   11 years Mark Evenson Mark JavaStack? frame as implementing the Inspectable protocol.
jclass_name.java 3.8 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
jclass_of.java 3.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
JHandler.java 5.6 KB 13461   13 years ehuelsmann Print expected minimum and maximum argument list lengths in …
jmethod_return_type.java 2.4 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
JProxy.java 8.5 KB 14466   12 years rschlatte call type_error when possible
jvm-class-file.lisp 69.1 KB 14552   12 years ehuelsmann Inline calls to jrun-exception-protected (used by handler-bind to …
jvm-instructions.lisp 38.4 KB 14407   12 years ehuelsmann Specify opcode argument types to help programmers generate class files …
jvm.lisp 28.3 KB 14552   12 years ehuelsmann Inline calls to jrun-exception-protected (used by handler-bind to …
Keyword.java 8.1 KB 14063   12 years rschlatte Add :MOP to *FEATURES* - also simplify *features* initialization a bit
known-functions.lisp 12.9 KB 14478   12 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
known-symbols.lisp 2.8 KB 13792   13 years astalla A small reorganization of compiler/jvm code. Runtime-class wasn't …
last.java 3.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
late-setf.lisp 4.5 KB 14727   10 years Mark Evenson Make result of DEFINE-MODIFY-MACRO available at compilation time. …
Layout.java 8.5 KB 14466   12 years rschlatte call type_error when possible
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 91.7 KB 14552   12 years ehuelsmann Inline calls to jrun-exception-protected (used by handler-bind to …
lisp_implementation_type.java 2.0 KB 11488   16 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
lisp_implementation_version.java 3.0 KB 14227   12 years rschlatte Remove stray closing paren from (lisp-implementation-version) results …
LispCharacter.java 18.4 KB 14787   10 years Mark Evenson Add character name for non-breaking space Use a human readable name …
LispClass.java 9.2 KB 14796   9 years ehuelsmann Streams no longer are structure objects.
LispError.java 2.3 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
LispInteger.java 2.0 KB 12713   15 years astalla Serialization support for some Lisp types. For symbols and packages, …
LispObject.java 26.7 KB 14497   12 years rschlatte Remove direct references to standard-generic-function class from Java
LispReader.java 11.2 KB 12646   15 years ehuelsmann Re #93: Instead of fixing just readList and readDelimitedList, …
LispStackFrame.java 4.8 KB 14739   10 years Mark Evenson Actually return an unreadable representation from printing a …
LispThread.java 52.1 KB 14690   11 years Mark Evenson THREADS:YIELD implements java.lang.Thread.yield(). Improved …
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 33.4 KB 14634   11 years Mark Evenson Methods to load Lisp code directly from an InputStream?.
load.lisp 2.3 KB 14402   12 years Mark Evenson CL:LOAD now uses its :EXTERNAL-FORMAT argument. Fixes #303.
logand.java 2.5 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logandc1.java 2.9 KB 14466   12 years rschlatte call type_error when possible
logandc2.java 3.0 KB 14466   12 years rschlatte call type_error when possible
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 14466   12 years rschlatte call type_error when possible
LogicalPathname.java 12.2 KB 14793   9 years Mark Evenson Fix FILE-WRITE-DATE for logical pathnames
logior.java 2.4 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
lognand.java 2.9 KB 14466   12 years rschlatte call type_error when possible
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 14466   12 years rschlatte call type_error when possible
logorc2.java 3.0 KB 14466   12 years rschlatte call type_error when possible
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 78.0 KB 14355   12 years Mark Evenson Fix loop and default value for of-type problem. Patch and (most of) …
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 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
macros.lisp 6.2 KB 14447   12 years ehuelsmann Re #230: Add a macro expansion for TRULY-THE.
Main.java 2.2 KB 13144   14 years ehuelsmann Stabilize the new way of terminating ABCL.
make-hash-table.lisp 2.4 KB 13309   14 years Mark Evenson Implementation of hashtables with weak keys and/or values. …
make-load-form-saving-slots.lisp 2.8 KB 14478   12 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
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 11.9 KB 13461   13 years ehuelsmann Print expected minimum and maximum argument list lengths in …
make_condition.java 5.1 KB 14018   12 years ehuelsmann Fix #206 while moving the definition of the condition classes to lisp.
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 29.0 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
member-if.lisp 1.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
MemoryClassLoader.java 6.6 KB 14363   12 years Mark Evenson Add a constructor to allow MemoryClassLoader? to specify a parent. …
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 …
mop.lisp 4.0 KB 14514   12 years rschlatte export mop:slot-definition-documentation
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.0 KB 13442   13 years ehuelsmann Remove .toString() methods which override default Java output to be …
NilVector.java 6.0 KB 13442   13 years ehuelsmann Remove .toString() methods which override default Java output to be …
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 …
open.lisp 9.3 KB 13301   14 years Mark Evenson Explicitly error from OPEN with a wild pathname. This behavior was …
open_stream_p.java 1.9 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Operator.java 2.5 KB 12826   14 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
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 30.9 KB 14570   11 years Mark Evenson Restore Packages.findPackage() API for obtaining the current package …
package.lisp 5.6 KB 14431   12 years rschlatte Make add-package-local-nicknames errors continuable - partly fixes #307
package_error_package.java 2.1 KB 12826   14 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
PackageError.java 4.2 KB 13179   14 years ehuelsmann Add comment on how to prevent a specialization of Condition.initialize().
PackageFunctions.java 16.7 KB 14431   12 years rschlatte Make add-package-local-nicknames errors continuable - partly fixes #307
Packages.java 5.4 KB 14570   11 years Mark Evenson Restore Packages.findPackage() API for obtaining the current package …
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 104.0 KB 14659   11 years Mark Evenson Fix Uniform Naming Convention (aka "UNC" or "network") paths under …
pathnames.lisp 19.3 KB 13300   14 years Mark Evenson TRANSLATE-PATHNAME uses source version if to version if :wild or nil. …
peek_char.java 5.1 KB 14211   12 years ehuelsmann Re #253: Prevent unreading eofValue if eofValue happens to be a …
pprint-dispatch.lisp 15.5 KB 14112   12 years ehuelsmann Use PROVIDE/REQUIRE to prevent multiple loading.
pprint.lisp 54.2 KB 14112   12 years ehuelsmann Use PROVIDE/REQUIRE to prevent multiple loading.
precompiler.lisp 43.4 KB 14763   10 years ehuelsmann Fix #289: allow special handling of multiple-value-bind by expanding …
Primitive.java 5.9 KB 12826   14 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
Primitives.java 195.4 KB 14588   11 years ehuelsmann Fix "COND clause should at least have a test form" bug reported by …
print-object.lisp 4.9 KB 14112   12 years ehuelsmann Use PROVIDE/REQUIRE to prevent multiple loading.
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 14112   12 years ehuelsmann Use PROVIDE/REQUIRE to prevent multiple loading.
PrintNotReadable.java 3.5 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
probe_file.java 4.1 KB 14541   12 years Mark Evenson Fix LOAD.18 on non-Windows by ensuring that *LOAD-TRUENAME* contains …
ProcessingTerminated.java 2.1 KB 13156   14 years ehuelsmann Make 'getStatus()' public.
proclaim.lisp 5.6 KB 12749   15 years Mark Evenson Undo previous commmit.
Profiler.java 5.8 KB 14497   12 years rschlatte Remove direct references to standard-generic-function class from Java
profiler.lisp 6.8 KB 14120   12 years ehuelsmann Move profiler exports to profiler.lisp.
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.2 KB 13444   13 years ehuelsmann Reduce the number of required unreadableString() methods by removing …
Ratio.java 18.8 KB 14757   10 years Mark Evenson Futher fix for EQUALP on numeric tower This fixes the following case …
read-circle.lisp 8.2 KB 13601   13 years ehuelsmann Set properties.
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 14070   12 years ehuelsmann Expand types before checking them: fixes Drakma. Patch by Stas Boukarev.
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 14448   12 years rschlatte Remove most references to StandardGenericFunction? - use TYPEP or …
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 3.3 KB 14296   12 years Mark Evenson Constrain the logic for when CL:REQUIRE pushes symbols to …
restart.lisp 12.7 KB 11785   16 years ehuelsmann Add ignore declaration on unused argument.
Return.java 2.4 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
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 13461   13 years ehuelsmann Print expected minimum and maximum argument list lengths in …
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   16 years ehuelsmann Set Id keyword for expansion.
run-program.lisp 6.7 KB 14732   10 years Mark Evenson abcl-asdf: fix RESOLVE to work with "group-id:artifact-id" parameters. …
run-shell-command.lisp 1.8 KB 14275   12 years Mark Evenson Mark EXT:RUN-SHELL-COMMAND as deprecated.
runtime-class.lisp 15.5 KB 14721   10 years Mark Evenson Intermediary JNEW-RUNTIME-CLASS work: start adding failing tests. Run …
RuntimeClass.java 6.4 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
search.lisp 4.8 KB 14121   12 years ehuelsmann Move exports from autoloads.lisp to the respective defining files. …
sequences.lisp 2.8 KB 12516   15 years astalla Support for user-extensible sequences, adapted from SBCL.
SeriousCondition.java 2.4 KB 13180   14 years ehuelsmann Remove redundant method.
server_socket_close.java 2.2 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
setf.lisp 8.9 KB 14399   12 years Mark Evenson Remove obsolete comments with implementation of the SETF autoloader.
sets.lisp 7.6 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ShellCommand.java 9.5 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
shiftf.lisp 3.4 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
signal.lisp 6.6 KB 14038   12 years ehuelsmann Make the JVM exit with a non-zero (89) value when we have errors …
simple_list_remove_duplicates.java 2.5 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleArray_T.java 10.0 KB 14465   12 years rschlatte new method program_error, analogous to type_error
SimpleArray_UnsignedByte8.java 10.3 KB 14465   12 years rschlatte new method program_error, analogous to type_error
SimpleArray_UnsignedByte16.java 10.6 KB 14465   12 years rschlatte new method program_error, analogous to type_error
SimpleArray_UnsignedByte32.java 10.3 KB 14465   12 years rschlatte new method program_error, analogous to type_error
SimpleBitVector.java 16.2 KB 14466   12 years rschlatte call type_error when possible
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.8 KB 13720   13 years ehuelsmann String hash randomization.
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 14466   12 years rschlatte call type_error when possible
SimpleWarning.java 2.6 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SingleFloat.java 20.7 KB 14757   10 years Mark Evenson Futher fix for EQUALP on numeric tower This fixes the following case …
Site.java 2.9 KB 13095   14 years ehuelsmann Remove unused packages.
SiteName.java 2.7 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
SlimeInputStream.java 4.5 KB 14148   12 years ehuelsmann Fix #130: SLIME has extra M character in buffer output on Windows. …
SlimeOutputStream.java 4.5 KB 14148   12 years ehuelsmann Fix #130: SLIME has extra M character in buffer output on Windows. …
SlotClass.java 11.5 KB 14478   12 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
SlotDefinition.java 6.3 KB 14479   12 years rschlatte Rename and slightly refactor sys:make-slot-definition - rename to …
SlotDefinitionClass.java 3.7 KB 14479   12 years rschlatte Rename and slightly refactor sys:make-slot-definition - rename to …
socket.lisp 4.4 KB 14214   12 years Mark Evenson EXT:READ-TIMEOUT Fix conversion of time to underlying api.
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.4 KB 13442   13 years ehuelsmann Remove .toString() methods which override default Java output to be …
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 17.8 KB 14587   11 years Mark Evenson Transform (hopefully) all occurances of old common-lisp.net URIs to …
source-transform.lisp 3.8 KB 13597   13 years ehuelsmann Fix issue reported by Eric Marsden: failure to compile functions with …
SpecialBinding.java 2.5 KB 13137   14 years ehuelsmann Unbreak trunk compilation. We need the specialNames after all.
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 13445   13 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
SpecialOperators.java 21.1 KB 14465   12 years rschlatte new method program_error, analogous to type_error
StackFrame.java 2.5 KB 13462   13 years ehuelsmann Prepare for more debugging support. (Unbreaks last commit.)
StandardClass.java 31.9 KB 14501   12 years rschlatte Move generic-function definition into Lisp
StandardObject.java 21.1 KB 14499   12 years rschlatte Move standard-generic-function definition into Lisp Slightly tricky …
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 90.8 KB 14796   9 years ehuelsmann Streams no longer are structure objects.
stream_element_type.java 2.0 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StreamError.java 4.7 KB 14496   12 years Mark Evenson Guard against uninitialized message in a java.lang.Throwable passed to …
StringFunctions.java 33.9 KB 12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
StringInputStream.java 4.6 KB 13442   13 years ehuelsmann Remove .toString() methods which override default Java output to be …
StringOutputStream.java 4.0 KB 13442   13 years ehuelsmann Remove .toString() methods which override default Java output to be …
strings.lisp 6.9 KB 11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
StructureClass.java 4.4 KB 14463   12 years rschlatte move structure-class metaclass definition into Lisp
StructureObject.java 19.6 KB 13541   13 years Mark Evenson Convert docstrings and primitives to standard conventions.
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.3 KB 14149   12 years rschlatte Fix subtypep for anonymous classes - Only use class name if the class …
Symbol.java 131.7 KB 14494   12 years rschlatte Remove casts to StandardGenericFunction? Replaced with function …
SymbolMacro.java 1.8 KB 11441   16 years ehuelsmann Fix compiled MACROLET.13 and MACROLET.14: MACROEXPAND should know …
SynonymStream.java 6.4 KB 14466   12 years rschlatte call type_error when possible
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.8 KB 14690   11 years Mark Evenson THREADS:YIELD implements java.lang.Thread.yield(). Improved …
Throw.java 2.2 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
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.7 KB 14105   12 years ehuelsmann Break circular dependency between top-level.lisp and inspect.lisp by …
trace.lisp 5.5 KB 14443   12 years ehuelsmann Take advantage of PRINT-OBJECT functions having been defined to create …
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 13444   13 years ehuelsmann Reduce the number of required unreadableString() methods by removing …
TypeError.java 6.5 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
typep.lisp 7.2 KB 14208   12 years ehuelsmann Re #253: BABEL-TESTS fail to compile; make ABCL understand the MOD …
unbound_slot_instance.java 2.1 KB 14466   12 years rschlatte call type_error when possible
UnboundSlot.java 3.4 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
UnboundVariable.java 2.7 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
UndefinedFunction.java 2.5 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
unzip.java 5.0 KB 13944   13 years Mark Evenson Add docstring for SYS:UNZIP.
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.4 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
Utilities.java 7.7 KB 14176   12 years Mark Evenson Refactor PATHNAME implementation details to tighten existing …
Version.java 2.3 KB 14639   11 years Mark Evenson trunk now builds abcl-1.4.0-dev
Warning.java 2.1 KB 12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
WeakHashTable.java 29.3 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
WeakReference.java 3.9 KB 13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
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 14070   12 years ehuelsmann Expand types before checking them: fixes Drakma. Patch by Stas Boukarev.
WrongNumberOfArgumentsException.java 4.3 KB 13885   13 years ehuelsmann Report the actual parameters passed in a function call with mismatched …
ZeroRankArray.java 5.8 KB 14466   12 years rschlatte call type_error when possible
zip.java 10.3 KB 14176   12 years Mark Evenson Refactor PATHNAME implementation details to tighten existing …
ZipCache.java 11.4 KB 14627   11 years Mark Evenson (partially) restore CL:LOAD from jar files. There is apparently a …
  • Property svn:ignore set to
    *.abcl
    *.cls
    *.class
    build
    lisp
    native.h
    Makefile
Note: See TracBrowser for help on using the repository browser.