Jan Nieuwenhuizen
|
dda7a7cd62
|
mes: Add string-rindex.
* module/srfi/srfi-13.mes (string-rindex): New function.
|
2017-05-19 00:41:01 +02:00 |
|
Jan Nieuwenhuizen
|
20b3c349bf
|
mes: Support predicate with string-index.
* module/srfi/srfi-13.mes (string-index): Support predicate.
|
2017-05-19 00:51:23 +02:00 |
|
Jan Nieuwenhuizen
|
c84f95beee
|
mes: Basic support for string-index.
* module/srfi/srfi-13.mes (string-index): New function.
* tests/srfi-13.test ("string-index"): Test it.
|
2017-05-06 23:00:27 +02:00 |
|
Jan Nieuwenhuizen
|
5fae0f7bff
|
scm: Add string-delete.
* module/srfi/srfi-13.mes (string-delete): New function.
|
2017-01-17 18:48:28 +01:00 |
|
Jan Nieuwenhuizen
|
a0baa98196
|
Add string-take, string-drop.
* module/srfi/srfi-13.mes (string-take, string-drop): New functions.
|
2017-01-04 21:45:24 +01:00 |
|
Jan Nieuwenhuizen
|
51cd4885fc
|
Add string-copy, string=, string=?, char<?, char>?, char<=?, char>=?.
* module/srfi/srfi-13.mes: New file.
* module/mes/scm.mes (char<?, char>?, char<=?, char>=?): New function.
* module/srfi/srfi-13.mes: New file.
* tests/srfi-13.test: New file.
* string.c (string_to_symbol): Handle "".
|
2016-12-11 21:26:27 +01:00 |
|