source: trunk/abcl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13449   12 years ehuelsmann Dead code removal.
(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) @13439   12 years Mark Evenson Fix #131: Don't include ':' in the version string.
(edit) @13438   12 years Mark Evenson Manual renders to pdf via pdflatex.
(edit) @13437   12 years Mark Evenson Working through manual printing issues (incomplete).
(edit) @13436   12 years Mark Evenson Fix JSS load by adding missing file.
(edit) @13435   12 years ehuelsmann Correct function name.
(edit) @13434   12 years ehuelsmann Correct stream being modified to be *DEBUG-IO* bound streams.
(edit) @13433   12 years Mark Evenson Note that finalize-inheritance isn't a generic function.
(edit) @13432   12 years Mark Evenson Fix the ABCL-ASDF:*ADDED-TO-CLASSPATH* to actually record additions. …
(edit) @13431   12 years Mark Evenson Allow ASDF definitions for JAR-FILE to include ".jar". This increases …
(edit) @13430   12 years Mark Evenson Refactor ASDF extensions from JSS into ABCL-ASDF. The JAR-FILE, …
(edit) @13429   12 years Mark Evenson Update tests results for Java7 (and abcl-0.26.1).
(edit) @13428   12 years Mark Evenson Enable compilation with Java 7.
(edit) @13427   12 years Mark Evenson Record ANSI test failures for r13415.
(edit) @13420   12 years Mark Evenson Forwardport r13419: CHANGES from abcl-0.26.x branch.
(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) @13414   12 years Mark Evenson Update with ANSI test results for 0.26.1.
(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) @13404   12 years Mark Evenson Update test results after r13402. Export ANSI-TESTS:FULL-REPORT as it …
(edit) @13402   12 years Mark Evenson Fix failures of SYNTAX.SHARP-BACKSLASH.6 and SYNTAX.SHARP-BACKSLASH.7. …
(edit) @13401   12 years Mark Evenson ANSI-TESTS:FULL-REPORT provides a clearer reports of test failures. …
(edit) @13399   12 years ehuelsmann Fix #154: Don't call higher level abstractions from low level lisp …
(edit) @13398   12 years Mark Evenson JSS:JLIST-TO-LIST now works for types implementing java.util.List. …
(edit) @13397   12 years Mark Evenson Rename as JSS:JLIST-TO-LIST to align with JAVA conventions.
(edit) @13396   12 years Mark Evenson Correct my dyslexic spelling to ENSURE-COMPATIBILITY.
(edit) @13395   12 years Mark Evenson Correct mispellings.
(edit) @13394   12 years Mark Evenson Ensure that ASDF jar-file always loaded when encountered. JSS:NEW is …
(edit) @13393   12 years Mark Evenson JAVA:JARRAY-FROM-LIST infers the type of the Java array.
(edit) @13390   12 years Mark Evenson Include org.armedbear.lisp.protocol source in release.
(edit) @13384   12 years ehuelsmann Set release date in CHANGES.
(edit) @13383   12 years ehuelsmann Increase trunk version number.
(edit) @13381   12 years ehuelsmann Update CHANGES with 0.26.0 items.
(edit) @13380   12 years Mark Evenson Fasls are no no longer created with *PRINT-READABLY*. This fixes #156
(edit) @13379   12 years Mark Evenson Note the presence of possible canidate for method-generic-function.
(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) @13375   12 years Mark Evenson SET-FUNCALLABLE-INSTANCE-FUNCTION is a function.
(edit) @13374   12 years Mark Evenson Correct mispelling.
(edit) @13373   12 years Mark Evenson PATHNAME.URI-ENCODING.1 is not actually failing. But …
(edit) @13372   12 years Mark Evenson Document the extension to CLOS specialization for Java objects.
(edit) @13371   12 years Mark Evenson Standard defintion of AMOP dictionary. To be compared with our …
(edit) @13370   12 years Mark Evenson Add support for releasing the contrib with Maven artifacts. Create a …
(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) @13367   12 years Mark Evenson RESOLVE-DEPENDENCIES now working for remote resolution. Something …
(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) @13364   12 years Mark Evenson Use java.util.regex to deal with versions more cleanly.
(edit) @13363   12 years Mark Evenson Export JCMN and JAPROPOS. Start documentation by copying the …
(edit) @13362   12 years Mark Evenson Dynamically find location of mvn libraries based on 'mvn' in PATH. …
(edit) @13361   12 years Mark Evenson Edit RUN-PROGRAM documentation lightly.
(edit) @13360   12 years Mark Evenson jss-2.0.1 remove use of MAKE-IMMEDIATE-OBJECT.
(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) @13357   12 years Mark Evenson Another stab at fixing the build version which was failing on …
(edit) @13356   12 years Mark Evenson Report load time of ".abclrc" forms if we are being chatty.
(edit) @13355   12 years Mark Evenson ASDF-ABCL:RESOLVE returns Maven dependencies from local repository. I …
(edit) @13354   12 years Mark Evenson Incorrect start on Maven repository saved for posterity.
(edit) @13353   12 years Mark Evenson Fix problems with whitespace in JAR-PATHNAME. For dealing with URI …
(edit) @13352   12 years Mark Evenson Ensure we set the version for the release build.
(edit) @13351   12 years Mark Evenson asdf-jar-0.2.1 corrects load-time errors.
(edit) @13350   12 years Mark Evenson Document the use of the ASDF-JAR contrib. ASDF:ADD-TO-ASDF provides a …
(edit) @13349   12 years Mark Evenson Implement DIRECTORY wildcard matching for zip inside zip. With this …
(edit) @13348   12 years Mark Evenson ASDF-JAR:PACKAGE now handles recursive dependencies. Rewrote the …
(edit) @13347   12 years Mark Evenson ASDF-JAR:PACKAGE will compile and package asdf systems into jar files. …
(edit) @13346   12 years Mark Evenson Incremental progress towards getting ASDF-JAR working. Now we just …
(edit) @13345   12 years Mark Evenson Fix all compilation warnings. Still not expected that ABCL-ASDF …
(edit) @13344   12 years Mark Evenson Undebugged implementation of enumerating the source and fasls. Using …
(edit) @13343   12 years Mark Evenson Fix compilation of ABCL-ASDF contrib. It still doesn't run.
(edit) @13342   12 years Mark Evenson Implementation strategy: use the Maven Ant tasks to drive via build.xml.
(edit) @13341   12 years Mark Evenson Add the correct symbols from the JAVA package.
(edit) @13340   12 years Mark Evenson Rough cut of what declaring Maven dependencies in ASDF would be like.
(edit) @13339   12 years Mark Evenson Comments for Ant based build properties template.
(edit) @13338   12 years Mark Evenson Add installation instructions. HEADS-UP: This file is guaranteed not …
(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.
Note: See TracRevisionLog for help on using the revision log.