[Cmake-commits] CMake branch, next, updated. v2.8.11-2095-g8f592a8

Brad King brad.king at kitware.com
Tue May 21 14:50:00 EDT 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 "CMake".

The branch, next has been updated
       via  8f592a836e6652f3d94dfad5bd02c7a913ee9c38 (commit)
       via  a65c9a44459b8a406d268f6ada0755447a647516 (commit)
      from  fc478283867d12697cfc2348eb161990ca7021ac (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=8f592a836e6652f3d94dfad5bd02c7a913ee9c38
commit 8f592a836e6652f3d94dfad5bd02c7a913ee9c38
Merge: fc47828 a65c9a4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 21 14:49:57 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 21 14:49:57 2013 -0400

    Merge topic 'string-MAKE_C_IDENTIFIER-subcommand' into next
    
    a65c9a4 string: Fix typos in MAKE_C_IDENTIFIER documentation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a65c9a44459b8a406d268f6ada0755447a647516
commit a65c9a44459b8a406d268f6ada0755447a647516
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 21 14:48:21 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue May 21 14:48:21 2013 -0400

    string: Fix typos in MAKE_C_IDENTIFIER documentation

diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h
index 8968cbc..f584cfd 100644
--- a/Source/cmStringCommand.h
+++ b/Source/cmStringCommand.h
@@ -178,8 +178,8 @@ public:
       "If no explicit <format string> is given it will default to:\n"
       "   %Y-%m-%dT%H:%M:%S    for local time.\n"
       "   %Y-%m-%dT%H:%M:%SZ   for UTC.\n"
-      "MAKE_C_IDENTIFIER will write a string which can be used as an\n"
-      "identifier in C";
+      "MAKE_C_IDENTIFIER will write a string which can be used as an "
+      "identifier in C.";
     }
 
   cmTypeMacro(cmStringCommand, cmCommand);

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

Summary of changes:
 Source/cmStringCommand.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list