rev 511 - in trunk: bin include/prothon pr/test

SVN User <[email protected]> Wed, 19 May 2004 19:26:20 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-05-19 19:26:17 -0400 (Wed, 19 May 2004)
New Revision: 511

Modified:
   trunk/bin/rel.bat
   trunk/include/prothon/prothon.h
   trunk/pr/test/test.pr
Log:
touched prothon.h, changed rel folder to win32

Modified: trunk/bin/rel.bat
===================================================================
--- trunk/bin/rel.bat	2004-05-19 23:16:49 UTC (rev 510)
+++ trunk/bin/rel.bat	2004-05-19 23:26:17 UTC (rev 511)
@@ -1,34 +1,34 @@
 cd \prothon
 
-del /F /S /Q win32release\Prothon\pr\test\*.*
-rmdir win32release\Prothon\pr\test
-del /F /S /Q win32release\Prothon\pr\tutorial\*.*
-rmdir win32release\Prothon\pr\tutorial
-del /F /S /Q win32release\Prothon\pr\*.*
-rmdir win32release\Prothon\pr
-del /F /S /Q win32release\Prothon\*.*
-rmdir win32release\Prothon
-del /F /S /Q win32release\*.*
-rmdir win32release
-mkdir win32release\Prothon\pr\test
-mkdir win32release\Prothon\pr\tutorial
+del /F /S /Q win32\Prothon\pr\test\*.*
+rmdir win32\Prothon\pr\test
+del /F /S /Q win32\Prothon\pr\tutorial\*.*
+rmdir win32\Prothon\pr\tutorial
+del /F /S /Q win32\Prothon\pr\*.*
+rmdir win32\Prothon\pr
+del /F /S /Q win32\Prothon\*.*
+rmdir win32\Prothon
+del /F /S /Q win32\*.*
+rmdir win32
+mkdir win32\Prothon\pr\test
+mkdir win32\Prothon\pr\tutorial
 
-copy src\release\prothon.exe 					win32release\Prothon
+copy src\release\prothon.exe 					win32\Prothon
 
-copy modules\DBM\release\DBM.dll 				win32release\Prothon
-copy modules\File\release\File.dll 				win32release\Prothon
-copy modules\OS\release\OS.dll 					win32release\Prothon
-copy modules\Prosist\release\Prosist.dll		win32release\Prothon
-copy modules\Re\release\Re.dll 					win32release\Prothon
-copy modules\SQLite\release\SQLite.dll 			win32release\Prothon
+copy modules\DBM\release\DBM.dll 				win32\Prothon
+copy modules\File\release\File.dll 				win32\Prothon
+copy modules\OS\release\OS.dll 					win32\Prothon
+copy modules\Prosist\release\Prosist.dll		win32\Prothon
+copy modules\Re\release\Re.dll 					win32\Prothon
+copy modules\SQLite\release\SQLite.dll 			win32\Prothon
 
-copy bin\rel.pth 								win32release\Prothon
-copy bin\msvcr71.dll 							win32release\Prothon
+copy bin\rel.pth 								win32\Prothon
+copy bin\msvcr71.dll 							win32\Prothon
 
-copy readme.txt		 							win32release\Prothon
-copy changes.txt	 							win32release\Prothon
-copy LICENSE	 								win32release\Prothon\LICENSE.txt
+copy readme.txt		 							win32\Prothon
+copy changes.txt	 							win32\Prothon
+copy LICENSE	 								win32\Prothon\LICENSE.txt
 
-copy pr\test\*.pr 								win32release\Prothon\pr\test
-copy pr\tutorial\*.pr 							win32release\Prothon\pr\tutorial
+copy pr\test\*.pr 								win32\Prothon\pr\test
+copy pr\tutorial\*.pr 							win32\Prothon\pr\tutorial
 
Modified: trunk/include/prothon/prothon.h
===================================================================
--- trunk/include/prothon/prothon.h	2004-05-19 23:16:49 UTC (rev 510)
+++ trunk/include/prothon/prothon.h	2004-05-19 23:26:17 UTC (rev 511)
@@ -22,7 +22,7 @@
  * incorporates Prothon or any part thereof, and wants to make the
  * derivative work available to others as provided herein, then Licensee
  * hereby agrees to include in any such work a brief summary of the
- * changes made to Prothon.
+ * changes made to Prothon. 
  * 
  * 4. HCA is making Prothon available to Licensee on an "AS IS" basis.
  * HCA MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.  BY WAY

Modified: trunk/pr/test/test.pr
===================================================================
--- trunk/pr/test/test.pr	2004-05-19 23:16:49 UTC (rev 510)
+++ trunk/pr/test/test.pr	2004-05-19 23:26:17 UTC (rev 511)
@@ -42,6 +42,6 @@
 m = Mod8Int(1)
 n = Mod8Int(1)
 print "%i, %s" % (m, m.protoList().str_())
-for i in 10:
+for i in 100:
     m = m + n
     print "%i, %s" % (m, m.protoList().str_())