projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
909c028
)
Fix ChangeLog format.
author
Tim Shen
<timshen@gcc.gnu.org>
Sat, 6 Dec 2014 11:31:12 +0000
(11:31 +0000)
committer
Tim Shen
<timshen@gcc.gnu.org>
Sat, 6 Dec 2014 11:31:12 +0000
(11:31 +0000)
From-SVN: r218444
libstdc++-v3/ChangeLog
patch
|
blob
|
history
diff --git
a/libstdc++-v3/ChangeLog
b/libstdc++-v3/ChangeLog
index 450f1c8735155c17a62e46071e89693218a3b1b9..29b1a7c7a7d2af561fc53b2b428f1e32d08fe8e4 100644
(file)
--- a/
libstdc++-v3/ChangeLog
+++ b/
libstdc++-v3/ChangeLog
@@
-776,9
+776,9
@@
2014-10-23 Tim Shen <timshen@google.com>
PR libstdc++/63497
- include/bits/regex_executor.h (_Executor::_M_word_boundary): Remove
+
*
include/bits/regex_executor.h (_Executor::_M_word_boundary): Remove
unused parameter.
- include/bits/regex_executor.tcc (_Executor::_M_dfs,
+
*
include/bits/regex_executor.tcc (_Executor::_M_dfs,
_Executor::_M_word_boundary): Avoid dereferecing _M_current at _M_end
or other invalid position.