|
|
@11867
|
15 years |
ehuelsmann |
Delete merged branch.
|
|
|
@11865
|
15 years |
ehuelsmann |
Create new closure arrays when creating new closures.
This prevents …
|
|
|
@11864
|
15 years |
ehuelsmann |
Duplicate closure arrays if the compiland defines
bindings of itself: …
|
|
|
@11863
|
15 years |
ehuelsmann |
Initialize the closure slots with a binding, so that
we won't need to …
|
|
|
@11862
|
15 years |
ehuelsmann |
Fix stack ordering problems introduced when creating closure bindings.
|
|
|
@11861
|
15 years |
ehuelsmann |
Work in progress on changing the closure array over from variables to …
|
|
|
@11860
|
15 years |
ehuelsmann |
Create a place to store my work in progress.
|
|
|
@11743
|
15 years |
ehuelsmann |
Bump version number.
|
|
|
@11741
|
15 years |
ehuelsmann |
Backport r11740.
|
|
|
@11739
|
15 years |
ehuelsmann |
Update version number in release branch to 0.14.1-dev.
|
|
|
@11737
|
15 years |
ehuelsmann |
Update release date of 0.14.0.
|
|
|
@11735
|
15 years |
ehuelsmann |
Delete release branches of releases no longer supported.
|
|
|
@11733
|
15 years |
ehuelsmann |
Branch 0.14.x in preparation of the 0.14.0 relaese.
|
|
|
@11702
|
15 years |
astalla |
Added BRANCH-README, deleted dist directory that was incorrectly added
|
|
|
@11699
|
15 years |
astalla |
Copied files from trunk + modifications for Serialization.
|
|
|
@11696
|
15 years |
astalla |
Created save-image branch for experiments in providing save-image …
|
|
|
@11690
|
15 years |
ehuelsmann |
Increase version number, after tagging 0.13.0.
|
|
|
@11671
|
15 years |
Mark Evenson |
Merge removal of CLOS from TRACE from trunk by Erik in r11668.
Update …
|
|
|
@11670
|
15 years |
Mark Evenson |
Continued iteration of documentation for release.
|
|
|
@11669
|
15 years |
Mark Evenson |
Merged fix from r11667 for toplevel REPL bad interaction with *PRINT-LEVEL.
|
|
|
@11666
|
15 years |
vvoutilainen |
Merge latest trunk modification.
|
|
|
@11664
|
15 years |
vvoutilainen |
Make the same license text 'refactorings' as were made
in trunk. This …
|
|
|
@11663
|
15 years |
Mark Evenson |
Patch CLISP build as per …
|
|
|
@11662
|
15 years |
Mark Evenson |
Mark version as abcl-0.12.42.
Update SLIME documentation.
|
|
|
@11661
|
15 years |
Mark Evenson |
Restablish TRACE facility as per svn r11659.
Start documentation for …
|
|
|
@11657
|
15 years |
ehuelsmann |
Delete branch which has been long merged to trunk.
|
|
|
@11656
|
15 years |
ehuelsmann |
Branch for preparation of the 0.13 release series.
|
|
|
@11559
|
15 years |
astalla |
Better handling of java<->lisp value conversion in (get/set) …
|
|
|
@11558
|
15 years |
astalla |
Solved a bug in invokeFunction (the symbol was not derived correctly …
|
|
|
@11552
|
15 years |
astalla |
- fixed a bug in print-object (java-class), thanks to logicmoo
- …
|
|
|
@11451
|
15 years |
astalla |
Compatibility with Java 5: using the ANT-based build, the JSR-223 …
|
|
|
@11450
|
15 years |
astalla |
JavaBean? property support (jproperty-value)
Minor code cleanup
Started …
|
|
|
@11447
|
15 years |
ehuelsmann |
Update version number following release tag.
|
|
|
@11445
|
15 years |
ehuelsmann |
Update version string.
|
|
|
@11444
|
15 years |
ehuelsmann |
Create maintenance branch 0.12.x.
|
|
|
@11432
|
15 years |
ehuelsmann |
Support setting external format parameters without affecting the …
|
|
|
@11431
|
15 years |
ehuelsmann |
RandomAccessCharacterFile? should implement its reader as a decendant …
|
|
|
@11430
|
15 years |
ehuelsmann |
Resolve 2 FIXMEs.
* Stream.java:Stream::_writeChars(): Don't try to …
|
|
|
@11429
|
15 years |
ehuelsmann |
Fix LISTEN.6.
|
|
|
@11428
|
15 years |
ehuelsmann |
Fix LISTEN.1 and LISTEN.3 by checking if a character can actually be …
|
|
|
@11427
|
15 years |
ehuelsmann |
Fix STRING-INPUT-STREAM GET-OFFSET with non-zero :start offset.
|
|
|
@11426
|
15 years |
ehuelsmann |
Make sure we don't write more characters to the string than requested: …
|
|
|
@11425
|
15 years |
ehuelsmann |
Fix most reader test failures: don't increment the current position if …
|
|
|
@11424
|
15 years |
ehuelsmann |
Remove redundant variables.
Found by: Douglas Miles
|
|
|
@11423
|
15 years |
ehuelsmann |
More code re-use.
|
|
|
@11422
|
15 years |
ehuelsmann |
Fix CLEAR-INPUT tests.
* Stream.java:Stream::_clearInput(): Check for …
|
|
|
@11421
|
15 years |
ehuelsmann |
Remove unused import.
|
|
|
@11420
|
15 years |
ehuelsmann |
Cleanup: with the right initialization, we can reuse most of the code …
|
|
|
@11419
|
15 years |
ehuelsmann |
Make one variable out of reader and pushbackReader: they need to point …
|
|
|
@11418
|
15 years |
ehuelsmann |
Add @Override modifiers before (possibly) editing these files.
|
|
|
@11417
|
15 years |
ehuelsmann |
Rename variables shadowing fields.
|
|
|
@11416
|
15 years |
ehuelsmann |
Fix partially-reverted change: remove eolseq.
|
|
|
@11415
|
15 years |
ehuelsmann |
Support EXTERNAL-FORMAT for socket streams.
Found by: Hideo at Yokohama
|
|
|
@11414
|
15 years |
ehuelsmann |
Un-duplicate Stream and FileStream? implementations.
Patch by: Hideo …
|
|
|
@11411
|
15 years |
ehuelsmann |
Fix eol-style initialization and double-output.
|
|
|
@11410
|
15 years |
ehuelsmann |
Fix string out-of-bounds error.
|
|
|
@11409
|
15 years |
ehuelsmann |
End-of-line translation for generic streams.
|
|
|
@11408
|
15 years |
ehuelsmann |
Revert unintended part from r11407.
|
|
|
@11407
|
15 years |
ehuelsmann |
Allow for null ENCODING values: they mean "default".
|
|
|
@11406
|
15 years |
ehuelsmann |
Handle external format in Stream.java, in preparation of it being …
|
|
|
@11405
|
15 years |
ehuelsmann |
Cleanup: Add some @Override modifiers and remove unused imports.
|
|
|
@11404
|
15 years |
ehuelsmann |
Default to the system encoding for input/output streams when no …
|
|
|
@11403
|
15 years |
ehuelsmann |
Adjust integration between RandomAccessCharacterFile? and FileStream?.
…
|
|
|
@11402
|
15 years |
ehuelsmann |
Undo part of r11401.
|
|
|
@11401
|
15 years |
ehuelsmann |
Fix character doubling issue and the end-of-line style being written.
|
|
|
@11400
|
15 years |
ehuelsmann |
Set fixed line ending style.
Found by: Hideo
|
|
|
@11395
|
15 years |
ehuelsmann |
Commit in-progress implementation.
Note: This commit still fails ansi …
|
|
|
@11394
|
15 years |
ehuelsmann |
Create branch to commit support :EXTERNAL-FORMAT progress for OPEN.
|
|
|
@11393
|
15 years |
astalla |
Implemented the Compilable interface and refactored the script …
|
|
|
@11389
|
15 years |
astalla |
- Added support for lisp-this for interface implementations
- …
|
|
|
@11381
|
15 years |
astalla |
Added missing JavaClass?.java
|
|
|
@11379
|
15 years |
astalla |
jmake-proxy now is a generic function. A couple of simple methods are …
|
|
|
@11378
|
15 years |
astalla |
Added CLOS method dispatch on Java classes: a new java:jclass …
|
|
|
@11370
|
15 years |
astalla |
Fixed: proxy handling of no-args methods; problems caused by closing …
|
|
|
@11369
|
15 years |
astalla |
Introduced jmake-invocation-handler and jmake-proxy.
|
|
|
@11368
|
15 years |
astalla |
New jimplement-interface functionality allowing some sort of limited …
|
|
|
@11362
|
15 years |
astalla |
Modified build.xml to integrate Java Scripting API support for ABCL.
|
|
|
@11360
|
15 years |
ehuelsmann |
Initial import of ABCL scripting engine implementation.
Patch by: …
|
|
|
@11359
|
15 years |
ehuelsmann |
Create scripting branch for implementation of scripting JSR.
|
|
|
@1
|
21 years |
(none) |
Standard project directories initialized by cvs2svn.
|