Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/oxpari-win.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 30 00:33:26 2022 UTC (2 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +6 -1 lines
Diff to previous 1.4 (colored)

OpenXM-win/bin/ox_pari.exe, ...  can be put under c:\ProgramData\asir\OpenXM
Search order:
(1) getenv("APPDATA")+"/OpenXM/OpenXM-win"
(2) c:/ProgramData/asir/OpenXM/OpenXM-win

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 31 03:06:03 2017 UTC (7 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.3: +14 -3 lines
Diff to previous 1.3 (colored)

Existence of ox_pari.exe is checked and if it is not installed,
oxpari.start_win is aborted.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 30 12:03:31 2016 UTC (7 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

oxpari.start_win() sets fake_ox_reset=1 when version()>= 20160826.
ctrl-C, u will shutdown all ox_pari servers.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 29 10:53:20 2015 UTC (8 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Commented out debugging codes.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 29 06:23:17 2015 UTC (8 years, 8 months ago) by takayama
Branch: MAIN

In order to run oxpari on windows, do as follows.
import("names.rr");
asir_contrib_update(|update=1);   // asir_contrib_update is updated.
asir_contrib_update(|update=4);   // ox_pari will be installed under %%APPDATA%%/OpenXM/OpenXM-win
import("oxpari-win.rr");
oxpari.start_win();

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>