The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 69cf42c4f7 * fixed val(s,int64) (it accepted values in the range
high(int64+1)..high(qword) if written in decimal notation) + test
  * fixed range checking of qword constants parsed by the compiler
    (they always gave a range error if > high(int64), because the compiler
     internally stores them as int64)
  * turn off range checking flag of rdconstnodes created by the parser
    from _INTCONST, because those are already range checked by the
    way they are parsed using val()

git-svn-id: trunk@6814 -
2007-03-12 22:22:43 +00:00
compiler * fixed val(s,int64) (it accepted values in the range 2007-03-12 22:22:43 +00:00
fv * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
ide * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
installer * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
packages * fixed range check errors when compiling with -Cr 2007-03-12 21:28:31 +00:00
rtl * fixed val(s,int64) (it accepted values in the range 2007-03-12 22:22:43 +00:00
tests * fixed val(s,int64) (it accepted values in the range 2007-03-12 22:22:43 +00:00
utils * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
.gitattributes * fixed val(s,int64) (it accepted values in the range 2007-03-12 22:22:43 +00:00
.gitignore * split fcl into separate fcl-* packages 2007-02-25 22:19:19 +00:00
Makefile * changed version to 2.3.1 2007-03-05 12:43:13 +00:00
Makefile.fpc * changed version to 2.3.1 2007-03-05 12:43:13 +00:00