Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-12-10 | bumped version to 2.1.0.10. (#79)2.1.0.10rc12.1.0.10 | Johnny Wang | 1 | -1/+1 | |
2021-10-19 | bugfix: fixed bugs suspected by cppcheck: shift signed 32-bit value by 31 ↵ | Johnny Wang | 1 | -3/+7 | |
bits and uninitialized variable. (#76) [dtoa.c:2453] -> [dtoa.c:2454]: (warning) Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 2453. [dtoa.c:2846]: (error) Uninitialized variable: bb [dtoa.c:2847]: (error) Uninitialized variable: bd [dtoa.c:2848]: (error) Uninitialized variable: bs [dtoa.c:2850]: (error) Uninitialized variable: delta | |||||
2021-10-18 | bugfix: fixed a possible division by zero bugs found by cppcheck. (#75) | Johnny Wang | 1 | -1/+1 | |
2021-09-23 | doc: minor tweak in README.md (#71) | ali-ghazi78 | 1 | -1/+1 | |
2021-07-08 | travis-ci: remove clang compiler mode from travis to save credits. (#72) | Johnny Wang | 1 | -1/+0 | |
2021-02-15 | bump version to 2.1.0.92.1.0.9 | leaf corcoran | 3 | -4/+4 | |
2021-01-08 | Update CI (#68) | leaf | 1 | -2/+3 | |
* update luarocks action * apt-get update * run tests on pull request as well | |||||
2020-07-09 | added -g by default. | Yichun Zhang (agentzh) | 1 | -1/+1 | |
2020-04-25 | write sort_json, use it on perl tests to prevent hash table ordering failures | leaf corcoran | 2 | -5/+69 | |
2020-04-25 | run with gcc and clang | leaf corcoran | 1 | -1/+9 | |
2020-04-25 | ignore dtoa.c for cppcheck, don't share lua headers (breaks due to define) | leaf corcoran | 1 | -1/+1 | |
2020-04-25 | bring cppcheck back | leaf corcoran | 1 | -1/+4 | |
2020-04-25 | attempt to run openresty perl tests | leaf corcoran | 2 | -3/+16 | |
2020-04-25 | cmake doesn't support finding luajit, so skip it | leaf corcoran | 2 | -12/+20 | |
2020-04-25 | attempting to fix luajit cmake build | leaf corcoran | 1 | -1/+1 | |
2020-04-25 | use different header path for luajit make builds | leaf corcoran | 1 | -1/+6 | |
2020-04-25 | support error message testing for modern versions of lua | leaf corcoran | 1 | -12/+56 | |
2020-04-25 | add one_of testing to avoid hash table ordering causing test to fail | leaf corcoran | 2 | -3/+33 | |
2020-04-25 | make tests fail when they fail | leaf corcoran | 1 | -2/+2 | |
2020-04-25 | tell cmake where lua is | leaf corcoran | 1 | -1/+1 | |
2020-04-25 | use local lua for makefile build | leaf corcoran | 2 | -2/+2 | |
2020-04-25 | build after tests, so tests can do their own build test | leaf corcoran | 1 | -3/+4 | |
2020-04-25 | fail if tests are blocked | leaf corcoran | 1 | -1/+1 | |