.. |
i_amiga.pas
|
* changed tf_use_function_relative_addresses into an assembler flag (with
|
2009-12-06 13:21:28 +00:00 |
i_atari.pas
|
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
2009-02-09 00:01:15 +00:00 |
i_beos.pas
|
* changed tf_use_function_relative_addresses into an assembler flag (with
|
2009-12-06 13:21:28 +00:00 |
i_bsd.pas
|
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
|
2010-09-29 21:56:47 +00:00 |
i_embed.pas
|
+ basic i386-embedded implementation for multiboot by Jeppe Johansen, resolves #15676
|
2011-01-23 11:18:50 +00:00 |
i_emx.pas
|
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
2009-02-09 00:01:15 +00:00 |
i_gba.pas
|
* changed tf_use_function_relative_addresses into an assembler flag (with
|
2009-12-06 13:21:28 +00:00 |
i_go32v2.pas
|
* changed tf_use_function_relative_addresses into an assembler flag (with
|
2009-12-06 13:21:28 +00:00 |
i_haiku.pas
|
* patch by Olivier Coursiere to enable winlike resources on haiku, resolves #15539
|
2010-01-17 15:10:47 +00:00 |
i_linux.pas
|
* Enabled safecall on x86_64-linux
|
2011-06-02 10:43:18 +00:00 |
i_macos.pas
|
* changed tf_use_function_relative_addresses into an assembler flag (with
|
2009-12-06 13:21:28 +00:00 |
i_morph.pas
|
* changed tf_use_function_relative_addresses into an assembler flag (with
|
2009-12-06 13:21:28 +00:00 |
i_nativent.pas
|
+ patch by Sven Barth to add native NT rtl support to the compiler, resolves #14886
|
2010-01-07 17:42:11 +00:00 |
i_nds.pas
|
* changed tf_use_function_relative_addresses into an assembler flag (with
|
2009-12-06 13:21:28 +00:00 |
i_nwl.pas
|
* changed tf_use_function_relative_addresses into an assembler flag (with
|
2009-12-06 13:21:28 +00:00 |
i_nwm.pas
|
internal linker support for creating novell netware loadable modules
|
2011-03-27 14:47:25 +00:00 |
i_os2.pas
|
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
2009-02-09 00:01:15 +00:00 |
i_palmos.pas
|
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
2009-02-09 00:01:15 +00:00 |
i_sunos.pas
|
* set maxCrecordalign to 16 for all x86_64 platforms that follow the
|
2010-06-03 20:02:06 +00:00 |
i_symbian.pas
|
* changed tf_use_function_relative_addresses into an assembler flag (with
|
2009-12-06 13:21:28 +00:00 |
i_watcom.pas
|
* changed tf_use_function_relative_addresses into an assembler flag (with
|
2009-12-06 13:21:28 +00:00 |
i_wdosx.pas
|
* changed tf_use_function_relative_addresses into an assembler flag (with
|
2009-12-06 13:21:28 +00:00 |
i_wii.pas
|
* Fixed stacksize for Wii
|
2011-02-27 19:27:12 +00:00 |
i_win.pas
|
* Add tf_dwarf_only_local_labels for win64 as suggested by Willibald Krenn
|
2010-10-13 08:52:35 +00:00 |
mac_crea.txt
|
|
|
t_amiga.pas
|
+ Made a single Amiga/MorphOS-specific PathConv import to cfileutl.pas, instead of importing it every single place it is needed.
|
2009-01-03 14:34:59 +00:00 |
t_atari.pas
|
|
|
t_beos.pas
|
|
|
t_bsd.pas
|
* don't quote the Darwin syslibroot path in link.res, it's not reinterpreted
|
2011-05-09 21:26:36 +00:00 |
t_embed.pas
|
* reintegrate avr branch into trunk, work on avr is less invasive than I thought so it can be continued in trunk
|
2011-04-19 20:17:52 +00:00 |
t_emx.pas
|
|
|
t_gba.pas
|
* Updated NDS and GBA to devkitARM r28
|
2010-03-02 21:56:41 +00:00 |
t_go32v2.pas
|
* Adapt script to DJGPP 2.04
|
2009-11-06 00:13:42 +00:00 |
t_haiku.pas
|
|
|
t_linux.pas
|
* always use crtbeginS.o/crtendS.o when generating PIC code, not just when
|
2011-06-10 14:17:20 +00:00 |
t_macos.pas
|
|
|
t_morph.pas
|
+ Made a single Amiga/MorphOS-specific PathConv import to cfileutl.pas, instead of importing it every single place it is needed.
|
2009-01-03 14:34:59 +00:00 |
t_nativent.pas
|
+ patch by Sven Barth to add native NT rtl support to the compiler, resolves #14886
|
2010-01-07 17:42:11 +00:00 |
t_nds.pas
|
* Updated NDS and GBA to devkitARM r28
|
2010-03-02 21:56:41 +00:00 |
t_nwl.pas
|
FindUtil was called in SetDefaultInfo and in MakeExecutable.
|
2011-02-06 16:25:18 +00:00 |
t_nwm.pas
|
compiler: reduce amount of hints and warnings
|
2011-04-20 02:58:52 +00:00 |
t_os2.pas
|
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
2009-02-09 00:01:15 +00:00 |
t_palmos.pas
|
|
|
t_sunos.pas
|
* use new_section() instead of tai_section.create() everywhere
|
2010-06-26 10:50:14 +00:00 |
t_symbian.pas
|
* Fixed setting of image base using {$IMAGEBASE X} directive.
|
2009-05-15 23:12:02 +00:00 |
t_watcom.pas
|
|
|
t_wdosx.pas
|
|
|
t_wii.pas
|
* Fixed stacksize for Wii
|
2011-02-27 19:27:12 +00:00 |
t_win.pas
|
From patch submitted by Willibald Krenn in Bug Report 17500.
|
2010-09-28 10:06:54 +00:00 |