Up to [local] / OpenXM_contrib2 / asir2000 / engine
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:51 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +686 -686
lines
Diff to previous 1.15 (unified)
Changed a tab to two space charaters.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Aug 29 04:15:04 2015 UTC (9 years, 2 months ago) by fujimoto
Branch: MAIN
Changes since 1.14: +5 -5
lines
Diff to previous 1.14 (unified)
Added defined(__MINGW32__) for mingw32.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:54 2015 UTC (9 years, 2 months ago) by fujimoto
Branch: MAIN
Changes since 1.13: +1 -1
lines
Diff to previous 1.13 (unified)
Removed unneeded 'defined(__MINGW64__)'.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:52 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.12: +1 -1
lines
Diff to previous 1.12 (unified)
Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Nov 5 11:36:58 2013 UTC (11 years ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.11: +1 -1
lines
Diff to previous 1.11 (unified)
Changed some declarations for MacOSX 10.9.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 2 16:28:30 2009 UTC (15 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (unified)
MS C/C++ compiler for x64 does not accept inline assembly codes. So some macros VISUAL are replaced by _M_IX86. It is a predefined macro of MS C/C++ in 32-bits environment.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Sep 15 10:17:08 2007 UTC (17 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Changes since 1.9: +10 -6
lines
Diff to previous 1.9 (unified)
Modified assembly language codes for Darwin.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 18 05:36:27 2007 UTC (17 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Sun Oct 15 23:44:30 2006 UTC (18 years ago) by noro
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (unified)
Removed INLINE declarations.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 13 16:01:02 2005 UTC (19 years, 8 months ago) by fujiwara
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.6: +13 -5
lines
Diff to previous 1.6 (unified)
change "inline" to "INLINE" macro for Windows.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 8 06:42:55 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (unified)
Fixed a bug in Z.c.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 6 11:58:52 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.4: +260 -102
lines
Diff to previous 1.4 (unified)
Fixed a bug in Z.c (added #include "base.h").
Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 29 08:50:23 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.3: +15 -9
lines
Diff to previous 1.3 (unified)
Added a file engine/Z.c to Makefile.{am,in}.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 27 12:43:07 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.2: +236 -157
lines
Diff to previous 1.2 (unified)
Writing functions for a new object type Z.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 30 02:23:02 2003 UTC (21 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.1: +40 -2
lines
Diff to previous 1.1 (unified)
Fixed several bugs in Z.c (still not used).
Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 2 07:00:51 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
Added engine/Z.c (but not used).