]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added 1995 to copyright message.
authorGuido van Rossum <guido@python.org>
Wed, 4 Jan 1995 19:10:35 +0000 (19:10 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 4 Jan 1995 19:10:35 +0000 (19:10 +0000)
Setup.in: clarified Tk comments somewhat.
structmodule.c: use memcpy() instead of double precision assignment.

39 files changed:
Modules/Setup.in
Modules/almodule.c
Modules/arraymodule.c
Modules/audioop.c
Modules/cdmodule.c
Modules/cgen.py
Modules/clmodule.c
Modules/config.c.in
Modules/cstubs
Modules/dbmmodule.c
Modules/dlmodule.c
Modules/fcntlmodule.c
Modules/flmodule.c
Modules/fmmodule.c
Modules/gdbmmodule.c
Modules/grpmodule.c
Modules/imageop.c
Modules/imgfile.c
Modules/mathmodule.c
Modules/md5module.c
Modules/mpzmodule.c
Modules/parsermodule.c
Modules/posixmodule.c
Modules/pwdmodule.c
Modules/regexmodule.c
Modules/selectmodule.c
Modules/sgimodule.c
Modules/signalmodule.c
Modules/socketmodule.c
Modules/stdwinmodule.c
Modules/stropmodule.c
Modules/structmodule.c
Modules/sunaudiodev.c
Modules/svmodule.c
Modules/threadmodule.c
Modules/timemodule.c
Modules/xxmodule.c
Modules/yuv.h
Modules/yuvconvert.c

index 661c7753aa2b2e2ad7d9798ebd5817f50c4cd061..65c559fd9fec2ce683d7ad7c90e178e90b2dacc9 100644 (file)
@@ -227,15 +227,22 @@ md5 md5module.c md5c.c
 #timing timingmodule.c
 
 
-# Steen Lumholt's tkinter module.  For use with plain Tk, use the
-# first line.  For use with extended Tk, edit tkappinit.c, add
-# appropriate -DWITH_... and libraries/objects to the second line, and
-# use that.  In all cases also enable the last line (TKPATH).
+# Steen Lumholt's tkinter module.
+#
+# For use with plain Tk, use the first line.
+#
+# For use with extended Tk (i.e. if you have added extra widgets to
+# the Tk library, such as the common "studButton" and "triButton"
+# extensions), edit tkappinit.c, add appropriate -DWITH_... and
+# libraries/objects to the second line, and use that.
+#
+# In all cases also enable the last line (TKPATH).
 
 # *** Use ONE of the following two lines, see previous comments ***
 #tkinter tkintermodule.c -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
 #tkinter tkintermodule.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
 
+# *** ALWAYS use this line as well ***
 #TKPATH=:$(DESTLIB)/tkinter
 
 
index 2ab60d47c48d4c15f5537d30a037a31fe73421e0..052939ec5ff64d85fe2195695888d28296b353dc 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 2584b03aa1c8bb60e365426c417f1a40581e81f9..735c615016d1657985c795226f14eef26a3023f1 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 22e309dc7ab9a78f98bfa73d415ac5fddc2d2e08..640e8162dcefd739fbc720ba42f0a280e67eff7b 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 0630ebc735b0062dc5701a183b6da17bbe229eda..3e095778aeef4e63d9204730015d93a2b9b69505 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 c133b2c878dd35765bcea3736dbc7dab37fb914e..b06308c85b226e3f4074029c2c63645759950a34 100644 (file)
@@ -1,17 +1,17 @@
 ########################################################################
-# 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
-# 
-# Permission to use, copy, modify, and distribute this software and its 
-# documentation for any purpose and without fee is hereby granted, 
+#
+# Permission to use, copy, modify, and distribute this software and its
+# documentation for any purpose and without fee is hereby granted,
 # provided that the above copyright notice appear in all copies and that
-# both that copyright notice and this permission notice appear in 
+# both that copyright notice and this permission notice appear in
 # supporting documentation, and that the names of Stichting Mathematisch
 # Centrum or CWI not be used in advertising or publicity pertaining to
 # distribution of the software without specific, written prior permission.
-# 
+#
 # STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
 # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 # FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
index 75542d1ecb2c3eb31f01ccc7138eab50437c621e..5ccf321739a5a1aeee4d4b0118d561453763b797 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 2be3e37154f2ea94dfd65058dc1eb1128a4753fc..ba8b9d78a5e8528f88bfbb3b7f300903bc7739de 100644 (file)
@@ -1,13 +1,13 @@
 /* -*- C -*- ***********************************************
-Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
-Amsterdam, The Netherlands.
+Copyright 1991-1994 by Stichting Mathematisch Centrum, Amsterdam,
+The Netherlands.
 
                         All Rights Reserved
 
-Permission to use, copy, modify, and distribute this software and its 
-documentation for any purpose and without fee is hereby granted, 
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
 provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in 
+both that copyright notice and this permission notice appear in
 supporting documentation, and that the names of Stichting Mathematisch
 Centrum or CWI not be used in advertising or publicity pertaining to
 distribution of the software without specific, written prior permission.
@@ -117,7 +117,7 @@ getversion()
 char *
 getcopyright()
 {
-       return "Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam";
+       return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
 }
 
 
index 848102459fa05ee4c4df8feb9dde6a632e11606d..246b15f01dcaaee6768ac44eb93029fb6f7eb533 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 b4849178124eabfc415099373d7eae0141ba4b11..867461fc654c340abe957296a31daedb5ad9f3d2 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 b6457cdf71cc387c4166efd2b0b395a67a71169c..1f1ce462b1130d1f94033b05168cc627b76ee9b1 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 0c6b4f073041f14291b6dfa36267e4fc7bdb71ff..9eb38c7e00760365f561f86540fa1f9407c19ee6 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 ab23b4734794add5a922150074687ee1528f00eb..f1dc634442ba20db69c70140a6a8202b63274919 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 4875d9a2d5f61a674edfb3da84adac263cfc449f..5fa78bd30632a6be4002110d4977cd38ef993e44 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 ccf934f305f5f7e6d2fba6ac3fba88049f95f155..56626d155a0c2c20edc00760a0cc7adcbca46426 100644 (file)
@@ -3,8 +3,8 @@
    follows:
 */
 /***********************************************************
-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 edb50cf4ccbb234cdc3f5e57c4ad5833befe92fb..ecb9ade8393135bc19fe1d6e0d40d7336774d197 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 d3d14e4362ebff1a8c3f65cdb31b62dc6e76accd..431bf50531159a697e59f090a7fb16332a610cd5 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 7163d722742cdcebc99c24e406665b989053db20..9c318be136c84d4104bea5fc2f7a494272024c3e 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 a1357dac8694f7fdcc9cf477498cca2b3d75f273..5b486fd174bdd6de3bce663d29e7518c11bf3eb8 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 9909d2cb4a9f956957dcc4540e655243df648d0b..bb98cc229d280a1d0b63458ec74129d1f4661eee 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 0067397452004749dd02927a92b42b6650615495..48079147a9d09c4cf95791dd7dc6dc6a866cdac4 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 8e3d96bf58e470a45145d686870e823f0c0ac507..0d95bcc98e84944b0d6e2957ed3ec44cf53d305c 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 3e3f9ccc349c4e9fc6b77a0b080cbbbea63ffe8e..0b8a6a87d9fa2941725a5b39f60f4b6117e59a4a 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 5775473697d72ad027f01934f361ff1d3b737992..a9253c2d365542b680f1e419a4cba57bb70ae0e2 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 c4b15ff0536f0af97c04688d9c6d07d49eee12d1..41ae9caf88aaab1a9592ee17d58af8bc785ad75a 100644 (file)
@@ -4,8 +4,8 @@ XXX support mstop parameter on search
 */
 
 /***********************************************************
-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 ef3ec23346cff34f7a32c42029f8dfb1d700de95..a9f55c30a5beb648a977cb2f8b9d1bc5565be334 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 69f9f7c0f33a2cd51049395d7a25b0f82cb27849..75a5746fef9a8d7fb708a8eaac8cc938aa8782c8 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 cf921a74612acf2ccfe593371dcc7ac55aeb0da4..713afbf073b40b8227662dfbb0ee01a2e5d757f2 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 39aa81e6490e3b5bc3e80972b688bae23e8133a1..08a6f4d9a3583c31339209205148c66e5978b2f1 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 23425276358a157b68aba7ae6aacb388b41ef5d9..eb411123fc7f8e13fc35ff983daa568f95d0e273 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 578a771c39094f8c1f3bdb2283af9d65794e3bef..326dfb8854a0f4729f0a1db92ad984dc4d62dc6a 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 7d8815e2604ca66898cfb368d2f622546c3465ba..a0ecb675d026f8e9a390ed175dd07ad8b17fd295 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
 
@@ -290,7 +290,7 @@ struct_pack(self, args)
                                        res += sizeof(float);
                                        break;
                                case 'd':
-                                       *(double*)res = fval;
+                                       memcpy(res, (char*)&fval, sizeof fval);
                                        res += sizeof(double);
                                        break;
                                }
@@ -415,9 +415,13 @@ struct_unpack(self, args)
                                break;
 
                        case 'd':
-                               v = newfloatobject(*(double*)str);
+                           {
+                               double d;
+                               memcpy((char *)&d, str, sizeof d);
+                               v = newfloatobject(d);
                                str += sizeof(double);
                                break;
+                           }
 
                        default:
                                err_setstr(StructError, "bad char in fmt");
index a2f3869d8548f072239e5bdc9ea229a944b750d3..49022240b5865594c7b6c80941613a8ca7f8ce4d 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 dad2414f18a3c8c10d68be4d2a4d7a9024da557f..dd48b7aea948cca848e59025c55e447bf3f94d52 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 3e742f31f24b07add5837304dc73e21aac03efe2..f2b8d2ffb77d6e63f61bd007648fbdcefaa7be4d 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 ac50fb91f7068693fa8eebb46a0d600a7b133aec..6caa37f2f594885a02a2ab2a2bc76c87a87ca9b4 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 52f48954e53f18c786420b530f300837bc5b9f2d..153bb8155188d05f012c709972e9bca8bb09d4fc 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 60b6287316d809a9b263ba5cc731899ea4c450e5..7de0fbe16ccd1b0ab20387c6aa793c0f6f5d94ca 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 69ec47c0fe9edd4bd1a2a0a1db6aa45581500087..68933b7f622a63dc0efd76567d2d47574fcab629 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