octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #47690] Octave 64-bit for Windows can't parse


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #47690] Octave 64-bit for Windows can't parse long hex integers
Date: Mon, 18 Apr 2016 16:08:42 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #3, bug #47690 (project octave):

This patch is part of the patch I originally posted at bug #45945. This one
here should be way saver to accept than anything I could come up with foor the
other bug.
The laurels should go to Mike Miller who pointed on the right spots there (and
to the initial hint of jwe here).

Without this patch on Windows:

>> format hex
>> uint64 (0xffffffffffffffff)
ans =  0 0 0 0ffffffff


With this patch on Windows:

>> format hex
>> uint64 (0xffffffffffffffff)
ans = ffffffffffffffff
>> format long; 0x1cbe991a08
ans =  123456789000



(file #36958)
    _______________________________________________________

Additional Item Attachment:

File name: bug47690.patch                 Size:2 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47690>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]