rev 558 - trunk

SVN User <[email protected]> Thu, 27 May 2004 17:53:45 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-05-27 17:53:42 -0400 (Thu, 27 May 2004)
New Revision: 558

Modified:
   trunk/STATUS.txt
Log:
status update

Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt	2004-05-27 19:24:13 UTC (rev 557)
+++ trunk/STATUS.txt	2004-05-27 21:53:42 UTC (rev 558)
@@ -1,26 +1,31 @@
 
 ----------------------- TO-DO (highest priority first) ------------------------
 
+--- switch integers to longs?
+--- check for OverflowError in math routines
+--- implement bigints
+
+--- Add properties methods: get_,  set_, delete_
+
+--- Auto-function capitalization scheme
+
+--- Strings -> 24-bit ords
+--- resolve binary vs. strings vs. unicode
+
+--- code in binary string (all binary data in binary string?)
+--- new integrated binary obj_malloc?
+
+--- GNU message catalog _"abc" strings
+--- change all strings to resource file
+
 --- import (string variable)
 
 --- Swig and/or other (what GTK port used?) backend
 
---- GNU message calalog _"abc" strings
 
---- Add properties methods: get_,  set_, delete_
-
---- switch integers to longs?
---- check for OverflowError in math routines
-
 --- 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
---- unicode support
---- change all strings to resource file
---- code in binary string (all binary data in binary string?)
---- new integrated binary obj_malloc?
-
 --- allow strings to compare with symbols
 
 --- add conditional expression "if C then x else y"