| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed DefList and LelDefList to the more accurate ProdList, LelProdList | Adrian Thurston | 2020-04-12 | 15 | -112/+112 |
* | first cut of a redefine statement | Adrian Thurston | 2020-04-12 | 6 | -49/+136 |
* | making exported vars available from C code | Adrian Thurston | 2020-04-10 | 4 | -0/+62 |
* | use a static link with libcolm.a when running out of the source tree | Adrian Thurston | 2020-03-22 | 1 | -2/+4 |
* | moved source files into commit repository | Adrian Thurston | 2020-03-14 | 98 | -6/+59322 |
* | added config.h.in~ to gitignore | Adrian Thurston | 2020-01-31 | 1 | -0/+1 |
* | cmake: restore project | Konstantin Podsvirov | 2019-10-23 | 3 | -0/+22 |
* | the config.h file now goes to src | Adrian Thurston | 2019-09-09 | 2 | -0/+10 |
* | moved the original colm src dir to /colm | Adrian Thurston | 2019-09-08 | 92 | -58489/+0 |
* | merging aapl src dirs: added CmpStr and CmpString to colm/aapl | Adrian Thurston | 2019-09-08 | 4 | -11/+11 |
* | cmake export from project directory | Konstantin Podsvirov | 2019-08-06 | 2 | -9/+8 |
* | cmake export from build tree | Konstantin Podsvirov | 2019-07-24 | 2 | -0/+3 |
* | support _IN_ _EX_ indentation in string accumulators | Adrian Thurston | 2019-05-25 | 7 | -50/+65 |
* | pushing the trim decision to run-time | Adrian Thurston | 2019-05-24 | 8 | -36/+139 |
* | added a get option to retrieve auto_trim from bytecode | Adrian Thurston | 2019-05-23 | 5 | -26/+44 |
* | added and auto_trim flag to stream anad input | Adrian Thurston | 2019-05-22 | 7 | -4/+64 |
* | version bump to 0.13.0.7 | Adrian Thurston | 2019-05-14 | 1 | -1/+1 |
* | patch for cmake - colm | Kram | 2019-05-01 | 1 | -1/+1 |
* | can't send parse errors to cerr as text | Adrian Thurston | 2019-03-01 | 1 | -2/+3 |
* | allow referencing a tree in reduction actions | Adrian Thurston | 2018-12-17 | 5 | -9/+78 |
* | use -Wl,--no-undefined only on linux | Adrian Thurston | 2018-12-13 | 1 | -1/+5 |
* | disabled the experimental postfix reduce | Adrian Thurston | 2018-12-13 | 1 | -2/+3 |
* | don't use reported line as index when tracking line lenths | Adrian Thurston | 2018-12-12 | 2 | -9/+17 |
* | make tree_to_str available in the library | Adrian Thurston | 2018-12-12 | 3 | -19/+21 |
* | transfer locations once we find some data | Adrian Thurston | 2018-12-12 | 1 | -3/+4 |
* | stream: track line lengths and use to restore during push back | Adrian Thurston | 2018-12-12 | 2 | -4/+39 |
* | make it optional to clean trees as we reduce | Adrian Thurston | 2018-12-12 | 4 | -4/+14 |
* | make location file name and column available in Colm code | Adrian Thurston | 2018-12-02 | 7 | -24/+86 |
* | use rpath for linking when running from installed | Adrian Thurston | 2018-07-15 | 1 | -1/+2 |
* | removed the buffers from structs, not needed anymore | Adrian Thurston | 2018-07-14 | 1 | -14/+0 |
* | some optimization of undo_commit: don't always create runbufs | Adrian Thurston | 2018-07-13 | 1 | -4/+21 |
* | don't create an empty run buf every time we hit stream end | Adrian Thurston | 2018-07-13 | 2 | -26/+11 |
* | fix for optimized append wherby we were not respecting run_buf->offset | Adrian Thurston | 2018-07-13 | 3 | -46/+74 |
* | some improvements to the (still broken) optimized append | Adrian Thurston | 2018-07-13 | 3 | -42/+90 |
* | delegate splitting to the stream_impl class | Adrian Thurston | 2018-07-13 | 3 | -62/+72 |
* | various input cleanup, removed line info from input_impl_seq | Adrian Thurston | 2018-07-12 | 3 | -179/+121 |
* | split stream funcs out of input.c | Adrian Thurston | 2018-07-12 | 4 | -574/+621 |
* | some work on optimized input append, still disabled | Adrian Thurston | 2018-07-12 | 1 | -35/+84 |
* | split SOURCE type into SOURCE for opened files and ACCUM for RT text | Adrian Thurston | 2018-07-12 | 2 | -72/+73 |
* | some function name changes, added disabled optimizations | Adrian Thurston | 2018-07-12 | 1 | -71/+101 |
* | freeing leaked bufs from input.c | Adrian Thurston | 2018-07-11 | 2 | -21/+38 |
* | replace eof_sent in input interface with bit in pda_run | Adrian Thurston | 2018-07-10 | 7 | -25/+18 |
* | some cleanup of eof interface | Adrian Thurston | 2018-07-10 | 4 | -27/+13 |
* | eof funcs can come out of stream interface | Adrian Thurston | 2018-07-10 | 2 | -52/+27 |
* | eos_sent can be removed from input/stream | Adrian Thurston | 2018-07-10 | 1 | -2/+0 |
* | improvements to free bytecodes, bytecode def cleanup | Adrian Thurston | 2018-07-10 | 4 | -36/+23 |
* | use FN_ prefix for functions, space is diff from IN_ | Adrian Thurston | 2018-07-10 | 4 | -260/+257 |
* | more separation of input and stream | Adrian Thurston | 2018-07-10 | 7 | -198/+93 |
* | removed parser from input, initting with input takes pointer to input_t | Adrian Thurston | 2018-07-09 | 4 | -28/+3 |
* | don't supply pda_run to input->pull, breaking input->parser link | Adrian Thurston | 2018-07-09 | 1 | -6/+2 |