[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bug #3050] [0.5.4]: bug in hexadecimal formatting of
From: |
nobody |
Subject: |
[Pnet-developers] [bug #3050] [0.5.4]: bug in hexadecimal formatting of negative integers |
Date: |
Sun, 20 Jul 2003 14:50:00 -0400 |
User-agent: |
Links (0.96; Unix) |
=================== BUG #3050: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3050&group_id=353
Changes by: Gopal.V <address@hidden>
Date: Mon 07/21/03 at 00:20 (Asia/Calcutta)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fixed in CVS . 20-07-2003 .
sorry for the delay , but we hope you enjoy the flight...
(more seriously, I'm doing a full QA of pnetlib base classes, your help is
appreciated)
=================== BUG #3050: FULL BUG SNAPSHOT ===================
Submitted by: yannis_bres Project: DotGNU Portable.NET
Submitted on: Wed 04/02/03 at 15:53
Category: None Severity: 5 - Major
Bug Group: None Resolution: Fixed
Assigned to: None Status: Closed
Summary: [0.5.4]: bug in hexadecimal formatting of negative integers
Original Submission: Both Mono and M$ format a negative number such as -127 in
hexadecimal as ffffff81 while pnet format it as 81.
See the attached test file with the different VM outputs.
Have fun,
Yannis
Pnet 0.5.4 :
plus127.ToString( "x" ): 7f
String.Format( "7f", plus127 ): 7f
minus127.ToString( "x" ): 81
String.Format( "81", minus127 ): 81
Mono 0.23 :
plus127.ToString( "x" ): 7f
String.Format( "7f", plus127 ): 7f
minus127.ToString( "x" ): ffffff81
String.Format( "ffffff81", minus127 ): ffffff81
M$ :
plus127.ToString( "x" ): 7f
String.Format( "7f", plus127 ): 7f
minus127.ToString( "x" ): ffffff81
String.Format( "ffffff81", minus127): ffffff81
Follow-up Comments
*******************
-------------------------------------------------------
Date: Mon 07/21/03 at 00:20 By: t3rmin4t0r
Fixed in CVS . 20-07-2003 .
sorry for the delay , but we hope you enjoy the flight...
(more seriously, I'm doing a full QA of pnetlib base classes, your help is
appreciated)
CC list is empty
File Attachments
****************
-------------------------------------------------------
Date: Wed 04/02/03 at 15:53 Name: ToStringX.cs Size: 0KB By: yannis_bres
http://savannah.gnu.org/bugs/download.php?group_id=353&bug_id=3050&bug_file_id=381
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3050&group_id=353
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bug #3050] [0.5.4]: bug in hexadecimal formatting of negative integers,
nobody <=