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

Name Size Rev Age Author Last Change
../
java 15421   2 years Mark Evenson Explicitly scope java.lang.Thread.yield() invocation Apparently …
protocol 14186   10 years Mark Evenson Java type marker for CL:PATHNAME.
scripting 14002   11 years Mark Evenson dmiles: SYS:*COMPILE-FILE-CLASS-EXTENSION* contains PATHNAME TYPE of …
util 15397   2 years Mark Evenson Expand abstraction of Archive Fix ZipTest? Start working on creating …
abcl-contrib.lisp 10.2 KB 15684   3 hours Mark Evenson ABCL-CONTRIB removed use of ASDF:*CENTRAL-REGISTRY*
AbstractArray.java 11.1 KB 14465   10 years rschlatte new method program_error, analogous to type_error
AbstractBitVector.java 6.4 KB 14466   10 years rschlatte call type_error when possible
AbstractString.java 3.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
AbstractVector.java 8.3 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
adjoin.lisp 2.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
adjust_array.java 5.5 KB 13461   12 years ehuelsmann Print expected minimum and maximum argument list lengths in …
and.lisp 1.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
apropos.lisp 2.9 KB 14860   7 years Mark Evenson [PATCH 2/5] Add EXTERNAL-ONLY option to APROPOS. From …
arglist.java 4.8 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
ArgumentListProcessor.java 36.9 KB 15362   3 years Mark Evenson Refined serialization of local functions and closures (still doesn't …
ArithmeticError.java 4.6 KB 15519   19 months Mark Evenson Fix and standardize all error reader functions Fixes #388, replaces …
arrays.lisp 3.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
asdf.lisp 692.6 KB 15594   4 months Mark Evenson Update to asdf-3.3.6
ash.java 1.9 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
assert.lisp 3.1 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
assoc.lisp 4.6 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
assq.java 1.9 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 …
Autoload.java 31.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
AutoloadGeneralizedReference.java 7.5 KB 14369   10 years Mark Evenson Implementation of autoloader for SETF generalized references. Fixes …
AutoloadMacro.java 3.9 KB 13445   12 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
autoloads-gen.lisp 51.2 KB 15596   4 months Mark Evenson - Fixes the issue with the compile & loading of Fricas0 system (Github …
autoloads.lisp 2.3 KB 14126   11 years ehuelsmann Closes #226: All exports and all but one autoload have been removed …
aver.lisp 1.9 KB 15436   2 years Mark Evenson Add some docstrings
backquote.lisp 10.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
BasicVector_ByteBuffer.java 9.4 KB 15481   2 years Mark Evenson arrays: fix fail to reset position after relative access The position …
BasicVector_CharBuffer.java 8.7 KB 15383   3 years Mark Evenson Fixes for allocation of arrays via :nio-buffer Fix capacity …
BasicVector_IntBuffer.java 9.0 KB 15383   3 years Mark Evenson Fixes for allocation of arrays via :nio-buffer Fix capacity …
BasicVector_UnsignedByte8.java 7.7 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
BasicVector_UnsignedByte16.java 8.1 KB 15143   3 years Mark Evenson Check for element type before filling vectors (Olof-Joachim Frahm) …
BasicVector_UnsignedByte32.java 7.5 KB 15143   3 years Mark Evenson Check for element type before filling vectors (Olof-Joachim Frahm) …
Bignum.java 21.4 KB 15548   14 months Mark Evenson Proposal to fix Github issue #177 - Filled slots 'operation' and …
Binding.java 3.2 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
bit-array-ops.lisp 9.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
boole.lisp 2.3 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
boot.lisp 6.5 KB 14036   11 years ehuelsmann Re #226: Automatically generate autoloads. This commit adds the auto …
BroadcastStream.java 7.2 KB 14466   10 years rschlatte call type_error when possible
BuiltInClass.java 16.7 KB 13769   11 years rschlatte Remove spurious built-in class definition for method-combination
butlast.lisp 2.6 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
byte-io.lisp 3.2 KB 14070   11 years ehuelsmann Expand types before checking them: fixes Drakma. Patch by Stas Boukarev.
ByteArrayInputStream.java 3.1 KB 13442   12 years ehuelsmann Remove .toString() methods which override default Java output to be …
ByteArrayOutputStream.java 5.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
CapitalizeFirstStream.java 2.3 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 …
case.lisp 8.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
CaseFrobStream.java 5.6 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
ceiling.java 2.5 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
cell_error_name.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
CellError.java 3.7 KB 15519   19 months Mark Evenson Fix and standardize all error reader functions Fixes #388, replaces …
CharacterFunctions.java 12.0 KB 13461   12 years ehuelsmann Print expected minimum and maximum argument list lengths in …
CharHashMap.java 2.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
chars.lisp 2.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
check-type.lisp 2.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
classloader.lisp 1.5 KB 15636   7 weeks Mark Evenson java: provide api for getting and setting classloader The …
clos.lisp 205.7 KB 15640   6 weeks Mark Evenson Use ATOMIC-DEFGENERIC for MOP:SPECIALIZER discrimination The …
Closure.java 7.8 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
ClosureBinding.java 1.9 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
coerce.lisp 5.2 KB 12939   13 years ehuelsmann Fix COERCE on a COMPLEX, being coerced to (COMPLEX <anything>); this …
collect.lisp 4.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
compile-file-pathname.lisp 2.2 KB 15628   8 weeks Mark Evenson Fix COMPILE-FILE-PATHNAME for Maxima Fixes …
compile-file.lisp 47.7 KB 15630   8 weeks Mark Evenson compiler: fix top-level lambda in function position Addresses …
compile-system.lisp 22.6 KB 15636   7 weeks Mark Evenson java: provide api for getting and setting classloader The …
CompiledClosure.java 6.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
CompiledPrimitive.java 3.0 KB 12936   13 years ehuelsmann Fix build.
compiler-error.lisp 3.0 KB 15596   4 months Mark Evenson - Fixes the issue with the compile & loading of Fricas0 system (Github …
compiler-macro.lisp 3.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
compiler-pass1.lisp 60.1 KB 15141   3 years Mark Evenson compiler: fix stack inconsistency errors …
compiler-pass2.lisp 323.9 KB 15644   6 weeks Mark Evenson Fix to compilation of some specific test-forms, see Github issue #500
compiler-types.lisp 9.9 KB 15037   6 years Mark Evenson Fix MAX type derivation (Olof-Joachim Frahm) C.f. …
Complex.java 8.9 KB 14757   8 years Mark Evenson Futher fix for EQUALP on numeric tower This fixes the following case …
ComplexArray.java 8.8 KB 13443   12 years ehuelsmann Rename more occurrances of writeToString to printObject.
ComplexArray_ByteBuffer.java 9.4 KB 15481   2 years Mark Evenson arrays: fix fail to reset position after relative access The position …
ComplexArray_IntBuffer.java 9.2 KB 15359   3 years Mark Evenson Fix running openjdk11 compilation on openjdk8 Seemingly, the …
ComplexArray_UnsignedByte8.java 9.2 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
ComplexArray_UnsignedByte32.java 9.1 KB 15143   3 years Mark Evenson Check for element type before filling vectors (Olof-Joachim Frahm) …
ComplexBitVector.java 11.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
ComplexString.java 15.8 KB 13720   11 years ehuelsmann String hash randomization.
ComplexVector.java 12.5 KB 15545   14 months Mark Evenson Fix to Github issue #404 - Updated fill pointer when an array is …
ComplexVector_ByteBuffer.java 13.1 KB 15481   2 years Mark Evenson arrays: fix fail to reset position after relative access The position …
ComplexVector_IntBuffer.java 13.4 KB 15481   2 years Mark Evenson arrays: fix fail to reset position after relative access The position …
ComplexVector_UnsignedByte8.java 13.1 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
ComplexVector_UnsignedByte32.java 12.7 KB 15143   3 years Mark Evenson Check for element type before filling vectors (Olof-Joachim Frahm) …
concatenate.lisp 2.9 KB 12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
ConcatenatedStream.java 7.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
cond.lisp 2.1 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
Condition.java 6.1 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
Cons.java 15.2 KB 15435   2 years Mark Evenson Initial implementation of accessing recursive entries in local jars …
ControlError.java 2.4 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
ControlTransfer.java 2.7 KB 12271   13 years ehuelsmann Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
copy-seq.lisp 2.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
copy-symbol.lisp 2.0 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
copy_list.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
count.lisp 4.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
create_new_file.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
cxr.java 8.5 KB 12472   13 years vvoutilainen Reindentation.
Debug.java 3.2 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
debug.lisp 5.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
define-modify-macro.lisp 5.1 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
define-symbol-macro.lisp 2.1 KB 14914   6 years Mark Evenson Dramatically improve source recording on SYS::SOURCE plist for a …
defmacro.lisp 2.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
defpackage.lisp 7.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
defsetf.lisp 3.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
defstruct.lisp 30.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
deftype.lisp 3.1 KB 14914   6 years Mark Evenson Dramatically improve source recording on SYS::SOURCE plist for a …
delete-duplicates.lisp 3.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
delete.lisp 7.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
delete_file.java 4.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
deposit-field.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
describe-compiler-policy.lisp 1.8 KB 14121   11 years ehuelsmann Move exports from autoloads.lisp to the respective defining files. …
describe.lisp 7.2 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
destructuring-bind.lisp 22.6 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
digest.lisp 5.6 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
directory.lisp 8.6 KB 15587   10 months Mark Evenson Pathname directory wasn't handling . or .. in certain cases
disassemble.lisp 10.7 KB 15579   10 months Mark Evenson Edit docstrings around disassembler machinery
disassemble_class_bytes.java 3.4 KB 12518   13 years Mark Evenson *DISASSEMBLER* may now contain a function to return the disassembler …
DispatchMacroFunction.java 2.7 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 …
do-all-symbols.lisp 2.4 KB 11776   14 years ehuelsmann Fix DO-ALL-SYMBOLS.{6,9,12}: we can't use DOLIST, because it has an …
do-external-symbols.lisp 1.7 KB 11391   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.java 7.2 KB 15552   13 months Mark Evenson Support for accessing lexical environments for interpreted code
do.lisp 3.1 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
DocString.java 2.1 KB 13332   12 years Mark Evenson Expand the Java docstring annotation to include a separate field for …
documentation.lisp 6.7 KB 14454   10 years rschlatte Move standard-generic-function slot accessors from Java to Lisp - …
dolist.java 4.3 KB 15552   13 months Mark Evenson Support for accessing lexical environments for interpreted code
dolist.lisp 2.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
dotimes.java 5.2 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
dotimes.lisp 3.1 KB 13306   12 years Mark Evenson Fix #144 via correcly naming hints for compiler properties.
DoubleFloat.java 21.4 KB 15228   3 years Mark Evenson Revert somewhat-functional-programmers work on conversion Reverts …
DowncaseStream.java 2.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
dribble.lisp 4.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
dump-class.lisp 8.5 KB 14144   11 years ehuelsmann The OPCODES file doesn't exist anymore and has been merged into …
dump-form.lisp 10.4 KB 14426   10 years ehuelsmann Fix #274: Infinite loop when compiling …
early-defuns.lisp 10.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
EchoStream.java 6.9 KB 13442   12 years ehuelsmann Remove .toString() methods which override default Java output to be …
ed.lisp 6.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
EMFCache.java 9.0 KB 14495   10 years rschlatte Remove StandardGenericFunction? class
EndOfFile.java 2.3 KB 13445   12 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
enough-namestring.lisp 3.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ensure-directories-exist.lisp 3.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
Environment.java 10.7 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
error.lisp 204 bytes 11297   15 years ehuelsmann Set Id keyword for expansion.
extensible-sequences-base.lisp 3.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
extensible-sequences.lisp 46.2 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
Extensions.java 12.9 KB 15584   10 months Mark Evenson This commit makes interrupt-thread react quickly. What happens on …
fasl-concat.lisp 4.1 KB 14460   10 years ehuelsmann * Rename FASL entry point inside the fasl from "<fasl>._" to …
FaslClassLoader.java 6.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
FaslReader.java 9.6 KB 12710   13 years ehuelsmann Move access to uninterned symbols array to Load.java for future use by …
FaslReadtable.java 5.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
fdefinition.lisp 7.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
featurep.lisp 3.2 KB 14879   7 years Mark Evenson EXT:OS-{UNIX,WINDOWS}-P now provide a pre-ASDF runtime check on …
file_author.java 2.1 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_string_length.java 2.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
file_write_date.java 2.3 KB 14176   10 years Mark Evenson Refactor PATHNAME implementation details to tighten existing …
FileError.java 3.9 KB 15519   19 months Mark Evenson Fix and standardize all error reader functions Fixes #388, replaces …
FileStream.java 11.1 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
fill.lisp 2.6 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
FillPointerOutputStream.java 3.4 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
find-all-symbols.lisp 1.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
find.lisp 9.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
Fixnum.java 25.5 KB 15548   14 months Mark Evenson Proposal to fix Github issue #177 - Filled slots 'operation' and …
float_sign.java 2.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
FloatFunctions.java 16.9 KB 15292   3 years Mark Evenson Further fixes for floating point values DECODE-FLOAT now returns a …
FloatingPointInexact.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 …
FloatingPointOverflow.java 2.3 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 …
floor.java 3.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
format.lisp 127.8 KB 15652   5 weeks Mark Evenson Avoid NIL in simple LOOP from FORMAT directives (Tarn W. Burton) …
ftruncate.java 6.2 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
FuncallableStandardClass.java 2.7 KB 14468   10 years rschlatte Fix set-lambda-name & friends - in funcallable-standard-object, …
FuncallableStandardObject.java 7.9 KB 14503   10 years rschlatte Move initial initialization of generic functions Lisp-side
Function.java 14.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
function_info.java 4.9 KB 14466   10 years rschlatte call type_error when possible
FunctionBinding.java 1.9 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
gc.java 2.4 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
gentemp.lisp 2.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
get-pid.lisp 1.6 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
get_properties.java 2.7 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Go.java 2.1 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
gray-streams.lisp 28.2 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
gui.lisp 685 bytes 14121   11 years ehuelsmann Move exports from autoloads.lisp to the respective defining files. …
HashTable.java 13.7 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
HashTableFunctions.java 15.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
IllegalMonitorState.java 2.5 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
inline.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
input_stream_p.java 1.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
inspect.lisp 7.9 KB 14105   11 years ehuelsmann Break circular dependency between top-level.lisp and inspect.lisp by …
IntegrityError.java 1.8 KB 13146   12 years ehuelsmann Add class documentation for recently added classes.
interactive_stream_p.java 2.1 KB 14466   10 years rschlatte call type_error when possible
Interpreter.java 25.2 KB 15406   2 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
JarPathname.java 20.5 KB 15681   3 hours Mark Evenson JAR-PATHNAME implements getFile() This may not be that useful, as the …
JarStream.java 4.5 KB 15447   2 years Mark Evenson SYS:MAKE-FILE-STREAM doesn't need a namestring Manipulation of …
java-collections.lisp 6.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
Java.java 57.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
java.lisp 26.7 KB 15570   12 months Mark Evenson Start out with the actual Class in print-object on java:java-object …
JavaBeans.java 5.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
JavaClassLoader.java 12.5 KB 15439   2 years Mark Evenson Teach our classloader about URLPathname objects
JavaException.java 3.4 KB 13093   12 years ehuelsmann Change JAVA-EXCEPTION-CAUSE to protected. Set format control and arguments.
JavaObject.java 25.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
JavaStackFrame.java 4.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
jclass_name.java 3.8 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
jclass_of.java 3.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
JHandler.java 5.6 KB 13461   12 years ehuelsmann Print expected minimum and maximum argument list lengths in …
jmethod_return_type.java 2.4 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
JProxy.java 9.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
jvm-class-file.lisp 70.0 KB 15605   4 months Mark Evenson Added the possibility to specify array types in jnew-runtime-class …
jvm-instructions.lisp 40.6 KB 15616   4 months Mark Evenson Fix ASTORE, ILOAD, ISTORE, ILOAD, and LSTORE for wide access
jvm.lisp 28.3 KB 15098   6 years Mark Evenson Normalize JVM package references as keyword
Keyword.java 8.5 KB 15560   13 months Mark Evenson Support for catch tags in slime
known-functions.lisp 13.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
known-symbols.lisp 2.8 KB 13792   11 years astalla A small reorganization of compiler/jvm code. Runtime-class wasn't …
last.java 3.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
late-setf.lisp 4.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
Layout.java 8.5 KB 14466   10 years rschlatte call type_error when possible
lcm.lisp 2.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ldb.lisp 3.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
ldiff.lisp 2.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
LICENSE 1.1 KB 12429   13 years Mark Evenson Correct svn:eol-style and svn:keywords.
Lisp.java 96.4 KB 15584   10 months Mark Evenson This commit makes interrupt-thread react quickly. What happens on …
lisp_implementation_type.java 2.0 KB 11488   14 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
lisp_implementation_version.java 3.0 KB 14227   10 years rschlatte Remove stray closing paren from (lisp-implementation-version) results …
LispCharacter.java 18.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
LispClass.java 8.8 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
LispError.java 2.3 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
LispInteger.java 2.0 KB 12713   13 years astalla Serialization support for some Lisp types. For symbols and packages, …
LispObject.java 26.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
LispReader.java 11.2 KB 12646   13 years ehuelsmann Re #93: Instead of fixing just readList and readDelimitedList, …
LispStackFrame.java 4.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
LispThread.java 56.6 KB 15610   4 months Mark Evenson Fix virtual threading interfaces Native threads are now the default, …
list-length.lisp 1.8 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 …
listen.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Load.java 33.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
load.lisp 2.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
logand.java 2.4 KB 15023   6 years Mark Evenson Extract common integer check (Olof-Joachim Frahm)
logandc1.java 2.9 KB 14466   10 years rschlatte call type_error when possible
logandc2.java 3.0 KB 14466   10 years rschlatte call type_error when possible
logbitp.java 2.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logcount.java 2.2 KB 15024   6 years Mark Evenson Optimise LOGCOUNT (Olof-Joachim Frahm)
logeqv.java 2.7 KB 15023   6 years Mark Evenson Extract common integer check (Olof-Joachim Frahm)
LogicalPathname.java 13.6 KB 15393   2 years Mark Evenson INCOMPLETE Hook up implementation of PathnameJar? and PathnameURL …
logior.java 2.3 KB 15023   6 years Mark Evenson Extract common integer check (Olof-Joachim Frahm)
lognand.java 2.9 KB 14466   10 years rschlatte call type_error when possible
lognor.java 2.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
lognot.java 1.9 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
logorc1.java 3.0 KB 14466   10 years rschlatte call type_error when possible
logorc2.java 3.0 KB 14466   10 years rschlatte call type_error when possible
logtest.java 2.8 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
logxor.java 2.3 KB 15023   6 years Mark Evenson Extract common integer check (Olof-Joachim Frahm)
loop.lisp 93.1 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
machine_type.java 2.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
machine_version.java 3.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
MacroObject.java 4.0 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
macros.lisp 6.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
Main.java 2.2 KB 13144   12 years ehuelsmann Stabilize the new way of terminating ABCL.
make-hash-table.lisp 2.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
make-load-form-saving-slots.lisp 2.8 KB 14478   10 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
make-sequence.lisp 6.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
make-string-output-stream.lisp 1.7 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_array.java 17.2 KB 15383   3 years Mark Evenson Fixes for allocation of arrays via :nio-buffer Fix capacity …
make_condition.java 5.1 KB 14018   11 years ehuelsmann Fix #206 while moving the definition of the condition classes to lisp.
make_server_socket.java 2.2 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 …
map1.lisp 2.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
map-into.lisp 2.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
map.lisp 2.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
mask-field.lisp 2.2 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
MathFunctions.java 29.0 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
member-if.lisp 1.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
MemoryClassLoader.java 6.6 KB 15361   3 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
mismatch.lisp 3.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
mod.java 1.8 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
mop.lisp 4.0 KB 14514   10 years rschlatte export mop:slot-definition-documentation
multiple-value-bind.lisp 2.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
multiple-value-list.lisp 1.6 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 …
Nil.java 4.3 KB 15027   6 years Mark Evenson Better type checks (Olof-Joachim Frahm)
NilVector.java 6.0 KB 13442   12 years ehuelsmann Remove .toString() methods which override default Java output to be …
nsubstitute.lisp 6.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
nth-value.lisp 1.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
numbers.lisp 8.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
open.lisp 9.6 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
open_stream_p.java 1.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Operator.java 2.5 KB 12826   13 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
or.lisp 1.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
output_stream_p.java 1.9 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Package.java 31.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
package.lisp 5.6 KB 14431   10 years rschlatte Make add-package-local-nicknames errors continuable - partly fixes #307
PackageError.java 4.6 KB 15519   19 months Mark Evenson Fix and standardize all error reader functions Fixes #388, replaces …
PackageFunctions.java 16.7 KB 15036   6 years Mark Evenson Fix PACKAGE-ERROR-PACKAGE behaviour (Olof-Joachim Frahm) Also the …
Packages.java 5.5 KB 15036   6 years Mark Evenson Fix PACKAGE-ERROR-PACKAGE behaviour (Olof-Joachim Frahm) Also the …
parse-integer.lisp 3.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
parse-lambda-list.lisp 6.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
ParseError.java 2.4 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
Pathname.java 81.6 KB 15680   3 hours Mark Evenson PATHNAME attempt use java.net.URI routines for getFile()
pathnames.lisp 19.7 KB 15422   2 years Mark Evenson pathname: remove references to %invalidate-namestring
peek_char.java 5.1 KB 14211   10 years ehuelsmann Re #253: Prevent unreading eofValue if eofValue happens to be a …
pprint-dispatch.lisp 15.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
pprint.lisp 57.6 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
precompiler.lisp 46.3 KB 15566   13 months Mark Evenson Untabify
Primitive.java 5.9 KB 12826   13 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
Primitives.java 196.0 KB 15560   13 months Mark Evenson Support for catch tags in slime
print-object.lisp 4.9 KB 14112   11 years ehuelsmann Use PROVIDE/REQUIRE to prevent multiple loading.
print-unreadable-object.lisp 2.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
print.lisp 12.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
PrintNotReadable.java 3.5 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
probe_file.java 7.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
ProcessingTerminated.java 2.1 KB 13156   12 years ehuelsmann Make 'getStatus()' public.
proclaim.lisp 5.6 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
Profiler.java 5.8 KB 14497   10 years rschlatte Remove direct references to standard-generic-function class from Java
profiler.lisp 6.8 KB 14120   11 years ehuelsmann Move profiler exports to profiler.lisp.
prog.lisp 2.1 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
ProgramError.java 2.6 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
psetf.lisp 2.9 KB 15564   13 months Mark Evenson Remove inadvertent references to SIMPLE-PROGRAM-ERROR Unlike SBCL or …
query.lisp 2.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
RandomState.java 8.7 KB 15500   2 years Mark Evenson Fix printing of RANDOM-STATE. Not a particularly nice byte vector …
Ratio.java 20.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
read-circle.lisp 8.2 KB 13601   12 years ehuelsmann Set properties.
read-conditional.lisp 2.1 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-sequence.lisp 2.9 KB 14070   11 years ehuelsmann Expand types before checking them: fixes Drakma. Patch by Stas Boukarev.
ReaderError.java 3.0 KB 15120   5 years Mark Evenson Don't evaluate format control string in ReaderError? (Javier Olaechea) …
ReaderMacroFunction.java 2.5 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Readtable.java 19.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
reduce.lisp 4.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
rem.java 2.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
remf.lisp 3.0 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
remove-duplicates.lisp 4.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
remove.lisp 7.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
replace.lisp 8.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
require.lisp 3.3 KB 14296   10 years Mark Evenson Constrain the logic for when CL:REQUIRE pushes symbols to …
restart.lisp 15.5 KB 15563   13 months Mark Evenson Untabify
Return.java 2.4 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
revappend.lisp 1.7 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
room.java 2.7 KB 13461   12 years ehuelsmann Print expected minimum and maximum argument list lengths in …
rotatef.lisp 2.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
run-benchmarks.lisp 8.2 KB 11297   15 years ehuelsmann Set Id keyword for expansion.
run-program.lisp 16.7 KB 15645   6 weeks Mark Evenson Further necessary triage for SYS:RUN-PROGRAM Followup to …
run-shell-command.lisp 1.8 KB 14275   10 years Mark Evenson Mark EXT:RUN-SHELL-COMMAND as deprecated.
runtime-class.lisp 18.1 KB 15674   5 weeks Mark Evenson Augment JAVA:JNEW-RUNTIME-CLASS docstring (Uthar) Via …
RuntimeClass.java 6.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
search.lisp 4.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
SeekableStringWriter.java 4.3 KB 14976   6 years Mark Evenson Fix CL:GET-OUTPUT-STREAM-STRING to reset underlying buffer The …
sequences.lisp 2.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
SeriousCondition.java 2.4 KB 13180   12 years ehuelsmann Remove redundant method.
server_socket_close.java 2.2 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
setf.lisp 8.9 KB 14399   10 years Mark Evenson Remove obsolete comments with implementation of the SETF autoloader.
sets.lisp 7.8 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
ShellCommand.java 9.5 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
shiftf.lisp 3.4 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
signal.lisp 6.6 KB 14038   11 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   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleArray_ByteBuffer.java 10.1 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
SimpleArray_CharBuffer.java 10.6 KB 15351   3 years Mark Evenson Further (INCOMPLETE) work on byte vectors GOAL: completely remove …
SimpleArray_IntBuffer.java 10.7 KB 15351   3 years Mark Evenson Further (INCOMPLETE) work on byte vectors GOAL: completely remove …
SimpleArray_T.java 10.0 KB 14465   10 years rschlatte new method program_error, analogous to type_error
SimpleArray_UnsignedByte8.java 10.6 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
SimpleArray_UnsignedByte16.java 10.9 KB 15350   3 years Mark Evenson Refactor naming for coerce methods
SimpleArray_UnsignedByte32.java 11.4 KB 15351   3 years Mark Evenson Further (INCOMPLETE) work on byte vectors GOAL: completely remove …
SimpleBitVector.java 16.2 KB 14466   10 years rschlatte call type_error when possible
SimpleCondition.java 3.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SimpleError.java 2.7 KB 15001   6 years Mark Evenson Fix signalling simple error with #\~ in format string (Alan …
SimpleString.java 12.9 KB 14889   6 years Mark Evenson Fix for ansi-test SXHASH.8
SimpleTypeError.java 3.1 KB 12298   13 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
SimpleVector.java 10.3 KB 14466   10 years rschlatte call type_error when possible
SimpleWarning.java 2.6 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
SingleFloat.java 20.7 KB 15228   3 years Mark Evenson Revert somewhat-functional-programmers work on conversion Reverts …
Site.java 2.9 KB 15408   2 years Mark Evenson Refactor pathname java hierarchy to reflect lisp hierarchy …
SiteName.java 2.7 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
SlimeInputStream.java 4.4 KB 15025   6 years Mark Evenson Return boolean immediately (Olof-Joachim Frahm)
SlimeOutputStream.java 4.5 KB 14148   11 years ehuelsmann Fix #130: SLIME has extra M character in buffer output on Windows. …
SlotClass.java 11.5 KB 14478   10 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
SlotDefinition.java 6.3 KB 14479   10 years rschlatte Rename and slightly refactor sys:make-slot-definition - rename to …
SlotDefinitionClass.java 3.7 KB 14479   10 years rschlatte Rename and slightly refactor sys:make-slot-definition - rename to …
socket.lisp 4.5 KB 15368   3 years Mark Evenson Less cryptic warnings for ignored socket write timeout
socket_accept.java 2.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
socket_close.java 2.1 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
socket_stream.java 2.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
SocketStream.java 2.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
software_type.java 1.9 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 …
sort.lisp 20.9 KB 15328   3 years Mark Evenson Normalize whitespace by removing tab characters
source-transform.lisp 3.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
SpecialBinding.java 2.5 KB 15521   19 months Mark Evenson Use java.lang.Integer.valueOf() rather than constructor Removes …
SpecialBindingsMark.java 2.3 KB 12603   13 years ehuelsmann Correct copyright year number; surely the file didn't exist in 1009.
SpecialOperator.java 5.4 KB 13445   12 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
SpecialOperators.java 21.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
StackFrame.java 2.5 KB 13462   12 years ehuelsmann Prepare for more debugging support. (Unbreaks last commit.)
StandardClass.java 31.9 KB 14501   10 years rschlatte Move generic-function definition into Lisp
StandardObject.java 21.1 KB 14499   10 years rschlatte Move standard-generic-function definition into Lisp Slightly tricky …
step.lisp 1.6 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
StorageCondition.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
Stream.java 91.3 KB 15619   4 months Mark Evenson Interning even new keywords when specified in the form …
stream_element_type.java 2.0 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
StreamError.java 4.9 KB 15519   19 months Mark Evenson Fix and standardize all error reader functions Fixes #388, replaces …
StringFunctions.java 33.9 KB 12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
StringInputStream.java 5.6 KB 14857   7 years Mark Evenson [PATCH 5/5] Support FILE-POSITION on string streams. From …
StringOutputStream.java 5.0 KB 15139   3 years Mark Evenson Fix ANSI-TESTS FILE-POSITION.10 (Douglas Miles) Addreses …
strings.lisp 6.9 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
StructureClass.java 4.4 KB 14463   10 years rschlatte move structure-class metaclass definition into Lisp
StructureObject.java 19.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
StyleWarning.java 2.2 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
sublis.lisp 3.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
subst.lisp 5.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
substitute.lisp 6.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
subtypep.lisp 32.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
Symbol.java 132.7 KB 15610   4 months Mark Evenson Fix virtual threading interfaces Native threads are now the default, …
SymbolMacro.java 1.8 KB 11441   14 years ehuelsmann Fix compiled MACROLET.13 and MACROLET.14: MACROEXPAND should know …
SynonymStream.java 6.4 KB 14466   10 years rschlatte call type_error when possible
tailp.lisp 1.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
ThreadDestroyed.java 1.6 KB 12271   13 years ehuelsmann Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
threads.lisp 5.4 KB 15635   7 weeks Mark Evenson THREADS:GET-JAVA-THREAD returns underlying Java thread …
Throw.java 2.2 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
Time.java 5.8 KB 14997   6 years Mark Evenson Move SYS:GET-TIME-ZONE to EXT:GET-TIME-ZONE Refactor Time.java to …
time.lisp 5.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
top-level.lisp 14.7 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
trace.lisp 5.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
tree-equal.lisp 2.3 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
truncate.java 2.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
TwoWayStream.java 6.8 KB 13444   12 years ehuelsmann Reduce the number of required unreadableString() methods by removing …
TypeError.java 6.4 KB 15519   19 months Mark Evenson Fix and standardize all error reader functions Fixes #388, replaces …
typep.lisp 7.2 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
unbound_slot_instance.java 2.1 KB 14466   10 years rschlatte call type_error when possible
UnboundSlot.java 3.4 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
UnboundVariable.java 2.7 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
UndefinedFunction.java 2.5 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
unzip.java 5.0 KB 15406   2 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
UpcaseStream.java 2.0 KB 12254   13 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
upgraded-complex-part-type.lisp 1.8 KB 11391   14 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
URLPathname.java 15.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
URLStream.java 5.0 KB 15447   2 years Mark Evenson SYS:MAKE-FILE-STREAM doesn't need a namestring Manipulation of …
Utilities.java 3.5 KB 15395   2 years Mark Evenson Make Pathname.init() static method Running under Netbeans, but …
Version.java 2.3 KB 15670   5 weeks Mark Evenson 1.9.2-dev: change metadata back to development for 1.9.2
Warning.java 2.1 KB 12288   13 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
WeakHashTable.java 29.3 KB 13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
WeakReference.java 3.9 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
with-accessors.lisp 1.9 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-input-from-string.lisp 2.6 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-output-to-string.lisp 2.5 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
with-package-iterator.lisp 3.2 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-standard-io-syntax.lisp 2.4 KB 12510   13 years vvoutilainen Fix the test WITH-STANDARD-IO-SYNTAX.23, which was failing because our …
write-sequence.lisp 3.0 KB 14070   11 years ehuelsmann Expand types before checking them: fixes Drakma. Patch by Stas Boukarev.
WrongNumberOfArgumentsException.java 4.4 KB 15569   13 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
ZeroRankArray.java 5.8 KB 14466   10 years rschlatte call type_error when possible
zip.java 10.8 KB 15682   3 hours Mark Evenson SYSTEM:ZIP works with source in jar files
ZipCache.java 21.1 KB 15494   2 years Mark Evenson For zip archive from streams use modified date of byte source
  • Property svn:ignore set to
    *.abcl
    *.cls
    *.class
    build
    lisp
    native.h
    Makefile
Note: See TracBrowser for help on using the repository browser.