diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-19 16:24:19 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-19 16:24:19 +0000 |
commit | ba2b362219801f773cdd77d6bf54c749cfb066ea (patch) | |
tree | a14230f9c0cddda697e9c425789c7a7dca97d2f5 /math | |
parent | d8fcff0f97cf7ef5f6f0faf20da5836daf721d8e (diff) | |
download | ports-ba2b362219801f773cdd77d6bf54c749cfb066ea.tar.gz ports-ba2b362219801f773cdd77d6bf54c749cfb066ea.zip |
- Update to 20070718 [1]
- Respect NOPORTDOCS and use PORTDOCS to simplify pkg-plist [2]
- Remove useless PREFIX assignment which is for user not port's Makefile [2]
PR: ports/114723 [1]
Submitted by: Tomokatsu SAITO <saito at a2z.co.jp> (maintainer) [1]
Approved by: maintainer [2]
Notes
Notes:
svn path=/head/; revision=195905
Diffstat (limited to 'math')
-rw-r--r-- | math/asir2000/Makefile | 45 | ||||
-rw-r--r-- | math/asir2000/distinfo | 18 | ||||
-rw-r--r-- | math/asir2000/files/patch-ag | 24 | ||||
-rw-r--r-- | math/asir2000/files/patch-bg | 10 | ||||
-rw-r--r-- | math/asir2000/files/patch-engine_Z.c | 30 | ||||
-rw-r--r-- | math/asir2000/pkg-plist | 1037 |
6 files changed, 459 insertions, 705 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index ebeb1b0a1acd..e58bf8e696f2 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -6,8 +6,7 @@ # PORTNAME= asir -PORTVERSION= 20060417 -PORTREVISION= 2 +PORTVERSION= 20070718 CATEGORIES= math MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ ftp://ftp.asir.org/pub/asir/src/ \ @@ -24,20 +23,21 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:15 autoconf:253 USE_XLIB= yes CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari -ASIR_SRC_VERSION= 20060417 -ASIR_DOC_VERSION= 20060417 -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 +ASIR_SRC_VERSION= 20070718 +ASIR_DOC_VERSION= 20070718 +GC_VERSION= 6.8 +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 +WRKSRC= ${WRKDIR}/asir2000 -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 +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 + +PORTDOCS= * .include <bsd.port.pre.mk> @@ -46,12 +46,12 @@ BROKEN= Does not compile on sparc64 or ia64 .endif post-extract: - @( cd ${WRKSRC};${TAR} xfz ${DISTDIR}/${GC_SRC} ) -pre-install: - @${MKDIR} ${DATADIR} - @${MKDIR} ${DOCSDIR} + @( cd ${WRKSRC}; ${TAR} xfz ${DISTDIR}/${GC_SRC} ) + @${MKDIR} ${WRKDIR}/asirdoc + @${TAR} xfz ${DISTDIR}/${ASIR_DOC} -C ${WRKDIR}/asirdoc post-install: + @${MKDIR} ${DATADIR} @(\ cd ${WRKSRC}/lib ; \ for i in ${LIB_DATA} ; do \ @@ -62,7 +62,10 @@ post-install: @${LN} -fs ${PREFIX}/bin/asir ${DATADIR}/ox_asir @${LN} -fs ${PREFIX}/bin/asir ${DATADIR}/ox_plot @${LN} -fs ${PREFIX}/bin/asir ${DATADIR}/ox_launch - @${TAR} xfz ${DISTDIR}/${ASIR_DOC} -C ${DOCSDIR} - @${INSTALL_MAN} ${DOCSDIR}/${MAN1} ${PREFIX}/man/man1 + @${INSTALL_MAN} ${WRKDIR}/asirdoc/${MAN1} ${MAN1PREFIX}/man/man1 +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @(cd ${WRKDIR}/asirdoc/ && ${COPYTREE_SHARE} \* ${DOCSDIR}) +.endif .include <bsd.port.post.mk> diff --git a/math/asir2000/distinfo b/math/asir2000/distinfo index abb95decafae..7e99afd8fa31 100644 --- a/math/asir2000/distinfo +++ b/math/asir2000/distinfo @@ -1,9 +1,9 @@ -MD5 (asir-20060417.tar.gz) = 05ad523a89dd39edbf6bb4f65d349547 -SHA256 (asir-20060417.tar.gz) = 77102bc5bdbd2e7890cded37089934d12ecb5a2a2fdc4c4f9f05c3e2957f6907 -SIZE (asir-20060417.tar.gz) = 2407229 -MD5 (asirdoc-20060417.tar.gz) = 93960accdcaf029effc1460c7a74bcf1 -SHA256 (asirdoc-20060417.tar.gz) = 72e21f6609e2edb4f6212417d2bf0040390beb1200267bae3909420b894cfbd5 -SIZE (asirdoc-20060417.tar.gz) = 1378365 -MD5 (gc6.5.tar.gz) = 00bf95cdcbedfa7321d14e0133b31cdb -SHA256 (gc6.5.tar.gz) = 217df8b36d848a85eb81ec6fa2a411e9bf186a747c2ddb223cb82b5001e4d80b -SIZE (gc6.5.tar.gz) = 752464 +MD5 (asir-20070718.tar.gz) = fcfb1ddf031cf94168314a7ad49216d0 +SHA256 (asir-20070718.tar.gz) = 2d330876ffc7a7a5190c77296c58c331c31bd413dfd0e13088d1b221720e0cf6 +SIZE (asir-20070718.tar.gz) = 2485364 +MD5 (asirdoc-20070718.tar.gz) = 24a1099257c5b29b35fe4047a8fa7e68 +SHA256 (asirdoc-20070718.tar.gz) = 0c8e2714129bb6c0eb9170822b688d2d93f7f9ce67683813ee473ff3b3779fbb +SIZE (asirdoc-20070718.tar.gz) = 1396218 +MD5 (gc6.8.tar.gz) = 418d38bd9c66398386a372ec0435250e +SHA256 (gc6.8.tar.gz) = 448f8e4c6ee8c80eac059cf1c9379d20c388bcb900fc0796cd2a44d1dcbbae69 +SIZE (gc6.8.tar.gz) = 756879 diff --git a/math/asir2000/files/patch-ag b/math/asir2000/files/patch-ag index ca1664be124a..6ac60758df5f 100644 --- a/math/asir2000/files/patch-ag +++ b/math/asir2000/files/patch-ag @@ -1,5 +1,5 @@ ---- parse/glob.c.orig Tue Oct 11 00:16:38 2005 -+++ parse/glob.c Tue Oct 11 00:24:51 2005 +--- parse/glob.c.orig Thu Jan 4 00:48:08 2007 ++++ parse/glob.c Wed Jul 18 12:25:46 2007 @@ -51,6 +51,7 @@ #include "al.h" #include "parse.h" @@ -8,7 +8,7 @@ #if defined(PARI) #include "genpari.h" #endif -@@ -767,7 +768,7 @@ +@@ -765,7 +766,7 @@ char *get_pariversion() { #if PARI @@ -17,3 +17,21 @@ return PARIVERSION", Copyright (C) 2000-2005 The PARI Group.\n"; #else return "PARI 2.0.17, copyright 1989-1999, C. Batut, K. Belabas, D. Bernardi,\n H. Cohen and M. Olivier.\n"; +@@ -785,7 +786,7 @@ + + void copyright() + { +- char *format = "This is Risa/Asir%s, Version %d (%s Distribution).\nCopyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\nCopyright 2000-2007, Risa/Asir committers, http://www.openxm.org/.\nGC 6.5 Copyright 1988-2005, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n%s"; ++ char *format = "This is Risa/Asir%s, Version %d (%s Distribution).\nCopyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\nCopyright 2000-2007, Risa/Asir committers, http://www.openxm.org/.\nGC 6.8 Copyright 1988-2005, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n%s"; + printf(format, get_intervalversion(), get_asir_version(), get_asir_distribution(), get_pariversion()); + } + +@@ -794,7 +795,7 @@ + static char *notice; + char *s1, *s2, *s3; + int d, len; +- char *format = "This is Risa/Asir%s, Version %d (%s Distribution).\nCopyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\nCopyright 2000-2007, Risa/Asir committers, http://www.openxm.org/.\nGC 6.5 copyright 1988-2005, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n%s"; ++ char *format = "This is Risa/Asir%s, Version %d (%s Distribution).\nCopyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\nCopyright 2000-2007, Risa/Asir committers, http://www.openxm.org/.\nGC 6.8 copyright 1988-2005, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n%s"; + if (!notice) { + s1 = get_intervalversion(); + s2 = get_asir_distribution(); diff --git a/math/asir2000/files/patch-bg b/math/asir2000/files/patch-bg index 8228cdc9f854..5c63716224b0 100644 --- a/math/asir2000/files/patch-bg +++ b/math/asir2000/files/patch-bg @@ -1,11 +1,11 @@ ---- parse/Makefile.am.orig Fri May 2 02:24:05 2003 -+++ parse/Makefile.am Fri May 2 02:24:23 2003 -@@ -3,7 +3,7 @@ - incdir = ${prefix}/include/asir +--- parse/Makefile.am.orig Sun Feb 18 17:46:47 2007 ++++ parse/Makefile.am Wed Jul 18 11:39:43 2007 +@@ -4,7 +4,7 @@ inc_HEADERS = comp.h cpp.h parse.h w_stdio.h + GC = gc6.8 -asirdir = ${prefix}/lib/asir +asirdir = ${prefix}/share/asir DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ - -I${top_srcdir}/gc/include \ + -I${top_srcdir}/${GC}/include \ diff --git a/math/asir2000/files/patch-engine_Z.c b/math/asir2000/files/patch-engine_Z.c deleted file mode 100644 index 4e432ae1a541..000000000000 --- a/math/asir2000/files/patch-engine_Z.c +++ /dev/null @@ -1,30 +0,0 @@ - -$FreeBSD$ - ---- engine/Z.c.orig -+++ engine/Z.c -@@ -2,19 +2,11 @@ - #include "base.h" - #include "inline.h" - --#if defined(__GNUC__) --#define INLINE inline --#elif defined(VISUAL) --#define INLINE __inline --#else --#define INLINE --#endif -- --INLINE void _addz(Z n1,Z n2,Z nr); --INLINE void _subz(Z n1,Z n2,Z nr); --INLINE void _mulz(Z n1,Z n2,Z nr); --INLINE int _addz_main(unsigned int *m1,int d1,unsigned int *m2,int d2,unsigned int *mr); --INLINE int _subz_main(unsigned int *m1,int d1,unsigned int *m2,int d2,unsigned int *mr); -+void _addz(Z n1,Z n2,Z nr); -+void _subz(Z n1,Z n2,Z nr); -+void _mulz(Z n1,Z n2,Z nr); -+int _addz_main(unsigned int *m1,int d1,unsigned int *m2,int d2,unsigned int *mr); -+int _subz_main(unsigned int *m1,int d1,unsigned int *m2,int d2,unsigned int *mr); - - /* immediate int -> Z */ - #define UTOZ(c,n) (n)=(!((unsigned int)(c))?0:(((unsigned int)(c))<=IMM_MAX?((Z)((((unsigned int)(c))<<1)|1)):utoz((unsigned int)(c)))) diff --git a/math/asir2000/pkg-plist b/math/asir2000/pkg-plist index f336bdf66384..c79bec09a79a 100644 --- a/math/asir2000/pkg-plist +++ b/math/asir2000/pkg-plist @@ -52,6 +52,7 @@ include/asir/wsio.h %%DATADIR%%/ox_launch %%DATADIR%%/help %%DATADIR%%/help-eg/% +%%DATADIR%%/help-eg/access %%DATADIR%%/help-eg/af %%DATADIR%%/help-eg/af_noalg %%DATADIR%%/help-eg/alg @@ -70,7 +71,9 @@ include/asir/wsio.h %%DATADIR%%/help-eg/bload27 %%DATADIR%%/help-eg/break %%DATADIR%%/help-eg/bsave +%%DATADIR%%/help-eg/call %%DATADIR%%/help-eg/car +%%DATADIR%%/help-eg/ceil %%DATADIR%%/help-eg/cdr %%DATADIR%%/help-eg/characteristic_ff %%DATADIR%%/help-eg/clear_canvas @@ -84,7 +87,14 @@ include/asir/wsio.h %%DATADIR%%/help-eg/cputime %%DATADIR%%/help-eg/cr_gcda %%DATADIR%%/help-eg/ctrl +%%DATADIR%%/help-eg/currenttime %%DATADIR%%/help-eg/cyclic +%%DATADIR%%/help-eg/dabs +%%DATADIR%%/help-eg/dacos +%%DATADIR%%/help-eg/dasin +%%DATADIR%%/help-eg/datan +%%DATADIR%%/help-eg/dceil +%%DATADIR%%/help-eg/dcos %%DATADIR%%/help-eg/debug %%DATADIR%%/help-eg/defpoly %%DATADIR%%/help-eg/defpoly_mod2 @@ -92,8 +102,11 @@ include/asir/wsio.h %%DATADIR%%/help-eg/delete_history %%DATADIR%%/help-eg/det %%DATADIR%%/help-eg/deval +%%DATADIR%%/help-eg/dexp +%%DATADIR%%/help-eg/dfloor %%DATADIR%%/help-eg/dgr %%DATADIR%%/help-eg/diff +%%DATADIR%%/help-eg/dlog %%DATADIR%%/help-eg/dn %%DATADIR%%/help-eg/dp_gr_f_main %%DATADIR%%/help-eg/dp_dehomo @@ -139,9 +152,14 @@ include/asir/wsio.h %%DATADIR%%/help-eg/dp_weyl_gr_mod_main %%DATADIR%%/help-eg/draw_obj %%DATADIR%%/help-eg/draw_string +%%DATADIR%%/help-eg/drint +%%DATADIR%%/help-eg/dsin +%%DATADIR%%/help-eg/dsqrt +%%DATADIR%%/help-eg/dtan %%DATADIR%%/help-eg/ecm_add_ff %%DATADIR%%/help-eg/ecm_chsgn_ff %%DATADIR%%/help-eg/ecm_sub_ff +%%DATADIR%%/help-eg/ediff %%DATADIR%%/help-eg/end %%DATADIR%%/help-eg/error %%DATADIR%%/help-eg/eval @@ -153,6 +171,7 @@ include/asir/wsio.h %%DATADIR%%/help-eg/field_order_ff %%DATADIR%%/help-eg/field_type_ff %%DATADIR%%/help-eg/flist +%%DATADIR%%/help-eg/floor %%DATADIR%%/help-eg/funargs %%DATADIR%%/help-eg/functor %%DATADIR%%/help-eg/gb_comp @@ -189,6 +208,7 @@ include/asir/wsio.h %%DATADIR%%/help-eg/irem %%DATADIR%%/help-eg/irredcheck_ff %%DATADIR%%/help-eg/ishift +%%DATADIR%%/help-eg/isqrt %%DATADIR%%/help-eg/ixor %%DATADIR%%/help-eg/katsura %%DATADIR%%/help-eg/kmul @@ -203,13 +223,21 @@ include/asir/wsio.h %%DATADIR%%/help-eg/loop %%DATADIR%%/help-eg/lprime %%DATADIR%%/help-eg/lrandom +%%DATADIR%%/help-eg/ltov %%DATADIR%%/help-eg/map %%DATADIR%%/help-eg/mindeg %%DATADIR%%/help-eg/minipoly %%DATADIR%%/help-eg/minipolym %%DATADIR%%/help-eg/modfctr +%%DATADIR%%/help-eg/module_definedp +%%DATADIR%%/help-eg/module_list %%DATADIR%%/help-eg/mt_load %%DATADIR%%/help-eg/mt_save +%%DATADIR%%/help-eg/nd_f4 +%%DATADIR%%/help-eg/nd_gr +%%DATADIR%%/help-eg/nd_gr_trace +%%DATADIR%%/help-eg/nd_weyl_gr +%%DATADIR%%/help-eg/nd_weyl_gr_trace %%DATADIR%%/help-eg/newalg %%DATADIR%%/help-eg/newbytearray %%DATADIR%%/help-eg/newmat @@ -253,16 +281,16 @@ include/asir/wsio.h %%DATADIR%%/help-eg/pari %%DATADIR%%/help-eg/plot %%DATADIR%%/help-eg/plotover +%%DATADIR%%/help-eg/polarplot %%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/print %%DATADIR%%/help-eg/psubst %%DATADIR%%/help-eg/ptogf2n +%%DATADIR%%/help-eg/ptosfp %%DATADIR%%/help-eg/ptozp %%DATADIR%%/help-eg/purge_stdin %%DATADIR%%/help-eg/put_byte @@ -276,9 +304,12 @@ include/asir/wsio.h %%DATADIR%%/help-eg/red %%DATADIR%%/help-eg/register_handler %%DATADIR%%/help-eg/register_server +%%DATADIR%%/help-eg/remove_file +%%DATADIR%%/help-eg/remove_module %%DATADIR%%/help-eg/res %%DATADIR%%/help-eg/return %%DATADIR%%/help-eg/reverse +%%DATADIR%%/help-eg/rint %%DATADIR%%/help-eg/rtostr %%DATADIR%%/help-eg/sdiv %%DATADIR%%/help-eg/sdivm @@ -294,6 +325,7 @@ include/asir/wsio.h %%DATADIR%%/help-eg/simp_ff %%DATADIR%%/help-eg/simpalg %%DATADIR%%/help-eg/size +%%DATADIR%%/help-eg/sleep %%DATADIR%%/help-eg/sp %%DATADIR%%/help-eg/sp_noalg %%DATADIR%%/help-eg/sp_norm @@ -306,6 +338,7 @@ include/asir/wsio.h %%DATADIR%%/help-eg/str_len %%DATADIR%%/help-eg/strtoascii %%DATADIR%%/help-eg/strtov +%%DATADIR%%/help-eg/struct_type %%DATADIR%%/help-eg/sub_str %%DATADIR%%/help-eg/subst %%DATADIR%%/help-eg/tdiv @@ -347,7 +380,157 @@ include/asir/wsio.h %%DATADIR%%/help-eg/vtol %%DATADIR%%/help-eg/vtype %%DATADIR%%/help-eg/which +%%DATADIR%%/help-eg/xm.help/base_cancel +%%DATADIR%%/help-eg/xm.help/base_choose +%%DATADIR%%/help-eg/xm.help/base_flatten +%%DATADIR%%/help-eg/xm.help/base_intersection +%%DATADIR%%/help-eg/xm.help/base_memberq +%%DATADIR%%/help-eg/xm.help/base_permutation +%%DATADIR%%/help-eg/xm.help/base_position +%%DATADIR%%/help-eg/xm.help/base_prune +%%DATADIR%%/help-eg/xm.help/base_replace +%%DATADIR%%/help-eg/xm.help/base_set_minus +%%DATADIR%%/help-eg/xm.help/base_set_union +%%DATADIR%%/help-eg/xm.help/base_subsetq +%%DATADIR%%/help-eg/xm.help/base_subsets_of_size +%%DATADIR%%/help-eg/xm.help/dsolv_dual +%%DATADIR%%/help-eg/xm.help/dsolv_starting_term +%%DATADIR%%/help-eg/xm.help/glib_clear +%%DATADIR%%/help-eg/xm.help/glib_flush +%%DATADIR%%/help-eg/xm.help/glib_line +%%DATADIR%%/help-eg/xm.help/glib_open +%%DATADIR%%/help-eg/xm.help/glib_plot +%%DATADIR%%/help-eg/xm.help/glib_print +%%DATADIR%%/help-eg/xm.help/glib_ps_form +%%DATADIR%%/help-eg/xm.help/glib_putpixel +%%DATADIR%%/help-eg/xm.help/glib_remove_last +%%DATADIR%%/help-eg/xm.help/glib_set_pixel_size +%%DATADIR%%/help-eg/xm.help/glib_tops +%%DATADIR%%/help-eg/xm.help/glib_window +%%DATADIR%%/help-eg/xm.help/gnuplot +%%DATADIR%%/help-eg/xm.help/gnuplot.heat +%%DATADIR%%/help-eg/xm.help/gnuplot.output +%%DATADIR%%/help-eg/xm.help/gnuplot.plot_dots +%%DATADIR%%/help-eg/xm.help/gnuplot.plot_function +%%DATADIR%%/help-eg/xm.help/gnuplot.setenv +%%DATADIR%%/help-eg/xm.help/gnuplot.start +%%DATADIR%%/help-eg/xm.help/gnuplot.stop +%%DATADIR%%/help-eg/xm.help/mathematica.rtomstr +%%DATADIR%%/help-eg/xm.help/mathematica.start +%%DATADIR%%/help-eg/xm.help/mathematica.tree_to_string +%%DATADIR%%/help-eg/xm.help/matrix_clone +%%DATADIR%%/help-eg/xm.help/matrix_det +%%DATADIR%%/help-eg/xm.help/matrix_diagonal_matrix +%%DATADIR%%/help-eg/xm.help/matrix_eigenavalues +%%DATADIR%%/help-eg/xm.help/matrix_identity_matrix +%%DATADIR%%/help-eg/xm.help/matrix_image +%%DATADIR%%/help-eg/xm.help/matrix_inner_product +%%DATADIR%%/help-eg/xm.help/matrix_inverse +%%DATADIR%%/help-eg/xm.help/matrix_kernel +%%DATADIR%%/help-eg/xm.help/matrix_list_to_matrix +%%DATADIR%%/help-eg/xm.help/matrix_matrix_to_list +%%DATADIR%%/help-eg/xm.help/matrix_rank +%%DATADIR%%/help-eg/xm.help/matrix_solve_linear +%%DATADIR%%/help-eg/xm.help/matrix_submatrix +%%DATADIR%%/help-eg/xm.help/matrix_transpose +%%DATADIR%%/help-eg/xm.help/number_abs +%%DATADIR%%/help-eg/xm.help/number_ceiling +%%DATADIR%%/help-eg/xm.help/number_factor +%%DATADIR%%/help-eg/xm.help/number_floor +%%DATADIR%%/help-eg/xm.help/number_imaginary_part +%%DATADIR%%/help-eg/xm.help/number_is_integer +%%DATADIR%%/help-eg/xm.help/number_real_part +%%DATADIR%%/help-eg/xm.help/om_start +%%DATADIR%%/help-eg/xm.help/om_xml +%%DATADIR%%/help-eg/xm.help/om_xml_to_cmo +%%DATADIR%%/help-eg/xm.help/ox_check_errors2 +%%DATADIR%%/help-eg/xm.help/ox_sm1_forAsir +%%DATADIR%%/help-eg/xm.help/oxshell.get_value +%%DATADIR%%/help-eg/xm.help/oxshell.oxshell +%%DATADIR%%/help-eg/xm.help/oxshell.set_value +%%DATADIR%%/help-eg/xm.help/pfp_omega +%%DATADIR%%/help-eg/xm.help/pfpcoh_intersection +%%DATADIR%%/help-eg/xm.help/pfphom_intersection +%%DATADIR%%/help-eg/xm.help/pfphom_monodromy_pair_kyushu +%%DATADIR%%/help-eg/xm.help/phc.phc +%%DATADIR%%/help-eg/xm.help/phc.start +%%DATADIR%%/help-eg/xm.help/plucker_index +%%DATADIR%%/help-eg/xm.help/plucker_relation +%%DATADIR%%/help-eg/xm.help/plucker_y +%%DATADIR%%/help-eg/xm.help/poly_degree +%%DATADIR%%/help-eg/xm.help/poly_elimination_ideal +%%DATADIR%%/help-eg/xm.help/poly_factor +%%DATADIR%%/help-eg/xm.help/poly_gcd +%%DATADIR%%/help-eg/xm.help/poly_grobner_basis +%%DATADIR%%/help-eg/xm.help/poly_hilbert_polynomial +%%DATADIR%%/help-eg/xm.help/poly_initial +%%DATADIR%%/help-eg/xm.help/poly_initial_coefficients +%%DATADIR%%/help-eg/xm.help/poly_initial_term +%%DATADIR%%/help-eg/xm.help/poly_solve_linear +%%DATADIR%%/help-eg/xm.help/print_dvi_form +%%DATADIR%%/help-eg/xm.help/print_em +%%DATADIR%%/help-eg/xm.help/print_gif_form +%%DATADIR%%/help-eg/xm.help/print_input_form +%%DATADIR%%/help-eg/xm.help/print_open_math_tfb_form +%%DATADIR%%/help-eg/xm.help/print_open_math_xml_form +%%DATADIR%%/help-eg/xm.help/print_output +%%DATADIR%%/help-eg/xm.help/print_ox_rfc100_xml_form +%%DATADIR%%/help-eg/xm.help/print_png_form +%%DATADIR%%/help-eg/xm.help/print_terminal_form +%%DATADIR%%/help-eg/xm.help/print_tex_form +%%DATADIR%%/help-eg/xm.help/print_tfb_form +%%DATADIR%%/help-eg/xm.help/print_xdvi_form +%%DATADIR%%/help-eg/xm.help/print_xv_form +%%DATADIR%%/help-eg/xm.help/sm1.ahg +%%DATADIR%%/help-eg/xm.help/sm1.appell1 +%%DATADIR%%/help-eg/xm.help/sm1.appell4 +%%DATADIR%%/help-eg/xm.help/sm1.auto_reduce +%%DATADIR%%/help-eg/xm.help/sm1.bfunction +%%DATADIR%%/help-eg/xm.help/sm1.call_sm1 +%%DATADIR%%/help-eg/xm.help/sm1.deRham +%%DATADIR%%/help-eg/xm.help/sm1.distraction +%%DATADIR%%/help-eg/xm.help/sm1.ecart_homogenize01Ideal +%%DATADIR%%/help-eg/xm.help/sm1.ecartd_gb +%%DATADIR%%/help-eg/xm.help/sm1.ecartd_gb_oxRingStructure +%%DATADIR%%/help-eg/xm.help/sm1.ecartd_isSameIdeal_h +%%DATADIR%%/help-eg/xm.help/sm1.ecartd_reduction +%%DATADIR%%/help-eg/xm.help/sm1.ecartd_reduction_noh +%%DATADIR%%/help-eg/xm.help/sm1.ecartd_syz +%%DATADIR%%/help-eg/xm.help/sm1.gb +%%DATADIR%%/help-eg/xm.help/sm1.gb_oxRingStructure +%%DATADIR%%/help-eg/xm.help/sm1.gb_reduction +%%DATADIR%%/help-eg/xm.help/sm1.gb_reduction_noh +%%DATADIR%%/help-eg/xm.help/sm1.generalized_bfunction +%%DATADIR%%/help-eg/xm.help/sm1.genericAnn +%%DATADIR%%/help-eg/xm.help/sm1.gkz +%%DATADIR%%/help-eg/xm.help/sm1.hilbert +%%DATADIR%%/help-eg/xm.help/sm1.isSameIdeal_in_Dalg +%%DATADIR%%/help-eg/xm.help/sm1.mul +%%DATADIR%%/help-eg/xm.help/sm1.push_int0 +%%DATADIR%%/help-eg/xm.help/sm1.rank +%%DATADIR%%/help-eg/xm.help/sm1.reduction +%%DATADIR%%/help-eg/xm.help/sm1.restriction +%%DATADIR%%/help-eg/xm.help/sm1.saturation +%%DATADIR%%/help-eg/xm.help/sm1.slope +%%DATADIR%%/help-eg/xm.help/sm1.sm1 +%%DATADIR%%/help-eg/xm.help/sm1.start +%%DATADIR%%/help-eg/xm.help/sm1.syz +%%DATADIR%%/help-eg/xm.help/sm1.wTensor0 +%%DATADIR%%/help-eg/xm.help/sm1.xml_tree_to_prefix_string +%%DATADIR%%/help-eg/xm.help/tigers.tigers +%%DATADIR%%/help-eg/xm.help/util_filter +%%DATADIR%%/help-eg/xm.help/util_find_and_replace +%%DATADIR%%/help-eg/xm.help/util_find_substr +%%DATADIR%%/help-eg/xm.help/util_index +%%DATADIR%%/help-eg/xm.help/util_load_file_as_a_string +%%DATADIR%%/help-eg/xm.help/util_part +%%DATADIR%%/help-eg/xm.help/util_read_file_as_a_string +%%DATADIR%%/help-eg/xm.help/util_remove_cr +%%DATADIR%%/help-eg/xm.help/util_timing +%%DATADIR%%/help-eg/xm.help/util_v +%%DATADIR%%/help-eg/xm.help/util_write_string_to_a_file %%DATADIR%%/help-jp/% +%%DATADIR%%/help-jp/access %%DATADIR%%/help-jp/af %%DATADIR%%/help-jp/af_noalg %%DATADIR%%/help-jp/alg @@ -364,9 +547,12 @@ include/asir/wsio.h %%DATADIR%%/help-jp/bfunction %%DATADIR%%/help-jp/bload %%DATADIR%%/help-jp/bload27 +%%DATADIR%%/help-jp/break %%DATADIR%%/help-jp/bsave +%%DATADIR%%/help-jp/call %%DATADIR%%/help-jp/car %%DATADIR%%/help-jp/cdr +%%DATADIR%%/help-jp/ceil %%DATADIR%%/help-jp/characteristic_ff %%DATADIR%%/help-jp/clear_canvas %%DATADIR%%/help-jp/close_file @@ -375,10 +561,18 @@ include/asir/wsio.h %%DATADIR%%/help-jp/conplot %%DATADIR%%/help-jp/cons %%DATADIR%%/help-jp/cont +%%DATADIR%%/help-jp/continue %%DATADIR%%/help-jp/cputime %%DATADIR%%/help-jp/cr_gcda %%DATADIR%%/help-jp/ctrl +%%DATADIR%%/help-jp/currenttime %%DATADIR%%/help-jp/cyclic +%%DATADIR%%/help-jp/dabs +%%DATADIR%%/help-jp/dacos +%%DATADIR%%/help-jp/dasin +%%DATADIR%%/help-jp/datan +%%DATADIR%%/help-jp/dceil +%%DATADIR%%/help-jp/dcos %%DATADIR%%/help-jp/debug %%DATADIR%%/help-jp/defpoly %%DATADIR%%/help-jp/defpoly_mod2 @@ -386,16 +580,19 @@ include/asir/wsio.h %%DATADIR%%/help-jp/delete_history %%DATADIR%%/help-jp/det %%DATADIR%%/help-jp/deval +%%DATADIR%%/help-jp/dexp +%%DATADIR%%/help-jp/dfloor %%DATADIR%%/help-jp/dgr %%DATADIR%%/help-jp/diff +%%DATADIR%%/help-jp/dlog %%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_flags %%DATADIR%%/help-jp/dp_gr_main %%DATADIR%%/help-jp/dp_gr_mod_main %%DATADIR%%/help-jp/dp_gr_print @@ -433,9 +630,14 @@ include/asir/wsio.h %%DATADIR%%/help-jp/dp_weyl_gr_mod_main %%DATADIR%%/help-jp/draw_obj %%DATADIR%%/help-jp/draw_string +%%DATADIR%%/help-jp/drint +%%DATADIR%%/help-jp/dsin +%%DATADIR%%/help-jp/dsqrt +%%DATADIR%%/help-jp/dtan %%DATADIR%%/help-jp/ecm_add_ff %%DATADIR%%/help-jp/ecm_chsgn_ff %%DATADIR%%/help-jp/ecm_sub_ff +%%DATADIR%%/help-jp/ediff %%DATADIR%%/help-jp/end %%DATADIR%%/help-jp/error %%DATADIR%%/help-jp/eval @@ -447,6 +649,7 @@ include/asir/wsio.h %%DATADIR%%/help-jp/field_order_ff %%DATADIR%%/help-jp/field_type_ff %%DATADIR%%/help-jp/flist +%%DATADIR%%/help-jp/floor %%DATADIR%%/help-jp/funargs %%DATADIR%%/help-jp/functor %%DATADIR%%/help-jp/gb_comp @@ -483,6 +686,7 @@ include/asir/wsio.h %%DATADIR%%/help-jp/irem %%DATADIR%%/help-jp/irredcheck_ff %%DATADIR%%/help-jp/ishift +%%DATADIR%%/help-jp/isqrt %%DATADIR%%/help-jp/ixor %%DATADIR%%/help-jp/katsura %%DATADIR%%/help-jp/kmul @@ -496,13 +700,21 @@ include/asir/wsio.h %%DATADIR%%/help-jp/load %%DATADIR%%/help-jp/lprime %%DATADIR%%/help-jp/lrandom +%%DATADIR%%/help-jp/ltov %%DATADIR%%/help-jp/map %%DATADIR%%/help-jp/mindeg %%DATADIR%%/help-jp/minipoly %%DATADIR%%/help-jp/minipolym %%DATADIR%%/help-jp/modfctr +%%DATADIR%%/help-jp/module_definedp +%%DATADIR%%/help-jp/module_list %%DATADIR%%/help-jp/mt_load %%DATADIR%%/help-jp/mt_save +%%DATADIR%%/help-jp/nd_f4 +%%DATADIR%%/help-jp/nd_gr +%%DATADIR%%/help-jp/nd_gr_trace +%%DATADIR%%/help-jp/nd_weyl_gr +%%DATADIR%%/help-jp/nd_weyl_gr_trace %%DATADIR%%/help-jp/newalg %%DATADIR%%/help-jp/newbytearray %%DATADIR%%/help-jp/newmat @@ -546,16 +758,16 @@ include/asir/wsio.h %%DATADIR%%/help-jp/pari %%DATADIR%%/help-jp/plot %%DATADIR%%/help-jp/plotover +%%DATADIR%%/help-jp/polarplot %%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/print %%DATADIR%%/help-jp/psubst %%DATADIR%%/help-jp/ptogf2n +%%DATADIR%%/help-jp/ptosfp %%DATADIR%%/help-jp/ptozp %%DATADIR%%/help-jp/purge_stdin %%DATADIR%%/help-jp/put_byte @@ -569,8 +781,12 @@ include/asir/wsio.h %%DATADIR%%/help-jp/red %%DATADIR%%/help-jp/register_handler %%DATADIR%%/help-jp/register_server +%%DATADIR%%/help-jp/remove_file +%%DATADIR%%/help-jp/remove_module %%DATADIR%%/help-jp/res +%%DATADIR%%/help-jp/return %%DATADIR%%/help-jp/reverse +%%DATADIR%%/help-jp/rint %%DATADIR%%/help-jp/rtostr %%DATADIR%%/help-jp/sdiv %%DATADIR%%/help-jp/sdivm @@ -586,6 +802,7 @@ include/asir/wsio.h %%DATADIR%%/help-jp/simp_ff %%DATADIR%%/help-jp/simpalg %%DATADIR%%/help-jp/size +%%DATADIR%%/help-jp/sleep %%DATADIR%%/help-jp/sp %%DATADIR%%/help-jp/sp_noalg %%DATADIR%%/help-jp/sp_norm @@ -598,6 +815,7 @@ include/asir/wsio.h %%DATADIR%%/help-jp/str_len %%DATADIR%%/help-jp/strtoascii %%DATADIR%%/help-jp/strtov +%%DATADIR%%/help-jp/struct_type %%DATADIR%%/help-jp/sub_str %%DATADIR%%/help-jp/subst %%DATADIR%%/help-jp/tdiv @@ -639,639 +857,184 @@ include/asir/wsio.h %%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_26.html -%%DOCSDIR%%/html-exp-ja/exp-ja_27.html -%%DOCSDIR%%/html-exp-ja/exp-ja_28.html -%%DOCSDIR%%/html-exp-ja/exp-ja_29.html -%%DOCSDIR%%/html-exp-ja/exp-ja_30.html -%%DOCSDIR%%/html-exp-ja/exp-ja_31.html -%%DOCSDIR%%/html-exp-ja/exp-ja_32.html -%%DOCSDIR%%/html-exp-ja/exp-ja_33.html -%%DOCSDIR%%/html-exp-ja/exp-ja_34.html -%%DOCSDIR%%/html-exp-ja/exp-ja_35.html -%%DOCSDIR%%/html-exp-ja/exp-ja_toc.html -%%DOCSDIR%%/internal-jp.pdf -%%DOCSDIR%%/exp-ja.pdf -%%DOCSDIR%%/asir.1 +%%DATADIR%%/help-jp/xm.help/base_cancel +%%DATADIR%%/help-jp/xm.help/base_choose +%%DATADIR%%/help-jp/xm.help/base_flatten +%%DATADIR%%/help-jp/xm.help/base_intersection +%%DATADIR%%/help-jp/xm.help/base_memberq +%%DATADIR%%/help-jp/xm.help/base_permutation +%%DATADIR%%/help-jp/xm.help/base_position +%%DATADIR%%/help-jp/xm.help/base_prune +%%DATADIR%%/help-jp/xm.help/base_replace +%%DATADIR%%/help-jp/xm.help/base_set_minus +%%DATADIR%%/help-jp/xm.help/base_set_union +%%DATADIR%%/help-jp/xm.help/base_subsetq +%%DATADIR%%/help-jp/xm.help/base_subsets_of_size +%%DATADIR%%/help-jp/xm.help/dsolv_dual +%%DATADIR%%/help-jp/xm.help/dsolv_starting_term +%%DATADIR%%/help-jp/xm.help/genus +%%DATADIR%%/help-jp/xm.help/glib_clear +%%DATADIR%%/help-jp/xm.help/glib_flush +%%DATADIR%%/help-jp/xm.help/glib_line +%%DATADIR%%/help-jp/xm.help/glib_open +%%DATADIR%%/help-jp/xm.help/glib_plot +%%DATADIR%%/help-jp/xm.help/glib_print +%%DATADIR%%/help-jp/xm.help/glib_ps_form +%%DATADIR%%/help-jp/xm.help/glib_putpixel +%%DATADIR%%/help-jp/xm.help/glib_remove_last +%%DATADIR%%/help-jp/xm.help/glib_set_pixel_size +%%DATADIR%%/help-jp/xm.help/glib_tops +%%DATADIR%%/help-jp/xm.help/glib_window +%%DATADIR%%/help-jp/xm.help/gnuplot +%%DATADIR%%/help-jp/xm.help/gnuplot.heat +%%DATADIR%%/help-jp/xm.help/gnuplot.output +%%DATADIR%%/help-jp/xm.help/gnuplot.plot_dots +%%DATADIR%%/help-jp/xm.help/gnuplot.plot_function +%%DATADIR%%/help-jp/xm.help/gnuplot.setenv +%%DATADIR%%/help-jp/xm.help/gnuplot.start +%%DATADIR%%/help-jp/xm.help/gnuplot.stop +%%DATADIR%%/help-jp/xm.help/intpt +%%DATADIR%%/help-jp/xm.help/lissajou +%%DATADIR%%/help-jp/xm.help/mathematica.rtomstr +%%DATADIR%%/help-jp/xm.help/mathematica.start +%%DATADIR%%/help-jp/xm.help/mathematica.tree_to_string +%%DATADIR%%/help-jp/xm.help/matrix_clone +%%DATADIR%%/help-jp/xm.help/matrix_det +%%DATADIR%%/help-jp/xm.help/matrix_diagonal_matrix +%%DATADIR%%/help-jp/xm.help/matrix_eigenavalues +%%DATADIR%%/help-jp/xm.help/matrix_identity_matrix +%%DATADIR%%/help-jp/xm.help/matrix_image +%%DATADIR%%/help-jp/xm.help/matrix_inner_product +%%DATADIR%%/help-jp/xm.help/matrix_inverse +%%DATADIR%%/help-jp/xm.help/matrix_kernel +%%DATADIR%%/help-jp/xm.help/matrix_list_to_matrix +%%DATADIR%%/help-jp/xm.help/matrix_matrix_to_list +%%DATADIR%%/help-jp/xm.help/matrix_rank +%%DATADIR%%/help-jp/xm.help/matrix_solve_linear +%%DATADIR%%/help-jp/xm.help/matrix_submatrix +%%DATADIR%%/help-jp/xm.help/matrix_transpose +%%DATADIR%%/help-jp/xm.help/nbh +%%DATADIR%%/help-jp/xm.help/number_abs +%%DATADIR%%/help-jp/xm.help/number_ceiling +%%DATADIR%%/help-jp/xm.help/number_factor +%%DATADIR%%/help-jp/xm.help/number_floor +%%DATADIR%%/help-jp/xm.help/number_imaginary_part +%%DATADIR%%/help-jp/xm.help/number_is_integer +%%DATADIR%%/help-jp/xm.help/number_real_part +%%DATADIR%%/help-jp/xm.help/odiff_act +%%DATADIR%%/help-jp/xm.help/odiff_act_appell4 +%%DATADIR%%/help-jp/xm.help/odiff_op_appell4 +%%DATADIR%%/help-jp/xm.help/odiff_op_fromasir +%%DATADIR%%/help-jp/xm.help/odiff_op_toasir +%%DATADIR%%/help-jp/xm.help/odiff_op_tosm1 +%%DATADIR%%/help-jp/xm.help/odiff_poly_solve +%%DATADIR%%/help-jp/xm.help/odiff_poly_solve_appell4 +%%DATADIR%%/help-jp/xm.help/odiff_poly_solve_hg1 +%%DATADIR%%/help-jp/xm.help/odiff_rat_solve +%%DATADIR%%/help-jp/xm.help/odmodule_ch_ideal +%%DATADIR%%/help-jp/xm.help/odmodule_d_op_fromasir +%%DATADIR%%/help-jp/xm.help/odmodule_d_op_toasir +%%DATADIR%%/help-jp/xm.help/odmodule_d_op_tosm1 +%%DATADIR%%/help-jp/xm.help/odmodule_elimination +%%DATADIR%%/help-jp/xm.help/odmodule_restriction +%%DATADIR%%/help-jp/xm.help/odmodule_singular_locus +%%DATADIR%%/help-jp/xm.help/om_start +%%DATADIR%%/help-jp/xm.help/om_xml +%%DATADIR%%/help-jp/xm.help/om_xml_to_cmo +%%DATADIR%%/help-jp/xm.help/ox_check_errors2 +%%DATADIR%%/help-jp/xm.help/ox_sm1_forAsir +%%DATADIR%%/help-jp/xm.help/oxshell.get_value +%%DATADIR%%/help-jp/xm.help/oxshell.oxshell +%%DATADIR%%/help-jp/xm.help/oxshell.set_value +%%DATADIR%%/help-jp/xm.help/parametrize +%%DATADIR%%/help-jp/xm.help/pfp_omega +%%DATADIR%%/help-jp/xm.help/pfpcoh_intersection +%%DATADIR%%/help-jp/xm.help/pfphom_intersection +%%DATADIR%%/help-jp/xm.help/pfphom_monodromy_pair_kyushu +%%DATADIR%%/help-jp/xm.help/phc.phc +%%DATADIR%%/help-jp/xm.help/phc.start +%%DATADIR%%/help-jp/xm.help/plucker_index +%%DATADIR%%/help-jp/xm.help/plucker_relation +%%DATADIR%%/help-jp/xm.help/plucker_y +%%DATADIR%%/help-jp/xm.help/poly_degree +%%DATADIR%%/help-jp/xm.help/poly_elimination_ideal +%%DATADIR%%/help-jp/xm.help/poly_factor +%%DATADIR%%/help-jp/xm.help/poly_gcd +%%DATADIR%%/help-jp/xm.help/poly_grobner_basis +%%DATADIR%%/help-jp/xm.help/poly_hilbert_polynomial +%%DATADIR%%/help-jp/xm.help/poly_initial +%%DATADIR%%/help-jp/xm.help/poly_initial_coefficients +%%DATADIR%%/help-jp/xm.help/poly_initial_term +%%DATADIR%%/help-jp/xm.help/poly_solve_linear +%%DATADIR%%/help-jp/xm.help/print_dvi_form +%%DATADIR%%/help-jp/xm.help/print_em +%%DATADIR%%/help-jp/xm.help/print_gif_form +%%DATADIR%%/help-jp/xm.help/print_input_form +%%DATADIR%%/help-jp/xm.help/print_open_math_tfb_form +%%DATADIR%%/help-jp/xm.help/print_open_math_xml_form +%%DATADIR%%/help-jp/xm.help/print_output +%%DATADIR%%/help-jp/xm.help/print_ox_rfc100_xml_form +%%DATADIR%%/help-jp/xm.help/print_png_form +%%DATADIR%%/help-jp/xm.help/print_terminal_form +%%DATADIR%%/help-jp/xm.help/print_tex_form +%%DATADIR%%/help-jp/xm.help/print_tfb_form +%%DATADIR%%/help-jp/xm.help/print_xdvi_form +%%DATADIR%%/help-jp/xm.help/print_xv_form +%%DATADIR%%/help-jp/xm.help/restriction +%%DATADIR%%/help-jp/xm.help/sm1.ahg +%%DATADIR%%/help-jp/xm.help/sm1.appell1 +%%DATADIR%%/help-jp/xm.help/sm1.appell4 +%%DATADIR%%/help-jp/xm.help/sm1.auto_reduce +%%DATADIR%%/help-jp/xm.help/sm1.bfunction +%%DATADIR%%/help-jp/xm.help/sm1.call_sm1 +%%DATADIR%%/help-jp/xm.help/sm1.deRham +%%DATADIR%%/help-jp/xm.help/sm1.distraction +%%DATADIR%%/help-jp/xm.help/sm1.ecart_homogenize01Ideal +%%DATADIR%%/help-jp/xm.help/sm1.ecartd_gb +%%DATADIR%%/help-jp/xm.help/sm1.ecartd_gb_oxRingStructure +%%DATADIR%%/help-jp/xm.help/sm1.ecartd_isSameIdeal_h +%%DATADIR%%/help-jp/xm.help/sm1.ecartd_reduction +%%DATADIR%%/help-jp/xm.help/sm1.ecartd_reduction_noh +%%DATADIR%%/help-jp/xm.help/sm1.ecartd_syz +%%DATADIR%%/help-jp/xm.help/sm1.gb +%%DATADIR%%/help-jp/xm.help/sm1.gb_oxRingStructure +%%DATADIR%%/help-jp/xm.help/sm1.gb_reduction +%%DATADIR%%/help-jp/xm.help/sm1.gb_reduction_noh +%%DATADIR%%/help-jp/xm.help/sm1.generalized_bfunction +%%DATADIR%%/help-jp/xm.help/sm1.genericAnn +%%DATADIR%%/help-jp/xm.help/sm1.gkz +%%DATADIR%%/help-jp/xm.help/sm1.hilbert +%%DATADIR%%/help-jp/xm.help/sm1.isSameIdeal_in_Dalg +%%DATADIR%%/help-jp/xm.help/sm1.mul +%%DATADIR%%/help-jp/xm.help/sm1.push_int0 +%%DATADIR%%/help-jp/xm.help/sm1.rank +%%DATADIR%%/help-jp/xm.help/sm1.reduction +%%DATADIR%%/help-jp/xm.help/sm1.restriction +%%DATADIR%%/help-jp/xm.help/sm1.saturation +%%DATADIR%%/help-jp/xm.help/sm1.slope +%%DATADIR%%/help-jp/xm.help/sm1.sm1 +%%DATADIR%%/help-jp/xm.help/sm1.start +%%DATADIR%%/help-jp/xm.help/sm1.syz +%%DATADIR%%/help-jp/xm.help/sm1.wTensor0 +%%DATADIR%%/help-jp/xm.help/sm1.xml_tree_to_prefix_string +%%DATADIR%%/help-jp/xm.help/tigers.tigers +%%DATADIR%%/help-jp/xm.help/util_filter +%%DATADIR%%/help-jp/xm.help/util_find_and_replace +%%DATADIR%%/help-jp/xm.help/util_find_substr +%%DATADIR%%/help-jp/xm.help/util_index +%%DATADIR%%/help-jp/xm.help/util_load_file_as_a_string +%%DATADIR%%/help-jp/xm.help/util_part +%%DATADIR%%/help-jp/xm.help/util_read_file_as_a_string +%%DATADIR%%/help-jp/xm.help/util_remove_cr +%%DATADIR%%/help-jp/xm.help/util_timing +%%DATADIR%%/help-jp/xm.help/util_v +%%DATADIR%%/help-jp/xm.help/util_write_string_to_a_file @dirrm include/asir -@dirrm %%DATADIR%%/help-jp +@dirrm %%DATADIR%%/help-eg/xm.help +@dirrm %%DATADIR%%/help-jp/xm.help @dirrm %%DATADIR%%/help-eg +@dirrm %%DATADIR%%/help-jp @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 |