Timeline
05/20/10:
- 18:45 Ticket #239 (errors in record-printers give "error in error" error) closed by
- fixed: See commit 5b01de0a6c711ea940413fd813aa0247b92981aa (experimental). …
- 17:52 Ticket #241 (`(set! (setter X) ...)' crashes when given non-procedure) closed by
- worksforme: Hm. Can't reproduce. Very strange.
- 15:51 Ticket #242 (-verbose not recognized by csc) closed by
- 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
- fixed
- 16:37 Ticket #242 (-verbose not recognized by csc) created by
-
csc doesn't recognize
-verbose, althoughcsc -helpsays it … - 15:52 Ticket #241 (`(set! (setter X) ...)' crashes when given non-procedure) created by
-
(setter X)should check the argument type. - 15:52 Ticket #240 (wrong lambda-info for `vector-set!') created by
- 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
- 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
- fixed: The internal routine used to canonicalize regular-expression arguments …
- 07:49 Ticket #238 (4.5.0 post-release maintenance) closed by
- fixed
05/16/10:
- 02:13 Ticket #238 (4.5.0 post-release maintenance) created by
-
* sync wiki and core manual
* merge
futurebranch intomaster… - 02:05 Ticket #231 (clean up unsafeness declarations in core libraries) closed by
- fixed
- 00:05 Ticket #235 (> < >= <= = 2-arg compiler rewrites are broken) closed by
- fixed: Fixed in commit 90ff06e (master).
05/15/10:
- 23:33 Ticket #237 (extend chicken-install functionality) created by
- Stephen Eilert suggested the following: -update-all: this would …
05/14/10:
- 23:52 Ticket #236 (extend "list" command for henrietta CGI) created by
- 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
- fixed: See commit c1f8ca15d237ed91ebe52e28b2200f906b777f49 (experimental).
- 03:07 Ticket #235 (> < >= <= = 2-arg compiler rewrites are broken) created by
- 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
- 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
- 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
- Hi, I just tried to install the termite egg with the latest git/HEAD …
- 13:17 Ticket #90 (Compiled SLIB support) closed by
- wontfix: silence.
- 13:15 Ticket #226 (register `chicken-MAJOR.MINOR` feature identifier) closed by
- 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
-
For example,
chicken-install -host -targetcould install an egg both … - 11:59 Ticket #231 (clean up unsafeness declarations in core libraries) created by
- Common unsafeness decls should go into "unsafe-declarations.scm" and …
- 11:57 Ticket #230 (find-files doesn't see dotfiles) created by
-
It currently uses
(glob "*/<DIR>"), which will not list dotfiles. … - 11:55 Ticket #134 (find-files traverses symlinks) closed by
- 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
- 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
-
Compiler syntax for
string-(search|match)[-positions]with literal …
05/03/10:
- 14:51 Ticket #227 (add cross-development chapter to manual) created by
- http://chicken.wiki.br/cross-compilation may be a start.
05/02/10:
- 01:16 Ticket #224 (map allows non-list arguments) closed by
- fixed: In 22699fd729e2b1e08e8bdb2d6a5d640382d209d8 (experimental), a check …
- 00:26 Ticket #226 (register `chicken-MAJOR.MINOR` feature identifier) created by
- 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
- fixed: Fixed in 4eb791fc459977e8f1780d74763ca2359f4bb523 (master). Also …
- 00:23 Ticket #225 (Add a predicate for port open/closed status (slot 8)) closed by
- fixed: Applied in 6eda778123408d57e78e6e87935dd7c588df724c (experimental). …
05/01/10:
- 15:31 Ticket #225 (Add a predicate for port open/closed status (slot 8)) created by
- 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
- 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
- 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
- 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
- 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
-
(call-with-values K P F)withPhaving a lambda as known value and …
04/28/10:
- 08:40 Ticket #219 (reexport with renaming fails when import libraries are used) created by
-
In the following code
s2in the expansion ofs1will not be found …
04/27/10:
- 15:25 Ticket #217 (peek-char works incorrectly for tcp ports) closed by
- 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
- fixed: See 9fd71180ce4c45d5b81051f1e942ef135450a9f8 and …
04/23/10:
- 23:17 Ticket #218 (random not random) created by
- 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
- fixed: aded in 4722762d (experimental).
- 14:45 Ticket #217 (peek-char works incorrectly for tcp ports) created by
-
When using
peek-charon 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
- 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
- fixed: I've contacted Daishi and he said the patch looks ok. He asked me to …
04/20/10:
- 12:37 Ticket #213 (csc compilation fails on cygwin) closed by
- fixed: Thanks Mario - patch is applied in a455159 (master) and has also been …
- 12:31 Ticket #216 (consider `begin` variant with toplevel semantics that can be used locally) created by
-
(##core#toplevel-begin BODY ...): likebegin, but do not …
Note:
See TracTimeline
for information about the timeline view.
