The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 92f927976e * Rewrote fpc_dynarray_copy to trim out-of-range arguments instead of raising range error. Makes behavior Delphi-compatible and resolves #21396.
* Changed copying the entire array to use range 0..high(sizeint) instead of -1..-2.

git-svn-id: trunk@20468 -
2012-03-04 04:41:52 +00:00
compiler * Rewrote fpc_dynarray_copy to trim out-of-range arguments instead of raising range error. Makes behavior Delphi-compatible and resolves #21396. 2012-03-04 04:41:52 +00:00
ide * fix building IDE by adding fcl-xml and fcl-base 2012-02-29 20:52:18 +00:00
installer Update Makefile for mips-linux support 2012-02-29 11:19:02 +00:00
packages * fcl-xml, making progress with streaming API, moved DOM-dependent stuff from TXMLTextReader to the TLoader helper object. Now TXMLTextReader class is almost free from direct DOM dependencies (indirect ones like TDOMParser are still present, also entity handling is still intertwined too closely). 2012-03-03 12:26:52 +00:00
rtl * Rewrote fpc_dynarray_copy to trim out-of-range arguments instead of raising range error. Makes behavior Delphi-compatible and resolves #21396. 2012-03-04 04:41:52 +00:00
tests * Update complete i386-freebsd C objects with gcc 4.2.1 from FreeSBD 8.2 release 2012-03-03 10:45:04 +00:00
utils Add indirectly required ppacakges 2012-03-01 10:28:35 +00:00
.gitattributes * Update complete i386-freebsd C objects with gcc 4.2.1 from FreeSBD 8.2 release 2012-03-03 10:45:04 +00:00
.gitignore
Makefile
Makefile.fpc