1. 30 Dec, 2014 9 commits
  2. 29 Dec, 2014 5 commits
  3. 28 Dec, 2014 3 commits
  4. 27 Dec, 2014 10 commits
  5. 26 Dec, 2014 1 commit
  6. 25 Dec, 2014 3 commits
  7. 24 Dec, 2014 8 commits
  8. 23 Dec, 2014 1 commit
    • Compile locale-inst.cc and wlocale-inst.cc as C++11. · 28630cd6
      	PR libstdc++/64389
      	* src/c++11/Makefile.am: Add locale-inst.cc and wlocale-inst.cc.
      	* src/c++11/Makefile.in: Regenerate.
      	* src/c++11/locale-inst.cc: Move from src/c++98/.
      	* src/c++11/wlocale-inst.cc: Likewise.
      	* src/c++11/cxx11-locale-inst.cc: Adjust path to locale-inst.cc.
      	* src/c++11/string-inst.cc: Remove time_get instantiations.
      	* src/c++98/Makefile.am: Remove locale-inst.cc and wlocale-inst.cc.
      	* src/c++98/Makefile.in: Regenerate.
      	* src/c++98/locale-inst.cc: Move to src/c++11/.
      	* src/c++98/wlocale-inst.cc: Likewise.
      
      From-SVN: r219050
      Jonathan Wakely committed