Histórico de Commits

Autor SHA1 Mensagem Data
  Justin Donaldson 9383b8e0a5 [lua] escape path in file copy há 8 anos atrás
  Mark Knol 875ad19432 2017 (#5932) há 8 anos atrás
  Justin Donaldson accc7054e7 [lua] fix errors masked by incorrect error code há 8 anos atrás
  Dan Korostelev 0fc630dbdc [lua] temporary workaround for #5327 há 9 anos atrás
  Dan Korostelev 70242f83dc [lua] simplify Array constructor call, because lua.Boot.defArray generates some redundant temp vars and branching for some reason há 9 anos atrás
  Justin Donaldson 3d085a3087 [lua] add simple sorting algorithm to base Aray type, rather than using stable sort há 9 anos atrás
  Justin Donaldson 5c67292c22 [lua] remove usage of StringBuf in base classes with Table.concat. há 9 anos atrás
  Justin Donaldson 360d33486d [lua] Fix reflection issues in __init__ and static variables. há 9 anos atrás
  Mark Knol 9632db9524 add/update copyright notice há 9 anos atrás
  Justin Donaldson bf01febbf2 Lua : update new utility methods in _std classes há 9 anos atrás
  Justin Donaldson ad9c685608 Lua : normalize lua inline helpers, and add instance function helper há 9 anos atrás
  Justin Donaldson 94f291eb08 Lua: Use includeFile to inline class-specific lua helper methods há 9 anos atrás
  Justin Donaldson a7a41d6aea Lua: Do the length adjustment in Array.remove in two steps to avoid triggering __index metamethod há 9 anos atrás
  Justin Donaldson 1fc6f9be16 Lua : Array fixes for insert, eremove, indexOf, and lastIndexOf há 9 anos atrás
  Justin Donaldson bc85f47c85 Lua: Fix Array.splice conditions for returning empty array há 9 anos atrás
  Justin Donaldson f0948a38fa Lua: Apply fix for negative pos situations to negative end situations in Array.slice há 9 anos atrás
  Justin Donaldson c11eac8b36 Lua: Array.slice with negative pos argument needs to be wrapped from end of array, and mod to length há 9 anos atrás
  Justin Donaldson f798535009 Lua: Fix bug in Array.shift há 9 anos atrás
  Justin Donaldson f35cf26d7a Lua : Drop an unnecessary type dodge há 10 anos atrás
  Justin Donaldson f2965f2d1c Lua : add Array unshift há 10 anos atrás
  PeyTy 57deaf84da Array.toString little fix to pass some unit tests há 10 anos atrás
  Justin Donaldson 180f98635c Lua : Add missing array methods há 10 anos atrás
  Justin Donaldson c77da6f0c4 Lua : go with a table extern instead of an abstract há 10 anos atrás
  Justin Donaldson 3491f45847 Lua : Fix array removal há 10 anos atrás
  Justin Donaldson 9da2aa7c23 Lua : De-simplify defArray há 10 anos atrás
  Justin Donaldson 81da433bd0 Lua: Simplify defArray declarations. há 10 anos atrás
  Justin Donaldson f4c278971f Lua: fix Array remove method há 10 anos atrás
  Justin Donaldson 0d3a0ed2f7 Lua : add missing remove method to Array class há 10 anos atrás
  Justin Donaldson cfbfce670f Lua : More Array fixes and cleanup há 10 anos atrás
  Justin Donaldson 9c1379b609 Lua : wip on Array.hx há 10 anos atrás