Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen | |
There were several different spellings of MicroPython present in comments, when there should be only one. | |||
2016-05-02 | lib/libc/string0: Remove better-than-standard strncpy() implementation. | Paul Sokolovsky | |
ANSI C doesn't require that strncpy() produced null-terminated string, so it's basicly useless for string manipulation. | |||
2016-05-02 | lib/libc/string0: Add strncpy() implementation. | Paul Sokolovsky | |
2015-12-31 | lib/libc/string0: Use uintptr_t instead of uint32_t. | Damien George | |
This makes the code portable to non-32-bit architectures. | |||
2015-04-28 | lib/libc: Add memchr. We already have strchr, but memchr is useful too. | Daniel Campora | |
2015-04-18 | lib/libc/string0.c: Remove include of std.h, replace with string.h. | Damien George | |
Much more portable this way. | |||
2015-04-05 | string0.c: Move from stmhal/ to lib/. | Paul Sokolovsky | |