summaryrefslogtreecommitdiff
path: root/src/lj_str.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Add lua_State pointer to SBuf for buffer resizing.
* | String buffer refactoring, part 2.Mike Pall2013-02-271-26/+12
| | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers.
* | String buffer refactoring, part 1.Mike Pall2013-02-271-28/+6
|/ | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function.
* 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
|
* Switch to fast string hash.Mike Pall2010-07-211-6/+20
|
* Canonicalize string conversion of nan, inf, -inf.Mike Pall2010-05-201-8/+24
|
* Make metamethod names proper GC roots.Mike Pall2010-04-251-1/+2
|
* Conditionally compile functions that are unused with JIT disabled.Mike Pall2010-02-281-0/+2
|
* Fix ordered string comparisons. Unsigned arithmetic is evil.Mike Pall2010-01-211-1/+1
|
* Silence 64 bit conversion warning.Mike Pall2010-01-171-1/+1
|
* Shorten %p format for pure 32 bit pointers on x64.Mike Pall2010-01-141-3/+7
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Fix alloc/free sizes of internal GCRef arrays.Mike Pall2009-12-291-1/+1
|
* Fast forward to sync public repo.Mike Pall2009-12-081-4/+10
| | | | | | | | Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR.
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+301