scc.git
5 weeks agoCorrected diagnositics, 64-bit fixes and macro fixes
Robert Pengelly [Tue, 14 Jul 2026 18:12:52 +0000 (19:12 +0100)]
Corrected diagnositics, 64-bit fixes and macro fixes

5 weeks agoSegfault, corruption and codegen fixes
Robert Pengelly [Mon, 13 Jul 2026 07:28:03 +0000 (08:28 +0100)]
Segfault, corruption and codegen fixes

6 weeks agoRemoved Makefile.wat
Robert Pengelly [Wed, 8 Jul 2026 16:57:53 +0000 (17:57 +0100)]
Removed Makefile.wat

6 weeks agoFixed add64
Robert Pengelly [Wed, 8 Jul 2026 16:54:46 +0000 (17:54 +0100)]
Fixed add64

6 weeks agoAllow scalar long long assignment.
Robert Pengelly [Fri, 3 Jul 2026 14:28:04 +0000 (15:28 +0100)]
Allow scalar long long assignment.

7 weeks agoI386 fix
Robert Pengelly [Mon, 29 Jun 2026 04:29:57 +0000 (05:29 +0100)]
I386 fix

7 weeks agoAlignment and AMD64 fixes
Robert Pengelly [Sat, 27 Jun 2026 07:30:14 +0000 (08:30 +0100)]
Alignment and AMD64 fixes

7 weeks ago64-bit fixes
Robert Pengelly [Fri, 26 Jun 2026 16:48:30 +0000 (17:48 +0100)]
64-bit fixes

7 weeks agoFied segmentation fault
Robert Pengelly [Thu, 25 Jun 2026 22:24:55 +0000 (23:24 +0100)]
Fied segmentation fault

8 weeks agoCodegen fixes
Robert Pengelly [Thu, 25 Jun 2026 11:56:16 +0000 (12:56 +0100)]
Codegen fixes

8 weeks agoSupport more syntax
Robert Pengelly [Tue, 23 Jun 2026 08:08:45 +0000 (09:08 +0100)]
Support more syntax

8 weeks agoAdded __packed
Robert Pengelly [Tue, 23 Jun 2026 07:34:54 +0000 (08:34 +0100)]
Added __packed

8 weeks agoAdded & support in i386.c
Robert Pengelly [Mon, 22 Jun 2026 18:53:11 +0000 (19:53 +0100)]
Added & support in i386.c

8 weeks agolong long fixes for i386
Robert Pengelly [Mon, 22 Jun 2026 11:52:22 +0000 (12:52 +0100)]
long long fixes for i386

8 weeks agoDefault to no leading underscore for -m64 and added -fleading-underscore option
Robert Pengelly [Sat, 20 Jun 2026 18:44:02 +0000 (19:44 +0100)]
Default to no leading underscore for -m64 and added -fleading-underscore option

2 months agoPostfix fixes
Robert Pengelly [Fri, 19 Jun 2026 20:13:49 +0000 (21:13 +0100)]
Postfix fixes

2 months agoMore AMD64 fixes
Robert Pengelly [Fri, 19 Jun 2026 18:41:18 +0000 (19:41 +0100)]
More AMD64 fixes

2 months agoAMD64 fixes
Robert Pengelly [Mon, 15 Jun 2026 13:46:39 +0000 (14:46 +0100)]
AMD64 fixes

2 months agoExperimental AMD64 support
Robert Pengelly [Mon, 15 Jun 2026 08:46:51 +0000 (09:46 +0100)]
Experimental AMD64 support

2 months agoVerify K&R function paremeters
Robert Pengelly [Thu, 11 Jun 2026 12:54:02 +0000 (13:54 +0100)]
Verify K&R function paremeters

2 months ago__dllimport and __dllexport fixes
Robert Pengelly [Wed, 10 Jun 2026 01:41:08 +0000 (02:41 +0100)]
__dllimport and __dllexport fixes

2 months agoCalling convention fixes
Robert Pengelly [Wed, 10 Jun 2026 00:43:37 +0000 (01:43 +0100)]
Calling convention fixes

2 months agoFix for syntax like int __dllimport __stdcall
Robert Pengelly [Tue, 9 Jun 2026 23:44:50 +0000 (00:44 +0100)]
Fix for syntax like int __dllimport __stdcall

2 months agoAdded support for __dllimport
Robert Pengelly [Tue, 9 Jun 2026 12:56:18 +0000 (13:56 +0100)]
Added support for __dllimport

2 months ago__stdcall fixes
Robert Pengelly [Tue, 9 Jun 2026 12:05:51 +0000 (13:05 +0100)]
__stdcall fixes

2 months agoSupport some extensions even with -std=c90 and -pedantic
Robert Pengelly [Mon, 8 Jun 2026 11:10:21 +0000 (12:10 +0100)]
Support some extensions even with -std=c90 and -pedantic

2 months agoAdded __stdcall
Robert Pengelly [Mon, 8 Jun 2026 00:10:56 +0000 (01:10 +0100)]
Added __stdcall

2 months agoFixed loop check
Robert Pengelly [Wed, 3 Jun 2026 14:50:39 +0000 (15:50 +0100)]
Fixed loop check

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