The Racket repository
Go to file
Eli Barzilay 2886a95318 * Exported `cvector-ptr'
* Added `#:hold' to `_fun' for callbacks (will be changed to `#:keep'
  soon, but better to have a checkpoint)
* _cprocedure also has a `hold' argument, and is now using keyword
  arguments (it was getting crowded in the optional arguments
  department)
* Documented everything that changed, with a longish descrption for
  options for holding callback values.
* More tests, including tests for callbacks that would crash if the
  callback values are not held.

svn: r11931
2008-10-04 19:01:17 +00:00
collects * Exported `cvector-ptr' 2008-10-04 19:01:17 +00:00
doc reversed order of entries in history file and updated it 2008-09-30 17:08:46 +00:00
man/man1 svn: r10369 2008-06-19 05:48:53 +00:00
src properly mark callback memory as executable 2008-10-03 19:52:51 +00:00