]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added 1995 copyright.
authorGuido van Rossum <guido@python.org>
Wed, 4 Jan 1995 19:06:22 +0000 (19:06 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 4 Jan 1995 19:06:22 +0000 (19:06 +0000)
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.

53 files changed:
Include/accessobject.h
Include/allobjects.h
Include/assert.h
Include/bitset.h
Include/bltinmodule.h
Include/ceval.h
Include/cgensupport.h
Include/classobject.h
Include/compile.h
Include/dictobject.h
Include/errcode.h
Include/errors.h
Include/eval.h
Include/fileobject.h
Include/floatobject.h
Include/frameobject.h
Include/funcobject.h
Include/grammar.h
Include/import.h
Include/intobject.h
Include/intrcheck.h
Include/listobject.h
Include/longintrepr.h
Include/longobject.h
Include/mappingobject.h
Include/marshal.h
Include/metagrammar.h
Include/methodobject.h
Include/modsupport.h
Include/moduleobject.h
Include/mymalloc.h
Include/myproto.h
Include/myselect.h
Include/mytime.h
Include/node.h
Include/object.h
Include/objimpl.h
Include/opcode.h
Include/osdefs.h
Include/parsetok.h
Include/pgenheaders.h
Include/pyerrors.h
Include/pythonrun.h
Include/rangeobject.h
Include/rename1.h
Include/stringobject.h
Include/structmember.h
Include/sysmodule.h
Include/token.h
Include/traceback.h
Include/tupleobject.h
Modules/cgensupport.h
Parser/assert.h

index 56193087b8ac7ea05d2be415904b9829a95fe295..975b0f061ec93f0cc334f5399bd6207e0e4d00e2 100644 (file)
@@ -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
 
index d3cec8947efc49c188d1a6be008afea96db5f28e..363d9a1e86cfe2ac50b4f48cfac83a0348194d95 100644 (file)
@@ -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
 
index d007eca26aa738f02240068ea60908396b006632..b0c08abee232ce52fe9a6cb0114b4505e384975e 100644 (file)
@@ -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
 
index 9be259a2976713d4e8cf34ca8fde8fdc338b1045..f1a1ead348aabef7fef568cfeaf991fd85551502 100644 (file)
@@ -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
 
index d000aaaa6fea7b04de2d765c5346e0bb85faa65a..c94cf636d74a1d624ed810bd2d07cee0bba5b502 100644 (file)
@@ -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
 
index 8de2fc04ce1ca44adf9d170bd07917f11a9a19be..796b11aca2611a4cd8b82490678e18ca31c05a5f 100644 (file)
@@ -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
 
index 4b295b30aa1ec8fca94ebb01e05368dc277b6a7c..fe02da22485797bb591552d15e9366f65248ac9a 100644 (file)
@@ -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
 
index 227c9141f2b7861e15e17523eea1fec03e9496c4..ec57cdb511b9d73979d78b3ef6c3dac793260533 100644 (file)
@@ -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
 
index 6c782da9a418ec2512704ec6122381cd4a49af60..d2b6ed5960ab0044e5416f2aad74e284191fd48e 100644 (file)
@@ -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
 
index 4afed79c4bad15d3a1e9cb9beada7e86068d3336..e03435bba1344d1f6a1adf9370a2412ba47526f6 100644 (file)
@@ -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
 
index e8db943df6df16772f5ecf90d8b21fccff194b2a..7ed50a59d725318031a672650f67a3ce8145f1c4 100644 (file)
@@ -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
 
index ff545bf5b8070e8a292bcc48b14371a1e351a177..69d27729e48e788233da45b4007d4443dbdf2931 100755 (executable)
@@ -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
 
index ed33d448fa3823b82e1aff62352299fc669f0289..3fd9c463a4038002ac50b7d54d44acc671305ef2 100644 (file)
@@ -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
 
index 7cdd63a067874179d3ef61ac986767191cbfe05a..f3dad7beb11535f937ecb97774b589e759787c08 100644 (file)
@@ -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
 
index f6999bd236d580e4ea42e56b13e6ff694e2fd337..5e5a2f0218d2ee2995799f5a8411f74a7af70452 100644 (file)
@@ -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
 
index d9b375a1a84eaa7e89548694e4ea6cf4bdccba5b..f8ad710918fa59f636ea0d5e59e075723f1541f5 100644 (file)
@@ -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
 
index cb36518db5031ad51be11246685d149c1638c2ec..9801505e67468b5ebe8728b6b86d5b2529ceee33 100644 (file)
@@ -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
 
index f2e008f9e05eec4d4645752bf5996300c17e4a79..2d3f88dd9bbd41f86b8c84596d0d95038a684333 100644 (file)
@@ -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
 
index 02c8ebff23cb29d863a8d12b67756dce0d7359c0..7699bc625083effda2b3993f1c344bc780a83b91 100644 (file)
@@ -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
 
index 28471b54ed622f61b999981144886ddd1cbead9f..91d4c096f7d106ffb5a18ff3d6f69e29710d44ea 100644 (file)
@@ -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
 
index 2914a6ae1d244ce184077dc7444d36d9deab1e2f..8f22700812060370b5b64bf23ee3707edae4b82e 100644 (file)
@@ -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
 
index 212e3ce96ee05044d280e54112c5381bc05b3cb5..f14286ec4345b7cb22af02c94e99dda7a09baea4 100644 (file)
@@ -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
 
index b8d279de975a2b542a4042cb6385777d6034ba65..7ed12d29e1fffb5096fac314cc550f90b34d2322 100644 (file)
@@ -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
 
index 4c21e7a665c5a628e55da0d09c0d13e5e504d3f4..83daa3473159b4602dd017d6e404e42d9686a33f 100644 (file)
@@ -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
 
index caedbc754992180a1df6e03688a7ef331c3dbd7c..5422e9820e7459de870059886c790e87de97d5fb 100644 (file)
@@ -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
 
index e086e84e4fbba688b71df9391c318af64769328d..ff829c30ec1261f747b818458f89726ea4788ee1 100644 (file)
@@ -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
 
index 8248aed03dd06619b4b8d181395185a02cb614cb..4d386a2196971a566f4fe4d1f554df1803b209d7 100644 (file)
@@ -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
 
index 5799a185909f60bcfeed09740239715c06c8c904..178bdfb1343ead759ed897ddd36fc593f3f6ae9b 100644 (file)
@@ -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
index 69378cdbfc2501d35e753b56e3d98f7353839a02..9fe8763e5bd6cd965da5656367b1c678b1902261 100644 (file)
@@ -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
 
index 3bd264272904428743423399d3d69a28937a3413..c9dc96dc8b6f74da640348c355e099a8cce73fa3 100644 (file)
@@ -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
 
index ea676c3cf1bbc4eafba726dc2789b52feacdf856..877bcb98971f92ea77137affd59752d1b58f42f1 100644 (file)
@@ -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
 
index 686275506b00cb54af05221e225d2ced20d5a8fe..e60d2cc78b0fe6949f9e60bc24c2fb3136eb0db9 100644 (file)
@@ -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
 
index e4f2b289a5f32f0663b065631831a1dc588e7174..ee964eb18466eac8cad169d9376279d3cdbbd4e7 100644 (file)
@@ -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
 
index e175d5aedf93c68cf0b63ae19a2e63f61b1c6868..bdd939efd0c281c995d02f71b3a8150b886db5db 100644 (file)
@@ -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
 
index a2a2212b4b7d394b428b22bfc362a417c4ca7c5a..f98d7fcea70054309e77ee7e37e9136179d7a5c6 100644 (file)
@@ -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
 
index e4195674c95fb952279808974e58e9d3a8e94998..433876feaf7eabe80a5d6ead4d76abb5ac6c001c 100644 (file)
@@ -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)
index c904cf8c426ae353b5b4647ff48ab21e0b801174..a8ce3cb0ed7ac2da23f2904207ee6e789898c44f 100644 (file)
@@ -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
 
