1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 11:40:20 +02:00
guile/module
Andy Wingo e7a81c7acd fix take-right and drop-right for improper lists
* libguile/srfi-1.h:
* libguile/srfi-1.c (scm_srfi1_drop_right, scm_srfi1_take_right): Remove
  these internal functions, replacing with Scheme implementations.

* module/srfi/srfi-1.scm (take-right, drop-right): Add these impls from
  the reference code.  They do the right thing for improper lists,
  according to the spec, but they diverge for circular lists.  Oh well.

* test-suite/tests/srfi-1.test ("drop-right", "take-right"): Add more
  tests.
2011-08-12 23:26:15 +02:00
..
ice-9 fix generation of auto-compiled file names on mingw systems 2011-06-30 16:07:17 +02:00
language fix tree-il->scheme test 2011-08-04 19:23:49 +02:00
oop goops.scm cleanups 2011-07-07 12:17:08 +02:00
rnrs Fix hygiene issues with `define-record-type' 2011-06-19 21:41:39 +02:00
scripts Change guild --help' and --version' output to be more GNUish. 2011-07-23 22:43:38 +02:00
srfi fix take-right and drop-right for improper lists 2011-08-12 23:26:15 +02:00
sxml sxml->xml fix 2010-12-02 22:24:26 +01:00
system more precision for ,time 2011-07-07 09:57:19 +02:00
texinfo fix stexi->html double translation 2011-03-26 13:33:40 +01:00
web (web http): locale-independent parsing and serialization of dates 2011-08-04 15:07:27 +02:00
Makefile.am add (scripts help) 2011-07-23 18:24:16 +02:00
rnrs.scm Enhance transcoder-related functionality of `(rnrs io ports)' 2011-03-13 23:14:43 +01:00
statprof.scm add gcprof 2011-05-05 11:43:12 +02:00
texinfo.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00