The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe bad1b2a1c1 * fix for issue introduced in r28862: the compiler considered also
dynamic arrays and fixed-length static arrays when looking for
    overloads of array constructors, while these are not valid in
    such cases (and it also gave an error afterwards when trying to
    actually use them). This caused a lot of spurious "can't select
    which overloaded routine to call" errors when using many JVM
    routines

git-svn-id: trunk@29393 -
2015-01-04 19:41:21 +00:00
compiler * fix for issue introduced in r28862: the compiler considered also 2015-01-04 19:41:21 +00:00
ide Amiga-likes: set the window/screen title with IDE version information 2014-12-26 23:30:54 +00:00
installer + add new packages resulting from splitting of utils 2014-12-11 23:51:54 +00:00
packages * remove deprecated CASE node of socket addr (deprecated since 2010) 2015-01-04 17:40:46 +00:00
rtl * modified solution for ensuring validity of cached conversion objects 2015-01-04 18:28:14 +00:00
tests * fix for issue introduced in r28862: the compiler considered also 2015-01-04 19:41:21 +00:00
utils * pas2jni: Removed unneeded code. Added unsupported features to the readme. 2015-01-04 19:05:17 +00:00
.gitattributes * fix for issue introduced in r28862: the compiler considered also 2015-01-04 19:41:21 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Add missing closing brace for error function 2014-10-22 14:58:01 +00:00
Makefile.fpc Add missing closing brace for error function 2014-10-22 14:58:01 +00:00