aboutsummaryrefslogtreecommitdiff
path: root/buf.c
AgeCommit message (Collapse)Author
2020-05-28replaced min macro with funcHolden Rohrer
2020-05-27made global objects static to clean namespaceHolden Rohrer
2020-05-24removed tmp->text memory leakHolden Rohrer
2020-03-30added peekchrbuf to bufHolden Rohrer
2020-03-30peekstrbuf didn't cycle through nodes (bug)Holden Rohrer
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