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