rev 210 - trunk
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bcollins
Date: 2004-03-30 10:37:40 -0500 (Tue, 30 Mar 2004)
New Revision: 210
Modified:
trunk/CHANGES.txt
Log:
Update changes
Modified: trunk/CHANGES.txt
===================================================================
--- trunk/CHANGES.txt 2004-03-30 15:33:18 UTC (rev 209)
+++ trunk/CHANGES.txt 2004-03-30 15:37:40 UTC (rev 210)
@@ -6,6 +6,12 @@
- Added std{in,out,err} default File objects
- Fixed File read/write routines to check the flags used to open
the files, to make sure read/write it suitable for this object.
+ - Reworked the way modules are handled. A module can now be
+ compiled and linked as a loadable module or directly into
+ prothon as a built-in, without changes to the code or
+ compilation.
+ - Fixed empty list assignedment (Bug #3)
+ - Made list str output more like python
Version 0.0.2 - Build 190 - 3/28/04 - Weekly Release
@@ -25,4 +31,5 @@
- Added msvcr70.dll to win32 release
- Conversion of sprintf to apr_snprintf
+
Version 0.0.1 - Build 115 - 3/24/04 - Initial Release