Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/oh_base.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 19 15:36:20 2015 UTC (9 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Fixed.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 19 14:47:19 2015 UTC (9 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.10: +31 -1 lines
Diff to previous 1.10 (colored)

Add module functions: uniq, callS.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 12 19:33:13 2014 UTC (9 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

Fixed for recent module specification.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jul 31 00:33:09 2013 UTC (10 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

Replaced C++-style comments by C-style comments.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 29 15:11:18 2013 UTC (10 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Fixed a bug in oh_base.range().

Revision 1.7 / (download) - annotate - [select for diffs], Mon Sep 12 09:35:03 2011 UTC (12 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

fixed a bug.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Sep 8 01:48:49 2011 UTC (12 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.5: +40 -4 lines
Diff to previous 1.5 (colored)

Add some functions to oh_base.rr.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 4 04:52:28 2011 UTC (13 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.4: +52 -1 lines
Diff to previous 1.4 (colored)

Add functions for manipulating associated lists.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 30 00:11:31 2010 UTC (13 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.3: +13 -2 lines
Diff to previous 1.3 (colored)

Add a function oh_base.remove_nth.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 1 15:30:54 2008 UTC (15 years, 9 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12
Changes since 1.2: +25 -21 lines
Diff to previous 1.2 (colored)

Now oh_base.iterate accepts vector.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 1 06:46:29 2008 UTC (15 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.1: +20 -6 lines
Diff to previous 1.1 (colored)

Some functions supports options.
Example:
[1] oh_base.max([-2,0,3,-4,1]);
3
[2] def cmp(A,B) { return (A^2>B^2);}
[3] oh_base.max([-2,0,3,-4,1]|comp=cmp);
-4

Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 27 16:37:33 2008 UTC (15 years, 9 months ago) by ohara
Branch: MAIN

A small library for list operation.

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>