Skip to content

Commit f995095

Browse files
committed
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.
1 parent 3dcd04a commit f995095

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+51
-51
lines changed

lapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lapi.c,v 2.294 2018/06/15 19:31:22 roberto Exp roberto $
2+
** $Id: lapi.c $
33
** Lua API
44
** See Copyright Notice in lua.h
55
*/

lapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lapi.h,v 2.10 2017/11/01 18:20:48 roberto Exp $
2+
** $Id: lapi.h $
33
** Auxiliary functions from Lua API
44
** See Copyright Notice in lua.h
55
*/

lbaselib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lbaselib.c,v 1.322 2018/02/27 18:47:32 roberto Exp roberto $
2+
** $Id: lbaselib.c $
33
** Basic library
44
** See Copyright Notice in lua.h
55
*/

lcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lcode.h,v 1.72 2018/03/19 20:03:44 roberto Exp roberto $
2+
** $Id: lcode.h $
33
** Code generator for Lua
44
** See Copyright Notice in lua.h
55
*/

lcorolib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lcorolib.c,v 1.10 2016/04/11 19:19:55 roberto Exp roberto $
2+
** $Id: lcorolib.c $
33
** Coroutine Library
44
** See Copyright Notice in lua.h
55
*/

lctype.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lctype.c,v 1.11 2011/10/03 16:19:23 roberto Exp roberto $
2+
** $Id: lctype.c $
33
** 'ctype' functions for Lua
44
** See Copyright Notice in lua.h
55
*/

lctype.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lctype.h,v 1.12 2011/07/15 12:50:29 roberto Exp roberto $
2+
** $Id: lctype.h $
33
** 'ctype' functions for Lua
44
** See Copyright Notice in lua.h
55
*/

ldblib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ldblib.c,v 1.154 2018/03/05 14:15:04 roberto Exp roberto $
2+
** $Id: ldblib.c $
33
** Interface from Lua to its debug API
44
** See Copyright Notice in lua.h
55
*/

ldebug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ldebug.c,v 2.157 2018/05/02 18:17:59 roberto Exp roberto $
2+
** $Id: ldebug.c $
33
** Debug Interface
44
** See Copyright Notice in lua.h
55
*/

ldebug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ldebug.h,v 2.17 2018/05/02 18:17:59 roberto Exp roberto $
2+
** $Id: ldebug.h $
33
** Auxiliary functions from Debug Interface module
44
** See Copyright Notice in lua.h
55
*/

ldo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ldo.h,v 2.43 2018/02/17 19:29:29 roberto Exp roberto $
2+
** $Id: ldo.h $
33
** Stack and Call structure of Lua
44
** See Copyright Notice in lua.h
55
*/

ldump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ldump.c,v 2.40 2017/11/28 11:19:07 roberto Exp roberto $
2+
** $Id: ldump.c $
33
** save precompiled Lua chunks
44
** See Copyright Notice in lua.h
55
*/

lfunc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lfunc.c,v 2.50 2017/06/27 11:35:31 roberto Exp roberto $
2+
** $Id: lfunc.c $
33
** Auxiliary functions to manipulate prototypes and closures
44
** See Copyright Notice in lua.h
55
*/

lfunc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lfunc.h,v 2.19 2018/01/28 15:13:26 roberto Exp roberto $
2+
** $Id: lfunc.h $
33
** Auxiliary functions to manipulate prototypes and closures
44
** See Copyright Notice in lua.h
55
*/

lgc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lgc.h,v 2.102 2018/02/19 20:06:56 roberto Exp roberto $
2+
** $Id: lgc.h $
33
** Garbage Collector
44
** See Copyright Notice in lua.h
55
*/

linit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: linit.c,v 1.40 2017/06/27 18:32:49 roberto Exp roberto $
2+
** $Id: linit.c $
33
** Initialization of libraries for lua.c and other clients
44
** See Copyright Notice in lua.h
55
*/

ljumptab.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ljumptab.h 2018/07/10 13:40:16 $
2+
** $Id: ljumptab.h $
33
** Jump Table for the Lua interpreter
44
** See Copyright Notice in lua.h
55
*/

