From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: Charles Forsyth Date: Sun, 14 Nov 2010 21:44:07 +0000 To: 9fans@9fans.net In-Reply-To: <4CDFBF0D.1060604@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Plan9 development Topicbox-Message-UUID: 7e25c044-ead6-11e9-9d60-3106f5b1d025 >I have successfully avoided using autoconf and similar stuff in my >projects by adhering to strict C99, but in an ironic twist of fate, Plan >9 will be the OS that forces me to use something like autoconf due to >the limited C99 support. the list of unimplemented items in /sys/src/cmd/cc/c99* is: 9, 19. Hexdecimal floating point constants. 11. _Complex, _Imaginary, _Bool 14. Variable arrays in parameter lists. 33. Variable-length arrays 34. goto restrictions for variable-length arrays 18. Notation for universal characters \uXXXX 25. Division and mod truncate toward zero. 26. _Bool, float _Complex, double _Complex, long double _Complex i can think of something else that's not been noticed, but what other things have you found?