Mark Knol
|
b3cc1d7949
Happy new year! (#6799)
|
7 年之前 |
Justin Donaldson
|
826083efb9
[lua] small std tweaks
|
8 年之前 |
Justin Donaldson
|
11c62fe1fb
[lua] revert back to old array.unshift behavior
|
8 年之前 |
Justin Donaldson
|
9bd0102b16
[lua] fix array.shift for lua 5.3
|
8 年之前 |
Justin Donaldson
|
d9ddd18d98
[lua] fix unshift again
|
8 年之前 |
Justin Donaldson
|
cb959daa4f
[lua] fix unshift for empty array
|
8 年之前 |
Justin Donaldson
|
17176044cc
[lua] speed up array methods (take 2)
|
8 年之前 |
Justin Donaldson
|
c0ab3797b2
Revert "[lua] speed up some array methods"
|
8 年之前 |
Justin Donaldson
|
f11ed3c510
[lua] speed up some array methods
|
8 年之前 |
Justin Donaldson
|
9383b8e0a5
[lua] escape path in file copy
|
8 年之前 |
Mark Knol
|
875ad19432
2017 (#5932)
|
8 年之前 |
Justin Donaldson
|
accc7054e7
[lua] fix errors masked by incorrect error code
|
8 年之前 |
Dan Korostelev
|
0fc630dbdc
[lua] temporary workaround for #5327
|
8 年之前 |
Dan Korostelev
|
70242f83dc
[lua] simplify Array constructor call, because lua.Boot.defArray generates some redundant temp vars and branching for some reason
|
9 年之前 |
Justin Donaldson
|
3d085a3087
[lua] add simple sorting algorithm to base Aray type, rather than using stable sort
|
9 年之前 |
Justin Donaldson
|
5c67292c22
[lua] remove usage of StringBuf in base classes with Table.concat.
|
9 年之前 |
Justin Donaldson
|
360d33486d
[lua] Fix reflection issues in __init__ and static variables.
|
9 年之前 |
Mark Knol
|
9632db9524
add/update copyright notice
|
9 年之前 |
Justin Donaldson
|
bf01febbf2
Lua : update new utility methods in _std classes
|
9 年之前 |
Justin Donaldson
|
ad9c685608
Lua : normalize lua inline helpers, and add instance function helper
|
9 年之前 |
Justin Donaldson
|
94f291eb08
Lua: Use includeFile to inline class-specific lua helper methods
|
9 年之前 |
Justin Donaldson
|
a7a41d6aea
Lua: Do the length adjustment in Array.remove in two steps to avoid triggering __index metamethod
|
9 年之前 |
Justin Donaldson
|
1fc6f9be16
Lua : Array fixes for insert, eremove, indexOf, and lastIndexOf
|
9 年之前 |
Justin Donaldson
|
bc85f47c85
Lua: Fix Array.splice conditions for returning empty array
|
9 年之前 |
Justin Donaldson
|
f0948a38fa
Lua: Apply fix for negative pos situations to negative end situations in Array.slice
|
9 年之前 |
Justin Donaldson
|
c11eac8b36
Lua: Array.slice with negative pos argument needs to be wrapped from end of array, and mod to length
|
9 年之前 |
Justin Donaldson
|
f798535009
Lua: Fix bug in Array.shift
|
9 年之前 |
Justin Donaldson
|
f35cf26d7a
Lua : Drop an unnecessary type dodge
|
10 年之前 |
Justin Donaldson
|
f2965f2d1c
Lua : add Array unshift
|
10 年之前 |
PeyTy
|
57deaf84da
Array.toString little fix to pass some unit tests
|
10 年之前 |