llex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: llex.c,v 2.101 2018/03/07 15:55:38 roberto Exp roberto $
2+
** $Id: llex.c $
33
** Lexical Analyzer
44
** See Copyright Notice in lua.h
55
*/

llex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: llex.h,v 1.81 2018/03/07 15:55:38 roberto Exp roberto $
2+
** $Id: llex.h $
33
** Lexical Analyzer
44
** See Copyright Notice in lua.h
55
*/

llimits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: llimits.h,v 1.150 2018/05/30 14:25:52 roberto Exp roberto $
2+
** $Id: llimits.h $
33
** Limits, basic types, and some other 'installation-dependent' definitions
44
** See Copyright Notice in lua.h
55
*/

lmathlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lmathlib.c,v 1.134 2018/05/16 11:27:59 roberto Exp roberto $
2+
** $Id: lmathlib.c $
33
** Standard mathematical library
44
** See Copyright Notice in lua.h
55
*/

lmem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lmem.c,v 1.97 2018/05/30 14:25:52 roberto Exp roberto $
2+
** $Id: lmem.c $
33
** Interface to Memory Manager
44
** See Copyright Notice in lua.h
55
*/

lmem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lmem.h,v 1.46 2017/12/08 17:28:25 roberto Exp roberto $
2+
** $Id: lmem.h $
33
** Interface to Memory Manager
44
** See Copyright Notice in lua.h
55
*/

loadlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: loadlib.c,v 1.133 2018/07/06 13:38:38 roberto Exp $
2+
** $Id: loadlib.c $
33
** Dynamic library loader for Lua
44
** See Copyright Notice in lua.h
55
**

lobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lobject.c,v 2.125 2018/04/25 16:26:20 roberto Exp roberto $
2+
** $Id: lobject.c $
33
** Some generic functions over Lua objects
44
** See Copyright Notice in lua.h
55
*/

lobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lobject.h,v 2.145 2018/06/15 14:14:20 roberto Exp roberto $
2+
** $Id: lobject.h $
33
** Type definitions for Lua objects
44
** See Copyright Notice in lua.h
55
*/

lopcodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lopcodes.c,v 1.83 2018/06/26 18:00:55 roberto Exp $
2+
** $Id: lopcodes.c $
33
** Opcodes for Lua virtual machine
44
** See Copyright Notice in lua.h
55
*/

lopcodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lopcodes.h,v 1.194 2018/06/26 18:00:55 roberto Exp $
2+
** $Id: lopcodes.h $
33
** Opcodes for Lua virtual machine
44
** See Copyright Notice in lua.h
55
*/

lopnames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lopnames.h,v 1.1 2018/06/26 18:00:55 roberto Exp $
2+
** $Id: lopnames.h $
33
** Opcode names
44
** See Copyright Notice in lua.h
55
*/

lparser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lparser.c,v 2.180 2018/04/04 14:23:41 roberto Exp roberto $
2+
** $Id: lparser.c $
33
** Lua Parser
44
** See Copyright Notice in lua.h
55
*/

lparser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lparser.h,v 1.81 2018/03/07 15:55:38 roberto Exp roberto $
2+
** $Id: lparser.h $
33
** Lua Parser
44
** See Copyright Notice in lua.h
55
*/

lprefix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lprefix.h,v 1.1 2014/11/03 15:12:44 roberto Exp roberto $
2+
** $Id: lprefix.h $
33
** Definitions for Lua code that must come before any other header file
44
** See Copyright Notice in lua.h
55
*/

lstate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lstate.c,v 2.154 2018/06/15 19:31:22 roberto Exp roberto $
2+
** $Id: lstate.c $
33
** Global State
44
** See Copyright Notice in lua.h
55
*/

lstring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lstring.c,v 2.65 2018/02/20 16:52:50 roberto Exp roberto $
2+
** $Id: lstring.c $
33
** String table (keeps all strings handled by Lua)
44
** See Copyright Notice in lua.h
55
*/

