summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * synchronised with trunk till r42049jonas2019-05-12287-1184/+4997
|\
| * * FIx compilation with 3.0.4michael2019-05-121-1/+1
| * * FIx compilation for platforms that do not have extendedmichael2019-05-122-4/+17
| * + support for verifying whether a case statements handles all possibilitiesjonas2019-05-1221-543/+779
| * * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-12208-379/+1726
| * * fixed floating point div-by-zero RTE code on Darwin (208 instead of 200,jonas2019-05-124-9/+9
| * * set correct fileinfo for statements_til_end() blockjonas2019-05-121-0/+2
| * * turn off MB_PRECOMPOSED for encodings named in MSDN multibytetowidechar fu...marco2019-05-121-4/+7
| * * Add Read/Write(Buffer) TBytes, ReadData/WriteData, ReadBufferData/WriteBuff...michael2019-05-122-21/+875
| * * Add largeint (int64) parameter supportby Silvio Clecio (bug ID 35554)michael2019-05-121-1/+2
| * * Patch from Ondrej Pokorny to fix bug ID 35544 (accept short timezones)michael2019-05-121-3/+22
| * * addstringdef() now correctly declares the debug information for a Windows W...svenbarth2019-05-111-9/+1
| * * fix for Mantis #35386: use the correct size for the string's length (SizeIn...svenbarth2019-05-111-2/+6
| * * fix for Mantis #35359: only WideString counts the size in Byte, UnicodeStri...svenbarth2019-05-111-1/+1
| * * fix for Mantis #35533: when searching for helpers on types that usually don...svenbarth2019-05-104-1/+89
| * * avoid a warning regarding automatic type conversion of Compsvenbarth2019-05-101-1/+1
| * * missed two usages of SErrCallbackNotImplentedsvenbarth2019-05-101-2/+2
| * - declaring the missing pointer types for the Boolean types is no longer nece...svenbarth2019-05-102-18/+0
| * + declare Pointer types for the remaining Boolean typessvenbarth2019-05-101-0/+10
| * * fix typosvenbarth2019-05-101-3/+3
| * * getguiresources + constants, mantis 035546 by 440bxmarco2019-05-102-0/+6
| * * RealChildWindowFromPoint, mantis 035552 by 440bxmarco2019-05-101-0/+1
| * * realgetwindowclass, mantis 035551marco2019-05-104-0/+4
| * * add getshellwindow, by 440bx mantis 035548marco2019-05-101-0/+1
| * + add support for MultiHelpers modeswitch by Ryan Joseph for Mantis #35159svenbarth2019-05-1022-88/+778
| * * fix for Mantis #35326 (applied patch by Cyrax): objcopy's --add-gnu-debugli...svenbarth2019-05-101-1/+2
| * Use TIOCtlRequest type for local variable nr inside TCSetAttr functionpierre2019-05-106-6/+6
| * Do not use BSD system tar option -I if TARPROG is gtar for OpenBSDpierre2019-05-082-0/+11
| * * GetPrimaryIndexFields is now a public class method, needed in designermichael2019-05-071-2/+2
| * Update syscall number for sparc and sparc64 based on results from unix/scrip...pierre2019-05-071-31/+78
| * * Improve handling of command line args setting variables (did not work if ...pierre2019-05-071-13/+21
| * Also remove -m32 option for arm native GNU C compilerpierre2019-05-061-4/+9
| * Add first linux RTL compliance test file t_linux.h2paschkpierre2019-05-061-0/+151
| * Add script to use h2paschk on t_OS.h2paschk file for rtl tests for system he...pierre2019-05-061-0/+213
| * * Also allow '-' in include file namespierre2019-05-061-7/+27
| * * fix for mantis 035530 by 440bx, process_ and thread_ constants.marco2019-05-061-12/+20
| * * Fix redirect codes (bug ID 0035532) michael2019-05-061-1/+2
| * Add more system header constantspierre2019-05-061-0/+63
| * * Remove unused unit from uses clausemichael2019-05-061-1/+1
| * * add openthread, mantis 035529 by 440bxmarco2019-05-061-0/+1
| * Use %X instead of %x for C hexadecimal constants as Free Pascal hexstr uses ...pierre2019-05-061-5/+5
| * * Split out processing of SQL so it can be used in editor. Correct LoadFromFilemichael2019-05-061-5/+18
| * * Copy connection name in assignmichael2019-05-061-1/+2
| * * Add Ini to some helper method names to avoid confusionmichael2019-05-061-10/+10
| * Fix test_c_objects rule (by removal of extra closing braces)pierre2019-05-042-8/+8
| * Link against libstdc++ and libc to avoid linking error for openbsd OSpierre2019-05-041-0/+4
| * Link against libc to avoid __guard_local not found symbol failure at link tim...pierre2019-05-041-0/+13
* | * fixed Objective-C metadata generation for LLVMjonas2019-05-023-17/+76
* | * fixed setting calling convention for calls (the callpd passed to thejonas2019-05-022-16/+16
* | * basic llvm metadata supportjonas2019-05-027-26/+318