summaryrefslogtreecommitdiff
path: root/lib/libc/string0.c
AgeCommit message (Expand)Author
2020-07-22lib/libc: Fix string0's implementation of strncpy.Damien George
2020-07-20lib/libc: Add implementation of strncpy.Thorsten von Eicken
2019-10-30lib/libc/string0: Add simple implementations of strspn and strcspn.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2016-05-02lib/libc/string0: Remove better-than-standard strncpy() implementation.Paul Sokolovsky
2016-05-02lib/libc/string0: Add strncpy() implementation.Paul Sokolovsky
2015-12-31lib/libc/string0: Use uintptr_t instead of uint32_t.Damien George
2015-04-28lib/libc: Add memchr. We already have strchr, but memchr is useful too.Daniel Campora
2015-04-18lib/libc/string0.c: Remove include of std.h, replace with string.h.Damien George
2015-04-05string0.c: Move from stmhal/ to lib/.Paul Sokolovsky