[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua_pushunsigned undocumented
- From: Rapin Patrick <rapin.patrick@...>
- Date: Fri, 21 Sep 2012 20:34:10 +0200
Lua 5.2 introduced the new type lua_Unsigned for bit operations, and
along it a number of API functions like lua_tounsigned or
luaL_checkunsigned.
I noticed recently that although the function
lua_pushunsigned is logically declared in lua.h, defined in lapi.c and
heavily used in lbitlib.c, there is no mention of it in the
documentation. It seems to have been forgotten.