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


Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 24 14:32:48 2021 UTC (3 years, 1 month ago) by fujimoto
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Modified for cross build.
If TARGET_TYPE is set, run 'configure' with --host=$TARGET_TYPE.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Oct 3 08:24:14 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

No warning on debian.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 10 01:32:50 2017 UTC (7 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.12: +7 -3 lines
Diff to previous 1.12 (colored)

oxlistusage  asir-source.rr
extracts short usages embedded in the asir source as
def foo(X)
"This function does something ... for given X...."
{
}

Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 31 05:27:33 2016 UTC (8 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.11: +7 -3 lines
Diff to previous 1.11 (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.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.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 6 00:28:09 2013 UTC (10 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Bug fix: clean removes .configure_done.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Feb 24 10:21:52 2009 UTC (15 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Installing .feprc

Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 22 15:20:17 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Changes since 1.7: +28 -12 lines
Diff to previous 1.7 (colored)

The {all,install}-util targets are separated to *-util-bin and *-util-lib.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 22 08:16:43 2009 UTC (15 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.6: +7 -4 lines
Diff to previous 1.6 (colored)

Preliminary version of oxhtmlhelp, which shows help files.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 13 11:51:25 2006 UTC (17 years, 6 months ago) by ohara
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

md5.sh is a wrapper script of FreeBSD md5 or GNU md5sum.
Now oxfetch.sh uses md5.sh.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 4 07:48:12 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.4: +8 -5 lines
Diff to previous 1.4 (colored)

oxgreph generates a html file from the output of grep.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 4 12:38:32 2005 UTC (19 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.3: +8 -5 lines
Diff to previous 1.3 (colored)

Added new options
  --title, --author
begin: key|
  input passed to texinfo
end:
key is used to sort items.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 14 17:39:20 2004 UTC (19 years, 4 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.2: +22 -22 lines
Diff to previous 1.2 (colored)

Macro names replaced.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 23 22:49:17 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Changing to use --prefix ( a work in progress ).

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 14 09:07:32 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN

Some changes to build on MacOS X (ranlib and ar problems).

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>