diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-02-06 15:32:33 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-02-06 15:32:33 -0200 |
| commit | 6ccf1500396efffeb38ed54ac78d2f2d41a9b762 (patch) | |
| tree | 8985365adae96e4d3c8b9e6f4b02c1c9b94e28c1 /linit.c | |
| parent | 4ea60463f5a5cc5c30bf3f20be0dd5141f48aa3c (diff) | |
| download | lua-6ccf1500396efffeb38ed54ac78d2f2d41a9b762.tar.gz lua-6ccf1500396efffeb38ed54ac78d2f2d41a9b762.tar.bz2 lua-6ccf1500396efffeb38ed54ac78d2f2d41a9b762.zip | |
new library: utf8
Diffstat (limited to 'linit.c')
| -rw-r--r-- | linit.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: linit.c,v 1.31 2011/01/26 16:30:02 roberto Exp roberto $ | 2 | ** $Id: linit.c,v 1.32 2011/04/08 19:17:36 roberto Exp roberto $ |
| 3 | ** Initialization of libraries for lua.c and other clients | 3 | ** Initialization of libraries for lua.c and other clients |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -34,6 +34,7 @@ static const luaL_Reg loadedlibs[] = { | |||
| 34 | {LUA_IOLIBNAME, luaopen_io}, | 34 | {LUA_IOLIBNAME, luaopen_io}, |
| 35 | {LUA_OSLIBNAME, luaopen_os}, | 35 | {LUA_OSLIBNAME, luaopen_os}, |
| 36 | {LUA_STRLIBNAME, luaopen_string}, | 36 | {LUA_STRLIBNAME, luaopen_string}, |
| 37 | {LUA_UTF8LIBNAME, luaopen_utf8}, | ||
| 37 | {LUA_BITLIBNAME, luaopen_bit32}, | 38 | {LUA_BITLIBNAME, luaopen_bit32}, |
| 38 | {LUA_MATHLIBNAME, luaopen_math}, | 39 | {LUA_MATHLIBNAME, luaopen_math}, |
| 39 | {LUA_DBLIBNAME, luaopen_debug}, | 40 | {LUA_DBLIBNAME, luaopen_debug}, |
