../
|
java
|
|
13145
|
12 years
|
ehuelsmann |
Comment why System.exit() is alright in the REPLConsole.java case.
|
protocol
|
|
13336
|
12 years
|
Mark Evenson |
Create form of SYSTEM:ZIP that uses a hashtable to map files to …
|
scripting
|
|
13101
|
12 years
|
astalla |
Reduced verbosity of the AbclScriptEngine?
|
util
|
|
13251
|
12 years
|
ehuelsmann |
Set properties and correct attribution.
|
abcl-contrib.lisp
|
2.2 KB
|
13730
|
11 years
|
Mark Evenson |
Fix #177: make logic for finding abcl-contrib more robust.
Issuing a …
|
AbstractArray.java
|
11.1 KB
|
13443
|
12 years
|
ehuelsmann |
Rename more occurrances of writeToString to printObject.
|
AbstractBitVector.java
|
6.4 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
AbstractString.java
|
3.7 KB
|
13443
|
12 years
|
ehuelsmann |
Rename more occurrances of writeToString to printObject.
|
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
|
11695
|
14 years
|
ehuelsmann |
Fix DESCRIBE output by registering documentation on functions.
Patch …
|
adjust_array.java
|
5.5 KB
|
13461
|
12 years
|
ehuelsmann |
Print expected minimum and maximum argument list lengths in …
|
and.lisp
|
1.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
apropos.lisp
|
2.7 KB
|
12934
|
13 years
|
ehuelsmann |
Fix #97: Symbol imported into/exported from multiple packages reported …
|
arglist.java
|
4.8 KB
|
12513
|
13 years
|
ehuelsmann |
Remove 'private' keyword to eliminate the Java requirement
for the …
|
ArithmeticError.java
|
4.6 KB
|
12513
|
13 years
|
ehuelsmann |
Remove 'private' keyword to eliminate the Java requirement
for the …
|
arrays.lisp
|
3.6 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
asdf.lisp
|
182.2 KB
|
13704
|
11 years
|
Mark Evenson |
Fix #181: TRUENAME doesn't always canonicalize the outer DEVICE …
|
ash.java
|
1.9 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
assert.lisp
|
3.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
assoc.lisp
|
4.2 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
assq.java
|
1.9 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
assql.java
|
2.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
Autoload.java
|
34.9 KB
|
13782
|
11 years
|
rschlatte |
Implement readers for generic-function objects as generic functions …
|
AutoloadedFunctionProxy.java
|
11.0 KB
|
12650
|
13 years
|
ehuelsmann |
Fix #79: Equally named -but different- uninterned symbols coalesced …
|
AutoloadMacro.java
|
3.9 KB
|
13445
|
12 years
|
ehuelsmann |
Print unreadable strings with unreadableString() exclusively,
so it …
|
autoloads.lisp
|
15.7 KB
|
13710
|
11 years
|
astalla |
First stab at restoring runtime-class.
Supported: extending a Java …
|
aver.lisp
|
1.8 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
backquote.lisp
|
9.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
BasicVector_UnsignedByte8.java
|
7.5 KB
|
13708
|
11 years
|
ehuelsmann |
Follow-up to last commit: Fix #182.
|
BasicVector_UnsignedByte16.java
|
7.9 KB
|
12588
|
13 years
|
vvoutilainen |
Make AREF(LispObject) and aset(LispObject, LispObject) final.
|
BasicVector_UnsignedByte32.java
|
7.2 KB
|
12588
|
13 years
|
vvoutilainen |
Make AREF(LispObject) and aset(LispObject, LispObject) final.
|
Bignum.java
|
21.3 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
Binding.java
|
3.2 KB
|
13695
|
12 years
|
astalla |
Reimplementation of global symbol macros to avoid using the symbol's …
|
bit-array-ops.lisp
|
9.6 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
boole.lisp
|
2.3 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
boot.lisp
|
6.3 KB
|
13183
|
12 years
|
ehuelsmann |
Make sure we autoload FORMAT whenever we've booted far enough
and the …
|
BroadcastStream.java
|
7.3 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
BuiltInClass.java
|
16.7 KB
|
13769
|
11 years
|
rschlatte |
Remove spurious built-in class definition for method-combination
|
butlast.lisp
|
2.5 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
byte-io.lisp
|
3.2 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
ByteArrayInputStream.java
|
3.1 KB
|
13442
|
12 years
|
ehuelsmann |
Remove .toString() methods which override default Java output to be …
|
ByteArrayOutputStream.java
|
4.6 KB
|
13442
|
12 years
|
ehuelsmann |
Remove .toString() methods which override default Java output to be …
|
CapitalizeFirstStream.java
|
2.3 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
CapitalizeStream.java
|
2.7 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
case.lisp
|
7.3 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
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
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
cell_error_name.java
|
2.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
CellError.java
|
3.2 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
CharacterFunctions.java
|
12.0 KB
|
13461
|
12 years
|
ehuelsmann |
Print expected minimum and maximum argument list lengths in …
|
CharHashMap.java
|
1.7 KB
|
12429
|
13 years
|
Mark Evenson |
Correct svn:eol-style and svn:keywords.
|
chars.lisp
|
2.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
check-type.lisp
|
2.8 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
clos.lisp
|
146.5 KB
|
13782
|
11 years
|
rschlatte |
Implement readers for generic-function objects as generic functions …
|
Closure.java
|
36.8 KB
|
13461
|
12 years
|
ehuelsmann |
Print expected minimum and maximum argument list lengths in …
|
ClosureBinding.java
|
1.9 KB
|
11866
|
14 years
|
ehuelsmann |
Finish closure fixes by merging the branch to the trunk.
|
coerce.lisp
|
5.2 KB
|
12939
|
13 years
|
ehuelsmann |
Fix COERCE on a COMPLEX, being coerced to (COMPLEX <anything>);
this …
|
collect.lisp
|
4.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
compile-file-pathname.lisp
|
2.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
compile-file.lisp
|
34.0 KB
|
13604
|
12 years
|
ehuelsmann |
Bump FASL format because of the now supported circularity: even though …
|
compile-system.lisp
|
13.3 KB
|
13710
|
11 years
|
astalla |
First stab at restoring runtime-class.
Supported: extending a Java …
|
CompiledClosure.java
|
7.0 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
CompiledPrimitive.java
|
3.0 KB
|
12936
|
13 years
|
ehuelsmann |
Fix build.
|
compiler-error.lisp
|
2.7 KB
|
12622
|
13 years
|
Mark Evenson |
Restore buildable trunk arising from ASDF2 compilation.
|
compiler-macro.lisp
|
3.7 KB
|
13597
|
12 years
|
ehuelsmann |
Fix issue reported by Eric Marsden: failure to compile functions
with …
|
compiler-pass1.lisp
|
53.4 KB
|
13533
|
12 years
|
ehuelsmann |
Remove two unnecessary EVAL-WHEN forms.
|
compiler-pass2.lisp
|
319.1 KB
|
13537
|
12 years
|
ehuelsmann |
Follow up to r13527 fixes TAGBODY.3 and TAGBODY.4 regressions.
|
compiler-types.lisp
|
9.7 KB
|
13535
|
12 years
|
ehuelsmann |
Moving huge object serialization from <init>() to <clinit>()
broke the …
|
CompilerError.java
|
2.1 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
CompilerUnsupportedFeatureError.java
|
2.3 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
Complex.java
|
9.9 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
ComplexArray.java
|
8.8 KB
|
13443
|
12 years
|
ehuelsmann |
Rename more occurrances of writeToString to printObject.
|
ComplexArray_UnsignedByte8.java
|
8.9 KB
|
13443
|
12 years
|
ehuelsmann |
Rename more occurrances of writeToString to printObject.
|
ComplexArray_UnsignedByte32.java
|
8.8 KB
|
13443
|
12 years
|
ehuelsmann |
Rename more occurrances of writeToString to printObject.
|
ComplexBitVector.java
|
11.8 KB
|
12288
|
14 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.3 KB
|
12588
|
13 years
|
vvoutilainen |
Make AREF(LispObject) and aset(LispObject, LispObject) final.
|
ComplexVector_UnsignedByte8.java
|
13.0 KB
|
12588
|
13 years
|
vvoutilainen |
Make AREF(LispObject) and aset(LispObject, LispObject) final.
|
ComplexVector_UnsignedByte32.java
|
12.5 KB
|
12588
|
13 years
|
vvoutilainen |
Make AREF(LispObject) and aset(LispObject, LispObject) final.
|
concatenate.lisp
|
2.9 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
ConcatenatedStream.java
|
7.7 KB
|
12513
|
13 years
|
ehuelsmann |
Remove 'private' keyword to eliminate the Java requirement
for the …
|
cond.lisp
|
2.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
Condition.java
|
6.1 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
Cons.java
|
15.1 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
ControlError.java
|
2.3 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
ControlTransfer.java
|
2.7 KB
|
12271
|
14 years
|
ehuelsmann |
Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
|
copy-seq.lisp
|
2.4 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
copy-symbol.lisp
|
2.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
copy_list.java
|
2.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
count.lisp
|
4.2 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
create_new_file.java
|
2.2 KB
|
12288
|
14 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.4 KB
|
13700
|
12 years
|
Mark Evenson |
weblogic: ABCL loads under the Weblogic 10.3 application server.
If …
|
debug.lisp
|
5.9 KB
|
13434
|
12 years
|
ehuelsmann |
Correct stream being modified to be *DEBUG-IO* bound streams.
|
define-modify-macro.lisp
|
4.8 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
define-symbol-macro.lisp
|
2.0 KB
|
13695
|
12 years
|
astalla |
Reimplementation of global symbol macros to avoid using the symbol's …
|
defmacro.lisp
|
2.4 KB
|
13696
|
12 years
|
astalla |
DEFMACRO now supports documentation strings as per the ANSI specification.
|
defpackage.lisp
|
5.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
defsetf.lisp
|
3.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
defstruct.lisp
|
27.7 KB
|
13451
|
12 years
|
ehuelsmann |
Use pre-compiled closures to populate the reader/writer accessors
for …
|
deftype.lisp
|
3.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
delete-duplicates.lisp
|
3.6 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
delete.lisp
|
7.5 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
delete_file.java
|
3.7 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
deposit-field.lisp
|
1.8 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
describe-compiler-policy.lisp
|
1.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
describe.lisp
|
6.4 KB
|
13554
|
12 years
|
ehuelsmann |
Fix DESCRIBE for instances of classes with a custom META-CLASS.
Found …
|
destructuring-bind.lisp
|
14.3 KB
|
13596
|
12 years
|
ehuelsmann |
When an error function is passed into PARSE-DEFMACRO-LAMBDA-LIST,
call …
|
directory.lisp
|
6.3 KB
|
13252
|
12 years
|
vvoutilainen |
Revert the fix attempt for files with names like File::Foo::Bar.
It …
|
disassemble.lisp
|
2.6 KB
|
12749
|
13 years
|
Mark Evenson |
Undo previous commmit.
|
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
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
DivisionByZero.java
|
2.4 KB
|
12288
|
14 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
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
do-symbols.lisp
|
1.8 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
Do.java
|
7.1 KB
|
12513
|
13 years
|
ehuelsmann |
Remove 'private' keyword to eliminate the Java requirement
for the …
|
do.lisp
|
3.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
DocString.java
|
2.1 KB
|
13332
|
12 years
|
Mark Evenson |
Expand the Java docstring annotation to include a separate field for …
|
dolist.java
|
4.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
dolist.lisp
|
2.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
dotimes.java
|
5.1 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
dotimes.lisp
|
3.1 KB
|
13306
|
12 years
|
Mark Evenson |
Fix #144 via correcly naming hints for compiler properties.
|
DoubleFloat.java
|
21.8 KB
|
13445
|
12 years
|
ehuelsmann |
Print unreadable strings with unreadableString() exclusively,
so it …
|
DowncaseStream.java
|
2.0 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
dribble.lisp
|
3.6 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
dump-class.lisp
|
8.5 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
dump-form.lisp
|
9.6 KB
|
13653
|
12 years
|
ehuelsmann |
Fix IRONCLAD compilation.
|
early-defuns.lisp
|
10.7 KB
|
11391
|
15 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
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
EndOfFile.java
|
2.3 KB
|
13445
|
12 years
|
ehuelsmann |
Print unreadable strings with unreadableString() exclusively,
so it …
|
enough-namestring.lisp
|
3.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
ensure-directories-exist.lisp
|
3.1 KB
|
13289
|
12 years
|
Mark Evenson |
Fix ENSURE-DIRECTORIES-EXIST by loosening wild pathname restrictions.
…
|
Environment.java
|
10.7 KB
|
13695
|
12 years
|
astalla |
Reimplementation of global symbol macros to avoid using the symbol's …
|
error.lisp
|
204 bytes
|
11297
|
15 years
|
ehuelsmann |
Set Id keyword for expansion.
|
extensible-sequences-base.lisp
|
3.6 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
extensible-sequences.lisp
|
46.0 KB
|
12928
|
13 years
|
astalla |
Fixes in java collections support (iterators) and dosequence (wrong …
|
Extensions.java
|
8.9 KB
|
13461
|
12 years
|
ehuelsmann |
Print expected minimum and maximum argument list lengths in …
|
FaslClassLoader.java
|
6.4 KB
|
13605
|
12 years
|
ehuelsmann |
Add properties.
|
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
|
13187
|
12 years
|
ehuelsmann |
Fix #125: FASL reader should not convert symbol case [Qi FASL loading …
|
fdefinition.lisp
|
4.3 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
featurep.lisp
|
2.2 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
file_author.java
|
2.1 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
file_error_pathname.java
|
2.0 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
file_length.java
|
1.9 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
file_string_length.java
|
2.0 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
file_write_date.java
|
2.2 KB
|
12422
|
13 years
|
Mark Evenson |
Extensively reworked new implementation for specifiying jar pathnames. …
|
FileError.java
|
3.4 KB
|
12469
|
13 years
|
Mark Evenson |
Ensure that FILE-ERROR always has a value for PATHNAME.
Fixes ANSI …
|
FileStream.java
|
10.9 KB
|
13444
|
12 years
|
ehuelsmann |
Reduce the number of required unreadableString() methods by removing …
|
fill.lisp
|
2.5 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
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
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
find.lisp
|
9.1 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
Fixnum.java
|
25.1 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
float_sign.java
|
2.8 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
FloatFunctions.java
|
16.9 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
FloatingPointInexact.java
|
2.3 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
FloatingPointInvalidOperation.java
|
2.3 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
FloatingPointOverflow.java
|
2.3 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
FloatingPointUnderflow.java
|
2.3 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
floor.java
|
3.0 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
format.lisp
|
118.0 KB
|
13538
|
12 years
|
Mark Evenson |
(partially) address ticket #165.
sbcl-buildhost gets much further, …
|
ForwardReferencedClass.java
|
3.2 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
ftruncate.java
|
6.2 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
FuncallableStandardObject.java
|
7.8 KB
|
13775
|
11 years
|
rschlatte |
Support for funcallable instances.
... Move execute, …
|
Function.java
|
10.8 KB
|
13445
|
12 years
|
ehuelsmann |
Print unreadable strings with unreadableString() exclusively,
so it …
|
function_info.java
|
4.9 KB
|
12957
|
13 years
|
ehuelsmann |
Use a synchronized hash table with weak keys to allow
garbage …
|
FunctionBinding.java
|
1.9 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
gc.java
|
2.4 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
GenericFunction.java
|
2.1 KB
|
13715
|
11 years
|
Mark Evenson |
Convert EQL-SPECIALIZER from a structure into a CLOS class.
From rudi …
|
gentemp.lisp
|
2.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
get_properties.java
|
2.7 KB
|
12288
|
14 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
|
24.7 KB
|
13272
|
12 years
|
Mark Evenson |
Fix pprint routines using SYS:OUTPUT-OBJECT to a GRAY-STREAM.
Correct …
|
gui.lisp
|
607 bytes
|
12749
|
13 years
|
Mark Evenson |
Undo previous commmit.
|
HashTable.java
|
13.7 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
HashTableFunctions.java
|
15.2 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
IllegalMonitorState.java
|
2.5 KB
|
13540
|
12 years
|
Mark Evenson |
Pass wrapped error message to IllegalMonitorException?.
|
inline.lisp
|
1.8 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
input_stream_p.java
|
1.9 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
inspect.lisp
|
7.8 KB
|
11565
|
14 years
|
ehuelsmann |
Fix thinko: it's not "unless", it's "when" ext:*inspector-hook* is …
|
IntegrityError.java
|
1.8 KB
|
13146
|
12 years
|
ehuelsmann |
Add class documentation for recently added classes.
|
interactive_stream_p.java
|
2.1 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
InternalCompilerError.java
|
2.2 KB
|
13140
|
12 years
|
ehuelsmann |
Add missing subversion properties.
|
Interpreter.java
|
24.7 KB
|
13454
|
12 years
|
Mark Evenson |
Tweak appearance and contents of help message.
|
JarStream.java
|
4.5 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
java-collections.lisp
|
6.2 KB
|
13368
|
12 years
|
astalla |
Better separation between java-collections and the Java FFI. …
|
Java.java
|
52.6 KB
|
13687
|
12 years
|
Mark Evenson |
Correct JAVA:MAKE-IMMEDIATE-OBJECT docstring.
|
java.lisp
|
21.6 KB
|
13710
|
11 years
|
astalla |
First stab at restoring runtime-class.
Supported: extending a Java …
|
JavaClassLoader.java
|
8.8 KB
|
13369
|
12 years
|
Mark Evenson |
Make JAVA:ADD-TO-CLASSPATH a generic function.
With this change we …
|
JavaException.java
|
3.4 KB
|
13093
|
12 years
|
ehuelsmann |
Change JAVA-EXCEPTION-CAUSE to protected.
Set format control and arguments.
|
JavaObject.java
|
24.6 KB
|
13608
|
12 years
|
Mark Evenson |
Fill in some missing docstrings from JAVA package.
Unfortunately, we …
|
JavaStackFrame.java
|
4.0 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
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
|
14 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
|
8.6 KB
|
13461
|
12 years
|
ehuelsmann |
Print expected minimum and maximum argument list lengths in …
|
jvm-class-file.lisp
|
61.3 KB
|
13764
|
11 years
|
astalla |
More value types for primitive annotation elements.
Syntax sugar for …
|
jvm-instructions.lisp
|
36.2 KB
|
13710
|
11 years
|
astalla |
First stab at restoring runtime-class.
Supported: extending a Java …
|
jvm.lisp
|
28.1 KB
|
13514
|
12 years
|
ehuelsmann |
Fix #116 (fail to load cl-unicode) by saving serialized resources with …
|
Keyword.java
|
8.0 KB
|
13309
|
12 years
|
Mark Evenson |
Implementation of hashtables with weak keys and/or values.
…
|
known-functions.lisp
|
13.1 KB
|
12393
|
13 years
|
ehuelsmann |
Tell the compiler about some functions which don't require
clearing …
|
known-symbols.lisp
|
2.8 KB
|
13046
|
13 years
|
ehuelsmann |
Fix ANSI regressions caused by the implementation
of the new class …
|
last.java
|
3.1 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
late-setf.lisp
|
4.5 KB
|
13450
|
12 years
|
ehuelsmann |
Fix #141 (SETF of APPLY not working with arbitrary function) by …
|
Layout.java
|
8.0 KB
|
13444
|
12 years
|
ehuelsmann |
Reduce the number of required unreadableString() methods by removing …
|
lcm.lisp
|
2.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
ldb.lisp
|
3.6 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
ldiff.lisp
|
1.9 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
LICENSE
|
1.1 KB
|
12429
|
13 years
|
Mark Evenson |
Correct svn:eol-style and svn:keywords.
|
Lisp.java
|
91.8 KB
|
13720
|
11 years
|
ehuelsmann |
String hash randomization.
|
lisp_implementation_type.java
|
2.0 KB
|
11488
|
14 years
|
ehuelsmann |
Add @Override annotations.
Patch by: Douglas Miles
|
lisp_implementation_version.java
|
2.1 KB
|
11488
|
14 years
|
ehuelsmann |
Add @Override annotations.
Patch by: Douglas Miles
|
LispCharacter.java
|
17.9 KB
|
13765
|
11 years
|
rschlatte |
Make #\Nul an alias for #\Null
As reported on #lisp, and following …
|
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
|
14 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
|
13750
|
11 years
|
Mark Evenson |
Fix #172: DOCUMENTATION now works for generic functions.
…
|
LispReader.java
|
11.2 KB
|
12646
|
13 years
|
ehuelsmann |
Re #93: Instead of fixing just readList and readDelimitedList, …
|
LispStackFrame.java
|
5.8 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
LispThread.java
|
40.8 KB
|
13540
|
12 years
|
Mark Evenson |
Pass wrapped error message to IllegalMonitorException?.
|
list-length.lisp
|
1.8 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
list.lisp
|
2.2 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
listen.java
|
2.1 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
Load.java
|
30.1 KB
|
13700
|
12 years
|
Mark Evenson |
weblogic: ABCL loads under the Weblogic 10.3 application server.
If …
|
load.lisp
|
2.4 KB
|
12749
|
13 years
|
Mark Evenson |
Undo previous commmit.
|
logand.java
|
2.5 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
logandc1.java
|
2.9 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
logandc2.java
|
3.0 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
logbitp.java
|
2.8 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
logcount.java
|
2.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
logeqv.java
|
2.8 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
LogicalPathname.java
|
12.1 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
logior.java
|
2.4 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
lognand.java
|
2.9 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
lognor.java
|
2.9 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
lognot.java
|
1.9 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
logorc1.java
|
3.0 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
logorc2.java
|
3.1 KB
|
12826
|
13 years
|
vvoutilainen |
DocString? annotation support, for generating DOCUMENTATION, and
later …
|
logtest.java
|
2.8 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
logxor.java
|
2.4 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
loop.lisp
|
77.5 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
machine_type.java
|
2.0 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
machine_version.java
|
3.1 KB
|
12288
|
14 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.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
Main.java
|
2.2 KB
|
13144
|
12 years
|
ehuelsmann |
Stabilize the new way of terminating ABCL.
|
make-hash-table.lisp
|
2.4 KB
|
13309
|
12 years
|
Mark Evenson |
Implementation of hashtables with weak keys and/or values.
…
|
make-load-form-saving-slots.lisp
|
2.8 KB
|
13555
|
12 years
|
ehuelsmann |
Further check the sources for calls to %class-slots, changing to …
|
make-sequence.lisp
|
6.2 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
make-string-output-stream.lisp
|
1.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
make-string.lisp
|
1.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
make_array.java
|
11.9 KB
|
13461
|
12 years
|
ehuelsmann |
Print expected minimum and maximum argument list lengths in …
|
make_condition.java
|
5.4 KB
|
12620
|
13 years
|
Mark Evenson |
Use interpreted form in a FASL if compliation fails.
…
|
make_server_socket.java
|
2.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
make_socket.java
|
2.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
map1.lisp
|
2.6 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
map-into.lisp
|
2.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
map.lisp
|
2.6 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
mask-field.lisp
|
2.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
MathFunctions.java
|
29.0 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
member-if.lisp
|
1.9 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
MemoryClassLoader.java
|
6.2 KB
|
13710
|
11 years
|
astalla |
First stab at restoring runtime-class.
Supported: extending a Java …
|
mismatch.lisp
|
3.5 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
mod.java
|
1.8 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
mop.lisp
|
2.3 KB
|
13774
|
11 years
|
rschlatte |
introduce funcallable-standard-class
... not yet usable as metaclass …
|
multiple-value-bind.lisp
|
2.4 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
multiple-value-list.lisp
|
1.6 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
multiple-value-setq.lisp
|
2.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
Nil.java
|
4.0 KB
|
13442
|
12 years
|
ehuelsmann |
Remove .toString() methods which override default Java output to be …
|
NilVector.java
|
6.0 KB
|
13442
|
12 years
|
ehuelsmann |
Remove .toString() methods which override default Java output to be …
|
nsubstitute.lisp
|
5.9 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
nth-value.lisp
|
1.6 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
numbers.lisp
|
7.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
open.lisp
|
9.3 KB
|
13301
|
12 years
|
Mark Evenson |
Explicitly error from OPEN with a wild pathname.
This behavior was …
|
open_stream_p.java
|
1.9 KB
|
12288
|
14 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
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
output_stream_p.java
|
1.9 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
Package.java
|
29.8 KB
|
13705
|
11 years
|
ehuelsmann |
Create two utility functions allowing more efficient symbol lookup
in …
|
package.lisp
|
4.3 KB
|
13763
|
11 years
|
rschlatte |
fix (defpackage :foo (:import-from "COMMON-LISP" "NIL"))
We used the …
|
package_error_package.java
|
2.1 KB
|
12826
|
13 years
|
vvoutilainen |
DocString? annotation support, for generating DOCUMENTATION, and
later …
|
PackageError.java
|
4.2 KB
|
13179
|
12 years
|
ehuelsmann |
Add comment on how to prevent a specialization of Condition.initialize().
|
PackageFunctions.java
|
14.0 KB
|
13461
|
12 years
|
ehuelsmann |
Print expected minimum and maximum argument list lengths in …
|
Packages.java
|
4.7 KB
|
12290
|
14 years
|
vvoutilainen |
Remove LispTrampolinesFile? and all references to it.
|
parse-integer.lisp
|
3.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
parse-lambda-list.lisp
|
6.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
ParseError.java
|
2.3 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
Pathname.java
|
99.8 KB
|
13704
|
11 years
|
Mark Evenson |
Fix #181: TRUENAME doesn't always canonicalize the outer DEVICE …
|
pathnames.lisp
|
19.3 KB
|
13300
|
12 years
|
Mark Evenson |
TRANSLATE-PATHNAME uses source version if to version if :wild or nil.
…
|
peek_char.java
|
4.8 KB
|
13461
|
12 years
|
ehuelsmann |
Print expected minimum and maximum argument list lengths in …
|
pprint-dispatch.lisp
|
15.4 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
pprint.lisp
|
54.2 KB
|
13408
|
12 years
|
ehuelsmann |
Fix 2 more pretty printer (PPRINT-*) test cases.
|
precompiler.lisp
|
43.2 KB
|
13045
|
13 years
|
astalla |
Fix the macroexpansion of DEFUN in compiled files to return the …
|
Primitive.java
|
5.9 KB
|
12826
|
13 years
|
vvoutilainen |
DocString? annotation support, for generating DOCUMENTATION, and
later …
|
Primitives.java
|
194.8 KB
|
13695
|
12 years
|
astalla |
Reimplementation of global symbol macros to avoid using the symbol's …
|
print-object.lisp
|
4.5 KB
|
13378
|
12 years
|
Mark Evenson |
PRINT-OBJECT shouldn't repeat the identity twice for STANDARD-OBJECT.
|
print-unreadable-object.lisp
|
2.3 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
print.lisp
|
11.7 KB
|
13446
|
12 years
|
ehuelsmann |
Fix #158: Print "#<abc>" fails with *PRINT-READABLY* non-NIL.
Note: …
|
PrintNotReadable.java
|
3.5 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
probe_file.java
|
3.4 KB
|
12290
|
14 years
|
vvoutilainen |
Remove LispTrampolinesFile? and all references to it.
|
ProcessingTerminated.java
|
2.1 KB
|
13156
|
12 years
|
ehuelsmann |
Make 'getStatus()' public.
|
proclaim.lisp
|
5.6 KB
|
12749
|
13 years
|
Mark Evenson |
Undo previous commmit.
|
Profiler.java
|
5.5 KB
|
12513
|
13 years
|
ehuelsmann |
Remove 'private' keyword to eliminate the Java requirement
for the …
|
profiler.lisp
|
6.7 KB
|
12682
|
13 years
|
ehuelsmann |
Add APIs to access data gathered in the profiler
to detect (lisp) hot …
|
prog.lisp
|
2.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
ProgramError.java
|
2.6 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
psetf.lisp
|
2.9 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
query.lisp
|
2.8 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
RandomState.java
|
6.2 KB
|
13444
|
12 years
|
ehuelsmann |
Reduce the number of required unreadableString() methods by removing …
|
Ratio.java
|
19.2 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
read-circle.lisp
|
8.2 KB
|
13601
|
12 years
|
ehuelsmann |
Set properties.
|
read-conditional.lisp
|
2.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
read-from-string.lisp
|
1.8 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
read-sequence.lisp
|
2.9 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
ReaderError.java
|
2.8 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
ReaderMacroFunction.java
|
2.5 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
Readtable.java
|
19.2 KB
|
13461
|
12 years
|
ehuelsmann |
Print expected minimum and maximum argument list lengths in …
|
reduce.lisp
|
4.0 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
rem.java
|
2.0 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
remf.lisp
|
2.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
remove-duplicates.lisp
|
4.4 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
remove.lisp
|
7.1 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
replace.lisp
|
8.5 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
require.lisp
|
2.8 KB
|
13303
|
12 years
|
Mark Evenson |
Automagically find contrib via (REQUIRE :ABCL-CONTRIB).
REQUIREing …
|
restart.lisp
|
12.7 KB
|
11785
|
14 years
|
ehuelsmann |
Add ignore declaration on unused argument.
|
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
|
15 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.3 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
run-benchmarks.lisp
|
8.2 KB
|
11297
|
15 years
|
ehuelsmann |
Set Id keyword for expansion.
|
run-program.lisp
|
6.1 KB
|
13361
|
12 years
|
Mark Evenson |
Edit RUN-PROGRAM documentation lightly.
|
run-shell-command.lisp
|
1.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
runtime-class.lisp
|
9.0 KB
|
13764
|
11 years
|
astalla |
More value types for primitive annotation elements.
Syntax sugar for …
|
RuntimeClass.java
|
6.4 KB
|
12513
|
13 years
|
ehuelsmann |
Remove 'private' keyword to eliminate the Java requirement
for the …
|
search.lisp
|
4.8 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
sequences.lisp
|
2.8 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
SeriousCondition.java
|
2.4 KB
|
13180
|
12 years
|
ehuelsmann |
Remove redundant method.
|
server_socket_close.java
|
2.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
setf.lisp
|
9.0 KB
|
12935
|
13 years
|
ehuelsmann |
Fix #107: Incorrect compilation of (SETF STRUCTURE-REF) expansion.
|
sets.lisp
|
7.6 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
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
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
signal.lisp
|
6.5 KB
|
13434
|
12 years
|
ehuelsmann |
Correct stream being modified to be *DEBUG-IO* bound streams.
|
simple_list_remove_duplicates.java
|
2.5 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
SimpleArray_T.java
|
10.0 KB
|
13443
|
12 years
|
ehuelsmann |
Rename more occurrances of writeToString to printObject.
|
SimpleArray_UnsignedByte8.java
|
10.4 KB
|
13443
|
12 years
|
ehuelsmann |
Rename more occurrances of writeToString to printObject.
|
SimpleArray_UnsignedByte16.java
|
10.6 KB
|
13443
|
12 years
|
ehuelsmann |
Rename more occurrances of writeToString to printObject.
|
SimpleArray_UnsignedByte32.java
|
10.3 KB
|
13443
|
12 years
|
ehuelsmann |
Rename more occurrances of writeToString to printObject.
|
SimpleBitVector.java
|
16.2 KB
|
12513
|
13 years
|
ehuelsmann |
Remove 'private' keyword to eliminate the Java requirement
for the …
|
SimpleCondition.java
|
3.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
SimpleError.java
|
2.7 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
SimpleString.java
|
12.8 KB
|
13720
|
11 years
|
ehuelsmann |
String hash randomization.
|
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
|
12588
|
13 years
|
vvoutilainen |
Make AREF(LispObject) and aset(LispObject, LispObject) final.
|
SimpleWarning.java
|
2.6 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
SingleFloat.java
|
21.2 KB
|
13445
|
12 years
|
ehuelsmann |
Print unreadable strings with unreadableString() exclusively,
so it …
|
Site.java
|
2.9 KB
|
13095
|
12 years
|
ehuelsmann |
Remove unused packages.
|
SiteName.java
|
2.7 KB
|
12513
|
13 years
|
ehuelsmann |
Remove 'private' keyword to eliminate the Java requirement
for the …
|
SlimeInputStream.java
|
4.4 KB
|
13442
|
12 years
|
ehuelsmann |
Remove .toString() methods which override default Java output to be …
|
SlimeOutputStream.java
|
4.5 KB
|
13442
|
12 years
|
ehuelsmann |
Remove .toString() methods which override default Java output to be …
|
SlotClass.java
|
11.2 KB
|
13541
|
12 years
|
Mark Evenson |
Convert docstrings and primitives to standard conventions.
|
SlotDefinition.java
|
16.2 KB
|
13541
|
12 years
|
Mark Evenson |
Convert docstrings and primitives to standard conventions.
|
SlotDefinitionClass.java
|
3.3 KB
|
13273
|
12 years
|
astalla |
Correct support for custom slots definitions in MOP:
* class …
|
socket.lisp
|
3.3 KB
|
13072
|
13 years
|
Mark Evenson |
Sockets can be created with :element-type equivalent to (UNSIGNED-BYTE …
|
socket_accept.java
|
2.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
socket_close.java
|
2.1 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
socket_stream.java
|
2.5 KB
|
12362
|
13 years
|
vvoutilainen |
Make Stream extend StructureObject?, modify Stream derivatives
to set a …
|
SocketStream.java
|
2.4 KB
|
13442
|
12 years
|
ehuelsmann |
Remove .toString() methods which override default Java output to be …
|
software_type.java
|
1.9 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
software_version.java
|
1.9 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
sort.lisp
|
9.9 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
source-transform.lisp
|
3.8 KB
|
13597
|
12 years
|
ehuelsmann |
Fix issue reported by Eric Marsden: failure to compile functions
with …
|
SpecialBinding.java
|
2.5 KB
|
13137
|
12 years
|
ehuelsmann |
Unbreak trunk compilation. We need the specialNames after all.
|
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.2 KB
|
13695
|
12 years
|
astalla |
Reimplementation of global symbol macros to avoid using the symbol's …
|
StackFrame.java
|
2.5 KB
|
13462
|
12 years
|
ehuelsmann |
Prepare for more debugging support.
(Unbreaks last commit.)
|
StandardClass.java
|
36.9 KB
|
13775
|
11 years
|
rschlatte |
Support for funcallable instances.
... Move execute, …
|
StandardGenericFunction.java
|
27.6 KB
|
13782
|
11 years
|
rschlatte |
Implement readers for generic-function objects as generic functions …
|
StandardGenericFunctionClass.java
|
3.2 KB
|
13777
|
11 years
|
ehuelsmann |
Record optional parameters in generic function objects for quick retrieval.
|
StandardMethod.java
|
14.3 KB
|
13781
|
11 years
|
ehuelsmann |
Support for the FUNCTION-KEYWORDS protocol, required to implement …
|
StandardMethodClass.java
|
2.9 KB
|
13781
|
11 years
|
ehuelsmann |
Support for the FUNCTION-KEYWORDS protocol, required to implement …
|
StandardObject.java
|
18.4 KB
|
13541
|
12 years
|
Mark Evenson |
Convert docstrings and primitives to standard conventions.
|
StandardObjectFunctions.java
|
2.6 KB
|
13541
|
12 years
|
Mark Evenson |
Convert docstrings and primitives to standard conventions.
|
StandardReaderMethod.java
|
3.3 KB
|
13541
|
12 years
|
Mark Evenson |
Convert docstrings and primitives to standard conventions.
|
StandardReaderMethodClass.java
|
3.0 KB
|
13781
|
11 years
|
ehuelsmann |
Support for the FUNCTION-KEYWORDS protocol, required to implement …
|
step.lisp
|
1.6 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
StorageCondition.java
|
2.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
Stream.java
|
88.2 KB
|
13768
|
11 years
|
rschlatte |
Allow zero-length symbols (written as ||).
Fixes #193 (reported by …
|
stream_element_type.java
|
2.0 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
stream_external_format.java
|
2.5 KB
|
12325
|
13 years
|
ehuelsmann |
Create API for (SETF (STREAM-EXTERNAL-FORMAT ...) ...) from the lisp world.
|
StreamError.java
|
4.7 KB
|
12320
|
13 years
|
ehuelsmann |
Print StreamErrors? with a readable text,
even when created based on …
|
StringFunctions.java
|
33.9 KB
|
12513
|
13 years
|
ehuelsmann |
Remove 'private' keyword to eliminate the Java requirement
for the …
|
StringInputStream.java
|
4.6 KB
|
13442
|
12 years
|
ehuelsmann |
Remove .toString() methods which override default Java output to be …
|
StringOutputStream.java
|
4.0 KB
|
13442
|
12 years
|
ehuelsmann |
Remove .toString() methods which override default Java output to be …
|
strings.lisp
|
6.9 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
StructureClass.java
|
4.3 KB
|
13445
|
12 years
|
ehuelsmann |
Print unreadable strings with unreadableString() exclusively,
so it …
|
StructureObject.java
|
19.6 KB
|
13541
|
12 years
|
Mark Evenson |
Convert docstrings and primitives to standard conventions.
|
StyleWarning.java
|
2.2 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
sublis.lisp
|
3.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
subst.lisp
|
5.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
substitute.lisp
|
6.1 KB
|
12516
|
13 years
|
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
subtypep.lisp
|
32.1 KB
|
11586
|
14 years
|
ehuelsmann |
Eliminate the pesky beeps in TYPE-OF.1; however unfortunately, this …
|
Symbol.java
|
129.6 KB
|
13780
|
11 years
|
rschlatte |
Don't export funcallable-standard-class from CL.
... fixes a …
|
SymbolMacro.java
|
1.8 KB
|
11441
|
14 years
|
ehuelsmann |
Fix compiled MACROLET.13 and MACROLET.14: MACROEXPAND should know …
|
SynonymStream.java
|
6.4 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
tailp.lisp
|
1.7 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
ThreadDestroyed.java
|
1.6 KB
|
12271
|
14 years
|
ehuelsmann |
Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
|
threads.lisp
|
4.4 KB
|
12819
|
13 years
|
ehuelsmann |
Remove to-be-removed-by-0.22 deprecated symbols, now that we are 0.22.
|
Throw.java
|
2.2 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
Time.java
|
4.5 KB
|
12431
|
13 years
|
Mark Evenson |
Replace FastStringBuffer? with java.lang.StringBuilder?.
Phil Hudson …
|
time.lisp
|
6.2 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
top-level.lisp
|
14.8 KB
|
13110
|
12 years
|
Mark Evenson |
Always emit a newline at the end of printing a backtrace for aesthetics.
|
trace.lisp
|
5.5 KB
|
11668
|
14 years
|
ehuelsmann |
Prevent CLOS from kicking in on TRACE; makes sure the compiler doesn't …
|
tree-equal.lisp
|
2.2 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
truncate.java
|
2.0 KB
|
12254
|
14 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.5 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
typep.lisp
|
7.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
unbound_slot_instance.java
|
2.1 KB
|
12288
|
14 years
|
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
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
|
4.7 KB
|
12429
|
13 years
|
Mark Evenson |
Correct svn:eol-style and svn:keywords.
|
UpcaseStream.java
|
2.0 KB
|
12254
|
14 years
|
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
upgraded-complex-part-type.lisp
|
1.8 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
URLStream.java
|
4.4 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
Utilities.java
|
8.9 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
Version.java
|
2.3 KB
|
13673
|
12 years
|
Mark Evenson |
Tag buils as abcl-1.1.0-dev for trunk.
|
Warning.java
|
2.1 KB
|
12288
|
14 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
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
with-accessors.lisp
|
1.9 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
with-hash-table-iterator.lisp
|
2.1 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
with-input-from-string.lisp
|
2.6 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
with-open-file.lisp
|
2.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
with-output-to-string.lisp
|
2.4 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
with-package-iterator.lisp
|
3.2 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
with-slots.lisp
|
2.2 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
with-standard-io-syntax.lisp
|
2.4 KB
|
12510
|
13 years
|
vvoutilainen |
Fix the test WITH-STANDARD-IO-SYNTAX.23, which was failing because
our …
|
write-sequence.lisp
|
3.0 KB
|
11391
|
15 years
|
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
WrongNumberOfArgumentsException.java
|
3.7 KB
|
13510
|
12 years
|
ehuelsmann |
Assign fields the value of the arguments, instead of the values of
the …
|
ZeroRankArray.java
|
5.8 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
zip.java
|
10.3 KB
|
13440
|
12 years
|
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
ZipCache.java
|
11.3 KB
|
13055
|
13 years
|
Mark Evenson |
Fix comment typo.
|