Powered by Apache

CVS log for OpenXM/src/kan96xx/Kan/primitive.c

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

Request diff between arbitrary revisions


Default branch: MAIN


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

All causes of the warnings are fixed.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Sep 7 00:15:44 2018 UTC (5 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

KSstart_quiet() initializes sm1 in the quiet mode.
Bug fixes for 64 bit OS's.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 31 05:27:34 2016 UTC (8 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

mysig.c and mysig.h are moved to src/util and are installed under
OpenXM/lib and OpenXM/include.
mysignal is used in k097.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Mar 31 03:22:54 2016 UTC (8 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored)

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

Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 6 06:44:48 2013 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

The bug (2).. print is fixed.
(char * function is implicitely declares int function.)

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jul 3 11:08:54 2005 UTC (18 years, 11 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.20: +3 -1 lines
Diff to previous 1.20 (colored)

Fixed grammatical problem for gcc4.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 16 05:07:23 2005 UTC (18 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.19: +12 -12 lines
Diff to previous 1.19 (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.19 / (download) - annotate - [select for diffs], Mon Sep 20 02:11:22 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.18: +26 -1 lines
Diff to previous 1.18 (colored)

Added a new data type SbyteArray.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Sep 17 02:42:57 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.17: +14 -1 lines
Diff to previous 1.17 (colored)

RestrictedMode is introduced.
If it is set, only functions with the ATTR_EXPORT bit are allowed to be
executed. It is mainly designed for anonymous services in OpenXM-grid.

A sample code for the RestricedMode.

/hoge { (hello) message (hello2) message } def
/foo {hoge} def
[(parse) (cohom.sm1) pushfile] extension
[(parse) (ox.sm1) pushfile] extension
[(or_attr) 8 /gb] extension
[(or_attr) 8 /pmat] extension
[(or_attr) 8 /foo] extension
[(or_attr) 8 /fctr] extension
[(RestrictedMode) 1] system_variable
foo

hoge  % stopped by the RestrictedMode flag.

 [ [( (x Dx)^2 + (y Dy)^2 -1) ( x y Dx Dy -1)] (x,y)
             [ [ (Dx) 1 ] ] ] gb pmat

asirconnectr % stopped by the RestrictionMode flag

[(x^2-1) (x)] fctr pmat

Revision 1.17 / (download) - annotate - [select for diffs], Thu Sep 16 02:22:03 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

The primitive "put" accepts universalNumber as an index.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Sep 12 10:58:28 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.15: +10 -2 lines
Diff to previous 1.15 (colored)

add, sub, mul, div accept executableArrays.
So, the following input is, for example, possible.

sm1>/+ { add } def /+ makeInfix ;
sm1>/* { mul } def /* makeInfix ;
sm1>{2 + 3}*{1 + 1} ::
10

Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 12 10:22:50 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.14: +13 -13 lines
Diff to previous 1.14 (colored)

Introducing infix operators. Step 8'.
Bug fix to treat goto properly.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Sep 12 08:55:36 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.13: +20 -188 lines
Diff to previous 1.13 (colored)

Introducing infix operators. Step 8.  (Buggy version).

Using executeExecutableArray() to save code, but goto does not work
properly.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 12 02:37:57 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.12: +141 -14 lines
Diff to previous 1.12 (colored)

Introducing infix operators. Step 6.
Infix operators work for primitives;
for, map, loop, exec, ifelse, sendmsg, sendmsg2,
tlimit, primmsg.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Sep 11 01:00:42 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.11: +2 -16 lines
Diff to previous 1.11 (colored)

The primitive get accepts the following input
   obj [k0 k1 k2 ... ] get
It also accepts a list as an argument.
New macros:  arrayToList and listToArray.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Dec 5 23:14:14 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

Fixed a bug on addTree.
The key name is changed to cd from class.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 5 13:51:31 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.9: +4 -1 lines
Diff to previous 1.9 (colored)

Fixed a bug on the quote mode.
<1> undefined symbol is automatically translated into a string object.
<2> result status of executeToken() is properly set.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 3 01:21:43 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.8: +8 -1 lines
Diff to previous 1.8 (colored)

The command shell:which is moved to a part of the primitive command
oxshell.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 20 09:20:36 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.7: +30 -2 lines
Diff to previous 1.7 (colored)

QuoteMode(1) sets the parser in the quotemode; if unknown function symbol
comes, it automatically translates the expression into a tree.
Example: class polymake extends PrimitiveObject {local ; def hogera() { return(1);} }
         QuoteMode(1); polymake.foo(1,2):
QuoteMode(0) turns off the quotemode.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 24 05:19:43 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Ecart.gb computes a standard basis by an order defined by a weight
matrix and a degree shift.
The weight vector and the degree shift are given as the 3rd and 4th
arguments respectively.
The shift vector for (0,1)-h homogenization is given as the 5th argument.
See (ecart.gb) usage

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 23 02:28:39 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.5: +12 -3 lines
Diff to previous 1.5 (colored)

fv [wv shiftv] ord_ws_all  returns the order of fv with respect to the
weight vector wv and the shift vector shiftv.
fv [wv shiftv] init return the initial term of fv with respect to the
weight vector wv and the shift vector shiftv.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 4 10:53:56 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.4: +46 -1 lines
Diff to previous 1.4 (colored)

Introduced a new operator tlimit to limit the computation resource
during the computation of the argument.
Example: { {1 pop} loop }  2 tlimit

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 4 01:06:25 2001 UTC (23 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.3: +241 -241 lines
Diff to previous 1.3 (colored)

indent-region and untabify.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 24 12:33:47 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.2: +4 -1 lines
Diff to previous 1.2 (colored)

The option for security level is introduced to work as a server
for web cite.
If you turn on the secure option by [(SecureMode) 1] system_variable,
then you cannot execute shell commands, cannot open files, and
cannot open TCP/IP ports.
Once you turn on the option, you cannot turn off.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 7 13:24:19 1999 UTC (24 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.1: +4 -2 lines
Diff to previous 1.1 (colored)

A new command
     [(LeftBrace) "{"] system_variable
is added.
The arrays are usually enclosed by [ and ], but you can change them
by this command.   (note: it is for ToExpression[] of Mathematica)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:02 1999 UTC (24 years, 8 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:02 1999 UTC (24 years, 8 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>