index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_str.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
|
*
Workaround for broken Android sprintf("%g", -0.0).
Mike Pall
2012-10-15
1
-0
/
+3
|
*
Replace strtod() with builtin string to number conversion.
Mike Pall
2012-08-25
1
-79
/
+0
|
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
|
*
FFI: Print NULL pointers as "cdata<... *>: NULL".
Mike Pall
2011-06-07
1
-0
/
+4
|
*
FFI: Show address pointed to for tostring(pointer).
Mike Pall
2011-06-07
1
-2
/
+2
|
*
Use common helper functions for unaligned loads.
Mike Pall
2011-05-09
1
-17
/
+5
|
*
Fix compiler warning.
Mike Pall
2011-04-19
1
-1
/
+1
|
*
ARM: Workaround for unaligned accesses.
Mike Pall
2011-04-19
1
-5
/
+17
|
*
Get rid of the remaining silly cast macros from Lua.
Mike Pall
2011-03-10
1
-1
/
+1
|
*
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
Mike Pall
2011-02-27
1
-4
/
+3
|
*
DUALNUM: Add integer type to core VM.
Mike Pall
2011-02-17
1
-24
/
+55
|
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
|
*
Add shorter defines for endianess checks.
Mike Pall
2010-11-28
1
-2
/
+2
|
*
Rename character type handling from lj_ctype* to lj_char*.
Mike Pall
2010-11-09
1
-7
/
+7
|
*
Number parser shouldn't accept '0x' without hex digits.
Mike Pall
2010-11-02
1
-4
/
+6
|
*
Speed up string compares in string interning.
Mike Pall
2010-07-21
1
-6
/
+41
|
*
Switch to fast string hash.
Mike Pall
2010-07-21
1
-6
/
+20
|
*
Canonicalize string conversion of nan, inf, -inf.
Mike Pall
2010-05-20
1
-8
/
+24
|
*
Make metamethod names proper GC roots.
Mike Pall
2010-04-25
1
-1
/
+2
|
*
Conditionally compile functions that are unused with JIT disabled.
Mike Pall
2010-02-28
1
-0
/
+2
|
*
Fix ordered string comparisons. Unsigned arithmetic is evil.
Mike Pall
2010-01-21
1
-1
/
+1
|
*
Silence 64 bit conversion warning.
Mike Pall
2010-01-17
1
-1
/
+1
|
*
Shorten %p format for pure 32 bit pointers on x64.
Mike Pall
2010-01-14
1
-3
/
+7
|
*
Bump all copyright dates to 2010.
Mike Pall
2010-01-09
1
-1
/
+1
|
*
Fix alloc/free sizes of internal GCRef arrays.
Mike Pall
2009-12-29
1
-1
/
+1
|
*
Fast forward to sync public repo.
Mike Pall
2009-12-08
1
-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-beta1
v2.0.0-beta1
Mike Pall
2009-12-08
1
-0
/
+301