disable the unrecognized nls flag
[AROS-Contrib.git] / regina / README.32
blobcc3b965d3146e6e14875a388efe3ab741cec0869
1                           Regina 3.2
2                         25 April 2003
4 Changes in this release (from 3.1)
5 ----------------------------------
6 o Changed the problematic building of thread-safe shared libraries introduced 
7   with 3.1.
8   Building of separate libraries for the single-threaded and thread-safe shared 
9   libraries WAS meant to make things easier, but it made things worse. So, 
10   only one shared library is ever built. If threads are supported, the Regina
11   shared library is thread-safe. If threads are not supported, then the Regina
12   shared library is single-thread only. PARSE VERSION will identify whether the
13   interpreter is thread-safe or not.
14   Win32, OS/2, Linux, Solaris, FreeBSD will have thread-safe shared libraries
15   built by default.
16 o Builds on Unix platforms with gcc no longer use soname for the shared library.
17 o Fixed bug 722717 - Regina not handling string constants correctly in loops,
18   if the strings are valid numbers.
19 o Fixed bug 724390 - Incorrect parsing of strings like '003'x1
20 o Fixed crash with CRYPT BIF under Windows.
21 o Documented threader.c sample program.
22 o Error handling is now thread-safe.
23 o Reduced memory leak with thread-safe library.
24 o Added --disable-posix-threads to NOT build the thread-safe version of
25   libregina.so on platforms where the default is to build the thread-safe
26   version.
27 o Changed the behaviour of LINEIN to be more consistent with Object Rexx.
28   Regina will now treat a line as any string of characters that ends in
29   CRLF, LF, or CR on all platforms.
31 Cheers, Mark.
32 ------------------------------------------------------------------------
33 * Mark Hessling,  M.Hessling@qut.edu.au  http://www.lightlink.com/hessling/
34 * Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL
35 * Maintainer of PDCurses: Public Domain Curses and, Regina Rexx interpreter
36 * Use Rexx ? join the Rexx Language Association: http://www.rexxla.org
37 ------------------------------------------------------------------------