Version 0.9.3
18 Jun 2006

 - introduce resource type for managing operating system resources
 - improve array performance by allocating space for multiple
   elements at once
 - change most of the code to be reentrant (thread-safe)
 - prepare an API for embedding the interpreter into C applications
 - add functions for manual management of memory
 - add functions to dynamically load and call into C libraries

Version 0.9.2
07 Jun 2006

 - fix off-by-one error in strftime stack array
 - fix make install to create missing $(bindir)
 - add library functions for dealing with arrays as lists

Version 0.9.1
03 Jun 2006

 - fix annoying bug in handling of continue statement; it did not work
   inside nested blocks
 - prevent double free problem with left off expressions in for loop

Version 0.9.0
28 May 2006

 - initial release
