scc.git
2 months agoFixed local strings
Robert Pengelly [Wed, 3 Jun 2026 11:53:49 +0000 (12:53 +0100)]
Fixed local strings

2 months agoBetter temp file creation for non WIN32/unix systems
Robert Pengelly [Wed, 3 Jun 2026 11:31:18 +0000 (12:31 +0100)]
Better temp file creation for non WIN32/unix systems

2 months agoRemoved unused variables
Robert Pengelly [Mon, 1 Jun 2026 08:15:54 +0000 (09:15 +0100)]
Removed unused variables

2 months agoFixed bounds check
Robert Pengelly [Mon, 1 Jun 2026 07:55:26 +0000 (08:55 +0100)]
Fixed bounds check

2 months agoFixed race condition
Robert Pengelly [Mon, 1 Jun 2026 06:46:12 +0000 (07:46 +0100)]
Fixed race condition

2 months agoSegmentation fault fix on Linux
Robert Pengelly [Sun, 31 May 2026 16:53:24 +0000 (17:53 +0100)]
Segmentation fault fix on Linux

2 months agoUse / not \
Robert Pengelly [Sun, 31 May 2026 12:29:23 +0000 (13:29 +0100)]
Use / not \

2 months agoNeed temp files cleanup on Linux as well when using mkstemp and fdopen
Robert Pengelly [Sun, 31 May 2026 12:28:09 +0000 (13:28 +0100)]
Need temp files cleanup on Linux as well when using mkstemp and fdopen

2 months agoCleanup temp files on exit
Robert Pengelly [Sun, 31 May 2026 11:59:19 +0000 (12:59 +0100)]
Cleanup temp files on exit

2 months agoDon't forget to check if max_errors is more than zero
Robert Pengelly [Sun, 31 May 2026 11:45:42 +0000 (12:45 +0100)]
Don't forget to check if max_errors is more than zero

2 months agoAdded -fmax-errors
Robert Pengelly [Sun, 31 May 2026 11:44:08 +0000 (12:44 +0100)]
Added -fmax-errors

2 months agoFixed signed vs unsigned and vaarg pushes
Robert Pengelly [Fri, 29 May 2026 09:02:12 +0000 (10:02 +0100)]
Fixed signed vs unsigned and vaarg pushes

2 months agoSight 64-bit optimizations
Robert Pengelly [Thu, 28 May 2026 11:08:32 +0000 (12:08 +0100)]
Sight 64-bit optimizations

2 months agoTruncate fistp
Robert Pengelly [Thu, 28 May 2026 02:14:07 +0000 (03:14 +0100)]
Truncate fistp

2 months agoMore decimal fixes
Robert Pengelly [Wed, 27 May 2026 07:31:59 +0000 (08:31 +0100)]
More decimal fixes

2 months agoMore float/double fixes
Robert Pengelly [Wed, 27 May 2026 05:42:23 +0000 (06:42 +0100)]
More float/double fixes

2 months agoFixed float/double
Robert Pengelly [Wed, 27 May 2026 03:58:08 +0000 (04:58 +0100)]
Fixed float/double

2 months agoTrack temp files and remove them on close
Robert Pengelly [Tue, 26 May 2026 18:46:16 +0000 (19:46 +0100)]
Track temp files and remove them on close

2 months agoUse Windows/Linux temp file creation and use scc_ version as a fallback
Robert Pengelly [Tue, 26 May 2026 07:12:02 +0000 (08:12 +0100)]
Use Windows/Linux temp file creation and use scc_ version as a fallback

2 months agoStack improvements, stop replying of tmpfile and codegen fixes
Robert Pengelly [Tue, 26 May 2026 04:27:43 +0000 (05:27 +0100)]
Stack improvements, stop replying of tmpfile and codegen fixes

2 months agoK&R fixes
Robert Pengelly [Sun, 24 May 2026 11:27:22 +0000 (12:27 +0100)]
K&R fixes

2 months ago64-bit integer fixes
Robert Pengelly [Sun, 24 May 2026 00:29:08 +0000 (01:29 +0100)]
64-bit integer fixes

2 months agoBug and codegen fixes
Robert Pengelly [Sat, 23 May 2026 19:41:05 +0000 (20:41 +0100)]
Bug and codegen fixes

2 months agoFixed wide strings
Robert Pengelly [Sat, 23 May 2026 11:41:49 +0000 (12:41 +0100)]
Fixed wide strings

2 months agoCast char to int and use xrealloc instead of just realloc
Robert Pengelly [Sat, 23 May 2026 09:25:17 +0000 (10:25 +0100)]
Cast char to int and use xrealloc instead of just realloc

2 months agoCodegen fixes
Robert Pengelly [Sat, 23 May 2026 06:22:46 +0000 (07:22 +0100)]
Codegen fixes

2 months agoSplit lines for ml not to choke
Robert Pengelly [Fri, 22 May 2026 14:34:39 +0000 (15:34 +0100)]
Split lines for ml not to choke

2 months agoBug fixes
Robert Pengelly [Fri, 22 May 2026 14:15:29 +0000 (15:15 +0100)]
Bug fixes

2 months agoAdded __dllexport support, a .def file will be created with the function names under...
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

2 months ago64-bit fix
Robert Pengelly [Thu, 21 May 2026 21:42:42 +0000 (22:42 +0100)]
64-bit fix

2 months agoProper conditional fix
Robert Pengelly [Thu, 21 May 2026 17:23:06 +0000 (18:23 +0100)]
Proper conditional fix

2 months agoSwitch to double if long preceeds it
Robert Pengelly [Thu, 21 May 2026 16:40:48 +0000 (17:40 +0100)]
Switch to double if long preceeds it

2 months agoFixed elif and else
Robert Pengelly [Thu, 21 May 2026 16:36:22 +0000 (17:36 +0100)]
Fixed elif and else

3 months agoSplit long lines
Robert Pengelly [Thu, 21 May 2026 06:31:47 +0000 (07:31 +0100)]
Split long lines

3 months agoChanged dup (0) to dup (?)
Robert Pengelly [Thu, 21 May 2026 06:12:28 +0000 (07:12 +0100)]
Changed dup (0) to dup (?)

3 months agoMore syntax fixes
Robert Pengelly [Thu, 21 May 2026 05:46:34 +0000 (06:46 +0100)]
More syntax fixes

3 months agoCorrect MASM syntax
Robert Pengelly [Thu, 21 May 2026 05:08:38 +0000 (06:08 +0100)]
Correct MASM syntax

3 months agoNo need for lanuage
Robert Pengelly [Thu, 21 May 2026 04:12:20 +0000 (05:12 +0100)]
No need for lanuage

3 months agoFixed inline_s32
Robert Pengelly [Wed, 20 May 2026 16:15:27 +0000 (17:15 +0100)]
Fixed inline_s32

3 months agoAdded missing newlines
Robert Pengelly [Wed, 20 May 2026 16:10:23 +0000 (17:10 +0100)]
Added missing newlines

3 months agoDon;t generate veersion on every build
Robert Pengelly [Wed, 20 May 2026 16:08:46 +0000 (17:08 +0100)]
Don;t generate veersion on every build

3 months agoUpdate help information
Robert Pengelly [Wed, 20 May 2026 06:08:07 +0000 (07:08 +0100)]
Update help information

3 months agoInitial commit
Robert Pengelly [Wed, 20 May 2026 05:56:31 +0000 (06:56 +0100)]
Initial commit