lua-users home
lua-l archive

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


stdlib is a library of modules for common programming tasks, including list,
table and functional operations, objects, pickling, pretty-printing and
command-line option parsing.

I am embarrassed to announce release 41.1.1 of stdlib.

stdlib's home page is at http://lua-stdlib.github.io/lua-stdlib

Yesterday's release had a infinite loop bug when used with Lua 5.3.  This
release fixes that bug but is otherwise identical to 41.1.0.

## Noteworthy changes in release 41.1.1 (2015-01-31) [stable]

### Bug fixes

  - `std.barrel` no longer gets stuck in an infinite loop when called in
    Lua 5.3.


Install it with LuaRocks, using:

    luarocks install stdlib 41.1.1