From b9636d64bdac9d32ff004a2d70edd1a314f78cc5 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Fri, 21 Oct 2005 11:31:57 +0000 Subject: [PATCH] - Update to 20051010 PR: ports/87217 Submitted by: maintainer --- math/asir2000/Makefile | 27 +- math/asir2000/distinfo | 10 +- math/asir2000/files/patch-ac | 12 +- math/asir2000/files/patch-ag | 17 +- math/asir2000/files/patch-ba | 16 +- math/asir2000/pkg-plist | 2495 +++++++++++++++++----------------- 6 files changed, 1286 insertions(+), 1291 deletions(-) diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 385e35f0ebf0..1eec182ea1cf 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -6,11 +6,12 @@ # PORTNAME= asir -PORTVERSION= 20050603 +PORTVERSION= 20051010 CATEGORIES= math MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ - ftp://ftp.asir.org/pub/asir/src/ -DISTFILES= ${ASIR_SRC} ${ASIR_DOC} + ftp://ftp.asir.org/pub/asir/src/ \ + http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ +DISTFILES= ${ASIR_SRC} ${ASIR_DOC} ${GC_SRC} EXTRACT_ONLY= ${ASIR_SRC} MAINTAINER= saito@asir.org @@ -23,15 +24,17 @@ USE_AUTOCONF_VER= 253 USE_AUTOMAKE_VER= 15 USE_XLIB= yes CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari -ASIR_SRC_VERSION= 20050603 -ASIR_DOC_VERSION= 20050603 -ASIR_SRC= asir-${ASIR_DOC_VERSION}.tar.gz -ASIR_DOC= asirdoc-${ASIR_DOC_VERSION}.tar.gz -MAN1= asir.1 -PREFIX?= ${LOCALBASE} -WRKSRC= ${WRKDIR}/asir2000 +ASIR_SRC_VERSION= 20051010 +ASIR_DOC_VERSION= 20051009 +GC_VERSION= 6.5 +ASIR_SRC= asir-${ASIR_SRC_VERSION}.tar.gz +ASIR_DOC= asirdoc-${ASIR_DOC_VERSION}.tar.gz +GC_SRC= gc${GC_VERSION}.tar.gz +MAN1= asir.1 +PREFIX?= ${LOCALBASE} +WRKSRC= ${WRKDIR}/asir2000 -LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 \ +LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 \ fctrdata fctrtest fff glib gr ifplot katsura launch mat nf \ num primdec primdec_lex primdec_mod ratint robot solve sp \ sturm sym weight xm @@ -42,6 +45,8 @@ LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 \ BROKEN= "Does not compile on sparc64 or ia64" .endif +post-extract: + @( cd ${WRKSRC};${TAR} xfz ${DISTDIR}/${GC_SRC} ) pre-install: @${MKDIR} ${DATADIR} @${MKDIR} ${DOCSDIR} diff --git a/math/asir2000/distinfo b/math/asir2000/distinfo index f6af60a667f6..d5943ecc496f 100644 --- a/math/asir2000/distinfo +++ b/math/asir2000/distinfo @@ -1,4 +1,6 @@ -MD5 (asir-20050603.tar.gz) = 0ac9b56dd2fbb95be98ca776d0806434 -SIZE (asir-20050603.tar.gz) = 2368279 -MD5 (asirdoc-20050603.tar.gz) = 4ef0155807ebdae3df234f26b0e4eeb1 -SIZE (asirdoc-20050603.tar.gz) = 1339927 +MD5 (asir-20051010.tar.gz) = b86dc3c3f360dc1687fbd5cbf7ea4f04 +SIZE (asir-20051010.tar.gz) = 2389616 +MD5 (asirdoc-20051009.tar.gz) = 7eaefa48139c49c7f9d92502a06c7b8f +SIZE (asirdoc-20051009.tar.gz) = 1365038 +MD5 (gc6.5.tar.gz) = 00bf95cdcbedfa7321d14e0133b31cdb +SIZE (gc6.5.tar.gz) = 752464 diff --git a/math/asir2000/files/patch-ac b/math/asir2000/files/patch-ac index 6efe83b60bc0..7eb12c60aab2 100644 --- a/math/asir2000/files/patch-ac +++ b/math/asir2000/files/patch-ac @@ -1,10 +1,8 @@ ---- include/version.h.orig Sun Dec 19 01:50:10 2004 -+++ include/version.h Mon Jan 31 14:14:11 2005 -@@ -47,5 +47,5 @@ - * - * $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.196 2004/12/18 16:50:10 saito Exp $ +--- include/version.h.orig Sun Oct 9 13:46:54 2005 ++++ include/version.h Mon Oct 10 01:22:03 2005 +@@ -48,4 +48,4 @@ + * $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.215 2005/10/09 04:46:54 noro Exp $ */ --#define ASIR_VERSION 20041219 + #define ASIR_VERSION 20051009 -#define ASIR_DISTRIBUTION "Kobe" -+#define ASIR_VERSION 20050131 +#define ASIR_DISTRIBUTION "Plotting Group" diff --git a/math/asir2000/files/patch-ag b/math/asir2000/files/patch-ag index 8f838fbbed7b..ca1664be124a 100644 --- a/math/asir2000/files/patch-ag +++ b/math/asir2000/files/patch-ag @@ -1,5 +1,5 @@ ---- parse/glob.c.orig Wed Nov 24 15:01:04 2004 -+++ parse/glob.c Sat Dec 18 03:00:03 2004 +--- parse/glob.c.orig Tue Oct 11 00:16:38 2005 ++++ parse/glob.c Tue Oct 11 00:24:51 2005 @@ -51,6 +51,7 @@ #include "al.h" #include "parse.h" @@ -8,15 +8,12 @@ #if defined(PARI) #include "genpari.h" #endif -@@ -791,10 +792,7 @@ +@@ -767,7 +768,7 @@ char *get_pariversion() { #if PARI -#if 0 -- return "PARI 2.2.4, copyright (C) 2002 The PARI Group.\nPARI 2.0.17, copyright 1989-1999, C. Batut, K. Belabas, D. Bernardi,\n H. Cohen and M. Olivier.\n"; --#endif -- return "PARI 2.0.17, copyright 1989-1999, C. Batut, K. Belabas, D. Bernardi,\n H. Cohen and M. Olivier.\n"; -+ return "PARI 2.2.9 (alpha), copyright 1989-1999, C. Batut, K. Belabas, D. Bernardi,\n H. Cohen and M. Olivier.\n"; - #endif - return ""; - } ++#if 1 + 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"; diff --git a/math/asir2000/files/patch-ba b/math/asir2000/files/patch-ba index 8b5533f535f8..6c67b971a379 100644 --- a/math/asir2000/files/patch-ba +++ b/math/asir2000/files/patch-ba @@ -1,24 +1,16 @@ ---- Makefile.am.orig Mon Mar 24 20:30:38 2003 -+++ Makefile.am Fri May 2 15:33:10 2003 -@@ -9,13 +9,15 @@ +--- Makefile.am.orig Tue Jul 12 23:47:13 2005 ++++ Makefile.am Thu Aug 11 10:39:00 2005 +@@ -9,7 +9,8 @@ SUBDIRS = asm builtin engine fft include io lib parse ${PLOTDIR} -asirdir = ${libdir}/asir +bindir = ${prefix}/bin -+asirlibdir = ${datadir}/asir +asirdir = ${bindir} asir_PROGRAMS = asir asir_SOURCES = parse/main.c asir_LDADD = libasir.a libasir-gc.a - CLEANFILES = ${asir_LDADD} asir-openxm-${VERSION}.tgz - --DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" -+DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirlibdir}\" - INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ - -I${top_srcdir}/gc/include \ - @PARIINC@ @MPIINC@ @X_CFLAGS@ -@@ -76,33 +78,33 @@ +@@ -102,33 +103,33 @@ ${INSTALL_DATA} libasir-gc.a ${DESTDIR}${libdir}/libasir-gc.a install-openxm: asir${EXEEXT} install-libasir install-libasir-gc diff --git a/math/asir2000/pkg-plist b/math/asir2000/pkg-plist index 5d2568174039..e4d5331c9ca6 100644 --- a/math/asir2000/pkg-plist +++ b/math/asir2000/pkg-plist @@ -16,1251 +16,1252 @@ include/asir/prime.h include/asir/version.h include/asir/w_stdio.h include/asir/wsio.h -share/asir/alpi -share/asir/bfct -share/asir/bgk -share/asir/const -share/asir/cyclic -share/asir/defs.h -share/asir/dfff -share/asir/dmul -share/asir/dmul102 -share/asir/fctrdata -share/asir/fctrtest -share/asir/fff -share/asir/glib -share/asir/gr -share/asir/ifplot -share/asir/katsura -share/asir/launch -share/asir/mat -share/asir/nf -share/asir/num -share/asir/primdec -share/asir/primdec_lex -share/asir/primdec_mod -share/asir/ratint -share/asir/robot -share/asir/solve -share/asir/sp -share/asir/sturm -share/asir/sym -share/asir/xm -share/asir/weight -share/asir/ox_asir -share/asir/ox_plot -share/asir/ox_launch -share/asir/help -share/asir/help-eg/% -share/asir/help-eg/af -share/asir/help-eg/af_noalg -share/asir/help-eg/alg -share/asir/help-eg/algptorat -share/asir/help-eg/algv -share/asir/help-eg/ann -share/asir/help-eg/ann0 -share/asir/help-eg/append -share/asir/help-eg/arfreg -share/asir/help-eg/args -share/asir/help-eg/asciitostr -share/asir/help-eg/asq -share/asir/help-eg/bfct -share/asir/help-eg/bfunction -share/asir/help-eg/bload -share/asir/help-eg/bload27 -share/asir/help-eg/break -share/asir/help-eg/bsave -share/asir/help-eg/car -share/asir/help-eg/cdr -share/asir/help-eg/characteristic_ff -share/asir/help-eg/clear_canvas -share/asir/help-eg/close_file -share/asir/help-eg/coef -share/asir/help-eg/conj -share/asir/help-eg/conplot -share/asir/help-eg/cons -share/asir/help-eg/cont -share/asir/help-eg/continue -share/asir/help-eg/cputime -share/asir/help-eg/cr_gcda -share/asir/help-eg/ctrl -share/asir/help-eg/cyclic -share/asir/help-eg/debug -share/asir/help-eg/defpoly -share/asir/help-eg/defpoly_mod2 -share/asir/help-eg/deg -share/asir/help-eg/delete_history -share/asir/help-eg/det -share/asir/help-eg/deval -share/asir/help-eg/dgr -share/asir/help-eg/diff -share/asir/help-eg/dn -share/asir/help-eg/dp_gr_f_main -share/asir/help-eg/dp_dehomo -share/asir/help-eg/dp_dtop -share/asir/help-eg/dp_etov -share/asir/help-eg/dp_f4_main -share/asir/help-eg/dp_f4_mod_main -share/asir/help-eg/dp_gr_flags -share/asir/help-eg/dp_gr_main -share/asir/help-eg/dp_gr_mod_main -share/asir/help-eg/dp_gr_print -share/asir/help-eg/dp_hc -share/asir/help-eg/dp_hm -share/asir/help-eg/dp_homo -share/asir/help-eg/dp_ht -share/asir/help-eg/dp_lcm -share/asir/help-eg/dp_mag -share/asir/help-eg/dp_mbase -share/asir/help-eg/dp_mod -share/asir/help-eg/dp_nf -share/asir/help-eg/dp_nf_mod -share/asir/help-eg/dp_ord -share/asir/help-eg/dp_prim -share/asir/help-eg/dp_ptod -share/asir/help-eg/dp_ptozp -share/asir/help-eg/dp_rat -share/asir/help-eg/dp_red -share/asir/help-eg/dp_red_mod -share/asir/help-eg/dp_redble -share/asir/help-eg/dp_rest -share/asir/help-eg/dp_sp -share/asir/help-eg/dp_sp_mod -share/asir/help-eg/dp_subd -share/asir/help-eg/dp_sugar -share/asir/help-eg/dp_td -share/asir/help-eg/dp_true_nf -share/asir/help-eg/dp_true_nf_mod -share/asir/help-eg/dp_vtoe -share/asir/help-eg/dp_weyl_f4_main -share/asir/help-eg/dp_weyl_f4_mod_main -share/asir/help-eg/dp_weyl_gr_f_main -share/asir/help-eg/dp_weyl_gr_main -share/asir/help-eg/dp_weyl_gr_mod_main -share/asir/help-eg/draw_obj -share/asir/help-eg/draw_string -share/asir/help-eg/ecm_add_ff -share/asir/help-eg/ecm_chsgn_ff -share/asir/help-eg/ecm_sub_ff -share/asir/help-eg/end -share/asir/help-eg/error -share/asir/help-eg/eval -share/asir/help-eg/eval_str -share/asir/help-eg/extdeg_ff -share/asir/help-eg/fac -share/asir/help-eg/fctr -share/asir/help-eg/fctr_ff -share/asir/help-eg/field_order_ff -share/asir/help-eg/field_type_ff -share/asir/help-eg/flist -share/asir/help-eg/funargs -share/asir/help-eg/functor -share/asir/help-eg/gb_comp -share/asir/help-eg/gcd -share/asir/help-eg/gcdz -share/asir/help-eg/generate_port -share/asir/help-eg/generic_bfct -share/asir/help-eg/get_byte -share/asir/help-eg/get_line -share/asir/help-eg/get_rootdir -share/asir/help-eg/getenv -share/asir/help-eg/getopt -share/asir/help-eg/gf2nton -share/asir/help-eg/gf2ntop -share/asir/help-eg/gr -share/asir/help-eg/gr_minipoly -share/asir/help-eg/gr_mod -share/asir/help-eg/hcyclic -share/asir/help-eg/heap -share/asir/help-eg/help -share/asir/help-eg/hgr -share/asir/help-eg/hkatsura -share/asir/help-eg/iand -share/asir/help-eg/idiv -share/asir/help-eg/ifplot -share/asir/help-eg/igcd -share/asir/help-eg/igcdcntl -share/asir/help-eg/ilcm -share/asir/help-eg/imag -share/asir/help-eg/int32ton -share/asir/help-eg/inv -share/asir/help-eg/invmat -share/asir/help-eg/ior -share/asir/help-eg/irem -share/asir/help-eg/irredcheck_ff -share/asir/help-eg/ishift -share/asir/help-eg/ixor -share/asir/help-eg/katsura -share/asir/help-eg/kmul -share/asir/help-eg/ksquare -share/asir/help-eg/ktmul -share/asir/help-eg/length -share/asir/help-eg/lex_hensel -share/asir/help-eg/lex_hensel_gsl -share/asir/help-eg/lex_tl -share/asir/help-eg/lmptop -share/asir/help-eg/load -share/asir/help-eg/loop -share/asir/help-eg/lprime -share/asir/help-eg/lrandom -share/asir/help-eg/map -share/asir/help-eg/mindeg -share/asir/help-eg/minipoly -share/asir/help-eg/minipolym -share/asir/help-eg/modfctr -share/asir/help-eg/mt_load -share/asir/help-eg/mt_save -share/asir/help-eg/newalg -share/asir/help-eg/newbytearray -share/asir/help-eg/newmat -share/asir/help-eg/newstruct -share/asir/help-eg/newvect -share/asir/help-eg/nm -share/asir/help-eg/nmono -share/asir/help-eg/ntogf2n -share/asir/help-eg/ntoint32 -share/asir/help-eg/ntype -share/asir/help-eg/open_canvas -share/asir/help-eg/open_file -share/asir/help-eg/ord -share/asir/help-eg/output -share/asir/help-eg/ox_asir -share/asir/help-eg/ox_cmo_rpc -share/asir/help-eg/ox_execute_string -share/asir/help-eg/ox_flush -share/asir/help-eg/ox_get -share/asir/help-eg/ox_get_serverinfo -share/asir/help-eg/ox_intr -share/asir/help-eg/ox_launch -share/asir/help-eg/ox_launch_generic -share/asir/help-eg/ox_launch_nox -share/asir/help-eg/ox_pop_cmo -share/asir/help-eg/ox_pop_local -share/asir/help-eg/ox_pops -share/asir/help-eg/ox_push_cmd -share/asir/help-eg/ox_push_cmo -share/asir/help-eg/ox_push_local -share/asir/help-eg/ox_reset -share/asir/help-eg/ox_rpc -share/asir/help-eg/ox_select -share/asir/help-eg/ox_shutdown -share/asir/help-eg/ox_sync -share/asir/help-eg/p_nf -share/asir/help-eg/p_nf_mod -share/asir/help-eg/p_terms -share/asir/help-eg/p_true_nf -share/asir/help-eg/p_true_nf_mod -share/asir/help-eg/pari -share/asir/help-eg/plot -share/asir/help-eg/plotover -share/asir/help-eg/prim -share/asir/help-eg/primadec -share/asir/help-eg/prime -share/asir/help-eg/primedec -share/asir/help-eg/print -share/asir/help-eg/polarplot -share/asir/help-eg/primedec_mod -share/asir/help-eg/ptosfp -share/asir/help-eg/psubst -share/asir/help-eg/ptogf2n -share/asir/help-eg/ptozp -share/asir/help-eg/purge_stdin -share/asir/help-eg/put_byte -share/asir/help-eg/qsort -share/asir/help-eg/quit -share/asir/help-eg/random -share/asir/help-eg/random_ff -share/asir/help-eg/randpoly_ff -share/asir/help-eg/rattoalgp -share/asir/help-eg/real -share/asir/help-eg/red -share/asir/help-eg/register_handler -share/asir/help-eg/register_server -share/asir/help-eg/res -share/asir/help-eg/return -share/asir/help-eg/reverse -share/asir/help-eg/rtostr -share/asir/help-eg/sdiv -share/asir/help-eg/sdivm -share/asir/help-eg/set_upfft -share/asir/help-eg/set_upkara -share/asir/help-eg/set_uptkara -share/asir/help-eg/setmod -share/asir/help-eg/setmod_ff -share/asir/help-eg/setprec -share/asir/help-eg/sffctr -share/asir/help-eg/sfptop -share/asir/help-eg/shell -share/asir/help-eg/simp_ff -share/asir/help-eg/simpalg -share/asir/help-eg/size -share/asir/help-eg/sp -share/asir/help-eg/sp_noalg -share/asir/help-eg/sp_norm -share/asir/help-eg/sqfr -share/asir/help-eg/sqr -share/asir/help-eg/sqrm -share/asir/help-eg/srem -share/asir/help-eg/sremm -share/asir/help-eg/str_chr -share/asir/help-eg/str_len -share/asir/help-eg/strtoascii -share/asir/help-eg/strtov -share/asir/help-eg/sub_str -share/asir/help-eg/subst -share/asir/help-eg/tdiv -share/asir/help-eg/time -share/asir/help-eg/timer -share/asir/help-eg/tolex -share/asir/help-eg/tolex_d -share/asir/help-eg/tolex_gsl -share/asir/help-eg/tolex_gsl_d -share/asir/help-eg/tolex_tl -share/asir/help-eg/tolexm -share/asir/help-eg/try_accept -share/asir/help-eg/try_bind_listen -share/asir/help-eg/try_connect -share/asir/help-eg/tstart -share/asir/help-eg/tstop -share/asir/help-eg/type -share/asir/help-eg/uc -share/asir/help-eg/udecomp -share/asir/help-eg/udiv -share/asir/help-eg/ufctrhint -share/asir/help-eg/ugcd -share/asir/help-eg/uinv_as_power_series -share/asir/help-eg/umul -share/asir/help-eg/umul_ff -share/asir/help-eg/urem -share/asir/help-eg/urembymul -share/asir/help-eg/urembymul_precomp -share/asir/help-eg/ureverse -share/asir/help-eg/ureverse_inv_as_power_series -share/asir/help-eg/usquare -share/asir/help-eg/usquare_ff -share/asir/help-eg/utmul -share/asir/help-eg/utmul_ff -share/asir/help-eg/utrunc -share/asir/help-eg/var -share/asir/help-eg/vars -share/asir/help-eg/version -share/asir/help-eg/vtol -share/asir/help-eg/vtype -share/asir/help-eg/which -share/asir/help-jp/% -share/asir/help-jp/af -share/asir/help-jp/af_noalg -share/asir/help-jp/alg -share/asir/help-jp/algptorat -share/asir/help-jp/algv -share/asir/help-jp/ann -share/asir/help-jp/ann0 -share/asir/help-jp/append -share/asir/help-jp/arfreg -share/asir/help-jp/args -share/asir/help-jp/asciitostr -share/asir/help-jp/asq -share/asir/help-jp/bfct -share/asir/help-jp/bfunction -share/asir/help-jp/bload -share/asir/help-jp/bload27 -share/asir/help-jp/bsave -share/asir/help-jp/car -share/asir/help-jp/cdr -share/asir/help-jp/characteristic_ff -share/asir/help-jp/clear_canvas -share/asir/help-jp/close_file -share/asir/help-jp/coef -share/asir/help-jp/conj -share/asir/help-jp/conplot -share/asir/help-jp/cons -share/asir/help-jp/cont -share/asir/help-jp/cputime -share/asir/help-jp/cr_gcda -share/asir/help-jp/ctrl -share/asir/help-jp/cyclic -share/asir/help-jp/debug -share/asir/help-jp/defpoly -share/asir/help-jp/defpoly_mod2 -share/asir/help-jp/deg -share/asir/help-jp/delete_history -share/asir/help-jp/det -share/asir/help-jp/deval -share/asir/help-jp/dgr -share/asir/help-jp/diff -share/asir/help-jp/dn -share/asir/help-jp/dp_dehomo -share/asir/help-jp/dp_dtop -share/asir/help-jp/dp_etov -share/asir/help-jp/dp_f4_main -share/asir/help-jp/dp_f4_mod_main -share/asir/help-jp/dp_gr_flags -share/asir/help-jp/dp_gr_f_main -share/asir/help-jp/dp_gr_main -share/asir/help-jp/dp_gr_mod_main -share/asir/help-jp/dp_gr_print -share/asir/help-jp/dp_hc -share/asir/help-jp/dp_hm -share/asir/help-jp/dp_homo -share/asir/help-jp/dp_ht -share/asir/help-jp/dp_lcm -share/asir/help-jp/dp_mag -share/asir/help-jp/dp_mbase -share/asir/help-jp/dp_mod -share/asir/help-jp/dp_nf -share/asir/help-jp/dp_nf_mod -share/asir/help-jp/dp_ord -share/asir/help-jp/dp_prim -share/asir/help-jp/dp_ptod -share/asir/help-jp/dp_ptozp -share/asir/help-jp/dp_rat -share/asir/help-jp/dp_red -share/asir/help-jp/dp_red_mod -share/asir/help-jp/dp_redble -share/asir/help-jp/dp_rest -share/asir/help-jp/dp_sp -share/asir/help-jp/dp_sp_mod -share/asir/help-jp/dp_subd -share/asir/help-jp/dp_sugar -share/asir/help-jp/dp_td -share/asir/help-jp/dp_true_nf -share/asir/help-jp/dp_true_nf_mod -share/asir/help-jp/dp_vtoe -share/asir/help-jp/dp_weyl_f4_main -share/asir/help-jp/dp_weyl_f4_mod_main -share/asir/help-jp/dp_weyl_gr_f_main -share/asir/help-jp/dp_weyl_gr_main -share/asir/help-jp/dp_weyl_gr_mod_main -share/asir/help-jp/draw_obj -share/asir/help-jp/draw_string -share/asir/help-jp/ecm_add_ff -share/asir/help-jp/ecm_chsgn_ff -share/asir/help-jp/ecm_sub_ff -share/asir/help-jp/end -share/asir/help-jp/error -share/asir/help-jp/eval -share/asir/help-jp/eval_str -share/asir/help-jp/extdeg_ff -share/asir/help-jp/fac -share/asir/help-jp/fctr -share/asir/help-jp/fctr_ff -share/asir/help-jp/field_order_ff -share/asir/help-jp/field_type_ff -share/asir/help-jp/flist -share/asir/help-jp/funargs -share/asir/help-jp/functor -share/asir/help-jp/gb_comp -share/asir/help-jp/gcd -share/asir/help-jp/gcdz -share/asir/help-jp/generate_port -share/asir/help-jp/generic_bfct -share/asir/help-jp/get_byte -share/asir/help-jp/get_line -share/asir/help-jp/get_rootdir -share/asir/help-jp/getenv -share/asir/help-jp/getopt -share/asir/help-jp/gf2nton -share/asir/help-jp/gf2ntop -share/asir/help-jp/gr -share/asir/help-jp/gr_minipoly -share/asir/help-jp/gr_mod -share/asir/help-jp/hcyclic -share/asir/help-jp/heap -share/asir/help-jp/help -share/asir/help-jp/hgr -share/asir/help-jp/hkatsura -share/asir/help-jp/iand -share/asir/help-jp/idiv -share/asir/help-jp/ifplot -share/asir/help-jp/igcd -share/asir/help-jp/igcdcntl -share/asir/help-jp/ilcm -share/asir/help-jp/imag -share/asir/help-jp/int32ton -share/asir/help-jp/inv -share/asir/help-jp/invmat -share/asir/help-jp/ior -share/asir/help-jp/irem -share/asir/help-jp/irredcheck_ff -share/asir/help-jp/ishift -share/asir/help-jp/ixor -share/asir/help-jp/katsura -share/asir/help-jp/kmul -share/asir/help-jp/ksquare -share/asir/help-jp/ktmul -share/asir/help-jp/length -share/asir/help-jp/lex_hensel -share/asir/help-jp/lex_hensel_gsl -share/asir/help-jp/lex_tl -share/asir/help-jp/lmptop -share/asir/help-jp/load -share/asir/help-jp/lprime -share/asir/help-jp/lrandom -share/asir/help-jp/map -share/asir/help-jp/mindeg -share/asir/help-jp/minipoly -share/asir/help-jp/minipolym -share/asir/help-jp/modfctr -share/asir/help-jp/mt_load -share/asir/help-jp/mt_save -share/asir/help-jp/newalg -share/asir/help-jp/newbytearray -share/asir/help-jp/newmat -share/asir/help-jp/newstruct -share/asir/help-jp/newvect -share/asir/help-jp/nm -share/asir/help-jp/nmono -share/asir/help-jp/ntogf2n -share/asir/help-jp/ntoint32 -share/asir/help-jp/ntype -share/asir/help-jp/open_canvas -share/asir/help-jp/open_file -share/asir/help-jp/ord -share/asir/help-jp/output -share/asir/help-jp/ox_asir -share/asir/help-jp/ox_cmo_rpc -share/asir/help-jp/ox_execute_string -share/asir/help-jp/ox_flush -share/asir/help-jp/ox_get -share/asir/help-jp/ox_get_serverinfo -share/asir/help-jp/ox_intr -share/asir/help-jp/ox_launch -share/asir/help-jp/ox_launch_generic -share/asir/help-jp/ox_launch_nox -share/asir/help-jp/ox_pop_cmo -share/asir/help-jp/ox_pop_local -share/asir/help-jp/ox_pops -share/asir/help-jp/ox_push_cmd -share/asir/help-jp/ox_push_cmo -share/asir/help-jp/ox_push_local -share/asir/help-jp/ox_reset -share/asir/help-jp/ox_rpc -share/asir/help-jp/ox_select -share/asir/help-jp/ox_shutdown -share/asir/help-jp/ox_sync -share/asir/help-jp/p_nf -share/asir/help-jp/p_nf_mod -share/asir/help-jp/p_terms -share/asir/help-jp/p_true_nf -share/asir/help-jp/p_true_nf_mod -share/asir/help-jp/pari -share/asir/help-jp/plot -share/asir/help-jp/plotover -share/asir/help-jp/prim -share/asir/help-jp/primadec -share/asir/help-jp/prime -share/asir/help-jp/primedec -share/asir/help-jp/print -share/asir/help-jp/polarplot -share/asir/help-jp/primedec_mod -share/asir/help-jp/ptosfp -share/asir/help-jp/psubst -share/asir/help-jp/ptogf2n -share/asir/help-jp/ptozp -share/asir/help-jp/purge_stdin -share/asir/help-jp/put_byte -share/asir/help-jp/qsort -share/asir/help-jp/quit -share/asir/help-jp/random -share/asir/help-jp/random_ff -share/asir/help-jp/randpoly_ff -share/asir/help-jp/rattoalgp -share/asir/help-jp/real -share/asir/help-jp/red -share/asir/help-jp/register_handler -share/asir/help-jp/register_server -share/asir/help-jp/res -share/asir/help-jp/reverse -share/asir/help-jp/rtostr -share/asir/help-jp/sdiv -share/asir/help-jp/sdivm -share/asir/help-jp/set_upfft -share/asir/help-jp/set_upkara -share/asir/help-jp/set_uptkara -share/asir/help-jp/setmod -share/asir/help-jp/setmod_ff -share/asir/help-jp/setprec -share/asir/help-jp/sffctr -share/asir/help-jp/sfptop -share/asir/help-jp/shell -share/asir/help-jp/simp_ff -share/asir/help-jp/simpalg -share/asir/help-jp/size -share/asir/help-jp/sp -share/asir/help-jp/sp_noalg -share/asir/help-jp/sp_norm -share/asir/help-jp/sqfr -share/asir/help-jp/sqr -share/asir/help-jp/sqrm -share/asir/help-jp/srem -share/asir/help-jp/sremm -share/asir/help-jp/str_chr -share/asir/help-jp/str_len -share/asir/help-jp/strtoascii -share/asir/help-jp/strtov -share/asir/help-jp/sub_str -share/asir/help-jp/subst -share/asir/help-jp/tdiv -share/asir/help-jp/time -share/asir/help-jp/timer -share/asir/help-jp/tolex -share/asir/help-jp/tolex_d -share/asir/help-jp/tolex_gsl -share/asir/help-jp/tolex_gsl_d -share/asir/help-jp/tolex_tl -share/asir/help-jp/tolexm -share/asir/help-jp/try_accept -share/asir/help-jp/try_bind_listen -share/asir/help-jp/try_connect -share/asir/help-jp/tstart -share/asir/help-jp/tstop -share/asir/help-jp/type -share/asir/help-jp/uc -share/asir/help-jp/udecomp -share/asir/help-jp/udiv -share/asir/help-jp/ufctrhint -share/asir/help-jp/ugcd -share/asir/help-jp/uinv_as_power_series -share/asir/help-jp/umul -share/asir/help-jp/umul_ff -share/asir/help-jp/urem -share/asir/help-jp/urembymul -share/asir/help-jp/urembymul_precomp -share/asir/help-jp/ureverse -share/asir/help-jp/ureverse_inv_as_power_series -share/asir/help-jp/usquare -share/asir/help-jp/usquare_ff -share/asir/help-jp/utmul -share/asir/help-jp/utmul_ff -share/asir/help-jp/utrunc -share/asir/help-jp/var -share/asir/help-jp/vars -share/asir/help-jp/version -share/asir/help-jp/vtol -share/asir/help-jp/vtype -share/asir/help-jp/which -share/doc/asir/man-eg.pdf -share/doc/asir/man-jp.pdf -share/doc/asir/html-eg/man_1.html -share/doc/asir/html-eg/man_10.html -share/doc/asir/html-eg/man_100.html -share/doc/asir/html-eg/man_101.html -share/doc/asir/html-eg/man_102.html -share/doc/asir/html-eg/man_103.html -share/doc/asir/html-eg/man_104.html -share/doc/asir/html-eg/man_105.html -share/doc/asir/html-eg/man_106.html -share/doc/asir/html-eg/man_107.html -share/doc/asir/html-eg/man_108.html -share/doc/asir/html-eg/man_109.html -share/doc/asir/html-eg/man_11.html -share/doc/asir/html-eg/man_110.html -share/doc/asir/html-eg/man_111.html -share/doc/asir/html-eg/man_112.html -share/doc/asir/html-eg/man_113.html -share/doc/asir/html-eg/man_114.html -share/doc/asir/html-eg/man_115.html -share/doc/asir/html-eg/man_116.html -share/doc/asir/html-eg/man_117.html -share/doc/asir/html-eg/man_118.html -share/doc/asir/html-eg/man_119.html -share/doc/asir/html-eg/man_12.html -share/doc/asir/html-eg/man_120.html -share/doc/asir/html-eg/man_121.html -share/doc/asir/html-eg/man_122.html -share/doc/asir/html-eg/man_123.html -share/doc/asir/html-eg/man_124.html -share/doc/asir/html-eg/man_125.html -share/doc/asir/html-eg/man_126.html -share/doc/asir/html-eg/man_127.html -share/doc/asir/html-eg/man_128.html -share/doc/asir/html-eg/man_129.html -share/doc/asir/html-eg/man_13.html -share/doc/asir/html-eg/man_130.html -share/doc/asir/html-eg/man_131.html -share/doc/asir/html-eg/man_132.html -share/doc/asir/html-eg/man_133.html -share/doc/asir/html-eg/man_134.html -share/doc/asir/html-eg/man_135.html -share/doc/asir/html-eg/man_136.html -share/doc/asir/html-eg/man_137.html -share/doc/asir/html-eg/man_138.html -share/doc/asir/html-eg/man_139.html -share/doc/asir/html-eg/man_14.html -share/doc/asir/html-eg/man_140.html -share/doc/asir/html-eg/man_141.html -share/doc/asir/html-eg/man_142.html -share/doc/asir/html-eg/man_143.html -share/doc/asir/html-eg/man_144.html -share/doc/asir/html-eg/man_145.html -share/doc/asir/html-eg/man_146.html -share/doc/asir/html-eg/man_147.html -share/doc/asir/html-eg/man_148.html -share/doc/asir/html-eg/man_149.html -share/doc/asir/html-eg/man_15.html -share/doc/asir/html-eg/man_150.html -share/doc/asir/html-eg/man_151.html -share/doc/asir/html-eg/man_152.html -share/doc/asir/html-eg/man_153.html -share/doc/asir/html-eg/man_154.html -share/doc/asir/html-eg/man_155.html -share/doc/asir/html-eg/man_156.html -share/doc/asir/html-eg/man_157.html -share/doc/asir/html-eg/man_158.html -share/doc/asir/html-eg/man_159.html -share/doc/asir/html-eg/man_16.html -share/doc/asir/html-eg/man_160.html -share/doc/asir/html-eg/man_161.html -share/doc/asir/html-eg/man_162.html -share/doc/asir/html-eg/man_163.html -share/doc/asir/html-eg/man_164.html -share/doc/asir/html-eg/man_165.html -share/doc/asir/html-eg/man_166.html -share/doc/asir/html-eg/man_167.html -share/doc/asir/html-eg/man_168.html -share/doc/asir/html-eg/man_169.html -share/doc/asir/html-eg/man_17.html -share/doc/asir/html-eg/man_170.html -share/doc/asir/html-eg/man_171.html -share/doc/asir/html-eg/man_172.html -share/doc/asir/html-eg/man_173.html -share/doc/asir/html-eg/man_174.html -share/doc/asir/html-eg/man_175.html -share/doc/asir/html-eg/man_176.html -share/doc/asir/html-eg/man_177.html -share/doc/asir/html-eg/man_178.html -share/doc/asir/html-eg/man_179.html -share/doc/asir/html-eg/man_18.html -share/doc/asir/html-eg/man_180.html -share/doc/asir/html-eg/man_181.html -share/doc/asir/html-eg/man_182.html -share/doc/asir/html-eg/man_183.html -share/doc/asir/html-eg/man_184.html -share/doc/asir/html-eg/man_185.html -share/doc/asir/html-eg/man_186.html -share/doc/asir/html-eg/man_187.html -share/doc/asir/html-eg/man_188.html -share/doc/asir/html-eg/man_189.html -share/doc/asir/html-eg/man_19.html -share/doc/asir/html-eg/man_190.html -share/doc/asir/html-eg/man_191.html -share/doc/asir/html-eg/man_192.html -share/doc/asir/html-eg/man_193.html -share/doc/asir/html-eg/man_194.html -share/doc/asir/html-eg/man_195.html -share/doc/asir/html-eg/man_196.html -share/doc/asir/html-eg/man_197.html -share/doc/asir/html-eg/man_198.html -share/doc/asir/html-eg/man_199.html -share/doc/asir/html-eg/man_2.html -share/doc/asir/html-eg/man_20.html -share/doc/asir/html-eg/man_200.html -share/doc/asir/html-eg/man_201.html -share/doc/asir/html-eg/man_202.html -share/doc/asir/html-eg/man_203.html -share/doc/asir/html-eg/man_204.html -share/doc/asir/html-eg/man_205.html -share/doc/asir/html-eg/man_206.html -share/doc/asir/html-eg/man_207.html -share/doc/asir/html-eg/man_208.html -share/doc/asir/html-eg/man_209.html -share/doc/asir/html-eg/man_21.html -share/doc/asir/html-eg/man_210.html -share/doc/asir/html-eg/man_211.html -share/doc/asir/html-eg/man_212.html -share/doc/asir/html-eg/man_213.html -share/doc/asir/html-eg/man_214.html -share/doc/asir/html-eg/man_215.html -share/doc/asir/html-eg/man_216.html -share/doc/asir/html-eg/man_217.html -share/doc/asir/html-eg/man_218.html -share/doc/asir/html-eg/man_219.html -share/doc/asir/html-eg/man_22.html -share/doc/asir/html-eg/man_220.html -share/doc/asir/html-eg/man_221.html -share/doc/asir/html-eg/man_222.html -share/doc/asir/html-eg/man_223.html -share/doc/asir/html-eg/man_224.html -share/doc/asir/html-eg/man_225.html -share/doc/asir/html-eg/man_226.html -share/doc/asir/html-eg/man_227.html -share/doc/asir/html-eg/man_228.html -share/doc/asir/html-eg/man_229.html -share/doc/asir/html-eg/man_23.html -share/doc/asir/html-eg/man_230.html -share/doc/asir/html-eg/man_231.html -share/doc/asir/html-eg/man_232.html -share/doc/asir/html-eg/man_233.html -share/doc/asir/html-eg/man_234.html -share/doc/asir/html-eg/man_235.html -share/doc/asir/html-eg/man_236.html -share/doc/asir/html-eg/man_237.html -share/doc/asir/html-eg/man_238.html -share/doc/asir/html-eg/man_239.html -share/doc/asir/html-eg/man_24.html -share/doc/asir/html-eg/man_240.html -share/doc/asir/html-eg/man_241.html -share/doc/asir/html-eg/man_242.html -share/doc/asir/html-eg/man_243.html -share/doc/asir/html-eg/man_244.html -share/doc/asir/html-eg/man_245.html -share/doc/asir/html-eg/man_246.html -share/doc/asir/html-eg/man_247.html -share/doc/asir/html-eg/man_248.html -share/doc/asir/html-eg/man_249.html -share/doc/asir/html-eg/man_25.html -share/doc/asir/html-eg/man_250.html -share/doc/asir/html-eg/man_251.html -share/doc/asir/html-eg/man_252.html -share/doc/asir/html-eg/man_253.html -share/doc/asir/html-eg/man_254.html -share/doc/asir/html-eg/man_255.html -share/doc/asir/html-eg/man_256.html -share/doc/asir/html-eg/man_257.html -share/doc/asir/html-eg/man_258.html -share/doc/asir/html-eg/man_259.html -share/doc/asir/html-eg/man_26.html -share/doc/asir/html-eg/man_260.html -share/doc/asir/html-eg/man_261.html -share/doc/asir/html-eg/man_262.html -share/doc/asir/html-eg/man_263.html -share/doc/asir/html-eg/man_264.html -share/doc/asir/html-eg/man_265.html -share/doc/asir/html-eg/man_266.html -share/doc/asir/html-eg/man_267.html -share/doc/asir/html-eg/man_268.html -share/doc/asir/html-eg/man_269.html -share/doc/asir/html-eg/man_270.html -share/doc/asir/html-eg/man_271.html -share/doc/asir/html-eg/man_272.html -share/doc/asir/html-eg/man_273.html -share/doc/asir/html-eg/man_274.html -share/doc/asir/html-eg/man_275.html -share/doc/asir/html-eg/man_276.html -share/doc/asir/html-eg/man_277.html -share/doc/asir/html-eg/man_278.html -share/doc/asir/html-eg/man_279.html -share/doc/asir/html-eg/man_27.html -share/doc/asir/html-eg/man_280.html -share/doc/asir/html-eg/man_281.html -share/doc/asir/html-eg/man_282.html -share/doc/asir/html-eg/man_283.html -share/doc/asir/html-eg/man_284.html -share/doc/asir/html-eg/man_285.html -share/doc/asir/html-eg/man_286.html -share/doc/asir/html-eg/man_287.html -share/doc/asir/html-eg/man_288.html -share/doc/asir/html-eg/man_289.html -share/doc/asir/html-eg/man_28.html -share/doc/asir/html-eg/man_29.html -share/doc/asir/html-eg/man_3.html -share/doc/asir/html-eg/man_30.html -share/doc/asir/html-eg/man_31.html -share/doc/asir/html-eg/man_32.html -share/doc/asir/html-eg/man_33.html -share/doc/asir/html-eg/man_34.html -share/doc/asir/html-eg/man_35.html -share/doc/asir/html-eg/man_36.html -share/doc/asir/html-eg/man_37.html -share/doc/asir/html-eg/man_38.html -share/doc/asir/html-eg/man_39.html -share/doc/asir/html-eg/man_4.html -share/doc/asir/html-eg/man_40.html -share/doc/asir/html-eg/man_41.html -share/doc/asir/html-eg/man_42.html -share/doc/asir/html-eg/man_43.html -share/doc/asir/html-eg/man_44.html -share/doc/asir/html-eg/man_45.html -share/doc/asir/html-eg/man_46.html -share/doc/asir/html-eg/man_47.html -share/doc/asir/html-eg/man_48.html -share/doc/asir/html-eg/man_49.html -share/doc/asir/html-eg/man_5.html -share/doc/asir/html-eg/man_50.html -share/doc/asir/html-eg/man_51.html -share/doc/asir/html-eg/man_52.html -share/doc/asir/html-eg/man_53.html -share/doc/asir/html-eg/man_54.html -share/doc/asir/html-eg/man_55.html -share/doc/asir/html-eg/man_56.html -share/doc/asir/html-eg/man_57.html -share/doc/asir/html-eg/man_58.html -share/doc/asir/html-eg/man_59.html -share/doc/asir/html-eg/man_6.html -share/doc/asir/html-eg/man_60.html -share/doc/asir/html-eg/man_61.html -share/doc/asir/html-eg/man_62.html -share/doc/asir/html-eg/man_63.html -share/doc/asir/html-eg/man_64.html -share/doc/asir/html-eg/man_65.html -share/doc/asir/html-eg/man_66.html -share/doc/asir/html-eg/man_67.html -share/doc/asir/html-eg/man_68.html -share/doc/asir/html-eg/man_69.html -share/doc/asir/html-eg/man_7.html -share/doc/asir/html-eg/man_70.html -share/doc/asir/html-eg/man_71.html -share/doc/asir/html-eg/man_72.html -share/doc/asir/html-eg/man_73.html -share/doc/asir/html-eg/man_74.html -share/doc/asir/html-eg/man_75.html -share/doc/asir/html-eg/man_76.html -share/doc/asir/html-eg/man_77.html -share/doc/asir/html-eg/man_78.html -share/doc/asir/html-eg/man_79.html -share/doc/asir/html-eg/man_8.html -share/doc/asir/html-eg/man_80.html -share/doc/asir/html-eg/man_81.html -share/doc/asir/html-eg/man_82.html -share/doc/asir/html-eg/man_83.html -share/doc/asir/html-eg/man_84.html -share/doc/asir/html-eg/man_85.html -share/doc/asir/html-eg/man_86.html -share/doc/asir/html-eg/man_87.html -share/doc/asir/html-eg/man_88.html -share/doc/asir/html-eg/man_89.html -share/doc/asir/html-eg/man_9.html -share/doc/asir/html-eg/man_90.html -share/doc/asir/html-eg/man_91.html -share/doc/asir/html-eg/man_92.html -share/doc/asir/html-eg/man_93.html -share/doc/asir/html-eg/man_94.html -share/doc/asir/html-eg/man_95.html -share/doc/asir/html-eg/man_96.html -share/doc/asir/html-eg/man_97.html -share/doc/asir/html-eg/man_98.html -share/doc/asir/html-eg/man_99.html -share/doc/asir/html-eg/man_toc.html -share/doc/asir/html-jp/man_1.html -share/doc/asir/html-jp/man_10.html -share/doc/asir/html-jp/man_100.html -share/doc/asir/html-jp/man_101.html -share/doc/asir/html-jp/man_102.html -share/doc/asir/html-jp/man_103.html -share/doc/asir/html-jp/man_104.html -share/doc/asir/html-jp/man_105.html -share/doc/asir/html-jp/man_106.html -share/doc/asir/html-jp/man_107.html -share/doc/asir/html-jp/man_108.html -share/doc/asir/html-jp/man_109.html -share/doc/asir/html-jp/man_11.html -share/doc/asir/html-jp/man_110.html -share/doc/asir/html-jp/man_111.html -share/doc/asir/html-jp/man_112.html -share/doc/asir/html-jp/man_113.html -share/doc/asir/html-jp/man_114.html -share/doc/asir/html-jp/man_115.html -share/doc/asir/html-jp/man_116.html -share/doc/asir/html-jp/man_117.html -share/doc/asir/html-jp/man_118.html -share/doc/asir/html-jp/man_119.html -share/doc/asir/html-jp/man_12.html -share/doc/asir/html-jp/man_120.html -share/doc/asir/html-jp/man_121.html -share/doc/asir/html-jp/man_122.html -share/doc/asir/html-jp/man_123.html -share/doc/asir/html-jp/man_124.html -share/doc/asir/html-jp/man_125.html -share/doc/asir/html-jp/man_126.html -share/doc/asir/html-jp/man_127.html -share/doc/asir/html-jp/man_128.html -share/doc/asir/html-jp/man_129.html -share/doc/asir/html-jp/man_13.html -share/doc/asir/html-jp/man_130.html -share/doc/asir/html-jp/man_131.html -share/doc/asir/html-jp/man_132.html -share/doc/asir/html-jp/man_133.html -share/doc/asir/html-jp/man_134.html -share/doc/asir/html-jp/man_135.html -share/doc/asir/html-jp/man_136.html -share/doc/asir/html-jp/man_137.html -share/doc/asir/html-jp/man_138.html -share/doc/asir/html-jp/man_139.html -share/doc/asir/html-jp/man_14.html -share/doc/asir/html-jp/man_140.html -share/doc/asir/html-jp/man_141.html -share/doc/asir/html-jp/man_142.html -share/doc/asir/html-jp/man_143.html -share/doc/asir/html-jp/man_144.html -share/doc/asir/html-jp/man_145.html -share/doc/asir/html-jp/man_146.html -share/doc/asir/html-jp/man_147.html -share/doc/asir/html-jp/man_148.html -share/doc/asir/html-jp/man_149.html -share/doc/asir/html-jp/man_15.html -share/doc/asir/html-jp/man_150.html -share/doc/asir/html-jp/man_151.html -share/doc/asir/html-jp/man_152.html -share/doc/asir/html-jp/man_153.html -share/doc/asir/html-jp/man_154.html -share/doc/asir/html-jp/man_155.html -share/doc/asir/html-jp/man_156.html -share/doc/asir/html-jp/man_157.html -share/doc/asir/html-jp/man_158.html -share/doc/asir/html-jp/man_159.html -share/doc/asir/html-jp/man_16.html -share/doc/asir/html-jp/man_160.html -share/doc/asir/html-jp/man_161.html -share/doc/asir/html-jp/man_162.html -share/doc/asir/html-jp/man_163.html -share/doc/asir/html-jp/man_164.html -share/doc/asir/html-jp/man_165.html -share/doc/asir/html-jp/man_166.html -share/doc/asir/html-jp/man_167.html -share/doc/asir/html-jp/man_168.html -share/doc/asir/html-jp/man_169.html -share/doc/asir/html-jp/man_17.html -share/doc/asir/html-jp/man_170.html -share/doc/asir/html-jp/man_171.html -share/doc/asir/html-jp/man_172.html -share/doc/asir/html-jp/man_173.html -share/doc/asir/html-jp/man_174.html -share/doc/asir/html-jp/man_175.html -share/doc/asir/html-jp/man_176.html -share/doc/asir/html-jp/man_177.html -share/doc/asir/html-jp/man_178.html -share/doc/asir/html-jp/man_179.html -share/doc/asir/html-jp/man_18.html -share/doc/asir/html-jp/man_180.html -share/doc/asir/html-jp/man_181.html -share/doc/asir/html-jp/man_182.html -share/doc/asir/html-jp/man_183.html -share/doc/asir/html-jp/man_184.html -share/doc/asir/html-jp/man_185.html -share/doc/asir/html-jp/man_186.html -share/doc/asir/html-jp/man_187.html -share/doc/asir/html-jp/man_188.html -share/doc/asir/html-jp/man_189.html -share/doc/asir/html-jp/man_19.html -share/doc/asir/html-jp/man_190.html -share/doc/asir/html-jp/man_191.html -share/doc/asir/html-jp/man_192.html -share/doc/asir/html-jp/man_193.html -share/doc/asir/html-jp/man_194.html -share/doc/asir/html-jp/man_195.html -share/doc/asir/html-jp/man_196.html -share/doc/asir/html-jp/man_197.html -share/doc/asir/html-jp/man_198.html -share/doc/asir/html-jp/man_199.html -share/doc/asir/html-jp/man_2.html -share/doc/asir/html-jp/man_20.html -share/doc/asir/html-jp/man_200.html -share/doc/asir/html-jp/man_201.html -share/doc/asir/html-jp/man_202.html -share/doc/asir/html-jp/man_203.html -share/doc/asir/html-jp/man_204.html -share/doc/asir/html-jp/man_205.html -share/doc/asir/html-jp/man_206.html -share/doc/asir/html-jp/man_207.html -share/doc/asir/html-jp/man_208.html -share/doc/asir/html-jp/man_209.html -share/doc/asir/html-jp/man_21.html -share/doc/asir/html-jp/man_210.html -share/doc/asir/html-jp/man_211.html -share/doc/asir/html-jp/man_212.html -share/doc/asir/html-jp/man_213.html -share/doc/asir/html-jp/man_214.html -share/doc/asir/html-jp/man_215.html -share/doc/asir/html-jp/man_216.html -share/doc/asir/html-jp/man_217.html -share/doc/asir/html-jp/man_218.html -share/doc/asir/html-jp/man_219.html -share/doc/asir/html-jp/man_22.html -share/doc/asir/html-jp/man_220.html -share/doc/asir/html-jp/man_221.html -share/doc/asir/html-jp/man_222.html -share/doc/asir/html-jp/man_223.html -share/doc/asir/html-jp/man_224.html -share/doc/asir/html-jp/man_225.html -share/doc/asir/html-jp/man_226.html -share/doc/asir/html-jp/man_227.html -share/doc/asir/html-jp/man_228.html -share/doc/asir/html-jp/man_229.html -share/doc/asir/html-jp/man_23.html -share/doc/asir/html-jp/man_230.html -share/doc/asir/html-jp/man_231.html -share/doc/asir/html-jp/man_232.html -share/doc/asir/html-jp/man_233.html -share/doc/asir/html-jp/man_234.html -share/doc/asir/html-jp/man_235.html -share/doc/asir/html-jp/man_236.html -share/doc/asir/html-jp/man_237.html -share/doc/asir/html-jp/man_238.html -share/doc/asir/html-jp/man_239.html -share/doc/asir/html-jp/man_24.html -share/doc/asir/html-jp/man_240.html -share/doc/asir/html-jp/man_241.html -share/doc/asir/html-jp/man_242.html -share/doc/asir/html-jp/man_243.html -share/doc/asir/html-jp/man_244.html -share/doc/asir/html-jp/man_245.html -share/doc/asir/html-jp/man_246.html -share/doc/asir/html-jp/man_247.html -share/doc/asir/html-jp/man_248.html -share/doc/asir/html-jp/man_249.html -share/doc/asir/html-jp/man_25.html -share/doc/asir/html-jp/man_250.html -share/doc/asir/html-jp/man_251.html -share/doc/asir/html-jp/man_252.html -share/doc/asir/html-jp/man_253.html -share/doc/asir/html-jp/man_254.html -share/doc/asir/html-jp/man_255.html -share/doc/asir/html-jp/man_256.html -share/doc/asir/html-jp/man_257.html -share/doc/asir/html-jp/man_258.html -share/doc/asir/html-jp/man_259.html -share/doc/asir/html-jp/man_26.html -share/doc/asir/html-jp/man_260.html -share/doc/asir/html-jp/man_261.html -share/doc/asir/html-jp/man_262.html -share/doc/asir/html-jp/man_263.html -share/doc/asir/html-jp/man_264.html -share/doc/asir/html-jp/man_265.html -share/doc/asir/html-jp/man_266.html -share/doc/asir/html-jp/man_267.html -share/doc/asir/html-jp/man_268.html -share/doc/asir/html-jp/man_269.html -share/doc/asir/html-jp/man_270.html -share/doc/asir/html-jp/man_271.html -share/doc/asir/html-jp/man_272.html -share/doc/asir/html-jp/man_273.html -share/doc/asir/html-jp/man_274.html -share/doc/asir/html-jp/man_275.html -share/doc/asir/html-jp/man_276.html -share/doc/asir/html-jp/man_277.html -share/doc/asir/html-jp/man_278.html -share/doc/asir/html-jp/man_279.html -share/doc/asir/html-jp/man_27.html -share/doc/asir/html-jp/man_280.html -share/doc/asir/html-jp/man_281.html -share/doc/asir/html-jp/man_282.html -share/doc/asir/html-jp/man_283.html -share/doc/asir/html-jp/man_284.html -share/doc/asir/html-jp/man_285.html -share/doc/asir/html-jp/man_286.html -share/doc/asir/html-jp/man_287.html -share/doc/asir/html-jp/man_288.html -share/doc/asir/html-jp/man_289.html -share/doc/asir/html-jp/man_28.html -share/doc/asir/html-jp/man_29.html -share/doc/asir/html-jp/man_3.html -share/doc/asir/html-jp/man_30.html -share/doc/asir/html-jp/man_31.html -share/doc/asir/html-jp/man_32.html -share/doc/asir/html-jp/man_33.html -share/doc/asir/html-jp/man_34.html -share/doc/asir/html-jp/man_35.html -share/doc/asir/html-jp/man_36.html -share/doc/asir/html-jp/man_37.html -share/doc/asir/html-jp/man_38.html -share/doc/asir/html-jp/man_39.html -share/doc/asir/html-jp/man_4.html -share/doc/asir/html-jp/man_40.html -share/doc/asir/html-jp/man_41.html -share/doc/asir/html-jp/man_42.html -share/doc/asir/html-jp/man_43.html -share/doc/asir/html-jp/man_44.html -share/doc/asir/html-jp/man_45.html -share/doc/asir/html-jp/man_46.html -share/doc/asir/html-jp/man_47.html -share/doc/asir/html-jp/man_48.html -share/doc/asir/html-jp/man_49.html -share/doc/asir/html-jp/man_5.html -share/doc/asir/html-jp/man_50.html -share/doc/asir/html-jp/man_51.html -share/doc/asir/html-jp/man_52.html -share/doc/asir/html-jp/man_53.html -share/doc/asir/html-jp/man_54.html -share/doc/asir/html-jp/man_55.html -share/doc/asir/html-jp/man_56.html -share/doc/asir/html-jp/man_57.html -share/doc/asir/html-jp/man_58.html -share/doc/asir/html-jp/man_59.html -share/doc/asir/html-jp/man_6.html -share/doc/asir/html-jp/man_60.html -share/doc/asir/html-jp/man_61.html -share/doc/asir/html-jp/man_62.html -share/doc/asir/html-jp/man_63.html -share/doc/asir/html-jp/man_64.html -share/doc/asir/html-jp/man_65.html -share/doc/asir/html-jp/man_66.html -share/doc/asir/html-jp/man_67.html -share/doc/asir/html-jp/man_68.html -share/doc/asir/html-jp/man_69.html -share/doc/asir/html-jp/man_7.html -share/doc/asir/html-jp/man_70.html -share/doc/asir/html-jp/man_71.html -share/doc/asir/html-jp/man_72.html -share/doc/asir/html-jp/man_73.html -share/doc/asir/html-jp/man_74.html -share/doc/asir/html-jp/man_75.html -share/doc/asir/html-jp/man_76.html -share/doc/asir/html-jp/man_77.html -share/doc/asir/html-jp/man_78.html -share/doc/asir/html-jp/man_79.html -share/doc/asir/html-jp/man_8.html -share/doc/asir/html-jp/man_80.html -share/doc/asir/html-jp/man_81.html -share/doc/asir/html-jp/man_82.html -share/doc/asir/html-jp/man_83.html -share/doc/asir/html-jp/man_84.html -share/doc/asir/html-jp/man_85.html -share/doc/asir/html-jp/man_86.html -share/doc/asir/html-jp/man_87.html -share/doc/asir/html-jp/man_88.html -share/doc/asir/html-jp/man_89.html -share/doc/asir/html-jp/man_9.html -share/doc/asir/html-jp/man_90.html -share/doc/asir/html-jp/man_91.html -share/doc/asir/html-jp/man_92.html -share/doc/asir/html-jp/man_93.html -share/doc/asir/html-jp/man_94.html -share/doc/asir/html-jp/man_95.html -share/doc/asir/html-jp/man_96.html -share/doc/asir/html-jp/man_97.html -share/doc/asir/html-jp/man_98.html -share/doc/asir/html-jp/man_99.html -share/doc/asir/html-jp/man_toc.html -share/doc/asir/html-internal-ja/internal.html -share/doc/asir/html-internal-ja/internal_toc.html -share/doc/asir/html-exp-ja/exp-ja.texi -share/doc/asir/html-exp-ja/exp-ja_1.html -share/doc/asir/html-exp-ja/exp-ja_2.html -share/doc/asir/html-exp-ja/exp-ja_3.html -share/doc/asir/html-exp-ja/exp-ja_4.html -share/doc/asir/html-exp-ja/exp-ja_5.html -share/doc/asir/html-exp-ja/exp-ja_6.html -share/doc/asir/html-exp-ja/exp-ja_7.html -share/doc/asir/html-exp-ja/exp-ja_8.html -share/doc/asir/html-exp-ja/exp-ja_9.html -share/doc/asir/html-exp-ja/exp-ja_10.html -share/doc/asir/html-exp-ja/exp-ja_11.html -share/doc/asir/html-exp-ja/exp-ja_12.html -share/doc/asir/html-exp-ja/exp-ja_13.html -share/doc/asir/html-exp-ja/exp-ja_14.html -share/doc/asir/html-exp-ja/exp-ja_15.html -share/doc/asir/html-exp-ja/exp-ja_16.html -share/doc/asir/html-exp-ja/exp-ja_17.html -share/doc/asir/html-exp-ja/exp-ja_18.html -share/doc/asir/html-exp-ja/exp-ja_19.html -share/doc/asir/html-exp-ja/exp-ja_20.html -share/doc/asir/html-exp-ja/exp-ja_21.html -share/doc/asir/html-exp-ja/exp-ja_22.html -share/doc/asir/html-exp-ja/exp-ja_23.html -share/doc/asir/html-exp-ja/exp-ja_24.html -share/doc/asir/html-exp-ja/exp-ja_toc.html -share/doc/asir/internal-jp.pdf -share/doc/asir/exp-ja.pdf -share/doc/asir/asir.1 +%%DATADIR%%/alpi +%%DATADIR%%/bfct +%%DATADIR%%/bgk +%%DATADIR%%/const +%%DATADIR%%/cyclic +%%DATADIR%%/defs.h +%%DATADIR%%/dfff +%%DATADIR%%/dmul +%%DATADIR%%/dmul102 +%%DATADIR%%/fctrdata +%%DATADIR%%/fctrtest +%%DATADIR%%/fff +%%DATADIR%%/glib +%%DATADIR%%/gr +%%DATADIR%%/ifplot +%%DATADIR%%/katsura +%%DATADIR%%/launch +%%DATADIR%%/mat +%%DATADIR%%/nf +%%DATADIR%%/num +%%DATADIR%%/primdec +%%DATADIR%%/primdec_lex +%%DATADIR%%/primdec_mod +%%DATADIR%%/ratint +%%DATADIR%%/robot +%%DATADIR%%/solve +%%DATADIR%%/sp +%%DATADIR%%/sturm +%%DATADIR%%/sym +%%DATADIR%%/xm +%%DATADIR%%/weight +%%DATADIR%%/ox_asir +%%DATADIR%%/ox_plot +%%DATADIR%%/ox_launch +%%DATADIR%%/help +%%DATADIR%%/help-eg/% +%%DATADIR%%/help-eg/af +%%DATADIR%%/help-eg/af_noalg +%%DATADIR%%/help-eg/alg +%%DATADIR%%/help-eg/algptorat +%%DATADIR%%/help-eg/algv +%%DATADIR%%/help-eg/ann +%%DATADIR%%/help-eg/ann0 +%%DATADIR%%/help-eg/append +%%DATADIR%%/help-eg/arfreg +%%DATADIR%%/help-eg/args +%%DATADIR%%/help-eg/asciitostr +%%DATADIR%%/help-eg/asq +%%DATADIR%%/help-eg/bfct +%%DATADIR%%/help-eg/bfunction +%%DATADIR%%/help-eg/bload +%%DATADIR%%/help-eg/bload27 +%%DATADIR%%/help-eg/break +%%DATADIR%%/help-eg/bsave +%%DATADIR%%/help-eg/car +%%DATADIR%%/help-eg/cdr +%%DATADIR%%/help-eg/characteristic_ff +%%DATADIR%%/help-eg/clear_canvas +%%DATADIR%%/help-eg/close_file +%%DATADIR%%/help-eg/coef +%%DATADIR%%/help-eg/conj +%%DATADIR%%/help-eg/conplot +%%DATADIR%%/help-eg/cons +%%DATADIR%%/help-eg/cont +%%DATADIR%%/help-eg/continue +%%DATADIR%%/help-eg/cputime +%%DATADIR%%/help-eg/cr_gcda +%%DATADIR%%/help-eg/ctrl +%%DATADIR%%/help-eg/cyclic +%%DATADIR%%/help-eg/debug +%%DATADIR%%/help-eg/defpoly +%%DATADIR%%/help-eg/defpoly_mod2 +%%DATADIR%%/help-eg/deg +%%DATADIR%%/help-eg/delete_history +%%DATADIR%%/help-eg/det +%%DATADIR%%/help-eg/deval +%%DATADIR%%/help-eg/dgr +%%DATADIR%%/help-eg/diff +%%DATADIR%%/help-eg/dn +%%DATADIR%%/help-eg/dp_gr_f_main +%%DATADIR%%/help-eg/dp_dehomo +%%DATADIR%%/help-eg/dp_dtop +%%DATADIR%%/help-eg/dp_etov +%%DATADIR%%/help-eg/dp_f4_main +%%DATADIR%%/help-eg/dp_f4_mod_main +%%DATADIR%%/help-eg/dp_gr_flags +%%DATADIR%%/help-eg/dp_gr_main +%%DATADIR%%/help-eg/dp_gr_mod_main +%%DATADIR%%/help-eg/dp_gr_print +%%DATADIR%%/help-eg/dp_hc +%%DATADIR%%/help-eg/dp_hm +%%DATADIR%%/help-eg/dp_homo +%%DATADIR%%/help-eg/dp_ht +%%DATADIR%%/help-eg/dp_lcm +%%DATADIR%%/help-eg/dp_mag +%%DATADIR%%/help-eg/dp_mbase +%%DATADIR%%/help-eg/dp_mod +%%DATADIR%%/help-eg/dp_nf +%%DATADIR%%/help-eg/dp_nf_mod +%%DATADIR%%/help-eg/dp_ord +%%DATADIR%%/help-eg/dp_prim +%%DATADIR%%/help-eg/dp_ptod +%%DATADIR%%/help-eg/dp_ptozp +%%DATADIR%%/help-eg/dp_rat +%%DATADIR%%/help-eg/dp_red +%%DATADIR%%/help-eg/dp_red_mod +%%DATADIR%%/help-eg/dp_redble +%%DATADIR%%/help-eg/dp_rest +%%DATADIR%%/help-eg/dp_sp +%%DATADIR%%/help-eg/dp_sp_mod +%%DATADIR%%/help-eg/dp_subd +%%DATADIR%%/help-eg/dp_sugar +%%DATADIR%%/help-eg/dp_td +%%DATADIR%%/help-eg/dp_true_nf +%%DATADIR%%/help-eg/dp_true_nf_mod +%%DATADIR%%/help-eg/dp_vtoe +%%DATADIR%%/help-eg/dp_weyl_f4_main +%%DATADIR%%/help-eg/dp_weyl_f4_mod_main +%%DATADIR%%/help-eg/dp_weyl_gr_f_main +%%DATADIR%%/help-eg/dp_weyl_gr_main +%%DATADIR%%/help-eg/dp_weyl_gr_mod_main +%%DATADIR%%/help-eg/draw_obj +%%DATADIR%%/help-eg/draw_string +%%DATADIR%%/help-eg/ecm_add_ff +%%DATADIR%%/help-eg/ecm_chsgn_ff +%%DATADIR%%/help-eg/ecm_sub_ff +%%DATADIR%%/help-eg/end +%%DATADIR%%/help-eg/error +%%DATADIR%%/help-eg/eval +%%DATADIR%%/help-eg/eval_str +%%DATADIR%%/help-eg/extdeg_ff +%%DATADIR%%/help-eg/fac +%%DATADIR%%/help-eg/fctr +%%DATADIR%%/help-eg/fctr_ff +%%DATADIR%%/help-eg/field_order_ff +%%DATADIR%%/help-eg/field_type_ff +%%DATADIR%%/help-eg/flist +%%DATADIR%%/help-eg/funargs +%%DATADIR%%/help-eg/functor +%%DATADIR%%/help-eg/gb_comp +%%DATADIR%%/help-eg/gcd +%%DATADIR%%/help-eg/gcdz +%%DATADIR%%/help-eg/generate_port +%%DATADIR%%/help-eg/generic_bfct +%%DATADIR%%/help-eg/get_byte +%%DATADIR%%/help-eg/get_line +%%DATADIR%%/help-eg/get_rootdir +%%DATADIR%%/help-eg/getenv +%%DATADIR%%/help-eg/getopt +%%DATADIR%%/help-eg/gf2nton +%%DATADIR%%/help-eg/gf2ntop +%%DATADIR%%/help-eg/gr +%%DATADIR%%/help-eg/gr_minipoly +%%DATADIR%%/help-eg/gr_mod +%%DATADIR%%/help-eg/hcyclic +%%DATADIR%%/help-eg/heap +%%DATADIR%%/help-eg/help +%%DATADIR%%/help-eg/hgr +%%DATADIR%%/help-eg/hkatsura +%%DATADIR%%/help-eg/iand +%%DATADIR%%/help-eg/idiv +%%DATADIR%%/help-eg/ifplot +%%DATADIR%%/help-eg/igcd +%%DATADIR%%/help-eg/igcdcntl +%%DATADIR%%/help-eg/ilcm +%%DATADIR%%/help-eg/imag +%%DATADIR%%/help-eg/int32ton +%%DATADIR%%/help-eg/inv +%%DATADIR%%/help-eg/invmat +%%DATADIR%%/help-eg/ior +%%DATADIR%%/help-eg/irem +%%DATADIR%%/help-eg/irredcheck_ff +%%DATADIR%%/help-eg/ishift +%%DATADIR%%/help-eg/ixor +%%DATADIR%%/help-eg/katsura +%%DATADIR%%/help-eg/kmul +%%DATADIR%%/help-eg/ksquare +%%DATADIR%%/help-eg/ktmul +%%DATADIR%%/help-eg/length +%%DATADIR%%/help-eg/lex_hensel +%%DATADIR%%/help-eg/lex_hensel_gsl +%%DATADIR%%/help-eg/lex_tl +%%DATADIR%%/help-eg/lmptop +%%DATADIR%%/help-eg/load +%%DATADIR%%/help-eg/loop +%%DATADIR%%/help-eg/lprime +%%DATADIR%%/help-eg/lrandom +%%DATADIR%%/help-eg/map +%%DATADIR%%/help-eg/mindeg +%%DATADIR%%/help-eg/minipoly +%%DATADIR%%/help-eg/minipolym +%%DATADIR%%/help-eg/modfctr +%%DATADIR%%/help-eg/mt_load +%%DATADIR%%/help-eg/mt_save +%%DATADIR%%/help-eg/newalg +%%DATADIR%%/help-eg/newbytearray +%%DATADIR%%/help-eg/newmat +%%DATADIR%%/help-eg/newstruct +%%DATADIR%%/help-eg/newvect +%%DATADIR%%/help-eg/nm +%%DATADIR%%/help-eg/nmono +%%DATADIR%%/help-eg/ntogf2n +%%DATADIR%%/help-eg/ntoint32 +%%DATADIR%%/help-eg/ntype +%%DATADIR%%/help-eg/open_canvas +%%DATADIR%%/help-eg/open_file +%%DATADIR%%/help-eg/ord +%%DATADIR%%/help-eg/output +%%DATADIR%%/help-eg/ox_asir +%%DATADIR%%/help-eg/ox_cmo_rpc +%%DATADIR%%/help-eg/ox_execute_string +%%DATADIR%%/help-eg/ox_flush +%%DATADIR%%/help-eg/ox_get +%%DATADIR%%/help-eg/ox_get_serverinfo +%%DATADIR%%/help-eg/ox_intr +%%DATADIR%%/help-eg/ox_launch +%%DATADIR%%/help-eg/ox_launch_generic +%%DATADIR%%/help-eg/ox_launch_nox +%%DATADIR%%/help-eg/ox_pop_cmo +%%DATADIR%%/help-eg/ox_pop_local +%%DATADIR%%/help-eg/ox_pops +%%DATADIR%%/help-eg/ox_push_cmd +%%DATADIR%%/help-eg/ox_push_cmo +%%DATADIR%%/help-eg/ox_push_local +%%DATADIR%%/help-eg/ox_reset +%%DATADIR%%/help-eg/ox_rpc +%%DATADIR%%/help-eg/ox_select +%%DATADIR%%/help-eg/ox_shutdown +%%DATADIR%%/help-eg/ox_sync +%%DATADIR%%/help-eg/p_nf +%%DATADIR%%/help-eg/p_nf_mod +%%DATADIR%%/help-eg/p_terms +%%DATADIR%%/help-eg/p_true_nf +%%DATADIR%%/help-eg/p_true_nf_mod +%%DATADIR%%/help-eg/pari +%%DATADIR%%/help-eg/plot +%%DATADIR%%/help-eg/plotover +%%DATADIR%%/help-eg/prim +%%DATADIR%%/help-eg/primadec +%%DATADIR%%/help-eg/prime +%%DATADIR%%/help-eg/primedec +%%DATADIR%%/help-eg/print +%%DATADIR%%/help-eg/polarplot +%%DATADIR%%/help-eg/primedec_mod +%%DATADIR%%/help-eg/ptosfp +%%DATADIR%%/help-eg/psubst +%%DATADIR%%/help-eg/ptogf2n +%%DATADIR%%/help-eg/ptozp +%%DATADIR%%/help-eg/purge_stdin +%%DATADIR%%/help-eg/put_byte +%%DATADIR%%/help-eg/qsort +%%DATADIR%%/help-eg/quit +%%DATADIR%%/help-eg/random +%%DATADIR%%/help-eg/random_ff +%%DATADIR%%/help-eg/randpoly_ff +%%DATADIR%%/help-eg/rattoalgp +%%DATADIR%%/help-eg/real +%%DATADIR%%/help-eg/red +%%DATADIR%%/help-eg/register_handler +%%DATADIR%%/help-eg/register_server +%%DATADIR%%/help-eg/res +%%DATADIR%%/help-eg/return +%%DATADIR%%/help-eg/reverse +%%DATADIR%%/help-eg/rtostr +%%DATADIR%%/help-eg/sdiv +%%DATADIR%%/help-eg/sdivm +%%DATADIR%%/help-eg/set_upfft +%%DATADIR%%/help-eg/set_upkara +%%DATADIR%%/help-eg/set_uptkara +%%DATADIR%%/help-eg/setmod +%%DATADIR%%/help-eg/setmod_ff +%%DATADIR%%/help-eg/setprec +%%DATADIR%%/help-eg/sffctr +%%DATADIR%%/help-eg/sfptop +%%DATADIR%%/help-eg/shell +%%DATADIR%%/help-eg/simp_ff +%%DATADIR%%/help-eg/simpalg +%%DATADIR%%/help-eg/size +%%DATADIR%%/help-eg/sp +%%DATADIR%%/help-eg/sp_noalg +%%DATADIR%%/help-eg/sp_norm +%%DATADIR%%/help-eg/sqfr +%%DATADIR%%/help-eg/sqr +%%DATADIR%%/help-eg/sqrm +%%DATADIR%%/help-eg/srem +%%DATADIR%%/help-eg/sremm +%%DATADIR%%/help-eg/str_chr +%%DATADIR%%/help-eg/str_len +%%DATADIR%%/help-eg/strtoascii +%%DATADIR%%/help-eg/strtov +%%DATADIR%%/help-eg/sub_str +%%DATADIR%%/help-eg/subst +%%DATADIR%%/help-eg/tdiv +%%DATADIR%%/help-eg/time +%%DATADIR%%/help-eg/timer +%%DATADIR%%/help-eg/tolex +%%DATADIR%%/help-eg/tolex_d +%%DATADIR%%/help-eg/tolex_gsl +%%DATADIR%%/help-eg/tolex_gsl_d +%%DATADIR%%/help-eg/tolex_tl +%%DATADIR%%/help-eg/tolexm +%%DATADIR%%/help-eg/try_accept +%%DATADIR%%/help-eg/try_bind_listen +%%DATADIR%%/help-eg/try_connect +%%DATADIR%%/help-eg/tstart +%%DATADIR%%/help-eg/tstop +%%DATADIR%%/help-eg/type +%%DATADIR%%/help-eg/uc +%%DATADIR%%/help-eg/udecomp +%%DATADIR%%/help-eg/udiv +%%DATADIR%%/help-eg/ufctrhint +%%DATADIR%%/help-eg/ugcd +%%DATADIR%%/help-eg/uinv_as_power_series +%%DATADIR%%/help-eg/umul +%%DATADIR%%/help-eg/umul_ff +%%DATADIR%%/help-eg/urem +%%DATADIR%%/help-eg/urembymul +%%DATADIR%%/help-eg/urembymul_precomp +%%DATADIR%%/help-eg/ureverse +%%DATADIR%%/help-eg/ureverse_inv_as_power_series +%%DATADIR%%/help-eg/usquare +%%DATADIR%%/help-eg/usquare_ff +%%DATADIR%%/help-eg/utmul +%%DATADIR%%/help-eg/utmul_ff +%%DATADIR%%/help-eg/utrunc +%%DATADIR%%/help-eg/var +%%DATADIR%%/help-eg/vars +%%DATADIR%%/help-eg/version +%%DATADIR%%/help-eg/vtol +%%DATADIR%%/help-eg/vtype +%%DATADIR%%/help-eg/which +%%DATADIR%%/help-jp/% +%%DATADIR%%/help-jp/af +%%DATADIR%%/help-jp/af_noalg +%%DATADIR%%/help-jp/alg +%%DATADIR%%/help-jp/algptorat +%%DATADIR%%/help-jp/algv +%%DATADIR%%/help-jp/ann +%%DATADIR%%/help-jp/ann0 +%%DATADIR%%/help-jp/append +%%DATADIR%%/help-jp/arfreg +%%DATADIR%%/help-jp/args +%%DATADIR%%/help-jp/asciitostr +%%DATADIR%%/help-jp/asq +%%DATADIR%%/help-jp/bfct +%%DATADIR%%/help-jp/bfunction +%%DATADIR%%/help-jp/bload +%%DATADIR%%/help-jp/bload27 +%%DATADIR%%/help-jp/bsave +%%DATADIR%%/help-jp/car +%%DATADIR%%/help-jp/cdr +%%DATADIR%%/help-jp/characteristic_ff +%%DATADIR%%/help-jp/clear_canvas +%%DATADIR%%/help-jp/close_file +%%DATADIR%%/help-jp/coef +%%DATADIR%%/help-jp/conj +%%DATADIR%%/help-jp/conplot +%%DATADIR%%/help-jp/cons +%%DATADIR%%/help-jp/cont +%%DATADIR%%/help-jp/cputime +%%DATADIR%%/help-jp/cr_gcda +%%DATADIR%%/help-jp/ctrl +%%DATADIR%%/help-jp/cyclic +%%DATADIR%%/help-jp/debug +%%DATADIR%%/help-jp/defpoly +%%DATADIR%%/help-jp/defpoly_mod2 +%%DATADIR%%/help-jp/deg +%%DATADIR%%/help-jp/delete_history +%%DATADIR%%/help-jp/det +%%DATADIR%%/help-jp/deval +%%DATADIR%%/help-jp/dgr +%%DATADIR%%/help-jp/diff +%%DATADIR%%/help-jp/dn +%%DATADIR%%/help-jp/dp_dehomo +%%DATADIR%%/help-jp/dp_dtop +%%DATADIR%%/help-jp/dp_etov +%%DATADIR%%/help-jp/dp_f4_main +%%DATADIR%%/help-jp/dp_f4_mod_main +%%DATADIR%%/help-jp/dp_gr_flags +%%DATADIR%%/help-jp/dp_gr_f_main +%%DATADIR%%/help-jp/dp_gr_main +%%DATADIR%%/help-jp/dp_gr_mod_main +%%DATADIR%%/help-jp/dp_gr_print +%%DATADIR%%/help-jp/dp_hc +%%DATADIR%%/help-jp/dp_hm +%%DATADIR%%/help-jp/dp_homo +%%DATADIR%%/help-jp/dp_ht +%%DATADIR%%/help-jp/dp_lcm +%%DATADIR%%/help-jp/dp_mag +%%DATADIR%%/help-jp/dp_mbase +%%DATADIR%%/help-jp/dp_mod +%%DATADIR%%/help-jp/dp_nf +%%DATADIR%%/help-jp/dp_nf_mod +%%DATADIR%%/help-jp/dp_ord +%%DATADIR%%/help-jp/dp_prim +%%DATADIR%%/help-jp/dp_ptod +%%DATADIR%%/help-jp/dp_ptozp +%%DATADIR%%/help-jp/dp_rat +%%DATADIR%%/help-jp/dp_red +%%DATADIR%%/help-jp/dp_red_mod +%%DATADIR%%/help-jp/dp_redble +%%DATADIR%%/help-jp/dp_rest +%%DATADIR%%/help-jp/dp_sp +%%DATADIR%%/help-jp/dp_sp_mod +%%DATADIR%%/help-jp/dp_subd +%%DATADIR%%/help-jp/dp_sugar +%%DATADIR%%/help-jp/dp_td +%%DATADIR%%/help-jp/dp_true_nf +%%DATADIR%%/help-jp/dp_true_nf_mod +%%DATADIR%%/help-jp/dp_vtoe +%%DATADIR%%/help-jp/dp_weyl_f4_main +%%DATADIR%%/help-jp/dp_weyl_f4_mod_main +%%DATADIR%%/help-jp/dp_weyl_gr_f_main +%%DATADIR%%/help-jp/dp_weyl_gr_main +%%DATADIR%%/help-jp/dp_weyl_gr_mod_main +%%DATADIR%%/help-jp/draw_obj +%%DATADIR%%/help-jp/draw_string +%%DATADIR%%/help-jp/ecm_add_ff +%%DATADIR%%/help-jp/ecm_chsgn_ff +%%DATADIR%%/help-jp/ecm_sub_ff +%%DATADIR%%/help-jp/end +%%DATADIR%%/help-jp/error +%%DATADIR%%/help-jp/eval +%%DATADIR%%/help-jp/eval_str +%%DATADIR%%/help-jp/extdeg_ff +%%DATADIR%%/help-jp/fac +%%DATADIR%%/help-jp/fctr +%%DATADIR%%/help-jp/fctr_ff +%%DATADIR%%/help-jp/field_order_ff +%%DATADIR%%/help-jp/field_type_ff +%%DATADIR%%/help-jp/flist +%%DATADIR%%/help-jp/funargs +%%DATADIR%%/help-jp/functor +%%DATADIR%%/help-jp/gb_comp +%%DATADIR%%/help-jp/gcd +%%DATADIR%%/help-jp/gcdz +%%DATADIR%%/help-jp/generate_port +%%DATADIR%%/help-jp/generic_bfct +%%DATADIR%%/help-jp/get_byte +%%DATADIR%%/help-jp/get_line +%%DATADIR%%/help-jp/get_rootdir +%%DATADIR%%/help-jp/getenv +%%DATADIR%%/help-jp/getopt +%%DATADIR%%/help-jp/gf2nton +%%DATADIR%%/help-jp/gf2ntop +%%DATADIR%%/help-jp/gr +%%DATADIR%%/help-jp/gr_minipoly +%%DATADIR%%/help-jp/gr_mod +%%DATADIR%%/help-jp/hcyclic +%%DATADIR%%/help-jp/heap +%%DATADIR%%/help-jp/help +%%DATADIR%%/help-jp/hgr +%%DATADIR%%/help-jp/hkatsura +%%DATADIR%%/help-jp/iand +%%DATADIR%%/help-jp/idiv +%%DATADIR%%/help-jp/ifplot +%%DATADIR%%/help-jp/igcd +%%DATADIR%%/help-jp/igcdcntl +%%DATADIR%%/help-jp/ilcm +%%DATADIR%%/help-jp/imag +%%DATADIR%%/help-jp/int32ton +%%DATADIR%%/help-jp/inv +%%DATADIR%%/help-jp/invmat +%%DATADIR%%/help-jp/ior +%%DATADIR%%/help-jp/irem +%%DATADIR%%/help-jp/irredcheck_ff +%%DATADIR%%/help-jp/ishift +%%DATADIR%%/help-jp/ixor +%%DATADIR%%/help-jp/katsura +%%DATADIR%%/help-jp/kmul +%%DATADIR%%/help-jp/ksquare +%%DATADIR%%/help-jp/ktmul +%%DATADIR%%/help-jp/length +%%DATADIR%%/help-jp/lex_hensel +%%DATADIR%%/help-jp/lex_hensel_gsl +%%DATADIR%%/help-jp/lex_tl +%%DATADIR%%/help-jp/lmptop +%%DATADIR%%/help-jp/load +%%DATADIR%%/help-jp/lprime +%%DATADIR%%/help-jp/lrandom +%%DATADIR%%/help-jp/map +%%DATADIR%%/help-jp/mindeg +%%DATADIR%%/help-jp/minipoly +%%DATADIR%%/help-jp/minipolym +%%DATADIR%%/help-jp/modfctr +%%DATADIR%%/help-jp/mt_load +%%DATADIR%%/help-jp/mt_save +%%DATADIR%%/help-jp/newalg +%%DATADIR%%/help-jp/newbytearray +%%DATADIR%%/help-jp/newmat +%%DATADIR%%/help-jp/newstruct +%%DATADIR%%/help-jp/newvect +%%DATADIR%%/help-jp/nm +%%DATADIR%%/help-jp/nmono +%%DATADIR%%/help-jp/ntogf2n +%%DATADIR%%/help-jp/ntoint32 +%%DATADIR%%/help-jp/ntype +%%DATADIR%%/help-jp/open_canvas +%%DATADIR%%/help-jp/open_file +%%DATADIR%%/help-jp/ord +%%DATADIR%%/help-jp/output +%%DATADIR%%/help-jp/ox_asir +%%DATADIR%%/help-jp/ox_cmo_rpc +%%DATADIR%%/help-jp/ox_execute_string +%%DATADIR%%/help-jp/ox_flush +%%DATADIR%%/help-jp/ox_get +%%DATADIR%%/help-jp/ox_get_serverinfo +%%DATADIR%%/help-jp/ox_intr +%%DATADIR%%/help-jp/ox_launch +%%DATADIR%%/help-jp/ox_launch_generic +%%DATADIR%%/help-jp/ox_launch_nox +%%DATADIR%%/help-jp/ox_pop_cmo +%%DATADIR%%/help-jp/ox_pop_local +%%DATADIR%%/help-jp/ox_pops +%%DATADIR%%/help-jp/ox_push_cmd +%%DATADIR%%/help-jp/ox_push_cmo +%%DATADIR%%/help-jp/ox_push_local +%%DATADIR%%/help-jp/ox_reset +%%DATADIR%%/help-jp/ox_rpc +%%DATADIR%%/help-jp/ox_select +%%DATADIR%%/help-jp/ox_shutdown +%%DATADIR%%/help-jp/ox_sync +%%DATADIR%%/help-jp/p_nf +%%DATADIR%%/help-jp/p_nf_mod +%%DATADIR%%/help-jp/p_terms +%%DATADIR%%/help-jp/p_true_nf +%%DATADIR%%/help-jp/p_true_nf_mod +%%DATADIR%%/help-jp/pari +%%DATADIR%%/help-jp/plot +%%DATADIR%%/help-jp/plotover +%%DATADIR%%/help-jp/prim +%%DATADIR%%/help-jp/primadec +%%DATADIR%%/help-jp/prime +%%DATADIR%%/help-jp/primedec +%%DATADIR%%/help-jp/print +%%DATADIR%%/help-jp/polarplot +%%DATADIR%%/help-jp/primedec_mod +%%DATADIR%%/help-jp/ptosfp +%%DATADIR%%/help-jp/psubst +%%DATADIR%%/help-jp/ptogf2n +%%DATADIR%%/help-jp/ptozp +%%DATADIR%%/help-jp/purge_stdin +%%DATADIR%%/help-jp/put_byte +%%DATADIR%%/help-jp/qsort +%%DATADIR%%/help-jp/quit +%%DATADIR%%/help-jp/random +%%DATADIR%%/help-jp/random_ff +%%DATADIR%%/help-jp/randpoly_ff +%%DATADIR%%/help-jp/rattoalgp +%%DATADIR%%/help-jp/real +%%DATADIR%%/help-jp/red +%%DATADIR%%/help-jp/register_handler +%%DATADIR%%/help-jp/register_server +%%DATADIR%%/help-jp/res +%%DATADIR%%/help-jp/reverse +%%DATADIR%%/help-jp/rtostr +%%DATADIR%%/help-jp/sdiv +%%DATADIR%%/help-jp/sdivm +%%DATADIR%%/help-jp/set_upfft +%%DATADIR%%/help-jp/set_upkara +%%DATADIR%%/help-jp/set_uptkara +%%DATADIR%%/help-jp/setmod +%%DATADIR%%/help-jp/setmod_ff +%%DATADIR%%/help-jp/setprec +%%DATADIR%%/help-jp/sffctr +%%DATADIR%%/help-jp/sfptop +%%DATADIR%%/help-jp/shell +%%DATADIR%%/help-jp/simp_ff +%%DATADIR%%/help-jp/simpalg +%%DATADIR%%/help-jp/size +%%DATADIR%%/help-jp/sp +%%DATADIR%%/help-jp/sp_noalg +%%DATADIR%%/help-jp/sp_norm +%%DATADIR%%/help-jp/sqfr +%%DATADIR%%/help-jp/sqr +%%DATADIR%%/help-jp/sqrm +%%DATADIR%%/help-jp/srem +%%DATADIR%%/help-jp/sremm +%%DATADIR%%/help-jp/str_chr +%%DATADIR%%/help-jp/str_len +%%DATADIR%%/help-jp/strtoascii +%%DATADIR%%/help-jp/strtov +%%DATADIR%%/help-jp/sub_str +%%DATADIR%%/help-jp/subst +%%DATADIR%%/help-jp/tdiv +%%DATADIR%%/help-jp/time +%%DATADIR%%/help-jp/timer +%%DATADIR%%/help-jp/tolex +%%DATADIR%%/help-jp/tolex_d +%%DATADIR%%/help-jp/tolex_gsl +%%DATADIR%%/help-jp/tolex_gsl_d +%%DATADIR%%/help-jp/tolex_tl +%%DATADIR%%/help-jp/tolexm +%%DATADIR%%/help-jp/try_accept +%%DATADIR%%/help-jp/try_bind_listen +%%DATADIR%%/help-jp/try_connect +%%DATADIR%%/help-jp/tstart +%%DATADIR%%/help-jp/tstop +%%DATADIR%%/help-jp/type +%%DATADIR%%/help-jp/uc +%%DATADIR%%/help-jp/udecomp +%%DATADIR%%/help-jp/udiv +%%DATADIR%%/help-jp/ufctrhint +%%DATADIR%%/help-jp/ugcd +%%DATADIR%%/help-jp/uinv_as_power_series +%%DATADIR%%/help-jp/umul +%%DATADIR%%/help-jp/umul_ff +%%DATADIR%%/help-jp/urem +%%DATADIR%%/help-jp/urembymul +%%DATADIR%%/help-jp/urembymul_precomp +%%DATADIR%%/help-jp/ureverse +%%DATADIR%%/help-jp/ureverse_inv_as_power_series +%%DATADIR%%/help-jp/usquare +%%DATADIR%%/help-jp/usquare_ff +%%DATADIR%%/help-jp/utmul +%%DATADIR%%/help-jp/utmul_ff +%%DATADIR%%/help-jp/utrunc +%%DATADIR%%/help-jp/var +%%DATADIR%%/help-jp/vars +%%DATADIR%%/help-jp/version +%%DATADIR%%/help-jp/vtol +%%DATADIR%%/help-jp/vtype +%%DATADIR%%/help-jp/which +%%DOCSDIR%%/man-eg.pdf +%%DOCSDIR%%/man-jp.pdf +%%DOCSDIR%%/html-eg/man_1.html +%%DOCSDIR%%/html-eg/man_10.html +%%DOCSDIR%%/html-eg/man_100.html +%%DOCSDIR%%/html-eg/man_101.html +%%DOCSDIR%%/html-eg/man_102.html +%%DOCSDIR%%/html-eg/man_103.html +%%DOCSDIR%%/html-eg/man_104.html +%%DOCSDIR%%/html-eg/man_105.html +%%DOCSDIR%%/html-eg/man_106.html +%%DOCSDIR%%/html-eg/man_107.html +%%DOCSDIR%%/html-eg/man_108.html +%%DOCSDIR%%/html-eg/man_109.html +%%DOCSDIR%%/html-eg/man_11.html +%%DOCSDIR%%/html-eg/man_110.html +%%DOCSDIR%%/html-eg/man_111.html +%%DOCSDIR%%/html-eg/man_112.html +%%DOCSDIR%%/html-eg/man_113.html +%%DOCSDIR%%/html-eg/man_114.html +%%DOCSDIR%%/html-eg/man_115.html +%%DOCSDIR%%/html-eg/man_116.html +%%DOCSDIR%%/html-eg/man_117.html +%%DOCSDIR%%/html-eg/man_118.html +%%DOCSDIR%%/html-eg/man_119.html +%%DOCSDIR%%/html-eg/man_12.html +%%DOCSDIR%%/html-eg/man_120.html +%%DOCSDIR%%/html-eg/man_121.html +%%DOCSDIR%%/html-eg/man_122.html +%%DOCSDIR%%/html-eg/man_123.html +%%DOCSDIR%%/html-eg/man_124.html +%%DOCSDIR%%/html-eg/man_125.html +%%DOCSDIR%%/html-eg/man_126.html +%%DOCSDIR%%/html-eg/man_127.html +%%DOCSDIR%%/html-eg/man_128.html +%%DOCSDIR%%/html-eg/man_129.html +%%DOCSDIR%%/html-eg/man_13.html +%%DOCSDIR%%/html-eg/man_130.html +%%DOCSDIR%%/html-eg/man_131.html +%%DOCSDIR%%/html-eg/man_132.html +%%DOCSDIR%%/html-eg/man_133.html +%%DOCSDIR%%/html-eg/man_134.html +%%DOCSDIR%%/html-eg/man_135.html +%%DOCSDIR%%/html-eg/man_136.html +%%DOCSDIR%%/html-eg/man_137.html +%%DOCSDIR%%/html-eg/man_138.html +%%DOCSDIR%%/html-eg/man_139.html +%%DOCSDIR%%/html-eg/man_14.html +%%DOCSDIR%%/html-eg/man_140.html +%%DOCSDIR%%/html-eg/man_141.html +%%DOCSDIR%%/html-eg/man_142.html +%%DOCSDIR%%/html-eg/man_143.html +%%DOCSDIR%%/html-eg/man_144.html +%%DOCSDIR%%/html-eg/man_145.html +%%DOCSDIR%%/html-eg/man_146.html +%%DOCSDIR%%/html-eg/man_147.html +%%DOCSDIR%%/html-eg/man_148.html +%%DOCSDIR%%/html-eg/man_149.html +%%DOCSDIR%%/html-eg/man_15.html +%%DOCSDIR%%/html-eg/man_150.html +%%DOCSDIR%%/html-eg/man_151.html +%%DOCSDIR%%/html-eg/man_152.html +%%DOCSDIR%%/html-eg/man_153.html +%%DOCSDIR%%/html-eg/man_154.html +%%DOCSDIR%%/html-eg/man_155.html +%%DOCSDIR%%/html-eg/man_156.html +%%DOCSDIR%%/html-eg/man_157.html +%%DOCSDIR%%/html-eg/man_158.html +%%DOCSDIR%%/html-eg/man_159.html +%%DOCSDIR%%/html-eg/man_16.html +%%DOCSDIR%%/html-eg/man_160.html +%%DOCSDIR%%/html-eg/man_161.html +%%DOCSDIR%%/html-eg/man_162.html +%%DOCSDIR%%/html-eg/man_163.html +%%DOCSDIR%%/html-eg/man_164.html +%%DOCSDIR%%/html-eg/man_165.html +%%DOCSDIR%%/html-eg/man_166.html +%%DOCSDIR%%/html-eg/man_167.html +%%DOCSDIR%%/html-eg/man_168.html +%%DOCSDIR%%/html-eg/man_169.html +%%DOCSDIR%%/html-eg/man_17.html +%%DOCSDIR%%/html-eg/man_170.html +%%DOCSDIR%%/html-eg/man_171.html +%%DOCSDIR%%/html-eg/man_172.html +%%DOCSDIR%%/html-eg/man_173.html +%%DOCSDIR%%/html-eg/man_174.html +%%DOCSDIR%%/html-eg/man_175.html +%%DOCSDIR%%/html-eg/man_176.html +%%DOCSDIR%%/html-eg/man_177.html +%%DOCSDIR%%/html-eg/man_178.html +%%DOCSDIR%%/html-eg/man_179.html +%%DOCSDIR%%/html-eg/man_18.html +%%DOCSDIR%%/html-eg/man_180.html +%%DOCSDIR%%/html-eg/man_181.html +%%DOCSDIR%%/html-eg/man_182.html +%%DOCSDIR%%/html-eg/man_183.html +%%DOCSDIR%%/html-eg/man_184.html +%%DOCSDIR%%/html-eg/man_185.html +%%DOCSDIR%%/html-eg/man_186.html +%%DOCSDIR%%/html-eg/man_187.html +%%DOCSDIR%%/html-eg/man_188.html +%%DOCSDIR%%/html-eg/man_189.html +%%DOCSDIR%%/html-eg/man_19.html +%%DOCSDIR%%/html-eg/man_190.html +%%DOCSDIR%%/html-eg/man_191.html +%%DOCSDIR%%/html-eg/man_192.html +%%DOCSDIR%%/html-eg/man_193.html +%%DOCSDIR%%/html-eg/man_194.html +%%DOCSDIR%%/html-eg/man_195.html +%%DOCSDIR%%/html-eg/man_196.html +%%DOCSDIR%%/html-eg/man_197.html +%%DOCSDIR%%/html-eg/man_198.html +%%DOCSDIR%%/html-eg/man_199.html +%%DOCSDIR%%/html-eg/man_2.html +%%DOCSDIR%%/html-eg/man_20.html +%%DOCSDIR%%/html-eg/man_200.html +%%DOCSDIR%%/html-eg/man_201.html +%%DOCSDIR%%/html-eg/man_202.html +%%DOCSDIR%%/html-eg/man_203.html +%%DOCSDIR%%/html-eg/man_204.html +%%DOCSDIR%%/html-eg/man_205.html +%%DOCSDIR%%/html-eg/man_206.html +%%DOCSDIR%%/html-eg/man_207.html +%%DOCSDIR%%/html-eg/man_208.html +%%DOCSDIR%%/html-eg/man_209.html +%%DOCSDIR%%/html-eg/man_21.html +%%DOCSDIR%%/html-eg/man_210.html +%%DOCSDIR%%/html-eg/man_211.html +%%DOCSDIR%%/html-eg/man_212.html +%%DOCSDIR%%/html-eg/man_213.html +%%DOCSDIR%%/html-eg/man_214.html +%%DOCSDIR%%/html-eg/man_215.html +%%DOCSDIR%%/html-eg/man_216.html +%%DOCSDIR%%/html-eg/man_217.html +%%DOCSDIR%%/html-eg/man_218.html +%%DOCSDIR%%/html-eg/man_219.html +%%DOCSDIR%%/html-eg/man_22.html +%%DOCSDIR%%/html-eg/man_220.html +%%DOCSDIR%%/html-eg/man_221.html +%%DOCSDIR%%/html-eg/man_222.html +%%DOCSDIR%%/html-eg/man_223.html +%%DOCSDIR%%/html-eg/man_224.html +%%DOCSDIR%%/html-eg/man_225.html +%%DOCSDIR%%/html-eg/man_226.html +%%DOCSDIR%%/html-eg/man_227.html +%%DOCSDIR%%/html-eg/man_228.html +%%DOCSDIR%%/html-eg/man_229.html +%%DOCSDIR%%/html-eg/man_23.html +%%DOCSDIR%%/html-eg/man_230.html +%%DOCSDIR%%/html-eg/man_231.html +%%DOCSDIR%%/html-eg/man_232.html +%%DOCSDIR%%/html-eg/man_233.html +%%DOCSDIR%%/html-eg/man_234.html +%%DOCSDIR%%/html-eg/man_235.html +%%DOCSDIR%%/html-eg/man_236.html +%%DOCSDIR%%/html-eg/man_237.html +%%DOCSDIR%%/html-eg/man_238.html +%%DOCSDIR%%/html-eg/man_239.html +%%DOCSDIR%%/html-eg/man_24.html +%%DOCSDIR%%/html-eg/man_240.html +%%DOCSDIR%%/html-eg/man_241.html +%%DOCSDIR%%/html-eg/man_242.html +%%DOCSDIR%%/html-eg/man_243.html +%%DOCSDIR%%/html-eg/man_244.html +%%DOCSDIR%%/html-eg/man_245.html +%%DOCSDIR%%/html-eg/man_246.html +%%DOCSDIR%%/html-eg/man_247.html +%%DOCSDIR%%/html-eg/man_248.html +%%DOCSDIR%%/html-eg/man_249.html +%%DOCSDIR%%/html-eg/man_25.html +%%DOCSDIR%%/html-eg/man_250.html +%%DOCSDIR%%/html-eg/man_251.html +%%DOCSDIR%%/html-eg/man_252.html +%%DOCSDIR%%/html-eg/man_253.html +%%DOCSDIR%%/html-eg/man_254.html +%%DOCSDIR%%/html-eg/man_255.html +%%DOCSDIR%%/html-eg/man_256.html +%%DOCSDIR%%/html-eg/man_257.html +%%DOCSDIR%%/html-eg/man_258.html +%%DOCSDIR%%/html-eg/man_259.html +%%DOCSDIR%%/html-eg/man_26.html +%%DOCSDIR%%/html-eg/man_260.html +%%DOCSDIR%%/html-eg/man_261.html +%%DOCSDIR%%/html-eg/man_262.html +%%DOCSDIR%%/html-eg/man_263.html +%%DOCSDIR%%/html-eg/man_264.html +%%DOCSDIR%%/html-eg/man_265.html +%%DOCSDIR%%/html-eg/man_266.html +%%DOCSDIR%%/html-eg/man_267.html +%%DOCSDIR%%/html-eg/man_268.html +%%DOCSDIR%%/html-eg/man_269.html +%%DOCSDIR%%/html-eg/man_270.html +%%DOCSDIR%%/html-eg/man_271.html +%%DOCSDIR%%/html-eg/man_272.html +%%DOCSDIR%%/html-eg/man_273.html +%%DOCSDIR%%/html-eg/man_274.html +%%DOCSDIR%%/html-eg/man_275.html +%%DOCSDIR%%/html-eg/man_276.html +%%DOCSDIR%%/html-eg/man_277.html +%%DOCSDIR%%/html-eg/man_278.html +%%DOCSDIR%%/html-eg/man_279.html +%%DOCSDIR%%/html-eg/man_27.html +%%DOCSDIR%%/html-eg/man_280.html +%%DOCSDIR%%/html-eg/man_281.html +%%DOCSDIR%%/html-eg/man_282.html +%%DOCSDIR%%/html-eg/man_283.html +%%DOCSDIR%%/html-eg/man_284.html +%%DOCSDIR%%/html-eg/man_285.html +%%DOCSDIR%%/html-eg/man_286.html +%%DOCSDIR%%/html-eg/man_287.html +%%DOCSDIR%%/html-eg/man_288.html +%%DOCSDIR%%/html-eg/man_289.html +%%DOCSDIR%%/html-eg/man_28.html +%%DOCSDIR%%/html-eg/man_29.html +%%DOCSDIR%%/html-eg/man_3.html +%%DOCSDIR%%/html-eg/man_30.html +%%DOCSDIR%%/html-eg/man_31.html +%%DOCSDIR%%/html-eg/man_32.html +%%DOCSDIR%%/html-eg/man_33.html +%%DOCSDIR%%/html-eg/man_34.html +%%DOCSDIR%%/html-eg/man_35.html +%%DOCSDIR%%/html-eg/man_36.html +%%DOCSDIR%%/html-eg/man_37.html +%%DOCSDIR%%/html-eg/man_38.html +%%DOCSDIR%%/html-eg/man_39.html +%%DOCSDIR%%/html-eg/man_4.html +%%DOCSDIR%%/html-eg/man_40.html +%%DOCSDIR%%/html-eg/man_41.html +%%DOCSDIR%%/html-eg/man_42.html +%%DOCSDIR%%/html-eg/man_43.html +%%DOCSDIR%%/html-eg/man_44.html +%%DOCSDIR%%/html-eg/man_45.html +%%DOCSDIR%%/html-eg/man_46.html +%%DOCSDIR%%/html-eg/man_47.html +%%DOCSDIR%%/html-eg/man_48.html +%%DOCSDIR%%/html-eg/man_49.html +%%DOCSDIR%%/html-eg/man_5.html +%%DOCSDIR%%/html-eg/man_50.html +%%DOCSDIR%%/html-eg/man_51.html +%%DOCSDIR%%/html-eg/man_52.html +%%DOCSDIR%%/html-eg/man_53.html +%%DOCSDIR%%/html-eg/man_54.html +%%DOCSDIR%%/html-eg/man_55.html +%%DOCSDIR%%/html-eg/man_56.html +%%DOCSDIR%%/html-eg/man_57.html +%%DOCSDIR%%/html-eg/man_58.html +%%DOCSDIR%%/html-eg/man_59.html +%%DOCSDIR%%/html-eg/man_6.html +%%DOCSDIR%%/html-eg/man_60.html +%%DOCSDIR%%/html-eg/man_61.html +%%DOCSDIR%%/html-eg/man_62.html +%%DOCSDIR%%/html-eg/man_63.html +%%DOCSDIR%%/html-eg/man_64.html +%%DOCSDIR%%/html-eg/man_65.html +%%DOCSDIR%%/html-eg/man_66.html +%%DOCSDIR%%/html-eg/man_67.html +%%DOCSDIR%%/html-eg/man_68.html +%%DOCSDIR%%/html-eg/man_69.html +%%DOCSDIR%%/html-eg/man_7.html +%%DOCSDIR%%/html-eg/man_70.html +%%DOCSDIR%%/html-eg/man_71.html +%%DOCSDIR%%/html-eg/man_72.html +%%DOCSDIR%%/html-eg/man_73.html +%%DOCSDIR%%/html-eg/man_74.html +%%DOCSDIR%%/html-eg/man_75.html +%%DOCSDIR%%/html-eg/man_76.html +%%DOCSDIR%%/html-eg/man_77.html +%%DOCSDIR%%/html-eg/man_78.html +%%DOCSDIR%%/html-eg/man_79.html +%%DOCSDIR%%/html-eg/man_8.html +%%DOCSDIR%%/html-eg/man_80.html +%%DOCSDIR%%/html-eg/man_81.html +%%DOCSDIR%%/html-eg/man_82.html +%%DOCSDIR%%/html-eg/man_83.html +%%DOCSDIR%%/html-eg/man_84.html +%%DOCSDIR%%/html-eg/man_85.html +%%DOCSDIR%%/html-eg/man_86.html +%%DOCSDIR%%/html-eg/man_87.html +%%DOCSDIR%%/html-eg/man_88.html +%%DOCSDIR%%/html-eg/man_89.html +%%DOCSDIR%%/html-eg/man_9.html +%%DOCSDIR%%/html-eg/man_90.html +%%DOCSDIR%%/html-eg/man_91.html +%%DOCSDIR%%/html-eg/man_92.html +%%DOCSDIR%%/html-eg/man_93.html +%%DOCSDIR%%/html-eg/man_94.html +%%DOCSDIR%%/html-eg/man_95.html +%%DOCSDIR%%/html-eg/man_96.html +%%DOCSDIR%%/html-eg/man_97.html +%%DOCSDIR%%/html-eg/man_98.html +%%DOCSDIR%%/html-eg/man_99.html +%%DOCSDIR%%/html-eg/man_toc.html +%%DOCSDIR%%/html-jp/man_1.html +%%DOCSDIR%%/html-jp/man_10.html +%%DOCSDIR%%/html-jp/man_100.html +%%DOCSDIR%%/html-jp/man_101.html +%%DOCSDIR%%/html-jp/man_102.html +%%DOCSDIR%%/html-jp/man_103.html +%%DOCSDIR%%/html-jp/man_104.html +%%DOCSDIR%%/html-jp/man_105.html +%%DOCSDIR%%/html-jp/man_106.html +%%DOCSDIR%%/html-jp/man_107.html +%%DOCSDIR%%/html-jp/man_108.html +%%DOCSDIR%%/html-jp/man_109.html +%%DOCSDIR%%/html-jp/man_11.html +%%DOCSDIR%%/html-jp/man_110.html +%%DOCSDIR%%/html-jp/man_111.html +%%DOCSDIR%%/html-jp/man_112.html +%%DOCSDIR%%/html-jp/man_113.html +%%DOCSDIR%%/html-jp/man_114.html +%%DOCSDIR%%/html-jp/man_115.html +%%DOCSDIR%%/html-jp/man_116.html +%%DOCSDIR%%/html-jp/man_117.html +%%DOCSDIR%%/html-jp/man_118.html +%%DOCSDIR%%/html-jp/man_119.html +%%DOCSDIR%%/html-jp/man_12.html +%%DOCSDIR%%/html-jp/man_120.html +%%DOCSDIR%%/html-jp/man_121.html +%%DOCSDIR%%/html-jp/man_122.html +%%DOCSDIR%%/html-jp/man_123.html +%%DOCSDIR%%/html-jp/man_124.html +%%DOCSDIR%%/html-jp/man_125.html +%%DOCSDIR%%/html-jp/man_126.html +%%DOCSDIR%%/html-jp/man_127.html +%%DOCSDIR%%/html-jp/man_128.html +%%DOCSDIR%%/html-jp/man_129.html +%%DOCSDIR%%/html-jp/man_13.html +%%DOCSDIR%%/html-jp/man_130.html +%%DOCSDIR%%/html-jp/man_131.html +%%DOCSDIR%%/html-jp/man_132.html +%%DOCSDIR%%/html-jp/man_133.html +%%DOCSDIR%%/html-jp/man_134.html +%%DOCSDIR%%/html-jp/man_135.html +%%DOCSDIR%%/html-jp/man_136.html +%%DOCSDIR%%/html-jp/man_137.html +%%DOCSDIR%%/html-jp/man_138.html +%%DOCSDIR%%/html-jp/man_139.html +%%DOCSDIR%%/html-jp/man_14.html +%%DOCSDIR%%/html-jp/man_140.html +%%DOCSDIR%%/html-jp/man_141.html +%%DOCSDIR%%/html-jp/man_142.html +%%DOCSDIR%%/html-jp/man_143.html +%%DOCSDIR%%/html-jp/man_144.html +%%DOCSDIR%%/html-jp/man_145.html +%%DOCSDIR%%/html-jp/man_146.html +%%DOCSDIR%%/html-jp/man_147.html +%%DOCSDIR%%/html-jp/man_148.html +%%DOCSDIR%%/html-jp/man_149.html +%%DOCSDIR%%/html-jp/man_15.html +%%DOCSDIR%%/html-jp/man_150.html +%%DOCSDIR%%/html-jp/man_151.html +%%DOCSDIR%%/html-jp/man_152.html +%%DOCSDIR%%/html-jp/man_153.html +%%DOCSDIR%%/html-jp/man_154.html +%%DOCSDIR%%/html-jp/man_155.html +%%DOCSDIR%%/html-jp/man_156.html +%%DOCSDIR%%/html-jp/man_157.html +%%DOCSDIR%%/html-jp/man_158.html +%%DOCSDIR%%/html-jp/man_159.html +%%DOCSDIR%%/html-jp/man_16.html +%%DOCSDIR%%/html-jp/man_160.html +%%DOCSDIR%%/html-jp/man_161.html +%%DOCSDIR%%/html-jp/man_162.html +%%DOCSDIR%%/html-jp/man_163.html +%%DOCSDIR%%/html-jp/man_164.html +%%DOCSDIR%%/html-jp/man_165.html +%%DOCSDIR%%/html-jp/man_166.html +%%DOCSDIR%%/html-jp/man_167.html +%%DOCSDIR%%/html-jp/man_168.html +%%DOCSDIR%%/html-jp/man_169.html +%%DOCSDIR%%/html-jp/man_17.html +%%DOCSDIR%%/html-jp/man_170.html +%%DOCSDIR%%/html-jp/man_171.html +%%DOCSDIR%%/html-jp/man_172.html +%%DOCSDIR%%/html-jp/man_173.html +%%DOCSDIR%%/html-jp/man_174.html +%%DOCSDIR%%/html-jp/man_175.html +%%DOCSDIR%%/html-jp/man_176.html +%%DOCSDIR%%/html-jp/man_177.html +%%DOCSDIR%%/html-jp/man_178.html +%%DOCSDIR%%/html-jp/man_179.html +%%DOCSDIR%%/html-jp/man_18.html +%%DOCSDIR%%/html-jp/man_180.html +%%DOCSDIR%%/html-jp/man_181.html +%%DOCSDIR%%/html-jp/man_182.html +%%DOCSDIR%%/html-jp/man_183.html +%%DOCSDIR%%/html-jp/man_184.html +%%DOCSDIR%%/html-jp/man_185.html +%%DOCSDIR%%/html-jp/man_186.html +%%DOCSDIR%%/html-jp/man_187.html +%%DOCSDIR%%/html-jp/man_188.html +%%DOCSDIR%%/html-jp/man_189.html +%%DOCSDIR%%/html-jp/man_19.html +%%DOCSDIR%%/html-jp/man_190.html +%%DOCSDIR%%/html-jp/man_191.html +%%DOCSDIR%%/html-jp/man_192.html +%%DOCSDIR%%/html-jp/man_193.html +%%DOCSDIR%%/html-jp/man_194.html +%%DOCSDIR%%/html-jp/man_195.html +%%DOCSDIR%%/html-jp/man_196.html +%%DOCSDIR%%/html-jp/man_197.html +%%DOCSDIR%%/html-jp/man_198.html +%%DOCSDIR%%/html-jp/man_199.html +%%DOCSDIR%%/html-jp/man_2.html +%%DOCSDIR%%/html-jp/man_20.html +%%DOCSDIR%%/html-jp/man_200.html +%%DOCSDIR%%/html-jp/man_201.html +%%DOCSDIR%%/html-jp/man_202.html +%%DOCSDIR%%/html-jp/man_203.html +%%DOCSDIR%%/html-jp/man_204.html +%%DOCSDIR%%/html-jp/man_205.html +%%DOCSDIR%%/html-jp/man_206.html +%%DOCSDIR%%/html-jp/man_207.html +%%DOCSDIR%%/html-jp/man_208.html +%%DOCSDIR%%/html-jp/man_209.html +%%DOCSDIR%%/html-jp/man_21.html +%%DOCSDIR%%/html-jp/man_210.html +%%DOCSDIR%%/html-jp/man_211.html +%%DOCSDIR%%/html-jp/man_212.html +%%DOCSDIR%%/html-jp/man_213.html +%%DOCSDIR%%/html-jp/man_214.html +%%DOCSDIR%%/html-jp/man_215.html +%%DOCSDIR%%/html-jp/man_216.html +%%DOCSDIR%%/html-jp/man_217.html +%%DOCSDIR%%/html-jp/man_218.html +%%DOCSDIR%%/html-jp/man_219.html +%%DOCSDIR%%/html-jp/man_22.html +%%DOCSDIR%%/html-jp/man_220.html +%%DOCSDIR%%/html-jp/man_221.html +%%DOCSDIR%%/html-jp/man_222.html +%%DOCSDIR%%/html-jp/man_223.html +%%DOCSDIR%%/html-jp/man_224.html +%%DOCSDIR%%/html-jp/man_225.html +%%DOCSDIR%%/html-jp/man_226.html +%%DOCSDIR%%/html-jp/man_227.html +%%DOCSDIR%%/html-jp/man_228.html +%%DOCSDIR%%/html-jp/man_229.html +%%DOCSDIR%%/html-jp/man_23.html +%%DOCSDIR%%/html-jp/man_230.html +%%DOCSDIR%%/html-jp/man_231.html +%%DOCSDIR%%/html-jp/man_232.html +%%DOCSDIR%%/html-jp/man_233.html +%%DOCSDIR%%/html-jp/man_234.html +%%DOCSDIR%%/html-jp/man_235.html +%%DOCSDIR%%/html-jp/man_236.html +%%DOCSDIR%%/html-jp/man_237.html +%%DOCSDIR%%/html-jp/man_238.html +%%DOCSDIR%%/html-jp/man_239.html +%%DOCSDIR%%/html-jp/man_24.html +%%DOCSDIR%%/html-jp/man_240.html +%%DOCSDIR%%/html-jp/man_241.html +%%DOCSDIR%%/html-jp/man_242.html +%%DOCSDIR%%/html-jp/man_243.html +%%DOCSDIR%%/html-jp/man_244.html +%%DOCSDIR%%/html-jp/man_245.html +%%DOCSDIR%%/html-jp/man_246.html +%%DOCSDIR%%/html-jp/man_247.html +%%DOCSDIR%%/html-jp/man_248.html +%%DOCSDIR%%/html-jp/man_249.html +%%DOCSDIR%%/html-jp/man_25.html +%%DOCSDIR%%/html-jp/man_250.html +%%DOCSDIR%%/html-jp/man_251.html +%%DOCSDIR%%/html-jp/man_252.html +%%DOCSDIR%%/html-jp/man_253.html +%%DOCSDIR%%/html-jp/man_254.html +%%DOCSDIR%%/html-jp/man_255.html +%%DOCSDIR%%/html-jp/man_256.html +%%DOCSDIR%%/html-jp/man_257.html +%%DOCSDIR%%/html-jp/man_258.html +%%DOCSDIR%%/html-jp/man_259.html +%%DOCSDIR%%/html-jp/man_26.html +%%DOCSDIR%%/html-jp/man_260.html +%%DOCSDIR%%/html-jp/man_261.html +%%DOCSDIR%%/html-jp/man_262.html +%%DOCSDIR%%/html-jp/man_263.html +%%DOCSDIR%%/html-jp/man_264.html +%%DOCSDIR%%/html-jp/man_265.html +%%DOCSDIR%%/html-jp/man_266.html +%%DOCSDIR%%/html-jp/man_267.html +%%DOCSDIR%%/html-jp/man_268.html +%%DOCSDIR%%/html-jp/man_269.html +%%DOCSDIR%%/html-jp/man_270.html +%%DOCSDIR%%/html-jp/man_271.html +%%DOCSDIR%%/html-jp/man_272.html +%%DOCSDIR%%/html-jp/man_273.html +%%DOCSDIR%%/html-jp/man_274.html +%%DOCSDIR%%/html-jp/man_275.html +%%DOCSDIR%%/html-jp/man_276.html +%%DOCSDIR%%/html-jp/man_277.html +%%DOCSDIR%%/html-jp/man_278.html +%%DOCSDIR%%/html-jp/man_279.html +%%DOCSDIR%%/html-jp/man_27.html +%%DOCSDIR%%/html-jp/man_280.html +%%DOCSDIR%%/html-jp/man_281.html +%%DOCSDIR%%/html-jp/man_282.html +%%DOCSDIR%%/html-jp/man_283.html +%%DOCSDIR%%/html-jp/man_284.html +%%DOCSDIR%%/html-jp/man_285.html +%%DOCSDIR%%/html-jp/man_286.html +%%DOCSDIR%%/html-jp/man_287.html +%%DOCSDIR%%/html-jp/man_288.html +%%DOCSDIR%%/html-jp/man_289.html +%%DOCSDIR%%/html-jp/man_28.html +%%DOCSDIR%%/html-jp/man_29.html +%%DOCSDIR%%/html-jp/man_3.html +%%DOCSDIR%%/html-jp/man_30.html +%%DOCSDIR%%/html-jp/man_31.html +%%DOCSDIR%%/html-jp/man_32.html +%%DOCSDIR%%/html-jp/man_33.html +%%DOCSDIR%%/html-jp/man_34.html +%%DOCSDIR%%/html-jp/man_35.html +%%DOCSDIR%%/html-jp/man_36.html +%%DOCSDIR%%/html-jp/man_37.html +%%DOCSDIR%%/html-jp/man_38.html +%%DOCSDIR%%/html-jp/man_39.html +%%DOCSDIR%%/html-jp/man_4.html +%%DOCSDIR%%/html-jp/man_40.html +%%DOCSDIR%%/html-jp/man_41.html +%%DOCSDIR%%/html-jp/man_42.html +%%DOCSDIR%%/html-jp/man_43.html +%%DOCSDIR%%/html-jp/man_44.html +%%DOCSDIR%%/html-jp/man_45.html +%%DOCSDIR%%/html-jp/man_46.html +%%DOCSDIR%%/html-jp/man_47.html +%%DOCSDIR%%/html-jp/man_48.html +%%DOCSDIR%%/html-jp/man_49.html +%%DOCSDIR%%/html-jp/man_5.html +%%DOCSDIR%%/html-jp/man_50.html +%%DOCSDIR%%/html-jp/man_51.html +%%DOCSDIR%%/html-jp/man_52.html +%%DOCSDIR%%/html-jp/man_53.html +%%DOCSDIR%%/html-jp/man_54.html +%%DOCSDIR%%/html-jp/man_55.html +%%DOCSDIR%%/html-jp/man_56.html +%%DOCSDIR%%/html-jp/man_57.html +%%DOCSDIR%%/html-jp/man_58.html +%%DOCSDIR%%/html-jp/man_59.html +%%DOCSDIR%%/html-jp/man_6.html +%%DOCSDIR%%/html-jp/man_60.html +%%DOCSDIR%%/html-jp/man_61.html +%%DOCSDIR%%/html-jp/man_62.html +%%DOCSDIR%%/html-jp/man_63.html +%%DOCSDIR%%/html-jp/man_64.html +%%DOCSDIR%%/html-jp/man_65.html +%%DOCSDIR%%/html-jp/man_66.html +%%DOCSDIR%%/html-jp/man_67.html +%%DOCSDIR%%/html-jp/man_68.html +%%DOCSDIR%%/html-jp/man_69.html +%%DOCSDIR%%/html-jp/man_7.html +%%DOCSDIR%%/html-jp/man_70.html +%%DOCSDIR%%/html-jp/man_71.html +%%DOCSDIR%%/html-jp/man_72.html +%%DOCSDIR%%/html-jp/man_73.html +%%DOCSDIR%%/html-jp/man_74.html +%%DOCSDIR%%/html-jp/man_75.html +%%DOCSDIR%%/html-jp/man_76.html +%%DOCSDIR%%/html-jp/man_77.html +%%DOCSDIR%%/html-jp/man_78.html +%%DOCSDIR%%/html-jp/man_79.html +%%DOCSDIR%%/html-jp/man_8.html +%%DOCSDIR%%/html-jp/man_80.html +%%DOCSDIR%%/html-jp/man_81.html +%%DOCSDIR%%/html-jp/man_82.html +%%DOCSDIR%%/html-jp/man_83.html +%%DOCSDIR%%/html-jp/man_84.html +%%DOCSDIR%%/html-jp/man_85.html +%%DOCSDIR%%/html-jp/man_86.html +%%DOCSDIR%%/html-jp/man_87.html +%%DOCSDIR%%/html-jp/man_88.html +%%DOCSDIR%%/html-jp/man_89.html +%%DOCSDIR%%/html-jp/man_9.html +%%DOCSDIR%%/html-jp/man_90.html +%%DOCSDIR%%/html-jp/man_91.html +%%DOCSDIR%%/html-jp/man_92.html +%%DOCSDIR%%/html-jp/man_93.html +%%DOCSDIR%%/html-jp/man_94.html +%%DOCSDIR%%/html-jp/man_95.html +%%DOCSDIR%%/html-jp/man_96.html +%%DOCSDIR%%/html-jp/man_97.html +%%DOCSDIR%%/html-jp/man_98.html +%%DOCSDIR%%/html-jp/man_99.html +%%DOCSDIR%%/html-jp/man_toc.html +%%DOCSDIR%%/html-internal-ja/internal.html +%%DOCSDIR%%/html-internal-ja/internal_toc.html +%%DOCSDIR%%/html-exp-ja/exp-ja.texi +%%DOCSDIR%%/html-exp-ja/exp-ja_1.html +%%DOCSDIR%%/html-exp-ja/exp-ja_2.html +%%DOCSDIR%%/html-exp-ja/exp-ja_3.html +%%DOCSDIR%%/html-exp-ja/exp-ja_4.html +%%DOCSDIR%%/html-exp-ja/exp-ja_5.html +%%DOCSDIR%%/html-exp-ja/exp-ja_6.html +%%DOCSDIR%%/html-exp-ja/exp-ja_7.html +%%DOCSDIR%%/html-exp-ja/exp-ja_8.html +%%DOCSDIR%%/html-exp-ja/exp-ja_9.html +%%DOCSDIR%%/html-exp-ja/exp-ja_10.html +%%DOCSDIR%%/html-exp-ja/exp-ja_11.html +%%DOCSDIR%%/html-exp-ja/exp-ja_12.html +%%DOCSDIR%%/html-exp-ja/exp-ja_13.html +%%DOCSDIR%%/html-exp-ja/exp-ja_14.html +%%DOCSDIR%%/html-exp-ja/exp-ja_15.html +%%DOCSDIR%%/html-exp-ja/exp-ja_16.html +%%DOCSDIR%%/html-exp-ja/exp-ja_17.html +%%DOCSDIR%%/html-exp-ja/exp-ja_18.html +%%DOCSDIR%%/html-exp-ja/exp-ja_19.html +%%DOCSDIR%%/html-exp-ja/exp-ja_20.html +%%DOCSDIR%%/html-exp-ja/exp-ja_21.html +%%DOCSDIR%%/html-exp-ja/exp-ja_22.html +%%DOCSDIR%%/html-exp-ja/exp-ja_23.html +%%DOCSDIR%%/html-exp-ja/exp-ja_24.html +%%DOCSDIR%%/html-exp-ja/exp-ja_25.html +%%DOCSDIR%%/html-exp-ja/exp-ja_toc.html +%%DOCSDIR%%/internal-jp.pdf +%%DOCSDIR%%/exp-ja.pdf +%%DOCSDIR%%/asir.1 @dirrm include/asir -@dirrm share/asir/help-jp -@dirrm share/asir/help-eg -@dirrm share/asir -@dirrm share/doc/asir/html-eg -@dirrm share/doc/asir/html-exp-ja -@dirrm share/doc/asir/html-jp -@dirrm share/doc/asir/html-internal-ja -@dirrm share/doc/asir -@unexec rm -rf /usr/local/share/asir/ox_asir -@unexec rm -rf /usr/local/share/asir/ox_plot -@unexec rm -rf /usr/local/share/asir/ox_launch +@dirrm %%DATADIR%%/help-jp +@dirrm %%DATADIR%%/help-eg +@dirrm %%DATADIR%% +@dirrm %%DOCSDIR%%/html-eg +@dirrm %%DOCSDIR%%/html-exp-ja +@dirrm %%DOCSDIR%%/html-jp +@dirrm %%DOCSDIR%%/html-internal-ja +@dirrm %%DOCSDIR%% +@unexec rm -rf %D/%%DATADIR%%/ox_asir +@unexec rm -rf %D/%%DATADIR%%/ox_plot +@unexec rm -rf %D/%%DATADIR%%/ox_launch