Tim J. Robbins 17211a5f9a Let GCC know that ___runetype(), ___tolower() and ___toupper() are pure
functions, allowing it to generate better code for the <ctype.h> and
<wctype.h> 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.
2004-08-21 07:00:40 +00:00
..
2003-04-07 12:55:00 +00:00
2004-02-24 08:09:20 +00:00
2003-07-14 16:31:20 +00:00
2003-11-04 20:10:15 +00:00
2004-06-20 10:01:30 +00:00
2004-06-30 13:55:08 +00:00