rainmeter-studio/Library/ccalc-0.5.1
spx 78db448471 - Removed problematic setting from Lua headers.
- Removed unused locale strings from mparser.c. (They caused a problem on editing/compiling in some environments.)
2011-01-28 13:13:12 +00:00
..
lexer.c Alex2539 found a problem in the ccalc lexer.c file which caused an error if a number was used in a calc statement (say from a WebParser measure) which had a leading "0". (08 for instance) This would cause the library to see the number as an Octal, and the formula would be incorrect at best, and fail with an error in the log at worst. (08 is an invalid Octal number) Alex has changed the library so you CAN indicate and do math with Octal, Hex and Binary numbers, but the numbers must be preceded with 0b (binary) 0x (hex) 0o (octal). If a number like 08 is used, it will be treated as "8", as it should. 2010-07-07 22:31:44 +00:00
lexer.h New build-in variables: #WORKAREAWIDTH#, #WORKAREAHEIGHT#, #SCREENAREAWIDTH#, #SCREENAREAHEIGHT# 2009-07-30 15:19:47 +00:00
mparser.c - Removed problematic setting from Lua headers. 2011-01-28 13:13:12 +00:00
mparser.h New build-in variables: #WORKAREAWIDTH#, #WORKAREAHEIGHT#, #SCREENAREAWIDTH#, #SCREENAREAHEIGHT# 2009-07-30 15:19:47 +00:00
pack.h 2009-02-10 18:37:48 +00:00
strmap.c - Additional fix for r502. Functions/Measures/Counter in Formula are now case-insensitive in MeasureCalc. 2010-08-10 18:23:10 +00:00
strmap.h New build-in variables: #WORKAREAWIDTH#, #WORKAREAHEIGHT#, #SCREENAREAWIDTH#, #SCREENAREAHEIGHT# 2009-07-30 15:19:47 +00:00
wininit.c 2009-02-10 18:37:48 +00:00