History log of /netbsd-src/lib/libc/string/wcsstr.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 9e66e6d7 25-Jun-2012 abs <abs@NetBSD.org>

Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)


# 03256c6e 29-Nov-2005 christos <christos@NetBSD.org>

WARNS=4


# 326ed368 05-Mar-2003 tshiozak <tshiozak@NetBSD.org>

changes related to lib/20576 and lib/20577.
- add wcstok() and wcswcs(),
- add wcstok(3),
- move btowc() and wctob() into each ctype modules,
- bump ctype interface ABI version,
- bump i18n

changes related to lib/20576 and lib/20577.
- add wcstok() and wcswcs(),
- add wcstok(3),
- move btowc() and wctob() into each ctype modules,
- bump ctype interface ABI version,
- bump i18n modules' minor and
- update sets.
and fix a stupid bug in _RUNE_ISCACHED macro.

show more ...


# 5ba790cb 03-Jan-2001 lukem <lukem@NetBSD.org>

sprinkle in _DIAGASSERT() as appropriate


# 383f218a 23-Dec-2000 itojun <itojun@NetBSD.org>

move wcs* and wmem* from lib/libc/locale to lib/libc/string.