rainmeter-studio/Library/ccalc-0.5.1
2010-07-07 22:31:44 +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 Change of math function LG to LOG for clarity. 2010-04-10 02:04:06 +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 2009-02-10 18:37:48 +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