Author: bcollins
Date: 2004-03-28 10:01:37 -0500 (Sun, 28 Mar 2004)
New Revision: 185
Modified:
trunk/CHANGES.txt
trunk/include/prothon/prothon.h
Log:
Last changes and I think we are ready for another release.
Modified: trunk/CHANGES.txt
===================================================================
--- trunk/CHANGES.txt 2004-03-28 14:58:42 UTC (rev 184)
+++ trunk/CHANGES.txt 2004-03-28 15:01:37 UTC (rev 185)
@@ -1,14 +1,14 @@
----- Prothon Release History ----
-Version 0.0.2 - Build 182 - 3/28/04 - Weekly Release
+Version 0.0.2 - Build 185 - 3/28/04 - Weekly Release
- Fixed "not a" and "a is not b"
- Fixed Dict.__str__() on empty Dict
- Implemented -i and -c command line arguments
- Return value of functions with no return is None again
- String object can now hold binary data (embedded nulls)
- Added "unmutable" bit to object - write protects and faster
- - Many Unix/Linux build system improvements, uses Libtool and
+ - Many Unix/Linux build system improvements, uses libtool and
autoconf macros for most things now.
- Binary now supplied for Max OSX
- Fixed compatibility with all Bisons
@@ -16,5 +16,6 @@
- String processing is now "safe"
- Int moved from module to built-in
- Added msvcr70.dll to win32 release
+ - Conversion of sprintf to apr_snprintf
Version 0.0.1 - Build 115 - 3/24/04 - Initial Release
Modified: trunk/include/prothon/prothon.h
===================================================================
--- trunk/include/prothon/prothon.h 2004-03-28 14:58:42 UTC (rev 184)
+++ trunk/include/prothon/prothon.h 2004-03-28 15:01:37 UTC (rev 185)
@@ -49,7 +49,8 @@
* to be bound by the terms and conditions of this License Agreement.
* ====================================================================
*/
-
+
+
// Prothon.h
#ifndef PROTHON_H
|