fix string-filter and string-delete argument order
authorAndy Wingo <wingo@pobox.com>
Fri, 19 Nov 2010 16:08:36 +0000 (17:08 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 19 Nov 2010 16:08:36 +0000 (17:08 +0100)
commit9fe717e23c50680b77860dcb3e30b00184caba4f
tree4b14802460ae0239e66efe3d8dfe7ad1b0b0d2ab
parent402c35ac8115a48ee1fe300eb87b3ed43518be94
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.
doc/ref/api-data.texi
libguile/srfi-13.c
libguile/srfi-13.h