| Commit message (Expand) | Author | Age | Files | Lines |
* | testing a token redeftoken-redef | Adrian Thurston | 2020-06-21 | 7 | -13/+51 |
* | added production redefinition tests | Adrian Thurston | 2020-05-11 | 6 | -1/+146 |
* | dist fix | Adrian Thurston | 2020-05-09 | 1 | -3823/+1 |
* | thinning out the test case set in rlhc.d | Adrian Thurston | 2020-05-05 | 3822 | -1781086/+0 |
* | added clean-local targets to remove workin dirs | Adrian Thurston | 2020-05-05 | 5 | -0/+14 |
* | bump version to 0.14.1colm-0.14.1 | Adrian Thurston | 2020-04-17 | 1 | -4/+4 |
* | allow colm-command (-w) to be a full path | Adrian Thurston | 2020-04-14 | 1 | -3/+7 |
* | include prefix in SED_SUBST, somehow got lost | Adrian Thurston | 2020-04-14 | 1 | -0/+1 |
* | correct prodNum as we combine productions to implement [...] | Adrian Thurston | 2020-04-14 | 3 | -6/+12 |
* | 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 | 7 | -51/+138 |
* | making exported vars available from C code | Adrian Thurston | 2020-04-10 | 4 | -0/+62 |
* | minor dist fixes | Adrian Thurston | 2020-03-28 | 1 | -1/+1 |
* | split longest-match structs into components that live here and in ragel | Adrian Thurston | 2020-03-27 | 8 | -239/+177 |
* | trimming down parsedata.h and parsetree.h | Adrian Thurston | 2020-03-22 | 7 | -1177/+121 |
* | inputdata.h is an easy remove from libfsm | Adrian Thurston | 2020-03-22 | 15 | -386/+10 |
* | use a static link with libcolm.a when running out of the source tree | Adrian Thurston | 2020-03-22 | 3 | -4/+6 |
* | updated github workflow for basic package name colm, added -e to test/dist.sh | Adrian Thurston | 2020-03-21 | 2 | -5/+5 |
* | removed version.h from libfsm, updated the dist test | Adrian Thurston | 2020-03-21 | 6 | -32/+15 |
* | removal of some files only belonging in ragel, install libfsm to include/libfsm | Adrian Thurston | 2020-03-16 | 16 | -3572/+16 |
* | some cleanup of the configure.ac script | Adrian Thurston | 2020-03-15 | 1 | -49/+31 |
* | moved source files into commit repository | Adrian Thurston | 2020-03-14 | 106 | -258/+233 |
* | moved ragel/ to libfsm/ | Adrian Thurston | 2020-03-14 | 90 | -3/+2 |
* | moved rlhc (now calling it cgil) to it's own place | Adrian Thurston | 2020-03-14 | 18 | -8/+12 |
* | removing ragel source code, makefile definitions releated to ragel | Adrian Thurston | 2020-03-14 | 14 | -13043/+9 |
* | removed ragel docs, old makefiles, todo, vim, etc | Adrian Thurston | 2020-03-14 | 61 | -13191/+2 |
* | remove the ragel tests, export runtests for use by ragel | Adrian Thurston | 2020-03-08 | 176 | -28128/+3 |
* | forked off ragel, keeping libfsm and rlhc in colm repository | Adrian Thurston | 2020-03-08 | 78 | -4386/+54 |
* | test suite: various updates to allow running on OSX | Adrian Thurston | 2020-03-07 | 8 | -10/+16 |
* | Merge pull request #107 from computerquip/standalone-executables | Adrian D. Thurston | 2020-02-24 | 3 | -3/+32 |
|\ |
|
| * | add flag to support standalone executables | Zachary Lund | 2020-02-15 | 3 | -3/+32 |
|/ |
|
* | osx linker will not accept -rpath=X, must use a space (achieved with a comma) | Adrian Thurston | 2020-01-31 | 1 | -1/+1 |
* | eliminate usage of --transform from tar -cf command | Adrian Thurston | 2020-01-31 | 1 | -2/+3 |
* | added config.h.in~ to gitignore | Adrian Thurston | 2020-01-31 | 1 | -0/+1 |
* | use glibtoolize on darwin | Adrian Thurston | 2020-01-31 | 1 | -1/+9 |
* | colm: modified calling convention for colm wrapper | Adrian Thurston | 2020-01-09 | 18 | -177/+194 |
* | ragel: don't send \n before closing }%% | Adrian Thurston | 2020-01-09 | 13 | -13/+13 |
* | colm: use a string's location (if present) when pushing to an input | Adrian Thurston | 2020-01-09 | 6 | -44/+46 |
* | colm: added outdent check on literal concatenations | Adrian Thurston | 2020-01-09 | 2 | -45/+97 |
* | colm: eliminated the range-crosses-zero hack needed when alphtype was signed | Adrian Thurston | 2020-01-08 | 2 | -29/+4 |
* | colm: using an unsigned char as alph type in scanner | Adrian Thurston | 2020-01-08 | 15 | -96/+122 |
* | colm: removed flags field from the kid struct | Adrian Thurston | 2020-01-08 | 2 | -7/+9 |
* | suppress unused variable warning for when --disable-debug is used | Adrian Thurston | 2020-01-07 | 1 | -3/+13 |
* | eliminated unused var warning when sizeof(int) != sizeof(long) | Adrian Thurston | 2020-01-05 | 1 | -0/+2 |
* | fixed the variable capture in read_word on 32 bit systems | Adrian Thurston | 2020-01-05 | 1 | -6/+6 |
* | some function renaming and old code removal to elim warnings | Adrian Thurston | 2020-01-05 | 4 | -345/+5 |
* | merge branch 'literal-concatenation' | Adrian Thurston | 2020-01-03 | 2 | -34/+51 |
|\ |
|
| * | colm: testing a new grammar where string concatenations are allowedliteral-concatenation | Adrian Thurston | 2019-12-28 | 2 | -34/+51 |
* | | colm: folding some long lines in input and stream implementations | Adrian Thurston | 2020-01-03 | 2 | -35/+70 |
* | | colm-pack: don't try to tar up results when colm failes | Adrian Thurston | 2020-01-03 | 1 | -1/+3 |