| Commit message (Expand) | Author | Age | Files | Lines |
* | In string-split, add support for character sets and predicates....* libguile/srfi-13.c (string-split): Add support for splitting on
character sets and predicates, like string-index and others.
* test-suite/tests/strings.test (string-split): Add tests covering
the new argument types.
* doc/ref/api-data.texi (string-split): Update.
Signed-off-by: Mark H Weaver <mhw@netris.org>
| Daniel Hartwig | 2012-10-12 | 1 | -1/+1 |
* | fix string-filter and string-delete argument order...* libguile/srfi-13.h:
* libguile/srfi-13.c (scm_string_filter, scm_string_delete): Swap
char_pred and s argument order, to comply with SRFI-13. There is a
back-compat shim that will detect programs that used the old,
erroneous interface, while giving a warning.
* doc/ref/api-data.texi: Update docs.
| Andy Wingo | 2010-11-19 | 1 | -3/+3 |
* | Change Guile license to LGPLv3+...(Not quite finished, the following will be done tomorrow.
module/srfi/*.scm
module/rnrs/*.scm
module/scripts/*.scm
testsuite/*.scm
guile-readline/*
)
| Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 2008-05-31 | 1 | -3/+3 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | * srfi-13.c, srfi-13.h, srfi-14.c, srfi-14.h: New files....* strop.h, strop.c: Removed, they are now empty.
* Makefile.am: Updated for new and removed files.
| Marius Vollmer | 2004-08-24 | 1 | -0/+119 |