aboutsummaryrefslogtreecommitdiff
path: root/src/lj_str.c (follow)
Commit message (Expand)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-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| * Avoid negation of signed integers in C that may hold INT*_MIN.Mike Pall2022-12-221-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Redesign and harden string interning.Mike Pall2020-06-231-93/+265
* | Improve assertions.Mike Pall2020-06-151-2/+3
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | 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-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | 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-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Refactor string buffer growth helpers.Mike Pall2013-05-291-2/+0
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-118/+0
* | Refactor internal string formatting.Mike Pall2013-05-121-66/+0
* | Partially refactor string.find().Mike Pall2013-05-071-1/+35
* | Use explicit conversion type for IR_TOSTR. Add char conversion.Mike Pall2013-04-231-0/+8
* | Optimize and refactor printing of numbers to buffers.Mike Pall2013-03-251-40/+52
* | Use string buffer for string.format().Mike Pall2013-03-211-17/+24
* | Clean up TValue to buffer conversions.Mike Pall2013-03-181-10/+28
* | String buffer refactoring, part 4.Mike Pall2013-02-281-12/+13
* | String buffer refactoring, part 2.Mike Pall2013-02-271-26/+12
* | String buffer refactoring, part 1.Mike Pall2013-02-271-28/+6
|/
* Fix memory access check for fast string interning.Mike Pall2013-02-211-2/+2
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Workaround for broken Android sprintf("%g", -0.0).Mike Pall2012-10-151-0/+3
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-79/+0
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Print NULL pointers as "cdata<... *>: NULL".Mike Pall2011-06-071-0/+4
* FFI: Show address pointed to for tostring(pointer).Mike Pall2011-06-071-2/+2
* Use common helper functions for unaligned loads.Mike Pall2011-05-091-17/+5
* Fix compiler warning.Mike Pall2011-04-191-1/+1
* ARM: Workaround for unaligned accesses.Mike Pall2011-04-191-5/+17
* Get rid of the remaining silly cast macros from Lua.Mike Pall2011-03-101-1/+1
* DUALNUM: Handle integer type in x86/x64 interpreter and libraries.Mike Pall2011-02-271-4/+3
* DUALNUM: Add integer type to core VM.Mike Pall2011-02-171-24/+55
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* Add shorter defines for endianess checks.Mike Pall2010-11-281-2/+2
* Rename character type handling from lj_ctype* to lj_char*.Mike Pall2010-11-091-7/+7
* Number parser shouldn't accept '0x' without hex digits.Mike Pall2010-11-021-4/+6
* Speed up string compares in string interning.Mike Pall2010-07-211-6/+41