The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 1e178d324f * explicitly check whether the methodpointer isn't the same as the result
before optimising function result assignment, because at this point the
    hidden self parameter is not yet inserted (mantis #12597)
  * changed ttypeconvnode.actualtargetnode to use the same logic as what
    is used to determine whether something can be assigned to the result
    of a type conversion (so the above check also works if the methodpointer
    contains a typecast to a different object type)

git-svn-id: trunk@12038 -
2008-11-09 10:19:29 +00:00
compiler * explicitly check whether the methodpointer isn't the same as the result 2008-11-09 10:19:29 +00:00
ide * splitting of long lines when copying a TStringlist to a dos (shortstring) eq. 2008-11-08 13:58:46 +00:00
installer * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
packages gtk2: add g_slice_xxx functions from glib 2.10 2008-11-08 10:10:24 +00:00
rtl * fixed setting EInoutError.ErrorCode (mantis #12575, thanks to 2008-11-09 09:46:47 +00:00
tests * explicitly check whether the methodpointer isn't the same as the result 2008-11-09 10:19:29 +00:00
utils * allow disabling of mirrors.xml when a custom remoterepository is configured 2008-10-24 10:20:28 +00:00
.gitattributes * explicitly check whether the methodpointer isn't the same as the result 2008-11-09 10:19:29 +00:00
.gitignore * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc 2008-10-23 20:41:35 +00:00
Makefile * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
Makefile.fpc * enabled smart linking by default for Darwin (will break building 2008-07-07 20:12:03 +00:00