Up to [local] / OpenXM_contrib2 / asir2000 / parse
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:54 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +104 -104
lines
Diff to previous 1.12 (colored) to selected 1.10 (colored)
Changed a tab to two space charaters.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 28 05:27:22 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored) to selected 1.10 (colored)
1. Added x!=factorial(x) as a pure function. If x is a real number, It gives the value of Gamma(x+1). 2. Added abs(x) as a pure function. 3. One can use break, return and continue at the toplevel.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:56 2015 UTC (9 years, 2 months ago) by fujimoto
Branch: MAIN
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
Removed unneeded 'defined(__MINGW64__)'.
Revision 1.10 / (download) - annotate - [selected], Sun Aug 9 11:46:43 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.9: +9 -1
lines
Diff to previous 1.9 (colored)
Changed the timing of fflush(asir_out) for mingw32/mingw64.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 4 01:42:26 2008 UTC (16 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12
Changes since 1.8: +13 -11
lines
Diff to previous 1.8 (colored) to selected 1.10 (colored)
eval_str(S) now accepts any single statement S. If one wants to execute multiple statements, then they should be passwd as a block. If S is a block, then the returned value is the value of the last statemant in the block.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Dec 17 03:09:08 2004 UTC (19 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.7: +1 -6
lines
Diff to previous 1.7 (colored) to selected 1.10 (colored)
Added functions: add_handler("intr" or "quit",func) put func on the top of the callback list. clear_handler("intr" or "quit") clear the callback list. list_handler("intr" or "quit") ["fname1","fname2",...].
Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 27 09:13:04 2004 UTC (20 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.6: +9 -3
lines
Diff to previous 1.6 (colored) to selected 1.10 (colored)
Added an experimental interface to TeXmacs.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 7 16:40:26 2003 UTC (21 years, 5 months ago) by saito
Branch: MAIN
Changes since 1.5: +5 -1
lines
Diff to previous 1.5 (colored) to selected 1.10 (colored)
chenge keyword prefixmode to outputstyle ctrl("outputstyle",0) <--- default style ctrl("outputstyle",1) <--- output sentense can be accepts inputs grammer.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 9 00:42:15 2002 UTC (21 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.4: +39 -2
lines
Diff to previous 1.4 (colored) to selected 1.10 (colored)
1. eval_str() now creates new variabls. 2. The registered handler is called before ox_resetenv() is called.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 4 03:12:20 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.3: +8 -2
lines
Diff to previous 1.3 (colored) to selected 1.10 (colored)
Added set_print_function("fname"). set_print_function("fname") : fname(P) is called after a toplevel evaluation. set_print_function() : resets the printing function.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:27 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6,
STABLE_1_1_3,
RELEASE_1_1_3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored) to selected 1.10 (colored)
Sorry, the email address in the license agreement was incorrect.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:47 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1
lines
Diff to previous 1.1 (colored) to selected 1.10 (colored)
Added copyright notice and license agreement. It is mandatory to distribute Risa/Asir source codes freely.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:12 1999 UTC (24 years, 11 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124,
RELEASE_1_1_2,
ASIR2000
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored) to selected 1.10 (colored)
Imported asir2000 as OpenXM_contrib2/asir2000.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:12 1999 UTC (24 years, 11 months ago) by noro
Branch: MAIN
Diff to selected 1.10 (colored)
Initial revision