Commit History

Author SHA1 Message Date
  mingodad fbfa0c2cfd A better error message for case where we have a variable declaration inside a for loop. 8 years ago
  mingodad 021f2f62d7 Fix for wrong line counting inside block comments. 8 years ago
  mingodad e4650598a8 Accept two or more consecutive strings as one like in C/C++ 8 years ago
  mingodad 79b78d4da1 Add a check for embedded octal characters not overflowing 8 years ago
  mingodad 8aae2c2e4e Normalize several naked chars and fix parsing strings with octal characters embedded 8 years ago
  mingodad 41c6f4c40c The last fix on comments was still missing the last char in a line if it was '*' 8 years ago
  mingodad 9daea8a4ec Add a field to Lex to store the readcount 8 years ago
  mingodad dc70b67d80 Fix a missing character when we have two consecutive '*' inside a comment block. 8 years ago
  mingodad 280aeba8c9 The compiler now accept integer literal suffixes "uUsSlL" but still all of then are stored as SQInteger. 8 years ago
  mingodad 60322d444e Make the compiler accept typedef of fixed size array "typedef int_t int_a8[8];" 8 years ago
  mingodad ce1c21f8cf Fix a mistake 8 years ago
  mingodad 2156a2bfe2 Make the random number initialize/terminate reference counted but still not thread safe 8 years ago
  mingodad c866998352 Expose axtls random numero generator 8 years ago
  mingodad e6ed145ec7 Added code to detect already initialized random number generator 8 years ago
  mingodad 26845af077 Expose axtls md5, sha1, sha256 8 years ago
  mingodad 7ad246b2e3 Removed duplicated function implementation 8 years ago
  mingodad cf3b01bac8 Update axtls to version 2.14 8 years ago
  mingodad b75add62e6 Update codeblocks project 8 years ago
  mingodad ef43bbdafe Update sqlite3 8 years ago
  mingodad 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 years ago
  mingodad 6cca8fb983 Fix for the retrieval/release of include_path 8 years ago
  mingodad 2e71442f5e Add an initial implementation of using environment var SQUILU_PATH to search for include files, inspired and based on LUA_PATH 8 years ago
  mingodad b5e8601a95 Fix for a bad declaration of a table been interpreted as a class 8 years ago
  mingodad 9ff01dfccb Fixes from squirrel 8 years ago
  mingodad f124edbcf0 Update sqlite3 8 years ago
  mingodad 13399f7717 Now using md4c as main markdown parser 8 years ago
  mingodad 5277f7fa7e Fix for empty search/pattern string in replace/gsub 8 years ago
  mingodad 81a1176a8b Fix word boundary and repetition pattern "{\d,\d}" 8 years ago
  mingodad b79f7cb955 Fix handling parameters passed to printf 8 years ago
  mingodad 45a9ea0143 Add bug fix from squirrel 8 years ago