The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 8dbc728926 * changed InputFileBufSize from 32kb to 32kb+1byte, because the last
byte is used for zero-termination (so we now always read blocks of
    exactly 32kb from disk)
  * set the first byte of the buffer to #0 when opening a file initially

git-svn-id: trunk@13576 -
2009-08-22 20:20:11 +00:00
compiler * changed InputFileBufSize from 32kb to 32kb+1byte, because the last 2009-08-22 20:20:11 +00:00
ide * updated ide copyright and version 2009-08-16 21:25:18 +00:00
installer * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
packages * forbid passing derived classes to call by reference parent classes (for objects, this is still allowed), resolves #13135 2009-08-17 21:46:25 +00:00
rtl * no longer perform precision correction for single precision values, because 2009-08-22 07:49:06 +00:00
tests * no longer perform precision correction for single precision values, because 2009-08-22 07:49:06 +00:00
utils * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
.gitattributes * no longer perform precision correction for single precision values, because 2009-08-22 07:49:06 +00:00
.gitignore - alpha simulator removed: we never used it so far, fpc has no alpha support, alpha is basically dead, qemu supports alpha 2009-08-13 17:55:21 +00:00
Makefile * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00