diff options
author | Pixel <pixel@nobis-crew.org> | 2008-09-29 05:52:19 +0200 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2008-09-29 05:52:19 +0200 |
commit | f56cefb2852d858a347518ea06fd4e8ec227a761 (patch) | |
tree | 5c33ef8d57975bf58dd7d130a5f0f060fcaffe25 /lib/lua/src | |
parent | 600c2ef2d8dd8dcf71166ec5a0b1b7fdf2eb6f4f (diff) |
Getting rid of these nasty expanded keywords.
Diffstat (limited to 'lib/lua/src')
32 files changed, 0 insertions, 32 deletions
diff --git a/lib/lua/src/LuaLib/lauxlib.c b/lib/lua/src/LuaLib/lauxlib.c index 9807702..f710450 100644 --- a/lib/lua/src/LuaLib/lauxlib.c +++ b/lib/lua/src/LuaLib/lauxlib.c @@ -1,5 +1,4 @@ /* -** $Id: lauxlib.c,v 1.6 2008-02-17 00:35:21 pixel Exp $ ** Auxiliary functions for building Lua libraries ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/LuaLib/lbaselib.c b/lib/lua/src/LuaLib/lbaselib.c index 5052148..fb52178 100644 --- a/lib/lua/src/LuaLib/lbaselib.c +++ b/lib/lua/src/LuaLib/lbaselib.c @@ -1,5 +1,4 @@ /* -** $Id: lbaselib.c,v 1.10 2008-02-18 10:15:45 pixel Exp $ ** Basic library ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/LuaLib/ldblib.c b/lib/lua/src/LuaLib/ldblib.c index 473fd7d..1730215 100644 --- a/lib/lua/src/LuaLib/ldblib.c +++ b/lib/lua/src/LuaLib/ldblib.c @@ -1,5 +1,4 @@ /* -** $Id: ldblib.c,v 1.6 2008-02-17 00:35:21 pixel Exp $ ** Interface from Lua to its debug API ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/LuaLib/linit.c b/lib/lua/src/LuaLib/linit.c index 96a3eac..c90ac91 100644 --- a/lib/lua/src/LuaLib/linit.c +++ b/lib/lua/src/LuaLib/linit.c @@ -1,5 +1,4 @@ /* -** $Id: linit.c,v 1.1 2007-07-27 15:47:33 pixel Exp $ ** Initialization of libraries for lua.c ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/LuaLib/liolib.c b/lib/lua/src/LuaLib/liolib.c index edd42f5..b6bb888 100644 --- a/lib/lua/src/LuaLib/liolib.c +++ b/lib/lua/src/LuaLib/liolib.c @@ -1,5 +1,4 @@ /* -** $Id: liolib.c,v 1.8 2008-02-17 00:35:21 pixel Exp $ ** Standard I/O (and system) library ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/LuaLib/lmathlib.c b/lib/lua/src/LuaLib/lmathlib.c index 417fdca..d168dc3 100644 --- a/lib/lua/src/LuaLib/lmathlib.c +++ b/lib/lua/src/LuaLib/lmathlib.c @@ -1,5 +1,4 @@ /* -** $Id: lmathlib.c,v 1.5 2007-07-27 10:05:55 pixel Exp $ ** Standard mathematical library ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/LuaLib/loadlib.c b/lib/lua/src/LuaLib/loadlib.c index 5c6019f..8ad3c92 100644 --- a/lib/lua/src/LuaLib/loadlib.c +++ b/lib/lua/src/LuaLib/loadlib.c @@ -1,5 +1,4 @@ /* -** $Id: loadlib.c,v 1.5 2007-07-27 10:05:55 pixel Exp $ ** Dynamic library loader for Lua ** See Copyright Notice in lua.h ** diff --git a/lib/lua/src/LuaLib/loslib.c b/lib/lua/src/LuaLib/loslib.c index 4592be1..cbea671 100644 --- a/lib/lua/src/LuaLib/loslib.c +++ b/lib/lua/src/LuaLib/loslib.c @@ -1,5 +1,4 @@ /* -** $Id: loslib.c,v 1.2 2008-02-17 00:35:21 pixel Exp $ ** Standard Operating System library ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/LuaLib/lstrlib.c b/lib/lua/src/LuaLib/lstrlib.c index 7198464..5613e00 100644 --- a/lib/lua/src/LuaLib/lstrlib.c +++ b/lib/lua/src/LuaLib/lstrlib.c @@ -1,5 +1,4 @@ /* -** $Id: lstrlib.c,v 1.6 2008-02-17 00:35:21 pixel Exp $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/LuaLib/ltablib.c b/lib/lua/src/LuaLib/ltablib.c index cc6be68..2eaa11b 100644 --- a/lib/lua/src/LuaLib/ltablib.c +++ b/lib/lua/src/LuaLib/ltablib.c @@ -1,5 +1,4 @@ /* -** $Id: ltablib.c,v 1.6 2008-02-17 00:35:21 pixel Exp $ ** Library for Table Manipulation ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lapi.c b/lib/lua/src/lapi.c index 8614880..2e85295 100644 --- a/lib/lua/src/lapi.c +++ b/lib/lua/src/lapi.c @@ -1,5 +1,4 @@ /* -** $Id: lapi.c,v 1.10 2008-09-23 16:28:53 pixel Exp $ ** Lua API ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lcode.c b/lib/lua/src/lcode.c index 981a7fd..f6a2a08 100644 --- a/lib/lua/src/lcode.c +++ b/lib/lua/src/lcode.c @@ -1,5 +1,4 @@ /* -** $Id: lcode.c,v 1.7 2008-02-17 00:35:20 pixel Exp $ ** Code generator for Lua ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/ldebug.c b/lib/lua/src/ldebug.c index 4c02a0b..d579d94 100644 --- a/lib/lua/src/ldebug.c +++ b/lib/lua/src/ldebug.c @@ -1,5 +1,4 @@ /* -** $Id: ldebug.c,v 1.9 2008-09-23 16:28:53 pixel Exp $ ** Debug Interface ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/ldo.c b/lib/lua/src/ldo.c index 71e1084..4d7d072 100644 --- a/lib/lua/src/ldo.c +++ b/lib/lua/src/ldo.c @@ -1,5 +1,4 @@ /* -** $Id: ldo.c,v 1.10 2008-02-17 00:35:20 pixel Exp $ ** Stack and Call structure of Lua ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/ldump.c b/lib/lua/src/ldump.c index f7dd971..5b96e2e 100644 --- a/lib/lua/src/ldump.c +++ b/lib/lua/src/ldump.c @@ -1,5 +1,4 @@ /* -** $Id: ldump.c,v 1.5 2007-07-27 10:05:53 pixel Exp $ ** save precompiled Lua chunks ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lfunc.c b/lib/lua/src/lfunc.c index 19fdc1a..2952007 100644 --- a/lib/lua/src/lfunc.c +++ b/lib/lua/src/lfunc.c @@ -1,5 +1,4 @@ /* -** $Id: lfunc.c,v 1.6 2007-07-27 10:05:53 pixel Exp $ ** Auxiliary functions to manipulate prototypes and closures ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lgc.c b/lib/lua/src/lgc.c index 56c2aa4..e29c9f9 100644 --- a/lib/lua/src/lgc.c +++ b/lib/lua/src/lgc.c @@ -1,5 +1,4 @@ /* -** $Id: lgc.c,v 1.7 2007-07-27 10:05:54 pixel Exp $ ** Garbage Collector ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/llex.c b/lib/lua/src/llex.c index f48a277..7148c92 100644 --- a/lib/lua/src/llex.c +++ b/lib/lua/src/llex.c @@ -1,5 +1,4 @@ /* -** $Id: llex.c,v 1.7 2007-07-27 10:05:54 pixel Exp $ ** Lexical Analyzer ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lmem.c b/lib/lua/src/lmem.c index c95d1c3..14bce80 100644 --- a/lib/lua/src/lmem.c +++ b/lib/lua/src/lmem.c @@ -1,5 +1,4 @@ /* -** $Id: lmem.c,v 1.5 2007-07-27 10:05:54 pixel Exp $ ** Interface to Memory Manager ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lobject.c b/lib/lua/src/lobject.c index 0bfc9be..b1e235d 100644 --- a/lib/lua/src/lobject.c +++ b/lib/lua/src/lobject.c @@ -1,5 +1,4 @@ /* -** $Id: lobject.c,v 1.7 2007-07-27 10:05:54 pixel Exp $ ** Some generic functions over Lua objects ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lopcodes.c b/lib/lua/src/lopcodes.c index a38e405..a140d2f 100644 --- a/lib/lua/src/lopcodes.c +++ b/lib/lua/src/lopcodes.c @@ -1,5 +1,4 @@ /* -** $Id: lopcodes.c,v 1.5 2007-07-27 10:05:54 pixel Exp $ ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lparser.c b/lib/lua/src/lparser.c index d088722..688e6bc 100644 --- a/lib/lua/src/lparser.c +++ b/lib/lua/src/lparser.c @@ -1,5 +1,4 @@ /* -** $Id: lparser.c,v 1.8 2008-02-17 00:35:20 pixel Exp $ ** Lua Parser ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lprint.c b/lib/lua/src/lprint.c index ebe5bff..1f43c7d 100644 --- a/lib/lua/src/lprint.c +++ b/lib/lua/src/lprint.c @@ -1,5 +1,4 @@ /* -** $Id: lprint.c,v 1.1 2007-07-30 08:05:36 pixel Exp $ ** print bytecodes ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lstate.c b/lib/lua/src/lstate.c index 10e8cda..1dbe30e 100644 --- a/lib/lua/src/lstate.c +++ b/lib/lua/src/lstate.c @@ -1,5 +1,4 @@ /* -** $Id: lstate.c,v 1.8 2008-02-17 00:35:20 pixel Exp $ ** Global State ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lstring.c b/lib/lua/src/lstring.c index f7b009f..c2ea768 100644 --- a/lib/lua/src/lstring.c +++ b/lib/lua/src/lstring.c @@ -1,5 +1,4 @@ /* -** $Id: lstring.c,v 1.5 2007-07-27 10:05:54 pixel Exp $ ** String table (keeps all strings handled by Lua) ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/ltable.c b/lib/lua/src/ltable.c index f9145ed..2d31b69 100644 --- a/lib/lua/src/ltable.c +++ b/lib/lua/src/ltable.c @@ -1,5 +1,4 @@ /* -** $Id: ltable.c,v 1.6 2008-02-17 00:35:20 pixel Exp $ ** Lua tables (hash) ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/ltests.c b/lib/lua/src/ltests.c index 287023c..80be515 100644 --- a/lib/lua/src/ltests.c +++ b/lib/lua/src/ltests.c @@ -1,5 +1,4 @@ /* -** $Id: ltests.c,v 1.5 2007-07-27 14:32:05 pixel Exp $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/ltm.c b/lib/lua/src/ltm.c index 2fcb68c..e719c2d 100644 --- a/lib/lua/src/ltm.c +++ b/lib/lua/src/ltm.c @@ -1,5 +1,4 @@ /* -** $Id: ltm.c,v 1.5 2007-07-27 10:05:54 pixel Exp $ ** Tag methods ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/luacomp.c b/lib/lua/src/luacomp.c index 371707f..298175f 100644 --- a/lib/lua/src/luacomp.c +++ b/lib/lua/src/luacomp.c @@ -1,5 +1,4 @@ /* - ** $Id: luacomp.c,v 1.10 2008-08-05 11:27:16 pixel Exp $ ** Lua compiler (saves bytecodes to files; also list bytecodes) ** Highly hacked by Nicolas "Pixel" Noble to be transformed into a ** small form-factor LUA compiler. diff --git a/lib/lua/src/lundump.c b/lib/lua/src/lundump.c index ef46c7f..1315a68 100644 --- a/lib/lua/src/lundump.c +++ b/lib/lua/src/lundump.c @@ -1,5 +1,4 @@ /* -** $Id: lundump.c,v 1.7 2008-09-23 16:28:53 pixel Exp $ ** load precompiled Lua chunks ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lvm.c b/lib/lua/src/lvm.c index 532e75d..f84f34b 100644 --- a/lib/lua/src/lvm.c +++ b/lib/lua/src/lvm.c @@ -1,5 +1,4 @@ /* -** $Id: lvm.c,v 1.12 2008-02-17 00:35:20 pixel Exp $ ** Lua virtual machine ** See Copyright Notice in lua.h */ diff --git a/lib/lua/src/lzio.c b/lib/lua/src/lzio.c index 8665a43..c79aca5 100644 --- a/lib/lua/src/lzio.c +++ b/lib/lua/src/lzio.c @@ -1,5 +1,4 @@ /* -** $Id: lzio.c,v 1.5 2007-07-27 10:05:54 pixel Exp $ ** a generic input stream interface ** See Copyright Notice in lua.h */ |