VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @50793   11 years vboxsync iprt: Added RTSTR_VALIDATE_ENCODING_EXACT_LENGTH for …
(edit) @50792   11 years vboxsync IPRT: Added RTUtf16ValidateEncodingEx, RTUtf16ValidateEncoding and …
(edit) @46010   12 years vboxsync iprt/string.h: Added RTStrIsCaseFoldable, RTStrIsUpperCased and …
(edit) @45392   12 years vboxsync iprt/string.h: comment fix.
(edit) @43214   12 years vboxsync RTStrIsIpAddr[46] -> RTNetIsIpv\1AddrStr; made the buggers return bool …
(edit) @43171   12 years vboxsync Runtime: add IPv6 parsing/resolving functions (contributed by Oliver …
(edit) @40938   13 years vboxsync runtime: backed out r77481,r77482,r77483,r77484,r77485
(edit) @40931   13 years vboxsync linux: 3.4-rc3 build fix [-fpermissive]
(edit) @40771   13 years vboxsync iprt/string.h: comment fixes
(edit) @40507   13 years vboxsync iprt/string.h: indent.
(edit) @40123   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40091   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40071   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40052   13 years vboxsync IPRT: Added string hashing API (RTStrHash1*).
(edit) @38658   13 years vboxsync IPRT: , and are now deprecated, the conversion to local codeset …
(edit) @37964   13 years vboxsync Register formatting in strformatrt.cpp (for logging).
(edit) @37871   13 years vboxsync iprt/string.h: build fix for some FreeBSD versions which declare …
(edit) @36638   14 years vboxsync addendum to r71078: there is another limit of 15 bytes required
(edit) @36625   14 years vboxsync iprt/string.h: Adjusted RTSTR_MEMCHR_MAX so that buggy implementations …
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36407   14 years vboxsync IPRT: Added RTStrCopyP, RTStrCopyPEx, RTStrCatP and RTStrCatPEx. These …
(edit) @35585   14 years vboxsync iprt/string.h: Added RTStrFormatU[8|16|32|64|128] and …
(edit) @35464   14 years vboxsync iprt/string.h: Added RTStrSpaceGetN.
(edit) @35398   14 years vboxsync re-applied r69255, r69257: properly wrap mem* to xf86mem* for older …
(edit) @35396   14 years vboxsync backed out r69255, r69257 (does currently not compile)
(edit) @35395   14 years vboxsync iprt/string: cleanup
(edit) @35393   14 years vboxsync properly wrap mem* to xf86mem* for older XF86 modules
(edit) @34379   14 years vboxsync doc nit
(edit) @34072   14 years vboxsync iprt/string.h: doc correction.
(edit) @33678   14 years vboxsync IPRT: Added RTStrCat and RTStrCatEx.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33496   14 years vboxsync iprt/string.h: Moved the string format docs to the header so it is …
(edit) @33111   14 years vboxsync FreeBSD: build fixes (thanks to Bernhard Froehlich)
(edit) @32032   14 years vboxsync iprt/string.h: use 80 colums, r=xxxx is for writing nasty review …
(edit) @31950   14 years vboxsync iprt: explicitly document that all RTStr* functions return the number …
(edit) @31843   14 years vboxsync FreeBSD: build fix
(edit) @31419   14 years vboxsync iprt/string.h: Fixed RTSTR_GET_BIT_FLAG. Affects RTStrFormatV and all …
(edit) @31418   14 years vboxsync iprt/string.h,utf-8.cpp: avoid including uni.h; misc nits.
(edit) @31246   14 years vboxsync Runtime/string: clean up the UTF-8 <-> Latin1 APIs a bit more
(edit) @31221   14 years vboxsync Runtime/string: more Utf-8 <-> Latin-1 fixes
(edit) @31199   14 years vboxsync Runtime/string: add Latin-1 <-> Utf-8 conversion APIs - tests and …
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @30859   14 years vboxsync iprt/string.h: added RTStrPurgeEncoding.
(edit) @30749   14 years vboxsync IPRT: minor string fixes (use RTStrAlloc and friends instead of RTMemAlloc)
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26659   15 years vboxsync IPRT: Added RTStrCopy and RTStrCopyEx for strcpy with overflow handling.
(edit) @26482   15 years vboxsync IPRT: Added RTStrATruncate.
(edit) @26481   15 years vboxsync IPRT: Added RTStrAAppend, RTStrAAppendN, RTStrAAppendExN[V]{,1}, …
(edit) @25014   15 years vboxsync RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
(edit) @25011   15 years vboxsync RTStrVersionCompare docs
(edit) @25005   15 years vboxsync IPRT: Optimized version of RTStrVersionCompare (thanks to Knut!), made …
(edit) @24894   15 years vboxsync IPRT: Removed outdated todos.
(edit) @24893   15 years vboxsync IPRT: Improved RTStrVersionCompare() + testcase.
(edit) @24639   15 years vboxsync IPRT: Added RTStrVersionToUInt32() with testcase.
(edit) @24427   15 years vboxsync iprt/string.h: Added a simpler allocating sprintf interface.
(edit) @23631   15 years vboxsync string.h: Unconditionally define memmove on FreeBSD. FreeBSD_version …
(edit) @23627   15 years vboxsync Fix building on FreeBSD < 7.2. No memmove in R0 there
(edit) @23525   15 years vboxsync Runtime/FreeBSD: Don't use R3 headers in the kernel driver
(edit) @23507   15 years vboxsync IPRT: Added APIs for convering digests to/from strings.
(edit) @22736   15 years vboxsync IPRT: Added RTStrDupN.
(edit) @21741   15 years vboxsync iprt/string.h: documentation correction for the extended conversion …
(edit) @21722   15 years vboxsync iprt/string.h: put things in the right groups.
(edit) @21721   15 years vboxsync iprt/string.h: doc corrections.
(edit) @21714   15 years vboxsync iprt/string: conversion between Utf16 and Latin1
(edit) @21642   15 years vboxsync iprt/string.h: reverted r50153, Darwin burns are not far off
(edit) @21628   15 years vboxsync iprt: this definition is causing too much trouble
(edit) @20739   15 years vboxsync iprt: RTDbgMod coding in progress.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20362   16 years vboxsync iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19942   16 years vboxsync IPRT: Implemented thousand separators for the string formatting code …
(edit) @18556   16 years vboxsync iprt: typo of the typo
(edit) @18555   16 years vboxsync iprt: typos
(edit) @18552   16 years vboxsync IPRT: Untested RTStrIStr and RTStrStr. (testcase is underways)
(edit) @18544   16 years vboxsync RTStrToUpper/Lower: Document assumtions & todos properly, added …
(edit) @18528   16 years vboxsync Runtime: added RTStrToLower & RTStrToUpper
(edit) @18525   16 years vboxsync iprt/string.h: clearification on RTUtf16ToUtf8 returns.
(edit) @18523   16 years vboxsync Runtime: typos
(edit) @18424   16 years vboxsync iprt/string.h: Added the macros RT_ZERO(Obj) and RT_BZERO(pv, cb) for …
(edit) @16323   16 years vboxsync typo
(edit) @16029   16 years vboxsync iprt/string.h: Reverted previous FreeBSD and moved it to SUPDrvInternal.h
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