[cmucl-commit] [git] CMU Common Lisp branch master updated. snapshot-2013-05-16-g8f5653c

Raymond Toy rtoy at common-lisp.net
Sun May 26 17:51:50 UTC 2013


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  8f5653cb8d14200905a7ef653bcaccd490e25404 (commit)
      from  b1d65255d021886369e544caa1864aac6eec64cc (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 8f5653cb8d14200905a7ef653bcaccd490e25404
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sun May 26 10:51:34 2013 -0700

    Update.

diff --git a/src/i18n/locale/cmucl-sparc-vm.pot b/src/i18n/locale/cmucl-sparc-vm.pot
index e8a69ef..271439e 100644
--- a/src/i18n/locale/cmucl-sparc-vm.pot
+++ b/src/i18n/locale/cmucl-sparc-vm.pot
@@ -782,12 +782,6 @@ msgstr ""
 msgid "Method ~S not defined for ~S"
 msgstr ""
 
-#: src/compiler/sparc/c-callback.lisp
-msgid ""
-"Cons up a piece of code which calls call-callback with INDEX and a\n"
-"pointer to the arguments."
-msgstr ""
-
 #: src/compiler/sparc/call.lisp
 msgid "more-arg-context"
 msgstr ""
diff --git a/src/i18n/locale/cmucl.pot b/src/i18n/locale/cmucl.pot
index 4b2964a..ff7b7cf 100644
--- a/src/i18n/locale/cmucl.pot
+++ b/src/i18n/locale/cmucl.pot
@@ -3867,25 +3867,11 @@ msgstr ""
 #: src/code/string.lisp
 msgid ""
 "Given a string, returns a new string that is a copy of it with all\n"
-"  lower case alphabetic characters converted to uppercase.  Casing is\n"
-"  :simple or :full for simple or full case conversion, respectively."
-msgstr ""
-
-#: src/code/string.lisp
-msgid ""
-"Given a string, returns a new string that is a copy of it with all\n"
 "  upper case alphabetic characters converted to lowercase."
 msgstr ""
 
 #: src/code/string.lisp
 msgid ""
-"Given a string, returns a new string that is a copy of it with all\n"
-"  upper case alphabetic characters converted to lowercase.  Casing is\n"
-"  :simple or :full for simple or full case conversion, respectively."
-msgstr ""
-
-#: src/code/string.lisp
-msgid ""
 "Given a string, returns a copy of the string with the first\n"
 "  character of each ``word'' converted to upper-case, and remaining\n"
 "  chars in the word converted to lower case. A ``word'' is defined\n"
@@ -3895,18 +3881,6 @@ msgstr ""
 
 #: src/code/string.lisp
 msgid ""
-"Given a string, returns a copy of the string with the first\n"
-"  character of each ``word'' converted to upper-case, and remaining\n"
-"  chars in the word converted to lower case. Casing is :simple or\n"
-"  :full for simple or full case conversion, respectively.  If\n"
-"  Unicode-Word-Break is non-Nil, then the Unicode word-breaking\n"
-"  algorithm is used to determine the word boundaries.  Otherwise, A\n"
-"  ``word'' is defined to be a string of case-modifiable characters\n"
-"  delimited by non-case-modifiable chars.  "
-msgstr ""
-
-#: src/code/string.lisp
-msgid ""
 "Given a string, returns that string with all lower case alphabetic\n"
 "  characters converted to uppercase."
 msgstr ""
@@ -14995,6 +14969,71 @@ msgstr ""
 msgid "~&Dumping ~D messages for domain ~S~%"
 msgstr ""
 
+#: src/code/unicode.lisp
+msgid ""
+"Given a string, returns a new string that is a copy of it with\n"
+"  all lower case alphabetic characters converted to uppercase using\n"
+"  full case conversion."
+msgstr ""
+
+#: src/code/unicode.lisp
+msgid ""
+"Given a string, returns a new string that is a copy of it with\n"
+"  all lower case alphabetic characters converted to uppercase.  Casing\n"
+"  is :simple or :full for simple or full case conversion,\n"
+"  respectively."
+msgstr ""
+
+#: src/code/unicode.lisp
+msgid ""
+"Given a string, returns a new string that is a copy of it with\n"
+"  all uppercase alphabetic characters converted to lowercase using\n"
+"  full case conversion.."
+msgstr ""
+
+#: src/code/unicode.lisp
+msgid ""
+"Given a string, returns a new string that is a copy of it with all\n"
+"  uppercase alphabetic characters converted to lowercase.  Casing is\n"
+"  :simple or :full for simple or full case conversion, respectively."
+msgstr ""
+
+#: src/code/unicode.lisp
+msgid ""
+"Given a string, S, and a starting index, return the index of the\n"
+"  next character that is not part of the word containing the character\n"
+"  at the index, or the length of S if the word containing the\n"
+"  character extends to the end of S.  If the index is negative or\n"
+"  valid index into S, the returned value will be strictly greater than\n"
+"  the index."
+msgstr ""
+
+#: src/code/unicode.lisp
+msgid ""
+"Capitalize String using the Unicode word-break algorithm to find\n"
+"  the words in String.  The beginning is capitalized depending on the\n"
+"  value of Casing"
+msgstr ""
+
+#: src/code/unicode.lisp
+msgid ""
+"Capitalize String using the Common Lisp word-break algorithm to find\n"
+"  the words in String.  The beginning is capitalized depending on the\n"
+"  value of Casing"
+msgstr ""
+
+#: src/code/unicode.lisp
+msgid ""
+"Given a string, returns a copy of the string with the first\n"
+"  character of each ``word'' converted to upper-case, and remaining\n"
+"  chars in the word converted to lower case. Casing is :simple, :full\n"
+"  or :title for simple, full or title case conversion, respectively.  If\n"
+"  Unicode-Word-Break is non-Nil, then the Unicode word-breaking\n"
+"  algorithm is used to determine the word boundaries.  Otherwise, A\n"
+"  ``word'' is defined to be a string of case-modifiable characters\n"
+"  delimited by non-case-modifiable chars.  "
+msgstr ""
+
 #: src/compiler/macros.lisp
 msgid ""
 "Policy Node Condition*\n"

-----------------------------------------------------------------------

Summary of changes:
 src/i18n/locale/cmucl-sparc-vm.pot |    6 ---
 src/i18n/locale/cmucl.pot          |   91 +++++++++++++++++++++++++-----------
 2 files changed, 65 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list