Custom Query (1631 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 1631)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#27 fixed unsigned-c-string does not work as advertised felix winkelmann sjamaan
Description

When trying to call a foreign C function that accepts "unsigned char *" arguments, I get compiler warnings "pointer targets in passing argument N of 'X' differ in signedness".

This is caused because unsigned-c-string(*) results in the same generated code as c-string(*). This happens on Chicken 4 and also on the current version of Chicken 3.

#28 fixed remove dependency on srfi-1 in ftl extension felix winkelmann
Description

Since ftl is more fundamental and can be used as a replacement for srfi-1, the dependency on it should be removed.

#29 fixed allow "... #!rest values)" type signature (scrutiny branch) felix winkelmann felix winkelmann
Description

Mainly for values, this would make it possible to infer the number of values a function returns. Otherwise it can be treated like *.

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