pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / lib / string.c
2005-12-13 Ben PfaffFix fencepost error in strstr().
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2004-10-29 Ben PfaffFix bug in strlcpy() that could cause reading too much...
2004-09-26 Ben PfaffTurn off assertions when running in the kernel.
2004-09-18 Ben PfaffClarify strtok_r() description.
2004-09-06 Ben PfaffRename printk() to printf().