lua

A copy of the Lua development repository
Log | Files | Refs | README

commit f99509581ee73c1c2dbddb3398e87c098771d31f
parent 3dcd04ad610d151afbe8cd92c43e2232e621fbb5
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Thu, 23 Aug 2018 14:25:45 -0300

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.

Diffstat:
Mlapi.c | 2+-
Mlapi.h | 2+-
Mlbaselib.c | 2+-
Mlcode.h | 2+-
Mlcorolib.c | 2+-
Mlctype.c | 2+-
Mlctype.h | 2+-
Mldblib.c | 2+-
Mldebug.c | 2+-
Mldebug.h | 2+-
Mldo.h | 2+-
Mldump.c | 2+-
Mlfunc.c | 2+-
Mlfunc.h | 2+-
Mlgc.h | 2+-
Mlinit.c | 2+-
Mljumptab.h | 2+-
Mllex.c | 2+-
Mllex.h | 2+-
Mllimits.h | 2+-
Mlmathlib.c | 2+-
Mlmem.c | 2+-
Mlmem.h | 2+-
Mloadlib.c | 2+-
Mlobject.c | 2+-
Mlobject.h | 2+-
Mlopcodes.c | 2+-
Mlopcodes.h | 2+-
Mlopnames.h | 2+-
Mlparser.c | 2+-
Mlparser.h | 2+-
Mlprefix.h | 2+-
Mlstate.c | 2+-
Mlstring.c | 2+-
Mlstring.h | 2+-
Mlstrlib.c | 2+-
Mltable.c | 2+-
Mltable.h | 2+-
Mltablib.c | 2+-
Mltests.c | 2+-
Mltests.h | 2+-
Mltm.c | 2+-
Mltm.h | 2+-
Mlua.h | 2+-
Mluaconf.h | 2+-
Mlualib.h | 2+-
Mlundump.c | 2+-
Mlundump.h | 2+-
Mlvm.h | 2+-
Mlzio.c | 2+-
Mlzio.h | 2+-
51 files changed, 51 insertions(+), 51 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 */