From: Guido van Rossum Date: Wed, 4 Jan 1995 19:06:22 +0000 (+0000) Subject: Added 1995 copyright. X-Git-Tag: v1.2b1~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5799b520086129ed8aaadeb3b941b3000a42576a;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Include/accessobject.h b/Include/accessobject.h index 56193087b8ac..975b0f061ec9 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 d3cec8947efc..363d9a1e86cf 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 d007eca26aa7..b0c08abee232 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 9be259a29767..f1a1ead348aa 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 d000aaaa6fea..c94cf636d74a 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 8de2fc04ce1c..796b11aca261 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 4b295b30aa1e..fe02da224857 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 227c9141f2b7..ec57cdb511b9 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 6c782da9a418..d2b6ed5960ab 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 4afed79c4bad..e03435bba134 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 e8db943df6df..7ed50a59d725 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 ff545bf5b807..69d27729e48e 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 ed33d448fa38..3fd9c463a403 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 7cdd63a06787..f3dad7beb115 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 f6999bd236d5..5e5a2f0218d2 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 d9b375a1a84e..f8ad710918fa 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 cb36518db503..9801505e6746 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 f2e008f9e05e..2d3f88dd9bbd 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 02c8ebff23cb..7699bc625083 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 28471b54ed62..91d4c096f7d1 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 2914a6ae1d24..8f2270081206 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 212e3ce96ee0..f14286ec4345 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 b8d279de975a..7ed12d29e1ff 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 4c21e7a665c5..83daa3473159 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 caedbc754992..5422e9820e74 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 e086e84e4fbb..ff829c30ec12 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 8248aed03dd0..4d386a219697 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 5799a185909f..178bdfb1343e 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 69378cdbfc25..9fe8763e5bd6 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 3bd264272904..c9dc96dc8b6f 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 ea676c3cf1bb..877bcb98971f 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 686275506b00..e60d2cc78b0f 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 e4f2b289a5f3..ee964eb18466 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 e175d5aedf93..bdd939efd0c2 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 a2a2212b4b7d..f98d7fcea700 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 e4195674c95f..433876feaf7e 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 c904cf8c426a..a8ce3cb0ed7a 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 b6a42ccf9d32..65fe1bb2afd4 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 fd05298d8caa..25c9c362ace7 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 b27cf4ec91ee..a568f4642463 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 adfae6850c38..2f1bf50030a9 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 ff545bf5b807..69d27729e48e 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 0ac9fb5b0a3a..f59e54e86dfe 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 50d660b21393..d35f1fd60c05 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 f271c44b102e..2ae9326e9530 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 b6ec1c8ca3e6..67bb57ba1bf0 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 2e9bd0d2db2a..50589faaba51 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 e48e4a32e768..46d0070d66ef 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 928177333485..0e138fc7cf1f 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 a1b6d5eab8f0..bc9422b2064e 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 f89c655b2f01..b57c0174a350 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 4b295b30aa1e..fe02da224857 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 d007eca26aa7..b0c08abee232 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