[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2012-01-30-ge7900f2
Raymond Toy
rtoy at common-lisp.net
Sat Feb 4 04:34:21 UTC 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, master has been updated
via e7900f281d4bf965697a7f76040b4f1b5c0b8908 (commit)
from ca2a2a438e42d18c8023fb98cdaa6998f52db3d5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e7900f281d4bf965697a7f76040b4f1b5c0b8908
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Fri Feb 3 20:34:12 2012 -0800
Update docstring for {{{STRING-CAPITALIZE}}} to mention
{{{:UNICODE-WORD-BREAK}}} keyword parameter that enables the Unicode
word-breaking algorithm to determine word boundaries.
diff --git a/src/code/string.lisp b/src/code/string.lisp
index bdf9d38..5a1a814 100644
--- a/src/code/string.lisp
+++ b/src/code/string.lisp
@@ -855,10 +855,12 @@
#+unicode
_N"Given a string, returns a copy of the string with the first
character of each ``word'' converted to upper-case, and remaining
- chars in the word converted to lower case. A ``word'' is defined
- to be a string of case-modifiable characters delimited by
- non-case-modifiable chars. Casing is :simple or :full for
- simple or full case conversion, respectively."
+ chars in the word converted to lower case. Casing is :simple or
+ :full for simple or full case conversion, respectively. If
+ Unicode-Word-Break is non-Nil, then the Unicode word-breaking
+ algorithm is used to determine the word boundaries. Otherwise, A
+ ``word'' is defined to be a string of case-modifiable characters
+ delimited by non-case-modifiable chars. "
(declare (fixnum start))
#-unicode
-----------------------------------------------------------------------
Summary of changes:
src/code/string.lisp | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list