source: trunk/j/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
(edit) @11390   15 years ehuelsmann Make JAVA-EXCEPTION objects print more human readable. Inspired by: …
(edit) @11388   15 years ehuelsmann Add @Override markers.
(edit) @11387   15 years ehuelsmann Document API that Java-side Lisp streams need to implement. Add some …
(edit) @11377   15 years ehuelsmann Code reorganization: move stream related primitives from …
(edit) @11376   15 years ehuelsmann Clean up build system artifacts of slime. Follow up for compilation of …
(edit) @11375   15 years ehuelsmann Resolve (?) ticket 7: removal of out-of-date slime. Note: …
(edit) @11374   15 years ehuelsmann Add with-mutex.lisp to the set of files to be compiled. Found by: …
(edit) @11373   15 years ehuelsmann Given recent improvements (including JAR building), call this 0.0.11.1.
(edit) @11372   15 years ehuelsmann Compile and include autoloads in compiled form into abcl.jar.
(edit) @11371   15 years ehuelsmann Greatly reduce the size of abcl.jar: * …
(edit) @11367   15 years ehuelsmann Remove useless level of indirection.
(edit) @11366   15 years ehuelsmann Instead of new <Java type>(...), use <Java type>.valueOf(...), …
(edit) @11365   15 years ehuelsmann Patch by Mark Evenson to provide the (optional) RUN-SHELL-COMMAND function.
(edit) @11364   15 years vvoutilainen Fix behaviour with symbolic links.
(edit) @11363   15 years ehuelsmann Make sure WrongNumberOfArgumentsException? errors get reported with a …
(edit) @11361   15 years vvoutilainen iRemove old cruft that escaped previous cleanup rounds. The …
(edit) @11356   15 years ehuelsmann Update the version, preparation of the release 0.0.11.
(edit) @11346   15 years ehuelsmann The recent PUSH/PUSHNEW/POP and PSETF/PSETQ fixes warrent a new …
(edit) @11344   15 years ehuelsmann Fix PSETQ.7: PSETQ on a symbol-macrolet bound symbol should behave …
(edit) @11343   15 years ehuelsmann PSETF should macroexpand-1 any macros which it receives as its arguments.
(edit) @11342   15 years ehuelsmann Closure.java cleanup round 10. Patch by: Ville Voutilainen
(edit) @11341   15 years ehuelsmann Prevent circular reference: Symbol.ERROR.execute executes the symbol …
(edit) @11340   15 years ehuelsmann Use environment for macroexpansion and get-setf-expander instead of …
(edit) @11339   15 years ehuelsmann Bind environment variable in all invocations.
(edit) @11337   15 years ehuelsmann Cleanup: merge bindKeywordParameterDefaults and …
(edit) @11336   15 years ehuelsmann Cleanup. Patch by: Ville Voutilainen <ville.voutilainen at gmail dot com>
(edit) @11335   15 years ehuelsmann Cleanup. Patch by: Phil Hudson <phil dot hudson at iname dot com>
(edit) @11334   15 years ehuelsmann Cleanup patch. Patch by: Ville Voutilainen.
(edit) @11333   15 years ehuelsmann Code simplification. Patch by: Philip Hudson <phil dot hudson at …
(edit) @11331   15 years ehuelsmann Java 1.5+ for each looping construct. Patch by: Ville Voutilainen
(edit) @11329   15 years ehuelsmann Cleanup by Ville Voutilainen.
(edit) @11328   15 years ehuelsmann Closure.java cleanup by Ville Voutilainen.
(edit) @11326   15 years ehuelsmann Cleanup. Patch by: Ville Voutilainen <Ville.Voutilainen at gmail dot com>
(edit) @11325   15 years ehuelsmann Cleanup. Patch by: Ville Voutilainen <ville.voutilainen at gmail dot com>
(edit) @11324   15 years ehuelsmann Code cleanup. Patch by: Philip Hudson <Phil.hudson at iname dot com>
(edit) @11323   15 years ehuelsmann Cleanup patch provided by Ville. Patch by: Ville Voutilianen …
(edit) @11322   15 years ehuelsmann Add declaration processing in MACROLET bodies.
(edit) @11321   15 years ehuelsmann Fix special declarations in SYMBOL-MACROLET, fixing …
(edit) @11320   15 years ehuelsmann Change some inline simulated progn()s to progn() calls (which is final …
(edit) @11316   15 years ehuelsmann Fix FLET.40, special variables related.
(edit) @11315   15 years ehuelsmann Fix LABELS.47 (special variables related).
(edit) @11314   15 years ehuelsmann Increase version number: we've had some fixes again…
(edit) @11313   15 years ehuelsmann Fix FLET.64 and LABELS.43: flet forms without function bindings can …
(edit) @11312   15 years ehuelsmann Replace looping over BODY by PROGN call. That's its purpose.
(edit) @11311   15 years ehuelsmann Reinstate error message in LET case.
(edit) @11310   15 years ehuelsmann Fold 2 code paths which essentially differ only by 1 conditional in _let().
(edit) @11309   15 years ehuelsmann Use bindArg everywhere where it's applicable; fixes handler-case.29 …
(edit) @11308   15 years ehuelsmann Fix some special variable bindings test.
(edit) @11307   15 years ehuelsmann Make ABCL behave (correctly) with UNC paths - on Windows.
(edit) @11306   15 years ehuelsmann Revert c11291 which breaks certain uses of ASDF. Found by: Mark …
(edit) @11305   15 years ehuelsmann Add Id keyword.
(edit) @11304   15 years ehuelsmann Fix behaviour with :WILD directories. Patch by: Ville Voutilianen …
(edit) @11302   15 years ehuelsmann Make the compliant fix for importing NIL.
(edit) @11301   15 years ehuelsmann Revert last fix: it's not clhs compliant (See 11.1.1; specifically the …
(edit) @11300   15 years ehuelsmann Fix import of NIL symbol.
(edit) @11299   15 years ehuelsmann Fix DEFPACKAGE.24 and DEFPACKAGE.25 ansi-tests. We're now at 58 …
(edit) @11298   15 years ehuelsmann Make more PROGRAM-ERRORs human readable.
(edit) @11297   15 years ehuelsmann Set Id keyword for expansion.
(edit) @11296   15 years ehuelsmann Remove obsolete directories.
(edit) @11295   15 years ehuelsmann Make PACKAGE-ERRORs printable.
(edit) @11294   15 years ehuelsmann Fix IMPORT.ERROR.4 and IMPORT.ERROR.5 ansi-tests. (We're now at 60 …
(edit) @11293   15 years ehuelsmann Make this a new version.
(edit) @11292   15 years ehuelsmann Add 'package.lisp' to hold package functions which signal continuable …
(edit) @11291   15 years ehuelsmann Swap commenting-out on check-initargs in clos.lisp. Found by: Michael …
(edit) @11290   15 years ehuelsmann Fix printing of EQL specializers. Found by: Michael Travers; mtravers …
(edit) @11289   15 years ehuelsmann "Intelligent" loading of .lisp vs .abcl files for file specifications …
(edit) @11288   15 years ehuelsmann Set svn:eol-style property on (most) Java and all lisp files.
(edit) @11287   15 years ehuelsmann Repeated squaring instead of repeated multiplication. Found by: …
(edit) @11286   15 years ehuelsmann FixnumBignum fix contributed by Robert Dodier …
(edit) @11283   15 years ehuelsmann Recent activity probably warrents a .19 version.
(edit) @11282   15 years ehuelsmann Since we now target Java 1.5+, remove the isJava15OrLater conditional.
(edit) @11281   15 years ehuelsmann Eradicate last 'unchecked' warnings. (We now have a clean Java compile …
(edit) @11280   15 years ehuelsmann Reduce 'unchecked' warnings to 15.
(edit) @11279   15 years ehuelsmann Reduce 'unchecked' warnings to 23.
(edit) @11278   15 years ehuelsmann Reduce the number of "unchecked" warnings from 64 to 29.
(edit) @11277   15 years ehuelsmann Fix #n# replacement inside structures.
(edit) @11276   15 years piso made SpecialBinding? class public (Erik Huelsmann)
(edit) @11275   15 years piso move footer up so it's not cut off
(edit) @11274   15 years piso 0.0.10.18
(edit) @11273   15 years piso REWRITE-AUX-VARS
(edit) @11272   15 years piso LAMBDA-LIST-NAMES
(edit) @11271   15 years piso 0.0.10.17
(edit) @11270   15 years piso DESCRIBE-COMPILER-POLICY
(edit) @11269   15 years piso initial checkin
(edit) @11268   15 years piso 0.0.10.16
(edit) @11267   15 years piso PRECOMPILE-FUNCTION-CALL: call PRECOMPILE-LAMBDA
(edit) @11266   15 years piso 0.0.10.15
(edit) @11265   15 years piso (require "LOOP") in jvm.lisp
(edit) @11264   15 years piso 0.0.10.14
(edit) @11263   15 years piso precompile-function-call: handle lambda forms in the operator position …
(edit) @11262   15 years piso 0.0.10.13
(edit) @11261   15 years piso fix the rest of the aforementioned typo
(edit) @11260   15 years piso 0.0.10.12
(edit) @11259   15 years piso autoload mop::ensure-method
(edit) @11258   15 years piso 0.0.10.11
(edit) @11257   15 years piso fixed typo in jvm.lisp reported by Erik Huelsmann <ehuels@…>
(edit) @11256   16 years piso 0.0.10.10
(edit) @11255   16 years piso DEFAULT-ED-FUNCTION: changes to support APPDATA directory on Windows
(edit) @11254   16 years piso PORT-FILE: changes to support APPDATA directory on Windows
Note: See TracRevisionLog for help on using the revision log.