Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-11-07 | 1 | -1/+3 |
|\| | |||||
| * | FFI: Fix pragma push stack limit check and throw on overflow. | Mike Pall | 2023-11-07 | 1 | -1/+3 |
| | | | | | | | | Reported by Sergey Kaplun. #1114 | ||||
* | | 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-07-13 | 1 | -1/+1 |
|\| | |||||
| * | FFI: Fix sizeof expression in C parser for reference types. | Mike Pall | 2022-07-13 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |||||
* | | String buffers, part 2a: internal SBuf reorg. Use full pointers. | Mike Pall | 2021-06-01 | 1 | -4/+4 |
| | | | | | | | | Sponsored by fmad.io. | ||||
* | | 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 | -9/+16 |
| | | |||||
* | | Make string to number conversions fail on NUL char. | Mike Pall | 2020-02-13 | 1 | -1/+2 |
| | | | | | | | | Contributed by Igor Munkin. | ||||
* | | 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 |
| | | |||||
* | | FFI: Eliminate hardcoded string hashes. | Mike Pall | 2019-12-08 | 1 | -28/+49 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-01-29 | 1 | -0/+10 |
|\| | |||||
| * | Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2018-01-29 | 1 | -0/+10 |
| | | |||||
* | | 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-04-24 | 1 | -5/+10 |
|\| | |||||
| * | Fix GCC 6 -Wmisleading-indentation warnings. | Mike Pall | 2016-04-24 | 1 | -5/+10 |
| | | | | | | | | Thanks to Roman Tsisyk. | ||||
* | | 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 |
| | | |||||
* | | FFI: Parse #line NN and #NN. | Mike Pall | 2016-01-18 | 1 | -5/+26 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-07-17 | 1 | -0/+4 |
|\| | |||||
| * | FFI: Don't propagate qualifiers into subtypes of complex. | Mike Pall | 2015-07-17 | 1 | -0/+4 |
| | | |||||
* | | 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-02-20 | 1 | -1/+1 |
|\| | |||||
| * | FFI: Disallow nested VLS. | Mike Pall | 2014-02-19 | 1 | -1/+1 |
| | | |||||
* | | 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-08-03 | 1 | -10/+10 |
|\| | |||||
| * | Compatibility fix for old GCC versions. | Mike Pall | 2013-08-03 | 1 | -10/+10 |
| | | |||||
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -1/+0 |
| | | |||||
* | | Refactor internal string formatting. | Mike Pall | 2013-05-12 | 1 | -6/+7 |
| | | |||||
* | | String buffer refactoring, part 4. | Mike Pall | 2013-02-28 | 1 | -2/+2 |
| | | | | | | | | Add lua_State pointer to SBuf for buffer resizing. | ||||
* | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 1 | -20/+8 |
| | | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers. | ||||
* | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 1 | -7/+5 |
|/ | | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function. | ||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | FFI: Stricter parsing of declaration specifiers. | Mike Pall | 2013-02-03 | 1 | -23/+30 |
| | |||||
* | FFI: Fix signedness of bool. | Mike Pall | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | FFI: Correctly propagate alignment when interning nested types. | Mike Pall | 2012-09-10 | 1 | -1/+3 |
| | |||||
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -45/+22 |
| | |||||
* | Fix compiler warnings. | Mike Pall | 2012-07-03 | 1 | -1/+2 |
| |