|
|
@11458
|
14 years |
ehuelsmann |
Remove ABCL from J.
|
|
|
@11456
|
14 years |
ehuelsmann |
Remove superfluous IN-PACKAGE.
Move documentation from comment to …
|
|
|
@11455
|
14 years |
vvoutilainen |
Split up the compiler in three separate parts in
preparation to …
|
|
|
@11454
|
14 years |
ehuelsmann |
Fix MACRO-FUNCTION.7.
|
|
|
@11453
|
14 years |
ehuelsmann |
Condense LAMBDA and NAMED-LAMBDA branches in p1-function main COND …
|
|
|
@11452
|
14 years |
ehuelsmann |
Introduce WITH-SAVED-COMPILER-POLICY macro to consistently save all …
|
|
|
@11448
|
14 years |
ehuelsmann |
Update version number following release branch and tag.
|
|
|
@11443
|
14 years |
vvoutilainen |
Fix macrolet.39 in compiled tests by using environment for
local functions.
|
|
|
@11442
|
14 years |
vvoutilainen |
Remove remaining bits of local-macro-function and
expand-local-macro …
|
|
|
@11441
|
14 years |
ehuelsmann |
Fix compiled MACROLET.13 and MACROLET.14: MACROEXPAND should know …
|
|
|
@11440
|
14 years |
ehuelsmann |
Add @Override decorators before modifying the file.
|
|
|
@11439
|
14 years |
ehuelsmann |
Cleanup following r11438.
|
|
|
@11438
|
14 years |
ehuelsmann |
Fix a whole slew of failures involving …
|
|
|
@11437
|
15 years |
ehuelsmann |
Fix *compiled* LAMBDA.64.
|
|
|
@11436
|
15 years |
ehuelsmann |
Landing the EXTERNAL-FORMAT branch on trunk makes this 0.0.11.2.
|
|
|
@11435
|
15 years |
ehuelsmann |
Make sure we're consistently using java.nio.Charset charset names (by …
|
|
|
@11434
|
15 years |
ehuelsmann |
Merge open-external-format branch back to trunk.
|
|
|
@11433
|
15 years |
ehuelsmann |
Strings are also BASE-STRING; SIMPLE-STRINGs are also …
|
|
|
@11413
|
15 years |
vvoutilainen |
Add override annotation for fillInStackTrace.
|
|
|
@11412
|
15 years |
vvoutilainen |
Don't generate stack trace information when constructing
a …
|
|
|
@11398
|
15 years |
Mark Evenson |
Move to more natural place "above" Ville's examples.
|
|
|
@11397
|
15 years |
Mark Evenson |
Start of instructions on using the examples.
Gratiously contributed …
|
|
|
@11396
|
15 years |
vvoutilainen |
Fix return in an anonymous lambda. An anynonymous lambda
should not …
|
|
|
@11392
|
15 years |
ehuelsmann |
Add @Override markers as I'm working on the file.
|
|
|
@11391
|
15 years |
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|
|
|
@11390
|
15 years |
ehuelsmann |
Make JAVA-EXCEPTION objects print more human readable.
Inspired by: …
|
|
|
@11388
|
15 years |
ehuelsmann |
Add @Override markers.
|
|
|
@11387
|
15 years |
ehuelsmann |
Document API that Java-side Lisp streams need to implement.
Add some …
|
|
|
@11386
|
15 years |
ehuelsmann |
Don't warn about Java 1.6.0_10, as it seems to resolve our 1.6 …
|
|
|
@11385
|
15 years |
vvoutilainen |
Add a simple example of catching a java exception in lisp code.
|
|
|
@11384
|
15 years |
vvoutilainen |
Add Id tags and thus keyword properties.
|
|
|
@11383
|
15 years |
vvoutilainen |
Add copyright/license headers.
|
|
|
@11382
|
15 years |
vvoutilainen |
Examples for using abcl, initial commit.
|
|
|
@11377
|
15 years |
ehuelsmann |
Code reorganization: move stream related primitives from …
|
|
|
@11376
|
15 years |
ehuelsmann |
Clean up build system artifacts of slime.
Follow up for compilation of …
|
|
|
@11375
|
15 years |
ehuelsmann |
Resolve (?) ticket 7: removal of out-of-date slime.
Note: …
|
|
|
@11374
|
15 years |
ehuelsmann |
Add with-mutex.lisp to the set of files to be compiled.
Found by: …
|
|
|
@11373
|
15 years |
ehuelsmann |
Given recent improvements (including JAR building), call this 0.0.11.1.
|
|
|
@11372
|
15 years |
ehuelsmann |
Compile and include autoloads in compiled form into abcl.jar.
|
|
|
@11371
|
15 years |
ehuelsmann |
Greatly reduce the size of abcl.jar:
* …
|
|
|
@11367
|
15 years |
ehuelsmann |
Remove useless level of indirection.
|
|
|
@11366
|
15 years |
ehuelsmann |
Instead of new <Java type>(...), use <Java type>.valueOf(...), …
|
|
|
@11365
|
15 years |
ehuelsmann |
Patch by Mark Evenson to provide the (optional) RUN-SHELL-COMMAND function.
|
|
|
@11364
|
15 years |
vvoutilainen |
Fix behaviour with symbolic links.
|
|
|
@11363
|
15 years |
ehuelsmann |
Make sure WrongNumberOfArgumentsException? errors get reported with a …
|
|
|
@11361
|
15 years |
vvoutilainen |
iRemove old cruft that escaped previous cleanup rounds.
The …
|
|
|
@11356
|
15 years |
ehuelsmann |
Update the version, preparation of the release 0.0.11.
|
|
|
@11355
|
15 years |
ehuelsmann |
Make the website and the README contain the same numbers.
|
|
|
@11354
|
15 years |
ehuelsmann |
More steps toward a release:
- Mark some files with native line …
|
|
|
@11353
|
15 years |
ehuelsmann |
Short route to creating a release: add sources which build-abcl.lisp …
|
|
|
@11352
|
15 years |
ehuelsmann |
README updates in preparation of a release.
Patch by: Mark Evenson.
|
|
|
@11351
|
15 years |
ehuelsmann |
Additional changes in preparation of a release: work on buildability …
|
|
|
@11350
|
15 years |
ehuelsmann |
Set svn:eol-style.
|
|
|
@11349
|
15 years |
ehuelsmann |
Add 2 more files to the root level include pattern.
|
|
|
@11348
|
15 years |
ehuelsmann |
Add build/ and dist/ directories to svn:ignore.
|
|
|
@11347
|
15 years |
ehuelsmann |
Fix Windows wrapper creation.
|
|
|
@11346
|
15 years |
ehuelsmann |
The recent PUSH/PUSHNEW/POP and PSETF/PSETQ fixes warrent a new …
|
|
|
@11345
|
15 years |
ehuelsmann |
Updates to build.xml (mostly assorted Windows fixes).
Patch by: Mark …
|
|
|
@11344
|
15 years |
ehuelsmann |
Fix PSETQ.7: PSETQ on a symbol-macrolet bound symbol should behave …
|
|
|
@11343
|
15 years |
ehuelsmann |
PSETF should macroexpand-1 any macros which it receives as its arguments.
|
|
|
@11342
|
15 years |
ehuelsmann |
Closure.java cleanup round 10.
Patch by: Ville Voutilainen
|
|
|
@11341
|
15 years |
ehuelsmann |
Prevent circular reference: Symbol.ERROR.execute executes the symbol …
|
|
|
@11340
|
15 years |
ehuelsmann |
Use environment for macroexpansion and get-setf-expander
instead of …
|
|
|
@11339
|
15 years |
ehuelsmann |
Bind environment variable in all invocations.
|
|
|
@11338
|
15 years |
ehuelsmann |
Ant build script update.
Patch by: Mark Evenson <evenson at panix dot com>
|
|
|
@11337
|
15 years |
ehuelsmann |
Cleanup: merge bindKeywordParameterDefaults and …
|
|
|
@11336
|
15 years |
ehuelsmann |
Cleanup.
Patch by: Ville Voutilainen <ville.voutilainen at gmail dot com>
|
|
|
@11335
|
15 years |
ehuelsmann |
Cleanup.
Patch by: Phil Hudson <phil dot hudson at iname dot com>
|
|
|
@11334
|
15 years |
ehuelsmann |
Cleanup patch.
Patch by: Ville Voutilainen.
|
|
|
@11333
|
15 years |
ehuelsmann |
Code simplification.
Patch by: Philip Hudson <phil dot hudson at …
|
|
|
@11331
|
15 years |
ehuelsmann |
Java 1.5+ for each looping construct.
Patch by: Ville Voutilainen
|
|
|
@11329
|
15 years |
ehuelsmann |
Cleanup by Ville Voutilainen.
|
|
|
@11328
|
15 years |
ehuelsmann |
Closure.java cleanup by Ville Voutilainen.
|
|
|
@11326
|
15 years |
ehuelsmann |
Cleanup.
Patch by: Ville Voutilainen <Ville.Voutilainen at gmail dot com>
|
|
|
@11325
|
15 years |
ehuelsmann |
Cleanup.
Patch by: Ville Voutilainen <ville.voutilainen at gmail dot com>
|
|
|
@11324
|
15 years |
ehuelsmann |
Code cleanup.
Patch by: Philip Hudson <Phil.hudson at iname dot com>
|
|
|
@11323
|
15 years |
ehuelsmann |
Cleanup patch provided by Ville.
Patch by: Ville Voutilianen …
|
|
|
@11322
|
15 years |
ehuelsmann |
Add declaration processing in MACROLET bodies.
|
|
|
@11321
|
15 years |
ehuelsmann |
Fix special declarations in SYMBOL-MACROLET, fixing …
|
|
|
@11320
|
15 years |
ehuelsmann |
Change some inline simulated progn()s to progn() calls
(which is final …
|
|
|
@11316
|
15 years |
ehuelsmann |
Fix FLET.40, special variables related.
|
|
|
@11315
|
15 years |
ehuelsmann |
Fix LABELS.47 (special variables related).
|
|
|
@11314
|
15 years |
ehuelsmann |
Increase version number: we've had some fixes again…
|
|
|
@11313
|
15 years |
ehuelsmann |
Fix FLET.64 and LABELS.43: flet forms without function bindings can …
|
|
|
@11312
|
15 years |
ehuelsmann |
Replace looping over BODY by PROGN call. That's its purpose.
|
|
|
@11311
|
15 years |
ehuelsmann |
Reinstate error message in LET case.
|
|
|
@11310
|
15 years |
ehuelsmann |
Fold 2 code paths which essentially differ only by 1 conditional in _let().
|
|
|
@11309
|
15 years |
ehuelsmann |
Use bindArg everywhere where it's applicable; fixes handler-case.29 …
|
|
|
@11308
|
15 years |
ehuelsmann |
Fix some special variable bindings test.
|
|
|
@11307
|
15 years |
ehuelsmann |
Make ABCL behave (correctly) with UNC paths - on Windows.
|
|
|
@11306
|
15 years |
ehuelsmann |
Revert c11291 which breaks certain uses of ASDF.
Found by: Mark …
|
|
|
@11305
|
15 years |
ehuelsmann |
Add Id keyword.
|
|
|
@11304
|
15 years |
ehuelsmann |
Fix behaviour with :WILD directories.
Patch by: Ville Voutilianen …
|
|
|
@11303
|
15 years |
ehuelsmann |
Property cleanup.
|
|
|
@11302
|
15 years |
ehuelsmann |
Make the compliant fix for importing NIL.
|
|
|
@11301
|
15 years |
ehuelsmann |
Revert last fix: it's not clhs compliant (See 11.1.1;
specifically the …
|
|
|
@11300
|
15 years |
ehuelsmann |
Fix import of NIL symbol.
|
|
|
@11299
|
15 years |
ehuelsmann |
Fix DEFPACKAGE.24 and DEFPACKAGE.25 ansi-tests.
We're now at 58 …
|
|
|
@11298
|
15 years |
ehuelsmann |
Make more PROGRAM-ERRORs human readable.
|
|
|
@11297
|
15 years |
ehuelsmann |
Set Id keyword for expansion.
|
|
|