Timeline
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 …
04/19/10:
- 20:50 Ticket #215 (Split "Modules and macros" into "Modules" and "Macros") created by
- Currently we have a single section for modules _and_ macros. From a …
- 15:22 Ticket #214 (NEWS for 4.4.5 and 4.4.6 are the same) created by
- It seems that the NEWS file for 4.4.6 (available at …
04/17/10:
- 02:00 Ticket #213 (csc compilation fails on cygwin) created by
-
The compilation of
csc(from …
04/14/10:
- 20:19 Ticket #212 (expand* and ppexpand* break on the "and" macro) created by
- Hi, I have tried sending the definition of "and" from R5RS, […] …
04/13/10:
- 13:41 Ticket #211 (add a `file-type' procedure to posix unit) created by
- `(file-type FILENAME-OR-FD)' -> SYMBOL Should return one of […]
04/10/10:
- 23:33 Ticket #210 (library directory used in csc not always correct on 64-bit systems) created by
-
Adam Young pointed out an error in
csc: […] It has to be … - 23:14 Ticket #208 (speed up keyword argument processing) closed by
- fixed
- 19:57 Ticket #209 (Chicken allows for shadowing syntax in a way disallowed by R5RS/sec.5.3) created by
- Hi, With master/HEAD, (latest commit is …
04/09/10:
- 10:38 Ticket #208 (speed up keyword argument processing) created by
-
If a call to
##sys#get-keywordhas no default thunk, the lookup can …
04/08/10:
- 15:27 Ticket #8 (wrap up high-load scheduler as egg) closed by
- fixed: Egg is available now, but needs more testing.
- 15:26 Ticket #207 (port lazy-ffi to windows) closed by
- fixed: See r17754.
04/05/10:
- 21:10 Ticket #192 (Only the last clause in COND may be an ELSE clause) closed by
- fixed: This sounds like a great solution.
- 13:28 Ticket #206 (number->string in numbers egg does not fail correctly) closed by
- fixed
- 00:08 Ticket #207 (port lazy-ffi to windows) created by
- libffi is supposed to work with mingw, so it should be possible to port.
04/04/10:
- 23:11 Ticket #191 (make distclean fix) closed by
- fixed
- 23:11 Ticket #190 (sandbox egg seems to endlessly loop when loaded on chicken 4.4.0) closed by
- fixed: The problem was triggered by an incorrect compiler-optimization, which …
- 23:10 Ticket #201 (lazy-ffi: ##sys#cons-flonum doesn't exist anymore) closed by
- fixed: That particular error is fixed in r17725 and will be tagged in a short …
- 23:05 Ticket #204 ("Shell argument quoting" section is duplicated in "Unit utils") closed by
- fixed: Thanks, mario. Patch applied in b332b1b (experimental).
- 23:00 Ticket #194 (chicken-install -test should not apply to dependencies) closed by
- fixed: See commit b86f80d9455602a576461382ef55c1bcdf8b7718 (experimental)
- 22:58 Ticket #205 (number->string does not accept abritrary radixes) closed by
- fixed: Many thanks for the patch (the style is fine, btw). Applied in commit …
- 21:52 Ticket #206 (number->string in numbers egg does not fail correctly) created by
- (number->string "7") -> #f (use numbers) (number->string "7" 3) -> 7 …
- 21:46 Ticket #205 (number->string does not accept abritrary radixes) created by
- The current implementation does not allow any other radix than the …
Note:
See TracTimeline
for information about the timeline view.
