bugfix: overflow checking for small ints; bugfix: tiny C works again

This commit is contained in:
Araq
2010-09-20 00:52:22 +02:00
parent 93b3c03dbd
commit f182d8d708
5 changed files with 19 additions and 41 deletions

View File

@@ -63,6 +63,7 @@ Additions
- The standard library can be built as a DLL. Generating DLLs has been
improved.
- Added ``expat`` module.
- Added ``json`` module.
2010-03-14 Version 0.8.8 released