Timeline



05/21/10:

23:52 Ticket #243 (GC in callbacks will invalidate references to Scheme data used in ...) created by felix winkelmann
When code compiled with crunch manipulates number-vectors or strings …

05/20/10:

18:45 Ticket #239 (errors in record-printers give "error in error" error) closed by felix winkelmann
fixed: See commit 5b01de0a6c711ea940413fd813aa0247b92981aa (experimental). …
17:52 Ticket #241 (`(set! (setter X) ...)' crashes when given non-procedure) closed by felix winkelmann
worksforme: Hm. Can't reproduce. Very strange.
15:51 Ticket #242 (-verbose not recognized by csc) closed by felix winkelmann
fixed: See commit 4a04895c43c0f21337d4ce17934223b488dce4a4 (experimental). …

05/19/10:

18:25 Ticket #162 (add documentation for srfi-4, srfi-13, srfi-14 and srfi-18 to manual) closed by Jim Ursetto
fixed
16:37 Ticket #242 (-verbose not recognized by csc) created by Mario Domenech Goulart
csc doesn't recognize -verbose, although csc -help says it …
15:52 Ticket #241 (`(set! (setter X) ...)' crashes when given non-procedure) created by felix winkelmann
(setter X) should check the argument type.
15:52 Ticket #240 (wrong lambda-info for `vector-set!') created by felix winkelmann
Library procedures that are latter redefined with a setter-extended …

05/18/10:

15:32 Ticket #239 (errors in record-printers give "error in error" error) created by felix winkelmann
Errors in the printer while printing an error message should probably …
15:28 Ticket #228 (avoid recompilation of regular expressions, at least for simple cases) closed by felix winkelmann
fixed: The internal routine used to canonicalize regular-expression arguments …
07:49 Ticket #238 (4.5.0 post-release maintenance) closed by felix winkelmann
fixed

05/16/10:

02:13 Ticket #238 (4.5.0 post-release maintenance) created by felix winkelmann
* sync wiki and core manual * merge future branch into master
02:05 Ticket #231 (clean up unsafeness declarations in core libraries) closed by felix winkelmann
fixed
00:05 Ticket #235 (> < >= <= = 2-arg compiler rewrites are broken) closed by felix winkelmann
fixed: Fixed in commit 90ff06e (master).

05/15/10:

23:33 Ticket #237 (extend chicken-install functionality) created by felix winkelmann
Stephen Eilert suggested the following: -update-all: this would …

05/14/10:

23:52 Ticket #236 (extend "list" command for henrietta CGI) created by felix winkelmann
Handy would be 1. List all eggs with the highest available version 2. …
15:21 Ticket #234 (provide safe C_inline definitions for some fixnum operations) closed by felix winkelmann
fixed: See commit c1f8ca15d237ed91ebe52e28b2200f906b777f49 (experimental).
03:07 Ticket #235 (> < >= <= = 2-arg compiler rewrites are broken) created by Jim Ursetto
The implementation of C_i_greaterp does not throw an error when the …

05/13/10:

22:05 Ticket #233 (termite compiles but fails to install) closed by Christian Kellermann
fixed: Yes, I did some additional tests before closing the ticket. Thanks for …

05/12/10:

16:14 Ticket #234 (provide safe C_inline definitions for some fixnum operations) created by felix winkelmann
The following fixnum-operations should be provided as safe directly …
09:52 Milestone 4.5.0 completed

05/11/10:

22:27 Ticket #233 (termite compiles but fails to install) created by Jeronimo Pellegrini
Hi, I just tried to install the termite egg with the latest git/HEAD …
13:17 Ticket #90 (Compiled SLIB support) closed by felix winkelmann
wontfix: silence.
13:15 Ticket #226 (register `chicken-MAJOR.MINOR` feature identifier) closed by felix winkelmann
fixed: Added in f1dbd72e6ac025d45b15e9208a977bbe37feacdb (experimental).

05/07/10:

