Version 2.722
  - Fixed a bug related with the functions
    split() and token()

Version 2.721
  - Fixed a longstanding bug within the
    Unix-build-process

Version 2.720
  - Added two argument version of log
  - Changed copyright notice

Version 2.717
  - Bugfix by Tom Ellestad: Better Error-
    checking for import-statement

Version 2.716
  - Bugfix: fixed 'open "foo" for reading as 1'
	
Version 2.715
  - Bugfix: continue is no longer disturbed by switch
    statements
  - The special option '--' stops option processing

Version 2.714
  - Bugfix: >> if (not open("bad","r")) error "!" << 
    now works as designed

