History log of /src/lib/lua/syslog |
Revision | Date | Author | Comments |
1.1 | 12-Nov-2013 |
mbalmer | branches: 1.1.4; 1.1.8; Add a syslog(3) binding for Lua (not yet linked to the build.)
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 12-Nov-2013 |
tls | file Makefile was added on branch tls-maxphys on 2014-08-20 00:02:21 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 12-Nov-2013 |
yamt | file Makefile was added on branch yamt-pagecache on 2014-05-22 11:37:01 +0000
|
1.2 | 02-Feb-2015 |
lneto | lua: updated from 5.3 work3 to 5.3.0
* improved the overall kernel Lua patch; fixed coercion * updated lua/syslog * updated luapmf and luasystm Makefiles
|
1.1 | 12-Nov-2013 |
mbalmer | branches: 1.1.4; 1.1.6; 1.1.8; Add a syslog(3) binding for Lua (not yet linked to the build.)
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 12-Nov-2013 |
tls | file syslog.c was added on branch tls-maxphys on 2014-08-20 00:02:21 +0000
|
1.1.6.1 | 04-Feb-2015 |
martin | Pull up the following, requested by lneto in ticket #477:
external/mit/lua/dist/src/lprefix.h up to 1.2 external/mit/lua/dist/doc/alert.png delete external/mit/lua/dist/Makefile up to 1.3 external/mit/lua/dist/README up to 1.3 external/mit/lua/dist/doc/contents.html up to 1.3 external/mit/lua/dist/doc/lua.1 up to 1.3 external/mit/lua/dist/doc/lua.css up to 1.3 external/mit/lua/dist/doc/manual.html up to 1.3 external/mit/lua/dist/doc/readme.html up to 1.3 external/mit/lua/dist/src/Makefile up to 1.3 external/mit/lua/dist/src/lapi.c up to 1.3 external/mit/lua/dist/src/lapi.h up to 1.3 external/mit/lua/dist/src/lauxlib.c up to 1.4 external/mit/lua/dist/src/lauxlib.h up to 1.3 external/mit/lua/dist/src/lbaselib.c up to 1.4 external/mit/lua/dist/src/lbitlib.c up to 1.2 external/mit/lua/dist/src/lcode.c up to 1.3 external/mit/lua/dist/src/lcode.h up to 1.3 external/mit/lua/dist/src/lcorolib.c up to 1.2 external/mit/lua/dist/src/lctype.c up to 1.2 external/mit/lua/dist/src/lctype.h up to 1.2 external/mit/lua/dist/src/ldblib.c up to 1.5 external/mit/lua/dist/src/ldebug.c up to 1.3 external/mit/lua/dist/src/ldebug.h up to 1.3 external/mit/lua/dist/src/ldo.c up to 1.3 external/mit/lua/dist/src/ldo.h up to 1.3 external/mit/lua/dist/src/ldump.c up to 1.3 external/mit/lua/dist/src/lfunc.c up to 1.3 external/mit/lua/dist/src/lgc.c up to 1.3 external/mit/lua/dist/src/lgc.h up to 1.3 external/mit/lua/dist/src/linit.c up to 1.4 external/mit/lua/dist/src/liolib.c up to 1.3 external/mit/lua/dist/src/llex.c up to 1.3 external/mit/lua/dist/src/llex.h up to 1.3 external/mit/lua/dist/src/llimits.h up to 1.3 external/mit/lua/dist/src/lmathlib.c up to 1.3 external/mit/lua/dist/src/lmem.c up to 1.3 external/mit/lua/dist/src/lmem.h up to 1.3 external/mit/lua/dist/src/loadlib.c up to 1.3 external/mit/lua/dist/src/lobject.c up to 1.4 external/mit/lua/dist/src/lobject.h up to 1.3 external/mit/lua/dist/src/lopcodes.c up to 1.3 external/mit/lua/dist/src/lopcodes.h up to 1.3 external/mit/lua/dist/src/loslib.c up to 1.3 external/mit/lua/dist/src/lparser.c up to 1.3 external/mit/lua/dist/src/lparser.h up to 1.3 external/mit/lua/dist/src/lstate.c up to 1.3 external/mit/lua/dist/src/lstate.h up to 1.3 external/mit/lua/dist/src/lstring.c up to 1.3 external/mit/lua/dist/src/lstring.h up to 1.3 external/mit/lua/dist/src/lstrlib.c up to 1.6 external/mit/lua/dist/src/ltable.c up to 1.3 external/mit/lua/dist/src/ltable.h up to 1.3 external/mit/lua/dist/src/ltablib.c up to 1.3 external/mit/lua/dist/src/ltm.c up to 1.3 external/mit/lua/dist/src/ltm.h up to 1.3 external/mit/lua/dist/src/lua.c up to 1.3 external/mit/lua/dist/src/lua.h up to 1.3 external/mit/lua/dist/src/luac.c up to 1.3 external/mit/lua/dist/src/luaconf.h up to 1.12 external/mit/lua/dist/src/lundump.c up to 1.3 external/mit/lua/dist/src/lutf8lib.c up to 1.2 external/mit/lua/dist/src/lvm.c up to 1.4 external/mit/lua/dist/src/lvm.h up to 1.3 external/mit/lua/dist/src/lzio.c up to 1.3 external/mit/lua/dist/src/lzio.h up to 1.3 lib/lua/syslog/syslog.c 1.2 sys/modules/luapmf/Makefile 1.4 sys/modules/luasystm/Makefile 1.3
Update Lua from 5.3 work3 to 5.3.0 * improved the overall kernel Lua patch; fixed coercion * updated lua/syslog * updated luapmf and luasystm Makefiles
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 12-Nov-2013 |
yamt | file syslog.c was added on branch yamt-pagecache on 2014-05-22 11:37:01 +0000
|