12:02 Ticket #232 (egg tools in cross-mode should be able to do host/target processing in ...) created by felix winkelmann
For example, chicken-install -host -target could install an egg both …
11:59 Ticket #231 (clean up unsafeness declarations in core libraries) created by felix winkelmann
Common unsafeness decls should go into "unsafe-declarations.scm" and …
11:57 Ticket #230 (find-files doesn't see dotfiles) created by felix winkelmann
It currently uses (glob "*/<DIR>"), which will not list dotfiles. …
11:55 Ticket #134 (find-files traverses symlinks) closed by felix winkelmann
worksforme: Changing the signature to use keyword arguments will break too much …

05/04/10:

09:39 Ticket #229 (implement apply-hack for ARM CPUs) created by felix winkelmann
May be tricky, since there exist various versions and ABIs, but would …
09:37 Ticket #228 (avoid recompilation of regular expressions, at least for simple cases) created by felix winkelmann
Compiler syntax for string-(search|match)[-positions] with literal …

05/03/10:

14:51 Ticket #227 (add cross-development chapter to manual) created by felix winkelmann
http://chicken.wiki.br/cross-compilation may be a start.

05/02/10:

01:16 Ticket #224 (map allows non-list arguments) closed by felix winkelmann
fixed: In 22699fd729e2b1e08e8bdb2d6a5d640382d209d8 (experimental), a check …
00:26 Ticket #226 (register `chicken-MAJOR.MINOR` feature identifier) created by felix winkelmann
This would make it easier to conditionalize code for a particular version.
00:25 Ticket #223 (unbound proc error in alist->hash-table) closed by felix winkelmann
fixed: Fixed in 4eb791fc459977e8f1780d74763ca2359f4bb523 (master). Also …
00:23 Ticket #225 (Add a predicate for port open/closed status (slot 8)) closed by felix winkelmann
fixed: Applied in 6eda778123408d57e78e6e87935dd7c588df724c (experimental). …

05/01/10:

15:31 Ticket #225 (Add a predicate for port open/closed status (slot 8)) created by sjamaan
Currently there's no way to check if a port is open or closed besides …

04/30/10:

08:16 Ticket #224 (map allows non-list arguments) created by Jim Ursetto
If the first list argument to map is not actually a list, map will …
08:12 Ticket #223 (unbound proc error in alist->hash-table) created by Jim Ursetto
This error goes away if you use data-structures along with srfi-69. $ …

04/29/10:

21:33 Ticket #222 (Export `ssax:warn') created by Mario Domenech Goulart
The warning messages from ssax are annoying and not having …
15:17 Ticket #221 (defstruct could use compiler-syntax to speed up instance creation) created by felix winkelmann
By defining a compiler-macro on the constructor, keyword arguments can …
12:54 Ticket #220 (call-with-values rewrite rule for known producer with single-valued body) created by felix winkelmann
(call-with-values K P F) with P having a lambda as known value and …

04/28/10:

08:40 Ticket #219 (reexport with renaming fails when import libraries are used) created by felix winkelmann
In the following code s2 in the expansion of s1 will not be found …

04/27/10:

15:25 Ticket #217 (peek-char works incorrectly for tcp ports) closed by felix winkelmann
fixed: Fixed in 4d285bb430f150d5fd881b89f1aab255b43c57d5 (experimental). …
15:23 Ticket #209 (Chicken allows for shadowing syntax in a way disallowed by R5RS/sec.5.3) closed by felix winkelmann
fixed: See 9fd71180ce4c45d5b81051f1e942ef135450a9f8 and …

04/23/10:

23:17 Ticket #218 (random not random) created by Jim Ursetto
So rand() is completely subpar at generating random numbers in two …
19:10 Ticket #216 (consider `begin` variant with toplevel semantics that can be used locally) closed by felix winkelmann
fixed: aded in 4722762d (experimental).
14:45 Ticket #217 (peek-char works incorrectly for tcp ports) created by felix winkelmann
When using peek-char on a TCP port, the unread character is not seen …
14:41 Ticket #214 (NEWS for 4.4.5 and 4.4.6 are the same) closed by felix winkelmann
fixed: Yes, that's correct - the change was not a user-visible one. I added …

04/22/10:

02:38 Ticket #163 (sha2 digest procedures break when attempt to encode #f) closed by Mario Domenech Goulart
fixed: I've contacted Daishi and he said the patch looks ok. He asked me to …
Note: See TracTimeline for information about the timeline view.