Timeline
04/22/09:
- 19:02 Changeset [11777] by
- Put special bindings restoration-to-old-value in a FINALLY clause at …
04/21/09:
- 20:56 Changeset [11776] by
- Fix DO-ALL-SYMBOLS.{6,9,12}: we can't use DOLIST, because it has an …
- 20:00 Changeset [11775] by
- Fix the remaining two DEFINE-SETF-EXPANDER tests (.6 and ??).
- 19:34 Changeset [11774] by
- Fix DEFINE-SETF-EXPANDER.1 by returning the symbol passed in ACCESS-FN.
- 17:26 Changeset [11773] by
- Fix MULTIPLE-VALUE-SETQ and (SETF (VALUES ...) ...) when setting the …
04/20/09:
- 20:21 Changeset [11772] by
- Factor out functions to separate declarations, the body and optionally …
- 18:32 Changeset [11771] by
- Cleanup copy-paste again, this time we get rid of repetition in the …
- 12:42 Changeset [11770] by
- Removal of small code duplication.
- 08:31 Changeset [11769] by
- Rename variables to be more in line with the env/ext pattern used …
- 08:13 Changeset [11768] by
- Use 'innerEnv' to evaluate the body in, since that's where we declared …
04/19/09:
- 20:10 Changeset [11767] by
- * Stop declaring symbols SPECIAL mid-environment: usually, this …
- 14:05 Ticket #53 (CATCH.6 ANSI test failure) closed by
- fixed: CATCH.6 was bogus. Verified with #lisp on freenode.net.
- 08:33 Changeset [11766] by
- In MERGE-PATHNAMES, if the pathname to be returned is of type …
- 08:29 Changeset [11765] by
- Use pathname "calculations" to determine the output file name for the …
04/18/09:
- 20:17 Changeset [11764] by
- Don't use the implementation details in WITH-COMPILATION-UNIT to …
- 19:08 Changeset [11763] by
- Fix COMPILE and COMPILE-FILE secondary and tertiary return values in …
04/17/09:
- 20:55 Ticket #55 (Clearing LispThread.currentThread()._values more efficiently) created by
- We currently clear _values all over the place; we could be more …
- 20:00 Changeset [11762] by
- Fix JCLASS null return value; signal a lisp error instead. Found by: …
04/16/09:
- 19:08 Ticket #54 (pprint.lisp incompatible with gray-streams.lisp) created by
- pprint.lisp special-cases the XP-STRUCTURE argument type for the …
04/15/09:
- 07:05 Changeset [11761] by
- Delete web/ folder; we have a toplevel public_html/ which we use now.
04/14/09:
- 20:32 Changeset [11760] by
- Remove check for properness of arguments list. The check breaks AP5 …
- 09:58 Changeset [11759] by
- Fix the J reference.
- 09:53 Changeset [11758] by
- Add a (courtesy) reference to J.
- 09:48 Changeset [11757] by
- Add a left menu bar and limit the width of the body text.
- 09:24 Changeset [11756] by
- Update website to agree with latest release status.
04/12/09:
- 16:32 Ticket #52 (Install lastSpecialBinding "finally" handler) closed by
- fixed
- 13:47 Changeset [11755] by
- Implement MACROEXPAND-ALL and COMPILER-LET as internal symbols to the …
- 10:53 Changeset [11754] by
- Convert using ClassCastException? to checking instanceof. Performance …
- 10:41 Changeset [11753] by
- Remove J from our repository. It's being maintained at SourceForge? and …
- 03:23 Changeset [11752] by
- Use the -jar option for a shorter command line: the .jar contains the …
- 03:21 Changeset [11751] by
- Don't catch STDERR output into the property, so that it becomes usable …
04/11/09:
- 21:47 Changeset [11750] by
- Don't die if if the Java system property 'os.arch' doesn't exist. …
04/09/09:
- 14:17 Changeset [11749] by
- Follow up to r11747: remove SETF which causes iteration to terminate, …
04/08/09:
- 06:04 Changeset [11748] by
- Revert r11746. It turns out to break the ANSI test suite and I don't …
04/07/09:
- 21:14 Changeset [11747] by
- Fix excessive stack use while resolving #n= and #n#: Don't recurse …
04/06/09:
- 20:43 Changeset [11746] by
- Fix reader memory leak.
- 19:40 Changeset [11745] by
- Remove since-long deprecated initialization files and unsupported …
- 19:24 Changeset [11744] by
- Remove references to "libabcl.so" which was deleted sometime during 0.13.
04/05/09:
- 21:12 Changeset [11743] by
- Bump version number.
- 21:12 Changeset [11742] by
- Tag 0.14.1.
- 21:08 Changeset [11741] by
- Backport r11740.
- 21:01 Changeset [11740] by
- Fix tarbal creation.
- 06:23 Changeset [11739] by
- Update version number in release branch to 0.14.1-dev.
- 06:22 Changeset [11738] by
- Create 0.14.0 release tag.
- 06:21 Changeset [11737] by
- Update release date of 0.14.0.
- 06:20 Changeset [11736] by
- Update release date of 0.14.0.
- 06:04 Changeset [11735] by
- Delete release branches of releases no longer supported.
- 06:03 Changeset [11734] by
- Update version number on trunk now that 0.14.x is on a branch.
- 06:00 Changeset [11733] by
- Branch 0.14.x in preparation of the 0.14.0 relaese.
- 05:57 Changeset [11732] by
- Update CHANGES with last-nights commits.
04/04/09:
- 22:22 Changeset [11731] by
- Share code already abstracted out elsewhere (use OverUnderFlowCheck?()).
- 22:16 Changeset [11730] by
- No longer work around absense of Math.{sinh(),cosh(),tanh()}; their …
- 21:57 Changeset [11729] by
- Fix EXPT with a Bignum exponent. At the same time, simplify EXPT and …
- 21:14 Changeset [11728] by
- java.lang.Math has the 'log10()' function since 1.5. Our minimal …
- 19:18 Changeset [11727] by
- Add CHANGES file, summarizing changes per release.
04/03/09:
- 21:52 Changeset [11726] by
- Fix class dependency issue. The current code works on Sun, however …
- 21:17 Changeset [11725] by
- Code audited for the use of MACROEXPAND without an environment. Also, …
- 20:17 Changeset [11724] by
- Make the scripting engine use the Bignum factory instead of the (now …
- 19:41 Changeset [11723] by
- Fix [interpreted mode] RESTART-CASE.{29,30,31}. When expanding macros …
04/01/09:
- 19:58 Changeset [11722] by
- Make sure to create Fixnums when the LispInteger/Bignum? created is in …
03/29/09:
- 19:31 Changeset [11721] by
- Corrected comment about function signature
- 09:52 Changeset [11720] by
- Fix unbound variable error.
- 07:56 Changeset [11719] by
- Fix COMPILE called inside COMPILE-FILE: COMPILE doesn't compile to a …
03/26/09:
- 20:58 Changeset [11718] by
- Fix multiplication of Complex values. Patch by: Robert Dodier …
03/25/09:
- 21:01 Changeset [11717] by
- Added autoloads for byte-array-output-stream.
- 21:00 Changeset [11716] by
- Created byte-array-output-stream
- 20:29 Changeset [11715] by
- Factored out an overload of loadCompiledFunction that can load a …
03/23/09:
- 20:05 Changeset [11714] by
- Use the Fixnum factory instead of creating new Fixnums all over the …
Note: See TracTimeline
for information about the timeline view.