lua-users home
lua-l archive

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


At 04:17 31/1/2002 -0800, you wrote:

On Thursday, January 31, 2002, at 03:53 AM, Luiz Henrique de Figueiredo wrote:
Since we're talking about standard libs, I just wanted to mention that a
standard buffer lib would be a big help for lua add-on developers. Right
now, each new add-on C library that requires buffers(many do) implements
it's own buffer library.

The auxlib contains buffer functions.

Cool, I'll take a look. Is this new?
I wonder why Waldemar didn't use it for glLua?

both tolua and gllua are older than auxlib.
regarding gllua for lua 4.0, I inclined to implement the
buffers using regular Lua strings.

-- waldemar