Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 1630)

Ticket Resolution Summary Owner Reporter
#70 fixed add build option to optimize for speed felix winkelmann
Description

something like

make ... OPTIMIZE_FOR_SPEED=yes ...

This should use the gcc option -O3 instead of the default -Os.

#71 fixed chicken-install should try all mirrors felix winkelmann Ivan Raikov
Description

The Chicken extension repository at chicken.kitten-technologies.co.uk often reports that requested eggs do not exist, even though they are in the SVN repository and can be installed from the extension repository at chicken.wiki.br. Therefore, if a mirror reports that an egg does not exist, chicken-install should try chicken.wiki.br before giving up.

#72 fixed load bug? Mario Domenech Goulart
Description
$ cat foo
#!/usr/bin/csi -s

(print 'foo)

$ cat foo.scm
#!/usr/bin/csi -s

(print 'foo.scm)

$ ./foo
foo.scm

$ csi
CHICKEN
(c)2008-2009 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.1.0 - SVN rev. 15292
linux-unix-gnu-x86 [ manyargs dload ptables applyhook ]
compiled 2009-08-03 on nachos (Linux)

#;1> (load "foo")
; loading foo.scm ...
foo.scm
#;2>

Should foo.scm be loaded when foo exists (specially when executed as a script)?

Note: See TracQuery for help on using queries.