Custom Query (1631 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 1631)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#915 fixed "(read-string #f)" from console does not detect EOF correctly felix winkelmann felix winkelmann
Description

For example:

csi -e '(read-string #f)'

will read input forever and the input can not be terminated via C-d. Apparently fast_read_string_from_file() resets the EOF status (using clearerr()) which will continue reading when reading from the console.

#740 worksforme "-d0" is accepted as number syntax on some systems felix winkelmann
Description

The core number parser reads this as a floating-point number, when the underlying C runtime accepts something like -e0.

Found by andy while porting the system to irix.

#189 fixed "Deployment" page from the User's Manual TOC (wiki) points to an empty page Mario Domenech Goulart
Description

The "Deployment" link at http://chicken.wiki.br/man/4/The%20User%27s%20Manual points to an empty page.

However, the manual dir from the chicken-core git repo (master branch) contains a Deployment page. Maybe it was just not copied to SVN?

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.