diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-06-02 19:52:06 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-06-02 19:52:06 +0300 |
commit | 88f7b7bc500325cc7399022c3dc137539d0f2640 (patch) | |
tree | d9e0d97895dc413b52c3eb9f9b523618fe76bfdc /web/news.txt | |
parent | a1da1f987b28ed041c3f3ad2317e756e2125aa30 (diff) | |
parent | 232ab71f208e341da327e54afa8a6d287141836b (diff) | |
download | Nim-88f7b7bc500325cc7399022c3dc137539d0f2640.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index cdc318a6a..847c36561 100755 --- a/web/news.txt +++ b/web/news.txt @@ -48,6 +48,7 @@ Library Additions - Added ``system.clamp`` to limit a value within an interval ``[a, b]``. - Added ``strutils.continuesWith``. - Added ``system.getStackTrace``. +- Added ``system.||`` for parallel for loop support. - The GC supports (soft) realtime systems via ``GC_setMaxPause`` and ``GC_step`` procs. @@ -73,6 +74,9 @@ Changes affecting backwards compatibility - Deprecated ``system.GC_setStrategy``. - ``re.findAll`` and ``pegs.findAll`` don't return *captures* anymore but matching *substrings*. +- RTTI and thus the ``marshall`` module don't contain the proper field names + of tuples anymore. This had to be changed as the old behaviour never + produced consistent results. Compiler Additions @@ -86,6 +90,7 @@ Compiler Additions option or pragma. - The compiler now generates marker procs that the GC can use instead of RTTI. This speeds up the GC quite a bit. +- The compiler now supports OpenMP's parallel for loop. Language Additions |