source: trunk/abcl/src/org/armedbear

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13448   12 years ehuelsmann Add more documentation.
(edit) @13447   12 years ehuelsmann Add documentation.
(edit) @13446   12 years ehuelsmann Fix #158: Print "#<abc>" fails with *PRINT-READABLY* non-NIL. Note: …
(edit) @13445   12 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
(edit) @13444   12 years ehuelsmann Reduce the number of required unreadableString() methods by removing …
(edit) @13443   12 years ehuelsmann Rename more occurrances of writeToString to printObject.
(edit) @13442   12 years ehuelsmann Remove .toString() methods which override default Java output to be …
(edit) @13441   12 years ehuelsmann Add missing file properties.
(edit) @13440   12 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13435   12 years ehuelsmann Correct function name.
(edit) @13434   12 years ehuelsmann Correct stream being modified to be *DEBUG-IO* bound streams.
(edit) @13417   12 years Mark Evenson Upgrade to asdf-2.017.
(edit) @13415   12 years Mark Evenson Don't print the #\Uxxxx representation for character codes greater …
(edit) @13412   12 years ehuelsmann Fix Java interop issue. Found by: Theam Yong Chew (senatorzergling at …
(edit) @13409   12 years ehuelsmann Re #160: note the root cause.
(edit) @13408   12 years ehuelsmann Fix 2 more pretty printer (PPRINT-*) test cases.
(edit) @13407   12 years ehuelsmann Eliminate a series of PPRINT.* ansi test suite failures (dropping my …
(edit) @13406   12 years ehuelsmann Avoid using a temporary file when copying a random state; it's …
(edit) @13405   12 years ehuelsmann Set svn:keywords and svn:eol-style properties.
(edit) @13402   12 years Mark Evenson Fix failures of SYNTAX.SHARP-BACKSLASH.6 and SYNTAX.SHARP-BACKSLASH.7. …
(edit) @13399   12 years ehuelsmann Fix #154: Don't call higher level abstractions from low level lisp …
(edit) @13393   12 years Mark Evenson JAVA:JARRAY-FROM-LIST infers the type of the Java array.
(edit) @13383   12 years ehuelsmann Increase trunk version number.
(edit) @13380   12 years Mark Evenson Fasls are no no longer created with *PRINT-READABLY*. This fixes #156
(edit) @13378   12 years Mark Evenson PRINT-OBJECT shouldn't repeat the identity twice for STANDARD-OBJECT.
(edit) @13377   12 years Mark Evenson Export symbols which are in the AMOP dictionary. …
(edit) @13376   12 years Mark Evenson Implement MOP:VALIDATE-SUPERCLASS. Start breaking out MOP defintions …
(edit) @13374   12 years Mark Evenson Correct mispelling.
(edit) @13369   12 years Mark Evenson Make JAVA:ADD-TO-CLASSPATH a generic function. With this change we …
(edit) @13368   12 years astalla Better separation between java-collections and the Java FFI. …
(edit) @13366   12 years Mark Evenson Remove deprecated use of JAVA:MAKE-IMMEDIATE-OBJECT.
(edit) @13365   12 years Mark Evenson Inform user of missing instance method name.
(edit) @13361   12 years Mark Evenson Edit RUN-PROGRAM documentation lightly.
(edit) @13359   12 years Mark Evenson Created +NULL+, +TRUE+, and +FALSE+ constants in the JAVA package. …
(edit) @13358   12 years Mark Evenson Convert to use @DocString? annotation adding documentation.
(edit) @13356   12 years Mark Evenson Report load time of ".abclrc" forms if we are being chatty.
(edit) @13353   12 years Mark Evenson Fix problems with whitespace in JAR-PATHNAME. For dealing with URI …
(edit) @13349   12 years Mark Evenson Implement DIRECTORY wildcard matching for zip inside zip. With this …
(edit) @13336   12 years Mark Evenson Create form of SYSTEM:ZIP that uses a hashtable to map files to …
(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) @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) @13325   12 years Mark Evenson Fix the URI decoding algorithim in Pathname. Provide EXT:URI-DECODE …
(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) @13316   12 years Mark Evenson Remove inadvertent commit of debugging code.
(edit) @13315   12 years Mark Evenson Fix ASDF working with jar archives.
(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) @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) @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) @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) @13282   12 years Mark Evenson Make JAVA:JRESOLVE-METHOD try harder to resolve a JAVA-OBJECT …
(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) @13267   12 years Mark Evenson Fix #146 so MAKE-PATHNAME uses :DIRECTORY argument even if NIL.
(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) @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 …
Note: See TracRevisionLog for help on using the revision log.