/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.831 by tromey, Tue Jan 28 23:43:16 2003 UTC revision 1.832 by cbj, Thu Jan 30 06:02:20 2003 UTC
# Line 1  Line 1 
1    2003-01-30  C. Brian Jones  <cbj@gnu.org>
2    
3            * native/jni/java-net/javanet.c (_javanet_bind): following gcj's
4            example and setting SO_REUSEADDR before binding the port, testing
5            with JDK seems to indicate it does this as well
6            (_javanet_set_option): support SO_REUSEADDR; use JNI_TRUE/JNI_FALSE
7            instead of 1/0 where applicable.  Do not throw exception if setting
8            SO_TIMEOUT fails; appears JDK does not throw exception and may be
9            using alarm or setitimer (see `man 7 socket' on GNU/Linux)
10            (_javanet_get_option): support SO_REUSEADDR; use JNI_TRUE/JNI_FALSE
11            instead of 1/0 where applicable
12    
13  2003-01-28  Oscar Pearce  <oscar@pearceenterprises.com>  2003-01-28  Oscar Pearce  <oscar@pearceenterprises.com>
14    
15          * java/awt/Component.java (processPaintEvent): Dispose of Graphics          * java/awt/Component.java (processPaintEvent): Dispose of Graphics

Legend:
Removed from v.1.831  
changed lines
  Added in v.1.832

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26