Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-30 | added peekchrbuf to buf | Holden Rohrer | |
2020-03-30 | peekstrbuf didn't cycle through nodes (bug) | Holden Rohrer | |
2020-03-30 | cleanup and a bugfix | Holden Rohrer | |
peekstrbuf didn't properly move its str pointer when creating, so it only worked on the granularity of the object. There is a pattern here that still needs to be cleaned up significantly (iterators using min() internally to determine their end, sort of). | |||
2020-03-30 | all around bugfixes on buf.c | Holden Rohrer | |
2020-03-30 | strpeekbuf -> peekstrbuf | Holden Rohrer | |
2020-03-30 | queue-like string buffer (undocumented) | Holden Rohrer | |
2020-03-29 | string buffer start | Holden Rohrer | |