Powered by Apache

CVS log for OpenXM/src/kan96xx/plugin/oxmisc2.c

[BACK] Up to [local] / OpenXM / src / kan96xx / plugin

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28 / (download) - annotate - [select for diffs], Tue Oct 6 11:33:47 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +8 -6 lines
Diff to previous 1.27 (colored)

All causes of the warnings are fixed.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Nov 6 06:23:24 2013 UTC (10 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

return; in int valued functions is replaced by return number;

It still stops with a core for the input
(2).. /ff set
ff ::
cf. coeff.c

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jul 3 11:08:54 2005 UTC (18 years, 10 months ago) by ohara
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.25: +2 -1 lines
Diff to previous 1.25 (colored)

Fixed grammatical problem for gcc4.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jun 16 05:07:24 2005 UTC (18 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.24: +49 -48 lines
Diff to previous 1.24 (colored)

The initialization of the variables of the type struct object
are added.  It is necessary to initialize the field "attr"
(object attribute) of stuct object.  cf. misc-2005/06/gfan/opt.sm1 test2.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Sep 17 08:46:10 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.23: +24 -3 lines
Diff to previous 1.23 (colored)

Changes for OX-RFC104 (OpenXM grid): step 2.
 non-reserve connection also use one time password.
  ox -ox ox_k0  -passControl 1234 -passData 5678
and
  [(oxCreateClient) (localhost) 1300 1200 [(1234) (5678)]] extension

(It has not yet been tested on Windows. Error handling is not robust enough.)

Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 17 07:27:28 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.22: +15 -4 lines
Diff to previous 1.22 (colored)

Changes for OX-RFC 104 (OpenXM-grid).
Step 1.  ox_encrypt_104_genPass is introduced.
         oxCreateClient2 accpets two onetime passwords.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Mar 8 08:24:42 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b
Changes since 1.21: +9 -1 lines
Diff to previous 1.21 (colored)

Kan/sm1 and ox_sm1 support the new stackmachine command
SM_executeFunctionWithOptionalArgument.
See also (oxexecWithOpt) usage ;

Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 1 07:19:45 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX
Changes since 1.20: +5 -1 lines
Diff to previous 1.20 (colored)

oxpushcmotag  asks the server to push the datatype tag
of the element on the stop of the stack.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Dec 6 02:35:54 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Fixed a bug on CMO_RATIONAL.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Nov 17 08:49:16 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

[(oxLog) ...] extension outputs the engineByteOrder as the first
byte of the log.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Nov 17 05:45:47 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.17: +57 -1 lines
Diff to previous 1.17 (colored)

[(oxLog) client log_file_for_incomming_data log_file_for_outgoing_data] extension
is for taking logs of ox stream in the binary format.
For details, (extension-oxLog) usage

Revision 1.17 / (download) - annotate - [select for diffs], Fri Nov 8 14:18:02 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.16: +16 -1 lines
Diff to previous 1.16 (colored)

oxresetAll resets all the clients. If mathcap is not set, the reset
packet will not be sent.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Nov 8 02:54:12 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.15: +7 -2 lines
Diff to previous 1.15 (colored)

Added a new function oxGetClientList() for kan/k0.
Fixed a bug concerning oxGetClientList with OXRFC 101 (oxc).

Revision 1.15 / (download) - annotate - [select for diffs], Thu Nov 7 23:52:20 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.14: +1 -24 lines
Diff to previous 1.14 (colored)

Fixed a bug on the linking to generate ox  introduced by the new function
oxGetClientList().

Revision 1.14 / (download) - annotate - [select for diffs], Thu Nov 7 13:32:06 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.13: +75 -3 lines
Diff to previous 1.13 (colored)

[(oxGetClientList)] extension
returns the list of ox clients.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 24 10:27:20 2002 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.12: +11 -3 lines
Diff to previous 1.12 (colored)

setjmp --> sigsetjmp
longjmp --> siglongjmp

Revision 1.12 / (download) - annotate - [select for diffs], Fri May 4 01:06:30 2001 UTC (23 years ago) by takayama
Branch: MAIN
Changes since 1.11: +119 -119 lines
Diff to previous 1.11 (colored)

indent-region and untabify.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Dec 6 00:29:52 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.10: +116 -2 lines
Diff to previous 1.10 (colored)

sm1StartEngine101 : starting an engine with the OpenXM RFC 101 protocol.
sm1StartControl101 : starting a control server with the OpenXM RFC 101 protocol.oxStartEngine_RFC_101() : C-function to start an engine.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 5 12:03:43 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.9: +21 -1 lines
Diff to previous 1.9 (colored)

[(oxGetPort1)] generates a port listening.
sm1StartEngine101 : starting engine with the protocol OpenXM RFC 101.
                    Implementation has not yet been completed.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 5 11:20:26 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Bug fix of SM_control_reset;  reading from control channel
after sending SM_control_reset is not necessary.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Dec 3 08:19:55 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.7: +115 -1 lines
Diff to previous 1.7 (colored)

KoxCreateControl_RFC_101 is implemented.
This is a function to launch RFC 101 control server.
sm1connect101 in ox.sm1 is a test script to launch RFC 101 control server.
Path is hard encoded for a test.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 3 07:29:39 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.6: +71 -1 lines
Diff to previous 1.6 (colored)

I'm working to implement OpenXM RFC 101 client code on kan/sm1 and kan/k0.
A preparation is done.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 20 01:53:47 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_1_3
Changes since 1.5: +6 -1 lines
Diff to previous 1.5 (colored)

Removed the initialization like
     FILE *Hoge = stderr;
because stderr is declared as extern FILE *stderr on
LinuxPPC.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 2 03:30:48 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.4: +15 -2 lines
Diff to previous 1.4 (colored)

ox_sm1* server supports SM_pushCMOtag

Revision 1.4 / (download) - annotate - [select for diffs], Sat Nov 27 01:41:11 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.3: +82 -37 lines
Diff to previous 1.3 (colored)

The new mathcap format is supported.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 18 00:54:17 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.2: +10 -1 lines
Diff to previous 1.2 (colored)

I fixed a serious bug in cmo-gmp.c. It has caused troubles on Solaris.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 9 09:57:32 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +42 -2 lines
Diff to previous 1.1 (colored)

Data type check for mathcap object.
It is for avoiding segmentation fault of sm1 due to a wrong mathcap from
an ox_server.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:05 1999 UTC (24 years, 7 months ago) by maekawa
Branch: OpenXM
CVS Tags: ALPHA
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

o import OpenXM sources

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 8 02:12:05 1999 UTC (24 years, 7 months ago) by maekawa
Branch: MAIN

Initial revision

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>