Jonas Maebe
bf5d803a93
* fixed qword_str for values with bit 63 = 1
2001-03-03 12:39:09 +00:00
florian
5e9dbab759
* val for int64 hopefully works now correct
2000-12-10 15:00:14 +00:00
florian
bd0d141b08
* val for dword and qword didn't handle the max values
...
correctly
* val for qword works again
+ val with int64/qword and ansistring implemented
2000-12-09 20:52:40 +00:00
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
Jonas Maebe
0d5167e124
* fixed bug for val when processing -2147483648 and low(int64) (merged)
2000-11-17 17:01:23 +00:00
Jonas Maebe
afec990176
* fixed web bug1069
...
* fixed similar (and other) problems in val() for int64 and qword
(both merged from fixes branch)
2000-07-28 12:29:49 +00:00
michael
650fbb86aa
+ removed logs
2000-07-13 11:32:24 +00:00
michael
e7aca136a1
+ Initial import
2000-07-13 06:29:38 +00:00
Jonas Maebe
49b6de7c9e
* fixed declaration of val_int64 (removed destsize parameter)
...
* fixed val_int64 and val_qword so they reject invalid input
(u >= base)
* when reading a number, invalid input is removed from the input
buffer (+ it should be faster as well)
2000-03-17 21:27:56 +00:00
florian
17f8a06883
+ helper routine for <int64> mod <in64> added
2000-02-09 22:19:24 +00:00
peter
6b66a55cd6
* truncated log
2000-02-09 16:59:28 +00:00
florian
042cb265c0
* improved qword*qword code, if no overflow checking is done
2000-01-27 15:43:02 +00:00
florian
46ba0d434c
* int64/int64 and int64*int64 is now done by the fpu if possible
2000-01-23 12:27:39 +00:00
florian
0a05c8d0e0
* reading of 64 bit type implemented
2000-01-23 12:22:37 +00:00
daniel
ec29a31834
* copyright 2000
2000-01-07 16:41:28 +00:00
peter
ebd738f2f5
* removed temp defines
1999-07-05 20:04:21 +00:00
florian
f29122d706
+ str routines added
1999-07-04 16:34:45 +00:00
florian
9540e26f9f
* multiplication overflow checking fixed
1999-07-02 17:01:29 +00:00
florian
404cffaad4
+ qword/int64 type released
1999-07-01 15:39:50 +00:00
florian
02b83c15a5
* qword div/mod fixed
...
+ int64 mod/div/* fully implemented
* int_str(qword) fixed
+ dummies for read/write(qword)
1999-06-30 22:12:40 +00:00
florian
e0e9f4481e
* fixed qword division
1999-06-28 22:25:25 +00:00
pierre
3d445a8421
* qword one was wrong !
1999-06-25 12:24:44 +00:00
florian
7f33063179
* multiplication fixed
1999-06-02 10:13:16 +00:00
florian
7e183613ef
* some bugs removed
1999-05-25 20:36:41 +00:00
florian
15c8428f64
* fixed a couple of syntax errors
1999-05-24 08:43:46 +00:00
florian
d2b5850095
+ routines for qword div and mod
1999-05-23 20:27:27 +00:00
florian
8bf6ef4b56
* naming for str(...) routines inserted
...
* don't know what in int64 changed
1999-01-06 12:25:02 +00:00
florian
d04f52d903
+ first implementation
1998-12-12 12:15:41 +00:00