The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2016-02-12 16:09:32 +00:00
compiler * MIPS: reworked and fixed procedure fixup_jmps: 2016-02-12 13:53:04 +00:00
ide Allow i8086 cross IDE by adding missing compiler/x86 unit directory 2016-01-13 10:11:34 +00:00
installer * added SDL sources 2015-11-17 12:03:49 +00:00
packages fcl-db: datadict: when querying for table indexes use ServerIndexDefs instead of local IndexDef 2016-02-12 13:27:23 +00:00
rtl Revert r33057. MaxLen is the maximum value that Pos can return and does not need to be adjusted by (Offset - 1). Also there's no buffer that could be overrun as i is not used to access the string's buffer. Fixes failure of tests/test/units/system/tstring.pp 2016-02-12 16:07:26 +00:00
tests * fix copy & paste error (didn't influence the test as str3 isn't changed, but at least it's consistent that way...) 2016-02-12 16:09:32 +00:00
utils * pas2jni: Fixed procedure parameters parsing in some cases. 2016-02-10 16:28:41 +00:00
.gitattributes * Reuse binary search routine from rgbase.pas to look up AT&T register names, removes need in regnumber_count_bsstart constant. Resolves #29471. 2016-02-09 16:48:32 +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 * Patch from Thaddy de Koning to make 3.0.0 the only starting compiler 2016-01-17 09:24:48 +00:00
Makefile.fpc * Patch from Thaddy de Koning to make 3.0.0 the only starting compiler 2016-01-17 09:24:48 +00:00