aboutsummaryrefslogtreecommitdiff
path: root/src/lj_str.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2025-01-131-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
| | | | | | Reported by minoki. Recent C compilers 'take advantage' of the undefined behavior. This completely changes the meaning of expressions like (k == -k).
* 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
|
* 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
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* 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