The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth c3c345d569 Fix for Mantis #30202.
pexpr.pas, sub_expr.generate_inline_specialization:
  * do_member_read() needs to happen independently of whether we're calling a method of the same object (was incorrectly copypasted code... :/ )

+ added test

git-svn-id: trunk@33875 -
2016-06-01 20:03:59 +00:00
compiler Fix for Mantis #30202. 2016-06-01 20:03:59 +00:00
ide * notify unit video of switching consoles under windows 2016-04-10 01:44:29 +00:00
installer * added SDL sources 2015-11-17 12:03:49 +00:00
packages AmigaOS4: OS4 needs socketbase and interface as threadvars (like all other Amiga-systems) 2016-05-29 15:55:45 +00:00
rtl Avoid the creation of a TExternalThread instance for Synchronize() and Queue() (Delphi does the same). 2016-05-31 20:01:52 +00:00
tests Fix for Mantis #30202. 2016-06-01 20:03:59 +00:00
utils * pas2jni: Explicitly release JNI local refs while executing method pointers. 2016-05-30 17:14:55 +00:00
.gitattributes Fix for Mantis #30202. 2016-06-01 20:03:59 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * remove documentation of the build target in the Makefile help screen as it overrides the version check 2016-03-13 12:10:33 +00:00
Makefile.fpc * remove documentation of the build target in the Makefile help screen as it overrides the version check 2016-03-13 12:10:33 +00:00