Up to [local] / OpenXM / src / kan96xx / Kan
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 8 11:49:37 2015 UTC (9 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +5 -1
lines
Diff to previous 1.13 (colored)
longjmp --> _longjmp on cygwin. We use macros MYSETJMP and MYLONGJMP. There is still a trouble on error handling on ox_sm1.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Oct 8 08:14:25 2015 UTC (9 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.12: +9 -3
lines
Diff to previous 1.12 (colored)
setjmp is replaced by _setjmp, but ox_sm1 still crashes with parser errors.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 18 10:55:16 2005 UTC (19 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,
DEB_REL_1_2_3-9
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Error messages are returned by XML from the server. Example: (ox.sm1) run sm1connectr oxsm1.ccc (1 shell 1 2 add ) oxsubmit oxsm1.ccc oxpopcmo :: Class.ErrorPacket [ 12 , -1 , $<ox103:error_message><ox103:message>executeString: Usage:length</ox103:message><ox103:stack_trace>Trace: length<-shell<-;</ox103:stack_trace><ox103:source_trace>1 shell 1 2 add</ox103:source_trace></ox103:error_message>$ ]
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jun 16 05:07:23 2005 UTC (19 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.10: +3 -1
lines
Diff to previous 1.10 (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.10 / (download) - annotate - [select for diffs], Wed Jun 15 02:22:51 2005 UTC (19 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.9: +3 -2
lines
Diff to previous 1.9 (colored)
Added usages for getAttributeList and putAttributeList. Checked performaces of new object design.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 9 04:47:16 2005 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
An attribute field is added to all objects. (IMPORTANT and BIG change! experimental) Please do make clean before rebuilding. Otherwise, you will be seg fault.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 20 02:11:22 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.7: +4 -2
lines
Diff to previous 1.7 (colored)
Added a new data type SbyteArray.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 16 23:53:44 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Several small changes. 1. Changed an algorithm of oxGenPass. 2. The operator "." is equivalent to "exec" when the argument is an executable array. Example. { 1 2 add }. message 3. The function [(or_attrs) literal] extension is added. In strictMode in var.sm1, or_attrs is called instead of chattrs to protect all pre-defined symbols. The function strictMode is called from k0 when it starts.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 12 00:26:21 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.5: +4 -1
lines
Diff to previous 1.5 (colored)
Introducing infix operators. Step 3. Added the tflag field to tokens.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 11 23:49:34 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.4: +4 -3
lines
Diff to previous 1.4 (colored)
Change for infix operators. Step 2. attr field are used in bit-wise.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 11 12:13:41 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.3: +7 -2
lines
Diff to previous 1.3 (colored)
Starting of introducing infix operators in sm1. The introduction requires a global change of executeToken() and may cause serious bugs. So, the commits will be done step by step. Step1. "getattr" is introduced. /ff { (hello) message } def [(chattr) 2 /ff] extension [(getattr) /ff] extension ::
Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 20 09:20:36 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Sun Jan 16 07:55:41 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_20000124,
RELEASE_1_2_2,
RELEASE_1_2_1,
RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.1: +1 -0
lines
Diff to previous 1.1 (colored)
Congratulation of sm1 version 3.* !
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:01 1999 UTC (25 years, 1 month 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:01 1999 UTC (25 years, 1 month ago) by maekawa
Branch: MAIN
Initial revision