History log of /src/common/lib/libc/string/strpbrk.c |
Revision | | Date | Author | Comments |
1.3 |
| 20-Jan-2024 |
christos | Add __UNCONST
|
1.2 |
| 04-Feb-2018 |
mrg | branches: 1.2.4; fixes for GCC 6:
- -Wstrict-prototypes is not available for C++, so don't try to ignore it for C++. - remove many _DIAGASSERT() checks against not NULL for functions with arguments with nonnull attributes. in two cases, leave code behind that should set defaults to "(null)". - use -Wno-error=frame-address for i386 mcount, as it seems valid to assume the caller will have a frame.fair
|
1.1 |
| 19-Jul-2014 |
lneto | branches: 1.1.2; 1.1.6; lua: updated from 5.1 to 5.3 work3
* lua(1): - changed lua_Integer to intmax_t - updated distrib/sets/lists and etc/mtree - updated bsd.lua.mk - fixed bozohttpd (lua-bozo.c) - compatibilized bindings: gpio, sqlite * lua(4): - removed floating-point and libc dependencies using '#ifndef _KERNEL' - fixed division by zero and exponentiation - libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct() - acpica: removed isprint() from acnetbsd.h - libc: moved strcspn.c, strpbrk.c and strspn.c to common - removed stub headers - compatibilized bindings: luapmf, luasystm * reorganized luaconf.h * updated doc/CHANGES and doc/RESPONSIBLE
|
1.1.6.2 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.6.1 |
| 19-Jul-2014 |
tls | file strpbrk.c was added on branch tls-maxphys on 2014-08-19 23:45:14 +0000
|
1.1.2.2 |
| 10-Aug-2014 |
tls | Rebase.
|
1.1.2.1 |
| 19-Jul-2014 |
tls | file strpbrk.c was added on branch tls-earlyentropy on 2014-08-10 06:47:06 +0000
|
1.2.4.2 |
| 21-Apr-2020 |
martin | Ooops, restore accidently removed files from merge mishap
|
1.2.4.1 |
| 21-Apr-2020 |
martin | Sync with HEAD
|