|
|
@13060
|
12 years |
vvoutilainen |
Make the getter for the engine synchronized, as the engine
is nowadays …
|
|
|
@13059
|
12 years |
vvoutilainen |
Delay the instantiation of the script engine until it's
actually …
|
|
|
@13056
|
12 years |
Mark Evenson |
Fix problems with #\Space characters in JAR pathnames.
We now require …
|
|
|
@13055
|
12 years |
Mark Evenson |
Fix comment typo.
|
|
|
@13046
|
12 years |
ehuelsmann |
Fix ANSI regressions caused by the implementation
of the new class …
|
|
|
@13045
|
12 years |
astalla |
Fix the macroexpansion of DEFUN in compiled files to return the …
|
|
|
@13043
|
12 years |
ehuelsmann |
Fix our line number table generation;
put the line number table on the …
|
|
|
@13032
|
12 years |
astalla |
Fix DEFUN as redefined by the precompiler: it incorrectly returned the …
|
|
|
@13028
|
12 years |
Mark Evenson |
Add :SOLARIS to *FEATURES*
Now both :SUNOS and :SOLARIS occur in …
|
|
|
@13026
|
12 years |
Mark Evenson |
Further fix for #110 eliminating the use of the URLDecoder.decode().
…
|
|
|
@13025
|
12 years |
astalla |
Added with-code-to-method to pass2 to compile the constructor and, in …
|
|
|
@13024
|
12 years |
Mark Evenson |
Fix loading from pathnames with '+' in directory pathname re #110.
|
|
|
@13023
|
12 years |
ehuelsmann |
With 0.23 branched, increase the version number on trunk.
|
|
|
@13022
|
12 years |
ehuelsmann |
Small simplification in MAKE-CONSTRUCTOR arguments.
Patch by: astalla.
|
|
|
@13021
|
12 years |
ehuelsmann |
Reduce the number of ATHROW instructions executed while running
the …
|
|
|
@13020
|
12 years |
ehuelsmann |
Another Don't manually iterate through subforms, use
available …
|
|
|
@13019
|
12 years |
ehuelsmann |
Don't manually iterate through subforms, use
available function for it.
|
|
|
@13017
|
12 years |
Mark Evenson |
Check type in MAKE-PATHNAME for :DIRECTORY components.
|
|
|
@13016
|
12 years |
Mark Evenson |
Improve docstring for SYS:ZIP.
|
|
|
@13015
|
12 years |
ehuelsmann |
Eliminate duplicate lookups in JHandler
Patch by: Mario Lang, mlang …
|
|
|
@13013
|
12 years |
ehuelsmann |
Reduce the impact of the fasl-loader "_0" class's maximum size of …
|
|
|
@13007
|
12 years |
ehuelsmann |
Eliminate ~80k exceptions (ClassNotFoundException?) during
Maxima …
|
|
|
@13006
|
12 years |
ehuelsmann |
Reduce the number of exceptions generated inside ABCL
while compiling …
|
|
|
@12997
|
12 years |
ehuelsmann |
Truely fix JRockit: actually use the new label to jump to.
|
|
|
@12996
|
12 years |
ehuelsmann |
Fix JRockit crashing on our byte code - second occurrance.
Found by: …
|
|
|
@12995
|
12 years |
ehuelsmann |
Fix JRockit crashing on our byte code.
Found by: Joel Borggrén-Franck …
|
|
|
@12994
|
12 years |
astalla |
New high-level Java interop macros: 'chain' for chained method …
|
|
|
@12992
|
12 years |
Mark Evenson |
Remove deleted functions in THREADS from autoloads
|
|
|
@12987
|
12 years |
Mark Evenson |
Use a lexical variable rather than SETQ for backtrace
This definitely …
|
|
|
@12986
|
12 years |
Mark Evenson |
Upgrade to ASDF-2.010.1.
|
|
|
@12985
|
12 years |
vvoutilainen |
Add WILD-INFERIORS support for DIRECTORY.
|
|
|
@12982
|
12 years |
ehuelsmann |
Commit DEFINE-METHOD-COMBINATION support as integrated
by Mark …
|
|
|
@12981
|
12 years |
ehuelsmann |
Fix SBCL issue found by building SBCL with ABCL as a host.
Note: …
|
|
|
@12979
|
12 years |
astalla |
Do not create class files for local functions that have been inlined
|
|
|
@12978
|
12 years |
ehuelsmann |
Fix #98: THREAD type specifier not exported from THREADS package.
|
|
|
@12977
|
12 years |
ehuelsmann |
Unintern symbols with a deleted package as their
home package. This …
|
|
|
@12975
|
12 years |
vvoutilainen |
Fix breakage of repl. Commands with parameters work again now. …
|
|
|
@12974
|
12 years |
Mark Evenson |
Let truename() possibly signal an error on r12793 JRockit fix.
|
|
|
@12973
|
12 years |
ehuelsmann |
Fix an issue with running ABCL on Oracle JRockit JVM!
Patch by: Joel …
|
|
|
@12972
|
12 years |
ehuelsmann |
Preallocate package sizes large enough to hold all the symbols …
|
|
|
@12971
|
12 years |
ehuelsmann |
Small performance improvement for non-EQ hash tables;
don't use …
|
|
|
@12970
|
12 years |
ehuelsmann |
Remove Remove now obsolete hash table specializations;
in order to be …
|
|
|
@12969
|
12 years |
ehuelsmann |
Implement nearly lock-free hash reader functionality, by
looking …
|
|
|
@12968
|
12 years |
ehuelsmann |
Factor out getEntry from get() and put().
Also, declare the 'buckets' …
|
|
|
@12967
|
12 years |
ehuelsmann |
Convert HashTable? synchronized access to read/write locked
access …
|
|
|
@12966
|
12 years |
ehuelsmann |
Repair HashTable?.java, broken due to faulty conflict resolution.
|
|
|
@12965
|
12 years |
ehuelsmann |
Reduce our number of hash table implementations to 1 (from 4)
by …
|
|
|
@12964
|
12 years |
ehuelsmann |
Don't inline constructors, from where I stand - and without reference …
|
|
|
@12963
|
12 years |
ehuelsmann |
Remove unused constructors.
|
|
|
@12962
|
12 years |
ehuelsmann |
Remove unused constructors.
|
|
|
@12961
|
12 years |
ehuelsmann |
Remove SymbolHashTable?, which isn't used anymore, now that
Package …
|
|
|
@12959
|
12 years |
ehuelsmann |
Remove as much synchronization as possible from package symbols …
|
|
|
@12958
|
12 years |
ehuelsmann |
Implement SimpleString?.toString() using String.valueOf().
|
|
|
@12957
|
12 years |
ehuelsmann |
Use a synchronized hash table with weak keys to allow
garbage …
|
|
|
@12956
|
12 years |
ehuelsmann |
Make FIND-CLASS use a class which supports non-blocking reading
from a …
|
|
|
@12955
|
12 years |
ehuelsmann |
In CLOS supporting code (Layout.java), replace a synchronized
hash …
|
|
|
@12954
|
12 years |
ehuelsmann |
Replace unsynchronized data types with concurrency-supporting …
|
|
|
@12952
|
12 years |
ehuelsmann |
Maxima disables underflow signals itself now. We default back
to …
|
|
|
@12951
|
12 years |
ehuelsmann |
Signal a condition when coercing a Ratio to any float type or when …
|
|
|
@12950
|
12 years |
ehuelsmann |
Add two functions to disable signalling of over- and underflow …
|
|
|
@12947
|
12 years |
ehuelsmann |
Fix ZIP on Windows; in some ABCL lisp tests, it thinks we're trying
to …
|
|
|
@12946
|
12 years |
vvoutilainen |
Thread-safety fix for CLOS. Finding the problem and
the patch by David …
|
|
|
@12941
|
12 years |
ehuelsmann |
Add ANALYZE-LOCALS, which should have been on the
generic-class-file …
|
|
|
@12940
|
12 years |
ehuelsmann |
Fix loss of precision in (expt <non-double> <complex-double>),
fixes …
|
|
|
@12939
|
12 years |
ehuelsmann |
Fix COERCE on a COMPLEX, being coerced to (COMPLEX <anything>);
this …
|
|
|
@12938
|
12 years |
ehuelsmann |
Fix partial date format support while parsing Last-Modified
in …
|
|
|
@12936
|
12 years |
ehuelsmann |
Fix build.
|
|
|
@12935
|
12 years |
ehuelsmann |
Fix #107: Incorrect compilation of (SETF STRUCTURE-REF) expansion.
|
|
|
@12934
|
12 years |
ehuelsmann |
Fix #97: Symbol imported into/exported from multiple packages reported …
|
|
|
@12933
|
12 years |
ehuelsmann |
Fix #106: DEFSTRUCT :include with :conc-name.
|
|
|
@12932
|
12 years |
ehuelsmann |
Fix #88: "We need SYS:COMPILED-LISP-FUNCTION-P" to distinguish …
|
|
|
@12930
|
12 years |
ehuelsmann |
Additional check to make sure constant symbols aren't
being assigned …
|
|
|
@12929
|
12 years |
ehuelsmann |
Don't trap floating point underflows: Raymond Toy explains how
most CL …
|
|
|
@12928
|
12 years |
astalla |
Fixes in java collections support (iterators) and dosequence (wrong …
|
|
|
@12927
|
12 years |
astalla |
Fixed JSR-223 breakage: a file was still referring to ext:make-thread …
|
|
|
@12926
|
12 years |
vvoutilainen |
This patch fixes these two issues in ABCL 0.22.0:
1) Keyword …
|
|
|
@12922
|
12 years |
ehuelsmann |
Factor out common code and add documentation to indicate
which part of …
|
|
|
@12918
|
12 years |
astalla |
generic-class-file branch merged.
|
|
|
@12915
|
12 years |
ehuelsmann |
With 0.22 branched, update the version number of trunk.
|
|
|
@12902
|
12 years |
vvoutilainen |
Fix reading of data containing scandinavian latin1 characters …
|
|
|
@12898
|
12 years |
Mark Evenson |
Fix documentation typo.
|
|
|
@12849
|
13 years |
Mark Evenson |
Narrow LISP-ERROR to STORAGE-CONDITION.
Now JRUN-EXCEPTION-PROTECTED …
|
|
|
@12848
|
13 years |
Mark Evenson |
Small documentation corrections.
|
|
|
@12837
|
13 years |
ehuelsmann |
Introduce EMIT-GETSTATIC and EMIT-PUTSTATIC in order to be able to …
|
|
|
@12836
|
13 years |
ehuelsmann |
Move emit-invoke* functions closer together, making them a section.
|
|
|
@12835
|
13 years |
ehuelsmann |
Remove code section marked 'Just an experiment':
we have supported …
|
|
|
@12833
|
13 years |
astalla |
Small fix (a parameter wasn't being passed to make-jsequence-like)
|
|
|
@12831
|
13 years |
astalla |
First stab at Java collections integration with the sequences protocol.
|
|
|
@12827
|
13 years |
astalla |
Fix ticket #103: DOCUMENTATION is not autoloaded.
|
|
|
@12826
|
13 years |
vvoutilainen |
DocString? annotation support, for generating DOCUMENTATION, and
later …
|
|
|
@12819
|
13 years |
ehuelsmann |
Remove to-be-removed-by-0.22 deprecated symbols, now that we are 0.22.
|
|
|
@12818
|
13 years |
ehuelsmann |
Upgrade ASDF to 2.004, as per request of their developer(s).
|
|
|
@12817
|
13 years |
ehuelsmann |
With 0.21.x being branched, update the version of trunk.
|
|
|
@12815
|
13 years |
astalla |
Fixed printing of certain conditions (e.g., type-errors) with unbound …
|
|
|
@12814
|
13 years |
astalla |
Fix for r12809: bind *print-readably* to NIL when printing conditions …
|
|
|
@12813
|
13 years |
astalla |
Java interop, small improvement: the first argument to jnew can now …
|
|
|
@12810
|
13 years |
Mark Evenson |
PATHNAME without namestring now has a non-printable representation.
|
|
|
@12809
|
13 years |
Mark Evenson |
Honor *PRINT-READABLY* by throwing PRINT-NOT-READABLE for "#<".
…
|
|
|
@12805
|
13 years |
astalla |
Fixed bugs with custom slot and class options
|
|
|
@12804
|
13 years |
astalla |
Fix r12768: macroexpand the body in an environment augmented with the …
|
|
|