Karoly Balogh
|
a4c94c8b44
human68k: more work on getting tinyheap right. still doesn't seem to work, sadly, so still disabled
|
1 year ago |
Sven/Sarah Barth
|
7974f39522
* implement assignment of procedure and method variables and routines (global, instance and nested) to function references
|
3 years ago |
florian
|
c3fb1e3a65
* initialize current_settings as early as possible so cs_debugswitch is set correctly if needed
|
4 years ago |
pierre
|
3db08d28e9
Set default stack size for i8086-embedded target: 16384 for far data model, and 2048 for other memory models
|
5 years ago |
pierre
|
8d4588e1b2
Fix compilation of compiler with -dPREPROCWRITE
|
6 years ago |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 years ago |
Károly Balogh
|
e6aed467b5
renamed script unit to cscript to avoid namespace conflict with univint package on Darwin. this makes it possible to build the textmode IDE on Darwin
|
7 years ago |
pierre
|
f7fd137787
Accept syscall procedure modifier for arm-palmos
|
8 years ago |
florian
|
b1dff29cbf
* removed unused units
|
8 years ago |
svenbarth
|
1aa80f77cb
- remove no longer needed global variable allow_array_constructor
|
8 years ago |
Károly Balogh
|
02d145233d
add m68k atari to the list of platforms which support syscalls
|
8 years ago |
Károly Balogh
|
657aa06360
arm: arm-aros syscall support
|
8 years ago |
pierre
|
7e348a40a3
Use general_e_exception_raised if Compiler generates an uncaught exception
|
10 years ago |
nickysn
|
4b80bc958c
+ set the win16 local heap size in the executable
|
10 years ago |
nickysn
|
dbd7c05bef
+ set default stack sizes for win16
|
10 years ago |
Károly Balogh
|
f0ccbc87f2
AROS/x86_64: enable syscalls code in the parser, fix EAX->RAX reference base while calculating syscall offset
|
10 years ago |
Károly Balogh
|
4431ba2c08
merged/updated AROS/i386 target to trunk from AROS branch, to support Marcus Sackrow's work on AROS support which will hopefully benefit all Amiga-like targets (classic, MorphOS) on the long run. Compiler only, RTL comes in the next run.
|
11 years ago |
nickysn
|
1910177cf0
+ added heapmax support to the $M directive on i8086-msdos. It is currently
|
11 years ago |
nickysn
|
a52d8abe38
* changed the default stack size in the i8086 far data memory models to 16 KB
|
11 years ago |
pierre
|
6d8b1e03d7
Increase status.errorcount only inside GenerateError procedure, to simplify debugging
|
12 years ago |
svenbarth
|
88af293155
Fix for Mantis #22160
|
13 years ago |
paul
|
6972947c6b
compiler: remove unused variable
|
14 years ago |
florian
|
431da61f3a
* cleaned up FreeLocalVerbosity usage
|
14 years ago |
pierre
|
713f269ce2
* Change Field passing type of FreeLocalVerbosity parameter
|
14 years ago |
paul
|
8a8db0a822
compiler: pass both modulename and filename to tmodule.create. extract modulename from filename if modulename is not passed (probably fix an error with asm/obj filename appeared after the namespace branch merge).
|
14 years ago |
pierre
|
d09389ac79
Implement support for $WARN XXX ON/OFF/ERROR
|
14 years ago |
svenbarth
|
16e500ee3c
Removed old search algorithm
|
14 years ago |
svenbarth
|
f7f357f18e
* symconst.pas:
|
14 years ago |
paul
|
dc5f5c3f63
compiler: use current_structdef instead of current_objectdef in more places
|
14 years ago |
paul
|
210e78e4fa
compiler: allow objects and records to have members which point to themself. only don't permit this to regular fields.
|
14 years ago |