The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 5b0962b735 * fixed misplaced bracket in condition test that caused all blocks
in libraries to be parsed as if they were the main module block,
    which in practice mainly mean that local variables with default
    values were never initialisation (mantis #16949)

git-svn-id: trunk@15596 -
2010-07-18 09:46:04 +00:00
compiler * fixed misplaced bracket in condition test that caused all blocks 2010-07-18 09:46:04 +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 * unblock folded into chmls and deleted. 2010-07-17 11:52:58 +00:00
rtl * added cdecl to some overloaded wsprintfa/w variants. Mantis 16915 2010-07-13 03:44:04 +00:00
tests * fixed misplaced bracket in condition test that caused all blocks 2010-07-18 09:46:04 +00:00
utils * Fix so only interface is parsed 2010-06-10 06:52:07 +00:00
.gitattributes * fixed misplaced bracket in condition test that caused all blocks 2010-07-18 09:46:04 +00:00
.gitignore * ignore stamp files *-stamp.* 2010-02-02 15:20:07 +00:00
Makefile
Makefile.fpc