marco
|
b6ed07eb30
* fixed RLIMIT_VMEM gotcha
|
20 years ago |
peter
|
9a8dc6bfb2
* store hidden symbols correctly in ppu
|
20 years ago |
florian
|
72d7597edc
+ implementation of lazy binding for linux
|
20 years ago |
marco
|
238510c59d
* added resource consts and types
|
20 years ago |
florian
|
2585309c04
* of course, we can't omit pic generation for local symbols
|
20 years ago |
florian
|
d06bdbba13
* force PIC on x86_64
|
20 years ago |
florian
|
5c92126933
+ $PIC module switch directive
|
20 years ago |
florian
|
ff6af1804b
* fixed loading of pic'ed symbols with offset
|
20 years ago |
olle
|
0fde736720
fixed support for filenames with spaces in exec
|
20 years ago |
Tomas Hajny
|
f29fde8978
* CheckInitialStkLen and/or StackLength initialization added to previously omitted targets
|
20 years ago |
Tomas Hajny
|
349d7108ce
* Check of memory ranges under OS/2 added to HeapTrc
|
20 years ago |
florian
|
ca921976f6
* when creating pic code, every procedure must be declared being global
|
20 years ago |
Tomas Hajny
|
7ab72f43b3
* DosWrite only possible under non-PM apps
|
20 years ago |
florian
|
dac22b4703
* fixed stupid typo in x86_64 pic code generation
|
20 years ago |
marco
|
3638f8fdea
* couple of redefs for bug #4509
|
20 years ago |
marco
|
09134bd40a
* patch with a _lot_ more constants from JP Mugaas (for Indy)
|
20 years ago |
florian
|
fdc1419832
* fixed interface wrappers in pic
|
20 years ago |
tom_at_work
|
cc2873232f
* forgot to add CheckInitialStkLen function
|
20 years ago |
florian
|
a27b87043f
* reset some variables which could be in an illegal state after an error, this is mainly important for the ide
|
20 years ago |
florian
|
4f3c7f7883
+ writeidx program added
|
20 years ago |
olle
|
5bf628a72e
bugfix, inherited reset was not called
|
20 years ago |
tom_at_work
|
47258d61a6
* some cleanup, typo fixes
|
20 years ago |
tom_at_work
|
1b4b42fdd6
* added CheckInitialStkLen() function which checks whether the given stack size value is valid on the OS when creating a thread, fixing stack checking
|
20 years ago |
michael
|
d30db6fced
+ Added TFPHashTable object, implemented by Dean Zobec
|
20 years ago |
marco
|
2765cc28bc
* should now also ignore comment starting with ; (bug 45something)
|
20 years ago |
michael
|
59d3cd95a8
+ Patch from Michalis Kamburelis to implement correct config dir, following basedir-spec
|
20 years ago |
tom_at_work
|
367df58016
* stack related things (sizes, calculations, etc.) are now 64 bit on 64 bit platforms
|
20 years ago |
tom_at_work
|
54dee95053
* removed "+0" offset generation in assembler writer
|
20 years ago |
tom_at_work
|
ff47ffb255
* quick fix for stack checking on Linux/PPC64
|
20 years ago |
tom_at_work
|
8ca0fe382e
* removed "+0" offset generation in assembler writer
|
20 years ago |