The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost 684400b8e4 * Add a .source- or src-suffix to source-archives
* Expand the prefix in the getter, not setter. This way the original value
   stays available.
 * The not-expanded prefix is used as prefix in source-archives
 * PACKAGEVERSION and PACKAGEDIRECTORY macro's are added to the dictionary
 * Use the zipprefix also for source-archives
 * Allow usage of dictionary-macro's while creating source-archives

git-svn-id: trunk@28966 -
2014-11-02 16:50:22 +00:00
compiler * tcgcallparanode.secondcallparan: factored a complex condition into variable. 2014-11-01 15:07:28 +00:00
ide * Removed rtl-dependency in fpmake.pp (rtl is always added implicitly) 2014-10-30 21:11:19 +00:00
installer * support for 7 additional packages, maximum number of packages/tab in installer increased to 45 2014-10-23 23:14:30 +00:00
packages * Add a .source- or src-suffix to source-archives 2014-11-02 16:50:22 +00:00
rtl * replaced use of semaphores in Unix version of TThread for suspend/resume 2014-11-02 15:00:24 +00:00
tests * Fixed RTTI name mangling for nested types, resolves #26069. 2014-11-01 14:54:16 +00:00
utils * Pass "-fsp 0" to fpmake on distinstall and zipdistinstall to remove absolute source path from fpunits.cfg files 2014-10-29 21:20:01 +00:00
.gitattributes * Fixed RTTI name mangling for nested types, resolves #26069. 2014-11-01 14:54:16 +00:00
.gitignore * Removed empty directories 2014-11-01 20:05:33 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
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