The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 89ed91509a * Some fixes for r8515:
* fixed set add-nodes in case left and right are swapped (taddset4)
   * fixed "in" expressions with packed sets in case left is < setbase
     (now tested by tw8258b, which was missing a {$packset 1} directive)

git-svn-id: trunk@8519 -
2007-09-16 22:24:42 +00:00
compiler * Some fixes for r8515: 2007-09-16 22:24:42 +00:00
fv
ide * don't allow starting new virtual trees in TP-style objects + test 2007-09-09 14:58:55 +00:00
installer * FCL titles shortened to avoid overflows, some minor issues fixed 2007-09-13 20:09:31 +00:00
packages * Added test for TSQLConnection.GetFieldNames 2007-09-16 18:57:32 +00:00
rtl * yet another fix for DiskFree/DiskSize 2007-09-16 20:17:27 +00:00
tests * Some fixes for r8515: 2007-09-16 22:24:42 +00:00
utils * Patch from Sergei Gorelkin (Mantis ). Fixed .fpc.resspare section processing in fpcres. Also remove hardcoded section name offsets (and 3 kBytes of code, too :). 2007-09-03 13:35:54 +00:00
.gitattributes * Some fixes for r8515: 2007-09-16 22:24:42 +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