Up to [local] / OpenXM_contrib2 / asir2000 / parse
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.18 / (download) - annotate - [select for diffs], Sun Oct 4 03:14:09 2020 UTC (4 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
Added function prototypes.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:54 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.16: +120 -120
lines
Diff to previous 1.16 (colored)
Changed a tab to two space charaters.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Aug 24 00:52:51 2016 UTC (8 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
Adding a support for no_ox_reset (incomplete). Fixed a bug in init_cmdwin().
Revision 1.15 / (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.14: +2 -2
lines
Diff to previous 1.14 (colored)
Removed unneeded 'defined(__MINGW64__)'.
Revision 1.14 / (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.13: +2 -2
lines
Diff to previous 1.13 (colored)
Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 1 05:48:24 2004 UTC (20 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.12: +7 -4
lines
Diff to previous 1.12 (colored)
Completed the registration of the callback function for WM_DELETE.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 29 08:30:31 2004 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.11: +13 -1
lines
Diff to previous 1.11 (colored)
Modified so that the debug window ignores "DELETE WINDOW" message from window managers.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Mar 7 06:39:59 2003 UTC (21 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
All the modifications wrt switches were reverted.
Revision 1.10 / (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.9: +2 -2
lines
Diff to previous 1.9 (colored)
Correcting switches (defined(MPI)->MPI etc.) Note that there still exist several inconsistencies.
Revision 1.9 / (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.8: +2 -2
lines
Diff to previous 1.8 (colored)
Changing some MACROs and preprocessor directives: for example, #if PARI was replaced by #if defined(PARI).
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:25 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.7: +10 -21
lines
Diff to previous 1.7 (colored)
Conversion to ANSI style (not completed yet).
Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 5 03:21:27 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.6: +6 -1
lines
Diff to previous 1.6 (colored)
I'm trying to fix the problem of ssh X11 forwarding.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 25 04:33:38 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6,
STABLE_1_1_3,
RELEASE_1_1_3
Changes since 1.5: +8 -5
lines
Diff to previous 1.5 (colored)
If an environment variable ASIR_RSH is set, it is used to invoke a remote server. Machine name is displayed in the title bar of asir debug window.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 23 05:45:49 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.4: +22 -4
lines
Diff to previous 1.4 (colored)
Added 'dismiss' button to the pop-up debug command window.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:28 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Sorry, the email address in the license agreement was incorrect.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:48 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.2: +49 -1
lines
Diff to previous 1.2 (colored)
Added copyright notice and license agreement. It is mandatory to distribute Risa/Asir source codes freely.
Revision 1.2 / (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.1: +13 -1
lines
Diff to previous 1.1 (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.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,
ASIR2000
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (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
Initial revision