* Added support for 0o octal radix prefix on number literals in the preprocessor
* The single parameter version of !if now also supports floats * Preprocessor now warns when invalid floating point numbers are used in math operations git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6633 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ce249976f7
commit
d7ac356d0e
4 changed files with 15 additions and 3 deletions
|
@ -20,6 +20,12 @@ Released on ? ?th, 201?
|
|||
|
||||
\b !system and !execute now provide a empty StdIn pipe to work around bugs in some Windows utilities
|
||||
|
||||
\b Added support for 0o octal radix prefix on number literals in the preprocessor
|
||||
|
||||
\b The single parameter version of !if now also supports floats
|
||||
|
||||
\b Preprocessor now warns when invalid floating point numbers are used in math operations
|
||||
|
||||
\b MakeNSISW now uses WinInet when checking for updates
|
||||
|
||||
\S2{} Translations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue