Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using 'inline' in some functions | Roberto Ierusalimschy | 2021-09-15 | 1 | -0/+1 |
* | Eases the use of clang in the makefile | Roberto Ierusalimschy | 2021-02-10 | 1 | -4/+9 |
* | Compiler optimization back to '-O2' | Roberto Ierusalimschy | 2020-11-11 | 1 | -10/+0 |
* | Macro LUAI_ASSERT eases turning assertions on | Roberto Ierusalimschy | 2020-07-08 | 1 | -0/+1 |
* | Change in macro HARDMEMTESTS for testing GC | Roberto Ierusalimschy | 2020-07-08 | 1 | -1/+3 |
* | Details | Roberto Ierusalimschy | 2020-07-03 | 1 | -9/+10 |
* | Details | Roberto Ierusalimschy | 2020-06-10 | 1 | -3/+2 |
* | Makefile compiles the Lua compiler with '-Os' | Roberto Ierusalimschy | 2019-10-08 | 1 | -0/+10 |
* | Details in the makefile (warning options) | Roberto Ierusalimschy | 2019-09-24 | 1 | -8/+8 |
* | Details | Roberto Ierusalimschy | 2019-08-01 | 1 | -1/+0 |
* | Detail in makefile | Roberto Ierusalimschy | 2019-06-05 | 1 | -1/+1 |
* | 'all' script automatically 'make's everything | Roberto Ierusalimschy | 2018-12-19 | 1 | -0/+1 |
* | Detailsalternative-versionalt-version | Roberto Ierusalimschy | 2018-12-17 | 1 | -11/+12 |
* | several details | Roberto Ierusalimschy | 2018-06-18 | 1 | -11/+10 |
* | updated to use jump tables | Roberto Ierusalimschy | 2018-03-05 | 1 | -3/+2 |
* | 'LUA_USE_READLINE' moved to the make file | Roberto Ierusalimschy | 2018-03-02 | 1 | -1/+1 |
* | no more 'bitlib' | Roberto Ierusalimschy | 2018-02-27 | 1 | -3/+2 |
* | no optimizations in test mode + no more compat with 5.2 + a few more | Roberto Ierusalimschy | 2018-02-27 | 1 | -10/+11 |
* | small updatesv5.3.4v5-3-4 | Roberto Ierusalimschy | 2017-01-31 | 1 | -7/+10 |
* | details | Roberto Ierusalimschy | 2015-11-13 | 1 | -18/+18 |
* | using 'clang' by default + changes in warnings ('old-style-declaration' | Roberto Ierusalimschy | 2015-07-01 | 1 | -4/+3 |
* | dependencies updated | Roberto Ierusalimschy | 2015-05-22 | 1 | -17/+17 |
* | detail (added -Wconversion as a comment, to be used ocasionally) | Roberto Ierusalimschy | 2015-01-02 | 1 | -0/+1 |
* | removed repeated flags (-Wall/-Wdisabled-optimization) + removed flag | Roberto Ierusalimschy | 2014-11-05 | 1 | -73/+77 |
* | changed macro for compatibility options + details | Roberto Ierusalimschy | 2014-06-18 | 1 | -5/+5 |
* | new library: utf8 | Roberto Ierusalimschy | 2014-02-06 | 1 | -4/+5 |
* | reorganization of warnings + update of explicit dependencies (gcc -MM) | Roberto Ierusalimschy | 2013-06-20 | 1 | -7/+10 |
* | dependencies updated (with 'gcc -MM') | Roberto Ierusalimschy | 2013-04-15 | 1 | -2/+2 |
* | added two more commented warning options (just to know about them) | Roberto Ierusalimschy | 2013-03-15 | 1 | -0/+2 |
* | comments about some compiler options that should be tested once in a while | Roberto Ierusalimschy | 2011-07-04 | 1 | -2/+3 |
* | comments | Roberto Ierusalimschy | 2011-06-27 | 1 | -1/+2 |
* | details | Roberto Ierusalimschy | 2011-05-06 | 1 | -6/+8 |
* | -DLUA_COMPAT_ALL is the default | Roberto Ierusalimschy | 2010-11-16 | 1 | -1/+1 |
* | 'coroutine' library separated from 'baselib' | Roberto Ierusalimschy | 2010-06-10 | 1 | -3/+4 |
* | updated depenency lists + eliminated duplication of definitions | Roberto Ierusalimschy | 2010-05-14 | 1 | -12/+9 |
* | warnings that are not compatible with C++ separated from other warning | Roberto Ierusalimschy | 2010-01-13 | 1 | -9/+12 |
* | better may to force recompilation when makefile changes | Roberto Ierusalimschy | 2010-01-08 | 1 | -47/+48 |
* | update of file dependencies (gcc -MM) | Roberto Ierusalimschy | 2009-11-27 | 1 | -14/+15 |
* | a few new warnings | Roberto Ierusalimschy | 2009-11-26 | 1 | -0/+7 |
* | new module 'lbitlib.c' for bitwise operations | Roberto Ierusalimschy | 2009-07-01 | 1 | -1/+2 |
* | Lua now uses "homemade" lctype (instead of ctype.h from ANSI C) | Roberto Ierusalimschy | 2009-02-19 | 1 | -7/+9 |
* | whole build depends on 'makefile' itself + better format for warning | Roberto Ierusalimschy | 2008-10-28 | 1 | -36/+47 |
* | updating header dependencies | Roberto Ierusalimschy | 2008-10-03 | 1 | -26/+26 |
* | turn off optimizations when testing | Roberto Ierusalimschy | 2008-02-15 | 1 | -2/+2 |
* | option to use Sun compiler (on lhf account) | Roberto Ierusalimschy | 2007-12-27 | 1 | -5/+7 |
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -1/+1 |
* | detailsv5_1_1v5.1.1 | Roberto Ierusalimschy | 2006-06-09 | 1 | -1/+2 |
* | no more "auto-detection"v5_1_Betav5.1-beta | Roberto Ierusalimschy | 2005-11-16 | 1 | -1/+1 |
* | LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN | Roberto Ierusalimschy | 2005-05-09 | 1 | -1/+1 |
* | new organization using only one library | Roberto Ierusalimschy | 2005-04-07 | 1 | -79/+67 |