summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/string/strtonum.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-111-406/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT: Doxygen fixes in strtonum.cpp and strtofloat.cpp. bugref:20261vboxsync2022-08-121-1/+0
* IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still some ro...vboxsync2022-08-121-1/+3
* IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still some ro...vboxsync2022-08-111-3/+12
* IPRT/RTStrTo[U]Int[8|16|32|64][Ex|Full]: Tweaked the base parameter to allow ...vboxsync2022-08-091-165/+277
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IPRT/RTStrToInt64Ex: Shut up tstRTCRest-1 asan warning reading INT64_MIN. bug...vboxsync2020-10-011-9/+18
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* IPRT: Added RTSTRCONVERTHEXBYTES_F_SEP_COLON as well as a RTStrConvertHexByte...vboxsync2019-07-051-31/+214
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IPRT/strtonum: Fixed problem handling INT64_MIN in RTStrToInt64Ex and friends.vboxsync2018-09-091-11/+14
* (C) yearvboxsync2017-10-171-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* *: scm cleanup run.vboxsync2015-08-141-6/+6
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* strtonum.cpp: C90 warnings.vboxsync2012-07-101-4/+9
* runtime: backed out r77481,r77482,r77483,r77484,r77485vboxsync2012-04-161-8/+8
* Runtime: linux 3.4-rc3 build fix [-fpermissive]vboxsync2012-04-161-8/+8
* IPRT: Implemented RTStrConvertHexBytes; Added RTManifestEntryQueryAttr and RT...vboxsync2012-01-251-0/+38
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-17/+17
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* Moved RTStrVersionToUInt32 out of strtonum.cpp.vboxsync2009-11-141-82/+0
* review todo, not simple remark.vboxsync2009-11-141-8/+8
* build grumble.vboxsync2009-11-141-5/+2
* RTStrVersionToUInt32: bird review, things todo.vboxsync2009-11-141-23/+33
* IPRT: Burn fix.vboxsync2009-11-131-1/+1
* IPRT: Added RTStrVersionToUInt32() with testcase.vboxsync2009-11-131-0/+76
* IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel (pain).vboxsync2009-07-071-0/+26
* Give VWRN_NUMBER_TOO_BIG highest priority among the warnings.vboxsync2008-04-221-12/+12
* rebranding: IPRT files again.vboxsync2008-04-211-1/+1
* Rebranding: replacing more innotek strings.vboxsync2008-04-181-1/+1
* The Big Sun Rebranding Header Changevboxsync2008-04-181-1/+5
* move variables around to be able to compile this as .c (debug kernel module)vboxsync2008-04-111-12/+22
* Doxygen fixes.vboxsync2008-02-271-1/+1
* The Giant CDDL Dual-License Header Change.vboxsync2007-12-071-4/+13
* Fixed some overflow detection issues.vboxsync2007-11-161-5/+4
* Added warnings about trailing chars & spaces in the RTStrTo*Int* functions. A...vboxsync2007-11-121-0/+345
* uni* str* utf* -> common/string/vboxsync2007-10-211-0/+580