summaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-12-01 21:42:26 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2014-01-13 17:59:15 +0700
commit4353f5df1e4bae2a3d579a5c205b800bcc2d8d39 (patch)
treefb503cf12bd89a7eb3dbbb06a8612cfe6c859c35 /emcc
parent5d078cbbd7d4319ed6a852e14bf3e45f58a99511 (diff)
Missing string.h functionality.
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc12
1 files changed, 12 insertions, 0 deletions
diff --git a/emcc b/emcc
index ba927da5..570bc9a7 100755
--- a/emcc
+++ b/emcc
@@ -1507,7 +1507,9 @@ try:
'iswspace_l.c',
'iswupper_l.c',
'iswxdigit_l.c',
+ 'strcasecmp_l.c',
'strfmon.c',
+ 'strncasecmp_l.c',
'strxfrm.c',
'towctrans_l.c',
'towlower_l.c',
@@ -1556,6 +1558,16 @@ try:
'gcvt.c',
]],
['string', [
+ 'memccpy.c',
+ 'memmem.c',
+ 'mempcpy.c',
+ 'memrchr.c',
+ 'strcasestr.c',
+ 'strchrnul.c',
+ 'strlcat.c',
+ 'strlcpy.c',
+ 'strsep.c',
+ 'strverscmp.c',
'wcpcpy.c',
'wcpncpy.c',
'wcscasecmp.c',