The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
lacak 5e8d1078a7 fcl-db: sqlite: bind boolean parameters according to SQLite expectation:
"Boolean values are stored as integers 0 (false) and 1 (true)."
Until now True was stored as -1 instead of 1. (Reading is correct as "True" is "<>0").
This is potentialy breaking change, DO NOT BACKPORT IT!

git-svn-id: trunk@31086 -
2015-06-17 12:24:58 +00:00
compiler * copy the vmt_entry node in tcallnode.dogetcopy (mantis #28313) 2015-06-16 21:24:55 +00:00
ide * regenerated Makefiles with Linux/AArch64 support 2015-05-20 20:15:10 +00:00
installer * regenerated Makefiles with Linux/AArch64 support 2015-05-20 20:15:10 +00:00
packages fcl-db: sqlite: bind boolean parameters according to SQLite expectation: 2015-06-17 12:24:58 +00:00
rtl * fixed compilation on non-Windows systems after r31035 2015-06-13 22:05:50 +00:00
tests * copy the vmt_entry node in tcallnode.dogetcopy (mantis #28313) 2015-06-16 21:24:55 +00:00
utils Enable SUBARCH directive for avr-embedded target. 2015-06-13 12:40:31 +00:00
.gitattributes * copy the vmt_entry node in tcallnode.dogetcopy (mantis #28313) 2015-06-16 21:24:55 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Enable SUBARCH directive for avr-embedded target. 2015-06-13 12:40:31 +00:00
Makefile.fpc * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00