index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-07-25
'M_IX86' -> '_M_IX86'
Roberto Ierusalimschy
1
-2
/
+2
2011-07-25
removed unused variable 'found' (in 'findfield') + removed legacy
Roberto Ierusalimschy
1
-4
/
+3
2011-07-15
detail (cleaned whitespaces at end of lines)
Roberto Ierusalimschy
4
-10
/
+10
2011-07-15
no more 'zungetc' (better not to read next char)
Roberto Ierusalimschy
2
-22
/
+20
2011-07-15
macro 'char2int' replaced by 'cast_uchar' (used by other files)
Roberto Ierusalimschy
2
-6
/
+4
2011-07-15
better code for numerical escapes
Roberto Ierusalimschy
1
-28
/
+19
2011-07-08
added '_M_IX86' in NaN trick
v5.2-beta
Roberto Ierusalimschy
1
-7
/
+5
2011-07-08
detail
Roberto Ierusalimschy
1
-4
/
+4
2011-07-08
error on invalid escape sequences
Roberto Ierusalimschy
1
-31
/
+38
2011-07-06
detail (comment)
Roberto Ierusalimschy
1
-2
/
+2
2011-07-05
'\*' -> '\z' + '\?' is not an official escape sequence
Roberto Ierusalimschy
1
-3
/
+3
2011-07-05
removed and deprecated functions really removed from the code base
Roberto Ierusalimschy
4
-46
/
+17
2011-07-04
NILCONSTANT also depends no endianess (with NaN trick)
Roberto Ierusalimschy
1
-4
/
+4
2011-07-04
comments about some compiler options that should be tested once in a while
Roberto Ierusalimschy
1
-2
/
+3
2011-07-02
'table.pack' also returns 'n' + 'deprecated' changed to 'removed'
Roberto Ierusalimschy
1
-15
/
+17
2011-07-02
reordering of some defines (more logical grouping)
Roberto Ierusalimschy
1
-2
/
+2
2011-07-02
compilation warning about integer size x pointer size
Roberto Ierusalimschy
1
-2
/
+2
2011-07-02
small simplifications (and assert was wrongly written)
Roberto Ierusalimschy
1
-4
/
+2
2011-07-02
simpler 'luai_apicheck' (and avoids compilation error...)
Roberto Ierusalimschy
1
-3
/
+7
2011-07-02
'deprecated' x 'removed' (they are not the same thing)
Roberto Ierusalimschy
1
-6
/
+6
2011-06-28
'package.loaders' -> 'package.searchers'
Roberto Ierusalimschy
2
-25
/
+35
2011-06-28
no more errors on accesses to 'string' and strings
Roberto Ierusalimschy
1
-19
/
+7
2011-06-28
back to internal table for 'ctype', no more locale manipulation
Roberto Ierusalimschy
1
-23
/
+4
2011-06-27
use standard "underscore + uppercases" for reserved keys in the registry
Roberto Ierusalimschy
1
-2
/
+2
2011-06-27
comments
Roberto Ierusalimschy
1
-1
/
+2
2011-06-27
avoid "magic constant" 32 (the difference from 'A' to 'a')
Roberto Ierusalimschy
1
-2
/
+2
2011-06-27
back to "one-label-per-block"
Roberto Ierusalimschy
1
-20
/
+13
2011-06-24
useless assignments removed (macros already do the assignment)
Roberto Ierusalimschy
1
-4
/
+4
2011-06-24
resort to standard C ctype for non-ASCII systems + 'ltoupper' replaced
Roberto Ierusalimschy
1
-6
/
+41
2011-06-24
resort to standard C ctype for non-ASCII systems
Roberto Ierusalimschy
1
-3
/
+7
2011-06-24
using 'tolower' instead of 'toupper' (slightly simpler to implement)
Roberto Ierusalimschy
1
-2
/
+2
2011-06-23
macro 'ltoupper' instead of 'lisupper' (more usefull for Lua)
Roberto Ierusalimschy
3
-24
/
+33
2011-06-23
label syntax changed to '::label::'
Roberto Ierusalimschy
1
-2
/
+7
2011-06-21
change in the representation of file handles
Roberto Ierusalimschy
1
-139
/
+128
2011-06-20
label syntax changed to '::label::'
Roberto Ierusalimschy
2
-8
/
+8
2011-06-20
comment
Roberto Ierusalimschy
1
-2
/
+2
2011-06-20
added cast to void to calls to 'setlocale' (to easy redefining it as
Roberto Ierusalimschy
1
-3
/
+3
2011-06-20
typo in message
Roberto Ierusalimschy
1
-2
/
+2
2011-06-18
parser must work with C locale, but external locale must be preserved
Roberto Ierusalimschy
1
-4
/
+23
2011-06-16
label names must be unique inside a function
Roberto Ierusalimschy
1
-12
/
+27
2011-06-16
correct length for LUA_COPYRIGHT (without trailing '\0')
Roberto Ierusalimschy
1
-2
/
+2
2011-06-16
avoid warning about -unsigned value
Roberto Ierusalimschy
2
-4
/
+4
2011-06-16
detail (missing cast to unsigned char when converting char to int)
Roberto Ierusalimschy
1
-2
/
+2
2011-06-16
avoid conversion from 'const char*' to 'void *' (warning about 'const')
Roberto Ierusalimschy
1
-6
/
+15
2011-06-16
'os.execute' (and similars) should return 'exit' and code in case
Roberto Ierusalimschy
1
-7
/
+6
2011-06-16
declarations should be present only when implementations are
Roberto Ierusalimschy
1
-1
/
+4
2011-06-15
just in case, avoid side effects in 'ctype' macros
Roberto Ierusalimschy
1
-15
/
+22
2011-06-13
configuration for NaN trick big-endian + macro 'luai_checknum' to
Roberto Ierusalimschy
3
-7
/
+50
2011-06-09
avoid warnings with -Wstrict-overflow
Roberto Ierusalimschy
2
-8
/
+10
2011-06-09
better way to test overflows with string indices
Roberto Ierusalimschy
1
-2
/
+2
[prev]
[next]