aboutsummaryrefslogtreecommitdiff
path: root/src/lib_string.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
* | Add cross-32/64 bit and deterministic bytecode generation.Mike Pall2024-01-221-4/+18
* | 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-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | String buffers, part 2c: abstract out string.format.Mike Pall2021-06-011-80/+5
* | String buffers, part 1: object serialization.Mike Pall2021-03-251-0/+3
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Add support for full-range 64 bit lightuserdata.Mike Pall2020-09-301-1/+1
* | Improve assertions.Mike Pall2020-06-151-3/+3
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| * Fix string.format("%c", 0).Mike Pall2018-01-141-7/+8
* | Remove Lua 5.0 compatibility defines.Mike Pall2017-03-171-4/+0
* | 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
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-2/+2
* | Merge branch 'master' into v2.1Mike Pall2014-01-201-1/+1
|\|
| * Fix compiler warnings.Mike Pall2014-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Add common helper for pointer to string formatting.Mike Pall2013-08-311-2/+1
* | Compile string.format().Mike Pall2013-05-131-5/+5
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-10/+10
* | Refactor raw object to pointer or string conversions.Mike Pall2013-05-131-21/+2
* | Refactor string.format().Mike Pall2013-05-121-173/+63
* | Compile string.find() for fixed string searches (no patterns).Mike Pall2013-05-081-1/+1
* | Partially refactor string.find().Mike Pall2013-05-071-61/+32
* | Compile string.rep().Mike Pall2013-04-261-1/+1
* | Refactor string.rep().Mike Pall2013-04-261-43/+13
* | Abstract out some common buffer operations.Mike Pall2013-04-261-6/+2
* | Replace string.len with bytecode builtin.Mike Pall2013-04-261-5/+6
* | Compile string.reverse(), string.lower(), string.upper().Mike Pall2013-04-261-3/+3
* | Refactor string.reverse(), string.lower(), string.upper().Mike Pall2013-04-261-2/+1
* | Compile string.char().Mike Pall2013-04-231-1/+1
* | Optimize and refactor printing of numbers to buffers.Mike Pall2013-03-251-10/+7
* | Use string buffer for string.format().Mike Pall2013-03-211-87/+91
* | Use string buffer for string.dump().Mike Pall2013-03-201-6/+8
* | Clean up TValue to buffer conversions.Mike Pall2013-03-181-1/+1
* | String buffer refactoring, part 2.Mike Pall2013-02-271-0/+1
* | String buffer refactoring, part 1.Mike Pall2013-02-271-20/+21
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* From Lua 5.2: Add string.rep(s, n, sep).Mike Pall2012-10-071-8/+34