summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Fix browcol.daniel2007-06-142-18/+9
* * added {$inline on} directive to fix compilation with 2.0.4jonas2007-06-141-0/+2
* * Cosmetic cleanup of constexprint leftovers.daniel2007-06-142-39/+1
* * Fix remaining constexp issues: powerpc,libcurl,browcoldaniel2007-06-133-3/+3
* * allow in delphi mode member classes in published sections which aren't comp...florian2007-06-131-1/+2
* * Fix overload selection code.daniel2007-06-133-16/+127
* * typos correctedflorian2007-06-134-144/+144
* + some delphi compatibility stuff addedflorian2007-06-131-4/+15
* * theapthread test: put the sleep in the right place to increase odds of free...micha2007-06-131-1/+1
* * extend theapthread test to explicitly test freeing of block after owned-by ...micha2007-06-131-6/+10
* * heap manager: handle freeing of block owned by exited threadmicha2007-06-132-228/+485
* + classrefdef is assignment compatible to pointers in delphi modeflorian2007-06-131-0/+8
* - Remove another test for u64bit now unnecessary.daniel2007-06-131-8/+2
* * fixed writing of widestringsjonas2007-06-132-1/+36
* * force utf-8 for darwinjonas2007-06-131-0/+7
* * If a variant contains a datetime value and is converted to a string, it sh...joost2007-06-132-2/+17
* * Make powerpc compile again.daniel2007-06-131-2/+2
* * Change a loop counter from aint to integer; the "to" part of the loopdaniel2007-06-131-1/+1
* + Forgot to add constexp unit.daniel2007-06-131-0/+571
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-13101-726/+736
* * Fix tests for constexprint rework.daniel2007-06-133-6/+10
* - Remove -Mgpc from command line options.daniel2007-06-133-39/+37
* * 12345678901234567890>high(int64), therefore int64var=12345678901234567890...daniel2007-06-121-2/+2
* * experimental patch to fix #9059 and friends in case -Oodfa is usedflorian2007-06-121-0/+1
* * fixed stabs debug info for bitpacked recordsjonas2007-06-121-6/+14
* * fixed bitsize of qwords in bitpacked records (mantis #9054)jonas2007-06-112-6/+37
* * fixed memory leak in conversion of realconstn to currencyjonas2007-06-101-3/+5
* * fixed memory leak in debug info generation for bitpacked recordsjonas2007-06-101-6/+12
* * fix for 9029marco2007-06-101-2/+2
* + forbid usage of $E on targets supporting no fpu emulationflorian2007-06-107-387/+402
* * fixed "EInOutError : File not found" exception if .rc file not found.yury2007-06-101-1/+1
* * changed so it still fails now that you can take the address of somejonas2007-06-101-2/+2
* * fixed important typo in better comments :)jonas2007-06-091-2/+2
* * fixed FFreeOnTerminate handing in destructor + better commentsjonas2007-06-091-3/+5
* * fixed tests/webtbf/tb0041 broken by r7603: check whether ordinalsjonas2007-06-091-4/+12
* * fixed some record size checksjonas2007-06-095-7/+81
* + some sse4 instructions supported, resolves #9046florian2007-06-0916-10/+247
* * align stack properly if no stack frame is generated, should resolve #8986florian2007-06-092-3/+5
* * don't allow taking the address of ordinal bitpacked array elementsjonas2007-06-097-1/+138
* * allow taking the address of fields of packed records iffjonas2007-06-095-2/+113
* * enable break and continue in macpas mode (mantis #9032)jonas2007-06-091-14/+2
* - reverted r7600, see additional comments in mantis #9027jonas2007-06-0914-427/+266
* * added packrecords statement so the test compiles on all systems regardlessjonas2007-06-091-0/+1
* * Fix for 9220 for socket2text stuff toomarco2007-06-091-0/+11
* + New optimization: Comparisions with evaluate to true or false if thedaniel2007-06-091-2/+86
* * fix for bug 9022 (merge)marco2007-06-091-0/+5
* + Added types UnsignedByte,UnsignedWord,UnsignedLong, suggestion bydaniel2007-06-091-0/+4
* + support for new/dispose with extra size parameter in macpas modejonas2007-06-0814-266/+427
* * fixed another IE with indexing bitpacked arrays of composite types,jonas2007-06-082-1/+18
* * added missing {$mode macpas}jonas2007-06-081-0/+2