提交历史

作者 SHA1 备注 提交日期
  zeromus e0f0e180a3 add a printf function to the string stdlib, so we can avoid having to write print(format( all the time. it should be a little more lean than writing that function in lua yourself (can work entirely from scratchpad this way). 10 年之前
  albertodemichelis 16ab1fd6c0 Merge branch 'master' of https://github.com/albertodemichelis/squirrel 10 年之前
  albertodemichelis 2aef08d0a5 fixed fallback set 10 年之前
  Alberto Demichelis f87cd114d7 Merge pull request #43 from zeromus/master 10 年之前
  zeromus 7bb5dd4982 move TARGET and STK to sqvm.cpp instead of SQ to reduce probability of collisions in case inner headers are included 10 年之前
  zeromus 5b50a56e56 docs fixes and formatting 10 年之前
  Alberto Demichelis 8242f5ac06 Merge pull request #40 from iSLC/master 10 年之前
  Sandu Liviu Catalin 692d4958e8 Remove empty statement. 10 年之前
  Alberto Demichelis 70afceec42 Merge pull request #39 from zeromus/master 10 年之前
  zeromus 301db648da docs typo fixes 10 年之前
  zeromus b589ea521d deterministically handle error in incomplete regexp escape sequence 10 年之前
  Alberto Demichelis 35ab252494 Merge pull request #38 from zeromus/master 10 年之前
  zeromus 160184d2dd Revert "add some stack-condition error checking to sqstdlib registration routines" 10 年之前
  zeromus b9fc931752 add some stack-condition error checking to sqstdlib registration routines and to sqstd_dofile 10 年之前
  zeromus 72135d9a7f SQStream should have a virtual dtor, to shut up warnings and probably for some good reason but i dont know 10 年之前
  zeromus 7305257b95 tidy sq_setreleasehook and sq_getreleasehook 10 年之前
  zeromus e347779446 fix various typos and incompletely apply very lightweight formatting normalization (continued) 10 年之前
  Alberto Demichelis 4125aa515d Merge pull request #37 from appetizermaker/master 10 年之前
  appetizermaker ed23d140df Fix small mistake on sqlexer.cpp 10 年之前
  Alberto Demichelis 8fb371b3fc Merge pull request #35 from zeromus/master 10 年之前
  zeromus 78b44c851b add a note to push a dummy value for sq_call when constructing an instance. this just cost me a lot of time! 10 年之前
  zeromus b35c9e827c fix various typos and incompletely apply very lightweight formatting normalization; clarify sq_getbyhandle applies to class or instance 10 年之前
  Alberto Demichelis f8f229fa00 Merge pull request #33 from zeromus/master 10 年之前
  zeromus 175139968a error message fix: Unrecognozed ecoding 10 年之前
  zeromus c44d568a8b docs typo fix: ivoked&ecoding 10 年之前
  zeromus a70a135192 clarify sq_getmemberhandle - it only works on classes. not sure what vice-versa meant 10 年之前
  zeromus 4fddb87839 tidy metamethods general docs 10 年之前
  zeromus 4305796277 fix metamethod _get documentation from _get(idx,val) to _get(idx) 10 年之前
  zeromus 953d9e9771 fix typo in error messages: "stack overflow, cannot resize stack while in a metamethod" 10 年之前
  zeromus 2f6419f19b clarify sq_cmp 10 年之前