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 + removed logs 2000-07-13 11:32:24 +00:00
fills.inc + removed logs 2000-07-13 11:32:24 +00:00
fontdata.inc + removed logs 2000-07-13 11:32:24 +00:00
graph.inc * new constant handling: from now on, hex constants >$7fffffff are 2000-12-07 17:19:42 +00:00
graph.tex * copyright 2000 2000-01-07 16:41:28 +00:00
graphh.inc + setallpalette hook 2000-08-12 12:27:13 +00:00
gtext.inc + removed logs 2000-07-13 11:32:24 +00:00
makefile.inc * graph unit include is now independent and the dependent part 2000-03-19 11:20:12 +00:00
modes.inc + setallpalette hook 2000-08-12 12:27:13 +00:00
palette.inc + setallpalette hook 2000-08-12 12:27:13 +00:00