source: trunk/abcl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12908   13 years vvoutilainen Add an example for using a java class with CLASSPATH, invoking java …
(edit) @12906   13 years vvoutilainen Respect CLASSPATH in wrapper scripts.
(edit) @12903   13 years vvoutilainen Add a changelog entry for the latin1 fix.
(edit) @12902   13 years vvoutilainen Fix reading of data containing scandinavian latin1 characters …
(edit) @12901   13 years Mark Evenson Include contrib in source release.
(edit) @12900   13 years Mark Evenson Correct README language.
(edit) @12899   13 years Mark Evenson Fix typo in ABCL-TEST-LISP definition; add #+abcl conditional The …
(edit) @12898   13 years Mark Evenson Fix documentation typo.
(edit) @12888   13 years Mark Evenson Fix typo.
(edit) @12878   13 years Mark Evenson Interactive restart to skip missing GPG signature. A pretty awful …
(edit) @12849   13 years Mark Evenson Narrow LISP-ERROR to STORAGE-CONDITION. Now JRUN-EXCEPTION-PROTECTED …
(edit) @12848   13 years Mark Evenson Small documentation corrections.
(edit) @12847   13 years Mark Evenson Remove possible FASL artifacts from source directory. When working on …
(edit) @12837   13 years ehuelsmann Introduce EMIT-GETSTATIC and EMIT-PUTSTATIC in order to be able to …
(edit) @12836   13 years ehuelsmann Move emit-invoke* functions closer together, making them a section.
(edit) @12835   13 years ehuelsmann Remove code section marked 'Just an experiment': we have supported …
(edit) @12833   13 years astalla Small fix (a parameter wasn't being passed to make-jsequence-like)
(edit) @12831   13 years astalla First stab at Java collections integration with the sequences protocol.
(edit) @12828   13 years astalla Updated changelog for new release.
(edit) @12827   13 years astalla Fix ticket #103: DOCUMENTATION is not autoloaded.
(edit) @12826   13 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
(edit) @12819   13 years ehuelsmann Remove to-be-removed-by-0.22 deprecated symbols, now that we are 0.22.
(edit) @12818   13 years ehuelsmann Upgrade ASDF to 2.004, as per request of their developer(s).
(edit) @12817   13 years ehuelsmann With 0.21.x being branched, update the version of trunk.
(edit) @12816   13 years Mark Evenson Upgrade finding test results database for ASDF2.
(edit) @12815   13 years astalla Fixed printing of certain conditions (e.g., type-errors) with unbound …
(edit) @12814   13 years astalla Fix for r12809: bind *print-readably* to NIL when printing conditions …
(edit) @12813   13 years astalla Java interop, small improvement: the first argument to jnew can now …
(edit) @12811   13 years Mark Evenson Re-implement clean for ANSI tests in Lisp to work under Windows. …
(edit) @12810   13 years Mark Evenson PATHNAME without namestring now has a non-printable representation.
(edit) @12809   13 years Mark Evenson Honor *PRINT-READABLY* by throwing PRINT-NOT-READABLE for "#<". …
(edit) @12808   13 years Mark Evenson Fix TAGS creation on win32 for long commandline limitations (Matt Sedon).
(edit) @12805   13 years astalla Fixed bugs with custom slot and class options
(edit) @12804   13 years astalla Fix r12768: macroexpand the body in an environment augmented with the …
(edit) @12803   13 years Mark Evenson Revert bad commit.
(edit) @12802   13 years Mark Evenson Re-apply grovel tags patch.
(edit) @12801   13 years Mark Evenson MAKE-PATHNAME will now make UNC paths. If the HOST passed by …
(edit) @12800   13 years Mark Evenson Add documentation markers for etags groveling for new functions.
(edit) @12799   13 years Mark Evenson Backout partial bad merge.
(edit) @12798   13 years Mark Evenson [HEADS UP] Break Pathname to normalize cross-platform serializations. …
(edit) @12797   13 years Mark Evenson Convert to a$$-backwards Pollock.
(edit) @12780   13 years Mark Evenson Small non-functional code and comment cleanups.
(edit) @12775   13 years Mark Evenson Fix compiler errors.
(edit) @12774   13 years astalla Added support for implementing multiple interfaces using jmake-proxy
(edit) @12773   13 years astalla Added classpath manipulation primitives: java:add-to-classpath and …
(edit) @12771   13 years astalla Fixed the handling of disassemble: functions store the *load-truename* …
(edit) @12768   13 years ehuelsmann Fix elimination of unused local functions: macroexpand before scanning …
(edit) @12766   13 years ehuelsmann Fix #101: Regression in 0.20 where dispatch macros return NIL.
(edit) @12765   13 years Mark Evenson Update to ASDF-2.003 with local patches. Local patches differentiate …
(edit) @12761   13 years ehuelsmann Fix compilation of toplevel MACROLET forms.
(edit) @12760   13 years ehuelsmann Remove separate FaslVersionMismatch? exception in favor of raising a …
(edit) @12759   13 years vvoutilainen Mark functions final where applicable.
(edit) @12758   13 years astalla Custom slot definition: slot-location managed like the other slot …
(edit) @12757   13 years astalla User-defined slot definition support: fixed slot-definition initialization.
(edit) @12756   13 years astalla Simple slot-* support for structures.
(edit) @12755   13 years astalla CL:STRING on Java objects calls toString() on them. Patch by Mario Lang.
(edit) @12754   13 years astalla Don't bind *load-truename* to NIL while loading FASLs, or SLIME …
(edit) @12753   13 years astalla Progress towards support for custom slot definitions: use of generic …
(edit) @12752   13 years astalla Progress towards custom slot definition support: use of generic …
(edit) @12750   13 years Mark Evenson Include "examples/" is source release. Rported and Patched by Mario …
(edit) @12749   13 years Mark Evenson Undo previous commmit.
(edit) @12748   13 years Mark Evenson Include 'examples' in release source distribution. Reported by Mario Lang.
(edit) @12742   13 years astalla less-reflection branch merged with trunk. verify-load temporarily disabled.
(edit) @12741   13 years astalla Fixed regression: correctly set slot-allocation-class for effective …
(edit) @12740   13 years astalla Removed @Override annotations that break compilation on 1.5.
(edit) @12739   13 years astalla Removed duplicate type tests in compile-constant.
(edit) @12738   13 years astalla Initial support for custom slot definition metaobjects in MOP.
(edit) @12734   14 years Mark Evenson REPLConsole provides a minimal Swing GUI Console with a REPL. …
(edit) @12733   14 years Mark Evenson Mention gui subdirectory in README.
(edit) @12732   14 years Mark Evenson Make GUI examples buildable; putative attempt at a README.
(edit) @12731   14 years Mark Evenson Move unused GUI code to examples hierarchy.
(edit) @12730   14 years Mark Evenson Place for holding AWT/Swing example code from tree.
(edit) @12729   14 years Mark Evenson Restore buildable state.
(edit) @12726   14 years vvoutilainen Use BitSet?'s bulk set operation.
(edit) @12725   14 years vvoutilainen Make Readtable functions final where possible.
(edit) @12724   14 years ehuelsmann Remove access specifier from 2 interpreter specific functions (now …
(edit) @12723   14 years ehuelsmann Style nit: I like tables and loops for their compactness.
(edit) @12722   14 years Mark Evenson Examples reorganization: Top-level README, GAE specific README.
(edit) @12721   14 years Mark Evenson Examples reorganization: move snippets to misc, adjust local READMEs.
(edit) @12720   14 years Mark Evenson Examples reorganization: misc for code snippets.
(edit) @12719   14 years Mark Evenson Example reorganzation: delete 'abcl' directory.
(edit) @12718   14 years Mark Evenson Reorganization of examples: delete references to J.
(edit) @12717   14 years ehuelsmann Remove convenience method which "prevents" typing of 1 boolean value.
(edit) @12716   14 years ehuelsmann Delete unused private function.
(edit) @12715   14 years astalla Support for custom defclass options for user-defined metaclasses. …
(edit) @12714   14 years vvoutilainen Remove commented-out code.
(edit) @12713   14 years astalla Serialization support for some Lisp types. For symbols and packages, …
(edit) @12712   14 years Mark Evenson Fix bug that prevented SHADOWING-IMPORT from being able to be …
(edit) @12711   14 years ehuelsmann No longer use the reader to load "stand alone" uninterned symbols, …
(edit) @12710   14 years ehuelsmann Move access to uninterned symbols array to Load.java for future use by …
(edit) @12709   14 years ehuelsmann Merge EMIT-LOAD-SYMBOL into EMIT-LOAD-EXTERNALIZED-OBJECT.
(edit) @12708   14 years ehuelsmann Remove unused function DECLARE-LAMBDA.
(edit) @12707   14 years ehuelsmann Simplify COMPILE-CONSTANT.
(edit) @12705   14 years ehuelsmann Eliminate DECLARE-INSTANCE as it has the same effect as …
(edit) @12704   14 years ehuelsmann Fix typo.
(edit) @12703   14 years ehuelsmann DECLARE-OBJECT of non-serializable data (hashtable and generic …
(edit) @12702   14 years ehuelsmann Merge DECLARE-OBJECT functionality ("serialization" of objects for …
(edit) @12701   14 years ehuelsmann Fix weird indenting.
(edit) @12699   14 years ehuelsmann Refactor EXTERNALIZE-OBJECT into EMIT-LOAD-EXTERNALIZED-OBJECT. In …
(edit) @12696   14 years Mark Evenson TRUENAME for URL-PATHNAME ambigiously either a directory or file now …
Note: See TracRevisionLog for help on using the revision log.