The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth a2c9c75e97 Convert Insert() and Delete() to intrinsics in preparation for dynamic array support for these two procedures.
Since overloading compilerprocs does not work each procedure got its own unique name, but they are using the new compilerproc extension to map them to the Insert and Delete symbol so that error messages can be shown with the respective name for the procedure declarations instead of fpc_shortstr_delete for example.

git-svn-id: trunk@33895 -
2016-06-03 21:25:49 +00:00
compiler Convert Insert() and Delete() to intrinsics in preparation for dynamic array support for these two procedures. 2016-06-03 21:25:49 +00:00
ide * spelling mistakes fpc repo part, mantis #30233 2016-06-02 20:01:09 +00:00
installer * added SDL sources 2015-11-17 12:03:49 +00:00
packages * spelling mistakes fpc repo part, mantis #30233 2016-06-02 20:01:09 +00:00
rtl Convert Insert() and Delete() to intrinsics in preparation for dynamic array support for these two procedures. 2016-06-03 21:25:49 +00:00
tests Fix for Mantis #28832 2016-06-03 12:14:30 +00:00
utils * spelling mistakes fpc repo part, mantis #30233 2016-06-02 20:01:09 +00:00
.gitattributes Fix for Mantis #28832 2016-06-03 12:14:30 +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 * remove documentation of the build target in the Makefile help screen as it overrides the version check 2016-03-13 12:10:33 +00:00
Makefile.fpc * remove documentation of the build target in the Makefile help screen as it overrides the version check 2016-03-13 12:10:33 +00:00