Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: DEB_REL_1_2_3-9


Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 5 07:38:08 2005 UTC (18 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.11: +7 -2 lines
Diff to previous 1.11 (colored)

Added quote_match_rewrite(F,Pattern,[Cond,],Action).

Example: quote_match_rewrite(`x-2*3,`X-Z*Y,`is_number(Z),`f(X,Y,Z))

In this example, is_number(Z) is evaluated and if it is non-zero,
f(X,Y,Z) is evaluated. If F does not match Pattern, a VOID type object
is returned. Action may be any expression.

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>