VirtualBox

source: vbox/trunk/include/iprt/string.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @103459   9 months vboxsync iprt/string.h: Make sure mempcpy is prototyped on OS/2 (it's part of …
(edit) @103444   9 months vboxsync IPRT: Reverted r161541, r161577 & r161578 because the RTStrCopy2 and …
(edit) @103283   10 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function.
(edit) @103252   10 months vboxsync IPRT/string: Added RTStrCopy2() as a convenient function.
(edit) @103024   10 months vboxsync iprt/string.h,VBoxGuest-linux.c,linux/sharedfolders/vfsmod.c: Replaced …
(edit) @102999   10 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions (fix kernel version in …
(edit) @102994   10 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, build fix, …
(edit) @102993   10 months vboxsync Add wrapper for strlcpy/strscpy functions, build fix, bugref:10584. …
(edit) @102992   10 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, build fix, …
(edit) @102989   10 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, bugref:10584.
(edit) @101366   14 months vboxsync iprt/string.h: RT_BCOPY_UNFORTIFIED nits. bugref:10209 ticketref:21410
(edit) @101357   14 months vboxsync iprt: string.h: Move unfortified memcpy wrapper for Linux kernel code …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97887   2 years vboxsync iprt/string.h: VAC++ tweak.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96180   2 years vboxsync IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
(edit) @96169   2 years vboxsync iprt/string.h: doxygen fix. bugref:10261
(edit) @96163   2 years vboxsync iprt/string.h: Document RTStrToLongDoubleEx and friends, updated …
(edit) @96160   2 years vboxsync iprt/string.h: Document RTStrToLongDoubleEx and friends, updated …
(edit) @96152   2 years vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96127   2 years vboxsync IPRT/RTStrTo[U]Int[8|16|32|64][Ex|Full]: Tweaked the base parameter to …
(edit) @94421   3 years vboxsync iprt/string.h: doxygen fix. bugref:9898
(edit) @94300   3 years vboxsync IPRT: Added RTStrFormatR64 and RTStrFormatR32 and split out the …
(edit) @93962   3 years vboxsync IPRT/string.h: Tweak for for darwin.x86 GA build.
(edit) @93961   3 years vboxsync IPRT: Grr.
(edit) @93960   3 years vboxsync IPRT: Expose mempcpy on solaris too.
(edit) @93959   3 years vboxsync IPRT: Expose mempcpy on darwin+windows so we can build DevFwCommon …
(edit) @93958   3 years vboxsync IPRT: Expose mempcpy on darwin so we can build DevFwCommon after …
(edit) @93640   3 years vboxsync Runtime: bugref:9955: Added conversion from console codepage to UTF-8 …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93060   3 years vboxsync IPRT: Added RTStrDupNEx and RTStrDupNExTag. [doxyfix]
(edit) @93057   3 years vboxsync IPRT: Added RTStrDupNEx and RTStrDupNExTag.
(edit) @88128   4 years vboxsync include/iprt/string.h, src/VBox/Devices/Network/slirp/slirp_config.h: …
(edit) @85463   4 years vboxsync FE/Qt: bugref:9686, bugref:9510. Small cleanup
(edit) @85228   4 years vboxsync iprt/string.h: Shut up sign conversion warnings. bugref:9790
(edit) @85211   4 years vboxsync iprt/string.h: Signed fix in RTStrPutCp for Clang11. bugref:9790
(edit) @85154   4 years vboxsync IPRT: Added RTStrSplit + testcases.
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84207   5 years vboxsync IPRT: Added two flags to the %Rhxs formatter type to control the …
(edit) @84054   5 years vboxsync IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
(edit) @83994   5 years vboxsync IPRT/string.h: Document status code formatting in IN_RT_STATIC builds …
(edit) @83886   5 years vboxsync IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr …
(edit) @83168   5 years vboxsync iprt/string.h: Adding %RTeic and %RTeim format types for handling …
(edit) @83166   5 years vboxsync iprt/string.h: Adding %RTeic and %RTeim format types for handling …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81926   5 years vboxsync IPRT: Added 32-bit memchr variant. Prepared 16 and 64 bit ones too.
(edit) @80764   5 years vboxsync IPRT: Optimized RTEnvPutEx. bugref:9341
(edit) @80565   5 years vboxsync IPRT/string.h: Added hexformatting variants that takes an additional …
(edit) @80496   5 years vboxsync IPRT/string.h: Added added two more human readable size formatting …
(edit) @80358   5 years vboxsync iprt/string.h: Fixed RTStrStartsWith and RTStrIStartsWith return code …
(edit) @79562   5 years vboxsync IPRT: Added RTSTRCONVERTHEXBYTES_F_SEP_COLON as well as a …
(edit) @79013   5 years vboxsync IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @76408   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76349   6 years vboxsync iprt/string.h: Don't include iprt/latin1.h and thereby iprt/err.h. …
(edit) @74708   6 years vboxsync iprt/string.h: %RMpa - to percent-encode (a)ll reserved characters.
(edit) @74594   6 years vboxsync iprt/string.h: Fix pasto in comment for RTStrToUInt32()
(edit) @73935   6 years vboxsync iprt/string.h: Save 8 bytes in RTSTRSPACECORE on 64-bit systems.
(edit) @73914   6 years vboxsync iprt/string.h: Moved %RJs to %RMjs. Addressed escaping of non-ASCII …
(edit) @73909   6 years vboxsync iprt/string.h: Added percent encoded formatters: %RMpf, %RMpp, %RMpq. …
(edit) @73801   6 years vboxsync IPRT/strformatter: Added %RJs for formatting JSON quoted strings. …
(edit) @71605   7 years vboxsync iprt/string.h: Added RT_COPY_VOLATILE & RT_BCOPY_VOLATILE for helping …
(edit) @70092   7 years vboxsync IPRT: Added RTStrNICmpAscii.
(edit) @69833   7 years vboxsync iprt/string.h: Adding %Rhcb + %Rhci for human readable size formatting …
(edit) @69105   7 years vboxsync include/iprt/: (C) year
(edit) @69016   7 years vboxsync iprt/string.h: Added hex dump formatting alternative %RhxD for …
(edit) @67769   7 years vboxsync iprt/string.h: removed C++ hack for the 'new' keyword. We don't need …
(edit) @67334   7 years vboxsync IPRT: Added RTStrToUtf16BigEx and RTStrToUtf16Big for turning UTF-8 …
(edit) @66882   8 years vboxsync iprt: Added RTUINT256U and RTUINT512U. Hacked up simple formatting …
(edit) @66732   8 years vboxsync iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related …
(edit) @66361   8 years vboxsync IPRT: Adding RTStrICmpAscii (mirrors RTUtf16ICmpAscii).
(edit) @66284   8 years vboxsync Runtime: introduced 'RKv' format specifier
(edit) @64340   8 years vboxsync IPRT: Introducing RTStrPrintf2, RTStrPrintf2V, RTStrPrintf2Ex, and …
(edit) @63313   8 years vboxsync iptr/string.h: support for NetBSD R0 code. From Haomai Wang GSoC …
(edit) @63236   8 years vboxsync iptr/string.h: All supported releases of FreeBSD have memrchr(3) in …
(edit) @63188   8 years vboxsync iprt/string.h: NetBSD declares memrchr(3) in its <string.h> in all …
(edit) @62930   8 years vboxsync RTUtf16PurgeEncoding: Optimized it a little, adding debug assertion …
(edit) @62916   8 years vboxsync RTStrPurgeEncoding: Optimized it a little, adding debug assertion for …
(edit) @62473   8 years vboxsync (C) 2016
(edit) @60603   9 years vboxsync Assorted compile fixes for FreeBSD
(edit) @60028   9 years vboxsync iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
(edit) @59067   9 years vboxsync IPRT: Added RTStrStartsWith and RTStrIStartsWith.
(edit) @57941   9 years vboxsync iprt/string.h: split out the UTF-16 and Latin-1 parts.
(edit) @57927   9 years vboxsync IPRT: Doxygen clenaups (mostly).
(edit) @57926   9 years vboxsync IPRT: Doxygen clenaups (mostly).
(edit) @57722   9 years vboxsync iprt/string.h: Provide memrchr on platforms which doesn't have it.
(edit) @57719   9 years vboxsync iprt/string.h: Added RTStrOffCharOrTerm.
(edit) @57184   9 years vboxsync include/iprt/string.h: hack for Linux 4.2
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @56980   9 years vboxsync iprt/string.h: Moved RT_IPRT_FORMAT_ATTR on inline functions to make …
(edit) @56919   9 years vboxsync Introducing RT_IPRT_FORMAT_ATTR for the purpose of marking functions …
(edit) @56291   9 years vboxsync include: Updated (C) year.
(edit) @53615   10 years vboxsync doxygen fixes.
(edit) @52944   10 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette