From 5799b520086129ed8aaadeb3b941b3000a42576a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 4 Jan 1995 19:06:22 +0000 Subject: [PATCH] Added 1995 copyright. object.h: made sizes and refcnts signed ints. stringobject.h: make getstrsize() signed int. methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions. --- Include/accessobject.h | 4 ++-- Include/allobjects.h | 4 ++-- Include/assert.h | 4 ++-- Include/bitset.h | 4 ++-- Include/bltinmodule.h | 4 ++-- Include/ceval.h | 4 ++-- Include/cgensupport.h | 4 ++-- Include/classobject.h | 4 ++-- Include/compile.h | 4 ++-- Include/dictobject.h | 4 ++-- Include/errcode.h | 4 ++-- Include/errors.h | 4 ++-- Include/eval.h | 4 ++-- Include/fileobject.h | 4 ++-- Include/floatobject.h | 4 ++-- Include/frameobject.h | 4 ++-- Include/funcobject.h | 4 ++-- Include/grammar.h | 4 ++-- Include/import.h | 4 ++-- Include/intobject.h | 4 ++-- Include/intrcheck.h | 4 ++-- Include/listobject.h | 4 ++-- Include/longintrepr.h | 4 ++-- Include/longobject.h | 4 ++-- Include/mappingobject.h | 4 ++-- Include/marshal.h | 4 ++-- Include/metagrammar.h | 4 ++-- Include/methodobject.h | 8 ++++++-- Include/modsupport.h | 4 ++-- Include/moduleobject.h | 4 ++-- Include/mymalloc.h | 4 ++-- Include/myproto.h | 4 ++-- Include/myselect.h | 4 ++-- Include/mytime.h | 4 ++-- Include/node.h | 4 ++-- Include/object.h | 14 +++++++------- Include/objimpl.h | 4 ++-- Include/opcode.h | 4 ++-- Include/osdefs.h | 4 ++-- Include/parsetok.h | 4 ++-- Include/pgenheaders.h | 4 ++-- Include/pyerrors.h | 4 ++-- Include/pythonrun.h | 4 ++-- Include/rangeobject.h | 4 ++-- Include/rename1.h | 4 ++-- Include/stringobject.h | 6 +++--- Include/structmember.h | 4 ++-- Include/sysmodule.h | 4 ++-- Include/token.h | 4 ++-- Include/traceback.h | 4 ++-- Include/tupleobject.h | 4 ++-- Modules/cgensupport.h | 4 ++-- Parser/assert.h | 4 ++-- 53 files changed, 116 insertions(+), 112 deletions(-) diff --git a/Include/accessobject.h b/Include/accessobject.h index 56193087b8ac7e..975b0f061ec93f 100644 --- a/Include/accessobject.h +++ b/Include/accessobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/allobjects.h b/Include/allobjects.h index d3cec8947efc49..363d9a1e86cfe2 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/assert.h b/Include/assert.h index d007eca26aa738..b0c08abee232ce 100644 --- a/Include/assert.h +++ b/Include/assert.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/bitset.h b/Include/bitset.h index 9be259a2976713..f1a1ead348aabe 100644 --- a/Include/bitset.h +++ b/Include/bitset.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/bltinmodule.h b/Include/bltinmodule.h index d000aaaa6fea7b..c94cf636d74a1d 100644 --- a/Include/bltinmodule.h +++ b/Include/bltinmodule.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/ceval.h b/Include/ceval.h index 8de2fc04ce1ca4..796b11aca2611a 100644 --- a/Include/ceval.h +++ b/Include/ceval.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/cgensupport.h b/Include/cgensupport.h index 4b295b30aa1ec8..fe02da22485797 100644 --- a/Include/cgensupport.h +++ b/Include/cgensupport.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/classobject.h b/Include/classobject.h index 227c9141f2b786..ec57cdb511b9d7 100644 --- a/Include/classobject.h +++ b/Include/classobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/compile.h b/Include/compile.h index 6c782da9a418ec..d2b6ed5960ab00 100644 --- a/Include/compile.h +++ b/Include/compile.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/dictobject.h b/Include/dictobject.h index 4afed79c4bad15..e03435bba1344d 100644 --- a/Include/dictobject.h +++ b/Include/dictobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/errcode.h b/Include/errcode.h index e8db943df6df16..7ed50a59d72531 100644 --- a/Include/errcode.h +++ b/Include/errcode.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/errors.h b/Include/errors.h index ff545bf5b8070e..69d27729e48e78 100755 --- a/Include/errors.h +++ b/Include/errors.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/eval.h b/Include/eval.h index ed33d448fa3823..3fd9c463a40380 100644 --- a/Include/eval.h +++ b/Include/eval.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/fileobject.h b/Include/fileobject.h index 7cdd63a0678741..f3dad7beb11535 100644 --- a/Include/fileobject.h +++ b/Include/fileobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/floatobject.h b/Include/floatobject.h index f6999bd236d580..5e5a2f0218d2ee 100644 --- a/Include/floatobject.h +++ b/Include/floatobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/frameobject.h b/Include/frameobject.h index d9b375a1a84eaa..f8ad710918fa59 100644 --- a/Include/frameobject.h +++ b/Include/frameobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/funcobject.h b/Include/funcobject.h index cb36518db5031a..9801505e67468b 100644 --- a/Include/funcobject.h +++ b/Include/funcobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/grammar.h b/Include/grammar.h index f2e008f9e05eec..2d3f88dd9bbd41 100644 --- a/Include/grammar.h +++ b/Include/grammar.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/import.h b/Include/import.h index 02c8ebff23cb29..7699bc625083ef 100644 --- a/Include/import.h +++ b/Include/import.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/intobject.h b/Include/intobject.h index 28471b54ed622f..91d4c096f7d106 100644 --- a/Include/intobject.h +++ b/Include/intobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/intrcheck.h b/Include/intrcheck.h index 2914a6ae1d244c..8f227008120603 100644 --- a/Include/intrcheck.h +++ b/Include/intrcheck.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/listobject.h b/Include/listobject.h index 212e3ce96ee050..f14286ec4345b7 100644 --- a/Include/listobject.h +++ b/Include/listobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/longintrepr.h b/Include/longintrepr.h index b8d279de975a2b..7ed12d29e1fffb 100644 --- a/Include/longintrepr.h +++ b/Include/longintrepr.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/longobject.h b/Include/longobject.h index 4c21e7a665c5a6..83daa3473159b4 100644 --- a/Include/longobject.h +++ b/Include/longobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/mappingobject.h b/Include/mappingobject.h index caedbc75499218..5422e9820e7459 100644 --- a/Include/mappingobject.h +++ b/Include/mappingobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/marshal.h b/Include/marshal.h index e086e84e4fbba6..ff829c30ec1261 100644 --- a/Include/marshal.h +++ b/Include/marshal.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/metagrammar.h b/Include/metagrammar.h index 8248aed03dd066..4d386a2196971a 100644 --- a/Include/metagrammar.h +++ b/Include/metagrammar.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/methodobject.h b/Include/methodobject.h index 5799a185909f60..178bdfb1343ead 100644 --- a/Include/methodobject.h +++ b/Include/methodobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved @@ -49,6 +49,10 @@ struct methodlist { extern object *findmethod PROTO((struct methodlist *, object *, char *)); +/* Flag passed to newmethodobject */ +#define METH_VARARGS 0x0001 +#define METH_FREENAME 0x0100 + #ifdef __cplusplus } #endif diff --git a/Include/modsupport.h b/Include/modsupport.h index 69378cdbfc2501..9fe8763e5bd6cd 100644 --- a/Include/modsupport.h +++ b/Include/modsupport.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/moduleobject.h b/Include/moduleobject.h index 3bd26427290442..c9dc96dc8b6f74 100644 --- a/Include/moduleobject.h +++ b/Include/moduleobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/mymalloc.h b/Include/mymalloc.h index ea676c3cf1bbc4..877bcb98971f92 100644 --- a/Include/mymalloc.h +++ b/Include/mymalloc.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/myproto.h b/Include/myproto.h index 686275506b00cb..e60d2cc78b0fe6 100644 --- a/Include/myproto.h +++ b/Include/myproto.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/myselect.h b/Include/myselect.h index e4f2b289a5f32f..ee964eb18466ea 100644 --- a/Include/myselect.h +++ b/Include/myselect.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/mytime.h b/Include/mytime.h index e175d5aedf93c6..bdd939efd0c281 100644 --- a/Include/mytime.h +++ b/Include/mytime.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/node.h b/Include/node.h index a2a2212b4b7d39..f98d7fcea70054 100644 --- a/Include/node.h +++ b/Include/node.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/object.h b/Include/object.h index e4195674c95fb9..433876feaf7eab 100644 --- a/Include/object.h +++ b/Include/object.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved @@ -99,14 +99,14 @@ whose size is determined when the object is allocated. #define OB_HEAD_INIT(type) 0, 0, 1, type, #else #define OB_HEAD \ - unsigned int ob_refcnt; \ + int ob_refcnt; \ struct _typeobject *ob_type; #define OB_HEAD_INIT(type) 1, type, #endif #define OB_VARHEAD \ OB_HEAD \ - unsigned int ob_size; /* Number of items in variable part */ + int ob_size; /* Number of items in variable part */ typedef struct _object { OB_HEAD @@ -197,7 +197,7 @@ typedef long (*hashfunc) PROTO((object *)); typedef struct _typeobject { OB_VARHEAD char *tp_name; /* For printing */ - unsigned int tp_basicsize, tp_itemsize; /* For allocation */ + int tp_basicsize, tp_itemsize; /* For allocation */ /* Methods to implement standard operations */ @@ -304,7 +304,7 @@ extern long ref_total; #endif #define INCREF(op) (ref_total++, (op)->ob_refcnt++) #define DECREF(op) \ - if (--ref_total, --(op)->ob_refcnt > 0) \ + if (--ref_total, --(op)->ob_refcnt != 0) \ ; \ else \ DELREF(op) @@ -316,7 +316,7 @@ extern long ref_total; #endif #define INCREF(op) ((op)->ob_refcnt++) #define DECREF(op) \ - if (--(op)->ob_refcnt > 0) \ + if (--(op)->ob_refcnt != 0) \ ; \ else \ DELREF(op) diff --git a/Include/objimpl.h b/Include/objimpl.h index c904cf8c426ae3..a8ce3cb0ed7ac2 100644 --- a/Include/objimpl.h +++ b/Include/objimpl.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/opcode.h b/Include/opcode.h index b6a42ccf9d3203..65fe1bb2afd45d 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/osdefs.h b/Include/osdefs.h index fd05298d8caaa0..25c9c362ace707 100644 --- a/Include/osdefs.h +++ b/Include/osdefs.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/parsetok.h b/Include/parsetok.h index b27cf4ec91eef5..a568f464246344 100644 --- a/Include/parsetok.h +++ b/Include/parsetok.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h index adfae6850c3839..2f1bf50030a96b 100644 --- a/Include/pgenheaders.h +++ b/Include/pgenheaders.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/pyerrors.h b/Include/pyerrors.h index ff545bf5b8070e..69d27729e48e78 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/pythonrun.h b/Include/pythonrun.h index 0ac9fb5b0a3abf..f59e54e86dfe35 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/rangeobject.h b/Include/rangeobject.h index 50d660b2139309..d35f1fd60c05e7 100644 --- a/Include/rangeobject.h +++ b/Include/rangeobject.h @@ -1,6 +1,6 @@ /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/rename1.h b/Include/rename1.h index f271c44b102e09..2ae9326e953058 100755 --- a/Include/rename1.h +++ b/Include/rename1.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/stringobject.h b/Include/stringobject.h index b6ec1c8ca3e695..67bb57ba1bf0b2 100644 --- a/Include/stringobject.h +++ b/Include/stringobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved @@ -63,7 +63,7 @@ extern DL_IMPORT typeobject Stringtype; extern object *newsizedstringobject PROTO((char *, int)); extern object *newstringobject PROTO((char *)); -extern unsigned int getstringsize PROTO((object *)); +extern int getstringsize PROTO((object *)); extern char *getstringvalue PROTO((object *)); extern void joinstring PROTO((object **, object *)); extern void joinstring_decref PROTO((object **, object *)); diff --git a/Include/structmember.h b/Include/structmember.h index 2e9bd0d2db2aa8..50589faaba517c 100644 --- a/Include/structmember.h +++ b/Include/structmember.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/sysmodule.h b/Include/sysmodule.h index e48e4a32e768f0..46d0070d66ef77 100644 --- a/Include/sysmodule.h +++ b/Include/sysmodule.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/token.h b/Include/token.h index 928177333485c7..0e138fc7cf1fde 100644 --- a/Include/token.h +++ b/Include/token.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/traceback.h b/Include/traceback.h index a1b6d5eab8f02d..bc9422b2064e90 100644 --- a/Include/traceback.h +++ b/Include/traceback.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Include/tupleobject.h b/Include/tupleobject.h index f89c655b2f0198..b57c0174a350ac 100644 --- a/Include/tupleobject.h +++ b/Include/tupleobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Modules/cgensupport.h b/Modules/cgensupport.h index 4b295b30aa1ec8..fe02da22485797 100644 --- a/Modules/cgensupport.h +++ b/Modules/cgensupport.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved diff --git a/Parser/assert.h b/Parser/assert.h index d007eca26aa738..b0c08abee232ce 100644 --- a/Parser/assert.h +++ b/Parser/assert.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved