The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost 56ac885f84 + Commented out Debug-procedure DumpMem
+ implemented TField.Text
 + fixed TField.CanModify
 + implemented TDataset.CheckBiDirectional
 + Fixed TDataset.FilterOptions
 + implemented TDataset.SetFound

git-svn-id: trunk@3215 -
2006-04-15 17:04:41 +00:00
compiler * keep stack aligned to 16 byte borders on winx64 2006-04-15 16:48:28 +00:00
fcl + Commented out Debug-procedure DumpMem 2006-04-15 17:04:41 +00:00
fv * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
ide * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
installer * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
packages * Fix integer overflow bug. 2006-04-14 14:59:35 +00:00
rtl * use always GetDiskFreeSpaceEx on Winx64 2006-04-15 16:56:15 +00:00
tests * added missing masking of upper 24/16 bits on ppc after performing 2006-04-14 13:01:10 +00:00
utils * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
.gitattributes * added missing masking of upper 24/16 bits on ppc after performing 2006-04-14 13:01:10 +00:00
.gitignore * unified and moved some win32/win64 stuff 2006-04-02 20:52:17 +00:00
Makefile * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
Makefile.fpc * force zipname to fpc-ver-target for zipinstall 2006-02-13 09:32:39 +00:00