summaryrefslogtreecommitdiff
path: root/rtl
Commit message (Expand)AuthorAgeFilesLines
* auto-merge: trunk -> InterfaceRTTIinterfacerttisteve2016-05-3043-198/+1945
|\
| * * Patch from Luiz Americo to add const to some string params (Bug ID 30197)michael2016-05-272-4/+4
| * m68k: a bunch of tweaks and improvements to assembly functions. higher move()...karoly2016-05-251-51/+38
| * + implemented proper stack checking for the i8086nickysn2016-05-242-0/+61
| * * fixed the sign handling of i386 fpc_div_int64 helper (Mantis 30166)karoly2016-05-221-1/+1
| * + added the winapi functions, structures and constants for raw keyboard and m...nickysn2016-05-228-0/+363
| * * fixed (harmless) range error in 64 bit BSD-based RTLsjonas2016-05-211-1/+1
| * * create a separate type and def for the LLVM "i1" type, because reusingjonas2016-05-201-1/+1
| * Fix for Mantis #30110. Speed up finalization of array of primitive/simple rec...svenbarth2016-05-201-10/+17
| * * Fix compilation for win16 OS with -dSYSTEMDEBUGpierre2016-05-201-3/+3
| * * Fix compilation for msdos OS with -dSYSTEMDEBUGpierre2016-05-201-2/+0
| * Fix system compilation for win16 OS by setting FPC_NO_DEFAULT_MEMORYMANAGER ...pierre2016-05-201-0/+10
| * Disable SysFreeMem call for argv for win16 OS, which does not use SysFreeMempierre2016-05-201-4/+4
| * Regenerate NativeNT Makefile after recent Makefile.fpc changes in r33711, r33...svenbarth2016-05-201-83/+87
| * Fix compilation of NativeNT target, patch by Karl-Michael Schindler. Fixes Ma...svenbarth2016-05-202-4/+29
| * + add rule for the ISO Pascal unitsvenbarth2016-05-201-0/+3
| * * use the dummy DOS unit from the Embedded target so that we can use it for t...svenbarth2016-05-203-1/+269
| * * Fix compilation for msdosmichael2016-05-172-4/+4
| * * Added TStringBuildermichael2016-05-166-1/+873
| * + define FPC_NO_DEFAULT_HEAP for the embedded target as wellflorian2016-05-161-0/+1
| * Use macros for msdos OS to translate SysGetMem into SysTinyGetMem and simila...pierre2016-05-111-0/+12
| * Add SysTinyGetHeapStatus and SysTinyGetFPCHeapStatus functionspierre2016-05-111-4/+78
| * Add SysTinyGetMem and similar to interface to allow use in heaptrc unitpierre2016-05-111-0/+8
| * Use FPC_NO_DEFAULT_HEAP to turn out RelocateHeap or MemoryManager.InitThread...pierre2016-05-112-1/+8
| * Use FPC_NO_DEFAULT_MEMORYMANAGER define to guard SysGetmem/SysFreemem functi...pierre2016-05-111-21/+29
| * Use FPC_NO_DEFAULT_MEMORYMANAGER define to guard SysGetmem/SysFreemem functi...pierre2016-05-111-2/+6
| * Implement basic SysOSAlloc using MSDOS Interrrupt 0x21, AH=0x48 functionpierre2016-05-111-0/+33
| * Add new FPC_NO_DEFAULT_MEMORYMANAGER define for msdos OSpierre2016-05-111-0/+1
| * m68k-amiga: fixed wrong define to test against softfpu (oops...)karoly2016-05-111-4/+4
| * m68k-amiga: only compile softfpu code into system unit, when FPU_SOFT is definedkaroly2016-05-101-4/+5
* | merge till 33642steve2016-05-03192-5159/+7339
|\ \ | |/
| * * wrap getfirst and getlast in fcount<>0 because otherwise it will dereferen...marco2016-05-011-2/+8
| * * enabled internal ELF resources for AmigaOS4karoly2016-05-012-86/+161
* | revert broken mergessteve2016-05-03193-7365/+5166
* | +steve2016-05-033-88/+169
* | merge from trunksteve2016-05-01193-5222/+7340
|\ \ | |/
| * os4units: added iffparse, keymap, clipboard, graphics, intuition, activated s...marcus2016-04-301-3/+2
| * Change WideString initialization to work correctly with indirect main informa...svenbarth2016-04-296-13/+12
| * * fixed version of fpc_pchar_length() for JVM (the generic one passesjonas2016-04-281-0/+11
| * * fixed potential range errors in indexbyte/indexwordjonas2016-04-281-10/+10
| * * Remove sysutils in _USES clause, to avoid exception handling importation,pierre2016-04-271-5/+19
| * * fixed cross-assembling the Linux/ppc32 loader files on a 64 bit Linux hostjonas2016-04-202-0/+6
| * m68k: software mod/div and mul helper requirement has nothing to do with the ...karoly2016-04-181-2/+2
| * Amicommon: Unified parameterhandling for Amiga, AROS, MorphOSmarcus2016-04-174-563/+316
| * Amiga: Enable character unitmarcus2016-04-142-227/+172
| * - removed i386 specific fpc_pchar_length implementation as it is much slower ...florian2016-04-121-34/+0
| * * generic implementation of fpc_pchar_length uses IndexByte instead of a simp...florian2016-04-121-5/+3
| * * the size of DW_FORM_ref_addr entries depends on the DWARF versionflorian2016-04-101-1/+13
| * + make use of .debug_aranges section for faster name search when generating s...florian2016-04-101-7/+121
| * * GetStdHandle returns a THandle (use of longint was not 64-bit safe)hajny2016-04-101-3/+3