lua-users home
lua-l archive

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


> I noticed that bin2c was dropped from Lua 5.1, presumably because 
> lua_dobuffer no longer exists in lauxlib.

No, it was dropped because it was easy to write it in Lua and we want
fewer things in the tarball, specially peripheral things like bin2c.

> Will bin2c ever be re-written for Lua 5.1?

Not officially, but it's easy to write your own, as previous posts in this
thread have shown.
--lhf