[BACK]Return to pari-2.0.17.beta.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / pari

Annotation of OpenXM/src/pari/pari-2.0.17.beta.diff, Revision 1.1

1.1     ! ohara       1: diff -ubBr pari-2.0.17.beta.orig/Configure pari-2.0.17.beta/Configure
        !             2: --- pari-2.0.17.beta.orig/Configure    Tue Sep 21 00:53:58 1999
        !             3: +++ pari-2.0.17.beta/Configure Tue Dec  7 23:27:09 2004
        !             4: @@ -859,7 +859,7 @@
        !             5:              cppfl="-DUSE_ELF"
        !             6:      fi ;;
        !             7:  esac
        !             8: -CPP="$cc $cppfl -E -I."
        !             9: +CPP="$CC $cppfl -E -I."
        !            10:
        !            11:  echo "C PreProcessor is      $CPP"
        !            12:
        !            13: diff -ubBr pari-2.0.17.beta.orig/Odos/paricfg.h pari-2.0.17.beta/Odos/paricfg.h
        !            14: --- pari-2.0.17.beta.orig/Odos/paricfg.h       Tue Sep 21 00:56:06 1999
        !            15: +++ pari-2.0.17.beta/Odos/paricfg.h    Tue Dec  7 23:27:09 2004
        !            16: @@ -2,7 +2,7 @@
        !            17:  #ifndef __CONFIG_H__
        !            18:  #define __CONFIG_H__
        !            19:  
        !            20: -#ifdef _MSC_VER /* Bill Daly: avoid spurious Warnings from MSVS */
        !            21: +#ifdef _MSC_VER /* Bill Daly: avoid spurious Warnings from MSVC */
        !            22:  #  pragma warning(disable: 4013 4018 4146 4244 4761)
        !            23:  #endif
        !            24:  
        !            25: diff -ubBr pari-2.0.17.beta.orig/config/Makefile.SH pari-2.0.17.beta/config/Makefile.SH
        !            26: --- pari-2.0.17.beta.orig/config/Makefile.SH   Thu Sep 16 22:48:59 1999
        !            27: +++ pari-2.0.17.beta/config/Makefile.SH        Tue Dec  7 23:29:18 2004
        !            28: @@ -429,17 +429,17 @@
        !            29:    plot-dyn)
        !            30:      source="$src/graph/\$(PLOTFILE)"
        !            31:      cflags="\$(DYNFLAGS) \$(PLOTCFLAGS)"
        !            32: -    depend="$src/graph/rect.h libpari.dll libpari_dll.h libpari_globals.h libpari.dll"
        !            33: +    depend="$src/graph/rect.h libpari.dll libpari_dll.h libpari.dll"
        !            34:      ;;
        !            35:    gp-dyn|gp_rl-dyn)
        !            36:      source=$src\/`echo $dir | sed -e "s/dyn//"`\/`echo $f | cut -f1 -d-`.c
        !            37:      cflags="\$(DYNFLAGS) -I$src/language \$(RLINCLUDE)"
        !            38: -    depend="$src/language/anal.h $src/gp/gp.h ./paricfg.h libpari_dll.h libpari_globals.h libpari.dll"
        !            39: +    depend="$src/language/anal.h $src/gp/gp.h ./paricfg.h libpari_dll.h libpari.dll"
        !            40:      ;;
        !            41:    gp_init-dyn|plotport-dyn)
        !            42:      source=$src\/`echo $dir | sed -e "s/dyn//"`\/`echo $f | cut -f1 -d-`.c
        !            43:      cflags="\$(DYNFLAGS) -I$src/graph"
        !            44: -    depend="$src/graph/rect.h libpari_dll.h libpari_globals.h libpari.dll"
        !            45: +    depend="$src/graph/rect.h libpari_dll.h libpari.dll"
        !            46:      ;;
        !            47:    init|es|sumiter)
        !            48:      depend="$src/language/anal.h"
        !            49: diff -ubBr pari-2.0.17.beta.orig/config/TOP_Make.SH pari-2.0.17.beta/config/TOP_Make.SH
        !            50: --- pari-2.0.17.beta.orig/config/TOP_Make.SH   Thu Sep 16 22:48:59 1999
        !            51: +++ pari-2.0.17.beta/config/TOP_Make.SH        Tue Dec  7 23:27:09 2004
        !            52: @@ -48,7 +48,7 @@
        !            53:        @echo " ctags                   Generate VI/VIM tags file in ./src"
        !            54:        @echo " etags                   Generate Emacs  tags file in ./src"
        !            55:
        !            56: -gp all bench test-compat test-graphic install clean cleantest install-bin install-doc install-lib-sta install-bin-sta dobench::
        !            57: +gp all lib-sta bench test-compat test-graphic install clean cleantest install-bin install-doc install-lib-sta install-bin-sta install-lib-dyn install-data install-include install-man install-misc dobench::
        !            58:        cd $objdir; \$(MAKE) \$@
        !            59:
        !            60:  doc docps gpman::
        !            61: diff -ubBr pari-2.0.17.beta.orig/config/has_exp2.c pari-2.0.17.beta/config/has_exp2.c
        !            62: --- pari-2.0.17.beta.orig/config/has_exp2.c    Thu Sep 16 22:48:59 1999
        !            63: +++ pari-2.0.17.beta/config/has_exp2.c Tue Dec  7 23:27:09 2004
        !            64: @@ -1,2 +1,2 @@
        !            65:  #include <math.h>
        !            66: -main(){double x=exp2(1.0);}
        !            67: +main(){double x=exp2(2.017);}
        !            68: diff -ubBr pari-2.0.17.beta.orig/src/headers/paricom.h pari-2.0.17.beta/src/headers/paricom.h
        !            69: --- pari-2.0.17.beta.orig/src/headers/paricom.h        Thu Sep 16 22:50:21 1999
        !            70: +++ pari-2.0.17.beta/src/headers/paricom.h     Tue Dec  7 23:27:09 2004
        !            71: @@ -86,7 +86,9 @@
        !            72:  #else
        !            73:    BEGINEXTERN
        !            74:      double exp2(double);
        !            75: +#    ifndef __CYGWIN32__
        !            76:      double log2(double);
        !            77: +#    endif
        !            78:    ENDEXTERN
        !            79:  #endif
        !            80:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>