Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(33)

Issue 342790043: Adding signed integer arithmetic logic to C++ number formatting/parsing (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 1 month ago by sffc
Modified:
6 years ago
Reviewers:
andy.heninger
Base URL:
svn+icussh://source.icu-project.org/repos/icu/branches/shane/numberformat4/icu4c/source/
Visibility:
Public.

Description

Adding signed integer arithmetic logic to C++ number formatting/parsing

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -9 lines) Patch
M common/putil.cpp View 1 chunk +24 lines, -0 lines 2 comments Download
M common/putilimp.h View 1 chunk +26 lines, -0 lines 0 comments Download
M i18n/number_decimalquantity.h View 1 chunk +2 lines, -1 line 0 comments Download
M i18n/number_decimalquantity.cpp View 1 chunk +6 lines, -4 lines 0 comments Download
M i18n/numparse_decimal.cpp View 2 chunks +6 lines, -4 lines 0 comments Download
M test/cintltst/putiltst.c View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 4
sffc
Again, optional review. Adding uprv_mul32_overflow and uprv_add32_overflow.
6 years, 1 month ago (2018-03-21 23:59:48 UTC) #1
andy.heninger
Other than the stray #include, LGTM. Which ICU ticket does this belong to? https://codereview.appspot.com/342790043/diff/1/common/putil.cpp File ...
6 years ago (2018-04-03 19:51:48 UTC) #2
sffc
I don't think there's a ticket in particular; I think I committed this change under ...
6 years ago (2018-04-05 21:54:17 UTC) #3
sffc
6 years ago (2018-04-05 21:55:52 UTC) #4
The original commit was r41136, and I removed the stray #include in r41199.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b