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.
This commit is contained in:
Roberto Ierusalimschy 2018-08-23 14:26:12 -03:00
parent 3dcd04ad61
commit f99509581e
51 changed files with 51 additions and 51 deletions

2
lapi.c
View File

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

2
lapi.h
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

2
ldo.h
View File

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

View File

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

View File

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

View File

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

2
lgc.h
View File

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

View File

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

View File

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

2
llex.c
View File

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

2
llex.h
View File

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

View File

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

View File

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

2
lmem.c
View File

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

2
lmem.h
View File

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

View File

@ -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
**

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

2
ltm.c
View File

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

2
ltm.h
View File

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

2
lua.h
View File

@ -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

View File

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

View File

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

View File

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

View File

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

2
lvm.h
View File

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

2
lzio.c
View File

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

2
lzio.h
View File

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