Powered by Apache

CVS log for OpenXM_contrib2/asir2000/builtin/print.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / builtin

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:50 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +440 -440 lines
Diff to previous 1.26 (unified)

Changed a tab to two space charaters.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Mar 15 19:31:30 2015 UTC (9 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.25: +3 -1 lines
Diff to previous 1.25 (unified)

Add some declarations.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jun 16 08:17:15 2011 UTC (12 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (unified)

0's in the arguments of mknode, mksnode and mkfnode have been changed to
NULLP (=(void *)0).

Revision 1.24 / (download) - annotate - [select for diffs], Thu Nov 22 05:14:48 2007 UTC (16 years, 5 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12
Changes since 1.23: +2 -5 lines
Diff to previous 1.23 (unified)

Asir builtin function "printf" always invoke fflush.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Nov 7 19:26:17 2007 UTC (16 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.22: +23 -1 lines
Diff to previous 1.22 (unified)

Add a function "printf".  See also "sprintf".

Revision 1.22 / (download) - annotate - [select for diffs], Tue Sep 26 05:35:25 2006 UTC (17 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.21: +16 -1 lines
Diff to previous 1.21 (unified)

Added support for a new engine interface on Windows.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Feb 1 07:29:29 2006 UTC (18 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.20: +6 -1 lines
Diff to previous 1.20 (unified)

print() always calls fflush() in ox_asir.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Dec 10 14:14:15 2005 UTC (18 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (unified)

Implementing matching functions in C.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Sep 28 08:08:34 2005 UTC (18 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.18: +16 -1 lines
Diff to previous 1.18 (unified)

Added nary + and *.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 28 08:14:46 2005 UTC (19 years ago) by noro
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified)

Fixed a bug in fnodetotree.

Revision 1.17 / (download) - annotate - [select for diffs], Fri May 14 09:20:56 2004 UTC (19 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.16: +4 -5 lines
Diff to previous 1.16 (unified)

Modified the treatment of option.
It is set in a variable 'current_option'.
dp_ptod accepts options.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Mar 3 01:16:28 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.15: +8 -1 lines
Diff to previous 1.15 (unified)

Added objtoquote().

Revision 1.15 / (download) - annotate - [select for diffs], Sat Nov 8 01:12:02 2003 UTC (20 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.14: +26 -13 lines
Diff to previous 1.14 (unified)

Added ltov() which converts a list to an array.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:07 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.13: +36 -62 lines
Diff to previous 1.13 (unified)

Conversion to ANSI style (not completed yet).

Revision 1.13 / (download) - annotate - [select for diffs], Wed Sep 5 09:01:27 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.12: +7 -4 lines
Diff to previous 1.12 (unified)

Unary - (minus) is newly introduced, which obsolates [b_op,-,0,a].
quote(-a) is converted into [u_op,-,[internal,a]].
In the parser, a new identifier I_MINUS is introduced.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 5 04:43:58 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.11: +94 -1 lines
Diff to previous 1.11 (unified)

Added a new function subst_quote(A,V,B)
A : quote, V : indeterminate (poly), B : any object

B is converted into a quote. Then ocurrences of V in A are replaced by B.
Other specs are the same as those for subst().

Revision 1.11 / (download) - annotate - [select for diffs], Tue Sep 4 03:12:20 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.10: +16 -1 lines
Diff to previous 1.10 (unified)

Added set_print_function("fname").

set_print_function("fname") : fname(P) is called after a toplevel evaluation.
set_print_function() : resets the printing function.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Sep 4 02:45:32 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.9: +6 -2 lines
Diff to previous 1.9 (unified)

eval_variables_in_quote(Q) now converts internal objects into quote form.

example:

[] X = (sin(x)+y)^2/cos((x+y)^2);
[] Y = quote(X);
[variable,X]
[] A=eval_variables_in_quote(Y);
...
[] eval_quote(A);
...

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 3 08:52:38 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.8: +96 -1 lines
Diff to previous 1.8 (unified)

Added a function eval_variables_in_quote(F) (not yet completed).

Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 31 09:17:12 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.7: +40 -9 lines
Diff to previous 1.7 (unified)

Now implementing send/receive functions for tree.
At present the receive routine returns the raw list.
fnodetotree has been modified so that
quotetolist(<<a,b,c,...>>) returns
[function,exponent_vector,[internal,a],...].
 ^^^^^^^^ added

Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 22 04:20:45 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.6: +103 -72 lines
Diff to previous 1.6 (unified)

quotetolist() has been rewritten according to the new spec:

!, @!, ()

[u_op,!,arg], [u_op,@!,arg], [u_op,(),arg]

	u_op means unary operator.

+,-,*,/,%,==,&&,>,<,>= <=,!=,@>,@<,@>=,@<=,@!=

[b_op,op,arg0,arg1,...]

	b_op means binary opeartor. op = name of the operator.

?:

[t_op,?:,a0,a1,a2]

	t_op means ternary operator. a0?a1:a2.

list

[list,a0,a1,a2,...]

exponent vector

[exponent_vector,a0,a1,...]

function call

[function name, a0, a1, ,,,]

internal expression (integer, variable, string)

[internal,a0]

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 22 00:54:29 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.5: +10 -7 lines
Diff to previous 1.5 (unified)

quotetolist([a,b,c]) -> ["[]",[a,b,c]]
a side effect : quotetolist(f(a,b,c)) -> ["f",["[]",[a,b,c]]]

Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 21 01:39:38 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.4: +8 -1 lines
Diff to previous 1.4 (unified)

Parentheses are now evalauated in eval(). That is, Parentheses remains
in a quoted expression.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 6 01:48:32 2001 UTC (22 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.3: +150 -1 lines
Diff to previous 1.3 (unified)

1. quotetolist(A) converts A (quoted expression) into a list.
2. ctrl("print_quote",1) => contents of quoted expressions are displayed.
3. CMO_TREE implementation (under construnction)

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:03:59 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

Sorry, the email address in the license agreement was incorrect.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:21 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1 lines
Diff to previous 1.1 (unified)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:07 1999 UTC (24 years, 5 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, RELEASE_1_1_2, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:07 1999 UTC (24 years, 5 months ago) by noro
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>