The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2016-10-23 23:16:03 +00:00
compiler m68k: when loading from a reference with zero extend, clear the register first, then load, instead of clearing with AND later, because this is faster on slow 68ks and also shorter 2016-10-23 23:16:03 +00:00
ide Fix type on last commits 2016-09-13 10:08:57 +00:00
installer * added package rtl-generics 2016-07-31 20:40:23 +00:00
packages * Fix lineending not being a char 2016-10-23 20:47:28 +00:00
rtl * changed the 'size' parameter of fpc_zeromem and fpc_fillmem from ptruint to sizeuint 2016-10-18 15:42:29 +00:00
tests + extension to iso mode: reset/rewrite can take a file name as a second parameter 2016-10-16 07:55:08 +00:00
utils * Patch from Graeme Geldenhuys to implement skip attribute in linear output writers (bug ID 30741) 2016-10-22 13:37:33 +00:00
.gitattributes + extension to iso mode: reset/rewrite can take a file name as a second parameter 2016-10-16 07:55:08 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile - regenerated after disabling the textmode ide for Darwin again 2016-09-06 21:28:41 +00:00
Makefile.fpc - disabled the textmode IDE for Darwin again: I don't want to support it, 2016-09-06 21:28:37 +00:00