Edit history for page: notes-on-chicken.h

revision author date description r1 r2
42511 svnwiki Sun Apr 16 02:56:00 2023 Anonymous wiki edit for IP [99.250.230.70]: Typo fix.
31463 arthurmaciel Fri Sep 19 21:01:00 2014
31462 arthurmaciel Fri Sep 19 21:00:00 2014
31461 arthurmaciel Fri Sep 19 20:51:00 2014
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.
31095 sjamaan Mon Jul 7 07:45:00 2014 Clarify the use of predicates in C
31089 arthurmaciel Sat Jul 5 21:38:00 2014