[Commit] nickle/examples/smlng generate.5c,1.2,1.3

Bart Massey commit at keithp.com
Sun Dec 11 23:05:52 PST 2005


Committed by: bart

Update of /local/src/CVS/nickle/examples/smlng
In directory home.keithp.com:/tmp/cvs-serv4179/examples/smlng

Modified Files:
	generate.5c 
Log Message:
2005-12-11  Bart Massey <bart at cs.pdx.edu>
version 2.52

	* debian/changelog:
	Update for version 2.52
	
        * prng.5c:
	Since it's now autoimported, autoload ARC4
	so that it will continue to work.

	* examples/menace2.5c:
	* examples/miller-rabin.5c:
	* examples/mutextest.5c:
	* examples/randtest.5c:
	* examples/rsa-demo.5c:
	* examples/skiplist.5c:
	* examples/skiplisttest.5c:
	* examples/sort.5c:
	* examples/smlng/generate.5c:
	Add needed autoloads/autoimports to make
	the examples work again.  Not obvious that
	PRNG shouldn't continue to be loaded, and
	maybe even imported, although that would also
	force in ARC4 in the current implementation.
	


Index: generate.5c
===================================================================
RCS file: /local/src/CVS/nickle/examples/smlng/generate.5c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- generate.5c	15 Nov 2004 20:16:37 -0000	1.2
+++ generate.5c	12 Dec 2005 07:05:50 -0000	1.3
@@ -4,6 +4,8 @@
  * for licensing information.
  */
 
+autoload PRNG;
+
 int function iswhite (int c)
 {
     switch (c) {



More information about the Commit mailing list