index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_str.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
|
*
Avoid negation of signed integers in C that may hold INT*_MIN.
Mike Pall
2022-12-22
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Redesign and harden string interning.
Mike Pall
2020-06-23
1
-93
/
+265
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-2
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-03-03
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Refactor string buffer growth helpers.
Mike Pall
2013-05-29
1
-2
/
+0
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-118
/
+0
*
|
Refactor internal string formatting.
Mike Pall
2013-05-12
1
-66
/
+0
*
|
Partially refactor string.find().
Mike Pall
2013-05-07
1
-1
/
+35
*
|
Use explicit conversion type for IR_TOSTR. Add char conversion.
Mike Pall
2013-04-23
1
-0
/
+8
*
|
Optimize and refactor printing of numbers to buffers.
Mike Pall
2013-03-25
1
-40
/
+52
*
|
Use string buffer for string.format().
Mike Pall
2013-03-21
1
-17
/
+24
*
|
Clean up TValue to buffer conversions.
Mike Pall
2013-03-18
1
-10
/
+28
*
|
String buffer refactoring, part 4.
Mike Pall
2013-02-28
1
-12
/
+13
*
|
String buffer refactoring, part 2.
Mike Pall
2013-02-27
1
-26
/
+12
*
|
String buffer refactoring, part 1.
Mike Pall
2013-02-27
1
-28
/
+6
|
/
*
Fix memory access check for fast string interning.
Mike Pall
2013-02-21
1
-2
/
+2
*
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
[next]