Commit History

Author SHA1 Message Date
  Sandu Liviu Catalin 235fcd9be7 The number returned by vsnprintf contains the actual number of characters. If the message was smaller than the estimated size. It would've created a string with garbage after the null character. 6 years ago
  Sandu Liviu Catalin bc126fd0ab The `f` was not included in the function name. Copy>paste mistake. 6 years ago
  Sandu Liviu Catalin 454e35fc23 Implement sq_throwerrorf to allow formatted error messages. 6 years ago
  albertodemichelis 51137b84e6 fix free variables in generators 6 years ago
  albertodemichelis a120da4974 fixed 0.0 and -0.0 comparison 7 years ago
  albertodemichelis ca2c74b319 removed unused extension from sphinx config 7 years ago
  albertodemichelis 6bf9ab5162 added table.keys() and table.values() 7 years ago
  albertodemichelis 46f8cd6efd added post call initializer syntax 7 years ago
  albertodemichelis a1cbf6e5ab Merge branch 'master' of https://github.com/albertodemichelis/squirrel 7 years ago
  albertodemichelis 8e27debcac change in HISTORY 7 years ago
  Alberto Demichelis 780e9c96b3 Merge pull request #167 from VasiliyRyabtsev/feature/reduce-initializer 7 years ago
  Alberto Demichelis 9bc87aebfc Merge pull request #168 from VasiliyRyabtsev/feature/map-apply-extra 7 years ago
  VasiliyRyabtsev 8e5b1e70d0 Allow additional parameters in array.map()/array.apply() handler 7 years ago
  VasiliyRyabtsev 04cf1c2ed0 Add optional initializer to array.reduce() 7 years ago
  Alberto Demichelis 3c216b0541 Merge pull request #163 from atanasovdaniel/doc_ignore 7 years ago
  atanasovdaniel 377c381cd7 Ignore only doc/build folder 7 years ago
  Alberto Demichelis 8888dc1d8c Merge pull request #160 from iSLC/master 7 years ago
  Sandu Liviu Catalin 969ca8ee70 Refactor sq_call to get rid of dead code. 7 years ago
  Sandu Liviu Catalin 960c5da6b9 Remove unnecessary return. 7 years ago
  Sandu Liviu Catalin 68d7c7f516 Merge pull request #1 from albertodemichelis/master 7 years ago
  Alberto Demichelis 387451d808 Merge pull request #138 from atanasovdaniel/read_type 7 years ago
  Alberto Demichelis ce08d63e4d Merge pull request #145 from VasiliyRyabtsev/master 7 years ago
  Alberto Demichelis 92442f0add Merge pull request #146 from VasiliyRyabtsev/signed-args-count 7 years ago
  VasiliyRyabtsev 665b5b1c5d Make params count type signed in sq_getclosureinfo() 7 years ago
  VasiliyRyabtsev 0a5cc81b55 Make params count type signed in sq_getclosureinfo() 7 years ago
  VasiliyRyabtsev 436f033e8a Fix typo in method names (Intruction -> Instruction) 7 years ago
  Alberto Demichelis d523a46862 Merge pull request #144 from DerDakon/cmake-vars 7 years ago
  Rolf Eike Beer 73692881c1 CMake: properly set default build type 7 years ago
  Rolf Eike Beer 4ccc03fbac CMake: properly check for variables 7 years ago
  Alberto Demichelis 1eaaa4b465 Merge pull request #143 from trofi/master 7 years ago