summaryrefslogtreecommitdiffstatshomepage
path: root/lib/libc
Commit message (Expand)AuthorAge
* lib/libc: Fix string0's implementation of strncpy.Damien George2020-07-22
* lib/libc: Add implementation of strncpy.Thorsten von Eicken2020-07-20
* lib/libc/string0: Add simple implementations of strspn and strcspn.Damien George2019-10-30
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* lib/libc/string0: Remove better-than-standard strncpy() implementation.Paul Sokolovsky2016-05-02
* lib/libc/string0: Add strncpy() implementation.Paul Sokolovsky2016-05-02
* lib/libc/string0: Use uintptr_t instead of uint32_t.Damien George2015-12-31
* lib/libc: Add memchr. We already have strchr, but memchr is useful too.Daniel Campora2015-04-28
* lib/libc/string0.c: Remove include of std.h, replace with string.h.Damien George2015-04-18
* string0.c: Move from stmhal/ to lib/.Paul Sokolovsky2015-04-05