Age | Commit message (Expand) | Author |
---|---|---|
2019-07-27 | Make copyright headers consistent | Curtis McEnroe |
2018-12-16 | Move base64 back to pls.c | Curtis McEnroe |
2018-12-16 | Move base64 to string.c | Curtis McEnroe |
2018-12-03 | Implement base64 encoding | Curtis McEnroe |
2018-09-02 | Write terminating null in allocating wcs/mbs conversions | Curtis McEnroe |
2018-09-02 | Add aswprintf | Curtis McEnroe |
2018-08-20 | Add wcsnchr, wcsnrchr, awcsntombs | Curtis McEnroe |
2018-08-20 | Set errno in vaswprintf in case vswprintf does not | Curtis McEnroe |
2018-08-08 | Factor out line editing to edit.c | Curtis McEnroe |
2018-08-07 | Factor out allocating conversion between wcs and mbs | Curtis McEnroe |
2018-08-07 | Convert input to multibyte before handling | Curtis McEnroe |
2018-08-06 | Fix allocation size in vaswprintf | Curtis McEnroe |
2018-08-06 | Implement word wrapping | Curtis McEnroe |
2018-08-06 | Use wchar_t strings for all of UI | Curtis McEnroe |