summaryrefslogtreecommitdiff
path: root/src/stream.c
Commit message (Expand)AuthorAgeFilesLines
* use fopencookie to avoid leaking FILE structsAdrian Thurston2020-12-081-8/+70
* dump_contents is only used when DEBUG is enabledAdrian Thurston2020-12-071-0/+2
* don't leak the stream_impl::line_len arrayAdrian Thurston2020-12-071-0/+4
* moved source files into commit repositoryAdrian Thurston2020-03-141-0/+828
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-805/+0
* support _IN_ _EX_ indentation in string accumulatorsAdrian Thurston2019-05-251-2/+3
* added a get option to retrieve auto_trim from bytecodeAdrian Thurston2019-05-231-6/+15
* added and auto_trim flag to stream anad inputAdrian Thurston2019-05-221-2/+10
* don't use reported line as index when tracking line lenthsAdrian Thurston2018-12-121-7/+14
* transfer locations once we find some dataAdrian Thurston2018-12-121-3/+4
* stream: track line lengths and use to restore during push backAdrian Thurston2018-12-121-4/+33
* make location file name and column available in Colm codeAdrian Thurston2018-12-021-1/+1
* some optimization of undo_commit: don't always create runbufsAdrian Thurston2018-07-131-4/+21
* don't create an empty run buf every time we hit stream endAdrian Thurston2018-07-131-6/+11
* fix for optimized append wherby we were not respecting run_buf->offsetAdrian Thurston2018-07-131-15/+44
* some improvements to the (still broken) optimized appendAdrian Thurston2018-07-131-2/+62
* delegate splitting to the stream_impl classAdrian Thurston2018-07-131-15/+26
* various input cleanup, removed line info from input_impl_seqAdrian Thurston2018-07-121-49/+61
* split stream funcs out of input.cAdrian Thurston2018-07-121-0/+616