re PR libgcj/25713 (GZIPOutputStream bad checksum)
[gcc.git] / libjava / classpath / ChangeLog.gcj
1 2006-03-10 Tom Tromey <tromey@redhat.com>
2
3 For PR libgcj/25713:
4 * java/util/zip/InflaterInputStream.java (read): Replaced with
5 libgcj implementation.
6
7 2006-03-08 Tom Tromey <tromey@redhat.com>
8
9 PR libgcj/24183:
10 * native/jni/xmlj/Makefile.in: Rebuilt.
11 * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
12 (reverted local patch).
13
14 2006-01-16 Mark Wielaard <mark@klomp.org>
15
16 * native/fdlibm/namespace.h: Empty for gcj.
17
18 2006-01-14 Anthony Green <green@redhat.com>
19
20 * java/net/ServerSocket.java (accept): Remove bogus
21 security check.
22 (implAccept): Add FIXME comment.
23
24 2006-01-06 Tom Tromey <tromey@redhat.com>
25
26 PR libgcj/23499:
27 * lib/Makefile.in: Rebuilt.
28 * lib/Makefile.am (glibj_DATA): Commented out.
29
30 2005-12-01 Anthony Green <green@redhat.com>
31
32 PR bootstrap/25207
33 * configure.ac: Make sure we have an alsa library in addition to
34 the headers. This extra test is required for systems with
35 multilibs.
36 * configure: Rebuilt.
37
38 2005-10-03 Tom Tromey <tromey@redhat.com>
39
40 * native/jawt/Makefile.in: Rebuilt.
41 * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
42 * native/jni/xmlj/Makefile.in: Rebuilt.
43 * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
44 * native/jni/qt-peer/Makefile.in: Rebuilt.
45 * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
46 * native/jni/gtk-peer/Makefile.in: Rebuilt.
47 * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
48
49 2005-10-03 Tom Tromey <tromey@redhat.com>
50
51 PR libgcj/24057:
52 * include/Makefile.in: Rebuilt.
53 * include/Makefile.am: Don't install headers.
54
55 2005-09-30 Tom Tromey <tromey@redhat.com>
56
57 PR libgcj/24051:
58 * Makefile.in: Rebuilt.
59 * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
60 * configure: Rebuilt.
61 * configure.ac: Use GCC_NO_EXECUTABLES
62
63 2005-09-23 Tom Tromey <tromey@redhat.com>
64
65 * native/jawt/.cvsignore: Likewise.
66 * native/jni/qt-peer/.cvsignore
67 * native/jawt/Makefile.in: Added.
68 * native/jni/qt-peer/Makefile.in: Likewise.
69
70 2005-09-23 Tom Tromey <tromey@redhat.com>
71
72 Imported Classpath 0.18.
73
74 2005-08-23 Tom Tromey <tromey@redhat.com>
75
76 * configure: Rebuilt.
77 * configure.ac: Fixed typo.
78
79 2005-08-22 Tom Tromey <tromey@redhat.com>
80
81 PR libgcj/23498:
82 * doc/Makefile.am (info_TEXINFOS): Commented out.
83 * doc/Makefile.in: Rebuilt.
84
85 2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
86
87 * Makefile.am (ACLOCAL_AMFLAGS): New.
88 * Makefile.in: Regenerate.
89
90 2005-08-22 Tom Tromey <tromey@redhat.com>
91
92 PR libgcj/23498:
93 * doc/Makefile.am (info_TEXINFOS): Commented out.
94 * doc/Makefile.in: Rebuilt.
95
96 2005-08-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
97
98 * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
99 Don't use unportable !.
100
101 2005-07-15 Tom Tromey <tromey@redhat.com>
102
103 * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
104 config.sub, configure, ltmain.sh, doc/Makefile.in,
105 doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
106 external/sax/Makefile.in, external/w3c_dom/Makefile.in,
107 include/Makefile.in, include/config.h.in, include/jni.h,
108 lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
109 native/jni/Makefile.in, native/jni/classpath/Makefile.in,
110 native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
111 native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
112 native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
113 native/jni/xmlj/Makefile.in, native/target/Makefile.in,
114 native/target/Linux/Makefile.in,
115 native/target/generic/Makefile.in, resource/Makefile.in,
116 scripts/Makefile.in: Added.
117 * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
118 native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
119 native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
120 native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
121 native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
122 native/testsuite/.cvsignore, native/.cvsignore,
123 native/vmi/.cvsignore, native/target/.cvsignore,
124 native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
125 include/.cvsignore, doc/api/.cvsignore,
126 doc/www.gnu.org/faq/.cvsignore,
127 doc/www.gnu.org/downloads/.cvsignore,
128 doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
129 doc/www.gnu.org/events/.cvsignore,
130 doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
131 resource/.cvsignore, external/w3c_dom/.cvsignore,
132 external/sax/.cvsignore, external/.cvsignore,
133 java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
134 test/java.io/.cvsignore, test/.cvsignore,
135 test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
136 test/java.lang.reflect/.cvsignore, examples/.cvsignore,
137 lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
138 compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
139 vm/reference/.cvsignore, scripts/.cvsignore: Updated.