X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=README;h=edb0809b27c512aca9c80d87f63ebea92b026aaa;hp=531b3cce5ec0f18a80029fb47e4f4d96b7d4ff56;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6 diff --git a/README b/README index 531b3cc..edb0809 100644 --- a/README +++ b/README @@ -1,7 +1,21 @@ -This is version 1.3.0 of the nesC compiler. +This is version 1.3.2 of the nesC compiler. Installation instructions are in INSTALL. +Changes in nesC 1.3.2 +===================== +- changed Intel Open Source License files to dual BSD/GPL license +- improved support for non-gcc targets: -fnesc-gccize flag, + optionally identify "async" function in nescc output +- bug fixes (sourceforge bugs 3013497, 3017203, 3019357 and others) +- disable use of Apple-specific "blocks" C extension + +Changes in nesC 1.3.1 +===================== +- updated reference manual for language changes since version 1.2.0 +- support gcc's -include option when compiling a nesC application +- bug fixes + Changes in nesC 1.3.0 ===================== - C preprocessor is integrated into nesC, which should significantly speed