Up to [local] / OpenXM / src / util
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Thu Jan 26 08:36:50 2006 UTC (18 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored) to selected 1.1 (colored)
ox100start -nox -engineLogToStdout --> engineLog will be output to the stdout.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 14 10:08:09 2004 UTC (20 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored) to selected 1.1 (colored)
Turn off the error message of [(which) (??)] oxshell.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Aug 12 12:11:41 2004 UTC (20 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored) to selected 1.1 (colored)
Added a new function oxpSendStringAsFile(char *user,char *hostname,char *filename, char *str); which will be used to send a string as a file via a secure channel.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 2 06:23:34 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.11: +6 -1
lines
Diff to previous 1.11 (colored) to selected 1.1 (colored)
The launcher looks for a terminal window in the order oxterm, rxvt, and xterm in PATH.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Feb 28 12:27:15 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored) to selected 1.1 (colored)
Added a quiet mode for ox100start; ox100start -quiet.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 4 03:17:33 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored) to selected 1.1 (colored)
signal(SIGCHLD,...) is not necessary in the blocked fork and exec. Added oxDeleteFile and oxResetRedirect.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 3 03:21:16 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)
Added a new function generateTMPfileName2(char *seed,char *extension, int usetmp, int for_windows);
Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 1 03:15:37 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.7: +5 -1
lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)
Added a new function char *oxEvalEnvVar(char *s) which replaces environmental variables in s by their values.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 24 11:47:35 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.6: +5 -1
lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)
Added a new function oxWhich(cmdname,path).
Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 16 07:14:11 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)
Added a new function getCommandPath(), which works like the "which" command.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 22 03:25:56 2003 UTC (21 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.4: +5 -1
lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)
The function loadFileWithCpp() is expected to work both on unix and Windows.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 21 13:36:43 2003 UTC (21 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)
[(getServerEnv) ox_server_name] extension returns the full pathes for ox_servers and aux-command files.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 21 12:41:23 2003 UTC (21 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
The library libox_pathfinder.a is linked to ox_sm1, ox_k0, sm1, d0, and k0.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 21 11:56:34 2003 UTC (21 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
ox100start uses ox_pathfinder.a
Revision 1.1 / (download) - annotate - [selected], Mon Jul 21 11:36:10 2003 UTC (21 years, 3 months ago) by takayama
Branch: MAIN
The library libox_pathfinder.a contains the functions char **catArgv(char **argv1,char **argv2); char *getOStypes(); char *getOpenXM_HOME(); char *getLOAD_SM1_PATH2(); char **getServerEnv(char *oxServer); char **debugServerEnv(char *oxServer); char *cygwinPathToWinPath(char *s);