aboutsummaryrefslogtreecommitdiff
path: root/src/lj_str.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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