Up to [local] / OpenXM_contrib2 / asir2000 / io
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.77 / (download) - annotate - [select for diffs], Wed Mar 24 18:28:07 2021 UTC (3 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.76: +2 -2
lines
Diff to previous 1.76 (colored) to selected 1.47 (colored)
Fixed multiple definition for some variables.
Revision 1.76 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:54 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.75: +1065 -1065
lines
Diff to previous 1.75 (colored) to selected 1.47 (colored)
Changed a tab to two space charaters.
Revision 1.75 / (download) - annotate - [select for diffs], Mon Sep 4 01:57:53 2017 UTC (7 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.74: +5 -2
lines
Diff to previous 1.74 (colored) to selected 1.47 (colored)
Added 'plot_by_bigfloat' as a switch in ctrl(). If its value N is not equal zero, then the evaluation in plot() is done by using bigdloat calculation with decimal precision=N. Added 'debug_plot' as a switch in ctrl(). If it is not equal zero, then a message window is shown. Fixed bugs in engine/bf.c.
Revision 1.74 / (download) - annotate - [select for diffs], Tue Sep 27 07:37:47 2016 UTC (8 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.73: +5 -4
lines
Diff to previous 1.73 (colored) to selected 1.47 (colored)
Fixed a bug in Pox_reset().
Revision 1.73 / (download) - annotate - [select for diffs], Sat Aug 27 03:09:03 2016 UTC (8 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.72: +4 -1
lines
Diff to previous 1.72 (colored) to selected 1.47 (colored)
Fixed an incorrect behavior in Pox_reset().
Revision 1.72 / (download) - annotate - [select for diffs], Wed Aug 24 01:33:53 2016 UTC (8 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.71: +29 -4
lines
Diff to previous 1.71 (colored) to selected 1.47 (colored)
Added a control key no_ox_reset. If a server does not implement OX reset protocol, then if no_ox_reset=0 : ox_reset() simply causes error, if no_ox_reset=1 : ox_reset() terminates the server with a message, if no_ox_reset=1 : ox_reset() terminates the server.
Revision 1.71 / (download) - annotate - [select for diffs], Wed Aug 24 00:52:50 2016 UTC (8 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.70: +3 -1
lines
Diff to previous 1.70 (colored) to selected 1.47 (colored)
Adding a support for no_ox_reset (incomplete). Fixed a bug in init_cmdwin().
Revision 1.70 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:55 2015 UTC (9 years, 2 months ago) by fujimoto
Branch: MAIN
Changes since 1.69: +17 -20
lines
Diff to previous 1.69 (colored) to selected 1.47 (colored)
Removed unneeded 'defined(__MINGW64__)'.
Revision 1.69 / (download) - annotate - [select for diffs], Sat Aug 8 14:19:42 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.68: +4 -1
lines
Diff to previous 1.68 (colored) to selected 1.47 (colored)
Added fflush(stderr) after fprintf(stderr, ) for mingw32/mingw64.
Revision 1.68 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:52 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.67: +17 -17
lines
Diff to previous 1.67 (colored) to selected 1.47 (colored)
Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.
Revision 1.67 / (download) - annotate - [select for diffs], Wed Aug 5 16:01:20 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.66: +3 -3
lines
Diff to previous 1.66 (colored) to selected 1.47 (colored)
Changed defined(__CYGWIN__) with defined(__CYGWIN32__) for MSYS2-64bit.
Revision 1.66 / (download) - annotate - [select for diffs], Fri Nov 22 00:43:41 2013 UTC (10 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.65: +4 -4
lines
Diff to previous 1.65 (colored) to selected 1.47 (colored)
Fixed a bug in register_server().
Revision 1.65 / (download) - annotate - [select for diffs], Thu Nov 21 23:15:37 2013 UTC (10 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.64: +3 -3
lines
Diff to previous 1.64 (colored) to selected 1.47 (colored)
Fixed a bug for uninitialized variable.
Revision 1.64 / (download) - annotate - [select for diffs], Thu Sep 26 00:38:47 2013 UTC (11 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.63: +1 -11
lines
Diff to previous 1.63 (colored) to selected 1.47 (colored)
Added hashing for searching a exp vector in a list of exp vectors.
Revision 1.63 / (download) - annotate - [select for diffs], Thu Jun 13 18:40:31 2013 UTC (11 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.62: +4 -3
lines
Diff to previous 1.62 (colored) to selected 1.47 (colored)
Add declarations.
Revision 1.62 / (download) - annotate - [select for diffs], Mon Dec 17 07:20:45 2012 UTC (11 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.61: +3 -3
lines
Diff to previous 1.61 (colored) to selected 1.47 (colored)
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.61 / (download) - annotate - [select for diffs], Thu Jun 16 08:17:15 2011 UTC (13 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.60: +2 -2
lines
Diff to previous 1.60 (colored) to selected 1.47 (colored)
0's in the arguments of mknode, mksnode and mkfnode have been changed to NULLP (=(void *)0).
Revision 1.60 / (download) - annotate - [select for diffs], Tue Jan 18 09:09:22 2011 UTC (13 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.59: +9 -2
lines
Diff to previous 1.59 (colored) to selected 1.47 (colored)
ox_select() now correctly works on Windows.
Revision 1.59 / (download) - annotate - [select for diffs], Sun Dec 12 03:20:53 2010 UTC (13 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.58: +67 -14
lines
Diff to previous 1.58 (colored) to selected 1.47 (colored)
ox_launch() and his family accept an option 'fd'. Example: [0] ox_launch(); 0 [1] ox_launch(|fd=2); 2 [1] ox_launch(|fd=0); -1
Revision 1.58 / (download) - annotate - [select for diffs], Wed Sep 1 08:01:09 2010 UTC (14 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.57: +5 -5
lines
Diff to previous 1.57 (colored) to selected 1.47 (colored)
*** empty log message ***
Revision 1.57 / (download) - annotate - [select for diffs], Fri Apr 23 04:44:52 2010 UTC (14 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.56: +22 -6
lines
Diff to previous 1.56 (colored) to selected 1.47 (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.56 / (download) - annotate - [select for diffs], Wed Aug 18 01:10:59 2004 UTC (20 years, 2 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.55: +40 -1
lines
Diff to previous 1.55 (colored) to selected 1.47 (colored)
Corrected the behavior of diff() and ediff().
Revision 1.55 / (download) - annotate - [select for diffs], Tue Jun 15 09:04:41 2004 UTC (20 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.54: +47 -1
lines
Diff to previous 1.54 (colored) to selected 1.47 (colored)
In the local invocation mode, use_x is turned off when xterm cannot be found in paths.
Revision 1.54 / (download) - annotate - [select for diffs], Thu Mar 11 07:40:42 2004 UTC (20 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b
Changes since 1.53: +3 -3
lines
Diff to previous 1.53 (colored) to selected 1.47 (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.53 / (download) - annotate - [select for diffs], Tue Mar 9 07:18:26 2004 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.52: +2 -20
lines
Diff to previous 1.52 (colored) to selected 1.47 (colored)
Recursive conversion in conv_subscript.
Revision 1.52 / (download) - annotate - [select for diffs], Tue Mar 9 05:33:10 2004 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.51: +21 -2
lines
Diff to previous 1.51 (colored) to selected 1.47 (colored)
\ => \\ in the argument of execute_string.
Revision 1.51 / (download) - annotate - [select for diffs], Fri Mar 5 06:14:50 2004 UTC (20 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX
Changes since 1.50: +5 -5
lines
Diff to previous 1.50 (colored) to selected 1.47 (colored)
Added a resorce specification.
Revision 1.50 / (download) - annotate - [select for diffs], Sat Dec 13 08:03:56 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.49: +2 -1
lines
Diff to previous 1.49 (colored) to selected 1.47 (colored)
Fixed a bug in ox_reset_102().
Revision 1.49 / (download) - annotate - [select for diffs], Fri Dec 12 04:59:59 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.48: +14 -1
lines
Diff to previous 1.48 (colored) to selected 1.47 (colored)
Added ox_get_rank_102().
Revision 1.48 / (download) - annotate - [select for diffs], Thu Dec 11 05:48:04 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.47: +11 -11
lines
Diff to previous 1.47 (colored)
Added SM_bcast_102, SM_reduce_102. Modified the specification of RFC-102 API.
Revision 1.47 / (download) - annotate - [selected], Wed Dec 10 07:37:40 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.46: +23 -1
lines
Diff to previous 1.46 (colored)
Added ox_reduce_102().
Revision 1.46 / (download) - annotate - [select for diffs], Wed Dec 10 05:39:58 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.45: +17 -1
lines
Diff to previous 1.45 (colored) to selected 1.47 (colored)
Added ox_bcast_102().
Revision 1.45 / (download) - annotate - [select for diffs], Wed Dec 10 02:16:08 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.44: +28 -41
lines
Diff to previous 1.44 (colored) to selected 1.47 (colored)
ox_tcp_{accept,connect}_102() now send SM_tcp_* commands to the server.
Revision 1.44 / (download) - annotate - [select for diffs], Tue Dec 9 03:07:45 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.43: +56 -44
lines
Diff to previous 1.43 (colored) to selected 1.47 (colored)
Adding API for RFC-102.
Revision 1.43 / (download) - annotate - [select for diffs], Wed Dec 3 09:32:36 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.42: +148 -1
lines
Diff to previous 1.42 (colored) to selected 1.47 (colored)
Added several functions: accept_102(port,peerrank), connect_102(host,port,peerrank), ox_send_cmo_102(peerrank,data), ox_recv_cmo_102(peerrank).
Revision 1.42 / (download) - annotate - [select for diffs], Fri Sep 19 02:33:14 2003 UTC (21 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.41: +16 -1
lines
Diff to previous 1.41 (colored) to selected 1.47 (colored)
Improved memory usage in nd_f4.
Revision 1.41 / (download) - annotate - [select for diffs], Fri May 23 00:11:58 2003 UTC (21 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.40: +9 -3
lines
Diff to previous 1.40 (colored) to selected 1.47 (colored)
pfdef f(x) -> function f(x). fixed a bug in Pox_push_{cmo,local}.
Revision 1.40 / (download) - annotate - [select for diffs], Wed Mar 12 07:56:23 2003 UTC (21 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.39: +7 -1
lines
Diff to previous 1.39 (colored) to selected 1.47 (colored)
Fixed the bug related to "address in use".
Revision 1.39 / (download) - annotate - [select for diffs], Fri Mar 7 06:39:57 2003 UTC (21 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.38: +8 -8
lines
Diff to previous 1.38 (colored) to selected 1.47 (colored)
All the modifications wrt switches were reverted.
Revision 1.38 / (download) - annotate - [select for diffs], Fri Mar 7 03:12:28 2003 UTC (21 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.37: +8 -8
lines
Diff to previous 1.37 (colored) to selected 1.47 (colored)
Correcting switches (defined(MPI)->MPI etc.) Note that there still exist several inconsistencies.
Revision 1.37 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:15 2003 UTC (21 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.36: +8 -8
lines
Diff to previous 1.36 (colored) to selected 1.47 (colored)
Changing some MACROs and preprocessor directives: for example, #if PARI was replaced by #if defined(PARI).
Revision 1.36 / (download) - annotate - [select for diffs], Fri Jan 24 08:01:25 2003 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.35: +1 -5
lines
Diff to previous 1.35 (colored) to selected 1.47 (colored)
Fixed a bug in the windows version.
Revision 1.35 / (download) - annotate - [select for diffs], Mon Dec 9 01:43:54 2002 UTC (21 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored) to selected 1.47 (colored)
Fixed a bug in ox_get_serverinfo().
Revision 1.34 / (download) - annotate - [select for diffs], Fri Aug 2 09:43:12 2002 UTC (22 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.33: +8 -2
lines
Diff to previous 1.33 (colored) to selected 1.47 (colored)
An attempt to fix strange behavior of Windows ox_plot.
Revision 1.33 / (download) - annotate - [select for diffs], Fri Aug 2 02:28:28 2002 UTC (22 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.32: +35 -1
lines
Diff to previous 1.32 (colored) to selected 1.47 (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.32 / (download) - annotate - [select for diffs], Mon Jul 29 05:02:45 2002 UTC (22 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.31: +26 -4
lines
Diff to previous 1.31 (colored) to selected 1.47 (colored)
Uses cmd /c start instead of start.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Apr 1 08:20:26 2002 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.30: +7 -3
lines
Diff to previous 1.30 (colored) to selected 1.47 (colored)
Experimental: spawn_server() examines ASIRHOSTNAME.
Revision 1.30 / (download) - annotate - [select for diffs], Wed Dec 26 09:28:36 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.29: +10 -3
lines
Diff to previous 1.29 (colored) to selected 1.47 (colored)
Modified for running on Cygwin/XFree86.
Revision 1.29 / (download) - annotate - [select for diffs], Tue Dec 25 08:59:49 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.28: +28 -11
lines
Diff to previous 1.28 (colored) to selected 1.47 (colored)
For cygwin.
Revision 1.28 / (download) - annotate - [select for diffs], Tue Dec 25 05:28:39 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.27: +74 -22
lines
Diff to previous 1.27 (colored) to selected 1.47 (colored)
UNIX domain socket is not used on cygwin. ox_launch() uses start.exe. Added a heuristic search of start.exe.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Dec 25 02:39:05 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.26: +19 -4
lines
Diff to previous 1.26 (colored) to selected 1.47 (colored)
Modifications to support cygwin.
Revision 1.26 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:22 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.25: +74 -147
lines
Diff to previous 1.25 (colored) to selected 1.47 (colored)
Conversion to ANSI style (not completed yet).
Revision 1.25 / (download) - annotate - [select for diffs], Wed Jun 6 02:21:40 2001 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.24: +11 -5
lines
Diff to previous 1.24 (colored) to selected 1.47 (colored)
Under ssh, we cannot open the remote debug window without the log window.
Revision 1.24 / (download) - annotate - [select for diffs], Mon Jun 4 02:49:47 2001 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.23: +4 -4
lines
Diff to previous 1.23 (colored) to selected 1.47 (colored)
Modifications to support Mac OS X. Note: /usr/bin/cpp of Mac OS X seems to be broken. I had to add -D__ppc__ -D__NATURAL_ALIGNMENT__ -D__MACH__ -D__BIG_ENDIAN__ -D__APPLE__ as OPTS. Without these options imake does not work properly.
Revision 1.23 / (download) - annotate - [select for diffs], Sat Dec 16 07:12:01 2000 UTC (23 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.22: +3 -1
lines
Diff to previous 1.22 (colored) to selected 1.47 (colored)
Fixed a bug in launcher. In the old version, ox_launch_nox() fails if DISPLAY is unset.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Dec 5 01:24:55 2000 UTC (23 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.21: +1 -3
lines
Diff to previous 1.21 (colored) to selected 1.47 (colored)
Removed ugly '#if defined(THINK_C)'.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Nov 15 09:18:01 2000 UTC (23 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.20: +4 -4
lines
Diff to previous 1.20 (colored) to selected 1.47 (colored)
The previous commit was incorrect.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Nov 15 08:47:20 2000 UTC (23 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.19: +4 -1
lines
Diff to previous 1.19 (colored) to selected 1.47 (colored)
Updated online help files. Added a dirty hack for safe process termination on Windows.
Revision 1.19 / (download) - annotate - [select for diffs], Wed Nov 15 01:20:27 2000 UTC (23 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored) to selected 1.47 (colored)
#include<winsock.h> -> #include <winsock2.h> I expected some speed up in Windows95/98 version, but it was in vain.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Nov 13 03:36:03 2000 UTC (24 years ago) by noro
Branch: MAIN
Changes since 1.17: +9 -1
lines
Diff to previous 1.17 (colored) to selected 1.47 (colored)
Fixed a bug in Pox_shutdown() and shutdown_all() which leaves a socket file in /tmp.
Revision 1.16.2.1 / (download) - annotate - [select for diffs], Wed Nov 8 08:31:55 2000 UTC (24 years ago) by maekawa
Branch: maekawa-ipv6
Changes since 1.16: +5 -5
lines
Diff to previous 1.16 (colored) next main 1.17 (colored) to selected 1.47 (colored)
Remove (af|use)_unix from try_accept().
Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 8 06:21:17 2000 UTC (24 years ago) by noro
Branch: MAIN
Changes since 1.16: +7 -6
lines
Diff to previous 1.16 (colored) to selected 1.47 (colored)
Several fixes for the Windows version. A very very dirty hack to use ox_plot without the log window.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Nov 7 06:35:39 2000 UTC (24 years ago) by noro
Branch: MAIN
Branch point for: maekawa-ipv6
Changes since 1.15: +29 -1
lines
Diff to previous 1.15 (colored) to selected 1.47 (colored)
Fixed several bugs concerned with thermination of ox servers.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Oct 6 06:05:23 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.14: +29 -5
lines
Diff to previous 1.14 (colored) to selected 1.47 (colored)
Modified launcher related functions so that ox servers run on Windows.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 27 09:27:24 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored) to selected 1.47 (colored)
Now 'ox_launch' will work correctly when the user's shell on the remote host is 'sh' or 'bash'.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 25 04:33:37 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: STABLE_1_1_3,
RELEASE_1_1_3
Changes since 1.12: +23 -7
lines
Diff to previous 1.12 (colored) to selected 1.47 (colored)
If an environment variable ASIR_RSH is set, it is used to invoke a remote server. Machine name is displayed in the title bar of asir debug window.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Sep 23 00:57:44 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.11: +15 -1
lines
Diff to previous 1.11 (colored) to selected 1.47 (colored)
If ox_launch cannot find an ox server, the ox_launch returns '2' as the first byte for the byte order negotiation. Then the client notices the absense of the server and it terminates the ox_launch by sending SM_shutdown to the ox_launch. In Asir session, ox_launch() call returns -1 in such a case.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:18 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored) to selected 1.47 (colored)
Sorry, the email address in the license agreement was incorrect.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:39 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.9: +48 -1
lines
Diff to previous 1.9 (colored) to selected 1.47 (colored)
Added copyright notice and license agreement. It is mandatory to distribute Risa/Asir source codes freely.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 14 08:26:40 2000 UTC (24 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.8: +8 -7
lines
Diff to previous 1.8 (colored) to selected 1.47 (colored)
Added a function for verification of Groebner basis computation. Details will be soon informed.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 13 05:09:03 2000 UTC (24 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.7: +68 -8
lines
Diff to previous 1.7 (colored) to selected 1.47 (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.7 / (download) - annotate - [select for diffs], Sun Mar 19 12:35:20 2000 UTC (24 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored) to selected 1.47 (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.6 / (download) - annotate - [select for diffs], Wed Jan 26 02:05:34 2000 UTC (24 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.5: +28 -25
lines
Diff to previous 1.5 (colored) to selected 1.47 (colored)
A quick hack to support 'no-mathcap-exchange-mode'. By ctrl("ox_exchange_mathcap",0), exchanging mathcap is not forced in the subsequent ox_launch() calls.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 11 06:43:36 2000 UTC (24 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.4: +23 -2
lines
Diff to previous 1.4 (colored) to selected 1.47 (colored)
Sorry for many updates at once. builtin/poly.c : added maxblen(). builtin/int.c : added ntoint32() and int32ton(). io/tcpf.c : added ox_intr(). parse/glob.c : int_hander() has been modified so that it calls debug() in ox_asir.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 24 06:57:22 1999 UTC (24 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.3: +5 -2
lines
Diff to previous 1.3 (colored) to selected 1.47 (colored)
Fixed several inconsistencies on making on Windows.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 21 04:20:42 1999 UTC (24 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.2: +14 -7
lines
Diff to previous 1.2 (colored) to selected 1.47 (colored)
Added Help/HTML files written in Engilish. They will be installed in asir library directory. 'OpenXM/lib/asir/help' is a symbolic link to help-eg. If LANG is not set, then 'help' refers to 'asir/help'. If the value of LANG begins with "japan" or "ja_JP", the 'help' refers to 'asir/help-jp'. If LANG is set but the value of LANG does not begin with "japan" or "ja_JP", the 'help' refers to 'asir/help-eg'.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 13 01:56:04 1999 UTC (24 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored) to selected 1.47 (colored)
Fixed a bug which causes termination of ox_launch (xterm) upon SIGINT from keyboard.
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: ASIR2000
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored) to selected 1.47 (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, 11 months ago) by noro
Branch: MAIN
Diff to selected 1.47 (colored)
Initial revision