[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-923-gc24ed85
Brad King
brad.king at kitware.com
Mon Dec 1 08:34:00 EST 2014
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 c24ed856f76be6d3c6f41ec220da5a6325e02637 (commit)
via 191d2b209bbd875bc0885a8a413dc340ab5e01b4 (commit)
from c20f95c88000a5f99c1d3e84bc52d5f5de82cece (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=c24ed856f76be6d3c6f41ec220da5a6325e02637
commit c24ed856f76be6d3c6f41ec220da5a6325e02637
Merge: c20f95c 191d2b2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Dec 1 08:33:59 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Dec 1 08:33:59 2014 -0500
Merge topic 'doc-CMP0053-dedup-char' into next
191d2b20 Help: Remove duplicate '#' in CMP0053 valid character list
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=191d2b209bbd875bc0885a8a413dc340ab5e01b4
commit 191d2b209bbd875bc0885a8a413dc340ab5e01b4
Author: Christoph Grüninger <foss at grueninger.de>
AuthorDate: Sat Nov 29 19:30:05 2014 +0100
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Dec 1 08:32:51 2014 -0500
Help: Remove duplicate '#' in CMP0053 valid character list
diff --git a/Help/policy/CMP0053.rst b/Help/policy/CMP0053.rst
index fac430e..bb0ff8b 100644
--- a/Help/policy/CMP0053.rst
+++ b/Help/policy/CMP0053.rst
@@ -28,7 +28,7 @@ cleaned up to simplify the behavior. Specifically:
so improper variable reference syntax is always an error.
* More characters are allowed to be escaped in variable names.
- Previously, only ``()#" \#@^`` were valid characters to
+ Previously, only ``()#" \@^`` were valid characters to
escape. Now any non-alphanumeric, non-semicolon, non-NUL
character may be escaped following the ``escape_identity``
production in the :ref:`Escape Sequences` section of the
-----------------------------------------------------------------------
Summary of changes:
Help/policy/CMP0053.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list