The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2014-01-22 16:05:01 +00:00
compiler + added a size parameter to optimize_op_const and do a sign extension of the 'a' parameter up from the specified size, so that things like (i and $ffffffff) get optimized away the same way as (i and -1) 2014-01-22 15:00:34 +00:00
ide * removed gdbint dependency if compiled with NOGDB=1 2014-01-19 22:57:45 +00:00
installer
packages Explicitely add WinSock2 unit to rtl-extra so that it is installed as well. 2014-01-22 16:05:01 +00:00
rtl * Convert int64 to double in more straightforward way. 2014-01-21 14:33:56 +00:00
tests * fixed output of test if a failure happens 2014-01-18 12:08:02 +00:00
utils * commited correction for Mantis , misspelled constructor keyword 2014-01-20 10:39:39 +00:00
.gitattributes Add forgotten new file, should fix bug report 25571 2014-01-21 14:17:29 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * regenerated makefiles affected by the last change 2014-01-18 10:21:41 +00:00
Makefile.fpc