Closed
Bug 230528
Opened 21 years ago
Closed 21 years ago
continuation of work on bug 226294; format-number() ignores the sign of its numerical argument
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: chofmann, Assigned: sicking)
Details
Attachments
(1 file)
2.36 KB,
patch
|
axel
:
review+
peterv
:
superreview+
|
Details | Diff | Splinter Review |
this is to pick up on work that needs to be done to the trunk to fix the
problems outlined in http://bugzilla.mozilla.org/show_bug.cgi?id=226294
Reporter | ||
Updated•21 years ago
|
Assignee: peterv → bugmail
Assignee | ||
Comment 1•21 years ago
|
||
Javier and I came to the conclusion that transformiix doesn't seem have any of
the code like what was fixed in bug 224487 so this should be fine.
Assignee | ||
Updated•21 years ago
|
Attachment #138911 -
Flags: superreview?(peterv)
Attachment #138911 -
Flags: review?(axel)
Comment 2•21 years ago
|
||
Comment on attachment 138911 [details] [diff] [review]
patch to fix
>Index: source/base/Double.cpp
>===================================================================
>+typedef union txdpun {
>+ float64 value;
I think you could use PRFloat64 here.
Attachment #138911 -
Flags: superreview?(peterv) → superreview+
Updated•21 years ago
|
Attachment #138911 -
Flags: review?(axel) → review+
Assignee | ||
Comment 3•21 years ago
|
||
checked in, thanks for reviews
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•