summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * TStringlist.customsort now virtual, fixes 10575marco2008-01-071-1/+1
* * xpath memleak patch from #10573marco2008-01-071-1/+17
* - Disable asm str_int again now that testsuites have run.daniel2008-01-071-2/+3
* * optimize away unnecessary implicit upcasts to int64 for subtractionsjonas2008-01-064-2/+214
* * Added index-support for ftSmallInt, ftInteger, ftCurrency, ftBCD, ftWord, ...joost2008-01-061-5/+74
* * fixed range error in case node distance calculationjonas2008-01-061-1/+4
* * Make str_int pic proof.daniel2008-01-061-2/+9
* * Implemented mergesort BuildIndexjoost2008-01-062-8/+156
* Convert str_int to ATT assembler and activate it.daniel2008-01-061-40/+36
* * disable for now resourcestrings for process.pp because it breakspeter2008-01-061-1/+1
* * updatedpeter2008-01-061-1569/+1622
* * write fpunits.conf when installing unitspeter2008-01-061-168/+217
* * typecheckpass before calling do_simplify, as the siplify methodsjonas2008-01-061-3/+11
* * ancestor of TContainedObject fixedmarco2008-01-061-1/+1
* * fix range check error when compiling with 2.2.xpeter2008-01-061-0/+8
* * disable range/overflow checking when calculating with Nanpeter2008-01-061-3/+21
* * fixed building on OSes marked as case sensitivejonas2008-01-064-0/+0
* * isimplementorof/referenceinfo, bug 10567marco2008-01-062-0/+20
* * fixed sign of location.size for divmodn, 64 shlshrn and for mulnjonas2008-01-052-8/+8
* * fixed non-Windows buildingjonas2008-01-052-1/+33
* * no longer used control files. Real units have been moved with history ( I ...marco2008-01-055-2969/+0
* * another small fix. A unit was no longer implicitely compiled due to jedi i...marco2008-01-051-1/+1
* * deps fixed, now compiles againmarco2008-01-054-176/+110
* * some makefile fixes.marco2008-01-056-21/+369
* * demoes moved for winunits-basemarco2008-01-055-4/+4
* * winunits-jedi. Dependancy on winunits-base not work yet.marco2008-01-05246-21943/+3324
* * base units from base/winunits to winunits-basemarco2008-01-0518-0/+24736
* * jwa* now fully synced with Jedi as of yesterday.marco2008-01-05229-2961/+11394
* * Fixed guessing default FPCDIR in fpcmake.mazen2008-01-051-4/+15
* * replaced word parameters with cardinal (they are "unsigned int" injonas2008-01-041-8/+8
* * use math.setexceptionmask so the sse cw is also modified (needed atjonas2008-01-041-2/+8
* * fixed for 64 bit (patch by Michalis Kamburelis, mantis #10508)jonas2008-01-041-4/+4
* * don't change the temp location of types which needs to bejonas2008-01-041-2/+6
* * {$ifdef x86} -> {$if defined(cpui386) or defined(cpux86_64)}jonas2008-01-041-1/+1
* * perform real "exactness" checking for open array parametersjonas2008-01-042-7/+25
* * fixed mantis #10519 (when rounding for the first decimal digit andjonas2008-01-031-1/+8
* - reverted r9519 because it breaks tbs/tb0162 and test/tint644jonas2008-01-031-2/+2
* * only use ".set" directive when creating dwarf relsyms on darwin andjonas2008-01-033-9/+32
* * fixed ppc compiler compilation with -dextdebugjonas2008-01-032-28/+37
* * suggested patch from DiBo33 <dibo33@gmx.de> to allow := in mysql queriesmichael2008-01-021-1/+1
* * Fix for 10482, iinterfacecomponentreferencemarco2008-01-022-1/+12
* * declare math.pinteger as an alias of objpas.pinteger to avoid typejonas2008-01-022-1/+26
* * Fix for 10534. tagstatstg now aliased in activex.pp to types.ppmarco2008-01-022-25/+13
* improved version of mandelbrot benchmark, uses now sse2 exclusively.vincents2008-01-021-35/+40
* It is of course apache 1.3, not 1.13michael2008-01-021-1/+1
* Fixed wrong path for apache definesmichael2008-01-021-3/+3
* * fix for 10535 IProvideClassinfo + -2marco2008-01-021-0/+9
* * patch from KMS, resolves 10147marco2008-01-021-1/+1
* * Changes to be able to add an index to an open dataset. Added FMaxIndexesCo...joost2008-01-011-16/+55
* * Fixed mysql ftLargeIntField + enabled testjoost2008-01-012-3/+6