]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.am: Adjust to new files.
authorTim Shen <timshen91@gmail.com>
Wed, 7 Aug 2013 16:27:36 +0000 (16:27 +0000)
committerTim Shen <timshen@gcc.gnu.org>
Wed, 7 Aug 2013 16:27:36 +0000 (16:27 +0000)
commit6cb784b639c3de7505674b56f542c8b714d7df8a
tree4f7d7817ecc1c16e1953e9d0fd4f391d5a5dce2d
parent5ee5b32cb20051b96dee793ef1c34355b43f8889
Makefile.am: Adjust to new files.

2013-08-07  Tim Shen  <timshen91@gmail.com>

* include/Makefile.am: Adjust to new files.
* include/Makefile.in: Regenerate.
* include/bits/regex.h: Adjust to new interfaces.
* include/bits/regex_automaton.h: New.
* include/bits/regex_automaton.tcc: New.
* include/bits/regex_compiler.h: Adjust to new files.
* include/bits/regex_compiler.tcc: New.
* include/bits/regex_constants.h: Tail spaces.
* include/bits/regex_error.h: Likewise.
* include/bits/regex_executor.h: New.
* include/bits/regex_executor.tcc: New.
* include/std/regex: Adjust to new files.
* testsuite/28_regex/algorithms/regex_match/extended/
string_dispatch_01.cc: Adjust to new interfaces.

From-SVN: r201573
19 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/bits/regex.h
libstdc++-v3/include/bits/regex_automaton.h [new file with mode: 0644]
libstdc++-v3/include/bits/regex_automaton.tcc [new file with mode: 0644]
libstdc++-v3/include/bits/regex_compiler.h
libstdc++-v3/include/bits/regex_compiler.tcc [new file with mode: 0644]
libstdc++-v3/include/bits/regex_constants.h
libstdc++-v3/include/bits/regex_cursor.h [deleted file]
libstdc++-v3/include/bits/regex_error.h
libstdc++-v3/include/bits/regex_executor.h [new file with mode: 0644]
libstdc++-v3/include/bits/regex_executor.tcc [new file with mode: 0644]
libstdc++-v3/include/bits/regex_grep_matcher.h [deleted file]
libstdc++-v3/include/bits/regex_grep_matcher.tcc [deleted file]
libstdc++-v3/include/bits/regex_nfa.h [deleted file]
libstdc++-v3/include/bits/regex_nfa.tcc [deleted file]
libstdc++-v3/include/std/regex
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_dispatch_01.cc