rev 516 - in trunk: . pr/test
SVN User <[email protected]> Thu, 20 May 2004 13:13:19 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark
Date: 2004-05-20 13:13:16 -0400 (Thu, 20 May 2004)
New Revision: 516
Modified:
trunk/STATUS.txt
trunk/pr/test/test.pr
Log:
status update
Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt 2004-05-20 17:04:39 UTC (rev 515)
+++ trunk/STATUS.txt 2004-05-20 17:13:16 UTC (rev 516)
@@ -12,6 +12,7 @@
--- Auto-documenter app
--- networking code -- web access demonstration of security
+--- security flaw - modules can access each other by name
--- Complete File/Dir objects
--- add support for APR_BINARY in File.c ('b' flag)
Modified: trunk/pr/test/test.pr
===================================================================
--- trunk/pr/test/test.pr 2004-05-20 17:04:39 UTC (rev 515)
+++ trunk/pr/test/test.pr 2004-05-20 17:13:16 UTC (rev 516)
@@ -86,8 +86,8 @@
m = Mod8Int(1)
lastProto = m.protoList()[1]
nextProto = lastProto.protoList()[1]
-print "lastProto: %i" % lastProto.objId_()
-print "nextProto: %i" % nextProto.objId_()
+print "lastProto: %x" % lastProto.objId_()
+print "nextProto: %x" % nextProto.objId_()
n = Mod8Int(1)
print "%i, %s" % (m, m.protoList().str_())