|
|
@34379
|
14 years |
vboxsync |
doc nit
|
|
|
@34072
|
14 years |
vboxsync |
iprt/string.h: doc correction.
|
|
|
@33678
|
14 years |
vboxsync |
IPRT: Added RTStrCat and RTStrCatEx.
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@33496
|
14 years |
vboxsync |
iprt/string.h: Moved the string format docs to the header so it is …
|
|
|
@33111
|
14 years |
vboxsync |
FreeBSD: build fixes (thanks to Bernhard Froehlich)
|
|
|
@32032
|
14 years |
vboxsync |
iprt/string.h: use 80 colums, r=xxxx is for writing nasty review …
|
|
|
@31950
|
14 years |
vboxsync |
iprt: explicitly document that all RTStr* functions return the number …
|
|
|
@31843
|
14 years |
vboxsync |
FreeBSD: build fix
|
|
|
@31419
|
14 years |
vboxsync |
iprt/string.h: Fixed RTSTR_GET_BIT_FLAG. Affects RTStrFormatV and all …
|
|
|
@31418
|
14 years |
vboxsync |
iprt/string.h,utf-8.cpp: avoid including uni.h; misc nits.
|
|
|
@31246
|
14 years |
vboxsync |
Runtime/string: clean up the UTF-8 <-> Latin1 APIs a bit more
|
|
|
@31221
|
14 years |
vboxsync |
Runtime/string: more Utf-8 <-> Latin-1 fixes
|
|
|
@31199
|
14 years |
vboxsync |
Runtime/string: add Latin-1 <-> Utf-8 conversion APIs - tests and …
|
|
|
@31157
|
14 years |
vboxsync |
iprt,++: Tag allocation in all builds with a string, defaulting to …
|
|
|
@30859
|
14 years |
vboxsync |
iprt/string.h: added RTStrPurgeEncoding.
|
|
|
@30749
|
14 years |
vboxsync |
IPRT: minor string fixes (use RTStrAlloc and friends instead of RTMemAlloc)
|
|
|
@30320
|
14 years |
vboxsync |
*: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@26659
|
15 years |
vboxsync |
IPRT: Added RTStrCopy and RTStrCopyEx for strcpy with overflow handling.
|
|
|
@26482
|
15 years |
vboxsync |
IPRT: Added RTStrATruncate.
|
|
|
@26481
|
15 years |
vboxsync |
IPRT: Added RTStrAAppend, RTStrAAppendN, RTStrAAppendExN[V]{,1}, …
|
|
|
@25014
|
15 years |
vboxsync |
RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
|
|
|
@25011
|
15 years |
vboxsync |
RTStrVersionCompare docs
|
|
|
@25005
|
15 years |
vboxsync |
IPRT: Optimized version of RTStrVersionCompare (thanks to Knut!), made …
|
|
|
@24894
|
15 years |
vboxsync |
IPRT: Removed outdated todos.
|
|
|
@24893
|
15 years |
vboxsync |
IPRT: Improved RTStrVersionCompare() + testcase.
|
|
|
@24639
|
15 years |
vboxsync |
IPRT: Added RTStrVersionToUInt32() with testcase.
|
|
|
@24427
|
15 years |
vboxsync |
iprt/string.h: Added a simpler allocating sprintf interface.
|
|
|
@23631
|
15 years |
vboxsync |
string.h: Unconditionally define memmove on FreeBSD. FreeBSD_version …
|
|
|
@23627
|
15 years |
vboxsync |
Fix building on FreeBSD < 7.2. No memmove in R0 there
|
|
|
@23525
|
15 years |
vboxsync |
Runtime/FreeBSD: Don't use R3 headers in the kernel driver
|
|
|
@23507
|
15 years |
vboxsync |
IPRT: Added APIs for convering digests to/from strings.
|
|
|
@22736
|
15 years |
vboxsync |
IPRT: Added RTStrDupN.
|
|
|
@21741
|
15 years |
vboxsync |
iprt/string.h: documentation correction for the extended conversion …
|
|
|
@21722
|
15 years |
vboxsync |
iprt/string.h: put things in the right groups.
|
|
|
@21721
|
15 years |
vboxsync |
iprt/string.h: doc corrections.
|
|
|
@21714
|
15 years |
vboxsync |
iprt/string: conversion between Utf16 and Latin1
|
|
|
@21642
|
15 years |
vboxsync |
iprt/string.h: reverted r50153, Darwin burns are not far off
|
|
|
@21628
|
15 years |
vboxsync |
iprt: this definition is causing too much trouble
|
|
|
@20739
|
15 years |
vboxsync |
iprt: RTDbgMod coding in progress.
|
|
|
@20374
|
15 years |
vboxsync |
*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
|
|
|
@20362
|
15 years |
vboxsync |
iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
|
|
|
@19942
|
15 years |
vboxsync |
IPRT: Implemented thousand separators for the string formatting code …
|
|
|
@18556
|
16 years |
vboxsync |
iprt: typo of the typo
|
|
|
@18555
|
16 years |
vboxsync |
iprt: typos
|
|
|
@18552
|
16 years |
vboxsync |
IPRT: Untested RTStrIStr and RTStrStr. (testcase is underways)
|
|
|
@18544
|
16 years |
vboxsync |
RTStrToUpper/Lower: Document assumtions & todos properly, added …
|
|
|
@18528
|
16 years |
vboxsync |
Runtime: added RTStrToLower & RTStrToUpper
|
|
|
@18525
|
16 years |
vboxsync |
iprt/string.h: clearification on RTUtf16ToUtf8 returns.
|
|
|
@18523
|
16 years |
vboxsync |
Runtime: typos
|
|
|
@18424
|
16 years |
vboxsync |
iprt/string.h: Added the macros RT_ZERO(Obj) and RT_BZERO(pv, cb) for …
|
|
|
@16323
|
16 years |
vboxsync |
typo
|
|
|
@16029
|
16 years |
vboxsync |
iprt/string.h: Reverted previous FreeBSD and moved it to SUPDrvInternal.h
|
|
|
@16027
|
16 years |
vboxsync |
iprt/string.h: More ring-0 freebsd hacks.
|
|
|
@14774
|
16 years |
vboxsync |
IPRT/string: fix lots of comment typos documenting the handling of 0 …
|
|
|
@14007
|
16 years |
vboxsync |
IPRT: RTStrNICmp correction - if cch == 0 then return equal regardless …
|
|
|
@13927
|
16 years |
vboxsync |
Runtime: add RTStrNICmp and RTStrNCmp
|
|
|
@13549
|
16 years |
vboxsync |
Just RTSTR_MAX.
|
|
|
@13546
|
16 years |
vboxsync |
iprt: typo in API documentation
|
|
|
@13472
|
16 years |
vboxsync |
IPRT: Added a couple of function for simple string pattern matching …
|
|
|
@10951
|
16 years |
vboxsync |
IPRT: Extended RTStrValidateEncodingEx with a …
|
|
|
@10949
|
16 years |
vboxsync |
IPRT: Added RTStrNLen and RTStrNLenEx.
|
|
|
@10106
|
16 years |
vboxsync |
Added RTStrValidateEncoding, RTStrValidateEncodingEx and …
|
|
|
@8245
|
17 years |
vboxsync |
rebranding: IPRT files again.
|
|
|
@8163
|
17 years |
vboxsync |
rebrand IPRT
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@7421
|
17 years |
vboxsync |
Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the …
|
|
|
@7420
|
17 years |
vboxsync |
Added RTStrCmp. Added missing NULL handling in RTStrICmp.
|
|
|
@7418
|
17 years |
vboxsync |
UCS-2 -> UTF-16.
|
|
|
@7183
|
17 years |
vboxsync |
Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
|
|
|
@7170
|
17 years |
vboxsync |
Doxygen fixes. (DOXYGEN -> DOXYGEN_RUNNING, ++)
|
|
|
@6041
|
17 years |
vboxsync |
Added RTUtf16CalcUtf8Len and RTUtf16CalcUtf8LenEx.
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5712
|
17 years |
vboxsync |
Added warnings about trailing chars & spaces in the RTStrTo*Int* …
|
|
|
@5666
|
17 years |
vboxsync |
PFNSTRFORMAT should return size_t.
|
|
|
@5605
|
17 years |
vboxsync |
BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
|
|
|
@4287
|
17 years |
vboxsync |
Solaris
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@3888
|
17 years |
vboxsync |
Solaris.
|
|
|
@3637
|
17 years |
vboxsync |
LINUX -> RT_OS_LINUX.
|
|
|
@3636
|
17 years |
vboxsync |
AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
|
|
|
@3630
|
17 years |
vboxsync |
iprt_hdr_h -> _iprt_hdr_h
|
|
|
@3624
|
17 years |
vboxsync |
FreeBSD kernel.
|
|
|
@2981
|
17 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@1703
|
18 years |
vboxsync |
Added case-insensitive UTF-8 string compare (implemented via C library …
|
|
|
@1188
|
18 years |
vboxsync |
fixed typo in RTStrFormatV prototype.
|
|
|
@460
|
18 years |
vboxsync |
Fixed string to number function documentation.
|
|
|
@331
|
18 years |
vboxsync |
Bool and AMD64 hacking.
|
|
|
@204
|
18 years |
vboxsync |
runtime.h now includes everything. Created a new header, initterm.h, …
|
|
|
@1
|
55 years |
vboxsync |
import
|