unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* strcasestr
@ 2008-05-30 15:38 Dan Nicolaescu
  2008-05-31  2:30 ` strcasestr Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Nicolaescu @ 2008-05-30 15:38 UTC (permalink / raw)
  To: emacs-devel

ftfont.c uses strcasestr, the strcasestr man page on Fedora says:

CONFORMING TO
       The strstr() function conforms to C89 and C99.  The strcasestr()
       function is a  non-standard extension.

and indeed sparc-sun-solaris2.9 does not have this function.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: strcasestr
  2008-05-30 15:38 strcasestr Dan Nicolaescu
@ 2008-05-31  2:30 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2008-05-31  2:30 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: emacs-devel

In article <200805301538.m4UFcDq8026341@sallyv1.ics.uci.edu>, Dan Nicolaescu <dann@ics.uci.edu> writes:

> ftfont.c uses strcasestr, the strcasestr man page on Fedora says:
> CONFORMING TO
>        The strstr() function conforms to C89 and C99.  The strcasestr()
>        function is a  non-standard extension.

> and indeed sparc-sun-solaris2.9 does not have this function.

I've just made it not use strcasestr.

---
Kenichi Handa
handa@ni.aist.go.jp




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-31  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 15:38 strcasestr Dan Nicolaescu
2008-05-31  2:30 ` strcasestr Kenichi Handa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).