2022-07-24 18:01 | added README.md | gearsix | 2 | +8 | -5 |
2022-07-20 10:50 | final cleanup | gearsix | 8 | +544 | -557 |
2022-07-14 00:39 | buffer.h: added header guard & __cplusplus macros | gearsix | 1 | +13 | -0 |
2022-07-14 00:29 | buffer.c: fixes & cleanups to insert & deletes; added pfind. | gearsix | 4 | +138 | -63 |
2022-07-14 00:26 | added 'static' target to Makefile | gearsix | 1 | +3 | -0 |
2022-07-09 22:18 | cleanup; added some doc, CATCH macro to buf.c; removed undo, redo. | gearsix | 9 | +470 | -417 |
2022-07-09 14:42 | added comment doc to buf.{h,c}; removed unused undo, redo in Piece. | gearsix | 3 | +43 | -14 |
2022-07-09 11:43 | added buffree; fixed all memory leaks. | gearsix | 3 | +50 | -32 |
2022-07-06 17:59 | added bufout & test for it | gearsix | 3 | +57 | -10 |
2022-07-05 16:52 | fixed test_bufins1 | gearsix | 3 | +14 | -13 |
2022-07-05 13:34 | started work on bufdel | gearsix | 3 | +64 | -1 |
2022-07-04 15:19 | prettied print() in test.c; make test produces 'ec-test' | gearsix | 2 | +13 | -8 |
2022-07-04 14:28 | added pfree; palloc recycles free'd pieces; test_bufins now passes. | gearsix | 3 | +80 | -45 |
2022-06-21 16:51 | bufins, pfree | gearsix | 1 | +27 | -1 |
2022-04-30 12:39 | git init; Piece, Buf, palloc, psplit, bufinit, bufidx. | gearsix | 4 | +207 | -0 |