small bugfixes; documentation generator supports smilies for the forum

This commit is contained in:
Araq
2012-05-01 11:14:29 +02:00
parent ccae314635
commit e95f155af3
11 changed files with 229 additions and 84 deletions

View File

@@ -43,6 +43,7 @@ Library Additions
- Added ``system.TInteger`` and ``system.TNumber`` type classes matching
any of the corresponding type available in nimrod.
- Added ``system.clamp`` to limit a value within an interval ``[a, b]``.
- Added ``strutils.continuesWith``.
- The GC supports (soft) realtime systems via ``GC_setMaxPause``
and ``GC_step`` procs.