Use long long types to avoid overflow

This commit is contained in:
Hisham Muhammad
2006-06-05 21:28:54 +00:00
parent d0325cfec5
commit 8c643f5f89
4 changed files with 72 additions and 63 deletions

View File

@ -1,6 +1,8 @@
What's new in version 0.6.3
* Use 64-bit values when storing processor times to
avoid overflow.
* Internal change: rename TypedVector to Vector and
ListBox (and related classes) to Panel.