The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe d6e7023038 * automatically comment out methods that take blocks as parameters or return
them
  * handle inline protocol definitions in parameter lists (replace id<protocol>
    with protocol, and class<protocol[,protocol,..]> with class), and made
    some fixes to this support for fields (many "id" fields/parameters are
    now protocols)
  * fix from Phil Hess for parsing some read-only properties
  * also translate ..._BUT_DEPRECATED macros (without any "_IN_VERSION..."
    coming after it) into "deprecated" modifiers
  * several fixes for handling deprecation macros (in several cases, half the
    macro was mangled into the name of the symbol itself)
  * default now to parsing the iOS 4.2 SDK headers, and fixed passing an
    alternate SDK on the command line to make-ios-headers.sh
  * updated Cocoa headers as parsed by the new parser, and with the headers
    from Mac OS X 10.6.5/Safari 5.0.2 (contains some WebKit updates)

git-svn-id: trunk@16908 -
2011-02-11 21:26:24 +00:00
compiler * don't check for duplicate symbols when adding a class helper symbol, see 2011-02-09 20:17:34 +00:00
ide + Add $rbp FrameName for x86_64 CPU 2010-12-30 14:53:57 +00:00
installer * fix check for necessity of LIBPATH changes 2011-01-05 23:05:03 +00:00
packages * automatically comment out methods that take blocks as parameters or return 2011-02-11 21:26:24 +00:00
rtl make netwlibc compilable with current rtl 2011-02-08 22:06:53 +00:00
tests * Remove limitations to 255 chars of shortstrings 2011-02-11 10:47:21 +00:00
utils * Show message to inform why depending packages are installed 2011-02-08 17:10:58 +00:00
.gitattributes * automatically comment out methods that take blocks as parameters or return 2011-02-11 21:26:24 +00:00
.gitignore * moved to correct location so it's used by the conversion script 2011-02-09 21:07:29 +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