Powered by Apache

CVS log for OpenXM_contrib2/asir2000/builtin/ctrl.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / builtin

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.60 / (download) - annotate - [select for diffs], Thu Sep 13 19:20:47 2018 UTC (5 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.59: +38 -1 lines
Diff to previous 1.59 (unified)

A builtin function sysinfo() can get true OS version of Windows10.

Revision 1.59 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:50 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.58: +202 -202 lines
Diff to previous 1.58 (unified)

Changed a tab to two space charaters.

Revision 1.58 / (download) - annotate - [select for diffs], Wed Mar 28 09:07:54 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.57: +68 -17 lines
Diff to previous 1.57 (unified)

ctrl() with no arguments now returns the informations of all switches.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Mar 28 07:58:17 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.56: +44 -29 lines
Diff to previous 1.56 (unified)

ctrl() returns [[key,value],...].
ctrl(|desc=1) returns [[key,value,description],...].

Revision 1.56 / (download) - annotate - [select for diffs], Wed Mar 28 07:44:05 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.55: +67 -43 lines
Diff to previous 1.55 (unified)

ctrl() without arguments returns the list of current values of control switches
with short descriptions of the switches.

Revision 1.55 / (download) - annotate - [select for diffs], Mon Sep 4 02:10:33 2017 UTC (6 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.54: +3 -1 lines
Diff to previous 1.54 (unified)

Fixed a bug in ctrl.c.

Revision 1.54 / (download) - annotate - [select for diffs], Mon Sep 4 01:57:53 2017 UTC (6 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.53: +5 -1 lines
Diff to previous 1.53 (unified)

Added 'plot_by_bigfloat' as a switch in ctrl(). If its value N is not equal zero,
then the evaluation in plot() is done by using bigdloat calculation with
decimal precision=N.
Added 'debug_plot' as a switch in ctrl(). If it is not equal zero, then
a message window is shown.
Fixed bugs in engine/bf.c.

Revision 1.53 / (download) - annotate - [select for diffs], Thu Aug 31 02:36:20 2017 UTC (6 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.52: +6 -8 lines
Diff to previous 1.52 (unified)

DP object now accepts general data type as coefficients.
Added DPM (element of a free module) and several related functions:
dpm_ltod, dpm_dtol, dpm_ht, dpm_hm, dpm_hc, dpm_nf, dpm_weyl_nf etc.
A monomial of DPM is represented as <<d0,d1,...:k>>, which
represents x0^d0*x1^d1*...*ek (ek is the k-th standard base of k[X]^n).

Revision 1.52 / (download) - annotate - [select for diffs], Fri Aug 26 04:56:07 2016 UTC (7 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (unified)

fake_ox_reset for ctrl is an alias to no_ox_reset.
Updated the document.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Aug 24 01:33:53 2016 UTC (7 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.50: +3 -1 lines
Diff to previous 1.50 (unified)

Added a control key no_ox_reset.
If a server does not implement OX reset protocol, then
if no_ox_reset=0 : ox_reset() simply causes error,
if no_ox_reset=1 : ox_reset() terminates the server with a message,
if no_ox_reset=1 : ox_reset() terminates the server.

Revision 1.50 / (download) - annotate - [select for diffs], Fri Apr 1 03:04:35 2016 UTC (8 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.49: +16 -2 lines
Diff to previous 1.49 (unified)

Add a key "oxpari_start" for ctrl function.
This function is useful for Windows.
Example:
S=getenv("APPDATA")+"/OpenXM/OpenXM-win/lib/oxpari-win.rr";
load(S);
ctrl("oxpari_start",oxpari.start_win);
pari(roots,x^5-1);

Revision 1.49 / (download) - annotate - [select for diffs], Thu Mar 31 06:41:20 2016 UTC (8 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.48: +24 -1 lines
Diff to previous 1.48 (unified)

Add a key "oxpari_id" for ctrl() function.

Revision 1.48 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:54 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 (unified)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.47 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:51 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (unified)

Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.

Revision 1.46 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:44 2015 UTC (8 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.45: +1 -3 lines
Diff to previous 1.45 (unified)

PARI is now being replaced by MPFR (GNU multiprecision floating-point reliable library).
1. eval() now calls functions in libmpfr.a.
2. PARI will be wrapped as an ox server 'ox_pari' (not yet).
Warning: Asir will not be built with interval arithmetics for a while.

Revision 1.45 / (download) - annotate - [select for diffs], Fri Sep 19 01:25:59 2014 UTC (9 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.44: +3 -2 lines
Diff to previous 1.44 (unified)

If a switch 'evalef' (eval elementary function) is set to 1, then
instances of elementary functions with numerical arguments are immediately
evaluated without creating indeterminates.

[4] sin(1.2);
sin(1.2)
[5] ctrl("evalef",1);
1
[6] sin(1.2);
0.9320390859672263336090244044
[7] ctrl("bigfloat",1);
1
[8] sin(1.2);
0.9320390859672263496823216115
[9] setprec(100);
19
[10] sin(1.2);
0.9320390859672263496701344354948259954150705882087307353665978944502423415767920542157417224381184959624520466900203

Revision 1.44 / (download) - annotate - [select for diffs], Tue May 27 09:53:46 2014 UTC (9 years, 11 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.43: +33 -3 lines
Diff to previous 1.43 (unified)

sysinfo() also returns natural language information.
Example:
[0] sysinfo();
[unix,FreeBSD,FreeBSD,amd64,9.2-RELEASE-p6,FreeBSD air.s.kanazawa-u.ac.jp 9.2-RELEASE-p6 FreeBSD 9.2-RELEASE-p6 #0: Tue May 13 08:21:53 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64,ja_JP.UTF-8]

Revision 1.43 / (download) - annotate - [select for diffs], Mon May 26 09:34:06 2014 UTC (9 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.42: +24 -11 lines
Diff to previous 1.42 (unified)

On some unix system, uname(1) does not work with "-m".

Revision 1.42 / (download) - annotate - [select for diffs], Tue May 13 15:02:28 2014 UTC (9 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.41: +170 -1 lines
Diff to previous 1.41 (unified)

Add sysinfo function to get information of operating systems.
Here the system information is a list of strings and has the following structure:
{ OS type, Kernel name, OS name, Architecture, OS version, Full information }

Example:
(FreeBSD)
[unix,FreeBSD,FreeBSD,i386,10.0-RELEASE-p2,FreeBSD vm10 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Wed Apr 30 00:10:56 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386]
(MacOSX)
[macosx,Darwin,Darwin,x86_64,13.1.0,Darwin macoun2.s.kanazawa-u.ac.jp 13.1.0 Darwin Kernel Version 13.1.0: Wed Apr  2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64 x86_64]
(Windows)
[windows,WindowsNT,Windows7,x86_64,6.1.7601,WindowsNT 6.1.7601 Windows7 Service Pack 1 x86_64]

Revision 1.41 / (download) - annotate - [select for diffs], Mon May 12 02:35:35 2014 UTC (9 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.40: +41 -1 lines
Diff to previous 1.40 (unified)

Add new switch "loadpath" to ctrl().

Example:
[0] ctrl("loadpath");
[/home/ohara/OpenXM/lib/asir-contrib,/home/ohara/OpenXM/lib/asir,.]
[1] ctrl("loadpath", cons("/tmp/lib/asir",@@))$
[2] ctrl("loadpath");
[/tmp/lib/asir,/home/ohara/OpenXM/lib/asir-contrib,/home/ohara/OpenXM/lib/asir,.]

Revision 1.40 / (download) - annotate - [select for diffs], Wed Jan 30 08:03:18 2013 UTC (11 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.39: +3 -1 lines
Diff to previous 1.39 (unified)

Added a switch "weight_check" (default : 1). If weight_check = 1, then
the weight check in nd_setup_parameters() is activated.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Feb 5 08:37:02 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12
Changes since 1.38: +9 -6 lines
Diff to previous 1.38 (unified)

Add two functions Risa_GC_get_adj and Risa_GC_set_adj to gc_risa.c.

They are interfaces to global variables GC_free_space_divisor
and GC_free_space_numerator in libasir-gc.a.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Jan 25 16:19:40 2007 UTC (17 years, 3 months ago) by saito
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.37: +3 -1 lines
Diff to previous 1.37 (unified)

change eps print subprogram to eps-2.
add ctrl flag itvplotsize. (but itvplot not yet commit)

Revision 1.37 / (download) - annotate - [select for diffs], Tue May 30 07:35:30 2006 UTC (17 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.36: +3 -1 lines
Diff to previous 1.36 (unified)

Added a new ctrl variable 'diag_period', which controls the period of
diagonalization duaring execution of Buchberger algorithm in homogeneous
case.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Aug 24 06:28:39 2005 UTC (18 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.35: +3 -2 lines
Diff to previous 1.35 (unified)

Fixed a bug in substitution for Laurent poly.
Added a ctrl switch "terse" for avoiding some messages.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Feb 17 03:12:19 2005 UTC (19 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (unified)

Fixed a bug in ctrl.c. #if defined(DO_PLOT) -> #if defined(PARI)

Revision 1.34 / (download) - annotate - [select for diffs], Wed Dec 15 22:51:40 2004 UTC (19 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.33: +3 -1 lines
Diff to previous 1.33 (unified)

Added a ctrl flag "no_debug_on_error". If set to 1, the interpreter
does not enter the debug mode.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Nov 24 06:01:04 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.32: +3 -1 lines
Diff to previous 1.32 (unified)

Added a flag for ctrl() : error_in_timer.
if error_in_timer is set to 1, then an error within a timer environment
is properly handled as a usual one. (Default: such an error is identified
with a timer expiration.)

Revision 1.32 / (download) - annotate - [select for diffs], Wed Sep 15 06:06:41 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (unified)

Removed unnecessary arguments.
Added a ctrl switch 'show_orderspec'.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Aug 18 00:17:02 2004 UTC (19 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.30: +3 -1 lines
Diff to previous 1.30 (unified)

Added support of Laurent polynomial (experimental).
'ctrl("allow_laurent",1)' is necessary for activating this feature.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Mar 5 01:19:09 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (unified)

asir_setenv()=> asir_env().
quotetotex_setenv()=>quotetotex_env().

Revision 1.29 / (download) - annotate - [select for diffs], Tue Mar 2 07:44:02 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (unified)

Added an alias "asir_setenv" for "ctrl".

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jan 7 06:25:42 2004 UTC (20 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (unified)

Add a command line option "-E" and control command "asir_setenv".
If the option set, then Asir use the C preprosesser (cpp) to read
a file specified by the command line option "-f".

Revision 1.27 / (download) - annotate - [select for diffs], Tue Dec 2 06:56:47 2003 UTC (20 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.26: +3 -1 lines
Diff to previous 1.26 (unified)

Added a ctrl flag "real_binary".

Revision 1.26 / (download) - annotate - [select for diffs], Tue Oct 21 04:28:48 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25 (unified)

Fixed a bug; ctrl("prompt") did not return 1 when !do_quiet and
user_prompt is empty.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Oct 20 09:20:14 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.24: +12 -10 lines
Diff to previous 1.24 (unified)

Fixed a bug in setting prompt.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Oct 20 09:17:52 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.23: +32 -4 lines
Diff to previous 1.23 (unified)

Added ctrl("prompt",A)

A=0 => no prompt
A=1 => starndard prompt
A=a string with exactly one '%' => format specification for printf.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Oct 19 02:54:41 2003 UTC (20 years, 6 months ago) by ohara
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (unified)

(1) Add a commond line option "-quiet" to asir.
(2) Add a key "quiet_mode" of the builtin function "ctrl".

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jun 7 16:40:24 2003 UTC (20 years, 11 months ago) by saito
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (unified)

chenge keyword prefixmode to outputstyle
ctrl("outputstyle",0) <--- default style
ctrl("outputstyle",1) <--- output sentense can be accepts inputs grammer.

Revision 1.21 / (download) - annotate - [select for diffs], Thu May 29 16:44:59 2003 UTC (20 years, 11 months ago) by saito
Branch: MAIN
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (unified)

add ctrl("prefixmode",*);
interval, matrix, vector type print different type.

interval [1,2] -> intval(1,2)
vector   [1 2 3] -> vect(1,2,3)
same as matrix.
and add new function vect and mat.

Revision 1.20 / (download) - annotate - [select for diffs], Fri May 16 07:56:14 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (unified)

Added a declaration of global user-defined function in a module.

module xxx;
...
globalf a,b,c;
...
endmodule;

In the above, a, b, c are searched in the list of user-defined functions,
which are defined outside modules.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 7 06:39:54 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified)

All the modifications wrt switches were reverted.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Mar 7 03:12:23 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified)

Correcting switches (defined(MPI)->MPI etc.)
Note that there still exist several inconsistencies.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:07 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified)

Changing some MACROs and preprocessor directives:
for example, #if PARI was replaced by #if defined(PARI).

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 4 17:08:22 2002 UTC (22 years, 4 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (unified)


Add Strassen algorithm.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 6 01:48:32 2001 UTC (22 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (unified)

1. quotetolist(A) converts A (quoted expression) into a list.
2. ctrl("print_quote",1) => contents of quoted expressions are displayed.
3. CMO_TREE implementation (under construnction)

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 4 07:19:19 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (unified)

Added a switch for selecting Hensel lifting algorithms.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 9 01:44:09 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (unified)

Added ctrl() flag 'real_digit', which determines the output precision of
double float. The default value is 0 and it means that the precision is 6.
(the default setting of printf().)

Revision 1.12 / (download) - annotate - [select for diffs], Fri Dec 22 09:58:32 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.11: +7 -1 lines
Diff to previous 1.11 (unified)

Add to interval number function.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Dec 13 10:54:09 2000 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (unified)

Added a new control flag 'double_output'.

If double_output is set to 1 by 'ctrl("double_output",1),
double float number is displayed without 'eNN' notation.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 8 08:26:08 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.9: +1 -3 lines
Diff to previous 1.9 (unified)

Added several functions for Weyl algebra computation.

dp_weyl_gr_main() dp_weyl_gr_mod_main()
dp_weyl_f4_main() dp_weyl_f4_mod_main()
dp_weyl_sp()
dp_weyl_red()
dp_weyl_nf()

The usages are the same as function without 'weyl'.
'do_weyl' flag for ctrl() has been removed.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Aug 22 05:03:56 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

Sorry, the email address in the license agreement was incorrect.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:19 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.7: +49 -1 lines
Diff to previous 1.7 (unified)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 5 08:32:16 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (unified)

A very^3 experimental implementation of Weyl algebra.

example:

[...] ctrl("do_weyl",1);
[...] <<1,2,3,4>>*<<4,5,6,7>>;  <--- (x*y^2*Dx^3*Dy^4)*(x^4*y^5*Dx^6*Dy^7)
(1)*<<5,7,9,11>>+(20)*<<5,6,9,10>>+(12)*<<4,7,8,11>>+(120)*<<5,5,9,9>>
+(240)*<<4,6,8,10>>+(36)*<<3,7,7,11>>+(240)*<<5,4,9,8>>+(1440)*<<4,5,8,9>>
+(720)*<<3,6,7,10>>+(24)*<<2,7,6,11>>+(120)*<<5,3,9,7>>+(2880)*<<4,4,8,8>>
+(4320)*<<3,5,7,9>>+(480)*<<2,6,6,10>>+(1440)*<<4,3,8,7>>+(8640)*<<3,4,7,8>>
+(2880)*<<2,5,6,9>>+(4320)*<<3,3,7,7>>+(5760)*<<2,4,6,8>>+(2880)*<<2,3,6,7>>

etc.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 8 04:47:09 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (unified)

Cleaned up source files for creating libasir*.a with various
configurations.

Added new targets in src/asir2000/Makefile

install-lib-with-pari : libasir_pari.a -> OpenXM/lib
install-lib-small : libasir.a -> OpenXM/lib
install : asir libasir_pari_X.a libasir_gc.a -> OpenXM/lib

libasir_pari_X.a requires libpari.a and X11 libraries.
libasir_pari.a requires libpari.a.
libasir.a requires nothing.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 7 03:21:42 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

Sorry, 'ctrl.c' was broken.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 7 03:19:19 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (unified)

This is a replacement of ctrl.c. (I've committed a wrong version.)

Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 7 03:14:38 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (unified)

Added a switch "fortran_output" in ctrl().
If it is equal to 1, polynomials are displayed in fortran style
(x^2 -> x**2 etc.).
Numbers and keywords of arbitrary length can be accepted by the parser.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 26 02:05:33 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (unified)

A quick hack to support 'no-mathcap-exchange-mode'.

By ctrl("ox_exchange_mathcap",0), exchanging mathcap is not forced
in the subsequent ox_launch() calls.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:07 1999 UTC (24 years, 5 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:07 1999 UTC (24 years, 5 months ago) by noro
Branch: MAIN

Initial revision

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>