aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-02-20 10:24:56 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-02-20 10:24:56 -0300
commitcc583a17df76a363e419c960d72422169fae816d (patch)
tree4977b1f51662acefdece72218b3e92e7ac0c2112
parente08e5df853560de6482d84066a7accc6a18de545 (diff)
downloadlpeg-cc583a17df76a363e419c960d72422169fae816d.tar.gz
lpeg-cc583a17df76a363e419c960d72422169fae816d.tar.bz2
lpeg-cc583a17df76a363e419c960d72422169fae816d.zip
Removed extra information from RCS keyword strings
Version numbers and dates from RCS keyword strings removed from all source files; keeps only the file name.
-rw-r--r--lpcap.c2
-rw-r--r--lpcap.h2
-rw-r--r--lpcode.c2
-rw-r--r--lpcode.h2
-rw-r--r--lpeg.html2
-rw-r--r--lpprint.c2
-rw-r--r--lpprint.h2
-rw-r--r--lptree.c2
-rw-r--r--lptree.h2
-rw-r--r--lptypes.h2
-rw-r--r--lpvm.c2
-rw-r--r--lpvm.h2
-rw-r--r--re.html2
-rw-r--r--re.lua2
-rwxr-xr-xtest.lua2
15 files changed, 15 insertions, 15 deletions
diff --git a/lpcap.c b/lpcap.c
index c9085de..26058e2 100644
--- a/lpcap.c
+++ b/lpcap.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lpcap.c,v 1.6 2015/06/15 16:09:57 roberto Exp $ 2** $Id: lpcap.c $
3** Copyright 2007, Lua.org & PUC-Rio (see 'lpeg.html' for license) 3** Copyright 2007, Lua.org & PUC-Rio (see 'lpeg.html' for license)
4*/ 4*/
5 5
diff --git a/lpcap.h b/lpcap.h
index 6133df2..bf52b67 100644
--- a/lpcap.h
+++ b/lpcap.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lpcap.h,v 1.3 2016/09/13 17:45:58 roberto Exp $ 2** $Id: lpcap.h $
3*/ 3*/
4 4
5#if !defined(lpcap_h) 5#if !defined(lpcap_h)
diff --git a/lpcode.c b/lpcode.c
index 2722d71..3923459 100644
--- a/lpcode.c
+++ b/lpcode.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lpcode.c,v 1.24 2016/09/15 17:46:13 roberto Exp $ 2** $Id: lpcode.c $
3** Copyright 2007, Lua.org & PUC-Rio (see 'lpeg.html' for license) 3** Copyright 2007, Lua.org & PUC-Rio (see 'lpeg.html' for license)
4*/ 4*/
5 5
diff --git a/lpcode.h b/lpcode.h
index 2a5861e..34ee276 100644
--- a/lpcode.h
+++ b/lpcode.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lpcode.h,v 1.8 2016/09/15 17:46:13 roberto Exp $ 2** $Id: lpcode.h $
3*/ 3*/
4 4
5#if !defined(lpcode_h) 5#if !defined(lpcode_h)
diff --git a/lpeg.html b/lpeg.html
index 5c9535f..855e83f 100644
--- a/lpeg.html
+++ b/lpeg.html
@@ -10,7 +10,7 @@
10</head> 10</head>
11<body> 11<body>
12 12
13<!-- $Id: lpeg.html,v 1.77 2017/01/13 13:40:05 roberto Exp $ --> 13<!-- $Id: lpeg.html $ -->
14 14
15<div id="container"> 15<div id="container">
16 16
diff --git a/lpprint.c b/lpprint.c
index f7be408..df62cbe 100644
--- a/lpprint.c
+++ b/lpprint.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lpprint.c,v 1.10 2016/09/13 16:06:03 roberto Exp $ 2** $Id: lpprint.c $
3** Copyright 2007, Lua.org & PUC-Rio (see 'lpeg.html' for license) 3** Copyright 2007, Lua.org & PUC-Rio (see 'lpeg.html' for license)
4*/ 4*/
5 5
diff --git a/lpprint.h b/lpprint.h
index 6329760..15ef121 100644
--- a/lpprint.h
+++ b/lpprint.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lpprint.h,v 1.2 2015/06/12 18:18:08 roberto Exp $ 2** $Id: lpprint.h $
3*/ 3*/
4 4
5 5
diff --git a/lptree.c b/lptree.c
index 37bfaf0..5c8de94 100644
--- a/lptree.c
+++ b/lptree.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lptree.c,v 1.23 2017/12/14 15:30:04 roberto Exp $ 2** $Id: lptree.c $
3** Copyright 2013, Lua.org & PUC-Rio (see 'lpeg.html' for license) 3** Copyright 2013, Lua.org & PUC-Rio (see 'lpeg.html' for license)
4*/ 4*/
5 5
diff --git a/lptree.h b/lptree.h
index 34ee15c..25906d5 100644
--- a/lptree.h
+++ b/lptree.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lptree.h,v 1.3 2016/09/13 18:07:51 roberto Exp $ 2** $Id: lptree.h $
3*/ 3*/
4 4
5#if !defined(lptree_h) 5#if !defined(lptree_h)
diff --git a/lptypes.h b/lptypes.h
index 5226970..0b1df6f 100644
--- a/lptypes.h
+++ b/lptypes.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lptypes.h,v 1.17 2017/12/14 16:56:27 roberto Exp $ 2** $Id: lptypes.h $
3** LPeg - PEG pattern matching for Lua 3** LPeg - PEG pattern matching for Lua
4** Copyright 2007-2017, Lua.org & PUC-Rio (see 'lpeg.html' for license) 4** Copyright 2007-2017, Lua.org & PUC-Rio (see 'lpeg.html' for license)
5** written by Roberto Ierusalimschy 5** written by Roberto Ierusalimschy
diff --git a/lpvm.c b/lpvm.c
index 05a5f68..52c14ae 100644
--- a/lpvm.c
+++ b/lpvm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lpvm.c,v 1.9 2016/06/03 20:11:18 roberto Exp $ 2** $Id: lpvm.c $
3** Copyright 2007, Lua.org & PUC-Rio (see 'lpeg.html' for license) 3** Copyright 2007, Lua.org & PUC-Rio (see 'lpeg.html' for license)
4*/ 4*/
5 5
diff --git a/lpvm.h b/lpvm.h
index 757b9e1..69ec33d 100644
--- a/lpvm.h
+++ b/lpvm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lpvm.h,v 1.3 2014/02/21 13:06:41 roberto Exp $ 2** $Id: lpvm.h $
3*/ 3*/
4 4
5#if !defined(lpvm_h) 5#if !defined(lpvm_h)
diff --git a/re.html b/re.html
index c7d575b..5c08786 100644
--- a/re.html
+++ b/re.html
@@ -10,7 +10,7 @@
10</head> 10</head>
11<body> 11<body>
12 12
13<!-- $Id: re.html,v 1.25 2018/06/04 16:21:19 roberto Exp $ --> 13<!-- $Id: re.html $ -->
14 14
15<div id="container"> 15<div id="container">
16 16
diff --git a/re.lua b/re.lua
index 6351929..3bb8af7 100644
--- a/re.lua
+++ b/re.lua
@@ -1,4 +1,4 @@
1-- $Id: re.lua,v 1.46 2018/06/04 16:21:19 roberto Exp $ 1-- $Id: re.lua $
2 2
3-- imported functions and modules 3-- imported functions and modules
4local tonumber, type, print, error = tonumber, type, print, error 4local tonumber, type, print, error = tonumber, type, print, error
diff --git a/test.lua b/test.lua
index 51c5204..476da0a 100755
--- a/test.lua
+++ b/test.lua
@@ -1,6 +1,6 @@
1#!/usr/bin/env lua 1#!/usr/bin/env lua
2 2
3-- $Id: test.lua,v 1.114 2018/06/04 16:21:19 roberto Exp $ 3-- $Id: test.lua $
4 4
5-- require"strict" -- just to be pedantic 5-- require"strict" -- just to be pedantic
6 6