The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe bc46ea5cba * use compare_defs() instead of a plain "=" comparison to check that the
return type of the interface and implementation declaration of a function
    match (so that in case the "real defs" match as described in the comment
    of r17201, they are accepted as being the same)

git-svn-id: trunk@17207 -
2011-03-29 18:51:36 +00:00
compiler * use compare_defs() instead of a plain "=" comparison to check that the 2011-03-29 18:51:36 +00:00
ide + Add $rbp FrameName for x86_64 CPU 2010-12-30 14:53:57 +00:00
installer + packages fcl-js and hermes added 2011-02-20 20:48:16 +00:00
packages * Patch from Stephano so TRegIniFile can process registry values written by Delphi 2011-03-29 12:31:52 +00:00
rtl - Removed Win32Wide2AnsiMove, using Win32Unicode2AnsiMove for both Unicode-to-ansi and Wide-to-ansi conversions. In general, we don't need two different conversion routines in wideStringManager, as long as they differ only in PWideChar vs PUnicodeChar (these types are identical). 2011-03-29 05:25:05 +00:00
tests * create $(TEST_OUTPUTDIR)/test/cg before copying the object files there, 2011-03-23 14:17:35 +00:00
utils * Default fpcbin macro added 2011-03-27 12:28:06 +00:00
.gitattributes internal linker support for creating novell netware loadable modules 2011-03-27 14:47:25 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00
Makefile.fpc * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00