Menu

#9 long64 renamed; >4GB support for streams

open
nobody
None
5
2006-06-29
2006-06-29
Hauke Duden
No

This patch renames long64 to int64 and ulong64 to uint64.

It also changes the Stream interfaces and
implementations so that seek/getPosition etc. use 64
bit integers instead of 32 bit integers. This enables
support for streams >4GB.

And last but not least the patch fixes a mini issue in
the Dictionaries example. It seems that it somehow fell
through the cracks when kdmix replaced all longs with
ints. This is fixed by this patch.

My apologies for doing multiple things in one patch -
it was an organizational mistake on my part ;).

Discussion

  • Hauke Duden

    Hauke Duden - 2006-06-29
     
  • kdmult

    kdmult - 2006-07-23

    Logged In: YES
    user_id=1280411

    Applied.

     

Log in to post a comment.