jgart
9592516bfa
string-fun: Fix typo
2022-09-17 13:41:47 +02:00
Daniel Llorens
6cfee36543
New function string-replace-substring in (ice-9 string-fun)
...
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.
2020-01-06 09:44:01 +01:00
Neil Jerram
53befeb700
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/*
)
2009-06-17 00:22:09 +01:00
Andy Wingo
00d0489205
move ice-9/ and oop/ under module/
...
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.
2008-11-01 12:44:21 +01:00