VirtualBox

source: vbox/trunk/src/VBox/Runtime/testcase/tstUtf8.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98103   2 年 vboxsync Copyright year updates by scm.
(edit) @96407   3 年 vboxsync scm copyright and license note update
(edit) @96258   3 年 vboxsync IPRT/nocrt: strstr fix. bugref:10261
(edit) @95044   3 年 vboxsync IPRT/testcase: tstUtf8: Skip the string comparison on older Windows …
(edit) @95043   3 年 vboxsync IPRT/testcase: A few more comments and diagnosis for Windows runs in …
(edit) @95041   3 年 vboxsync IPRT/testcase: Fixed function naming typo.
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @86400   4 年 vboxsync IPRT/tstUtf8: Fixed a bunch of leaks in the tests. bugref:9841
(edit) @83886   5 年 vboxsync IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr …
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @76408   6 年 vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76346   6 年 vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @69111   7 年 vboxsync (C) year
(edit) @66362   8 年 vboxsync IPRT: Adding RTStrICmpAscii (mirrors RTUtf16ICmpAscii).
(edit) @62931   9 年 vboxsync tstUtf8: Some adjustments.
(edit) @62916   9 年 vboxsync RTStrPurgeEncoding: Optimized it a little, adding debug assertion for …
(edit) @62722   9 年 vboxsync IPRT/testcases: warnings
(edit) @62477   9 年 vboxsync (C) 2016
(edit) @57358   10 年 vboxsync *: scm cleanup run.
(edit) @56290   10 年 vboxsync IPRT: Updated (C) year.
(edit) @51839   11 年 vboxsync testcases/tstUtf8: parfait warnings
(edit) @48935   11 年 vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @45262   12 年 vboxsync tstUtf8: Another VERR_NO_TRANSLATE/VWRN_NO_TRANSLATE hack.
(edit) @45260   12 年 vboxsync We should probably check the iconv return value a little more closely. …
(edit) @45257   12 年 vboxsync tstUtf8: More details on VERR_NO_TRANSLATION/RTStrUtf8ToCurrentCP on …
(edit) @45253   12 年 vboxsync tstUtf8.cpp: GetRandUtf16 shouldn't return endian indicators (0xfffe, …
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @40123   13 年 vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40074   13 年 vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40071   13 年 vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40065   13 年 vboxsync Runtime/testcase: fix a comment.
(edit) @33595   14 年 vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33563   14 年 vboxsync iprt:ministring: Added the java-style equals() and equalsIgnoreCase() …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @31222   15 年 vboxsync Runtime/string: Utf-8 <-> Latin-1 testcase
(edit) @30859   15 年 vboxsync iprt/string.h: added RTStrPurgeEncoding.
(edit) @30320   15 年 vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30318   15 年 vboxsync iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @25349   15 年 vboxsync iprt/ministring_cpp.h -> iprt/cpp/ministring.h
(edit) @25000   15 年 vboxsync IPRT: Fixed -Wshadow warnings, found two bugs in error paths.
(edit) @23223   15 年 vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @21740   16 年 vboxsync IPRT: Some latin-1 cleanup and some preditions in the recoding loops.
(edit) @21728   16 年 vboxsync iprt/string: change behaviour of Utf16 to Latin1 to reject …
(edit) @21723   16 年 vboxsync tstUtf8: Test RTStrUtf8ToCurrentCP and RTUtf16ToLatin1 for …
(edit) @21714   16 年 vboxsync iprt/string: conversion between Utf16 and Latin1
(edit) @21409   16 年 vboxsync IPRT: rename ministring, add iprt:: namespace
(edit) @21404   16 年 vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21394   16 年 vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   16 年 vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21079   16 年 vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   16 年 vboxsync back out r49329, r49331, will start over
(edit) @21073   16 年 vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @20606   16 年 vboxsync IPRT/testcase: Use RTTestInitAndCreate.
(edit) @18847   16 年 vboxsync RTTest: Added alternative API that's easier to use.
(edit) @18587   16 年 vboxsync typo + gcc warning
(edit) @18571   16 年 vboxsync tstUtf8: Converted to RTTest (awful lot of work) and added RTStrStr …
(edit) @14831   16 年 vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14008   16 年 vboxsync tstUtf8: some more RTStrNICmp tests.
(edit) @13927   16 年 vboxsync Runtime: add RTStrNICmp and RTStrNCmp
(edit) @13837   16 年 vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 年 vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @12912   16 年 vboxsync warning
(edit) @11822   17 年 vboxsync IPRT: RTR3Init cleanup.
(edit) @8245   17 年 vboxsync rebranding: IPRT files again.
(edit) @8170   17 年 vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7421   17 年 vboxsync Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the …
(edit) @7418   17 年 vboxsync UCS-2 -> UTF-16.
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4071   18 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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