aboutsummaryrefslogtreecommitdiff
path: root/src/lj_cparse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2023-11-071-1/+3
|\|
| * FFI: Fix pragma push stack limit check and throw on overflow.Mike Pall2023-11-071-1/+3
| | | | | | | | Reported by Sergey Kaplun. #1114
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2022-12-221-1/+1
|\|
| * Avoid negation of signed integers in C that may hold INT*_MIN.Mike Pall2022-12-221-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.1Mike Pall2022-07-131-1/+1
|\|
| * FFI: Fix sizeof expression in C parser for reference types.Mike Pall2022-07-131-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-4/+4
| | | | | | | | Sponsored by fmad.io.
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | Improve assertions.Mike Pall2020-06-151-9/+16
| |
* | Make string to number conversions fail on NUL char.Mike Pall2020-02-131-1/+2
| | | | | | | | Contributed by Igor Munkin.
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | FFI: Eliminate hardcoded string hashes.Mike Pall2019-12-081-28/+49
| |
* | Merge branch 'master' into v2.1Mike Pall2018-01-291-0/+10
|\|
| * Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2018-01-291-0/+10
| |
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-04-241-5/+10
|\|
| * Fix GCC 6 -Wmisleading-indentation warnings.Mike Pall2016-04-241-5/+10
| | | | | | | | Thanks to Roman Tsisyk.
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | FFI: Parse #line NN and #NN.Mike Pall2016-01-181-5/+26
| |
* | Merge branch 'master' into v2.1Mike Pall2015-07-171-0/+4
|\|
| * FFI: Don't propagate qualifiers into subtypes of complex.Mike Pall2015-07-171-0/+4
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-02-201-1/+1
|\|
| * FFI: Disallow nested VLS.Mike Pall2014-02-191-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-08-031-10/+10
|\|
| * Compatibility fix for old GCC versions.Mike Pall2013-08-031-10/+10
| |
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-1/+0
| |
* | Refactor internal string formatting.Mike Pall2013-05-121-6/+7
| |
* | String buffer refactoring, part 4.Mike Pall2013-02-281-2/+2
| | | | | | | | Add lua_State pointer to SBuf for buffer resizing.
* | String buffer refactoring, part 2.Mike Pall2013-02-271-20/+8
| | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers.
* | String buffer refactoring, part 1.Mike Pall2013-02-271-7/+5
|/ | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function.
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* FFI: Stricter parsing of declaration specifiers.Mike Pall2013-02-031-23/+30
|
* FFI: Fix signedness of bool.Mike Pall2012-11-061-1/+1
|
* FFI: Correctly propagate alignment when interning nested types.Mike Pall2012-09-101-1/+3
|
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-45/+22
|
* Fix compiler warnings.Mike Pall2012-07-031-1/+2
|