Shark CGI Function: CHANGE LOG

- 0.3: MORE FUNCTIONS (Thu Jan 23 2003)
	* generatepasswd()
	* initsrand()
	* rmrf()
	* foreachline()
	* getarg()
	* gethttpvar()
	* mknicefilename()
	* namealize()
	* replacechar()
	* sharksig()

- 0.3: CHANGES (Sat Dec 28 2002)
	* compare() replaced by strncmp()
	* comparez() replaced by strcmp()
	* Better 'error-messaging sub-system', more informative error
	  messages.
	* Changed a lot of signed ints to unsigned ints.

- 0.2.1: FUNCTION NAMING (Mon Sep 9 2002)
  I added "shark__" to each internal function (e.g. "shark__perr"). I also
  updated the README file with extensive information on the functions in Shark
  that might be useful for the CGI programmer.

- 0.2.0: INTRODUCING C SOURCE (Sun Sep 8 2002)
  The assembler source re-written in C for portability to any UNIX system with
  gcc.

- 0.1b: CURRENT ASSEMBLER SOURCE (Sat Sep 7 2002)
  Previous bug fixed!

- 0.1: INITIAL VERSION (Sun Aug 25 2002)
  Contained a buffer-overlap-bug which made the method=POST implementation 
  useless.


