summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/string/strformat.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-111-26/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT,/Config.kmk,iprt/asmdefs.mac,Add/3D/Config.kmk: Generate weak CRT name a...vboxsync2022-08-041-6/+6
* IPRT/nocrt: build fix. bugref:10261vboxsync2022-07-291-1/+1
* Runtime/strformat.cpp: Hardening build fix relating to floating point formatt...vboxsync2022-07-281-1/+1
* IPRT/strformat.cpp: Build fix for the floating point formatting. bugref:10261vboxsync2022-07-281-1/+1
* IPRT/strformat.cpp: Added some placeholder floating point format type handlin...vboxsync2022-07-281-0/+48
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as that m...vboxsync2021-10-171-27/+0
* IPRT: More VALID_PTR -> RT_VALID_PTR with some bad-printf-pointer details thr...vboxsync2021-08-231-2/+2
* IPRT/RTStrFormatV: Pointer bad string pointer addresses, consolidate NULL poi...vboxsync2021-08-231-57/+87
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IPRT: Ran scm --fix-err-h. bugref:9344vboxsync2018-12-251-1/+1
* iprt/string.h: Dropped including utf16.h and let those who need it include it...vboxsync2018-12-231-0/+1
* IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the integer forma...vboxsync2018-09-091-83/+56
* (C) yearvboxsync2017-10-171-1/+1
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-1/+1
* gcc 7: Runtime: fall thruvboxsync2017-02-071-0/+1
* scm: cleaning up todosvboxsync2016-08-161-2/+2
* (C) 2016vboxsync2016-07-221-1/+1
* Runtime: make sure the string passed to pfnOutput is zero terminated, as the ...vboxsync2016-07-111-0/+1
* IPRT: strformat.cpp: Share the temporary buffer and use it for '%c' output bu...vboxsync2016-02-161-13/+10
* iprt: More doxygen corrections.vboxsync2015-09-291-2/+2
* *: scm cleanup run.vboxsync2015-08-141-9/+9
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* Runtime: fixed assertionvboxsync2014-10-081-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* strformat.cpp: Added support for microsoft I64, I32 and I as well as the BSD ...vboxsync2012-08-051-13/+55
* runtime: backed out r77481,r77482,r77483,r77484,r77485vboxsync2012-04-161-1/+1
* Runtime: linux 3.4-rc3 build fix [-fpermissive]vboxsync2012-04-161-1/+1
* RTStrFormatNumber: Assert some buffer sanity.vboxsync2012-02-211-7/+16
* strformat.cpp: Burn fix (todo, fix properly later).vboxsync2011-09-061-2/+4
* IPRT: , and are now deprecated, the conversion to local codeset being moved...vboxsync2011-09-061-102/+4
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-1/+1
* iprt/string.h: Moved the string format docs to the header so it is easier to ...vboxsync2010-10-271-1/+1
* iprt: %.5RX32 ++ bug fix - precision should padd with '0' as it used to do.vboxsync2010-05-251-2/+2
* strformatrt.cpp: Fixed cchPrecision and cchWidth mixup in three calls.vboxsync2010-05-201-4/+5
* IPRT: Fixed number formatting bug where we would pad with '0' instead of ' '.vboxsync2010-05-191-1/+1
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* *: The rest of the %V* format specifiers are history.vboxsync2010-02-021-12/+0
* strformat.cpp: Added missing va_end() in %N.vboxsync2010-01-131-0/+1
* IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel (pain).vboxsync2009-07-071-4/+9
* IPRT: Implemented thousand separators for the string formatting code and RTSt...vboxsync2009-05-231-27/+56
* strformat.cpp: shut up 64-bit MSC warnings. (hope this fix doesn't incur the ...vboxsync2008-11-101-4/+4
* RTStrFormat fix for aligned unicode strings.vboxsync2008-08-131-2/+4
* New nesting extension '%M' that replaces the format string. Note that it won'...vboxsync2008-05-061-2/+9
* rebranding: IPRT files again.vboxsync2008-04-211-2/+2
* Rebranding: replacing more innotek strings.vboxsync2008-04-181-2/+2