Powered by Apache

CVS log for OpenXM/src/ox_maple/simple2.ml

[BACK] Up to [local] / OpenXM / src / ox_maple

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 16 14:25:57 2009 UTC (15 years, 1 month ago) by iwane
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, HEAD
Changes since 1.1: +6 -1 lines
Diff to previous 1.1 (colored)

added ox_start_maple

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 2 13:10:43 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, DEB_REL_1_2_3-9

A sample implementation to call ox_asir from Maple.
Ctrl-C is handled by a heuristic way.
See comments in the source codes.

 Example:
   maple
   read `simple2.ml`;
   ox_start_asir();
   ox_execute_string("fctr(x^1000-y^1000");");
   ox_pop_string();
   ctrl-C      ===> ox_asir is restarted.
   ox_execute_string("1+2;");
   ox_pop_string();

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




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