Timeline
02/10/10:
- 23:06 Changeset [12444] by
- Make the lispClass slot in Layout private and add an additional …
- 22:56 Changeset [12443] by
- Revert r12425: it broke trunk in a way not quickly fixed. Work to …
- 21:57 Changeset [12442] by
- Move work on METACLASS support to a branch. The impact is too …
- 16:22 Changeset [12441] by
- Return of the ZipCache? now using last modified time. Treat jars as …
- 16:14 Changeset [12440] by
- Documentation updates and conversion to stack trace friendly Primitive …
- 16:13 Changeset [12439] by
- Remove duplication of java options.
- 10:41 Changeset [12438] by
- Implementation of Lisp build without intermediate files. It is still …
02/09/10:
- 21:53 Changeset [12437] by
- CHAR-CODE-LIMIT is the upper *exclusive* limit. Found by: Paul Griffioen
- 20:45 Changeset [12436] by
- Fix describe formatting, there was a missing newline. Problem reported …
- 15:42 Changeset [12435] by
- Turn off all caching of JAR entries as it inhibited reloading FASLs. …
02/08/10:
- 18:01 Changeset [12434] by
- Revert r12430 because it fails to signal errors in a meaningful manner.
- 12:59 Changeset [12433] by
- Update jar pathname design document with current implementation status.
- 08:13 Changeset [12432] by
- Revert to r12425 for clos.lisp (which is broken under ANSI tests). …
- 08:05 Changeset [12431] by
- Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
- 07:46 Changeset [12430] by
- Lisp compilation no longer writes build to temporary file. The way to …
- 07:43 Changeset [12429] by
- Correct svn:eol-style and svn:keywords.
02/07/10:
- 22:08 Changeset [12428] by
- Corrected bugs: inline declaration for local functions was ignored as …
- 16:46 Changeset [12427] by
- Fix ClassCastException? occuring when LOAD from streams.
- 09:21 Changeset [12426] by
- ABCL packed FASLS no longer have to end in ".abcl". The requirement …
02/06/10:
- 17:00 Changeset [12425] by
- No longer ignore the METACLASS defclass option; instead act on it …
- 15:22 Changeset [12424] by
- Further tests for jar pathnames. jar-file.lisp now has network based …
- 15:20 Changeset [12423] by
- Improve Ant knobs documentation.
- 10:52 Changeset [12422] by
- Extensively reworked new implementation for specifiying jar pathnames. …
02/05/10:
- 23:26 Changeset [12421] by
- Missing file from previous commit.
- 23:18 Changeset [12420] by
- Tentative inlining of named local function with complex lambda lists; …
- 15:52 Changeset [12419] by
- 'abcl.release' target now drives the release process.
- 15:41 Changeset [12418] by
- Fix svn:eol-style.
02/04/10:
- 09:43 Ticket #82 (TRANSLATE-PATHNAME failure) closed by
- fixed: Fixed in r12147 as suggest by Alan Ruttenburg. My analysis of what …
- 09:42 Changeset [12417] by
- Fix TRANSLATE-LOGICAL-PATHNAME regression. Problem and solution found …
02/03/10:
- 23:55 Changeset [12416] by
- Fixed lambda.nn test failures caused by errors in lambda inlining.
02/02/10:
- 21:01 Changeset [12415] by
- Rename class-file to abcl-class-file in anticipation of a more …
- 19:54 Changeset [12414] by
- Add function to retrieve a lisp byte array from a byte array output stream.
02/01/10:
- 22:16 Changeset [12413] by
- Use MACROLET to prevent code repetition.
- 22:14 Changeset [12412] by
- Make format.lisp a lot more memory-efficient by replacing an array …
01/31/10:
- 20:13 Changeset [12411] by
- Lambda call inlining: fixed nasty bug that made the compiler go into …
- 00:06 Changeset [12410] by
- Add documentation for the streams.
01/30/10:
- 23:08 Changeset [12409] by
- Rewriting of function calls with (lambda ...) as the operator to let* …
01/29/10:
- 22:54 Ticket #86 (No restarts available on error in thread) created by
- Evaluating the following (threads:make-thread #'(lambda () (error …
- 22:17 Changeset [12408] by
- Fix an issue reported in September by Matthew Mondor to the ECL list …
- 21:56 Changeset [12407] by
- Refer to autoloads.lisp from Autoload.java to explain the goal of …
- 21:46 Ticket #85 (CL-JSON throws an error under ABCL where SBCL doesn't.) created by
- The code is: (require 'asdf) (asdf:operate 'asdf:load-op :cl-json) …
- 21:07 Ticket #84 (jcall and t/nil boolean arguments) created by
- Can it be made so that within jcall, t or nil is understood as a java …
- 21:04 Ticket #83 (problem with error reporting on undefined class during make instance) created by
- CL-USER(25): (defclass c (d) ((q :initarg :q))) #<STANDARD-CLASS C …
- 08:52 Ticket #82 (TRANSLATE-PATHNAME failure) created by
- Regression in TRANSLATE-PATHNAME (added in r12406 to testsuite)] […]
- 08:45 Changeset [12406] by
- Where possible collect bug reports as unit tests so they can stay fixed.
01/28/10:
- 08:49 Changeset [12405] by
- Don't invoke the entire ABCL runtime just to get the version number …
01/27/10:
- 21:25 DesignOfStreams edited by
- (diff)
- 21:22 DesignOfStreams edited by
- (diff)
- 21:21 DesignOfStreams edited by
- (diff)
01/26/10:
- 11:30 Changeset [12404] by
- Debugging ABCL compilation support; upgrade to JUnit-4.8.1. Netbeans …
- 11:21 Changeset [12403] by
- Set standard svn properties.
- 11:15 Changeset [12402] by
- Move abcl-test-lisp to ASDF packaging. Change to ASDF packaging of …
01/25/10:
- 22:42 Changeset [12401] by
- Added a flag to local functions that tracks whether they need an …
- 06:58 Changeset [12400] by
- Make NIL-as-a-symbol available for use for the compiler. Shaves off …
01/24/10:
- 22:26 Changeset [12399] by
- Remove debugging cruft.
- 21:59 Changeset [12398] by
- Move lambda-list analysis from runtime to compile time for compiled …
- 21:41 Changeset [12397] by
- Fix MAKE-BROADCAST-STREAM.8.
- 18:50 DesignOfStreams edited by
- (diff)
- 18:48 DesignOfStreams created by
- 18:44 DesignOverviewIndex edited by
- (diff)
- 18:29 Changeset [12396] by
- Update trunk development version to 0.19.
- 15:24 Changeset [12395] by
- Some patches to improve arglist display in Slime. Patch by Matthias Hölzl.
01/23/10:
- 13:40 Changeset [12394] by
- Remove premature optimization: new array creation is faster than …
- 09:27 Changeset [12393] by
- Tell the compiler about some functions which don't require clearing …
- 09:26 Changeset [12392] by
- Move a constant definition from boot.lisp to Java, as the precedent …
01/18/10:
- 20:12 Changeset [12391] by
- Prevent duplicate subclasses: only push new classes not already …
- 19:07 Changeset [12390] by
- Changed output-ugly-object to invoke print-object for Java objects, as …
01/17/10:
- 22:46 Changeset [12389] by
- Update website with release 0.18.1.
- 22:44 Changeset [12388] by
- Add 0.18.1 release signature files.
- 22:18 Changeset [12387] by
- Add 0.18.1 release archives.
- 21:15 Changeset [12386] by
- Update development (branch) version.
- 21:12 Changeset [12385] by
- Tag 0.18.1.
- 21:12 Milestone 0.18 completed
- 21:06 Changeset [12384] by
- Backport the CHANGES file to the release branch.
- 21:04 Changeset [12383] by
- Changelogs for the newest releases.
- 20:53 Changeset [12382] by
- Backport r12376-r12379 and r12381. This fixes maxima, adds support for …
- 14:36 Changeset [12381] by
- Support disassembly of proxied functions.
- 12:11 Ticket #81 (Inlining functions with &optional and other "complex" arguments) created by
- Currently we only inline functions which have only required …
01/16/10:
- 20:13 Changeset [12380] by
- Add internal DEFSTRUCT administration to the STREAM and SYSTEM-STREAM …
01/15/10:
- 20:51 Changeset [12379] by
- Fixed print-object for JavaObjects? to call writeToString() on the object.
- 20:40 Changeset [12378] by
- Create a dependable reader dynamic environment.
- 20:36 Changeset [12377] by
- Set the symbol for java-classes to the class name to allow to print …
01/14/10:
- 22:07 Changeset [12376] by
- Calling PRIN1-TO-STRING to print Lisp stack frames, so as to allow the …
01/13/10:
- 22:01 Changeset [12375] by
- Harmonize Symbol printing with what stream already does; same for …
- 21:47 Changeset [12374] by
- Simplify inspection of variables in (NetBeans?) debugger by making …
- 19:55 Changeset [12373] by
- Change parents of FUNDAMENTAL-STREAM in Gray streams. Note: includes …
- 19:23 Changeset [12372] by
- Improved release template (I hope).
- 19:06 Changeset [12371] by
- Make 0.18 show up on the site.
- 18:47 Changeset [12370] by
- Add signature files.
- 10:04 Ticket #80 (REQUIRE should work with ASDF) created by
- SBCL has the convention that if REQUIRE does not resolve on the …
01/12/10:
- 22:23 Changeset [12369] by
- Fix page title (which refers to old release).
- 21:30 Changeset [12368] by
- Add distribution archives (without adding them to the rest of the site …
- 19:48 Changeset [12367] by
- Re-tag 0.18.0.
- 19:47 Changeset [12366] by
- Delete botched tag.
- 19:44 Changeset [12365] by
- Tag 0.18.0.
- 13:27 Ticket #79 (Identically named gensymed coalesced into same object in fasl file) created by
- From: Erik Huelsmann Date: Mon, Jan 11, 2010 at 11:40 PM Subject: Re: …
01/11/10:
- 20:49 Changeset [12364] by
- Backport r12350 upto 12355 and 12359: fixes to recently added …
- 20:37 Changeset [12363] by
- Backport r12350 upto 12355 and 12359: fixes to recently added …
- 20:03 Changeset [12362] by
- Make Stream extend StructureObject?, modify Stream derivatives to set a …
- 19:40 Changeset [12361] by
- Add setting the CPL of SYSTEM_STREAM.
- 19:23 Changeset [12360] by
- Set initial ByteArrayOutputStream? buffer to 2048; the default 32 way …
- 07:18 Changeset [12359] by
- Note Netbeans and FASL location improvements.
Note: See TracTimeline
for information about the timeline view.