Timeline



10/08/10:

20:17 Ticket #412 (Compiler flag -fwrapv is not known to GCC 3.3.5) created by Christian Kellermann
This breaks the build on OpenBSD. (Yes the compiler is ancient). Which …
09:11 Ticket #381 (Report the top-level binding that an error occurs in) closed by felix winkelmann
fixed: Should be better in 4.6.2. This required passing along the name of the …

10/07/10:

23:00 Ticket #411 (chicken-doc-admin + 4.6.2: Error: (irregex-match-start-index) not a ...) created by Mario Domenech Goulart
Running chicken-doc-admin with chicken 4.6.2 gives me the following …
10:29 Ticket #410 (chicken-install question does ignore abort) closed by felix winkelmann
fixed: Ugh. Fixed in "experimental" and "master". Thanks.
10:18 Ticket #410 (chicken-install question does ignore abort) created by Christian Kellermann
Try any egg with a missing dependency and chicken-install -n in a …
08:53 Ticket #404 (convert mistie doc to wiki syntax) closed by felix winkelmann
fixed: Excellent - thanks a lot.

10/06/10:

22:57 Ticket #406 (sql-de-lite: `close-database' throws `Error: bad argument type - not a ...) closed by Mario Domenech Goulart
invalid: It works with 4.5.0, 4.6.0 and 4.6.2. It doesn't work with 4.6.1, so …
18:30 Ticket #409 (bind: add support for more types) created by felix winkelmann
In particular [u]int32_t and pointer-vector.
12:12 Ticket #408 (`define-record' should allow using SRFI-17 setters) created by felix winkelmann
For example: […]

10/05/10:

20:26 Ticket #401 (authorization header parsing for digest authentication (intarweb)) closed by sjamaan
wontfix: You say its *purpose* is to authenticate, but its primary purpose is …
13:04 Ticket #380 (sendfile build failure on Windows/cygwin) closed by Mario Domenech Goulart
fixed: The trunk code works fine on Windows and on Linux. Thanks for fixing …

10/04/10:

22:37 Ticket #407 (,ls and ,cs should ask for (evaluated) expression when no system is ...) created by felix winkelmann
(instead of raising error)
08:51 Ticket #388 (eta-reduction is valid in some cases) closed by felix winkelmann
wontfix: This must also check argument variables for not being global. In the …
01:31 Ticket #406 (sql-de-lite: `close-database' throws `Error: bad argument type - not a ...) created by Mario Domenech Goulart
Myabe I'm doing something stupid, but I get an error when closing a …

10/03/10:

14:12 Ticket #396 (Handle empty path components in uri-generic/uri-common) closed by sjamaan
fixed: This was fixed and released as version 2.35 last week.

10/01/10:

11:49 Ticket #392 (record-variants can not handle module-renamed records) closed by felix winkelmann
wontfix: Unless there is any obvious solution, I don't see how to fix this.
11:48 Ticket #367 (chicken-install -p should not influence paths in "files" entry of ...) closed by felix winkelmann
fixed: In deployment mode, no prefix is used. For cross-chickens, …
09:33 Ticket #405 (add IUP egg to the repo) closed by felix winkelmann
fixed: Already done by Thomas Chust.

09/30/10:

15:42 Ticket #399 (The retrieve option for chicken-install doesn't work for local transport) closed by Mario Domenech Goulart
fixed: Seems to work fine. Thank you. I'm closing this ticket.
09:56 Ticket #405 (add IUP egg to the repo) created by felix winkelmann
Thomas Chust has provided IUP wrappers, which should be added to the …
09:14 Ticket #404 (convert mistie doc to wiki syntax) created by felix winkelmann

09/29/10:

15:00 Ticket #315 (make parameters settable) closed by felix winkelmann
fixed
14:41 Ticket #346 (let-values not available for syntax) closed by felix winkelmann
wontfix: That is correct, currently the expansion environment only contains …
14:37 Ticket #402 (string-match is not identical to string-search even with regexp) closed by felix winkelmann
fixed: Daishi, you're right. It was like that before we switched to irregex …
08:48 Ticket #376 (chicken-install panic on Windows/cygwin: nursery is too small) closed by felix winkelmann
worksforme: I close this now. If you think this should be kept open for closer …
08:47 Ticket #382 (implement pointer-vectors) closed by felix winkelmann
fixed
08:46 Ticket #369 (basic arithmetic broken on 64-bit platforms) closed by felix winkelmann
fixed: Has been fixed in "overflow-detection" branch and merged into …
08:45 Ticket #398 (Nested let-syntax failure to strip renamed identifiers) closed by felix winkelmann
fixed

