[w3m-dev 03207] strchr(), strcasecmp(), and strncasecmp()
* etc.c (strchr): removed (strcasecmp): removed (strncasecmp): removed * indep.c (strchr): moved, cast (strcasecmp): moved, fix the case that s1 = "" (strncasecmp): moved, fix the case that s1 is shorter than s2 * indep.h (strchr): added (strcasecmp): added (strncasecmp): added From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2002-06-08 Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
|
||||
|
||||
* [w3m-dev 03207] strchr(), strcasecmp(), and strncasecmp()
|
||||
* etc.c (strchr): removed
|
||||
(strcasecmp): removed
|
||||
(strncasecmp): removed
|
||||
* indep.c (strchr): moved, cast
|
||||
(strcasecmp): moved, fix the case that s1 = ""
|
||||
(strncasecmp): moved, fix the case that s1 is shorter than s2
|
||||
* indep.h (strchr): added
|
||||
(strcasecmp): added
|
||||
(strncasecmp): added
|
||||
|
||||
2002-06-06 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||
|
||||
* [w3m-dev 03206] Re: dict
|
||||
@@ -3469,4 +3482,4 @@
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.385 2002/06/05 15:42:10 ukai Exp $
|
||||
$Id: ChangeLog,v 1.386 2002/06/07 15:46:44 ukai Exp $
|
||||
|
||||
Reference in New Issue
Block a user