index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lgc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
1998-06-02
"read" more efficient when reading lines and whole files ('.*')
Roberto Ierusalimschy
1
-50
/
+71
1998-06-02
API for functions to manipulate global state.
Roberto Ierusalimschy
5
-32
/
+98
1998-05-31
'dobuffer' addpoted.
Roberto Ierusalimschy
1
-5
/
+3
1998-05-31
new names for 'ascii' ('strbyte') and 'int2str' ('strchar')
Roberto Ierusalimschy
1
-8
/
+11
1998-05-31
'print' now calls 'tostring'
Roberto Ierusalimschy
1
-23
/
+30
1998-05-31
better error message when '^' is not defined.
Roberto Ierusalimschy
1
-2
/
+2
1998-05-27
new functions "frexp" and "ldexp"
Roberto Ierusalimschy
2
-6
/
+20
1998-05-27
NEW LL(1) PARSER
Roberto Ierusalimschy
6
-1025
/
+1442
1998-05-20
new function "clock"
Roberto Ierusalimschy
2
-4
/
+15
1998-05-18
number type in Lua changed for double (by default).
Roberto Ierusalimschy
4
-9
/
+12
1998-05-18
arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.
Roberto Ierusalimschy
2
-3
/
+9
1998-04-02
details (format for html)
Roberto Ierusalimschy
1
-3
/
+4
1998-03-30
many small corrections; strings with '\0'
Roberto Ierusalimschy
1
-148
/
+265
1998-03-30
words are stored in hi-lo order (easier to print)
Roberto Ierusalimschy
2
-5
/
+5
1998-03-26
changes by lhf
Roberto Ierusalimschy
2
-150
/
+143
1998-03-25
opcode "CLOSURE" gets the prototipe (instead of a previous pushconstant)
Roberto Ierusalimschy
3
-13
/
+13
1998-03-24
pattern-matching support for '\0'.
Roberto Ierusalimschy
2
-43
/
+68
1998-03-20
details (and new escape sequences: \a, \b, ...)
Roberto Ierusalimschy
1
-5
/
+10
1998-03-11
details
Roberto Ierusalimschy
3
-9
/
+9
1998-03-09
better use of "ASSERT".
Roberto Ierusalimschy
9
-19
/
+34
1998-03-09
BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty).
Roberto Ierusalimschy
2
-3
/
+7
1998-03-09
correct way to handle string delimiters
Roberto Ierusalimschy
1
-7
/
+5
1998-03-06
new names for "lua_pushlstr" and "lua_getstrlen"
Roberto Ierusalimschy
5
-16
/
+16
1998-03-06
support for strings with '\0'
Roberto Ierusalimschy
14
-156
/
+236
1998-02-12
"settag" returns its first argument.
Roberto Ierusalimschy
1
-1
/
+2
1998-02-12
usefull macros also available as functions
Roberto Ierusalimschy
3
-5
/
+33
1998-02-11
implementation of numerical escape sequences in strings ("\12");
Roberto Ierusalimschy
1
-20
/
+41
1998-02-11
better error messages for wrong tokens
Roberto Ierusalimschy
1
-2
/
+1
1998-02-11
interrupts lua loops with "^C" (via signals)
Roberto Ierusalimschy
1
-6
/
+40
1998-01-29
put back quotes (") when string in dostring ends with a \n
Roberto Ierusalimschy
1
-2
/
+5
1998-01-28
"volatile is the only reliable way to ensure that a local variable
Roberto Ierusalimschy
1
-6
/
+6
1998-01-28
tables can become full of "emptys" slots, and keep growing without limits.
Roberto Ierusalimschy
3
-26
/
+47
1998-01-27
details in "dostring" identification
Roberto Ierusalimschy
1
-2
/
+2
1998-01-27
BUG: "lua_getstring" may create a new string, so should check GC
Roberto Ierusalimschy
2
-1
/
+8
1998-01-27
bug: format size limits with little problems
Roberto Ierusalimschy
2
-4
/
+10
1998-01-19
wrong line number (+1) in error report when file starts with "#..."
Roberto Ierusalimschy
1
-0
/
+5
1998-01-19
BUG: wrong line number (+1) in error report when file starts with "#..."
Roberto Ierusalimschy
1
-4
/
+2
1998-01-19
needs "stdlib.h" (calls "exit")
Roberto Ierusalimschy
1
-1
/
+2
1998-01-19
MAX_WORD should not be bigger than MAX_INT
Roberto Ierusalimschy
4
-8
/
+26
1998-01-14
module to load bytecodes from files.
v3.1-alpha
Roberto Ierusalimschy
4
-348
/
+299
1998-01-14
details
Roberto Ierusalimschy
1
-3
/
+3
1998-01-14
"strcoll" may not exist in ond ansi machines
Roberto Ierusalimschy
1
-1
/
+6
1998-01-14
we don't need a type "Word".
Roberto Ierusalimschy
1
-5
/
+2
1998-01-13
small optimizations (?)
Roberto Ierusalimschy
2
-5
/
+10
1998-01-13
details
Roberto Ierusalimschy
1
-6
/
+6
1998-01-12
new way to hanlde arg information
Roberto Ierusalimschy
3
-29
/
+21
1998-01-12
we don't need a type "Word".
Roberto Ierusalimschy
1
-3
/
+3
1998-01-09
luaL_arg_check now is inlined
Roberto Ierusalimschy
2
-15
/
+21
1998-01-09
details
Roberto Ierusalimschy
6
-30
/
+27
1998-01-09
small optimizations in switch order
Roberto Ierusalimschy
6
-35
/
+36
[next]