Timeline



11/30/09:

20:44 Ticket #135 (load & CHICKEN_INCLUDE_PATH for chicken 4) created by Mario Domenech Goulart
Maybe I'm terribly missing something, but... Consider the following …

11/29/09:

03:59 Ticket #134 (find-files traverses symlinks) created by Jim Ursetto
find-files traverses symlinks. This behavior isn't specifically …

11/28/09:

01:34 Ticket #133 ((require 'id) may load executable "id") created by Jim Ursetto
There is a problem with (require) that is admittedly rare. If you are …

11/27/09:

15:29 Ticket #132 (improve devastating floating-point performance) created by felix winkelmann
Floating-point calculations are quite slow, because all operations are …

11/25/09:

22:10 Ticket #131 (check for defined exports may be confused by renaming) created by felix winkelmann
If a macro expands into a module-definition, the check for missing …
10:14 Ticket #130 (add proxy support to setup-download) closed by felix winkelmann
fixed
07:37 Ticket #130 (add proxy support to setup-download) created by felix winkelmann
retrieving eggs via HTTP does currently not handle communication that …

11/23/09:

18:00 Ticket #105 (remove "benchmark" mode, replace with -O5) closed by felix winkelmann
fixed
17:56 Ticket #103 (Remove obsolete files) closed by felix winkelmann
fixed
17:55 Ticket #101 (remove meaningless benchmarks) closed by felix winkelmann
fixed
17:54 Ticket #126 (don't use internal hook in tinyclos for instance foreign type) closed by felix winkelmann
fixed
17:53 Ticket #106 (allows using config file for make(1) variables) closed by felix winkelmann
fixed
17:50 Ticket #107 (non-atomic expressions in operator position are suboptimally handled) closed by felix winkelmann
fixed
17:49 Ticket #93 (remove things that refer to obsolete apply hook) closed by felix winkelmann
fixed
17:48 Ticket #104 (import-library should only be generated if it actually changed) closed by felix winkelmann
fixed
17:46 Ticket #127 (use internal form of 'syntax' to avoid capturing) closed by felix winkelmann
fixed
17:45 Ticket #129 (`cond-expand' doesn't work when introduced by macro) closed by felix winkelmann
fixed
01:46 Ticket #129 (`cond-expand' doesn't work when introduced by macro) created by felix winkelmann
cond-expand has to strip feature-IDs, or a macro-expansion …

11/22/09:

11:16 Ticket #128 (remove read-syntax for `syntax') closed by felix winkelmann
fixed
11:13 Ticket #120 (Allow extensions to consist of import-library only) closed by felix winkelmann
fixed
11:12 Ticket #111 (Make the argument for `seconds->{string,local-time,utc-time}' optional) closed by felix winkelmann
fixed
11:11 Ticket #80 (regex grep enhancement) closed by felix winkelmann
fixed

11/21/09:

13:19 Ticket #128 (remove read-syntax for `syntax') created by felix winkelmann
Since syntax-case must not been supported anymore, the read-syntax for …
13:16 Ticket #127 (use internal form of 'syntax' to avoid capturing) created by felix winkelmann
The code in synrules.scm expands into direct uses of syntax, which …
13:15 Ticket #126 (don't use internal hook in tinyclos for instance foreign type) created by felix winkelmann
Foreign-type handling for instance uses an internal hook in the …
12:47 Ticket #109 (`process-execute` in posixwin.scm doesn't handle missing arglist argument) closed by felix winkelmann
fixed
12:43 Ticket #92 (remove ##sys#syntactic-environment?) closed by felix winkelmann
fixed
12:41 Ticket #116 (tcp read/write timeout should throw specific exception) closed by felix winkelmann
fixed
12:40 Ticket #94 (Bug in `get-condition-property') closed by felix winkelmann
fixed
12:38 Ticket #125 (cross-chicken should prefer loading uncompiled import libraries) created by felix winkelmann
Unless in -host mode, chicken(1) should prefer loading import …

11/20/09:

15:36 Ticket #124 (`-force' should override check of chicken version in `chicken-install') closed by felix winkelmann
fixed
15:35 Ticket #108 (`installation-prefix` in setup-api is not always valid) closed by felix winkelmann
fixed
15:32 Ticket #95 (disable e-mail feature in chicken-bug(1)) closed by felix winkelmann
fixed
15:31 Ticket #96 (chicken-install should not use setup-mode when cross-compiling) closed by felix winkelmann
fixed
15:28 Ticket #102 (`standard-extension` procedure from module setup-api doesn't install ...) closed by felix winkelmann
fixed
04:41 Ticket #121 (srfi-19 dumps core in response to bad arguments) closed by Kon Lovett
fixed: See release 3.0.2 for a more robust {{format-date}}.

11/19/09:

17:22 Ticket #124 (`-force' should override check of chicken version in `chicken-install') created by felix winkelmann
If -force is given, don't abort if the chicken version is less than …
17:12 Ticket #85 (reexporting does not fully work for core library exports) closed by felix winkelmann
fixed

11/18/09:

10:17 Ticket #50 (document compiler syntax) closed by felix winkelmann
fixed
08:48 Ticket #119 (`define-method` does not handle dotted argument lists) closed by felix winkelmann
fixed
08:35 Ticket #100 (inlining can break assumptions about contraction) closed by felix winkelmann
fixed: Merged in version 4.2.5.

11/16/09:

