Edit history for page: allocating-c-structures-under-control-of-the-chicken-gc

revision author date description r1 r2
31126 mario Fri Jul 18 00:19:00 2014 Properly capitalize CHICKEN on the wiki directory (only first level). I used the following shell script to change things: while IFS= read -d $'\0' -r file ; do sed -i 's/Chicken/CHICKEN/g' "$file" done < <(find wiki -maxdepth 1 -type f -print0 ) Some files have been manually reverted after that, since some substitutions don't apply: - friedly-chicken (repl banner) - survey2011 (Chicken in URI paths) - chickenista-guide (Chickenista) I hope the link canonicalization thing will be on my side.
14110 sjamaan Mon Apr 6 18:29:00 2009 Fix most direct links to the manual sections
11373 felix Sat Jul 19 23:00:00 2008 antiparanoia
11341 felix Fri Jul 18 08:31:00 2008 paranoia
5796 wmfarr Tue Aug 28 21:56:00 2007 Changes applied for wmfarr (18.95.7.238) through svnwiki: Fixed typos, added "Why would you want to do this" section.
5795 wmfarr Tue Aug 28 21:41:00 2007 Changes applied for wmfarr (18.95.7.238) through svnwiki: Created page. It describes how to allocate data such that the Chicken GC controls it.