Kevin Ryde
|
d46410989e
(scm_append_x): Use iterative style, to avoid non-tail recursion.
|
21 年之前 |
Han-Wen Nienhuys
|
bfefbf18db
* eval.c (s_scm_copy_tree): idem.
|
21 年之前 |
Marius Vollmer
|
71a896390e
Changed docstrings so that they no longer talk about returning
|
21 年之前 |
Neil Jerram
|
1e55d28813
* list.c (scm_list_n): Add #if SCM_DEBUG_CELL_ACCESSES_P around
|
21 年之前 |
Han-Wen Nienhuys
|
eb741d98e2
(scm_list_n): check validate non-immediate arguments;
|
21 年之前 |
Kevin Ryde
|
4c13270f34
(scm_append): Track argument number and use in error.
|
21 年之前 |
Kevin Ryde
|
de90ef0faa
* deprecation.c (scm_c_issue_deprecation_warning_fmt): Add va_end.
|
21 年之前 |
Dirk Herrmann
|
1685446c0d
* srfi/srfi-1.c (srfi1_ilength), libguile/list.c (scm_ilength,
|
22 年之前 |
Dirk Herrmann
|
9ff1720f85
* list.c (scm_cons_star), ramap.c (scm_ra_sum, scm_ra_product,
|
22 年之前 |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 年之前 |
Mikael Djurfeldt
|
c614a00b8c
* srfi-1.scm (filter, filter!): Removed. (Now implemented in the core.)
|
22 年之前 |
Han-Wen Nienhuys
|
34d19ef643
2002-07-20 Han-Wen <hanwen@cs.uu.nl>
|
22 年之前 |
Thien-Thi Nguyen
|
a6b844c224
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 年之前 |
Dirk Herrmann
|
228a24ef30
Changes in doc/ref:
|
23 年之前 |
Neil Jerram
|
c96d76b88d
* First batch of libguile changes for Elisp support.
|
23 年之前 |
Marius Vollmer
|
16d4699b6b
Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and
|
23 年之前 |
Neil Jerram
|
8f85c0c6c3
* Adding C function declarations from the SCM interface to the
|
23 年之前 |
Dirk Herrmann
|
dee01b012c
* Removed deprecated stuff.
|
23 年之前 |
Thien-Thi Nguyen
|
a06e3a75b2
Remove "face-lift" comment.
|
23 年之前 |
Dirk Herrmann
|
592996c9ee
* Fixed some signedness issues.
|
23 年之前 |
Keisuke Nishida
|
1afff62054
* list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,
|
23 年之前 |
Michael Livshin
|
c014a02eec
revert the ill-considered part of the 2001-05-24 changes
|
24 年之前 |
Michael Livshin
|
1be6b49ccb
* validate.h
|
24 年之前 |
Neil Jerram
|
7a095584a9
* eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x),
|
24 年之前 |
Martin Grabmüller
|
1e6808ea20
Correct, update, improve and clean up a lot of docstrings in order to make
|
24 年之前 |
Neil Jerram
|
a17bb5fdc2
* Fix docstring typos.
|
24 年之前 |
Martin Grabmüller
|
5352393c55
* list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),
|
24 年之前 |
Keisuke Nishida
|
e39c3de479
* list.c (s_scm_reverse_x): Use SCM_VALIDATE_LIST.
|
24 年之前 |
Keisuke Nishida
|
783e777478
Remove #include <stdio.h>. Add #include <string.h>.
|
24 年之前 |
Keisuke Nishida
|
5d6bb34916
* list.c (scm_list_copy): Validate the first argument.
|
24 年之前 |