[Cmake-commits] CMake branch, next, updated. v3.3.0-1570-g107011a

Brad King brad.king at kitware.com
Thu Jul 30 13:35:15 EDT 2015


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 "CMake".

The branch, next has been updated
       via  107011a18580b70dffa1b643b93ecd6715303da9 (commit)
       via  fe2e503ea4abe83ce091bfa2c8cf4d977fba388a (commit)
      from  e05d78a040d22d1d918c8704824e800ac9c0cfe1 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=107011a18580b70dffa1b643b93ecd6715303da9
commit 107011a18580b70dffa1b643b93ecd6715303da9
Merge: e05d78a fe2e503
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jul 30 13:35:14 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 30 13:35:14 2015 -0400

    Merge topic 'doc-string-FIND-failure-case' into next
    
    fe2e503e Help: Document string(FIND) return value when no match is found


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fe2e503ea4abe83ce091bfa2c8cf4d977fba388a
commit fe2e503ea4abe83ce091bfa2c8cf4d977fba388a
Author:     James Johnston <JamesJ at motionview3d.com>
AuthorDate: Thu Jul 30 15:54:21 2015 +0000
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jul 30 13:24:44 2015 -0400

    Help: Document string(FIND) return value when no match is found

diff --git a/Help/command/string.rst b/Help/command/string.rst
index bc4399c..20f8094 100644
--- a/Help/command/string.rst
+++ b/Help/command/string.rst
@@ -96,7 +96,7 @@ random number generator.
 ``FIND`` will return the position where the given substring was found in
 the supplied string.  If the ``REVERSE`` flag was used, the command will
 search for the position of the last occurrence of the specified
-substring.
+substring.  If the substring is not found, a position of -1 is returned.
 
 The following characters have special meaning in regular expressions:
 

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

Summary of changes:
 Help/command/string.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list