svenbarth
|
a23cfd9a85
* regenerate msgidx.inc and msgtxt.inc after r35079; thankfully that didn't break the build this time since it was merely a text change ^.^'
|
8 年之前 |
svenbarth
|
d499163ef5
* provisional fix for Mantis #31076: fail gracefully instead of with an internal error if a generic method is declared inside a generic class or record. This will change once we support nested generics however.
|
8 年之前 |
svenbarth
|
70817baf98
* since we already allow inline specializations in mode ObjFPC due to generic functions it's only consequential to also allow specializations after pointers (they are already allowed in mode Delphi).
|
8 年之前 |
Károly Balogh
|
db976a3a3e
amiga: added __amigaos4__ signature symbol to the pascal startup code
|
8 年之前 |
Károly Balogh
|
eb6fe91208
amiga: proof-of-concept untested implementation for OS4/PowerPC Pascal startup code
|
8 年之前 |
marcus
|
8917b476c0
AROS: CreateRastPort as explicit function only needed for ABIv1 (for v0 in graphics.library)
|
8 年之前 |
marcus
|
afaefc32e8
AROS: more ABIv1 and x64 adjustments
|
8 年之前 |
florian
|
759a53dfc7
- removed comment that the unit is a prototype and changing: the comment was introduced 10 years ago, the unit is part of stable release for years, it is documented
|
8 年之前 |
florian
|
55d9fea401
* CLASSESINLINE -> FGLINLINE
|
8 年之前 |
Károly Balogh
|
dbd7e74e9c
amiga: yet another attempt to fix powerpc-amiga build
|
8 年之前 |
Károly Balogh
|
8057b42830
amiga: only try to build the pascal startup code on 68k for now
|
8 年之前 |
Károly Balogh
|
b356b18675
amiga: forgot to commit the actual buildrtl.pp in the previous commit
|
8 年之前 |
Károly Balogh
|
788c622307
amiga: pascal startup code for 68k and buildrtl refactor
|
8 年之前 |
marcus
|
7eba7122d2
AROS: ABIv1 AmigaDOS unit
|
8 年之前 |
marcus
|
bebef242d4
AROS: Initial ABIv1 Support
|
8 年之前 |
Károly Balogh
|
1701f06a0e
morphos: take two on the Pascal startup code. this version works as a drop-in replacement for the asm one, and doesn't need system unit patching. this will be important when linking against LibC and when the approach gets ported to other Amiga-like platforms
|
8 年之前 |
marcus
|
114a43e6ef
AROS: fixed TTask type
|
8 年之前 |
michael
|
d05175a17f
* FileOpen should not open directories (Windows compatible) Bug ID #30766
|
8 年之前 |
michael
|
0d772ae198
* Patch from Silvio Clecio to remove unused variable (bug ID 31044)
|
8 年之前 |
Jonas Maebe
|
f55d962e40
* use system.round() instead of LLVM's fptosui operation for converting a
|
8 年之前 |
Jonas Maebe
|
8b1c90124e
* support encoding helper types for LLVM (encode the same type as the
|
8 年之前 |
Jonas Maebe
|
a0b537bc7b
* fixed typed constants that use an integer number to initialise a procvar or
|
8 年之前 |
Jonas Maebe
|
2e9c6f35ae
- disable -Ooregvar for the LLVM-based x86-64 code generator, as it causes
|
8 年之前 |
Jonas Maebe
|
a2017b2327
* don't keep tc_equal type conversions for LLVM in case the resultdef doesn't
|
8 年之前 |
Jonas Maebe
|
a8e107bb4b
* fix memory leak: free rg[R_MMREGISTER]
|
8 年之前 |
michael
|
d6d10a522a
* Patch from Mattias Gaertner
|
8 年之前 |
Károly Balogh
|
f3e33a9dde
morphos: new pascal-written internal startup code. also refactored the rtl build process for morphos
|
8 年之前 |
Tomas Hajny
|
7956cb5d48
* CrtCtrlBreakHandler may not be invoked for Ctrl-C on certain platforms (Win32/Win64) - made conditional (preparation for future use as platform independent include file)
|
8 年之前 |
Tomas Hajny
|
63c3fc59d4
* as pointed to by Dmitry Boyarintsev (bug #31023), TurnMouseOff is not used and may be removed
|
8 年之前 |
Tomas Hajny
|
8038b2e64f
* patch by Dmitry Boyarintsev (bug #31023) improving compatibility of unit Crt under Win32 and Win64 to other platforms and original TP/BP - Ctrl-C now treated as ASCII 3 and Ctrl-Break respects CheckBreak setting
|
8 年之前 |