Version 0.9.7
27 Aug 2006

 - fix segfault in nested structure assignements by discarding
   side effects of index expressions
 - add block memory functions to the standard library
 - allow equality test of function values

Version 0.9.6
09 Jul 2006

 - fix grammer to allow "resource" as function return type
 - add realloc library function for resizing memory resources

Version 0.9.5
27 Jun 2006

 - maintain sentinel NULL value at the end of array values
 - fix division by zero handling
 - add more operating systems and architectures to foreign function
   interface
 - fix some 64-bit compilation warnings
 - add memory access functions for floating point values
 - add functions to check for particular resource types

Version 0.9.4
19 Jun 2006

 - take care of preallocated size in array copy
 - use free pointer of resource as resource type check
 - change internal error reporting to abort in one central place
 - fix passing of resources to C functions
 - add library functions for PCRE regular expression matching

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
