aboutsummaryrefslogtreecommitdiff
path: root/buf.c
AgeCommit message (Collapse)Author
2020-03-30cleanup and a bugfixHolden 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-30all around bugfixes on buf.cHolden Rohrer
2020-03-30strpeekbuf -> peekstrbufHolden Rohrer
2020-03-30queue-like string buffer (undocumented)Holden Rohrer
2020-03-29string buffer startHolden Rohrer