| Commit message (Expand) | Author | Age | Files | Lines |
| * | IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum... | vboxsync | 2023-05-11 | 1 | -26/+0 |
| * | Copyright year updates by scm. | vboxsync | 2023-01-17 | 1 | -1/+1 |
| * | scm copyright and license note update | vboxsync | 2022-08-22 | 1 | -10/+20 |
| * | IPRT,/Config.kmk,iprt/asmdefs.mac,Add/3D/Config.kmk: Generate weak CRT name a... | vboxsync | 2022-08-04 | 1 | -6/+6 |
| * | IPRT/nocrt: build fix. bugref:10261 | vboxsync | 2022-07-29 | 1 | -1/+1 |
| * | Runtime/strformat.cpp: Hardening build fix relating to floating point formatt... | vboxsync | 2022-07-28 | 1 | -1/+1 |
| * | IPRT/strformat.cpp: Build fix for the floating point formatting. bugref:10261 | vboxsync | 2022-07-28 | 1 | -1/+1 |
| * | IPRT/strformat.cpp: Added some placeholder floating point format type handlin... | vboxsync | 2022-07-28 | 1 | -0/+48 |
| * | scm --update-copyright-year | vboxsync | 2022-01-01 | 1 | -1/+1 |
| * | SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as that m... | vboxsync | 2021-10-17 | 1 | -27/+0 |
| * | IPRT: More VALID_PTR -> RT_VALID_PTR with some bad-printf-pointer details thr... | vboxsync | 2021-08-23 | 1 | -2/+2 |
| * | IPRT/RTStrFormatV: Pointer bad string pointer addresses, consolidate NULL poi... | vboxsync | 2021-08-23 | 1 | -57/+87 |
| * | Copyright year updates by scm. | vboxsync | 2020-02-04 | 1 | -1/+1 |
| * | scm --update-copyright-year | vboxsync | 2019-01-01 | 1 | -1/+1 |
| * | IPRT: Ran scm --fix-err-h. bugref:9344 | vboxsync | 2018-12-25 | 1 | -1/+1 |
| * | iprt/string.h: Dropped including utf16.h and let those who need it include it... | vboxsync | 2018-12-23 | 1 | -0/+1 |
| * | IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the integer forma... | vboxsync | 2018-09-09 | 1 | -83/+56 |
| * | (C) year | vboxsync | 2017-10-17 | 1 | -1/+1 |
| * | Global: replace fall-through comments with RT_FALL_THRU(). | vboxsync | 2017-10-11 | 1 | -1/+1 |
| * | gcc 7: Runtime: fall thru | vboxsync | 2017-02-07 | 1 | -0/+1 |
| * | scm: cleaning up todos | vboxsync | 2016-08-16 | 1 | -2/+2 |
| * | (C) 2016 | vboxsync | 2016-07-22 | 1 | -1/+1 |
| * | Runtime: make sure the string passed to pfnOutput is zero terminated, as the ... | vboxsync | 2016-07-11 | 1 | -0/+1 |
| * | IPRT: strformat.cpp: Share the temporary buffer and use it for '%c' output bu... | vboxsync | 2016-02-16 | 1 | -13/+10 |
| * | iprt: More doxygen corrections. | vboxsync | 2015-09-29 | 1 | -2/+2 |
| * | *: scm cleanup run. | vboxsync | 2015-08-14 | 1 | -9/+9 |
| * | IPRT: Updated (C) year. | vboxsync | 2015-06-09 | 1 | -1/+1 |
| * | Runtime: fixed assertion | vboxsync | 2014-10-08 | 1 | -1/+1 |
| * | header (C) fixes | vboxsync | 2013-02-04 | 1 | -1/+1 |
| * | strformat.cpp: Added support for microsoft I64, I32 and I as well as the BSD ... | vboxsync | 2012-08-05 | 1 | -13/+55 |
| * | runtime: backed out r77481,r77482,r77483,r77484,r77485 | vboxsync | 2012-04-16 | 1 | -1/+1 |
| * | Runtime: linux 3.4-rc3 build fix [-fpermissive] | vboxsync | 2012-04-16 | 1 | -1/+1 |
| * | RTStrFormatNumber: Assert some buffer sanity. | vboxsync | 2012-02-21 | 1 | -7/+16 |
| * | strformat.cpp: Burn fix (todo, fix properly later). | vboxsync | 2011-09-06 | 1 | -2/+4 |
| * | IPRT: , and are now deprecated, the conversion to local codeset being moved... | vboxsync | 2011-09-06 | 1 | -102/+4 |
| * | *: spelling fixes, thanks Timeless! | vboxsync | 2010-10-28 | 1 | -1/+1 |
| * | iprt/string.h: Moved the string format docs to the header so it is easier to ... | vboxsync | 2010-10-27 | 1 | -1/+1 |
| * | iprt: %.5RX32 ++ bug fix - precision should padd with '0' as it used to do. | vboxsync | 2010-05-25 | 1 | -2/+2 |
| * | strformatrt.cpp: Fixed cchPrecision and cchWidth mixup in three calls. | vboxsync | 2010-05-20 | 1 | -4/+5 |
| * | IPRT: Fixed number formatting bug where we would pad with '0' instead of ' '. | vboxsync | 2010-05-19 | 1 | -1/+1 |
| * | Automated rebranding to Oracle copyright/license strings via filemuncher | vboxsync | 2010-04-27 | 1 | -5/+1 |
| * | *: The rest of the %V* format specifiers are history. | vboxsync | 2010-02-02 | 1 | -12/+0 |
| * | strformat.cpp: Added missing va_end() in %N. | vboxsync | 2010-01-13 | 1 | -0/+1 |
| * | IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel (pain). | vboxsync | 2009-07-07 | 1 | -4/+9 |
| * | IPRT: Implemented thousand separators for the string formatting code and RTSt... | vboxsync | 2009-05-23 | 1 | -27/+56 |
| * | strformat.cpp: shut up 64-bit MSC warnings. (hope this fix doesn't incur the ... | vboxsync | 2008-11-10 | 1 | -4/+4 |
| * | RTStrFormat fix for aligned unicode strings. | vboxsync | 2008-08-13 | 1 | -2/+4 |
| * | New nesting extension '%M' that replaces the format string. Note that it won'... | vboxsync | 2008-05-06 | 1 | -2/+9 |
| * | rebranding: IPRT files again. | vboxsync | 2008-04-21 | 1 | -2/+2 |
| * | Rebranding: replacing more innotek strings. | vboxsync | 2008-04-18 | 1 | -2/+2 |