/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.3522 by smarothy, Mon Apr 25 23:18:30 2005 UTC revision 1.3523 by mark, Tue Apr 26 00:20:12 2005 UTC
# Line 1  Line 1 
1    2005-04-24  Mark Wielaard  <mark@klomp.org>
2    
3            * iconv.m4: New file.
4            * configure.ac: Use AM_ICONV.
5            * native/jni/java-nio/Makefile.am (libjavanio_la_LIBADD):
6            Add LTLIBICONV.
7            * native/jni/java-nio/gnu_java_nio_charset_iconv_IconvDecoder.c:
8            Include config.h and jcl.h, use if defined(HAVE_ICONV), add new
9            static variables infid and outfid, add char_union.
10            (Java_gnu_java_nio_charset_iconv_IconvDecoder_openIconv):
11            Guard with if defined(HAVE_ICONV), use JCL_jstring_to_cstring,
12            JCL_free_cstring and JCL_ThrowException, cache inremaining and
13            outremaining fieldIDs.
14            (Java_gnu_java_nio_charset_iconv_IconvDecoder_decode):
15            Guard with if defined(HAVE_ICONV), use ICONV_CONST for iconv
16            argument, used cached fieldIDs, use char_union.
17            (Java_gnu_java_nio_charset_iconv_IconvDecoder_closeIconv):
18            Guard with if defined(HAVE_ICONV).
19            * native/jni/java-nio/gnu_java_nio_charset_iconv_IconvEncoder.c:
20            Include config.h and jcl.h, use if defined(HAVE_ICONV), add new
21            static variables infid and outfid, add char_union.
22            (Java_gnu_java_nio_charset_iconv_IconvEncoder_openIconv):
23            Guard with if defined(HAVE_ICONV), use JCL_jstring_to_cstring,
24            JCL_free_cstring and JCL_ThrowException, cache inremaining and
25            outremaining fieldIDs.
26            (Java_gnu_java_nio_charset_iconv_IconvEncoder_encode):
27            Guard with if defined(HAVE_ICONV), use ICONV_CONST for iconv
28            argument, used cached fieldIDs, use char_union.
29            (Java_gnu_java_nio_charset_iconv_IconvEncoder_closeIconv):
30            Guard with if defined(HAVE_ICONV).
31            * gnu/java/nio/charset/iconv/IconvDecoder.java (dispose): Renamed.
32            (finalize): Renamed from dispose.
33            * gnu/java/nio/charset/iconv/IconvEncoder.java (dispose): Renamed.
34            (finalize): Renamed from dispose.
35            
36  2005-04-25  Sven de Marothy  <sven@physto.se>  2005-04-25  Sven de Marothy  <sven@physto.se>
37    
38          * java/io/InputStreamReader.java:          * java/io/InputStreamReader.java:
# Line 77  Line 112 
112    
113          * native/fdlibm/ieeefp.h: ppc64 is also __IEEE_BIG_ENDIAN.          * native/fdlibm/ieeefp.h: ppc64 is also __IEEE_BIG_ENDIAN.
114    
115    >>>>>>> 1.3514
116  2005-04-23  Tom Tromey  <tromey@redhat.com>  2005-04-23  Tom Tromey  <tromey@redhat.com>
117    
118          * javax/swing/text/StyleConstants.java (StyleConstants): Now          * javax/swing/text/StyleConstants.java (StyleConstants): Now

Legend:
Removed from v.1.3522  
changed lines
  Added in v.1.3523

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