This is version 6.31N of the Inform compiler,
copyright (c) Graham Nelson 1993 - 2010
Full release notes and instructions are available at
http://www.inform-fiction.org/
and
http://www.ifarchive.org/indexes/if-archiveXinfocomXcompilersXinform6.html


This is a minor update to Inform 6.31. The only changes between 6.31N and
6.31 are the application of the following patches:

C63102: Support $ALLOC_CHUNK_SIZE memory setting
http://www.inform-fiction.org/patches/C63102.html

C63104: Support @push and @pull macros in Glulx
http://www.inform-fiction.org/patches/C63104.html

C63107: Glulx support for custom opcodes
http://www.inform-fiction.org/patches/C63107.html

C63108: Glulx support for compilation control
http://www.inform-fiction.org/patches/C63108.html

C63110: Crash when grammar table exceeds readable memory
http://www.inform-fiction.org/patches/C63110.html

C63112: Exactly 64Kb of readable memory gives corrupt game
http://www.inform-fiction.org/patches/C63112.html

Glulx 3.0 Unicode support
http://www.eblong.com/zarf/glulx/inform63u.patch

Glulx 3.1 memory heap support
http://www.eblong.com/zarf/glulx/inform63mall.patch

Add #g$GLOBAL syntax for the address of a global variable
http://www.eblong.com/zarf/glulx/inform63globref.patch

Glulx 3.1.1 acceleration support
http://www.eblong.com/zarf/glulx/inform63accel.patch

Show veneer routines in assembly output
http://freespace.virgin.net/davidk.kinder/inform6/asm_veneer.patch

Allow more than 255 verbs in Glulx. Note that this is only a compiler
change, and requires the library to use both bytes of the verb number
for it to work.
http://freespace.virgin.net/davidk.kinder/inform6/verbnum.patch

Remove one argument form of Glulx print_to_array() veneer method
http://mailman-new.greennet.org.uk/pipermail/inform-maintenance/2009-November/001709.html

Glulx memory extension
http://mailman-new.greennet.org.uk/pipermail/inform-maintenance/2010-April/001735.html

Increased PATHLEN and set the HUGE memory model as the default for
OSX, Linux, Unix and Unix64.


