Up to [local] / OpenXM / src / kan96xx / Doc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jul 21 07:32:00 2003 UTC (21 years, 3 months ago) by takayama
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,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.14: +2 -167
lines
Diff to previous 1.14 (unified)
The new ox100 launcher ox100start replaces the old one.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Aug 3 06:02:35 2002 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.13: +72 -36
lines
Diff to previous 1.13 (unified)
sm1 can launch servers in the following three environments properly; windows -- native, windows -- cygwin, windows -- xcygwin (Cygwin/XFree86) Launching ox_asir is still buggy.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 31 02:57:37 2002 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (unified)
Undo a change to start servers on cygwin. (sm1connectr_cygwin)
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 29 05:02:58 2002 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.11: +4 -3
lines
Diff to previous 1.11 (unified)
cmd /c start will be used to play a role of xterm -e on Windows 2000/XP.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 13 06:55:30 2002 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (unified)
oxasirpath.ostype --> oxasir.ostype oxpath.ostype --> ox.ostype
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jan 9 11:19:25 2002 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.9: +8 -1
lines
Diff to previous 1.9 (unified)
If all environmental variables are null, use the default value of OpenXM root.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 9 11:08:02 2002 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.8: +8 -2
lines
Diff to previous 1.8 (unified)
Fixed a bug on ostype.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 9 10:52:42 2002 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.7: +29 -10
lines
Diff to previous 1.7 (unified)
Refering to OPENXMHOMEWIN to set the root directory on windows.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 28 08:45:30 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (unified)
Asir uses only '/' and does not use '\'.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 28 08:33:20 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (unified)
Fixed a typo.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 28 08:18:23 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.4: +5 -1
lines
Diff to previous 1.4 (unified)
Fixed a bug of [(getenv) (OSTYPE)].
Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 28 03:34:24 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (unified)
New version number.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Dec 28 03:33:21 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.2: +49 -1
lines
Diff to previous 1.2 (unified)
Added session starting functions for cygwin and native windows.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 28 01:20:26 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.1: +44 -3
lines
Diff to previous 1.1 (unified)
Several changes to support Windows. ox -wait s : waits s seconds before connection. It is not necessary on Windows NT/2000, but it is necessary on Windows 95/98/ME. ox*.sm1 automatically detect operating system and set session establishing functions properly.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 21 03:00:41 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Some changes to work on windows as a server of asirgui. oxasir-win.sm1 is still empty because ox_asir server has not yet been ready on windows.