search for: __locale_mb_cur_max

Displaying 1 result from an estimated 1 matches for "__locale_mb_cur_max".

2013 May 25
0
R in the browser ...
...tents of /usr/local/lib/R which I trimmed down a bit to get rid of stuff that wasn't going to work. - The emscripten libc implementation is incomplete so I had to stub out some functions that are probably quite important - glob() and globfree(). That really needs to be fixed! I also stubbed out __locale_mb_cur_max to return some value or other, as I wasn't sure where it was supposed to come from, and I was getting tired. At the moment all compiler optimisations are turned off, which makes a big difference to code size and performance. The problem is that it appears that some of the R code uses unsafe fu...