summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/string/RTStrCopyEx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm copyright and license note updatevboxsync2022-08-221-10/+20
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93115 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@82968 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76553 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Ran scm --fix-err-h. bugref:9344vboxsync2018-12-251-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76452 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no longer ↵vboxsync2018-12-221-0/+2
| | | | | | including iprt/err.h and string.h no longer including latin1.h (it needs err.h). bugref:9344 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76346 cfe28804-0f27-0410-a406-dd0f0b0b656f
* (C) yearvboxsync2017-10-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69111 cfe28804-0f27-0410-a406-dd0f0b0b656f
* (C) 2016vboxsync2016-07-221-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@62477 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *: scm cleanup run.vboxsync2015-08-141-3/+3
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@57358 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@56290 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Added RTStrCat and RTStrCatEx.vboxsync2010-11-021-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@33678 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked around ↵vboxsync2010-06-211-1/+1
| | | | | | memchr(,, RTSTR_MAX) issue in RTStrEnd. Here (linux.amd64 / glibc-2.10.1-r1) memchr fails for cb > ~(size_t)11. Since RTSTR_MAX is ~(size_t)0, this behavior breaks several IPRT string APIs. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@30320 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@28800 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Added RTStrCopy and RTStrCopyEx for strcpy with overflow handling.vboxsync2010-02-191-0/+58
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@26659 cfe28804-0f27-0410-a406-dd0f0b0b656f