|
|
@13034
|
12 years |
Mark Evenson |
ASDF-INSTALL now uses the path search mechanism for 'gpg'.
Expand the …
|
|
|
@13032
|
12 years |
astalla |
Fix DEFUN as redefined by the precompiler: it incorrectly returned the …
|
|
|
@13031
|
12 years |
Mark Evenson |
Ensure that the ASDF registry contains the ASDF-INSTALL install locations.
|
|
|
@13030
|
12 years |
Mark Evenson |
Fix compiler warning about *gpg-program* being assumed special.
|
|
|
@13029
|
12 years |
Mark Evenson |
Ensure that build process exits with error if abcl.contrib.compile fails.
|
|
|
@13028
|
12 years |
Mark Evenson |
Add :SOLARIS to *FEATURES*
Now both :SUNOS and :SOLARIS occur in …
|
|
|
@13027
|
12 years |
Mark Evenson |
Fix ASDF-INSTALL fails to download (ticket #110).
Use an 8-bit …
|
|
|
@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 …
|
|
|
@13011
|
12 years |
Mark Evenson |
Test that MAKE-PATHNAME checks its arguments
|
|
|
@13010
|
12 years |
Mark Evenson |
Test for working :WILD-INFERIORS.
Added tests in …
|
|
|
@13009
|
12 years |
Mark Evenson |
Docstring for RUN-MATCHING utility.
|
|
|
@13008
|
12 years |
Mark Evenson |
Guard implementation specific portions of ABCL test suite.
This …
|
|
|
@13007
|
12 years |
ehuelsmann |
Eliminate ~80k exceptions (ClassNotFoundException?) during
Maxima …
|
|
|
@13006
|
12 years |
ehuelsmann |
Reduce the number of exceptions generated inside ABCL
while compiling …
|
|
|
@13003
|
12 years |
ehuelsmann |
Rephrase a little bit.
|
|
|
@13001
|
12 years |
ehuelsmann |
s/JRocket/JRockit/.
Found by: Ville Voutilainen.
|
|
|
@13000
|
12 years |
ehuelsmann |
Update CHANGES.
|
|
|
@12999
|
12 years |
ehuelsmann |
Forgot the most important update of all.
|
|
|
@12998
|
12 years |
ehuelsmann |
Update CHANGES.
|
|
|
@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
|
|
|
@12991
|
12 years |
vvoutilainen |
Mention the CLOS thread-safety fix in changelog.
|
|
|
@12990
|
12 years |
vvoutilainen |
Mention the current asdf version in changelog.
|
|
|
@12989
|
12 years |
vvoutilainen |
Add changelog entry for wild-inferiors support for DIRECTORY.
|
|
|
@12988
|
12 years |
Mark Evenson |
Include example 'abcl.properties.in' in source release
|
|
|
@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 …
|
|
|
@12960
|
12 years |
ehuelsmann |
Add Ant target which allows JPDA/IDE-based debugging of ABCL's …
|
|
|
@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 …
|
|
|
@12949
|
12 years |
ehuelsmann |
Remove debug print.
|
|
|
@12948
|
12 years |
ehuelsmann |
Fix test expectations due to us now generating forward slashes
in our …
|
|
|
@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 …
|
|
|
@12944
|
12 years |
ehuelsmann |
Fix tests: rename ":class-constructor" to ":static-initializer"; …
|
|
|
@12943
|
12 years |
ehuelsmann |
Add the merge-back of the generic-class-file branch to CHANGES.
|
|
|
@12942
|
12 years |
ehuelsmann |
Fix !-prefixed symbols: there are no duplicate symbols anymore; …
|
|
|
@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 …
|
|
|
@12937
|
12 years |
ehuelsmann |
Update CHANGES with trunk progress.
|
|
|
@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 …
|
|
|
@12931
|
12 years |
ehuelsmann |
Add fixes on trunk to be released with 0.23.
|
|
|
@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.
|
|
|
@12913
|
12 years |
ehuelsmann |
Add the URL to be used.
|
|
|
@12912
|
12 years |
ehuelsmann |
Update CHANGES for the upcoming release.
|
|
|