Powered by Apache

CVS log for OpenXM/src/util/ox_pathfinder.h

[BACK] 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, 3 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)

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 (19 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (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 (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (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, 2 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)

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, 2 months ago) by takayama
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (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, 5 months ago) by takayama
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (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, 5 months ago) by takayama
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (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, 5 months ago) by takayama
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7 (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, 5 months ago) by takayama
Branch: MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (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, 5 months ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (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 (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4 (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 (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (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 (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (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 (20 years, 9 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 - [select for diffs], Mon Jul 21 11:36:10 2003 UTC (20 years, 9 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);

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>