Timeline
08/07/10:
- 16:09 Ticket #305 (scripts/tools.scm needs srfi-69) closed by
- fixed
- 13:30 WikiStart edited by
- (diff)
- 10:54 WikiStart edited by
- (diff)
- 03:34 Ticket #123 (tinyclos primitive class extension procedures are buggy) closed by
- fixed: Yes. Done.
- 02:02 Ticket #305 (scripts/tools.scm needs srfi-69) created by
- Patch attached.
08/06/10:
- 23:04 Ticket #303 (amb does not fail when there's no acceptable values) closed by
- worksforme: csi -n CHICKEN (c)2008-2010 The Chicken Team (c)2000-2007 Felix L. …
- 10:58 Ticket #304 (coops#subclass? can process abort) closed by
-
fixed: I added a type-check in
slot-lookup. Thanks for reporting this.
08/05/10:
- 08:36 Ticket #304 (coops#subclass? can process abort) created by
- (use coops) (subclass? 'not-a-class! <standard-class>) ;=> Bus error …
08/04/10:
- 15:14 Ticket #303 (amb does not fail when there's no acceptable values) created by
- Hi, It seems that amb will not fail at all when there are no …
08/02/10:
- 22:28 Ticket #302 (`cpu-time' must handle fixnum overflow) created by
-
The changes done in the
flonum-millisecondsbranch must also apply … - 14:48 Ticket #301 (handle references to inline-routines that occur before their definition) created by
- (suggested by sjamaan) References to inline-procedures defined with …
- 14:43 Ticket #218 (random not random) closed by
- worksforme: I still believe that in many cases the admittedly insufficient …
08/01/10:
- 00:10 Ticket #300 (allow reading without "hanging") created by
- (suggested by Alejandro) It would be nice to have a "read as much of …
- 00:05 Ticket #165 (integrate newest irregex version into `regex' unit) closed by
-
fixed: The
total-irregexbranch of the core git repository has been updated … - 00:04 Ticket #74 (Incorrect regexp in call to string-substitute causes random error ...) closed by
- fixed: This is fixed in version 0.8.2 of irregex, which is currently awaiting …
07/31/10:
- 15:26 Ticket #299 (Should "Getting Started" (manual) mention bind instead of easyffi?) closed by
- fixed: It should.
07/30/10:
- 15:25 Ticket #299 (Should "Getting Started" (manual) mention bind instead of easyffi?) created by
- See …
07/29/10:
- 12:40 Ticket #296 (Import with renaming fails when syntax refers to exported binding) closed by
- fixed
- 12:14 Ticket #298 (SRFI-18 time objects store time span as fixnums, which can overflow) created by
- (reported by Nicolas Pelletier) After 12 days, fixnums will overflow …
07/28/10:
- 23:17 Ticket #297 (qwiki: URLs with pound signs are not rendering properly) created by
- Example: http://wiki.call-cc.org/manual/Getting%20started (See the …
- 12:26 Ticket #292 (clarify use if import libraries when compiling modules) closed by
- fixed: Extended faq and Modules pages in the manual somewhat. Not perfectly …
07/26/10:
- 16:26 Ticket #246 (Remove or seriously update the "Software" page) closed by
- fixed: I've kept the Software page and removed "active projects", as …
- 13:43 Ticket #295 (Nested test groups report success even when subgroups failed) closed by
- fixed: Fixed.
- 12:40 Ticket #289 (use fixed-argc C_inline routines for vector/list/##sys#make-structure) closed by
- fixed
- 11:08 Ticket #291 (Put all copyrights & licenses in one place) closed by
- fixed
- 10:46 Ticket #291 (Put all copyrights & licenses in one place) reopened by
- Almost correct. Olin's copyright for let-optionals is only 1996. The …
- 10:31 Ticket #287 (timezone fixes) closed by
- fixed: Patches applied in "experimental" branch.
- 10:14 Ticket #294 (Use <enscript> tag instead of <scheme> for reexport example (Modules ...) closed by
- fixed: Thanks, Mario.
- 10:13 Ticket #291 (Put all copyrights & licenses in one place) closed by
- fixed: I have updated the license text (experimental branch) and made some …
- 10:04 Ticket #286 (utc-time->seconds is abysmally slow on OS X) closed by
- fixed: Applied in experimental branch.
- 10:01 Ticket #296 (Import with renaming fails when syntax refers to exported binding) created by
- (reported by Imran Rafique) The following fails: […] If the …
07/24/10:
- 16:29 Ticket #295 (Nested test groups report success even when subgroups failed) created by
- Here's an example: […] Subgroup C fails, causing subgroup B to …
- 12:12 Ticket #293 (Modules and Macros sections in the manifest file) closed by
- fixed: Fixed in e979125 (master). Thanks.
07/22/10:
- 15:29 Ticket #294 (Use <enscript> tag instead of <scheme> for reexport example (Modules ...) created by
- The code example from the reexport section uses the <scheme> tag. The …
- 02:56 Ticket #293 (Modules and Macros sections in the manifest file) created by
- The manifest file still references the "Modules and macros" section …
07/21/10:
- 15:22 Ticket #292 (clarify use if import libraries when compiling modules) created by
- Martin DeMello suggested: […]
07/20/10:
- 09:37 Ticket #291 (Put all copyrights & licenses in one place) created by
- To make it easier for people making binary-only distributions we …
- 01:49 Ticket #290 (disable reimport notice when executing import library) created by
- Inside an import library, code like (eval '(import scheme chicken …
- 01:17 Ticket #289 (use fixed-argc C_inline routines for vector/list/##sys#make-structure) created by
-
For 0-8 arguments,
list,vectorand##sys#make-structurecan be …
07/19/10:
- 23:40 Ticket #288 (remove "outer" bindings for non-standard procedures in library ...) created by
- The idiom […] is used in many places in the core libraries, but …
- 19:29 Ticket #287 (timezone fixes) created by
- In C_decode_seconds, on platforms that do not consult tm_gmtoff …
- 05:57 Ticket #211 (add a `file-type' procedure to posix unit) closed by
- fixed: Sorry it took me so long to get around to this. Tests out ok, thanks!
- 03:48 Ticket #286 (utc-time->seconds is abysmally slow on OS X) created by
- This could be an os problem but I thought I would document it for …
07/16/10:
- 21:26 Ticket #285 (termite hangs and doesn't return values when it should) created by
- Hello, It seems that the termite egg -- it looks like processes don't …
- 08:30 Ticket #284 (figure out a way to make the 0xab branch of the qt egg available) created by
- The branch contains a lot of cool functionality, but uses (AFAIK) …
- 08:12 Ticket #282 (Bad version for z3) closed by
- fixed: Replying to mario: > The setup file for z3 1.40 declares …
07/14/10:
- 22:12 Ticket #280 (assert should show source-location info, if possible) closed by
- fixed: Added in c752a15 (experimental)
07/13/10:
- 16:04 Ticket #283 (qt egg installation issue (installation-prefix)) created by
- The qt egg installation fails when run by salmonella: …
- 15:33 Ticket #282 (Bad version for z3) created by
- The setup file for z3 1.40 declares its version as {{{(version …
07/10/10:
- 06:35 Ticket #281 (promote irregex to full unit) created by
- On IRC, we were discussing the odd status of irregex, which requires …
- 06:01 Ticket #211 (add a `file-type' procedure to posix unit) reopened by
- Unfortunately this change broke the assumption that regular-file?, …
- 00:09 Ticket #280 (assert should show source-location info, if possible) created by
- (suggested by alejo)
07/09/10:
- 21:28 Ticket #279 (DoS protection support for spiffy) created by
- Some tips Brian Mastenbrook gave on #scheme. I'm pasting them here in …
Note:
See TracTimeline
for information about the timeline view.
