piece-chain

Research & implementation of a Piece Chain
git clone git://src.gearsix.net/piece-chain.git
Log | Files | Refs | Atom | README

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