Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1047 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Layout doesn't handle non-decimal negative numbers very well.

Reported by: fvbommel Assigned to: kris
Priority: major Milestone: 0.99.6
Component: IO Version: trunk
Keywords: patch Cc:

Description

When outputting a negative number in a non-decimal base, the output always shows 64 bits even for smaller types.

Attachments

Layout.negative.patch (4.7 kB) - added by fvbommel on 04/15/08 05:03:44.
Proposed patch to fix this.

Change History

04/15/08 05:03:44 changed by fvbommel

  • attachment Layout.negative.patch added.

Proposed patch to fix this.

04/15/08 22:28:38 changed by kris

Thanks! That seems like a good idea

04/18/08 00:52:38 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.

(In [3444]) fixes #1047 :: Layout doesn't handle non-decimal negative numbers very well.

kudos to fvbommel