]> git.sur5r.net Git - cc65/commit
Added further optimizations and unit tests.
authorIrgendwerA8 <c.krueger.b@web.de>
Sun, 5 Mar 2017 01:09:12 +0000 (02:09 +0100)
committerIrgendwerA8 <c.krueger.b@web.de>
Sun, 5 Mar 2017 01:09:12 +0000 (02:09 +0100)
commit81115aa82625f2b7e773b29844a3a7af589cdb95
tree2a7fd8987727aef51afc2958a8c81b22bd3bc2df
parent09de875330a4ca5eeabf91a21e774758c1de4417
Added further optimizations and unit tests.
26 files changed:
libsrc/common/memmove.s
libsrc/common/strcat.s
libsrc/common/strchr.s
libsrc/common/strcspn.s
libsrc/common/strlen.s
libsrc/common/strncat.s
libsrc/common/strspn.s
libsrc/runtime/axlong.s
test/val/atoi-test.c [deleted file]
test/val/lib_common_atoi.c [new file with mode: 0644]
test/val/lib_common_memmove.c [new file with mode: 0644]
test/val/lib_common_strcat.c [new file with mode: 0644]
test/val/lib_common_strchr.c [new file with mode: 0644]
test/val/lib_common_strcspn.c [new file with mode: 0644]
test/val/lib_common_strncat.c [new file with mode: 0644]
test/val/lib_common_strol.c [new file with mode: 0644]
test/val/lib_common_strrchr.c [new file with mode: 0644]
test/val/lib_common_strspn.c [new file with mode: 0644]
test/val/lib_common_strtoul.c [new file with mode: 0644]
test/val/strtol-test.c [deleted file]
test/val/strtoul-test.c [deleted file]
test/val/unittest.h [new file with mode: 0644]
testcode/lib/strcat-test.c [deleted file]
testcode/lib/strchr-test.c [deleted file]
testcode/lib/strrchr-test.c [deleted file]
testcode/lib/unittest.h [deleted file]