index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
strings
/
string_number_conversions.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
StringToUint should output zero on negative numbers.
davidben
2016-02-27
1
-0
/
+1
*
Switch to standard integer types in base/strings/.
avi
2015-12-25
1
-38
/
+36
*
Optimise IntToString by avoiding string allocation.
ricea
2015-09-25
1
-11
/
+13
*
Switch IntToStringT to base/numerics
jschuh
2015-09-24
1
-68
/
+19
*
Fix -INT_MIN integer overflow in string_number_conversions.cc.
tnagel
2015-06-24
1
-1
/
+6
*
Move more string_util functions to base namespace.
brettw
2015-06-24
1
-4
/
+4
*
Fix more disabled MSVC warnings, base/ edition.
pkasting
2014-10-01
1
-1
/
+1
*
Add base::SizeTToString.
wtc@chromium.org
2014-06-27
1
-6
/
+11
*
Fix unreachable code warnings in base/. Found by MSVC warning 4702.
pkasting@chromium.org
2014-03-14
1
-13
/
+8
*
Add support for unsigned int32 in string_number_conversions
zverre@yandex-team.ru
2013-10-23
1
-0
/
+13
*
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Stop overwriting errno in base::StringPrintf, StringAppendV, and StringToDouble.
yusukes@chromium.org
2013-05-02
1
-1
/
+4
*
Feeding negative numbers to the HexStringToUInt64 should fail, with output 0 ...
mostynb@opera.com
2013-05-01
1
-1
/
+3
*
Add support for unsigned int64 in string_number_conversions
felipeg@chromium.org
2013-04-12
1
-0
/
+13
*
Move string_number_conversions to base/strings.
brettw@chromium.org
2013-02-07
1
-0
/
+498