sort not-done items numerically; "arrow" -> "array". Notes: Thu Mar 2 13:19:14 EST 2006 rsc 33 and 34 are next to 14 because they're all about variable length arrays. Reference: /n/sources/patch/sorry/c99-notes Date: Thu Mar 2 09:16:32 CET 2006 Reviewed-by: rsc --- /sys/src/cmd/cc/c99 Thu Mar 2 09:16:07 2006 +++ /sys/src/cmd/cc/c99 Thu Mar 2 09:16:05 2006 @@ -7,11 +7,11 @@ 9, 19. Hexdecimal floating point constants. 11. _Complex, _Imaginary, _Bool 14. Variable arrays in parameter lists. -33. Variable-length arrows -34. goto restrictions for variable-length arrows 18. Notation for universal characters \uXXXX 25. Division and mod truncate toward zero. 26. _Bool, float _Complex, double _Complex, long double _Complex +33. Variable-length arrays +34. goto restrictions for variable-length arrays Done: 11, 30, 31, 32. restrict, inline