1. 01 Dec, 2002 3 commits
  2. 30 Nov, 2002 4 commits
  3. 29 Nov, 2002 13 commits
    • cpplib.c (_cpp_test_assertion): Default *value to 0. · 2402645b
      	* cpplib.c (_cpp_test_assertion): Default *value to 0.
      
      	* cppexp.c (num_part_mul): Initialize result.unsignedp, to 1.
      
      From-SVN: r59648
      Hans-Peter Nilsson committed
    • anon2.C: New test. · f6a83eb0
      	* g++.dg/lookup/anon2.C: New test.
      
      	* parse.y (class_head_defn): Set CLASSTYPE_DECLARED_CLASS for
      	anonymous structs.
      
      From-SVN: r59647
      Joe Buck committed
    • class.c (walk_subobject_offsets): Recur on binfos as well as on types. · ff944b49
      	* class.c (walk_subobject_offsets): Recur on binfos as well as on
      	types.
      	(layout_nonempty_base_or_field): Pass it a binfo when processing a
      	base class.
      	(layout_empty_base): Likewise.
      	(build_base_field): Likewise.
      
      From-SVN: r59643
      Mark Mitchell committed
    • t-crtstuff: New target makefile fragment. · 8ef34c0d
      	* config/s390/t-crtstuff: New target makefile fragment.
      	* config.gcc [s390-*-linux, s390x-*-linux]: Use it.
      
      From-SVN: r59641
      Ulrich Weigand committed
    • configure.in (_XOPEN_SOURCE, [...]): Check that _XOPEN_SOURCE 500L may be… · c6d05307
      configure.in (_XOPEN_SOURCE, [...]): Check that _XOPEN_SOURCE 500L may be defined before defining these.
      
      2002-10-18  Krister Walfridsson  <cato@df.lth.se>
      
             * libU77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
             __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L
             may be defined before defining these.
             * libU77/configure: Regenerate.
             * libI77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
             __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L
             may be defined before defining these.
             * libI77/configure: Regenerate.
      
      From-SVN: r59639
      Krister Walfridsson committed
    • h8300.md (movsi_h8300hs): Change the order of alternatives to correct the length when... · b8bbda91
      	* config/h8300/h8300.md (movsi_h8300hs): Change the order of
      	alternatives to correct the length when the memory operand is
      	either pre_dec or post_inc.
      
      From-SVN: r59637
      Kazu Hirata committed
    • h8300.md (an anonymous pattern): Give an internal name *tst_extzv_bitqi_1_n. · d23dff51
      	* config/h8300/h8300.md (an anonymous pattern): Give an
      	internal name *tst_extzv_bitqi_1_n.
      	Accept bit_operand instead of bit_memory_operand.
      	Do not accept bit tests with the MSB.
      	(*tst_extzv_memqi_1_n): New.
      
      From-SVN: r59636
      Kazu Hirata committed
    • 2002-11-29 Michael Koch <konqueror@gmx.de> · a1cd285d
      	* java/nio/channels/DatagramChannel.java
      	(open): Added exception documentation.
      	(write): Added exception documentation.
      	(connect): Added exception documentation.
      	(disconnect): Added exception documentation.
      	(isConnected): Added exception documentation.
      	(read): Added exception documentation.
      	(receive): Added exception documentation.
      	(send): Added exception documentation.
      	(validOps): Added exception documentation.
      	* java/nio/channels/SocketChannel.java
      	(open): Added exception documentation.
      	(read): Added exception documentation.
      	(write): Added exception documentation.
      	(connect): Added exception documentation.
      	(finishConnect): Added exception documentation.
      
      From-SVN: r59633
      Michael Koch committed
    • 2002-11-29 Michael Koch <konqueror@gmx.de> · a4536c7a
      	* gnu/java/nio/DatagramChannelImpl:
      	(fd): New member variable to store file descriptor of socket.
      	* gnu/java/nio/SelectionKeyImpl.java:
      	(ops): Removed.
      	(readyOps): New member variable.
      	(interestOps): New member variable.
      	(readyOps): Implemented.
      	(readyOps): New method to set member variable readyOps.
      	(interestOps): Replaced ops by interestOps.
      	* gnu/java/nio/SelectorImpl.java:
      	(SelectorImpl): Initialize key sets.
      	(select): Call select with -1 instead of Long.MAX_VALUE).
      	(java_do_select): Make it a native method.
      	(getFDsAsArray): New helper method.
      	(select): Remove canceled keys, give only interested file discriptors
      	to java_do_select, set ready ops.
      	(add): No need to initialize keys set here.
      	(add_selected): No need to initialize selected set here.
      	(deregisterCanceledKeys): New helper method.
      	(register): Set interest ops, set attachments, added handling of datagram
      	channels.
      	* gnu/java/nio/ServerSocketChannelImpl:
      	(SocketAccept): Renamed from NioSocketAccept.
      	(implConfigureBlocking): Implemented.
      	(accept): Use SocketAccept instead of NioSocketAccept.
      	* gnu/java/nio/SocketChannelImpl:
      	Reactivate native methods.
      
      From-SVN: r59632
      Michael Koch committed
    • Daily bump. · 45596747
      From-SVN: r59631
      GCC Administrator committed
    • natByteBufferImpl.cc, [...]: New files that implement native functionalities. · 38a21d46
      2002-11-29  Michael Koch <konqueror@gmx.de>
      
      	* gnu/java/nio/natByteBufferImpl.cc,
      	gnu/java/nio/natCharBufferImpl.cc,
      	gnu/java/nio/natDoubleBufferImpl.cc,
      	gnu/java/nio/natFloatBufferImpl.cc,
      	gnu/java/nio/natIntBufferImpl.cc,
      	gnu/java/nio/natLongBufferImpl.cc,
      	gnu/java/nio/natSelectorImpl.cc,
      	gnu/java/nio/natServerSocketChannelImpl.cc,
      	gnu/java/nio/natShortBufferImpl.cc,
      	gnu/java/nio/natSocketChannelImpl.cc:
      	New files that implement native functionalities.
      
      From-SVN: r59625
      Michael Koch committed
    • 2002-11-29 Michael Koch <konqueror@gmx.de> · ac7edc01
      	* gnu/java/nio/ByteBufferImpl.java
      	(ByteBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	* gnu/java/nio/CharBufferImpl.java:
      	Reformated.
      	(endian): New member variable string endianess of buffer.
      	(CharBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	(subSequence): Implemented.
      	* gnu/java/nio/DoubleBufferImpl.java
      	(DoubleBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	* gnu/java/nio/FloatBufferImpl.java
      	Reformated.
      	(FloatBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	* gnu/java/nio/IntBufferImpl.java
      	Added needed imports, Reformated.
      	(IntBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	* gnu/java/nio/LongBufferImpl.java
      	Reformated.
      	(LongBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	* gnu/java/nio/ShortBufferImpl.java
      	Reformated.
      	(ShortBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      
      From-SVN: r59624
      Michael Koch committed
    • h8300.c (h8300_eightbit_constant_address_p): Fix a comment typo. · 3f7211f1
      	* config/h8300/h8300.c (h8300_eightbit_constant_address_p):
      	Fix a comment typo.
      	(h8300_tiny_constant_address_p): Likewise.
      
      From-SVN: r59623
      Kazu Hirata committed
  4. 28 Nov, 2002 15 commits
  5. 27 Nov, 2002 5 commits