summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Robert Pengelly [Sun, 24 May 2026 11:27:22 +0000 (12:27 +0100)]
K&R fixes
Robert Pengelly [Sun, 24 May 2026 00:29:08 +0000 (01:29 +0100)]
64-bit integer fixes
Robert Pengelly [Sat, 23 May 2026 19:41:05 +0000 (20:41 +0100)]
Bug and codegen fixes
Robert Pengelly [Sat, 23 May 2026 11:41:49 +0000 (12:41 +0100)]
Fixed wide strings
Robert Pengelly [Sat, 23 May 2026 09:25:17 +0000 (10:25 +0100)]
Cast char to int and use xrealloc instead of just realloc
Robert Pengelly [Sat, 23 May 2026 06:22:46 +0000 (07:22 +0100)]
Codegen fixes
Robert Pengelly [Fri, 22 May 2026 14:34:39 +0000 (15:34 +0100)]
Split lines for ml not to choke
Robert Pengelly [Fri, 22 May 2026 14:15:29 +0000 (15:15 +0100)]
Bug fixes
Robert Pengelly [Fri, 22 May 2026 04:47:57 +0000 (05:47 +0100)]
Added __dllexport support, a .def file will be created with the function names under EXPORTS
Robert Pengelly [Thu, 21 May 2026 21:42:42 +0000 (22:42 +0100)]
64-bit fix
Robert Pengelly [Thu, 21 May 2026 17:23:06 +0000 (18:23 +0100)]
Proper conditional fix
Robert Pengelly [Thu, 21 May 2026 16:40:48 +0000 (17:40 +0100)]
Switch to double if long preceeds it
Robert Pengelly [Thu, 21 May 2026 16:36:22 +0000 (17:36 +0100)]
Fixed elif and else
Robert Pengelly [Thu, 21 May 2026 06:31:47 +0000 (07:31 +0100)]
Split long lines
Robert Pengelly [Thu, 21 May 2026 06:12:28 +0000 (07:12 +0100)]
Changed dup (0) to dup (?)
Robert Pengelly [Thu, 21 May 2026 05:46:34 +0000 (06:46 +0100)]
More syntax fixes
Robert Pengelly [Thu, 21 May 2026 05:08:38 +0000 (06:08 +0100)]
Correct MASM syntax
Robert Pengelly [Thu, 21 May 2026 04:12:20 +0000 (05:12 +0100)]
No need for lanuage
Robert Pengelly [Wed, 20 May 2026 16:15:27 +0000 (17:15 +0100)]
Fixed inline_s32
Robert Pengelly [Wed, 20 May 2026 16:10:23 +0000 (17:10 +0100)]
Added missing newlines
Robert Pengelly [Wed, 20 May 2026 16:08:46 +0000 (17:08 +0100)]
Don;t generate veersion on every build
Robert Pengelly [Wed, 20 May 2026 06:08:07 +0000 (07:08 +0100)]
Update help information
Robert Pengelly [Wed, 20 May 2026 05:56:31 +0000 (06:56 +0100)]
Initial commit