The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei cf4c00e8d6 tcgvecnode, cleanup/refactoring:
* Separated two almost identical parts of code into procedure rangecheck_string;
- Removed range checking of regular_array[constant], which should, according to the comments, happen in typecheckpass. tvecnode.pass_typecheck indeed does the necessary tests, so removing this duplicate check also eliminates duplicate warning when range checking is off.

git-svn-id: trunk@17124 -
2011-03-12 21:40:10 +00:00
compiler tcgvecnode, cleanup/refactoring: 2011-03-12 21:40:10 +00:00
ide + Add $rbp FrameName for x86_64 CPU 2010-12-30 14:53:57 +00:00
installer + packages fcl-js and hermes added 2011-02-20 20:48:16 +00:00
packages * regenerated with current fpcmake 2011-03-12 20:03:22 +00:00
rtl * Change TProxyStream.seek to 64-bit variant. 2011-03-08 15:13:53 +00:00
tests + Group C and CPP sources into C_SOURCES and CPP_SOURCES variables 2011-03-10 11:45:19 +00:00
utils * Add path of (user specific) packages installed with fppkg to fpc.cfg 2011-03-10 20:46:41 +00:00
.gitattributes * corrected test name 2011-03-09 20:17:08 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00
Makefile.fpc * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00