Up to [local] / OpenXM_contrib2 / asir2000 / parse
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.39 / (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.38: +145 -145
lines
Diff to previous 1.38 (colored) to selected 1.24 (colored)
Changed a tab to two space charaters.
Revision 1.38 / (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.37: +8 -8
lines
Diff to previous 1.37 (colored) to selected 1.24 (colored)
Removed unneeded 'defined(__MINGW64__)'.
Revision 1.37 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:53 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.36: +8 -8
lines
Diff to previous 1.36 (colored) to selected 1.24 (colored)
Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.
Revision 1.36 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:45 2015 UTC (9 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.35: +1 -23
lines
Diff to previous 1.35 (colored) to selected 1.24 (colored)
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.35 / (download) - annotate - [select for diffs], Fri May 9 19:35:52 2014 UTC (10 years, 6 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.34: +56 -22
lines
Diff to previous 1.34 (colored) to selected 1.24 (colored)
In Windows, asir search configuration files as follows: $ASIR_CONFIG, $HOME/.asirrc, ${HOMEDRIVE}${HOMEPATH}/.asirrc, $APPDATA/OpenXM/.asirrc, and get_rootdir()/.asirrc.
Revision 1.34 / (download) - annotate - [select for diffs], Thu Dec 19 05:48:24 2013 UTC (10 years, 10 months ago) by saito
Branch: MAIN
Changes since 1.33: +1 -7
lines
Diff to previous 1.33 (colored) to selected 1.24 (colored)
add new ifplot functioin ifplotD,ifplotQ,ifplotB,ineqnD,ineqnQ,ineqnB,ineqnandD,ineqnandQ,ineqnandB, ineqnnorD,ineqnnorQ,ineqnnorB,plotoverD,plotoverQ,plotoverB
Revision 1.33 / (download) - annotate - [select for diffs], Thu Sep 28 07:43:45 2006 UTC (18 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_2_3_12,
DEB_REL_1_2_3-9
Changes since 1.32: +2 -69
lines
Diff to previous 1.32 (colored) to selected 1.24 (colored)
Removed unnecessary functions.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Sep 26 05:35:26 2006 UTC (18 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored) to selected 1.24 (colored)
Added support for a new engine interface on Windows.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Sep 25 04:57:55 2006 UTC (18 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.30: +69 -2
lines
Diff to previous 1.30 (colored) to selected 1.24 (colored)
Added a batch mode toplevel function, which is enable by "-batch" option.
Revision 1.30 / (download) - annotate - [select for diffs], Mon Feb 27 00:20:08 2006 UTC (18 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.29: +17 -1
lines
Diff to previous 1.29 (colored) to selected 1.24 (colored)
The stack size is increased at the startup.
Revision 1.29 / (download) - annotate - [select for diffs], Sat Feb 25 06:33:31 2006 UTC (18 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.28: +7 -5
lines
Diff to previous 1.28 (colored) to selected 1.24 (colored)
Fixing the error processing.
Revision 1.28 / (download) - annotate - [select for diffs], Wed Feb 8 02:11:19 2006 UTC (18 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.27: +15 -22
lines
Diff to previous 1.27 (colored) to selected 1.24 (colored)
Corrected the behavior of load operation. (CAUTION: may contain critical bugs.)
Revision 1.27 / (download) - annotate - [select for diffs], Tue Jun 15 00:56:52 2004 UTC (20 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored) to selected 1.24 (colored)
GC_init() is now called at the beginning of main. (Though it should not be necessary to do so...)
Revision 1.26 / (download) - annotate - [select for diffs], Fri Mar 5 02:26:53 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.25: +3 -1
lines
Diff to previous 1.25 (colored) to selected 1.24 (colored)
Added error checks in create_composite_orderspec.
Revision 1.25 / (download) - annotate - [select for diffs], Fri Feb 13 05:48:36 2004 UTC (20 years, 8 months ago) by saito
Branch: MAIN
Changes since 1.24: +5 -1
lines
Diff to previous 1.24 (colored)
transported asir to FreeBSD amd64
Revision 1.24 / (download) - annotate - [selected], Wed Jan 7 06:25:42 2004 UTC (20 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.23: +17 -5
lines
Diff to previous 1.23 (colored)
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.23 / (download) - annotate - [select for diffs], Tue Dec 23 06:30:14 2003 UTC (20 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored) to selected 1.24 (colored)
Modified for opteron.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 19 02:54:41 2003 UTC (21 years ago) by ohara
Branch: MAIN
Changes since 1.21: +4 -2
lines
Diff to previous 1.21 (colored) to selected 1.24 (colored)
(1) Add a commond line option "-quiet" to asir. (2) Add a key "quiet_mode" of the builtin function "ctrl".
Revision 1.21 / (download) - annotate - [select for diffs], Wed Apr 2 09:43:33 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored) to selected 1.24 (colored)
The function cppname_init() will set a fullpath of cpp to cppname[].
Revision 1.20 / (download) - annotate - [select for diffs], Fri Mar 7 06:39:59 2003 UTC (21 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored) to selected 1.24 (colored)
All the modifications wrt switches were reverted.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 7 03:12:31 2003 UTC (21 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.18: +3 -3
lines
Diff to previous 1.18 (colored) to selected 1.24 (colored)
Correcting switches (defined(MPI)->MPI etc.) Note that there still exist several inconsistencies.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:18 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.17: +6 -6
lines
Diff to previous 1.17 (colored) to selected 1.24 (colored)
Changing some MACROs and preprocessor directives: for example, #if PARI was replaced by #if defined(PARI).
Revision 1.17 / (download) - annotate - [select for diffs], Fri Dec 28 06:44:48 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.16: +4 -2
lines
Diff to previous 1.16 (colored) to selected 1.24 (colored)
Force argv[0] to lowercase latter string.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Dec 28 06:18:10 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.15: +5 -2
lines
Diff to previous 1.15 (colored) to selected 1.24 (colored)
parse/main.c allows Backslash as a separator of directories.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Dec 28 02:17:33 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored) to selected 1.24 (colored)
The cases where argv[0] = {ox_asir,ox_plot,ox_launch}.exe are properly handled.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 27 07:51:17 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.13: +5 -3
lines
Diff to previous 1.13 (colored) to selected 1.24 (colored)
Fixed an incompatibility of jmp_buf and sigjmp_buf.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 25 02:39:06 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.12: +6 -6
lines
Diff to previous 1.12 (colored) to selected 1.24 (colored)
Modifications to support cygwin.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 20 08:18:27 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.11: +4 -7
lines
Diff to previous 1.11 (colored) to selected 1.24 (colored)
Added an experimental function generic_gauss_elim(). StackBottom is always initialized.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:24 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.10: +11 -10
lines
Diff to previous 1.10 (colored) to selected 1.24 (colored)
Conversion to ANSI style (not completed yet).
Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 20 09:03:28 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored) to selected 1.24 (colored)
1. load_exec(FileName) : load and execute FileName. It can be used for demand loading. Caution : load_exec() cannot be nested. load() should be used within a load_exec() execution. XXX : there is a bug on printing of evaluted value containing load_exec(). 2. Arithimetics of quoted objects has been implemented.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Dec 22 10:03:32 2000 UTC (23 years, 10 months ago) by saito
Branch: MAIN
Changes since 1.8: +13 -2
lines
Diff to previous 1.8 (colored) to selected 1.24 (colored)
Add to interval number function.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Dec 5 01:24:57 2000 UTC (23 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.7: +1 -14
lines
Diff to previous 1.7 (colored) to selected 1.24 (colored)
Removed ugly '#if defined(THINK_C)'.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 1 08:48:01 2000 UTC (23 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.6: +6 -1
lines
Diff to previous 1.6 (colored) to selected 1.24 (colored)
Updated asir2000/gc to 5.3, which contains several modifications for measuring GC time and signal handling in OX server mode.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 14 08:38:40 2000 UTC (23 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.5: +1 -3
lines
Diff to previous 1.5 (colored) to selected 1.24 (colored)
Added dangerous functions: get_addr(Obj) : returns the pointer to the object hex_dump(Addr,Len) : shows the hexadecimal dump from Addr to Addr+Len-1 peek(Addr) : returns the byte at Addr as an integer poke(Addr,Byte) : writes Byte at Addr
Revision 1.5 / (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.4: +2 -2
lines
Diff to previous 1.4 (colored) to selected 1.24 (colored)
Sorry, the email address in the license agreement was incorrect.
Revision 1.4 / (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.3: +50 -2
lines
Diff to previous 1.3 (colored) to selected 1.24 (colored)
Added copyright notice and license agreement. It is mandatory to distribute Risa/Asir source codes freely.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 8 04:47:12 2000 UTC (24 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.2: +3 -5
lines
Diff to previous 1.2 (colored) to selected 1.24 (colored)
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.2 / (download) - annotate - [select for diffs], Wed Jan 19 02:08:07 2000 UTC (24 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.1: +18 -9
lines
Diff to previous 1.1 (colored) to selected 1.24 (colored)
If ASIR_CONFIG environment is set, then Asir executes it instead of .asirrc. Note that neither is executed if -norc option is supplied.
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: ASIR2000
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored) to selected 1.24 (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.24 (colored)
Initial revision