Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.30 / (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.29: +3 -1 lines
Diff to previous 1.29 (colored)

Added function prototypes.

Revision 1.29 / (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.28: +231 -231 lines
Diff to previous 1.28 (colored)

Changed a tab to two space charaters.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Aug 27 03:09:03 2016 UTC (7 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.27: +7 -1 lines
Diff to previous 1.27 (colored)

Fixed an incorrect behavior in Pox_reset().

Revision 1.27 / (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.26: +5 -5 lines
Diff to previous 1.26 (colored)

signal() are replaced by sigaction().

Revision 1.26 / (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.25: +7 -7 lines
Diff to previous 1.25 (colored)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.25 / (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.24: +8 -7 lines
Diff to previous 1.24 (colored)

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

Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 6 07:07:39 2011 UTC (13 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Windows sockets cannot be closed by the POSIX function "close".  Use "closesocket".

Revision 1.23 / (download) - annotate - [select for diffs], Wed Sep 1 08:01:09 2010 UTC (13 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.22: +6 -6 lines
Diff to previous 1.22 (colored)

*** empty log message ***

Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 3 14:57:32 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 (colored)

A global variable "_fileinfo" is no longer supported by
MS-C v14 (Visual Studio 2005) or later.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Sep 26 05:35:26 2006 UTC (17 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.20: +14 -8 lines
Diff to previous 1.20 (colored)

Added support for a new engine interface on Windows.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jun 15 09:04:41 2004 UTC (19 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3, KNOPPIX_2006
Changes since 1.19: +1 -41 lines
Diff to previous 1.19 (colored)

In the local invocation mode, use_x is turned off when xterm cannot be
found in paths.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Mar 18 01:59:41 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

Changes for Windows version.
asir32gui now assumes that the HTML help library is in
C:\program files\HTML help workshop\lib.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Mar 2 10:34:49 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX
Changes since 1.17: +11 -1 lines
Diff to previous 1.17 (colored)

Added a dirty hack for setting LD_LIBRARY_PATH.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Mar 2 02:43:55 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.16: +4 -3 lines
Diff to previous 1.16 (colored)

If SIGHUP is ignored, then the xterm running OX server
is not closed when "Close" is executed.

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

Modifications to support cygwin.

Revision 1.15 / (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.14: +10 -11 lines
Diff to previous 1.14 (colored)

Conversion to ANSI style (not completed yet).

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 23 05:05:41 2001 UTC (22 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored)

Minor fixes for VC++

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 27 09:14:08 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.12: +11 -1 lines
Diff to previous 1.12 (colored)

SIGPIPE is now ignored when asir_terminate() is executed.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jun 6 02:21:40 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.11: +7 -3 lines
Diff to previous 1.11 (colored)

Under ssh, we cannot open the remote debug window without the log window.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Dec 16 07:12:01 2000 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.10: +5 -4 lines
Diff to previous 1.10 (colored)

Fixed a bug in launcher. In the old version, ox_launch_nox() fails
if DISPLAY is unset.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Wed Nov 8 08:31:55 2000 UTC (23 years, 5 months ago) by maekawa
Branch: maekawa-ipv6
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Remove (af|use)_unix from try_accept().

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 8 06:21:17 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.9: +14 -8 lines
Diff to previous 1.9 (colored)

Several fixes for the Windows version.
A very very dirty hack to use ox_plot without the log window.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 7 09:31:36 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Branch point for: maekawa-ipv6
Changes since 1.8: +2 -6 lines
Diff to previous 1.8 (colored)

A bug fix in the Windows launcher.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 7 06:35:39 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

Fixed several bugs concerned with thermination of ox servers.

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

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

Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 25 04:33:37 2000 UTC (23 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.5: +6 -5 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Sat Sep 23 00:57:43 2000 UTC (23 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.4: +6 -1 lines
Diff to previous 1.4 (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.4 / (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.3: +2 -2 lines
Diff to previous 1.3 (colored)

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

Revision 1.3 / (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.2: +48 -1 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 8 04:47:11 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (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.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: RELEASE_20000124, 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>