16:59 Ticket #118 (check tinyclos usage in easyffi) closed by felix winkelmann
fixed: Simple tests seem to indicate that it works. easyffi does not generate …
12:28 Ticket #123 (tinyclos primitive class extension procedures are buggy) created by Tony Sidaway
Chicken's implementation of tinyclos has an excellent facility to …

11/15/09:

17:51 Ticket #122 (tinyclos generic mechanism gets confused by a surplus of arguments.) created by Tony Sidaway
(define-generic G) (define-method (G (a <exact>)) (+ a a)) (G 10) ===> …
15:22 Ticket #121 (srfi-19 dumps core in response to bad arguments) created by Tony Sidaway
csi -R srfi-19 (format-date #t "~Y") Segmentation fault csi -R …

11/13/09:

16:16 Ticket #120 (Allow extensions to consist of import-library only) created by felix winkelmann
It is not currently possible to use require-extension and avoid …

11/12/09:

15:57 Ticket #119 (`define-method` does not handle dotted argument lists) created by felix winkelmann
(define-method (foo ... . more) ...) will throw an error. #!rest
15:56 Ticket #118 (check tinyclos usage in easyffi) created by felix winkelmann
easyffi uses tinyclos for C++ wrapping. Verify that it still works.
15:54 Ticket #117 (printing of circular objects does not terminate when shown by `describe') created by felix winkelmann
In csi, describing an object containing circular data will result in …

11/11/09:

14:13 Ticket #116 (tcp read/write timeout should throw specific exception) created by felix winkelmann
It is currently not possible for TCP ports to distinguish between …
13:45 Ticket #115 (Using -host option in setup scripts is incorrect) created by felix winkelmann
Using the -host option in setup scripts will not work as intended: …
13:41 Ticket #99 (inlining may change status of contractables) closed by felix winkelmann
duplicate: See #100
05:42 Ticket #114 (Improvements to tinyclos) created by Tony Sidaway
Attention should be paid to the following aspects of tinyclos. 1. …

11/10/09:

22:41 Ticket #32 (get tinyclos egg for chicken 4 to work) closed by Tony Sidaway
fixed: I'm closing this as fixed but without unhiding the egg. The code as …
02:55 Ticket #113 (Crunch egg: bug in define-crunch-primitives / define-crunch-callback) created by Jeronimo Pellegrini
In line 78 of crunch.scm , pair? is called with two arguments: …

11/09/09:

23:18 Ticket #112 ("Trivial" is not an indicator for "Priority") closed by felix winkelmann
fixed: Done.
14:24 Ticket #112 ("Trivial" is not an indicator for "Priority") created by Mario Domenech Goulart
We have "critical", "major", "minor" and "trivial" as priorities for …
14:21 Ticket #111 (Make the argument for `seconds->{string,local-time,utc-time}' optional) created by Mario Domenech Goulart
When the argument SECONDS is not provided, `(current-seconds)' could …

11/08/09:

02:25 Ticket #110 (CHICKEN_interrupt() may not work in certain situations) created by felix winkelmann
If the scheduler is currently running, then CHICKEN_interrupt() is …
01:21 Ticket #109 (`process-execute` in posixwin.scm doesn't handle missing arglist argument) created by felix winkelmann
Not passing an arglist results in an error. See commit …
01:20 Ticket #108 (`installation-prefix` in setup-api is not always valid) created by felix winkelmann
chicken-prefix is, but not installation-prefix. The former can be …
01:17 Ticket #107 (non-atomic expressions in operator position are suboptimally handled) created by felix winkelmann
Expressions in operator position of procedure calls should be …
01:15 Ticket #106 (allows using config file for make(1) variables) created by felix winkelmann
Currently quite a number of variables must be passed to make(1) to …
01:11 Ticket #105 (remove "benchmark" mode, replace with -O5) created by felix winkelmann
Benchmark mode is somewhat silly and also defaults to fixnum mode, …
01:02 Ticket #104 (import-library should only be generated if it actually changed) created by felix winkelmann
When an import-library is generated and it already exists, then …
00:54 Ticket #103 (Remove obsolete files) created by felix winkelmann
Various files are not used anymore or never installed. Additionally, …
00:36 Ticket #102 (`standard-extension` procedure from module setup-api doesn't install ...) created by felix winkelmann
It also got a new optional arg that controls whether a static module …
00:19 Ticket #101 (remove meaningless benchmarks) created by felix winkelmann
The benchmark suite is of little use, since the tests are too trivial …
00:06 Ticket #100 (inlining can break assumptions about contraction) created by felix winkelmann
When inlining a procedure that contains a call to a contractable (a …

11/05/09:

09:44 Ticket #99 (inlining may change status of contractables) created by felix winkelmann
When inlining a procedure that refers to another procedure that is …

11/04/09:

00:48 Ticket #98 (Typo in date-literals egg in version 3 repository) created by Tony Sidaway
The default port for read-date-literal in this egg is …

11/02/09:

10:31 Ticket #97 (When cross-compiling, the active features do not represent target system) created by felix winkelmann
During the cross-compile, the feature-IDs for target architecture and …
10:28 Ticket #77 (Be more verbose in chicken-install when requiring a minimum version) closed by felix winkelmann
fixed: Has been committed to the "master" branch.

11/01/09:

00:05 Ticket #96 (chicken-install should not use setup-mode when cross-compiling) created by felix winkelmann
When building an extension with a system configured for …
Note: See TracTimeline for information about the timeline view.