The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost 8a66698bc4 * TIBConnection.Dialect is read-only as it is implemened now. And public, not published.
* Check if the database is connected in TIBConnection.SetDialect
 * Changed error-buffer size (ibconnection)
 * TCustomConnection.StreamedConnected is protected
 * Initialize TDatabase.FConnected to false

git-svn-id: trunk@8913 -
2007-10-23 11:40:43 +00:00
compiler * enable regvar for -O2 2007-10-22 16:50:09 +00:00
fv * support of Ctrl-F4 and Ctrl-F5 for modal dialogs, solves #6747 2007-10-14 14:52:38 +00:00
ide * always do a SaveAs when trying to save new editors, also if there 2007-10-21 20:09:11 +00:00
installer * fixed Makefile to build writeidx on win32 and linux 2007-10-19 18:41:26 +00:00
packages * TIBConnection.Dialect is read-only as it is implemened now. And public, not published. 2007-10-23 11:40:43 +00:00
rtl * fixed ppc and ppc64 compilation after r8898 2007-10-21 22:15:19 +00:00
tests * only allow using array elements as for-loop counter variables 2007-10-21 22:39:49 +00:00
utils * when looking for the compiler, call fpc with the right target cpu name, resolves #9924 after makefile regeneration 2007-10-22 19:57:59 +00:00
.gitattributes * only allow using array elements as for-loop counter variables 2007-10-21 22:39:49 +00:00
.gitignore * moved graph from packages/base to packages/extra so it can depend 2007-08-25 18:49:30 +00:00
Makefile
Makefile.fpc