The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 718694d1d6 * always specify an explicit alignment for tgobj.gettemp (so e.g.
shortstring temps don't get maximum alignment)
  * changed some gettemptyed() calls into gettemp() calls (gettemptyped
    means that this temp can only be used for temps of that type,
    which is necessary for refcounted types but not for floats)

git-svn-id: trunk@12036 -
2008-11-08 22:20:47 +00:00
compiler * always specify an explicit alignment for tgobj.gettemp (so e.g. 2008-11-08 22:20:47 +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 * tabs/spaces fixed 2008-11-02 09:41:30 +00:00
tests * changed test so it also produces a warning (and hence fails) on 64 bit 2008-11-07 20:00:06 +00:00
utils * allow disabling of mirrors.xml when a custom remoterepository is configured 2008-10-24 10:20:28 +00:00
.gitattributes gtk2: add g_slice_xxx functions from glib 2.10 2008-11-08 10:10:24 +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