]> jfr.im git - solanum.git/commit
librb: add versions of rb_strcasecmp, rb_strncasecmp, and rb_strcasestr.
authorElizabeth Myers <redacted>
Tue, 5 Apr 2016 10:33:43 +0000 (05:33 -0500)
committerElizabeth Myers <redacted>
Tue, 5 Apr 2016 10:33:43 +0000 (05:33 -0500)
commit508e25a85be26f6120550d12651b48889b4484ca
tree34789501063ec90beaa838fdb9df5e487bf5602f
parent731d1289909ce15bc09465148c4b08c29f02ab13
librb: add versions of rb_strcasecmp, rb_strncasecmp, and rb_strcasestr.

The first two are POSIX but not standard (Windows has functions that act
like it, so use them), but the latter is non-standard, full stop.
librb/configure.ac
librb/include/rb_tools.h
librb/src/export-syms.txt
librb/src/tools.c