Up to [local] / OpenXM_contrib2 / asir2000
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.52 / (download) - annotate - [select for diffs], Wed Mar 24 18:27:09 2021 UTC (3 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.51: +3 -3
lines
Diff to previous 1.51 (unified) to selected 1.33 (unified)
Updated gc to ver.7.4.18 for asir2000.
Revision 1.51 / (download) - annotate - [select for diffs], Tue Mar 26 08:10:13 2019 UTC (5 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.50: +3 -2
lines
Diff to previous 1.50 (unified) to selected 1.33 (unified)
Add asir2000.in and fixed some bugs in the install-openxm target of Makefile.
Revision 1.50 / (download) - annotate - [select for diffs], Sat Mar 23 12:17:15 2019 UTC (5 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.49: +9 -10
lines
Diff to previous 1.49 (unified) to selected 1.33 (unified)
A make-target "install-openxm" will install all files of asir2000 to ${OpenXM_HOME}/lib/asir2000. So asir2000 and asir2018 do not conflict.
Revision 1.49 / (download) - annotate - [select for diffs], Sun Mar 12 04:51:49 2017 UTC (7 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (unified) to selected 1.33 (unified)
Removed unnecessary space after gcc "-L" option.
Revision 1.48 / (download) - annotate - [select for diffs], Thu Sep 22 07:15:33 2016 UTC (8 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (unified) to selected 1.33 (unified)
Add an option "--enable-static-gmp" to the configure script. (for cfep)
Revision 1.47 / (download) - annotate - [select for diffs], Thu Aug 20 08:39:01 2015 UTC (9 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (unified) to selected 1.33 (unified)
Add a linker option -lmpc to makefiles.
Revision 1.46 / (download) - annotate - [select for diffs], Fri Aug 14 07:36:59 2015 UTC (9 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (unified) to selected 1.33 (unified)
shared libraries are given as linker flags.
Revision 1.45 / (download) - annotate - [select for diffs], Thu Aug 6 09:01:26 2015 UTC (9 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (unified) to selected 1.33 (unified)
Add the support of winsock2 for MinGW.
Revision 1.44 / (download) - annotate - [select for diffs], Tue Aug 4 06:46:29 2015 UTC (9 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.43: +7 -3
lines
Diff to previous 1.43 (unified) to selected 1.33 (unified)
1) Boehm's gc updated to 7.4.2. 2) Rewritten in automake 1.15 and autoconf 2.69.
Revision 1.43 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:44 2015 UTC (9 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (unified) to selected 1.33 (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.42 / (download) - annotate - [select for diffs], Sat Feb 21 06:20:54 2015 UTC (9 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (unified) to selected 1.33 (unified)
Replaced ftp://ftp.math.kobe-u.ac.jp by http://www.math.kobe-u.ac.jp.
Revision 1.41 / (download) - annotate - [select for diffs], Fri Dec 20 03:58:45 2013 UTC (10 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (unified) to selected 1.33 (unified)
Added -I${prefix}/include to Makefile.am in the top directory.
Revision 1.40 / (download) - annotate - [select for diffs], Fri Dec 20 02:02:23 2013 UTC (10 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.39: +3 -2
lines
Diff to previous 1.39 (unified) to selected 1.33 (unified)
Modified nd_f4 and nd_f4_trace so that it partially use GMP.
Revision 1.39 / (download) - annotate - [select for diffs], Mon Dec 17 07:20:44 2012 UTC (11 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.38: +5 -5
lines
Diff to previous 1.38 (unified) to selected 1.33 (unified)
Asir now uses gc7. In non-ox mode, SIGINT received during GC is recorded in a variable 'in_gc' and int_handler() is executed after GC. In ox mode, SIGINT received between begin_critical() and end_crtical() is simply discarded. All memory-allocation functions are wrapped in gc_risa.c: Risa_GC_malloc(), Risa_GC_realloc() etc.
Revision 1.38 / (download) - annotate - [select for diffs], Mon Aug 27 05:05:58 2012 UTC (12 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.37: +5 -3
lines
Diff to previous 1.37 (unified) to selected 1.33 (unified)
Now Asir uses gc6.8 instead of gc-7.2 because of the lack of correct signal handling in gc-7.2.
Revision 1.37 / (download) - annotate - [select for diffs], Wed May 30 02:24:33 2012 UTC (12 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (unified) to selected 1.33 (unified)
Boehm GC is upgraded to version 7.2b.
Revision 1.36 / (download) - annotate - [select for diffs], Sun May 13 09:04:18 2012 UTC (12 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (unified) to selected 1.33 (unified)
FreeBSD 4.x does not have ucontext(3).
Revision 1.35 / (download) - annotate - [select for diffs], Wed May 9 06:17:13 2012 UTC (12 years, 6 months ago) by ohara
Branch: MAIN
Changes since 1.34: +1 -6
lines
Diff to previous 1.34 (unified) to selected 1.33 (unified)
Boehm GC is upgraded to version 7.2 alpha6. After this commit, Risa/Asir can be built on MacOS X 10.6 and 10.7.
Revision 1.34 / (download) - annotate - [select for diffs], Wed Mar 4 09:15:36 2009 UTC (15 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.33: +7 -1
lines
Diff to previous 1.33 (unified)
GC_get_stack_base is replaced by GC_get_main_stack_base if GC7 is defined. Now asir with gc7 works well on FreeBSD/amd64.
Revision 1.33 / (download) - annotate - [selected], Wed Mar 4 06:51:41 2009 UTC (15 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.32: +3 -1
lines
Diff to previous 1.32 (unified)
Temporary works for gc 7.1
Revision 1.32 / (download) - annotate - [select for diffs], Fri Feb 13 13:21:19 2009 UTC (15 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Changes since 1.31: +3 -3
lines
Diff to previous 1.31 (unified) to selected 1.33 (unified)
Macro MPIINC and MPILIB are removed.
Revision 1.31 / (download) - annotate - [select for diffs], Fri Feb 6 10:11:11 2009 UTC (15 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.30: +5 -6
lines
Diff to previous 1.30 (unified) to selected 1.33 (unified)
Add new configure option --with-asir-gc which is yes by default. When --with-asir-gc=no the Risa/Asir is linked with the original Boehm's GC library but lose the following ability: 1. ctrl("adj") accepts only integers, 2. time() ignores the cost of GC.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Feb 5 09:01:07 2009 UTC (15 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.29: +3 -3
lines
Diff to previous 1.29 (unified) to selected 1.33 (unified)
Fixed dependency.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Feb 4 12:10:07 2009 UTC (15 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.28: +4 -10
lines
Diff to previous 1.28 (unified) to selected 1.33 (unified)
gc_risa.o is moved from libasir-gc.a to libasir.a.
Revision 1.28 / (download) - annotate - [select for diffs], Wed Mar 19 07:05:55 2008 UTC (16 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.27: +5 -13
lines
Diff to previous 1.27 (unified) to selected 1.33 (unified)
1. updated the copyright notice for gc6. 2. reconstructed patches for gc6 as follows: gc6.diff -- a collection of patches on several platforms gc6-risa.diff -- related to parse/gc_risa.c
Revision 1.27 / (download) - annotate - [select for diffs], Sun Nov 11 15:54:02 2007 UTC (17 years ago) by ohara
Branch: MAIN
Changes since 1.26: +5 -1
lines
Diff to previous 1.26 (unified) to selected 1.33 (unified)
Now configure supports "--with-gc7" option. But patches are incomplete yet. Asir will print a message "stack overflow".
Revision 1.26 / (download) - annotate - [select for diffs], Sun Nov 11 08:44:12 2007 UTC (17 years ago) by ohara
Branch: MAIN
Changes since 1.25: +2 -7
lines
Diff to previous 1.25 (unified) to selected 1.33 (unified)
The configure and Makefile.in are recreated by autoconf-2.61 and automake-1.10.
Revision 1.25 / (download) - annotate - [select for diffs], Mon Aug 6 08:15:25 2007 UTC (17 years, 3 months ago) by saito
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.24: +4 -3
lines
Diff to previous 1.24 (unified) to selected 1.33 (unified)
add readline/readline.h and gc6.8 new patch (for athron 64, FreeBSD, gc4.2) if you want to use gc6.8-risa.diff, then please edit GC_PATCH from gc6.5-risa.diff to gc6.8-risa.diff
Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 18 08:46:47 2007 UTC (17 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (unified) to selected 1.33 (unified)
Upgrade gc6.5 to 6.8
Revision 1.23 / (download) - annotate - [select for diffs], Sun Feb 18 05:36:27 2007 UTC (17 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.22: +4 -3
lines
Diff to previous 1.22 (unified) to selected 1.33 (unified)
Fixed for MacOS X. This work is temporary. Risa/Asir cannot be built on MacOS X 10.4 (i386). TODO: Upgrade gc6.5 to 6.8.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Jul 12 14:47:13 2005 UTC (19 years, 4 months ago) by ohara
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.21: +32 -22
lines
Diff to previous 1.21 (unified) to selected 1.33 (unified)
gc6.5.tar.gz will be automatically fetched. The spool directory for fetching is ${prefix}/../OpenXM_dist by default and can be specified by configure as follows: ./configure --with-distdir=/usr/ports/distfiles (for example, FreeBSD ports)
Revision 1.21 / (download) - annotate - [select for diffs], Tue Jul 12 01:23:20 2005 UTC (19 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.20: +24 -18
lines
Diff to previous 1.20 (unified) to selected 1.33 (unified)
Upgraded gc. Reconfigured the treatment of gc. (gc6.5 is extracted from gc6.5.tar.gz and patched with gc6.5-risa.diff.)
Revision 1.20 / (download) - annotate - [select for diffs], Fri Jun 25 13:41:33 2004 UTC (20 years, 4 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.19: +6 -1
lines
Diff to previous 1.19 (unified) to selected 1.33 (unified)
sparc v9 is properly handled.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Feb 27 18:32:21 2004 UTC (20 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.18: +6 -1
lines
Diff to previous 1.18 (unified) to selected 1.33 (unified)
1. Add patch for Boehm-gc which defines the __CYGWIN__ macro on Interix system. 2. Asir contains asm/asmi.o on Interix system.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Mar 24 11:30:38 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.17: +6 -4
lines
Diff to previous 1.17 (unified) to selected 1.33 (unified)
Add a new target "install-libasir-gc"
Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 20 07:34:07 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.16: +24 -29
lines
Diff to previous 1.16 (unified) to selected 1.33 (unified)
1. Add a variable asirdir 2. Use bindir and libdir
Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 20 07:06:31 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.15: +27 -20
lines
Diff to previous 1.15 (unified) to selected 1.33 (unified)
Add a target "tarball" for Linux Zaurus
Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 20 05:36:39 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (unified) to selected 1.33 (unified)
shape-up CLEANFILES
Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 20 05:07:59 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.13: +2 -5
lines
Diff to previous 1.13 (unified) to selected 1.33 (unified)
Removed the noinst_LIBRARIES target
Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 20 02:02:39 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.12: +7 -7
lines
Diff to previous 1.12 (unified) to selected 1.33 (unified)
1. gc_risa.o is removed in libasir.a 2. asir directly links with libasir.a
Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 19 07:12:02 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.11: +6 -2
lines
Diff to previous 1.11 (unified) to selected 1.33 (unified)
If ${top_srcdir}/configure has a --host=* option, then ${top_srcdir}/gc/configure will be run with --host=*.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 19 00:52:26 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.10: +6 -1
lines
Diff to previous 1.10 (unified) to selected 1.33 (unified)
Add the --enable-gc-zeropage option to configure for Linux Zaurus SL-A300.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 16 18:37:55 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (unified) to selected 1.33 (unified)
The Xpm library is used if it exists.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 12 08:22:50 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.8: +1 -1
lines
Diff to previous 1.8 (unified) to selected 1.33 (unified)
The OpenXM ID tags are replaced behind ##.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 8 10:55:06 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (unified) to selected 1.33 (unified)
Add "(cd parse; make install)" in the install-openxm target.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 8 10:41:18 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (unified) to selected 1.33 (unified)
Add "(cd include; make install)" in the install-openxm target.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 7 17:18:40 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.5: +4 -1
lines
Diff to previous 1.5 (unified) to selected 1.33 (unified)
Fixed bugs for symbolic linking
Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 7 17:00:45 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.4: +12 -13
lines
Diff to previous 1.4 (unified) to selected 1.33 (unified)
Fixed bugs for symbolic linking
Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 7 15:55:05 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.3: +28 -5
lines
Diff to previous 1.3 (unified) to selected 1.33 (unified)
Target names are changed. asir2000 uses the following targets: install install-lib install-doc (asir2000 only) install-openxm install-libasir (with OpenXM)
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 4 06:40:10 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.2: +5 -1
lines
Diff to previous 1.2 (unified) to selected 1.33 (unified)
Add the "install-libasir" target
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 23 06:23:52 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.1: +10 -4
lines
Diff to previous 1.1 (unified) to selected 1.33 (unified)
Add OpenXM/lib/asir/{asir,ox_asir,ox_launch,ox_plot}
Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 23 03:05:35 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
Diff to selected 1.33 (unified)
Sources files which generate a configure script and Makefiles by GNU autoconf/automake.