diff --git a/.gitattributes b/.gitattributes
index 9fbd2a04ad99351a6202bb0feee027a24ab7c9df..bdc228184c986fc82bcce54aa3f3512f6cc2a79f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -292,7 +292,6 @@ testfont binary
 /src/apply_low.h foreign_ident
 /src/array.c foreign_ident
 /src/array.h foreign_ident
-/src/backend.cmod foreign_ident
 /src/backend.h foreign_ident
 /src/bignum.c foreign_ident
 /src/bignum.h foreign_ident
diff --git a/src/array.c b/src/array.c
index 949b55f1a04b896e3e107e94cd3c5cd403d3abe6..8761b1f81b3079fee775d460f7a045218e324c3b 100644
--- a/src/array.c
+++ b/src/array.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: array.c,v 1.168 2004/09/18 15:25:34 grubba Exp $
+|| $Id: array.c,v 1.169 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
@@ -27,8 +27,6 @@
 #include "multiset.h"
 #include "mapping.h"
 
-RCSID("$Id: array.c,v 1.168 2004/09/18 15:25:34 grubba Exp $");
-
 PMOD_EXPORT struct array empty_array=
 {
   PIKE_CONSTANT_MEMOBJ_INIT(1), /* Never free */
diff --git a/src/backend.cmod b/src/backend.cmod
index 165594733ed0e0b2e271d916874887bd9a2fcedb..6d5e54d3d6c43af5dd076fa6978a5c7c889e4d0b 100644
--- a/src/backend.cmod
+++ b/src/backend.cmod
@@ -5,7 +5,6 @@
 */
 
 #include "global.h"
-RCSID("$Id: backend.cmod,v 1.144 2004/09/18 14:26:16 grubba Exp $");
 #include "fdlib.h"
 #include "backend.h"
 #include <errno.h>
diff --git a/src/builtin_functions.c b/src/builtin_functions.c
index 032ed278a6d4e421e29270811b6d1321743d2603..20d31e147d37f818d3e327de62e5907c922e026e 100644
--- a/src/builtin_functions.c
+++ b/src/builtin_functions.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: builtin_functions.c,v 1.566 2004/09/18 18:14:31 grubba Exp $
+|| $Id: builtin_functions.c,v 1.567 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: builtin_functions.c,v 1.566 2004/09/18 18:14:31 grubba Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "pike_macros.h"
diff --git a/src/callback.c b/src/callback.c
index bad9fa984cc67c8da3127d35bd9333f713bb7167..2df5d020f4943bd4e352014d71c94420438bbf00 100644
--- a/src/callback.c
+++ b/src/callback.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: callback.c,v 1.34 2003/11/14 00:05:08 mast Exp $
+|| $Id: callback.c,v 1.35 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
@@ -11,8 +11,6 @@
 #include "pike_error.h"
 #include "block_alloc.h"
 
-RCSID("$Id: callback.c,v 1.34 2003/11/14 00:05:08 mast Exp $");
-
 struct callback_list fork_child_callback;
 
 /*
diff --git a/src/constants.c b/src/constants.c
index 0f6c99124ef238ae2b89723d97ac77107ea8b756..8982cc0732250f9e8103d91749542256d39475b6 100644
--- a/src/constants.c
+++ b/src/constants.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: constants.c,v 1.53 2004/05/18 10:01:48 vida Exp $
+|| $Id: constants.c,v 1.54 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
@@ -18,8 +18,6 @@
 #include "pike_security.h"
 #include "block_alloc.h"
 
-RCSID("$Id: constants.c,v 1.53 2004/05/18 10:01:48 vida Exp $");
-
 struct mapping *builtin_constants = 0;
 
 #ifdef PIKE_DEBUG
diff --git a/src/cyclic.c b/src/cyclic.c
index c73606bcedcdb78a3b6d0267f89ba11d389fcad9..216f08fcfd9a51848f2de9c51985982700451e74 100644
--- a/src/cyclic.c
+++ b/src/cyclic.c
@@ -2,14 +2,12 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: cyclic.c,v 1.12 2003/11/09 21:35:05 nilsson Exp $
+|| $Id: cyclic.c,v 1.13 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
 #include "cyclic.h"
 
-RCSID("$Id: cyclic.c,v 1.12 2003/11/09 21:35:05 nilsson Exp $");
-
 #define CYCLIC_HASH_SIZE 4711
 
 static CYCLIC *cyclic_hash[CYCLIC_HASH_SIZE];
diff --git a/src/dlopen.c b/src/dlopen.c
index fa953cd5ed0b0e43f014b43d6d7d56ac3c93417f..41523bd5436ae61c3154a72c4dfc0276b53fcbcd 100644
--- a/src/dlopen.c
+++ b/src/dlopen.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: dlopen.c,v 1.73 2003/08/22 16:02:34 tomas Exp $
+|| $Id: dlopen.c,v 1.74 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include <global.h>
@@ -202,8 +202,6 @@ size_t STRNLEN(char *s, size_t maxlen)
 
 #else /* PIKE_CONCAT */
 
-RCSID("$Id: dlopen.c,v 1.73 2003/08/22 16:02:34 tomas Exp $");
-
 #endif
 
 /****************************************************************/
diff --git a/src/docode.c b/src/docode.c
index f72e6c74e0bc0333999b42a8a7c4b00454669a46..79a0b8185296db0817eb3e20dc6e4a4465e59437 100644
--- a/src/docode.c
+++ b/src/docode.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: docode.c,v 1.178 2004/06/30 00:17:21 nilsson Exp $
+|| $Id: docode.c,v 1.179 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: docode.c,v 1.178 2004/06/30 00:17:21 nilsson Exp $");
 #include "las.h"
 #include "program.h"
 #include "pike_types.h"
diff --git a/src/dynamic_buffer.c b/src/dynamic_buffer.c
index 34135f64cf78aa5cd950ae83b98e374651af1fc9..417f900d430c386d19197f9dc412bedb68aaf351 100644
--- a/src/dynamic_buffer.c
+++ b/src/dynamic_buffer.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: dynamic_buffer.c,v 1.24 2003/11/09 01:10:13 mast Exp $
+|| $Id: dynamic_buffer.c,v 1.25 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
@@ -11,8 +11,6 @@
 #include "pike_error.h"
 #include "pike_memory.h"
 
-RCSID("$Id: dynamic_buffer.c,v 1.24 2003/11/09 01:10:13 mast Exp $");
-
 dynamic_buffer pike_global_buffer;
 
 PMOD_EXPORT char *low_make_buf_space(size_t space, dynamic_buffer *buf)
diff --git a/src/dynamic_load.c b/src/dynamic_load.c
index 3998de3ec5cba38afd0ef38122ee592d7ade2572..5b944621e4289a7a80576d87946d08bbc4bdc6c7 100644
--- a/src/dynamic_load.c
+++ b/src/dynamic_load.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: dynamic_load.c,v 1.83 2004/04/18 02:19:38 mast Exp $
+|| $Id: dynamic_load.c,v 1.84 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #ifdef TESTING
@@ -24,8 +24,6 @@
 #  include "lex.h"
 #  include "object.h"
 
-RCSID("$Id: dynamic_load.c,v 1.83 2004/04/18 02:19:38 mast Exp $");
-
 #else /* TESTING */
 
 #include <stdio.h>
diff --git a/src/encode.c b/src/encode.c
index 095e35dc6abf73db3bae9d27601b0d9c9151a8d0..5ab0e2507e11a167c63ef69ad493bc6c822ad1c4 100644
--- a/src/encode.c
+++ b/src/encode.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: encode.c,v 1.218 2004/07/03 09:22:53 grubba Exp $
+|| $Id: encode.c,v 1.219 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
@@ -31,8 +31,6 @@
 #include "opcodes.h"
 #include "peep.h"
 
-RCSID("$Id: encode.c,v 1.218 2004/07/03 09:22:53 grubba Exp $");
-
 /* #define ENCODE_DEBUG */
 
 /* Use the old encoding method for programs. */
diff --git a/src/error.c b/src/error.c
index f448161b6890995045a58bbf8f58a9931a399715..b0b0f3e5725af29c73d0295e98799a3f7e784614 100644
--- a/src/error.c
+++ b/src/error.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: error.c,v 1.132 2004/09/18 14:27:04 grubba Exp $
+|| $Id: error.c,v 1.133 2004/09/18 20:50:49 nilsson Exp $
 */
 
 #define NO_PIKE_SHORTHAND
@@ -23,8 +23,6 @@
 #include "threads.h"
 #include "gc.h"
 
-RCSID("$Id: error.c,v 1.132 2004/09/18 14:27:04 grubba Exp $");
-
 /* __attribute__ only applies to function declarations, not
    definitions, so we disable them here. */
 #undef ATTRIBUTE
diff --git a/src/fd_control.c b/src/fd_control.c
index bb6ec98e3c97fd88ee761617de0329e2610cda11..d7f13c0b73e37cdece1ff325f3fd0a0ddab0d391 100644
--- a/src/fd_control.c
+++ b/src/fd_control.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: fd_control.c,v 1.50 2003/12/08 15:27:37 grubba Exp $
+|| $Id: fd_control.c,v 1.51 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #ifndef TESTING
@@ -10,8 +10,6 @@
 #include "pike_error.h"
 #include "fdlib.h"
 
-RCSID("$Id: fd_control.c,v 1.50 2003/12/08 15:27:37 grubba Exp $");
-
 #else /* TESTING */
 
 #define PMOD_EXPORT
diff --git a/src/fdlib.c b/src/fdlib.c
index 28e35f7bd37d26f61bf422fa77c5fc4b898b53f9..49cec56ec3572a91e7daa5de2ed3bd6febf6ec9c 100644
--- a/src/fdlib.c
+++ b/src/fdlib.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: fdlib.c,v 1.65 2003/09/16 16:45:36 mast Exp $
+|| $Id: fdlib.c,v 1.66 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #include "global.h"
@@ -10,8 +10,6 @@
 #include "pike_error.h"
 #include <math.h>
 
-RCSID("$Id: fdlib.c,v 1.65 2003/09/16 16:45:36 mast Exp $");
-
 #ifdef HAVE_WINSOCK_H
 
 /* Old versions of the headerfiles don't have this constant... */
diff --git a/src/fsort.c b/src/fsort.c
index 68817496789513c3a975d922c3e9fd2c2d7acabf..d7f35319efda380509c895faff6271d41275de15 100644
--- a/src/fsort.c
+++ b/src/fsort.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: fsort.c,v 1.22 2003/11/14 00:52:20 mast Exp $
+|| $Id: fsort.c,v 1.23 2004/09/18 20:50:50 nilsson Exp $
 */
 
 /* fsort- a smarter quicksort /Hubbe */
@@ -14,8 +14,6 @@
 #include "main.h"
 #include "pike_macros.h"
 
-RCSID("$Id: fsort.c,v 1.22 2003/11/14 00:52:20 mast Exp $");
-
 #define CMP(X,Y) ( (*cmpfun)((void *)(X),(void *)(Y)) )
 #define EXTRA_ARGS ,fsortfun cmpfun
 #define XARGS ,cmpfun
diff --git a/src/gc.c b/src/gc.c
index 1df59955ac0563e59d963a9c48eed667d5158e73..a7109a3cd523bb69a2a3319b5ca99349468d4ae1 100644
--- a/src/gc.c
+++ b/src/gc.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: gc.c,v 1.255 2004/05/29 18:13:41 grubba Exp $
+|| $Id: gc.c,v 1.256 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #include "global.h"
@@ -33,8 +33,6 @@ struct callback *gc_evaluator_callback=0;
 
 #include "block_alloc.h"
 
-RCSID("$Id: gc.c,v 1.255 2004/05/29 18:13:41 grubba Exp $");
-
 int gc_enabled = 1;
 
 /* These defaults are only guesses and hardly tested at all. Please improve. */
diff --git a/src/hashtable.c b/src/hashtable.c
index 8f80d838888a9e52ce6957d0c5fe1c2adceb8786..6d7f31ed179ac69497ca9286c2b7404e2fa71e9c 100644
--- a/src/hashtable.c
+++ b/src/hashtable.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: hashtable.c,v 1.14 2002/10/11 01:39:31 nilsson Exp $
+|| $Id: hashtable.c,v 1.15 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #include "global.h"
@@ -11,8 +11,6 @@
 #include "stuff.h"
 #include "pike_error.h"
 
-RCSID("$Id: hashtable.c,v 1.14 2002/10/11 01:39:31 nilsson Exp $");
-
 static size_t gobble(struct pike_string *s)
 {
   size_t i;
diff --git a/src/interpret.c b/src/interpret.c
index f77199f719eddc4e0f6c39c6a451817aac2fcdae..80fd5668a99ff6f30270c1666513617ad8476ed3 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: interpret.c,v 1.352 2004/08/19 14:58:21 grubba Exp $
+|| $Id: interpret.c,v 1.353 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: interpret.c,v 1.352 2004/08/19 14:58:21 grubba Exp $");
 #include "interpret.h"
 #include "object.h"
 #include "program.h"
diff --git a/src/iterators.cmod b/src/iterators.cmod
index 413e961636c54031eace2035db2065e8b8969883..39b4b7d550bfe366bed9e2bc0950c8d0fe8cd581 100644
--- a/src/iterators.cmod
+++ b/src/iterators.cmod
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: iterators.cmod,v 1.54 2004/04/06 15:37:55 nilsson Exp $
+|| $Id: iterators.cmod,v 1.55 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: iterators.cmod,v 1.54 2004/04/06 15:37:55 nilsson Exp $");
 #include "main.h"
 #include "object.h"
 #include "mapping.h"
diff --git a/src/language.yacc b/src/language.yacc
index 43e47a905a70c32b77613cd6e64d206aef762ac9..4b6f887978b58cce3efb99e6438753398147fc96 100644
--- a/src/language.yacc
+++ b/src/language.yacc
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: language.yacc,v 1.341 2004/08/25 14:25:15 grubba Exp $
+|| $Id: language.yacc,v 1.342 2004/09/18 20:50:51 nilsson Exp $
 */
 
 %pure_parser
@@ -113,7 +113,6 @@
 /* This is the grammar definition of Pike. */
 
 #include "global.h"
-RCSID("$Id: language.yacc,v 1.341 2004/08/25 14:25:15 grubba Exp $");
 #ifdef HAVE_MEMORY_H
 #include <memory.h>
 #endif
diff --git a/src/las.c b/src/las.c
index 99779f7d017b287bf6789cf883f3f054e854d682..abe805734331e68636aea269505badaaa7345b48 100644
--- a/src/las.c
+++ b/src/las.c
@@ -2,12 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: las.c,v 1.348 2004/07/05 22:54:13 nilsson Exp $
+|| $Id: las.c,v 1.349 2004/09/18 20:50:51 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: las.c,v 1.348 2004/07/05 22:54:13 nilsson Exp $");
-
 #include "interpret.h"
 #include "las.h"
 #include "array.h"
diff --git a/src/lex.c b/src/lex.c
index dd9e768fae51be29bf4172d10ca0d5a12140dd0f..cddcd992e3986ba79f6aa3ae59ea920860c9dd3a 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: lex.c,v 1.118 2004/05/29 18:21:05 grubba Exp $
+|| $Id: lex.c,v 1.119 2004/09/18 20:50:51 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: lex.c,v 1.118 2004/05/29 18:21:05 grubba Exp $");
 #include "lex.h"
 #include "stuff.h"
 
diff --git a/src/main.c b/src/main.c
index 4dfde882f18829bc2cad014605ffb5de2997aabd..c470f6f156f5f2b4a0e2de4da873e63c3bd80e24 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: main.c,v 1.206 2004/09/16 00:15:22 nilsson Exp $
+|| $Id: main.c,v 1.207 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: main.c,v 1.206 2004/09/16 00:15:22 nilsson Exp $");
 #include "fdlib.h"
 #include "backend.h"
 #include "module.h"
diff --git a/src/mapping.c b/src/mapping.c
index 133b29f5c1f053075b30c49a77b59d7c377505b5..70a3d59f4b1ef7991c12a395e652960e1f5c3c9e 100644
--- a/src/mapping.c
+++ b/src/mapping.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: mapping.c,v 1.182 2004/07/02 17:34:45 grubba Exp $
+|| $Id: mapping.c,v 1.183 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: mapping.c,v 1.182 2004/07/02 17:34:45 grubba Exp $");
 #include "main.h"
 #include "object.h"
 #include "mapping.h"
diff --git a/src/module.c b/src/module.c
index b559fbc277125903d2356f5940f4268823183c14..3b4202bb4231b1e4c2e7f6719908a3059f98be6a 100644
--- a/src/module.c
+++ b/src/module.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: module.c,v 1.27 2004/04/15 13:20:19 grubba Exp $
+|| $Id: module.c,v 1.28 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
@@ -22,8 +22,6 @@
 #include "modules/modlist_headers.h"
 #include "post_modules/modlist_headers.h"
 
-RCSID("$Id: module.c,v 1.27 2004/04/15 13:20:19 grubba Exp $");
-
 /* Define this to trace the initialization and cleanup of static modules. */
 /* #define TRACE_MODULE */
 
diff --git a/src/module_support.c b/src/module_support.c
index 559f15f3af9d481ea6cb05e1ba135c6b4a8eaa9f..90f38a0d978502c3c78a8a0be275b41a2687fd6a 100644
--- a/src/module_support.c
+++ b/src/module_support.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: module_support.c,v 1.62 2004/03/05 23:30:47 nilsson Exp $
+|| $Id: module_support.c,v 1.63 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
@@ -19,8 +19,6 @@
 
 #define sp Pike_sp
 
-RCSID("$Id: module_support.c,v 1.62 2004/03/05 23:30:47 nilsson Exp $");
-
 /* Checks that args_to_check arguments are OK.
  * Returns 1 if everything worked ok, zero otherwise.
  * If something went wrong, 'exepect_result' tells you what went wrong.
diff --git a/src/modules/_math/math.c b/src/modules/_math/math.c
index 600498db6d34ccc6223284b47e23860a2c5461f7..71ccd5b86d9a0dd392cd3ed943e0bbc0d5a263fc 100644
--- a/src/modules/_math/math.c
+++ b/src/modules/_math/math.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: math.c,v 1.78 2004/03/20 19:28:31 grubba Exp $
+|| $Id: math.c,v 1.79 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -37,8 +37,6 @@
   if(sp[-args].type!=T_FLOAT) SIMPLE_BAD_ARG_ERROR(X, 1, "float"); \
   TRIM_STACK(1)
 
-RCSID("$Id: math.c,v 1.78 2004/03/20 19:28:31 grubba Exp $");
-
 #ifndef M_PI
 #define M_PI 3.1415926535897932384626433832795080
 #endif
diff --git a/src/modules/files/datagram.c b/src/modules/files/datagram.c
index 9f19177349f17da57ce992c11614f38348e1eaaf..99cb43884fd71d5937fac1d92ea6c1b9bc6a24bb 100644
--- a/src/modules/files/datagram.c
+++ b/src/modules/files/datagram.c
@@ -2,13 +2,11 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: datagram.c,v 1.8 2002/10/11 01:39:54 nilsson Exp $
+|| $Id: datagram.c,v 1.9 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
 
-RCSID("$Id: datagram.c,v 1.8 2002/10/11 01:39:54 nilsson Exp $");
-
 struct datagram
 {
   int fd;
diff --git a/src/modules/files/efuns.c b/src/modules/files/efuns.c
index 50fae849327a65c8850e2e88246e8f93cc28ec06..27a9414bcbdd5b4eba29dbb6597808b0049f2c02 100644
--- a/src/modules/files/efuns.c
+++ b/src/modules/files/efuns.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: efuns.c,v 1.146 2004/07/04 17:23:02 srb Exp $
+|| $Id: efuns.c,v 1.147 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -26,8 +26,6 @@
 #include "file_machine.h"
 #include "file.h"
 
-RCSID("$Id: efuns.c,v 1.146 2004/07/04 17:23:02 srb Exp $");
-
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
diff --git a/src/modules/files/file.c b/src/modules/files/file.c
index 8dcdcd69f0b5744325314bf53193764d1779866e..37842251c35d0eb711d22309633e7842e2127aed 100644
--- a/src/modules/files/file.c
+++ b/src/modules/files/file.c
@@ -2,12 +2,11 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: file.c,v 1.328 2004/09/02 11:22:34 grubba Exp $
+|| $Id: file.c,v 1.329 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #define NO_PIKE_SHORTHAND
 #include "global.h"
-RCSID("$Id: file.c,v 1.328 2004/09/02 11:22:34 grubba Exp $");
 #include "fdlib.h"
 #include "pike_netlib.h"
 #include "interpret.h"
diff --git a/src/modules/files/socket.c b/src/modules/files/socket.c
index bab5dd25d25a1998d69cdfd976917f3c5bbfcf5e..a47ef87bb04fdc4765f4440265e2b271d2cd94ba 100644
--- a/src/modules/files/socket.c
+++ b/src/modules/files/socket.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: socket.c,v 1.90 2004/05/13 22:12:09 nilsson Exp $
+|| $Id: socket.c,v 1.91 2004/09/18 20:50:57 nilsson Exp $
 */
 
 #define NO_PIKE_SHORTHAND
@@ -25,8 +25,6 @@
 #include "file_machine.h"
 #include "file.h"
 
-RCSID("$Id: socket.c,v 1.90 2004/05/13 22:12:09 nilsson Exp $");
-
 #ifdef HAVE_SYS_TYPE_H
 #include <sys/types.h>
 #endif
diff --git a/src/modules/files/stat.c b/src/modules/files/stat.c
index 150f3ce61c8b8daa2f65e0ad82d828bdeec58745..3b166de07344484518aa550d6d9b81228de4e7b3 100644
--- a/src/modules/files/stat.c
+++ b/src/modules/files/stat.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: stat.c,v 1.29 2003/11/14 10:26:43 mast Exp $
+|| $Id: stat.c,v 1.30 2004/09/18 20:50:57 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: stat.c,v 1.29 2003/11/14 10:26:43 mast Exp $");
 #include "fdlib.h"
 #include "interpret.h"
 #include "svalue.h"
diff --git a/src/modules/files/termios.c b/src/modules/files/termios.c
index 2242ccbb8177c78a6935494c698f078b2192f082..dbebc0a40a5aad16174a4254fb81f12f36d2b3f3 100644
--- a/src/modules/files/termios.c
+++ b/src/modules/files/termios.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: termios.c,v 1.23 2004/04/05 01:36:05 mast Exp $
+|| $Id: termios.c,v 1.24 2004/09/18 20:50:57 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: termios.c,v 1.23 2004/04/05 01:36:05 mast Exp $");
 #include "file_machine.h"
 
 #if defined(HAVE_TERMIOS_H)
diff --git a/src/modules/files/udp.c b/src/modules/files/udp.c
index 41f2d95944aa0ed4f00e12e2c468bb61c19e8af3..2f2cc8af9be7600967bf4db650ecee0a9e2da0b8 100644
--- a/src/modules/files/udp.c
+++ b/src/modules/files/udp.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: udp.c,v 1.69 2004/09/18 15:26:06 marcus Exp $
+|| $Id: udp.c,v 1.70 2004/09/18 20:50:57 nilsson Exp $
 */
 
 #define NO_PIKE_SHORTHAND
@@ -10,7 +10,6 @@
 
 #include "file_machine.h"
 
-RCSID("$Id: udp.c,v 1.69 2004/09/18 15:26:06 marcus Exp $");
 #include "fdlib.h"
 #include "pike_netlib.h"
 #include "interpret.h"
diff --git a/src/modules/sprintf/sprintf.c b/src/modules/sprintf/sprintf.c
index 9c3eacca0d56ccaa1f014ee08afe53f677e72788..2134090262e3474f495fddd64ecac90d60ea65ff 100644
--- a/src/modules/sprintf/sprintf.c
+++ b/src/modules/sprintf/sprintf.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: sprintf.c,v 1.119 2004/05/31 23:48:29 nilsson Exp $
+|| $Id: sprintf.c,v 1.120 2004/09/18 20:50:57 nilsson Exp $
 */
 
 /* TODO: use ONERROR to cleanup fsp */
@@ -278,7 +278,6 @@
  *!   @[lfun::_sprintf()]
  */
 #include "global.h"
-RCSID("$Id: sprintf.c,v 1.119 2004/05/31 23:48:29 nilsson Exp $");
 #include "pike_error.h"
 #include "array.h"
 #include "svalue.h"
diff --git a/src/modules/system/memory.c b/src/modules/system/memory.c
index 932a5fbe32dd9fa6f1ee2ef39837eed52d0ca249..ad1aef7714db495d548ef2e233cd8d92c640d00a 100644
--- a/src/modules/system/memory.c
+++ b/src/modules/system/memory.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: memory.c,v 1.28 2003/10/10 19:28:34 nilsson Exp $
+|| $Id: memory.c,v 1.29 2004/09/18 20:50:57 nilsson Exp $
 */
 
 /*! @module System
@@ -19,8 +19,6 @@
  *!	Don't blame Pike if you shoot your foot off.
  */
 #include "global.h"
-RCSID("$Id: memory.c,v 1.28 2003/10/10 19:28:34 nilsson Exp $");
-
 #include "system_machine.h"
 
 #ifdef HAVE_UNISTD_H
diff --git a/src/modules/system/passwords.c b/src/modules/system/passwords.c
index 2f4def9d4c235fa8e4a03fdf59b0249ec6bc3d5a..0e2ea56ed240bea6a01047df144035d84148f25d 100644
--- a/src/modules/system/passwords.c
+++ b/src/modules/system/passwords.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: passwords.c,v 1.43 2003/10/13 17:43:53 grubba Exp $
+|| $Id: passwords.c,v 1.44 2004/09/18 20:50:57 nilsson Exp $
 */
 
 /*
@@ -26,9 +26,6 @@
 
 #include "system_machine.h"
 #include "system.h"
-
-RCSID("$Id: passwords.c,v 1.43 2003/10/13 17:43:53 grubba Exp $");
-
 #include "module_support.h"
 #include "interpret.h"
 #include "stralloc.h"
diff --git a/src/modules/system/syslog.c b/src/modules/system/syslog.c
index fda41deb19eef123776921c268919033d423bb3b..33d6559768bfa4047162d88178976f9765f28cd6 100644
--- a/src/modules/system/syslog.c
+++ b/src/modules/system/syslog.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: syslog.c,v 1.25 2004/05/19 11:45:13 nilsson Exp $
+|| $Id: syslog.c,v 1.26 2004/09/18 20:50:57 nilsson Exp $
 */
 
 /*
@@ -22,8 +22,6 @@
 
 #ifdef HAVE_SYSLOG
 
-RCSID("$Id: syslog.c,v 1.25 2004/05/19 11:45:13 nilsson Exp $");
-
 #include "interpret.h"
 #include "svalue.h"
 #include "stralloc.h"
diff --git a/src/modules/system/system.c b/src/modules/system/system.c
index 298c19b34267ac2ca8b10ec47bd8729556b01202..2837d87be20173de570635c2e16ff9a91e0aa7ff 100644
--- a/src/modules/system/system.c
+++ b/src/modules/system/system.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: system.c,v 1.170 2004/06/29 12:08:17 nilsson Exp $
+|| $Id: system.c,v 1.171 2004/09/18 20:50:57 nilsson Exp $
 */
 
 /*
@@ -20,8 +20,6 @@
 #include "system_machine.h"
 #include "system.h"
 
-RCSID("$Id: system.c,v 1.170 2004/06/29 12:08:17 nilsson Exp $");
-
 #ifdef HAVE_WINDOWS_H
 #include <windows.h>
 #endif
diff --git a/src/multiset.c b/src/multiset.c
index c8905f849e4c60a450ccb30cad595bac869ee88a..1e5390556dff8ce3c88318d60e89f74f0d87063a 100644
--- a/src/multiset.c
+++ b/src/multiset.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: multiset.c,v 1.87 2004/06/13 14:24:31 mast Exp $
+|| $Id: multiset.c,v 1.88 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
@@ -24,8 +24,6 @@
 #include "svalue.h"
 #include "block_alloc.h"
 
-RCSID("$Id: multiset.c,v 1.87 2004/06/13 14:24:31 mast Exp $");
-
 /* FIXME: Optimize finds and searches on type fields? (But not when
  * objects are involved!) Well.. Although cheap I suspect it pays off
  * so extremely seldom that it isn't worth it. /mast */
diff --git a/src/object.c b/src/object.c
index 10f5025b90fa30ed26b0ba7fccc7bbaa359ba663..b3c5de1df20fc3f6a6ca8dc319ba0afe9a01cf0e 100644
--- a/src/object.c
+++ b/src/object.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: object.c,v 1.256 2004/06/02 00:10:41 nilsson Exp $
+|| $Id: object.c,v 1.257 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: object.c,v 1.256 2004/06/02 00:10:41 nilsson Exp $");
 #include "object.h"
 #include "dynamic_buffer.h"
 #include "interpret.h"
diff --git a/src/opcodes.c b/src/opcodes.c
index 2c8cf736dd55dea1ca1c11b7b1da3b08dabd0876..f223fa2f4cb04d364fdb76f8d5ca01d44fe8984b 100644
--- a/src/opcodes.c
+++ b/src/opcodes.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: opcodes.c,v 1.163 2004/09/18 20:18:20 per Exp $
+|| $Id: opcodes.c,v 1.164 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: opcodes.c,v 1.163 2004/09/18 20:18:20 per Exp $");
 #include "constants.h"
 #include "interpret.h"
 #include "opcodes.h"
diff --git a/src/operators.c b/src/operators.c
index b59f198f22036a9c0c2cc736a80c26c26c517e76..38159945006d66a7f490008a59272c80c7d2d99f 100644
--- a/src/operators.c
+++ b/src/operators.c
@@ -2,12 +2,11 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: operators.c,v 1.194 2004/08/25 12:15:29 grubba Exp $
+|| $Id: operators.c,v 1.195 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
 #include <math.h>
-RCSID("$Id: operators.c,v 1.194 2004/08/25 12:15:29 grubba Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "multiset.h"
diff --git a/src/peep.c b/src/peep.c
index 1e81b47ed95c2c255d3e925694c713372b7feef9..fa63faf7afb2c40e73ca79f4e6ba2fa049250bdf 100644
--- a/src/peep.c
+++ b/src/peep.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: peep.c,v 1.103 2004/08/27 02:26:40 nilsson Exp $
+|| $Id: peep.c,v 1.104 2004/09/18 20:50:53 nilsson Exp $
 */
 
 #include "global.h"
@@ -25,8 +25,6 @@
 #include "interpret.h"
 #include "pikecode.h"
 
-RCSID("$Id: peep.c,v 1.103 2004/08/27 02:26:40 nilsson Exp $");
-
 static int asm_opt(void);
 
 dynamic_buffer instrbuf;
diff --git a/src/pike_memory.c b/src/pike_memory.c
index 4e8ca4ac104a33cf4ae57bf261ea34f165ed1b42..085ecec849032d6a3e4b5cdf0267344f341227a1 100644
--- a/src/pike_memory.c
+++ b/src/pike_memory.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: pike_memory.c,v 1.154 2004/09/02 11:19:29 grubba Exp $
+|| $Id: pike_memory.c,v 1.155 2004/09/18 20:50:53 nilsson Exp $
 */
 
 #include "global.h"
@@ -11,8 +11,6 @@
 #include "pike_macros.h"
 #include "gc.h"
 
-RCSID("$Id: pike_memory.c,v 1.154 2004/09/02 11:19:29 grubba Exp $");
-
 /* strdup() is used by several modules, so let's provide it */
 #ifndef HAVE_STRDUP
 char *strdup(const char *str)
diff --git a/src/pike_types.c b/src/pike_types.c
index 7b328776b3c2003e6a4dee0cff8bf07c11d53246..90c7b657a41b515fcfb6b694cf4bf923c6e9ef65 100644
--- a/src/pike_types.c
+++ b/src/pike_types.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: pike_types.c,v 1.236 2004/08/16 16:53:05 grubba Exp $
+|| $Id: pike_types.c,v 1.237 2004/09/18 20:50:53 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: pike_types.c,v 1.236 2004/08/16 16:53:05 grubba Exp $");
 #include <ctype.h>
 #include "svalue.h"
 #include "pike_types.h"
diff --git a/src/port.c b/src/port.c
index 8af761be9fc5c70958fbbe1b941593093bbd90a2..3ce85b42d946ea859776e16b69ab010d5505922a 100644
--- a/src/port.c
+++ b/src/port.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: port.c,v 1.77 2004/05/10 21:45:13 agehall Exp $
+|| $Id: port.c,v 1.78 2004/09/18 20:50:53 nilsson Exp $
 */
 
 /*
@@ -33,8 +33,6 @@
 #include <float.h>
 #include <string.h>
 
-RCSID("$Id: port.c,v 1.77 2004/05/10 21:45:13 agehall Exp $");
-
 #ifdef sun
 time_t time PROT((time_t *));
 #endif
diff --git a/src/program.c b/src/program.c
index 1d726a8fa84ef182663af8fe75ad13a234ce255f..e849597b12c26b8815a49e49c78c66fca39e6d06 100644
--- a/src/program.c
+++ b/src/program.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: program.c,v 1.567 2004/09/18 20:16:15 per Exp $
+|| $Id: program.c,v 1.568 2004/09/18 20:50:53 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: program.c,v 1.567 2004/09/18 20:16:15 per Exp $");
 #include "program.h"
 #include "object.h"
 #include "dynamic_buffer.h"
diff --git a/src/rbtree.c b/src/rbtree.c
index 26908d5d553fe24a6524dab61dec3384d6d2da9c..6bea43d05d7c02e129cf3915d9003032bf9b8849 100644
--- a/src/rbtree.c
+++ b/src/rbtree.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: rbtree.c,v 1.23 2002/12/23 13:14:07 grubba Exp $
+|| $Id: rbtree.c,v 1.24 2004/09/18 20:50:55 nilsson Exp $
 */
 
 /* An implementation of a threaded red/black balanced binary tree.
@@ -12,8 +12,6 @@
 
 #include "global.h"
 
-RCSID("$Id: rbtree.c,v 1.23 2002/12/23 13:14:07 grubba Exp $");
-
 #include "interpret.h"
 #include "pike_error.h"
 #include "rbtree_low.h"
diff --git a/src/rusage.c b/src/rusage.c
index 7b22a759422f086477826737950a07ceb7f4adcb..7fe14733a4767d36b5ac614f437a1ed478259cbf 100644
--- a/src/rusage.c
+++ b/src/rusage.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: rusage.c,v 1.40 2004/06/29 12:05:04 nilsson Exp $
+|| $Id: rusage.c,v 1.41 2004/09/18 20:50:55 nilsson Exp $
 */
 
 #include "global.h"
@@ -17,8 +17,6 @@
 #include <errno.h>
 #include "pike_rusage.h"
 
-RCSID("$Id: rusage.c,v 1.40 2004/06/29 12:05:04 nilsson Exp $");
-
 #ifdef HAVE_SYS_TIMES_H
 #include <sys/times.h>
 #endif
diff --git a/src/signal_handler.c b/src/signal_handler.c
index 6dade5e15f4cc7e9b266809dd6b4948051791943..2947c2635b7a4746b0448b0aee46952b83a875df 100644
--- a/src/signal_handler.c
+++ b/src/signal_handler.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: signal_handler.c,v 1.303 2004/09/13 11:48:45 grubba Exp $
+|| $Id: signal_handler.c,v 1.304 2004/09/18 20:50:55 nilsson Exp $
 */
 
 #include "global.h"
@@ -26,8 +26,6 @@
 #include "main.h"
 #include <signal.h>
 
-RCSID("$Id: signal_handler.c,v 1.303 2004/09/13 11:48:45 grubba Exp $");
-
 #ifdef HAVE_PASSWD_H
 # include <passwd.h>
 #endif
diff --git a/src/sscanf.c b/src/sscanf.c
index c4457de1f7686df062975933948abccfbdc13d18..aa31bf3ca999cd5082311a3cf9e581c6d36695e2 100644
--- a/src/sscanf.c
+++ b/src/sscanf.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: sscanf.c,v 1.162 2004/06/02 00:11:26 nilsson Exp $
+|| $Id: sscanf.c,v 1.163 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -19,9 +19,7 @@
 
 #define sp Pike_sp
 
-RCSID("$Id: sscanf.c,v 1.162 2004/06/02 00:11:26 nilsson Exp $");
-
-/* 
+/*
  * helper functions for sscanf %O
  */
 
diff --git a/src/stralloc.c b/src/stralloc.c
index 1b6c7d3a0aa45528a8a2976250993acc7579aa2b..d5e47f01234ec5de7f0596d95d16ba9e9dd1d221 100644
--- a/src/stralloc.c
+++ b/src/stralloc.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: stralloc.c,v 1.165 2004/04/15 17:34:40 mast Exp $
+|| $Id: stralloc.c,v 1.166 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -24,8 +24,6 @@
 #include <ctype.h>
 #include <math.h>
 
-RCSID("$Id: stralloc.c,v 1.165 2004/04/15 17:34:40 mast Exp $");
-
 /* #define STRALLOC_USE_PRIMES */
 
 #ifdef STRALLOC_USE_PRIMES 
diff --git a/src/svalue.c b/src/svalue.c
index bd06acf2ced50af78f2a28c24f65db1b82ce65bf..955295bd4b0e824e71f9470c0e264074b7d8c635 100644
--- a/src/svalue.c
+++ b/src/svalue.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: svalue.c,v 1.196 2004/07/04 21:08:50 nilsson Exp $
+|| $Id: svalue.c,v 1.197 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -30,8 +30,6 @@
 
 #define sp Pike_sp
 
-RCSID("$Id: svalue.c,v 1.196 2004/07/04 21:08:50 nilsson Exp $");
-
 const struct svalue dest_ob_zero = {
   T_INT, 0,
 #ifdef HAVE_UNION_INIT
diff --git a/src/threads.c b/src/threads.c
index dd00304984cd7558267f24596204aaafeeeb8667..c6483f3c7094e1ee7add45dad6198cb1c86e0353 100644
--- a/src/threads.c
+++ b/src/threads.c
@@ -2,12 +2,11 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: threads.c,v 1.239 2004/08/12 12:38:39 grubba Exp $
+|| $Id: threads.c,v 1.240 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #ifndef CONFIGURE_TEST
 #include "global.h"
-RCSID("$Id: threads.c,v 1.239 2004/08/12 12:38:39 grubba Exp $");
 
 PMOD_EXPORT int num_threads = 1;
 PMOD_EXPORT int threads_disabled = 0;
diff --git a/src/version.c b/src/version.c
index c268ea9eb7edd40e209f91f03aaf46e9c8108e4c..d8c2c20d894ede65917f540c00117b14d6869a63 100644
--- a/src/version.c
+++ b/src/version.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: version.c,v 1.141 2003/09/02 12:55:47 mast Exp $
+|| $Id: version.c,v 1.142 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -11,8 +11,6 @@
 #include "stralloc.h"
 #include "version.h"
 
-RCSID("$Id: version.c,v 1.141 2003/09/02 12:55:47 mast Exp $");
-
 /*! @decl string version()
  *!
  *! Report the version of Pike. Does the same as