Powered by Apache

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

[BACK] Up to [local] / OpenXM / src / util

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Sat Oct 3 08:24:14 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

No warning on debian.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Oct 13 10:16:53 2015 UTC (8 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.35: +56 -9 lines
Diff to previous 1.35 (colored)

Changes for msys (/cygdrive/c/ --> /c/ , etc)

Revision 1.35 / (download) - annotate - [select for diffs], Sat Sep 26 12:40:51 2015 UTC (8 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.34: +4 -2 lines
Diff to previous 1.34 (colored)

A change for msys2.  c:/cygwin --> c:/msys64

Revision 1.34 / (download) - annotate - [select for diffs], Fri Sep 25 01:47:09 2015 UTC (8 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Patch for cygwin64 (for __x86_64__)

Revision 1.33 / (download) - annotate - [select for diffs], Thu Aug 6 22:33:21 2015 UTC (8 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.32: +28 -2 lines
Diff to previous 1.32 (colored)

oxForkExec ... are empty function for mingw.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Aug 3 20:56:50 2015 UTC (8 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.31: +5 -1 lines
Diff to previous 1.31 (colored)

Check if the system is cygwin64.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Aug 30 04:17:17 2010 UTC (13 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.30: +4 -2 lines
Diff to previous 1.30 (colored)

Added a prototype declaration
void *sGC_malloc(int);
(bug, caused troubles for 64 bit cpu's)

Revision 1.30 / (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_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.29: +8 -3 lines
Diff to previous 1.29 (colored)

ox100start -nox -engineLogToStdout
--> engineLog will be output to the stdout.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jan 10 11:52:56 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Fixed a bug in getCommandPath() error message.

Revision 1.28 / (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.27: +12 -3 lines
Diff to previous 1.27 (colored)

Turn off the error message of [(which) (??)] oxshell.

Revision 1.27 / (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.26: +36 -1 lines
Diff to previous 1.26 (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.26 / (download) - annotate - [select for diffs], Fri Mar 5 06:26:52 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.25: +5 -1 lines
Diff to previous 1.25 (colored)

BUG: xterm does not implement locale properly. (cf. OpenXM FAQ)
Solution: xterm is called with -xrm 'XTerm*locale:false'

Revision 1.25 / (download) - annotate - [select for diffs], Thu Mar 4 12:22:47 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.24: +8 -2 lines
Diff to previous 1.24 (colored)

export OX_XTERM_GEOMETRY='80x20+0+0',
then the ox log window opens with this geometry.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 4 05:13:39 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

By setting the environmental variable OX_XTERM_SCROLL,
a scroll bar is installed on the ox-log-window.
The variable is set in dot.bashrc, dot.cshrc, openxm under OpenXM/rc.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 3 08:39:24 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Fixed a bug of the previous commit.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Mar 3 08:21:30 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.21: +5 -1 lines
Diff to previous 1.21 (colored)

If the environment OX_XTERM_SCROLL is set,
then oxterm or xterm is called with the -sl ${OX_XTERM_SCROLL} option.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Mar 3 02:31:51 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored)

Changes.
1. singal(SIGHUP,SIG_IGN) is added to ignore x of xterm.
2. rxvt is out of the search path (broken path problem).
3. Cosmetic change of the asir message window.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Mar 2 06:23:34 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.19: +33 -14 lines
Diff to previous 1.19 (colored)

The launcher looks for a terminal window in the order
oxterm, rxvt, and xterm in PATH.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Feb 28 13:39:42 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.18: +7 -5 lines
Diff to previous 1.18 (colored)

Quiet mode is ready;  sm1 -q

Revision 1.18 / (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.17: +5 -1 lines
Diff to previous 1.17 (colored)

Added a quiet mode for ox100start;  ox100start -quiet.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Dec 4 10:35:24 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.16: +5 -2 lines
Diff to previous 1.16 (colored)

Fixed a bug on killall for OX RFC 103.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 4 06:29:21 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.15: +19 -3 lines
Diff to previous 1.15 (colored)

Implemented killall, which terminates all the child processes.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 4 05:27:19 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.14: +6 -1 lines
Diff to previous 1.14 (colored)

Some redirection operators are implemented.
Example:
 [(ls) (hoge) (2>) (stringOut://afo)] oxshell
    afo ::

Revision 1.14 / (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.13: +73 -54 lines
Diff to previous 1.13 (colored)

signal(SIGCHLD,...) is not necessary in the blocked fork and exec.
Added oxDeleteFile and oxResetRedirect.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 3 13:38:39 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.12: +5 -2 lines
Diff to previous 1.12 (colored)

signal(SIGCHLD,SIG_IGN) is now allowed in posix.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 3 08:58:35 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.11: +14 -5 lines
Diff to previous 1.11 (colored)

Fixed a bug for the case of ext==NULL.

Revision 1.11 / (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.10: +63 -1 lines
Diff to previous 1.10 (colored)

Added a new function generateTMPfileName2(char *seed,char *extension,
int usetmp, int for_windows);

Revision 1.10 / (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.9: +44 -1 lines
Diff to previous 1.9 (colored)

Added a new function  char *oxEvalEnvVar(char *s) which replaces
environmental variables in s by their values.

Revision 1.9 / (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.8: +26 -16 lines
Diff to previous 1.8 (colored)

Added a new function oxWhich(cmdname,path).

Revision 1.8 / (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.7: +73 -2 lines
Diff to previous 1.7 (colored)

Added a new function getCommandPath(), which works like the "which" command.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Sep 8 02:43:47 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.6: +1 -10 lines
Diff to previous 1.6 (colored)

Added -D_POSIX_SOURCE

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 22 07:39:57 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.5: +13 -5 lines
Diff to previous 1.5 (colored)

A workaround of a trouble of loadFileWithCpp on cygwin.
A trouble = temporary files cannot be unlinked.

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: +260 -54 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: +8 -2 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: +12 -2 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: +17 -17 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>