|
|
@13104
|
12 years |
ehuelsmann |
Export Object.equals() wrapper from java.lisp.
|
|
|
@13103
|
12 years |
ehuelsmann |
Add JNULL_REF to check for a JavaObject? containing a 'null' value.
|
|
|
@13102
|
12 years |
ehuelsmann |
Add more type-conversion helpers to java.lisp.
|
|
|
@13101
|
12 years |
astalla |
Reduced verbosity of the AbclScriptEngine?
|
|
|
@13100
|
12 years |
ehuelsmann |
Remove dead code and unused imports from Pathname.
|
|
|
@13099
|
12 years |
ehuelsmann |
Stop using a deprecated function (File.toURL()).
|
|
|
@13098
|
12 years |
vvoutilainen |
Add a --help parameter that prints out command line arg help.
|
|
|
@13097
|
12 years |
ehuelsmann |
Remove redundant function [toURL(Pathname p)] from Pathname.
|
|
|
@13096
|
12 years |
ehuelsmann |
Add initialization with the default value of the element type
if …
|
|
|
@13095
|
12 years |
ehuelsmann |
Remove unused packages.
|
|
|
@13094
|
12 years |
ehuelsmann |
Eliminate flushes after every character in javax.scripting support.
…
|
|
|
@13093
|
12 years |
ehuelsmann |
Change JAVA-EXCEPTION-CAUSE to protected.
Set format control and arguments.
|
|
|
@13092
|
12 years |
ehuelsmann |
Store the original Java error in the "cause" field
of the …
|
|
|
@13091
|
12 years |
ehuelsmann |
Override UnhandledCondition?'s getMessage() function to report
the …
|
|
|
@13090
|
12 years |
vvoutilainen |
Make --batch exit, use Lisp.exit() in places where applicable so
that …
|
|
|
@13089
|
12 years |
Mark Evenson |
An example of using the ability to dynamically create Java interfaces. …
|
|
|
@13088
|
12 years |
Mark Evenson |
Fix algorithim error in writing byte sequences via …
|
|
|
@13087
|
12 years |
Mark Evenson |
Upgrade to ASDF-2.011.
|
|
|
@13086
|
12 years |
Mark Evenson |
Update HTTP LOAD tests for FASL version 37.
|
|
|
@13078
|
12 years |
Mark Evenson |
The classfile writer now handles the creation of interfaces.
…
|
|
|
@13072
|
12 years |
Mark Evenson |
Sockets can be created with :element-type equivalent to (UNSIGNED-BYTE …
|
|
|
@13071
|
12 years |
Mark Evenson |
Add support for writing Java interfaces via the classwriter.
One can …
|
|
|
@13070
|
12 years |
Mark Evenson |
Synchronize CHANGES with 0.23.x branch.
|
|
|
@13068
|
12 years |
Mark Evenson |
Update CHANGES for abcl-0.23.1.
|
|
|
@13064
|
12 years |
ehuelsmann |
Increase FASL version number: r13021 put the responsibility
of …
|
|
|
@13063
|
12 years |
ehuelsmann |
Change back to older code until I figure out how to
use the …
|
|
|
@13062
|
12 years |
ehuelsmann |
Add eol-style properties.
|
|
|
@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 …
|
|
|
@13058
|
12 years |
Mark Evenson |
Documentation for the URI encoding changes.
|
|
|
@13057
|
12 years |
Mark Evenson |
Tests for the implementation of URI encoding.
Restructured test …
|
|
|
@13056
|
12 years |
Mark Evenson |
Fix problems with #\Space characters in JAR pathnames.
We now require …
|
|
|
@13055
|
12 years |
Mark Evenson |
Fix comment typo.
|
|
|
@13049
|
12 years |
ehuelsmann |
CHANGES date-update.
|
|
|
@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 …
|
|
|
@13042
|
12 years |
Mark Evenson |
Fix typo in Lisp-based build.
|
|
|
@13041
|
12 years |
Mark Evenson |
Reworked Lisp-based build now works for ecl.
Based on a patch from …
|
|
|
@13039
|
12 years |
Mark Evenson |
Fix Lisp-based build (reported by Pascal J. Bourguignon).
|
|
|
@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.
|
|
|