[Chicken-users] Re: Prob w/ C_decode_seconds on MacOS X 10.4

2005-12-16 Thread felix winkelmann
Thanks, applied as well. cheers, felix On 12/16/05, Kon Lovett [EMAIL PROTECTED] wrote: Hi Felix, In the old system 'timezone' was a procedure. So the runtime.c C_decode_seconds procedure returns the address of the procedure for the timezone offset! Here is a patch: 7632a7633,7635

Re: [Chicken-users] Questions on changing Chicken runtime and some other stuff

2005-12-16 Thread felix winkelmann
On 12/16/05, Sergey Khorev [EMAIL PROTECTED] wrote: 1. I see there is an item in the TASKS file named an alternative frontend. Does this mean compile programs from other languages to the C code which uses Chicken runtime? Yes, at various stages I thought about translating other languages into

[Chicken-users] srfi-66 and r6rs-libraries eggs

2005-12-16 Thread felix winkelmann
Hello! two new eggs are available: srfi-66 (adds a few procedures to what's provided in srfi-4) r6rs-libraries (SRFI-83 compliant port of Andre van Tonder's simple-macros with automatic `require' and better integration into chicken - this is really quite interesting!) Note that the

[Chicken-users] Fix for MinGW build

2005-12-16 Thread Sergey Khorev
Breaking my previous statement, here is a path to fix compilation in MinGW + MSYS environment because I've decided to do MinGW work step-by-step rather than preparing all-in-one super patch - ---

Re: [Chicken-users] Questions on changing Chicken runtime and some other stuff

2005-12-16 Thread Thomas Chust
On Fri, 16 Dec 2005, SergeyKhorev wrote: [...] So I was wondering how difficult would be a task replacing Chicken runtime system? My idea is to keep current runtime interface but substitute the body with calls to the host language other than just C. Has anyone looked into this or even

Re: [Chicken-users] srfi-66 and r6rs-libraries eggs

2005-12-16 Thread Kon Lovett
It builds loads into csi on MacOS X 10.4 Best Wishes, Kon On Dec 16, 2005, at 2:22 AM, felix winkelmann wrote: r6rs-libraries ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users