rev 550 - trunk

SVN User <[email protected]> Tue, 25 May 2004 14:19:01 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-05-25 14:18:57 -0400 (Tue, 25 May 2004)
New Revision: 550

Modified:
   trunk/STATUS.txt
Log:
status update

Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt	2004-05-25 17:39:45 UTC (rev 549)
+++ trunk/STATUS.txt	2004-05-25 18:18:57 UTC (rev 550)
@@ -1,8 +1,12 @@
 
 ----------------------- TO-DO (highest priority first) ------------------------
 
+--- Traceback objects (stack trace of an exception), exceptions should show function names
+--- Fix error reporting mess, hide fake file names
+
 --- resolve binary vs. strings vs. unicode
 --- code in binary string (all binary data in binary string?)
+--- new integrated binary obj_malloc?
 
 --- allow strings to compare with symbols
 
@@ -19,9 +23,6 @@
 
 --- nesting  /* .. */ comments 
 
---- Traceback objects (stack trace of an exception), exceptions should show function names
---- cleanup exception messages
-
 --- help() in interactive console()
 
 --- check dict keys for mutability bit