The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 56900b4754 * RTL: clean up exception handling code (functionality is not changed).
* changed fpc_pushexceptobj to normal procedure, it does not need to be a compilerproc.

git-svn-id: trunk@19596 -
2011-11-05 16:28:37 +00:00
compiler * fixed range check warning when doing a native ppc64 compile 2011-11-04 22:49:04 +00:00
ide Add /usr/local/lib library path for FreeBSD and OpenBSD targets 2011-11-03 16:15:08 +00:00
installer * added support for ufppkg 2011-10-12 06:15:48 +00:00
packages Avoid warning on non-i386 CPUs 2011-11-03 16:38:28 +00:00
rtl * RTL: clean up exception handling code (functionality is not changed). 2011-11-05 16:28:37 +00:00
tests tests: 2011-11-01 02:37:54 +00:00
utils * InstantFPC built only for some targets rather than all 2011-10-21 22:36:49 +00:00
.gitattributes compiler: Don't allow duplicate property/procedure identifiers inside object declaration. The code which allowed this for delphi mode was initially written based on invalid test from mantis #0009176. Fixes bug #0020580. 2011-10-31 05:35:40 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile
Makefile.fpc