source: trunk/abcl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13337   12 years Mark Evenson HEADS-UP breaks package. Intermediate checkpoint on the road to fully …
(edit) @13336   12 years Mark Evenson Create form of SYSTEM:ZIP that uses a hashtable to map files to …
(edit) @13335   12 years Mark Evenson Fold freestanding documentation into the Manual.
(edit) @13334   12 years Mark Evenson Start outlining highlights of Lisp's interactions with Java.
(edit) @13333   12 years Mark Evenson Fix hashtable associated docstrings. These were both a) not assigned …
(edit) @13332   12 years Mark Evenson Expand the Java docstring annotation to include a separate field for …
(edit) @13331   12 years Mark Evenson Start outlining a manual. We go with LaTex? for source. I want: …
(edit) @13330   12 years Mark Evenson Create API for message digests via generic function DIGEST. …
(edit) @13329   12 years Mark Evenson Fast SHA-{1,256,512} cryptographic hashes for files. Includes the …
(edit) @13328   12 years Mark Evenson Fix JNEW-ARRAY-FROM-ARRAY to create byte[] arrays.
(edit) @13327   12 years Mark Evenson Allow JCOERCE to convert any number to java.lang.Byte. Maps any …
(edit) @13326   12 years Mark Evenson Add tests for whitespace in pathname. Refactor jar-pathname tests via …
(edit) @13325   12 years Mark Evenson Fix the URI decoding algorithim in Pathname. Provide EXT:URI-DECODE …
(edit) @13324   12 years Mark Evenson Fix problems with remaining jar-pathname tests.
(edit) @13323   12 years Mark Evenson Update remote jar for pathname tests. An incompatible FASL format …
(edit) @13322   12 years Mark Evenson Make asdf-install version compatible with ASDF2 requirements. Muffles …
(edit) @13321   12 years Mark Evenson Use TRUENAME when determining name for hierarchial zip archives. …
(edit) @13320   12 years Mark Evenson Untabify.
(edit) @13319   12 years Mark Evenson Actual commit of asdf-2.016.1.
(edit) @13318   12 years Mark Evenson Update to asdf-2.016.1 to align with upstream ASDF. Fare patched the …
(edit) @13317   12 years Mark Evenson Make abcl-contrib.jar part of the default and release targets.
(edit) @13316   12 years Mark Evenson Remove inadvertent commit of debugging code.
(edit) @13315   12 years Mark Evenson Fix ASDF working with jar archives.
(edit) @13314   12 years Mark Evenson Explicitly intialize *TMP-DIRECTORY* at compile and load time.
(edit) @13313   12 years Mark Evenson Use directory derived from java.io.File.createTempFile() to write …
(edit) @13312   12 years Mark Evenson Renam RUN-MATCHING to DO-MATCHING improving output.
(edit) @13311   12 years Mark Evenson Update to asdf-2.016.
(edit) @13310   12 years Mark Evenson SYS:HASH-TABLE-WEAKNESS provides the weakness property of a hashtable.
(edit) @13309   12 years Mark Evenson Implementation of hashtables with weak keys and/or values. …
(edit) @13308   12 years Mark Evenson Implementation of a utility to package ASDF systems in jars. The …
(edit) @13307   12 years Mark Evenson SYSTEM:ZIP now preserves last modified times. Refactored common logic …
(edit) @13306   12 years Mark Evenson Fix #144 via correcly naming hints for compiler properties.
(edit) @13305   12 years ehuelsmann Remove PRINT-OBJECT method which masked java-side-implemented printing …
(edit) @13304   12 years Mark Evenson Untabify.
(edit) @13303   12 years Mark Evenson Automagically find contrib via (REQUIRE :ABCL-CONTRIB). REQUIREing …
(edit) @13302   12 years Mark Evenson Include the version in the internal PATHNAME copy contructor. With …
(edit) @13301   12 years Mark Evenson Explicitly error from OPEN with a wild pathname. This behavior was …
(edit) @13300   12 years Mark Evenson TRANSLATE-PATHNAME uses source version if to version if :wild or nil. …
(edit) @13299   12 years Mark Evenson Produce FILE-ERROR when a 'file' schema URL-PATHNAME has no path …
(edit) @13298   12 years Mark Evenson Include the CLtLv2 passages MERGE-PATHNAME for version is interpreting.
(edit) @13297   12 years Mark Evenson Add LOAD-TESTS to load ANSI tests without actually executing them. …
(edit) @13296   12 years Mark Evenson Another stab at implementing MERGE-PATHNAME with version. From a …
(edit) @13295   12 years Mark Evenson Fix COMPILE-FILE to use paths that have a printable representation.
(edit) @13294   12 years Mark Evenson Fix #150: MAKE-PATHNAME ignores version in :DEFAULTS.
(edit) @13293   12 years Mark Evenson Use the update ability in the <JAR/> task. With the fixing of the …
(edit) @13292   12 years Mark Evenson Untabify.
(edit) @13291   12 years Mark Evenson Reimplement the logic MERGE-PATHNAMES for Pathname version. I started …
(edit) @13290   12 years Mark Evenson Strip VERSION from the source location output by COMPILE-FILE. ABCL …
(edit) @13289   12 years Mark Evenson Fix ENSURE-DIRECTORIES-EXIST by loosening wild pathname restrictions. …
(edit) @13288   12 years vvoutilainen Revert the earlier attempt to fix the version copying issue, it badly …
(edit) @13287   12 years vvoutilainen Copy version from defaults if not explicitly provided.
(edit) @13286   12 years Mark Evenson Fix GET-JAVA-FIELD. Remove unncessary (?) private GENSYM mechanism in …
(edit) @13285   12 years Mark Evenson ENSURE-COMPATIBILTY now imports most of the external JSS into CL-USER. …
(edit) @13284   12 years Mark Evenson Fix compilation from last commit if 'jscheme.jar' isn't present. …
(edit) @13283   12 years Mark Evenson Removed dependency on jscheme.jar. Now standalone! Needs substantial …
(edit) @13282   12 years Mark Evenson Make JAVA:JRESOLVE-METHOD try harder to resolve a JAVA-OBJECT …
(edit) @13281   12 years Mark Evenson Provisionally working version of JSS without bsh-2.0b4.jar. This …
(edit) @13280   12 years Mark Evenson Import of JSS from <svn+http://lsw2.googlecode.com/svn/trunk>. An …
(edit) @13279   12 years Mark Evenson Fix part of uptodate check for abcl.jar based on Version.java.
(edit) @13278   12 years Mark Evenson Add interfaces, superclasses and member classes for JAVA-OBJECT …
(edit) @13277   12 years Mark Evenson JAVA:*JAVA-OBJECT-TO-STRING-LENGTH* controls pretty print length. The …
(edit) @13276   12 years Mark Evenson Untabify.
(edit) @13275   12 years ehuelsmann Fix the remainder of ticket #147: make sure we write proper-case …
(edit) @13274   12 years ehuelsmann Fix 147: *PRINT-CASE* setting affects COMPILE-FILE. Found by Dan Corkill.
(edit) @13273   12 years astalla Correct support for custom slots definitions in MOP: * class …
(edit) @13272   12 years Mark Evenson Fix pprint routines using SYS:OUTPUT-OBJECT to a GRAY-STREAM. Correct …
(edit) @13271   12 years astalla Included changes to compile-system.lisp missing from previous commit. …
(edit) @13270   12 years astalla simple run-program implementation using the JRE ProcessBuilder? class.
(edit) @13269   12 years astalla Fix error message
(edit) @13268   12 years Mark Evenson Start of tool grab and analyze ANSI error reports from SLIME.
(edit) @13267   12 years Mark Evenson Fix #146 so MAKE-PATHNAME uses :DIRECTORY argument even if NIL.
(edit) @13266   12 years Mark Evenson Add an 'update' task to upload application to GAE.
(edit) @13265   12 years Mark Evenson Further corrections to GAE example.
(edit) @13264   12 years Mark Evenson Fix the GAE example so that the 'ant runserver' target works. Now …
(edit) @13263   12 years Mark Evenson MAKE-PATHNAME erroneously merges directories as in MERGE-PATHNAMES …
(edit) @13262   12 years Mark Evenson Fix UNUSED.2 for ABCL. Allow CLISP to compile compiler-tests.lisp.
(edit) @13261   12 years Mark Evenson Only invoke ABCL internal Lisp tests by default. Housecleaning in …
(edit) @13260   12 years Mark Evenson Test for ticket #142.
(edit) @13259   12 years astalla Java method resolution algorithm used by JCALL extracted to a method …
(edit) @13258   12 years Mark Evenson Update to ASDF-2.014.
(edit) @13257   12 years Mark Evenson Fix compilation of LOGAND for args that could possibly be nil. Fixes …
(edit) @13256   12 years Mark Evenson The sharpsign backslash macro now understands \unnnn as an escape for …
(edit) @13255   12 years Mark Evenson Enable our GRAY-STREAMS implementation to work with flexi-streams. …
(edit) @13254   12 years Mark Evenson Reformat to 80 columns
(edit) @13253   12 years Mark Evenson Upgrade to asdf-2.013.
(edit) @13252   12 years vvoutilainen Revert the fix attempt for files with names like File::Foo::Bar. It …
(edit) @13251   12 years ehuelsmann Set properties and correct attribution.
(edit) @13250   12 years ehuelsmann Close #138 by implementing a general post-finalization notification …
(edit) @13249   12 years ehuelsmann Revert r13248, "Close #138 by implementing finalizers on LispObject." …
(edit) @13248   12 years ehuelsmann Close #138 by implementing finalizers on LispObject derived objects.
(edit) @13247   12 years ehuelsmann Re #139, add autoloading of WeakReference? related symbols.
(edit) @13246   12 years ehuelsmann Fix #139 by adding weak object reference support.
(edit) @13245   12 years ehuelsmann Fix docstring annotation, replacing '=' by '-' in the symbol name.
(edit) @13244   12 years vvoutilainen Fix directory listings for files that have funny names like …
(edit) @13243   12 years vvoutilainen This patch fixes 1) recursion with wild-inferiors for paths like …
(edit) @13241   12 years ehuelsmann Reduce the amount of code in our compiler by changing the way …
(edit) @13237   12 years ehuelsmann Set 0.25.0 release date in CHANGES.
(edit) @13235   12 years ehuelsmann Increase trunk version number, now that the 0.25 release branch has …
(edit) @13233   12 years ehuelsmann Fix an UNSAFE-P-REMOVAL regression: inadvertently a statement in …
(edit) @13232   12 years vvoutilainen Add the CHANGES done thus far targetting 0.25.
Note: See TracRevisionLog for help on using the revision log.