diff --git a/testes/all.lua b/testes/all.lua index 37796254..26d24976 100755 --- a/testes/all.lua +++ b/testes/all.lua @@ -1,5 +1,5 @@ #!../lua --- $Id: all.lua $ +-- $Id: testes/all.lua $ -- See Copyright Notice at the end of this file diff --git a/testes/api.lua b/testes/api.lua index 836a6070..bebb6d2d 100644 --- a/testes/api.lua +++ b/testes/api.lua @@ -1,4 +1,4 @@ --- $Id: api.lua,v 1.155 2018/03/09 14:23:48 roberto Exp $ +-- $Id: testes/api.lua $ -- See Copyright Notice in file all.lua if T==nil then diff --git a/testes/attrib.lua b/testes/attrib.lua index 79a08a4f..dcafd634 100644 --- a/testes/attrib.lua +++ b/testes/attrib.lua @@ -1,4 +1,4 @@ --- $Id: attrib.lua,v 1.69 2018/03/12 13:51:02 roberto Exp $ +-- $Id: testes/attrib.lua $ -- See Copyright Notice in file all.lua print "testing require" diff --git a/testes/big.lua b/testes/big.lua index ebee1ec0..150d15dc 100644 --- a/testes/big.lua +++ b/testes/big.lua @@ -1,4 +1,4 @@ --- $Id: big.lua,v 1.35 2018/03/09 14:23:48 roberto Exp $ +-- $Id: testes/big.lua $ -- See Copyright Notice in file all.lua if _soft then diff --git a/testes/bitwise.lua b/testes/bitwise.lua index 3e7079d3..af542e7f 100755 --- a/testes/bitwise.lua +++ b/testes/bitwise.lua @@ -1,4 +1,4 @@ --- $Id: bitwise.lua,v 1.27 2018/02/21 17:49:39 roberto Exp $ +-- $Id: testes/bitwise.lua $ -- See Copyright Notice in file all.lua print("testing bitwise operations") diff --git a/testes/calls.lua b/testes/calls.lua index 95d9d6d6..f5108a47 100644 --- a/testes/calls.lua +++ b/testes/calls.lua @@ -1,4 +1,4 @@ --- $Id: calls.lua,v 1.66 2018/02/09 16:35:21 roberto Exp $ +-- $Id: testes/calls.lua $ -- See Copyright Notice in file all.lua print("testing functions and calls") diff --git a/testes/closure.lua b/testes/closure.lua index 79da3cc0..5d090d91 100644 --- a/testes/closure.lua +++ b/testes/closure.lua @@ -1,4 +1,4 @@ --- $Id: closure.lua,v 1.62 2018/03/12 14:19:36 roberto Exp $ +-- $Id: testes/closure.lua $ -- See Copyright Notice in file all.lua print "testing closures" diff --git a/testes/code.lua b/testes/code.lua index 1a01c4a2..6bd6ebfa 100644 --- a/testes/code.lua +++ b/testes/code.lua @@ -1,4 +1,4 @@ --- $Id: code.lua,v 1.55 2018/03/12 14:19:36 roberto Exp $ +-- $Id: testes/code.lua $ -- See Copyright Notice in file all.lua if T==nil then diff --git a/testes/constructs.lua b/testes/constructs.lua index 7796c46f..a83df79e 100644 --- a/testes/constructs.lua +++ b/testes/constructs.lua @@ -1,4 +1,4 @@ --- $Id: constructs.lua,v 1.43 2018/02/21 17:41:07 roberto Exp $ +-- $Id: testes/constructs.lua $ -- See Copyright Notice in file all.lua ;;print "testing syntax";; diff --git a/testes/coroutine.lua b/testes/coroutine.lua index 22087320..182c1e18 100644 --- a/testes/coroutine.lua +++ b/testes/coroutine.lua @@ -1,4 +1,4 @@ --- $Id: coroutine.lua,v 1.48 2018/03/12 14:19:36 roberto Exp $ +-- $Id: testes/coroutine.lua $ -- See Copyright Notice in file all.lua print "testing coroutines" diff --git a/testes/db.lua b/testes/db.lua index 36d1cdaa..2feaaef1 100644 --- a/testes/db.lua +++ b/testes/db.lua @@ -1,4 +1,4 @@ --- $Id: db.lua,v 1.90 2018/04/02 17:55:58 roberto Exp $ +-- $Id: testes/db.lua $ -- See Copyright Notice in file all.lua -- testing debug library diff --git a/testes/errors.lua b/testes/errors.lua index 19a7b6fa..142e8b33 100644 --- a/testes/errors.lua +++ b/testes/errors.lua @@ -1,4 +1,4 @@ --- $Id: errors.lua $ +-- $Id: testes/errors.lua $ -- See Copyright Notice in file all.lua print("testing errors") diff --git a/testes/events.lua b/testes/events.lua index cf064d3d..21a822a7 100644 --- a/testes/events.lua +++ b/testes/events.lua @@ -1,4 +1,4 @@ --- $Id: events.lua,v 1.52 2018/03/12 13:51:02 roberto Exp $ +-- $Id: testes/events.lua $ -- See Copyright Notice in file all.lua print('testing metatables') diff --git a/testes/files.lua b/testes/files.lua index b2c7c202..c3e42235 100644 --- a/testes/files.lua +++ b/testes/files.lua @@ -1,4 +1,4 @@ --- $Id: files.lua,v 1.101 2018/03/12 13:51:02 roberto Exp $ +-- $Id: testes/files.lua $ -- See Copyright Notice in file all.lua local debug = require "debug" diff --git a/testes/gc.lua b/testes/gc.lua index 05072efd..8b9179c8 100644 --- a/testes/gc.lua +++ b/testes/gc.lua @@ -1,4 +1,4 @@ --- $Id: gc.lua $ +-- $Id: testes/gc.lua $ -- See Copyright Notice in file all.lua print('testing incremental garbage collection') diff --git a/testes/gengc.lua b/testes/gengc.lua index 36aed806..b02f471b 100644 --- a/testes/gengc.lua +++ b/testes/gengc.lua @@ -1,4 +1,4 @@ --- $Id: gengc.lua $ +-- $Id: testes/gengc.lua $ -- See Copyright Notice in file all.lua print('testing generational garbage collection') diff --git a/testes/goto.lua b/testes/goto.lua index d22601f9..238bc04a 100644 --- a/testes/goto.lua +++ b/testes/goto.lua @@ -1,4 +1,4 @@ --- $Id: goto.lua,v 1.15 2017/11/30 13:31:07 roberto Exp $ +-- $Id: testes/goto.lua $ -- See Copyright Notice in file all.lua collectgarbage() diff --git a/testes/literals.lua b/testes/literals.lua index 3922b3f5..76c08f12 100644 --- a/testes/literals.lua +++ b/testes/literals.lua @@ -1,4 +1,4 @@ --- $Id: literals.lua,v 1.36 2016/11/07 13:11:28 roberto Exp $ +-- $Id: testes/literals.lua $ -- See Copyright Notice in file all.lua print('testing scanner') diff --git a/testes/locals.lua b/testes/locals.lua index f0780a03..14e49a7c 100644 --- a/testes/locals.lua +++ b/testes/locals.lua @@ -1,4 +1,4 @@ --- $Id: locals.lua,v 1.41 2018/06/19 12:25:39 roberto Exp $ +-- $Id: testes/locals.lua $ -- See Copyright Notice in file all.lua print('testing local variables and environments') diff --git a/testes/main.lua b/testes/main.lua index 582b39c0..c7bde0d9 100644 --- a/testes/main.lua +++ b/testes/main.lua @@ -1,5 +1,5 @@ # testing special comment on first line --- $Id: main.lua,v 1.69 2018/06/19 12:23:50 roberto Exp $ +-- $Id: testes/main.lua $ -- See Copyright Notice in file all.lua -- most (all?) tests here assume a reasonable "Unix-like" shell diff --git a/testes/math.lua b/testes/math.lua index e5c9d8ec..853dc20f 100644 --- a/testes/math.lua +++ b/testes/math.lua @@ -1,4 +1,4 @@ --- $Id: math.lua,v 1.86 2018/05/09 14:55:52 roberto Exp roberto $ +-- $Id: testes/math.lua $ -- See Copyright Notice in file all.lua print("testing numbers and math lib") diff --git a/testes/nextvar.lua b/testes/nextvar.lua index 3ac3acd9..d2306ed1 100644 --- a/testes/nextvar.lua +++ b/testes/nextvar.lua @@ -1,4 +1,4 @@ --- $Id: nextvar.lua,v 1.85 2018/06/19 12:24:19 roberto Exp $ +-- $Id: testes/nextvar.lua $ -- See Copyright Notice in file all.lua print('testing tables, next, and for') diff --git a/testes/pm.lua b/testes/pm.lua index e517c8b6..cdcf3bec 100644 --- a/testes/pm.lua +++ b/testes/pm.lua @@ -1,4 +1,4 @@ --- $Id: pm.lua,v 1.50 2018/03/12 14:19:36 roberto Exp $ +-- $Id: testes/pm.lua $ -- See Copyright Notice in file all.lua print('testing pattern matching') diff --git a/testes/sort.lua b/testes/sort.lua index 6eb9b706..ef405d92 100644 --- a/testes/sort.lua +++ b/testes/sort.lua @@ -1,4 +1,4 @@ --- $Id: sort.lua,v 1.39 2018/03/12 13:51:02 roberto Exp $ +-- $Id: testes/sort.lua $ -- See Copyright Notice in file all.lua print "testing (parts of) table library" diff --git a/testes/strings.lua b/testes/strings.lua index dd720b65..1260dbcc 100644 --- a/testes/strings.lua +++ b/testes/strings.lua @@ -1,4 +1,4 @@ --- $Id: strings.lua,v 1.89 2018/06/19 12:25:15 roberto Exp $ +-- $Id: testes/strings.lua $ -- See Copyright Notice in file all.lua print('testing strings and string library') diff --git a/testes/tpack.lua b/testes/tpack.lua index 0e639cc5..4c5fc7f7 100644 --- a/testes/tpack.lua +++ b/testes/tpack.lua @@ -1,4 +1,4 @@ --- $Id: tpack.lua,v 1.14 2018/06/04 14:26:32 roberto Exp $ +-- $Id: testes/tpack.lua $ -- See Copyright Notice in file all.lua local pack = string.pack diff --git a/testes/utf8.lua b/testes/utf8.lua index ebc190b7..4b6a57fd 100644 --- a/testes/utf8.lua +++ b/testes/utf8.lua @@ -1,4 +1,4 @@ --- $Id: utf8.lua,v 1.12 2016/11/07 13:11:28 roberto Exp $ +-- $Id: testes/utf8.lua $ -- See Copyright Notice in file all.lua print "testing UTF-8 library" diff --git a/testes/vararg.lua b/testes/vararg.lua index 4d5ce4ab..44848d25 100644 --- a/testes/vararg.lua +++ b/testes/vararg.lua @@ -1,4 +1,4 @@ --- $Id: vararg.lua,v 1.29 2018/03/12 14:19:36 roberto Exp $ +-- $Id: testes/vararg.lua $ -- See Copyright Notice in file all.lua print('testing vararg') diff --git a/testes/verybig.lua b/testes/verybig.lua index 5b29dea7..8fb7b13e 100644 --- a/testes/verybig.lua +++ b/testes/verybig.lua @@ -1,4 +1,4 @@ --- $Id: verybig.lua,v 1.27 2018/03/09 14:23:48 roberto Exp $ +-- $Id: testes/verybig.lua $ -- See Copyright Notice in file all.lua print "testing RK"