search for: lc_str

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

Did you mean: c_str
2007 Sep 07
1
"bug" and patch: quadratic running time for strsplit(..., fixed=TRUE) (PR#9902)
...r all of them, but have not tested whether they in fact cause a detectable performance problem. In the case of modules/X11/dataentry.c, the patch also fixes a presumably ineffectual "bug". $ grep -nR "for *([^;]*;[^;]*strlen *(" * main/rlocale.c:137: for (i = 0; i < strlen(lc_str) && i < sizeof(lc_str); i++) main/printutils.c:486: for(j = 0; j < strlen(buf); j++) *q++ = buf[j]; main/sysutils.c:493: for(j = 0; j < strlen(sub); j++) *outbuf++ = sub[j]; modules/X11/rotated.c:608: for(i=0; i<strlen(text)-1; i++) modules/X11/rotated.c:856: for(i=0; i<str...