aboutsummaryrefslogtreecommitdiff
path: root/math/asir2000/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'math/asir2000/files/patch-ag')
-rw-r--r--math/asir2000/files/patch-ag24
1 files changed, 21 insertions, 3 deletions
diff --git a/math/asir2000/files/patch-ag b/math/asir2000/files/patch-ag
index ca1664be124a..6ac60758df5f 100644
--- a/math/asir2000/files/patch-ag
+++ b/math/asir2000/files/patch-ag
@@ -1,5 +1,5 @@
---- parse/glob.c.orig Tue Oct 11 00:16:38 2005
-+++ parse/glob.c Tue Oct 11 00:24:51 2005
+--- parse/glob.c.orig Thu Jan 4 00:48:08 2007
++++ parse/glob.c Wed Jul 18 12:25:46 2007
@@ -51,6 +51,7 @@
#include "al.h"
#include "parse.h"
@@ -8,7 +8,7 @@
#if defined(PARI)
#include "genpari.h"
#endif
-@@ -767,7 +768,7 @@
+@@ -765,7 +766,7 @@
char *get_pariversion()
{
#if PARI
@@ -17,3 +17,21 @@
return PARIVERSION", Copyright (C) 2000-2005 The PARI Group.\n";
#else
return "PARI 2.0.17, copyright 1989-1999, C. Batut, K. Belabas, D. Bernardi,\n H. Cohen and M. Olivier.\n";
+@@ -785,7 +786,7 @@
+
+ void copyright()
+ {
+- char *format = "This is Risa/Asir%s, Version %d (%s Distribution).\nCopyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\nCopyright 2000-2007, Risa/Asir committers, http://www.openxm.org/.\nGC 6.5 Copyright 1988-2005, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n%s";
++ char *format = "This is Risa/Asir%s, Version %d (%s Distribution).\nCopyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\nCopyright 2000-2007, Risa/Asir committers, http://www.openxm.org/.\nGC 6.8 Copyright 1988-2005, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n%s";
+ printf(format, get_intervalversion(), get_asir_version(), get_asir_distribution(), get_pariversion());
+ }
+
+@@ -794,7 +795,7 @@
+ static char *notice;
+ char *s1, *s2, *s3;
+ int d, len;
+- char *format = "This is Risa/Asir%s, Version %d (%s Distribution).\nCopyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\nCopyright 2000-2007, Risa/Asir committers, http://www.openxm.org/.\nGC 6.5 copyright 1988-2005, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n%s";
++ char *format = "This is Risa/Asir%s, Version %d (%s Distribution).\nCopyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\nCopyright 2000-2007, Risa/Asir committers, http://www.openxm.org/.\nGC 6.8 copyright 1988-2005, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n%s";
+ if (!notice) {
+ s1 = get_intervalversion();
+ s2 = get_asir_distribution();