diff --git a/COPYRIGHT b/COPYRIGHT index c4f3bb10442572558b84245b2d4a16fc8ab85cb3..bd51adf39619cc0520c128737470270015dd6645 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,12 +1,35 @@ Pike is protected by international copyright laws. -Copyright (c) 1994-1996 Fredrik Hübinette -Copyright (c) 1996-1997 Informationsvävarna AB -Copyright (c) 1997-2000 Idonex AB -Copyright (c) 2000-2002 Roxen Internet Software AB +Copyright © 1994-1996 Fredrik Hübinette +Copyright © 1996-1997 Informationsvävarna AB +Copyright © 1997-2000 Idonex AB +Copyright © 2000-2002 Roxen Internet Software AB Pike refers to the source code, and any executables -created from the same source code. +created from the same source code. Parts of other +copyrighted works are included in Pike, in accordance +with their respective conditions for distribution. -This source is distributed under GPL, see the file +The Unicode Character Database is +Copyright © 1991-2001 Unicode, Inc. + +The TrueVision Targa code is +Copyright © 1997 Raphael FRANCOIS and Gordon Matzigkeit + +DES encryption and decryption code is +Copyright © 1992 Dana L. How + +Rijndael encryption and decryption code is +Copyright © 2000 Joan Daemen + +Secure Hash Algorithm code is +Copyright © 1995, A.M. Kuchling + +Regular expression matching code is +Copyright © 1986 by University of Toronto. + +Zlib detection and verification code is +Copyright © 1995-1998 Jean-loup Gailly and Mark Adler + +The Pike source is distributed under GPL, see the file COPYING for more details. diff --git a/src/alloca.c b/src/alloca.c index 6bf9b544d60f21445b843e971cf9b2ed0094e6f5..e4d333fd1b63b96ca6a679431d5d36adbfda7340 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: alloca.c,v 1.3 1999/01/31 09:01:38 hubbe Exp $ + * $Id: alloca.c,v 1.4 2002/01/16 02:54:07 nilsson Exp $ */ #include <stdio.h> /* diff --git a/src/array.c b/src/array.c index 66dd64adfcc1f6feee3ec657f1b1cd73cc78053c..b935f595a8e5ed6fa47f0bef552bd661c8e9c743 100644 --- a/src/array.c +++ b/src/array.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -23,7 +23,7 @@ #include "stuff.h" #include "bignum.h" -RCSID("$Id: array.c,v 1.122 2001/12/16 20:28:08 mast Exp $"); +RCSID("$Id: array.c,v 1.123 2002/01/16 02:54:07 nilsson Exp $"); PMOD_EXPORT struct array empty_array= { diff --git a/src/array.h b/src/array.h index 49c40523bc7966617363051f035c9d02ecf0278c..d8cd29c5f2fac2c78d871af7c35cb45df8fe43c2 100644 --- a/src/array.h +++ b/src/array.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: array.h,v 1.38 2001/09/25 05:55:10 hubbe Exp $ + * $Id: array.h,v 1.39 2002/01/16 02:54:07 nilsson Exp $ */ #ifndef ARRAY_H #define ARRAY_H diff --git a/src/backend.cmod b/src/backend.cmod index 8dde75fe6c5e97b36a884069aa5b2f3caf3edd0a..4166ae0e2a8186a314f5383818e1d38a30a1def3 100644 --- a/src/backend.cmod +++ b/src/backend.cmod @@ -1,11 +1,11 @@ /*\ -*- c -*- -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: backend.cmod,v 1.21 2001/09/24 17:35:19 grubba Exp $"); +RCSID("$Id: backend.cmod,v 1.22 2002/01/16 02:54:08 nilsson Exp $"); #include "fdlib.h" #include "backend.h" #include <errno.h> diff --git a/src/backend.h b/src/backend.h index 6e26351446c9f9de1a00d9886913b96b4daf2924..3f0cd9831f3cb83bd966640c79ee6069bb04e9ed 100644 --- a/src/backend.h +++ b/src/backend.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: backend.h,v 1.12 2001/12/14 04:09:39 nilsson Exp $ + * $Id: backend.h,v 1.13 2002/01/16 02:54:08 nilsson Exp $ */ #ifndef BACKEND_H #define BACKEND_H diff --git a/src/builtin_functions.c b/src/builtin_functions.c index 95006c4bcc8a967bc5f0e7544f2fd1a49e5f8769..3d4d6f6522f66dd592147fbfb6e10635939eaad6 100644 --- a/src/builtin_functions.c +++ b/src/builtin_functions.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: builtin_functions.c,v 1.418 2001/12/16 02:49:37 mast Exp $"); +RCSID("$Id: builtin_functions.c,v 1.419 2002/01/16 02:54:08 nilsson Exp $"); #include "interpret.h" #include "svalue.h" #include "pike_macros.h" diff --git a/src/builtin_functions.h b/src/builtin_functions.h index 6dae7fcf8af64487f3a30e0760394b5c79171f45..1542c7710f68a6c951952a9769b24579957f4abc 100644 --- a/src/builtin_functions.h +++ b/src/builtin_functions.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: builtin_functions.h,v 1.18 2001/12/14 04:09:39 nilsson Exp $ + * $Id: builtin_functions.h,v 1.19 2002/01/16 02:54:09 nilsson Exp $ */ #ifndef BUILTIN_EFUNS_H #define BUILTIN_EFUNS_H diff --git a/src/callback.c b/src/callback.c index b4df650d0610641a1eb8b60ddc2a96ab29de1377..f65b61069432187f88bb358ca69b4f979d3479ff 100644 --- a/src/callback.c +++ b/src/callback.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -10,7 +10,7 @@ #include "pike_error.h" #include "block_alloc.h" -RCSID("$Id: callback.c,v 1.23 2001/09/05 01:39:20 hubbe Exp $"); +RCSID("$Id: callback.c,v 1.24 2002/01/16 02:54:09 nilsson Exp $"); struct callback_list fork_child_callback; diff --git a/src/callback.h b/src/callback.h index 5a70be7f159027e5651f4677915621ff40dbf18a..c769b8dcafe92f287abf290c7dbd8ca2a3b860f5 100644 --- a/src/callback.h +++ b/src/callback.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: callback.h,v 1.14 2001/08/31 06:56:30 hubbe Exp $ + * $Id: callback.h,v 1.15 2002/01/16 02:54:09 nilsson Exp $ */ #ifndef CALLBACK_H #define CALLBACK_H diff --git a/src/constants.c b/src/constants.c index b76bdc20b1b398a1bec8595c18e0db776492a6d6..0e1e0b069941c661c3778023c04389cce79ffd30 100644 --- a/src/constants.c +++ b/src/constants.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -17,7 +17,7 @@ #include "security.h" #include "block_alloc.h" -RCSID("$Id: constants.c,v 1.33 2001/08/30 23:32:29 mast Exp $"); +RCSID("$Id: constants.c,v 1.34 2002/01/16 02:54:09 nilsson Exp $"); struct mapping *builtin_constants = 0; diff --git a/src/constants.h b/src/constants.h index 624cc28a7c844bf64d6ff24629a6ab1885b083c7..e246715044fc47e15ce9e2f1776d128f034ef982 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: constants.h,v 1.19 2001/08/02 22:24:54 hubbe Exp $ + * $Id: constants.h,v 1.20 2002/01/16 02:54:09 nilsson Exp $ */ #ifndef ADD_EFUN_H #define ADD_EFUN_H diff --git a/src/cpp.c b/src/cpp.c index d991bc544f01eb579565e06bab9ee4368e31c179..012b2b21ce55dc71b777060f2a828177cdd1dee8 100644 --- a/src/cpp.c +++ b/src/cpp.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: cpp.c,v 1.97 2001/12/19 23:51:19 mast Exp $ + * $Id: cpp.c,v 1.98 2002/01/16 02:54:09 nilsson Exp $ */ #include "global.h" #include "stralloc.h" diff --git a/src/dlopen.c b/src/dlopen.c index 062aa3e67518c3bcb680c5bc98f54bc132525bbb..a5bb47157d6c105f5f6a3578c0d82068b7bfaeb0 100644 --- a/src/dlopen.c +++ b/src/dlopen.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -183,7 +183,7 @@ size_t STRNLEN(char *s, size_t maxlen) #else /* PIKE_CONCAT */ -RCSID("$Id: dlopen.c,v 1.27 2001/09/23 15:23:45 marcus Exp $"); +RCSID("$Id: dlopen.c,v 1.28 2002/01/16 02:54:09 nilsson Exp $"); #endif diff --git a/src/docode.c b/src/docode.c index 4f1afcf76169da034c897dd773bcd125d695a42f..4a74c815dc245f2a38b92b8987d1c6ab764b009e 100644 --- a/src/docode.c +++ b/src/docode.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: docode.c,v 1.138 2001/12/16 22:48:07 mast Exp $"); +RCSID("$Id: docode.c,v 1.139 2002/01/16 02:54:09 nilsson Exp $"); #include "las.h" #include "program.h" #include "pike_types.h" diff --git a/src/docode.h b/src/docode.h index 1230c99cae462465903c5f341345808f3fed4257..c5ae0390b3f86f7b762cda47babd2b6429e54429 100644 --- a/src/docode.h +++ b/src/docode.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: docode.h,v 1.13 2001/07/24 01:16:10 hubbe Exp $ + * $Id: docode.h,v 1.14 2002/01/16 02:54:10 nilsson Exp $ */ #ifndef DOCODE_H #define DOCODE_H diff --git a/src/dynamic_buffer.c b/src/dynamic_buffer.c index b9e6247b2c4848d5a3e4967f2276c9058d54c398..ed139c153877f66869d2d2607ff8885c0f5e3531 100644 --- a/src/dynamic_buffer.c +++ b/src/dynamic_buffer.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -10,7 +10,7 @@ #include "pike_error.h" #include "pike_memory.h" -RCSID("$Id: dynamic_buffer.c,v 1.13 2000/12/01 08:09:45 hubbe Exp $"); +RCSID("$Id: dynamic_buffer.c,v 1.14 2002/01/16 02:54:10 nilsson Exp $"); static dynamic_buffer buff; diff --git a/src/dynamic_buffer.h b/src/dynamic_buffer.h index 59d284c58b71f4803507b2004b058f9715490b4f..e99a750d8030d0511eff122873326236fa42f659 100644 --- a/src/dynamic_buffer.h +++ b/src/dynamic_buffer.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: dynamic_buffer.h,v 1.11 2000/12/16 04:58:18 marcus Exp $ + * $Id: dynamic_buffer.h,v 1.12 2002/01/16 02:54:10 nilsson Exp $ */ #ifndef DYNAMIC_BUFFER_H #define DYNAMIC_BUFFER_H diff --git a/src/efun.h b/src/efun.h index 56342cf57079863727a047d31c27b60811829144..eca01e99104c87cf28111928c1883c3d245b12f7 100644 --- a/src/efun.h +++ b/src/efun.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: efun.h,v 1.3 1998/03/28 15:32:00 grubba Exp $ + * $Id: efun.h,v 1.4 2002/01/16 02:54:10 nilsson Exp $ */ #ifndef EFUN_H #define EFUN_H diff --git a/src/encode.c b/src/encode.c index f69b38dc72db5a82254c2b1b2173c363f6c9b2ad..7f3a96c6be3334ca8f20e48142051ea162106dd2 100644 --- a/src/encode.c +++ b/src/encode.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -25,7 +25,7 @@ #include "version.h" #include "bignum.h" -RCSID("$Id: encode.c,v 1.135 2001/12/16 02:49:38 mast Exp $"); +RCSID("$Id: encode.c,v 1.136 2002/01/16 02:54:10 nilsson Exp $"); /* #define ENCODE_DEBUG */ diff --git a/src/encode.h b/src/encode.h index 4b3d489d9b4ea5de3401c0f882812070b156ec8c..06c3187d14199b5ae994b3a6d23fb20528d409fe 100644 --- a/src/encode.h +++ b/src/encode.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: encode.h,v 1.3 2000/03/26 01:55:11 mast Exp $ + * $Id: encode.h,v 1.4 2002/01/16 02:54:11 nilsson Exp $ */ #ifndef ENCODE_H #define ENCODE_H diff --git a/src/error.c b/src/error.c index f2f581d707b99a582a00a1ba065e2910fbdb236d..2ae7476e3c71884f758e27dd0ab62f32b29cb19e 100644 --- a/src/error.c +++ b/src/error.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -22,7 +22,7 @@ #include "threads.h" #include "gc.h" -RCSID("$Id: error.c,v 1.81 2001/12/19 22:01:01 mast Exp $"); +RCSID("$Id: error.c,v 1.82 2002/01/16 02:54:11 nilsson Exp $"); #undef ATTRIBUTE #define ATTRIBUTE(X) diff --git a/src/fd_control.c b/src/fd_control.c index 537f5ea3e0f6163be90285eab98a970c227fa591..ccf83335c2afaf029d058dc02bca2e7b55da4c14 100644 --- a/src/fd_control.c +++ b/src/fd_control.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -10,7 +10,7 @@ #include "pike_error.h" #include "fdlib.h" -RCSID("$Id: fd_control.c,v 1.37 2001/09/24 14:30:42 grubba Exp $"); +RCSID("$Id: fd_control.c,v 1.38 2002/01/16 02:54:12 nilsson Exp $"); #else /* TESTING */ diff --git a/src/fd_control.h b/src/fd_control.h index 21cf3951724cb2c9ee74b2a5a79f8103f6acc25f..982dd09ff9d312242cd078d16166b9ce9dd6740d 100644 --- a/src/fd_control.h +++ b/src/fd_control.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: fd_control.h,v 1.6 2000/12/16 05:24:40 marcus Exp $ + * $Id: fd_control.h,v 1.7 2002/01/16 02:54:12 nilsson Exp $ */ #ifndef FD_CONTROL_H #define FD_CONTROL_H diff --git a/src/fsort.c b/src/fsort.c index 1828fe90b40bd94bd0c8e31df84c33b6cb18c56e..c0ceea723675e3d4ccef330aaf25fece70ac4910 100644 --- a/src/fsort.c +++ b/src/fsort.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -11,7 +11,7 @@ #include "fsort.h" #include "main.h" -RCSID("$Id: fsort.c,v 1.15 2000/12/01 08:09:47 hubbe Exp $"); +RCSID("$Id: fsort.c,v 1.16 2002/01/16 02:54:12 nilsson Exp $"); #define CMP(X,Y) ( (*cmpfun)((void *)(X),(void *)(Y)) ) #define EXTRA_ARGS ,fsortfun cmpfun diff --git a/src/fsort.h b/src/fsort.h index 5034e88b98d7e38cfab7a261b0615fb50401adbf..8d4f03ac55feb7c79adf6c70cb6c97c1a3f44f06 100644 --- a/src/fsort.h +++ b/src/fsort.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: fsort.h,v 1.2 1998/03/28 15:16:30 grubba Exp $ + * $Id: fsort.h,v 1.3 2002/01/16 02:54:12 nilsson Exp $ */ #ifndef FSORT_H #define FSORT_H diff --git a/src/gc.c b/src/gc.c index 8612d5a5c581a705fa0256f6595d641e2ca5052b..ec777db2aa7f9b9ee630093d6d47708339fe7e4b 100644 --- a/src/gc.c +++ b/src/gc.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -30,7 +30,7 @@ struct callback *gc_evaluator_callback=0; #include "block_alloc.h" -RCSID("$Id: gc.c,v 1.179 2001/12/16 18:51:47 mast Exp $"); +RCSID("$Id: gc.c,v 1.180 2002/01/16 02:54:12 nilsson Exp $"); /* Run garbage collect approximately every time * 20 percent of all arrays, objects and programs is diff --git a/src/global.h b/src/global.h index 90ac0d29ce98e01e3937ed920ce20b68104be07b..24ab7d4407fa73b1beba99df3227433c0cddd2ad 100644 --- a/src/global.h +++ b/src/global.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: global.h,v 1.65 2001/10/05 01:30:12 hubbe Exp $ + * $Id: global.h,v 1.66 2002/01/16 02:54:12 nilsson Exp $ */ #ifndef GLOBAL_H #define GLOBAL_H diff --git a/src/hashtable.c b/src/hashtable.c index 0ec39a73ecfc4c2e02ddb0c0a44c41ecdf0ae675..2f88f6f75ff23e399e776fc0d1ec7c0d4b2af764 100644 --- a/src/hashtable.c +++ b/src/hashtable.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -10,7 +10,7 @@ #include "stuff.h" #include "pike_error.h" -RCSID("$Id: hashtable.c,v 1.8 2000/12/01 08:09:47 hubbe Exp $"); +RCSID("$Id: hashtable.c,v 1.9 2002/01/16 02:54:12 nilsson Exp $"); static size_t gobble(struct pike_string *s) { diff --git a/src/hashtable.h b/src/hashtable.h index 2506dbee1709d5c7318763be79849b6b1c976cd1..f7029e03746244ac9dc00f419e7d44add9edd790 100644 --- a/src/hashtable.h +++ b/src/hashtable.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: hashtable.h,v 1.5 1998/03/28 15:14:36 grubba Exp $ + * $Id: hashtable.h,v 1.6 2002/01/16 02:54:13 nilsson Exp $ */ #ifndef HASHTABLE_H #define HASHTABLE_H diff --git a/src/interpret.c b/src/interpret.c index b724e53d883954b111bb8113dd03e808b19c3129..2f0359eb6170a77ff2918a64d9f8f729e09d4e21 100644 --- a/src/interpret.c +++ b/src/interpret.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: interpret.c,v 1.255 2001/12/19 23:48:41 mast Exp $"); +RCSID("$Id: interpret.c,v 1.256 2002/01/16 02:54:13 nilsson Exp $"); #include "interpret.h" #include "object.h" #include "program.h" diff --git a/src/interpret.h b/src/interpret.h index 6edd3d040e8ad26abcba0a3bc5acfacfa1439fd0..1b67709313925593edf96ebe48be711b303636f9 100644 --- a/src/interpret.h +++ b/src/interpret.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: interpret.h,v 1.106 2001/12/19 23:48:42 mast Exp $ + * $Id: interpret.h,v 1.107 2002/01/16 02:54:13 nilsson Exp $ */ #ifndef INTERPRET_H #define INTERPRET_H diff --git a/src/iterators.cmod b/src/iterators.cmod index e27d7bf4765945f98bc6fe776a18d55a74209e7e..34eb86b7e1e0aac654e10d3d489f6dd7b63f4ccb 100644 --- a/src/iterators.cmod +++ b/src/iterators.cmod @@ -1,11 +1,11 @@ /*\ -*- c -*- -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: iterators.cmod,v 1.17 2001/12/16 02:49:40 mast Exp $"); +RCSID("$Id: iterators.cmod,v 1.18 2002/01/16 02:54:13 nilsson Exp $"); #include "main.h" #include "object.h" #include "mapping.h" diff --git a/src/language.yacc b/src/language.yacc index b111a4b236a9ad8cdfae7ebfed6d80e154c5fcc5..ff81da4b37ca226611f8203eefd4242d70f98752 100644 --- a/src/language.yacc +++ b/src/language.yacc @@ -1,6 +1,6 @@ /* -*- C -*- */ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -112,7 +112,7 @@ /* This is the grammar definition of Pike. */ #include "global.h" -RCSID("$Id: language.yacc,v 1.270 2002/01/03 19:10:23 grubba Exp $"); +RCSID("$Id: language.yacc,v 1.271 2002/01/16 02:54:13 nilsson Exp $"); #ifdef HAVE_MEMORY_H #include <memory.h> #endif diff --git a/src/las.c b/src/las.c index d212beee679f1cfd3a7dbb183a7d896b49f0c0c8..3c40576045f4f18943e94729f2d344f7214a020e 100644 --- a/src/las.c +++ b/src/las.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: las.c,v 1.279 2001/12/19 10:50:30 mast Exp $"); +RCSID("$Id: las.c,v 1.280 2002/01/16 02:54:13 nilsson Exp $"); #include "language.h" #include "interpret.h" diff --git a/src/las.h b/src/las.h index 30b715455115495d4a6d7a21fc8220b19d57db65..76442080f4814e35795a4f4042de99313722ba4f 100644 --- a/src/las.h +++ b/src/las.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: las.h,v 1.54 2001/12/16 18:51:57 mast Exp $ + * $Id: las.h,v 1.55 2002/01/16 02:54:14 nilsson Exp $ */ #ifndef LAS_H #define LAS_H diff --git a/src/lex.c b/src/lex.c index 115349300b7787c14f28533f11b62da7b6248e5b..eece0026d8a49a8d75339135906d0eca0f447e17 100644 --- a/src/lex.c +++ b/src/lex.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: lex.c,v 1.101 2001/07/27 21:12:28 grubba Exp $"); +RCSID("$Id: lex.c,v 1.102 2002/01/16 02:54:14 nilsson Exp $"); #include "language.h" #include "array.h" #include "lex.h" diff --git a/src/lex.h b/src/lex.h index 013e5cc2906ff12f36767227c34e26aab02986fb..63a3fd9559fb2f00a0cd3772e46b08360ca9d8ec 100644 --- a/src/lex.h +++ b/src/lex.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: lex.h,v 1.19 2001/07/16 19:48:58 hubbe Exp $ + * $Id: lex.h,v 1.20 2002/01/16 02:54:14 nilsson Exp $ */ #ifndef LEX_H #define LEX_H diff --git a/src/main.c b/src/main.c index dddad99274204b3992fdb150ff1d04c01617eb1f..53e880fcb7b1e78984d995eeef85a517ccdce7ef 100644 --- a/src/main.c +++ b/src/main.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: main.c,v 1.144 2002/01/08 17:59:11 grubba Exp $"); +RCSID("$Id: main.c,v 1.145 2002/01/16 02:54:14 nilsson Exp $"); #include "fdlib.h" #include "backend.h" #include "module.h" diff --git a/src/main.h b/src/main.h index f574227a4b3854991b9ce1e7d211937e885a9ba4..2e5997c4f4594186c28e94471ef3db628baaf53a 100644 --- a/src/main.h +++ b/src/main.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: main.h,v 1.16 2001/06/30 07:05:55 hubbe Exp $ + * $Id: main.h,v 1.17 2002/01/16 02:54:14 nilsson Exp $ */ #ifndef MAIN_H #define MAIN_H diff --git a/src/mapping.c b/src/mapping.c index 642edfa1d223ff04393a5fd4dae7c1fc71570b8a..1826d8999b871657024c7f5fb9497961d6221caa 100644 --- a/src/mapping.c +++ b/src/mapping.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: mapping.c,v 1.145 2001/12/16 18:49:20 mast Exp $"); +RCSID("$Id: mapping.c,v 1.146 2002/01/16 02:54:14 nilsson Exp $"); #include "main.h" #include "object.h" #include "mapping.h" diff --git a/src/mapping.h b/src/mapping.h index 03be4c631659e1f2f86950e206fca250c29bab2d..40077e2edd7857422db903f23f938702a5f8c7cd 100644 --- a/src/mapping.h +++ b/src/mapping.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: mapping.h,v 1.40 2001/09/25 05:55:11 hubbe Exp $ + * $Id: mapping.h,v 1.41 2002/01/16 02:54:15 nilsson Exp $ */ #ifndef MAPPING_H #define MAPPING_H diff --git a/src/module.c b/src/module.c index efce527612d53313950ddc84a75b30504034c920..7d60b34e44b2b3d2924bc8fe8fb9288ca58a6442 100644 --- a/src/module.c +++ b/src/module.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -22,7 +22,7 @@ #include "post_modules/modlist_headers.h" #endif -RCSID("$Id: module.c,v 1.14 2001/02/23 14:31:53 grubba Exp $"); +RCSID("$Id: module.c,v 1.15 2002/01/16 02:54:15 nilsson Exp $"); typedef void (*modfun)(void); diff --git a/src/module.h b/src/module.h index 5bdc9c633d656b31a92c4eec56e348d5d6120b80..1f5a35208747703124d1cbbad2672d64107be59f 100644 --- a/src/module.h +++ b/src/module.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: module.h,v 1.4 1998/03/28 15:10:31 grubba Exp $ + * $Id: module.h,v 1.5 2002/01/16 02:54:15 nilsson Exp $ */ #ifndef MODULE_H #define MODULE_H diff --git a/src/module_support.h b/src/module_support.h index 459a4863abb2da0ce5aeb010c5a8431508e9c11c..299e33dfff16482ea16940e6c3df6a4fe0e4b981 100644 --- a/src/module_support.h +++ b/src/module_support.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: module_support.h,v 1.8 2000/12/13 21:35:05 hubbe Exp $ + * $Id: module_support.h,v 1.9 2002/01/16 02:54:15 nilsson Exp $ */ #ifndef MODULE_SUPPORT_H #include <stdarg.h> diff --git a/src/modules/Gdbm/gdbmmod.c b/src/modules/Gdbm/gdbmmod.c index 10712b8dee3e75afaa7b2ba1b060e99e44e01569..370219855fc192fb5ef6b5af167ae3d0e856ace4 100644 --- a/src/modules/Gdbm/gdbmmod.c +++ b/src/modules/Gdbm/gdbmmod.c @@ -1,10 +1,10 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: gdbmmod.c,v 1.15 2001/10/26 21:36:04 nilsson Exp $"); +RCSID("$Id: gdbmmod.c,v 1.16 2002/01/16 02:59:19 nilsson Exp $"); #include "gdbm_machine.h" #include "threads.h" diff --git a/src/modules/Gmp/mpf.cmod b/src/modules/Gmp/mpf.cmod index 773bd8e5b44612c06f7cd66823e89c6250558498..1ae08fe7dea0be41d818d2af7821b2dddd3df933 100644 --- a/src/modules/Gmp/mpf.cmod +++ b/src/modules/Gmp/mpf.cmod @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: mpf.cmod,v 1.2 2001/09/24 11:09:21 grubba Exp $"); +RCSID("$Id: mpf.cmod,v 1.3 2002/01/16 03:00:37 nilsson Exp $"); #include "gmp_machine.h" #if defined(HAVE_GMP2_GMP_H) && defined(HAVE_LIBGMP2) diff --git a/src/modules/Gmp/mpq.cmod b/src/modules/Gmp/mpq.cmod index 8d36027f8f1e14ea03bbd01d7e1dad6e9eb7f914..6b0d510cf1995b7ed307a2ea4f64ab162b106a0f 100644 --- a/src/modules/Gmp/mpq.cmod +++ b/src/modules/Gmp/mpq.cmod @@ -1,10 +1,10 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: mpq.cmod,v 1.3 2001/09/24 11:06:07 grubba Exp $"); +RCSID("$Id: mpq.cmod,v 1.4 2002/01/16 03:00:37 nilsson Exp $"); #include "gmp_machine.h" #if defined(HAVE_GMP2_GMP_H) && defined(HAVE_LIBGMP2) diff --git a/src/modules/Gmp/mpz_glue.c b/src/modules/Gmp/mpz_glue.c index 53aee0e0c0d27bb14b33fc1f67fef4e8764955b7..7dbcadc2cff80a47a5520fa5b1e5e5baea9ed74e 100644 --- a/src/modules/Gmp/mpz_glue.c +++ b/src/modules/Gmp/mpz_glue.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: mpz_glue.c,v 1.98 2001/09/24 11:04:51 grubba Exp $"); +RCSID("$Id: mpz_glue.c,v 1.99 2002/01/16 03:00:37 nilsson Exp $"); #include "gmp_machine.h" #if defined(HAVE_GMP2_GMP_H) && defined(HAVE_LIBGMP2) diff --git a/src/modules/Gz/zlibmod.c b/src/modules/Gz/zlibmod.c index 925f31578f4d7b53b2e7c481fb32a0b7fdb3c1d6..9fadca6bd5184da2e10d4695ea397b8b20505dac 100644 --- a/src/modules/Gz/zlibmod.c +++ b/src/modules/Gz/zlibmod.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: zlibmod.c,v 1.42 2001/11/18 02:00:22 nilsson Exp $"); +RCSID("$Id: zlibmod.c,v 1.43 2002/01/16 03:02:33 nilsson Exp $"); #include "zlib_machine.h" diff --git a/src/modules/Regexp/glue.c b/src/modules/Regexp/glue.c index 46ecc62a29c8ffea9423843a671535fb23090ecd..764594d6c986f3ffbc6d5a5cc1bc926f881e8654 100644 --- a/src/modules/Regexp/glue.c +++ b/src/modules/Regexp/glue.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -21,7 +21,7 @@ #include "module_support.h" #include "builtin_functions.h" -RCSID("$Id: glue.c,v 1.24 2001/11/18 02:30:07 nilsson Exp $"); +RCSID("$Id: glue.c,v 1.25 2002/01/16 03:02:33 nilsson Exp $"); #ifdef USE_SYSTEM_REGEXP #include <regexp.h> diff --git a/src/modules/Regexp/pike_regexp.h b/src/modules/Regexp/pike_regexp.h index 5aadaa672104478ee0ff222e9c88489f548ab855..edd0b0f24aa838259e128d679afe748a4f0e625d 100644 --- a/src/modules/Regexp/pike_regexp.h +++ b/src/modules/Regexp/pike_regexp.h @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -7,7 +7,7 @@ #ifndef REGEXP_H #define REGEXP_H /* - * $Id: pike_regexp.h,v 1.4 2000/08/11 13:04:32 grubba Exp $ + * $Id: pike_regexp.h,v 1.5 2002/01/16 03:02:34 nilsson Exp $ * * Definitions etc. for regexp(3) routines. * diff --git a/src/modules/Ssleay/ssleay.c b/src/modules/Ssleay/ssleay.c index 947b05e02567dac7bc79d601fc206d84b6716407..c6385054050177ae29d05b67b4b017884a7502ad 100644 --- a/src/modules/Ssleay/ssleay.c +++ b/src/modules/Ssleay/ssleay.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -8,7 +8,7 @@ #include "config.h" -RCSID("$Id: ssleay.c,v 1.14 2000/12/18 09:58:21 mirar Exp $"); +RCSID("$Id: ssleay.c,v 1.15 2002/01/16 03:02:34 nilsson Exp $"); #include "interpret.h" #include "svalue.h" #include "stralloc.h" diff --git a/src/modules/_math/math.c b/src/modules/_math/math.c index 2d3ac058b80d1299d7ef3529c8f4d17a8616d8d1..c931240b4624ba9950a35a4bdabfeec3d969d68a 100644 --- a/src/modules/_math/math.c +++ b/src/modules/_math/math.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -29,7 +29,7 @@ #include <floatingpoint.h> #endif -RCSID("$Id: math.c,v 1.41 2001/11/18 02:57:10 nilsson Exp $"); +RCSID("$Id: math.c,v 1.42 2002/01/16 02:56:10 nilsson Exp $"); #ifndef M_PI #define M_PI 3.1415926535897932384626433832795080 diff --git a/src/modules/files/datagram.c b/src/modules/files/datagram.c index 79471929ca2ea19cc401ca4e6fd78f7a0d5cc2de..2c565e631cc9510dcb8021f89df3f7b081ddceb5 100644 --- a/src/modules/files/datagram.c +++ b/src/modules/files/datagram.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -7,7 +7,7 @@ #include "global.h" -RCSID("$Id: datagram.c,v 1.3 2001/04/27 13:46:07 grubba Exp $"); +RCSID("$Id: datagram.c,v 1.4 2002/01/16 02:57:28 nilsson Exp $"); struct datagram { diff --git a/src/modules/files/efuns.c b/src/modules/files/efuns.c index 978582999a3daf5f1eeda609726c91d70506154e..3d92b1466f31f3254052a38c6942beaea4f4f668 100644 --- a/src/modules/files/efuns.c +++ b/src/modules/files/efuns.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -25,7 +25,7 @@ #include "file_machine.h" #include "file.h" -RCSID("$Id: efuns.c,v 1.108 2001/12/22 00:26:22 nilsson Exp $"); +RCSID("$Id: efuns.c,v 1.109 2002/01/16 02:57:28 nilsson Exp $"); #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> diff --git a/src/modules/files/file.c b/src/modules/files/file.c index f4137494ebd4848ffb7c746a37d706f8969ae67e..879de1a9f81a576df5773c61151e8e69966833b5 100644 --- a/src/modules/files/file.c +++ b/src/modules/files/file.c @@ -1,12 +1,12 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #define NO_PIKE_SHORTHAND #include "global.h" -RCSID("$Id: file.c,v 1.230 2001/12/16 02:49:48 mast Exp $"); +RCSID("$Id: file.c,v 1.231 2002/01/16 02:57:29 nilsson Exp $"); #include "fdlib.h" #include "interpret.h" #include "svalue.h" diff --git a/src/modules/files/file.h b/src/modules/files/file.h index 1c97a3c73a3ec9536d904fddef0e4711cb500ad9..22ecd6a5087751f54d48537f8391277f68d0daa1 100644 --- a/src/modules/files/file.h +++ b/src/modules/files/file.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: file.h,v 1.19 2000/08/27 18:29:27 mirar Exp $ + * $Id: file.h,v 1.20 2002/01/16 02:57:29 nilsson Exp $ */ #ifndef FILE_H diff --git a/src/modules/files/socket.c b/src/modules/files/socket.c index 46e5ab971603f0733b8f3dcb1069a50617289e9f..133e9ba61387a3fd81a273fc70448871a37dd2ae 100644 --- a/src/modules/files/socket.c +++ b/src/modules/files/socket.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -22,7 +22,7 @@ #include "file_machine.h" #include "file.h" -RCSID("$Id: socket.c,v 1.57 2001/12/16 02:49:48 mast Exp $"); +RCSID("$Id: socket.c,v 1.58 2002/01/16 02:57:29 nilsson Exp $"); #ifdef HAVE_SYS_TYPE_H #include <sys/types.h> diff --git a/src/modules/sprintf/sprintf.c b/src/modules/sprintf/sprintf.c index 304da05324feeeee6f7ed6fcdf41c8d84d34950c..9bc91bd50db00e041c70d790f3b8331e9cd5ada7 100644 --- a/src/modules/sprintf/sprintf.c +++ b/src/modules/sprintf/sprintf.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -281,7 +281,7 @@ *! @[lfun::_sprintf()] */ #include "global.h" -RCSID("$Id: sprintf.c,v 1.87 2002/01/02 02:19:13 nilsson Exp $"); +RCSID("$Id: sprintf.c,v 1.88 2002/01/16 03:02:35 nilsson Exp $"); #include "pike_error.h" #include "array.h" #include "svalue.h" diff --git a/src/multiset.c b/src/multiset.c index 7b472ceb84caa5b3a8fc061589ab0406d17b7d49..3f6cc100660c9416736c01415d42dcd5d50a4df7 100644 --- a/src/multiset.c +++ b/src/multiset.c @@ -7,7 +7,7 @@ * Created by Martin Stjernholm 2001-05-07 */ -RCSID("$Id: multiset.c,v 1.45 2001/12/16 02:49:41 mast Exp $"); +RCSID("$Id: multiset.c,v 1.46 2002/01/16 02:54:15 nilsson Exp $"); #include "builtin_functions.h" #include "gc.h" @@ -5191,7 +5191,7 @@ void test_multiset (void) #else /* PIKE_NEW_MULTISETS */ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -5210,7 +5210,7 @@ void test_multiset (void) #include "gc.h" #include "security.h" -RCSID("$Id: multiset.c,v 1.45 2001/12/16 02:49:41 mast Exp $"); +RCSID("$Id: multiset.c,v 1.46 2002/01/16 02:54:15 nilsson Exp $"); struct multiset *first_multiset; diff --git a/src/multiset.h b/src/multiset.h index a898ffd6a5149d8da6f9f2a5e2cb1b9b46d0979b..e26e990b25dbf2e6cd80450d8428ad0be44b0855 100644 --- a/src/multiset.h +++ b/src/multiset.h @@ -7,7 +7,7 @@ * * Created by Martin Stjernholm 2001-05-07 * - * $Id: multiset.h,v 1.22 2001/12/10 20:16:32 mast Exp $ + * $Id: multiset.h,v 1.23 2002/01/16 02:54:15 nilsson Exp $ */ /* #define TEST_MULTISET */ @@ -433,13 +433,13 @@ void test_multiset (void); #else /* PIKE_NEW_MULTISETS */ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: multiset.h,v 1.22 2001/12/10 20:16:32 mast Exp $ + * $Id: multiset.h,v 1.23 2002/01/16 02:54:15 nilsson Exp $ */ #include "las.h" diff --git a/src/object.c b/src/object.c index 8c7287346e9bd71a97ae15418a7454690fcc1992..aa290a5babdc7456edd23b00156b38789d0b9911 100644 --- a/src/object.c +++ b/src/object.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: object.c,v 1.194 2002/01/11 17:55:01 mast Exp $"); +RCSID("$Id: object.c,v 1.195 2002/01/16 02:54:15 nilsson Exp $"); #include "object.h" #include "dynamic_buffer.h" #include "interpret.h" diff --git a/src/object.h b/src/object.h index e5440f63b4d8f66b6f4aa5a3b8432cc7881a1251..597cfef4ec76c7d7d3ab9f9e1f73976a715173d5 100644 --- a/src/object.h +++ b/src/object.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: object.h,v 1.68 2002/01/11 17:55:01 mast Exp $ + * $Id: object.h,v 1.69 2002/01/16 02:54:16 nilsson Exp $ */ #ifndef OBJECT_H #define OBJECT_H diff --git a/src/opcodes.c b/src/opcodes.c index 118e9977b9a295addd573c271b042c1da79fba65..f302f4e73642bdd61fa7d61e43a200d4b7d6fe57 100644 --- a/src/opcodes.c +++ b/src/opcodes.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -27,7 +27,7 @@ #include "bignum.h" #include "operators.h" -RCSID("$Id: opcodes.c,v 1.118 2001/12/16 02:49:41 mast Exp $"); +RCSID("$Id: opcodes.c,v 1.119 2002/01/16 02:54:16 nilsson Exp $"); void index_no_free(struct svalue *to,struct svalue *what,struct svalue *ind) { diff --git a/src/opcodes.h b/src/opcodes.h index 48f9ea41143a388710b95711fccfde8e77cf6327..8b50da55e357e69a77448847dcb9ed613d96b92e 100644 --- a/src/opcodes.h +++ b/src/opcodes.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: opcodes.h,v 1.24 2001/09/28 00:01:45 hubbe Exp $ + * $Id: opcodes.h,v 1.25 2002/01/16 02:54:16 nilsson Exp $ */ #ifndef OPCODES_H #define OPCODES_H diff --git a/src/operators.c b/src/operators.c index 67e082b7f0d7a01b63bde89fd5f74074f260ef04..abfde42be1da169649f49ed5fb40b842872e02cc 100644 --- a/src/operators.c +++ b/src/operators.c @@ -1,12 +1,12 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" #include <math.h> -RCSID("$Id: operators.c,v 1.144 2001/12/16 02:49:42 mast Exp $"); +RCSID("$Id: operators.c,v 1.145 2002/01/16 02:54:16 nilsson Exp $"); #include "interpret.h" #include "svalue.h" #include "multiset.h" diff --git a/src/operators.h b/src/operators.h index 7a0b853642d3950698f217baf7a7849164a68228..5da06af61db5fcba385d4bb54aedc016f1f90063 100644 --- a/src/operators.h +++ b/src/operators.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: operators.h,v 1.9 2000/12/16 05:34:05 marcus Exp $ + * $Id: operators.h,v 1.10 2002/01/16 02:54:17 nilsson Exp $ */ #ifndef OPERATORS_H #define OPERATORS_H diff --git a/src/pike_error.h b/src/pike_error.h index 8407a54a452c7bce851cb614857137a16ba61817..0e1dde7437874a22819573b7a5471aa73779e400 100644 --- a/src/pike_error.h +++ b/src/pike_error.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: pike_error.h,v 1.16 2001/11/10 19:43:51 mast Exp $ + * $Id: pike_error.h,v 1.17 2002/01/16 02:54:17 nilsson Exp $ */ #ifndef PIKE_ERROR_H #define PIKE_ERROR_H diff --git a/src/pike_macros.h b/src/pike_macros.h index a0b3d71f69bad019c32f80d28c0aa30d0425fa44..b843c3032bd0ebeac441eff0436c512667083ddb 100644 --- a/src/pike_macros.h +++ b/src/pike_macros.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: pike_macros.h,v 1.28 2001/11/10 19:44:48 mast Exp $ + * $Id: pike_macros.h,v 1.29 2002/01/16 02:54:17 nilsson Exp $ */ #ifndef MACROS_H #define MACROS_H diff --git a/src/pike_memory.c b/src/pike_memory.c index ff0e641c905f2b73bf567475ed4226e2bf68967d..7df11e10bdd897e451620378c6dd9a5393fbff34 100644 --- a/src/pike_memory.c +++ b/src/pike_memory.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -10,7 +10,7 @@ #include "pike_macros.h" #include "gc.h" -RCSID("$Id: pike_memory.c,v 1.117 2001/12/12 23:03:09 mast Exp $"); +RCSID("$Id: pike_memory.c,v 1.118 2002/01/16 02:54:17 nilsson Exp $"); /* strdup() is used by several modules, so let's provide it */ #ifndef HAVE_STRDUP diff --git a/src/pike_memory.h b/src/pike_memory.h index 10d6e51267d1dfe9277aa653df43441af6c55486..0602c9bc2afa47013486601e9f7b5a31d237bb06 100644 --- a/src/pike_memory.h +++ b/src/pike_memory.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: pike_memory.h,v 1.30 2001/10/03 18:18:51 mast Exp $ + * $Id: pike_memory.h,v 1.31 2002/01/16 02:54:17 nilsson Exp $ */ #ifndef MEMORY_H #define MEMORY_H diff --git a/src/pike_types.c b/src/pike_types.c index 381bff87846fe53116a6071a8e65b35e56a780ed..2f63dce523881dff9d67bbc5ceeec31ecca835f5 100644 --- a/src/pike_types.c +++ b/src/pike_types.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: pike_types.c,v 1.183 2001/12/10 02:08:16 mast Exp $"); +RCSID("$Id: pike_types.c,v 1.184 2002/01/16 02:54:18 nilsson Exp $"); #include <ctype.h> #include "svalue.h" #include "pike_types.h" diff --git a/src/pike_types.h b/src/pike_types.h index 7bf9672f893096d88aab4747dd20de64759038af..cba177434a7edfc4da4e10dac2a1de684d1f03d0 100644 --- a/src/pike_types.h +++ b/src/pike_types.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: pike_types.h,v 1.74 2001/12/14 04:09:39 nilsson Exp $ + * $Id: pike_types.h,v 1.75 2002/01/16 02:54:18 nilsson Exp $ */ #ifndef PIKE_TYPES_H #define PIKE_TYPES_H diff --git a/src/port.c b/src/port.c index 31cc5eb5f353c1d76153d067edd7c70fa1186dd9..68eaf0f0a6eb7e796b87d3e42ab545f2bb9e0a62 100644 --- a/src/port.c +++ b/src/port.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -22,7 +22,7 @@ #include <float.h> #include <string.h> -RCSID("$Id: port.c,v 1.49 2001/12/18 17:57:42 mast Exp $"); +RCSID("$Id: port.c,v 1.50 2002/01/16 02:54:18 nilsson Exp $"); #ifdef sun time_t time PROT((time_t *)); diff --git a/src/port.h b/src/port.h index 779409cad1757bde1ea6a9d4e502622ae6ab2431..c72c5d2c8c895097bbff4c9f01809e544db0a966 100644 --- a/src/port.h +++ b/src/port.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: port.h,v 1.41 2001/12/18 17:57:42 mast Exp $ + * $Id: port.h,v 1.42 2002/01/16 02:54:18 nilsson Exp $ */ #ifndef PORT_H #define PORT_H diff --git a/src/program.c b/src/program.c index 49b75825fd2af1c08323c6995ca1f083b73e7a8c..8c32238f6e067ea90e1d3a81cbe4050867099b26 100644 --- a/src/program.c +++ b/src/program.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" -RCSID("$Id: program.c,v 1.399 2001/12/20 15:06:58 nilsson Exp $"); +RCSID("$Id: program.c,v 1.400 2002/01/16 02:54:18 nilsson Exp $"); #include "program.h" #include "object.h" #include "dynamic_buffer.h" diff --git a/src/program.h b/src/program.h index 77b56e098dc2b4e336f748b1cce3c7f8cc1d12f4..0908a96e4e3f78ed8e4c9c09158493c289e44d85 100644 --- a/src/program.h +++ b/src/program.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: program.h,v 1.150 2001/12/16 18:51:58 mast Exp $ + * $Id: program.h,v 1.151 2002/01/16 02:54:19 nilsson Exp $ */ #ifndef PROGRAM_H #define PROGRAM_H diff --git a/src/rusage.c b/src/rusage.c index 22694e7b8c1cafa633841c46df22348207a75503..7588b4c3b83e39c294c7b8160ba59bca2cae64ad 100644 --- a/src/rusage.c +++ b/src/rusage.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -17,7 +17,7 @@ #include <errno.h> #include "rusage.h" -RCSID("$Id: rusage.c,v 1.16 2001/12/04 13:06:41 tomas Exp $"); +RCSID("$Id: rusage.c,v 1.17 2002/01/16 02:54:19 nilsson Exp $"); #ifdef HAVE_SYS_TIMES_H #include <sys/times.h> diff --git a/src/rusage.h b/src/rusage.h index ab4f311bf744c41722dabe461f2755c18ef3514e..45d03180c314dba205b0a3b25cfe1a1086d86c1b 100644 --- a/src/rusage.h +++ b/src/rusage.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: rusage.h,v 1.3 1998/03/28 15:00:29 grubba Exp $ + * $Id: rusage.h,v 1.4 2002/01/16 02:54:19 nilsson Exp $ */ #ifndef RUSAGE_H #define RUSAGE_H diff --git a/src/signal_handler.c b/src/signal_handler.c index 41e1ca7c216aa4dedd1037e24dfb7dbb2d02cb73..ef4a7509a771aa1d68d4ef9c80754eca412a6f82 100644 --- a/src/signal_handler.c +++ b/src/signal_handler.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -25,7 +25,7 @@ #include "main.h" #include <signal.h> -RCSID("$Id: signal_handler.c,v 1.212 2001/12/16 02:49:43 mast Exp $"); +RCSID("$Id: signal_handler.c,v 1.213 2002/01/16 02:54:19 nilsson Exp $"); #ifdef HAVE_PASSWD_H # include <passwd.h> diff --git a/src/signal_handler.h b/src/signal_handler.h index 129031b8443cb703fa5a3d3365c23aa3ee6b4307..8c226d2453315c490698c82154f1b7427b56d043 100644 --- a/src/signal_handler.h +++ b/src/signal_handler.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: signal_handler.h,v 1.11 2000/12/16 05:24:41 marcus Exp $ + * $Id: signal_handler.h,v 1.12 2002/01/16 02:54:19 nilsson Exp $ */ #ifndef SIGNAL_H #define SIGNAL_H diff --git a/src/stralloc.c b/src/stralloc.c index 6331155a03f34168653079cd4be4331d2c6d16bf..e11591941fcf547eeeab17348d086a0b287b46e8 100644 --- a/src/stralloc.c +++ b/src/stralloc.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -27,7 +27,7 @@ #define HUGE HUGE_VAL #endif /*!HUGE*/ -RCSID("$Id: stralloc.c,v 1.139 2001/12/19 23:44:00 mast Exp $"); +RCSID("$Id: stralloc.c,v 1.140 2002/01/16 02:54:19 nilsson Exp $"); /* #define STRALLOC_USE_PRIMES */ diff --git a/src/stralloc.h b/src/stralloc.h index 4fdb6eadedd55bd386909af751d5db462d7dfcde..45d8510ff24f29de3e0670e01994fbbdcd5ce6ba 100644 --- a/src/stralloc.h +++ b/src/stralloc.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: stralloc.h,v 1.63 2001/12/19 23:44:00 mast Exp $ + * $Id: stralloc.h,v 1.64 2002/01/16 02:54:19 nilsson Exp $ */ #ifndef STRALLOC_H #define STRALLOC_H diff --git a/src/stuff.c b/src/stuff.c index 2358d132c467a8d241b00d1b7506154435e70665..6838ce61e17158d62c9c1d6b6b1641407cd74e3c 100644 --- a/src/stuff.c +++ b/src/stuff.c @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: stuff.c,v 1.15 2001/09/01 09:39:18 hubbe Exp $ + * $Id: stuff.c,v 1.16 2002/01/16 02:54:20 nilsson Exp $ */ #include "global.h" #include "stuff.h" diff --git a/src/stuff.h b/src/stuff.h index 19c000bbce11938a06c7405e78449b5ebd95fbab..2c384f7051cda521bcf4b9e88f4ae58486f1253c 100644 --- a/src/stuff.h +++ b/src/stuff.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: stuff.h,v 1.12 2001/09/01 01:45:52 hubbe Exp $ + * $Id: stuff.h,v 1.13 2002/01/16 02:54:20 nilsson Exp $ */ #ifndef STUFF_H #define STUFF_H diff --git a/src/svalue.c b/src/svalue.c index f304451e5581b25c9a4291a6002b80c7b2cb6054..e1c75bf4936a40b7d105c38bb0b8d154fd2b7985 100644 --- a/src/svalue.c +++ b/src/svalue.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -62,7 +62,7 @@ static int pike_isnan(double x) #endif /* HAVE__ISNAN */ #endif /* HAVE_ISNAN */ -RCSID("$Id: svalue.c,v 1.132 2001/12/17 04:50:07 mast Exp $"); +RCSID("$Id: svalue.c,v 1.133 2002/01/16 02:54:20 nilsson Exp $"); struct svalue dest_ob_zero = { T_INT, 0, diff --git a/src/svalue.h b/src/svalue.h index aba990ba1a8941118f65e3d747a9b91deeb9eb56..bfa5027475d1096e2c0ea99ae87b6cd63c662e3a 100644 --- a/src/svalue.h +++ b/src/svalue.h @@ -1,11 +1,11 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: svalue.h,v 1.100 2001/12/16 02:44:23 mast Exp $ + * $Id: svalue.h,v 1.101 2002/01/16 02:54:20 nilsson Exp $ */ #ifndef SVALUE_H #define SVALUE_H diff --git a/src/time_stuff.h b/src/time_stuff.h index a9742eef7ea5b43fa9dba94608450fab12dea903..279275be6fd78e0a67ff0d1fc05952674dc3e51f 100644 --- a/src/time_stuff.h +++ b/src/time_stuff.h @@ -1,10 +1,10 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /* - * $Id: time_stuff.h,v 1.8 1998/03/28 14:57:08 grubba Exp $ + * $Id: time_stuff.h,v 1.9 2002/01/16 02:54:21 nilsson Exp $ */ #ifndef TIME_STUFF_H #define TIME_STUFF_H diff --git a/src/version.c b/src/version.c index c072359e66fca749953bd4b39d51d9506d7a6f56..50202673a6fff9e2163713d57d128b327de233c1 100644 --- a/src/version.c +++ b/src/version.c @@ -1,5 +1,5 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ @@ -11,7 +11,7 @@ #include "stralloc.h" #include "version.h" -RCSID("$Id: version.c,v 1.133 2001/02/08 23:54:19 grubba Exp $"); +RCSID("$Id: version.c,v 1.134 2002/01/16 02:54:21 nilsson Exp $"); #define STR(X) #X /*! @decl string version() diff --git a/src/version.h b/src/version.h index a566af3f389be7dd05d46643e701973a181797f0..431dba4f1ebc9d187e39edc4ecf7f651fc04ab5f 100644 --- a/src/version.h +++ b/src/version.h @@ -1,10 +1,10 @@ /*\ -||| This file a part of Pike, and is copyright by Fredrik Hubinette +||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ -/* $Id: version.h,v 1.279 2001/12/18 19:12:32 mast Exp $ */ +/* $Id: version.h,v 1.280 2002/01/16 02:54:21 nilsson Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 3