tools/pas2c.hs
Fri, 29 Jun 2012 00:45:13 +0400 unc0rr Convert function with var parameters declarations into #define + function which accepts pointers
Thu, 28 Jun 2012 00:30:50 +0400 unc0rr Prepare to handle passing by reference
Wed, 27 Jun 2012 22:53:26 +0400 unc0rr Remove trailing spaces
Tue, 19 Jun 2012 01:20:19 +0400 unc0rr Output log to stdout instead of stderr
Thu, 31 May 2012 15:14:39 +0400 unc0rr pas2c stuff
Mon, 28 May 2012 17:54:23 +0400 unc0rr Some improvements to pas2c
Sun, 13 May 2012 21:46:50 +0400 unc0rr '\xd7af' -> 0xd7af
Sun, 13 May 2012 00:50:45 +0400 unc0rr More magic
Sat, 12 May 2012 23:55:09 +0400 unc0rr pas2c stuff again
Sat, 12 May 2012 22:44:39 +0400 unc0rr A solution to char vs string problem: mark single-letter strings with _S macro
Sat, 12 May 2012 22:13:56 +0400 unc0rr Make pas2c even more happier with uGears.c, allow assigning arrays in some cases
Fri, 11 May 2012 23:34:35 +0400 unc0rr Recognize length on arrays as a separate function
Fri, 11 May 2012 23:03:28 +0400 unc0rr Properly track type in ref2CF, this fixes issues with functions returning strings used in expression (like "a" + line())
Fri, 11 May 2012 22:35:09 +0400 unc0rr Support operator 'in', replace it with equality checks against each element of set
Fri, 11 May 2012 22:17:39 +0400 unc0rr Recognize (hwFloat op int) expressions
less more (0) -15 tip