Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-11-21 | Change eval.c to use scm_c_vm_run instead of scm_call_with_vm. | Andy Wingo | 1 | -2/+2 |
2012-02-02 | Improve the usage of variable names in C docstrings. | Bake Timmons | 1 | -4/+4 |
2011-08-12 | fix take-right and drop-right for improper lists | Andy Wingo | 1 | -39/+0 |
2011-05-05 | map and for-each in scheme | Andy Wingo | 1 | -229/+0 |
2011-05-05 | srfi-1 `member' in scheme, inlines to memq / memv in some cases | Andy Wingo | 1 | -37/+0 |
2011-02-09 | fix typos in the manual bits generated from source comments. | Ralf Wildenhues | 1 | -2/+2 |
2011-02-02 | Fix typo. | Ludovic Courtès | 1 | -3/+3 |
2010-10-08 | SRFI-1: Rewrite `split-at' and `split-at!' in Scheme. | Ludovic Courtès | 1 | -51/+0 |
2010-10-08 | SRFI-1: Rewrite `filter-map' in Scheme. | Ludovic Courtès | 1 | -109/+0 |
2010-09-20 | SRFI-1: Rewrite `alist-copy' in Scheme. | Ludovic Courtès | 1 | -35/+0 |
2010-09-20 | Remove the SRFI-1 C proxies. | Ludovic Courtès | 1 | -197/+0 |
2010-09-12 | move srfi-1 and srfi-60 C impl to libguile, without public C api | Andy Wingo | 1 | -0/+1619 |