aboutsummaryrefslogtreecommitdiff
path: root/src/lj_strfmt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|
* Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|
* Merge branch 'master' into v2.1Mike Pall2022-12-221-2/+2
|
* Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|
* String buffers, part 2f: Prevent self-put of buffer.Mike Pall2021-07-191-1/+4
| | | | Sponsored by fmad.io.
* FFI: Support FFI numbers in string.format() and buf:putf().Mike Pall2021-06-031-5/+27
|
* String buffers, part 2d: basic string buffer methods.Mike Pall2021-06-011-0/+8
| | | | Sponsored by fmad.io.
* String buffers, part 2c: abstract out string.format.Mike Pall2021-06-011-8/+109
| | | | Sponsored by fmad.io.
* String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-33/+33
| | | | Sponsored by fmad.io.
* Merge branch 'master' into v2.1Mike 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-2/+2
|
* Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|
* Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|
* Merge branch 'master' into v2.1Mike Pall2016-04-241-2/+6
|
* Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|
* Use internal implementation for converting FP numbers to strings.Mike Pall2016-02-261-97/+11
| | | | Contributed by Peter Cawley.
* Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|
* Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|
* Fix string.format("%#X", 1).Mike Pall2013-09-031-2/+2
|
* Add common helper for pointer to string formatting.Mike Pall2013-08-311-2/+7
|
* Fix compiler warnings.Mike Pall2013-05-131-4/+4
|
* Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-36/+185
|
* Refactor raw object to pointer or string conversions.Mike Pall2013-05-131-1/+30
|
* Refactor internal string formatting.Mike Pall2013-05-121-0/+76
|
* Refactor string.format().Mike Pall2013-05-121-0/+295