Up to [local] / OpenXM / src / util
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 13 10:16:53 2015 UTC (9 years ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +26 -2
lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)
Changes for msys (/cygdrive/c/ --> /c/ , etc)
Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 12 12:11:41 2004 UTC (20 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,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.6: +12 -2
lines
Diff to previous 1.6 (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.6 / (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.5: +13 -1
lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)
The launcher looks for a terminal window in the order oxterm, rxvt, and xterm in PATH.
Revision 1.5 / (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.4: +7 -2
lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)
Added a new function generateTMPfileName2(char *seed,char *extension, int usetmp, int for_windows);
Revision 1.4 / (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.3: +14 -1
lines
Diff to previous 1.3 (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.3 / (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.2: +4 -1
lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
Added a new function oxWhich(cmdname,path).
Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 16 07:14:44 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.1: +1 -0
lines
Diff to previous 1.1 (colored)
Added the tag OpenXM
Revision 1.1 / (download) - annotate - [selected], Sun Nov 16 07:14:11 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Added a new function getCommandPath(), which works like the "which" command.