| 1 |
766 |
jeremybenn |
2012-01-01 Jakub Jelinek
|
| 2 |
|
|
|
| 3 |
|
|
* gnu/java/rmi/registry/RegistryImpl.java (version): Update
|
| 4 |
|
|
copyright notice dates.
|
| 5 |
|
|
* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
|
| 6 |
|
|
|
| 7 |
|
|
2011-11-29 Andreas Tobler
|
| 8 |
|
|
|
| 9 |
|
|
* config.rpath (ld_shlibs): Fix detection of FreeBSD-10 and up.
|
| 10 |
|
|
(libname_spec): Likewise.
|
| 11 |
|
|
* configure: Regenerate with autoconf -I ../../.
|
| 12 |
|
|
|
| 13 |
|
|
2011-02-13 Ralf Wildenhues
|
| 14 |
|
|
|
| 15 |
|
|
* config.rpath, ltcf-c.sh, ltcf-gcj.sh, ltconfig: Remove
|
| 16 |
|
|
handling of freebsd1* which soon would match FreeBSD 10.0.
|
| 17 |
|
|
* configure: Regenerate.
|
| 18 |
|
|
|
| 19 |
|
|
2011-01-31 Alexandre Oliva
|
| 20 |
|
|
|
| 21 |
|
|
* configure.ac (GCJ_JAVAC): Run false rather than no.
|
| 22 |
|
|
* configure: Rebuilt.
|
| 23 |
|
|
|
| 24 |
|
|
2011-01-03 Jakub Jelinek
|
| 25 |
|
|
|
| 26 |
|
|
* gnu/java/rmi/registry/RegistryImpl.java (version): Update
|
| 27 |
|
|
copyright notice dates.
|
| 28 |
|
|
* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
|
| 29 |
|
|
|
| 30 |
|
|
2010-06-21 Jan Kratochvil
|
| 31 |
|
|
|
| 32 |
|
|
* doc/Makefile.am (POD2MAN): Provide --date from ChangeLog.
|
| 33 |
|
|
* doc/Makefile.in: Regenerate.
|
| 34 |
|
|
|
| 35 |
|
|
2010-04-07 Jakub Jelinek
|
| 36 |
|
|
|
| 37 |
|
|
* native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c
|
| 38 |
|
|
(Java_gnu_javax_sound_midi_alsa_AlsaPortDevice_run_1receiver_1thread_1):
|
| 39 |
|
|
Avoid set but not used warning.
|
| 40 |
|
|
|
| 41 |
|
|
2010-01-09 Jakub Jelinek
|
| 42 |
|
|
|
| 43 |
|
|
* gnu/java/rmi/registry/RegistryImpl.java (version): Update
|
| 44 |
|
|
copyright notice dates.
|
| 45 |
|
|
* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
|
| 46 |
|
|
|
| 47 |
|
|
2009-07-01 Jakub Jelinek
|
| 48 |
|
|
|
| 49 |
|
|
* gnu/javax/swing/text/html/parser/HTML_401F.java (defineElements):
|
| 50 |
|
|
Split this huge method into...
|
| 51 |
|
|
(defineElements1, defineElements2, defineElements3, defineElements4,
|
| 52 |
|
|
defineElements5, defineElements6): ... these smaller methods.
|
| 53 |
|
|
|
| 54 |
|
|
2009-06-16 Matthias Klose
|
| 55 |
|
|
|
| 56 |
|
|
* tools/gnu/classpath/tools/gjdoc/Main.java (getGjdocVersion): Use
|
| 57 |
|
|
gnu.classpath.Configuration.CLASSPATH_VERSION as version number.
|
| 58 |
|
|
* tools/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java
|
| 59 |
|
|
(getDocletVersion): Likewise.
|
| 60 |
|
|
* tools/classes/gnu/classpath/tools/gjdoc/Main*.class: Regenerate.
|
| 61 |
|
|
* tools/classes/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet*.class:
|
| 62 |
|
|
Regenerate.
|
| 63 |
|
|
|
| 64 |
|
|
2009-03-16 Matthias Klose
|
| 65 |
|
|
|
| 66 |
|
|
* configure.ac: Detect xulrunner-1.9.
|
| 67 |
|
|
* configure: Regenerate.
|
| 68 |
|
|
|
| 69 |
|
|
2009-02-03 Jakub Jelinek
|
| 70 |
|
|
|
| 71 |
|
|
* gnu/java/rmi/registry/RegistryImpl.java (version): Update
|
| 72 |
|
|
copyright notice dates.
|
| 73 |
|
|
* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
|
| 74 |
|
|
|
| 75 |
|
|
2008-12-18 Ralf Wildenhues
|
| 76 |
|
|
|
| 77 |
|
|
* configure: Regenerate.
|
| 78 |
|
|
|
| 79 |
|
|
2008-11-12 Jakub Jelinek
|
| 80 |
|
|
|
| 81 |
|
|
PR libgcj/33764
|
| 82 |
|
|
* configure.ac (INSTALL_BINARIES): New AM_CONDITIONAL.
|
| 83 |
|
|
* tools/Makefile.am: If not INSTALL_BINARIES, use noinst_PROGRAMS
|
| 84 |
|
|
instead of bin_PROGRAMS for binaries.
|
| 85 |
|
|
* configure: Regenerated.
|
| 86 |
|
|
* tools/Makefile.in: Regenerated.
|
| 87 |
|
|
|
| 88 |
|
|
2008-11-10 Andrew Haley
|
| 89 |
|
|
|
| 90 |
|
|
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
|
| 91 |
|
|
(Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector):
|
| 92 |
|
|
Remove bogus gdk_threads_leave ();
|
| 93 |
|
|
|
| 94 |
|
|
2008-10-23 Jakub Jelinek
|
| 95 |
|
|
|
| 96 |
|
|
PR java/37893
|
| 97 |
|
|
* tools/Makefile.am (tools.zip): Generate *.lst files always, not
|
| 98 |
|
|
just in JAVA_MAINTAINER_MODE.
|
| 99 |
|
|
* tools/Makefile.in: Regenerated.
|
| 100 |
|
|
|
| 101 |
|
|
2008-10-21 Matthias Klose
|
| 102 |
|
|
|
| 103 |
|
|
* classpath/tools/gnu/classpath/tools/gjdoc/expr/Java*: Move from ...
|
| 104 |
|
|
* classpath/tools/generated/gnu/classpath/tools/gjdoc/expr/ ... here.
|
| 105 |
|
|
* Update .class files.
|
| 106 |
|
|
|
| 107 |
|
|
2008-10-21 Andrew John Hughes
|
| 108 |
|
|
|
| 109 |
|
|
* tools/Makefile.am:
|
| 110 |
|
|
Always generate parser in the srcdir.
|
| 111 |
|
|
|
| 112 |
|
|
2008-10-21 Matthias Klose
|
| 113 |
|
|
|
| 114 |
|
|
* doc/Makefile.am (MAINTAINERCLEANFILES): Add gjdoc.1.
|
| 115 |
|
|
* doc/Makefile.in: Regenerate.
|
| 116 |
|
|
|
| 117 |
|
|
2008-10-20 Matthias Klose
|
| 118 |
|
|
|
| 119 |
|
|
* configure.ac: Fix path name in check for generated gjdoc parser files.
|
| 120 |
|
|
* configure: Regenerate.
|
| 121 |
|
|
|
| 122 |
|
|
2008-10-20 Matthias Klose
|
| 123 |
|
|
|
| 124 |
|
|
* configure.ac: Don't check for working java, if not configured
|
| 125 |
|
|
with --enable-java-maintainer-mode.
|
| 126 |
|
|
* configure: Regenerate.
|
| 127 |
|
|
|
| 128 |
|
|
2008-10-19 Matthias Klose
|
| 129 |
|
|
|
| 130 |
|
|
* m4/ac_prog_java.m4: Revert previous change.
|
| 131 |
|
|
* m4/ac_prog_javac.m4: Apply it here.
|
| 132 |
|
|
* configure: Regenerate.
|
| 133 |
|
|
|
| 134 |
|
|
2008-10-19 Matthias Klose
|
| 135 |
|
|
|
| 136 |
|
|
* m4/ac_prog_javac.m4: Don't check for working javac, if not configured
|
| 137 |
|
|
with --enable-java-maintainer-mode.
|
| 138 |
|
|
* configure: Regenerate.
|
| 139 |
|
|
* Makefile.in, */Makefile.in: Regenerate.
|
| 140 |
|
|
|
| 141 |
|
|
2008-09-30 Matthias Klose
|
| 142 |
|
|
|
| 143 |
|
|
* m4/ac_prog_antlr.m4: Check for cantlr binary as well.
|
| 144 |
|
|
|
| 145 |
|
|
2008-09-29 Matthias Klose
|
| 146 |
|
|
|
| 147 |
|
|
* m4/ac_prog_antlr.m4: Check for antlr binary as well.
|
| 148 |
|
|
|
| 149 |
|
|
2008-09-28 Matthias Klose
|
| 150 |
|
|
|
| 151 |
|
|
* PR libgcj/37636. Revert:
|
| 152 |
|
|
2008-02-20 Matthias Klose
|
| 153 |
|
|
|
| 154 |
|
|
* tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
|
| 155 |
|
|
Do copy resource files in JAVA_MAINTAINER_MODE only.
|
| 156 |
|
|
* tools/Makefile.in: Regenerate.
|
| 157 |
|
|
|
| 158 |
|
|
2008-09-14 Matthias Klose
|
| 159 |
|
|
|
| 160 |
|
|
* m4/ac_prog_javac_works.m4, m4/ac_prog_javac.m4, m4/acinclude.m4:
|
| 161 |
|
|
Revert local changes.
|
| 162 |
|
|
* m4/ac_prog_antlr.m4: Check for an runantlr binary.
|
| 163 |
|
|
* tools/Makefile.am, lib/Makefile.am: Revert local changes (JCOMPILER).
|
| 164 |
|
|
* tools/Makefile.am: Remove USE_JAVAC_FLAGS, pass ANTLR_JAR in
|
| 165 |
|
|
GLIBJ_CLASSPATH.
|
| 166 |
|
|
|
| 167 |
|
|
2008-09-14 Matthias Klose
|
| 168 |
|
|
|
| 169 |
|
|
Revert:
|
| 170 |
|
|
Daniel Frampton
|
| 171 |
|
|
|
| 172 |
|
|
* AUTHORS: Added.
|
| 173 |
|
|
* java/lang/InheritableThreadLocal.java,
|
| 174 |
|
|
* java/lang/Thread.java,
|
| 175 |
|
|
* java/lang/ThreadLocal.java:
|
| 176 |
|
|
Modified to use java.lang.ThreadLocalMap.
|
| 177 |
|
|
* java/lang/ThreadLocalMap.java:
|
| 178 |
|
|
New cheaper ThreadLocal-specific WeakHashMap.
|
| 179 |
|
|
|
| 180 |
|
|
2008-08-15 Matthias Klose
|
| 181 |
|
|
|
| 182 |
|
|
* m4/acinclude.m4 (CLASSPATH_JAVAC_MEM_CHECK): Remove unknown
|
| 183 |
|
|
args for javac.
|
| 184 |
|
|
|
| 185 |
|
|
2008-08-17 Mark Wielaard
|
| 186 |
|
|
|
| 187 |
|
|
* gnu/java/awt/peer/gtk/CairoGraphics2D.java: Always loadLibrary
|
| 188 |
|
|
gtk-peer.
|
| 189 |
|
|
* gnu/java/awt/peer/gtk/GdkFontPeer.java: Likewise.
|
| 190 |
|
|
* gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
|
| 191 |
|
|
* gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java: Likewise.
|
| 192 |
|
|
* gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
|
| 193 |
|
|
* gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java: Likewise.
|
| 194 |
|
|
* gnu/java/awt/peer/gtk/*.class: Rebuilt.
|
| 195 |
|
|
|
| 196 |
|
|
2008-06-28 Matthias Klose
|
| 197 |
|
|
|
| 198 |
|
|
* m4/ac_prog_javac.m4: Disable check for JAVAC, when
|
| 199 |
|
|
not configured with --enable-java-maintainer-mode.
|
| 200 |
|
|
* aclocal.m4, configure: Regenerate.
|
| 201 |
|
|
* native/jni/gstreamer-peer/Makefile.am: Do not link with
|
| 202 |
|
|
libclasspathnative.
|
| 203 |
|
|
* native/jni/gstreamer-peer/Makefile.in: Regenerate.
|
| 204 |
|
|
* tools/Makefile.am, lib/Makefile.am: Use JAVAC for setting
|
| 205 |
|
|
JCOMPILER, drop flags not understood by gcj.
|
| 206 |
|
|
|
| 207 |
|
|
2008-06-24 Tom Tromey
|
| 208 |
|
|
|
| 209 |
|
|
PR libgcj/32198:
|
| 210 |
|
|
* tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.java
|
| 211 |
|
|
(compile): Reverse isAssignableFrom test.
|
| 212 |
|
|
* tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.class:
|
| 213 |
|
|
Rebuilt.
|
| 214 |
|
|
|
| 215 |
|
|
2008-04-18 Paolo Bonzini
|
| 216 |
|
|
|
| 217 |
|
|
PR bootstrap/35457
|
| 218 |
|
|
* aclocal.m4: Regenerate.
|
| 219 |
|
|
* configure: Regenerate.
|
| 220 |
|
|
|
| 221 |
|
|
2008-04-18 Ralf Wildenhues
|
| 222 |
|
|
|
| 223 |
|
|
* lib/gen-classlist.sh.in: Avoid grepping each omission, by
|
| 224 |
|
|
building an awk script with a hash for literal files, and
|
| 225 |
|
|
awk regular expressions for the rest.
|
| 226 |
|
|
* configure.ac: Call AC_PROG_AWK.
|
| 227 |
|
|
* configure: Regenerate.
|
| 228 |
|
|
|
| 229 |
|
|
* m4/gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name.
|
| 230 |
|
|
* tools/Makefile.am (gappletviewer, gjarsigner, gkeytool, gjar)
|
| 231 |
|
|
(gnative2ascii, gserialver, gjavah, grmiregistry, gtnameserv)
|
| 232 |
|
|
(gorbd, grmid, grmic) [!CREATE_WRAPPERS]: Add stub dependencies
|
| 233 |
|
|
for these scripts, to trick automake into hiding the respective
|
| 234 |
|
|
rules for the programs below the CREATE_WRAPPERS conditional.
|
| 235 |
|
|
* aclocal.m4: Regenerate.
|
| 236 |
|
|
* configure: Likewise.
|
| 237 |
|
|
* Makefile.in: Likewise.
|
| 238 |
|
|
* native/jni/Makefile.in: Likewise.
|
| 239 |
|
|
* native/jni/classpath/Makefile.in: Likewise.
|
| 240 |
|
|
* native/jni/gstreamer-peer/Makefile.in: Likewise.
|
| 241 |
|
|
* native/jni/midi-dssi/Makefile.in: Likewise.
|
| 242 |
|
|
* native/jni/gconf-peer/Makefile.in: Likewise.
|
| 243 |
|
|
* native/jni/java-io/Makefile.in: Likewise.
|
| 244 |
|
|
* native/jni/native-lib/Makefile.in: Likewise.
|
| 245 |
|
|
* native/jni/java-util/Makefile.in: Likewise.
|
| 246 |
|
|
* native/jni/java-lang/Makefile.in: Likewise.
|
| 247 |
|
|
* native/jni/midi-alsa/Makefile.in: Likewise.
|
| 248 |
|
|
* native/jni/java-nio/Makefile.in: Likewise.
|
| 249 |
|
|
* native/jni/java-net/Makefile.in: Likewise.
|
| 250 |
|
|
* native/jni/xmlj/Makefile.in: Likewise.
|
| 251 |
|
|
* native/jni/qt-peer/Makefile.in: Likewise.
|
| 252 |
|
|
* native/jni/gtk-peer/Makefile.in: Likewise.
|
| 253 |
|
|
* native/Makefile.in: Likewise.
|
| 254 |
|
|
* native/jawt/Makefile.in: Likewise.
|
| 255 |
|
|
* native/fdlibm/Makefile.in: Likewise.
|
| 256 |
|
|
* native/plugin/Makefile.in: Likewise.
|
| 257 |
|
|
* resource/Makefile.in: Likewise.
|
| 258 |
|
|
* scripts/Makefile.in: Likewise.
|
| 259 |
|
|
* tools/Makefile.in: Likewise.
|
| 260 |
|
|
* doc/Makefile.in: Likewise.
|
| 261 |
|
|
* doc/api/Makefile.in: Likewise.
|
| 262 |
|
|
* lib/Makefile.in: Likewise.
|
| 263 |
|
|
* external/Makefile.in: Likewise.
|
| 264 |
|
|
* external/jsr166/Makefile.in: Likewise.
|
| 265 |
|
|
* external/sax/Makefile.in: Likewise.
|
| 266 |
|
|
* external/w3c_dom/Makefile.in: Likewise.
|
| 267 |
|
|
* external/relaxngDatatype/Makefile.in: Likewise.
|
| 268 |
|
|
* include/Makefile.in: Likewise.
|
| 269 |
|
|
* examples/Makefile.in: Likewise.
|
| 270 |
|
|
|
| 271 |
|
|
2008-04-17 Tom Tromey
|
| 272 |
|
|
|
| 273 |
|
|
PR libgcj/35950:
|
| 274 |
|
|
* tools/gnu/classpath/tools/jar/Entry.java: New version from
|
| 275 |
|
|
Classpath.
|
| 276 |
|
|
* tools/classes/gnu/classpath/tools/jar/Entry.class: Update.
|
| 277 |
|
|
|
| 278 |
|
|
2008-03-10 Jim Meyering
|
| 279 |
|
|
|
| 280 |
|
|
Don't leak upon failed realloc.
|
| 281 |
|
|
* native/jni/classpath/jcl.c (JCL_realloc): Upon failed realloc,
|
| 282 |
|
|
free the original buffer before throwing the exception.
|
| 283 |
|
|
|
| 284 |
|
|
2008-03-09 Ralf Wildenhues
|
| 285 |
|
|
|
| 286 |
|
|
* doc/cp-hacking.texinfo: Fix spacing after periods.
|
| 287 |
|
|
* doc/cp-tools.texinfo: Likewise.
|
| 288 |
|
|
* doc/cp-vmintegration.texinfo: Likewise.
|
| 289 |
|
|
|
| 290 |
|
|
* doc/cp-hacking.texinfo: Fix some typos.
|
| 291 |
|
|
* doc/cp-tools.texinfo: Likewise.
|
| 292 |
|
|
* doc/cp-vmintegration.texinfo: Likewise.
|
| 293 |
|
|
|
| 294 |
|
|
2008-03-02 Jakub Jelinek
|
| 295 |
|
|
|
| 296 |
|
|
* gnu/java/rmi/registry/RegistryImpl.java (version): Update
|
| 297 |
|
|
copyright notice dates.
|
| 298 |
|
|
* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
|
| 299 |
|
|
|
| 300 |
|
|
2008-02-20 Matthias Klose
|
| 301 |
|
|
|
| 302 |
|
|
* tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
|
| 303 |
|
|
Do copy resource files in JAVA_MAINTAINER_MODE only.
|
| 304 |
|
|
* tools/Makefile.in: Regenerate.
|
| 305 |
|
|
|
| 306 |
|
|
2008-02-18 Jakub Jelinek
|
| 307 |
|
|
|
| 308 |
|
|
* doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.
|
| 309 |
|
|
* doc/cp-hacking.texinfo (@direntry): Likewise.
|
| 310 |
|
|
* doc/cp-vmintegration.texinfo (@direntry): Likewise.
|
| 311 |
|
|
|
| 312 |
|
|
2008-02-06 Matthias Klose
|
| 313 |
|
|
|
| 314 |
|
|
* tools/Makefile.am ($(TOOLS_ZIP)): Copy over rmic template files.
|
| 315 |
|
|
Copy resource files independent of JAVA_MAINTAINER_MODE.
|
| 316 |
|
|
* tools/Makefile.in: Regenerate.
|
| 317 |
|
|
|
| 318 |
|
|
2008-01-28 Tom Tromey
|
| 319 |
|
|
|
| 320 |
|
|
* tools/classes/gnu/classpath/tools/native2ascii/Native2ASCII$3.class:
|
| 321 |
|
|
Added.
|
| 322 |
|
|
|
| 323 |
|
|
2008-01-27 Bernhard Fischer
|
| 324 |
|
|
|
| 325 |
|
|
* java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment.
|
| 326 |
|
|
* gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in
|
| 327 |
|
|
exception message.
|
| 328 |
|
|
|
| 329 |
|
|
2008-01-27 Ralf Wildenhues
|
| 330 |
|
|
|
| 331 |
|
|
* doc/README.jaxp: Fix typos.
|
| 332 |
|
|
|
| 333 |
|
|
2007-09-04 Matthias Klose
|
| 334 |
|
|
|
| 335 |
|
|
* configure.ac: Append libgcj soversion to nativeexeclibdir.
|
| 336 |
|
|
* configure: Regenerate.
|
| 337 |
|
|
|
| 338 |
|
|
2007-08-04 Matthias Klose
|
| 339 |
|
|
|
| 340 |
|
|
* java/util/EnumMap.java (clone): Add cast.
|
| 341 |
|
|
|
| 342 |
|
|
2007-07-12 Matthias Klose
|
| 343 |
|
|
|
| 344 |
|
|
* lib/jazzlib, tools/gnu/classpath/tools/rmi: Remove empty directories.
|
| 345 |
|
|
|
| 346 |
|
|
2007-06-07 Matthias Klose
|
| 347 |
|
|
|
| 348 |
|
|
PR libgcj/32227
|
| 349 |
|
|
* include/config-int.h: Delete, it is a generated file.
|
| 350 |
|
|
|
| 351 |
|
|
2007-06-04 Matthias Klose
|
| 352 |
|
|
|
| 353 |
|
|
* m4/acinclude.m4: Accept GCJ and JIKES.
|
| 354 |
|
|
* configure: Regenerate.
|
| 355 |
|
|
|
| 356 |
|
|
2007-05-31 Matthias Klose
|
| 357 |
|
|
|
| 358 |
|
|
* javax/management/NotificationBroadcasterSupport.java
|
| 359 |
|
|
(getNotificationInfo): Add cast.
|
| 360 |
|
|
* native/jni/qt-peer/Makefile.am (AM_CXXFLAGS): Add libstdc++ include
|
| 361 |
|
|
directories.
|
| 362 |
|
|
* native/jni/qt-peer/Makefile.in: Regenerate.
|
| 363 |
|
|
|
| 364 |
|
|
2007-05-30 H.J. Lu
|
| 365 |
|
|
|
| 366 |
|
|
PR libjava/32098
|
| 367 |
|
|
* configure.ac: Add AC_CONFIG_AUX_DIR(../..).
|
| 368 |
|
|
* aclocal.m4: Regenerated.
|
| 369 |
|
|
* configure: Likewise.
|
| 370 |
|
|
* Makefile.in: Likewise.
|
| 371 |
|
|
|
| 372 |
|
|
2007-04-25 Andrew Haley
|
| 373 |
|
|
|
| 374 |
|
|
* java/io/ObjectStreamClass.java (ensureFieldsSet): New method.
|
| 375 |
|
|
(setFields): call ensureFieldsSet.
|
| 376 |
|
|
(fieldsSet): New field.
|
| 377 |
|
|
* java/io/ObjectOutputStream.java (writeFields): Call
|
| 378 |
|
|
osc.ensureFieldsSet().
|
| 379 |
|
|
|
| 380 |
|
|
* java/io/ObjectInputStream.java (parseContent): Assign the handle
|
| 381 |
|
|
for a PROXYCLASSDESC immediately after reading the marker.
|
| 382 |
|
|
|
| 383 |
|
|
2007-03-19 Matthias Klose
|
| 384 |
|
|
|
| 385 |
|
|
* configure.ac: New configure option
|
| 386 |
|
|
--enable-generated-files-in-srcdir.
|
| 387 |
|
|
* doc/Makefile.am: Add support to generate files in srcdir,
|
| 388 |
|
|
install the cp-tools documentation in info format.
|
| 389 |
|
|
* configure: Regenerate.
|
| 390 |
|
|
* native/jni/classpath/Makefile.in, native/jni/midi-dssi/Makefile.in,
|
| 391 |
|
|
native/jni/Makefile.in, native/jni/gconf-peer/Makefile.in,
|
| 392 |
|
|
native/jni/java-io/Makefile.in, native/jni/native-lib/Makefile.in,
|
| 393 |
|
|
native/jni/java-util/Makefile.in, native/jni/java-lang/Makefile.in,
|
| 394 |
|
|
native/jni/midi-alsa/Makefile.in, native/jni/java-nio/Makefile.in,
|
| 395 |
|
|
native/jni/java-net/Makefile.in, native/jni/xmlj/Makefile.in,
|
| 396 |
|
|
native/jni/qt-peer/Makefile.in, native/jni/gtk-peer/Makefile.in,
|
| 397 |
|
|
native/Makefile.in, native/jawt/Makefile.in, native/fdlibm/Makefile.in,
|
| 398 |
|
|
native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
|
| 399 |
|
|
tools/Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
|
| 400 |
|
|
lib/Makefile.in, external/Makefile.in, external/sax/Makefile.in,
|
| 401 |
|
|
external/w3c_dom/Makefile.in, external/jsr166/Makefile.in,
|
| 402 |
|
|
external/relaxngDatatype/Makefile.in, include/Makefile.in,
|
| 403 |
|
|
examples/Makefile.in: Regenerate.
|
| 404 |
|
|
|
| 405 |
|
|
2007-03-09 Gary Benson
|
| 406 |
|
|
Chris Burdess
|
| 407 |
|
|
|
| 408 |
|
|
PR classpath/30831
|
| 409 |
|
|
* gnu/xml/dom/ls/SAXEventSink.java: Only set extended document
|
| 410 |
|
|
properties when reader is available.
|
| 411 |
|
|
|
| 412 |
|
|
2007-03-08 Gary Benson
|
| 413 |
|
|
|
| 414 |
|
|
PR classpath/30983:
|
| 415 |
|
|
* gnu/xml/dom/ls/DomLSParser.java (getInputSource):
|
| 416 |
|
|
Do not use the entity resolver to resolve the top-level document.
|
| 417 |
|
|
|
| 418 |
|
|
2007-03-07 Gary Benson
|
| 419 |
|
|
|
| 420 |
|
|
PR classpath/30906:
|
| 421 |
|
|
* resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList:
|
| 422 |
|
|
New file.
|
| 423 |
|
|
|
| 424 |
|
|
2007-03-06 Matthias Klose
|
| 425 |
|
|
|
| 426 |
|
|
* doc/Makefile.am(gkeytool.pod): Don't use sed -i.
|
| 427 |
|
|
* doc/Makefile.in: Regenerate.
|
| 428 |
|
|
|
| 429 |
|
|
2007-03-06 Tom Tromey
|
| 430 |
|
|
|
| 431 |
|
|
* tools/gnu/classpath/tools/javah/Main.java (getName): New
|
| 432 |
|
|
method.
|
| 433 |
|
|
(getParser): Now protected. Use getName. Add '-v' alias for
|
| 434 |
|
|
--verbose.
|
| 435 |
|
|
(postParse): New method.
|
| 436 |
|
|
(run): Now protected. Use postParse.
|
| 437 |
|
|
* tools/gnu/classpath/tools/javah/GcjhMain.java: New file.
|
| 438 |
|
|
* tools/Makefile.in: Rebuilt.
|
| 439 |
|
|
* tools/Makefile.am: Remove vm-tools.lst before creating it.
|
| 440 |
|
|
|
| 441 |
|
|
2007-03-05 Matthias Klose
|
| 442 |
|
|
|
| 443 |
|
|
* doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES).
|
| 444 |
|
|
* doc/Makefile.in: Regenerate.
|
| 445 |
|
|
|
| 446 |
|
|
2007-02-26 Jakub Jelinek
|
| 447 |
|
|
|
| 448 |
|
|
* java/util/TimeZone.java (getDefaultDisplayName): Don't
|
| 449 |
|
|
check if TimeZone is instanceof SimpleTimeZone.
|
| 450 |
|
|
|
| 451 |
|
|
2007-02-21 Gary Benson
|
| 452 |
|
|
|
| 453 |
|
|
* java/util/GregorianCalendar.java,
|
| 454 |
|
|
(add): Don't set fields directly anymore. Use set()
|
| 455 |
|
|
|
| 456 |
|
|
2007-02-20 Matthias Klose
|
| 457 |
|
|
|
| 458 |
|
|
* Merge doc update from classpath HEAD.
|
| 459 |
|
|
* doc/texi2pod.pl: Not imported.
|
| 460 |
|
|
* doc/Makefile.am: Use GCC's texi2pod.pl
|
| 461 |
|
|
* doc/Makefile.in: Regenerate.
|
| 462 |
|
|
|
| 463 |
|
|
2007-02-20 Gary Benson
|
| 464 |
|
|
|
| 465 |
|
|
* javax/management/MBeanServer.java: Updated.
|
| 466 |
|
|
* javax/management/MBeanServerConnection.java: Likewise.
|
| 467 |
|
|
* javax/management/ObjectName.java: Likewise.
|
| 468 |
|
|
* javax/management/StandardMBean.java: Likewise.
|
| 469 |
|
|
|
| 470 |
|
|
2007-02-15 David Daney
|
| 471 |
|
|
|
| 472 |
|
|
* tools/Makefile.am (TOOLS_ZIP): Add classes from vm-tools-packages.
|
| 473 |
|
|
* tools/Makefile.in: Regenerated.
|
| 474 |
|
|
|
| 475 |
|
|
2007-02-15 Gary Benson
|
| 476 |
|
|
|
| 477 |
|
|
* javax/management/AttributeList.java: Updated.
|
| 478 |
|
|
* javax/management/MBeanServerDelegate.java: Likewise.
|
| 479 |
|
|
* javax/management/MBeanServerFactory.java: Likewise.
|
| 480 |
|
|
* javax/management/StandardMBean.java: Likewise.
|
| 481 |
|
|
|
| 482 |
|
|
2007-02-15 Gary Benson
|
| 483 |
|
|
|
| 484 |
|
|
* gnu/javax/management/Server.java
|
| 485 |
|
|
(registerMBean): Always register objects that implement the
|
| 486 |
|
|
MBeanRegistration interface, and check the name returned by
|
| 487 |
|
|
preRegister before using it.
|
| 488 |
|
|
|
| 489 |
|
|
2007-02-15 Gary Benson
|
| 490 |
|
|
|
| 491 |
|
|
* javax/management/ObjectName.java:
|
| 492 |
|
|
(getKeyPropertyList()): Remove cast and call
|
| 493 |
|
|
to UnmodifiableMap.
|
| 494 |
|
|
|
| 495 |
|
|
2007-02-14 Gary Benson
|
| 496 |
|
|
|
| 497 |
|
|
* javax/management/ObjectName.java
|
| 498 |
|
|
(toString): Return this item's canonical name.
|
| 499 |
|
|
|
| 500 |
|
|
2007-02-12 Tom Tromey
|
| 501 |
|
|
|
| 502 |
|
|
* java/util/Collections.java (UnmodifiableMap.toArray): Imported
|
| 503 |
|
|
changes from Classpath.
|
| 504 |
|
|
|
| 505 |
|
|
2007-02-09 Gary Benson
|
| 506 |
|
|
|
| 507 |
|
|
* javax/management/ObjectName.java
|
| 508 |
|
|
(quote): Initialize StringBuilder correctly.
|
| 509 |
|
|
|
| 510 |
|
|
2007-02-08 Gary Benson
|
| 511 |
|
|
|
| 512 |
|
|
* javax/management/MBeanServerFactory.java
|
| 513 |
|
|
(servers): Initialize.
|
| 514 |
|
|
(createMBeanServer): Don't initialize servers.
|
| 515 |
|
|
|
| 516 |
|
|
2007-01-31 Tom Tromey
|
| 517 |
|
|
|
| 518 |
|
|
* tools/Makefile.in: Rebuilt.
|
| 519 |
|
|
* tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS.
|
| 520 |
|
|
(noinst_DATA): Renamed from TOOLS_DATA.
|
| 521 |
|
|
|
| 522 |
|
|
2007-01-20 Matthias Klose
|
| 523 |
|
|
|
| 524 |
|
|
* native/jni/gtk-peer/Makefile.am, native/jawt/Makefile.am: Install
|
| 525 |
|
|
into nativeexeclibdir instead of gcjversionedlibdir.
|
| 526 |
|
|
* native/jni/gtk-peer/Makefile.in, native/jawt/Makefile.in: Regenerate.
|
| 527 |
|
|
|
| 528 |
|
|
2007-01-16 Jack Howarth
|
| 529 |
|
|
|
| 530 |
|
|
* configure.ac: Use multi.m4 from aclocal rather than
|
| 531 |
|
|
custom code. Use multi_basedir instead libgcj_basedir.
|
| 532 |
|
|
* aclocal.m4: Regenerate.
|
| 533 |
|
|
* configure: Regenerate.
|
| 534 |
|
|
* Makefile.in: Regenerate.
|
| 535 |
|
|
|
| 536 |
|
|
2007-01-10 Matthias Klose
|
| 537 |
|
|
|
| 538 |
|
|
Readd missing chunks from r116332:
|
| 539 |
|
|
|
| 540 |
|
|
* m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro.
|
| 541 |
|
|
* resource/Makefile.am (loggingdir): Define to
|
| 542 |
|
|
toolexeclibdir.
|
| 543 |
|
|
(securitydir): Likewise.
|
| 544 |
|
|
* configure.ac: Call CLASSPATH_TOOLEXECLIBDIR.
|
| 545 |
|
|
Set default nativeexeclibdir using toolexeclibdir.
|
| 546 |
|
|
|
| 547 |
|
|
Readd missing chunks from r115839:
|
| 548 |
|
|
|
| 549 |
|
|
* native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS):
|
| 550 |
|
|
Add -avoid-version.
|
| 551 |
|
|
* native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version.
|
| 552 |
|
|
|
| 553 |
|
|
* configure, Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
|
| 554 |
|
|
examples/Makefile.in, external/Makefile.in,
|
| 555 |
|
|
external/jsr166/Makefile.in, external/relaxngDatatype/Makefile.in,
|
| 556 |
|
|
external/sax/Makefile.in, external/w3c_dom/Makefile.in,
|
| 557 |
|
|
include/Makefile.in, lib/Makefile.in, native/Makefile.in,
|
| 558 |
|
|
native/fdlibm/Makefile.in, native/jawt/Makefile.in,
|
| 559 |
|
|
native/jni/Makefile.in, native/jni/classpath/Makefile.in,
|
| 560 |
|
|
native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in
|
| 561 |
|
|
native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in,
|
| 562 |
|
|
native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in,
|
| 563 |
|
|
native/jni/java-util/Makefile.in, native/jni/midi-alsa/Makefile.in,
|
| 564 |
|
|
native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in,
|
| 565 |
|
|
native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in,
|
| 566 |
|
|
native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
|
| 567 |
|
|
tools/Makefile.in: Regenerate
|
| 568 |
|
|
|
| 569 |
|
|
2007-01-10 Matthias Klose
|
| 570 |
|
|
|
| 571 |
|
|
* resource/gnu/regexp, tools/gnu/classpath/tools/rmi/rmic,
|
| 572 |
|
|
tools/gnu/classpath/tools/rmi/rmid, tools/gnu/classpath/tools/giop,
|
| 573 |
|
|
doc/www.gnu.org, doc/unicode, testsuite, testsuite/java.sun.awt,
|
| 574 |
|
|
testsuite/javax.swing.text.html.parser, testsuite/java.lang,
|
| 575 |
|
|
testsuite/java.opstack, testsuite/java.sun.tools, testsuite/java.text,
|
| 576 |
|
|
testsuite/scheme, testsuite/config, testsuite/java.net, testsuite/lib,
|
| 577 |
|
|
testsuite/java.io, testsuite/java.util, native/target,
|
| 578 |
|
|
native/testsuite, native/vmi, org/omg/CORBA/SendingContext,
|
| 579 |
|
|
gnu/regexp, test, compat: Remove empty directories.
|
| 580 |
|
|
|
| 581 |
|
|
2006-12-23 Andreas Tobler
|
| 582 |
|
|
|
| 583 |
|
|
* classpath/tools/Makefile.am: Replace cp -a with a more portable
|
| 584 |
|
|
cp -pR.
|
| 585 |
|
|
* classpath/tools/Makefile.in: Regenerate.
|
| 586 |
|
|
|
| 587 |
|
|
2006-12-18 Tom Tromey
|
| 588 |
|
|
|
| 589 |
|
|
* tools/Makefile.in: Rebuilt.
|
| 590 |
|
|
* tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
|
| 591 |
|
|
|
| 592 |
|
|
2006-12-18 Tom Tromey
|
| 593 |
|
|
|
| 594 |
|
|
* tools/Makefile.in: Rebuilt.
|
| 595 |
|
|
* tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir.
|
| 596 |
|
|
* tools/asm, tools/classes: Check in .class files.
|
| 597 |
|
|
|
| 598 |
|
|
2006-12-18 Gary Benson
|
| 599 |
|
|
|
| 600 |
|
|
* tools/Makefile.am: Fix typo.
|
| 601 |
|
|
* tools/Makefile.in: Rebuilt.
|
| 602 |
|
|
|
| 603 |
|
|
2006-12-15 Andrew Haley
|
| 604 |
|
|
|
| 605 |
|
|
* tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
|
| 606 |
|
|
Create all-classes.lst that contains all source filenames.
|
| 607 |
|
|
Delete asm.lst.
|
| 608 |
|
|
|
| 609 |
|
|
2006-12-15 Tom Tromey
|
| 610 |
|
|
|
| 611 |
|
|
* configure, lib/Makefile.in: Rebuilt.
|
| 612 |
|
|
* lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE.
|
| 613 |
|
|
* configure.ac: Added --enable-java-maintainer-mode.
|
| 614 |
|
|
|
| 615 |
|
|
2006-12-12 Tom Tromey
|
| 616 |
|
|
|
| 617 |
|
|
* Makefile.in, tools/Makefile.in: Rebuilt.
|
| 618 |
|
|
* Makefile.am (SUBDIRS): Removed gcj-local change.
|
| 619 |
|
|
(DIST_SUBDIRS): Likewise.
|
| 620 |
|
|
* tools/Makefile.am (JCOMPILER): Use gcj, not gcjx.
|
| 621 |
|
|
(GLIBJ_BOOTCLASSPATH): Find core classes in srcdir.
|
| 622 |
|
|
|
| 623 |
|
|
2006-12-11 Tom Tromey
|
| 624 |
|
|
|
| 625 |
|
|
* Merged in Classpath from libgcj-import-20061211.
|
| 626 |
|
|
|
| 627 |
|
|
2006-10-17 Tom Tromey
|
| 628 |
|
|
|
| 629 |
|
|
* sun/reflect/annotation/AnnotationInvocationHandler.java
|
| 630 |
|
|
(invoke): Clone array values before return.
|
| 631 |
|
|
(create): New method.
|
| 632 |
|
|
(arrayClone): Likewise.
|
| 633 |
|
|
|
| 634 |
|
|
2006-10-12 Tom Tromey
|
| 635 |
|
|
|
| 636 |
|
|
* lib/Makefile.in: Rebuilt.
|
| 637 |
|
|
* lib/Makefile.am (JAVAC): Put classes in srcdir.
|
| 638 |
|
|
(compile-classes): Conditional on MAINTAINER_MODE.
|
| 639 |
|
|
|
| 640 |
|
|
2006-07-18 Tom Tromey
|
| 641 |
|
|
|
| 642 |
|
|
* lib/Makefile.in: Rebuilt.
|
| 643 |
|
|
* lib/Makefile.am (JAVAC): Add -w, -g, and --encoding.
|
| 644 |
|
|
|
| 645 |
|
|
2006-07-06 Tom Tromey
|
| 646 |
|
|
|
| 647 |
|
|
* lib/Makefile.in: Rebuilt.
|
| 648 |
|
|
* lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true.
|
| 649 |
|
|
(compile-classes): Remove special case for gcj.
|
| 650 |
|
|
|
| 651 |
|
|
2006-06-23 Tom Tromey
|
| 652 |
|
|
|
| 653 |
|
|
* Imported Classpath generics 0.91, presesrving local changes.
|
| 654 |
|
|
|
| 655 |
|
|
2006-06-09 Tom Tromey
|
| 656 |
|
|
|
| 657 |
|
|
* lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5.
|
| 658 |
|
|
|
| 659 |
|
|
2006-05-30 Thomas Fitzsimmons
|
| 660 |
|
|
|
| 661 |
|
|
* native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
|
| 662 |
|
|
(gcjversionedlibdir): Likewise.
|
| 663 |
|
|
(libgtkpeer_la_LDFLAGS): Likewise.
|
| 664 |
|
|
Install libgtkpeer.so in GCJ versioned library directory.
|
| 665 |
|
|
* native/jawt/Makefile.am (gcc_version): New variable.
|
| 666 |
|
|
(gcjversionedlibdir): Likewise.
|
| 667 |
|
|
(libjawt_la_LDFLAGS): Likewise.
|
| 668 |
|
|
Rename libjawtgnu.so libjawt.so. Install libjawt.so in GCJ
|
| 669 |
|
|
versioned library directory.
|
| 670 |
|
|
* gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
|
| 671 |
|
|
System.loadLibrary unconditionally.
|
| 672 |
|
|
* gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
|
| 673 |
|
|
* gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
|
| 674 |
|
|
* gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
|
| 675 |
|
|
* gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
|
| 676 |
|
|
* gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
|
| 677 |
|
|
|
| 678 |
|
|
2006-05-19 Andreas Tobler
|
| 679 |
|
|
|
| 680 |
|
|
* include/config-int.h: Delete, it is a generated file.
|
| 681 |
|
|
|
| 682 |
|
|
2006-04-05 Tom Tromey
|
| 683 |
|
|
|
| 684 |
|
|
PR libgcj/26625:
|
| 685 |
|
|
* lib/Makefile.in: Rebuilt.
|
| 686 |
|
|
* lib/Makefile.am (compile-classes): Touch the output file.
|
| 687 |
|
|
|
| 688 |
|
|
2006-04-04 Tom Tromey
|
| 689 |
|
|
|
| 690 |
|
|
* lib/gen-classlist.sh.in: Correct handle generated files.
|
| 691 |
|
|
|
| 692 |
|
|
2006-04-04 Mark Wielaard
|
| 693 |
|
|
|
| 694 |
|
|
* lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
|
| 695 |
|
|
as temporary file name.
|
| 696 |
|
|
|
| 697 |
|
|
2006-04-04 Tom Tromey
|
| 698 |
|
|
|
| 699 |
|
|
* lib/split-for-gcj.sh: Updated for multi-field format.
|
| 700 |
|
|
* lib/Makefile.am (CLEANFILES): Added classes.2.
|
| 701 |
|
|
* lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and
|
| 702 |
|
|
classes.2 using multiple fields.
|
| 703 |
|
|
|
| 704 |
|
|
2006-04-03 Bernhard Rosenkraenzer
|
| 705 |
|
|
|
| 706 |
|
|
PR gcc/26901:
|
| 707 |
|
|
* Makefile.in: Rebuilt.
|
| 708 |
|
|
* Makefile.am (SUBDIRS): Remove 'tools'.
|
| 709 |
|
|
(DIST_SUBDIRS): Likewise.
|
| 710 |
|
|
|
| 711 |
|
|
2006-03-16 Tom Tromey
|
| 712 |
|
|
|
| 713 |
|
|
PR libgcj/26706:
|
| 714 |
|
|
* aclocal.m4, configure: Rebuilt.
|
| 715 |
|
|
* configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
|
| 716 |
|
|
|
| 717 |
|
|
2006-03-15 Tom Tromey
|
| 718 |
|
|
|
| 719 |
|
|
PR libgcj/26688:
|
| 720 |
|
|
* lib/Makefile.in: Rebuilt.
|
| 721 |
|
|
* lib/Makefile.am (propertydirs): Ignore .svn directories.
|
| 722 |
|
|
(metafiles): Likewise.
|
| 723 |
|
|
|
| 724 |
|
|
2006-03-10 Tom Tromey
|
| 725 |
|
|
|
| 726 |
|
|
For PR libgcj/25713:
|
| 727 |
|
|
* java/util/zip/InflaterInputStream.java (read): Replaced with
|
| 728 |
|
|
libgcj implementation.
|
| 729 |
|
|
|
| 730 |
|
|
2006-03-08 Tom Tromey
|
| 731 |
|
|
|
| 732 |
|
|
PR libgcj/24183:
|
| 733 |
|
|
* native/jni/xmlj/Makefile.in: Rebuilt.
|
| 734 |
|
|
* native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
|
| 735 |
|
|
(reverted local patch).
|
| 736 |
|
|
|
| 737 |
|
|
2006-01-16 Mark Wielaard
|
| 738 |
|
|
|
| 739 |
|
|
* native/fdlibm/namespace.h: Empty for gcj.
|
| 740 |
|
|
|
| 741 |
|
|
2006-01-14 Anthony Green
|
| 742 |
|
|
|
| 743 |
|
|
* java/net/ServerSocket.java (accept): Remove bogus
|
| 744 |
|
|
security check.
|
| 745 |
|
|
(implAccept): Add FIXME comment.
|
| 746 |
|
|
|
| 747 |
|
|
2006-01-06 Tom Tromey
|
| 748 |
|
|
|
| 749 |
|
|
PR libgcj/23499:
|
| 750 |
|
|
* lib/Makefile.in: Rebuilt.
|
| 751 |
|
|
* lib/Makefile.am (glibj_DATA): Commented out.
|
| 752 |
|
|
|
| 753 |
|
|
2005-12-01 Anthony Green
|
| 754 |
|
|
|
| 755 |
|
|
PR bootstrap/25207
|
| 756 |
|
|
* configure.ac: Make sure we have an alsa library in addition to
|
| 757 |
|
|
the headers. This extra test is required for systems with
|
| 758 |
|
|
multilibs.
|
| 759 |
|
|
* configure: Rebuilt.
|
| 760 |
|
|
|
| 761 |
|
|
2005-10-03 Tom Tromey
|
| 762 |
|
|
|
| 763 |
|
|
* native/jawt/Makefile.in: Rebuilt.
|
| 764 |
|
|
* native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
|
| 765 |
|
|
* native/jni/xmlj/Makefile.in: Rebuilt.
|
| 766 |
|
|
* native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
|
| 767 |
|
|
* native/jni/qt-peer/Makefile.in: Rebuilt.
|
| 768 |
|
|
* native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
|
| 769 |
|
|
* native/jni/gtk-peer/Makefile.in: Rebuilt.
|
| 770 |
|
|
* native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
|
| 771 |
|
|
|
| 772 |
|
|
2005-10-03 Tom Tromey
|
| 773 |
|
|
|
| 774 |
|
|
PR libgcj/24057:
|
| 775 |
|
|
* include/Makefile.in: Rebuilt.
|
| 776 |
|
|
* include/Makefile.am: Don't install headers.
|
| 777 |
|
|
|
| 778 |
|
|
2005-09-30 Tom Tromey
|
| 779 |
|
|
|
| 780 |
|
|
PR libgcj/24051:
|
| 781 |
|
|
* Makefile.in: Rebuilt.
|
| 782 |
|
|
* Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
|
| 783 |
|
|
* configure: Rebuilt.
|
| 784 |
|
|
* configure.ac: Use GCC_NO_EXECUTABLES
|
| 785 |
|
|
|
| 786 |
|
|
2005-09-23 Tom Tromey
|
| 787 |
|
|
|
| 788 |
|
|
* native/jawt/.cvsignore: Likewise.
|
| 789 |
|
|
* native/jni/qt-peer/.cvsignore
|
| 790 |
|
|
* native/jawt/Makefile.in: Added.
|
| 791 |
|
|
* native/jni/qt-peer/Makefile.in: Likewise.
|
| 792 |
|
|
|
| 793 |
|
|
2005-09-23 Tom Tromey
|
| 794 |
|
|
|
| 795 |
|
|
Imported Classpath 0.18.
|
| 796 |
|
|
|
| 797 |
|
|
2005-08-23 Tom Tromey
|
| 798 |
|
|
|
| 799 |
|
|
* configure: Rebuilt.
|
| 800 |
|
|
* configure.ac: Fixed typo.
|
| 801 |
|
|
|
| 802 |
|
|
2005-08-22 Tom Tromey
|
| 803 |
|
|
|
| 804 |
|
|
PR libgcj/23498:
|
| 805 |
|
|
* doc/Makefile.am (info_TEXINFOS): Commented out.
|
| 806 |
|
|
* doc/Makefile.in: Rebuilt.
|
| 807 |
|
|
|
| 808 |
|
|
2005-08-22 Kelley Cook
|
| 809 |
|
|
|
| 810 |
|
|
* Makefile.am (ACLOCAL_AMFLAGS): New.
|
| 811 |
|
|
* Makefile.in: Regenerate.
|
| 812 |
|
|
|
| 813 |
|
|
2005-08-22 Tom Tromey
|
| 814 |
|
|
|
| 815 |
|
|
PR libgcj/23498:
|
| 816 |
|
|
* doc/Makefile.am (info_TEXINFOS): Commented out.
|
| 817 |
|
|
* doc/Makefile.in: Rebuilt.
|
| 818 |
|
|
|
| 819 |
|
|
2005-08-11 Rainer Orth
|
| 820 |
|
|
|
| 821 |
|
|
* lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
|
| 822 |
|
|
Don't use unportable !.
|
| 823 |
|
|
|
| 824 |
|
|
2005-07-15 Tom Tromey
|
| 825 |
|
|
|
| 826 |
|
|
* ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
|
| 827 |
|
|
config.sub, configure, ltmain.sh, doc/Makefile.in,
|
| 828 |
|
|
doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
|
| 829 |
|
|
external/sax/Makefile.in, external/w3c_dom/Makefile.in,
|
| 830 |
|
|
include/Makefile.in, include/config.h.in, include/jni.h,
|
| 831 |
|
|
lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
|
| 832 |
|
|
native/jni/Makefile.in, native/jni/classpath/Makefile.in,
|
| 833 |
|
|
native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
|
| 834 |
|
|
native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
|
| 835 |
|
|
native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
|
| 836 |
|
|
native/jni/xmlj/Makefile.in, native/target/Makefile.in,
|
| 837 |
|
|
native/target/Linux/Makefile.in,
|
| 838 |
|
|
native/target/generic/Makefile.in, resource/Makefile.in,
|
| 839 |
|
|
scripts/Makefile.in: Added.
|
| 840 |
|
|
* native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
|
| 841 |
|
|
native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
|
| 842 |
|
|
native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
|
| 843 |
|
|
native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
|
| 844 |
|
|
native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
|
| 845 |
|
|
native/testsuite/.cvsignore, native/.cvsignore,
|
| 846 |
|
|
native/vmi/.cvsignore, native/target/.cvsignore,
|
| 847 |
|
|
native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
|
| 848 |
|
|
include/.cvsignore, doc/api/.cvsignore,
|
| 849 |
|
|
doc/www.gnu.org/faq/.cvsignore,
|
| 850 |
|
|
doc/www.gnu.org/downloads/.cvsignore,
|
| 851 |
|
|
doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
|
| 852 |
|
|
doc/www.gnu.org/events/.cvsignore,
|
| 853 |
|
|
doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
|
| 854 |
|
|
resource/.cvsignore, external/w3c_dom/.cvsignore,
|
| 855 |
|
|
external/sax/.cvsignore, external/.cvsignore,
|
| 856 |
|
|
java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
|
| 857 |
|
|
test/java.io/.cvsignore, test/.cvsignore,
|
| 858 |
|
|
test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
|
| 859 |
|
|
test/java.lang.reflect/.cvsignore, examples/.cvsignore,
|
| 860 |
|
|
lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
|
| 861 |
|
|
compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
|
| 862 |
|
|
vm/reference/.cvsignore, scripts/.cvsignore: Updated.
|