| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport some v3.0 syntax extensions. | Mike Pall | 2026-06-22 | 1 | -0/+31 |
| | | | | | See discussion in: #1476 | ||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2026-05-25 | 1 | -1/+1 |
| |\ | |||||
| | * | FFI: Prevent sanitizer warning in carith_ptr(). | Mike Pall | 2026-05-25 | 1 | -1/+1 |
| | | | | | | | | | Reported by Sergey Bronnikov. #1459 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2026-03-27 | 1 | -1/+1 |
| |\| | |||||
| | * | FFI: Fix pointer difference operation on 64 bit platforms. | Mike Pall | 2026-03-27 | 1 | -1/+1 |
| | | | | | | | | | Thanks to cuiweixie. #1449 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Fix bit op coercion in DUALNUM builds. | Mike Pall | 2024-09-29 | 1 | -3/+1 |
| | | | | | | | | | Thanks to Sergey Kaplun. #1273 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-10-21 | 1 | -0/+4 |
| |\| | |||||
| | * | FFI: Fix dangling reference to CType in carith_checkarg(). | Mike Pall | 2023-10-21 | 1 | -0/+4 |
| | | | | | | | | | Reported by Sergey Kaplun. #1108 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-12-22 | 1 | -1/+1 |
| |\| | |||||
| | * | Avoid negation of signed integers in C that may hold INT*_MIN. | Mike Pall | 2022-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | Reported by minoki. Recent C compilers 'take advantage' of the undefined behavior. This completely changes the meaning of expressions like (k == -k). | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -3/+7 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2020-05-08 | 1 | -10/+1 |
| |\| | |||||
| | * | FFI: Always fall back to metamethods for cdata length/concat. | Mike Pall | 2020-05-08 | 1 | -10/+1 |
| | | | | | | | | | Thanks to Egor Skriptunoff. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2018-01-29 | 1 | -1/+9 |
| |\| | |||||
| | * | FFI: Don't assert on #1LL (5.2 compatibility mode only). | Mike Pall | 2018-01-29 | 1 | -0/+9 |
| | | | | | | | | | Reported by Denis Golovan. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-08 | 1 | -1/+1 |
| |\| | |||||
| | * | FFI: Fix cdata equality comparison against other Lua types. | Mike Pall | 2014-04-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-08 | 1 | -2/+2 |
| |\| | |||||
| | * | FFI: Fix cdata equality comparison against strings. | Mike Pall | 2014-04-08 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-01 | 1 | -2/+4 |
| |\| | |||||
| | * | FFI: Allow non-scalar cdata to be compared for equality by address. | Mike Pall | 2014-04-01 | 1 | -2/+4 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-18 | 1 | -1/+1 |
| |\| | |||||
| | * | FFI: Improve error messages for arithmetic and comparison operators. | Mike Pall | 2013-05-18 | 1 | -1/+1 |
| | | | |||||
| * | | Fix bit.tohex() broken by 7d5acc29. | Mike Pall | 2013-05-13 | 1 | -2/+2 |
| | | | |||||
| * | | FFI: Add 64 bit bitwise operations. | Mike Pall | 2013-03-14 | 1 | -0/+76 |
| |/ | |||||
| * | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | FFI: Always resolve metamethods for pointers to structs. | Mike Pall | 2012-09-08 | 1 | -4/+12 |
| | | |||||
| * | FFI: Box all accessed or returned enums. | Mike Pall | 2012-07-17 | 1 | -3/+28 |
| | | |||||
| * | Avoid compiler warnings about redefined C++ keywords. | Mike Pall | 2012-07-09 | 1 | -1/+1 |
| | | |||||
| * | Avoid pesky compiler warnings about C++ keywords (eh?). | Mike Pall | 2012-07-03 | 1 | -3/+3 |
| | | |||||
