summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Reverted file accidentally comitted in r16097xpcomjoost2010-10-071-4/+2
* * Updated tests for new IUnknown.QueryInterface, _AddRef and _Release defini...joost2010-10-078-42/+44
* * Added tests for constref support from r16008joost2010-10-024-0/+188
* * Adapted IUnknown so that it can be used for interfaceing with XPCom, alsojoost2010-09-197-41/+41
* * Implemented constref support, to force constant function-parameters to bejoost2010-09-1928-39/+57
* * Creating a branch for development of xpcom/safecall/constref supportjoost2010-09-160-0/+0
* * don't crash when reading a Macho-O binary with an unanticipatedjonas2010-09-161-0/+4
* * For cdecl functions the funcret is not popped by the caller when it is passedjoost2010-09-152-8/+7
* * Added comments to explain the tf_safecall_clearstack and tf_safecall_excep...joost2010-09-151-2/+3
* * don't perform temp substitution of an entire array when assigning only thejonas2010-09-153-3/+70
* * Added fcl-jsmichael2010-09-152-63/+180
* * don't perform temp substitution for variables whose address has been takenjonas2010-09-152-2/+54
* * do not hook SetVisualPage and SetActivePage for modes that only have 1 vide...nickysn2010-09-151-39/+11
* Patch from Alberto Brito, improves OpenSSL and allows only one of the 2 DLLs ...sekelsenmat2010-09-151-199/+616
* * implemented SetBkColor and GetBkColor for CGAnickysn2010-09-141-1/+57
* * SetBkColor and GetBkColor made hookablenickysn2010-09-143-5/+18
* * fixed compilation after r15973 (patch by javivf, mantis #17397)jonas2010-09-141-1/+1
* * xmlread.pp, removed FRecognizePE field. Its functionality is replaced by ch...sergei2010-09-141-8/+1
* * Test for negcurrformat values 11-15 from Zeljan Rikalomichael2010-09-141-0/+56
* * Implementation of values 11..15 of negcurrentformat from Zeljan Rikalomichael2010-09-141-1/+6
* * Procedure body is now reachable (and assigned). (patch from gschaegger@gmx.de)michael2010-09-142-0/+6
* * Attempt at MySQL 5.1 connectionmichael2010-09-144-265/+245
* * very minor compatibility fix. Delphi exports name of the dll asmarco2010-09-141-105/+108
* * Some minimal documentationmichael2010-09-131-0/+163
* * Introduced strict propertymichael2010-09-132-12/+41
* * disabled maybe_call_procvar() again for macpas mode, because it breaksjonas2010-09-132-1/+2
* * xmlread.pp: refactoring, no function chages:sergei2010-09-131-65/+56
* * xmlread.pp, a misplaced assignment could cause a #13 character to pass non-...sergei2010-09-131-1/+1
* * always set both IntCurrentDriver and IntCurrentNewDriver to the correct old...nickysn2010-09-121-1/+6
* - removed unused variable after r15918jonas2010-09-121-7/+2
* * enabled maybe_call_procvar() also for macpas mode (calls procvars thatjonas2010-09-126-4/+105
* * GetModeName fixed to work with the 'old' mode numbers alsonickysn2010-09-111-1/+4
* * only enable the save/restore state hack on cards, older than VGAnickysn2010-09-111-3/+6
* * EGA support addednickysn2010-09-113-10/+87
* * CGA modes are now supported on a real CGA or EGA (tested with dosbox, machi...nickysn2010-09-111-7/+22
* * Fixes for literal strings and for automatic semicolon insertion. Fixed obje...michael2010-09-112-41/+123
* * optimized DirectPutPixel16 and DirectPutPixVESA16 to use the EGA/VGA hardwa...nickysn2010-09-102-50/+41
* * optimized all 16-colour routines to use 16-bit port writes to the EGA/VGA G...nickysn2010-09-102-76/+50
* * aspect ratio adjustment added to Arc and PieSlicenickysn2010-09-091-2/+2
* * do not reset aspect ratio in GraphDefaults (TP7 compatibility fix)nickysn2010-09-091-1/+2
* * moved {$asmmode att} to top of file (mantis #17377)jonas2010-09-092-2/+2
* r323 | jonas | 2010-09-09 20:31:47 +0200 (Thu, 09 Sep 2010) | 2 linesjonas2010-09-095-64/+524
* + added generic stellaris support as provided by #17365florian2010-09-094-7/+304
* + TSubRegisterSet definition forgotten to commit in r15952jonas2010-09-095-8/+9
* * regenerated with up-to-date fpcmakeflorian2010-09-091-7/+64
* tests: add new for-in test from Michael Van Canneytpaul2010-09-091-0/+72
* compiler: compare enumerator operator "current" return type with the loop var...paul2010-09-093-42/+59
* * getregisterinline() can be used to replace multiple size variantsjonas2010-09-082-6/+54
* * do not convert the second argument of inc/dec(ptrtype,value) into ajonas2010-09-082-1/+27
* + added {$asmmode gas} directives to fix compiling when fpc.cfg containsjonas2010-09-082-0/+4