rev 717 - trunk

SVN User <[email protected]> Thu, 08 Jul 2004 02:26:45 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-07-08 02:26:41 -0400 (Thu, 08 Jul 2004)
New Revision: 717

Modified:
   trunk/STATUS.txt
Log:
status update

Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt	2004-07-08 05:05:13 UTC (rev 716)
+++ trunk/STATUS.txt	2004-07-08 06:26:41 UTC (rev 717)
@@ -66,14 +66,28 @@
 
 ----------------------- TUTORIAL TO-DO ------------------------
 
---- credit Ruby
-
-	everything in changes.txt
+	Replaced String % operator with String.fmt()
+	changed Len, Cmp, len,  cmp,  chr,  ord to 
+		    len, cmp, len_, cmp_, chr_, ord_  
+	Added cmp_ and eq_? for strings of length 1 and Ints
+	Added basic DateTime object
+	Added WeakRef object with callback feature on obj modification
+	Added Slice object
+	getItem_, setItem_, and delItem_ now allow any object indexing
+	Added List(iter_) constructor
+	Octal constant format changed from 0377 to 0o377
+	Octal esc sequence changed from \0377 to \o377
+	except syntax changed from "except exc, var" to "except exc as var"
+	Function formal params now introspectable via simple attribute
+	Added immutable check to dictionary function key parameter
+	Changed SQLite to sqlite, OS to os, Re to re
+	Fixed crash on printing recursive containers, now prints ...
 	Inheriting from binary objects, uninitialized objects
 	security system
 	console line editing
 	command-line parameters
 	str_, call_
+	credit Ruby
 	
 	Prosist
 	Re