- 12 Feb, 2021 3 commits
-
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
- 13 Jan, 2021 2 commits
-
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
- 18 Sep, 2020 2 commits
-
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
- 14 Sep, 2020 6 commits
-
-
Derrick Lyndon Pallas authored
This mimics the equivalent assertion in concattable.
-
Derrick Lyndon Pallas authored
Since tree is manipulated in this loop, move the assertion inside the tailcall.
-
Derrick Lyndon Pallas authored
There are three allocs in this function: one for the table, one for the elements, and one for the block. If any of these failed, the existing allocations would leak. Instead, clean them up before returning.
-
Derrick Lyndon Pallas authored
Previously, failing to allocate a lua_state would leak the Engine and failing to manipulate the lua_state would leak the Engine and the state. Instead, clean them up before returning.
-
Derrick Lyndon Pallas authored
This matches other similar checks in the same function.
-
Derrick Lyndon Pallas authored
I assume this is required to accept the DCO.
-
- 04 Jun, 2020 1 commit
-
-
Jamie A. Jennings authored
Updated unicode processing (which is done offline). Currently skipping the generation of Ascii.rpl though.
-
- 02 Jun, 2020 1 commit
-
-
Jamie A. Jennings authored
-
- 09 May, 2020 4 commits
-
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
REMOVED librosie.a from installation. Wrote make target "installcheck". Enhanced the output printed while uninstalling.
-
- 03 May, 2020 1 commit
-
-
Jamie A. Jennings authored
-
- 01 May, 2020 10 commits
-
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
Addressed issue #112 about the README.md not giving enough credit to regex libraries that support the /x switch
-
- 30 Apr, 2020 7 commits
-
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
Added an option to "make test" allowing the executable to be set on the make command line, so we can test installed rosie, not just from build directory
-
Jamie A. Jennings authored
-
- 29 Apr, 2020 3 commits
-
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-
Jamie A. Jennings authored
-