VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/string

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23038   15 years vboxsync doc/vg: Updated VMSTATE (it's even uglier now).
(edit) @22736   15 years vboxsync IPRT: Added RTStrDupN.
(edit) @21791   15 years vboxsync RTStrPutCpInternal: Fixed an irrelevant bug.
(edit) @21744   15 years vboxsync iprt/utf-8.cpp: dropped some unnecessary bits and fixed theoretical …
(edit) @21740   15 years vboxsync IPRT: Some latin-1 cleanup and some preditions in the recoding loops.
(edit) @21728   15 years vboxsync iprt/string: change behaviour of Utf16 to Latin1 to reject …
(edit) @21714   15 years vboxsync iprt/string: conversion between Utf16 and Latin1
(edit) @21617   15 years vboxsync ministring.cpp: properties, file header (short description, sepearate …
(edit) @21337   15 years vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21315   15 years vboxsync strformatrt.cpp: Use thousand separators in the formatting of RTtimspec.
(edit) @19942   16 years vboxsync IPRT: Implemented thousand separators for the string formatting code …
(edit) @19384   16 years vboxsync iprt/common/string/string.cpp: RTR3DECL -> RTDECL (see header).
(edit) @18570   16 years vboxsync RTStrIStr: fixed inverted test.
(edit) @18562   16 years vboxsync build fix?
(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) @18096   16 years vboxsync spaces, sigh.
(edit) @18055   16 years vboxsync Runtime: call setlocale from RTR3Init, not as a global initialiser
(edit) @17522   16 years vboxsync strformattype.cpp: be a bit more gentle if the type is missing.
(edit) @17189   16 years vboxsync unused variables
(edit) @16774   16 years vboxsync RTBase64: no trailing newline.
(edit) @16766   16 years vboxsync Wrote RTBase64Encode while at it.
(edit) @16765   16 years vboxsync RTBase64Encode* testcase and adjustments.
(edit) @16762   16 years vboxsync RTBase64Decode testcase and bugfixes.
(edit) @16760   16 years vboxsync RTBase64: The decoding part (untested).
(edit) @14298   16 years vboxsync Corrected a couple of grammos.
(edit) @14066   16 years vboxsync strformat.cpp: shut up 64-bit MSC warnings. (hope this fix doesn't …
(edit) @14024   16 years vboxsync strcpy.asm: bugfix.
(edit) @14021   16 years vboxsync The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
(edit) @14017   16 years vboxsync strcmp.asm: bugfix.
(edit) @14007   16 years vboxsync IPRT: RTStrNICmp correction - if cch == 0 then return equal regardless …
(edit) @13927   16 years vboxsync Runtime: add RTStrNICmp and RTStrNCmp
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13549   16 years vboxsync Just RTSTR_MAX.
(edit) @13513   16 years vboxsync false positive but fixing does not hurt
(edit) @13472   16 years vboxsync IPRT: Added a couple of function for simple string pattern matching …
(edit) @12906   16 years vboxsync fixed type
(edit) @11413   16 years vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11376   16 years vboxsync RTStrFormat fix for aligned unicode strings.
(edit) @10951   16 years vboxsync IPRT: Extended RTStrValidateEncodingEx with a …
(edit) @10949   16 years vboxsync IPRT: Added RTStrNLen and RTStrNLenEx.
(edit) @10137   16 years vboxsync More warnings / bad string prototypes. (nocrt stuff)
(edit) @10106   16 years vboxsync Added RTStrValidateEncoding, RTStrValidateEncodingEx and …
(edit) @9506   17 years vboxsync fix
(edit) @9504   17 years vboxsync modified the right file now.
(edit) @9503   17 years vboxsync Reverted 31773.
(edit) @9502   17 years vboxsync asm strlen. Added a few more string/mem functions to the windows R0 …
(edit) @9226   17 years vboxsync %RRv for RTGCPTR/RTGCUINTPTR/RTGCINTPTR formatting.
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8619   17 years vboxsync New nesting extension '%M' that replaces the format string. Note that …
(edit) @8504   17 years vboxsync initialize where it's used.
(edit) @8488   17 years vboxsync uninitialized variable
(edit) @8479   17 years vboxsync Added a new IPRT format type '%Rfn' that will drop the return type and …
(edit) @8402   17 years vboxsync Added %Rhrc, %Rhrf and %Rhra for formatting COM/XPCOM status codes. …
(edit) @8279   17 years vboxsync Give VWRN_NUMBER_TOO_BIG highest priority among the warnings.
(edit) @8256   17 years vboxsync rebranding, eol
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7942   17 years vboxsync move variables around to be able to compile this as .c (debug kernel …
(edit) @7879   17 years vboxsync warning
(edit) @7422   17 years vboxsync Another silly _strnlenUtf16 regression.
(edit) @7421   17 years vboxsync Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the …
(edit) @7420   17 years vboxsync Added RTStrCmp. Added missing NULL handling in RTStrICmp.
(edit) @7417   17 years vboxsync Fixed regression in _strlenUtf16.
(edit) @7414   17 years vboxsync UCS2->UTF-16
(edit) @7253   17 years vboxsync Shut up stupid warning.
(edit) @7240   17 years vboxsync spaces.
(edit) @7213   17 years vboxsync the clearing of xAX was supposed to be in the common part (see …
(edit) @7212   17 years vboxsync Fixed wrong shift in the 32-bit code, caused high word to be zero.
(edit) @7209   17 years vboxsync Implemented the MSC version and fixed the 64-bit GCC bit so that rax …
(edit) @7208   17 years vboxsync Initialize xAX to zero, was broken in the 64-bit success path.
(edit) @7203   17 years vboxsync Fixed backwards copy, play it safe.
(edit) @7201   17 years vboxsync Runtime/Common: strformattype.cpp has to be compilable by a C compiler …
(edit) @7185   17 years vboxsync no-crt memmove implementation.
(edit) @7183   17 years vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
(edit) @7169   17 years vboxsync Doxygen fixes.
(edit) @7054   17 years vboxsync fixed debug windows build.
(edit) @6296   17 years vboxsync LED and Network Config interfaces added. Fix in TMAll.cpp: Assertions …
(edit) @6285   17 years vboxsync (C) 2008
(edit) @6041   17 years vboxsync Added RTUtf16CalcUtf8Len and RTUtf16CalcUtf8LenEx.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5781   17 years vboxsync Fixed some overflow detection issues.
(edit) @5712   17 years vboxsync Added warnings about trailing chars & spaces in the RTStrTo*Int* …
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5422   17 years vboxsync table -> common/table
(edit) @5413   17 years vboxsync uni* str* utf* -> common/string/
(copy) @5409   17 years vboxsync string -> common/string
copied from trunk/src/VBox/Runtime/string
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
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