ChangeLog.gcj 29 KB

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