Re: 3.0.3
- Posted by CChris <christian.cuvier at agriculture.gouv.fr> May 06, 2007
- 738 views
Robert Craig wrote: > > If no one has any objections, in a few days I'll > take a snapshot of the source and start preparing a 3.0.3 release. > There have been a number of small improvements and bug fixes > since 3.02 (February): > > - find_from() / match_from() (Matt Lewis) > > - change to include path search (C.K. / Matt Lewis) > > - ex int.ex now works, for anyone who wants to easily experiment > with changes to the front end, while executing programs at full speed > > - bugs reported by Deschenes and Kluss have been fixed > > - I've added some new documentation > > - various other things by Matt Lewis and myself > > > Regards, > Rob Craig > Rapid Deployment Software > <a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com</a> Are you going to fix the bug where environment variables (like EUDIR) that have accented characters inside their value are improperly reported by getenv() under Windows (at least XP)? For instance, if a path was entered with a e acute,, getenv() returns it with a U acute, and include files are not found if the variable happened to be EUINC. Suggested fix: under Windows, if a path gives a file open failure in path_open(), and has chars in the 128-255 range, then convert it using CharToOEM() API and try again. CChris