diff --git a/src/acconfig.h b/src/acconfig.h index 98f647bceaf9fd1a735c2f01cfbb7c87e18b2dae..c83de7a455976d3dab9f36f87c58a4dd906d1a58 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.106 2002/10/08 20:22:18 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.107 2002/10/11 01:39:28 nilsson Exp $ +*/ #ifndef MACHINE_H #define MACHINE_H diff --git a/src/alloca.c b/src/alloca.c index d6c7499e43bdc0a72bb400bdda4deef6e41d4a0b..d6a0c6b48e003aaff9d501882f5eeed3d59dd49f 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -1,9 +1,9 @@ -/*\ -||| 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: alloca.c,v 1.6 2002/10/08 20:22:18 nilsson Exp $ -\*/ +/* +|| 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: alloca.c,v 1.7 2002/10/11 01:39:28 nilsson Exp $ +*/ #include <stdio.h> /* diff --git a/src/apply_low.h b/src/apply_low.h index 931cd878ba65ea65e6214f67d63377c14ff2f512..152b848e67389763f26155b5a162487a9be4204f 100644 --- a/src/apply_low.h +++ b/src/apply_low.h @@ -1,9 +1,9 @@ -/*\ -||| 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: apply_low.h,v 1.9 2002/10/08 20:22:18 nilsson Exp $ -\*/ +/* +|| 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: apply_low.h,v 1.10 2002/10/11 01:39:28 nilsson Exp $ +*/ { struct program *p; diff --git a/src/array.c b/src/array.c index 6d0a1a8a92cf129edb835ceb478fa64f6369aace..10d1368c0ad99f407e917ab98f2399736552cb16 100644 --- a/src/array.c +++ b/src/array.c @@ -1,10 +1,9 @@ -/*\ -||| 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.131 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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.132 2002/10/11 01:39:28 nilsson Exp $ +*/ #include "global.h" #include "svalue.h" @@ -26,7 +25,7 @@ #include "bignum.h" #include "cyclic.h" -RCSID("$Id: array.c,v 1.131 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: array.c,v 1.132 2002/10/11 01:39:28 nilsson Exp $"); PMOD_EXPORT struct array empty_array= { diff --git a/src/array.h b/src/array.h index fc656f52900c1a00629910cf9e996ee80fe45bdf..d99788dfd8a8496be876cda826ff2662d3d42bc8 100644 --- a/src/array.h +++ b/src/array.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.43 2002/10/08 20:22:18 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.44 2002/10/11 01:39:28 nilsson Exp $ +*/ #ifndef ARRAY_H #define ARRAY_H diff --git a/src/backend.cmod b/src/backend.cmod index 419908a7f9352720ffdc5cf0b888cc0779c5f03f..1a0c963fe13fd9981581b559d9e659929166a27f 100644 --- a/src/backend.cmod +++ b/src/backend.cmod @@ -1,13 +1,12 @@ -/*\ -*- c -*- -||| 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: backend.cmod,v 1.28 2002/10/09 22:23:38 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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: backend.cmod,v 1.29 2002/10/11 01:39:28 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: backend.cmod,v 1.28 2002/10/09 22:23:38 nilsson Exp $"); +RCSID("$Id: backend.cmod,v 1.29 2002/10/11 01:39:28 nilsson Exp $"); #include "fdlib.h" #include "backend.h" #include <errno.h> diff --git a/src/backend.h b/src/backend.h index f3e12e17845bf79f866551e5fea064ddc9355acc..95c04854d8e0e2b03cd74a2a6d9c952355927342 100644 --- a/src/backend.h +++ b/src/backend.h @@ -1,9 +1,9 @@ -/*\ -||| 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: backend.h,v 1.15 2002/10/08 20:22:18 nilsson Exp $ -\*/ +/* +|| 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: backend.h,v 1.16 2002/10/11 01:39:28 nilsson Exp $ +*/ #ifndef BACKEND_H #define BACKEND_H diff --git a/src/bignum.c b/src/bignum.c index 59de49863790ffd13ed311f0705235800c13ee01..e09bcd2741c989e5427407ffecf75d142ff0d6be 100644 --- a/src/bignum.c +++ b/src/bignum.c @@ -1,9 +1,9 @@ -/*\ -||| 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: bignum.c,v 1.26 2002/10/08 20:22:18 nilsson Exp $ -\*/ +/* +|| 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: bignum.c,v 1.27 2002/10/11 01:39:28 nilsson Exp $ +*/ #include "global.h" diff --git a/src/bignum.h b/src/bignum.h index 704fe3bc616990c184422e83d8f1f8d42df33606..be366b9c7ace5339103fde329716d72ea8e99be8 100644 --- a/src/bignum.h +++ b/src/bignum.h @@ -1,9 +1,9 @@ -/*\ -||| 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: bignum.h,v 1.15 2002/10/08 20:22:18 nilsson Exp $ -\*/ +/* +|| 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: bignum.h,v 1.16 2002/10/11 01:39:28 nilsson Exp $ +*/ #include "global.h" @@ -83,4 +83,3 @@ int int64_from_bignum(INT64 *i, struct object *bignum); #endif /* AUTO_BIGNUM */ #endif /* BIGNUM_H */ - diff --git a/src/block_alloc.h b/src/block_alloc.h index 7fc5a4efa8b44d52357d521f560af784052ca349..063fe1a2c02c0eb6527dc918b2657b3f00045359 100644 --- a/src/block_alloc.h +++ b/src/block_alloc.h @@ -1,9 +1,9 @@ -/*\ -||| 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: block_alloc.h,v 1.44 2002/10/08 20:22:18 nilsson Exp $ -\*/ +/* +|| 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: block_alloc.h,v 1.45 2002/10/11 01:39:29 nilsson Exp $ +*/ #undef PRE_INIT_BLOCK #undef INIT_BLOCK diff --git a/src/block_alloc_h.h b/src/block_alloc_h.h index afbb402c35f3c0076fe39a52e00fbf9adc4539ac..a7c3553a7364aa1534b25cca3a52fb9571fdc6ce 100644 --- a/src/block_alloc_h.h +++ b/src/block_alloc_h.h @@ -1,9 +1,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: block_alloc_h.h,v 1.12 2002/10/08 20:22:18 nilsson Exp $ -\*/ +/* +|| 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: block_alloc_h.h,v 1.13 2002/10/11 01:39:29 nilsson Exp $ +*/ + /* $Id */ #undef BLOCK_ALLOC diff --git a/src/builtin.cmod b/src/builtin.cmod index 59b4e02c3a232af3add78c734528459fafda2a6b..c5c2df87617c51dd89e6a9e6f7d4005ba3595c91 100644 --- a/src/builtin.cmod +++ b/src/builtin.cmod @@ -1,10 +1,9 @@ -/*\ -*- c -*- -||| 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.cmod,v 1.93 2002/10/09 22:23:38 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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.cmod,v 1.94 2002/10/11 01:39:29 nilsson Exp $ +*/ #include "global.h" #include "interpret.h" diff --git a/src/builtin_functions.c b/src/builtin_functions.c index a2702f883a82aaaf0f1de7f1ca2f18ac52ca4141..cd510a17dd79d16ee9250d4d598f17490e9c2ced 100644 --- a/src/builtin_functions.c +++ b/src/builtin_functions.c @@ -1,13 +1,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: builtin_functions.c,v 1.444 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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.445 2002/10/11 01:39:29 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: builtin_functions.c,v 1.444 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: builtin_functions.c,v 1.445 2002/10/11 01:39:29 nilsson Exp $"); #include "interpret.h" #include "svalue.h" #include "pike_macros.h" @@ -8114,4 +8113,3 @@ void init_builtin_efuns(void) #endif #endif } - diff --git a/src/builtin_functions.h b/src/builtin_functions.h index d60b2cdc2c8247cd197cea53ad357d6775fcc0fe..3e9906069a5143d77fc59d8878273b060738a405 100644 --- a/src/builtin_functions.h +++ b/src/builtin_functions.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.21 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.22 2002/10/11 01:39:29 nilsson Exp $ +*/ #ifndef BUILTIN_EFUNS_H #define BUILTIN_EFUNS_H diff --git a/src/builtin_functions_t.c b/src/builtin_functions_t.c index 11b75af345a8ce5451bb12b587a4a6d4632e5f63..53a3e06da7908018505f8245c3267a465af42f31 100644 --- a/src/builtin_functions_t.c +++ b/src/builtin_functions_t.c @@ -1,9 +1,9 @@ -/*\ -||| 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_t.c,v 1.2 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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_t.c,v 1.3 2002/10/11 01:39:29 nilsson Exp $ +*/ /* * Used to strap pike. diff --git a/src/callback.c b/src/callback.c index f049e465bd8f81ccad696bc4cf16e38789f02bff..2d591e13118dcfb41e07f4da260b02c18b11afb6 100644 --- a/src/callback.c +++ b/src/callback.c @@ -1,10 +1,9 @@ -/*\ -||| 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.29 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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.30 2002/10/11 01:39:29 nilsson Exp $ +*/ #include "global.h" #include "pike_macros.h" @@ -12,7 +11,7 @@ #include "pike_error.h" #include "block_alloc.h" -RCSID("$Id: callback.c,v 1.29 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: callback.c,v 1.30 2002/10/11 01:39:29 nilsson Exp $"); struct callback_list fork_child_callback; @@ -237,4 +236,3 @@ void cleanup_callbacks(void) { free_all_callback_blocks(); } - diff --git a/src/callback.h b/src/callback.h index fc2e7dc57b84e0ba494e123f9e7f9512bcc5dbc1..e31b57927cfb9008ef8b94aa26e64ec9d7917b8c 100644 --- a/src/callback.h +++ b/src/callback.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.17 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.18 2002/10/11 01:39:30 nilsson Exp $ +*/ #ifndef CALLBACK_H #define CALLBACK_H diff --git a/src/code/bytecode.c b/src/code/bytecode.c index 6b7ca9a6d086ae56b977877a10f1c6b30c7a6b8c..def92e8fb976ebbf4327ca2240d72e073e0d48bc 100644 --- a/src/code/bytecode.c +++ b/src/code/bytecode.c @@ -1,9 +1,9 @@ -/*\ -||| 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: bytecode.c,v 1.5 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: bytecode.c,v 1.6 2002/10/11 01:39:39 nilsson Exp $ +*/ /* * Default bytecode assembler for Pike. @@ -84,4 +84,3 @@ void ins_f_byte_with_2_args(unsigned int a, ins_f_byte_with_arg(a,c); add_to_program((PIKE_OPCODE_T)b); } - diff --git a/src/code/bytecode.h b/src/code/bytecode.h index 0fd311397789b38282981252138ccc3410ec16dd..5c6a6953460224a088957353b529c92ee82d66b0 100644 --- a/src/code/bytecode.h +++ b/src/code/bytecode.h @@ -1,9 +1,9 @@ -/*\ -||| 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: bytecode.h,v 1.8 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: bytecode.h,v 1.9 2002/10/11 01:39:39 nilsson Exp $ +*/ #define UPDATE_PC() diff --git a/src/code/computedgoto.c b/src/code/computedgoto.c index 862dd0503032d6120ba1333531ff2ebb8999b9eb..aa438990c73e4e879e50fc09e559f7705bb801c2 100644 --- a/src/code/computedgoto.c +++ b/src/code/computedgoto.c @@ -1,9 +1,9 @@ -/*\ -||| 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: computedgoto.c,v 1.2 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: computedgoto.c,v 1.3 2002/10/11 01:39:39 nilsson Exp $ +*/ /* * Machine code generator for sparc. @@ -70,4 +70,3 @@ void ins_f_byte_with_2_args(unsigned int a, ins_f_byte_with_arg(a,c); add_to_program((PIKE_OPCODE_T)b); } - diff --git a/src/code/computedgoto.h b/src/code/computedgoto.h index 9b29ad1e6535e6a78605f3b9b0b9f2ac95b568f7..973a8bd8f6fd5198eaafdf04b339a5bc47ed3e51 100644 --- a/src/code/computedgoto.h +++ b/src/code/computedgoto.h @@ -1,9 +1,9 @@ -/*\ -||| 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: computedgoto.h,v 1.6 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: computedgoto.h,v 1.7 2002/10/11 01:39:39 nilsson Exp $ +*/ #define UPDATE_PC() diff --git a/src/code/ia32.c b/src/code/ia32.c index ebfa2e58dd0bee4d4667e65bd75c5e7bc22443bc..5585fb6b6d3092da0b7d9ff0adc7dd92fb604877 100644 --- a/src/code/ia32.c +++ b/src/code/ia32.c @@ -1,9 +1,9 @@ -/*\ -||| 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: ia32.c,v 1.22 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: ia32.c,v 1.23 2002/10/11 01:39:39 nilsson Exp $ +*/ /* * Machine code generator for IA32. diff --git a/src/code/ia32.h b/src/code/ia32.h index 47f85be67d0e434645d042c99e6300858a5118c2..b1f528162557e7df85bcc8d3e08cbf214429d048 100644 --- a/src/code/ia32.h +++ b/src/code/ia32.h @@ -1,9 +1,9 @@ -/*\ -||| 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: ia32.h,v 1.17 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: ia32.h,v 1.18 2002/10/11 01:39:39 nilsson Exp $ +*/ /* #define ALIGN_PIKE_JUMPS 8 */ diff --git a/src/code/ppc32.c b/src/code/ppc32.c index fa19fc40d6c759d1f611fa3bedb656e80a3363b5..8e9a9cd88600a7f5414f82bac5665dab68806dff 100644 --- a/src/code/ppc32.c +++ b/src/code/ppc32.c @@ -1,9 +1,9 @@ -/*\ -||| 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: ppc32.c,v 1.22 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: ppc32.c,v 1.23 2002/10/11 01:39:39 nilsson Exp $ +*/ /* * Machine code generator for 32 bit PowerPC @@ -667,4 +667,3 @@ void ppc32_decode_program(struct program *p) } } #endif - diff --git a/src/code/ppc32.h b/src/code/ppc32.h index d7401693e7b5c305ca5971cb4ce1228860086d0d..5b0d6d3ca5dd3ea5392470d5ebc26abe1cdeae22 100644 --- a/src/code/ppc32.h +++ b/src/code/ppc32.h @@ -1,9 +1,9 @@ -/*\ -||| 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: ppc32.h,v 1.16 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: ppc32.h,v 1.17 2002/10/11 01:39:39 nilsson Exp $ +*/ #define PPC_INSTR_B_FORM(OPCD,BO,BI,BD,AA,LK) \ add_to_program(((OPCD)<<26)|((BO)<<21)|((BI)<<16)| \ @@ -231,4 +231,3 @@ void ppc32_decode_program(struct program *p); : "ctr", "lr", "cc", "memory", "r31", "r0", \ "r3", "r4", "r5", "r6", "r7", "r8", "r9", \ "r10", "r11", "r12") - diff --git a/src/code/sparc.c b/src/code/sparc.c index a39db0719541e914de91f09b5d7c00808abe9b67..637fa72f04d1d99b9ccbdab574581d8724e66ec7 100644 --- a/src/code/sparc.c +++ b/src/code/sparc.c @@ -1,9 +1,9 @@ -/*\ -||| 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: sparc.c,v 1.12 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: sparc.c,v 1.13 2002/10/11 01:39:39 nilsson Exp $ +*/ /* * Machine code generator for sparc. diff --git a/src/code/sparc.h b/src/code/sparc.h index 2a266fe16af67577e3336f26a73de02cf3c87419..5d83bafa5ea8edbd8c40c1a99d2225763d863481 100644 --- a/src/code/sparc.h +++ b/src/code/sparc.h @@ -1,9 +1,9 @@ -/*\ -||| 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: sparc.h,v 1.14 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: sparc.h,v 1.15 2002/10/11 01:39:39 nilsson Exp $ +*/ #define PIKE_OPCODE_ALIGN 4 diff --git a/src/combine_path.h b/src/combine_path.h index 1dc235422a7d43f4554cdaf33be440ea8ec2cdba..e281e0f800f3559a7eb708632ee6ef34322f0928 100644 --- a/src/combine_path.h +++ b/src/combine_path.h @@ -1,9 +1,9 @@ -/*\ -||| 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: combine_path.h,v 1.10 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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: combine_path.h,v 1.11 2002/10/11 01:39:30 nilsson Exp $ +*/ /* * Combine path template. diff --git a/src/compilation.h b/src/compilation.h index b00a8cece2e6a631318e31c8d95b2a3391ad2c9e..e8a83e2b5b6fe404ccea089c92504e55607718dc 100644 --- a/src/compilation.h +++ b/src/compilation.h @@ -1,9 +1,9 @@ -/*\ -||| 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: compilation.h,v 1.29 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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: compilation.h,v 1.30 2002/10/11 01:39:30 nilsson Exp $ +*/ /* * Compilator state push / pop operator construction file diff --git a/src/constants.c b/src/constants.c index 7b8854cec017fe5864b07a519390140efccdacad..9f8dbf7e0ef264912b0d7bf4d0dfbc0ca0870363 100644 --- a/src/constants.c +++ b/src/constants.c @@ -1,10 +1,9 @@ -/*\ -||| 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.41 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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.42 2002/10/11 01:39:30 nilsson Exp $ +*/ #include "global.h" #include "constants.h" @@ -19,7 +18,7 @@ #include "security.h" #include "block_alloc.h" -RCSID("$Id: constants.c,v 1.41 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: constants.c,v 1.42 2002/10/11 01:39:30 nilsson Exp $"); struct mapping *builtin_constants = 0; diff --git a/src/constants.h b/src/constants.h index e5d0c7f7e01366235deb7c97a23f6e49f4c0ecf6..ba950daca7eb4ab770df863f657ca00c7fbd5647 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.26 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.27 2002/10/11 01:39:30 nilsson Exp $ +*/ #ifndef ADD_EFUN_H #define ADD_EFUN_H diff --git a/src/cpp.c b/src/cpp.c index 21d21caadb19f7a7159946ab5f3275439fd51dcb..ca512679228f07928dbb5003386da2c41f9a7c85 100644 --- a/src/cpp.c +++ b/src/cpp.c @@ -1,9 +1,9 @@ -/*\ -||| 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: cpp.c,v 1.104 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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: cpp.c,v 1.105 2002/10/11 01:39:30 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" diff --git a/src/cpp.h b/src/cpp.h index 4c61a3334d32a408f942af72c8ddfbf3e82f458c..0ef60452d39338952365611f913e6fc10ec6162f 100644 --- a/src/cpp.h +++ b/src/cpp.h @@ -1,9 +1,9 @@ -/*\ -||| 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: cpp.h,v 1.6 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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: cpp.h,v 1.7 2002/10/11 01:39:30 nilsson Exp $ +*/ #ifndef CPP_H #define CPP_H diff --git a/src/crypt.c b/src/crypt.c index 817d140a9e54b0d9d23289516383cd6452926974..106f5c7ac10f0aa943a98290b1ed53256f061ca0 100644 --- a/src/crypt.c +++ b/src/crypt.c @@ -1,9 +1,9 @@ -/*\ -||| 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: crypt.c,v 1.3 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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: crypt.c,v 1.4 2002/10/11 01:39:30 nilsson Exp $ +*/ /* * From Andy Tanenbaum's book "Computer Networks", diff --git a/src/cyclic.c b/src/cyclic.c index 4cfa1baabe8f6b81bf9f13b9b3c20778b5d4cd61..e9eda5809b2b13b8c4030fc3cf2dd9d539b1daba 100644 --- a/src/cyclic.c +++ b/src/cyclic.c @@ -1,14 +1,14 @@ -/*\ -||| 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.7 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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.8 2002/10/11 01:39:30 nilsson Exp $ +*/ #include "global.h" #include "cyclic.h" -RCSID("$Id: cyclic.c,v 1.7 2002/10/08 20:22:19 nilsson Exp $"); +RCSID("$Id: cyclic.c,v 1.8 2002/10/11 01:39:30 nilsson Exp $"); #define CYCLIC_HASH_SIZE 4711 diff --git a/src/cyclic.h b/src/cyclic.h index 4720cb8c254a402b66c92379f65f639133cf9540..17585d88dccc29edae9e616cf35583c03ef129ab 100644 --- a/src/cyclic.h +++ b/src/cyclic.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.6 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.7 2002/10/11 01:39:30 nilsson Exp $ +*/ #ifndef CYCLIC_H #define CYCLIC_H @@ -44,4 +44,3 @@ void *begin_cyclic(CYCLIC *c, /* Prototypes end here */ #endif /* CYCLIC_H */ - diff --git a/src/dlopen.c b/src/dlopen.c index c173302cf11f5950e30bd19485efe9ecadc20df5..e0e289db75606c16c83cddcc9e3385d775b6e1e0 100644 --- a/src/dlopen.c +++ b/src/dlopen.c @@ -1,10 +1,9 @@ -/*\ -||| 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.35 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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.36 2002/10/11 01:39:30 nilsson Exp $ +*/ #include <global.h> #include "fdlib.h" @@ -186,7 +185,7 @@ size_t STRNLEN(char *s, size_t maxlen) #else /* PIKE_CONCAT */ -RCSID("$Id: dlopen.c,v 1.35 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: dlopen.c,v 1.36 2002/10/11 01:39:30 nilsson Exp $"); #endif diff --git a/src/dmalloc.h b/src/dmalloc.h index f9558439216f2c40dd1bf47e638efd3ac0af2043..00d99c85e9848520aa41e0b0b672dc9c262fa029 100644 --- a/src/dmalloc.h +++ b/src/dmalloc.h @@ -1,9 +1,9 @@ -/*\ -||| 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: dmalloc.h,v 1.37 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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: dmalloc.h,v 1.38 2002/10/11 01:39:30 nilsson Exp $ +*/ PMOD_EXPORT extern void *debug_xalloc(size_t); PMOD_EXPORT extern void debug_xfree(void *); diff --git a/src/docode.c b/src/docode.c index cc09d90ed5a1ecb6c4c3f483402a4a716c0de79c..093f527807b81952c03b1f63894f1dd73d7769a3 100644 --- a/src/docode.c +++ b/src/docode.c @@ -1,13 +1,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: docode.c,v 1.149 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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.150 2002/10/11 01:39:30 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: docode.c,v 1.149 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: docode.c,v 1.150 2002/10/11 01:39:30 nilsson Exp $"); #include "las.h" #include "program.h" #include "pike_types.h" diff --git a/src/docode.h b/src/docode.h index b350bc7cc93c694f5ae71fba4d4200d9df6882f4..9187914016700bfa68355fb4ecdd23fb2d80b59c 100644 --- a/src/docode.h +++ b/src/docode.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.16 2002/10/08 20:22:19 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.17 2002/10/11 01:39:30 nilsson Exp $ +*/ #ifndef DOCODE_H #define DOCODE_H diff --git a/src/dummy_ci.h b/src/dummy_ci.h index 71d77c576a25bb88bdb49dc3695b5d90e45ac93c..ad883dcee9242aad995cf57e810b1b2a61c776f2 100644 --- a/src/dummy_ci.h +++ b/src/dummy_ci.h @@ -1,9 +1,9 @@ -/*\ -||| 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: dummy_ci.h,v 1.5 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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: dummy_ci.h,v 1.6 2002/10/11 01:39:30 nilsson Exp $ +*/ /* * Fallback case_info file. diff --git a/src/dynamic_buffer.c b/src/dynamic_buffer.c index f26b7246de5b1a13774c9dcfba8750592ed414bb..65701ef77c93792d3c03107e438463007cd4a9b1 100644 --- a/src/dynamic_buffer.c +++ b/src/dynamic_buffer.c @@ -1,10 +1,9 @@ -/*\ -||| 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.20 2002/10/10 10:53:46 grubba Exp $ -\*/ -/**/ +/* +|| 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.21 2002/10/11 01:39:30 nilsson Exp $ +*/ #include "global.h" #include "dynamic_buffer.h" @@ -12,7 +11,7 @@ #include "pike_error.h" #include "pike_memory.h" -RCSID("$Id: dynamic_buffer.c,v 1.20 2002/10/10 10:53:46 grubba Exp $"); +RCSID("$Id: dynamic_buffer.c,v 1.21 2002/10/11 01:39:30 nilsson Exp $"); static dynamic_buffer buff; @@ -141,4 +140,3 @@ PMOD_EXPORT char *debug_return_buf(void) return buff.s.str; } /* int my_get_buf_size() { return buff->s.len; } */ - diff --git a/src/dynamic_buffer.h b/src/dynamic_buffer.h index 823e397670f478c47400325245ba4903f71daaf3..5ad3a8befa76427ad3d9877ba41b0ff1eedf3aef 100644 --- a/src/dynamic_buffer.h +++ b/src/dynamic_buffer.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.15 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.16 2002/10/11 01:39:30 nilsson Exp $ +*/ #ifndef DYNAMIC_BUFFER_H #define DYNAMIC_BUFFER_H diff --git a/src/dynamic_load.c b/src/dynamic_load.c index 39b14959e849653a4e3d3c8029b20b8ad10efb2b..09c419597459ea51fdbac0d949e68b30e017bc08 100644 --- a/src/dynamic_load.c +++ b/src/dynamic_load.c @@ -1,9 +1,9 @@ -/*\ -||| 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.65 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.66 2002/10/11 01:39:30 nilsson Exp $ +*/ #ifdef TESTING #define NO_PIKE_INCLUDES @@ -24,7 +24,7 @@ # include "language.h" # include "lex.h" -RCSID("$Id: dynamic_load.c,v 1.65 2002/10/08 20:22:20 nilsson Exp $"); +RCSID("$Id: dynamic_load.c,v 1.66 2002/10/11 01:39:30 nilsson Exp $"); #else /* TESTING */ diff --git a/src/dynamic_load.h b/src/dynamic_load.h index 25cbb299d766c48f796c6ca26f758936627db02c..61260951fcddcb13666f0f23726da1afb24a43f2 100644 --- a/src/dynamic_load.h +++ b/src/dynamic_load.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.5 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.6 2002/10/11 01:39:30 nilsson Exp $ +*/ #ifndef DYNAMIC_LOAD_H #define DYNAMIC_LOAD_H diff --git a/src/efun.h b/src/efun.h index 7a932a7a4b2548d6aaba7245797d51e00a6a1f80..bde78b42b3a7f1673193a04e5d09751a575616a3 100644 --- a/src/efun.h +++ b/src/efun.h @@ -1,9 +1,9 @@ -/*\ -||| 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: efun.h,v 1.6 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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: efun.h,v 1.7 2002/10/11 01:39:30 nilsson Exp $ +*/ #ifndef EFUN_H #define EFUN_H diff --git a/src/encode.c b/src/encode.c index 995e991c1216be9692cf61e47f03b1a0e85f2ab6..10a6417c6b34fc201e4468932f239843d541b906 100644 --- a/src/encode.c +++ b/src/encode.c @@ -1,10 +1,9 @@ -/*\ -||| 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.154 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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.155 2002/10/11 01:39:30 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" @@ -28,7 +27,7 @@ #include "bignum.h" #include "pikecode.h" -RCSID("$Id: encode.c,v 1.154 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: encode.c,v 1.155 2002/10/11 01:39:30 nilsson Exp $"); /* #define ENCODE_DEBUG */ diff --git a/src/encode.h b/src/encode.h index 13c4f4af330b1240b75ae43237e934262b1d9987..1a0846a8dfdb586197cfede955f97d2fa8b9fbcc 100644 --- a/src/encode.h +++ b/src/encode.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.6 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.7 2002/10/11 01:39:31 nilsson Exp $ +*/ #ifndef ENCODE_H #define ENCODE_H diff --git a/src/error.c b/src/error.c index ed881b37f4870bd1fd04a8e4b3b2b85c187bc129..f186963927a1e021d906f459deacf43ff188bd9a 100644 --- a/src/error.c +++ b/src/error.c @@ -1,10 +1,9 @@ -/*\ -||| 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.91 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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.92 2002/10/11 01:39:31 nilsson Exp $ +*/ #define NO_PIKE_SHORTHAND #include "global.h" @@ -24,7 +23,7 @@ #include "threads.h" #include "gc.h" -RCSID("$Id: error.c,v 1.91 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: error.c,v 1.92 2002/10/11 01:39:31 nilsson Exp $"); #undef ATTRIBUTE #define ATTRIBUTE(X) diff --git a/src/errors.h b/src/errors.h index bcf89558f5a653ce56b7f0071402be5637f08167..1b656ba1b8faf43bb389d374077365b738bff3ef 100644 --- a/src/errors.h +++ b/src/errors.h @@ -1,9 +1,9 @@ -/*\ -||| 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: errors.h,v 1.21 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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: errors.h,v 1.22 2002/10/11 01:39:31 nilsson Exp $ +*/ #ifdef ERR_DECLARE #define DECLARE_ERROR(NAME, INHERIT, DECL) \ diff --git a/src/fd_control.c b/src/fd_control.c index 1238b12dbfebd002eae51f4bd77746bc9b1eecd4..29a7b7dd0925f0eb90b68f320122d91a4cb11e63 100644 --- a/src/fd_control.c +++ b/src/fd_control.c @@ -1,17 +1,16 @@ -/*\ -||| 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.45 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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.46 2002/10/11 01:39:31 nilsson Exp $ +*/ #ifndef TESTING #include "global.h" #include "pike_error.h" #include "fdlib.h" -RCSID("$Id: fd_control.c,v 1.45 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: fd_control.c,v 1.46 2002/10/11 01:39:31 nilsson Exp $"); #else /* TESTING */ diff --git a/src/fd_control.h b/src/fd_control.h index 966b794ecffee9a56645d387b6610bee3517856a..4b61327bb92cbaf0bd2c684f73515f056ea18b96 100644 --- a/src/fd_control.h +++ b/src/fd_control.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.9 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.10 2002/10/11 01:39:31 nilsson Exp $ +*/ #ifndef FD_CONTROL_H #define FD_CONTROL_H diff --git a/src/fdlib.c b/src/fdlib.c index e1117df28d27439d2f366226f07254e1bd4562c1..8f2e491148859ea8082701e2661f19eeff1942b2 100644 --- a/src/fdlib.c +++ b/src/fdlib.c @@ -1,16 +1,16 @@ -/*\ -||| 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.54 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.55 2002/10/11 01:39:31 nilsson Exp $ +*/ #include "global.h" #include "fdlib.h" #include "pike_error.h" #include <math.h> -RCSID("$Id: fdlib.c,v 1.54 2002/10/08 20:22:20 nilsson Exp $"); +RCSID("$Id: fdlib.c,v 1.55 2002/10/11 01:39:31 nilsson Exp $"); #ifdef HAVE_WINSOCK_H diff --git a/src/fdlib.h b/src/fdlib.h index ba02ec43b882f87ca9259e6ead38a000fbf667db..5cf8dc58892f68bbd807cd8e1df97c8b2b6aa8bd 100644 --- a/src/fdlib.h +++ b/src/fdlib.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.42 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.43 2002/10/11 01:39:31 nilsson Exp $ +*/ #ifndef FDLIB_H #define FDLIB_H diff --git a/src/fsort.c b/src/fsort.c index 8bc6bd4bd21db475f3ab23f8278192cf0b811232..a6c31d708ec6e77d96e42b6d256237b3b7d4d6f2 100644 --- a/src/fsort.c +++ b/src/fsort.c @@ -1,9 +1,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: fsort.c,v 1.20 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.21 2002/10/11 01:39:31 nilsson Exp $ +*/ + /* fsort- a smarter quicksort /Hubbe */ /* Optimized for minimum amount of compares */ @@ -12,7 +13,7 @@ #include "fsort.h" #include "main.h" -RCSID("$Id: fsort.c,v 1.20 2002/10/08 20:22:20 nilsson Exp $"); +RCSID("$Id: fsort.c,v 1.21 2002/10/11 01:39:31 nilsson Exp $"); #define CMP(X,Y) ( (*cmpfun)((void *)(X),(void *)(Y)) ) #define EXTRA_ARGS ,fsortfun cmpfun @@ -124,5 +125,3 @@ void fsort(void *base, } } - - diff --git a/src/fsort.h b/src/fsort.h index 9729e5b3ff70b275d3503ea7625b4076c5fbe6f5..6d31ae65fad65621fb7bd698a4f4b2a1e80c488c 100644 --- a/src/fsort.h +++ b/src/fsort.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.5 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.6 2002/10/11 01:39:31 nilsson Exp $ +*/ #ifndef FSORT_H #define FSORT_H diff --git a/src/fsort_template.h b/src/fsort_template.h index 00e0ea503c4203a53cfb3358eba996717496dbb6..56547ef54859e84ae52317905cd82d29a8d527de 100644 --- a/src/fsort_template.h +++ b/src/fsort_template.h @@ -1,9 +1,9 @@ -/*\ -||| 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_template.h,v 1.12 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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_template.h,v 1.13 2002/10/11 01:39:31 nilsson Exp $ +*/ #ifndef SWAP #define UNDEF_SWAP diff --git a/src/gc.c b/src/gc.c index bdf83dbdd0ca9ba5f15a22089b2abaf5774385a1..da209ec7259627234d52ea221607f654ed4def2b 100644 --- a/src/gc.c +++ b/src/gc.c @@ -1,10 +1,9 @@ -/*\ -||| 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.187 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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.188 2002/10/11 01:39:31 nilsson Exp $ +*/ #include "global.h" @@ -32,7 +31,7 @@ struct callback *gc_evaluator_callback=0; #include "block_alloc.h" -RCSID("$Id: gc.c,v 1.187 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: gc.c,v 1.188 2002/10/11 01:39:31 nilsson Exp $"); /* Run garbage collect approximately every time * 20 percent of all arrays, objects and programs is diff --git a/src/gc.h b/src/gc.h index bab7341ced34d64905497dcb5f71b893d87d95a7..35de3ff6ce17ee0752e6958095e242ca1f3fe7dc 100644 --- a/src/gc.h +++ b/src/gc.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.91 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.92 2002/10/11 01:39:31 nilsson Exp $ +*/ #ifndef GC_H #define GC_H diff --git a/src/global.h b/src/global.h index 5a2dd74b184a4802239d6290ee1964c0fb7b08f2..6a046e690b4399a551a19d008b7a8cc2216c7eb2 100644 --- a/src/global.h +++ b/src/global.h @@ -1,9 +1,9 @@ -/*\ -||| 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: global.h,v 1.75 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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: global.h,v 1.76 2002/10/11 01:39:31 nilsson Exp $ +*/ #ifndef GLOBAL_H #define GLOBAL_H diff --git a/src/hashtable.c b/src/hashtable.c index ab2db614fca2e479450a0b0cd7f6868d47ca4773..8f80d838888a9e52ce6957d0c5fe1c2adceb8786 100644 --- a/src/hashtable.c +++ b/src/hashtable.c @@ -1,10 +1,9 @@ -/*\ -||| 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.13 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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 $ +*/ #include "global.h" #include "hashtable.h" @@ -12,7 +11,7 @@ #include "stuff.h" #include "pike_error.h" -RCSID("$Id: hashtable.c,v 1.13 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: hashtable.c,v 1.14 2002/10/11 01:39:31 nilsson Exp $"); static size_t gobble(struct pike_string *s) { diff --git a/src/hashtable.h b/src/hashtable.h index ec2304cf4b7348f7f044606ba4a93c9dc4773773..2c1da4d5c394e4f5747568c2d7f344529ed1fddb 100644 --- a/src/hashtable.h +++ b/src/hashtable.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.8 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.9 2002/10/11 01:39:32 nilsson Exp $ +*/ #ifndef HASHTABLE_H #define HASHTABLE_H diff --git a/src/interpret.c b/src/interpret.c index bc26569c0dcd845b7c212cd5f3c15269f07e6ffb..c99cceda23a5b58b378cbbefebab0f0c6dbbc832 100644 --- a/src/interpret.c +++ b/src/interpret.c @@ -1,13 +1,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: interpret.c,v 1.269 2002/10/08 23:31:23 nilsson Exp $ -\*/ -/**/ +/* +|| 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.270 2002/10/11 01:39:32 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: interpret.c,v 1.269 2002/10/08 23:31:23 nilsson Exp $"); +RCSID("$Id: interpret.c,v 1.270 2002/10/11 01:39:32 nilsson Exp $"); #include "interpret.h" #include "object.h" #include "program.h" diff --git a/src/interpret.h b/src/interpret.h index fdd92a62b899db5c034f83885aaf124a248ac759..5106e095e63dedcc71e5e1843b9b19a02c129873 100644 --- a/src/interpret.h +++ b/src/interpret.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.112 2002/10/08 20:22:20 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.113 2002/10/11 01:39:32 nilsson Exp $ +*/ #ifndef INTERPRET_H #define INTERPRET_H @@ -479,6 +479,3 @@ struct Pike_stack }while(0) #endif - - - diff --git a/src/interpret_functions.h b/src/interpret_functions.h index e424d50224f335f6f7454d93a392e2d571254ebc..1d8daa60df006f1a96ab2659da32af1b71d3e1ad 100644 --- a/src/interpret_functions.h +++ b/src/interpret_functions.h @@ -1,9 +1,9 @@ -/*\ -||| 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_functions.h,v 1.109 2002/10/08 20:22:21 nilsson Exp $ -\*/ +/* +|| 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_functions.h,v 1.110 2002/10/11 01:39:32 nilsson Exp $ +*/ /* * Opcode definitions for the interpreter. diff --git a/src/interpreter.h b/src/interpreter.h index 7e3ba7f416639be08715e36c748d0a8300e0b1c7..a40ada534fa2984611bab5cdad1f5be6ab24ad3c 100644 --- a/src/interpreter.h +++ b/src/interpreter.h @@ -1,9 +1,9 @@ -/*\ -||| 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: interpreter.h,v 1.77 2002/10/08 20:22:21 nilsson Exp $ -\*/ +/* +|| 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: interpreter.h,v 1.78 2002/10/11 01:39:32 nilsson Exp $ +*/ #undef LOW_GET_ARG #undef LOW_GET_JUMP diff --git a/src/iterators.cmod b/src/iterators.cmod index 32af407758e21e4f1cd8b7ec6f2fb68a09f82781..a541ee71c115144123bd400ef16d9e6c5e87e6e8 100644 --- a/src/iterators.cmod +++ b/src/iterators.cmod @@ -1,13 +1,12 @@ -/*\ -*- c -*- -||| 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.29 2002/10/09 22:23:38 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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.30 2002/10/11 01:39:32 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: iterators.cmod,v 1.29 2002/10/09 22:23:38 nilsson Exp $"); +RCSID("$Id: iterators.cmod,v 1.30 2002/10/11 01:39:32 nilsson Exp $"); #include "main.h" #include "object.h" #include "mapping.h" @@ -1723,4 +1722,3 @@ void exit_iterators(void) { EXIT } - diff --git a/src/language.yacc b/src/language.yacc index e6434cfaf99397d847e68ab40e5a67d54c981bbb..0e18c106ec747a7b415918813b1f1593b541d4b6 100644 --- a/src/language.yacc +++ b/src/language.yacc @@ -1,11 +1,9 @@ -/* -*- C -*- */ -/*\ -||| 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.299 2002/10/08 23:31:24 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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.300 2002/10/11 01:39:32 nilsson Exp $ +*/ %pure_parser @@ -115,7 +113,7 @@ /* This is the grammar definition of Pike. */ #include "global.h" -RCSID("$Id: language.yacc,v 1.299 2002/10/08 23:31:24 nilsson Exp $"); +RCSID("$Id: language.yacc,v 1.300 2002/10/11 01:39:32 nilsson Exp $"); #ifdef HAVE_MEMORY_H #include <memory.h> #endif diff --git a/src/las.c b/src/las.c index 0af1e25aeea1f4fb3c3a6d1c1dbde2ecaa88f177..2cad3db35155466d8ad9be8a3856938573284775 100644 --- a/src/las.c +++ b/src/las.c @@ -1,13 +1,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: las.c,v 1.302 2002/10/08 23:31:24 nilsson Exp $ -\*/ -/**/ +/* +|| 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.303 2002/10/11 01:39:32 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: las.c,v 1.302 2002/10/08 23:31:24 nilsson Exp $"); +RCSID("$Id: las.c,v 1.303 2002/10/11 01:39:32 nilsson Exp $"); #include "language.h" #include "interpret.h" diff --git a/src/las.h b/src/las.h index 03c6868688e4e7c7ca972fece51e6c5c2e6616fc..0a49ea7580ce15e148c6ca7c448368a801aede62 100644 --- a/src/las.h +++ b/src/las.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.57 2002/10/08 20:22:21 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.58 2002/10/11 01:39:32 nilsson Exp $ +*/ #ifndef LAS_H #define LAS_H diff --git a/src/las_t.c b/src/las_t.c index 7bea655d2ba4d2eeb8ecdc8893b55d73d5cc527a..613c46441f4ed2707e40f6b8c37c2267558d5ac7 100644 --- a/src/las_t.c +++ b/src/las_t.c @@ -1,9 +1,9 @@ -/*\ -||| 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_t.c,v 1.2 2002/10/08 20:22:21 nilsson Exp $ -\*/ +/* +|| 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_t.c,v 1.3 2002/10/11 01:39:32 nilsson Exp $ +*/ /* * Used to strap pike. diff --git a/src/lex.c b/src/lex.c index 5d47f7dd7a325c42dd9a8b2cba60d6fec55e0a75..849525de051853789fd4e0fb679bfe53bbc393cc 100644 --- a/src/lex.c +++ b/src/lex.c @@ -1,13 +1,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: lex.c,v 1.107 2002/10/08 23:31:24 nilsson Exp $ -\*/ -/**/ +/* +|| 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.108 2002/10/11 01:39:33 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: lex.c,v 1.107 2002/10/08 23:31:24 nilsson Exp $"); +RCSID("$Id: lex.c,v 1.108 2002/10/11 01:39:33 nilsson Exp $"); #include "language.h" #include "array.h" #include "lex.h" @@ -447,6 +446,3 @@ int yylex(YYSTYPE *yylval) #endif /* LEXDEBUG > 8 */ return(lex.current_lexer(yylval)); } - - - diff --git a/src/lex.h b/src/lex.h index f4d4a394ce49def84e0a7cb691d41be5477c94db..de123b2c55aef4c961e72f9f130579cb65758f21 100644 --- a/src/lex.h +++ b/src/lex.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.23 2002/10/08 20:22:21 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.24 2002/10/11 01:39:33 nilsson Exp $ +*/ #ifndef LEX_H #define LEX_H diff --git a/src/lexer.h b/src/lexer.h index 052918c35cde12b20a1992c3930884ee17112d96..9d76bcb5361927fd0148ffa5a492ab539203cee0 100644 --- a/src/lexer.h +++ b/src/lexer.h @@ -1,9 +1,9 @@ -/*\ -||| 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: lexer.h,v 1.39 2002/10/08 20:22:21 nilsson Exp $ -\*/ +/* +|| 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: lexer.h,v 1.40 2002/10/11 01:39:33 nilsson Exp $ +*/ /* * Lexical analyzer template. diff --git a/src/main.c b/src/main.c index c1671d0f6deefc448096dddfb749f06fc6029fc6..4d026476c806e12068e832c8530ecb5ef3fef31a 100644 --- a/src/main.c +++ b/src/main.c @@ -1,13 +1,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: main.c,v 1.155 2002/10/08 23:31:24 nilsson Exp $ -\*/ -/**/ +/* +|| 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.156 2002/10/11 01:39:33 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: main.c,v 1.155 2002/10/08 23:31:24 nilsson Exp $"); +RCSID("$Id: main.c,v 1.156 2002/10/11 01:39:33 nilsson Exp $"); #include "fdlib.h" #include "backend.h" #include "module.h" diff --git a/src/main.h b/src/main.h index 3fe7aaf4d4ae8744a5a05fdee5b40808491722ee..3677a97907d4ed7a343133eec0e3a08c389c2448 100644 --- a/src/main.h +++ b/src/main.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.19 2002/10/08 20:22:21 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.20 2002/10/11 01:39:33 nilsson Exp $ +*/ #ifndef MAIN_H #define MAIN_H diff --git a/src/mapping.c b/src/mapping.c index 6462acadd05147866840bd4cf0da893abfe54ac2..3e768dff7d210bfb98e39f5f8ff074484527a781 100644 --- a/src/mapping.c +++ b/src/mapping.c @@ -1,13 +1,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: mapping.c,v 1.151 2002/10/08 23:31:24 nilsson Exp $ -\*/ -/**/ +/* +|| 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.152 2002/10/11 01:39:33 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: mapping.c,v 1.151 2002/10/08 23:31:24 nilsson Exp $"); +RCSID("$Id: mapping.c,v 1.152 2002/10/11 01:39:33 nilsson Exp $"); #include "main.h" #include "object.h" #include "mapping.h" diff --git a/src/mapping.h b/src/mapping.h index 96a774013fd29d514629397dd9bf51f405d27dfc..5216155046971fa105c8fd7dc0032d7b98780ab7 100644 --- a/src/mapping.h +++ b/src/mapping.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.43 2002/10/08 20:22:23 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.44 2002/10/11 01:39:33 nilsson Exp $ +*/ #ifndef MAPPING_H #define MAPPING_H diff --git a/src/module.c b/src/module.c index 2a24cb03b49eba00780c2ff1a2941058087e06b2..244f09d53394bd9437cd969fcba25fb7916b039d 100644 --- a/src/module.c +++ b/src/module.c @@ -1,10 +1,9 @@ -/*\ -||| 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.19 2002/10/08 23:31:24 nilsson Exp $ -\*/ -/**/ +/* +|| 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.20 2002/10/11 01:39:33 nilsson Exp $ +*/ #include "global.h" #include "module.h" @@ -26,7 +25,7 @@ #include "post_modules/modlist_headers.h" #endif -RCSID("$Id: module.c,v 1.19 2002/10/08 23:31:24 nilsson Exp $"); +RCSID("$Id: module.c,v 1.20 2002/10/11 01:39:33 nilsson Exp $"); typedef void (*modfun)(void); diff --git a/src/module.h b/src/module.h index 29305372ef725d7f103c42e095cfc033c6db737d..1057b42d278586ff1cccc059fc74ba3dde02c0e2 100644 --- a/src/module.h +++ b/src/module.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.7 2002/10/08 20:22:23 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.8 2002/10/11 01:39:33 nilsson Exp $ +*/ #ifndef MODULE_H #define MODULE_H diff --git a/src/module_magic.h b/src/module_magic.h index 5d53a35738369c18e226c2eba579c176fec90689..c8ca433ae306bd4c70c6606a66198abf9d85a511 100644 --- a/src/module_magic.h +++ b/src/module_magic.h @@ -1,9 +1,9 @@ -/*\ -||| 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_magic.h,v 1.6 2002/10/08 20:22:23 nilsson Exp $ -\*/ +/* +|| 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_magic.h,v 1.7 2002/10/11 01:39:33 nilsson Exp $ +*/ #ifndef MODULE_MAGIC_H #define MODULE_MAGIC_H @@ -23,5 +23,3 @@ #endif #endif /* MODULE_MAGIC_H */ - - diff --git a/src/module_support.c b/src/module_support.c index 0da100806d1b2024830143c8afc152e370b94f08..49207ecb3ff5f782a9d011c00da2a97e704faf4e 100644 --- a/src/module_support.c +++ b/src/module_support.c @@ -1,9 +1,9 @@ -/*\ -||| 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.50 2002/10/08 20:22:23 nilsson Exp $ -\*/ +/* +|| 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.51 2002/10/11 01:39:33 nilsson Exp $ +*/ #include "global.h" #include "module_support.h" @@ -18,7 +18,7 @@ #define sp Pike_sp -RCSID("$Id: module_support.c,v 1.50 2002/10/08 20:22:23 nilsson Exp $"); +RCSID("$Id: module_support.c,v 1.51 2002/10/11 01:39:33 nilsson Exp $"); /* Checks that args_to_check arguments are OK. * Returns 1 if everything worked ok, zero otherwise. diff --git a/src/module_support.h b/src/module_support.h index dc111154331afd7d4cc1f69a88c8583eb3b608f4..8b2443663cb21915ca495c5783ded476946c5943 100644 --- a/src/module_support.h +++ b/src/module_support.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.14 2002/10/08 20:22:23 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.15 2002/10/11 01:39:34 nilsson Exp $ +*/ #ifndef MODULE_SUPPORT_H #include <stdarg.h> diff --git a/src/module_t.c b/src/module_t.c index 3fa10c688ba7ee49c93f131244ebdac43e306943..e25a9b92000ce41748c9938c86f9ee371cea2d28 100644 --- a/src/module_t.c +++ b/src/module_t.c @@ -1,9 +1,9 @@ -/*\ -||| 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_t.c,v 1.2 2002/10/08 20:22:23 nilsson Exp $ -\*/ +/* +|| 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_t.c,v 1.3 2002/10/11 01:39:34 nilsson Exp $ +*/ /* * Used to strap pike. diff --git a/src/modules/CommonLog/acconfig.h b/src/modules/CommonLog/acconfig.h index 3c9b87b15e57ac710c06d36df81d843e96cb6455..fdd5ee22434ff04978a8d32620bfeaff667ba4d6 100644 --- a/src/modules/CommonLog/acconfig.h +++ b/src/modules/CommonLog/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:39 nilsson Exp $ +*/ #ifndef COMMONLOG_MACHINE_H #define COMMONLOG_MACHINE_H diff --git a/src/modules/CommonLog/clf.c b/src/modules/CommonLog/clf.c index 229e67b6a40986706792d48535e254ba6925d5b4..651ee117f07a32afc8dbfb731ec82e74a92f553d 100644 --- a/src/modules/CommonLog/clf.c +++ b/src/modules/CommonLog/clf.c @@ -1,13 +1,13 @@ -/*\ -||| 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: clf.c,v 1.9 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: clf.c,v 1.10 2002/10/11 01:39:39 nilsson Exp $ +*/ /* MUST BE FIRST */ #include "global.h" -RCSID("$Id: clf.c,v 1.9 2002/10/08 20:22:28 nilsson Exp $"); +RCSID("$Id: clf.c,v 1.10 2002/10/11 01:39:39 nilsson Exp $"); #include "fdlib.h" #include "stralloc.h" #include "pike_macros.h" diff --git a/src/modules/DVB/acconfig.h b/src/modules/DVB/acconfig.h index f071623cba8054d789a286742d4fdb136b43204c..946d68b3cb367be6a5d028adbc485cf7768d6ecc 100644 --- a/src/modules/DVB/acconfig.h +++ b/src/modules/DVB/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:28 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:39 nilsson Exp $ +*/ /* * config file for Pike DVB module diff --git a/src/modules/DVB/dvb.c b/src/modules/DVB/dvb.c index 77422041fbeedf0ced8ff01aa405046a9ed37866..a8c50514d1e6518c0707280e54b123071a2ab17c 100644 --- a/src/modules/DVB/dvb.c +++ b/src/modules/DVB/dvb.c @@ -1,9 +1,9 @@ -/*\ -||| 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: dvb.c,v 1.11 2002/10/09 07:44:36 hop Exp $ -\*/ +/* +|| 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: dvb.c,v 1.12 2002/10/11 01:39:39 nilsson Exp $ +*/ /* * DVB module diff --git a/src/modules/DVB/dvb.h b/src/modules/DVB/dvb.h index bc581fff6c0945e06bc4c79db09e93fe6c77f8b9..86a2eea136f9d6a02ca1fdb98451656ca72beada 100644 --- a/src/modules/DVB/dvb.h +++ b/src/modules/DVB/dvb.h @@ -1,9 +1,9 @@ -/*\ -||| 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: dvb.h,v 1.3 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: dvb.h,v 1.4 2002/10/11 01:39:40 nilsson Exp $ +*/ #ifndef DVB_H #define DVB_H diff --git a/src/modules/DVB/psparser.c b/src/modules/DVB/psparser.c index e40606357999d6c4ed2fbd7445f4ce97fab4274d..ecd8ca1e6b6c962005fc7b8e3e707e323cb5baea 100644 --- a/src/modules/DVB/psparser.c +++ b/src/modules/DVB/psparser.c @@ -1,9 +1,9 @@ -/*\ -||| 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: psparser.c,v 1.4 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: psparser.c,v 1.5 2002/10/11 01:39:40 nilsson Exp $ +*/ /* * DVB module, PES extractor diff --git a/src/modules/Gdbm/acconfig.h b/src/modules/Gdbm/acconfig.h index e42ca080a1c0f00dfd2efdb806397e5927b82fc6..b248b96d68e23eb5dc71743c4e98f83296cb53ee 100644 --- a/src/modules/Gdbm/acconfig.h +++ b/src/modules/Gdbm/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:40 nilsson Exp $ +*/ #ifndef GDBM_MACHINE_H #define GDBM_MACHINE_H diff --git a/src/modules/Gdbm/gdbmmod.c b/src/modules/Gdbm/gdbmmod.c index a0f35b62ab18fb7b5dbd3784248fbf2b78a13cf8..7d6f2d340c59812a6bf0bc43778b795ee2b54457 100644 --- a/src/modules/Gdbm/gdbmmod.c +++ b/src/modules/Gdbm/gdbmmod.c @@ -1,11 +1,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: gdbmmod.c,v 1.20 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: gdbmmod.c,v 1.21 2002/10/11 01:39:40 nilsson Exp $ +*/ + #include "global.h" -RCSID("$Id: gdbmmod.c,v 1.20 2002/10/08 20:22:29 nilsson Exp $"); +RCSID("$Id: gdbmmod.c,v 1.21 2002/10/11 01:39:40 nilsson Exp $"); #include "gdbm_machine.h" #include "threads.h" diff --git a/src/modules/Gettext/acconfig.h b/src/modules/Gettext/acconfig.h index 9048302e2191acfb69e6d45cb259ce5c6c14164d..335fb297dfa695a24188b7566635308239b3fdf6 100644 --- a/src/modules/Gettext/acconfig.h +++ b/src/modules/Gettext/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.3 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.4 2002/10/11 01:39:40 nilsson Exp $ +*/ #ifndef GETTEXT_CONFIG_H #define GETTEXT_CONFIG_H diff --git a/src/modules/Gettext/gettext.c b/src/modules/Gettext/gettext.c index 15dfec7b172962eba4fede03bdf81ac7362ee215..64cac7316f31217c114c6f140e301764f07a905b 100644 --- a/src/modules/Gettext/gettext.c +++ b/src/modules/Gettext/gettext.c @@ -1,9 +1,9 @@ -/*\ -||| 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: gettext.c,v 1.11 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: gettext.c,v 1.12 2002/10/11 01:39:40 nilsson Exp $ +*/ #include "global.h" #include "config.h" @@ -31,7 +31,7 @@ #define sp Pike_sp -RCSID("$Id: gettext.c,v 1.11 2002/10/08 20:22:29 nilsson Exp $"); +RCSID("$Id: gettext.c,v 1.12 2002/10/11 01:39:40 nilsson Exp $"); /*! @module Locale */ diff --git a/src/modules/Gmp/mpf.cmod b/src/modules/Gmp/mpf.cmod index 49e7b45689ed1de1af84fb4555518984cb040dcb..67c01d50c19f5e5f834b16f8a929110bfde9a387 100644 --- a/src/modules/Gmp/mpf.cmod +++ b/src/modules/Gmp/mpf.cmod @@ -1,13 +1,12 @@ -/*\ -*- c -*- -||| 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: mpf.cmod,v 1.11 2002/10/09 22:23:39 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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: mpf.cmod,v 1.12 2002/10/11 01:39:40 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: mpf.cmod,v 1.11 2002/10/09 22:23:39 nilsson Exp $"); +RCSID("$Id: mpf.cmod,v 1.12 2002/10/11 01:39:40 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 378dbdefdc452661c86d85fcfa6e8e59979d7b57..e04382061a2d0647b1ab98c4a0c8b7f451da1d24 100644 --- a/src/modules/Gmp/mpq.cmod +++ b/src/modules/Gmp/mpq.cmod @@ -1,13 +1,12 @@ -/*\ -*- c -*- -||| 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: mpq.cmod,v 1.12 2002/10/09 22:23:39 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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: mpq.cmod,v 1.13 2002/10/11 01:39:40 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: mpq.cmod,v 1.12 2002/10/09 22:23:39 nilsson Exp $"); +RCSID("$Id: mpq.cmod,v 1.13 2002/10/11 01:39:40 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 2b37a8501023afc64b7cf76cd46a21085ae93580..90faa9ee6648d91945aa0bd7d2ed1c337135e86b 100644 --- a/src/modules/Gmp/mpz_glue.c +++ b/src/modules/Gmp/mpz_glue.c @@ -1,13 +1,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: mpz_glue.c,v 1.110 2002/10/08 23:31:26 nilsson Exp $ -\*/ -/**/ +/* +|| 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: mpz_glue.c,v 1.111 2002/10/11 01:39:40 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: mpz_glue.c,v 1.110 2002/10/08 23:31:26 nilsson Exp $"); +RCSID("$Id: mpz_glue.c,v 1.111 2002/10/11 01:39:40 nilsson Exp $"); #include "gmp_machine.h" #if defined(HAVE_GMP2_GMP_H) && defined(HAVE_LIBGMP2) diff --git a/src/modules/Gmp/my_gmp.h b/src/modules/Gmp/my_gmp.h index 2cda16180c2c9a8e86fdde0296eda1b0540cf9c0..366e87eb249a5a186908558baf69e00e0f06165a 100644 --- a/src/modules/Gmp/my_gmp.h +++ b/src/modules/Gmp/my_gmp.h @@ -1,9 +1,9 @@ -/*\ -||| 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: my_gmp.h,v 1.12 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: my_gmp.h,v 1.13 2002/10/11 01:39:40 nilsson Exp $ +*/ /* * These functions or something similar will hopefully be included diff --git a/src/modules/Gmp/my_mpz_xor.c b/src/modules/Gmp/my_mpz_xor.c index 669b0c6ee118201171e3b7071875683b03d695ba..7a960fd8d374aa02d4d0f93e7a836f82a96cd7ad 100644 --- a/src/modules/Gmp/my_mpz_xor.c +++ b/src/modules/Gmp/my_mpz_xor.c @@ -1,9 +1,9 @@ -/*\ -||| 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: my_mpz_xor.c,v 1.4 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: my_mpz_xor.c,v 1.5 2002/10/11 01:39:40 nilsson Exp $ +*/ /* * since xor isn't implemented by gmp (for some odd reason) @@ -11,7 +11,7 @@ #include "global.h" -RCSID("$Id: my_mpz_xor.c,v 1.4 2002/10/08 20:22:29 nilsson Exp $"); +RCSID("$Id: my_mpz_xor.c,v 1.5 2002/10/11 01:39:40 nilsson Exp $"); #include "gmp_machine.h" diff --git a/src/modules/Gmp/next_prime.c b/src/modules/Gmp/next_prime.c index a6bbf5f1fb929115ec52ea918516ce6ca6117dce..050dc421597309d0942d9e277de2836668554180 100644 --- a/src/modules/Gmp/next_prime.c +++ b/src/modules/Gmp/next_prime.c @@ -1,9 +1,9 @@ -/*\ -||| 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: next_prime.c,v 1.11 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: next_prime.c,v 1.12 2002/10/11 01:39:40 nilsson Exp $ +*/ /* * Prime number test using trial division for small primes and then @@ -15,7 +15,7 @@ #include "global.h" -RCSID("$Id: next_prime.c,v 1.11 2002/10/08 20:22:29 nilsson Exp $"); +RCSID("$Id: next_prime.c,v 1.12 2002/10/11 01:39:40 nilsson Exp $"); #include "gmp_machine.h" diff --git a/src/modules/Gz/acconfig.h b/src/modules/Gz/acconfig.h index a1e3690ada103864d6f01c1b09891a5a77dae37b..b503ccb0ff9f830bf28a09e57ebeade686f6d80b 100644 --- a/src/modules/Gz/acconfig.h +++ b/src/modules/Gz/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:40 nilsson Exp $ +*/ #ifndef GMP_MACHINE_H #define GMP_MACHINE_H diff --git a/src/modules/Gz/zlibmod.c b/src/modules/Gz/zlibmod.c index 034a9ed86dc58aeeab6d2fe97e2880274174385c..d9edfbb7a1f3eb0073369c6c862de553af376161 100644 --- a/src/modules/Gz/zlibmod.c +++ b/src/modules/Gz/zlibmod.c @@ -1,13 +1,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: zlibmod.c,v 1.54 2002/10/08 23:31:26 nilsson Exp $ -\*/ -/**/ +/* +|| 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: zlibmod.c,v 1.55 2002/10/11 01:39:40 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: zlibmod.c,v 1.54 2002/10/08 23:31:26 nilsson Exp $"); +RCSID("$Id: zlibmod.c,v 1.55 2002/10/11 01:39:40 nilsson Exp $"); #include "zlib_machine.h" diff --git a/src/modules/HTTPLoop/accept_and_parse.c b/src/modules/HTTPLoop/accept_and_parse.c index b5da58163e7dcee28298dc5a775455c65957c3bf..0cc2c2f3f25af7310765dd001db688a92c6d4068 100644 --- a/src/modules/HTTPLoop/accept_and_parse.c +++ b/src/modules/HTTPLoop/accept_and_parse.c @@ -1,9 +1,9 @@ -/*\ -||| 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: accept_and_parse.c,v 1.28 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: accept_and_parse.c,v 1.29 2002/10/11 01:39:40 nilsson Exp $ +*/ /* Hohum. Here we go. This is try number four for a more optimized * Roxen. @@ -875,4 +875,3 @@ void pike_module_exit(void) free_program(accept_loop_program); #endif /* _REENTRANT */ } - diff --git a/src/modules/HTTPLoop/accept_and_parse.h b/src/modules/HTTPLoop/accept_and_parse.h index 2323af027f6f20761dc1c50ad3586cea6413585e..a375417bb57e53537c5840d1a84459f65f7c4d31 100644 --- a/src/modules/HTTPLoop/accept_and_parse.h +++ b/src/modules/HTTPLoop/accept_and_parse.h @@ -1,9 +1,9 @@ -/*\ -||| 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: accept_and_parse.h,v 1.9 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: accept_and_parse.h,v 1.10 2002/10/11 01:39:40 nilsson Exp $ +*/ /* #define AAP_DEBUG 1 */ #define CACHE_HTABLE_SIZE 40951 diff --git a/src/modules/HTTPLoop/acconfig.h b/src/modules/HTTPLoop/acconfig.h index 423c1a0c1a634a13908ad18f8a5d2b20b349b266..cc6e539e61c7fca4645de1ef6f472542d6874554 100644 --- a/src/modules/HTTPLoop/acconfig.h +++ b/src/modules/HTTPLoop/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.3 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.4 2002/10/11 01:39:40 nilsson Exp $ +*/ #undef CAN_HAVE_SENDFILE #undef CAN_HAVE_LINUX_SYSCALL4 diff --git a/src/modules/HTTPLoop/cache.c b/src/modules/HTTPLoop/cache.c index dec10218e2ebca66d2d422bf9fbe1cc6d9f13f25..fc1e379696ecc2b055749b7ea47f2b4e8d8c30ad 100644 --- a/src/modules/HTTPLoop/cache.c +++ b/src/modules/HTTPLoop/cache.c @@ -1,9 +1,9 @@ -/*\ -||| 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: cache.c,v 1.18 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: cache.c,v 1.19 2002/10/11 01:39:41 nilsson Exp $ +*/ #include "config.h" #include <global.h> diff --git a/src/modules/HTTPLoop/cache.h b/src/modules/HTTPLoop/cache.h index 02eef53867c20b7e7e6af22560806aa5880ec969..71f4d3d7d3081decf101006b0524b7eb7a1c0cf7 100644 --- a/src/modules/HTTPLoop/cache.h +++ b/src/modules/HTTPLoop/cache.h @@ -1,9 +1,9 @@ -/*\ -||| 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: cache.h,v 1.9 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: cache.h,v 1.10 2002/10/11 01:39:41 nilsson Exp $ +*/ struct cache_entry *aap_cache_lookup(char *s, ptrdiff_t len, char *h, ptrdiff_t hlen, diff --git a/src/modules/HTTPLoop/filesystem.c b/src/modules/HTTPLoop/filesystem.c index 33e510e65f7223fbbfc51a57d20bca75ffaacd0c..7b54199d6e7eaf1124fe7ecf228258c621bfdebf 100644 --- a/src/modules/HTTPLoop/filesystem.c +++ b/src/modules/HTTPLoop/filesystem.c @@ -1,9 +1,9 @@ -/*\ -||| 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: filesystem.c,v 1.6 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: filesystem.c,v 1.7 2002/10/11 01:39:41 nilsson Exp $ +*/ #include "config.h" #include <global.h> diff --git a/src/modules/HTTPLoop/filesystem.h b/src/modules/HTTPLoop/filesystem.h index 92fd1ddc8e3e4d1b226c970fa5509ac0a1ee034b..f42715cf0d4f4775a8ee5cc8664ceb0feb8c0fa9 100644 --- a/src/modules/HTTPLoop/filesystem.h +++ b/src/modules/HTTPLoop/filesystem.h @@ -1,9 +1,9 @@ -/*\ -||| 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: filesystem.h,v 1.2 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: filesystem.h,v 1.3 2002/10/11 01:39:41 nilsson Exp $ +*/ struct file_ret *aap_find_file( char *s, int len, char *ho, int hlen, diff --git a/src/modules/HTTPLoop/log.c b/src/modules/HTTPLoop/log.c index 6f91756f4a5e5efa9c38d18ac454600c4da44842..91f9acace98fa0c8c285749c180e6bbb73e3ac02 100644 --- a/src/modules/HTTPLoop/log.c +++ b/src/modules/HTTPLoop/log.c @@ -1,9 +1,9 @@ -/*\ -||| 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: log.c,v 1.12 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: log.c,v 1.13 2002/10/11 01:39:41 nilsson Exp $ +*/ #include "config.h" #include "global.h" diff --git a/src/modules/HTTPLoop/log.h b/src/modules/HTTPLoop/log.h index 213ebcbbd78d5662185ee9a74ab0e9ca6931b2a9..18b7a7539d23dba6bf59b91077136202599ac7a9 100644 --- a/src/modules/HTTPLoop/log.h +++ b/src/modules/HTTPLoop/log.h @@ -1,9 +1,9 @@ -/*\ -||| 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: log.h,v 1.2 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: log.h,v 1.3 2002/10/11 01:39:41 nilsson Exp $ +*/ void f_aap_log_as_array(INT32 args); void f_aap_log_exists(INT32 args); diff --git a/src/modules/HTTPLoop/requestobject.c b/src/modules/HTTPLoop/requestobject.c index 7d8a1ed4e677b90e5b30e4ea401744dc0e385367..5f484248eb3e939fd838f1d0a7f667657ddf6d8a 100644 --- a/src/modules/HTTPLoop/requestobject.c +++ b/src/modules/HTTPLoop/requestobject.c @@ -1,9 +1,9 @@ -/*\ -||| 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: requestobject.c,v 1.22 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: requestobject.c,v 1.23 2002/10/11 01:39:41 nilsson Exp $ +*/ #include "global.h" #include "config.h" diff --git a/src/modules/HTTPLoop/requestobject.h b/src/modules/HTTPLoop/requestobject.h index cadbd03873debdb25eb7de649f5f6a913f04c2bc..fa895863c557584e0e2810c9b337fab86e62f490 100644 --- a/src/modules/HTTPLoop/requestobject.h +++ b/src/modules/HTTPLoop/requestobject.h @@ -1,9 +1,9 @@ -/*\ -||| 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: requestobject.h,v 1.2 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: requestobject.h,v 1.3 2002/10/11 01:39:41 nilsson Exp $ +*/ void f_aap_scan_for_query(INT32 args); void f_aap_index_op(INT32 args); @@ -14,7 +14,3 @@ void f_aap_reply_with_cache(INT32 args); void f_aap_reqo__init(INT32 args); void aap_init_request_object(struct object *o); void aap_exit_request_object(struct object *o); - - - - diff --git a/src/modules/HTTPLoop/static_strings.h b/src/modules/HTTPLoop/static_strings.h index 830975b64da91428cbba7b98dade0d8079f80d0a..a07301ffd6e7265b3e379e61d5dc825ac3562b29 100644 --- a/src/modules/HTTPLoop/static_strings.h +++ b/src/modules/HTTPLoop/static_strings.h @@ -1,9 +1,9 @@ -/*\ -||| 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: static_strings.h,v 1.2 2002/10/08 20:22:29 nilsson Exp $ -\*/ +/* +|| 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: static_strings.h,v 1.3 2002/10/11 01:39:41 nilsson Exp $ +*/ /* methods */ @@ -46,4 +46,3 @@ STRING(s_cookies,"cookies"); STRING(s_rawauth,"rawauth"); STRING(s_realauth,"realauth"); STRING(s_supports, "supports"); - diff --git a/src/modules/HTTPLoop/timeout.c b/src/modules/HTTPLoop/timeout.c index 7c67c075ace498e25e4758d8c4280a31673bd3a5..fcc1ddf5d7f65ab335466c0e37d60e1f79b261a3 100644 --- a/src/modules/HTTPLoop/timeout.c +++ b/src/modules/HTTPLoop/timeout.c @@ -1,9 +1,9 @@ -/*\ -||| 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: timeout.c,v 1.8 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: timeout.c,v 1.9 2002/10/11 01:39:41 nilsson Exp $ +*/ #include "config.h" #ifndef __NT__ diff --git a/src/modules/HTTPLoop/timeout.h b/src/modules/HTTPLoop/timeout.h index 5dbfd25846b30a00605c41d7bf11d084bd9dca7e..1ca59e85312331e33f335ade7603b32b685322cd 100644 --- a/src/modules/HTTPLoop/timeout.h +++ b/src/modules/HTTPLoop/timeout.h @@ -1,9 +1,9 @@ -/*\ -||| 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: timeout.h,v 1.3 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: timeout.h,v 1.4 2002/10/11 01:39:41 nilsson Exp $ +*/ void aap_init_timeouts(void); void aap_exit_timeouts(void); diff --git a/src/modules/HTTPLoop/util.c b/src/modules/HTTPLoop/util.c index 5f0abcd321aa5fd5b3696ce336930c260c8cc020..bcea72034b243da77d3dd2c84747d9399403074d 100644 --- a/src/modules/HTTPLoop/util.c +++ b/src/modules/HTTPLoop/util.c @@ -1,9 +1,9 @@ -/*\ -||| 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: util.c,v 1.8 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: util.c,v 1.9 2002/10/11 01:39:41 nilsson Exp $ +*/ #include <global.h> @@ -117,4 +117,3 @@ int aap_get_header(struct args *req, char *header, int operation, void *res) return 0; } #endif - diff --git a/src/modules/HTTPLoop/util.h b/src/modules/HTTPLoop/util.h index 6aee519fac3be8f84f9652f968379626a69296c2..5572f6027d840b65640d8462ca34a7468a484c6c 100644 --- a/src/modules/HTTPLoop/util.h +++ b/src/modules/HTTPLoop/util.h @@ -1,9 +1,9 @@ -/*\ -||| 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: util.h,v 1.4 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: util.h,v 1.5 2002/10/11 01:39:41 nilsson Exp $ +*/ int aap_get_time(void); ptrdiff_t aap_swrite(int to, char *buf, size_t towrite); @@ -14,4 +14,3 @@ ptrdiff_t aap_swrite(int to, char *buf, size_t towrite); int aap_get_header(struct args *req, char *header, int operation, void *res); - diff --git a/src/modules/Image/acconfig.h b/src/modules/Image/acconfig.h index 78bb736bcd27d681ffdadad6deb9c4011fded200..b27b8bad409f35ed89436593352478ceda2efcdd 100644 --- a/src/modules/Image/acconfig.h +++ b/src/modules/Image/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.6 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.7 2002/10/11 01:39:41 nilsson Exp $ +*/ #ifndef IMAGE_MACHINE_H #define IMAGE_MACHINE_H diff --git a/src/modules/Image/assembly.h b/src/modules/Image/assembly.h index 4050345376a1d6b6ef8dd9b406f3ff08006f3fdb..63a5884d175594d4f86b7273eab4077557919b93 100644 --- a/src/modules/Image/assembly.h +++ b/src/modules/Image/assembly.h @@ -1,9 +1,9 @@ -/*\ -||| 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: assembly.h,v 1.4 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: assembly.h,v 1.5 2002/10/11 01:39:41 nilsson Exp $ +*/ /* d == s is valid for all of these functions. */ @@ -35,4 +35,4 @@ void image_get_cpuid( int oper, void *cpuid1, void *cpuid2, void *cpuid3, void * #define MCcol( A, B, C, D ) ((A<<24) | (B<<16) | (C<<8) | D) -#define RGB2ASMCOL( _X ) MCcol(_X.r,_X.b,_X.g,_X.r),MCcol(_X.g,_X.r,_X.b,_X.g),MCcol(_X.b,_X.g,_X.r,_X.b) +#define RGB2ASMCOL( _X ) MCcol(_X.r,_X.b,_X.g,_X.r),MCcol(_X.g,_X.r,_X.b,_X.g),MCcol(_X.b,_X.g,_X.r,_X.b) diff --git a/src/modules/Image/blit.c b/src/modules/Image/blit.c index 907e2987faa08c5d5b6fb978db8cdf2718db4deb..9d7a20051af2a950217d73a0084dbd44e54f1c2f 100644 --- a/src/modules/Image/blit.c +++ b/src/modules/Image/blit.c @@ -1,9 +1,9 @@ -/*\ -||| 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: blit.c,v 1.52 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: blit.c,v 1.53 2002/10/11 01:39:41 nilsson Exp $ +*/ #include "global.h" diff --git a/src/modules/Image/blit_layer_include.h b/src/modules/Image/blit_layer_include.h index 1d8689e928ffaf317145e0a766754d330f20d9c9..6b8e9e4dd1fdfb4a863fb5b1d25a9a1350ef64d0 100644 --- a/src/modules/Image/blit_layer_include.h +++ b/src/modules/Image/blit_layer_include.h @@ -1,9 +1,9 @@ -/*\ -||| 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: blit_layer_include.h,v 1.7 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: blit_layer_include.h,v 1.8 2002/10/11 01:39:41 nilsson Exp $ +*/ /* included w/ defines in blit.c, image_add_layer() */ diff --git a/src/modules/Image/colors.c b/src/modules/Image/colors.c index fa6215c6bfb1bd79fd2e05371c269136a5e0f0e3..f3b4218687d93b838331b78c0962d7fe292fc158 100644 --- a/src/modules/Image/colors.c +++ b/src/modules/Image/colors.c @@ -1,9 +1,9 @@ -/*\ -||| 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: colors.c,v 1.62 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: colors.c,v 1.63 2002/10/11 01:39:41 nilsson Exp $ +*/ /* **! module Image @@ -192,7 +192,7 @@ #include "global.h" -RCSID("$Id: colors.c,v 1.62 2002/10/08 20:22:30 nilsson Exp $"); +RCSID("$Id: colors.c,v 1.63 2002/10/11 01:39:41 nilsson Exp $"); #include "image_machine.h" diff --git a/src/modules/Image/colors.h b/src/modules/Image/colors.h index 083c31c74f79e8857e889432eac997d887e11bc8..6e1cf499c689b1fc6eebe589f88072c011d9fe65 100644 --- a/src/modules/Image/colors.h +++ b/src/modules/Image/colors.h @@ -1,11 +1,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: colors.h,v 1.7 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: colors.h,v 1.8 2002/10/11 01:39:41 nilsson Exp $ +*/ - COLOR("red" ,255,0,0) +COLOR("red" ,255,0,0) COLOR("black" ,0,0,0) COLOR("blue" ,0,0,255) COLOR("cyan" ,0,255,255) diff --git a/src/modules/Image/colortable.c b/src/modules/Image/colortable.c index 57ff766b7011a49db80c9e90845132d79f682d3e..7596f13f0afb69f373411c2632f05fec6641184f 100644 --- a/src/modules/Image/colortable.c +++ b/src/modules/Image/colortable.c @@ -1,9 +1,9 @@ -/*\ -||| 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: colortable.c,v 1.111 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: colortable.c,v 1.112 2002/10/11 01:39:41 nilsson Exp $ +*/ #include "global.h" @@ -24,7 +24,7 @@ /* #define COLORTABLE_REDUCE_DEBUG */ /* #define CUBICLE_DEBUG */ -RCSID("$Id: colortable.c,v 1.111 2002/10/08 20:22:30 nilsson Exp $"); +RCSID("$Id: colortable.c,v 1.112 2002/10/11 01:39:41 nilsson Exp $"); #include <math.h> /* fabs() */ diff --git a/src/modules/Image/colortable.h b/src/modules/Image/colortable.h index d16cdf6b285bd38721c90dff60e66e3fabbabbc3..d83e9917df29d2769ed6d384eb8a05bad639208f 100644 --- a/src/modules/Image/colortable.h +++ b/src/modules/Image/colortable.h @@ -1,9 +1,9 @@ -/*\ -||| 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: colortable.h,v 1.26 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: colortable.h,v 1.27 2002/10/11 01:39:42 nilsson Exp $ +*/ /* **! module Image @@ -263,5 +263,3 @@ int image_colortable_map_image(struct neo_colortable *nct, int rowlen); void image_colortable_cast_to_array(struct neo_colortable *nct); - - diff --git a/src/modules/Image/colortable_lookup.h b/src/modules/Image/colortable_lookup.h index e01eafcafbe616446c7182c055f5b9d6884a0341..09947c7465821001748ed27e53314df90ffaaf95 100644 --- a/src/modules/Image/colortable_lookup.h +++ b/src/modules/Image/colortable_lookup.h @@ -1,9 +1,9 @@ -/*\ -||| 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: colortable_lookup.h,v 1.19 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: colortable_lookup.h,v 1.20 2002/10/11 01:39:42 nilsson Exp $ +*/ /* included w/ defines in colortable.c */ diff --git a/src/modules/Image/dct.c b/src/modules/Image/dct.c index ca6bc8051ec752f9e8bf136f374151da180e5259..891c6d72457dada774964d757835060575ac658f 100644 --- a/src/modules/Image/dct.c +++ b/src/modules/Image/dct.c @@ -1,9 +1,9 @@ -/*\ -||| 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: dct.c,v 1.21 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: dct.c,v 1.22 2002/10/11 01:39:42 nilsson Exp $ +*/ /* **! module Image diff --git a/src/modules/Image/default_font.c b/src/modules/Image/default_font.c index e8d6583b5b9855c48aca2b6e10380eece42cfeb8..ca13fbe7f40a80201fed658f16d3bc05281b0fde 100644 --- a/src/modules/Image/default_font.c +++ b/src/modules/Image/default_font.c @@ -1,9 +1,9 @@ -/*\ -||| 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: default_font.c,v 1.4 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: default_font.c,v 1.5 2002/10/11 01:39:42 nilsson Exp $ +*/ #include "global.h" diff --git a/src/modules/Image/encodings/_xpm.c b/src/modules/Image/encodings/_xpm.c index cc0287f00a535370334c52ac71a17fa46ffbceb6..cb1644a71f15c3a0e3a3c3f91642cd63bbef810b 100644 --- a/src/modules/Image/encodings/_xpm.c +++ b/src/modules/Image/encodings/_xpm.c @@ -1,11 +1,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: _xpm.c,v 1.20 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: _xpm.c,v 1.21 2002/10/11 01:39:43 nilsson Exp $ +*/ + #include "global.h" -RCSID("$Id: _xpm.c,v 1.20 2002/10/08 20:22:31 nilsson Exp $"); +RCSID("$Id: _xpm.c,v 1.21 2002/10/11 01:39:43 nilsson Exp $"); #include "image_machine.h" diff --git a/src/modules/Image/encodings/any.c b/src/modules/Image/encodings/any.c index 297bd7c5211ad5541cbd0efc93666bfaef92ef35..38295e0f73bb3857c2a7ed98f7cb307837ddcbe5 100644 --- a/src/modules/Image/encodings/any.c +++ b/src/modules/Image/encodings/any.c @@ -1,9 +1,9 @@ -/*\ -||| 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: any.c,v 1.24 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: any.c,v 1.25 2002/10/11 01:39:43 nilsson Exp $ +*/ /* **! module Image @@ -26,7 +26,7 @@ #include <ctype.h> #include "stralloc.h" -RCSID("$Id: any.c,v 1.24 2002/10/08 20:22:31 nilsson Exp $"); +RCSID("$Id: any.c,v 1.25 2002/10/11 01:39:43 nilsson Exp $"); #include "pike_macros.h" #include "operators.h" #include "builtin_functions.h" diff --git a/src/modules/Image/encodings/avs.c b/src/modules/Image/encodings/avs.c index 4faebbb105d177f965d265c4cc71e614d8379232..61d3b1aa00250536640fb65095d48537bd061133 100644 --- a/src/modules/Image/encodings/avs.c +++ b/src/modules/Image/encodings/avs.c @@ -1,9 +1,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: avs.c,v 1.13 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: avs.c,v 1.14 2002/10/11 01:39:43 nilsson Exp $ +*/ + #include "global.h" #include "image_machine.h" #include <math.h> @@ -14,7 +15,7 @@ #endif #include "stralloc.h" -RCSID("$Id: avs.c,v 1.13 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: avs.c,v 1.14 2002/10/11 01:39:43 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/Image/encodings/bmp.c b/src/modules/Image/encodings/bmp.c index fee901e9c811437aa8d53b1cd3ffd42ffadb2fac..0d5619d67c911d1e3c8fad31ce82a4e620f5ebdc 100644 --- a/src/modules/Image/encodings/bmp.c +++ b/src/modules/Image/encodings/bmp.c @@ -1,9 +1,9 @@ -/*\ -||| 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: bmp.c,v 1.36 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: bmp.c,v 1.37 2002/10/11 01:39:43 nilsson Exp $ +*/ /* **! module Image @@ -25,7 +25,7 @@ #include <ctype.h> #include "stralloc.h" -RCSID("$Id: bmp.c,v 1.36 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: bmp.c,v 1.37 2002/10/11 01:39:43 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/Image/encodings/dsi.c b/src/modules/Image/encodings/dsi.c index 6fe1ff5b98d1e0cfe677063ae4a90b7799bfdcc2..d5bf7bd1e65aa128b706cf36b03e1e2b332fa377 100644 --- a/src/modules/Image/encodings/dsi.c +++ b/src/modules/Image/encodings/dsi.c @@ -1,13 +1,14 @@ -/*\ -||| 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: dsi.c,v 1.5 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: dsi.c,v 1.6 2002/10/11 01:39:44 nilsson Exp $ +*/ + /* Dream SNES Image file */ #include "global.h" -RCSID("$Id: dsi.c,v 1.5 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: dsi.c,v 1.6 2002/10/11 01:39:44 nilsson Exp $"); #include "image_machine.h" diff --git a/src/modules/Image/encodings/encodings.h b/src/modules/Image/encodings/encodings.h index 78bf183f3feb08d5b1f140474464f14b19052da7..c4e707cc003dd7a3c8cfd34a05badd1250f24b91 100644 --- a/src/modules/Image/encodings/encodings.h +++ b/src/modules/Image/encodings/encodings.h @@ -1,9 +1,9 @@ -/*\ -||| 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: encodings.h,v 1.4 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: encodings.h,v 1.5 2002/10/11 01:39:44 nilsson Exp $ +*/ #ifndef IMAGE_ENCODINGS_ENCODINGS_H #define IMAGE_ENCODINGS_ENCODINGS_H diff --git a/src/modules/Image/encodings/hrz.c b/src/modules/Image/encodings/hrz.c index a9ebe139969fabf054da4ac50ce96a167d9e2bbc..fcf3d7cb5d9dbb1de101ee1535895711677a9227 100644 --- a/src/modules/Image/encodings/hrz.c +++ b/src/modules/Image/encodings/hrz.c @@ -1,16 +1,17 @@ -/*\ -||| 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: hrz.c,v 1.7 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: hrz.c,v 1.8 2002/10/11 01:39:44 nilsson Exp $ +*/ + #include "global.h" #include <math.h> #include <ctype.h> #include "stralloc.h" -RCSID("$Id: hrz.c,v 1.7 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: hrz.c,v 1.8 2002/10/11 01:39:44 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "mapping.h" diff --git a/src/modules/Image/encodings/iff.c b/src/modules/Image/encodings/iff.c index 865479994afbe8e8789d3f2a0177ec526dd83431..a78f94961ec629789c47daa08ef2782e51297b7b 100644 --- a/src/modules/Image/encodings/iff.c +++ b/src/modules/Image/encodings/iff.c @@ -1,14 +1,14 @@ -/*\ -||| 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: iff.c,v 1.11 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: iff.c,v 1.12 2002/10/11 01:39:44 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" -RCSID("$Id: iff.c,v 1.11 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: iff.c,v 1.12 2002/10/11 01:39:44 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/Image/encodings/ilbm.c b/src/modules/Image/encodings/ilbm.c index 8e3fe941b7e1c12b4a4c48709322b113f49ef9cb..54db2f1571bc4927cbc36d98ad7ff91dcfbe9033 100644 --- a/src/modules/Image/encodings/ilbm.c +++ b/src/modules/Image/encodings/ilbm.c @@ -1,9 +1,9 @@ -/*\ -||| 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: ilbm.c,v 1.25 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: ilbm.c,v 1.26 2002/10/11 01:39:44 nilsson Exp $ +*/ /* **! module Image @@ -17,7 +17,7 @@ #include "global.h" #include "stralloc.h" -RCSID("$Id: ilbm.c,v 1.25 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: ilbm.c,v 1.26 2002/10/11 01:39:44 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/Image/encodings/pcx.c b/src/modules/Image/encodings/pcx.c index c41c42ad8b81b7e64eecc5ecf73dbdb36f484b2e..af1eb5643306db77432bf03c5ec7a89df21736dc 100644 --- a/src/modules/Image/encodings/pcx.c +++ b/src/modules/Image/encodings/pcx.c @@ -1,11 +1,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: pcx.c,v 1.18 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: pcx.c,v 1.19 2002/10/11 01:39:44 nilsson Exp $ +*/ + #include "global.h" -RCSID("$Id: pcx.c,v 1.18 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: pcx.c,v 1.19 2002/10/11 01:39:44 nilsson Exp $"); #include "image_machine.h" diff --git a/src/modules/Image/encodings/png.c b/src/modules/Image/encodings/png.c index 797411ff66f2a8721a93e5c366919a0652c0d8c8..1180d14e6635e75a9df67f535f92aac2a96cb320 100644 --- a/src/modules/Image/encodings/png.c +++ b/src/modules/Image/encodings/png.c @@ -1,11 +1,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: png.c,v 1.45 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: png.c,v 1.46 2002/10/11 01:39:44 nilsson Exp $ +*/ + #include "global.h" -RCSID("$Id: png.c,v 1.45 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: png.c,v 1.46 2002/10/11 01:39:44 nilsson Exp $"); #include "image_machine.h" diff --git a/src/modules/Image/encodings/pnm.c b/src/modules/Image/encodings/pnm.c index b6f90c7298c34ae134c565a9da495414e6a94d69..e8583382dea299d13dd5bb83df7f389a4f4fe417 100644 --- a/src/modules/Image/encodings/pnm.c +++ b/src/modules/Image/encodings/pnm.c @@ -1,9 +1,9 @@ -/*\ -||| 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: pnm.c,v 1.27 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: pnm.c,v 1.28 2002/10/11 01:39:44 nilsson Exp $ +*/ /* **! module Image @@ -52,7 +52,7 @@ #include <ctype.h> #include "stralloc.h" -RCSID("$Id: pnm.c,v 1.27 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: pnm.c,v 1.28 2002/10/11 01:39:44 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/Image/encodings/psd.c b/src/modules/Image/encodings/psd.c index 6528cdfd35440b687591625b1427330323782bf8..72f5e7e3f4033eb3f8c194f75a155604a134f428 100644 --- a/src/modules/Image/encodings/psd.c +++ b/src/modules/Image/encodings/psd.c @@ -1,11 +1,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: psd.c,v 1.33 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: psd.c,v 1.34 2002/10/11 01:39:44 nilsson Exp $ +*/ + #include "global.h" -RCSID("$Id: psd.c,v 1.33 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: psd.c,v 1.34 2002/10/11 01:39:44 nilsson Exp $"); #include "image_machine.h" @@ -780,4 +781,3 @@ void exit_image_psd() #include "psd_constant_strings.h" #undef STRING } - diff --git a/src/modules/Image/encodings/psd_constant_strings.h b/src/modules/Image/encodings/psd_constant_strings.h index 4e9a2885d40f22c25bd22d76d34f5e80c20f017f..c2c2a648eeee043eafc504719a5265e211548bfe 100644 --- a/src/modules/Image/encodings/psd_constant_strings.h +++ b/src/modules/Image/encodings/psd_constant_strings.h @@ -1,9 +1,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: psd_constant_strings.h,v 1.5 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: psd_constant_strings.h,v 1.6 2002/10/11 01:39:44 nilsson Exp $ +*/ + STRING(height); STRING(width); STRING(bpp); diff --git a/src/modules/Image/encodings/pvr.c b/src/modules/Image/encodings/pvr.c index 2b615102c5f1384955239e0a851d50bdf2028ae9..a9b4afc3b5e3ac9dbdb5b3b618ca66b4fa6b7c9a 100644 --- a/src/modules/Image/encodings/pvr.c +++ b/src/modules/Image/encodings/pvr.c @@ -1,16 +1,17 @@ -/*\ -||| 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: pvr.c,v 1.20 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: pvr.c,v 1.21 2002/10/11 01:39:44 nilsson Exp $ +*/ + #include "global.h" #include "image_machine.h" #include <math.h> #include <ctype.h> #include "stralloc.h" -RCSID("$Id: pvr.c,v 1.20 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: pvr.c,v 1.21 2002/10/11 01:39:44 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/Image/encodings/ras.c b/src/modules/Image/encodings/ras.c index ab65be429026f3dc052c298e35bb401cc9df7e80..630bdb26536df4ead6f4b1baa9d51431a8dcb04d 100644 --- a/src/modules/Image/encodings/ras.c +++ b/src/modules/Image/encodings/ras.c @@ -1,9 +1,9 @@ -/*\ -||| 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: ras.c,v 1.17 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: ras.c,v 1.18 2002/10/11 01:39:44 nilsson Exp $ +*/ /* **! module Image @@ -17,7 +17,7 @@ #include "global.h" #include "stralloc.h" -RCSID("$Id: ras.c,v 1.17 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: ras.c,v 1.18 2002/10/11 01:39:44 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/Image/encodings/tga.c b/src/modules/Image/encodings/tga.c index 8e7897d73d3e43fffa09b73bb50bb1236748d9cd..6589e6d59e1a27d6f660977d94fe26bb93e6bcf5 100644 --- a/src/modules/Image/encodings/tga.c +++ b/src/modules/Image/encodings/tga.c @@ -1,9 +1,9 @@ -/*\ -||| 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: tga.c,v 1.28 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: tga.c,v 1.29 2002/10/11 01:39:44 nilsson Exp $ +*/ /* * Targa codec for pike. Based on the tga plugin for gimp. @@ -82,7 +82,7 @@ #include "module_magic.h" -RCSID("$Id: tga.c,v 1.28 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: tga.c,v 1.29 2002/10/11 01:39:44 nilsson Exp $"); #ifndef MIN # define MIN(X,Y) ((X)<(Y)?(X):(Y)) diff --git a/src/modules/Image/encodings/tim.c b/src/modules/Image/encodings/tim.c index a45cceb89f159524ef6f2887ba38663872bbf51a..d3229f661febf04559a200cd060ee3321c0b8464 100644 --- a/src/modules/Image/encodings/tim.c +++ b/src/modules/Image/encodings/tim.c @@ -1,16 +1,17 @@ -/*\ -||| 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: tim.c,v 1.13 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: tim.c,v 1.14 2002/10/11 01:39:44 nilsson Exp $ +*/ + #include "global.h" #include "image_machine.h" #include <math.h> #include <ctype.h> #include "stralloc.h" -RCSID("$Id: tim.c,v 1.13 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: tim.c,v 1.14 2002/10/11 01:39:44 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/Image/encodings/wbf.c b/src/modules/Image/encodings/wbf.c index e6e91727b4bdb51e5e44c7fc992b4daa6e668ce2..6455afea61c40635eb997e8b1279133260926ed9 100644 --- a/src/modules/Image/encodings/wbf.c +++ b/src/modules/Image/encodings/wbf.c @@ -1,9 +1,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: wbf.c,v 1.12 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: wbf.c,v 1.13 2002/10/11 01:39:44 nilsson Exp $ +*/ + #include "global.h" #include <math.h> @@ -11,7 +12,7 @@ #include <ctype.h> #include "stralloc.h" -RCSID("$Id: wbf.c,v 1.12 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: wbf.c,v 1.13 2002/10/11 01:39:44 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "mapping.h" diff --git a/src/modules/Image/encodings/x.c b/src/modules/Image/encodings/x.c index 9398a5b976ea5c423b0f6b9a70d8d6500be9b7f0..8d56b9618cfbad93b96088e4f101a459665bc1d7 100644 --- a/src/modules/Image/encodings/x.c +++ b/src/modules/Image/encodings/x.c @@ -1,9 +1,9 @@ -/*\ -||| 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: x.c,v 1.38 2002/10/08 20:22:32 nilsson Exp $ -\*/ +/* +|| 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: x.c,v 1.39 2002/10/11 01:39:44 nilsson Exp $ +*/ /* **! module Image @@ -32,7 +32,7 @@ #include <winsock.h> #endif -RCSID("$Id: x.c,v 1.38 2002/10/08 20:22:32 nilsson Exp $"); +RCSID("$Id: x.c,v 1.39 2002/10/11 01:39:44 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/Image/encodings/xbm.c b/src/modules/Image/encodings/xbm.c index b3be2e0ccc5a383e024560a4038ff7eb6ee36369..d97eb119b34a0205b9616b0e2df4d3622cc90131 100644 --- a/src/modules/Image/encodings/xbm.c +++ b/src/modules/Image/encodings/xbm.c @@ -1,13 +1,14 @@ -/*\ -||| 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: xbm.c,v 1.16 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: xbm.c,v 1.17 2002/10/11 01:39:44 nilsson Exp $ +*/ + #define NO_PIKE_SHORTHAND #include "global.h" -RCSID("$Id: xbm.c,v 1.16 2002/10/08 20:22:33 nilsson Exp $"); +RCSID("$Id: xbm.c,v 1.17 2002/10/11 01:39:44 nilsson Exp $"); #include "image_machine.h" diff --git a/src/modules/Image/encodings/xcf.c b/src/modules/Image/encodings/xcf.c index 9132c7c3a9f69377b4b4e07861bbb7a3c8d55591..3203b5764c4b52bb84309271de0a46192e61c58f 100644 --- a/src/modules/Image/encodings/xcf.c +++ b/src/modules/Image/encodings/xcf.c @@ -1,11 +1,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: xcf.c,v 1.41 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: xcf.c,v 1.42 2002/10/11 01:39:44 nilsson Exp $ +*/ + #include "global.h" -RCSID("$Id: xcf.c,v 1.41 2002/10/08 20:22:33 nilsson Exp $"); +RCSID("$Id: xcf.c,v 1.42 2002/10/11 01:39:44 nilsson Exp $"); #include "image_machine.h" diff --git a/src/modules/Image/encodings/xcf_constant_strings.h b/src/modules/Image/encodings/xcf_constant_strings.h index 06d1fdc6eee867267e8847cd42f534725682d318..361ef7b1b9f28851ea66bbc28955ef7a8e5aac55 100644 --- a/src/modules/Image/encodings/xcf_constant_strings.h +++ b/src/modules/Image/encodings/xcf_constant_strings.h @@ -1,9 +1,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: xcf_constant_strings.h,v 1.2 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: xcf_constant_strings.h,v 1.3 2002/10/11 01:39:45 nilsson Exp $ +*/ + STRING(bpp); STRING(channels); STRING(data); diff --git a/src/modules/Image/encodings/xwd.c b/src/modules/Image/encodings/xwd.c index ace179cb4073d4d7d7e0bb8504ad7076cccffd41..3e4246b9a3ef4b645a9f444fdf3db0a201b8160c 100644 --- a/src/modules/Image/encodings/xwd.c +++ b/src/modules/Image/encodings/xwd.c @@ -1,9 +1,9 @@ -/*\ -||| 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: xwd.c,v 1.22 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: xwd.c,v 1.23 2002/10/11 01:39:45 nilsson Exp $ +*/ /* **! module Image @@ -28,7 +28,7 @@ #include <ctype.h> #include "stralloc.h" -RCSID("$Id: xwd.c,v 1.22 2002/10/08 20:22:33 nilsson Exp $"); +RCSID("$Id: xwd.c,v 1.23 2002/10/11 01:39:45 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/Image/font.c b/src/modules/Image/font.c index a4e386a9b0c59999e0b505832d063828657bf7fe..cd2d7a367826948a8181437cd19ea49309bf95ef 100644 --- a/src/modules/Image/font.c +++ b/src/modules/Image/font.c @@ -1,9 +1,9 @@ -/*\ -||| 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: font.c,v 1.73 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: font.c,v 1.74 2002/10/11 01:39:42 nilsson Exp $ +*/ #include "global.h" diff --git a/src/modules/Image/image.c b/src/modules/Image/image.c index 50d66886c9525a5c076443e0f018ed405d294f96..4e6f5497e2ef1856ea3377253e3b1399e11d41e0 100644 --- a/src/modules/Image/image.c +++ b/src/modules/Image/image.c @@ -1,9 +1,9 @@ -/*\ -||| 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: image.c,v 1.198 2002/10/08 20:22:30 nilsson Exp $ -\*/ +/* +|| 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: image.c,v 1.199 2002/10/11 01:39:42 nilsson Exp $ +*/ /* **! module Image @@ -101,7 +101,7 @@ #include "stralloc.h" #include "global.h" -RCSID("$Id: image.c,v 1.198 2002/10/08 20:22:30 nilsson Exp $"); +RCSID("$Id: image.c,v 1.199 2002/10/11 01:39:42 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/Image/image.h b/src/modules/Image/image.h index c211b36e66c46badc3927c454451a6133bedd559..12bc307eb84757ac4bc86756de62c9c0c73899a0 100644 --- a/src/modules/Image/image.h +++ b/src/modules/Image/image.h @@ -1,9 +1,9 @@ -/*\ -||| 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: image.h,v 1.49 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: image.h,v 1.50 2002/10/11 01:39:42 nilsson Exp $ +*/ #ifdef PIKE_IMAGE_IMAGE_H #error image.h included twice diff --git a/src/modules/Image/image_module.c b/src/modules/Image/image_module.c index 8f9619008e19ffb3cdc07a6949c1da89c414e8fc..625f2e80029c10fff9ebc20be8ba79830d0fc38c 100644 --- a/src/modules/Image/image_module.c +++ b/src/modules/Image/image_module.c @@ -1,14 +1,14 @@ -/*\ -||| 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: image_module.c,v 1.15 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: image_module.c,v 1.16 2002/10/11 01:39:42 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" #include "global.h" -RCSID("$Id: image_module.c,v 1.15 2002/10/08 20:22:31 nilsson Exp $"); +RCSID("$Id: image_module.c,v 1.16 2002/10/11 01:39:42 nilsson Exp $"); #include "pike_macros.h" #include "interpret.h" #include "program.h" diff --git a/src/modules/Image/initstuff.h b/src/modules/Image/initstuff.h index e8a93a3f51c90f802bd0a9a62f10ec6211c7abaa..838f13ee5f109e39f214c9ec702789a86daeb22b 100644 --- a/src/modules/Image/initstuff.h +++ b/src/modules/Image/initstuff.h @@ -1,9 +1,9 @@ -/*\ -||| 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: initstuff.h,v 1.15 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: initstuff.h,v 1.16 2002/10/11 01:39:42 nilsson Exp $ +*/ #ifndef IMAGE_INITER #define IMAGE_CLASS(a,b,c,what) extern struct program *what; @@ -60,5 +60,3 @@ IMAGE_FUNCTION("lay",image_lay, tOr(tFunc(tArr(tOr(tObj,tLayerMap)),tObj), tFunc(tArr(tOr(tObj,tLayerMap)) tInt tInt tInt tInt,tObj)),0) - - diff --git a/src/modules/Image/layer_channel.h b/src/modules/Image/layer_channel.h index 53403aa9d183c3297a10f35376b114583d0ae83e..b4a74bd0582561e783f28a14288ec8f7a9c7159e 100644 --- a/src/modules/Image/layer_channel.h +++ b/src/modules/Image/layer_channel.h @@ -1,9 +1,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: layer_channel.h,v 1.7 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: layer_channel.h,v 1.8 2002/10/11 01:39:42 nilsson Exp $ +*/ + /* template for operator layer row function */ static void LM_FUNC(rgb_group *s,rgb_group *l,rgb_group *d, diff --git a/src/modules/Image/layer_oper.h b/src/modules/Image/layer_oper.h index 2be4ff9ddfc379aebc4c985332812b6dafc8e851..fa6b1dea33e229acc325bf917590809ac740d555 100644 --- a/src/modules/Image/layer_oper.h +++ b/src/modules/Image/layer_oper.h @@ -1,9 +1,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: layer_oper.h,v 1.9 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: layer_oper.h,v 1.10 2002/10/11 01:39:42 nilsson Exp $ +*/ + /* template for operator layer row function */ static void LM_FUNC(rgb_group *s,rgb_group *l,rgb_group *d, @@ -238,4 +239,3 @@ static void LM_FUNC(rgb_group *s,rgb_group *l,rgb_group *d, } #endif /* L_LOGIC */ } - diff --git a/src/modules/Image/layers.c b/src/modules/Image/layers.c index 99dea18587018fa3320ce5ffb040df0942d27a30..a136d39d692ef2d1362de5935bc62b6524479974 100644 --- a/src/modules/Image/layers.c +++ b/src/modules/Image/layers.c @@ -1,9 +1,9 @@ -/*\ -||| 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: layers.c,v 1.80 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: layers.c,v 1.81 2002/10/11 01:39:42 nilsson Exp $ +*/ /* **! module Image @@ -201,7 +201,7 @@ #include <math.h> /* floor */ -RCSID("$Id: layers.c,v 1.80 2002/10/08 20:22:31 nilsson Exp $"); +RCSID("$Id: layers.c,v 1.81 2002/10/11 01:39:42 nilsson Exp $"); #include "image_machine.h" diff --git a/src/modules/Image/match.h b/src/modules/Image/match.h index 0a8f78d25a3b4ffd90c8c41bf507e0af88b04154..ae2f2dab250c6325d1e1a869e22ec4a18b951fde 100644 --- a/src/modules/Image/match.h +++ b/src/modules/Image/match.h @@ -1,10 +1,9 @@ -/*\ -||| 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: match.h,v 1.14 2002/10/08 20:22:31 nilsson Exp $ -\*/ - +/* +|| 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: match.h,v 1.15 2002/10/11 01:39:43 nilsson Exp $ +*/ /* This file is incuded in search.c with the following defines set: @@ -217,4 +216,3 @@ THREADS_DISALLOW(); } #undef NAME #undef INAME - diff --git a/src/modules/Image/matrix.c b/src/modules/Image/matrix.c index abee2359de25134c348e10d1f9e343b21fd0c1dc..fb51c121169b91d95b45a6f3e6e0f82067be63b6 100644 --- a/src/modules/Image/matrix.c +++ b/src/modules/Image/matrix.c @@ -1,9 +1,9 @@ -/*\ -||| 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: matrix.c,v 1.41 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: matrix.c,v 1.42 2002/10/11 01:39:43 nilsson Exp $ +*/ /* **! module Image diff --git a/src/modules/Image/operator.c b/src/modules/Image/operator.c index 7d9f9780b56245cdfc111a91bdf4bc874a65f700..207de30df859e45fa73a749f8870cc9f15c4c0fb 100644 --- a/src/modules/Image/operator.c +++ b/src/modules/Image/operator.c @@ -1,9 +1,9 @@ -/*\ -||| 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: operator.c,v 1.41 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: operator.c,v 1.42 2002/10/11 01:39:43 nilsson Exp $ +*/ /* **! module Image diff --git a/src/modules/Image/orient.c b/src/modules/Image/orient.c index 12b0008b9522b082e5cfbc12f6035440046df021..6a55cc861e333cc55c4323dd045d43543be663f7 100644 --- a/src/modules/Image/orient.c +++ b/src/modules/Image/orient.c @@ -1,9 +1,9 @@ -/*\ -||| 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: orient.c,v 1.21 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: orient.c,v 1.22 2002/10/11 01:39:43 nilsson Exp $ +*/ /* **! module Image diff --git a/src/modules/Image/pattern.c b/src/modules/Image/pattern.c index 43cb46c513b3921b2303cf3a5b09e92c48f7d8ca..35afb42f491ddf48f770b04b5a68f712af81a667 100644 --- a/src/modules/Image/pattern.c +++ b/src/modules/Image/pattern.c @@ -1,9 +1,9 @@ -/*\ -||| 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: pattern.c,v 1.26 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: pattern.c,v 1.27 2002/10/11 01:39:43 nilsson Exp $ +*/ /* **! module Image diff --git a/src/modules/Image/phase.h b/src/modules/Image/phase.h index 47b781de6c387cfe18120ed899b4ca4718dcf4eb..472f139e12448c65edc0100d64d95107d24f3c53 100644 --- a/src/modules/Image/phase.h +++ b/src/modules/Image/phase.h @@ -1,9 +1,9 @@ -/*\ -||| 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: phase.h,v 1.4 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: phase.h,v 1.5 2002/10/11 01:39:43 nilsson Exp $ +*/ /* This file is incuded in search.c with the following defines set: NEIG is 1, zx, zx+1 or zx-1 @@ -94,4 +94,3 @@ THREADS_DISALLOW(); o->refs++; push_object(o); } - diff --git a/src/modules/Image/poly.c b/src/modules/Image/poly.c index 5500477484dc5bd830953422f6cf777467f040b8..1f6787f14bb71ea17849b42a943b35a019b8d078 100644 --- a/src/modules/Image/poly.c +++ b/src/modules/Image/poly.c @@ -1,9 +1,9 @@ -/*\ -||| 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: poly.c,v 1.15 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: poly.c,v 1.16 2002/10/11 01:39:43 nilsson Exp $ +*/ /* **! module Image @@ -23,7 +23,7 @@ another? #include "global.h" -RCSID("$Id: poly.c,v 1.15 2002/10/08 20:22:31 nilsson Exp $"); +RCSID("$Id: poly.c,v 1.16 2002/10/11 01:39:43 nilsson Exp $"); #include "image_machine.h" diff --git a/src/modules/Image/polyfill.c b/src/modules/Image/polyfill.c index 4986b6eb66f13e873c575f587802f187e9cfd245..b91921456f24dec7de32353a25db048567878318 100644 --- a/src/modules/Image/polyfill.c +++ b/src/modules/Image/polyfill.c @@ -1,12 +1,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: polyfill.c,v 1.40 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: polyfill.c,v 1.41 2002/10/11 01:39:43 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: polyfill.c,v 1.40 2002/10/08 20:22:31 nilsson Exp $"); +RCSID("$Id: polyfill.c,v 1.41 2002/10/11 01:39:43 nilsson Exp $"); /* Prototypes are needed for these */ extern double floor(double); diff --git a/src/modules/Image/search.c b/src/modules/Image/search.c index 53dc278946219aed9ce75fe60588f63db34a4836..9b28ccacefafefcba4cd99f8be820259c90e1e10 100644 --- a/src/modules/Image/search.c +++ b/src/modules/Image/search.c @@ -1,9 +1,9 @@ -/*\ -||| 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: search.c,v 1.24 2002/10/08 20:22:31 nilsson Exp $ -\*/ +/* +|| 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: search.c,v 1.25 2002/10/11 01:39:43 nilsson Exp $ +*/ /* **! module Image diff --git a/src/modules/Java/acconfig.h b/src/modules/Java/acconfig.h index 58f32caebb26aa3098b83f5aa61f76cbee9ae6ed..3eacedb1e651188b8011b639762569fefa8f6357 100644 --- a/src/modules/Java/acconfig.h +++ b/src/modules/Java/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.3 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.4 2002/10/11 01:39:45 nilsson Exp $ +*/ /* * Config-file for the Pike Java module. diff --git a/src/modules/Java/jvm.c b/src/modules/Java/jvm.c index 455652af1e650b00296ef89a606dc0126ac91990..0efa2864a232b0cd460dfe6833b0e76e6e588239 100644 --- a/src/modules/Java/jvm.c +++ b/src/modules/Java/jvm.c @@ -1,9 +1,9 @@ -/*\ -||| 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: jvm.c,v 1.43 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: jvm.c,v 1.44 2002/10/11 01:39:45 nilsson Exp $ +*/ /* * Pike interface to Java Virtual Machine @@ -22,7 +22,7 @@ #endif /* HAVE_CONFIG_H */ #include "global.h" -RCSID("$Id: jvm.c,v 1.43 2002/10/08 20:22:33 nilsson Exp $"); +RCSID("$Id: jvm.c,v 1.44 2002/10/11 01:39:45 nilsson Exp $"); #include "program.h" #include "interpret.h" #include "stralloc.h" @@ -3513,5 +3513,3 @@ void pike_module_exit(void) #endif /* __NT __ */ #endif /* HAVE_JAVA */ } - - diff --git a/src/modules/Java/ntdl.c b/src/modules/Java/ntdl.c index 5e598b122dc82ec67903b0cb88e9d4ad3ff379c7..23a8aef02ed9861004b7f77a5414305e3ba96dc1 100644 --- a/src/modules/Java/ntdl.c +++ b/src/modules/Java/ntdl.c @@ -1,9 +1,9 @@ -/*\ -||| 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: ntdl.c,v 1.3 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: ntdl.c,v 1.4 2002/10/11 01:39:45 nilsson Exp $ +*/ /* * Win32 DLL handling for jvm.c diff --git a/src/modules/MIME/acconfig.h b/src/modules/MIME/acconfig.h index 9393b9902a43cfbc5287b467669a69501e1a7213..fb06a3b7f642ff468e04146717d4e81a2bf95586 100644 --- a/src/modules/MIME/acconfig.h +++ b/src/modules/MIME/acconfig.h @@ -1,6 +1,8 @@ -/*\ -||| 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: acconfig.h,v 1.3 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.4 2002/10/11 01:39:45 nilsson Exp $ +*/ + + diff --git a/src/modules/MIME/mime.c b/src/modules/MIME/mime.c index 027bd49b88e7733be088fbab3a68ad91abf3d415..01ff58881cea37c8161b7cf4f5c98d681bdf44c4 100644 --- a/src/modules/MIME/mime.c +++ b/src/modules/MIME/mime.c @@ -1,9 +1,9 @@ -/*\ -||| 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: mime.c,v 1.33 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: mime.c,v 1.34 2002/10/11 01:39:45 nilsson Exp $ +*/ /* * RFC1521 functionality for Pike @@ -15,7 +15,7 @@ #include "config.h" -RCSID("$Id: mime.c,v 1.33 2002/10/08 20:22:33 nilsson Exp $"); +RCSID("$Id: mime.c,v 1.34 2002/10/11 01:39:45 nilsson Exp $"); #include "stralloc.h" #include "pike_macros.h" #include "object.h" diff --git a/src/modules/Math/acconfig.h b/src/modules/Math/acconfig.h index 44735c36558ccca3a26fd4f3f31a82bcb957b90c..515a42e5ea93508b6d152d6a49ff1b6ccf7e56c0 100644 --- a/src/modules/Math/acconfig.h +++ b/src/modules/Math/acconfig.h @@ -1,6 +1,8 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:45 nilsson Exp $ +*/ + + diff --git a/src/modules/Math/math_matrix.c b/src/modules/Math/math_matrix.c index 63b347804595d8d26a9183596172f2c6eb564047..63a0c56306c00b9f778cc38929d2e8feba69ddb0 100644 --- a/src/modules/Math/math_matrix.c +++ b/src/modules/Math/math_matrix.c @@ -1,9 +1,9 @@ -/*\ -||| 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_matrix.c,v 1.34 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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_matrix.c,v 1.35 2002/10/11 01:39:45 nilsson Exp $ +*/ #include "global.h" #include "config.h" @@ -262,4 +262,3 @@ extern struct program *math_lmatrix_program; **! method Matrix convolve(object with) **! Convolve called matrix with the argument. */ - diff --git a/src/modules/Math/math_module.c b/src/modules/Math/math_module.c index a7ebe237003ddf11de5a2c818c5658ec112b0a16..6e4ce3de4dc216f821453246b4085213e40cb725 100644 --- a/src/modules/Math/math_module.c +++ b/src/modules/Math/math_module.c @@ -1,9 +1,9 @@ -/*\ -||| 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_module.c,v 1.10 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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_module.c,v 1.11 2002/10/11 01:39:45 nilsson Exp $ +*/ #include "global.h" #include "config.h" @@ -81,4 +81,3 @@ void pike_module_init(void) add_float_constant("inf", MAKE_INF(1), 0); add_float_constant("nan", MAKE_NAN(), 0); } - diff --git a/src/modules/Math/math_module.h b/src/modules/Math/math_module.h index e16045a80c0d4c52eb42e6ae4cd23b8a69642c75..5b084670a566238300326cfa480c0068663f5d89 100644 --- a/src/modules/Math/math_module.h +++ b/src/modules/Math/math_module.h @@ -1,9 +1,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: math_module.h,v 1.8 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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_module.h,v 1.9 2002/10/11 01:39:46 nilsson Exp $ +*/ + extern void init_math_matrix(void); extern void init_math_fmatrix(void); #ifdef INT64 diff --git a/src/modules/Math/matrix_code.h b/src/modules/Math/matrix_code.h index bb7b6e57bea5af69318244420c68609c5f46272c..1a9eafcb165c783a5b56bcaced7c831caa50a461 100644 --- a/src/modules/Math/matrix_code.h +++ b/src/modules/Math/matrix_code.h @@ -1,9 +1,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: matrix_code.h,v 1.6 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: matrix_code.h,v 1.7 2002/10/11 01:39:46 nilsson Exp $ +*/ + /* * template for Math.*Matrix * diff --git a/src/modules/Math/transforms.cmod b/src/modules/Math/transforms.cmod index 0c97e05161cef0a1165c6ea0097b42c8dc758440..0d28a6e95fa25ce3010149469a8f7fc473d5f881 100644 --- a/src/modules/Math/transforms.cmod +++ b/src/modules/Math/transforms.cmod @@ -1,10 +1,9 @@ -/*\ -*- c -*- -||| 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: transforms.cmod,v 1.7 2002/10/09 22:23:39 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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: transforms.cmod,v 1.8 2002/10/11 01:39:46 nilsson Exp $ +*/ #include "global.h" diff --git a/src/modules/Math/transforms.h b/src/modules/Math/transforms.h index bba912c8a71713e38742a02a6a35e1aaf0c0d9b4..1710684306e14888a1541040b1c673d66876fe54 100644 --- a/src/modules/Math/transforms.h +++ b/src/modules/Math/transforms.h @@ -1,8 +1,9 @@ -/*\ -||| 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: transforms.h,v 1.2 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: transforms.h,v 1.3 2002/10/11 01:39:46 nilsson Exp $ +*/ + void init_math_transforms(); void exit_math_transforms(); diff --git a/src/modules/Mird/acconfig.h b/src/modules/Mird/acconfig.h index 1e443d60d8ee795e98818645756ed7932be60a56..47836a138341947bfe75ab06e81037138a8e7320 100644 --- a/src/modules/Mird/acconfig.h +++ b/src/modules/Mird/acconfig.h @@ -1,13 +1,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: acconfig.h,v 1.4 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.5 2002/10/11 01:39:46 nilsson Exp $ +*/ /* Define if you have the `mird' library (-lmird). */ #undef HAVE_LIBMIRD /* Define if you have the <mird.h> header file. */ #undef HAVE_MIRD_H - diff --git a/src/modules/Mird/libmird/acconfig.h b/src/modules/Mird/libmird/acconfig.h index 6aab576f76b0934c0bbd0c73141fa35ecf92edf8..9d9d6c7ffddb8015c18f748d73f7331961944a5d 100644 --- a/src/modules/Mird/libmird/acconfig.h +++ b/src/modules/Mird/libmird/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.4 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.5 2002/10/11 01:39:46 nilsson Exp $ +*/ /* define if there is an inline keyword */ #undef HAS_INLINE diff --git a/src/modules/Mird/libmird/blocks.c b/src/modules/Mird/libmird/blocks.c index ea37918a6005334b5f0efe4798b8342ff10a5774..43596d806b22b21c0e871a940b90f19ea2f2ff99 100644 --- a/src/modules/Mird/libmird/blocks.c +++ b/src/modules/Mird/libmird/blocks.c @@ -1,9 +1,9 @@ -/*\ -||| 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: blocks.c,v 1.4 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: blocks.c,v 1.5 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -23,7 +23,7 @@ #include "dmalloc.h" static const char RCSID[]= - "$Id: blocks.c,v 1.4 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: blocks.c,v 1.5 2002/10/11 01:39:46 nilsson Exp $"; #ifdef SUPERMASSIVE_DEBUG #define BLOCK_DEBUG @@ -640,5 +640,3 @@ MIRD_RES mird_block_zot(struct mird *db, return MIRD_OK; } - - diff --git a/src/modules/Mird/libmird/cells.c b/src/modules/Mird/libmird/cells.c index 8d1ba2acc095b8e8746391916ed781ec80386580..3264ada8afb94265859569ae1c6cb0f402096a3a 100644 --- a/src/modules/Mird/libmird/cells.c +++ b/src/modules/Mird/libmird/cells.c @@ -1,9 +1,9 @@ -/*\ -||| 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: cells.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: cells.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -19,7 +19,7 @@ #include <stdlib.h> static const char RCSID[]= - "$Id: cells.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: cells.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $"; #define BIG_THRESHOLD(DB) ((DB)->block_size-(4<<(DB)->frag_bits)-64) #define DATA_IN_BIG(DB) ((DB)->block_size-(5+2)*4) @@ -282,4 +282,3 @@ MIRD_RES mird_cell_get(struct mird *db, return MIRD_OK; } - diff --git a/src/modules/Mird/libmird/database.c b/src/modules/Mird/libmird/database.c index a404ecf4f29e40e50c6b62089eeb3c85e48b0835..d439810a7068b74f06648c39084bf2137630c03b 100644 --- a/src/modules/Mird/libmird/database.c +++ b/src/modules/Mird/libmird/database.c @@ -1,9 +1,9 @@ -/*\ -||| 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: database.c,v 1.5 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: database.c,v 1.6 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -31,7 +31,7 @@ #endif static const char RCSID[]= - "$Id: database.c,v 1.5 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: database.c,v 1.6 2002/10/11 01:39:46 nilsson Exp $"; /* forward declarations */ diff --git a/src/modules/Mird/libmird/debug.c b/src/modules/Mird/libmird/debug.c index a790e6bebb724dc94ae032eae9b018d342b1966b..f96b74d916c7217ea3efd1833629c098fdd050f1 100644 --- a/src/modules/Mird/libmird/debug.c +++ b/src/modules/Mird/libmird/debug.c @@ -1,9 +1,9 @@ -/*\ -||| 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: debug.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: debug.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -24,7 +24,7 @@ #include <stdio.h> static const char RCSID[]= - "$Id: debug.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: debug.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $"; #define PRINT_BLOCK_FRAG(X) \ CHUNK_ID_2_BLOCK(db,(X)), \ diff --git a/src/modules/Mird/libmird/dmalloc.c b/src/modules/Mird/libmird/dmalloc.c index f354ee61737143d9a78c6837872d52a116e38f13..b8b5ae92e188049f7294e0dcaa6ec6824f4afdc6 100644 --- a/src/modules/Mird/libmird/dmalloc.c +++ b/src/modules/Mird/libmird/dmalloc.c @@ -1,9 +1,9 @@ -/*\ -||| 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: dmalloc.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: dmalloc.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> diff --git a/src/modules/Mird/libmird/dmalloc.h b/src/modules/Mird/libmird/dmalloc.h index c91cc4f58807b284493fc04b8f50ad37d9f4c9ed..9ab8afd22bdc662c71e863a49c2d382563ea5145 100644 --- a/src/modules/Mird/libmird/dmalloc.h +++ b/src/modules/Mird/libmird/dmalloc.h @@ -1,9 +1,9 @@ -/*\ -||| 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: dmalloc.h,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: dmalloc.h,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -48,4 +48,3 @@ char *_sstrdup(char *s,char *file,int line); #define sstrdup strdup #endif /* MEM_DEBUG */ - diff --git a/src/modules/Mird/libmird/errors.c b/src/modules/Mird/libmird/errors.c index 15ec666b9bf155583cc9629043d47cca37e9de5f..fc1249789d3a2901cf3237170420c811db1b8d44 100644 --- a/src/modules/Mird/libmird/errors.c +++ b/src/modules/Mird/libmird/errors.c @@ -1,9 +1,9 @@ -/*\ -||| 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: errors.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: errors.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -26,7 +26,7 @@ #include "dmalloc.h" static const char RCSID[]= - "$Id: errors.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: errors.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $"; static struct mird_error failed_to_allocate_error = { MIRDE_RESOURCE_ERR,NULL,sizeof(struct mird_error),0,0 }; @@ -329,5 +329,3 @@ void mird_perror(char *s,MIRD_RES error) mird_describe_error(error,&err); fprintf(stderr,"%s: %s\n",s,err); } - - diff --git a/src/modules/Mird/libmird/frags.c b/src/modules/Mird/libmird/frags.c index 206168d9733a1218d680a2f57c1a95c782465fa9..1bc4256fbfc14b4089a840fcb23420ff04fc1c15 100644 --- a/src/modules/Mird/libmird/frags.c +++ b/src/modules/Mird/libmird/frags.c @@ -1,9 +1,9 @@ -/*\ -||| 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: frags.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: frags.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -23,7 +23,7 @@ #endif static const char RCSID[]= - "$Id: frags.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: frags.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $"; #ifdef SUPERMASSIVE_DEBUG #define FRAGS_DEBUG diff --git a/src/modules/Mird/libmird/freelist.c b/src/modules/Mird/libmird/freelist.c index 4c323be733bc965515d9762af9ef0a4df95d6c6a..2818daf7baf640351e53decd029c4a8eec67c0b6 100644 --- a/src/modules/Mird/libmird/freelist.c +++ b/src/modules/Mird/libmird/freelist.c @@ -1,9 +1,9 @@ -/*\ -||| 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: freelist.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: freelist.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -26,7 +26,7 @@ #include <stdio.h> static const char RCSID[]= - "$Id: freelist.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: freelist.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $"; #define BLOCKS_IN_FREE_LIST(DB) (LONGS_IN_BLOCK(DB)-6) @@ -263,4 +263,3 @@ MIRD_RES mird_freelist_sync(struct mird *db) return MIRD_OK; } - diff --git a/src/modules/Mird/libmird/hashtrie.c b/src/modules/Mird/libmird/hashtrie.c index a73e788db1a2bfbdde461215f0a66a67c34cb424..2837992291669fdab086d1c3fc21d0febaddcc3b 100644 --- a/src/modules/Mird/libmird/hashtrie.c +++ b/src/modules/Mird/libmird/hashtrie.c @@ -1,9 +1,9 @@ -/*\ -||| 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: hashtrie.c,v 1.5 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: hashtrie.c,v 1.6 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -46,7 +46,7 @@ void *alloca(); #endif static const char RCSID[]= - "$Id: hashtrie.c,v 1.5 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: hashtrie.c,v 1.6 2002/10/11 01:39:46 nilsson Exp $"; #define TOO_DEEP_RECURSION 31 /* we can only shift down that */ @@ -1457,4 +1457,3 @@ MIRD_RES mird_hashtrie_mark_use(struct mird *db, { return mird_ht_mark_use(db,root,key,root,0,key,mul); } - diff --git a/src/modules/Mird/libmird/internal.h b/src/modules/Mird/libmird/internal.h index ceca9f66767fcda1413455615fe5c4f6809ef5c7..35c1f905606eeedf2f2ce1548a16167ccadc6491 100644 --- a/src/modules/Mird/libmird/internal.h +++ b/src/modules/Mird/libmird/internal.h @@ -1,9 +1,9 @@ -/*\ -||| 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: internal.h,v 1.5 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: internal.h,v 1.6 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> diff --git a/src/modules/Mird/libmird/journal.c b/src/modules/Mird/libmird/journal.c index 3105f0883fb4663687b6b0530992eec84e3e0c78..300e944ede829f447601919d977a293a3fcc9894 100644 --- a/src/modules/Mird/libmird/journal.c +++ b/src/modules/Mird/libmird/journal.c @@ -1,9 +1,9 @@ -/*\ -||| 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: journal.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: journal.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -47,7 +47,7 @@ #endif static const char RCSID[]= - "$Id: journal.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: journal.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $"; /* @@ -549,4 +549,3 @@ complete: return res; } - diff --git a/src/modules/Mird/libmird/make_old_database.c b/src/modules/Mird/libmird/make_old_database.c index dbdd8974d64416c4bf957d07a90cd1bd6b3ff320..f8da136a876b5b4263140c7797e78a68804206b6 100644 --- a/src/modules/Mird/libmird/make_old_database.c +++ b/src/modules/Mird/libmird/make_old_database.c @@ -1,9 +1,9 @@ -/*\ -||| 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: make_old_database.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: make_old_database.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> diff --git a/src/modules/Mird/libmird/physical.h b/src/modules/Mird/libmird/physical.h index a2b96a9a1d9503b7ae06f407ccf1f8d06b7f2468..5473014f2b85afb86efe53e152052bc8e8532ff1 100644 --- a/src/modules/Mird/libmird/physical.h +++ b/src/modules/Mird/libmird/physical.h @@ -1,9 +1,9 @@ -/*\ -||| 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: physical.h,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: physical.h,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -196,5 +196,3 @@ #define CHUNK_ID_2_FRAG(DB,ID) ( (ID) & ( (1<<((DB)->frag_bits))-1) ) #define BLOCK_FRAG_2_CHUNK_ID(DB,B,F) ( ((B)<<(DB)->frag_bits) | (F) ) #define MAX_FRAGS(DB) ((UINT32)((1<<(DB)->frag_bits)-1)) - - diff --git a/src/modules/Mird/libmird/skeys.c b/src/modules/Mird/libmird/skeys.c index 2bce12e23df2e7cecad649eec1b507536ccae08f..191d2ccef96de0e1939c8ae8573da65a9d216861 100644 --- a/src/modules/Mird/libmird/skeys.c +++ b/src/modules/Mird/libmird/skeys.c @@ -1,9 +1,9 @@ -/*\ -||| 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: skeys.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: skeys.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -19,7 +19,7 @@ #include "dmalloc.h" static const char RCSID[]= - "$Id: skeys.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: skeys.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $"; #define SKEY_OVERHEAD 16 diff --git a/src/modules/Mird/libmird/tables.c b/src/modules/Mird/libmird/tables.c index 95b1a332fe93369e548fb3e0569325707b0be24d..5335d7915682ce86aad4beb46761e4af950d2451 100644 --- a/src/modules/Mird/libmird/tables.c +++ b/src/modules/Mird/libmird/tables.c @@ -1,9 +1,9 @@ -/*\ -||| 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: tables.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: tables.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -23,7 +23,7 @@ #include "dmalloc.h" static const char RCSID[]= - "$Id: tables.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: tables.c,v 1.4 2002/10/11 01:39:46 nilsson Exp $"; /* * looks up a table id in the master table diff --git a/src/modules/Mird/libmird/test.c b/src/modules/Mird/libmird/test.c index df06e040561e8124f82ac26282db2b414bc1eea7..4124051bd42661d7c2e6483406d1b72d0e50d004 100644 --- a/src/modules/Mird/libmird/test.c +++ b/src/modules/Mird/libmird/test.c @@ -1,9 +1,9 @@ -/*\ -||| 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: test.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: test.c,v 1.4 2002/10/11 01:39:47 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> diff --git a/src/modules/Mird/libmird/testsuite.c b/src/modules/Mird/libmird/testsuite.c index 84383ba240532155a4fe1e27d073af54c3369f61..09b7f37d588a6c23e0438d9d02ebce9ef69973d1 100644 --- a/src/modules/Mird/libmird/testsuite.c +++ b/src/modules/Mird/libmird/testsuite.c @@ -1,9 +1,9 @@ -/*\ -||| 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: testsuite.c,v 1.4 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: testsuite.c,v 1.5 2002/10/11 01:39:47 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -2500,4 +2500,3 @@ int main() return 0; } - diff --git a/src/modules/Mird/libmird/transaction.c b/src/modules/Mird/libmird/transaction.c index 5b7b75d2809f060e79b78006074f52dfce1af87c..b3899208d6b723e2c069a50f48b42625dcffa425 100644 --- a/src/modules/Mird/libmird/transaction.c +++ b/src/modules/Mird/libmird/transaction.c @@ -1,9 +1,9 @@ -/*\ -||| 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: transaction.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: transaction.c,v 1.4 2002/10/11 01:39:47 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -33,7 +33,7 @@ static const char RCSID[]= - "$Id: transaction.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: transaction.c,v 1.4 2002/10/11 01:39:47 nilsson Exp $"; /* * start a new transaction @@ -1127,4 +1127,3 @@ MIRD_RES mird_simul_tr_rewind(struct mird_transaction *mtr, } } } - diff --git a/src/modules/Mird/libmird/usage.c b/src/modules/Mird/libmird/usage.c index e5682093139e0d1b79b786661b8d4a889c9c539a..6009242b3dae21fba7d166bc67634b8005adfc30 100644 --- a/src/modules/Mird/libmird/usage.c +++ b/src/modules/Mird/libmird/usage.c @@ -1,9 +1,9 @@ -/*\ -||| 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: usage.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: usage.c,v 1.4 2002/10/11 01:39:47 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> @@ -25,7 +25,7 @@ #include "dmalloc.h" static const char RCSID[]= - "$Id: usage.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; + "$Id: usage.c,v 1.4 2002/10/11 01:39:47 nilsson Exp $"; #ifdef MASSIVE_DEBUG #define USAGE_DEBUG diff --git a/src/modules/Mird/libmird/win32-config.h b/src/modules/Mird/libmird/win32-config.h index 48c46c579aeaeaa098f1b5c2de61b7fcbac51f00..7f7bb86a1dafbcfc989d2751d00759473bad04be 100644 --- a/src/modules/Mird/libmird/win32-config.h +++ b/src/modules/Mird/libmird/win32-config.h @@ -1,9 +1,9 @@ -/*\ -||| 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: win32-config.h,v 1.4 2002/10/09 13:28:39 nilsson Exp $ -\*/ +/* +|| 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: win32-config.h,v 1.5 2002/10/11 01:39:47 nilsson Exp $ +*/ /* ** libMird by Mirar <mirar@mirar.org> diff --git a/src/modules/Mird/mird_glue.c b/src/modules/Mird/mird_glue.c index 3fcb6dd69f341e43bcdb51b40852981fd9ad36fd..4ef70f12dd9b2657b1edc52cc3506f5f16040723 100644 --- a/src/modules/Mird/mird_glue.c +++ b/src/modules/Mird/mird_glue.c @@ -1,9 +1,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: mird_glue.c,v 1.18 2002/10/08 20:22:33 nilsson Exp $ -\*/ +/* +|| 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: mird_glue.c,v 1.19 2002/10/11 01:39:46 nilsson Exp $ +*/ + #include "global.h" #include "config.h" diff --git a/src/modules/Msql/msqlmod.c b/src/modules/Msql/msqlmod.c index 215a17ab15eca5100fefaec870c2dd21b751b4f0..9262ea20404b555fe0435a4dca200cf8c84b1a88 100644 --- a/src/modules/Msql/msqlmod.c +++ b/src/modules/Msql/msqlmod.c @@ -1,9 +1,9 @@ -/*\ -||| 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: msqlmod.c,v 1.21 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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: msqlmod.c,v 1.22 2002/10/11 01:39:47 nilsson Exp $ +*/ /* All this code is pretty useless if we don't have a msql library...*/ #include "global.h" @@ -32,7 +32,7 @@ #include "operators.h" #include "multiset.h" -RCSID("$Id: msqlmod.c,v 1.21 2002/10/08 20:22:34 nilsson Exp $"); +RCSID("$Id: msqlmod.c,v 1.22 2002/10/11 01:39:47 nilsson Exp $"); #include "version.h" #ifdef _REENTRANT diff --git a/src/modules/Msql/version.h b/src/modules/Msql/version.h index c730e3b2e700a77904e5599b153a5bb546ec6c81..d6b0847f6a606453c0c4c875a06f6056bace386f 100644 --- a/src/modules/Msql/version.h +++ b/src/modules/Msql/version.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.3 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.4 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * This file is provided for CVS's sake, and to define a simple string to be diff --git a/src/modules/Mysql/acconfig.h b/src/modules/Mysql/acconfig.h index 20567fdab25f4d47b0beff4b0476ae8daee95ab3..2b1b313e57912d547db69816ca08324ad8d2d3db 100644 --- a/src/modules/Mysql/acconfig.h +++ b/src/modules/Mysql/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.8 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.9 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * Config-file for the Pike mySQL-module. diff --git a/src/modules/Mysql/dummy.c b/src/modules/Mysql/dummy.c index eb4704242dc096d0b11678c1b78e1bff39d12a0d..d026c84c3a4d7faf92f111b2c245f16c07a5d124 100644 --- a/src/modules/Mysql/dummy.c +++ b/src/modules/Mysql/dummy.c @@ -1,9 +1,9 @@ -/*\ -||| 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: dummy.c,v 1.6 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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: dummy.c,v 1.7 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * Glue needed on Solaris if libgcc.a isn't compiled with -fpic. diff --git a/src/modules/Mysql/mysql.c b/src/modules/Mysql/mysql.c index 77887f2a2eebc7d4751cc093e982e7e0cb927a4c..2ac1ecd9a073b3b6f3f9ea5bb68c6260c8dffdea 100644 --- a/src/modules/Mysql/mysql.c +++ b/src/modules/Mysql/mysql.c @@ -1,9 +1,9 @@ -/*\ -||| 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: mysql.c,v 1.58 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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: mysql.c,v 1.59 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * SQL database functionality for Pike @@ -100,7 +100,7 @@ typedef struct dynamic_buffer_s dynamic_buffer; * Globals */ -RCSID("$Id: mysql.c,v 1.58 2002/10/08 20:22:34 nilsson Exp $"); +RCSID("$Id: mysql.c,v 1.59 2002/10/11 01:39:47 nilsson Exp $"); /*! @module Mysql *! @@ -1711,4 +1711,3 @@ void pike_module_exit(void) } #endif /* HAVE_MYSQL */ } - diff --git a/src/modules/Mysql/precompiled_mysql.h b/src/modules/Mysql/precompiled_mysql.h index 2e040c66977182be8fb4bb3b2790a4a9dbc010e0..6a8c11f00f076667f71e649858af27bf9acec337 100644 --- a/src/modules/Mysql/precompiled_mysql.h +++ b/src/modules/Mysql/precompiled_mysql.h @@ -1,9 +1,9 @@ -/*\ -||| 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: precompiled_mysql.h,v 1.14 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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: precompiled_mysql.h,v 1.15 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * SQL database connectivity for Pike diff --git a/src/modules/Mysql/result.c b/src/modules/Mysql/result.c index 7909874cdb2dea47fe9c7432b317b6eb6baf7d96..5cd3578a34ee7a955792dd9b93355938afce8e19 100644 --- a/src/modules/Mysql/result.c +++ b/src/modules/Mysql/result.c @@ -1,9 +1,9 @@ -/*\ -||| 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: result.c,v 1.26 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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: result.c,v 1.27 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * mysql query result @@ -92,7 +92,7 @@ typedef struct dynamic_buffer_s dynamic_buffer; * Globals */ -RCSID("$Id: result.c,v 1.26 2002/10/08 20:22:34 nilsson Exp $"); +RCSID("$Id: result.c,v 1.27 2002/10/11 01:39:47 nilsson Exp $"); struct program *mysql_result_program = NULL; diff --git a/src/modules/Odbc/acconfig.h b/src/modules/Odbc/acconfig.h index 5a961e622d9d48123658acafbb98d3e5e073a98d..c21212faff47b82f84ce9577abe58b580ccfe9de 100644 --- a/src/modules/Odbc/acconfig.h +++ b/src/modules/Odbc/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.6 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.7 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * Config-file for the Pike ODBC-module. diff --git a/src/modules/Odbc/odbc.c b/src/modules/Odbc/odbc.c index bb4e8fb18b213ff2b0de40ae022426448b635900..b7015550b8019c78bf898553478cb32a64953b76 100644 --- a/src/modules/Odbc/odbc.c +++ b/src/modules/Odbc/odbc.c @@ -1,9 +1,9 @@ -/*\ -||| 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: odbc.c,v 1.31 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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: odbc.c,v 1.32 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * Pike interface to ODBC compliant databases. @@ -21,7 +21,7 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -RCSID("$Id: odbc.c,v 1.31 2002/10/08 20:22:34 nilsson Exp $"); +RCSID("$Id: odbc.c,v 1.32 2002/10/11 01:39:47 nilsson Exp $"); #include "interpret.h" #include "object.h" @@ -525,4 +525,3 @@ void pike_module_exit(void) } #endif /* HAVE_ODBC */ } - diff --git a/src/modules/Odbc/odbc_result.c b/src/modules/Odbc/odbc_result.c index 03288091cd9975804a317c124a975cfd2852f1d6..6d769a5cb471213283f52d1ffb9c2b2d2f524004 100644 --- a/src/modules/Odbc/odbc_result.c +++ b/src/modules/Odbc/odbc_result.c @@ -1,9 +1,9 @@ -/*\ -||| 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: odbc_result.c,v 1.31 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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: odbc_result.c,v 1.32 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * Pike interface to ODBC compliant databases @@ -21,7 +21,7 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -RCSID("$Id: odbc_result.c,v 1.31 2002/10/08 20:22:34 nilsson Exp $"); +RCSID("$Id: odbc_result.c,v 1.32 2002/10/11 01:39:47 nilsson Exp $"); #include "interpret.h" #include "object.h" diff --git a/src/modules/Odbc/precompiled_odbc.h b/src/modules/Odbc/precompiled_odbc.h index 2b3654f549358dd31611e70bec73884c3716ff94..fcf1fefff351195d0fbfb5634560e38c222a9a93 100644 --- a/src/modules/Odbc/precompiled_odbc.h +++ b/src/modules/Odbc/precompiled_odbc.h @@ -1,9 +1,9 @@ -/*\ -||| 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: precompiled_odbc.h,v 1.17 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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: precompiled_odbc.h,v 1.18 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * Pike interface to ODBC compliant databases. diff --git a/src/modules/Oracle/acconfig.h b/src/modules/Oracle/acconfig.h index a75901440ebac7a5fb5932b26f88f3a0f5071b78..5e45a1a0e386907aafd7f8717636cb790d6d9348 100644 --- a/src/modules/Oracle/acconfig.h +++ b/src/modules/Oracle/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:34 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * Config-file for the Pike Oracle-module. diff --git a/src/modules/Oracle/oracle.c b/src/modules/Oracle/oracle.c index 824458f112e74c08d65e2a0c43b624a33042d86f..2534851f4cda234af85a69ff38933a0b303fa541 100644 --- a/src/modules/Oracle/oracle.c +++ b/src/modules/Oracle/oracle.c @@ -1,9 +1,9 @@ -/*\ -||| 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: oracle.c,v 1.72 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: oracle.c,v 1.73 2002/10/11 01:39:47 nilsson Exp $ +*/ /* * Pike interface to Oracle databases. @@ -58,7 +58,7 @@ #include <math.h> -RCSID("$Id: oracle.c,v 1.72 2002/10/08 20:22:35 nilsson Exp $"); +RCSID("$Id: oracle.c,v 1.73 2002/10/11 01:39:47 nilsson Exp $"); /* User-changable defines: */ @@ -2370,4 +2370,3 @@ void pike_module_init(void) {} void pike_module_exit(void) {} #endif - diff --git a/src/modules/PDF/acconfig.h b/src/modules/PDF/acconfig.h index 3cdc4db931017931a8335e92f0205e133630babd..8cfc7955eddb00c1886fa6d7eaad94a53c92723b 100644 --- a/src/modules/PDF/acconfig.h +++ b/src/modules/PDF/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.3 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.4 2002/10/11 01:39:47 nilsson Exp $ +*/ #ifndef PDF_MACHINE_H #define PDF_MACHINE_H diff --git a/src/modules/PDF/initstuff.h b/src/modules/PDF/initstuff.h index 2d7b51992ad171d9f251aee291c2a45b4baf9cdf..56e907d569d03ab02699719af947955c74dab4a2 100644 --- a/src/modules/PDF/initstuff.h +++ b/src/modules/PDF/initstuff.h @@ -1,9 +1,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: initstuff.h,v 1.2 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: initstuff.h,v 1.3 2002/10/11 01:39:47 nilsson Exp $ +*/ + #ifndef PDF_INITER #define PDF_CLASS(a,b,c,what) extern struct program *what; #define PDF_SUBMODULE(a,b,c) diff --git a/src/modules/PDF/pdf_module.c b/src/modules/PDF/pdf_module.c index 8974173bba95cb08625483f7f0a4f709558d96e2..313d5787f1d0bc5097f3344d9288e30261d23764 100644 --- a/src/modules/PDF/pdf_module.c +++ b/src/modules/PDF/pdf_module.c @@ -1,13 +1,14 @@ -/*\ -||| 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: pdf_module.c,v 1.12 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: pdf_module.c,v 1.13 2002/10/11 01:39:47 nilsson Exp $ +*/ + #include "global.h" #include "stralloc.h" #include "global.h" -RCSID("$Id: pdf_module.c,v 1.12 2002/10/08 20:22:35 nilsson Exp $"); +RCSID("$Id: pdf_module.c,v 1.13 2002/10/11 01:39:47 nilsson Exp $"); #include "pike_macros.h" #include "interpret.h" #include "program.h" diff --git a/src/modules/PDF/pdflib_glue.c b/src/modules/PDF/pdflib_glue.c index b273d86824cdabac92dfccfe4bdf8cc5ac78cfcd..9f3457881d8c955ea6f82339a446010573eb4690 100644 --- a/src/modules/PDF/pdflib_glue.c +++ b/src/modules/PDF/pdflib_glue.c @@ -1,12 +1,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: pdflib_glue.c,v 1.9 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: pdflib_glue.c,v 1.10 2002/10/11 01:39:47 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: pdflib_glue.c,v 1.9 2002/10/08 20:22:35 nilsson Exp $"); +RCSID("$Id: pdflib_glue.c,v 1.10 2002/10/11 01:39:47 nilsson Exp $"); #include "pdf_machine.h" diff --git a/src/modules/Parser/acconfig.h b/src/modules/Parser/acconfig.h index d1ecc1f8567eb6375211789802c568557d67ec43..ad2fe285957783a2c07b5634ac983915a5848c3a 100644 --- a/src/modules/Parser/acconfig.h +++ b/src/modules/Parser/acconfig.h @@ -1,8 +1,8 @@ -/*\ -||| 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: acconfig.h,v 1.3 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.4 2002/10/11 01:39:47 nilsson Exp $ +*/ @TOP@ diff --git a/src/modules/Parser/html.c b/src/modules/Parser/html.c index 35c69bf827630adbf3de1383519f98fe1b231bdf..873b34c8e422a20f7e3da4c99e6570612dc35ebf 100644 --- a/src/modules/Parser/html.c +++ b/src/modules/Parser/html.c @@ -1,9 +1,9 @@ -/*\ -||| 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: html.c,v 1.154 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: html.c,v 1.155 2002/10/11 01:39:48 nilsson Exp $ +*/ #include "global.h" #include "config.h" diff --git a/src/modules/Parser/initstuff.h b/src/modules/Parser/initstuff.h index 1c9efccd0917fe78bfc38a60c6b39eb855359fa5..f45a85b383578f6306d9faaa04ee7540b86c7ecc 100644 --- a/src/modules/Parser/initstuff.h +++ b/src/modules/Parser/initstuff.h @@ -1,9 +1,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: initstuff.h,v 1.3 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: initstuff.h,v 1.4 2002/10/11 01:39:48 nilsson Exp $ +*/ + #ifndef PARSER_INITER #define PARSER_CLASS(a,b,c,what,id) extern struct program *what; #define PARSER_SUBMODULE(a,b,c) diff --git a/src/modules/Parser/parser.c b/src/modules/Parser/parser.c index 1295f02c9ec9521269cfb36b8d54940639f1eff3..0cd78d866ff3dd5ceede3b318217786207d483c5 100644 --- a/src/modules/Parser/parser.c +++ b/src/modules/Parser/parser.c @@ -1,13 +1,14 @@ -/*\ -||| 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: parser.c,v 1.15 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: parser.c,v 1.16 2002/10/11 01:39:48 nilsson Exp $ +*/ + #include "global.h" #include "stralloc.h" #include "global.h" -RCSID("$Id: parser.c,v 1.15 2002/10/08 20:22:35 nilsson Exp $"); +RCSID("$Id: parser.c,v 1.16 2002/10/11 01:39:48 nilsson Exp $"); #include "pike_macros.h" #include "interpret.h" #include "program.h" diff --git a/src/modules/Parser/parser.h b/src/modules/Parser/parser.h index 01d93b6fe6eddbdf95564152a60ee0d15c64b831..8fae2d3b070ad208813158036ba8a3e2aebfee8f 100644 --- a/src/modules/Parser/parser.h +++ b/src/modules/Parser/parser.h @@ -1,7 +1,8 @@ -/*\ -||| 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: parser.h,v 1.2 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: parser.h,v 1.3 2002/10/11 01:39:48 nilsson Exp $ +*/ + void init_parser_html(void); diff --git a/src/modules/Perl/acconfig.h b/src/modules/Perl/acconfig.h index 356c5519fc0f16da68f36dd807150c00146564c3..baf074ecda3d5fa0e3239724cbb3df3910464a67 100644 --- a/src/modules/Perl/acconfig.h +++ b/src/modules/Perl/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:48 nilsson Exp $ +*/ #ifndef GMP_MACHINE_H #define GMP_MACHINE_H diff --git a/src/modules/Perl/perlmod.c b/src/modules/Perl/perlmod.c index 0b350b1ee56caa8c4e67789dd914236bade959f8..94f5340f06c09840ee14bb6e0b29b1ae842ee21c 100644 --- a/src/modules/Perl/perlmod.c +++ b/src/modules/Perl/perlmod.c @@ -1,9 +1,9 @@ -/*\ -||| 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: perlmod.c,v 1.27 2002/10/08 20:22:35 nilsson Exp $ -\*/ +/* +|| 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: perlmod.c,v 1.28 2002/10/11 01:39:48 nilsson Exp $ +*/ #define NO_PIKE_SHORTHAND diff --git a/src/modules/Pipe/acconfig.h b/src/modules/Pipe/acconfig.h index ce8b60f56c3d76551f665fa31820882a7e7d75e1..c4156bb9d81ea9cf3a57e2642d12f9c4667e1acc 100644 --- a/src/modules/Pipe/acconfig.h +++ b/src/modules/Pipe/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:48 nilsson Exp $ +*/ #ifndef PIPE_MACHINE_H #define PIPE_MACHINE_H diff --git a/src/modules/Pipe/pipe.c b/src/modules/Pipe/pipe.c index daf5ba7bccb287adcc68606e88d6d099d95d8b12..e8884ac74697294032cbdc4b7a608fa482e5a49b 100644 --- a/src/modules/Pipe/pipe.c +++ b/src/modules/Pipe/pipe.c @@ -1,9 +1,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: pipe.c,v 1.50 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: pipe.c,v 1.51 2002/10/11 01:39:48 nilsson Exp $ +*/ + #include "global.h" #include "config.h" #include "machine.h" @@ -36,7 +37,7 @@ #include <fcntl.h> -RCSID("$Id: pipe.c,v 1.50 2002/10/08 20:22:36 nilsson Exp $"); +RCSID("$Id: pipe.c,v 1.51 2002/10/11 01:39:48 nilsson Exp $"); #include "threads.h" #include "stralloc.h" @@ -1367,10 +1368,3 @@ void pike_module_exit(void) if(output_program) free_program(output_program); output_program=0; } - - - - - - - diff --git a/src/modules/Postgres/pg_types.h b/src/modules/Postgres/pg_types.h index ec93de857af0206fa014b7b8f4a73e8934af4cef..538d969697ad00bf3f2d163780da30b585ae990b 100644 --- a/src/modules/Postgres/pg_types.h +++ b/src/modules/Postgres/pg_types.h @@ -1,9 +1,9 @@ -/*\ -||| 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: pg_types.h,v 1.5 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: pg_types.h,v 1.6 2002/10/11 01:39:48 nilsson Exp $ +*/ #ifndef _PG_TYPES_H_ #define _PG_TYPES_H_ diff --git a/src/modules/Postgres/pgresult.c b/src/modules/Postgres/pgresult.c index f1aff161b43ab0b45f87b664ad40f42f5504e56d..a0a6dada1a67ec0865d3348148a2ef33bb9e3dc9 100644 --- a/src/modules/Postgres/pgresult.c +++ b/src/modules/Postgres/pgresult.c @@ -1,9 +1,9 @@ -/*\ -||| 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: pgresult.c,v 1.18 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: pgresult.c,v 1.19 2002/10/11 01:39:48 nilsson Exp $ +*/ /* * Postgres95 support for pike/0.5 and up @@ -68,7 +68,7 @@ #include "builtin_functions.h" #include "module_support.h" -RCSID("$Id: pgresult.c,v 1.18 2002/10/08 20:22:36 nilsson Exp $"); +RCSID("$Id: pgresult.c,v 1.19 2002/10/11 01:39:48 nilsson Exp $"); #ifdef _REENTRANT PIKE_MUTEX_T pike_postgres_result_mutex STATIC_MUTEX_INIT; diff --git a/src/modules/Postgres/pgresult.h b/src/modules/Postgres/pgresult.h index f95d68270431fb11a2bc074257731f3ec9226400..1f9c42adffc9c18b279060397fc12feff04a1dc0 100644 --- a/src/modules/Postgres/pgresult.h +++ b/src/modules/Postgres/pgresult.h @@ -1,8 +1,8 @@ -/*\ -||| 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: pgresult.h,v 1.3 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: pgresult.h,v 1.4 2002/10/11 01:39:48 nilsson Exp $ +*/ void pgresult_init(void); diff --git a/src/modules/Postgres/postgres.c b/src/modules/Postgres/postgres.c index 1198a811003dc87ff8233faeb980ef1996b7d586..71742e7e9ac337aa608dc18ee6bebd5497c1debc 100644 --- a/src/modules/Postgres/postgres.c +++ b/src/modules/Postgres/postgres.c @@ -1,9 +1,9 @@ -/*\ -||| 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: postgres.c,v 1.27 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: postgres.c,v 1.28 2002/10/11 01:39:48 nilsson Exp $ +*/ /* * Postgres95 and PostgreSQL support for Pike 0.5 and up. @@ -77,7 +77,7 @@ static void pgdebug (char * a, ...) {} struct program * postgres_program; -RCSID("$Id: postgres.c,v 1.27 2002/10/08 20:22:36 nilsson Exp $"); +RCSID("$Id: postgres.c,v 1.28 2002/10/11 01:39:48 nilsson Exp $"); static void set_error (char * newerror) { @@ -745,4 +745,3 @@ void pike_module_exit(void) void pike_module_init(void) {} void pike_module_exit(void) {} #endif /* HAVE_POSTGRES */ - diff --git a/src/modules/Postgres/version.h b/src/modules/Postgres/version.h index 16ed4db0e0b312e86647d01e7c4058177002b84e..85ce31d97d8de87fd95accda551be0c1858c54a7 100644 --- a/src/modules/Postgres/version.h +++ b/src/modules/Postgres/version.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.4 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.5 2002/10/11 01:39:48 nilsson Exp $ +*/ /* * This file is provided for CVS's sake, and to define a simple string to be diff --git a/src/modules/Regexp/acconfig.h b/src/modules/Regexp/acconfig.h index 6f148b40e225dda38840057994952d61c9ee93d8..bee1ed095039553e5be0c4a4facbd470ef77bc7a 100644 --- a/src/modules/Regexp/acconfig.h +++ b/src/modules/Regexp/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:48 nilsson Exp $ +*/ #ifndef PIKE_MODULES_REGEXP_H #define PIKE_MODULES_REGEXP_H diff --git a/src/modules/Regexp/glue.c b/src/modules/Regexp/glue.c index 6c896cbe1a817a7e1186ab93c19679a9fc70dd8a..ab4f8c0a16bc8467df9e90b9d20de7195a420c6c 100644 --- a/src/modules/Regexp/glue.c +++ b/src/modules/Regexp/glue.c @@ -1,10 +1,9 @@ -/*\ -||| 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: glue.c,v 1.30 2002/10/08 23:31:26 nilsson Exp $ -\*/ -/**/ +/* +|| 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: glue.c,v 1.31 2002/10/11 01:39:48 nilsson Exp $ +*/ #include "global.h" @@ -22,7 +21,7 @@ #include "module_support.h" #include "builtin_functions.h" -RCSID("$Id: glue.c,v 1.30 2002/10/08 23:31:26 nilsson Exp $"); +RCSID("$Id: glue.c,v 1.31 2002/10/11 01:39:48 nilsson Exp $"); #ifdef USE_SYSTEM_REGEXP #include <regexp.h> diff --git a/src/modules/Regexp/pike_regexp.c b/src/modules/Regexp/pike_regexp.c index 8b4313f8c2f439e51fa82c93d862f0136a8b6253..cae9a538f2f0536524a5227469441f1ea729e153 100644 --- a/src/modules/Regexp/pike_regexp.c +++ b/src/modules/Regexp/pike_regexp.c @@ -1,9 +1,9 @@ -/*\ -||| 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_regexp.c,v 1.21 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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_regexp.c,v 1.22 2002/10/11 01:39:48 nilsson Exp $ +*/ /* * regexp.c - regular expression matching @@ -1350,4 +1350,3 @@ char *pike_regsub(regexp *prog, char *source, char *dest, int n) *dst = '\0'; return dst; } - diff --git a/src/modules/Regexp/pike_regexp.h b/src/modules/Regexp/pike_regexp.h index a20ebeaafaa591e72d9bb0c849f5b432805f308a..cb4e4fce381352514907c03523c5f9102ad78ae2 100644 --- a/src/modules/Regexp/pike_regexp.h +++ b/src/modules/Regexp/pike_regexp.h @@ -1,10 +1,9 @@ -/*\ -||| 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_regexp.h,v 1.8 2002/10/08 23:31:26 nilsson Exp $ -\*/ -/**/ +/* +|| 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_regexp.h,v 1.9 2002/10/11 01:39:49 nilsson Exp $ +*/ #ifndef REGEXP_H #define REGEXP_H diff --git a/src/modules/SANE/acconfig.h b/src/modules/SANE/acconfig.h index 8a302bb0d6576bf9ad4dbe72d1974cf3f8de519d..037db21a3df0d95886b568082620b526741c4492 100644 --- a/src/modules/SANE/acconfig.h +++ b/src/modules/SANE/acconfig.h @@ -1,6 +1,8 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:49 nilsson Exp $ +*/ + + diff --git a/src/modules/SANE/sane.c b/src/modules/SANE/sane.c index 5ceac27a29e48bd97c4a9bd3c8aa44d17dba40e9..b6dbfd9159f65916baa60e193a5ce11b4f4db2b2 100644 --- a/src/modules/SANE/sane.c +++ b/src/modules/SANE/sane.c @@ -1,9 +1,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: sane.c,v 1.13 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: sane.c,v 1.14 2002/10/11 01:39:49 nilsson Exp $ +*/ + #include "config.h" #if defined(HAVE_SANE_SANE_H) || defined(HAVE_SANE_H) @@ -40,7 +41,7 @@ #define sp Pike_sp -RCSID("$Id: sane.c,v 1.13 2002/10/08 20:22:36 nilsson Exp $"); +RCSID("$Id: sane.c,v 1.14 2002/10/11 01:39:49 nilsson Exp $"); /*! @module SANE *! diff --git a/src/modules/Ssleay/acconfig.h b/src/modules/Ssleay/acconfig.h index 7ed0fa2f34f4e11b66d152e02551c6995c542461..d386344d6ef0a2417f7ac97b508ea285a8f3d9f8 100644 --- a/src/modules/Ssleay/acconfig.h +++ b/src/modules/Ssleay/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.3 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.4 2002/10/11 01:39:49 nilsson Exp $ +*/ /* Define if you have SSLeay */ #undef HAVE_SSLEAY diff --git a/src/modules/Ssleay/ssleay.c b/src/modules/Ssleay/ssleay.c index 3e0912c20b4780dd3a6d58f0be3fddcb0a864936..f9830dd54c1341e60837c387310b64478dc73c36 100644 --- a/src/modules/Ssleay/ssleay.c +++ b/src/modules/Ssleay/ssleay.c @@ -1,15 +1,15 @@ -/*\ -||| 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: ssleay.c,v 1.18 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: ssleay.c,v 1.19 2002/10/11 01:39:49 nilsson Exp $ +*/ #include "global.h" #include "config.h" -RCSID("$Id: ssleay.c,v 1.18 2002/10/08 20:22:36 nilsson Exp $"); +RCSID("$Id: ssleay.c,v 1.19 2002/10/11 01:39:49 nilsson Exp $"); #include "interpret.h" #include "svalue.h" #include "stralloc.h" @@ -336,5 +336,3 @@ void pike_module_init(void) add_program_constant("connection",ssleay_connection_program, 0); #endif /* HAVE_SSLEAY */ } - - diff --git a/src/modules/Yp/acconfig.h b/src/modules/Yp/acconfig.h index 811bb10877a806556dba7086ba701050f25c0726..40da74d7d2fbc5f0a8fdb03d2dba076b0cd04b02 100644 --- a/src/modules/Yp/acconfig.h +++ b/src/modules/Yp/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.4 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.5 2002/10/11 01:39:49 nilsson Exp $ +*/ #ifndef YP_MACHINE_H #define YP_MACHINE_H diff --git a/src/modules/Yp/yp.c b/src/modules/Yp/yp.c index 43268c1a739cddb30efabc4a2f4c68c360ae2225..10fe75c29bc4062c84682deaf4ee924ebe79d67b 100644 --- a/src/modules/Yp/yp.c +++ b/src/modules/Yp/yp.c @@ -1,9 +1,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: yp.c,v 1.26 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: yp.c,v 1.27 2002/10/11 01:39:49 nilsson Exp $ +*/ + #include "global.h" #include "config.h" @@ -39,7 +40,7 @@ #define sp Pike_sp -RCSID("$Id: yp.c,v 1.26 2002/10/08 20:22:36 nilsson Exp $"); +RCSID("$Id: yp.c,v 1.27 2002/10/11 01:39:49 nilsson Exp $"); #ifdef HAVE_YPERR_STRING #define YPERROR(fun,err) do{ if(err) Pike_error("yp->%s(): %s\n", (fun), \ diff --git a/src/modules/_Charset/acconfig.h b/src/modules/_Charset/acconfig.h index 8a302bb0d6576bf9ad4dbe72d1974cf3f8de519d..037db21a3df0d95886b568082620b526741c4492 100644 --- a/src/modules/_Charset/acconfig.h +++ b/src/modules/_Charset/acconfig.h @@ -1,6 +1,8 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:49 nilsson Exp $ +*/ + + diff --git a/src/modules/_Charset/charsetmod.c b/src/modules/_Charset/charsetmod.c index 685a63dfd8dbedf14ca008a97d06cc1acfd8ebc9..e68c32153b68e782af2a690ae6bd757932de8e9d 100644 --- a/src/modules/_Charset/charsetmod.c +++ b/src/modules/_Charset/charsetmod.c @@ -1,15 +1,16 @@ -/*\ -||| 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: charsetmod.c,v 1.37 2002/10/08 20:22:36 nilsson Exp $ -\*/ +/* +|| 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: charsetmod.c,v 1.38 2002/10/11 01:39:49 nilsson Exp $ +*/ + #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ #include "global.h" -RCSID("$Id: charsetmod.c,v 1.37 2002/10/08 20:22:36 nilsson Exp $"); +RCSID("$Id: charsetmod.c,v 1.38 2002/10/11 01:39:49 nilsson Exp $"); #include "program.h" #include "interpret.h" #include "stralloc.h" diff --git a/src/modules/_Charset/iso2022.c b/src/modules/_Charset/iso2022.c index 5bee1ad26f125e0915be4b7f002400fc0b44b1f4..9a9de9e96b605a80fff68437323bf6661b2acfac 100644 --- a/src/modules/_Charset/iso2022.c +++ b/src/modules/_Charset/iso2022.c @@ -1,15 +1,16 @@ -/*\ -||| 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: iso2022.c,v 1.24 2002/10/08 20:22:37 nilsson Exp $ -\*/ +/* +|| 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: iso2022.c,v 1.25 2002/10/11 01:39:49 nilsson Exp $ +*/ + #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ #include "global.h" -RCSID("$Id: iso2022.c,v 1.24 2002/10/08 20:22:37 nilsson Exp $"); +RCSID("$Id: iso2022.c,v 1.25 2002/10/11 01:39:49 nilsson Exp $"); #include "program.h" #include "interpret.h" #include "stralloc.h" diff --git a/src/modules/_Charset/iso2022.h b/src/modules/_Charset/iso2022.h index a45d7a005faa5f9fabc457dbb4afe2b6f88651c8..7a6a4ae856dfcbda98d63fec863db54afafc339d 100644 --- a/src/modules/_Charset/iso2022.h +++ b/src/modules/_Charset/iso2022.h @@ -1,9 +1,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: iso2022.h,v 1.4 2002/10/08 20:22:37 nilsson Exp $ -\*/ +/* +|| 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: iso2022.h,v 1.5 2002/10/11 01:39:49 nilsson Exp $ +*/ + #include "global.h" #include "stralloc.h" diff --git a/src/modules/_Charset/misc.c b/src/modules/_Charset/misc.c index d6d176b2c1e8a5fe3e586181f67d08273fe2b75b..3daace4af86c1b1c3f111f0a67aa2400a8377344 100644 --- a/src/modules/_Charset/misc.c +++ b/src/modules/_Charset/misc.c @@ -1,9 +1,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: misc.c,v 1.11 2002/10/08 20:22:37 nilsson Exp $ -\*/ +/* +|| 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: misc.c,v 1.12 2002/10/11 01:39:49 nilsson Exp $ +*/ + #include "global.h" const p_wchar1 map_DEC_MCS[] = { diff --git a/src/modules/_Charset/tables.c b/src/modules/_Charset/tables.c index 77129490b513361cc87af20522ddda06d58d4e87..57c35cc17f30103c8e01dded55911c3a4d8f6ed9 100644 --- a/src/modules/_Charset/tables.c +++ b/src/modules/_Charset/tables.c @@ -1,9 +1,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: tables.c,v 1.12 2002/10/08 20:22:37 nilsson Exp $ -\*/ +/* +|| 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: tables.c,v 1.13 2002/10/11 01:39:49 nilsson Exp $ +*/ + #include "iso2022.h" /* Updates can be found at http://www.itscj.ipsj.or.jp/ISO-IR/ */ diff --git a/src/modules/_Crypto/acconfig.h b/src/modules/_Crypto/acconfig.h index cdaf3f762dd20187831947821b362730adf5640b..642008cc871587d7f9cd6c19ef204822911668b6 100644 --- a/src/modules/_Crypto/acconfig.h +++ b/src/modules/_Crypto/acconfig.h @@ -1,6 +1,8 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:50 nilsson Exp $ +*/ + + diff --git a/src/modules/_Crypto/arcfour.c b/src/modules/_Crypto/arcfour.c index e19e48516f7c6f5fb7b521c671dbbd1bd9631c84..6ba42b5d60a27d470c43fadb0710dc3ed8b744ec 100644 --- a/src/modules/_Crypto/arcfour.c +++ b/src/modules/_Crypto/arcfour.c @@ -1,9 +1,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: arcfour.c,v 1.18 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: arcfour.c,v 1.19 2002/10/11 01:39:50 nilsson Exp $ +*/ + /* arcfour.c * * Written by Niels M�ller @@ -27,7 +28,7 @@ #define sp Pike_sp -RCSID("$Id: arcfour.c,v 1.18 2002/10/08 20:22:38 nilsson Exp $"); +RCSID("$Id: arcfour.c,v 1.19 2002/10/11 01:39:50 nilsson Exp $"); #undef THIS #define THIS ((struct arcfour_ctx *)(Pike_fp->current_storage)) diff --git a/src/modules/_Crypto/cast.c b/src/modules/_Crypto/cast.c index 58ca84672a0e6a507504003546eb1c1115bcfbfd..253b6d78588b481a367b0424fc47510454c4d272 100644 --- a/src/modules/_Crypto/cast.c +++ b/src/modules/_Crypto/cast.c @@ -1,9 +1,9 @@ -/*\ -||| 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: cast.c,v 1.12 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: cast.c,v 1.13 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * CAST crypto module for Pike diff --git a/src/modules/_Crypto/cbc.c b/src/modules/_Crypto/cbc.c index 5481c96bb4c97ca0456dfad14ea7bd4d04ccb7d3..2f9093d53acba63243d8fe4e6e819e77f9348bbd 100644 --- a/src/modules/_Crypto/cbc.c +++ b/src/modules/_Crypto/cbc.c @@ -1,9 +1,9 @@ -/*\ -||| 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: cbc.c,v 1.22 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: cbc.c,v 1.23 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * CBC (Cipher Block Chaining Mode) crypto module for Pike. @@ -416,4 +416,3 @@ void pike_cbc_init(void) void pike_cbc_exit(void) { } - diff --git a/src/modules/_Crypto/crypto.c b/src/modules/_Crypto/crypto.c index 733df6f3d0a3c5634fbe0d3aa990f963c974c594..3167a5db74bf172fe1225b209a799a712f9299c0 100644 --- a/src/modules/_Crypto/crypto.c +++ b/src/modules/_Crypto/crypto.c @@ -1,9 +1,9 @@ -/*\ -||| 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: crypto.c,v 1.50 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: crypto.c,v 1.51 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * A pike module for getting access to some common cryptos. diff --git a/src/modules/_Crypto/crypto.h b/src/modules/_Crypto/crypto.h index 594b1cf295d1049616f25cf013192e79bb0877f6..cd360ac24900e60f29bdfc48c4bb710d2fc07112 100644 --- a/src/modules/_Crypto/crypto.h +++ b/src/modules/_Crypto/crypto.h @@ -1,9 +1,9 @@ -/*\ -||| 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: crypto.h,v 1.9 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: crypto.h,v 1.10 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * Prototypes for some functions. diff --git a/src/modules/_Crypto/des.c b/src/modules/_Crypto/des.c index ac0436dc8f4064eed3272a3e69e84d3c61e8d8ed..f02ed34c10a8fc2ebc501be612f774167ab1189d 100644 --- a/src/modules/_Crypto/des.c +++ b/src/modules/_Crypto/des.c @@ -1,9 +1,9 @@ -/*\ -||| 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: des.c,v 1.25 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: des.c,v 1.26 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * A pike module for getting access to some common cryptos. diff --git a/src/modules/_Crypto/idea.c b/src/modules/_Crypto/idea.c index e6c10d4f120218542eb0b2e93cbad95f9a38b7fe..0c661ae9838f26a5ef9ca28440ff254f82db41d2 100644 --- a/src/modules/_Crypto/idea.c +++ b/src/modules/_Crypto/idea.c @@ -1,9 +1,9 @@ -/*\ -||| 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: idea.c,v 1.19 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: idea.c,v 1.20 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * IDEA crypto module for Pike diff --git a/src/modules/_Crypto/include/RCSID.h b/src/modules/_Crypto/include/RCSID.h index 5cc15ed5eb9a34f2cc09c185466e3c3be131d97e..af26dea226f1f69118c665b50f5684402ef2029e 100644 --- a/src/modules/_Crypto/include/RCSID.h +++ b/src/modules/_Crypto/include/RCSID.h @@ -1,10 +1,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: RCSID.h,v 1.7 2002/10/08 20:22:38 nilsson Exp $ -\*/ -/* $Id: RCSID.h,v 1.7 2002/10/08 20:22:38 nilsson Exp $ */ +/* +|| 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: RCSID.h,v 1.8 2002/10/11 01:39:51 nilsson Exp $ +*/ + +/* $Id: RCSID.h,v 1.8 2002/10/11 01:39:51 nilsson Exp $ */ #ifndef RCSID_H_INCLUDED #define RCSID_H_INCLUDED diff --git a/src/modules/_Crypto/include/arcfour.h b/src/modules/_Crypto/include/arcfour.h index d8cd8422770a132fbf32b30262b0b3659594826a..3602acde42334472dffd2f6c661ec79c78ba86d1 100644 --- a/src/modules/_Crypto/include/arcfour.h +++ b/src/modules/_Crypto/include/arcfour.h @@ -1,9 +1,9 @@ -/*\ -||| 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: arcfour.h,v 1.5 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: arcfour.h,v 1.6 2002/10/11 01:39:51 nilsson Exp $ +*/ #ifndef ARCFOUR_H_INCLUDED #define ARCFOUR_H_INCLUDED diff --git a/src/modules/_Crypto/include/cast.h b/src/modules/_Crypto/include/cast.h index be588e83c1b358654076372c3793634f6bfd66b2..e689feaca89af241c81240175046f462745d0d4c 100644 --- a/src/modules/_Crypto/include/cast.h +++ b/src/modules/_Crypto/include/cast.h @@ -1,9 +1,9 @@ -/*\ -||| 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: cast.h,v 1.3 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: cast.h,v 1.4 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * CAST-128 in C @@ -38,4 +38,3 @@ void cast_decrypt(struct cast_key *key, unsigned INT8 *inblock, unsigned INT8* outblock); #endif /* ifndef _CAST_H_INCLUDED */ - diff --git a/src/modules/_Crypto/include/crypto_types.h b/src/modules/_Crypto/include/crypto_types.h index 11d020eef8c5aff583740f6b6dc29995a5e3d6d7..aca86f04f359bd0cd0e741a802a1fb7c8b21add4 100644 --- a/src/modules/_Crypto/include/crypto_types.h +++ b/src/modules/_Crypto/include/crypto_types.h @@ -1,9 +1,9 @@ -/*\ -||| 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: crypto_types.h,v 1.8 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: crypto_types.h,v 1.9 2002/10/11 01:39:51 nilsson Exp $ +*/ /* Defines the types INT32 and INT8 */ diff --git a/src/modules/_Crypto/include/des.h b/src/modules/_Crypto/include/des.h index 6ab545fd3cc9f6b85680c861586bfc6be873b0fc..e0bdb66b4fb5cc369fd5559ccd0f7bcf539e9001 100644 --- a/src/modules/_Crypto/include/des.h +++ b/src/modules/_Crypto/include/des.h @@ -1,9 +1,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: des.h,v 1.5 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: des.h,v 1.6 2002/10/11 01:39:51 nilsson Exp $ +*/ + /* * des - fast & portable DES encryption & decryption. * Copyright (C) 1992 Dana L. How @@ -18,7 +19,7 @@ #include "crypto_types.h" #include "RCSID.h" -RCSID2(desCore_hRcs, "$Id: des.h,v 1.5 2002/10/08 20:22:38 nilsson Exp $"); +RCSID2(desCore_hRcs, "$Id: des.h,v 1.6 2002/10/11 01:39:51 nilsson Exp $"); #define DES_KEYSIZE 8 #define DES_BLOCKSIZE 8 diff --git a/src/modules/_Crypto/include/idea.h b/src/modules/_Crypto/include/idea.h index 11b9906e4aed95e4e34212cdc9954edbe41c1051..c6fc1f2a62b32d764e8a823aefdb80e809782d88 100644 --- a/src/modules/_Crypto/include/idea.h +++ b/src/modules/_Crypto/include/idea.h @@ -1,9 +1,9 @@ -/*\ -||| 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: idea.h,v 1.5 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: idea.h,v 1.6 2002/10/11 01:39:51 nilsson Exp $ +*/ #ifndef IDEA_H_INCLUDED #define IDEA_H_INCLUDED diff --git a/src/modules/_Crypto/include/md2.h b/src/modules/_Crypto/include/md2.h index a71f29f1e7e1bc6694763cafa42740e3ff442c6f..cd71eded12bb06f09719b6f63c5f34a40c251193 100644 --- a/src/modules/_Crypto/include/md2.h +++ b/src/modules/_Crypto/include/md2.h @@ -1,9 +1,9 @@ -/*\ -||| 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: md2.h,v 1.2 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: md2.h,v 1.3 2002/10/11 01:39:51 nilsson Exp $ +*/ #include "crypto_types.h" diff --git a/src/modules/_Crypto/include/md4.h b/src/modules/_Crypto/include/md4.h index d582fe91b29c511b579c4f9505f710387a0c5fc4..011c62044f1dbfae30ac5e504b38813b6501a014 100644 --- a/src/modules/_Crypto/include/md4.h +++ b/src/modules/_Crypto/include/md4.h @@ -1,9 +1,9 @@ -/*\ -||| 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: md4.h,v 1.2 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: md4.h,v 1.3 2002/10/11 01:39:51 nilsson Exp $ +*/ #include "crypto_types.h" diff --git a/src/modules/_Crypto/include/md5.h b/src/modules/_Crypto/include/md5.h index e70bbdd4618e725699766cedc4c6bbf1bd45e9cd..f08e7de2b8af291e36ebf0fab3df96706cf6f7c3 100644 --- a/src/modules/_Crypto/include/md5.h +++ b/src/modules/_Crypto/include/md5.h @@ -1,9 +1,9 @@ -/*\ -||| 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: md5.h,v 1.3 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: md5.h,v 1.4 2002/10/11 01:39:52 nilsson Exp $ +*/ #include "crypto_types.h" diff --git a/src/modules/_Crypto/include/rijndael.h b/src/modules/_Crypto/include/rijndael.h index da091641b331764911c4c2741b416f11fdc84db4..ed653df7b1990a8872f2b94fa7cabb0158979ca6 100644 --- a/src/modules/_Crypto/include/rijndael.h +++ b/src/modules/_Crypto/include/rijndael.h @@ -1,9 +1,9 @@ -/*\ -||| 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: rijndael.h,v 1.3 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: rijndael.h,v 1.4 2002/10/11 01:39:52 nilsson Exp $ +*/ /* * rijndael-alg-fst.h v2.3 April '2000 diff --git a/src/modules/_Crypto/include/sha.h b/src/modules/_Crypto/include/sha.h index 603153f024a62a63d3024d4c18bf6b9139e84228..1d7070a57040ef077f7c3cc0677d7e064ad80db5 100644 --- a/src/modules/_Crypto/include/sha.h +++ b/src/modules/_Crypto/include/sha.h @@ -1,9 +1,9 @@ -/*\ -||| 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: sha.h,v 1.5 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: sha.h,v 1.6 2002/10/11 01:39:52 nilsson Exp $ +*/ #include "crypto_types.h" diff --git a/src/modules/_Crypto/invert.c b/src/modules/_Crypto/invert.c index 4397475d9aa369c578d095841d85a59cec165b9b..baa73a850008d01beffbe4a84a7c5b1bb8f2c22e 100644 --- a/src/modules/_Crypto/invert.c +++ b/src/modules/_Crypto/invert.c @@ -1,9 +1,9 @@ -/*\ -||| 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: invert.c,v 1.14 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: invert.c,v 1.15 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * INVERT crypto module for Pike @@ -208,5 +208,3 @@ void pike_invert_init(void) void pike_invert_exit(void) { } - - diff --git a/src/modules/_Crypto/lib/arcfour.c b/src/modules/_Crypto/lib/arcfour.c index 32c79dd0314f39195cec11bd4d14b7dd9c01dc43..5d4fc70798dadaa00221f498d80b21b1a3979242 100644 --- a/src/modules/_Crypto/lib/arcfour.c +++ b/src/modules/_Crypto/lib/arcfour.c @@ -1,9 +1,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: arcfour.c,v 1.8 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: arcfour.c,v 1.9 2002/10/11 01:39:52 nilsson Exp $ +*/ + /* arcfour.c * */ @@ -12,7 +13,7 @@ #include <arcfour.h> #ifdef RCSID -RCSID("$Id: arcfour.c,v 1.8 2002/10/08 20:22:39 nilsson Exp $"); +RCSID("$Id: arcfour.c,v 1.9 2002/10/11 01:39:52 nilsson Exp $"); #endif #define SWAP(a,b) do { int _t = a; a = b; b = _t; } while(0) diff --git a/src/modules/_Crypto/lib/cast.c b/src/modules/_Crypto/lib/cast.c index 411967cebb8e0bf0b7e52b672ecdf18f49a0ad50..cec6adfd4b70b11ed04e56b3bc85ed8aa6bbc6c7 100644 --- a/src/modules/_Crypto/lib/cast.c +++ b/src/modules/_Crypto/lib/cast.c @@ -1,9 +1,9 @@ -/*\ -||| 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: cast.c,v 1.3 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: cast.c,v 1.4 2002/10/11 01:39:52 nilsson Exp $ +*/ /* * CAST-128 in C @@ -250,4 +250,3 @@ void cast_setkey(struct cast_key *key, u8 *rawkey, unsigned keybytes) } /* Made in Canada */ - diff --git a/src/modules/_Crypto/lib/cast_sboxes.h b/src/modules/_Crypto/lib/cast_sboxes.h index 5298a00193555a63d91889992ab9d9cdf36a6b4a..3363519214d85745089826a3552be71b9c70e67b 100644 --- a/src/modules/_Crypto/lib/cast_sboxes.h +++ b/src/modules/_Crypto/lib/cast_sboxes.h @@ -1,9 +1,9 @@ -/*\ -||| 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: cast_sboxes.h,v 1.3 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: cast_sboxes.h,v 1.4 2002/10/11 01:39:52 nilsson Exp $ +*/ /* * CAST-128 in C @@ -547,4 +547,3 @@ static const u32 cast_sbox8[256] = { 0x04F19130, 0xBA6E4EC0, 0x99265164, 0x1EE7230D, 0x50B2AD80, 0xEAEE6801, 0x8DB2A283, 0xEA8BF59E }; - diff --git a/src/modules/_Crypto/lib/crypt_md5.c b/src/modules/_Crypto/lib/crypt_md5.c index bc102af28531b75eb388ef9eb4c21811fe463d3f..0a5e1d442bebaf28b5a3954b2e74f3057566a82a 100644 --- a/src/modules/_Crypto/lib/crypt_md5.c +++ b/src/modules/_Crypto/lib/crypt_md5.c @@ -1,9 +1,9 @@ -/*\ -||| 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: crypt_md5.c,v 1.3 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: crypt_md5.c,v 1.4 2002/10/11 01:39:52 nilsson Exp $ +*/ /* * crypt-md5.c : Implementation of the MD5 password hash function diff --git a/src/modules/_Crypto/lib/desCode.h b/src/modules/_Crypto/lib/desCode.h index ebf478c21e7dce53ed770082d2214955995111b4..0d6774567acecca67738bea77dca51be727e6bd6 100644 --- a/src/modules/_Crypto/lib/desCode.h +++ b/src/modules/_Crypto/lib/desCode.h @@ -1,9 +1,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: desCode.h,v 1.3 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: desCode.h,v 1.4 2002/10/11 01:39:52 nilsson Exp $ +*/ + /* * des - fast & portable DES encryption & decryption. * Copyright (C) 1992 Dana L. How @@ -15,7 +16,7 @@ #include "des.h" #include "RCSID.h" -RCSID2(desCode_hRcs, "$Id: desCode.h,v 1.3 2002/10/08 20:22:39 nilsson Exp $"); +RCSID2(desCode_hRcs, "$Id: desCode.h,v 1.4 2002/10/11 01:39:52 nilsson Exp $"); extern unsigned INT32 des_keymap[], des_bigmap[]; diff --git a/src/modules/_Crypto/lib/desKerb.c b/src/modules/_Crypto/lib/desKerb.c index 6a928b9a00f516f5c706de9d18fcb4c872a5fe98..227df4fd47c620d86c6c13c92e4c3864abacff32 100644 --- a/src/modules/_Crypto/lib/desKerb.c +++ b/src/modules/_Crypto/lib/desKerb.c @@ -1,9 +1,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: desKerb.c,v 1.4 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: desKerb.c,v 1.5 2002/10/11 01:39:52 nilsson Exp $ +*/ + /* * des - fast & portable DES encryption & decryption. * Copyright (C) 1992 Dana L. How @@ -13,7 +14,7 @@ #include "des.h" #include "RCSID.h" -RCSID2(desKerb_cRcs, "$Id: desKerb.c,v 1.4 2002/10/08 20:22:39 nilsson Exp $"); +RCSID2(desKerb_cRcs, "$Id: desKerb.c,v 1.5 2002/10/11 01:39:52 nilsson Exp $"); /* permit the default style of des functions to be changed */ diff --git a/src/modules/_Crypto/lib/desQuick.c b/src/modules/_Crypto/lib/desQuick.c index 5352ede3954af14d258c7aa48ba72a433750fe56..6afc5b4e335fd5469655a03e4fc99619fb0a7712 100644 --- a/src/modules/_Crypto/lib/desQuick.c +++ b/src/modules/_Crypto/lib/desQuick.c @@ -1,9 +1,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: desQuick.c,v 1.5 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: desQuick.c,v 1.6 2002/10/11 01:39:52 nilsson Exp $ +*/ + /* * des - fast & portable DES encryption & decryption. * Copyright (C) 1992 Dana L. How @@ -15,7 +16,7 @@ #include "des.h" #include "RCSID.h" -RCSID2(desQuick_cRcs, "$Id: desQuick.c,v 1.5 2002/10/08 20:22:39 nilsson Exp $"); +RCSID2(desQuick_cRcs, "$Id: desQuick.c,v 1.6 2002/10/11 01:39:52 nilsson Exp $"); extern unsigned INT32 des_keymap[]; diff --git a/src/modules/_Crypto/lib/desTest.c b/src/modules/_Crypto/lib/desTest.c index 89338c3a849bf9300722432d34566f7cd6715c5c..232979302e86f0a04c15b5a5f0fab752eddeec8d 100644 --- a/src/modules/_Crypto/lib/desTest.c +++ b/src/modules/_Crypto/lib/desTest.c @@ -1,9 +1,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: desTest.c,v 1.4 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: desTest.c,v 1.5 2002/10/11 01:39:52 nilsson Exp $ +*/ + /* * des - fast & portable DES encryption & decryption. * Copyright (C) 1992 Dana L. How @@ -13,7 +14,7 @@ */ #ifndef lint -static char desTest_cRcs[] = "$Id: desTest.c,v 1.4 2002/10/08 20:22:39 nilsson Exp $"; +static char desTest_cRcs[] = "$Id: desTest.c,v 1.5 2002/10/11 01:39:52 nilsson Exp $"; #endif #include "des.h" diff --git a/src/modules/_Crypto/lib/desUtil.c b/src/modules/_Crypto/lib/desUtil.c index d72126132af2e1949c4d6b812260c5edba14c5d4..370c14e64c4109061b2251638eb296fd4d8417d4 100644 --- a/src/modules/_Crypto/lib/desUtil.c +++ b/src/modules/_Crypto/lib/desUtil.c @@ -1,9 +1,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: desUtil.c,v 1.3 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: desUtil.c,v 1.4 2002/10/11 01:39:52 nilsson Exp $ +*/ + /* * des - fast & portable DES encryption & decryption. * Copyright (C) 1992 Dana L. How @@ -13,7 +14,7 @@ #include "desCode.h" #include "RCSID.h" -RCSID2(desUtil_cRcs, "$Id: desUtil.c,v 1.3 2002/10/08 20:22:39 nilsson Exp $"); +RCSID2(desUtil_cRcs, "$Id: desUtil.c,v 1.4 2002/10/11 01:39:52 nilsson Exp $"); /* various tables */ diff --git a/src/modules/_Crypto/lib/desdata.c b/src/modules/_Crypto/lib/desdata.c index dd2c8a693d32fb4b31f2a9ff5814b6decc04c795..597fe45c7ee2976e80a3da0784466236638da544 100644 --- a/src/modules/_Crypto/lib/desdata.c +++ b/src/modules/_Crypto/lib/desdata.c @@ -1,9 +1,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: desdata.c,v 1.6 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: desdata.c,v 1.7 2002/10/11 01:39:52 nilsson Exp $ +*/ + /* * des - fast & portable DES encryption & decryption. * Copyright (C) 1992 Dana L. How @@ -19,7 +20,7 @@ #include "desCode.h" #include "RCSID.h" -RCSID2(desdata_cRcs, "$Id: desdata.c,v 1.6 2002/10/08 20:22:39 nilsson Exp $"); +RCSID2(desdata_cRcs, "$Id: desdata.c,v 1.7 2002/10/11 01:39:52 nilsson Exp $"); /* list of weak and semi-weak keys diff --git a/src/modules/_Crypto/lib/desinfo.h b/src/modules/_Crypto/lib/desinfo.h index 92b201891273e76012df4f96929710f027b7f476..e164264d7438f96f8dc47ebac4cb90f3f1060464 100644 --- a/src/modules/_Crypto/lib/desinfo.h +++ b/src/modules/_Crypto/lib/desinfo.h @@ -1,9 +1,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: desinfo.h,v 1.4 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: desinfo.h,v 1.5 2002/10/11 01:39:52 nilsson Exp $ +*/ + /* * des - fast & portable DES encryption & decryption. * Copyright (C) 1992 Dana L. How @@ -14,7 +15,7 @@ */ #include "RCSID.h" -RCSID2(desinfo_hRcs, "$Id: desinfo.h,v 1.4 2002/10/08 20:22:39 nilsson Exp $"); +RCSID2(desinfo_hRcs, "$Id: desinfo.h,v 1.5 2002/10/11 01:39:52 nilsson Exp $"); /* the initial permutation, E selection, and final permutation are hardwired */ diff --git a/src/modules/_Crypto/lib/idea.c b/src/modules/_Crypto/lib/idea.c index c64cd2dc5d2f77d3629963a986722ca1d8ca1a04..a794c4e121cd85d73ebe5b6c70a29383f2a72f63 100644 --- a/src/modules/_Crypto/lib/idea.c +++ b/src/modules/_Crypto/lib/idea.c @@ -1,9 +1,9 @@ -/*\ -||| 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: idea.c,v 1.7 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: idea.c,v 1.8 2002/10/11 01:39:52 nilsson Exp $ +*/ /* The basic IDEA transformation * @@ -267,5 +267,3 @@ idea_crypt(const unsigned INT16 *key, } /* idea_crypt */ /*-------------------------------------------------------------*/ - - diff --git a/src/modules/_Crypto/lib/md2.c b/src/modules/_Crypto/lib/md2.c index d03c05ce12c7652ef10b295845db427f09c11681..b29a1269091cc834a310877430604ddab2a0a154 100644 --- a/src/modules/_Crypto/lib/md2.c +++ b/src/modules/_Crypto/lib/md2.c @@ -1,9 +1,9 @@ -/*\ -||| 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: md2.c,v 1.4 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: md2.c,v 1.5 2002/10/11 01:39:52 nilsson Exp $ +*/ /* * md2.c : MD2 hash algorithm. diff --git a/src/modules/_Crypto/lib/md4.c b/src/modules/_Crypto/lib/md4.c index dd3335d58057af1d9d2c88e217fcadf63d68d8d8..783038598d81e72426ae159c68ab86a2d41ad797 100644 --- a/src/modules/_Crypto/lib/md4.c +++ b/src/modules/_Crypto/lib/md4.c @@ -1,9 +1,9 @@ -/*\ -||| 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: md4.c,v 1.2 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: md4.c,v 1.3 2002/10/11 01:39:52 nilsson Exp $ +*/ /* * md4.c : Implementation of the MD4 hash function diff --git a/src/modules/_Crypto/lib/md5.c b/src/modules/_Crypto/lib/md5.c index 0b25dba552078f970e2a37593e8891cb4ec58d5b..1ac3ce5f466f5f042f7f4d932e99f645196c55b6 100644 --- a/src/modules/_Crypto/lib/md5.c +++ b/src/modules/_Crypto/lib/md5.c @@ -1,9 +1,9 @@ -/*\ -||| 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: md5.c,v 1.4 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: md5.c,v 1.5 2002/10/11 01:39:52 nilsson Exp $ +*/ /* * md5.c : Implementation of the MD5 hash function diff --git a/src/modules/_Crypto/lib/rijndael.c b/src/modules/_Crypto/lib/rijndael.c index 7b72da91ef75dc058426bbfa262ccb9743e8c718..92cf422fdccfa08c15d7687fdccef7e4a121f0b0 100644 --- a/src/modules/_Crypto/lib/rijndael.c +++ b/src/modules/_Crypto/lib/rijndael.c @@ -1,9 +1,9 @@ -/*\ -||| 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: rijndael.c,v 1.2 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: rijndael.c,v 1.3 2002/10/11 01:39:52 nilsson Exp $ +*/ /* * rijndael-alg-fst.c v2.3 April '2000 diff --git a/src/modules/_Crypto/lib/sha.c b/src/modules/_Crypto/lib/sha.c index 44a42b63f5390bc9480383b99b1d926915762a24..cdbf5c5404a7a7066368f60fb1b66013276bfaf1 100644 --- a/src/modules/_Crypto/lib/sha.c +++ b/src/modules/_Crypto/lib/sha.c @@ -1,9 +1,9 @@ -/*\ -||| 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: sha.c,v 1.8 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: sha.c,v 1.9 2002/10/11 01:39:52 nilsson Exp $ +*/ /* sha.c - Implementation of the Secure Hash Algorithm * diff --git a/src/modules/_Crypto/md2.c b/src/modules/_Crypto/md2.c index 5c251bef9ab31cd1d7cd2cd6364984eb156bbff3..c9eef53f6e6c804921e7621b24e0508cb2a91ede 100644 --- a/src/modules/_Crypto/md2.c +++ b/src/modules/_Crypto/md2.c @@ -1,9 +1,9 @@ -/*\ -||| 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: md2.c,v 1.14 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: md2.c,v 1.15 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * A pike module for MD2 hashing. diff --git a/src/modules/_Crypto/md4.c b/src/modules/_Crypto/md4.c index 12eb666e5d1daa27dd39118ceff4527eb7ae0105..9717fb4247bdb721e9abbe134654200970e50502 100644 --- a/src/modules/_Crypto/md4.c +++ b/src/modules/_Crypto/md4.c @@ -1,9 +1,9 @@ -/*\ -||| 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: md4.c,v 1.3 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: md4.c,v 1.4 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * Marcus Comstedt 2002-02-26 diff --git a/src/modules/_Crypto/md5.c b/src/modules/_Crypto/md5.c index 7ad5a87f0bbf28dd31efe7833922e3b2a85b7a04..4b9592c97f9d7e0016e24dd30c83c71380d999d4 100644 --- a/src/modules/_Crypto/md5.c +++ b/src/modules/_Crypto/md5.c @@ -1,9 +1,9 @@ -/*\ -||| 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: md5.c,v 1.19 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: md5.c,v 1.20 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * A pike module for getting access to some common cryptos. diff --git a/src/modules/_Crypto/nt.c b/src/modules/_Crypto/nt.c index ffe2faf0240bd97a7871e2b678557afd5681c83d..13eaff935c7b6745f3f1107cddb5e10cfb26be36 100644 --- a/src/modules/_Crypto/nt.c +++ b/src/modules/_Crypto/nt.c @@ -1,9 +1,9 @@ -/*\ -||| 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: nt.c,v 1.10 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: nt.c,v 1.11 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * NT crypto stuff for Pike diff --git a/src/modules/_Crypto/pipe.c b/src/modules/_Crypto/pipe.c index 1e9f072e84e826402fc68df2c7682367f711faeb..e811cd86feba86d415d67062353b0600d4104cc6 100644 --- a/src/modules/_Crypto/pipe.c +++ b/src/modules/_Crypto/pipe.c @@ -1,9 +1,9 @@ -/*\ -||| 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: pipe.c,v 1.23 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: pipe.c,v 1.24 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * PIPE crypto module for Pike. diff --git a/src/modules/_Crypto/rijndael.c b/src/modules/_Crypto/rijndael.c index 594f8e3cdb7f60bf16b689901d634541272dfe48..4b222b6ec221c3db60257fbd1a3b2530e5765c58 100644 --- a/src/modules/_Crypto/rijndael.c +++ b/src/modules/_Crypto/rijndael.c @@ -1,9 +1,9 @@ -/*\ -||| 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: rijndael.c,v 1.8 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: rijndael.c,v 1.9 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * A pike module for getting access to some common cryptos. diff --git a/src/modules/_Crypto/rsa.c b/src/modules/_Crypto/rsa.c index b8e8d73cbde6246b9ad4b8fc4c86285c41210451..fe14bbfcbe3f71de58b695eca1275c042ac1c845 100644 --- a/src/modules/_Crypto/rsa.c +++ b/src/modules/_Crypto/rsa.c @@ -1,9 +1,9 @@ -/*\ -||| 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: rsa.c,v 1.26 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: rsa.c,v 1.27 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * Glue to RSA BSAFE's RSA implementation. @@ -41,7 +41,7 @@ #define sp Pike_sp -RCSID("$Id: rsa.c,v 1.26 2002/10/08 20:22:38 nilsson Exp $"); +RCSID("$Id: rsa.c,v 1.27 2002/10/11 01:39:51 nilsson Exp $"); struct pike_rsa_data { diff --git a/src/modules/_Crypto/sha.c b/src/modules/_Crypto/sha.c index 39ee49882b1ebd5936a07da12f7df1f6f7a07633..334776e986705b3f44cdcc467bd0789f55a1939f 100644 --- a/src/modules/_Crypto/sha.c +++ b/src/modules/_Crypto/sha.c @@ -1,9 +1,9 @@ -/*\ -||| 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: sha.c,v 1.22 2002/10/08 20:22:38 nilsson Exp $ -\*/ +/* +|| 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: sha.c,v 1.23 2002/10/11 01:39:51 nilsson Exp $ +*/ /* * Written by Niels M�ller @@ -22,7 +22,7 @@ #include "module_support.h" #include "las.h" -RCSID("$Id: sha.c,v 1.22 2002/10/08 20:22:38 nilsson Exp $"); +RCSID("$Id: sha.c,v 1.23 2002/10/11 01:39:51 nilsson Exp $"); #include <sha.h> diff --git a/src/modules/_Ffmpeg/acconfig.h b/src/modules/_Ffmpeg/acconfig.h index 02d1ba8baceda27d0e720354ae905b09b18b1134..85336a9db5820524bce89413dc1388b4f4257880 100644 --- a/src/modules/_Ffmpeg/acconfig.h +++ b/src/modules/_Ffmpeg/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.4 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.5 2002/10/11 01:39:52 nilsson Exp $ +*/ /* * config file for Pike Ffmpeg glue module diff --git a/src/modules/_Ffmpeg/ffmpeg.c b/src/modules/_Ffmpeg/ffmpeg.c index d35565965503ab39408d479b889bead43bcbe367..e924ea23b93905d931f7dc72982689c07bbffb83 100644 --- a/src/modules/_Ffmpeg/ffmpeg.c +++ b/src/modules/_Ffmpeg/ffmpeg.c @@ -1,9 +1,9 @@ -/*\ -||| 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: ffmpeg.c,v 1.10 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: ffmpeg.c,v 1.11 2002/10/11 01:39:53 nilsson Exp $ +*/ /* * Pike C glue module for FFMpeg library diff --git a/src/modules/_Image_FreeType/acconfig.h b/src/modules/_Image_FreeType/acconfig.h index fdabcd13a7294b98790346f72a0d269cd9c722d1..a338b15f484540ba42cd6a32ff27e9be722ef4b7 100644 --- a/src/modules/_Image_FreeType/acconfig.h +++ b/src/modules/_Image_FreeType/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:53 nilsson Exp $ +*/ #undef HAVE_LIBFT2 @TOP@ diff --git a/src/modules/_Image_FreeType/freetype.c b/src/modules/_Image_FreeType/freetype.c index 70a904fcce035efd848ff6a7c68a0f0a4d15887e..48a3d339f6f0bcbe366a544d37819b2547291adc 100644 --- a/src/modules/_Image_FreeType/freetype.c +++ b/src/modules/_Image_FreeType/freetype.c @@ -1,12 +1,13 @@ -/*\ -||| 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: freetype.c,v 1.8 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: freetype.c,v 1.9 2002/10/11 01:39:53 nilsson Exp $ +*/ + #include "config.h" #include "global.h" -RCSID("$Id: freetype.c,v 1.8 2002/10/08 20:22:39 nilsson Exp $"); +RCSID("$Id: freetype.c,v 1.9 2002/10/11 01:39:53 nilsson Exp $"); #ifdef HAVE_LIBFT2 #include <freetype/freetype.h> diff --git a/src/modules/_Image_GIF/acconfig.h b/src/modules/_Image_GIF/acconfig.h index a57dd3484640a4aad2f38381631c7f9098ffaa44..83ad3605cb8700fb4d80f9e2e35741793a5db7ee 100644 --- a/src/modules/_Image_GIF/acconfig.h +++ b/src/modules/_Image_GIF/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:53 nilsson Exp $ +*/ #ifndef IMAGE_GIF_CONFIG_H #define IMAGE_GIF_CONFIG_H diff --git a/src/modules/_Image_GIF/gif_lzw.c b/src/modules/_Image_GIF/gif_lzw.c index 2842995ccbf6a3f8457cb9de0c99e04f779d5ca8..226b12dabd2109b4beaa6cb3cbade239252903b2 100644 --- a/src/modules/_Image_GIF/gif_lzw.c +++ b/src/modules/_Image_GIF/gif_lzw.c @@ -1,9 +1,9 @@ -/*\ -||| 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: gif_lzw.c,v 1.4 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: gif_lzw.c,v 1.5 2002/10/11 01:39:53 nilsson Exp $ +*/ /* **! module Image diff --git a/src/modules/_Image_GIF/gif_lzw.h b/src/modules/_Image_GIF/gif_lzw.h index caca81095a5e74d7705e481a148360c4fe1b3f01..fcec40411a27a3ba7eca7f3374724caa77dd2cb3 100644 --- a/src/modules/_Image_GIF/gif_lzw.h +++ b/src/modules/_Image_GIF/gif_lzw.h @@ -1,9 +1,9 @@ -/*\ -||| 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: gif_lzw.h,v 1.2 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: gif_lzw.h,v 1.3 2002/10/11 01:39:53 nilsson Exp $ +*/ /* **! module Image diff --git a/src/modules/_Image_GIF/image_gif.c b/src/modules/_Image_GIF/image_gif.c index 60fa0d43948a161c808f52b1b03d83c1f8c164e8..ae1e0d4de2cfdf3a8eee0d6a345107e877964c12 100644 --- a/src/modules/_Image_GIF/image_gif.c +++ b/src/modules/_Image_GIF/image_gif.c @@ -1,9 +1,9 @@ -/*\ -||| 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: image_gif.c,v 1.12 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: image_gif.c,v 1.13 2002/10/11 01:39:53 nilsson Exp $ +*/ /* **! module Image @@ -38,7 +38,7 @@ #include <ctype.h> #include "stralloc.h" -RCSID("$Id: image_gif.c,v 1.12 2002/10/08 20:22:39 nilsson Exp $"); +RCSID("$Id: image_gif.c,v 1.13 2002/10/11 01:39:53 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/modules/_Image_JPEG/acconfig.h b/src/modules/_Image_JPEG/acconfig.h index 4c4e34587764504d845ff7acdb30be0139bc89fd..23c9821bfe51f5b6788f4cc8caa622246a493603 100644 --- a/src/modules/_Image_JPEG/acconfig.h +++ b/src/modules/_Image_JPEG/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.6 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.7 2002/10/11 01:39:53 nilsson Exp $ +*/ #ifndef GMP_MACHINE_H #define GMP_MACHINE_H diff --git a/src/modules/_Image_JPEG/image_jpeg.c b/src/modules/_Image_JPEG/image_jpeg.c index 43a3c005a1edb268ec97306a74f4b27c830a460a..cfff2ec476d6b03f9a7b1ecce06a2b70e534c98b 100644 --- a/src/modules/_Image_JPEG/image_jpeg.c +++ b/src/modules/_Image_JPEG/image_jpeg.c @@ -1,9 +1,9 @@ -/*\ -||| 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: image_jpeg.c,v 1.56 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: image_jpeg.c,v 1.57 2002/10/11 01:39:53 nilsson Exp $ +*/ #include "global.h" @@ -42,7 +42,7 @@ #ifdef HAVE_STDLIB_H #undef HAVE_STDLIB_H #endif -RCSID("$Id: image_jpeg.c,v 1.56 2002/10/08 20:22:39 nilsson Exp $"); +RCSID("$Id: image_jpeg.c,v 1.57 2002/10/11 01:39:53 nilsson Exp $"); /* jpeglib defines EXTERN for some reason. * This is not good, since it confuses compilation.h. diff --git a/src/modules/_Image_JPEG/jinclude.h b/src/modules/_Image_JPEG/jinclude.h index 217aeef32bb0c05a1ed179a322cbc040b18b224c..586de5d6a233add7331f1b1e141b4623fda8d2b0 100644 --- a/src/modules/_Image_JPEG/jinclude.h +++ b/src/modules/_Image_JPEG/jinclude.h @@ -1,9 +1,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: jinclude.h,v 1.2 2002/10/08 20:22:39 nilsson Exp $ -\*/ +/* +|| 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: jinclude.h,v 1.3 2002/10/11 01:39:53 nilsson Exp $ +*/ + /* * jinclude.h * diff --git a/src/modules/_Image_JPEG/transupp.c b/src/modules/_Image_JPEG/transupp.c index 3b7891d5576db84d40a6778edd1d2988c4b3e59b..bcd85644c86a7e7de3b4bba20c21a7f8b11b1378 100644 --- a/src/modules/_Image_JPEG/transupp.c +++ b/src/modules/_Image_JPEG/transupp.c @@ -1,9 +1,9 @@ -/*\ -||| 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: transupp.c,v 1.9 2002/10/09 10:00:03 norrby Exp $ -\*/ +/* +|| 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: transupp.c,v 1.10 2002/10/11 01:39:53 nilsson Exp $ +*/ #include "global.h" diff --git a/src/modules/_Image_JPEG/transupp.h b/src/modules/_Image_JPEG/transupp.h index 6370cbb2d6a1c4428fc6027853f06c895a1b2f8c..26637e8356ff09c034da0e9620d3e2a1c37fb0eb 100644 --- a/src/modules/_Image_JPEG/transupp.h +++ b/src/modules/_Image_JPEG/transupp.h @@ -1,9 +1,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: transupp.h,v 1.5 2002/10/09 10:00:03 norrby Exp $ -\*/ +/* +|| 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: transupp.h,v 1.6 2002/10/11 01:39:53 nilsson Exp $ +*/ + /* * transupp.h * diff --git a/src/modules/_Image_TIFF/acconfig.h b/src/modules/_Image_TIFF/acconfig.h index d0cda57b0f7ef38e7863a0a1516022e248a09601..7225f48193492ec78cc767f8ca8dbe4128412651 100644 --- a/src/modules/_Image_TIFF/acconfig.h +++ b/src/modules/_Image_TIFF/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:40 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:53 nilsson Exp $ +*/ #ifndef GMP_MACHINE_H #define GMP_MACHINE_H diff --git a/src/modules/_Image_TIFF/image_tiff.c b/src/modules/_Image_TIFF/image_tiff.c index 272389151a254675b82cd386f8078e9891d5eed6..9aa66bf0d9eab0bb0800578eea85c94bcab04f73 100644 --- a/src/modules/_Image_TIFF/image_tiff.c +++ b/src/modules/_Image_TIFF/image_tiff.c @@ -1,9 +1,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: image_tiff.c,v 1.29 2002/10/08 20:22:40 nilsson Exp $ -\*/ +/* +|| 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: image_tiff.c,v 1.30 2002/10/11 01:39:53 nilsson Exp $ +*/ + #include "global.h" #include "config.h" /* @@ -13,7 +14,7 @@ */ #ifdef HAVE_LIBTIFF -RCSID("$Id: image_tiff.c,v 1.29 2002/10/08 20:22:40 nilsson Exp $"); +RCSID("$Id: image_tiff.c,v 1.30 2002/10/11 01:39:53 nilsson Exp $"); #include "global.h" #include "machine.h" diff --git a/src/modules/_Image_TTF/acconfig.h b/src/modules/_Image_TTF/acconfig.h index e62faffcf6dad5780abb3206fd7775ff43e5f3e7..6f9cf284eb91fe4132b9a48f0de8327ba60f49bd 100644 --- a/src/modules/_Image_TTF/acconfig.h +++ b/src/modules/_Image_TTF/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.4 2002/10/08 20:22:40 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.5 2002/10/11 01:39:54 nilsson Exp $ +*/ @TOP@ @BOTTOM@ @@ -13,5 +13,3 @@ /* Define this if TT_Horizontal_Header has the member Reserved0 */ #undef HAVE_TT_H_H_Reserved0 - - diff --git a/src/modules/_Image_TTF/image_ttf.c b/src/modules/_Image_TTF/image_ttf.c index f7d71c578f1a028bc018536ec19409b7f1addddb..06127b28b684d93768f33ecdb68550c3dbc0bfdb 100644 --- a/src/modules/_Image_TTF/image_ttf.c +++ b/src/modules/_Image_TTF/image_ttf.c @@ -1,14 +1,14 @@ -/*\ -||| 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: image_ttf.c,v 1.45 2002/10/08 20:22:40 nilsson Exp $ -\*/ +/* +|| 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: image_ttf.c,v 1.46 2002/10/11 01:39:54 nilsson Exp $ +*/ #include "config.h" #include "global.h" -RCSID("$Id: image_ttf.c,v 1.45 2002/10/08 20:22:40 nilsson Exp $"); +RCSID("$Id: image_ttf.c,v 1.46 2002/10/11 01:39:54 nilsson Exp $"); #ifdef HAVE_LIBTTF #if defined(HAVE_FREETYPE_FREETYPE_H) && defined(HAVE_FREETYPE_FTXKERN_H) diff --git a/src/modules/_Image_XFace/acconfig.h b/src/modules/_Image_XFace/acconfig.h index 643feb8ee141ef7f95c84b35b96013357c3a8b85..6df41e885dfa64272965187efc6178337a06299f 100644 --- a/src/modules/_Image_XFace/acconfig.h +++ b/src/modules/_Image_XFace/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.4 2002/10/08 20:22:40 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.5 2002/10/11 01:39:54 nilsson Exp $ +*/ @TOP@ @BOTTOM@ @@ -28,4 +28,3 @@ /* Define if you have the <gmp.h> header file. */ #undef HAVE_GMP_H - diff --git a/src/modules/_Image_XFace/image_xface.c b/src/modules/_Image_XFace/image_xface.c index a4d60cfd707104ebba0345f90252d878d70ff2a9..7ba17a5a99ebcf84f24de05e5fee6b120b119b06 100644 --- a/src/modules/_Image_XFace/image_xface.c +++ b/src/modules/_Image_XFace/image_xface.c @@ -1,11 +1,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: image_xface.c,v 1.16 2002/10/08 20:22:40 nilsson Exp $ -\*/ +/* +|| 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: image_xface.c,v 1.17 2002/10/11 01:39:54 nilsson Exp $ +*/ + #include "global.h" -RCSID("$Id: image_xface.c,v 1.16 2002/10/08 20:22:40 nilsson Exp $"); +RCSID("$Id: image_xface.c,v 1.17 2002/10/11 01:39:54 nilsson Exp $"); #include "config.h" diff --git a/src/modules/_Roxen/acconfig.h b/src/modules/_Roxen/acconfig.h index f8a97edc98b7a00c76632e698646e6917ebe6298..b9d9b4b459a2e478300a3d358ae60c9b8a5599c8 100644 --- a/src/modules/_Roxen/acconfig.h +++ b/src/modules/_Roxen/acconfig.h @@ -1,6 +1,8 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:40 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:54 nilsson Exp $ +*/ + + diff --git a/src/modules/_Roxen/roxen.c b/src/modules/_Roxen/roxen.c index 7fd67c6bbf599dc4087e9cc99f248e6ed3d7784b..8b199e75558f5d545b5d07996a2a35facf52207a 100644 --- a/src/modules/_Roxen/roxen.c +++ b/src/modules/_Roxen/roxen.c @@ -1,9 +1,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: roxen.c,v 1.28 2002/10/08 20:22:40 nilsson Exp $ -\*/ +/* +|| 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: roxen.c,v 1.29 2002/10/11 01:39:54 nilsson Exp $ +*/ + #define NO_PIKE_SHORTHAND #include "global.h" diff --git a/src/modules/_math/acconfig.h b/src/modules/_math/acconfig.h index 7da5236268d759fe39bfa96735b54411f30a5e5c..e02d5b92ab30017f94fe1610c2034983d89d9d08 100644 --- a/src/modules/_math/acconfig.h +++ b/src/modules/_math/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.3 2002/10/08 20:22:40 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.4 2002/10/11 01:39:54 nilsson Exp $ +*/ @TOP@ diff --git a/src/modules/_math/math.c b/src/modules/_math/math.c index f34bc709866d3140f9a3a8de3ae43f08796d8be4..6244bb0c3ac984c79a5a129b50cf888b212ab5ce 100644 --- a/src/modules/_math/math.c +++ b/src/modules/_math/math.c @@ -1,10 +1,9 @@ -/*\ -||| 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.49 2002/10/08 23:31:26 nilsson Exp $ -\*/ -/**/ +/* +|| 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.50 2002/10/11 01:39:54 nilsson Exp $ +*/ #include "global.h" #include "config.h" @@ -32,7 +31,7 @@ #define sp Pike_sp -RCSID("$Id: math.c,v 1.49 2002/10/08 23:31:26 nilsson Exp $"); +RCSID("$Id: math.c,v 1.50 2002/10/11 01:39:54 nilsson Exp $"); #ifndef M_PI #define M_PI 3.1415926535897932384626433832795080 diff --git a/src/modules/files/acconfig.h b/src/modules/files/acconfig.h index af7a2f942a00496e39413a66d7cd4b61d6107a95..9f5a1fd727f90097aff82d551f2469d587f619b3 100644 --- a/src/modules/files/acconfig.h +++ b/src/modules/files/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.17 2002/10/08 20:22:40 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.18 2002/10/11 01:39:54 nilsson Exp $ +*/ #ifndef FILE_MACHINE_H #define FILE_MACHINE_H @@ -78,4 +78,3 @@ #undef WITH_TERMIOS #endif - diff --git a/src/modules/files/datagram.c b/src/modules/files/datagram.c index a7f207fce98c5a43eeeb76838868f39f45cef21e..9f19177349f17da57ce992c11614f38348e1eaaf 100644 --- a/src/modules/files/datagram.c +++ b/src/modules/files/datagram.c @@ -1,14 +1,13 @@ -/*\ -||| 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.7 2002/10/08 23:31:26 nilsson Exp $ -\*/ -/**/ +/* +|| 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 $ +*/ #include "global.h" -RCSID("$Id: datagram.c,v 1.7 2002/10/08 23:31:26 nilsson Exp $"); +RCSID("$Id: datagram.c,v 1.8 2002/10/11 01:39:54 nilsson Exp $"); struct datagram { diff --git a/src/modules/files/efuns.c b/src/modules/files/efuns.c index 237b526b9755af6dbd6b65a98e1b95d94d42a77c..574a1748fef3e6311efd2ace42c2070c75aaf216 100644 --- a/src/modules/files/efuns.c +++ b/src/modules/files/efuns.c @@ -1,10 +1,9 @@ -/*\ -||| 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.115 2002/10/08 23:31:26 nilsson Exp $ -\*/ -/**/ +/* +|| 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.116 2002/10/11 01:39:54 nilsson Exp $ +*/ #include "global.h" #include "fdlib.h" @@ -27,7 +26,7 @@ #include "file_machine.h" #include "file.h" -RCSID("$Id: efuns.c,v 1.115 2002/10/08 23:31:26 nilsson Exp $"); +RCSID("$Id: efuns.c,v 1.116 2002/10/11 01:39:54 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 9418686b63d82020c779f3d041aa53a019d196a0..4056c22f600442466c7f22cf893d6eedc7dba859 100644 --- a/src/modules/files/file.c +++ b/src/modules/files/file.c @@ -1,14 +1,13 @@ -/*\ -||| 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.245 2002/10/08 23:31:26 nilsson Exp $ -\*/ -/**/ +/* +|| 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.246 2002/10/11 01:39:54 nilsson Exp $ +*/ #define NO_PIKE_SHORTHAND #include "global.h" -RCSID("$Id: file.c,v 1.245 2002/10/08 23:31:26 nilsson Exp $"); +RCSID("$Id: file.c,v 1.246 2002/10/11 01:39:54 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 1b38aa44df2e7cd5868889edaac6cc7c32616ad7..266c3f84a3a551bda6451fbf5b03b05c9613f46a 100644 --- a/src/modules/files/file.h +++ b/src/modules/files/file.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.22 2002/10/08 20:22:41 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.23 2002/10/11 01:39:54 nilsson Exp $ +*/ #ifndef FILE_H #define FILE_H diff --git a/src/modules/files/file_functions.h b/src/modules/files/file_functions.h index 0a2f17b14e403e234a80875a735b11da8bb75654..52ace859536f30f2c4044c46a82724799100c8e4 100644 --- a/src/modules/files/file_functions.h +++ b/src/modules/files/file_functions.h @@ -1,10 +1,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_functions.h,v 1.22 2002/10/08 20:22:41 nilsson Exp $ -\*/ - FILE_FUNC("open",file_open,"function(string,string,void|int:int)") +/* +|| 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_functions.h,v 1.23 2002/10/11 01:39:54 nilsson Exp $ +*/ + +FILE_FUNC("open",file_open,"function(string,string,void|int:int)") FILE_FUNC("close",file_close,"function(string|void:int)") FILE_FUNC("read",file_read,"function(int|void,int|void:string)") #ifndef __NT__ diff --git a/src/modules/files/sendfile.c b/src/modules/files/sendfile.c index 3af143ab8f921a87adcb7ed48a7e377cbae25bd1..43a720e7f33d851a2a7acf4a2fee3a0af0e83a05 100644 --- a/src/modules/files/sendfile.c +++ b/src/modules/files/sendfile.c @@ -1,9 +1,9 @@ -/*\ -||| 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: sendfile.c,v 1.58 2002/10/08 20:22:41 nilsson Exp $ -\*/ +/* +|| 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: sendfile.c,v 1.59 2002/10/11 01:39:54 nilsson Exp $ +*/ /* * Sends headers + from_fd[off..off+len-1] + trailers to to_fd asyncronously. diff --git a/src/modules/files/socket.c b/src/modules/files/socket.c index 82a3a7de62b43a5a876111045e1a036ff2618661..805eb6bf42e43b1d3ec144fcd78be8657eed74c4 100644 --- a/src/modules/files/socket.c +++ b/src/modules/files/socket.c @@ -1,10 +1,9 @@ -/*\ -||| 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.65 2002/10/08 23:31:26 nilsson Exp $ -\*/ -/**/ +/* +|| 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.66 2002/10/11 01:39:54 nilsson Exp $ +*/ #define NO_PIKE_SHORTHAND @@ -24,7 +23,7 @@ #include "file_machine.h" #include "file.h" -RCSID("$Id: socket.c,v 1.65 2002/10/08 23:31:26 nilsson Exp $"); +RCSID("$Id: socket.c,v 1.66 2002/10/11 01:39:54 nilsson Exp $"); #ifdef HAVE_SYS_TYPE_H #include <sys/types.h> diff --git a/src/modules/files/stat.c b/src/modules/files/stat.c index a7ab5caf6a7dc9915fe6912bc68ef921a12f5a4a..03871ebfb3027e5bd852ff66ff6bcd8f22d13b00 100644 --- a/src/modules/files/stat.c +++ b/src/modules/files/stat.c @@ -1,12 +1,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: stat.c,v 1.23 2002/10/08 20:22:41 nilsson Exp $ -\*/ +/* +|| 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.24 2002/10/11 01:39:55 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: stat.c,v 1.23 2002/10/08 20:22:41 nilsson Exp $"); +RCSID("$Id: stat.c,v 1.24 2002/10/11 01:39:55 nilsson 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 ecf31ec429fc50b4257c9f96952c95172a69a638..871876e451195e49a02b9e429d1b20f92a6c2909 100644 --- a/src/modules/files/termios.c +++ b/src/modules/files/termios.c @@ -1,11 +1,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: termios.c,v 1.17 2002/10/08 20:22:41 nilsson Exp $ -\*/ +/* +|| 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.18 2002/10/11 01:39:55 nilsson Exp $ +*/ + #include "global.h" -RCSID("$Id: termios.c,v 1.17 2002/10/08 20:22:41 nilsson Exp $"); +RCSID("$Id: termios.c,v 1.18 2002/10/11 01:39:55 nilsson Exp $"); #include "file_machine.h" #if defined(HAVE_TERMIOS_H) @@ -395,4 +396,4 @@ void file_tcsendbreak(INT32 args) /* end of termios stuff */ -#endif +#endif diff --git a/src/modules/files/termios_flags.h b/src/modules/files/termios_flags.h index b164aa6430d6554f8ed0dc672c5327e23f8b930c..6318857454013e8ea8594b762e12e560779dbef6 100644 --- a/src/modules/files/termios_flags.h +++ b/src/modules/files/termios_flags.h @@ -1,9 +1,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_flags.h,v 1.3 2002/10/08 20:22:41 nilsson Exp $ -\*/ +/* +|| 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_flags.h,v 1.4 2002/10/11 01:39:55 nilsson Exp $ +*/ + #ifdef TERMIOS_FLAG #ifdef IGNBRK diff --git a/src/modules/files/udp.c b/src/modules/files/udp.c index c7a299cc8071c2cb345cb4a59fceb9f6079874cc..19a518f490db240bc77fa43b91d19ed8abaf3d68 100644 --- a/src/modules/files/udp.c +++ b/src/modules/files/udp.c @@ -1,16 +1,16 @@ -/*\ -||| 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.38 2002/10/08 20:22:41 nilsson Exp $ -\*/ +/* +|| 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.39 2002/10/11 01:39:55 nilsson Exp $ +*/ #define NO_PIKE_SHORTHAND #include "global.h" #include "file_machine.h" -RCSID("$Id: udp.c,v 1.38 2002/10/08 20:22:41 nilsson Exp $"); +RCSID("$Id: udp.c,v 1.39 2002/10/11 01:39:55 nilsson Exp $"); #include "fdlib.h" #include "interpret.h" #include "svalue.h" diff --git a/src/modules/spider/acconfig.h b/src/modules/spider/acconfig.h index ab003e9a01badf9754e4d14b556cb5721e59c42d..c04bfbb9e29624c73e5c968b2c2aaa4e6898b5cc 100644 --- a/src/modules/spider/acconfig.h +++ b/src/modules/spider/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.4 2002/10/08 20:22:41 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.5 2002/10/11 01:39:55 nilsson Exp $ +*/ /* Define this if you have an integer timezone. */ #undef HAVE_INT_TIMEZONE diff --git a/src/modules/spider/defs.h b/src/modules/spider/defs.h index d4c833fae19dac9ebe214e0507bf8eb0c2a63875..1b61eb76af19ca9dc6c3f414dfd7c317a06c681c 100644 --- a/src/modules/spider/defs.h +++ b/src/modules/spider/defs.h @@ -1,9 +1,9 @@ -/*\ -||| 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: defs.h,v 1.5 2002/10/08 20:22:41 nilsson Exp $ -\*/ +/* +|| 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: defs.h,v 1.6 2002/10/11 01:39:55 nilsson Exp $ +*/ extern void f_discdate(INT32 argc); extern void f_stardate (INT32 args); diff --git a/src/modules/spider/discdate.c b/src/modules/spider/discdate.c index 43f25406c248033cc07b2c4ba1e6e3f64f675168..2b528557fc9d71e3da60ac0735af448ddac0ff8f 100644 --- a/src/modules/spider/discdate.c +++ b/src/modules/spider/discdate.c @@ -1,9 +1,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: discdate.c,v 1.12 2002/10/08 20:22:41 nilsson Exp $ -\*/ +/* +|| 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: discdate.c,v 1.13 2002/10/11 01:39:55 nilsson Exp $ +*/ + /* DiscDate.C .. converts boring normal dates to fun Discordian Date -><- written the 65th day of The Aftermath in the Year of Our Lady of Discord 3157 by Druel the Chaotic aka Jeremy Johnson aka @@ -32,7 +33,7 @@ /* This must be included last! */ #include "module_magic.h" -RCSID("$Id: discdate.c,v 1.12 2002/10/08 20:22:41 nilsson Exp $"); +RCSID("$Id: discdate.c,v 1.13 2002/10/11 01:39:55 nilsson Exp $"); struct disc_time { diff --git a/src/modules/spider/spider.c b/src/modules/spider/spider.c index c6ea2667143d52647fafb339c33d5ef0c9997b1f..873236bdc5e1e5329d186a6e9676333a126243b0 100644 --- a/src/modules/spider/spider.c +++ b/src/modules/spider/spider.c @@ -1,9 +1,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: spider.c,v 1.118 2002/10/08 20:22:41 nilsson Exp $ -\*/ +/* +|| 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: spider.c,v 1.119 2002/10/11 01:39:55 nilsson Exp $ +*/ + #include "global.h" #include "config.h" @@ -49,7 +50,7 @@ #include "threads.h" #include "operators.h" -RCSID("$Id: spider.c,v 1.118 2002/10/08 20:22:41 nilsson Exp $"); +RCSID("$Id: spider.c,v 1.119 2002/10/11 01:39:55 nilsson Exp $"); #ifdef HAVE_PWD_H #include <pwd.h> diff --git a/src/modules/spider/stardate.c b/src/modules/spider/stardate.c index 50c7cb43ec779dd4547d5dadd488ba34717b23a7..62755648e936798b62e3a06b463af8359f0451d3 100644 --- a/src/modules/spider/stardate.c +++ b/src/modules/spider/stardate.c @@ -1,9 +1,9 @@ -/*\ -||| 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: stardate.c,v 1.14 2002/10/08 20:22:42 nilsson Exp $ -\*/ +/* +|| 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: stardate.c,v 1.15 2002/10/11 01:39:55 nilsson Exp $ +*/ #include "global.h" @@ -20,7 +20,7 @@ #include "builtin_functions.h" #include "pike_error.h" -RCSID("$Id: stardate.c,v 1.14 2002/10/08 20:22:42 nilsson Exp $"); +RCSID("$Id: stardate.c,v 1.15 2002/10/11 01:39:55 nilsson Exp $"); #ifdef HAVE_SYS_TIME_H #include <sys/time.h> diff --git a/src/modules/spider/xml.c b/src/modules/spider/xml.c index 44a6eb3559dd7b37c12ca726617f07752005999f..05c7b4d8b088cbecbdb7805663618ed092969b93 100644 --- a/src/modules/spider/xml.c +++ b/src/modules/spider/xml.c @@ -1,9 +1,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: xml.c,v 1.53 2002/10/08 20:22:42 nilsson Exp $ -\*/ +/* +|| 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: xml.c,v 1.54 2002/10/11 01:39:55 nilsson Exp $ +*/ + #include "global.h" #ifdef HAVE_CONFIG_H diff --git a/src/modules/sprintf/acconfig.h b/src/modules/sprintf/acconfig.h index 02789f65cdcab1fe06535aa31d050861dea39a95..e7cf8a99d67d9d5af0c9d72d3229547a754431b2 100644 --- a/src/modules/sprintf/acconfig.h +++ b/src/modules/sprintf/acconfig.h @@ -1,6 +1,8 @@ -/*\ -||| 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: acconfig.h,v 1.4 2002/10/08 20:22:42 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.5 2002/10/11 01:39:55 nilsson Exp $ +*/ + + diff --git a/src/modules/sprintf/sprintf.c b/src/modules/sprintf/sprintf.c index fbee7833c580addca8f8fe6a79cbde857cbc7346..a2cb72007188b64fcf4116ce2d25a54c72046dfe 100644 --- a/src/modules/sprintf/sprintf.c +++ b/src/modules/sprintf/sprintf.c @@ -1,9 +1,9 @@ -/*\ -||| 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.96 2002/10/08 20:22:42 nilsson Exp $ -\*/ +/* +|| 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.97 2002/10/11 01:39:55 nilsson Exp $ +*/ /* TODO: use ONERROR to cleanup fsp */ @@ -286,7 +286,7 @@ *! @[lfun::_sprintf()] */ #include "global.h" -RCSID("$Id: sprintf.c,v 1.96 2002/10/08 20:22:42 nilsson Exp $"); +RCSID("$Id: sprintf.c,v 1.97 2002/10/11 01:39:55 nilsson Exp $"); #include "pike_error.h" #include "array.h" #include "svalue.h" diff --git a/src/modules/sybase/acconfig.h b/src/modules/sybase/acconfig.h index 4a723a01d4b72d4cd1dc437f39981a99175489eb..d6fe588bb4cce7ce57b4bbe9b564f2aa4bd85bc9 100644 --- a/src/modules/sybase/acconfig.h +++ b/src/modules/sybase/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.4 2002/10/08 20:22:42 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.5 2002/10/11 01:39:55 nilsson Exp $ +*/ /* * Config-file for the Pike sybase driver module diff --git a/src/modules/sybase/sybase.c b/src/modules/sybase/sybase.c index 4368ebfb9985ddbb36c77c6617aae03bb0c99c5c..7fa5fa927df9fb7c66cd49ad7ebfcdc0a516f4bc 100644 --- a/src/modules/sybase/sybase.c +++ b/src/modules/sybase/sybase.c @@ -1,9 +1,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: sybase.c,v 1.10 2002/10/08 20:22:42 nilsson Exp $ -\*/ +/* +|| 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: sybase.c,v 1.11 2002/10/11 01:39:55 nilsson Exp $ +*/ + /* * Sybase driver for the Pike programming language. * @@ -29,7 +30,7 @@ #include "sybase_config.h" #include "global.h" -RCSID("$Id: sybase.c,v 1.10 2002/10/08 20:22:42 nilsson Exp $"); +RCSID("$Id: sybase.c,v 1.11 2002/10/11 01:39:55 nilsson Exp $"); #ifdef HAVE_SYBASE diff --git a/src/modules/sybase/sybase.h b/src/modules/sybase/sybase.h index 3aeb75465aeb49c9628930ef0247de658840dcd5..553302b2172adac713ad3181e49bfeeb4e4a1cf1 100644 --- a/src/modules/sybase/sybase.h +++ b/src/modules/sybase/sybase.h @@ -1,9 +1,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: sybase.h,v 1.5 2002/10/08 20:22:42 nilsson Exp $ -\*/ +/* +|| 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: sybase.h,v 1.6 2002/10/11 01:39:55 nilsson Exp $ +*/ + /* * Sybase driver for the Pike programming language. * diff --git a/src/modules/system/acconfig.h b/src/modules/system/acconfig.h index 88c1b3fe6d3a86140de6680216e5a79745ec1e94..fe7908231ec9dc31862352d52accb3e0c8864e09 100644 --- a/src/modules/system/acconfig.h +++ b/src/modules/system/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.12 2002/10/08 20:22:42 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.13 2002/10/11 01:39:56 nilsson Exp $ +*/ /* * System dependant definitions for the system module for Pike diff --git a/src/modules/system/memory.c b/src/modules/system/memory.c index 669b73228fd2b0c2e94ecae421f10f1ecbe4daf5..e97a1649d5c8c848d7d394538611bea9978d3e3e 100644 --- a/src/modules/system/memory.c +++ b/src/modules/system/memory.c @@ -1,9 +1,9 @@ -/*\ -||| 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.16 2002/10/08 20:22:43 nilsson Exp $ -\*/ +/* +|| 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.17 2002/10/11 01:39:56 nilsson Exp $ +*/ /*! @module System */ @@ -19,7 +19,7 @@ *! Don't blame Pike if you shoot your foot off. */ #include "global.h" -RCSID("$Id: memory.c,v 1.16 2002/10/08 20:22:43 nilsson Exp $"); +RCSID("$Id: memory.c,v 1.17 2002/10/11 01:39:56 nilsson Exp $"); #include "system_machine.h" diff --git a/src/modules/system/nt.c b/src/modules/system/nt.c index 3d4fe3096c5f8e8773738044e1565b1ca6fd23d4..9785efb7fa35f454e92abe19a9002644f3cf8af3 100644 --- a/src/modules/system/nt.c +++ b/src/modules/system/nt.c @@ -1,9 +1,9 @@ -/*\ -||| 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: nt.c,v 1.52 2002/10/08 20:22:43 nilsson Exp $ -\*/ +/* +|| 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: nt.c,v 1.53 2002/10/11 01:39:56 nilsson Exp $ +*/ /* * NT system calls for Pike diff --git a/src/modules/system/passwords.c b/src/modules/system/passwords.c index ab80b6426a7c00e3034613719706b3cb100fe0b6..d603c78d1b664b80649f5e955ff5833fc76326f2 100644 --- a/src/modules/system/passwords.c +++ b/src/modules/system/passwords.c @@ -1,9 +1,9 @@ -/*\ -||| 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.37 2002/10/08 20:22:43 nilsson Exp $ -\*/ +/* +|| 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.38 2002/10/11 01:39:56 nilsson Exp $ +*/ /* * Password handling for Pike. @@ -27,7 +27,7 @@ #include "system_machine.h" #include "system.h" -RCSID("$Id: passwords.c,v 1.37 2002/10/08 20:22:43 nilsson Exp $"); +RCSID("$Id: passwords.c,v 1.38 2002/10/11 01:39:56 nilsson Exp $"); #include "module_support.h" #include "interpret.h" diff --git a/src/modules/system/syslog.c b/src/modules/system/syslog.c index cb6dd54c2be154154fda269eabed13d1358fc206..a6a958bd7bf9528b541005187976b644bce45d1e 100644 --- a/src/modules/system/syslog.c +++ b/src/modules/system/syslog.c @@ -1,9 +1,9 @@ -/*\ -||| 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.17 2002/10/08 20:22:43 nilsson Exp $ -\*/ +/* +|| 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.18 2002/10/11 01:39:56 nilsson Exp $ +*/ /* * Access to syslog from Pike. @@ -22,7 +22,7 @@ #ifdef HAVE_SYSLOG -RCSID("$Id: syslog.c,v 1.17 2002/10/08 20:22:43 nilsson Exp $"); +RCSID("$Id: syslog.c,v 1.18 2002/10/11 01:39:56 nilsson Exp $"); #include "interpret.h" #include "svalue.h" diff --git a/src/modules/system/system.c b/src/modules/system/system.c index 1d6ec076ffda17b974cb8111b88391e8ad471225..cec348d9be5432bcc7f9c18120f989ae13db0af6 100644 --- a/src/modules/system/system.c +++ b/src/modules/system/system.c @@ -1,9 +1,9 @@ -/*\ -||| 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.127 2002/10/08 20:22:43 nilsson Exp $ -\*/ +/* +|| 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.128 2002/10/11 01:39:56 nilsson Exp $ +*/ /* * System-call module for Pike @@ -20,7 +20,7 @@ #include "system_machine.h" #include "system.h" -RCSID("$Id: system.c,v 1.127 2002/10/08 20:22:43 nilsson Exp $"); +RCSID("$Id: system.c,v 1.128 2002/10/11 01:39:56 nilsson Exp $"); #ifdef HAVE_WINSOCK_H #include <winsock.h> #endif diff --git a/src/modules/system/system.h b/src/modules/system/system.h index e3ecf066e56e426c42bde3fad8f5d8922c2186fe..b446d62a119f022a447073d14390523d68950724 100644 --- a/src/modules/system/system.h +++ b/src/modules/system/system.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.7 2002/10/08 20:22:43 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.8 2002/10/11 01:39:57 nilsson Exp $ +*/ /* * Prototypes for the Pike system-module @@ -64,4 +64,3 @@ struct memory_storage #define MEM_FREE_SHMDEL 0x40 unsigned long flags; }; - diff --git a/src/multiset.h b/src/multiset.h index 936771d7a60382aaabfbea5125fc90027095e08d..9dc44367f4b5eb9c6673fb2e5098383031e2560c 100644 --- a/src/multiset.h +++ b/src/multiset.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.26 2002/10/08 20:22:23 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.27 2002/10/11 01:39:34 nilsson Exp $ +*/ #ifndef MULTISET_H #define MULTISET_H diff --git a/src/object.c b/src/object.c index b8110f3d7351af3d9f5478ee3be31343b21ed91b..d6ca663205871fb249ee4c6264bb920f6f55154e 100644 --- a/src/object.c +++ b/src/object.c @@ -1,13 +1,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: object.c,v 1.205 2002/10/08 23:31:24 nilsson Exp $ -\*/ -/**/ +/* +|| 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.206 2002/10/11 01:39:34 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: object.c,v 1.205 2002/10/08 23:31:24 nilsson Exp $"); +RCSID("$Id: object.c,v 1.206 2002/10/11 01:39:34 nilsson Exp $"); #include "object.h" #include "dynamic_buffer.h" #include "interpret.h" diff --git a/src/object.h b/src/object.h index 4eca1a3358ac78716acb3be33f1057ac82fa55e3..2d8b1e5189fcc7e51818fc2db728ac684f5238bc 100644 --- a/src/object.h +++ b/src/object.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.73 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.74 2002/10/11 01:39:34 nilsson Exp $ +*/ #ifndef OBJECT_H #define OBJECT_H @@ -141,4 +141,3 @@ void check_all_objects(void); #define destruct_objects_to_destruct() do{ if(objects_to_destruct) low_destruct_objects_to_destruct(); }while(0) #endif /* OBJECT_H */ - diff --git a/src/opcodes.c b/src/opcodes.c index ec63dc4a6013f3650245df9c071be8b95637f408..722422174abaebc9bc0523e925bcc450774df1f7 100644 --- a/src/opcodes.c +++ b/src/opcodes.c @@ -1,10 +1,9 @@ -/*\ -||| 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.124 2002/10/08 23:31:24 nilsson Exp $ -\*/ -/**/ +/* +|| 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.125 2002/10/11 01:39:34 nilsson Exp $ +*/ #include "global.h" #include <errno.h> @@ -31,7 +30,7 @@ #define sp Pike_sp -RCSID("$Id: opcodes.c,v 1.124 2002/10/08 23:31:24 nilsson Exp $"); +RCSID("$Id: opcodes.c,v 1.125 2002/10/11 01:39:34 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 16e262b1f2a2cb16ccb573238675940bb6fbba23..da7573029acbefc90b120a565a4b2b1f74fc988a 100644 --- a/src/opcodes.h +++ b/src/opcodes.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.29 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.30 2002/10/11 01:39:34 nilsson Exp $ +*/ #ifndef OPCODES_H #define OPCODES_H diff --git a/src/operators.c b/src/operators.c index bf77d1f8e39121013b195402bf643ecabe36195b..a8d4b21934957afc4d454fa1946b25eecc7d4551 100644 --- a/src/operators.c +++ b/src/operators.c @@ -1,14 +1,13 @@ -/*\ -||| 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.161 2002/10/08 23:31:24 nilsson Exp $ -\*/ -/**/ +/* +|| 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.162 2002/10/11 01:39:34 nilsson Exp $ +*/ #include "global.h" #include <math.h> -RCSID("$Id: operators.c,v 1.161 2002/10/08 23:31:24 nilsson Exp $"); +RCSID("$Id: operators.c,v 1.162 2002/10/11 01:39:34 nilsson Exp $"); #include "interpret.h" #include "svalue.h" #include "multiset.h" diff --git a/src/operators.h b/src/operators.h index 4a48d27175b472f09a893856656ea64b8a4ffacf..d08a5d7d9c75aa5dea04b5f4b840db8807ff1066 100644 --- a/src/operators.h +++ b/src/operators.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.13 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.14 2002/10/11 01:39:34 nilsson Exp $ +*/ #ifndef OPERATORS_H #define OPERATORS_H diff --git a/src/patch_cc1.c b/src/patch_cc1.c index aa21f85378c97103aa5ea89ecb513fe71922ec17..a848dcfff5b2dc03cce1792decd3e7d146d4ee5c 100644 --- a/src/patch_cc1.c +++ b/src/patch_cc1.c @@ -1,9 +1,9 @@ -/*\ -||| 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: patch_cc1.c,v 1.2 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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: patch_cc1.c,v 1.3 2002/10/11 01:39:34 nilsson Exp $ +*/ /* * Patch gcc so that it doesn't use .ua{half,word} directives. @@ -33,7 +33,7 @@ int main(int argc, char **argv) } if (!strcmp(argv[1], "-v")) { - fprintf(stdout, "$Id: patch_cc1.c,v 1.2 2002/10/08 20:22:24 nilsson Exp $\n"); + fprintf(stdout, "$Id: patch_cc1.c,v 1.3 2002/10/11 01:39:34 nilsson Exp $\n"); exit(0); } diff --git a/src/peep.c b/src/peep.c index b18c3bb69f0a8c912317bf50d4f2ba961137be61..83e5d44c87f2351cb2e5a8e220a11fe7e1bcc4fb 100644 --- a/src/peep.c +++ b/src/peep.c @@ -1,9 +1,9 @@ -/*\ -||| 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.76 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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.77 2002/10/11 01:39:34 nilsson Exp $ +*/ #include "global.h" #include "language.h" @@ -26,7 +26,7 @@ #include "interpret.h" #include "pikecode.h" -RCSID("$Id: peep.c,v 1.76 2002/10/08 20:22:24 nilsson Exp $"); +RCSID("$Id: peep.c,v 1.77 2002/10/11 01:39:34 nilsson Exp $"); static void asm_opt(void); @@ -771,4 +771,3 @@ static void asm_opt(void) } #endif } - diff --git a/src/peep.h b/src/peep.h index 542039d60e9a8467cccac04aceb57ab35cebac5f..3ace0c5e2e991a0b865f2ac3f25706db1012c372 100644 --- a/src/peep.h +++ b/src/peep.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.10 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.11 2002/10/11 01:39:35 nilsson Exp $ +*/ #ifndef PEEP_H #define PEEP_H diff --git a/src/peep_t.c b/src/peep_t.c index e0a3d3a2cff8999418ff0c8188d73410577b24d6..76f04342dea405e7923695db0da36755e9843ab7 100644 --- a/src/peep_t.c +++ b/src/peep_t.c @@ -1,9 +1,9 @@ -/*\ -||| 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_t.c,v 1.2 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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_t.c,v 1.3 2002/10/11 01:39:35 nilsson Exp $ +*/ /* * Used to strap pike. diff --git a/src/pike_cpulib.c b/src/pike_cpulib.c index 64f99407c212e15d42a00d981e322d092416b63b..243384b73a2af170f16b3347d7fe488b99e9f14c 100644 --- a/src/pike_cpulib.c +++ b/src/pike_cpulib.c @@ -1,9 +1,9 @@ -/*\ -||| 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_cpulib.c,v 1.3 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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_cpulib.c,v 1.4 2002/10/11 01:39:35 nilsson Exp $ +*/ #include "global.h" #include "pike_cpulib.h" @@ -23,7 +23,3 @@ void init_pike_cpulib(void) } #endif - - - - diff --git a/src/pike_cpulib.h b/src/pike_cpulib.h index b13ab21d69915cbb3a2b731e09a776ae30266961..194c120c85450c4435a7b137ce6dae8f16229cd8 100644 --- a/src/pike_cpulib.h +++ b/src/pike_cpulib.h @@ -1,9 +1,9 @@ -/*\ -||| 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_cpulib.h,v 1.10 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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_cpulib.h,v 1.11 2002/10/11 01:39:35 nilsson Exp $ +*/ #ifndef PIKE_CPULIB_H #define PIKE_CPULIB_H diff --git a/src/pike_dlfcn.h b/src/pike_dlfcn.h index fab5adb92f629736b832cacc7dc1d865a0b4c365..604fdce9bf8009a9418948a272b826e0748570fd 100644 --- a/src/pike_dlfcn.h +++ b/src/pike_dlfcn.h @@ -1,9 +1,9 @@ -/*\ -||| 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_dlfcn.h,v 1.3 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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_dlfcn.h,v 1.4 2002/10/11 01:39:35 nilsson Exp $ +*/ #ifndef PIKE_DLFCN_H #define PIKE_DLFCN_H diff --git a/src/pike_error.h b/src/pike_error.h index a3edf510446417b42ba946956871eb28237dfca8..31b25b21fb307f21e4dc646c8fa7fd5e1f8d7941 100644 --- a/src/pike_error.h +++ b/src/pike_error.h @@ -1,9 +1,9 @@ -/*\ -||| 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_error.h,v 1.20 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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_error.h,v 1.21 2002/10/11 01:39:35 nilsson Exp $ +*/ #ifndef PIKE_ERROR_H #define PIKE_ERROR_H diff --git a/src/pike_macros.h b/src/pike_macros.h index e14291781f6994b2623c24cf6acbae9ee6b68e6f..8842fb4fd750d797d785ddc8f053d4cbabea4eb3 100644 --- a/src/pike_macros.h +++ b/src/pike_macros.h @@ -1,9 +1,9 @@ -/*\ -||| 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_macros.h,v 1.32 2002/10/08 20:22:24 nilsson Exp $ -\*/ +/* +|| 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_macros.h,v 1.33 2002/10/11 01:39:35 nilsson Exp $ +*/ #ifndef MACROS_H #define MACROS_H diff --git a/src/pike_memory.c b/src/pike_memory.c index cc98b8823b515d518409e32f86753b0938599a9f..3736549d8a1296c1d4a7385429d68ed1ffb1167e 100644 --- a/src/pike_memory.c +++ b/src/pike_memory.c @@ -1,10 +1,9 @@ -/*\ -||| 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.123 2002/10/08 23:31:24 nilsson Exp $ -\*/ -/**/ +/* +|| 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.124 2002/10/11 01:39:35 nilsson Exp $ +*/ #include "global.h" #include "pike_memory.h" @@ -12,7 +11,7 @@ #include "pike_macros.h" #include "gc.h" -RCSID("$Id: pike_memory.c,v 1.123 2002/10/08 23:31:24 nilsson Exp $"); +RCSID("$Id: pike_memory.c,v 1.124 2002/10/11 01:39:35 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 09c1b5959d14b263e4c3258311d6d286792f135e..bc67557f331fadb20d423c1cb98c0bb6ce77d389 100644 --- a/src/pike_memory.h +++ b/src/pike_memory.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.33 2002/10/08 20:22:25 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.34 2002/10/11 01:39:35 nilsson Exp $ +*/ #ifndef MEMORY_H #define MEMORY_H diff --git a/src/pike_search.c b/src/pike_search.c index 2728e148586d799bf3a4b565f464312898a3d079..30763babe7acf593ca4f5f35653ebb54f0d072a0 100644 --- a/src/pike_search.c +++ b/src/pike_search.c @@ -1,9 +1,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_search.c,v 1.10 2002/10/08 20:22:25 nilsson Exp $ -\*/ +/* +|| 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_search.c,v 1.11 2002/10/11 01:39:35 nilsson Exp $ +*/ + /* New memory searcher functions */ #include "global.h" diff --git a/src/pike_search.h b/src/pike_search.h index 407197155cc8387923283c74c5346ff8055e7600..8f1a200fd6af4eae6c4822901518a69d7a3abe9b 100644 --- a/src/pike_search.h +++ b/src/pike_search.h @@ -1,9 +1,9 @@ -/*\ -||| 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_search.h,v 1.5 2002/10/08 20:22:25 nilsson Exp $ -\*/ +/* +|| 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_search.h,v 1.6 2002/10/11 01:39:35 nilsson Exp $ +*/ #ifndef PIKE_SEARCH_H #define PIKE_SEARCH_H @@ -111,4 +111,3 @@ void exit_pike_searching(void); /* Prototypes end here */ #endif - diff --git a/src/pike_search_engine.c b/src/pike_search_engine.c index 52c5c73332ef5b4e8c53bd884de5c67f6d5a0922..efb5419c1611e16335ab0b006c7a49c92a1d874d 100644 --- a/src/pike_search_engine.c +++ b/src/pike_search_engine.c @@ -1,9 +1,9 @@ -/*\ -||| 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_search_engine.c,v 1.9 2002/10/08 20:22:25 nilsson Exp $ -\*/ +/* +|| 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_search_engine.c,v 1.10 2002/10/11 01:39:35 nilsson Exp $ +*/ /* * Written by Fredrik Hubinette (hubbe@lysator.liu.se) @@ -336,4 +336,3 @@ SearchMojt NameN(compile_memsearcher)(NCHAR *needle, return s->mojt; } } - diff --git a/src/pike_search_engine2.c b/src/pike_search_engine2.c index bf983644273a1a588e9bf67345c1f5ba1f627f9e..ca13e19e4bc40c438ac9c8e9dc2479bc241c0d59 100644 --- a/src/pike_search_engine2.c +++ b/src/pike_search_engine2.c @@ -1,9 +1,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_search_engine2.c,v 1.6 2002/10/08 20:22:25 nilsson Exp $ -\*/ +/* +|| 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_search_engine2.c,v 1.7 2002/10/11 01:39:35 nilsson Exp $ +*/ + /* * NCHAR = Needle character * HCHAR = Haystack character @@ -189,4 +190,3 @@ HCHAR *NameNH(hubbe_search)(struct hubbe_searcher *s, } return 0; } - diff --git a/src/pike_threadlib.h b/src/pike_threadlib.h index d020f3fcdaf9660a2bb7d145118bcaf0a8406c5b..38d3ac0c48c591a5c4bce988e561c39bb62b3664 100644 --- a/src/pike_threadlib.h +++ b/src/pike_threadlib.h @@ -1,9 +1,9 @@ -/*\ -||| 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_threadlib.h,v 1.21 2002/10/08 20:22:25 nilsson Exp $ -\*/ +/* +|| 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_threadlib.h,v 1.22 2002/10/11 01:39:35 nilsson Exp $ +*/ #ifndef PIKE_THREADLIB_H #define PIKE_THREADLIB_H @@ -757,4 +757,3 @@ PMOD_EXPORT HANDLE CheckValidHandle(HANDLE h); #endif /* PIKE_THREADLIB_H */ - diff --git a/src/pike_types.c b/src/pike_types.c index a4e87d910a1b41b1c801f3df6537b32f8c5c126e..084a6f90e10d8fc75fa2b51c3411cabb0371fe51 100644 --- a/src/pike_types.c +++ b/src/pike_types.c @@ -1,13 +1,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: pike_types.c,v 1.197 2002/10/08 23:31:25 nilsson Exp $ -\*/ -/**/ +/* +|| 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.198 2002/10/11 01:39:35 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: pike_types.c,v 1.197 2002/10/08 23:31:25 nilsson Exp $"); +RCSID("$Id: pike_types.c,v 1.198 2002/10/11 01:39:35 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 29206b3bde8165079b055bdc5e0601143ab2def0..dee7751f51748eb1cbc24752df2b724e00d968ab 100644 --- a/src/pike_types.h +++ b/src/pike_types.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.82 2002/10/08 20:22:25 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.83 2002/10/11 01:39:35 nilsson Exp $ +*/ #ifndef PIKE_TYPES_H #define PIKE_TYPES_H diff --git a/src/pikecode.c b/src/pikecode.c index fda5c99cbd7acb3a6ce104889cc0e55420ecd37b..7b8de7454df0f7bd07e4b33602db76738925dd15 100644 --- a/src/pikecode.c +++ b/src/pikecode.c @@ -1,9 +1,9 @@ -/*\ -||| 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: pikecode.c,v 1.6 2002/10/08 20:22:25 nilsson Exp $ -\*/ +/* +|| 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: pikecode.c,v 1.7 2002/10/11 01:39:36 nilsson Exp $ +*/ /* * Generic strap for the code-generator. diff --git a/src/pikecode.h b/src/pikecode.h index f44c9cd8db2689379b262ee7327b7d7d3c4911f9..445d3c8e9629b6adca8a39f2353643ecee01e2d4 100644 --- a/src/pikecode.h +++ b/src/pikecode.h @@ -1,9 +1,9 @@ -/*\ -||| 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: pikecode.h,v 1.8 2002/10/08 20:22:25 nilsson Exp $ -\*/ +/* +|| 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: pikecode.h,v 1.9 2002/10/11 01:39:36 nilsson Exp $ +*/ /* * Generic headerfile for the code-generator. diff --git a/src/port.c b/src/port.c index 4a0ee4762138db72b80ffc5fd90996d4d6ff2b4c..1c777aa88a4aefe58e66e3d8ece682abca91f7ed 100644 --- a/src/port.c +++ b/src/port.c @@ -1,10 +1,9 @@ -/*\ -||| 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.55 2002/10/08 23:31:25 nilsson Exp $ -\*/ -/**/ +/* +|| 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.56 2002/10/11 01:39:36 nilsson Exp $ +*/ #define PORT_DO_WARN @@ -24,7 +23,7 @@ #include <float.h> #include <string.h> -RCSID("$Id: port.c,v 1.55 2002/10/08 23:31:25 nilsson Exp $"); +RCSID("$Id: port.c,v 1.56 2002/10/11 01:39:36 nilsson Exp $"); #ifdef sun time_t time PROT((time_t *)); diff --git a/src/port.h b/src/port.h index b0e3e923ab6c4e8b0beb7902d1822bc0c64ef478..69bcb8e0b3a3cdac46850374071cb5ffd967536f 100644 --- a/src/port.h +++ b/src/port.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.45 2002/10/08 20:22:25 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.46 2002/10/11 01:39:36 nilsson Exp $ +*/ #ifndef PORT_H #define PORT_H diff --git a/src/post_modules/GL/acconfig.h b/src/post_modules/GL/acconfig.h index 8587fbbae77268f8f309fc82841379331dd005ca..e97e91f7ce4f60897d97072f5861c10385380bcc 100644 --- a/src/post_modules/GL/acconfig.h +++ b/src/post_modules/GL/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.4 2002/10/08 20:22:43 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.5 2002/10/11 01:39:58 nilsson Exp $ +*/ /* Define if you have libGL */ #undef HAVE_LIBGL diff --git a/src/post_modules/GL/auto.c.in b/src/post_modules/GL/auto.c.in index 6bd004be4d810e358acacb8d7ff142177285484e..dbcd0d09f67b43e629fd03a9a656150b15128149 100644 --- a/src/post_modules/GL/auto.c.in +++ b/src/post_modules/GL/auto.c.in @@ -1,16 +1,15 @@ -/*\ -*- c -*- -||| 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: auto.c.in,v 1.22 2002/10/09 22:23:39 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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: auto.c.in,v 1.23 2002/10/11 01:39:58 nilsson Exp $ +*/ #include "global.h" #include "config.h" -RCSID("$Id: auto.c.in,v 1.22 2002/10/09 22:23:39 nilsson Exp $"); +RCSID("$Id: auto.c.in,v 1.23 2002/10/11 01:39:58 nilsson Exp $"); #include "stralloc.h" #include "pike_macros.h" #include "object.h" @@ -407,4 +406,3 @@ static void post_init() } @@ - diff --git a/src/post_modules/GL/autodoc.c b/src/post_modules/GL/autodoc.c index a2f45ddb3ea62362f98563fba482ea2d70a3e9a2..c34e06aeed2379bd8a2eb0698483e2621611aaff 100644 --- a/src/post_modules/GL/autodoc.c +++ b/src/post_modules/GL/autodoc.c @@ -1,9 +1,9 @@ -/*\ -||| 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: autodoc.c,v 1.6 2002/10/08 20:22:43 nilsson Exp $ -\*/ +/* +|| 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: autodoc.c,v 1.7 2002/10/11 01:39:58 nilsson Exp $ +*/ /* AutoDoc generated from OpenGL man pages @@ -11049,4 +11049,3 @@ /*! @endmodule */ - diff --git a/src/post_modules/GL/top.c b/src/post_modules/GL/top.c index 29aea0528ea022491ef6ff3b149f9c7732e9f9ba..52a986be57bc961487eaf5f7fd9ceeced38c6684 100644 --- a/src/post_modules/GL/top.c +++ b/src/post_modules/GL/top.c @@ -1,9 +1,9 @@ -/*\ -||| 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: top.c,v 1.16 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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: top.c,v 1.17 2002/10/11 01:39:59 nilsson Exp $ +*/ #include "config.h" @@ -26,7 +26,7 @@ #include "global.h" -RCSID("$Id: top.c,v 1.16 2002/10/08 20:22:44 nilsson Exp $"); +RCSID("$Id: top.c,v 1.17 2002/10/11 01:39:59 nilsson Exp $"); #include "stralloc.h" #include "pike_macros.h" #include "object.h" @@ -388,4 +388,3 @@ void pike_module_init( void ) void pike_module_exit( void ) { } - diff --git a/src/post_modules/GLUT/acconfig.h b/src/post_modules/GLUT/acconfig.h index 5ade9d7da30108c13c84e37f13c6872c225ccd5e..ab55e98cc811a33824ce65fcd5eadec77cc06289 100644 --- a/src/post_modules/GLUT/acconfig.h +++ b/src/post_modules/GLUT/acconfig.h @@ -1,10 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:59 nilsson Exp $ +*/ /* Define if you have libGL */ #undef HAVE_LIBGLUT - diff --git a/src/post_modules/GLUT/auto.c.in b/src/post_modules/GLUT/auto.c.in index 4841a211ffa6c90c417d5254540b1a9eed35b813..09b7882724829b7d9063524dc0f1a451b9bf0ce3 100644 --- a/src/post_modules/GLUT/auto.c.in +++ b/src/post_modules/GLUT/auto.c.in @@ -1,16 +1,15 @@ -/*\ -*- c -*- -||| 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: auto.c.in,v 1.5 2002/10/09 22:23:39 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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: auto.c.in,v 1.6 2002/10/11 01:39:59 nilsson Exp $ +*/ #include "global.h" #include "config.h" -RCSID("$Id: auto.c.in,v 1.5 2002/10/09 22:23:39 nilsson Exp $"); +RCSID("$Id: auto.c.in,v 1.6 2002/10/11 01:39:59 nilsson Exp $"); #include "stralloc.h" #include "pike_macros.h" #include "object.h" @@ -51,4 +50,3 @@ static void post_init() @@ - diff --git a/src/post_modules/GLUT/top.c b/src/post_modules/GLUT/top.c index f8c8c5f005667797b1e41f8a61497a6fc2ab1fc5..bad57deb1b48401f7e504307ee81130942a690c4 100644 --- a/src/post_modules/GLUT/top.c +++ b/src/post_modules/GLUT/top.c @@ -1,15 +1,15 @@ -/*\ -||| 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: top.c,v 1.6 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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: top.c,v 1.7 2002/10/11 01:39:59 nilsson Exp $ +*/ #include "global.h" #include "config.h" -RCSID("$Id: top.c,v 1.6 2002/10/08 20:22:44 nilsson Exp $"); +RCSID("$Id: top.c,v 1.7 2002/10/11 01:39:59 nilsson Exp $"); #include "stralloc.h" #include "pike_macros.h" #include "object.h" diff --git a/src/post_modules/GTK/acconfig.h b/src/post_modules/GTK/acconfig.h index 4506c5f93e0922ace3de31f0583c0dca3e7aec11..403e1a53b457f634c9601eaff9ddaf6821568ab5 100644 --- a/src/post_modules/GTK/acconfig.h +++ b/src/post_modules/GTK/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.7 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.8 2002/10/11 01:39:59 nilsson Exp $ +*/ #undef FUNCPROTO #undef HAVE_GNOME diff --git a/src/post_modules/GTK/dummy.c b/src/post_modules/GTK/dummy.c index fd48af4c3b3a02a52baadce3557f87600918d57e..d9c6f2206768ac395e685c73846a998b57a1a6df 100644 --- a/src/post_modules/GTK/dummy.c +++ b/src/post_modules/GTK/dummy.c @@ -1,15 +1,15 @@ -/*\ -||| 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: dummy.c,v 1.4 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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: dummy.c,v 1.5 2002/10/11 01:39:59 nilsson Exp $ +*/ #include "global.h" #include "pgtk_config.h" #include "module_magic.h" -RCSID("$Id: dummy.c,v 1.4 2002/10/08 20:22:44 nilsson Exp $"); +RCSID("$Id: dummy.c,v 1.5 2002/10/11 01:39:59 nilsson Exp $"); /* Well... Sort of basic, right? :-) */ diff --git a/src/post_modules/GTK/gdkeventstrings.h b/src/post_modules/GTK/gdkeventstrings.h index fcb4d54ec6ebf49c30fa1b667d2e611d886a9b32..e022f135e1da956f425643547c85a80d8d1e1a53 100644 --- a/src/post_modules/GTK/gdkeventstrings.h +++ b/src/post_modules/GTK/gdkeventstrings.h @@ -1,9 +1,9 @@ -/*\ -||| 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: gdkeventstrings.h,v 1.2 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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: gdkeventstrings.h,v 1.3 2002/10/11 01:39:59 nilsson Exp $ +*/ STRING(2button_press); STRING(3button_press); diff --git a/src/post_modules/GTK/pgtk.h b/src/post_modules/GTK/pgtk.h index a7bd2e3bc375f3b1183cceca8346df4588cf6bc6..cbaba7ebf9182ab3c427862b8f8a74aacb92c5fe 100644 --- a/src/post_modules/GTK/pgtk.h +++ b/src/post_modules/GTK/pgtk.h @@ -1,9 +1,9 @@ -/*\ -||| 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: pgtk.h,v 1.28 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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: pgtk.h,v 1.29 2002/10/11 01:39:59 nilsson Exp $ +*/ /* Sort of unnessesary, and decreases code-size with 140Kb */ #define GTK_NO_CHECK_CASTS diff --git a/src/post_modules/GTK/source/encode_truecolor.c b/src/post_modules/GTK/source/encode_truecolor.c index a7d03e23bd9e9f516b9e746482ce65c06123c244..e847c96039aeecab97d5e02da486472f8e5d2c73 100644 --- a/src/post_modules/GTK/source/encode_truecolor.c +++ b/src/post_modules/GTK/source/encode_truecolor.c @@ -1,9 +1,9 @@ -/*\ -||| 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_truecolor.c,v 1.7 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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_truecolor.c,v 1.8 2002/10/11 01:39:59 nilsson Exp $ +*/ static unsigned char swap_bits[256] = { 0,128,64,192,32,160,96,224,16,144,80,208,48,176,112, diff --git a/src/post_modules/GTK/source/support.c b/src/post_modules/GTK/source/support.c index 50a0ac252e668abea89c7b2ed69088a0d9afd164..a0275db70fd9fdee38e4d40aa62087d2cfa0de8d 100644 --- a/src/post_modules/GTK/source/support.c +++ b/src/post_modules/GTK/source/support.c @@ -1,9 +1,9 @@ -/*\ -||| 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: support.c,v 1.34 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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: support.c,v 1.35 2002/10/11 01:39:59 nilsson Exp $ +*/ #include <version.h> #include <bignum.h> diff --git a/src/post_modules/SDL/SDL.cmod b/src/post_modules/SDL/SDL.cmod index ddea5355d25b16ad136ecd77701be6460c791047..297dc880d685e396e67d62f97fe01931d0d5babd 100644 --- a/src/post_modules/SDL/SDL.cmod +++ b/src/post_modules/SDL/SDL.cmod @@ -1,14 +1,13 @@ -/*\ -*- c -*- -||| 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: SDL.cmod,v 1.5 2002/10/09 22:23:39 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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: SDL.cmod,v 1.6 2002/10/11 01:39:59 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" -RCSID("$Id: SDL.cmod,v 1.5 2002/10/09 22:23:39 nilsson Exp $"); +RCSID("$Id: SDL.cmod,v 1.6 2002/10/11 01:39:59 nilsson Exp $"); #include "pike_macros.h" #include "interpret.h" #include "program.h" diff --git a/src/post_modules/SDL/acconfig.h b/src/post_modules/SDL/acconfig.h index 0856d5a09f890a67f21edddbde89d32d91feadc6..004f4bf03e85d916d9a64fc88c35ae66790ef205 100644 --- a/src/post_modules/SDL/acconfig.h +++ b/src/post_modules/SDL/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:39:59 nilsson Exp $ +*/ #ifndef SDL_CONFIG_H #define SDL_CONFIG_H diff --git a/src/post_modules/SDL/constants.h b/src/post_modules/SDL/constants.h index 4b65472d3ab8868f0678faa4150cfbcbfd5faef3..0ce92ea5edccc5ac58e349f90cbb04384660b9ed 100644 --- a/src/post_modules/SDL/constants.h +++ b/src/post_modules/SDL/constants.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.3 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.4 2002/10/11 01:39:59 nilsson Exp $ +*/ void init_sdl_constants() { /* Video related flags */ diff --git a/src/post_modules/Shuffler/Shuffler.cmod b/src/post_modules/Shuffler/Shuffler.cmod index 05704428c8df2b1bdaa3bea8b5938132b839f129..09ac35c4b5ac997145fd7626c9954158b2969385 100644 --- a/src/post_modules/Shuffler/Shuffler.cmod +++ b/src/post_modules/Shuffler/Shuffler.cmod @@ -1,14 +1,13 @@ -/*\ -*- c -*- -||| 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: Shuffler.cmod,v 1.15 2002/10/09 22:23:39 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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: Shuffler.cmod,v 1.16 2002/10/11 01:39:59 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" -RCSID("$Id: Shuffler.cmod,v 1.15 2002/10/09 22:23:39 nilsson Exp $"); +RCSID("$Id: Shuffler.cmod,v 1.16 2002/10/11 01:39:59 nilsson Exp $"); #include "pike_macros.h" #include "interpret.h" #include "threads.h" diff --git a/src/post_modules/Shuffler/a_source_pikestring.c b/src/post_modules/Shuffler/a_source_pikestring.c index 590cb56ca489509d6691532ee2edff0e953dc2dd..90566f18f4e8c1b71976b388248a232a863eb9eb 100644 --- a/src/post_modules/Shuffler/a_source_pikestring.c +++ b/src/post_modules/Shuffler/a_source_pikestring.c @@ -1,9 +1,9 @@ -/*\ -||| 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: a_source_pikestring.c,v 1.6 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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: a_source_pikestring.c,v 1.7 2002/10/11 01:39:59 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" diff --git a/src/post_modules/Shuffler/a_source_system_memory.c b/src/post_modules/Shuffler/a_source_system_memory.c index 05fdebd6d9303cc99e2cc95ce478a4a7e75b211e..b52b964b027a8d136674dea0d4f0cba16df706c0 100644 --- a/src/post_modules/Shuffler/a_source_system_memory.c +++ b/src/post_modules/Shuffler/a_source_system_memory.c @@ -1,9 +1,9 @@ -/*\ -||| 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: a_source_system_memory.c,v 1.6 2002/10/08 20:22:44 nilsson Exp $ -\*/ +/* +|| 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: a_source_system_memory.c,v 1.7 2002/10/11 01:39:59 nilsson Exp $ +*/ #include "global.h" #include "bignum.h" diff --git a/src/post_modules/Shuffler/b_source_normal_file.c b/src/post_modules/Shuffler/b_source_normal_file.c index ff9a05474ab416060fd0f3b37cd47d111be48e02..6efb950d9bb23a7ab5a1da57fdc1b8d7a00f52ea 100644 --- a/src/post_modules/Shuffler/b_source_normal_file.c +++ b/src/post_modules/Shuffler/b_source_normal_file.c @@ -1,9 +1,9 @@ -/*\ -||| 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: b_source_normal_file.c,v 1.6 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: b_source_normal_file.c,v 1.7 2002/10/11 01:39:59 nilsson Exp $ +*/ #include "global.h" #include "bignum.h" diff --git a/src/post_modules/Shuffler/c_source_stream.c b/src/post_modules/Shuffler/c_source_stream.c index 80f2c0981131126c11760a7360c2065ef1bdba35..66b740240f12da116f20974fc5dc8ac4d179430b 100644 --- a/src/post_modules/Shuffler/c_source_stream.c +++ b/src/post_modules/Shuffler/c_source_stream.c @@ -1,9 +1,9 @@ -/*\ -||| 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: c_source_stream.c,v 1.5 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: c_source_stream.c,v 1.6 2002/10/11 01:39:59 nilsson Exp $ +*/ #include "global.h" #include "bignum.h" diff --git a/src/post_modules/Shuffler/d_source_pikestream.c b/src/post_modules/Shuffler/d_source_pikestream.c index e664689d50c9afe91fd4b89e6bb02fca1192bc87..3a70e8cb153435bef8e0c36ccbfcb60d0f3b2f86 100644 --- a/src/post_modules/Shuffler/d_source_pikestream.c +++ b/src/post_modules/Shuffler/d_source_pikestream.c @@ -1,9 +1,9 @@ -/*\ -||| 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: d_source_pikestream.c,v 1.3 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: d_source_pikestream.c,v 1.4 2002/10/11 01:39:59 nilsson Exp $ +*/ #include "global.h" #include "bignum.h" diff --git a/src/post_modules/Shuffler/shuffler.h b/src/post_modules/Shuffler/shuffler.h index 4fffd4b5235cbab119034105701e9a50b7835a3d..c06a6787c630ddd8876faf5d54400b04e5871d30 100644 --- a/src/post_modules/Shuffler/shuffler.h +++ b/src/post_modules/Shuffler/shuffler.h @@ -1,9 +1,9 @@ -/*\ -||| 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: shuffler.h,v 1.4 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: shuffler.h,v 1.5 2002/10/11 01:39:59 nilsson Exp $ +*/ struct data { diff --git a/src/post_modules/Unicode/acconfig.h b/src/post_modules/Unicode/acconfig.h index dfe8f6eb8da746e1a53d57b447b054a49ac839a7..cc192f13942ff775d9f323c444d3e8a14876ed38 100644 --- a/src/post_modules/Unicode/acconfig.h +++ b/src/post_modules/Unicode/acconfig.h @@ -1,8 +1,8 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:40:00 nilsson Exp $ +*/ @TOP@ diff --git a/src/post_modules/Unicode/buffer.c b/src/post_modules/Unicode/buffer.c index cbbae74c8439f9a0c527d3d28e150fe754051981..f6003bebddd13908f571118f8ef4f9a525000eb5 100644 --- a/src/post_modules/Unicode/buffer.c +++ b/src/post_modules/Unicode/buffer.c @@ -1,14 +1,14 @@ -/*\ -||| 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: buffer.c,v 1.4 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: buffer.c,v 1.5 2002/10/11 01:40:00 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" #include "global.h" -RCSID("$Id: buffer.c,v 1.4 2002/10/08 20:22:45 nilsson Exp $"); +RCSID("$Id: buffer.c,v 1.5 2002/10/11 01:40:00 nilsson Exp $"); #include "pike_macros.h" #include "interpret.h" #include "program.h" @@ -122,4 +122,3 @@ void uc_buffer_insert( struct buffer *b, unsigned int pos, int c ) b->data[pos] = c; } } - diff --git a/src/post_modules/Unicode/buffer.h b/src/post_modules/Unicode/buffer.h index d01818c4c42a021a1a959571d0044f7385ed5c8c..9259e33c7dcc6c49fb5763d6285addf703194fd0 100644 --- a/src/post_modules/Unicode/buffer.h +++ b/src/post_modules/Unicode/buffer.h @@ -1,9 +1,9 @@ -/*\ -||| 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: buffer.h,v 1.3 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: buffer.h,v 1.4 2002/10/11 01:40:00 nilsson Exp $ +*/ struct buffer { @@ -22,8 +22,3 @@ struct pike_string *uc_buffer_to_pikestring( struct buffer *d ); void uc_buffer_insert( struct buffer *b, unsigned int pos, int c ); struct buffer *uc_buffer_from_pikestring( struct pike_string *s ); struct buffer *uc_buffer_new_size( int s ); - - - - - diff --git a/src/post_modules/Unicode/hsize.h b/src/post_modules/Unicode/hsize.h index 910556e6b1c08722684be24c370e9948350752cb..8c0b7cf90eaf1e295f20230673010f2f9443c6cb 100644 --- a/src/post_modules/Unicode/hsize.h +++ b/src/post_modules/Unicode/hsize.h @@ -1,8 +1,8 @@ -/*\ -||| 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: hsize.h,v 1.2 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: hsize.h,v 1.3 2002/10/11 01:40:00 nilsson Exp $ +*/ #define HSIZE 157 diff --git a/src/post_modules/Unicode/normalize.c b/src/post_modules/Unicode/normalize.c index c078fc7ac0736a9e9ca6a2e321212122cc040117..57bbdad492555a0b04c79aa59abae7137bf3b840 100644 --- a/src/post_modules/Unicode/normalize.c +++ b/src/post_modules/Unicode/normalize.c @@ -1,14 +1,14 @@ -/*\ -||| 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: normalize.c,v 1.10 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: normalize.c,v 1.11 2002/10/11 01:40:00 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" #include "global.h" -RCSID("$Id: normalize.c,v 1.10 2002/10/08 20:22:45 nilsson Exp $"); +RCSID("$Id: normalize.c,v 1.11 2002/10/11 01:40:00 nilsson Exp $"); #include "pike_macros.h" #include "interpret.h" #include "program.h" diff --git a/src/post_modules/Unicode/normalize.h b/src/post_modules/Unicode/normalize.h index 0d82aee3c2e6027ed747e6fa2214226557e28652..c7f65f2e90565ea1ccb99b643041a6f7e6a1bef4 100644 --- a/src/post_modules/Unicode/normalize.h +++ b/src/post_modules/Unicode/normalize.h @@ -1,9 +1,9 @@ -/*\ -||| 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: normalize.h,v 1.2 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: normalize.h,v 1.3 2002/10/11 01:40:00 nilsson Exp $ +*/ #define COMPAT_BIT 1 #define COMPOSE_BIT 2 diff --git a/src/post_modules/Unicode/split.c b/src/post_modules/Unicode/split.c index 4dc7cd7d078c1c9fbf41b4f01ea0842d70c8e6f5..0a5dd2f45f0fbd44216f5f217febfe8f4a94c36d 100644 --- a/src/post_modules/Unicode/split.c +++ b/src/post_modules/Unicode/split.c @@ -1,14 +1,14 @@ -/*\ -||| 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: split.c,v 1.2 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: split.c,v 1.3 2002/10/11 01:40:00 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" #include "global.h" -RCSID("$Id: split.c,v 1.2 2002/10/08 20:22:45 nilsson Exp $"); +RCSID("$Id: split.c,v 1.3 2002/10/11 01:40:00 nilsson Exp $"); #include "pike_macros.h" #include "interpret.h" #include "program.h" diff --git a/src/post_modules/Unicode/split.h b/src/post_modules/Unicode/split.h index 086ae1d265f8a98e33803e1870d12d71ffb981ed..406fdb1d55a3ec045dc86254de6acac941018772 100644 --- a/src/post_modules/Unicode/split.h +++ b/src/post_modules/Unicode/split.h @@ -1,9 +1,9 @@ -/*\ -||| 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: split.h,v 1.2 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: split.h,v 1.3 2002/10/11 01:40:00 nilsson Exp $ +*/ struct words { diff --git a/src/post_modules/Unicode/unicode_module.cmod b/src/post_modules/Unicode/unicode_module.cmod index 7792edba053a427628c864051550410a147045b0..95f5fa74990125cbe96e4f4ef4995b53185ff102 100644 --- a/src/post_modules/Unicode/unicode_module.cmod +++ b/src/post_modules/Unicode/unicode_module.cmod @@ -1,15 +1,14 @@ -/*\ -*- c -*- -||| 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: unicode_module.cmod,v 1.4 2002/10/09 22:23:39 nilsson Exp $ -\*/ -/**/ +/* -*- c -*- +|| 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: unicode_module.cmod,v 1.5 2002/10/11 01:40:00 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" #include "global.h" -RCSID("$Id: unicode_module.cmod,v 1.4 2002/10/09 22:23:39 nilsson Exp $"); +RCSID("$Id: unicode_module.cmod,v 1.5 2002/10/11 01:40:00 nilsson Exp $"); #include "pike_macros.h" #include "interpret.h" #include "program.h" @@ -172,4 +171,3 @@ void pike_module_exit() { EXIT } - diff --git a/src/post_modules/_Image_SVG/acconfig.h b/src/post_modules/_Image_SVG/acconfig.h index 8bad39099e51ae10523c18d16eba15840e6618ba..648735ae40f3fccafe010931f5cf5bf4c2ed1137 100644 --- a/src/post_modules/_Image_SVG/acconfig.h +++ b/src/post_modules/_Image_SVG/acconfig.h @@ -1,9 +1,9 @@ -/*\ -||| 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: acconfig.h,v 1.2 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: acconfig.h,v 1.3 2002/10/11 01:40:00 nilsson Exp $ +*/ #undef HAVE_SVG @TOP@ diff --git a/src/post_modules/_Image_SVG/svg.c b/src/post_modules/_Image_SVG/svg.c index e3f7015bc9075856a528afd78ff79042cc67fc6c..d53e3f778df9f284e8dfebec66f0b482b56fc2e5 100644 --- a/src/post_modules/_Image_SVG/svg.c +++ b/src/post_modules/_Image_SVG/svg.c @@ -1,9 +1,9 @@ -/*\ -||| 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: svg.c,v 1.6 2002/10/08 20:22:45 nilsson Exp $ -\*/ +/* +|| 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: svg.c,v 1.7 2002/10/11 01:40:00 nilsson Exp $ +*/ #include "config.h" @@ -11,7 +11,7 @@ #include "global.h" #include "stralloc.h" -RCSID("$Id: svg.c,v 1.6 2002/10/08 20:22:45 nilsson Exp $"); +RCSID("$Id: svg.c,v 1.7 2002/10/11 01:40:00 nilsson Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" diff --git a/src/preprocessor.h b/src/preprocessor.h index cd531a9ef01244428f986e590d07410fb1e5d038..d209aefc64115127b8a41ea073523b665995a105 100644 --- a/src/preprocessor.h +++ b/src/preprocessor.h @@ -1,9 +1,9 @@ -/*\ -||| 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: preprocessor.h,v 1.52 2002/10/08 20:22:25 nilsson Exp $ -\*/ +/* +|| 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: preprocessor.h,v 1.53 2002/10/11 01:39:36 nilsson Exp $ +*/ /* * Preprocessor template. @@ -2168,4 +2168,3 @@ static ptrdiff_t lower_cpp(struct cpp *this, #undef calcA #undef calcB #undef calcC - diff --git a/src/program.c b/src/program.c index eb5a2c520a39df0e49faed1e01cc4957d3f421d5..927e3575afb48eb1d596c915a9fa4e5780b754a4 100644 --- a/src/program.c +++ b/src/program.c @@ -1,13 +1,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: program.c,v 1.448 2002/10/08 23:31:25 nilsson Exp $ -\*/ -/**/ +/* +|| 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.449 2002/10/11 01:39:36 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: program.c,v 1.448 2002/10/08 23:31:25 nilsson Exp $"); +RCSID("$Id: program.c,v 1.449 2002/10/11 01:39:36 nilsson Exp $"); #include "program.h" #include "object.h" #include "dynamic_buffer.h" diff --git a/src/program.h b/src/program.h index bd442dc08f7dd2e4009a1899a5c54969e08c1611..b43f662213ee743520a519faf37a9420096c6644 100644 --- a/src/program.h +++ b/src/program.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.167 2002/10/08 20:22:26 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.168 2002/10/11 01:39:37 nilsson Exp $ +*/ #ifndef PROGRAM_H #define PROGRAM_H diff --git a/src/program_areas.h b/src/program_areas.h index fbf5b6207fca7645a1ca9fcfc551478663bc0da1..28ec44cf0e59095c6e346166414b6d514b7d0220 100644 --- a/src/program_areas.h +++ b/src/program_areas.h @@ -1,9 +1,9 @@ -/*\ -||| 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_areas.h,v 1.11 2002/10/08 20:22:26 nilsson Exp $ -\*/ +/* +|| 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_areas.h,v 1.12 2002/10/11 01:39:37 nilsson Exp $ +*/ /* Who needs templates anyway? / Hubbe */ @@ -19,4 +19,3 @@ FOO(unsigned INT16,struct inherit,inherits) FOO(unsigned INT16,struct identifier,identifiers) FOO(unsigned INT16,struct program_constant, constants) #undef FOO - diff --git a/src/program_id.h b/src/program_id.h index c9786e7fb7d14814c9ef59092a500b137cc8918c..5118deed4557cc672884934a9882f0a4628d82a4 100644 --- a/src/program_id.h +++ b/src/program_id.h @@ -1,9 +1,9 @@ -/*\ -||| 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_id.h,v 1.13 2002/10/08 20:22:26 nilsson Exp $ -\*/ +/* +|| 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_id.h,v 1.14 2002/10/11 01:39:37 nilsson Exp $ +*/ #ifndef PROGRAM_ID_H #define PROGRAM_ID_H diff --git a/src/queue.c b/src/queue.c index 4b24e508451da10a6570322926b609d3474c9dc2..d8f84408c138e68660d129fa9539cce93b85496f 100644 --- a/src/queue.c +++ b/src/queue.c @@ -1,9 +1,9 @@ -/*\ -||| 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: queue.c,v 1.9 2002/10/08 20:22:26 nilsson Exp $ -\*/ +/* +|| 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: queue.c,v 1.10 2002/10/11 01:39:37 nilsson Exp $ +*/ #include "global.h" #include "pike_macros.h" diff --git a/src/queue.h b/src/queue.h index 178f43c3b596b2c1c84901b5d54eb98e507a60c5..f19ccac80b37a7f92512d7492ead048d8f981322 100644 --- a/src/queue.h +++ b/src/queue.h @@ -1,9 +1,9 @@ -/*\ -||| 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: queue.h,v 1.5 2002/10/08 20:22:26 nilsson Exp $ -\*/ +/* +|| 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: queue.h,v 1.6 2002/10/11 01:39:37 nilsson Exp $ +*/ #ifndef QUEUE_H #define QUEUE_H diff --git a/src/rbtree.c b/src/rbtree.c index 9809e0c9923cf8a86448be0442d56b8d0b486efa..15bb24639519245d8da542d21010051a06ab79e7 100644 --- a/src/rbtree.c +++ b/src/rbtree.c @@ -1,9 +1,9 @@ -/*\ -||| 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.11 2002/10/08 20:22:26 nilsson Exp $ -\*/ +/* +|| 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.12 2002/10/11 01:39:37 nilsson Exp $ +*/ /* An implementation of a threaded red/black balanced binary tree. * @@ -12,7 +12,7 @@ #include "global.h" -RCSID("$Id: rbtree.c,v 1.11 2002/10/08 20:22:26 nilsson Exp $"); +RCSID("$Id: rbtree.c,v 1.12 2002/10/11 01:39:37 nilsson Exp $"); #include "interpret.h" #include "pike_error.h" diff --git a/src/rbtree.h b/src/rbtree.h index b649f129dc4f413cf3e947cc52fa3d389bfe533a..13cfc0690204826acceb07b6ff19b5d9f38eb83e 100644 --- a/src/rbtree.h +++ b/src/rbtree.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.7 2002/10/08 20:22:26 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.8 2002/10/11 01:39:37 nilsson Exp $ +*/ /* An implementation of a threaded red/black balanced binary tree. * diff --git a/src/rbtree_low.h b/src/rbtree_low.h index ea7775e4d98cab7879d1e9871bc9945e99068d53..6ca8228c1a7ae6aadf8aa07ce9f4093660d65f44 100644 --- a/src/rbtree_low.h +++ b/src/rbtree_low.h @@ -1,9 +1,9 @@ -/*\ -||| 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_low.h,v 1.4 2002/10/08 20:22:26 nilsson Exp $ -\*/ +/* +|| 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_low.h,v 1.5 2002/10/11 01:39:37 nilsson Exp $ +*/ /* The lower level api for using rbtree. This is in a separate file * since it's quite macro heavy. diff --git a/src/rusage.c b/src/rusage.c index b1781fbe4e67bb8f00f8d4d5a06619d93d25085e..ab3c8edde92a84e008b0a5a837a4548fcb4efd12 100644 --- a/src/rusage.c +++ b/src/rusage.c @@ -1,10 +1,9 @@ -/*\ -||| 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.22 2002/10/08 23:31:25 nilsson Exp $ -\*/ -/**/ +/* +|| 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.23 2002/10/11 01:39:37 nilsson Exp $ +*/ #include "global.h" #ifdef HAVE_SYS_TYPES_H @@ -19,7 +18,7 @@ #include <errno.h> #include "rusage.h" -RCSID("$Id: rusage.c,v 1.22 2002/10/08 23:31:25 nilsson Exp $"); +RCSID("$Id: rusage.c,v 1.23 2002/10/11 01:39:37 nilsson Exp $"); #ifdef HAVE_SYS_TIMES_H #include <sys/times.h> diff --git a/src/rusage.h b/src/rusage.h index 251c31bc39b203c8217dc4df2f9c2ee29f85bc0b..9e1d304bba60b21ffa41f0972936d4128f871f5b 100644 --- a/src/rusage.h +++ b/src/rusage.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.8 2002/10/08 20:22:26 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.9 2002/10/11 01:39:37 nilsson Exp $ +*/ #ifndef RUSAGE_H #define RUSAGE_H diff --git a/src/security.c b/src/security.c index 2b6207947a47fc42774e2ea961fb61ec0edd4a23..099701373998b1883b1ba42b8b929a4d4b623f84 100644 --- a/src/security.c +++ b/src/security.c @@ -1,9 +1,9 @@ -/*\ -||| 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: security.c,v 1.37 2002/10/08 20:22:26 nilsson Exp $ -\*/ +/* +|| 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: security.c,v 1.38 2002/10/11 01:39:37 nilsson Exp $ +*/ #include "global.h" diff --git a/src/security.h b/src/security.h index ae5849f16ca45f2190e10131b8492b42757dc9fd..c8528f8cd6401f719c6d4f0f7e45508a04bc2940 100644 --- a/src/security.h +++ b/src/security.h @@ -1,9 +1,9 @@ -/*\ -||| 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: security.h,v 1.15 2002/10/08 20:22:26 nilsson Exp $ -\*/ +/* +|| 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: security.h,v 1.16 2002/10/11 01:39:37 nilsson Exp $ +*/ #include "global.h" diff --git a/src/signal_handler.c b/src/signal_handler.c index 6a08564456132543c643cf2ab8e102b6bb2c1506..8ec5b633a7402ba3a05f1c30bc125b611b59654e 100644 --- a/src/signal_handler.c +++ b/src/signal_handler.c @@ -1,10 +1,9 @@ -/*\ -||| 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.231 2002/10/08 23:31:25 nilsson Exp $ -\*/ -/**/ +/* +|| 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.232 2002/10/11 01:39:37 nilsson Exp $ +*/ #include "global.h" #include "fdlib.h" @@ -27,7 +26,7 @@ #include "main.h" #include <signal.h> -RCSID("$Id: signal_handler.c,v 1.231 2002/10/08 23:31:25 nilsson Exp $"); +RCSID("$Id: signal_handler.c,v 1.232 2002/10/11 01:39:37 nilsson Exp $"); #ifdef HAVE_PASSWD_H # include <passwd.h> diff --git a/src/signal_handler.h b/src/signal_handler.h index 56e19d3b8ce1fee1f70e90ceae3d76e8b91d4934..8a073ce0b5e20a5be913d349cf238566744be4d0 100644 --- a/src/signal_handler.h +++ b/src/signal_handler.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.14 2002/10/08 20:22:27 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.15 2002/10/11 01:39:37 nilsson Exp $ +*/ #ifndef SIGNAL_H #define SIGNAL_H diff --git a/src/smartlink.c b/src/smartlink.c index 3fc5748e6ada23be02d026387f707299434a10d3..606bed6762341c306699a944794b06fef141ea1e 100644 --- a/src/smartlink.c +++ b/src/smartlink.c @@ -1,9 +1,9 @@ -/*\ -||| 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: smartlink.c,v 1.13 2002/10/08 20:22:27 nilsson Exp $ -\*/ +/* +|| 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: smartlink.c,v 1.14 2002/10/11 01:39:38 nilsson Exp $ +*/ /* * smartlink - A smarter linker. @@ -92,7 +92,7 @@ int main(int argc, char **argv) if (!strcmp(argv[1], "-v")) { fprintf(stdout, - "$Id: smartlink.c,v 1.13 2002/10/08 20:22:27 nilsson Exp $\n" + "$Id: smartlink.c,v 1.14 2002/10/11 01:39:38 nilsson Exp $\n" "Usage:\n" "\t%s binary [args]\n", argv[0]); diff --git a/src/stralloc.c b/src/stralloc.c index 986a3c3c1a9ba3a1220ac8aecf1671d860a89448..3dba29a24f3ce2dbe1410172a0ecbb1a266ffbfd 100644 --- a/src/stralloc.c +++ b/src/stralloc.c @@ -1,10 +1,9 @@ -/*\ -||| 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.147 2002/10/08 23:31:25 nilsson Exp $ -\*/ -/**/ +/* +|| 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.148 2002/10/11 01:39:38 nilsson Exp $ +*/ #include "global.h" #include "stralloc.h" @@ -29,7 +28,7 @@ #define HUGE HUGE_VAL #endif /*!HUGE*/ -RCSID("$Id: stralloc.c,v 1.147 2002/10/08 23:31:25 nilsson Exp $"); +RCSID("$Id: stralloc.c,v 1.148 2002/10/11 01:39:38 nilsson Exp $"); /* #define STRALLOC_USE_PRIMES */ @@ -2633,4 +2632,3 @@ PMOD_EXPORT p_wchar2 *require_wstring2(struct pike_string *s, } return 0; } - diff --git a/src/stralloc.h b/src/stralloc.h index 3f686390242de9b516db24e945edb2e2894c2f67..30c98ef3b62e084673993183e37b7a730e445f28 100644 --- a/src/stralloc.h +++ b/src/stralloc.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.69 2002/10/08 20:22:27 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.70 2002/10/11 01:39:38 nilsson Exp $ +*/ #ifndef STRALLOC_H #define STRALLOC_H diff --git a/src/stuff.c b/src/stuff.c index 338a8fabd690a81629bb12bf1fdfc5fa1a1f4cc1..4663198bb54f1eca1ff923659b244a762befe988 100644 --- a/src/stuff.c +++ b/src/stuff.c @@ -1,9 +1,9 @@ -/*\ -||| 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: stuff.c,v 1.20 2002/10/08 20:22:27 nilsson Exp $ -\*/ +/* +|| 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: stuff.c,v 1.21 2002/10/11 01:39:38 nilsson Exp $ +*/ #include "global.h" #include "stuff.h" diff --git a/src/stuff.h b/src/stuff.h index e1fde33a1963ccdab44c610be4dbb3e2fae84d96..1f6ebb2750695da32163edcdebd5b367500dc98d 100644 --- a/src/stuff.h +++ b/src/stuff.h @@ -1,9 +1,9 @@ -/*\ -||| 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: stuff.h,v 1.15 2002/10/08 20:22:27 nilsson Exp $ -\*/ +/* +|| 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: stuff.h,v 1.16 2002/10/11 01:39:38 nilsson Exp $ +*/ #ifndef STUFF_H #define STUFF_H diff --git a/src/svalue.c b/src/svalue.c index f943fe25fb5a5d7e794bae10e40f59c6e1b924f3..376d768e00fcb82344324170e376cada2f6141bb 100644 --- a/src/svalue.c +++ b/src/svalue.c @@ -1,10 +1,9 @@ -/*\ -||| 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.146 2002/10/08 23:31:25 nilsson Exp $ -\*/ -/**/ +/* +|| 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.147 2002/10/11 01:39:38 nilsson Exp $ +*/ #include "global.h" #include "main.h" @@ -67,7 +66,7 @@ static int pike_isnan(double x) #endif /* HAVE__ISNAN */ #endif /* HAVE_ISNAN */ -RCSID("$Id: svalue.c,v 1.146 2002/10/08 23:31:25 nilsson Exp $"); +RCSID("$Id: svalue.c,v 1.147 2002/10/11 01:39:38 nilsson Exp $"); struct svalue dest_ob_zero = { T_INT, 0, diff --git a/src/svalue.h b/src/svalue.h index e0c42c670d1c8625d94783231f4677bdc8ce2883..3c8d3ec8d70f27b4dad7b88432b74b245f663267 100644 --- a/src/svalue.h +++ b/src/svalue.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.107 2002/10/08 20:22:27 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.108 2002/10/11 01:39:38 nilsson Exp $ +*/ #ifndef SVALUE_H #define SVALUE_H diff --git a/src/threads.c b/src/threads.c index 8d6d8dd10b4a0d2a77c848d88556486ad07c45ba..0dbdb10d035eafe857b34aadc81da3b983c217ad 100644 --- a/src/threads.c +++ b/src/threads.c @@ -1,12 +1,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: threads.c,v 1.187 2002/10/08 20:22:27 nilsson Exp $ -\*/ +/* +|| 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.188 2002/10/11 01:39:38 nilsson Exp $ +*/ #include "global.h" -RCSID("$Id: threads.c,v 1.187 2002/10/08 20:22:27 nilsson Exp $"); +RCSID("$Id: threads.c,v 1.188 2002/10/11 01:39:38 nilsson Exp $"); PMOD_EXPORT int num_threads = 1; PMOD_EXPORT int threads_disabled = 0; @@ -1975,4 +1975,3 @@ void th_cleanup(void) } #endif - diff --git a/src/threads.h b/src/threads.h index 7a7ac1816d8865fedde117208cd8353fbc1ce08d..121e8a0b193a9980b6a4395b6c7436bd1aa2c94d 100644 --- a/src/threads.h +++ b/src/threads.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.120 2002/10/08 20:22:27 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.121 2002/10/11 01:39:39 nilsson Exp $ +*/ #ifndef THREADS_H #define THREADS_H @@ -102,4 +102,3 @@ PMOD_EXPORT void th_farm(void (*fun)(void *), void *here); #include "interpret.h" #endif /* THREADS_H */ - diff --git a/src/time_stuff.h b/src/time_stuff.h index b53c6ce5ec3c554baae38d4a8f7ac4a975dbbf6a..5c27ea22cfe45aea1cae3cba7719e4873e5c9ce5 100644 --- a/src/time_stuff.h +++ b/src/time_stuff.h @@ -1,9 +1,9 @@ -/*\ -||| 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: time_stuff.h,v 1.11 2002/10/08 20:22:27 nilsson Exp $ -\*/ +/* +|| 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: time_stuff.h,v 1.12 2002/10/11 01:39:39 nilsson Exp $ +*/ #ifndef TIME_STUFF_H #define TIME_STUFF_H diff --git a/src/uncompressor.c b/src/uncompressor.c index 593b0cc5abe6b0b1e1ffe628b1c79a628360f279..2c07d7276a368990b6891b9ff842c2c067566228 100644 --- a/src/uncompressor.c +++ b/src/uncompressor.c @@ -1,9 +1,9 @@ -/*\ -||| 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: uncompressor.c,v 1.5 2002/10/08 20:22:27 nilsson Exp $ -\*/ +/* +|| 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: uncompressor.c,v 1.6 2002/10/11 01:39:39 nilsson Exp $ +*/ #include <sys/types.h> #include <sys/stat.h> diff --git a/src/version.c b/src/version.c index 6fc564cb90decb1d1f3fca43ba81ee1ee6fd5ad8..9188a3f6212b445f4b0802e0169c793b59be8c9e 100644 --- a/src/version.c +++ b/src/version.c @@ -1,10 +1,9 @@ -/*\ -||| 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.138 2002/10/08 23:31:26 nilsson Exp $ -\*/ -/**/ +/* +|| 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.139 2002/10/11 01:39:39 nilsson Exp $ +*/ #include "global.h" #include "svalue.h" @@ -12,7 +11,7 @@ #include "stralloc.h" #include "version.h" -RCSID("$Id: version.c,v 1.138 2002/10/08 23:31:26 nilsson Exp $"); +RCSID("$Id: version.c,v 1.139 2002/10/11 01:39:39 nilsson Exp $"); /*! @decl string version() *! diff --git a/src/version.h b/src/version.h index c8eeed6e610844a6d42046e452b03e6e7baac727..8d2b2571c0973561d4825e8113adb9b0e29702fe 100644 --- a/src/version.h +++ b/src/version.h @@ -1,9 +1,9 @@ -/*\ -||| 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.h,v 1.325 2002/10/08 20:22:27 nilsson Exp $ -\*/ +/* +|| 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.h,v 1.326 2002/10/11 01:39:39 nilsson Exp $ +*/ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 3