rev 328 - in trunk: . include/prothon
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark Date: 2004-04-11 01:04:49 -0400 (Sun, 11 Apr 2004) New Revision: 328 Modified: trunk/CHANGES.txt trunk/include/prothon/prothon.h Log: *** REAL weekly release ***** Modified: trunk/CHANGES.txt =================================================================== --- trunk/CHANGES.txt 2004-04-11 04:33:19 UTC (rev 327) +++ trunk/CHANGES.txt 2004-04-11 05:04:49 UTC (rev 328) @@ -1,7 +1,7 @@ ----- Prothon Release History ---- -Version 0.0.4 - Build 326 - 4/11/04 - Weekly Release +Version 0.0.4 - Build 328 - 4/11/04 - Weekly Release - Implemented new "landmine" security model - Added Prothon Thread object and methods Modified: trunk/include/prothon/prothon.h =================================================================== --- trunk/include/prothon/prothon.h 2004-04-11 04:33:19 UTC (rev 327) +++ trunk/include/prothon/prothon.h 2004-04-11 05:04:49 UTC (rev 328) @@ -60,8 +60,8 @@ //#define DEBUG_THREADS //#define DEBUG_MEM_MGR //#define TRACE_PARSER -#define DUMP_MODULE_CODE -#define TRACE_INTERPRETER +//#define DUMP_MODULE_CODE +//#define TRACE_INTERPRETER //#define DUMP_OBJECTS_AT_END //*****************************************************************************