| Commit message (Expand) | Author | Age | Files | Lines |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -4/+4 |
* | Small changes in casts from void* to functions | Roberto Ierusalimschy | 2024-07-02 | 1 | -22/+6 |
* | llimits.h being used by all Lua code | Roberto Ierusalimschy | 2024-06-20 | 1 | -0/+1 |
* | Small simplification in 'findloader' | Roberto Ierusalimschy | 2024-04-03 | 1 | -5/+4 |
* | Default paths stored as external strings | Roberto Ierusalimschy | 2023-11-13 | 1 | -2/+3 |
* | Option '-l' discards version sufix from file name | Roberto Ierusalimschy | 2023-05-15 | 1 | -9/+0 |
* | Details | Roberto Ierusalimschy | 2022-04-01 | 1 | -2/+7 |
* | Broadening the use of branch hints | Roberto Ierusalimschy | 2021-02-24 | 1 | -7/+10 |
* | Back to old encoding of versions in binary files | Roberto Ierusalimschy | 2020-05-06 | 1 | -1/+1 |
* | Fixed warning about casts between function pointers | Roberto Ierusalimschy | 2020-04-29 | 1 | -1/+8 |
* | Several details about 5.4.0 rc1 | Roberto Ierusalimschy | 2020-04-23 | 1 | -2/+0 |
* | Change in the prefix of messages from searchers | Roberto Ierusalimschy | 2019-10-24 | 1 | -5/+9 |
* | Fixed a warning and other minor issues | Roberto Ierusalimschy | 2019-10-04 | 1 | -1/+1 |
* | Added macro 'luaL_pushfail' | Roberto Ierusalimschy | 2019-08-16 | 1 | -4/+4 |
* | Avoid using addresses of static variables as unique keys | Roberto Ierusalimschy | 2019-07-19 | 1 | -6/+5 |
* | Details (typos in comments) | Roberto Ierusalimschy | 2019-07-05 | 1 | -1/+1 |
* | Avoid the creation of too many strings in 'package' | Roberto Ierusalimschy | 2019-05-03 | 1 | -31/+58 |
* | 'require' returns where module was found | Roberto Ierusalimschy | 2019-04-17 | 1 | -6/+17 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | 'searchpath' creates less temporary strings | Roberto Ierusalimschy | 2018-07-09 | 1 | -18/+34 |
* | removed compatibility code with older versions | Roberto Ierusalimschy | 2018-02-27 | 1 | -94/+1 |
* | Code should not change the stack level after the initialization of a | Roberto Ierusalimschy | 2017-12-13 | 1 | -3/+3 |
* | Handling of LUA_PATH/LUA_CPATH moved back to 'package' library | Roberto Ierusalimschy | 2017-01-12 | 1 | -5/+92 |
* | using constants for "_LOADED" and "PRELOAD" | Roberto Ierusalimschy | 2016-12-04 | 1 | -9/+9 |
* | Handling of LUA_PATH/LUA_CPATH moved from package library to stand | Roberto Ierusalimschy | 2016-07-18 | 1 | -89/+5 |
* | details (comments) | Roberto Ierusalimschy | 2015-11-23 | 1 | -2/+2 |
* | detail ('fopen' needs 'stdio.h') | Roberto Ierusalimschy | 2015-02-16 | 1 | -1/+2 |
* | typo in comment | Roberto Ierusalimschy | 2015-01-13 | 1 | -3/+3 |
* | new macro 'cast_func' adds '__extension__' (in gnu compilers) when | Roberto Ierusalimschy | 2015-01-05 | 1 | -2/+14 |
* | uses return value from lua_getfield | Roberto Ierusalimschy | 2014-11-12 | 1 | -3/+3 |
* | using address instead of string for key for table 'CLIBS' in the | Roberto Ierusalimschy | 2014-11-10 | 1 | -6/+10 |
* | keep "#include <windows.h>" in this file, but without the | Roberto Ierusalimschy | 2014-11-03 | 1 | -1/+3 |
* | added include for 'lprefix.h', for stuff that must be added before | Roberto Ierusalimschy | 2014-11-02 | 1 | -11/+4 |
* | comments | Roberto Ierusalimschy | 2014-10-27 | 1 | -5/+5 |
* | `name' in comments changed to 'name' | Roberto Ierusalimschy | 2014-10-25 | 1 | -5/+5 |
* | macros 'LUA_QL'/'LUA_QL' deprecated | Roberto Ierusalimschy | 2014-10-17 | 1 | -11/+8 |
* | added some casts between integral types (to avoid warnings) | Roberto Ierusalimschy | 2014-07-29 | 1 | -2/+2 |
* | some janitorial work (comments, small refactoring) | Roberto Ierusalimschy | 2014-07-28 | 1 | -45/+96 |
* | detail (added placeholders for non-function fields to preallocate | Roberto Ierusalimschy | 2014-07-16 | 1 | -1/+7 |
* | lua_gettable and similars return type of gotten value | Roberto Ierusalimschy | 2014-03-12 | 1 | -10/+6 |
* | detail (changing some names of macros) | Roberto Ierusalimschy | 2013-10-07 | 1 | -10/+10 |
* | typos in comments | Roberto Ierusalimschy | 2012-05-30 | 1 | -3/+3 |
* | detail (separate code to create 'searchers' table into a new function) | Roberto Ierusalimschy | 2012-04-26 | 1 | -12/+15 |
* | bug: C libraries must be unloaded after all other finalizers have run, | Roberto Ierusalimschy | 2012-04-11 | 1 | -33/+41 |
* | new way to handle -E option (write a mark in the registry to avoidv5.2.0 | Roberto Ierusalimschy | 2011-12-12 | 1 | -2/+15 |
* | comments | Roberto Ierusalimschy | 2011-11-30 | 1 | -5/+5 |
* | explicit option RTLD_LOCAL instead of 0 (Posix does not fix | Roberto Ierusalimschy | 2011-11-28 | 1 | -2/+2 |
* | 'LUA_DL_DLL' is not yet defined before the inclusion of 'lua.h' | Roberto Ierusalimschy | 2011-11-25 | 1 | -2/+2 |
* | using Lua buffers to build error messages | Roberto Ierusalimschy | 2011-11-10 | 1 | -9/+9 |
* | create error messages with a single concat, to avoid problems with | Roberto Ierusalimschy | 2011-11-09 | 1 | -20/+33 |