lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 19 November 2015 at 11:28, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> The diffs are also available in unified format:
>         http://www.lua.org/work/diffu-lua-5.3.1-lua-5.3.2-rc1.txt
>         http://www.lua.org/work/diffu-lua-5.3.1-lua-5.3.2-rc1.html

When creating unified diffs for C code, consider passing '-p' so that
it (additionally) emits which C function each diff chunk relates to.
Makes it easier to browse :)

> All feedback welcome. Thanks.

Interesting to see that in functions such as lua_rawseti, `hvalue` is
now called twice.
Was this fixing any particular issue?


The caching in upvalues for type() is a nice touch


Typo in comment of moveresults. ('ajdust')


Why does ltablib.c now `#include <time.h>`