The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe a73b723c1d * when using a dummy file position for an interface wrapper, set
the module to the current module. This is required in case of -al,
    because when writing source lines to the assembly output the input
    file position gets changed. Since the wrappers are generated at the
    end of a unit's compilation, that's no problem if that input file
    belongs to the current unit. It was hardcoded to the unit with id 1
    before though, which is the main unit specified on the command line
    and that one could be different (fixes compilation of win32 buildrtl
    with -al after r37961)

git-svn-id: trunk@37973 -
2018-01-14 22:06:52 +00:00
compiler * when using a dummy file position for an interface wrapper, set 2018-01-14 22:06:52 +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
fpmake_proc1.inc
fpmake.pp
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