diff options
author | Andreas Rumpf <andreas@andreas-laptop> | 2010-04-05 19:47:18 +0200 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-laptop> | 2010-04-05 19:47:18 +0200 |
commit | e90665bff2e062598b51ada915c4861db6e94a8d (patch) | |
tree | d05a0cfdc7b0b9f84e9ed362eee21a17edab2373 /web | |
parent | b2ad7b30dc5866a92e239acfd6032e5fb005a240 (diff) | |
download | Nim-e90665bff2e062598b51ada915c4861db6e94a8d.tar.gz |
crc check for external files to compile; bugfix: os.parseCmdLine
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 5096f9af4..94ba076b7 100755 --- a/web/news.txt +++ b/web/news.txt @@ -5,6 +5,12 @@ News 2010-XX-XX Version 0.8.10 released ================================== +Bugfixes +-------- + +- Bugfix: Command line parsing on Windows and ``os.parseCmdLine`` now adheres + to the same parsing rules as Microsoft's C/C++ startup code. + Changes affecting backwards compatibility ----------------------------------------- @@ -13,6 +19,12 @@ Changes affecting backwards compatibility unless they are used in the same module. +Additions +--------- + +- The ``{.compile: "file.c".}`` pragma uses a CRC check to see if the file + needs to be recompiled. + 2010-03-14 Version 0.8.8 released ================================= |