| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | there is no need of predefined constants. | Roberto Ierusalimschy | 1994-11-03 | 1 | -14/+4 |
* | RESET is generated at codereturn. | Roberto Ierusalimschy | 1994-11-03 | 1 | -4/+2 |
* | because lua_error now does a longjmp, many functions do not need | Roberto Ierusalimschy | 1994-11-03 | 1 | -40/+14 |
* | function 'lua_addfile' returns an error message | Roberto Ierusalimschy | 1994-11-03 | 2 | -14/+8 |
* | prototype for function 'yylex' | Roberto Ierusalimschy | 1994-11-03 | 1 | -38/+3 |
* | new way to call functions, plus several small changes. This is | Roberto Ierusalimschy | 1994-11-02 | 4 | -781/+777 |
* | tags T_NIL, etc, changed to LUA_T_NIL, etc | Roberto Ierusalimschy | 1994-11-02 | 2 | -11/+87 |
* | tags T_NIL, etc, changed to LUA_T_NIL, etc | Roberto Ierusalimschy | 1994-11-02 | 2 | -40/+40 |
* | frees filename from file stack | Roberto Ierusalimschy | 1994-11-02 | 1 | -2/+2 |
* | CREATEARRAY now has an argument, the size of the array to create. | Roberto Ierusalimschy | 1994-11-01 | 2 | -14/+18 |
* | small corrections | Roberto Ierusalimschy | 1994-11-01 | 3 | -18/+6 |
* | deletion of 'include mm.h' | Roberto Ierusalimschy | 1994-10-21 | 2 | -42/+1 |
* | implementacao das funcoes 'date', 'time' e 'beep'. | Waldemar Celes | 1994-10-19 | 1 | -4/+46 |
* | deletion of 'include mm.h' | Roberto Ierusalimschy | 1994-10-18 | 3 | -10/+3 |
* | new parameter in function 'tree_create'. Maybe we will return to | Waldemar Celes | 1994-10-18 | 1 | -7/+21 |
* | split to 'ugly.h'. | Waldemar Celes | 1994-10-18 | 1 | -24/+7 |
* | definition of ugly tokens | Waldemar Celes | 1994-10-18 | 1 | -0/+24 |
* | remove of 'printf' for debuging. | Roberto Ierusalimschy | 1994-10-17 | 1 | -3/+1 |
* | power operator (^). | Waldemar Celes | 1994-10-17 | 1 | -50/+37 |
* | files end with EOF, instead of 0. | Waldemar Celes | 1994-10-17 | 1 | -5/+3 |
* | adaptative garbage collection. | Waldemar Celes | 1994-10-17 | 3 | -9/+14 |
* | new algorithm for reading floats. | Waldemar Celes | 1994-10-17 | 1 | -14/+35 |
* | new operations POWOP (power) and PUSHMARKMET (for marking method calls). | Waldemar Celes | 1994-10-17 | 2 | -6/+25 |
* | Aumentar buffer para saida. | Waldemar Celes | 1994-10-13 | 1 | -2/+2 |
* | Acertar bug para evitar formato "%5.0s", por exemplo. | Waldemar Celes | 1994-10-13 | 1 | -3/+3 |
* | Correcao do tratamento de erro reportado dentro de uma funcao. | Waldemar Celes | 1994-10-11 | 4 | -14/+16 |
* | Implementacao das funcoes para conversao de angulos rad r deg. | Waldemar Celes | 1994-10-11 | 1 | -1/+27 |
* | Mudancas na sintaxe para a versao 2.0. Igual relacional passa | Waldemar Celes | 1994-10-11 | 1 | -62/+42 |
* | implementacao de busca no campo godparent em substituicao | Waldemar Celes | 1994-10-11 | 1 | -72/+46 |
* | consertar bug no formato real com zero casas decimais e | Waldemar Celes | 1994-10-07 | 1 | -3/+36 |
* | retirar especificador de formato %n da funcao ToReal e | Waldemar Celes | 1994-09-27 | 1 | -5/+4 |
* | Mudancas para tornar lex.c um modulo independente dos outros | Waldemar Celes | 1994-09-26 | 1 | -24/+34 |
* | added support for ugly tokens | Luiz Henrique de Figueiredo | 1994-09-22 | 1 | -18/+65 |
* | sai strtod, entra sscanf. permite conversao de numeros com espacos em volta. | Waldemar Celes | 1994-09-20 | 1 | -15/+18 |
* | acertar bug no formato de string. | Waldemar Celes | 1994-09-12 | 1 | -5/+6 |
* | default size for arrays is no more 101, as arrays now can grow. | Waldemar Celes | 1994-09-08 | 1 | -3/+3 |
* | new field 'next' in struct 'Hash', to list tables for garbage collection. | Waldemar Celes | 1994-09-08 | 1 | -1/+2 |
* | Implementacao de heranca multipla. | Waldemar Celes | 1994-09-08 | 1 | -15/+53 |
* | Alteracao do buffer de funcao de 32 para 64. | Waldemar Celes | 1994-09-05 | 1 | -2/+2 |
* | escapes \' e \" em strings; correcao do escape \\ | Waldemar Celes | 1994-09-05 | 1 | -2/+7 |
* | Compatibilizacao com C++. | Waldemar Celes | 1994-08-24 | 2 | -2/+21 |
* | nova funcao 'debug', para auxiliar debugacao de programas lua. | Roberto Ierusalimschy | 1994-08-17 | 1 | -1/+17 |
* | inclui 'lua.h' que contem prototipos das funcoes 'lua_errorfunction' e | Roberto Ierusalimschy | 1994-08-17 | 1 | -1/+2 |
* | Implementacao da macro 'lua_strcmp' | Waldemar Celes | 1994-08-17 | 1 | -4/+10 |
* | Alteracao na macro 'streq' | Waldemar Celes | 1994-08-17 | 1 | -2/+2 |
* | inclusao de 'lualib.h' para ter prototipos das funcoes de | Waldemar Celes | 1994-08-17 | 2 | -2/+4 |
* | novas funcoes 'gettable' e 'pushtable'. | Waldemar Celes | 1994-08-17 | 1 | -4/+7 |
* | heranca e nova implementacao do hash. | Waldemar Celes | 1994-08-17 | 1 | -9/+21 |
* | novas funcoes 'gettable' e 'pushtable', nova implementacao do hash e | Waldemar Celes | 1994-08-17 | 1 | -23/+71 |
* | Implementacao das funcoes 'log', 'log10' e 'exp'. | Waldemar Celes | 1994-08-15 | 1 | -1/+41 |