rev 175 - in trunk: . include/prothon
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark Date: 2004-03-28 03:03:40 -0500 (Sun, 28 Mar 2004) New Revision: 175 Added: trunk/changes.txt Modified: trunk/include/prothon/prothon.h Log: added changes.txt, a revision history file, this build 175 can be release 0.0.2 Added: trunk/changes.txt =================================================================== --- trunk/changes.txt 2004-03-28 07:26:21 UTC (rev 174) +++ trunk/changes.txt 2004-03-28 08:03:40 UTC (rev 175) @@ -0,0 +1,19 @@ + + ----- Prothon Release History ---- + +Version 0.0.2 - Build 175 - 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 Libtools + Binary now supplied for Max OSX + Fixed compatibility with all Bisons + Added detection of APR during build. + String processing is now "safe" + Int moved from module to built-in + Added msvcr70.dll to win32 release + +Version 0.0.1 - Build 115 - 3/24/04 - Initial Release Property changes on: trunk/changes.txt ___________________________________________________________________ Name: svn:eol-style + native Modified: trunk/include/prothon/prothon.h =================================================================== --- trunk/include/prothon/prothon.h 2004-03-28 07:26:21 UTC (rev 174) +++ trunk/include/prothon/prothon.h 2004-03-28 08:03:40 UTC (rev 175) @@ -1,4 +1,4 @@ - /* ==================================================================== +/* ==================================================================== * The Prothon License Agreement, Version 1.0 * * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights @@ -48,7 +48,7 @@ * 8. By copying, installing or otherwise using Prothon, Licensee agrees * to be bound by the terms and conditions of this License Agreement. * ==================================================================== - */ + */ // Prothon.h