|
|
@32047
|
14 years |
vboxsync |
iprt: disable RTStrAAppendExNVTag for RING0 as it is currently not …
|
|
|
@31420
|
14 years |
vboxsync |
utf-8.cpp: warning.
|
|
|
@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
|
|
|
@31229
|
14 years |
vboxsync |
Runtime/string: remove the worst bit of code duplication in the …
|
|
|
@31221
|
14 years |
vboxsync |
Runtime/string: more Utf-8 <-> Latin-1 fixes
|
|
|
@31213
|
14 years |
vboxsync |
Runtime/string: Utf-8 to Latin-1 translation should be exact or fail
|
|
|
@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)
|
|
|
@30611
|
14 years |
vboxsync |
strspace.cpp: Fixed bug in sdbm() resulting in wrong cchString values …
|
|
|
@30320
|
14 years |
vboxsync |
*: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
|
|
|
@30318
|
14 years |
vboxsync |
iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
|
|
|
@30255
|
14 years |
vboxsync |
iprt/memcmp.asm: fixed wrongly returning 0 on 64-bit hosts if the …
|
|
|
@29963
|
15 years |
vboxsync |
Runtime: Swapped width and precision for Rhxd/Rhsx format specifiers …
|
|
|
@29783
|
15 years |
vboxsync |
iprt: %.5RX32 ++ bug fix - precision should padd with '0' as it used to do.
|
|
|
@29683
|
15 years |
vboxsync |
strformatrt.cpp: Fixed cchPrecision and cchWidth mixup in three calls.
|
|
|
@29660
|
15 years |
vboxsync |
IPRT: Fixed number formatting bug where we would pad with '0' instead …
|
|
|
@28903
|
15 years |
vboxsync |
IPRT: iconv cache.
|
|
|
@28876
|
15 years |
vboxsync |
uniread.cpp: Updated to cope with version 5.2 of the spec. Preparing …
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@27737
|
15 years |
vboxsync |
strformatrt.cpp: some xml fixes (probably not quite right yet, but …
|
|
|
@27652
|
15 years |
vboxsync |
build fix (3rd try)
|
|
|
@27651
|
15 years |
vboxsync |
build fix (2nd try)
|
|
|
@27650
|
15 years |
vboxsync |
build fix
|
|
|
@27648
|
15 years |
vboxsync |
strformatrt.cpp: Added %RMas and %RMes for escaping attribute values …
|
|
|
@26723
|
15 years |
vboxsync |
RTStrATruncate: bugfix
|
|
|
@26659
|
15 years |
vboxsync |
IPRT: Added RTStrCopy and RTStrCopyEx for strcpy with overflow handling.
|
|
|
@26588
|
15 years |
vboxsync |
iprt: New type RTNETADDR for storing any address + type + port. Added …
|
|
|
@26482
|
15 years |
vboxsync |
IPRT: Added RTStrATruncate.
|
|
|
@26481
|
15 years |
vboxsync |
IPRT: Added RTStrAAppend, RTStrAAppendN, RTStrAAppendExN[V]{,1}, …
|
|
|
@26480
|
15 years |
vboxsync |
IPRT: common/string/string.cpp -> stringalloc.cpp.
|
|
|
@26351
|
15 years |
vboxsync |
gcc-4.5 warning
|
|
|
@26344
|
15 years |
vboxsync |
Runtime: white space cleanup.
|
|
|
@26276
|
15 years |
vboxsync |
typos.
|
|
|
@26251
|
15 years |
vboxsync |
strversion.cpp: Use the right type. (gcc warning)
|
|
|
@26180
|
15 years |
vboxsync |
*: The rest of the %V* format specifiers are history.
|
|
|
@25805
|
15 years |
vboxsync |
strformat.cpp: Added missing va_end() in %N.
|
|
|
@25713
|
15 years |
vboxsync |
iprt: Remove %Rt from the docs and testcase because there appears to …
|
|
|
@25645
|
15 years |
vboxsync |
IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
|
|
|
@25596
|
15 years |
vboxsync |
iprt: Added new format extension: %Rbn - prints the base of a path name.
|
|
|
@25349
|
15 years |
vboxsync |
iprt/ministring_cpp.h -> iprt/cpp/ministring.h
|
|
|
@25296
|
15 years |
vboxsync |
IPRT: splitting up utf-8.cpp
|
|
|
@25031
|
15 years |
vboxsync |
RTStrVersionCompare: Handle pre-release indicators better.
|
|
|
@25029
|
15 years |
vboxsync |
RTStrVersionCompare: Some todos for dealing with beta releases.
|
|
|
@25014
|
15 years |
vboxsync |
RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
|
|
|
@25005
|
15 years |
vboxsync |
IPRT: Optimized version of RTStrVersionCompare (thanks to Knut!), made …
|
|
|
@25000
|
15 years |
vboxsync |
IPRT: Fixed -Wshadow warnings, found two bugs in error paths.
|
|
|
@24894
|
15 years |
vboxsync |
IPRT: Removed outdated todos.
|
|
|
@24893
|
15 years |
vboxsync |
IPRT: Improved RTStrVersionCompare() + testcase.
|
|
|
@24678
|
15 years |
vboxsync |
Misc: Shut up annoying gcc warnings on darwin.
|
|
|
@24662
|
15 years |
vboxsync |
Moved RTStrVersionToUInt32 out of strtonum.cpp.
|
|
|
@24661
|
15 years |
vboxsync |
review todo, not simple remark.
|
|
|
@24659
|
15 years |
vboxsync |
build grumble.
|
|
|
@24658
|
15 years |
vboxsync |
RTStrVersionToUInt32: bird review, things todo.
|
|
|
@24656
|
15 years |
vboxsync |
iprt/ministring: bird review - addressed object state after throwing …
|
|
|
@24645
|
15 years |
vboxsync |
IPRT: Burn fix.
|
|
|
@24639
|
15 years |
vboxsync |
IPRT: Added RTStrVersionToUInt32() with testcase.
|
|
|
@24427
|
15 years |
vboxsync |
iprt/string.h: Added a simpler allocating sprintf interface.
|
|
|
@24006
|
15 years |
vboxsync |
don't use <ctype.h> on UTF-8.
|
|
|
@23961
|
15 years |
vboxsync |
IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
|
|
|
@23507
|
15 years |
vboxsync |
IPRT: Added APIs for convering digests to/from strings.
|
|
|
@23223
|
15 years |
vboxsync |
API: big medium handling change and lots of assorted other cleanups …
|
|
|
@23038
|
15 years |
vboxsync |
doc/vg: Updated VMSTATE (it's even uglier now).
|
|
|
@22736
|
15 years |
vboxsync |
IPRT: Added RTStrDupN.
|
|
|
@21791
|
15 years |
vboxsync |
RTStrPutCpInternal: Fixed an irrelevant bug.
|
|
|
@21744
|
15 years |
vboxsync |
iprt/utf-8.cpp: dropped some unnecessary bits and fixed theoretical …
|
|
|
@21740
|
15 years |
vboxsync |
IPRT: Some latin-1 cleanup and some preditions in the recoding loops.
|
|
|
@21728
|
15 years |
vboxsync |
iprt/string: change behaviour of Utf16 to Latin1 to reject …
|
|
|
@21714
|
15 years |
vboxsync |
iprt/string: conversion between Utf16 and Latin1
|
|
|
@21617
|
15 years |
vboxsync |
ministring.cpp: properties, file header (short description, sepearate …
|
|
|
@21337
|
15 years |
vboxsync |
IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
|
|
|
@21315
|
15 years |
vboxsync |
strformatrt.cpp: Use thousand separators in the formatting of RTtimspec.
|
|
|
@19942
|
16 years |
vboxsync |
IPRT: Implemented thousand separators for the string formatting code …
|
|
|
@19384
|
16 years |
vboxsync |
iprt/common/string/string.cpp: RTR3DECL -> RTDECL (see header).
|
|
|
@18570
|
16 years |
vboxsync |
RTStrIStr: fixed inverted test.
|
|
|
@18562
|
16 years |
vboxsync |
build fix?
|
|
|
@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
|
|
|
@18096
|
16 years |
vboxsync |
spaces, sigh.
|
|
|
@18055
|
16 years |
vboxsync |
Runtime: call setlocale from RTR3Init, not as a global initialiser
|
|
|
@17522
|
16 years |
vboxsync |
strformattype.cpp: be a bit more gentle if the type is missing.
|
|
|
@17189
|
16 years |
vboxsync |
unused variables
|
|
|
@16774
|
16 years |
vboxsync |
RTBase64: no trailing newline.
|
|
|
@16766
|
16 years |
vboxsync |
Wrote RTBase64Encode while at it.
|
|
|
@16765
|
16 years |
vboxsync |
RTBase64Encode* testcase and adjustments.
|
|
|
@16762
|
16 years |
vboxsync |
RTBase64Decode testcase and bugfixes.
|
|
|
@16760
|
16 years |
vboxsync |
RTBase64: The decoding part (untested).
|
|
|
@14298
|
16 years |
vboxsync |
Corrected a couple of grammos.
|
|
|
@14066
|
16 years |
vboxsync |
strformat.cpp: shut up 64-bit MSC warnings. (hope this fix doesn't …
|
|
|
@14024
|
16 years |
vboxsync |
strcpy.asm: bugfix.
|
|
|
@14021
|
16 years |
vboxsync |
The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
|
|
|
@14017
|
16 years |
vboxsync |
strcmp.asm: bugfix.
|
|
|
@14007
|
16 years |
vboxsync |
IPRT: RTStrNICmp correction - if cch == 0 then return equal regardless …
|
|
|
@13927
|
16 years |
vboxsync |
Runtime: add RTStrNICmp and RTStrNCmp
|
|
|
@13837
|
16 years |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13836
|
16 years |
vboxsync |
s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
|
|
|
@13832
|
16 years |
vboxsync |
IN_GC -> IN_RC.
|
|
|