marco
|
d9df0ff9a8
* fixed typo (no space between serial and \ ) and regenned with a fpcmake that is NOT 3 years old.
|
hace 11 años |
sergei
|
2c02e8a726
- i386, x86_64, SPARC: removed paramanager.getintparaloc overrides, it is handled by generic implementation since r24716.
|
hace 11 años |
michael
|
3a34a371b3
* Should compile without c operators
|
hace 11 años |
sergei
|
8f6d8b849e
* Generate interface wrappers together with data structures of class they belong to, and place everything into single assembler slice (since all wrappers are always referenced by VPTR, attempting to smartlink them is useless). This removes separate iteration pass over symtables and reduces amount of smartlink files.
|
hace 11 años |
michael
|
e96e992705
* Added translation of urlmon.h
|
hace 11 años |
nickysn
|
2fd09437e9
+ added segment _null, belonging to group dgroup and class BEGDATA with the
|
hace 11 años |
marco
|
526d84fd47
* Skip BOM for inifiles Mantis #24385
|
hace 11 años |
michael
|
96c24dcccc
* Build serial unit
|
hace 11 años |
michael
|
4dfb88d11f
* Fix IENumVariant interface to be more delphi compatible
|
hace 11 años |
michael
|
5848e5e33a
* Patch from Inoussa implementing getter/setter for variants (bug ID 25759)
|
hace 11 años |
michael
|
88f32a7593
* Applied patch from Inoussa to fix double content (bug ID 25758)
|
hace 11 años |
sergei
|
132366e448
* Fixed Mantis #24352.
|
hace 11 años |
Károly Balogh
|
0591caf022
have an explicit define for OS4, so we can easily identify it in shared sources among Amiga-like systems, independent from the CPU define
|
hace 11 años |
michael
|
96ba1090e0
* Add RegisterTests in suite
|
hace 11 años |
michael
|
00bac4d8e7
* Add Fail with format
|
hace 11 años |
michael
|
c2a9dccc14
* Serial unit from Mark Morgan LLoyd
|
hace 11 años |
michael
|
2a048692a5
* Patch from Mark Morgan LLoyd, adding some functions (part 2)
|
hace 11 años |
michael
|
0ecee7cd3f
* Patch from Mark Morgan LLoyd, adding some functions
|
hace 11 años |
svenbarth
|
e734ca7a9b
M68k: Fix passing of environment variables. Fixes the compiler not being able to execute the external assembler and linker.
|
hace 11 años |
sergei
|
04f32c2a01
* Do not attempt to retrieve caller context if initial frame is not between StackTop and frame pointer of current procedure (aka stack bottom). Reverts part of r21843, fixing regression of tests/test/cg/traise6.pp after r26843.
|
hace 11 años |
svenbarth
|
2a65c05a8c
Clean up dead code.
|
hace 11 años |
svenbarth
|
908c0f7293
M68k: Correctly handle the case of assigning a Boolean expression to a 64-bit Boolean. Fixes tw20889.
|
hace 11 años |
sergei
|
ae81e0889b
* Updated internal declarations of RTTI structures to match their counterparts in typinfo unit and actual data generated by compiler. It went unnoticed this far because fields whose location differ with and without 'packed' record attribute are not used by internal routines, and tests use declarations from typinfo unit (the declarations in question are not in interface, so tests cannot be done against them).
|
hace 11 años |
sergei
|
b26e36431a
* Instead of three individual try..except blocks in fpc_pushexceptobject, guard the entire procedure at the caller side (it is called only from fpc_raiseexception). This additionally guards against possible crashes in getmem() due to corrupted heap. Furthermore, try..except block is not necessary at all for such one-time purposes.
|
hace 11 años |
florian
|
6697939903
* replaced some aren't, weren't, can't by are not, were not, cannot
|
hace 11 años |
florian
|
76b2074e59
* updated year in logo from 2013 to 2014
|
hace 11 años |
florian
|
13cb468a8e
* fixed modification information for some avx instructions
|
hace 11 años |
svenbarth
|
0321a77d72
Fix the generation of alignment instructions for m68k. This not only fixes quite some tests, but most importantly the native m68k compiler!
|
hace 11 años |
florian
|
c00d752813
+ create avx code in abs as well
|
hace 11 años |
sergei
|
d004607876
* fpc_raiseexception does not return a result.
|
hace 11 años |