summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * fix full cycle after adding new boolean typespasboolxxflorian2011-06-277-13/+18
* * fixed non short boolean evaluation of <64 bit bool> and/or <64 bit bool> on...florian2011-06-262-12/+487
* * fixed make allflorian2011-06-261-5/+14
* + initial support for pascal booleans with sizes 2, 4 and 8florian2011-06-2622-121/+203
* + branch for pascal booleans with sizes 2,4 and 8florian2011-06-260-0/+0
* * when comparing overridden methods, ignore hidden parameters because overrid...florian2011-06-262-2/+88
* * Added FmtBCD support to Firebirdjoost2011-06-251-1/+24
* * handle pointer+type param. correctly, resolves #19548florian2011-06-254-8/+48
* * Applied patch from Mattias Gaertner to fix parse buffer not always being lo...michael2011-06-251-8/+10
* * Test for r17704joost2011-06-251-0/+12
* * Use AsCurrency for currencies instead of floatjoost2011-06-241-2/+2
* * Raise exception when PostgreSQL library is already loaded from a different...joost2011-06-241-3/+16
* * Changed DefaultSQLFormatSettings into a constant, because changing this wi...joost2011-06-241-1/+1
* * Also for -Cg use for x86_64 solarispierre2011-06-242-177/+178
* + Skip library tests for go32v2 targetpierre2011-06-241-1/+28
* * Always create a section before emitting data to current_asmdata.asmlists[al...sergei2011-06-247-5/+7
* * Removed Lazarus specific code, bug 19574joost2011-06-231-2/+1
* * fixes breakage of r17766, should resolve #19598florian2011-06-231-0/+1
* * Some work on sysutils.pp about file I/OLegolas2011-06-232-21/+123
* * New DLL overloading testspierre2011-06-234-0/+91
* + forgotten test for r17808florian2011-06-231-0/+13
* * constant evaluation of ror/rol if they are internally handled, resolves #6300florian2011-06-235-10/+176
* * Install and clean smartlink-library filesjoost2011-06-231-2/+19
* * insert type conversions to the prototype type for internal procedures as we...florian2011-06-231-1/+13
* * Replaced dependeny on fpmkunit_bootstrap with dependency on fpmkunit itsel...joost2011-06-232-54/+52
* * Remove useless code for i386pierre2011-06-231-0/+4
* + New const MaxzbaseInt, set to maxlongint for FPCpierre2011-06-232-10/+12
* + Use DLL name in assembler labels used to import DLL functions/variablespierre2011-06-2315-46/+111
* + Warning for possible library overloadingpierre2011-06-233-304/+314
* * Revert 17797pierre2011-06-221-3/+1
* * Removed libcurl dependency from fppkgjoost2011-06-224-851/+300
* * prefer "any array" -> "open array" over "single element" -> "open array"jonas2011-06-223-2/+24
* * Fix typo in earlier commitmarco2011-06-221-1/+1
* + New procedure SysFlushStdIO (code taken from InternalExit).pierre2011-06-223-23/+34
* * Explicitly redefine TByteArray as zero length to avoid Range Check Errorspierre2011-06-221-1/+3
* * Fix SetTargetDirectoriesStyle , needed a call to GetCompilerTarget firstpierre2011-06-221-47/+58
* fpvectorial: adds an entity to contain raster imagessekelsenmat2011-06-221-0/+17
* * Use "fpmake compile" instead of "build" to compile packagesjoost2011-06-224-18/+18
* * Patch from Mantis #19596 that reads comment again, which was erased by the...marco2011-06-221-1/+2
* * fixed two memleaks in chmreader. Patch based on the one in Mantis #19599 b...marco2011-06-221-2/+10
* * Fix executable name importpierre2011-06-221-1/+1
* + Added missing %norun or %needlibrary for librariespierre2011-06-224-0/+6
* * Restrict all tests to win32 and win64 targetspierre2011-06-2210-14/+31
* * Float constants must be pooled using their the actual type, not the mapped ...sergei2011-06-221-2/+2
* * Switched fastcgi to fpmake buildingjoost2011-06-215-659/+558
* + Check that dll imports in units also workspierre2011-06-213-0/+95
* * Improve ogbase linker script support, add warnings for unknown entriespierre2011-06-213-3/+196
* + Two new windows DLL tests addedpierre2011-06-214-0/+269
* + Added distclean target to units/Makefile.fpcpierre2011-06-214-6/+67
* + USEENV for dotest calls to use !ENV_NAME as unique program parameterpierre2011-06-212-5/+56