Kevin Ryde
|
0b5adedd31
|
(alist-cons): Define just as acons, not a call to acons.
|
2005-04-02 00:02:45 +00:00 |
|
Kevin Ryde
|
9b60e16f70
|
*** empty log message ***
|
2005-04-01 23:59:01 +00:00 |
|
Kevin Ryde
|
62a8750001
|
(lset-union): Rewrite to accumulate result by consing in
the order specified by the SRFI.
|
2005-04-01 23:47:42 +00:00 |
|
Kevin Ryde
|
6507b83189
|
(scm_srfi1_filter_map): Have 2-arg case share finalization
code of 1-arg case.
|
2005-04-01 23:45:41 +00:00 |
|
Kevin Ryde
|
5fc743b48d
|
(scm_srfi1_count): Use scm_list_copy to make arg list,
instead of an inline loop. Share final list check between all cases
to save some code.
|
2005-04-01 23:43:49 +00:00 |
|
Marius Vollmer
|
87bdbdbc8b
|
*** empty log message ***
|
2005-03-29 18:05:38 +00:00 |
|
Marius Vollmer
|
ba48957bd5
|
Replaced SCM_INUMP with SCM_I_INUMP and SCM_INUM with SCM_I_INUM
throughout.
|
2005-03-29 18:04:38 +00:00 |
|
Marius Vollmer
|
22ed4dd806
|
*** empty log message ***
|
2005-03-26 01:40:46 +00:00 |
|
Marius Vollmer
|
225c21dd7e
|
(srfiinclude_HEADERS): Added srfi-60.h.
|
2005-03-26 01:40:33 +00:00 |
|
Kevin Ryde
|
4bc6f1c693
|
*** empty log message ***
|
2005-03-17 23:16:53 +00:00 |
|
Kevin Ryde
|
c16359466b
|
(filter-map): Rewrite in C.
|
2005-03-17 23:15:19 +00:00 |
|
Kevin Ryde
|
bb560b9c16
|
(split-at, split-at!): Rewrite in C.
|
2005-03-15 21:58:46 +00:00 |
|
Kevin Ryde
|
d2f57ee014
|
(split-at, split-at!): Rewrite in C.
|
2005-03-15 21:49:25 +00:00 |
|
Kevin Ryde
|
74b2357378
|
*** empty log message ***
|
2005-03-15 21:48:03 +00:00 |
|
Kevin Ryde
|
44981fcb77
|
*** empty log message ***
|
2005-03-15 21:18:02 +00:00 |
|
Kevin Ryde
|
2b077051db
|
(drop-right, partition!, remove!, take-right): Rewrite in C.
remove! derived from core filter!.
|
2005-03-15 21:15:24 +00:00 |
|
Kevin Ryde
|
d68c4ebb3a
|
*** empty log message ***
|
2005-03-13 23:06:15 +00:00 |
|
Kevin Ryde
|
5df2ac97e9
|
(find, find-tail): Rewrite in C.
|
2005-03-13 22:49:28 +00:00 |
|
Kevin Ryde
|
6851314445
|
New file.
|
2005-03-13 22:43:07 +00:00 |
|
Kevin Ryde
|
85542c385d
|
*** empty log message ***
|
2005-03-13 00:41:20 +00:00 |
|
Kevin Ryde
|
6e09703fa0
|
(lset-union): Call `=' procedure with args in the order specified by the SRFI.
|
2005-03-13 00:40:55 +00:00 |
|
Kevin Ryde
|
ba78f311d5
|
*** empty log message ***
|
2005-03-13 00:39:42 +00:00 |
|
Kevin Ryde
|
9d3ea5718f
|
* srfi-60.scm, srfi-60.c, srfi-60.h: New files.
* Makefile.am: Add them.
|
2005-03-13 00:31:32 +00:00 |
|
Kevin Ryde
|
8884a0844f
|
New file.
|
2005-03-13 00:29:04 +00:00 |
|
Marius Vollmer
|
a81b861870
|
*** empty log message ***
|
2005-03-02 20:56:45 +00:00 |
|
Marius Vollmer
|
896df2d58b
|
Use scm_is_pair instead of SCM_CONSP; use scm_is_null instead of
SCM_NULLP.
|
2005-03-02 20:50:48 +00:00 |
|
Kevin Ryde
|
b5199d5dd9
|
*** empty log message ***
|
2005-02-17 20:51:00 +00:00 |
|
Kevin Ryde
|
6282d93dba
|
(lset-adjoin): Revert change using list' not acc', the
spec is not quite clear, but reference code uses acc, so do that.
|
2005-02-17 20:35:11 +00:00 |
|
Rob Browning
|
f7fb2f39a4
|
*** empty log message ***
|
2005-02-12 06:15:51 +00:00 |
|
Kevin Ryde
|
3087a9816f
|
*** empty log message ***
|
2005-02-11 21:42:29 +00:00 |
|
Kevin Ryde
|
b064377679
|
(reduce, reduce-right): Don't call f with ridentity, use
it only if lst is empty, per srfi and intended optimization reduce
represents over fold.
|
2005-02-11 21:37:08 +00:00 |
|
Kevin Ryde
|
cbec54af5d
|
*** empty log message ***
|
2005-02-03 23:24:16 +00:00 |
|
Kevin Ryde
|
1bc8745f9b
|
(list=): Correction to arguments passed to given elt=,
spec is (elt= e[i] e[i+1]) for lists i and i+1, previously the first
arg was always from list 0 not list i.
|
2005-02-03 23:18:59 +00:00 |
|
Kevin Ryde
|
83743da077
|
*** empty log message ***
|
2005-01-28 21:54:15 +00:00 |
|
Kevin Ryde
|
59747b8d2d
|
(remove): Rewrite in C, a trivial adaption from scm_filter in the core.
|
2005-01-28 21:53:47 +00:00 |
|
Kevin Ryde
|
a8109cc0ae
|
(remove): Rewrite in C, a trivial adaption from scm_filter in the core.
(remove!): Use filter!.
|
2005-01-28 21:51:15 +00:00 |
|
Kevin Ryde
|
38c3534cc9
|
*** empty log message ***
|
2005-01-28 21:34:20 +00:00 |
|
Kevin Ryde
|
a33931ae8d
|
(lset-adjoin): Actually use the given `=' procedure.
Test membership only on the given `list', not `acc', as per the spec.
|
2005-01-28 21:30:47 +00:00 |
|
Kevin Ryde
|
feb22e8f80
|
*** empty log message ***
|
2005-01-27 23:13:43 +00:00 |
|
Kevin Ryde
|
600af2edd5
|
(lset=): Correction to pred call arg order, srfi spec is
(= e[i] e[i+1]), but had some calls the other way around.
|
2005-01-27 23:11:36 +00:00 |
|
Kevin Ryde
|
d27d4bf7a7
|
*** empty log message ***
|
2005-01-23 21:28:45 +00:00 |
|
Kevin Ryde
|
4e3cc389f0
|
(scm_srfi1_member): Update docstring from manual.
|
2005-01-23 21:27:51 +00:00 |
|
Kevin Ryde
|
2f0a4e3072
|
*** empty log message ***
|
2005-01-23 21:02:42 +00:00 |
|
Kevin Ryde
|
2796304a40
|
(scm_srfi1_member): Correction to pred call arg order, srfi
spec is (PRED X elem).
|
2005-01-23 21:02:13 +00:00 |
|
Kevin Ryde
|
8e15d7f577
|
Add a copyright year.
|
2005-01-23 20:47:36 +00:00 |
|
Kevin Ryde
|
9d494a7371
|
(lset=): Allow no list arguments, per srfi spec example.
|
2005-01-23 20:47:12 +00:00 |
|
Kevin Ryde
|
0f0bf3b2dd
|
*** empty log message ***
|
2005-01-17 22:32:52 +00:00 |
|
Kevin Ryde
|
191be0a639
|
Remove (ice-9 session) and (ice-9 receive), not used.
|
2005-01-17 22:26:07 +00:00 |
|
Kevin Ryde
|
89efd60ca1
|
*** empty log message ***
|
2005-01-11 23:55:37 +00:00 |
|
Kevin Ryde
|
b9f69396c7
|
(current-input-port, current-output-port): Parameter
replacements for core functions, per SRFI spec.
(current-error-port): The same, for consistency.
|
2005-01-11 23:47:44 +00:00 |
|