# # ChangeLog for /src/modules/lua_lpack.c # # Generated by Trac 0.10.3 # 05/19/13 19:58:52 # 02/20/10 20:36:12 Theo Schlossnagle <jesus@omniti.com> [2bc357abaca0cfec2814a8e2892c5c9775e46dfc] * src/modules/Makefile.in (modified) * src/modules/lua.c (modified) * src/modules/lua_lpack.c (added) * src/modules/lua_noit.h (modified) add a string.pack and string.unpack. this code is public domain, I've reviewed it and it should be safe. It's a variant on a plethora of other implementations out there and would be trivial to rewrite should the need arise.