summaryrefslogtreecommitdiff
path: root/module/ice-9/string-fun.scm
AgeCommit message (Collapse)AuthorFilesLines
2022-09-17string-fun: Fix typojgart1-1/+1
2020-01-06New function string-replace-substring in (ice-9 string-fun)Daniel Llorens1-1/+36
By A. Wingo in https://lists.gnu.org/archive/html/guile-devel/2014-03/msg00058.html. * module/ice-9/string-fun.scm (string-replace-substring): As stated. * doc/ref/api-data.texi: Document the new function. * test-suite/tests/strings.test: Test.
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-1/+1
(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* )
2008-11-01move ice-9/ and oop/ under module/Andy Wingo1-0/+280
Moved ice-9/ and oop/ under module/, with the idea being that we have only scheme under module/. Adjusted configure.in and Makefile.am appropriately. Put oop/ at the end of the compilation order.