aboutsummaryrefslogtreecommitdiff
path: root/memch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update man pagesRunxi Yu2024-08-132-19/+67
|
* Portable Makefilesv0.2.0Runxi Yu2024-08-131-1/+1
|
* License fixesRunxi Yu2024-08-131-0/+24
|
* Remove toplevel makefile and CI, add cieresultsRunxi Yu2024-08-131-2/+2
|
* Makefile: Put pkg-config after filenamesRunxi Yu2024-07-131-1/+1
| | | | It doesn't build on Alpine if I don't do so... weird
* LICENSE: Add copyright lineRunxi Yu2024-07-131-0/+2
|
* LICENSE: Fix typoRunxi Yu2024-07-131-2/+0
|
* LICENSE: Attempt to make it detectableRunxi Yu2024-07-131-18/+19
|
* memch: Note the buffer length bugRunxi Yu2024-07-121-11/+13
|
* memch: _XOPEN_SOURCE_EXTENDED lets me use getn_wstrRunxi Yu2024-07-091-2/+1
|
* memch: Put duplicate color code outside of the if blockRunxi Yu2024-07-091-4/+2
|
* memch: Remove debug fwprintf'sRunxi Yu2024-07-081-11/+0
|
* memch: Ugly header definition because gcc doesn't want to define itRunxi Yu2024-07-082-3/+18
|
* memch: Fix coloringRunxi Yu2024-07-081-10/+14
|
* memch: Linux coding styleRunxi Yu2024-07-081-16/+31
|
* Makefiles: add "clean" tagetRunxi Yu2024-07-081-0/+2
|
* License headers in each programRunxi Yu2024-07-051-0/+1
|
* 2BSD everythingRunxi Yu2024-07-051-2/+0
|
* memch: Note about line length limitationRunxi Yu2024-07-051-0/+3
|
* memch: Attempt to use wchar.hRunxi Yu2024-07-051-29/+33
|
* memch: Compile with C11 and _DEFAULT_SOURCERunxi Yu2024-07-051-1/+1
|
* memch: Add test fileRunxi Yu2024-07-051-0/+11
|
* memch: Makefile: Use ncursesw and add a "clean" targetRunxi Yu2024-07-051-1/+4
|
* memch: Add a MakefileRunxi Yu2024-07-052-0/+3
|
* memch: BSD-2-ClauseRunxi Yu2024-07-053-692/+45
|
* FormattingRunxi Yu2024-06-221-32/+17
|
* Catch signalRunxi Yu2024-06-221-2/+10
|
* // TODO: catch signals and do endwin();Runxi Yu2024-06-221-0/+2
|
* Remove deprecated memch.py; should fix memch.c insteadRunxi Yu2024-06-221-187/+0
|
* memch: reformatRunxi Yu2024-06-221-16/+30
|
* Rewrite memch in ncurses and C, can't handle wide characters yetRunxi Yu2024-06-221-0/+231
|
* memch -> memch.pyRunxi Yu2024-06-221-0/+0
|
* Rename memorize -> memchRunxi Yu2024-05-172-4/+4
|
* Use python's readline bindings, not rlwrapRunxi Yu2024-05-152-8/+7
|
* Initial commitRunxi Yu2024-05-134-0/+899