Commit History

作者 SHA1 備註 提交日期
  mingodad b295d2b9dd Forgot to add "\t" to compute the space to allocate the buffer. 11 年之前
  mingodad bf7857cf79 Add "\t" as a special case to output it as "\t" instead of "\x9" 11 年之前
  mingodad ff59a7fa72 Fix eating "\r" without decrementing parse string size, that was generating garbage at the end of the formated string. 11 年之前
  mingodad 4d379179b8 Add a hack fix to read binary data from ajax with IE. 11 年之前
  mingodad 0923023cbe Fix resize window to not be smaller than it's child. 11 年之前
  Domingo Alvarez Duarte 730caef3c9 Enhance dumping bytecode. 11 年之前
  Domingo Alvarez Duarte 9cfa704dd3 Fix copy and paste mistake. 11 年之前
  Domingo Alvarez Duarte 1ea476fa8f Add member function to retrieve rows as table. 11 年之前
  mingodad f0bd26142d Fix a wrong size calc for calling malloc 11 年之前
  mingodad ae743d1eaa Fixes from squirrel 3.0.6 and an attempt to use computed gotos on the vm, right now it does not add any performance enhancements. 11 年之前
  mingodad 85c907628d Add missing function 11 年之前
  mingodad 30dcb92b99 Update sqlite3 to the latest available 11 年之前
  mingodad 726ae5d7d9 Update to sqlite 3.8.4.3 11 年之前
  mingodad 250d12392b Remove static buffer for compiler error message by a compiler instance variable. 11 年之前
  mingodad 39afcecf58 Update to sqilte 3.8.4.1 11 年之前
  mingodad e80d8a2751 Update sqlite3 to 3.8.4 11 年之前
  mingodad 724f22df35 Update sqlite3 12 年之前
  mingodad 4eb5a431d8 Added two new operators for identity equality and unequality like the ones in javascript and php 12 年之前
  mingodad f655140c67 Added two new experimental methods to string isalpha and isdigit 12 年之前
  mingodad 8bb8a26cd8 Add new samples for coroutines and a lexer 12 年之前
  mingodad 323216fa8d Update sqlite3 to version 3.8.3 12 年之前
  mingodad d265d7a655 Fix to latest bugs from squirrel forum. 12 年之前
  mingodad 7d7fd9f08f Update to latest sqlite3 12 年之前
  mingodad 858063d52f Fix to make it compile on 32 bits. 12 年之前
  mingodad 35075d670a Added a simple signal handler and somehow fixed the switch bug when having variables for case statements, now only constants or scalars are accepted. 12 年之前
  mingodad c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. 12 年之前
  mingodad eeda4b872d Add some constants for keyboard keys F1 to F12, before they could be calculated by adding to FL_F constant the corresponding number (this way still works). 12 年之前
  mingodad 9e2f52907b Some fixes to work without axtls/ssl 12 年之前
  mingodad c62b8a9d3c Better image request handling, now supporting etag cache. 12 年之前
  mingodad d9d38f4125 Several small fixes. 12 年之前