[Gmp-commit] /home/hgfiles/gmp: 2 new changesets

mercurial at gmplib.org mercurial at gmplib.org
Mon Feb 7 08:05:32 CET 2011


details:   /home/hgfiles/gmp/rev/a59126d2fd09
changeset: 13834:a59126d2fd09
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Mon Feb 07 08:02:10 2011 +0100
description:
Correct use of sublsh.

details:   /home/hgfiles/gmp/rev/5d639287e647
changeset: 13835:5d639287e647
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Mon Feb 07 08:05:27 2011 +0100
description:
Update some copyright year.

diffstat:

 gmp-impl.h                          |  2 +-
 mpn/asm-defs.m4                     |  4 ++--
 mpn/generic/toom_interpolate_8pts.c |  4 ++--
 mpz/lucnum_ui.c                     |  2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diffs (58 lines):

diff -r a375236a1e6b -r 5d639287e647 gmp-impl.h
--- a/gmp-impl.h	Sun Feb 06 20:27:28 2011 +0100
+++ b/gmp-impl.h	Mon Feb 07 08:05:27 2011 +0100
@@ -4,7 +4,7 @@
    BE SUBJECT TO INCOMPATIBLE CHANGES IN FUTURE GNU MP RELEASES.
 
 Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
-2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library.
 
diff -r a375236a1e6b -r 5d639287e647 mpn/asm-defs.m4
--- a/mpn/asm-defs.m4	Sun Feb 06 20:27:28 2011 +0100
+++ b/mpn/asm-defs.m4	Mon Feb 07 08:05:27 2011 +0100
@@ -2,8 +2,8 @@
 dnl
 dnl  m4 macros for gmp assembly code, shared by all CPUs.
 
-dnl  Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
-dnl  Foundation, Inc.
+dnl  Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2011 Free
+dnl  Software Foundation, Inc.
 dnl
 dnl  This file is part of the GNU MP Library.
 dnl
diff -r a375236a1e6b -r 5d639287e647 mpn/generic/toom_interpolate_8pts.c
--- a/mpn/generic/toom_interpolate_8pts.c	Sun Feb 06 20:27:28 2011 +0100
+++ b/mpn/generic/toom_interpolate_8pts.c	Mon Feb 07 08:05:27 2011 +0100
@@ -6,7 +6,7 @@
    SAFE TO REACH IT THROUGH DOCUMENTED INTERFACES.  IN FACT, IT IS ALMOST
    GUARANTEED THAT IT WILL CHANGE OR DISAPPEAR IN A FUTURE GNU MP RELEASE.
 
-Copyright 2009 Free Software Foundation, Inc.
+Copyright 2009, 2011 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library.
 
@@ -61,7 +61,7 @@
 #endif
 
 #if HAVE_NATIVE_mpn_sublsh_n
-#define DO_mpn_sublsh_n(dst,src,n,s,ws) mpn_sublsh_n (dst,src,n,s)
+#define DO_mpn_sublsh_n(dst,src,n,s,ws) mpn_sublsh_n (dst,dst,src,n,s)
 #else
 static mp_limb_t
 DO_mpn_sublsh_n (mp_ptr dst, mp_srcptr src, mp_size_t n, unsigned int s, mp_ptr ws)
diff -r a375236a1e6b -r 5d639287e647 mpz/lucnum_ui.c
--- a/mpz/lucnum_ui.c	Sun Feb 06 20:27:28 2011 +0100
+++ b/mpz/lucnum_ui.c	Mon Feb 07 08:05:27 2011 +0100
@@ -1,6 +1,6 @@
 /* mpz_lucnum_ui -- calculate Lucas number.
 
-Copyright 2001, 2003, 2005 Free Software Foundation, Inc.
+Copyright 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library.
 


More information about the gmp-commit mailing list