The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe a1df776167 * changed function name emitted for interface wrappers, as otherwise the
stabs debug info uses the wrong symbol name (fixes win32 compilation
    with stabs after r37961)

git-svn-id: trunk@37970 -
2018-01-14 21:07:41 +00:00
compiler * changed function name emitted for interface wrappers, as otherwise the 2018-01-14 21:07:41 +00:00
installer * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
packages pas2jslib: added SetPas2JSReadDirCallBack, AddPas2JSDirectoryEntry 2018-01-14 15:45:35 +00:00
rtl * Accidentally removed keyword virtual from loadfromfile 2018-01-14 11:52:13 +00:00
tests * if the debug info of a parent def is considered as queued then ensure that it is indeed queued (if it should already be in the list then the duplicate entry would have the state written if it's checked and thus ignored) 2018-01-14 16:46:10 +00:00
utils pas2jslib: added SetPas2JSReadDirCallBack, AddPas2JSDirectoryEntry 2018-01-14 15:45:35 +00:00
.gitattributes * if the debug info of a parent def is considered as queued then ensure that it is indeed queued (if it should already be in the list then the duplicate entry would have the state written if it's checked and thus ignored) 2018-01-14 16:46:10 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +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 * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
Makefile.fpc * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00