[Pkg-scicomp-devel] arprec/branches/upstream/current

Christophe Prud'homme prudhomm at debian.org
Mon Oct 16 13:52:49 UTC 2006


SVN commit 1316 by prudhomm:

Load /tmp/tmp.wpflc20701/arprec-2.1.98 into
arprec/branches/upstream/current.


 A             arprec/branches/upstream/current/AUTHORS  
 A             arprec/branches/upstream/current/COPYING  
 M  +2382 -1045 arprec/branches/upstream/current/ChangeLog  
 M  +28 -25    arprec/branches/upstream/current/INSTALL  
 D             arprec/branches/upstream/current/LICENSE  
 D             arprec/branches/upstream/current/Makefile  
 A             arprec/branches/upstream/current/Makefile.am  
 A             arprec/branches/upstream/current/Makefile.in  
 A             arprec/branches/upstream/current/NEWS  
 M  +12 -10    arprec/branches/upstream/current/README  
 M  +8 -4      arprec/branches/upstream/current/TODO  
 M  +854 -0    arprec/branches/upstream/current/aclocal.m4  
 A             arprec/branches/upstream/current/arprec-config.in  
 M  +18 -3     arprec/branches/upstream/current/config.h.in  
 D             arprec/branches/upstream/current/config/autogen.sh  
 M  +529 -366  arprec/branches/upstream/current/config/config.guess  
 M  +251 -84   arprec/branches/upstream/current/config/config.sub  
 AM            arprec/branches/upstream/current/config/depcomp  
 M  +252 -180  arprec/branches/upstream/current/config/install-sh  
 D             arprec/branches/upstream/current/config/makedist.sh  
 M  +89 -65    arprec/branches/upstream/current/config/missing  
 M  +113 -56   arprec/branches/upstream/current/config/mkinstalldirs  
 M  +5755 -2714 arprec/branches/upstream/current/configure  
 M  +128 -76   arprec/branches/upstream/current/configure.ac  
 D             arprec/branches/upstream/current/cpp/ArprecIntegrate.cpp  
 D             arprec/branches/upstream/current/cpp/ArprecIntegrate.h  
 D             arprec/branches/upstream/current/cpp/Integrate.cpp  
 D             arprec/branches/upstream/current/cpp/Integrate.h  
 D             arprec/branches/upstream/current/cpp/Makefile  
 A             arprec/branches/upstream/current/cpp/Makefile.am  
 A             arprec/branches/upstream/current/cpp/Makefile.in  
 D             arprec/branches/upstream/current/cpp/QuadErf.cpp  
 D             arprec/branches/upstream/current/cpp/QuadErf.h  
 D             arprec/branches/upstream/current/cpp/QuadGS.cpp  
 D             arprec/branches/upstream/current/cpp/QuadGS.h  
 D             arprec/branches/upstream/current/cpp/QuadTS.cpp  
 D             arprec/branches/upstream/current/cpp/QuadTS.h  
 A             arprec/branches/upstream/current/cpp/arprec-integrate.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/cpp/arprec-integrate.h   [License: UNKNOWN]
 M  +1 -1      arprec/branches/upstream/current/cpp/c_mp_test.c  
 D             arprec/branches/upstream/current/cpp/erfc.out  
 D             arprec/branches/upstream/current/cpp/gs.out  
 A             arprec/branches/upstream/current/cpp/integrate.h   [License: UNKNOWN]
 D             arprec/branches/upstream/current/cpp/make.deps  
 M  +5 -5      arprec/branches/upstream/current/cpp/matrix.h  
 M  +5 -3      arprec/branches/upstream/current/cpp/mp_ex.cpp  
 M  +6 -2      arprec/branches/upstream/current/cpp/mp_test.cpp  
 A             arprec/branches/upstream/current/cpp/mp_timer.cpp   [License: UNKNOWN]
 M  +2 -2      arprec/branches/upstream/current/cpp/mpslq1.cpp  
 M  +1 -1      arprec/branches/upstream/current/cpp/mpslq1.h  
 M  +2 -2      arprec/branches/upstream/current/cpp/mpslq1_main.cpp  
 M  +3 -0      arprec/branches/upstream/current/cpp/mpslq1_util.cpp  
 M  +2 -2      arprec/branches/upstream/current/cpp/mpslq2.cpp  
 M  +3 -3      arprec/branches/upstream/current/cpp/mpslq2_main.cpp  
 M  +1 -1      arprec/branches/upstream/current/cpp/mpslq2_templates.cpp  
 M  +6 -6      arprec/branches/upstream/current/cpp/mpslq3.cpp  
 M  +2 -2      arprec/branches/upstream/current/cpp/mpslq3_main.cpp  
 M  +1 -1      arprec/branches/upstream/current/cpp/pslq1.cpp  
 M  +2 -2      arprec/branches/upstream/current/cpp/pslq1.h  
 M  +2 -2      arprec/branches/upstream/current/cpp/pslq1_main.cpp  
 M  +1 -1      arprec/branches/upstream/current/cpp/pslq1_templates.cpp  
 M  +2 -2      arprec/branches/upstream/current/cpp/pslq1_util.cpp  
 M  +2 -2      arprec/branches/upstream/current/cpp/pslq2.cpp  
 M  +3 -3      arprec/branches/upstream/current/cpp/pslq2_main.cpp  
 M  +1 -1      arprec/branches/upstream/current/cpp/pslq2_util.cpp  
 M  +5 -5      arprec/branches/upstream/current/cpp/pslq3.cpp  
 M  +3 -3      arprec/branches/upstream/current/cpp/pslq3_main.cpp  
 M  +1 -1      arprec/branches/upstream/current/cpp/pslq_main_util.cpp  
 A             arprec/branches/upstream/current/cpp/quad-erf.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/cpp/quad-erf.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/cpp/quad-gs.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/cpp/quad-gs.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/cpp/quad-ts.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/cpp/quad-ts.h   [License: UNKNOWN]
 M  +14 -11    arprec/branches/upstream/current/cpp/quads.cpp  
 A             arprec/branches/upstream/current/cpp/tictoc.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/cpp/tictoc.h   [License: UNKNOWN]
 D             arprec/branches/upstream/current/cpp/timer.cpp  
 D             arprec/branches/upstream/current/cpp/timer.h  
 D             arprec/branches/upstream/current/cpp/ts.out  
 M  +5 -3      arprec/branches/upstream/current/cpp/util.cpp  
 M  +1 -1      arprec/branches/upstream/current/cpp/util.h  
 D             arprec/branches/upstream/current/doc (directory)  
 D             arprec/branches/upstream/current/f90 (directory)  
 A             arprec/branches/upstream/current/fortran (directory)  
 A             arprec/branches/upstream/current/fortran/Makefile.am  
 A             arprec/branches/upstream/current/fortran/Makefile.in  
 A             arprec/branches/upstream/current/fortran/f_test.f  
 A             arprec/branches/upstream/current/fortran/main.cpp   [License: no copyright]
 A             arprec/branches/upstream/current/fortran/mp_mod.f  
 A             arprec/branches/upstream/current/fortran/mp_modm.f  
 A             arprec/branches/upstream/current/fortran/mp_modx.f  
 A             arprec/branches/upstream/current/fortran/roots.f  
 A             arprec/branches/upstream/current/fortran/second.f.in  
 A             arprec/branches/upstream/current/fortran/tpslq1.f  
 A             arprec/branches/upstream/current/fortran/tpslq2.f  
 A             arprec/branches/upstream/current/fortran/tpslq3.f  
 A             arprec/branches/upstream/current/fortran/tpslqm1.f  
 A             arprec/branches/upstream/current/fortran/tpslqm2.f  
 A             arprec/branches/upstream/current/fortran/tpslqm3.f  
 A             arprec/branches/upstream/current/fortran/tquaderf.f  
 A             arprec/branches/upstream/current/fortran/tquadgs.f  
 A             arprec/branches/upstream/current/fortran/tquadts.f  
 A             arprec/branches/upstream/current/include/Makefile.am  
 A             arprec/branches/upstream/current/include/Makefile.in  
 A             arprec/branches/upstream/current/include/arprec (directory)  
 A             arprec/branches/upstream/current/include/arprec/arprec_config.h.in  
 A             arprec/branches/upstream/current/include/arprec/c_mp.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/double_inline.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/fpu.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/mp.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/mp_complex.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/mp_complex_inline.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/mp_complex_temp.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/mp_inline.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/mp_int.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/mp_int_inline.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/mp_int_temp.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/mp_real.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/include/arprec/mp_real_temp.h   [License: UNKNOWN]
 D             arprec/branches/upstream/current/include/mp (directory)  
 D             arprec/branches/upstream/current/lib (directory)  
 A             arprec/branches/upstream/current/m4 (directory)  
 A             arprec/branches/upstream/current/m4/ax_cxx_fc_lib.m4  
 A             arprec/branches/upstream/current/m4/ax_cxx_fma.m4  
 A             arprec/branches/upstream/current/m4/ax_f90_module_flag.m4  
 A             arprec/branches/upstream/current/m4/ax_f90_module_style.m4  
 A             arprec/branches/upstream/current/m4/ax_fc_etime.m4  
 D             arprec/branches/upstream/current/make.inc.in  
 D             arprec/branches/upstream/current/src/Makefile  
 A             arprec/branches/upstream/current/src/Makefile.am  
 A             arprec/branches/upstream/current/src/Makefile.in  
 A             arprec/branches/upstream/current/src/add.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/agmx.cpp   [License: no copyright]
 A             arprec/branches/upstream/current/src/ang.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/angx.cpp   [License: no copyright]
 D             arprec/branches/upstream/current/src/arprec.cpp  
 A             arprec/branches/upstream/current/src/bessel.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/besselexp.cpp   [License: UNKNOWN]
 M  +18 -15    arprec/branches/upstream/current/src/c_mp.cpp  
 A             arprec/branches/upstream/current/src/complex.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/cpr.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/cshx.cpp   [License: no copyright]
 A             arprec/branches/upstream/current/src/cssh.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/cssn.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/cssx.cpp   [License: no copyright]
 A             arprec/branches/upstream/current/src/dexc.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/div.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/divd.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/divx.cpp   [License: no copyright]
 A             arprec/branches/upstream/current/src/dmc.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/dotd.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/eq.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/erf.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/erfc.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/exp.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/expx.cpp   [License: no copyright]
 M  +3 -3      arprec/branches/upstream/current/src/f_mp.cpp  
 A             arprec/branches/upstream/current/src/fft1.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/fft2.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/fft3.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/fftcr.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/fftrc.cpp   [License: UNKNOWN]
 M  +1 -1      arprec/branches/upstream/current/src/fpu.cpp  
 A             arprec/branches/upstream/current/src/gamma.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/infr.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/init.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/inix.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/inpc.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/int.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/io.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/lconv.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/log.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/logx.cpp   [License: no copyright]
 D             arprec/branches/upstream/current/src/make.deps  
 A             arprec/branches/upstream/current/src/mdc.cpp   [License: UNKNOWN]
 D             arprec/branches/upstream/current/src/mpcomplex.cpp  
 D             arprec/branches/upstream/current/src/mpint.cpp  
 D             arprec/branches/upstream/current/src/mpreal.cpp  
 D             arprec/branches/upstream/current/src/mpreal2.cpp  
 D             arprec/branches/upstream/current/src/mpreal3.cpp  
 D             arprec/branches/upstream/current/src/mpreal4.cpp  
 D             arprec/branches/upstream/current/src/mpreal_friends.cpp  
 D             arprec/branches/upstream/current/src/mprealx.cpp  
 D             arprec/branches/upstream/current/src/mprealx2.cpp  
 D             arprec/branches/upstream/current/src/mprealx3.cpp  
 D             arprec/branches/upstream/current/src/mputil.cpp  
 A             arprec/branches/upstream/current/src/mul.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/mulacc.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/muld.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/mulx.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/nint.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/norm.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/npwr.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/npwx.cpp   [License: no copyright]
 A             arprec/branches/upstream/current/src/nrt.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/nrtx.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/out.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/outc.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/outx.cpp   [License: no copyright]
 A             arprec/branches/upstream/current/src/pi.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/pix.cpp   [License: no copyright]
 A             arprec/branches/upstream/current/src/qd.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/rand.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/read.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/roun.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/small_inline.h   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/sort.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/sqrt.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/sqrtx.cpp   [License: no copyright]
 A             arprec/branches/upstream/current/src/sqx.cpp   [License: no copyright]
 A             arprec/branches/upstream/current/src/sub.cpp   [License: UNKNOWN]
 A             arprec/branches/upstream/current/src/write.cpp   [License: UNKNOWN]
 D             arprec/branches/upstream/current/toolkit/Makefile  
 A             arprec/branches/upstream/current/toolkit/Makefile.am  
 A             arprec/branches/upstream/current/toolkit/Makefile.in  
 D             arprec/branches/upstream/current/toolkit/main.cpp  
 D             arprec/branches/upstream/current/toolkit/mp_mod.f  
 M  +2 -1      arprec/branches/upstream/current/toolkit/second.f.in  





More information about the Pkg-scicomp-devel mailing list