1. 08 Mar, 2002 2 commits
    • natPlainSocketImpl.cc: Changed USE_WINSOCK to WIN32, and added thunks for… · 4e002027
      natPlainSocketImpl.cc: Changed USE_WINSOCK to WIN32, and added thunks for read(), write(), and close().
      
      2002-03-07  Adam Megacz  <adam@xwt.org>
      
              * java/net/natPlainSocketImpl.cc: Changed USE_WINSOCK to
              WIN32, and added thunks for read(), write(), and close().
              * java/net/natPlainSocketImpl.cc (accept, read, read):
              Disabled timeouts on WIN32 pending discussion.
      
      From-SVN: r50418
      Adam Megacz committed
    • win32.cc (_Jv_platform_gettimeofday): Now takes no args, returns jlong. · 8eeda6e0
      2002-03-07  Adam Megacz  <adam@xwt.org>
      
              * win32.cc (_Jv_platform_gettimeofday): Now takes no args,
              returns jlong. Added implementation
              * posix.cc (_Jv_platform_gettimeofday): Now takes no args,
              returns jlong.
              * win32.h (_Jv_platform_gettimeofday): Now takes no args,
              returns jlong.
              * posix.h (_Jv_platform_gettimeofday): Now takes no args,
              returns jlong.
              * java/lang/natSystem.cc (currentTimeMillis): Now uses updated
              _Jv_platform_gettimeofday signature.
      
      From-SVN: r50416
      Adam Megacz committed
  2. 07 Mar, 2002 20 commits
  3. 06 Mar, 2002 18 commits