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
/
lobject.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
new implementation for 'lua_strx2number' to correct small
Roberto Ierusalimschy
2013-05-27
1
-24
/
+36
*
detail (case '%d' of 'luaO_pushvfstring' should use integers)
Roberto Ierusalimschy
2013-05-26
1
-2
/
+2
*
'luaO_str2int' more generic: accepts white spaces around the numeral
Roberto Ierusalimschy
2013-05-14
1
-11
/
+22
*
constant folding and API arithmetic with integers
Roberto Ierusalimschy
2013-05-02
1
-2
/
+45
*
'luaO_arith' -> 'luaO_numarith'
Roberto Ierusalimschy
2013-04-29
1
-2
/
+2
*
new format "%I" in 'lua_pushfstring' for lua_Integer
Roberto Ierusalimschy
2013-04-25
1
-1
/
+8
*
first implementation of literal integers (no constant folding yet)
Roberto Ierusalimschy
2013-04-16
1
-1
/
+20
*
'l_tg' was renamed to 'l_mathop' and this use was not corrected at
Roberto Ierusalimschy
2013-02-20
1
-2
/
+2
*
small improvement in the support of 'float' as lua_Number
Roberto Ierusalimschy
2013-01-29
1
-3
/
+3
*
remove of unecessary luaD_checkstack. (In some cases, C should
Roberto Ierusalimschy
2012-08-16
1
-9
/
+7
*
function prototype did not match one in .h
Roberto Ierusalimschy
2011-11-30
1
-2
/
+2
*
avoid "unreachable" 'break'
Roberto Ierusalimschy
2011-11-30
1
-2
/
+1
*
refuse things like 'inf' or 'Nan' as numerals
Roberto Ierusalimschy
2011-07-27
1
-4
/
+6
*
using 'tolower' instead of 'toupper' (slightly simpler to implement)
Roberto Ierusalimschy
2011-06-24
1
-2
/
+2
*
macro 'ltoupper' instead of 'lisupper' (more usefull for Lua)
Roberto Ierusalimschy
2011-06-23
1
-3
/
+2
*
detail (missing cast to unsigned char when converting char to int)
Roberto Ierusalimschy
2011-06-16
1
-2
/
+2
*
no need for two different implementations for equality (one raw and
Roberto Ierusalimschy
2011-05-31
1
-23
/
+1
*
more complete (and hopefuly more correct) handling of 'sizeof(char)'
Roberto Ierusalimschy
2011-05-03
1
-7
/
+9
*
new macro 'ttisequal'
Roberto Ierusalimschy
2011-04-05
1
-2
/
+2
*
trying to avoid assumption that sizeof(char)==1
Roberto Ierusalimschy
2011-02-07
1
-2
/
+2
*
official support for floating hexa numerals
Roberto Ierusalimschy
2010-12-10
1
-10
/
+77
*
detection of erroneous numeric strings with \0 (such as "1\0")
Roberto Ierusalimschy
2010-12-06
1
-6
/
+7
*
bug: by-one error when creating short source names (luaO_chunkid)
Roberto Ierusalimschy
2010-10-29
1
-2
/
+2
*
comment typo
Roberto Ierusalimschy
2010-10-29
1
-2
/
+2
*
more robust implementation for 'luaO_str2d'
Roberto Ierusalimschy
2010-10-28
1
-6
/
+11
*
"light C function" is a better name than "C-function pointer"
Roberto Ierusalimschy
2010-04-18
1
-2
/
+2
*
no need to avoid calling ctype functions as now they are implemented
Roberto Ierusalimschy
2010-04-15
1
-4
/
+2
*
first implementation of light C functions
Roberto Ierusalimschy
2010-04-14
1
-1
/
+3
*
new macro 'eqstr'
Roberto Ierusalimschy
2010-04-05
1
-1
/
+3
*
small changes in 'luaO_pushvfstring'
Roberto Ierusalimschy
2010-04-02
1
-15
/
+13
*
typo (thanks to Gavin)
Roberto Ierusalimschy
2010-02-05
1
-2
/
+2
*
comment typos
Roberto Ierusalimschy
2009-11-26
1
-2
/
+2
*
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
Roberto Ierusalimschy
2009-11-19
1
-2
/
+2
*
new macro 'NILCONSTANT' to initialize nil constants
Roberto Ierusalimschy
2009-11-06
1
-2
/
+2
*
new function 'luaO_arith' to perform basic arithmetic operations
Roberto Ierusalimschy
2009-06-17
1
-1
/
+15
*
small bug in 'luaV_concat' (L->top was left incorrect in some cases)
Roberto Ierusalimschy
2009-05-27
1
-3
/
+2
*
Lua now uses "homemade" lctype (instead of ctype.h from ANSI C)
Roberto Ierusalimschy
2009-02-19
1
-3
/
+3
*
'ceillog2' now is exported (other modules may need it)
Roberto Ierusalimschy
2008-01-30
1
-2
/
+20
*
'lua_pushfstring' raises an error if called with invalid format
Roberto Ierusalimschy
2007-12-19
1
-6
/
+5
*
avoid the use of "exotic" libc functions
Roberto Ierusalimschy
2007-11-09
1
-28
/
+38
*
luaO_log2 can be private to ltable.c
Roberto Ierusalimschy
2007-04-10
1
-19
/
+1
*
comments
Roberto Ierusalimschy
2006-11-22
1
-2
/
+2
*
emergency garbage collector (core forces a GC when allocation fails)
Roberto Ierusalimschy
2006-07-11
1
-6
/
+6
*
complete support for hexadecimal constants
Roberto Ierusalimschy
2006-02-10
1
-1
/
+3
*
details
Roberto Ierusalimschy
2006-01-10
1
-2
/
+2
*
small changes in casts
Roberto Ierusalimschy
2005-12-22
1
-5
/
+5
*
no more L in numer-operator macros (some functions that use those macros
Roberto Ierusalimschy
2005-10-24
1
-2
/
+2
*
small optimization
Roberto Ierusalimschy
2005-08-01
1
-1
/
+2
*
details
Roberto Ierusalimschy
2005-07-31
1
-4
/
+3
*
detail
Roberto Ierusalimschy
2005-07-11
1
-2
/
+4
[prev]
[next]