The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
ivost 4e39959ca1 * InitializeLibrary defaults now the parameter NoSymbolErrors to true and no longer to false. Now it's the same behavior as in 2.4.0 release. But of course it's not optimal and not safe.
* LoadLibrarySymbols report now all symbol errors and not just the first one. Eg. it try to load all symbols and don't stop on first error now.

git-svn-id: trunk@16269 -
2010-10-30 20:49:12 +00:00
compiler + don't allow non local gotos across procedures containing exception frames 2010-10-30 20:22:23 +00:00
ide + disable UserScreen for now on Amiga/MorphOS, dummy implementation causes more trouble than it solves 2010-10-21 23:44:17 +00:00
installer + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
packages * fix definition of function pointer to be passed to pthread_create 2010-10-30 18:19:11 +00:00
rtl * InitializeLibrary defaults now the parameter NoSymbolErrors to true and no longer to false. Now it's the same behavior as in 2.4.0 release. But of course it's not optimal and not safe. 2010-10-30 20:49:12 +00:00
tests + don't allow non local gotos across procedures containing exception frames 2010-10-30 20:22:23 +00:00
utils * --css-file now also for html (Mantis 17542) 2010-10-30 16:52:37 +00:00
.gitattributes + don't allow non local gotos across procedures containing exception frames 2010-10-30 20:22:23 +00:00
.gitignore * updated ptc 2010-09-19 22:10:28 +00:00
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00