Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Wed Oct 7 10:45:45 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored)

Removed a warning.

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

All causes of the warnings are fixed.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 31 03:22:55 2016 UTC (8 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.15: +4 -3 lines
Diff to previous 1.15 (colored)

signal is replaced by mysignal for portability.
mysignal calls sigaction.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 10 11:29:46 2015 UTC (8 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Added some missing prototype declarations.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Oct 31 07:50:20 2005 UTC (18 years, 6 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, DEB_REL_1_2_3-9
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Fixed a bug on 8-bit characters.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jul 3 11:08:54 2005 UTC (18 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Fixed grammatical problem for gcc4.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 28 12:53:44 2005 UTC (19 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.11: +10 -1 lines
Diff to previous 1.11 (colored)

BUG: sm1connectr oxsm1.ccc (quit) oxsubmit
     The engine exits, but the control server remains.
The bug is fixed.
BUG: broken pipe --> crash
It has not yet been fixed.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Dec 16 08:42:14 2004 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.10: +13 -2 lines
Diff to previous 1.10 (colored)

Calling gnuplot by using mkfifo, popen, ... to enable mouse actions.
Ref: gpReadMouseTest.c  in gnuplot.info

But, there still remains bug to open the fifo file.
In order to try the new implementation,   try
/gnuplot.callingMethod 1 def
in gnuplot.sm1

Revision 1.10 / (download) - annotate - [select for diffs], Wed Feb 25 23:14:35 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.9: +2 -2 lines
Diff to previous 1.9 (colored)

Corrected a wrong use of errno.
From man errno;
 errno  is defined by the ISO C standard to be a modifiable
       lvalue of type int, and must not be  explicitly  declared;
       errno  may  be a macro.  errno is thread-local; setting it
       in one thread does not  affect  its  value  in  any  other
       thread.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 23 09:03:43 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.8: +8 -8 lines
Diff to previous 1.8 (colored)

malloc()'s are replaced by sGC_malloc() to solve the memory leak
trouble caused by ~taka/misc-2003/A2/bs-poly/bs2-leak.sm1, foo2.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Nov 24 08:16:13 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.7: +10 -1 lines
Diff to previous 1.7 (colored)

The first version of the data translater between OpenXM CMO and polymake.

Example:

$polymake.data(polymake.POINTS([[1,0,0],[1,1,0],[1,0,1],[1,1,1],[1,2,0]]),polymake.FACETS([[1,0,-1],[0,1,0],[2,-1,-1],[0,0,1]]),polymake.AFFINE_HULL(),polymake.N_FACETS([[4]]),polymake.VERTICES([[1,0,0],[1,0,1],[1,1,1],[1,2,0]]),polymake.VERTICES_IN_FACETS([[1,2],[0,1],[2,3],[0,3]]),polymake.AMBIENT_DIM([[2]]),polymake.BOUNDED(),polymake.GRAPH([[1,3],[0,2],[1,3],[0,2]]),polymake.DUAL_GRAPH([[1,2],[0,3],[0,3],[1,2]]));$ /pstr set
[(parse) (ox.sm1) pushfile] extension
k0connectr
oxk0.ccc ( polymake=Object; ) oxexecutestring
oxk0.ccc ( QuoteMode(1); ) oxexecutestring
oxk0.ccc pstr oxexecutestring
oxk0.ccc oxpopcmo /ptree set
oxk0.ccc ( QuoteMode(0); ) oxexecutestring
[(treeToPolymake) ptree] extension /ss set
ss message

Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 23 13:16:30 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.6: +89 -3 lines
Diff to previous 1.6 (colored)

file2 is changed so that it can be used for input-output stream
associated to a string.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 18 11:08:27 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

ox_sm1 works with util/oxpipe, but there still remains bug
to terminate the program.

Revision 1.5 / (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.4: +17 -1 lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Fri May 4 01:06:30 2001 UTC (23 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.3: +14 -14 lines
Diff to previous 1.3 (colored)

indent-region and untabify.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 18 23:57:19 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_20000124, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

A bug fix on [(oxWatch) client] extension.

Revision 1.2 / (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.1: +19 -10 lines
Diff to previous 1.1 (colored)

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

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>