[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] luaposix 33.4.0 released
- From: "Gary V. Vaughan" <gary@...>
- Date: Sat, 27 Feb 2016 17:55:12 +0000
Wow… my spelling is really bad when I’m rushing to send and head out!
> On 27 Feb 2016, at 14:44, Gary V. Vaughan <gary@vaughan.pe> wrote:
>
> A library binding various POSIX APIs. POSIX is the IEEE Portable Operating
> System Interface standard. luaposix is based on lposix.
>
> I am happy to announce release 33.4.0 of luaposix. The biggest change in
> this release is that luaposix no longer contains the curses bindings,
> which have moved back into lcurses, so that each can maintain their own
> release cycle. There are also fixes to most know bugs.
…fixes to most known bugs.
“Most”, because I haven’t decided what to about fdopen not working on
LuaJIT.
> luaposix's home page is at https://github.com/luaposix/luaposix/, with
> documentation at https://luaposix.githux.io/luaposix.
I don’t know what githux is, but that url should be:
https://luaposix.github.io/luaposix.
[[snip]]
Cheers,
Gary