Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#1296 fixed Vandusen should accept commas beside colons Moritz Heidkamp LemonBoy
Description

Attached is a patch that should fix the problem.

#1313 duplicate map/for-each sometimes misbehave in interpreted code LemonBoy
Description

(map + #f) rightfully gives an error because #f is not a list (map + #f '()) on the other hand happily returns ()

#1385 fixed bit-set? argument order is reversed LemonBoy
Description

Both the srfi-33 and srfi-60 define bit-set? as (bit-set? index i) where i is the integer to test but CHICKEN's own bit-set? procedure has the arguments the other way around.

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