[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 200alpha14



The nightly rebuild for Solaris binaries didn't happen:

 [[TXT]] mred 09-Mar-2002 03:33  15.3M  
 [[TXT]] mred3m 09-Mar-2002 03:33  19.1M  
 [[TXT]] mzscheme 09-Mar-2002 03:33   3.0M  
 [[TXT]] mzscheme3m 09-Mar-2002 03:33   3.3M  

When will those be available?  Thanks,

Dave

On Wed, Mar 13, 2002 at 06:07:45PM -0700, Matthew Flatt wrote:
> The exp-tagged code in CVS for MzScheme and MrEd is now version
> 200alpha14.
> 
> This version reverses the locale-sensitivity of `string<?', etc., which
> started with 200alpha13. In fact, `string<?', etc., and symbol
> case-conversions are now completely platform- and locale-indepedent
> (which was never quite true before, even before 200alpha13).
> 
> The `current-locale' parameter still controls string and character
> output from `write', and it also controls the following new functions:
> 
>  char-locale<?
>  char-locale>?
>  char-locale-ci=?
>  char-locale-ci<?
>  char-locale-ci>?
> 
>  string-locale<?
>  string-locale>?
>  string-locale-ci=?
>  string-locale-ci<?
>  string-locale-ci>?
> 
>  char-locale-whitespace?
>  char-locale-alphabetic?
>  char-locale-numeric?
>  char-locale-upper-case?
>  char-locale-lower-case?
> 
>  char-locale-upcase
>  char-locale-downcase
> 
> Matthew
>