mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 15:09:28 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() * pas2jni: Explicitly release JNI local refs while executing method pointers. ........ * pas2jni: Fixed string constant handling after recent changes in FPC. ........ * pas2jni: Fixed invoking of Java event handlers from non-main threads. ........ * pas2jni: Fixed handling of identical names of classes, proctypes when they are defined in different units. ........ * pas2jni: Removed option to create event handler by passing Java method method name as a string. It is not safe, since the target method is treated as unused by Java and the method may be removed from the resulting application. ........ * pas2jni: Reverted r34367 and mark undesired event handler creation "deprecated". ........ git-svn-id: branches/fixes_3_0@34774 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |