summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-08-23 14:26:12 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-08-23 14:26:12 -0300
commitf99509581ee73c1c2dbddb3398e87c098771d31f (patch)
treed6dab82ae42f5fbd2a20a80d6f6200748e196d32
parent3dcd04ad610d151afbe8cd92c43e2232e621fbb5 (diff)
downloadlua-github-f99509581ee73c1c2dbddb3398e87c098771d31f.tar.gz
Removed extra information from RCS keyword strings
Version numbers and dates (mostly wrong) from RCS keyword strings removed from all source files; only the file name are kept.
-rw-r--r--lapi.c2
-rw-r--r--lapi.h2
-rw-r--r--lbaselib.c2
-rw-r--r--lcode.h2
-rw-r--r--lcorolib.c2
-rw-r--r--lctype.c2
-rw-r--r--lctype.h2
-rw-r--r--ldblib.c2
-rw-r--r--ldebug.c2
-rw-r--r--ldebug.h2
-rw-r--r--ldo.h2
-rw-r--r--ldump.c2
-rw-r--r--lfunc.c2
-rw-r--r--lfunc.h2
-rw-r--r--lgc.h2
-rw-r--r--linit.c2
-rw-r--r--ljumptab.h2
-rw-r--r--llex.c2
-rw-r--r--llex.h2
-rw-r--r--llimits.h2
-rw-r--r--lmathlib.c2
-rw-r--r--lmem.c2
-rw-r--r--lmem.h2
-rw-r--r--loadlib.c2
-rw-r--r--lobject.c2
-rw-r--r--lobject.h2
-rw-r--r--lopcodes.c2
-rw-r--r--lopcodes.h2
-rw-r--r--lopnames.h2
-rw-r--r--lparser.c2
-rw-r--r--lparser.h2
-rw-r--r--lprefix.h2
-rw-r--r--lstate.c2
-rw-r--r--lstring.c2
-rw-r--r--lstring.h2
-rw-r--r--lstrlib.c2
-rw-r--r--ltable.c2
-rw-r--r--ltable.h2
-rw-r--r--ltablib.c2
-rw-r--r--ltests.c2
-rw-r--r--ltests.h2
-rw-r--r--ltm.c2
-rw-r--r--ltm.h2
-rw-r--r--lua.h2
-rw-r--r--luaconf.h2
-rw-r--r--lualib.h2
-rw-r--r--lundump.c2
-rw-r--r--lundump.h2
-rw-r--r--lvm.h2
-rw-r--r--lzio.c2
-rw-r--r--lzio.h2
51 files changed, 51 insertions, 51 deletions
diff --git a/lapi.c b/lapi.c
index e69215a8..0ca9a321 100644
--- a/lapi.c
+++ b/lapi.c
@@ -1,5 +1,5 @@
/*
-** $Id: lapi.c,v 2.294 2018/06/15 19:31:22 roberto Exp roberto $
+** $Id: lapi.c $
** Lua API
** See Copyright Notice in lua.h
*/
diff --git a/lapi.h b/lapi.h
index 77ebb300..016f78cc 100644
--- a/lapi.h
+++ b/lapi.h
@@ -1,5 +1,5 @@
/*
-** $Id: lapi.h,v 2.10 2017/11/01 18:20:48 roberto Exp $
+** $Id: lapi.h $
** Auxiliary functions from Lua API
** See Copyright Notice in lua.h
*/
diff --git a/lbaselib.c b/lbaselib.c
index 12a9e888..e776c2a2 100644
--- a/lbaselib.c
+++ b/lbaselib.c
@@ -1,5 +1,5 @@
/*
-** $Id: lbaselib.c,v 1.322 2018/02/27 18:47:32 roberto Exp roberto $
+** $Id: lbaselib.c $
** Basic library
** See Copyright Notice in lua.h
*/
diff --git a/lcode.h b/lcode.h
index 0c415973..dd091c78 100644
--- a/lcode.h
+++ b/lcode.h
@@ -1,5 +1,5 @@
/*
-** $Id: lcode.h,v 1.72 2018/03/19 20:03:44 roberto Exp roberto $
+** $Id: lcode.h $
** Code generator for Lua
** See Copyright Notice in lua.h
*/
diff --git a/lcorolib.c b/lcorolib.c
index 49a3cf28..9038f9fb 100644
--- a/lcorolib.c
+++ b/lcorolib.c
@@ -1,5 +1,5 @@
/*
-** $Id: lcorolib.c,v 1.10 2016/04/11 19:19:55 roberto Exp roberto $
+** $Id: lcorolib.c $
** Coroutine Library
** See Copyright Notice in lua.h
*/
diff --git a/lctype.c b/lctype.c
index 367640c6..4eaad167 100644
--- a/lctype.c
+++ b/lctype.c
@@ -1,5 +1,5 @@
/*
-** $Id: lctype.c,v 1.11 2011/10/03 16:19:23 roberto Exp roberto $
+** $Id: lctype.c $
** 'ctype' functions for Lua
** See Copyright Notice in lua.h
*/
diff --git a/lctype.h b/lctype.h
index de1efd51..cbff4d7e 100644
--- a/lctype.h
+++ b/lctype.h
@@ -1,5 +1,5 @@
/*
-** $Id: lctype.h,v 1.12 2011/07/15 12:50:29 roberto Exp roberto $
+** $Id: lctype.h $
** 'ctype' functions for Lua
** See Copyright Notice in lua.h
*/
diff --git a/ldblib.c b/ldblib.c
index a9776543..20010842 100644
--- a/ldblib.c
+++ b/ldblib.c
@@ -1,5 +1,5 @@
/*
-** $Id: ldblib.c,v 1.154 2018/03/05 14:15:04 roberto Exp roberto $
+** $Id: ldblib.c $
** Interface from Lua to its debug API
** See Copyright Notice in lua.h
*/
diff --git a/ldebug.c b/ldebug.c
index f3c093a0..3590010c 100644
--- a/ldebug.c
+++ b/ldebug.c
@@ -1,5 +1,5 @@
/*
-** $Id: ldebug.c,v 2.157 2018/05/02 18:17:59 roberto Exp roberto $
+** $Id: ldebug.c $
** Debug Interface
** See Copyright Notice in lua.h
*/
diff --git a/ldebug.h b/ldebug.h
index 3b8e6ae0..31ecc2f6 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -1,5 +1,5 @@
/*
-** $Id: ldebug.h,v 2.17 2018/05/02 18:17:59 roberto Exp roberto $
+** $Id: ldebug.h $
** Auxiliary functions from Debug Interface module
** See Copyright Notice in lua.h
*/
diff --git a/ldo.h b/ldo.h
index a3ac6f50..c836a2a1 100644
--- a/ldo.h
+++ b/ldo.h
@@ -1,5 +1,5 @@
/*
-** $Id: ldo.h,v 2.43 2018/02/17 19:29:29 roberto Exp roberto $
+** $Id: ldo.h $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
diff --git a/ldump.c b/ldump.c
index 0724aeb5..aca6245b 100644
--- a/ldump.c
+++ b/ldump.c
@@ -1,5 +1,5 @@
/*
-** $Id: ldump.c,v 2.40 2017/11/28 11:19:07 roberto Exp roberto $
+** $Id: ldump.c $
** save precompiled Lua chunks
** See Copyright Notice in lua.h
*/
diff --git a/lfunc.c b/lfunc.c
index 307a857b..16e00731 100644
--- a/lfunc.c
+++ b/lfunc.c
@@ -1,5 +1,5 @@
/*
-** $Id: lfunc.c,v 2.50 2017/06/27 11:35:31 roberto Exp roberto $
+** $Id: lfunc.c $
** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/
diff --git a/lfunc.h b/lfunc.h
index 74a9fc2e..859ccc12 100644
--- a/lfunc.h
+++ b/lfunc.h
@@ -1,5 +1,5 @@
/*
-** $Id: lfunc.h,v 2.19 2018/01/28 15:13:26 roberto Exp roberto $
+** $Id: lfunc.h $
** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/
diff --git a/lgc.h b/lgc.h
index d7adf444..e0a8806b 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
/*
-** $Id: lgc.h,v 2.102 2018/02/19 20:06:56 roberto Exp roberto $
+** $Id: lgc.h $
** Garbage Collector
** See Copyright Notice in lua.h
*/
diff --git a/linit.c b/linit.c
index 2db8d5b3..69808f84 100644
--- a/linit.c
+++ b/linit.c
@@ -1,5 +1,5 @@
/*
-** $Id: linit.c,v 1.40 2017/06/27 18:32:49 roberto Exp roberto $
+** $Id: linit.c $
** Initialization of libraries for lua.c and other clients
** See Copyright Notice in lua.h
*/
diff --git a/ljumptab.h b/ljumptab.h
index 01d2c11e..c775f10a 100644
--- a/ljumptab.h
+++ b/ljumptab.h
@@ -1,5 +1,5 @@
/*
-** $Id: ljumptab.h 2018/07/10 13:40:16 $
+** $Id: ljumptab.h $
** Jump Table for the Lua interpreter
** See Copyright Notice in lua.h
*/
diff --git a/llex.c b/llex.c
index 9419a8cd..4a25607c 100644
--- a/llex.c
+++ b/llex.c
@@ -1,5 +1,5 @@
/*
-** $Id: llex.c,v 2.101 2018/03/07 15:55:38 roberto Exp roberto $
+** $Id: llex.c $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
diff --git a/llex.h b/llex.h
index d1d5a4a8..d1a4cba7 100644
--- a/llex.h
+++ b/llex.h
@@ -1,5 +1,5 @@
/*
-** $Id: llex.h,v 1.81 2018/03/07 15:55:38 roberto Exp roberto $
+** $Id: llex.h $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
diff --git a/llimits.h b/llimits.h
index 715d55b8..6afa8997 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
/*
-** $Id: llimits.h,v 1.150 2018/05/30 14:25:52 roberto Exp roberto $
+** $Id: llimits.h $
** Limits, basic types, and some other 'installation-dependent' definitions
** See Copyright Notice in lua.h
*/
diff --git a/lmathlib.c b/lmathlib.c
index 41012797..e8e88e7a 100644
--- a/lmathlib.c
+++ b/lmathlib.c
@@ -1,5 +1,5 @@
/*
-** $Id: lmathlib.c,v 1.134 2018/05/16 11:27:59 roberto Exp roberto $
+** $Id: lmathlib.c $
** Standard mathematical library
** See Copyright Notice in lua.h
*/
diff --git a/lmem.c b/lmem.c
index 56b4affe..77518707 100644
--- a/lmem.c
+++ b/lmem.c
@@ -1,5 +1,5 @@
/*
-** $Id: lmem.c,v 1.97 2018/05/30 14:25:52 roberto Exp roberto $
+** $Id: lmem.c $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
diff --git a/lmem.h b/lmem.h
index f87c9132..8c75a44b 100644
--- a/lmem.h
+++ b/lmem.h
@@ -1,5 +1,5 @@
/*
-** $Id: lmem.h,v 1.46 2017/12/08 17:28:25 roberto Exp roberto $
+** $Id: lmem.h $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
diff --git a/loadlib.c b/loadlib.c
index 8c8ab8c5..a6ce30d4 100644
--- a/loadlib.c
+++ b/loadlib.c
@@ -1,5 +1,5 @@
/*
-** $Id: loadlib.c,v 1.133 2018/07/06 13:38:38 roberto Exp $
+** $Id: loadlib.c $
** Dynamic library loader for Lua
** See Copyright Notice in lua.h
**
diff --git a/lobject.c b/lobject.c
index 8b8de37c..79cf55b8 100644
--- a/lobject.c
+++ b/lobject.c
@@ -1,5 +1,5 @@
/*
-** $Id: lobject.c,v 2.125 2018/04/25 16:26:20 roberto Exp roberto $
+** $Id: lobject.c $
** Some generic functions over Lua objects
** See Copyright Notice in lua.h
*/
diff --git a/lobject.h b/lobject.h
index dbb9982d..ddcf609c 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
/*
-** $Id: lobject.h,v 2.145 2018/06/15 14:14:20 roberto Exp roberto $
+** $Id: lobject.h $
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
diff --git a/lopcodes.c b/lopcodes.c
index 1a3b0e6a..95347b27 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -1,5 +1,5 @@
/*
-** $Id: lopcodes.c,v 1.83 2018/06/26 18:00:55 roberto Exp $
+** $Id: lopcodes.c $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
diff --git a/lopcodes.h b/lopcodes.h
index d7b5dfe0..9442a336 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -1,5 +1,5 @@
/*
-** $Id: lopcodes.h,v 1.194 2018/06/26 18:00:55 roberto Exp $
+** $Id: lopcodes.h $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
diff --git a/lopnames.h b/lopnames.h
index ab434b59..c40eaeae 100644
--- a/lopnames.h
+++ b/lopnames.h
@@ -1,5 +1,5 @@
/*
-** $Id: lopnames.h,v 1.1 2018/06/26 18:00:55 roberto Exp $
+** $Id: lopnames.h $
** Opcode names
** See Copyright Notice in lua.h
*/
diff --git a/lparser.c b/lparser.c
index 3c68d1c2..9f156dd9 100644
--- a/lparser.c
+++ b/lparser.c
@@ -1,5 +1,5 @@
/*
-** $Id: lparser.c,v 2.180 2018/04/04 14:23:41 roberto Exp roberto $
+** $Id: lparser.c $
** Lua Parser
** See Copyright Notice in lua.h
*/
diff --git a/lparser.h b/lparser.h
index da6a7483..e158c9d9 100644
--- a/lparser.h
+++ b/lparser.h
@@ -1,5 +1,5 @@
/*
-** $Id: lparser.h,v 1.81 2018/03/07 15:55:38 roberto Exp roberto $
+** $Id: lparser.h $
** Lua Parser
** See Copyright Notice in lua.h
*/
diff --git a/lprefix.h b/lprefix.h
index 6b72f0eb..dd14767e 100644
--- a/lprefix.h
+++ b/lprefix.h
@@ -1,5 +1,5 @@
/*
-** $Id: lprefix.h,v 1.1 2014/11/03 15:12:44 roberto Exp roberto $
+** $Id: lprefix.h $
** Definitions for Lua code that must come before any other header file
** See Copyright Notice in lua.h
*/
diff --git a/lstate.c b/lstate.c
index d4b4def8..8b0219bc 100644
--- a/lstate.c
+++ b/lstate.c
@@ -1,5 +1,5 @@
/*
-** $Id: lstate.c,v 2.154 2018/06/15 19:31:22 roberto Exp roberto $
+** $Id: lstate.c $
** Global State
** See Copyright Notice in lua.h
*/
diff --git a/lstring.c b/lstring.c
index f1e5d82b..c52539a6 100644
--- a/lstring.c
+++ b/lstring.c
@@ -1,5 +1,5 @@
/*
-** $Id: lstring.c,v 2.65 2018/02/20 16:52:50 roberto Exp roberto $
+** $Id: lstring.c $
** String table (keeps all strings handled by Lua)
** See Copyright Notice in lua.h
*/
diff --git a/lstring.h b/lstring.h
index 2be5a3ff..e7e4aedc 100644
--- a/lstring.h
+++ b/lstring.h
@@ -1,5 +1,5 @@
/*
-** $Id: lstring.h,v 1.63 2017/11/23 19:29:04 roberto Exp roberto $
+** $Id: lstring.h $
** String table (keep all strings handled by Lua)
** See Copyright Notice in lua.h
*/
diff --git a/lstrlib.c b/lstrlib.c
index b43464ab..a635e9d4 100644
--- a/lstrlib.c
+++ b/lstrlib.c
@@ -1,5 +1,5 @@
/*
-** $Id: lstrlib.c,v 1.262 2018/02/21 17:48:31 roberto Exp roberto $
+** $Id: lstrlib.c $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/
diff --git a/ltable.c b/ltable.c
index 6f9c4035..e12381b2 100644
--- a/ltable.c
+++ b/ltable.c
@@ -1,5 +1,5 @@
/*
-** $Id: ltable.c,v 2.139 2018/06/15 14:14:20 roberto Exp roberto $
+** $Id: ltable.c $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
diff --git a/ltable.h b/ltable.h
index ba2dddc8..9565833f 100644
--- a/ltable.h
+++ b/ltable.h
@@ -1,5 +1,5 @@
/*
-** $Id: ltable.h,v 2.27 2018/06/01 16:51:34 roberto Exp roberto $
+** $Id: ltable.h $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
diff --git a/ltablib.c b/ltablib.c
index 7bbc3a07..29c53e94 100644
--- a/ltablib.c
+++ b/ltablib.c
@@ -1,5 +1,5 @@
/*
-** $Id: ltablib.c,v 1.96 2018/03/16 14:18:18 roberto Exp roberto $
+** $Id: ltablib.c $
** Library for Table Manipulation
** See Copyright Notice in lua.h
*/
diff --git a/ltests.c b/ltests.c
index 13717da9..bc71d937 100644
--- a/ltests.c
+++ b/ltests.c
@@ -1,5 +1,5 @@
/*
-** $Id: ltests.c,v 2.246 2018/06/26 18:00:55 roberto Exp roberto $
+** $Id: ltests.c $
** Internal Module for Debugging of the Lua Implementation
** See Copyright Notice in lua.h
*/
diff --git a/ltests.h b/ltests.h
index 8d965e0a..54bc4f5f 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
/*
-** $Id: ltests.h,v 2.58 2018/04/19 15:42:41 roberto Exp roberto $
+** $Id: ltests.h $
** Internal Header for Debugging of the Lua Implementation
** See Copyright Notice in lua.h
*/
diff --git a/ltm.c b/ltm.c
index d4e2b447..1c1a18b7 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
/*
-** $Id: ltm.c,v 2.69 2018/06/08 19:06:59 roberto Exp roberto $
+** $Id: ltm.c $
** Tag methods
** See Copyright Notice in lua.h
*/
diff --git a/ltm.h b/ltm.h
index 12ae09de..89aee78a 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
/*
-** $Id: ltm.h,v 2.38 2018/06/08 19:06:59 roberto Exp roberto $
+** $Id: ltm.h $
** Tag methods
** See Copyright Notice in lua.h
*/
diff --git a/lua.h b/lua.h
index 03d92c0b..a014be1f 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.346 2018/04/04 14:23:41 roberto Exp roberto $
+** $Id: lua.h $
** Lua - A Scripting Language
** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
** See Copyright Notice at the end of this file
diff --git a/luaconf.h b/luaconf.h
index 9cddb263..cc8e1bdc 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
/*
-** $Id: luaconf.h,v 1.270 2018/06/18 12:51:05 roberto Exp roberto $
+** $Id: luaconf.h $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
diff --git a/lualib.h b/lualib.h
index 12f7d022..eb08b530 100644
--- a/lualib.h
+++ b/lualib.h
@@ -1,5 +1,5 @@
/*
-** $Id: lualib.h,v 1.45 2017/01/12 17:14:26 roberto Exp roberto $
+** $Id: lualib.h $
** Lua standard libraries
** See Copyright Notice in lua.h
*/
diff --git a/lundump.c b/lundump.c
index 64b64362..00ff6def 100644
--- a/lundump.c
+++ b/lundump.c
@@ -1,5 +1,5 @@
/*
-** $Id: lundump.c,v 2.49 2017/12/07 18:59:52 roberto Exp roberto $
+** $Id: lundump.c $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/
diff --git a/lundump.h b/lundump.h
index bc9f99a2..739c7fcd 100644
--- a/lundump.h
+++ b/lundump.h
@@ -1,5 +1,5 @@
/*
-** $Id: lundump.h,v 1.44 2014/06/19 18:27:20 roberto Exp roberto $
+** $Id: lundump.h $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/
diff --git a/lvm.h b/lvm.h
index a789acc4..d58daacd 100644
--- a/lvm.h
+++ b/lvm.h
@@ -1,5 +1,5 @@
/*
-** $Id: lvm.h,v 2.51 2018/02/23 13:13:31 roberto Exp roberto $
+** $Id: lvm.h $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
diff --git a/lzio.c b/lzio.c
index eb6151a0..cd0a02d5 100644
--- a/lzio.c
+++ b/lzio.c
@@ -1,5 +1,5 @@
/*
-** $Id: lzio.c,v 1.36 2014/11/02 19:19:04 roberto Exp roberto $
+** $Id: lzio.c $
** Buffered streams
** See Copyright Notice in lua.h
*/
diff --git a/lzio.h b/lzio.h
index fb310b99..38f397fd 100644
--- a/lzio.h
+++ b/lzio.h
@@ -1,5 +1,5 @@
/*
-** $Id: lzio.h,v 1.30 2014/12/19 17:26:14 roberto Exp roberto $
+** $Id: lzio.h $
** Buffered streams
** See Copyright Notice in lua.h
*/