Re: [Chicken-users] Documentation system?

2005-07-13 Thread felix winkelmann
On 7/5/05, Mario Domenech Goulart [EMAIL PROTECTED] wrote:
 Hello
 
 Is there some documentation system for chicken?  I mean something that
 you can use from the interpreter.  I couldn't find any, so I made a
 simple parser to the chicken.texi file which generates the documentation
 in a way that can be easily used by an extension from the interpreter.
 

Hey, this looks nice! Accessing your tarball gives me a not found, so
could you make it available again, or send it to me directly?


cheers,
felix


___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Chg to cscbench for MacOS X

2005-07-13 Thread felix winkelmann
Thanks, Kon. I've applied this patch.


cheers,
felix


On 7/4/05, Kon Lovett [EMAIL PROTECTED] wrote:
 I suggest the following patch to chicken/benchmarks/cscbench to
 handle the situation of static linking on MacOS X.
 
 See http://developer.apple.com/qa/qa2001/qa1118.html for more detail.
 
 47,48c47,51
(system* ~A ~A -I.. -L../.libs -static tmpfile.c -o tmpfile
 -l~Achicken -lm -ldl ~a
   cc coptions
 ---
 (system* ~A ~A -I.. -L../.libs ~a tmpfile.c -o tmpfile -l~Achicken
 -lm -ldl ~a
cc coptions
(case (software-version)
   ((macosx) )
   (else -static))
 
 Best wishes,
 Kon
 
 
 
 ___
 Chicken-users mailing list
 Chicken-users@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/chicken-users



___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] New egg: doctype

2005-07-13 Thread Zbigniew
A simple extension that provides several XHTML and HTML doctypes as strings.

http://jiyu.gnook.org/~zbigniew/eggs/doctype.egg
http://jiyu.gnook.org/~zbigniew/eggs/doctype.html


___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users