Ignore:
Timestamp:
Sep 7, 2004, 4:49:39 AM (21 years ago)
Author:
bird
Message:

GCC v3.3.4 - official sources.

Location:
branches/GNU/src/gcc/libjava
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc/libjava/java/net/NetworkInterface.java

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1475 r1476  
    116116
    117117  /**
    118    *  Returns an network interface by name
    119    *
    120    *  @param name The name of the interface to return
    121    *
    122    *  @exception SocketException If an error occurs
    123    *  @exception NullPointerException If the specified name is null
     118   * Returns an network interface by name
     119   *
     120   * @param name The name of the interface to return
     121   *
     122   * @return a <code>NetworkInterface</code> object representing the interface,
     123   * or null if there is no interface with that name.
     124   *
     125   * @exception SocketException If an error occurs
     126   * @exception NullPointerException If the specified name is null
    124127   */
    125128  public static NetworkInterface getByName (String name)
     
    138141      }
    139142
    140     throw new SocketException ("no network interface with this name exists");
     143   // No interface with the given name found.
     144   return null;
    141145  }
    142146
  • branches/GNU/src/gcc/libjava/libltdl/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
     12004-05-31  Release Manager
     2
     3        * GCC 3.3.4 Released.
     4
    152004-02-14  Release Manager
    26
  • branches/GNU/src/gcc/libjava/org/xml/sax/helpers/NewInstance.java

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1475 r1476  
    55// NO WARRANTY!  This class is in the Public Domain.
    66
    7 // $Id: NewInstance.java,v 1.1.2.1 2002/12/20 03:50:17 tromey Exp $
     7// $Id: NewInstance.java,v 1.1.2.4 2002/01/29 21:34:14 dbrownell Exp $
    88
    99package org.xml.sax.helpers;
  • branches/GNU/src/gcc/libjava/org/xml/sax/helpers/package.html

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1475 r1476  
    11<HTML><HEAD>
    22
    3 <!-- $Id: package.html,v 1.1.2.1 2002/12/20 03:50:17 tromey Exp $ -->
     3<!-- $Id: package.html,v 1.3.2.1 2001/11/09 20:32:58 dbrownell Exp $ -->
    44
    55</HEAD><BODY>
  • branches/GNU/src/gcc/libjava/org/xml/sax/package.html

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1475 r1476  
    11<html><head>
    22
    3 <!-- $Id: package.html,v 1.1.2.1 2002/12/20 03:50:17 tromey Exp $ -->
     3<!-- $Id: package.html,v 1.2.2.2 2002/01/12 21:42:21 dbrownell Exp $ -->
    44
    55</head><body>
  • branches/GNU/src/gcc/libjava/testsuite/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
     12004-05-31  Release Manager
     2
     3        * GCC 3.3.4 Released.
     4
    152004-02-14  Release Manager
    26
Note: See TracChangeset for help on using the changeset viewer.