summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-scm-to-latin1-string.c
AgeCommit message (Collapse)AuthorFilesLines
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
Update to newest recommended license notices from the FSF. Everything stays LGPLv3+ except guile-readline which is GPLv3+.
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+2
As the FSF advises, 'There is no legal significance to using the three-character sequence “(C)”, but it does no harm.' It does take up space though! For that reason, we remove it here from our C files.
2018-06-20Fix missing includes in tests.Andy Wingo1-2/+4
* test-suite/standalone/test-scm-c-read.c: * test-suite/standalone/test-scm-to-latin1-string.c: Add <string.h>.
2011-09-10fix scm_to_latin1_stringn for substringsAndy Wingo1-0/+78
* libguile/strings.c (scm_to_latin1_stringn): Fix for substrings. * test-suite/standalone/Makefile.am: * test-suite/standalone/test-scm-to-latin1-string.c: Add test case. Thanks to David Hansen for the bug report and test case, and Stefan Israelsson Tampe for the fix.