Up to [local] / OpenXM_contrib2 / asir2000 / parse
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (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.8: +148 -148
lines
Diff to previous 1.8 (unified)
Changed a tab to two space charaters.
Revision 1.8 / (download) - annotate - [selected], Mon Dec 17 07:20:45 2012 UTC (11 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Tue Jun 15 00:56:52 2004 UTC (20 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (unified) to selected 1.8 (unified)
GC_init() is now called at the beginning of main. (Though it should not be necessary to do so...)
Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 13 05:48:36 2004 UTC (20 years, 8 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.5: +5 -2
lines
Diff to previous 1.5 (unified) to selected 1.8 (unified)
transported asir to FreeBSD amd64
Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:17 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (unified) to selected 1.8 (unified)
Changing some MACROs and preprocessor directives: for example, #if PARI was replaced by #if defined(PARI).
Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 14 08:38:40 2000 UTC (23 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.3: +1 -3
lines
Diff to previous 1.3 (unified) to selected 1.8 (unified)
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.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:25 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.2: +2 -2
lines
Diff to previous 1.2 (unified) to selected 1.8 (unified)
Sorry, the email address in the license agreement was incorrect.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:45 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1
lines
Diff to previous 1.1 (unified) to selected 1.8 (unified)
Added copyright notice and license agreement. It is mandatory to distribute Risa/Asir source codes freely.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:11 1999 UTC (24 years, 11 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124,
RELEASE_1_1_2,
ASIR2000
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (unified) to selected 1.8 (unified)
Imported asir2000 as OpenXM_contrib2/asir2000.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:11 1999 UTC (24 years, 11 months ago) by noro
Branch: MAIN
Diff to selected 1.8 (unified)
Initial revision