fpc/rtl/inc/graph
Jonas Maebe c91a23c27d * new constant handling: from now on, hex constants >$7fffffff are
parsed as unsigned constants (otherwise, $80000000 got sign extended
    and became $ffffffff80000000), all constants in the longint range
    become longints, all constants >$7fffffff and <=cardinal($ffffffff)
    are cardinals and the rest are int64's.
  * added lots of longint typecast to prevent range check errors in the
    compiler and rtl
  * type casts of symbolic ordinal constants are now preserved
  * fixed bug where the original resulttype wasn't restored correctly
    after doing a 64bit rangecheck
2000-12-07 17:19:42 +00:00
..
clip.inc
fills.inc
fontdata.inc
graph.inc * new constant handling: from now on, hex constants >$7fffffff are 2000-12-07 17:19:42 +00:00
graph.tex
graphh.inc + setallpalette hook 2000-08-12 12:27:13 +00:00
gtext.inc
makefile.inc
modes.inc + setallpalette hook 2000-08-12 12:27:13 +00:00
palette.inc + setallpalette hook 2000-08-12 12:27:13 +00:00