The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre e49025a086 More -CriotR fixes:
* entfile.pas: Change PPU header falgs filed from longint to dword.
  * ngtcon.pas: Change local variable startoffset type to aword.
  * omfbase.pas: Avoid calling move with a nil string s indexed as s[1],
    to avoid a range check error.
  * owomflib.pas: Disable range check explicitly in hash computation.
  * utils/ppuutils/ppudump.pp: Adapt to flags type change in entfile.pas

git-svn-id: trunk@40163 -
2018-11-01 21:58:54 +00:00
compiler More -CriotR fixes: 2018-11-01 21:58:54 +00:00
installer * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
packages pastojs: fixed inc(classvar) 2018-11-01 15:06:59 +00:00
rtl * pre shutdown constants + in general those series of constants refreshed 2018-10-30 09:03:46 +00:00
tests * number of cycles slightly increased for better measurements 2018-11-01 20:49:19 +00:00
utils pas2js: clean up $shared in sets 2018-11-01 13:37:49 +00:00
.gitattributes pas2js: logger adapted for pas2js 2018-10-25 19:43:08 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00