Timeline



10/14/11:

02:22 Ticket #714 (Bus error on sparc64 running OpenBSD) created by Mario Domenech Goulart
[…] […] This is on gcc13.fsffrance.org […] The sources …
00:38 Ticket #713 (bb egg may error out with format security issue) created by Jim Ursetto
As found at …

10/13/11:

21:56 Ticket #712 (when setting CHICKEN_PREFIX the default include path is not correctly ...) created by Christian Kellermann
Sven Hartrumpf kindly reported this issue. What he sees is: […] …

10/06/11:

20:08 Ticket #635 (pstk apply limit hit) closed by Jim Ursetto
fixed: No response from maintainer, so fixed in 1.2.1.
12:39 Ticket #711 (compiler seems to loop endlessly on nemo) created by Mario Domenech Goulart
chicken seems to go into an endless loop when attempting to compile …
10:52 Ticket #657 (ssql tests need test egg) closed by Moritz Heidkamp
fixed: fixed in 0.2.1
09:59 Ticket #674 (##sys#string->number gets called without prefixes in the reader) closed by sjamaan
fixed: Yep, doing so. Thanks for implementing this!
09:52 Ticket #706 (file-exists? does return #f on large files) closed by felix winkelmann
fixed: This should work now . In the current masterversion, file-exists?

10/03/11:

22:21 Ticket #710 (tokyocabinet egg needs to add /usr/local/{lib,include} to build flags ...) closed by Christian Kellermann
invalid: I opened another can of worms with this, please ignore the ticket and …
21:55 Ticket #710 (tokyocabinet egg needs to add /usr/local/{lib,include} to build flags ...) created by Christian Kellermann
The attached patch to the .setup file fixes this
10:32 Ticket #708 (condition-predicate's result is too picky) closed by Christian Kellermann
fixed: The code has been fixed to return #t only if the condition kind is …
01:34 Ticket #709 (Development process problem: the self-dependency loop in the compiler ...) closed by johnwcowan
worksforme: With the new chickenista page, I'll close this too.
01:05 Ticket #709 (Development process problem: the self-dependency loop in the compiler ...) created by johnwcowan
Today I tried to recompile the current head after a make confclean, …

09/28/11:

23:00 Ticket #708 (condition-predicate's result is too picky) created by johnwcowan
The result of (condition-predicate 'foo)
21:47 Ticket #707 (##sys#file-info needs to signal an error if the fstat syscall goes bad) created by Christian Kellermann
I think it is bad style to ignore the errno error signalling mechanism …
15:09 Ticket #706 (file-exists? does return #f on large files) created by Christian Kellermann
Reported by Sven Hartrumpf > I have just lost some files (fortunately, …

09/27/11:

21:50 Ticket #705 (Allowing EVAL to evaluate lists with a procedure in the car) created by johnwcowan
The following does not work and is not required by R5RS to work, but I …
08:47 Ticket #704 (remove ##sys#walk-namespace) created by felix winkelmann
##sys#walk-namespace in library.scm is obsolete - it was used by …

09/26/11:

15:41 Ticket #693 ("write-line" should invoke write-string port method directly) closed by felix winkelmann
fixed: fixed by ckeen in c344ffb.
09:05 Ticket #703 (Restructure core libraries) created by felix winkelmann
The current structure of the libraries is completely arbitrary and …

09/23/11:

21:11 Ticket #279 (DoS protection support for spiffy) closed by sjamaan
wontfix: Closing this since I have absolutely no clue how to fix this. If you …
15:37 Ticket #702 (macro expansion time category specification filter for log5scm) created by Moritz Heidkamp
The attached patch adds support for defining a category specification …
14:52 Ticket #701 (require-extension has a hygiene problem) created by Alaric Snell-Pym
It appears that require-extension doesn't work if you've locally …
14:28 Ticket #700 (requiring uncompiled extensions that use `use' fails) created by Moritz Heidkamp
The problem can be reproduced by having a file foo.scm
10:28 Ticket #634 (Profiler does not work correctly on recursive procedures) closed by felix winkelmann
fixed: This should work now. There have been a few fixes in the internal …
09:08 Ticket #683 (chicken-install exits 0 when trying to install non existent eggs) closed by Christian Kellermann
fixed: fixed in master with a slightly different patch (directory is used …
09:05 Ticket #696 (Stock 4.7.0 chicken cannot compile current trunk) closed by felix winkelmann
worksforme

09/22/11:

23:54 Ticket #285 (termite hangs and doesn't return values when it should) closed by Christian Kellermann
wontfix: I am sorry, but after a year and still no idea how to fix this I will …
23:24 Ticket #677 (bug in pdf egg) closed by Christian Kellermann
fixed: Fixed in version 1.0.2
23:10 Ticket #694 (find-files does follow symlinks contradicts documentation) closed by Christian Kellermann
fixed: I pushed commit 9aaea62 to master, disabling following symlinks by default
21:49 Ticket #695 (Minor gcc warning from runtime.c) closed by sjamaan
fixed: Sorry about that, it was a small oversight on my part. Fixed …
21:15 Ticket #699 (add make-uri constructor to uri-generic and uri-common) created by Moritz Heidkamp
Currently the only constructors for uri-generic and uri-common URI …
18:30 Ticket #698 (missing export declaration for *default-output-spec* in log5scm) created by Moritz Heidkamp
*default-output-spec* is documented but not exported by log5scm.
09:37 Ticket #697 (the make facility in setup-api.scm should transparently handle .exe ...) created by felix winkelmann
On Windows, a make-rule target for an executable requires that the …

09/21/11:

19:47 Ticket #696 (Stock 4.7.0 chicken cannot compile current trunk) created by johnwcowan
When attempting to compile setup-api.scm, setup-download.scm, …
19:31 Ticket #695 (Minor gcc warning from runtime.c) created by johnwcowan
runtime.c: In function ‘decode_literal2’: runtime.c:8845:5: warning: …
17:44 Ticket #694 (find-files does follow symlinks contradicts documentation) created by Christian Kellermann
Found by Sascha Ziemann: The documentation for find-files says: By …
11:49 Ticket #693 ("write-line" should invoke write-string port method directly) created by felix winkelmann
Currently write-string in the extras unit calls display, but …
00:47 Ticket #692 (Numbers egg won't build on Cygwin under 4.7.0) closed by johnwcowan
wontfix: This turned out to be an artifact of old chicken.h files in the wrong …
00:08 Ticket #692 (Numbers egg won't build on Cygwin under 4.7.0) created by johnwcowan
This is what happens when compiling: …

09/20/11:

08:35 Ticket #668 (Issue with 49b92ba0bfb7ecfceb49a45f64e9943ea83a6d94) closed by felix winkelmann
fixed: The fix is so trivial, it hurts: […] Since unbound variable …

09/15/11:

12:53 Ticket #672 (CR: Division by inexact zero results in infinity (or nan) as per IEEE 754) closed by sjamaan
wontfix

09/14/11:

12:24 Ticket #689 (rfb needs miscmacros) closed by felix winkelmann
fixed
12:19 Ticket #691 (number/string-conversion tests fail on Windows (mingw-msys)) created by felix winkelmann
The tests fail in the following places: […]
02:30 Ticket #690 ("make check" errors on cygwin) created by Mario Domenech Goulart
It seems that cygchicken-0.dll is expected to be found in the …
Note: See TracTimeline for information about the timeline view.