The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
reiniero f27d3baccc * fcl-db: test filter using double delimiters inside string to test syntax as presented in issue #25432
allow escaping delimiters by doubling them e.g.
  Filter:='(NAME=''O''''Malley''''s "Magic" Hammer'')';
  which gives
  (NAME='O''Malley''s "Magic" Hammer')
  which will match
  O'Malley's "Magic" Hammer

git-svn-id: trunk@26249 -
2013-12-17 15:08:12 +00:00
compiler * tx86addnode.second_cmpfloat: on i8086 only load the high byte of the FPU 2013-12-16 23:52:28 +00:00
ide * patch by Sandro Cumerlato to install auxiliary ide files properly 2013-12-14 21:21:05 +00:00
installer * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
packages * fcl-db: test filter using double delimiters inside string to test syntax as presented in issue #25432 2013-12-17 15:08:12 +00:00
rtl - disabled the i8086 math.arctan2 asm code, because it doesn't work on the 8087/80287 2013-12-16 23:05:16 +00:00
tests Also update TESTCONFIG and TESTRUNHISTORY tables 2013-12-11 12:33:45 +00:00
utils + add bin2obj as required tool (should have been part of r26132) 2013-11-24 21:53:33 +00:00
.gitattributes + SEH support for Win32. Enable by cycling with OPT=-dTEST_WIN32_SEH. 2013-12-12 12:43:46 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00
Makefile.fpc * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00