Chris Hanson [Sat, 4 Mar 2017 08:33:42 +0000 (00:33 -0800)]
Add hacks to make URLs more like web pages.
Chris Hanson [Sat, 4 Mar 2017 08:33:25 +0000 (00:33 -0800)]
Export string-hash-ci.
Chris Hanson [Sat, 4 Mar 2017 08:32:57 +0000 (00:32 -0800)]
Redefine the string-find-X procedures to take substring indices.
Chris Hanson [Sat, 4 Mar 2017 08:32:32 +0000 (00:32 -0800)]
Move substring? to be near its relatives.
Chris Hanson [Sat, 4 Mar 2017 08:31:51 +0000 (00:31 -0800)]
Fix bug: string-padder was adding the wrong number of clusters.
Chris Hanson [Sat, 4 Mar 2017 04:32:17 +0000 (20:32 -0800)]
Document string->vector and vector->string.
Chris Hanson [Sat, 4 Mar 2017 04:31:49 +0000 (20:31 -0800)]
Remove redundant description of {,sub}string->list.
Chris Hanson [Sat, 4 Mar 2017 04:31:31 +0000 (20:31 -0800)]
Document string-hash-ci.
Chris Hanson [Sat, 4 Mar 2017 04:30:13 +0000 (20:30 -0800)]
Change string-search-X interface back to its original design.
Chris Hanson [Fri, 3 Mar 2017 05:52:06 +0000 (21:52 -0800)]
Merge branch 'master' of git.sv.gnu.org:/srv/git/mit-scheme
Chris Hanson [Fri, 3 Mar 2017 05:51:32 +0000 (21:51 -0800)]
Use canonical caseless matching for symbols.
Matt Birkholz [Thu, 2 Mar 2017 22:47:09 +0000 (15:47 -0700)]
x11: Remove reference to deprecated char->string.
Matt Birkholz [Thu, 2 Mar 2017 22:46:40 +0000 (15:46 -0700)]
Fix char-set-predicate to accept non-characters.
Chris Hanson [Thu, 2 Mar 2017 07:46:38 +0000 (23:46 -0800)]
Another round of eliminations.
Chris Hanson [Thu, 2 Mar 2017 07:33:34 +0000 (23:33 -0800)]
Giant edit to remove most of the now-obsolete guarantee-FOO bindings.
Chris Hanson [Thu, 2 Mar 2017 05:12:50 +0000 (21:12 -0800)]
Change string-joiner and string-splitter to use keyword options.
Also enhance keyword-option-parser.
Chris Hanson [Wed, 1 Mar 2017 09:42:28 +0000 (01:42 -0800)]
Implement dumb Unicode string search, and eliminate old implementation.
It looks like the KMP string-search algorithm is better for Unicode than BM, so
that will need to be implemented soon-ish.
Chris Hanson [Wed, 1 Mar 2017 02:13:35 +0000 (18:13 -0800)]
Eliminate guarantee-substring.
Chris Hanson [Tue, 28 Feb 2017 07:14:32 +0000 (23:14 -0800)]
Implement string-padder; promote grapheme clusters.
* Rename count-grapheme-clusters to grapheme-cluster-length.
* Implement grapheme-cluster-slice.
* Update string-pad-X to use string-padder.
Chris Hanson [Tue, 28 Feb 2017 06:20:05 +0000 (22:20 -0800)]
Implement string-trim-X using string-trimmer.
Chris Hanson [Tue, 28 Feb 2017 06:14:22 +0000 (22:14 -0800)]
Change string-map to use string-builder.
Chris Hanson [Tue, 28 Feb 2017 06:13:51 +0000 (22:13 -0800)]
Implement string-trimmer; hack cold-load to get boot inits earlier.
Chris Hanson [Tue, 28 Feb 2017 06:13:19 +0000 (22:13 -0800)]
Implement keyword-option-parser.
Chris Hanson [Tue, 28 Feb 2017 05:10:06 +0000 (21:10 -0800)]
Fix implementations of string-prefix-ci? and string-suffix-ci?.
Chris Hanson [Mon, 27 Feb 2017 08:19:53 +0000 (00:19 -0800)]
Fix broken unit tests.
Chris Hanson [Mon, 27 Feb 2017 08:07:26 +0000 (00:07 -0800)]
Implement string-titlecase.
Chris Hanson [Mon, 27 Feb 2017 08:07:12 +0000 (00:07 -0800)]
Generate UCD tc table.
Chris Hanson [Mon, 27 Feb 2017 07:07:16 +0000 (23:07 -0800)]
Include and export cased table.
Chris Hanson [Mon, 27 Feb 2017 07:05:43 +0000 (23:05 -0800)]
Add UCD Cased table.
Chris Hanson [Mon, 27 Feb 2017 07:05:15 +0000 (23:05 -0800)]
Implement Unicode word-break algorithm.
Chris Hanson [Sat, 25 Feb 2017 19:24:10 +0000 (11:24 -0800)]
Add WB property table.
Chris Hanson [Sat, 25 Feb 2017 05:30:54 +0000 (21:30 -0800)]
Repaginate.
Chris Hanson [Sat, 25 Feb 2017 05:08:17 +0000 (21:08 -0800)]
Use new GCB values to compress and speed up find-grapheme-cluster-breaks.
Chris Hanson [Sat, 25 Feb 2017 05:07:22 +0000 (21:07 -0800)]
Implement support for "unmapped" enum types.
This maps them to index integers in the same order they appear in the enum.
Also change GCB to be unmapped.
Matt Birkholz [Sat, 25 Feb 2017 02:45:46 +0000 (19:45 -0700)]
tests/ffi/: Use bytevectors instead of strings.
Matt Birkholz [Fri, 24 Feb 2017 23:17:13 +0000 (16:17 -0700)]
runtime/ffi.scm: Missed guarantee-string -> guarantee bytevector?.
Matt Birkholz [Fri, 24 Feb 2017 23:04:36 +0000 (16:04 -0700)]
ffi: Remove references to deprecated bindings.
Matt Birkholz [Fri, 24 Feb 2017 20:38:46 +0000 (13:38 -0700)]
x11: Use bytevectors instead of strings.
Matt Birkholz [Fri, 24 Feb 2017 19:47:51 +0000 (12:47 -0700)]
mhash: Use bytevectors instead of strings.
Matt Birkholz [Fri, 24 Feb 2017 18:42:52 +0000 (11:42 -0700)]
md5: Use bytevectors instead of strings.
Matt Birkholz [Fri, 24 Feb 2017 17:45:57 +0000 (10:45 -0700)]
mcrypt: Use bytevectors instead of strings.
Matt Birkholz [Fri, 24 Feb 2017 16:34:42 +0000 (09:34 -0700)]
gdbm: Require bytevectors instead of strings.
Matt Birkholz [Fri, 24 Feb 2017 15:28:12 +0000 (08:28 -0700)]
blowfish: Use bytevectors instead of strings.
Matt Birkholz [Fri, 24 Feb 2017 20:37:11 +0000 (13:37 -0700)]
ffi: Require bytevectors instead of strings.
Matt Birkholz [Fri, 24 Feb 2017 20:23:34 +0000 (13:23 -0700)]
Fix type test in bytevector->hexadecimal.
Chris Hanson [Fri, 24 Feb 2017 07:57:01 +0000 (23:57 -0800)]
Implement count-grapheme-clusters.
Chris Hanson [Fri, 24 Feb 2017 07:56:36 +0000 (23:56 -0800)]
Implement support for UCD grapheme-cluster-break table.
Chris Hanson [Thu, 23 Feb 2017 06:10:36 +0000 (22:10 -0800)]
Eliminate reverse-string altogether. It's meaningless in Unicode.
Matt Birkholz [Wed, 22 Feb 2017 22:56:22 +0000 (15:56 -0700)]
Temporary definition of random-bytevector for 9.2 hosts.
Matt Birkholz [Wed, 22 Feb 2017 22:23:27 +0000 (15:23 -0700)]
Avoid duplicating lists of deprecated bindings, even temporarily.
Matt Birkholz [Wed, 22 Feb 2017 22:19:23 +0000 (15:19 -0700)]
ref-manual/strings.texi: Fix node linking; "@dots expected braces"
Chris Hanson [Wed, 22 Feb 2017 10:05:16 +0000 (02:05 -0800)]
Move reverse-string into ustring.
Chris Hanson [Wed, 22 Feb 2017 10:00:32 +0000 (02:00 -0800)]
Move string-match into ustring.
Chris Hanson [Wed, 22 Feb 2017 09:48:40 +0000 (01:48 -0800)]
Move string-compare into ustring and merge with order predicates.
Chris Hanson [Wed, 22 Feb 2017 09:25:22 +0000 (01:25 -0800)]
Add unicode support to string-replace.
Chris Hanson [Wed, 22 Feb 2017 09:20:41 +0000 (01:20 -0800)]
Eliminate camel-case procedures.
Chris Hanson [Wed, 22 Feb 2017 06:42:43 +0000 (22:42 -0800)]
Eliminate "capitalize" string operations, add dummy string-titlecase.
Chris Hanson [Wed, 22 Feb 2017 06:33:53 +0000 (22:33 -0800)]
Eliminate now-unused vector-8b->hexadecimal and hexadecimal->vector-8b.
Chris Hanson [Wed, 22 Feb 2017 06:31:27 +0000 (22:31 -0800)]
Fix thinko in previous change.
Chris Hanson [Wed, 22 Feb 2017 05:44:48 +0000 (21:44 -0800)]
Eliminate random-byte-vector outside of Edwin.
Chris Hanson [Wed, 22 Feb 2017 05:38:26 +0000 (21:38 -0800)]
Implement random-byte-vector in Edwin.
Chris Hanson [Wed, 22 Feb 2017 05:31:53 +0000 (21:31 -0800)]
Implement bytevector->hexadecimal and hexadecimal->bytevector.
Chris Hanson [Wed, 22 Feb 2017 05:22:51 +0000 (21:22 -0800)]
Implement random-bytevector.
Chris Hanson [Wed, 22 Feb 2017 05:18:53 +0000 (21:18 -0800)]
Eliminate set-string-length!.
Chris Hanson [Wed, 22 Feb 2017 05:14:33 +0000 (21:14 -0800)]
Eliminate string-maximum-length.
Chris Hanson [Wed, 22 Feb 2017 05:11:23 +0000 (21:11 -0800)]
Eliminate ancient krypt program.
Chris Hanson [Wed, 22 Feb 2017 05:03:16 +0000 (21:03 -0800)]
Eliminate use of legacy string.
Chris Hanson [Wed, 22 Feb 2017 04:35:53 +0000 (20:35 -0800)]
Eliminate use of legacy string.
Chris Hanson [Wed, 22 Feb 2017 02:09:13 +0000 (18:09 -0800)]
Must load string code during build.
Chris Hanson [Wed, 22 Feb 2017 01:52:06 +0000 (17:52 -0800)]
First round of changes to Strings chapter.
Chris Hanson [Wed, 22 Feb 2017 01:41:33 +0000 (17:41 -0800)]
Eliminate unused binding.
Chris Hanson [Tue, 21 Feb 2017 23:14:34 +0000 (15:14 -0800)]
Copy old string.scm into Edwin.
Chris Hanson [Tue, 21 Feb 2017 08:57:00 +0000 (00:57 -0800)]
Eliminate references to char-set-member?.
Chris Hanson [Tue, 21 Feb 2017 08:50:35 +0000 (00:50 -0800)]
Simplify.
Chris Hanson [Tue, 21 Feb 2017 08:48:59 +0000 (00:48 -0800)]
Eliminate references to flush-output.
Chris Hanson [Tue, 21 Feb 2017 08:42:13 +0000 (00:42 -0800)]
Eliminate references to symbol-name.
Chris Hanson [Tue, 21 Feb 2017 06:36:08 +0000 (22:36 -0800)]
Eliminate references to symbol-append.
Chris Hanson [Tue, 21 Feb 2017 06:27:10 +0000 (22:27 -0800)]
Eliminate string-allocate.
Chris Hanson [Tue, 21 Feb 2017 06:26:51 +0000 (22:26 -0800)]
Convert a string-allocate reference to make-bytevector.
Chris Hanson [Tue, 21 Feb 2017 06:26:36 +0000 (22:26 -0800)]
Convert a bunch of string-allocate references to make-string.
Chris Hanson [Tue, 21 Feb 2017 06:26:07 +0000 (22:26 -0800)]
Convert a bunch of string-allocate references to make-legacy-string.
Chris Hanson [Tue, 21 Feb 2017 06:24:54 +0000 (22:24 -0800)]
Fix dangling reference.
Chris Hanson [Tue, 21 Feb 2017 06:24:43 +0000 (22:24 -0800)]
Fix typo.
Chris Hanson [Tue, 21 Feb 2017 06:04:55 +0000 (22:04 -0800)]
Minimize inter-package deps around legacy strings.
Also optimize handling of ascii for symbol names.
Chris Hanson [Tue, 21 Feb 2017 05:07:33 +0000 (21:07 -0800)]
Change make-ustring to make-string.
Rename a bunch of make-string references to make-legacy-string.
Chris Hanson [Tue, 21 Feb 2017 03:40:04 +0000 (19:40 -0800)]
Implement bytevector-builder.
Chris Hanson [Tue, 21 Feb 2017 03:35:34 +0000 (19:35 -0800)]
Generalize string-builder to be useful for other sequences.
Chris Hanson [Mon, 20 Feb 2017 01:38:18 +0000 (17:38 -0800)]
Eliminate integration of make-string and make-vector-8b.
Chris Hanson [Mon, 20 Feb 2017 01:37:51 +0000 (17:37 -0800)]
Update to use new procedures.
Chris Hanson [Mon, 20 Feb 2017 01:37:32 +0000 (17:37 -0800)]
Fix case issue.
Chris Hanson [Mon, 20 Feb 2017 01:37:21 +0000 (17:37 -0800)]
Eliminate unused vector->string.
Chris Hanson [Mon, 20 Feb 2017 01:08:04 +0000 (17:08 -0800)]
Eliminate a bunch of references to make-ustring.
Chris Hanson [Sun, 19 Feb 2017 22:19:42 +0000 (14:19 -0800)]
Don't throw away string-builder's state when building.
Chris Hanson [Sun, 19 Feb 2017 22:08:43 +0000 (14:08 -0800)]
Implement 'empty? message for string builder.
Chris Hanson [Sun, 19 Feb 2017 21:13:31 +0000 (13:13 -0800)]
Use string-builder instead of custom accumulator.
Chris Hanson [Sun, 19 Feb 2017 21:03:34 +0000 (13:03 -0800)]
Implement string-builder.
This hides most of the details of building strings, and continues to work even
if we add immutable strings.
Chris Hanson [Sun, 19 Feb 2017 09:29:50 +0000 (01:29 -0800)]
Fix typo.
Chris Hanson [Sun, 19 Feb 2017 09:29:04 +0000 (01:29 -0800)]
Move char->string to ustring.
Chris Hanson [Sun, 19 Feb 2017 09:26:04 +0000 (01:26 -0800)]
Eliminate now-unused ascii-string-copy.
Chris Hanson [Sun, 19 Feb 2017 09:21:31 +0000 (01:21 -0800)]
Eliminate a bunch of operations that modify strings in place.
These generally save a little memory but are difficult to implement with Unicode
strings. It's not worth the trouble to keep them since the copying procedures
can be used instead.