| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into v2.1 | Mike Pall | 2 days | 1 | -2/+2 |
| |\ | |||||
| | * | Bump copyright date. | Mike Pall | 2 days | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -2/+2 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -2/+2 |
| | | | |||||
| * | | Call math.randomseed() without arguments to seed from system entropy. | Mike Pall | 2024-07-04 | 1 | -1/+5 |
| | | | | | | | | | Reminder: the math.random() PRNG is NOT SUITABLE FOR CRYPTOGRAPHIC USE. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2024-01-26 | 1 | -1/+1 |
| |\| | |||||
| | * | Fix documentation bug about '\z' string escape. | Mike Pall | 2024-01-26 | 1 | -1/+1 |
| | | | |||||
| * | | Add cross-32/64 bit and deterministic bytecode generation. | Mike Pall | 2024-01-22 | 1 | -12/+39 |
| | | | | | | | | | Contributed by Peter Cawley. #993 #1008 | ||||
| * | | Windows: Call C++ destructors without compiling with /EHa. | Mike Pall | 2023-09-15 | 1 | -3/+1 |
| | | | | | | | | | Thanks to Peter Cawley. #593 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-21 | 1 | -2/+3 |
| |\| | |||||
| | * | Update documentation for switch to rolling releases. | Mike Pall | 2023-08-21 | 1 | -2/+3 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -2/+2 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-09-13 | 1 | -2/+0 |
| |\| | |||||
| | * | Remove dead Wiki links. | Mike Pall | 2022-09-13 | 1 | -2/+0 |
| | | | | | | | | | The lost content may be resurrected later. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-06-23 | 1 | -5/+5 |
| |\| | |||||
| | * | Grammar and spell check. | Mike Pall | 2022-06-23 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -2/+2 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2021-09-24 | 1 | -1/+3 |
| |\| | |||||
| | * | Windows/x64: Document MSVC flags for C++ exception interoperability. | Mike Pall | 2021-09-24 | 1 | -1/+3 |
| | | | | | | | | | Suggested by Julien Cugnière. | ||||
| * | | String buffers, part 1: object serialization. | Mike Pall | 2021-03-25 | 1 | -0/+2 |
| | | | | | | | | | Sponsored by fmad.io. | ||||
| * | | Upgrade docs to HTML5. It's about time. | Mike Pall | 2021-03-25 | 1 | -2/+2 |
| | | | |||||
| * | | Cleanup and enable external unwinding for more platforms. | Mike Pall | 2021-03-23 | 1 | -16/+6 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -2/+2 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2020-10-12 | 1 | -4/+4 |
| |\| | |||||
| | * | Minor changes and https-ify links. | Mike Pall | 2020-10-12 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2020-07-12 | 1 | -1/+1 |
| |\| | |||||
| | * | Add FAQ about sandboxing. Minor fixes. | Mike Pall | 2020-07-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-26 | 1 | -12/+7 |
| |\| | |||||
| | * | Documentation cleanup. | Mike Pall | 2020-01-26 | 1 | -12/+7 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -2/+2 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -2/+2 |
| | | | |||||
| * | | x64: Enable LJ_GC64 mode by default. | Mike Pall | 2019-12-08 | 1 | -3/+2 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 1 | -0/+4 |
| |\| | |||||
| | * | Add note about the unsuitabilty of math.random() for crypto. | Mike Pall | 2019-12-08 | 1 | -0/+4 |
| | | | |||||
| * | | From Lua 5.3: assert() accepts any type of error object. | Mike Pall | 2018-06-05 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2018-04-25 | 1 | -3/+2 |
| |\| | |||||
| | * | Bump copyright date to 2018. | Mike Pall | 2018-04-25 | 1 | -3/+2 |
| | | | |||||
| * | | Document added C API extensions from Lua 5.2/5.3. | Mike Pall | 2017-04-07 | 1 | -0/+9 |
| | | | |||||
| * | | Add some more changes and extensions from Lua 5.2. | Mike Pall | 2017-03-30 | 1 | -0/+15 |
| | | | | | | | | | Contributed by François Perrad. | ||||
| * | | Fix extension docs about package.searchers. | Mike Pall | 2017-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -2/+2 |
| |\| | |||||
| | * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -2/+2 |
| | | | |||||
| * | | LJ_GC64: Add build options and install instructions. | Mike Pall | 2017-01-17 | 1 | -1/+2 |
| | | | |||||
| * | | Add some more extensions from Lua 5.2/5.3. | Mike Pall | 2017-01-17 | 1 | -0/+4 |
| | | | | | | | | | Contributed by François Perrad. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -3/+3 |
| |\| | |||||
| | * | Fix HTML formatting. | Mike Pall | 2017-01-17 | 1 | -3/+3 |
| | | | |||||
| * | | Set arg table before evaluating LUA_INIT and -e chunks. | Mike Pall | 2016-07-17 | 1 | -0/+1 |
| | | | |||||
