コミット履歴

作者 SHA1 メッセージ 日付
  mingodad dee70e666a Add code to send error messages to Android LogCat. 13 年 前
  mingodad 6ec26c12fc Changed paramter type passed to split. 13 年 前
  mingodad eed58787ae Merge branch 'master' of https://code.google.com/p/squilu 13 年 前
  mingodad b563d0a31b Changed the type of parameter passed to split from string to char. 13 年 前
  mingo 2cedac4882 Added win32 specific code detection and some fixes. 13 年 前
  mingodad f4b7786eab Now const/enums have local scope. Also checking for double global declarations on the same compilation unit. 13 年 前
  mingodad 57f380a2df Changes to make class static field members be read/write. 13 年 前
  mingodad 912d5d8c06 Moved some functions from sqlite3 namespace to global. 13 年 前
  mingodad 5ffcf2d4d8 Hopefully fixed the bug that do not allow functions declared as local to be called recursively. 13 年 前
  mingodad 18043ecb7a Refactored default parameters using array/table because it's bug and was considered an error till a good solution is implemented. 13 年 前
  mingodad f068523101 Fixed the case of native closures that have _name = null. 13 年 前
  mingodad ac91d1d2b8 Refactored constructor to work without array as default parameter. 13 年 前
  mingodad 8da77811d0 Add a space between the commented array index and the array value. 13 年 前
  mingodad 7040f21776 Improved the comments for opcodes on the generated script code. 13 年 前
  mingodad f090599ab7 A bit more info is shown now when compiling with "-s" (write bytecode as script) 13 年 前
  mingodad edb1998526 Moved some defines used in sqstdstring.cpp to squirrel.h 13 年 前
  mingodad d04f15c243 Refactored some enums to remove code duplication. 13 年 前
  mingodad 8820a82880 Fix a mistake of by interpreting _OP_LOADFLOAT been always valid for SQFloat. 13 年 前
  mingodad c0dcabf148 Changed double equality test by on bitwise test to check type OT_FLOAT|OT_INTEGER 13 年 前
  mingodad cd2fc8a5e2 Created an start point to a java interface. 13 年 前
  mingodad 1ef99c5b5e Deleted unused define 13 年 前
  mingodad a2d1a995fa Refactored a bit Lexer with the idea to expose it for SquiLu scripts. 13 年 前
  mingodad 55895037af Added postgresql module to the editor sample. 13 年 前
  mingodad 9f02a2c92b Start adding prepared statement. 13 年 前
  mingodad 093d9e6ea2 Revert this attempt to fix local function declaration recursion bug. 13 年 前
  mingodad 83e7d95b2a Initial postgresql module. 13 年 前
  mingodad 1d8c48f14b Fixed the parameter count for some methods. 13 年 前
  mingodad d19915c3b5 Enhance code generated and fix mistakes. 13 年 前
  mingodad 108b253d0a Change blob validation mask and _get method to allow call for default delegate. 13 年 前
  mingodad 409fe0966a Added new api to write bytecode as SquiLu code to make it easier to understand bytecode generation. 13 年 前