The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe e2e1b7b857 * changed type of bool8bit from DW_ATE_unsigned_char to
DW_ATE_boolean (was already used for bool16bit and bool32bit,
    and seems to work fine in gdb)

git-svn-id: trunk@6604 -
2007-02-22 15:29:34 +00:00
compiler * changed type of bool8bit from DW_ATE_unsigned_char to 2007-02-22 15:29:34 +00:00
fcl * Implemented TNamedItem and TDefCollection, bug #8212 2007-02-21 22:51:19 +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 #6497: 2007-02-18 18:50:23 +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 * sources support 2007-02-21 19:32:27 +00:00
rtl * make sure the size of tinterfaceentry is correct, regardless of 2007-02-21 19:26:09 +00:00
tests * fixed compilation 2007-02-22 10:14:37 +00:00
utils * basic work for source package creation 2007-02-21 19:33:52 +00:00
.gitattributes * fixes cardinal in reg -> real on x86-64, resolves #8225 2007-02-21 16:53:57 +00:00
.gitignore * fixed corrupted executables 2007-02-18 22:42:45 +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