The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 1b66995754 * factored out check to determine whether a variable can be subscripted in
inline assembly, and fixed check after r35959 (mantis #32318)
   o can also subscript parameters passed by value on the stack
   o can also subscript local variables, the parameters passed by reference
     that are subsequently copied into a local

git-svn-id: trunk@37886 -
2018-01-01 14:29:21 +00:00
compiler * factored out check to determine whether a variable can be subscripted in 2018-01-01 14:29:21 +00:00
ide * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
installer * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
packages packages: disable some packages and files, in preparation of turning off threading feature for atari tos 2017-12-30 06:47:18 +00:00
rtl * CB_GETCOMBOBOXINFO from patch mantis #32890 2017-12-30 22:06:49 +00:00
tests * factored out check to determine whether a variable can be subscripted in 2018-01-01 14:29:21 +00:00
utils * Re-add Pas2jsLibCompiler to uses clause 2017-12-30 10:45:24 +00:00
.gitattributes * factored out check to determine whether a variable can be subscripted in 2018-01-01 14:29:21 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
Makefile.fpc * allow using 3.0.2 and 3.0.4 as starting compilers for trunk 2017-12-05 00:38:11 +00:00