Version 8, Dec 7th:
-------------------
- Demangle IX global variable symbols

Version 7:
-------------------
- Some further additions for QtIX.

Version 6:
-------------------
- Move some things to new libi9.h to help out QtIX.

Version 5, PA7:
-------------------
- Add examples/init.s to show how to do initializers. Link it in
  with an another program to try it, e.g:
      ./linki9.sh examples/init.s examples/fact.s
- Update i9filt to understand IX naming convention, including
  object types and various initializers.
- Fix syntax errors in timer.i9
- Changed Cygwin build to use cygming build, as it will be needed
  for Qt.
- Platform checks moved out into platform-flags.sh

Version 4, PA6:
-------------------
- Add timer module

Version 3, Oct 29th:
-------------------
- Autoprefix with _ on OS X

Version 2, Oct 29th:
-------------------
- Add include directory with interface files
- Add assert method
- linki9.sh: Try to autodetect 64-bit systems here as well
- Update information on OS X.
