The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe ea6204cc56 * only mark abstract varsyms as externally visible if they
are not kept in a register and either
    a) are in a globalsymtable
    b) are marked as static object/class member
    c) are marked as "public"

git-svn-id: trunk@6302 -
2007-02-02 17:31:26 +00:00
compiler * only mark abstract varsyms as externally visible if they 2007-02-02 17:31:26 +00:00
fcl * Fixed compilation 2007-02-02 11:10:05 +00:00
fv + Handle dragging correctly even if mouse doesn't send mouse move events. 2007-01-27 12:50:20 +00:00
ide * fixed compilation after TStringList->TCmdStrList change 2007-01-27 20:21:38 +00:00
installer + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00
packages * Moved winunits to base dir 2007-02-01 23:17:25 +00:00
rtl * newer kernels don't need anymore those braindead sigaction handler calling conventions 2007-02-01 20:07:17 +00:00
tests * fixed pushing of words in intel assembler (indirectly related to 2007-01-30 21:52:11 +00:00
utils * don't compile in parallel because make 3.79 doesn't support order-only- 2007-01-30 10:38:34 +00:00
.gitattributes * Moved winunits to base dir 2007-02-01 23:17:25 +00:00
.gitignore * Moved winunits to base dir 2007-02-01 23:17:25 +00:00
Makefile + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00
Makefile.fpc + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00