The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth 56ae2d34b2 Ensure that (Bit)SizeOf(GenericParameter) returns a sensible value in case of constants (which are evaluated at compile time unlike if occuring in code)
pdecl.pas, readconstant:
  * instead of 0 return 1 for SizeOf() and 8 for BitSizeOf() if the argument is a generic parameter

git-svn-id: trunk@33323 -
2016-03-24 20:51:58 +00:00
compiler Ensure that (Bit)SizeOf(GenericParameter) returns a sensible value in case of constants (which are evaluated at compile time unlike if occuring in code) 2016-03-24 20:51:58 +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 * some constants added. 2016-03-22 21:04:52 +00:00
rtl * fixed compilation of sysutils on i8086-msdos after r33290 2016-03-21 21:09:27 +00:00
tests * trwsync test: Increased timeout to 30 seconds. Should prevent failures on busy machines. 2016-03-22 10:16:25 +00:00
utils * Fix bug #29772 2016-03-05 13:41:26 +00:00
.gitattributes * Generic linked list class, donated by Denis Volodarsky (bug ID 24501) 2016-03-21 21:01:38 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * remove documentation of the build target in the Makefile help screen as it overrides the version check 2016-03-13 12:10:33 +00:00
Makefile.fpc * remove documentation of the build target in the Makefile help screen as it overrides the version check 2016-03-13 12:10:33 +00:00