index b6a42ccf9d320361f6992c2fea1b885b68b6302d..65fe1bb2afd45d37f54eefaab5e23041615d5efc 100644 (file)
@@ -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
 
index fd05298d8caaa033d21b146218429cc435b349cd..25c9c362ace7077a0c1540dd32e680ff50d8a9a7 100644 (file)
@@ -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
 
index b27cf4ec91eef555955d16e6e3c5b110768e31a7..a568f4642463440c5deb55f2d78e146cdcfa95b8 100644 (file)
@@ -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
 
index adfae6850c38390c3d77b89f922f4f89e36992a6..2f1bf50030a96b67033fdfe48325965ebac77f03 100644 (file)
@@ -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
 
index ff545bf5b8070e8a292bcc48b14371a1e351a177..69d27729e48e788233da45b4007d4443dbdf2931 100644 (file)
@@ -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
 
index 0ac9fb5b0a3abfe0b4a7c15ec739db1cc12b69f1..f59e54e86dfe35cb303830fa7f8d40c53fb17a04 100644 (file)
@@ -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
 
index 50d660b2139309a020b9a124e1db1466e62dfee6..d35f1fd60c05e703d402f03e3f53a17546f956ff 100644 (file)
@@ -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
 
index f271c44b102e09480169e6560223462384a099d9..2ae9326e9530582462011138612b01ae0509c6cb 100755 (executable)
@@ -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
 
index b6ec1c8ca3e695e91b19759b552852405068d188..67bb57ba1bf0b2e0a5dcf927e87dd30cbf73bd85 100644 (file)
@@ -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 *));
index 2e9bd0d2db2aa85d02d984384e1c0ea970ae2836..50589faaba517cd6740e5c98f850b3b2bf2e16f5 100644 (file)
@@ -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
 
index e48e4a32e768f0f0e4e365d95f5ee2df197a69f4..46d0070d66ef773054d324f3a909c8928db8852f 100644 (file)
@@ -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
 
index 928177333485c7c6479ed8db93f69c97c3de8a43..0e138fc7cf1fdedf0ff95774282999dbc63f11af 100644 (file)
@@ -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
 
index a1b6d5eab8f02d9e41274f4c8519937ff230d432..bc9422b2064e90f50bd2110a3aea33e8a4ef7ca4 100644 (file)
@@ -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
 
index f89c655b2f01982906d79279320a307be57512b9..b57c0174a350acc4d3117cb4b9f77e8e25408083 100644 (file)
@@ -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
 
index 4b295b30aa1ec8fca94ebb01e05368dc277b6a7c..fe02da22485797bb591552d15e9366f65248ac9a 100644 (file)
@@ -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
 
index d007eca26aa738f02240068ea60908396b006632..b0c08abee232ce52fe9a6cb0114b4505e384975e 100644 (file)
@@ -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