Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-22 | piece-table: Take original buffer from outside | Ekaitz Zarraga | |
2025-08-16 | Makefile: Add logs for tests and move to assert | Ekaitz Zarraga | |
This provides a better log system that more clearly states what went wrong in the test files. | |||
2025-08-15 | piece-table: piece_table_create_from -> *from_str | Ekaitz Zarraga | |
2025-08-15 | test: piece-table-internals: Add test and pass it | Ekaitz Zarraga | |
Fixes the optimization that avoids adding a new piece when the addition happens in the end of the buffer. Fixes leaks produced in piece_table_optimize |