The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2010-03-23 12:11:19 +00:00
compiler * Since Dwarf 3 the length of a DW_FORM_ref_addr is dependent on the used debug-format (32 or 64 bit), not on the target platform pointer size. 2010-03-23 12:11:19 +00:00
ide * Patch from benjawin, Mantis 15779 to better deal with scrollbackbuffer<>screensize. 2010-02-17 08:53:48 +00:00
installer * run clean_files target also for distclean, fixes cleaning of installer.pas 2010-03-21 12:49:21 +00:00
packages * fix removing units/$fpctarget dir while cleaning. Probably manual 2010-03-21 12:41:42 +00:00
rtl * round(x) -> trunc(x+0.5) in Julian date conversion to prevent the current 2010-03-23 10:34:43 +00:00
tests * round(x) -> trunc(x+0.5) in Julian date conversion to prevent the current 2010-03-23 10:34:43 +00:00
utils * run clean_files target also for distclean, fixes cleaning of installer.pas 2010-03-21 12:49:21 +00:00
.gitattributes compiler: allow to derive classes from a nested class type (issue #0016083) 2010-03-23 05:36:11 +00:00
.gitignore * ignore stamp files *-stamp.* 2010-02-02 15:20:07 +00:00
Makefile + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
Makefile.fpc