source: trunk/abcl/src/org/armedbear

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12512   14 years vvoutilainen Make Condition.writeToString() final, add documentation to …
(edit) @12510   14 years vvoutilainen Fix the test WITH-STANDARD-IO-SYNTAX.23, which was failing because our …
(edit) @12506   14 years Mark Evenson Eliminate needless lookup for PATHNAME-MATCH-P primitive.
(edit) @12505   14 years astalla Added missing copy-tree for the function body in one case of lambda …
(edit) @12504   14 years Mark Evenson Implement HTTP HEAD Last-Modified checking for ZipCache? objects. …
(edit) @12503   14 years Mark Evenson DIRECTORY now works for jar pathnames. The semantics for listing …
(edit) @12502   14 years Mark Evenson ABCL system code should be platform agnostic at runtime. Use …
(edit) @12497   14 years vvoutilainen Consolidate string equality comparisons.
(edit) @12496   14 years vvoutilainen Consolidate case-sensitive/insensitive comparisons.
(edit) @12495   14 years vvoutilainen Use sane names for parameters.
(edit) @12494   14 years vvoutilainen Don't use StringBuilder? for StringFunctions? that can use arraycopy …
(edit) @12493   14 years vvoutilainen 1) do the param checking for all functions 2) with the consolidated …
(edit) @12492   14 years Mark Evenson Revert r12490. ABCL system Lisp should not break the abstraction …
(edit) @12491   14 years Mark Evenson DIRECTORY works for (some) jar:file cases. Doesn't handle JAR in JAR …
(edit) @12490   14 years vvoutilainen More cleanups, introduce a function for adjusting return values when a …
(edit) @12489   14 years vvoutilainen 1) implement string-greaterp in terms of string-lessp 2) implement …
(edit) @12488   14 years vvoutilainen 1) remove copy-paste code, consolidate index and char array extraction …
(edit) @12486   14 years Mark Evenson Fix a couple of bugs in PATHNAME; reindent primitives. Restablish …
(edit) @12485   14 years Mark Evenson Allow pathnames for filenames starting with "." to have TYPE.
(edit) @12484   14 years Mark Evenson Fix bug in loading fasls with "." in NAME of pathname. Perform the …
(edit) @12481   14 years ehuelsmann Merge 'metaclass' branch, making STANDARD-CLASS have slots to be …
(edit) @12478   14 years ehuelsmann loadCompiledFunction is deprecated, so rewrite to eliminate its use.
(edit) @12474   14 years vvoutilainen Reindentation.
(edit) @12473   14 years vvoutilainen Stack friendliness.
(edit) @12472   14 years vvoutilainen Reindentation.
(edit) @12471   14 years vvoutilainen Stack friendliness.
(edit) @12469   14 years Mark Evenson Ensure that FILE-ERROR always has a value for PATHNAME. Fixes ANSI …
(edit) @12461   14 years ehuelsmann In the category of making things readable: readable class cast …
(edit) @12460   14 years vvoutilainen Reindentation.
(edit) @12459   14 years vvoutilainen Stack friendliness.
(edit) @12458   14 years vvoutilainen More stack-friendly SpecialOperators?.
(edit) @12457   14 years vvoutilainen Reindentation.
(edit) @12456   14 years vvoutilainen Stack-friendly SpecialOperators?.
(edit) @12454   14 years vvoutilainen Reindentation.
(edit) @12453   14 years vvoutilainen Make Primitives stack-friendly.
(edit) @12451   14 years Mark Evenson Fix for ZipException? under interpreted ANSI tests. Check that the …
(edit) @12450   14 years Mark Evenson Collect unprocessed command-line arguments in …
(edit) @12448   14 years Mark Evenson Remove potentially present ZipCache? files entries on DELETE-FILE and …
(edit) @12447   14 years Mark Evenson REQUIRE now searches for ASDF systems. If ASDF is loaded via (REQUIRE …
(edit) @12446   14 years Mark Evenson Correct copyright.
(edit) @12445   14 years Mark Evenson Set SVN properties.
(edit) @12443   14 years ehuelsmann Revert r12425: it broke trunk in a way not quickly fixed. Work to …
(edit) @12441   14 years Mark Evenson Return of the ZipCache? now using last modified time. Treat jars as …
(edit) @12440   14 years Mark Evenson Documentation updates and conversion to stack trace friendly Primitive …
(edit) @12437   14 years ehuelsmann CHAR-CODE-LIMIT is the upper *exclusive* limit. Found by: Paul Griffioen
(edit) @12436   14 years vvoutilainen Fix describe formatting, there was a missing newline. Problem reported …
(edit) @12435   14 years Mark Evenson Turn off all caching of JAR entries as it inhibited reloading FASLs. …
(edit) @12432   14 years Mark Evenson Revert to r12425 for clos.lisp (which is broken under ANSI tests). …
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12429   14 years Mark Evenson Correct svn:eol-style and svn:keywords.
(edit) @12428   14 years astalla Corrected bugs: inline declaration for local functions was ignored as …
(edit) @12427   14 years Mark Evenson Fix ClassCastException? occuring when LOAD from streams.
(edit) @12426   14 years Mark Evenson ABCL packed FASLS no longer have to end in ".abcl". The requirement …
(edit) @12425   14 years ehuelsmann No longer ignore the METACLASS defclass option; instead act on it …
(edit) @12422   14 years Mark Evenson Extensively reworked new implementation for specifiying jar pathnames. …
(edit) @12421   14 years astalla Missing file from previous commit.
(edit) @12420   14 years astalla Tentative inlining of named local function with complex lambda lists; …
(edit) @12418   14 years Mark Evenson Fix svn:eol-style.
(edit) @12417   14 years Mark Evenson Fix TRANSLATE-LOGICAL-PATHNAME regression. Problem and solution found …
(edit) @12416   14 years astalla Fixed lambda.nn test failures caused by errors in lambda inlining.
(edit) @12415   14 years ehuelsmann Rename class-file to abcl-class-file in anticipation of a more …
(edit) @12414   14 years ehuelsmann Add function to retrieve a lisp byte array from a byte array output stream.
(edit) @12413   14 years ehuelsmann Use MACROLET to prevent code repetition.
(edit) @12412   14 years ehuelsmann Make format.lisp a lot more memory-efficient by replacing an array …
(edit) @12411   14 years astalla Lambda call inlining: fixed nasty bug that made the compiler go into …
(edit) @12409   14 years astalla Rewriting of function calls with (lambda ...) as the operator to let* …
(edit) @12408   14 years ehuelsmann Fix an issue reported in September by Matthew Mondor to the ECL list …
(edit) @12407   14 years ehuelsmann Refer to autoloads.lisp from Autoload.java to explain the goal of …
(edit) @12405   14 years Mark Evenson Don't invoke the entire ABCL runtime just to get the version number …
(edit) @12402   14 years Mark Evenson Move abcl-test-lisp to ASDF packaging. Change to ASDF packaging of …
(edit) @12401   14 years astalla Added a flag to local functions that tracks whether they need an …
(edit) @12400   14 years ehuelsmann Make NIL-as-a-symbol available for use for the compiler. Shaves off …
(edit) @12399   14 years ehuelsmann Remove debugging cruft.
(edit) @12398   14 years ehuelsmann Move lambda-list analysis from runtime to compile time for compiled …
(edit) @12397   14 years vvoutilainen Fix MAKE-BROADCAST-STREAM.8.
(edit) @12396   14 years ehuelsmann Update trunk development version to 0.19.
(edit) @12395   14 years vvoutilainen Some patches to improve arglist display in Slime. Patch by Matthias Hölzl.
(edit) @12394   14 years ehuelsmann Remove premature optimization: new array creation is faster than …
(edit) @12393   14 years ehuelsmann Tell the compiler about some functions which don't require clearing …
(edit) @12392   14 years ehuelsmann Move a constant definition from boot.lisp to Java, as the precedent …
(edit) @12391   14 years ehuelsmann Prevent duplicate subclasses: only push new classes not already …
(edit) @12390   14 years astalla Changed output-ugly-object to invoke print-object for Java objects, as …
(edit) @12381   14 years ehuelsmann Support disassembly of proxied functions.
(edit) @12380   14 years ehuelsmann Add internal DEFSTRUCT administration to the STREAM and SYSTEM-STREAM …
(edit) @12379   14 years astalla Fixed print-object for JavaObjects? to call writeToString() on the object.
(edit) @12378   14 years ehuelsmann Create a dependable reader dynamic environment.
(edit) @12377   14 years astalla Set the symbol for java-classes to the class name to allow to print …
(edit) @12376   14 years astalla Calling PRIN1-TO-STRING to print Lisp stack frames, so as to allow the …
(edit) @12375   14 years ehuelsmann Harmonize Symbol printing with what stream already does; same for …
(edit) @12374   14 years ehuelsmann Simplify inspection of variables in (NetBeans?) debugger by making …
(edit) @12373   14 years ehuelsmann Change parents of FUNDAMENTAL-STREAM in Gray streams. Note: includes …
(edit) @12362   14 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
(edit) @12361   14 years ehuelsmann Add setting the CPL of SYSTEM_STREAM.
(edit) @12360   14 years ehuelsmann Set initial ByteArrayOutputStream? buffer to 2048; the default 32 way …
(edit) @12358   14 years ehuelsmann Fix the stream Class Precedence Lists (CPLs) to include …
(edit) @12357   14 years ehuelsmann Change STREAM and its decendants to a structure class, from built-in, …
(edit) @12356   14 years ehuelsmann Make LispClass?.addClass return the added class, for convenience.
(edit) @12355   14 years Mark Evenson Add missing documentation annotations (" ###") for Primitives.
(edit) @12353   14 years astalla Removed unchecked warning.
Note: See TracRevisionLog for help on using the revision log.