The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 356026f849 * use new_section() instead of tai_section.create() everywhere
- sort of reverted r14134, which is no longer required after the above
    change (new_section() inserts the alignment itself)
  * made the tai_section.create() constructor private so it cannot be
    called directly anymore

git-svn-id: trunk@15482 -
2010-06-26 10:50:14 +00:00
compiler * use new_section() instead of tai_section.create() everywhere 2010-06-26 10:50:14 +00:00
ide * add *.dpr and *.lpr to the Pascal highlight extensions 2010-06-15 07:49:06 +00:00
installer + bzip2 unit added 2010-04-11 16:35:04 +00:00
packages * Added easy access function for params 2010-06-22 11:48:31 +00:00
rtl * enable the use of formal classes to replace some "id" types with actual 2010-06-26 10:07:21 +00:00
tests - removed unnecessary usage of MacOSAll and CocoaAll 2010-06-26 10:34:45 +00:00
utils * Fix so only interface is parsed 2010-06-10 06:52:07 +00:00
.gitattributes * fixed register allocation info when initialising parameters, both in 2010-06-26 09:59:04 +00:00
.gitignore * ignore stamp files *-stamp.* 2010-02-02 15:20:07 +00:00
Makefile + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
Makefile.fpc