看板 DFBSD_commit 關於我們 聯絡資訊
commit 17f09ef2e4c5057cc3df6911f2f7f2ff08db06d8 Author: Rui Paulo <rpaulo@FreeBSD.org> Date: Thu Feb 18 13:32:09 2010 +0000 Add strcasecmp() and strncasecmp(). We can't copy the userland implementation because tolower(9) is an evil macro that has bad side effects. Cf FreeBSD log for this file Summary of changes: sys/conf/files | 1 + {lib/libstand => sys/libkern}/strcasecmp.c | 31 ++++++++++++++------------- sys/sys/libkern.h | 2 + 3 files changed, 19 insertions(+), 15 deletions(-) copy {lib/libstand => sys/libkern}/strcasecmp.c (80%) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/17f09ef2e4c5057cc3df6911f2f7f2ff08db06d8 -- DragonFly BSD source repository