aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.vc3
-rw-r--r--doc/AIO-Extension.txt1
-rw-r--r--doc/Sqlite-Extension.txt1
-rw-r--r--jim-aio.c2
-rw-r--r--jim-eventloop.c2
-rw-r--r--jim-eventloop.h4
-rw-r--r--jim-posix.c2
-rw-r--r--jim-readline.c2
-rw-r--r--jim-sdl.c2
-rw-r--r--jim-sqlite.c2
-rw-r--r--jim-sqlite3.c2
-rw-r--r--jim-stdlib-1.0.tcl2
-rw-r--r--jim-win32.c2
-rw-r--r--jim-win32com.c2
-rw-r--r--jim.c9
-rw-r--r--jim.h2
-rw-r--r--jimsh.c2
-rw-r--r--tools/benchtable.tcl1
19 files changed, 8 insertions, 41 deletions
diff --git a/ChangeLog b/ChangeLog
index 2142ed4..2c0a83f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-16 oharboe
+
+ * retire CVS keyword expansion. Plays havoc with patches.
+
2008-06-16 Uwe Klein wiederling at googlemail.com
* ChangeLog, jim.c: fixed parsing in "expr 0x1234".
@@ -926,7 +930,7 @@
2005-03-04 13:32 antirez
* ChangeLog, jim-posix.c, jim-win32.c, jim-win32com.c, jim.c,
- jim.h, test.tcl: $id: ..$ strings added
+ jim.h, test.tcl: xid: ..x strings added
2005-03-04 13:15 antirez
diff --git a/Makefile.vc b/Makefile.vc
index 67b3f46..4d8f60a 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -13,9 +13,6 @@
#
# Copyright (C) 2005 Pat Thoyts <patthoyts@users.sourceforge.net>
#
-#-------------------------------------------------------------------------
-# $Id: Makefile.vc,v 1.13 2007/01/31 00:49:05 patthoyts Exp $
-#-------------------------------------------------------------------------
SRCDIR =.
diff --git a/doc/AIO-Extension.txt b/doc/AIO-Extension.txt
index 9be8035..6dca1ce 100644
--- a/doc/AIO-Extension.txt
+++ b/doc/AIO-Extension.txt
@@ -1,5 +1,4 @@
ANSI I/O extensiond documentation
-$Id: AIO-Extension.txt,v 1.4 2005/04/02 10:14:23 antirez Exp $
Overview
~~~~~~~~
diff --git a/doc/Sqlite-Extension.txt b/doc/Sqlite-Extension.txt
index 3d01fb2..4346d25 100644
--- a/doc/Sqlite-Extension.txt
+++ b/doc/Sqlite-Extension.txt
@@ -1,7 +1,6 @@
Jim Sqlite extension documentation.
Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
-$Id: Sqlite-Extension.txt,v 1.2 2005/09/19 14:17:38 antirez Exp $
Overview
~~~~~~~~
diff --git a/jim-aio.c b/jim-aio.c
index 795dba6..9a41d32 100644
--- a/jim-aio.c
+++ b/jim-aio.c
@@ -1,8 +1,6 @@
/* Jim - ANSI I/O extension
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
*
- * $Id: jim-aio.c,v 1.12 2008/06/15 21:03:26 oharboe Exp $
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/jim-eventloop.c b/jim-eventloop.c
index 6822175..7fbf571 100644
--- a/jim-eventloop.c
+++ b/jim-eventloop.c
@@ -1,8 +1,6 @@
/* Jim - Event Loop extension
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
*
- * $Id: jim-eventloop.c,v 1.2 2005/09/19 15:56:39 antirez Exp $
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/jim-eventloop.h b/jim-eventloop.h
index ddfa10f..80cf113 100644
--- a/jim-eventloop.h
+++ b/jim-eventloop.h
@@ -1,9 +1,7 @@
/* Jim eventloop extension
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
*
- * $Id: jim-eventloop.h,v 1.1 2005/04/18 08:31:26 antirez Exp $
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
diff --git a/jim-posix.c b/jim-posix.c
index 0af0729..8fddeaf 100644
--- a/jim-posix.c
+++ b/jim-posix.c
@@ -1,8 +1,6 @@
/* Jim - POSIX extension
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
*
- * $Id: jim-posix.c,v 1.12 2005/03/31 12:20:21 antirez Exp $
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/jim-readline.c b/jim-readline.c
index 83c3db2..a3238af 100644
--- a/jim-readline.c
+++ b/jim-readline.c
@@ -1,8 +1,6 @@
/* Jim - Readline bindings for Jim
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
*
- * $Id: jim-readline.c,v 1.1 2005/04/05 11:51:17 antirez Exp $
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/jim-sdl.c b/jim-sdl.c
index 25b59d6..bc8c36d 100644
--- a/jim-sdl.c
+++ b/jim-sdl.c
@@ -1,8 +1,6 @@
/* Jim - SDL extension
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
*
- * $Id: jim-sdl.c,v 1.3 2005/03/31 12:20:21 antirez Exp $
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/jim-sqlite.c b/jim-sqlite.c
index 77586ef..779f26a 100644
--- a/jim-sqlite.c
+++ b/jim-sqlite.c
@@ -1,8 +1,6 @@
/* Jim - Sqlite bindings
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
*
- * $Id: jim-sqlite.c,v 1.1 2005/04/02 21:35:33 antirez Exp $
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/jim-sqlite3.c b/jim-sqlite3.c
index b804607..1c12c55 100644
--- a/jim-sqlite3.c
+++ b/jim-sqlite3.c
@@ -1,8 +1,6 @@
/* Jim - Sqlite bindings
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
*
- * $Id: jim-sqlite3.c,v 1.1 2007/01/31 00:53:32 patthoyts Exp $
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/jim-stdlib-1.0.tcl b/jim-stdlib-1.0.tcl
index 7c22ab6..81ec2f9 100644
--- a/jim-stdlib-1.0.tcl
+++ b/jim-stdlib-1.0.tcl
@@ -2,8 +2,6 @@
#
# Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
#
-# $Id: jim-stdlib-1.0.tcl,v 1.3 2005/04/04 11:59:54 antirez Exp $
-#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
diff --git a/jim-win32.c b/jim-win32.c
index 0f075aa..7523ce8 100644
--- a/jim-win32.c
+++ b/jim-win32.c
@@ -2,8 +2,6 @@
*
* Copyright (C) 2005 Pat Thoyts <patthoyts@users.sourceforge.net>
*
- * $Id: jim-win32.c,v 1.31 2007/01/31 00:49:05 patthoyts Exp $
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/jim-win32com.c b/jim-win32com.c
index fde762b..c72e1fe 100644
--- a/jim-win32com.c
+++ b/jim-win32com.c
@@ -2,8 +2,6 @@
*
* Windows COM extension.
*
- * $Id: jim-win32com.c,v 1.18 2007/01/31 00:49:05 patthoyts Exp $
- *
* Example:
* load jim-win32com
* set obj [ole32 createobject "SysInfo.SysInfo"]
diff --git a/jim.c b/jim.c
index 6b93860..a466a08 100644
--- a/jim.c
+++ b/jim.c
@@ -2,8 +2,6 @@
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
* Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
*
- * $Id: jim.c,v 1.174 2008/06/16 14:03:10 oharboe Exp $
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@@ -11775,12 +11773,9 @@ int Jim_InteractivePrompt(Jim_Interp *interp)
Jim_Obj *scriptObjPtr;
fprintf(interp->stdout_, "Welcome to Jim version %d.%d, "
- "Copyright (c) 2005 Salvatore Sanfilippo" JIM_NL,
+ "Copyright (c) 2005-8 Salvatore Sanfilippo" JIM_NL,
JIM_VERSION / 100, JIM_VERSION % 100);
- fprintf(interp->stdout_,
- "CVS ID: $Id: jim.c,v 1.174 2008/06/16 14:03:10 oharboe Exp $"
- JIM_NL);
- Jim_SetVariableStrWithStr(interp, "jim_interactive", "1");
+ Jim_SetVariableStrWithStr(interp, "jim_interactive", "1");
while (1) {
char buf[1024];
const char *result;
diff --git a/jim.h b/jim.h
index 98850a8..cbd0d8f 100644
--- a/jim.h
+++ b/jim.h
@@ -2,8 +2,6 @@
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
* Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
*
- * $Id: jim.h,v 1.77 2007/01/31 00:49:05 patthoyts Exp $
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/jimsh.c b/jimsh.c
index ca11f67..862617c 100644
--- a/jimsh.c
+++ b/jimsh.c
@@ -1,8 +1,6 @@
/* Jimsh - An interactive shell for Jim
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
*
- * $Id: jimsh.c,v 1.10 2005/04/13 19:50:18 patthoyts Exp $
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/tools/benchtable.tcl b/tools/benchtable.tcl
index e853f61..77c44f8 100644
--- a/tools/benchtable.tcl
+++ b/tools/benchtable.tcl
@@ -4,7 +4,6 @@
#
# Copyright (C) 2005 Pat Thoyts <patthoyts@users.sourceforge.net>
#
-# $Id: benchtable.tcl,v 1.2 2005/03/10 10:03:32 antirez Exp $
proc main {filename} {
set versions {}