The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
michael 062b05996e * AllowRow event
git-svn-id: trunk@17167 -
2011-03-23 08:26:39 +00:00
compiler * set result of searchsym_in_record() in case nothing was found 2011-03-21 12:42:23 +00:00
ide
installer
packages * AllowRow event 2011-03-23 08:26:39 +00:00
rtl * On thread creation error, use a resourcestring message and textual representation of system error code. 2011-03-22 15:26:28 +00:00
tests * Fixed handling of "open array of managed type" out-parameters at caller side. Reference count should be decremented only for those array elements which are actually passed to the called procedure; it may be a part of original array if range or slice is used. Concludes work on #18859. 2011-03-15 09:17:24 +00:00
utils * When debug is defined, use -gl, not -glh 2011-03-13 20:48:22 +00:00
.gitattributes + added cwindirs for the time being to the compiler dir till a release with windirs in the rtl is released 2011-03-19 22:48:56 +00:00
.gitignore
Makefile
Makefile.fpc