summaryrefslogtreecommitdiffstats
path: root/libjava/java/net/JarURLConnection.java
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-02 09:57:49 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-02 09:57:49 +0000
commit3f3b33e59b846004e2d25825d020c6ac906d25ef (patch)
treef19f281bfa2b6d65105d46eb53236d70bfa0d498 /libjava/java/net/JarURLConnection.java
parent843c10540b9652b8ceb880bb24e43e34429aed15 (diff)
downloadppe42-gcc-3f3b33e59b846004e2d25825d020c6ac906d25ef.tar.gz
ppe42-gcc-3f3b33e59b846004e2d25825d020c6ac906d25ef.zip
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645 * include/std/std_istream.h (basic_istream<>::_M_extract): New. (operator>>(bool&), operator>>(short&), operator>>(unsigned short&), operator>>(int&), operator>>(unsigned int&), operator>>(long&), operator>>(unsigned long&), operator>>(long long&), operator>> (unsigned long long&), operator>>(float&), operator>>(double&), operator>>(long double&), operator>>(void*&)): Use it. * include/bits/istream.tcc (basic_istream<>::_M_extract): Define. * include/std/std_ostream.h (basic_ostream<>::_M_insert): New. (operator<<(long), operator<<(unsigned long), operator<<(bool), operator<<(short), operator<<(unsigned short), operator<<(int), operator<<(unsigned int), operator<<(long long), operator<< (unsigned long long), operator<<(double), operator<<(float), operator<<(long double), operator<<(const void*): Use it. * include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define. * src/istream-inst.cc: Add _M_insert instantiations. * src/ostream-inst.cc: Add _M_extract instantiations. * config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7; detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put, money_put, etc., symbols to avoid exporting _M_insert symbols @GLIBCXX_3.4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109236 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/net/JarURLConnection.java')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud