Timeline



12/17/11:

19:33 Ticket #758 (sql-de-lite procedures to key and rekey a sqlcipher-ed db) created by arthurmaciel
Implementation of sqlite3_key and sqlite3_rekey procedures to work …
17:44 Ticket #757 (provide ##core#inline-routines for cheap SRFI-4 vector primitives) created by felix winkelmann
XXXvector-length, XXXvector-ref and XXXvector-set! would be much …
17:40 Ticket #756 (inline call to known variable if its value refers to an intrinsic) created by felix winkelmann
For example: {{ (define foo +) (print (foo 3 4)) }} should …

12/15/11:

11:06 Ticket #755 (unboxing of specialized fp operations seems buggy) created by felix winkelmann
In the attached program compiling with specialization and unboxing …

12/13/11:

13:50 Ticket #754 (compiler-typecase: try to obtain line-number in error message if possible) created by felix winkelmann
Errors generated by compiler-typecase will not have any …
13:48 Ticket #753 (system: compile emitted import-libraries automatically) created by felix winkelmann
When compiling a system, it would be handy to have any emitted …
13:42 Ticket #752 (test and document qt-light enhancements by satosi) created by felix winkelmann
See branch satosi-enhancements.
13:39 Ticket #751 (specialization may result in the same code being walked multiple times) created by felix winkelmann
This will also signal type-warnings several times. The reason is the …
13:37 Ticket #750 (shell: add form to capture output) created by felix winkelmann
Something like (capture CMD ...) that returns the collected output …
13:35 Ticket #749 (honu: handle octal format escapes in string literals) created by felix winkelmann
Currently not done but would be needed to handle all kinds of C strings.
13:34 Ticket #748 (investigate usefulness of providing a compilation mode that disables ...) created by felix winkelmann
This would mean alternative specialization rules which might increase …
13:30 Ticket #747 (coops: integrate primitive type classes) created by felix winkelmann
Currently this is a separate file since it was considered to be an …
13:27 Ticket #746 (invalidating blist entry for assignment not necessary when variable is ...) created by felix winkelmann
Assignment of lexical variables invalidates the "blist" entry, as an …
13:23 Ticket #745 (disable specialization for assigned toplevel variables) created by felix winkelmann
Redefinition of assigned variables should disable specialization for …
13:20 Ticket #744 (spock: implement non-trivial example and test on all platforms) created by felix winkelmann
We need a non-trivial program that does something interesting and …
13:14 Ticket #743 (SIGINT handling in csi on Windows possibly broken) created by felix winkelmann
Make sure this works. IIRC it doesn't (and exit the process completely).
13:12 Ticket #742 (perform immediateness checks inline before calling C_mutate) created by felix winkelmann
By doing this an out-of-line function call may be avoided which could …

12/12/11:

16:52 Ticket #741 (add compiler option for selective profiling) created by felix winkelmann
Currently profiling for particular procedures can only be done via a …
12:24 Ticket #740 ("-d0" is accepted as number syntax on some systems) created by felix winkelmann
The core number parser reads this as a floating-point number, when the …

12/11/11:

17:29 Ticket #739 (Allow more specific foreign types) created by Moritz Heidkamp
Currently, typedefs cannot be used directly but have to be replaced by …
15:13 Ticket #738 (callback tests failure on cygwin) created by Mario Domenech Goulart
[…]
15:05 Ticket #690 ("make check" errors on cygwin) closed by Mario Domenech Goulart
fixed: Fixed in master (61ee5587f59a5ae7b56dbee2ef6ca7580dff12f9)

12/10/11:

21:26 Ticket #737 (bvsp-spline: wiki parser doesn't support multiline <procedure> markup) created by Mario Domenech Goulart
Attached is a patch to fix the problem.
11:08 Ticket #691 (number/string-conversion tests fail on Windows (mingw-msys)) closed by sjamaan
fixed: OK, this was added. Closing ticket.

12/06/11:

22:08 Ticket #736 (make CHICKEN_REPOSITORY support a search path) created by Jim Ursetto
It's been suggested that CHICKEN_REPOSITORY could be made to support a …

12/02/11:

17:19 Ticket #735 (numeric-macros contains an error in decrement operator) closed by Kon Lovett
fixed
16:39 Ticket #735 (numeric-macros contains an error in decrement operator) created by Christian Kellermann
This has been reported by Markus Klotzbuecher on chicken-users […]
10:02 Ticket #734 (Numbers egg ignores #e and #i) closed by sjamaan
invalid: This is due to a problem in Chicken core which has been fixed recently …
09:55 Ticket #734 (Numbers egg ignores #e and #i) created by johnwcowan
#e should force the following numeric constant to be interpreted as …

12/01/11:

10:06 Ticket #680 (chicken HEAD (2011-08-31) breaks sedna) closed by felix winkelmann
fixed
10:05 Ticket #725 (Drop regex dependencies from chicken-core scripts) closed by felix winkelmann
fixed

11/28/11:

22:17 Ticket #732 (Include dates in wiki egg documentation "Version History") closed by sjamaan
wontfix: I think this would be up to each individual author as it would be …
14:53 Ticket #733 (`chicken-doc'-friendly documentation for srfi-4-utils) closed by Ivan Raikov
fixed: Patch applied, thanks!
14:38 Ticket #733 (`chicken-doc'-friendly documentation for srfi-4-utils) created by Mario Domenech Goulart
Hi Ivan, Would you consider applying the attached patch to the …

11/21/11:

15:11 Ticket #732 (Include dates in wiki egg documentation "Version History") created by andyjpb
It'd be useful to include a bit more metadata in these sections: …

11/19/11:

07:54 Ticket #728 (sendfile.setup will probably not work on windows) closed by certainty
fixed: I've just removed this line, as it's easier to just do it yourself if …
07:22 Ticket #727 (sendfile broken for files > 1MB) closed by certainty
fixed: I've applied the patch and release 1.7.8. Thanks
07:18 Ticket #729 (sendfile test errors) closed by certainty
fixed: I've applied the patch to trunk and will soon tag a release

11/18/11:

18:55 Ticket #730 (freetds: wrong syntax for multiline block comment in freetds.scm) closed by Peter Danenberg
fixed: Fixed it and pushed a new 0.1.5.
18:26 Ticket #731 (couchdb-view-server: segfault in tests) created by Mario Domenech Goulart
See …
18:18 Ticket #730 (freetds: wrong syntax for multiline block comment in freetds.scm) created by Mario Domenech Goulart
freetds.scm uses !# ... #! instead of #! ... !#, causing …

11/17/11:

18:39 Ticket #729 (sendfile test errors) created by Mario Domenech Goulart
sendfile's test suite shows errors on different platforms: * …
13:07 Ticket #728 (sendfile.setup will probably not work on windows) created by Mario Domenech Goulart
The latest lines from sendfile.setup are […] I suspect that it'll …
13:02 Ticket #727 (sendfile broken for files > 1MB) created by Mario Domenech Goulart
[http://paste.call-cc.org/paste?id=1edbe668ac529ce5f062b7216250d017a962
08:58 Ticket #652 (plot needs datatype and matchable) closed by Ivan Raikov
fixed: This has been fixed in release 1.1
Note: See TracTimeline for information about the timeline view.