11
by Michael Hope
Added GLIBC add-on support |
1 |
= Random notes =
|
56
by Dr. David Alan Gilbert
Remove strcmp from src and build (keep tests and reference for now) |
2 |
As at 2011-09-15, the routines are:
|
22
by Michael Hope
Added tests for memchr and strchr from GLIBC. Added a note on the routines and where they come from. |
3 |
* From Linaro:
|
4 |
* memchr
|
|
5 |
* memcpy
|
|
6 |
* memset
|
|
56
by Dr. David Alan Gilbert
Remove strcmp from src and build (keep tests and reference for now) |
7 |
* strchr
|
8 |
* strlen
|
|
22
by Michael Hope
Added tests for memchr and strchr from GLIBC. Added a note on the routines and where they come from. |
9 |
* From ARM:
|
10 |
* strcpy
|