Timeline
Mar 22, 2011:
- 9:40 PM Changeset [14692] by
-
- trunk/source/lisp-kernel/x86-exceptions.c
- 9:29 PM Ticket #835 (format function issue (floating point directive)) closed by
- invalid
- 7:18 PM Ticket #836 (Format function handling of ~< ~> seems off) closed by
- invalid: D'oh, that did it. Setting *print-pretty* was the magic I needed. Thanks!
- 7:13 PM Ticket #836 (Format function handling of ~< ~> seems off) created by
- Consider the following: […] Under sbcl and LW this puts 11 or 10 …
- 2:06 PM Changeset [14691] by
-
- release/1.6/source
- …
- 1:42 PM Changeset [14690] by
-
- trunk/source/lib/nfcomp.lisp
- 1:39 PM Changeset [14689] by
-
- trunk/source/level-1/l1-reader.lisp
Mar 21, 2011:
- 11:02 PM Ticket #835 (format function issue (floating point directive)) created by
- Trying example from "Land of Lisp" book: […] Output: Percentages …
- 8:25 PM Changeset [14688] by
-
- trunk/source/tools/asdf.lisp
- 4:15 PM FrequentlyAskedQuestions edited by
- (diff)
- 3:56 PM Changeset [14687] by
-
- trunk/source/tools/asdf.lisp
- 3:00 PM Changeset [14686] by
-
- trunk/source/doc/ccl-documentation.html
- 2:34 PM Changeset [14685] by
-
- trunk/source/doc/src/using.xml
Mar 19, 2011:
- 10:00 PM Changeset [14684] by
-
- release/1.6/source/lib/db-io.lisp
- 2:40 AM Changeset [14683] by
-
- trunk/source/level-1/l1-sysio.lisp
Mar 18, 2011:
- 9:19 PM Changeset [14682] by
-
- trunk/tests/ansi-tests/ccl.lsp
- 9:19 PM Ticket #674 ((/ (complex 1d160 1)) overflows) closed by
- fixed: (In [14681]) In /-2, be more careful with division involving a complex …
- 9:19 PM Changeset [14681] by
-
- trunk/source/level-0/l0-numbers.lisp
- 6:58 PM Ticket #626 (The Darwin lisp kernel should build using 10.5 and 10.6 SDKs) closed by
- fixed: This should work now. See r14675 and r14677.
- 2:25 PM Changeset [14680] by
-
- trunk/source/library/core-files.lisp
Mar 17, 2011:
- 1:00 PM Changeset [14679] by
-
- trunk/source/doc/ccl-documentation.html
- 12:16 PM Changeset [14678] by
-
- trunk/source/doc/src/platform-notes.xml
- …
Mar 16, 2011:
- 8:06 PM Changeset [14677] by
-
- trunk/source/lisp-kernel/darwinx8632/Makefile
- …
Mar 15, 2011:
- 7:11 PM Changeset [14676] by
-
- trunk/tests/ansi-tests/ccl.lsp
Mar 14, 2011:
- 9:12 PM Ticket #834 (document and support external format for liberal line ending convention) created by
- There should be a documented external format that is liberal in …
- 5:56 PM Changeset [14675] by
-
- trunk/source/lisp-kernel/darwinx8632/Makefile
- …
- 4:14 AM Ticket #833 (newline handled incorrectly by load and compile-file) reopened by
- What does this have to do with "Notepad compatibility". Emacs writes …
- 3:52 AM Ticket #833 (newline handled incorrectly by load and compile-file) closed by
- invalid: (2) above is the obvious solution, which is why CCL (and doubtless …
- 2:04 AM Ticket #833 (newline handled incorrectly by load and compile-file) created by
- When a line ending appears in a string to be read via LOAD or …
Mar 11, 2011:
- 7:40 PM Ticket #832 ((sqrt #c(1d300 1d300)) signals overflow) closed by
- fixed: Fixed by r14673 (see ticket:830).
- 7:40 PM Ticket #831 ((log #c(1d300 1d300)) signals overflow) closed by
- fixed: Fixed by r14673 (see ticket:830).
- 7:30 PM Changeset [14674] by
-
- trunk/tests/ansi-tests/ccl.lsp
- 7:30 PM Ticket #830 ((abs #c(1d300 1d300)) signals overflow) closed by
- fixed: (In [14673]) When computing the absolute value of a complex number, be …
- 7:30 PM Changeset [14673] by
-
- trunk/source/level-0/l0-numbers.lisp
Mar 8, 2011:
- 5:40 AM Changeset [14672] by
-
- trunk/source/lisp-kernel/x86-exceptions.c
- 4:02 AM Changeset [14671] by
-
- trunk/source/lisp-kernel/x86-exceptions.c
- 3:38 AM Ticket #832 ((sqrt #c(1d300 1d300)) signals overflow) created by
- (sqrt #c(1d300 1d300)) signals an overflow, but the square root …
- 3:35 AM Ticket #831 ((log #c(1d300 1d300)) signals overflow) created by
- (log #c(1d300 1d300)) signals overflow, but it shouldn't since …
- 3:29 AM Ticket #830 ((abs #c(1d300 1d300)) signals overflow) created by
- As the subject says, (abs #c(1d300 1d300)) signals an overflow. …
- 2:14 AM Changeset [14670] by
-
- trunk/source/level-0/l0-float.lisp
Mar 7, 2011:
- 9:39 PM Ticket #828 (atan branch cuts wrong?) closed by
- fixed: (In [14669]) In ATAN of a complex argument, compute the value in terms …
- 9:39 PM Changeset [14669] by
-
- trunk/source/level-0/l0-float.lisp
- 9:27 PM Changeset [14668] by
-
- trunk/tests/ansi-tests/ccl.lsp
- 8:50 PM Changeset [14667] by
-
- trunk/source/tools/asdf-install
- 6:58 PM Changeset [14666] by
-
- trunk/tests/ansi-tests/ccl.lsp
- 6:53 PM Ticket #829 (atanh branch cut wrong?) closed by
- fixed: (In [14665]) In ATANH, in the complex argument case, use the formula …
- 6:53 PM Changeset [14665] by
-
- trunk/source/lib/numbers.lisp
- 4:38 AM Ticket #828 (atan branch cuts wrong?) reopened by
- This ticket is about atan (inverse tangent). Ticket 829 is about …
- 4:32 AM Ticket #828 (atan branch cuts wrong?) closed by
- duplicate: duplicate o ticket:829
- 3:13 AM Ticket #829 (atanh branch cut wrong?) created by
- In ccl 1.6 (32-bit) we have […] but […] The spec says that for …
- 3:02 AM Ticket #828 (atan branch cuts wrong?) created by
- In ccl 1.6 (32-bit), we get […] This is right, I think. However, …
- 12:54 AM Ticket #827 (2D bitmap print-non-readably behavior is misleading) closed by
- invalid: When a multidimensional array is printed when *PRINT-ARRAY* is true …
Mar 6, 2011:
- 6:50 PM Ticket #827 (2D bitmap print-non-readably behavior is misleading) reopened by
- Hi Gary, Tim McNerney? here... (sorry, I supposed I should have logged …
- 6:18 PM Ticket #827 (2D bitmap print-non-readably behavior is misleading) closed by
- invalid: Common Lisp in fact doesn't define reader syntax for multidimensional …
- 4:48 PM Ticket #827 (2D bitmap print-non-readably behavior is misleading) created by
- Summary: 2D Bitmap arrays print non-readably, #2A(#*101010 #*010101) …
Mar 5, 2011:
- 4:54 AM Changeset [14664] by
-
- trunk/linuxarm/ccl/armcl
- 4:49 AM Changeset [14663] by
-
- trunk/linuxarm/ccl/armcl.image
Mar 2, 2011:
- 2:58 PM Changeset [14662] by
-
- trunk/source/level-1/l1-files.lisp
- …
Mar 1, 2011:
- 11:23 PM Ticket #826 (Windows: closing the listener causes a crash) closed by
- fixed: (In [14661]) In -windowShouldClose:?, find the …
- 11:23 PM Changeset [14661] by
-
- trunk/source/cocoa-ide/cocoa-listener.lisp
- 10:56 PM Ticket #826 (Windows: closing the listener causes a crash) created by
- To reproduce: • open ccl Windows IDE • close the listener • notice in …
- 9:41 PM Ticket #819 (windows exception 0x80000004 in SPffcall) closed by
- fixed: As of r14657, we don't save/restore DF in SPffcall at all. We have …
- 8:49 PM Ticket #825 (Hunchentoot / usocket installation fails) closed by
- worksforme: Ah. I had assumed that all I needed was dx86cl and dx86cl.image. I …
- 11:28 AM Ticket #825 (Hunchentoot / usocket installation fails) created by
- Using dx86cl from SVN, usocket and therefore Hunchentoot installation …
- 1:13 AM Ticket #824 (Is "Modern Mode" as defined by Franz Inc available in CCL?) closed by
- wontfix: No.
- 12:52 AM Ticket #824 (Is "Modern Mode" as defined by Franz Inc available in CCL?) created by
- Here's a description ... Modern mode Lisp is identical to ANSI Common …
Feb 28, 2011:
- 11:33 PM Ticket #813 (There is no warning for unsaved documents when closing the IDE (Cocotron) closed by
- fixed: (In [14660]) When modifying a document's textstorage on Cocotron, …
- 11:33 PM Changeset [14660] by
-
- trunk/source/cocoa-ide/cocoa-editor.lisp
- 10:47 PM Ticket #818 (NSRunAlertPanel() hangs on Cocotron) closed by
- fixed: r14659 tries to workaround this, assuming that my understanding of the …
- 5:30 PM Changeset [14659] by
-
- trunk/aux/cocotron/win32/cocotron/AppKit.1.0.dll
- …
- 2:28 AM Ticket #823 (Shebang support) created by
- I like to start my Common Lisp scripts with #!/usr/bin/env ccl. But …
Feb 27, 2011:
- 10:59 PM Ticket #822 (run-program and save-application don't work together) created by
- When I start a program with run-program and then save an application …
- 6:40 AM Ticket #821 (handler-case cannot handle stack overflow) closed by
- invalid: The condition signaled by stack overflow in CCL isn't a subtype of …
- 5:32 AM Ticket #821 (handler-case cannot handle stack overflow) created by
- (defun f (n) (if (> n 0) (1+ (f (1- n))) 0)) In GCL, (handler-case …
Feb 24, 2011:
- 12:10 PM Changeset [14658] by
-
- trunk/source/lisp-kernel/thread_manager.c
Feb 22, 2011:
- 7:00 PM Changeset [14657] by
-
- trunk/source/lisp-kernel/x86-spentry32.s
- 11:34 AM Changeset [14656] by
-
- trunk/source/level-0/l0-cfm-support.lisp
- …
Feb 21, 2011:
- 8:23 AM Changeset [14655] by
-
- trunk/source/lisp-kernel/arm-exceptions.c
Feb 20, 2011:
- 11:19 AM Ticket #820 (rename file name in finder) created by
- when you do 'save as', the filename with the suffix are selected. …
Note: See TracTimeline
for information about the timeline view.