Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: Put pkg-config after filenames | Runxi Yu | 2024-07-13 | 1 | -1/+1 |
| | | | | It doesn't build on Alpine if I don't do so... weird | ||||
* | LICENSE: Add copyright line | Runxi Yu | 2024-07-13 | 1 | -0/+2 |
| | |||||
* | LICENSE: Fix typo | Runxi Yu | 2024-07-13 | 1 | -2/+0 |
| | |||||
* | LICENSE: Attempt to make it detectable | Runxi Yu | 2024-07-13 | 1 | -18/+19 |
| | |||||
* | memch: Note the buffer length bug | Runxi Yu | 2024-07-12 | 1 | -11/+13 |
| | |||||
* | memch: _XOPEN_SOURCE_EXTENDED lets me use getn_wstr | Runxi Yu | 2024-07-09 | 1 | -2/+1 |
| | |||||
* | memch: Put duplicate color code outside of the if block | Runxi Yu | 2024-07-09 | 1 | -4/+2 |
| | |||||
* | memch: Remove debug fwprintf's | Runxi Yu | 2024-07-08 | 1 | -11/+0 |
| | |||||
* | memch: Ugly header definition because gcc doesn't want to define it | Runxi Yu | 2024-07-08 | 2 | -3/+18 |
| | |||||
* | memch: Fix coloring | Runxi Yu | 2024-07-08 | 1 | -10/+14 |
| | |||||
* | memch: Linux coding style | Runxi Yu | 2024-07-08 | 1 | -16/+31 |
| | |||||
* | Makefiles: add "clean" taget | Runxi Yu | 2024-07-08 | 1 | -0/+2 |
| | |||||
* | License headers in each program | Runxi Yu | 2024-07-05 | 1 | -0/+1 |
| | |||||
* | 2BSD everything | Runxi Yu | 2024-07-05 | 1 | -2/+0 |
| | |||||
* | memch: Note about line length limitation | Runxi Yu | 2024-07-05 | 1 | -0/+3 |
| | |||||
* | memch: Attempt to use wchar.h | Runxi Yu | 2024-07-05 | 1 | -29/+33 |
| | |||||
* | memch: Compile with C11 and _DEFAULT_SOURCE | Runxi Yu | 2024-07-05 | 1 | -1/+1 |
| | |||||
* | memch: Add test file | Runxi Yu | 2024-07-05 | 1 | -0/+11 |
| | |||||
* | memch: Makefile: Use ncursesw and add a "clean" target | Runxi Yu | 2024-07-05 | 1 | -1/+4 |
| | |||||
* | memch: Add a Makefile | Runxi Yu | 2024-07-05 | 2 | -0/+3 |
| | |||||
* | memch: BSD-2-Clause | Runxi Yu | 2024-07-05 | 3 | -692/+45 |
| | |||||
* | Formatting | Runxi Yu | 2024-06-22 | 1 | -32/+17 |
| | |||||
* | Catch signal | Runxi Yu | 2024-06-22 | 1 | -2/+10 |
| | |||||
* | // TODO: catch signals and do endwin(); | Runxi Yu | 2024-06-22 | 1 | -0/+2 |
| | |||||
* | Remove deprecated memch.py; should fix memch.c instead | Runxi Yu | 2024-06-22 | 1 | -187/+0 |
| | |||||
* | memch: reformat | Runxi Yu | 2024-06-22 | 1 | -16/+30 |
| | |||||
* | Rewrite memch in ncurses and C, can't handle wide characters yet | Runxi Yu | 2024-06-22 | 1 | -0/+231 |
| | |||||
* | memch -> memch.py | Runxi Yu | 2024-06-22 | 1 | -0/+0 |
| | |||||
* | Rename memorize -> memch | Runxi Yu | 2024-05-17 | 2 | -4/+4 |
| | |||||
* | Use python's readline bindings, not rlwrap | Runxi Yu | 2024-05-15 | 2 | -8/+7 |
| | |||||
* | Initial commit | Runxi Yu | 2024-05-13 | 4 | -0/+899 |