Age | Commit message (Expand) | Author |
---|---|---|
2014-06-14 | unicode: String API is const byte*. | Paul Sokolovsky |
2014-05-11 | py: Rename some unichar functions for consistency. | Damien George |
2014-05-10 | objstr: Implement .lower() and .upper(). | Paul Sokolovsky |
2014-05-03 | Add license header to (almost) all files. | Damien George |
2014-04-10 | py: Make form-feed character a space (following C isspace). | Damien George |
2014-02-12 | Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. | Paul Sokolovsky |
2014-01-22 | Implement octal and hex escapes in strings. | Paul Sokolovsky |
2013-12-30 | Put unicode functions in unicode.c, and tidy their names. | Damien George |