Up to [local] / OpenXM_contrib2 / asir2000
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 2 14:13:42 2020 UTC (4 years ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +12 -0
lines
Diff to previous 1.16 (colored) to selected 1.14 (colored)
Added patch for building asir2000 by Xcode-12.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 13 19:20:47 2018 UTC (6 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.15: +10 -33
lines
Diff to previous 1.15 (colored) to selected 1.14 (colored)
A builtin function sysinfo() can get true OS version of Windows10.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Sep 6 06:20:08 2018 UTC (6 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored)
Fixed a bug.
Revision 1.14 / (download) - annotate - [selected], Thu Sep 6 05:45:39 2018 UTC (6 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.13: +22 -4
lines
Diff to previous 1.13 (colored)
ntwin32.mak is not included in makefiles of Boehm gc because it was no longer supported in Visual Studio 2012 or later.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Aug 30 09:40:30 2017 UTC (7 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.12: +0 -22
lines
Diff to previous 1.12 (colored) to selected 1.14 (colored)
On Windows, pari functions can be interupted.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 25 07:46:41 2015 UTC (9 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.11: +14 -3
lines
Diff to previous 1.11 (colored) to selected 1.14 (colored)
Fixed a bug.
Revision 1.11 / (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.10: +48 -51
lines
Diff to previous 1.10 (colored) to selected 1.14 (colored)
1) Boehm's gc updated to 7.4.2. 2) Rewritten in automake 1.15 and autoconf 2.69.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 28 06:14:44 2013 UTC (11 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.9: +5 -5
lines
Diff to previous 1.9 (colored) to selected 1.14 (colored)
Fixed whitespaces for gc-7.2b.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 13 08:10:10 2013 UTC (11 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.8: +17 -0
lines
Diff to previous 1.8 (colored) to selected 1.14 (colored)
Define a macro in Makefile for MS nmake. (for 32bit mode)
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 13 05:49:59 2013 UTC (11 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.7: +19 -0
lines
Diff to previous 1.7 (colored) to selected 1.14 (colored)
Define a macro in Makefile for MS nmake.
Revision 1.7 / (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.6: +61 -65
lines
Diff to previous 1.6 (colored) to selected 1.14 (colored)
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.6 / (download) - annotate - [select for diffs], Wed Sep 1 08:07:40 2010 UTC (14 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.5: +53 -49
lines
Diff to previous 1.5 (colored) to selected 1.14 (colored)
Reverted gc-7.0-risa.diff.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 1 08:01:09 2010 UTC (14 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.4: +49 -53
lines
Diff to previous 1.4 (colored) to selected 1.14 (colored)
*** empty log message ***
Revision 1.4 / (download) - annotate - [select for diffs], Tue Apr 7 06:47:42 2009 UTC (15 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored) to selected 1.14 (colored)
sys/time.h -> sys/times.h for CYGWIN.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 10 16:36:15 2009 UTC (15 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored) to selected 1.14 (colored)
Add an empty function SendHeapSize(). (See OpenXM_contrib2/windows/engine2000/io.c)
Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 4 06:51:41 2009 UTC (15 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.1: +99 -62
lines
Diff to previous 1.1 (colored) to selected 1.14 (colored)
Temporary works for gc 7.1
Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 11 15:54:02 2007 UTC (17 years ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Diff to selected 1.14 (colored)
Now configure supports "--with-gc7" option. But patches are incomplete yet. Asir will print a message "stack overflow".