lstring.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lstring.h,v 1.63 2017/11/23 19:29:04 roberto Exp roberto $
2+
** $Id: lstring.h $
33
** String table (keep all strings handled by Lua)
44
** See Copyright Notice in lua.h
55
*/

lstrlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lstrlib.c,v 1.262 2018/02/21 17:48:31 roberto Exp roberto $
2+
** $Id: lstrlib.c $
33
** Standard library for string operations and pattern-matching
44
** See Copyright Notice in lua.h
55
*/

ltable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ltable.c,v 2.139 2018/06/15 14:14:20 roberto Exp roberto $
2+
** $Id: ltable.c $
33
** Lua tables (hash)
44
** See Copyright Notice in lua.h
55
*/

ltable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ltable.h,v 2.27 2018/06/01 16:51:34 roberto Exp roberto $
2+
** $Id: ltable.h $
33
** Lua tables (hash)
44
** See Copyright Notice in lua.h
55
*/

ltablib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ltablib.c,v 1.96 2018/03/16 14:18:18 roberto Exp roberto $
2+
** $Id: ltablib.c $
33
** Library for Table Manipulation
44
** See Copyright Notice in lua.h
55
*/

ltests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ltests.c,v 2.246 2018/06/26 18:00:55 roberto Exp roberto $
2+
** $Id: ltests.c $
33
** Internal Module for Debugging of the Lua Implementation
44
** See Copyright Notice in lua.h
55
*/

ltests.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ltests.h,v 2.58 2018/04/19 15:42:41 roberto Exp roberto $
2+
** $Id: ltests.h $
33
** Internal Header for Debugging of the Lua Implementation
44
** See Copyright Notice in lua.h
55
*/

ltm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ltm.c,v 2.69 2018/06/08 19:06:59 roberto Exp roberto $
2+
** $Id: ltm.c $
33
** Tag methods
44
** See Copyright Notice in lua.h
55
*/

ltm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: ltm.h,v 2.38 2018/06/08 19:06:59 roberto Exp roberto $
2+
** $Id: ltm.h $
33
** Tag methods
44
** See Copyright Notice in lua.h
55
*/

lua.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lua.h,v 1.346 2018/04/04 14:23:41 roberto Exp roberto $
2+
** $Id: lua.h $
33
** Lua - A Scripting Language
44
** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
55
** See Copyright Notice at the end of this file

luaconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: luaconf.h,v 1.270 2018/06/18 12:51:05 roberto Exp roberto $
2+
** $Id: luaconf.h $
33
** Configuration file for Lua
44
** See Copyright Notice in lua.h
55
*/

lualib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lualib.h,v 1.45 2017/01/12 17:14:26 roberto Exp roberto $
2+
** $Id: lualib.h $
33
** Lua standard libraries
44
** See Copyright Notice in lua.h
55
*/

lundump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lundump.c,v 2.49 2017/12/07 18:59:52 roberto Exp roberto $
2+
** $Id: lundump.c $
33
** load precompiled Lua chunks
44
** See Copyright Notice in lua.h
55
*/

lundump.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lundump.h,v 1.44 2014/06/19 18:27:20 roberto Exp roberto $
2+
** $Id: lundump.h $
33
** load precompiled Lua chunks
44
** See Copyright Notice in lua.h
55
*/

lvm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lvm.h,v 2.51 2018/02/23 13:13:31 roberto Exp roberto $
2+
** $Id: lvm.h $
33
** Lua virtual machine
44
** See Copyright Notice in lua.h
55
*/

lzio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lzio.c,v 1.36 2014/11/02 19:19:04 roberto Exp roberto $
2+
** $Id: lzio.c $
33
** Buffered streams
44
** See Copyright Notice in lua.h
55
*/

lzio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lzio.h,v 1.30 2014/12/19 17:26:14 roberto Exp roberto $
2+
** $Id: lzio.h $
33
** Buffered streams
44
** See Copyright Notice in lua.h
55
*/

0 commit comments

Comments
 (0)