summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/string/strncmp.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
* IPRT,/Config.kmk,iprt/asmdefs.mac,Add/3D/Config.kmk: Generate weak CRT name ↵vboxsync2022-08-041-7/+16
| | | | | | aliases for nocrt_xxx function using genalias on Windows (, OS/2 and possibly macOS), while for ELF targets we'll use a RT_ALIAS_AND_EXPORT_NOCRT_SYMBOL/RT_NOCRT_BEGINPROC macros with the function definition. bugref:10261 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96043 cfe28804-0f27-0410-a406-dd0f0b0b656f
* iprt/strncmp.cpp: We try avoid comparing pointers because of signedness ↵vboxsync2022-01-061-8/+7
| | | | | | issues. Don't read pszStr1 twice, unless the compiler wants to. Fixed horrible style. (Hope it still works.) git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93135 cfe28804-0f27-0410-a406-dd0f0b0b656f
* iprt/strncmp.cpp: Adjustment for watcom in nocrt mode.vboxsync2022-01-061-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93130 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: Make Watcom C an alterntive for compiling the OS/2 kernel code (GA ↵vboxsync2018-10-281-0/+2
| | | | | | mainly), governed by VBOX_USE_WATCOM_FOR_OS2. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@75129 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
* 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
* header (C) fixesvboxsync2013-02-041-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@44528 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
* rebranding: IPRT files again.vboxsync2008-04-211-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@8245 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Rebranding: replacing more innotek strings.vboxsync2008-04-181-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@8170 cfe28804-0f27-0410-a406-dd0f0b0b656f
* The Big Sun Rebranding Header Changevboxsync2008-04-181-1/+5
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@8155 cfe28804-0f27-0410-a406-dd0f0b0b656f
* The Giant CDDL Dual-License Header Change.vboxsync2007-12-071-4/+13
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@5999 cfe28804-0f27-0410-a406-dd0f0b0b656f
* string -> common/stringvboxsync2007-10-211-0/+41
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@5409 cfe28804-0f27-0410-a406-dd0f0b0b656f