K 10 svn:author V 3 tjr K 8 svn:date V 27 2004-08-21T07:00:40.000000Z K 7 svn:log V 340 Let GCC know that ___runetype(), ___tolower() and ___toupper() are pure functions, allowing it to generate better code for the and functions. For example, it can now keep _CurrentRuneLocale in a register across calls to these functions, and can delete calls to ___runetype() if the result is already known or not used. END