Timeline
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.
01/10/10:
- 20:43 Changeset [12358] by
- Fix the stream Class Precedence Lists (CPLs) to include …
- 14:58 Changeset [12357] by
- Change STREAM and its decendants to a structure class, from built-in, …
- 14:57 Changeset [12356] by
- Make LispClass?.addClass return the added class, for convenience.
01/09/10:
- 20:28 Changeset [12355] by
- Add missing documentation annotations (" ###") for Primitives.
- 20:26 Changeset [12354] by
- Align Netbeans build with pure Ant-based build. Netbeans no longer …
01/08/10:
- 22:16 Changeset [12353] by
- Removed unchecked warning.
- 21:32 Changeset [12352] by
- Have JavaObject?.javaInstance(c) complain if the wrapped object is null …
- 21:29 Changeset [12351] by
- Fixed regression with JavaObject?.javaInstance(Class) and primitive types.
- 20:59 Changeset [12350] by
- Added constructor.
- 20:52 Changeset [12349] by
- Delete branch which is long out-dated and not pursued at the moment.
- 20:47 Changeset [12348] by
- Remove branch merged to trunk long ago.
- 20:42 Changeset [12347] by
- Create preliminary 0.18 release notes.
- 20:39 Changeset [12346] by
- Branch 0.18.x for release stabilization.
- 19:55 Changeset [12345] by
- Use of the "intended class" of an object before the actual class to …
- 19:02 Changeset [12344] by
- Fixed loading of compressed FASLs (.abcl) from jar files when the FASL …
- 08:22 Changeset [12343] by
- Adjust tests for jar:file syntax should work with TRUENAME.
01/07/10:
- 19:01 Changeset [12342] by
- Convert LispErrors? to ProgramErrors?, convert a couple of asserts to …
01/06/10:
- 22:24 Changeset [12341] by
- Remove double entry; add recent fix to CHANGES.
- 22:10 Changeset [12340] by
- Fix symbol-macrolet expanding variables declared in a lambda-list for …
- 22:01 Changeset [12339] by
- Removed aggressive installation of preloaded functions that caused …
- 15:52 Changeset [12338] by
- Reworked test infrastructure. Use ASDF to invoke all tests from Ant. …
01/05/10:
- 22:27 Changeset [12337] by
- cl-bench now runs correctly from UNIX systems. Increment the abcl.asd …
- 21:33 Changeset [12336] by
- Update changes with 0.18 items.
- 17:15 Changeset [12335] by
- Initial fix for support for running cl-bench test suite from Ant build …
- 14:31 Changeset [12334] by
- Added convenience constructors to Stream.
- 14:25 Changeset [12333] by
- Removed unused patternsets from build.xml
- 14:24 Changeset [12332] by
- Small change in an exception message.
- 10:44 Ticket #48 (SLIME CVS HEAD as of 2008-12-30 broken) closed by
- fixed: Fixed long ago. I have since become a SLIME maintainer, so I usually …
- 00:03 Changeset [12331] by
- Cleanup in readFunctionBytes (Lisp.java), possibility to load compiled …
01/04/10:
- 21:58 Ticket #77 (FASLs use wrong encoding: system default) closed by
- fixed: Committed in r12330. Set milestone accordingly: instead of in 0.19, …
- 21:57 Changeset [12330] by
- Fix ticket #77: incorrect encoding used for FASLs, by always using UTF-8.
- 20:50 OOMHandling edited by
- (diff)
- 18:45 DesignOverviewIndex edited by
- (diff)
- 18:45 OOMHandling edited by
- (diff)
- 17:35 OOMHandling created by
- 17:06 DesignOverviewIndex edited by
- (diff)
- 14:36 Ticket #78 (Include ASDF-INSTALL in base ABCL) created by
- Including a port of ASDF-INSTALL …
01/03/10:
- 14:33 Ticket #77 (FASLs use wrong encoding: system default) created by
- Because FASLs are using the system default encoding, we can't be sure …
01/02/10:
- 23:24 Changeset [12329] by
- More notes about potential codepoint conversion bugs.
- 23:22 Changeset [12328] by
- Note a few codepoint to char conversions which are potential bugs.
- 23:20 Changeset [12327] by
- Note 2 bugs in RandomAccessCharacterFile? so the fact doesn't get forgotten.
01/01/10:
- 22:52 Changeset [12326] by
- Performance improvement for ticket #76: slow swank fuzzy completion. …
- 22:22 Changeset [12325] by
- Create API for (SETF (STREAM-EXTERNAL-FORMAT ...) ...) from the lisp world.
- 21:58 Ticket #76 (Slime (swank) fuzzy completion very slow) created by
- In …
- 19:42 Changeset [12324] by
- In case a redefinition warning shouldn't be issued if the function …
- 19:41 Changeset [12323] by
- Implement setting of external format on a stream; only supported on …
- 19:34 Changeset [12322] by
- Follow up to r12321; changes resulting from more testing.
- 18:26 Ticket #75 (Character \U0080 causes infinite loop) closed by
- fixed: Fixed in r12321.
- 18:26 Changeset [12321] by
- Fix ticket #75: infinite loop while writing unmappable characters to …
- 18:14 Ticket #68 (Extend Load.java to allow loading FASLs from arbitrary streams) reopened by
- Duh. It's not addressed.
- 18:12 Ticket #68 (Extend Load.java to allow loading FASLs from arbitrary streams) closed by
- fixed: There's more to this than meets the eye: we currently depend on random …
- 15:38 Changeset [12320] by
- Print StreamErrors? with a readable text, even when created based on …
- 14:10 Ticket #71 (Stream line counter broken) closed by
- fixed: Fixed in r12319.
- 14:10 Changeset [12319] by
- Fix line numbers from COMPILE-FILE being off. Fixes ticket #71.
- 10:42 Changeset [12318] by
- Remove trailing spaces/tabs which light my editing buffers red.
- 10:34 Changeset [12317] by
- Change the properties of RandomAccessCharacterFile? to the standard ones.
- 10:30 Changeset [12316] by
- Return the actual external format, instead of a default value from …
12/31/09:
- 18:56 Ticket #75 (Character \U0080 causes infinite loop) created by
- The following code causes an infinite loop on systems which do not …
12/30/09:
- 23:35 Ticket #72 (Faster startup times) closed by
- fixed: With the introduction of AutoloadedFunctionProxy?, this issue is …
- 23:33 Ticket #64 (Caught (general) exceptions not rethrown everywhere) closed by
- fixed: All occurrances of "catch (Throwable" have been reviewed; most have …
- 22:46 Changeset [12315] by
- Implemented (setf jfield).
- 22:04 Changeset [12314] by
- Upon OutOfMemoryError? or StackOverflowError?, unwind the stack to the …
Note: See TracTimeline
for information about the timeline view.