Up to [local] / OpenXM_contrib2 / asir2000 / include
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3, Tue Feb 8 04:47:10 2000 UTC (24 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6,
STABLE_1_1_3,
R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1,
RELEASE_1_1_3,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.2: +0 -0
lines
FILE REMOVED
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.2 / (download) - annotate - [select for diffs], Tue Jan 18 05:55:06 2000 UTC (24 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
Added library mode functions for OpenXM. They are defined in io/ox_asir.c. asir_ox_init(int type) type :0 (big endian=network byte order) :1 (little endian) asir_ox_push_cmo(void *cmo) size field seems uncessary, so I omitted it. asir_ox_pop_cmo(void *cmo,int limit) I assumed that cmo points to a region whose size is not smaller than limit. asir_ox_push_cmd(int cmd) asir_ox_execute_string(char *str) asir_ox_peek_cmo_size() asir_ox_init() and asir_ox_execute_string() cannot be tested on Risa/Asir itself because it shares various variables related to the parser. So I hope that some one helps testing by linking the ox_asir library (though it has not been created yet).
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:11 1999 UTC (25 years, 1 month ago) by noro
Branch: NORO
CVS Tags: 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:11 1999 UTC (25 years, 1 month ago) by noro
Branch: MAIN
Initial revision