Up to [local] / OpenXM / doc / oxlib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 28 05:09:38 2018 UTC (6 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
oxlib test programs work on Mac OS X.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 8 10:47:46 2003 UTC (21 years, 8 months ago) by ohara
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,
RELEASE_1_2_2,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
Add #include <stdio.h> and <asir/ca.h>
Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 16 08:25:35 2000 UTC (24 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_1_2_1,
RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
test3 ignores SIGINT except in library functions.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 16 07:41:41 2000 UTC (24 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.1: +1 -0
lines
Diff to previous 1.1 (colored)
Added the OpenXM keyword.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 16 07:34:37 2000 UTC (24 years, 7 months ago) by noro
Branch: MAIN
Makefile : cleanup around the directory names. test1.c, test2.c : modified the name and the location of the header file. test3.c : another sample. % test3 Input>asir 123 <- push 123 Input>pop <- pop and print Output> 00 00 00 14 00 00 00 01 00 00 00 7b Input>push 00 00 00 14 00 00 00 01 00 00 00 0c <- push 12 Input>push 00 00 00 14 00 00 00 01 00 00 00 08 <- push 8 Input>push 00 00 00 02 00 00 00 02 <- push int32 2 Input>asir "igcd" <- push a string (function name) Input>cmd 269 <- executeFunction Input>pop Output> 00 00 00 14 00 00 00 01 00 00 00 04 <- 4 = gcd(12,8) Input>asir quit <- execute asir 'quit' command %