Up to [local] / OpenXM / doc / oxlib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (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.5: +2 -1
lines
Diff to previous 1.5 (unified)
oxlib test programs work on Mac OS X.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 8 10:25:48 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.4: +2 -1
lines
Diff to previous 1.4 (unified)
Add #include <stdio.h>
Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 8 07:49:59 2003 UTC (21 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.3: +4 -2
lines
Diff to previous 1.3 (unified)
Update for a configuration, but it still does not work.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 16 07:34:37 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 -4
lines
Diff to previous 1.2 (unified)
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 %
Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 9 06:08:58 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.1: +10 -4
lines
Diff to previous 1.1 (unified)
Cosmetic change for a sample program.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 8 13:25:41 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
This module is a document for using oxasir as a C-library. test?.c are sample programs.