Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (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.11: +86 -86 lines
Diff to previous 1.11 (unified) to selected 1.10 (unified)

Changed a tab to two space charaters.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 16 10:08:20 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.10: +4 -1 lines
Diff to previous 1.10 (unified)

newbytearray(FileName) returns the content of FileName as a BYTEARRAY.

Revision 1.10 / (download) - annotate - [selected], Wed Aug 25 05:43:35 2004 UTC (19 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3, KNOPPIX_2006
Changes since 1.9: +41 -2 lines
Diff to previous 1.9 (unified)

Add two functions: cadr() and cddr().

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 29 15:06:28 2004 UTC (19 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.8: +23 -2 lines
Diff to previous 1.8 (unified) to selected 1.10 (unified)

Generates associated lists.
Length of result is equal to one of first argument.
Example:
([a,b,c],[1,2,3]) => [[a,1],[b,2],[c,3]]
([a,b,c,d],[1,2]) => [[a,1],[b,2],[c,2],[d,2]]
([a,b],[1,2,3,4]) => [[a,1],[b,2]]
([ ],[1,2,3,4,5]) => []
([a,b,c,d,e],[ ]) => [[a],[b],[c],[d],[e]]

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 22 13:40:44 2004 UTC (19 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.7: +8 -16 lines
Diff to previous 1.7 (unified) to selected 1.10 (unified)

Add a builtin function list().
Example:
list(1,2,3) => [1,2,3]

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 29 01:50:56 2003 UTC (20 years, 9 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.6: +24 -1 lines
Diff to previous 1.6 (unified) to selected 1.10 (unified)

length() was rewritten.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 20 17:44:51 2003 UTC (21 years, 4 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.5: +58 -23 lines
Diff to previous 1.5 (unified) to selected 1.10 (unified)

add new functions.
Destructive concatenation function "nconc".
Destructive cdr replcacement function "replcd".
Destructive cdr replcacement function "replca".

remove funciton concat.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 16 16:20:12 2003 UTC (21 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (unified) to selected 1.10 (unified)

typo.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 16 04:44:19 2003 UTC (21 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.3: +22 -1 lines
Diff to previous 1.3 (unified) to selected 1.10 (unified)

add new function "concat".(Tak requierd)

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

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

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:20 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1 lines
Diff to previous 1.1 (unified) to selected 1.10 (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) to selected 1.10 (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
Diff to selected 1.10 (unified)

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>