Powered by Apache

CVS log for OpenXM_contrib2/asir2000/io/ox_asir.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / io

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.81 / (download) - annotate - [select for diffs], Sun Oct 4 03:14:08 2020 UTC (3 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.80: +3 -3 lines
Diff to previous 1.80 (colored)

Added function prototypes.

Revision 1.80 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:53 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.79: +881 -881 lines
Diff to previous 1.79 (colored)

Changed a tab to two space charaters.

Revision 1.79 / (download) - annotate - [select for diffs], Wed Aug 30 09:40:30 2017 UTC (6 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.78: +1 -2 lines
Diff to previous 1.78 (colored)

On Windows, pari functions can be interupted.

Revision 1.78 / (download) - annotate - [select for diffs], Wed Aug 24 08:21:03 2016 UTC (7 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.77: +2 -12 lines
Diff to previous 1.77 (colored)

replaced checking recv_intr by check_intr().

Revision 1.77 / (download) - annotate - [select for diffs], Wed Aug 24 05:33:58 2016 UTC (7 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored)

signal() are replaced by sigaction().

Revision 1.76 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:55 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.75: +9 -12 lines
Diff to previous 1.75 (colored)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.75 / (download) - annotate - [select for diffs], Sat Aug 8 14:19:42 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.74: +4 -1 lines
Diff to previous 1.74 (colored)

Added fflush(stderr) after fprintf(stderr,  ) for mingw32/mingw64.

Revision 1.74 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:52 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.73: +9 -9 lines
Diff to previous 1.73 (colored)

Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.

Revision 1.73 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:45 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.72: +9 -4 lines
Diff to previous 1.72 (colored)

PARI is now being replaced by MPFR (GNU multiprecision floating-point reliable library).
1. eval() now calls functions in libmpfr.a.
2. PARI will be wrapped as an ox server 'ox_pari' (not yet).
Warning: Asir will not be built with interval arithmetics for a while.

Revision 1.72 / (download) - annotate - [select for diffs], Fri May 9 19:35:51 2014 UTC (9 years, 11 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.71: +6 -28 lines
Diff to previous 1.71 (colored)

In Windows, asir search configuration files as follows:
$ASIR_CONFIG, $HOME/.asirrc, ${HOMEDRIVE}${HOMEPATH}/.asirrc, $APPDATA/OpenXM/.asirrc,
and get_rootdir()/.asirrc.

Revision 1.71 / (download) - annotate - [select for diffs], Thu Jun 13 18:42:11 2013 UTC (10 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.70: +3 -3 lines
Diff to previous 1.70 (colored)

Some "int" are replaced by "size_t".

Revision 1.70 / (download) - annotate - [select for diffs], Thu Jan 13 08:00:07 2011 UTC (13 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.69: +2 -6 lines
Diff to previous 1.69 (colored)

searchf etc -> gen_search_searchonly in asir_executeFunctionSync().

Revision 1.69 / (download) - annotate - [select for diffs], Wed Jan 12 03:05:06 2011 UTC (13 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.68: +2 -6 lines
Diff to previous 1.68 (colored)

Fixed a bug in ox_asir.c: a function is now searched by gen_searchf_searchonly.

Revision 1.68 / (download) - annotate - [select for diffs], Sun Dec 12 07:38:00 2010 UTC (13 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.67: +4 -4 lines
Diff to previous 1.67 (colored)

Add declaration for register_server()

Revision 1.67 / (download) - annotate - [select for diffs], Fri Apr 23 04:44:52 2010 UTC (14 years ago) by noro
Branch: MAIN
Changes since 1.66: +87 -1 lines
Diff to previous 1.66 (colored)

1. Added a new SM command 'SM_executeFunctionSync'.
2. Added an option 'incr=N' to nd_{gr,tr_trace,f4}.
3. Fixed a bug in eval{f,bf,bf_with_opts}.
4. Added an option 'sync=1' to ox_cmo_rpc().

Revision 1.66 / (download) - annotate - [select for diffs], Thu Nov 27 08:27:04 2008 UTC (15 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12
Changes since 1.65: +2 -1 lines
Diff to previous 1.65 (colored)

Added a call of order_init() in ox_asir_init().

Revision 1.65 / (download) - annotate - [select for diffs], Fri Sep 29 09:02:49 2006 UTC (17 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.64: +7 -2 lines
Diff to previous 1.64 (colored)

Adding functions to show error details.

Revision 1.64 / (download) - annotate - [select for diffs], Tue Sep 26 05:35:26 2006 UTC (17 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.63: +7 -1 lines
Diff to previous 1.63 (colored)

Added support for a new engine interface on Windows.

Revision 1.63 / (download) - annotate - [select for diffs], Wed Jun 21 09:46:06 2006 UTC (17 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (colored)

Removed unnecessary resetpvs() in closecurrentinput().

Revision 1.62 / (download) - annotate - [select for diffs], Sat Feb 25 06:33:31 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored)

Fixing the error processing.

Revision 1.61 / (download) - annotate - [select for diffs], Mon Feb 13 10:07:19 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.60: +5 -1 lines
Diff to previous 1.60 (colored)

Fixed a bug in ox_asir_init().

Revision 1.60 / (download) - annotate - [select for diffs], Sat Feb 11 09:10:16 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.59: +6 -8 lines
Diff to previous 1.59 (colored)

Fixed a bug in ox_main(): added setjmp() before executing .asirrc.

Revision 1.59 / (download) - annotate - [select for diffs], Wed Feb 8 02:11:19 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.58: +29 -28 lines
Diff to previous 1.58 (colored)

Corrected the behavior of load operation.
(CAUTION: may contain critical bugs.)

Revision 1.58 / (download) - annotate - [select for diffs], Tue Jul 26 00:58:50 2005 UTC (18 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.57: +6 -1 lines
Diff to previous 1.57 (colored)

Removed augment_backslash() in ox_asir.c.

Revision 1.57 / (download) - annotate - [select for diffs], Tue Jun 15 00:56:52 2004 UTC (19 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored)

GC_init() is now called at the beginning of main.
(Though it should not be necessary to do so...)

Revision 1.56 / (download) - annotate - [select for diffs], Thu Mar 11 07:40:42 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b
Changes since 1.55: +4 -1 lines
Diff to previous 1.55 (colored)

Fixed bugs:
In the server mode, ox_asir refuses to send messages to its parent.
Added several function calls to reset the state.
@pi, @e, @i are handled almost properly.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Mar 9 07:18:26 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.54: +16 -2 lines
Diff to previous 1.54 (colored)

Recursive conversion in conv_subscript.

Revision 1.54 / (download) - annotate - [select for diffs], Thu Mar 4 06:29:47 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX
Changes since 1.53: +3 -1 lines
Diff to previous 1.53 (colored)

Fixed a bug in ox_asir.

Revision 1.53 / (download) - annotate - [select for diffs], Mon Mar 1 02:03:27 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.52: +3 -8 lines
Diff to previous 1.52 (colored)

Fixed a bug in asir_popString.
An error object is pushed when a parse error occurs.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Feb 26 06:37:09 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.51: +4 -2 lines
Diff to previous 1.51 (colored)

Fixed inefficient memory usage in pop_string.

Revision 1.51 / (download) - annotate - [select for diffs], Fri Feb 13 05:48:36 2004 UTC (20 years, 2 months ago) by saito
Branch: MAIN
Changes since 1.50: +5 -1 lines
Diff to previous 1.50 (colored)

transported asir to FreeBSD amd64

Revision 1.50 / (download) - annotate - [select for diffs], Sat Dec 13 08:03:56 2003 UTC (20 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Fixed a bug in ox_reset_102().

Revision 1.49 / (download) - annotate - [select for diffs], Fri Dec 12 09:01:11 2003 UTC (20 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.48: +3 -2 lines
Diff to previous 1.48 (colored)

Fixed a bug in asir_tcp_connect_102.

Revision 1.48 / (download) - annotate - [select for diffs], Fri Dec 12 04:59:59 2003 UTC (20 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Added ox_get_rank_102().

Revision 1.47 / (download) - annotate - [select for diffs], Thu Dec 11 05:48:04 2003 UTC (20 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.46: +52 -3 lines
Diff to previous 1.46 (colored)

Added SM_bcast_102, SM_reduce_102.
Modified the specification of RFC-102 API.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Dec 10 02:16:08 2003 UTC (20 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.45: +43 -22 lines
Diff to previous 1.45 (colored)

ox_tcp_{accept,connect}_102() now send SM_tcp_* commands to the
server.

Revision 1.45 / (download) - annotate - [select for diffs], Tue Dec 9 03:07:45 2003 UTC (20 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.44: +110 -1 lines
Diff to previous 1.44 (colored)

Adding API for RFC-102.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Apr 23 07:03:53 2003 UTC (21 years ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored)

Fixed a bug in ox_asir_init() (initialization of cppname.)

Revision 1.43 / (download) - annotate - [select for diffs], Fri Mar 7 06:39:57 2003 UTC (21 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.42: +4 -4 lines
Diff to previous 1.42 (colored)

All the modifications wrt switches were reverted.

Revision 1.42 / (download) - annotate - [select for diffs], Fri Mar 7 03:12:28 2003 UTC (21 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored)

Correcting switches (defined(MPI)->MPI etc.)
Note that there still exist several inconsistencies.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:15 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.40: +8 -8 lines
Diff to previous 1.40 (colored)

Changing some MACROs and preprocessor directives:
for example, #if PARI was replaced by #if defined(PARI).

Revision 1.40 / (download) - annotate - [select for diffs], Fri Aug 2 02:28:27 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.39: +5 -5 lines
Diff to previous 1.39 (colored)

ifplot, conplot, open_canvas now automatically searches valid ox_plot server.
If no server is available, an ox_plot server is newly invoked.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Feb 25 06:47:39 2002 UTC (22 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Fixed the returned length.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Feb 25 06:39:12 2002 UTC (22 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.37: +16 -3 lines
Diff to previous 1.37 (colored)

Added a function to count string length of an object.

Revision 1.37 / (download) - annotate - [select for diffs], Fri Dec 28 09:50:36 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.36: +6 -1 lines
Diff to previous 1.36 (colored)

Fixed a bug in ox_asir in cygwin native windows mode with respect to debug
mode.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Dec 27 07:51:17 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.35: +5 -3 lines
Diff to previous 1.35 (colored)

Fixed an incompatibility of jmp_buf and sigjmp_buf.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Dec 25 02:39:05 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.34: +10 -10 lines
Diff to previous 1.34 (colored)

Modifications to support cygwin.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Dec 21 08:23:14 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.33: +3 -1 lines
Diff to previous 1.33 (colored)

Ported to CYGWIN. (IPC has not yet been available.)

Revision 1.33 / (download) - annotate - [select for diffs], Mon Oct 22 09:14:35 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.32: +6 -7 lines
Diff to previous 1.32 (colored)

It does harm on Solaris to close file descriptors during server initilization.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:21 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.31: +14 -16 lines
Diff to previous 1.31 (colored)

Conversion to ANSI style (not completed yet).

Revision 1.31 / (download) - annotate - [select for diffs], Sat Oct 6 00:55:04 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.30: +1 -3 lines
Diff to previous 1.30 (colored)

Fixed a bug in calling I/O initialization in ox_asir.c.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Oct 5 10:23:06 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.29: +7 -4 lines
Diff to previous 1.29 (colored)

Updates for linking libpari-2.2 in Windows version.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Oct 5 02:33:41 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.28: +4 -4 lines
Diff to previous 1.28 (colored)

Corrected the position of I/O initializaion.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Oct 5 01:38:21 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.27: +26 -2 lines
Diff to previous 1.27 (colored)

Added a library mode function asir_ox_pop_string().

Revision 1.27 / (download) - annotate - [select for diffs], Thu Sep 20 23:11:42 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.26: +16 -2 lines
Diff to previous 1.26 (colored)

Still trying to fix the "Resource ..." error.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Sep 20 10:44:18 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.25: +4 -1 lines
Diff to previous 1.25 (colored)

Closed an unnessary file descriptor in ox_asir.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Aug 20 09:03:26 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.24: +6 -6 lines
Diff to previous 1.24 (colored)

1. load_exec(FileName) : load and execute FileName. It can be used for
   demand loading.
   Caution : load_exec() cannot be nested. load() should be used within
   a load_exec() execution.
   XXX : there is a bug on printing of evaluted value containing load_exec().
2. Arithimetics of quoted objects has been implemented.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Apr 23 05:02:29 2001 UTC (23 years ago) by noro
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

"ox_asir" now returns "0" to SM_popsString request.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Dec 5 01:24:54 2000 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.22: +1 -21 lines
Diff to previous 1.22 (colored)

Removed ugly '#if defined(THINK_C)'.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Nov 14 08:38:39 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.21: +1 -3 lines
Diff to previous 1.21 (colored)

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.21 / (download) - annotate - [select for diffs], Tue Nov 7 06:35:38 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored)

Fixed several bugs concerned with thermination of ox servers.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Oct 6 06:05:22 2000 UTC (23 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.19: +41 -40 lines
Diff to previous 1.19 (colored)

Modified launcher related functions so that ox servers run on Windows.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Sep 12 06:05:30 2000 UTC (23 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.18: +3 -20 lines
Diff to previous 1.18 (colored)

ox_send_data() (the function for replying to popCMO) now returns an error
object when the data violates the mathcap.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Sep 7 23:59:55 2000 UTC (23 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.17: +37 -1 lines
Diff to previous 1.17 (colored)

Added a support for CMO_pushCMOtag.
Fixed bugs in lib/gr. All the "print" commands are executed only when
dp_gr_print() returns a nonzero value.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 29 04:03:06 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.16: +3 -1 lines
Diff to previous 1.16 (colored)

Some corrections for making on Windows.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:18 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Sorry, the email address in the license agreement was incorrect.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:38 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.14: +48 -1 lines
Diff to previous 1.14 (colored)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 13 05:09:02 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.13: +18 -7 lines
Diff to previous 1.13 (colored)

I'm sorry. I have to commit too many modifications at once.

Major modifications are for optimization of modular groebner base computation.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 19 12:35:20 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.12: +10 -9 lines
Diff to previous 1.12 (colored)

Sorry, I should have committed the followng on Friday.
(Since the changes are concerned with the library functions,
 they will not affect the Asir binary.)

Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 16 08:23:16 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.11: +14 -3 lines
Diff to previous 1.11 (colored)

Libmode functions preserve SIGINT action after returning from the functions.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 16 04:55:21 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.10: +16 -26 lines
Diff to previous 1.10 (colored)

Removed library mode test functions from miscf.c.
Modified the meaning of byte order specification in library mode.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 16 01:07:00 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.9: +9 -1 lines
Diff to previous 1.9 (colored)

Added a validity check in library mode functions.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 10 06:42:23 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Modified sevreral files concerned with libasir*.a.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 10 03:05:02 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.7: +11 -2 lines
Diff to previous 1.7 (colored)

Imakefile:
    Added a new target 'install-bin-lib' for OpenXM.
include/Imakefile, gc/Imakefile, parse/Imakefile:
	Added a new taget 'install-include' for the library mode.
lib/*:
	Updates of help/html files.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 9 00:37:21 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.6: +12 -2 lines
Diff to previous 1.6 (colored)

Fixed a bug. (Added setjmp() before executeFunction.)

Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 8 04:47:11 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.5: +6 -1 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Mon Jan 31 03:18:05 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.4: +22 -5 lines
Diff to previous 1.4 (colored)

Added argument check in asir_executeFunction().

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 19 09:31:00 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.3: +17 -3 lines
Diff to previous 1.3 (colored)

The same change as in asir has been done in ox_asir.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 18 05:55:07 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.2: +173 -1 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Wed Dec 22 07:01:39 1999 UTC (24 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Modified the copyright notice.
Fixed a bug on the MPI version.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:11 1999 UTC (24 years, 5 months 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 (24 years, 5 months ago) by noro
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>