09/28/10:

19:38 Ticket #403 (Add HTTP proxy support to http-client) created by sjamaan
Figure out how to set up a local proxy to test this, and implement it.
16:40 Ticket #402 (string-match is not identical to string-search even with regexp) created by daishi
(sorry, mario. it was me.) The manual says that string-match is …
16:29 Ticket #401 (authorization header parsing for digest authentication (intarweb)) created by daishi
nc param in the authorization header must be string. Parsing it as …

09/27/10:

21:09 Ticket #400 (fix extensions that refer to the regex library unit using `(declare ...) created by felix winkelmann
These must use require-extension, or they will not be able to use …

09/26/10:

09:28 Ticket #394 (implicit renaming macros) closed by felix winkelmann
fixed: I have applied to patch to "experimental", but not built or tested it, …

09/25/10:

03:45 Ticket #399 (The retrieve option for chicken-install doesn't work for local transport) created by Mario Domenech Goulart
Example: […] This command doesn't actually retrieve the egg code, …

09/24/10:

12:26 Ticket #396 (Handle empty path components in uri-generic/uri-common) reopened by sjamaan
Reopening, as there's still at least one instance of this bug left: …

09/23/10:

19:31 Ticket #396 (Handle empty path components in uri-generic/uri-common) closed by sjamaan
fixed: Oh, fun: I had actually caused this bug myself! (I just didn't …
09:46 Ticket #281 (promote irregex to full unit) closed by felix winkelmann
fixed: Has been merged into "experimental". As a test I have added a …

09/22/10:

21:26 Ticket #398 (Nested let-syntax failure to strip renamed identifiers) created by sjamaan
I dug up the old […] This returns "(1 2 3 a0)" in Chicken. I …
17:02 Ticket #397 (pdf-font.scm from pdf Egg does not build on Chicken 4) created by andyjpb
I've attached a patch which fixes this and also build and adds …
13:04 Ticket #396 (Handle empty path components in uri-generic/uri-common) created by sjamaan
A quick check of the spec seems to indicate that …
12:52 Ticket #389 (contraction must take precedence before inlining) closed by felix winkelmann
fixed

09/21/10:

20:33 Ticket #395 (http-client should not send User-Agent header when client-software is ...) closed by sjamaan
fixed
16:08 Ticket #395 (http-client should not send User-Agent header when client-software is ...) created by Mario Domenech Goulart
Even with (client-software #f), http-client still sends the …
09:09 Ticket #394 (implicit renaming macros) created by sjamaan
From my mail, saved here for later because Felix is too busy right …

09/20/10:

11:04 Ticket #393 (chicken-install error when explicit verno & > 1 extension) closed by felix winkelmann
fixed: See commit 79ef7ee ("master"). Thanks for reporting.
03:14 Ticket #393 (chicken-install error when explicit verno & > 1 extension) created by Kon Lovett
chicken-install -sudo -test iset:1.7 bloom-filter:1.1.0 Error: …

09/19/10:

14:23 Ticket #392 (record-variants can not handle module-renamed records) created by felix winkelmann
The recent change (4.6.1) to module-renamed record tags appears not to …

09/17/10:

23:09 Ticket #390 (C_mutate can omit registering mutation if value is identical) closed by felix winkelmann
fixed
23:00 Ticket #391 (3rd argument to hash-table-update! should be required) closed by felix winkelmann
fixed: Actually this is specified by srfi-69.
21:43 Ticket #391 (3rd argument to hash-table-update! should be required) created by felix winkelmann
Using this function with 2 arguments only makes no sense.
21:20 Ticket #390 (C_mutate can omit registering mutation if value is identical) created by felix winkelmann

09/16/10:

10:16 Ticket #389 (contraction must take precedence before inlining) created by felix winkelmann
If a procedure is inlined that refers to a contractable, then the …
10:14 Ticket #388 (eta-reduction is valid in some cases) created by felix winkelmann
(lambda (v1 ...) (f v1 ...)) can be reduced to f, if f is a safe …

09/15/10:

16:03 Ticket #387 (import without warnings) created by Alex Shinn
Currently when you import from a module which hasn't been required yet …
14:06 Ticket #385 (Better error reporting for srfi-26) closed by sjamaan
fixed: OK, then I'll close this

09/14/10:

18:59 Ticket #372 (make check error on Linux/PPC (Error: assertion failed: (= -1 ...) closed by felix winkelmann
fixed: patch applied.
18:56 Ticket #384 (tag 4.6.1 dev-snapshot) closed by felix winkelmann
fixed
15:53 Ticket #386 (install HTML manual with chicken distribution) created by felix winkelmann
currently the wiki manual is installed in PREFIX/share/doc, but HTML …
15:52 Ticket #358 (warn about possible license conflicts when installing extensions) closed by felix winkelmann
wontfix
15:28 Ticket #348 (store call-trace in error condition object) closed by felix winkelmann
fixed: Done in csi now (4.6.1). I currently don't know if that is sufficient, …
08:54 Ticket #359 (merge manuals in wiki and core) closed by felix winkelmann
fixed

09/13/10:

19:11 Ticket #373 (form-urlencode doesn't encode slashes) closed by taylor_venable
fixed: Yes, uri-common trunk works; everything in my sample requests seems …
15:57 Ticket #385 (Better error reporting for srfi-26) created by sjamaan
((cut + <...> 1) 1) is allowed and returns 1, contrary to …
15:51 Ticket #384 (tag 4.6.1 dev-snapshot) created by felix winkelmann
merge recent changes in "experimental" into "master" and make new …
12:48 Ticket #383 (update bootstrap binaries) created by felix winkelmann
New bootstrap binaries for 4.6.0 should be generated and made …
09:56 Ticket #382 (implement pointer-vectors) created by felix winkelmann
lolevel unit: […] ref/set! accept/return #f for …

09/12/10:

19:20 Ticket #381 (Report the top-level binding that an error occurs in) created by Alaric Snell-Pym
One bane of my life is errors like this: […] ...when just about …

09/11/10:

20:38 Ticket #380 (sendfile build failure on Windows/cygwin) created by Mario Domenech Goulart
Here's the log/error message: […] Here's the chicken I'm using: …

09/10/10:

16:21 Ticket #379 (Complete SRFI-46 support) created by sjamaan
I got bored so I decided to finish srfi-46 support. Right now we have …
15:03 Ticket #378 (implement equivalence predicate that combines equal? and =) created by felix winkelmann
(equal=? X Y) Compares X and Y structurally, but numbers are …
13:15 Ticket #375 (Wrong linker option for csc on Windows/cygwin) closed by felix winkelmann
fixed: Should be fixed in "master" + "experimental".
13:09 Ticket #374 (make spotless doesn't remove cygchicken-0.dll and libchicken.dll.a) closed by Mario Domenech Goulart
invalid: Damn, now I can't reproduce it either. I don't remember what the make …
10:46 Ticket #377 (STATICBUILD doesn't seem to run on cygwin) created by felix winkelmann
Gives linker errors, but needs to be verified first.
04:57 Ticket #376 (chicken-install panic on Windows/cygwin: nursery is too small) created by Mario Domenech Goulart
[…] I could reproduce this behavior with chicken from both master …
04:52 Ticket #375 (Wrong linker option for csc on Windows/cygwin) created by Mario Domenech Goulart
The bin path is being given to the linker: […] It works if I give …
03:51 Ticket #374 (make spotless doesn't remove cygchicken-0.dll and libchicken.dll.a) created by Mario Domenech Goulart
On Windows/cygwin, make spotless doesn't remove …

09/09/10:

19:20 Ticket #373 (form-urlencode doesn't encode slashes) created by taylor_venable
Using form-urlencode (and hence, http-client when a function such …

09/08/10:

03:03 Ticket #370 (Chicken web site rendering is too slow) closed by Ivan Raikov
fixed: Works fast and smooth here, thank you guys for fixing it. Replying to …
Note: See TracTimeline for information about the timeline view.