Powered by Apache

CVS log for OpenXM/src/util/Makefile.in

[BACK] Up to [local] / OpenXM / src / util

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: RELEASE_1_3_1_13b


Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 25 07:08:25 2014 UTC (10 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.10: +5 -2 lines
Diff to previous 1.10 (colored)

oxlistlocalf asirProgram
outputs a list of the functions defined in the asirProgram.
For example, when the asirProgram is as
  def foo(X) {return(X);}
  def afo(X,Y) { return(X+Y);}
the oxlistlocalf outputs
localf foo$
localf afo$

I hope that it is useful to modulize asir programs.

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>