summaryrefslogtreecommitdiff
path: root/src/lib_string.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Fix string.format("%c", 0).Mike Pall2018-01-141-7/+8
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Fix compiler warnings.Mike Pall2014-01-201-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* 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
* From Lua 5.2: '%s' option to string.format() behaves like tostring().Mike Pall2012-10-021-1/+37
* From Lua 5.2: Return nil for bad position in string.find().Mike Pall2012-10-021-2/+8
* Disable LUA_COMPAT_GFIND and LUA_COMPAT_MOD in Lua 5.2 mode.Mike Pall2012-09-191-1/+1
* Limit recursion depth in string.match() et al.Mike Pall2012-08-281-26/+40
* Replace divisions with simpler code.Mike Pall2012-08-261-10/+13
* Add support for '%a' and '%A' to string.format.Mike Pall2012-08-251-3/+3
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* Add support for bytecode loading/saving.Mike Pall2011-06-131-2/+17
* Fix check for missing arguments in string.format().Mike Pall2011-06-101-2/+3
* DUALNUM: Handle integer type in x86/x64 interpreter and libraries.Mike Pall2011-02-271-2/+34
* DUALNUM: Add integer type to core VM.Mike Pall2011-02-171-3/+3
* Use names defined in lualib.h for library registration.Mike Pall2011-02-021-1/+1
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* Add support for "%g" character class in patterns (from Lua 5.2).Mike Pall2010-11-191-3/+3
* string.format("%q", str) is now fully reversible (from Lua 5.2).Mike Pall2010-11-191-11/+9
* Rename character type handling from lj_ctype* to lj_char*.Mike Pall2010-11-091-12/+12
* Fix string.format() for non-finite numbers.Mike Pall2010-08-241-0/+1
* Fix formatting of canonicalized number to string conversions.Mike Pall2010-08-231-6/+9
* Canonicalize string conversion of nan, inf, -inf.Mike Pall2010-05-201-2/+16
* Make metamethod names proper GC roots.Mike Pall2010-04-251-4/+1
* Major redesign of function call handling.Mike Pall2010-02-131-2/+1
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* Fast forward to sync public repo.Mike Pall2009-12-081-4/+6
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-081-2/+5
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+790