summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/cp-tools.texinfo (gcjh Tool): Added more text.Tom Tromey2007-03-261-2/+10
| | | | (rmid Tool): Likewise.
* added documentation for gcjhDalibor Topic2007-03-252-4/+69
|
* 2007-03-09 Andreas Tobler <a.tobler@schweiz.org>Andreas Tobler2007-03-091-3/+3
| | | | | | | | Port change from gcc: 2007-03-06 Matthias Klose <doko@ubuntu.com> * doc/Makefile.am(gkeytool.pod): Don't use sed -i.
* * doc/.cvsignore: Add *.1.Mark Wielaard2007-02-192-0/+4
| | | | * doc/Makefile.am (CLEANFILES): Add Tools_MANFILES.
* 2007-02-19 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2007-02-193-6/+6
| | | | | | * cp-hacking.texinfo, cp-tools.texinfo, cp-vmintegration.texinfo: Prefix output file name with cp.
* 2007-02-16 Matthias Klose <doko@ubuntu.com>Mark Wielaard2007-02-191-0/+478
| | | | | | | | | | | * doc/Makefile.am: Add rules to build and install man pages from texinfo docs. * doc/hacking.texinfo doc/tools.texinfo, doc/vmintegration.texinfo: Rename, prefix files with "cp-". * doc/cp-tools.texinfo: Add markup for man page generation, add documentation for command line options for gjar, gjavah, gnative2ascii, gorbd, grmid, grmiregistry, gserialver, gtnameserv. doc/texi2pod.pl: New, taken from the GCC sources.
* 2007-02-16 Matthias Klose <doko@ubuntu.com>Dalibor Topic2007-02-184-251/+916
| | | | | | | | | | | * doc/Makefile.am: Add rules to build and install man pages from texinfo docs. * doc/hacking.texinfo doc/tools.texinfo, doc/vmintegration.texinfo: Rename, prefix files with cp-. * doc/cp-tools.texinfo: Add markup for man page generation, add documentation for command line options for gjar, gjavah, gnative2ascii, gorbd, grmid, grmiregistry, gserialver, gtnameserv. doc/texi2pod.pl: New, taken from the GCC sources.
* 2006-12-25 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-12-251-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/vmintegration.texinfo: Updated to match new threading bean API. * gnu/java/lang/management/ThreadMXBeanImpl.java: (MONITOR_SUPPORT): New constant for object monitor lock support property. (SYNCHRONIZER_SUPPORT): New constant for ownable synchronizer lock support property. (dumpAllThreads(boolean,boolean)): Implemented. (findDeadlockedThreads()): Likewise. (getThreadInfo(long[],boolean,boolean)): Likewise. (isObjectMonitorUsageSupported()): Likewise. (isSynchronizerUsageSupported()): Likewise. * java/lang/management/ThreadInfo.java: (ThreadInfo(Thread,long,long,Object,Thread,long, long,boolean,boolean,StackTraceElement[], MonitorInfo[], LockInfo[])): New constructor. (ThreadInfo(long,String,Thread.State,long,long, String,long,String,long,long,boolean,boolean, StackTraceElement[],MonitorInfo[], LockInfo[])): Likewise. (from(CompositeData)): Updated to handle new attributes. (getLockedMonitors()): Implemented. (getLockedSynchronizers()): Likewise. (getLockInfo()): Likewise. (getLockName()): Handle blocking as documented in 1.6 (getLockOwnerId()): Likewise. (getLockOwnerName()): Likewise. (toString()): Likewise. (isThreadBlocked()): Thread blocked check based on documented 1.6 semantics. * java/lang/management/ThreadMXBean.java: (dumpAllThreads(boolean,boolean)): Implemented. (findDeadlockedThreads()): Likewise. (getThreadInfo(long[],boolean,boolean)): Likewise. (isObjectMonitorUsageSupported()): Likewise. (isSynchronizerUsageSupported()): Likewise. * vm/reference/gnu/java/lang/management/VMThreadMXBeanImpl.java: (findDeadlockedThreads()): New native method. (getLockInfo(ThreadInfo)): Likewise. (getMonitorInfo(ThreadInfo)): Likewise.
* * doc/www.gnu.org/include/layout.wml: Remove gif reference.Mark Wielaard2006-12-175-8/+280
| | | | | | | | * doc/www.gnu.org/include/macros.wml: Correct FSF contact info. * doc/www.gnu.org/newsitems.txt: Add 0.93. * doc/www.gnu.org/downloads/downloads.wml: Likewise. * doc/www.gnu.org/announce/20061211.wml: New file.
* 2006-12-10 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-12-102-2/+2
| | | | * Merge of generics-branch to HEAD (woohoo!)
* 2006-11-26 Ian Rogers <ian.rogers@manchester.ac.uk>Mark Wielaard2006-11-261-39/+91
| | | | * doc/vmintegration.texinfo: Update VM Threading Model section.
* Fixes bug #28822Mark Wielaard2006-11-251-0/+2
| | | | | * doc/api/Makefile.am (create_html): Guard GJDOC invocation with CREATE_API_DOCS
* * docs/www.gnu.org/newsitems.txt: Add Sun GPL news announcement.Mark Wielaard2006-11-171-0/+7
|
* * doc/www.gnu.org/newsitems.txt: Add 0.92.Mark Wielaard2006-08-123-4/+240
| | | | | * doc/www.gnu.org/downloads/downloads.wml: Likewise. * doc/www.gnu.org/announce/20060809.wml: New file.
* 2006-07-22 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-07-221-0/+3
| | | | | | | | | | * doc/vmintegration.texinfo: Document getType(String). * gnu/java/lang/management/MemoryPoolMXBeanImpl.java, * java/lang/management/MemoryPoolMXBean.java: (getType()): Implemented. * vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java (getType(String)): Implemented.
* 2006-07-22 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-07-221-1/+2
| | | | | * doc/vmintegration.texinfo: Move end of itemization block.
* 2006-07-22 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-07-221-0/+19
| | | | | | | | | | | | | | * doc/vmintegration.texinfo: Mention callback methods. * gnu/java/lang/management/MemoryMXBeanImpl.java: (fireNotification(String,String,long,long,long,long,long)): Made package-private. (fireThresholdExceededNotification(String,long,long,long, long,long)): Likewise. (fireCollectionThresholdExceededNotification(String,long, long,long,long,long)): Likewise. * java/lang/management/MemoryMXBean.java: Document notifications.
* * doc/vmintegration.texinfo (gnu.java.lang.management): Change xrefMark Wielaard2006-07-151-4/+4
| | | | | | to code. (JNI Implementation): Mark JVMTI Implementation as next. (JVMTI Implementation): Mark JNI Implementation as prev.
* * NEWS: Update for JVMTI and jvmti.h.Keith Seitz2006-07-151-1/+27
| | | | | * doc/vmintegration.texinfo: Likewise. * include/jvmti.h: New file.
* 2006-07-05 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-07-051-1/+48
| | | | | | | | | | | | | | | | | | | | * NEWS: Updated. * doc/vmintegration.texinfo: Likewise. * examples/gnu/classpath/examples/management/TestGarbageCollector.java, * examples/gnu/classpath/examples/management/TestMemoryManager.java, * gnu/java/lang/management/GarbageCollectorMXBeanImpl.java, * gnu/java/lang/management/MemoryManagerMXBeanImpl.java, * java/lang/management/GarbageCollectorMXBean.java: New files. * java/lang/management/ManagementFactory.java: (getGarbageCollectorMXBeans()): Implemented. (getMemoryManagerMXBeans()): Likewise. * vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java, * vm/reference/gnu/java/lang/management/VMMemoryManagerMXBeanImpl.java: New files. * vm/reference/java/lang/management/VMManagementFactory.java: (getMemoryManagerNames()): Added. (getGarbageCollectorNames()): Added.
* 2006-07-04 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-07-041-4/+91
| | | | | | | | | | | | | * NEWS: Updated. * doc/vmintegration.texinfo: Likewise. * examples/gnu/classpath/examples/management/TestMemoryPool.java, * gnu/java/lang/management/MemoryPoolMXBeanImpl.java: New files. * java/lang/management/ManagementFactory.java: (getMemoryPoolMXBeans()): Implemented. * vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java, * vm/reference/java/lang/management/VMManagementFactory.java: New files.
* 2006-07-02 Andrew John Hughes <gnu_andrew@member.fsf.org>generics-merge-20060702Andrew John Hughes2006-07-021-2/+37
| | | | | | | | | | | | | | | | | | * NEWS: Updated to include VMCompilationMXBeanImpl. * doc/vmintegration.texinfo: Likewise, along with update to VMMemoryMXBeanImpl as below. * examples/gnu/classpath/examples/management/TestCompilation.java, * gnu/java/lang/management/CompilationMXBeanImpl.java, * java/lang/management/CompilationMXBeanImpl.java: New files. * java/lang/management/ManagementFactory.java: (getCompilationMXBean()): Implemented. * vm/reference/gnu/java/lang/management/VMCompilationMXBeanImpl.java: New file. * vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java: (getHeapMemoryUsage()): Added default implementation.
* 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-07-021-1/+35
| | | | | | | | | | | | | | | | | | | | | | | * NEWS: Updated to include VMMemoryMXBeanImpl. * doc/vmintegration.texinfo: Likewise. * examples/gnu/classpath/examples/management/TestMemory.java: New file. * gnu/java/lang/management/ClassLoadingMXBeanImpl.java: Remove redundant import. * gnu/java/lang/management/MemoryMXBeanImpl.java: New file. * gnu/java/lang/management/ThreadMXBeanImpl.java: Remove redundant import. * java/lang/management/ManagementFactory.java: (getMemoryMXBean()): Implemented. * java/lang/management/MemoryMXBean.java, * java/lang/management/MemoryUsage.java: New files. * java/lang/management/ThreadInfo.java: (toString()): Updated documentation. * vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java: New file.
* 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-07-011-1/+96
| | | | | | | | * NEWS: Mention threading bean and getState(). * doc/vmintegration.texinfo: Update documentation for threading bean and new method of VMThread.
* 2006-06-24 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-251-1/+29
| | | | | | | | | | | | | * NEWS, * doc/vmintegration.texinfo: Updated with information on new VM interface. * gnu/java/lang/management/ClassLoadingMXBeanImpl.java, * java/lang/management/ClassLoadingMXBean.java: New files implementing the class loading bean. * java/lang/management/ManagementFactory.java: (getClassLoadingMXBean()): Implemented. * vm/reference/gnu/java/lang/management/VMClassLoadingMXBeanImpl.java: New VM interface file.
* 2006-06-15 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-06-151-0/+7
| | | | | | | | | | | | | | | * configure.ac: Rename appletviewer to gappletviewer, jarsigner to gjarsigner and keytool to gkeytool. * doc/tools.texinfo: Add note about tool exectable names. * tools/Makefile.am: Rename appletviewer to gappletviewer, jarsigner to gjarsigner and keytool to gkeytool. * tools/appletviewer.in: Rename ... * tools/gappletviewer.in: New file. * tools/jarsigner.in: Rename ... * tools/gjarsigner.in: New file. * tools/keytool.in: Rename ... * tools/gkeytool.in: New file. * tools/toolwrapper.c: Simplify TOOLS_ZIP macro.
* 2006-06-12 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-06-121-1/+1
| | | | * doc/tools.texinfo: Replaced original author with "The GNU Classpath Team".
* 2006-06-11 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-06-121-2/+151
| | | | | | | * doc/tools.texinfo (Applet Tools): New chapter. (appletviewer Tool): New section. (gcjwebplugin): New section.
* 2006-06-11 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-111-2/+55
| | | | | | | | | | | | | * NEWS: Mention new VM interface and use of properties. * doc/vmintegration.texinfo: Update with new gnu.java.lang.management section. * gnu/java/lang/management/RuntimeMXBeanImpl.java: New file. * java/lang/management/ManagementFactory.java: (getRuntimeMXBean()): Implemented. * vm/reference/gnu/java/lang/management/RuntimeMXBeanImpl.java: New VM interface file.
* 2006-06-11 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-06-111-84/+353
| | | | | | | | | | | | | | | | | * doc/tools.texinfo: Added text for new -cacert command. Re-structured sections. * resource/gnu/classpath/tools/keytool/messages.properties: Added messages for -cacert command. * tools/gnu/classpath/tools/keytool/Main.java (CACERT_CMD): New constant. (_CACERT): Likewise. (shutdownThread): New field. (Main): Install shutdown thread. (main): Uninstall shutdown thread. (start): Handle new -cacert command. (getParser): Likewise. (teardown): Increased visibility. (ShutdownHook): New inner class. * tools/gnu/classpath/tools/keytool/CACertCmd.java: New file.
* 2006-05-21 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-05-211-9/+9
| | | | | | | | | | | | | | | | | | * doc/tools.texinfo: Replaced references to MessageBundle.properties to messages.properties. * resource/gnu/classpath/tools/jarsigner/MessageBundle.properties: Renamed to messages.properties. * resource/gnu/classpath/tools/keytool/MessageBundle.properties: Likewise. * resource/gnu/classpath/tools/jarsigner/messages.properties: Renamed from MessageBundle.properties. Added copyright notice. * resource/gnu/classpath/tools/keytool/messages.properties: Likewise. * tools/gnu/classpath/tools/jarsigner/Messages.java (BUNDLE_NAME): Use messages instead of MessageBundle properties file. (getFormattedString): Fixed a spelling mistake. * tools/gnu/classpath/tools/keytool/Messages.java: Likewise.
* * doc/www.gnu.org/announce/20060515.wml: New file.Mark Wielaard2006-05-153-4/+232
| | | | | * doc/www.gnu.org/newsitems.txt: Add 0.91 release announcement. * doc/www.gnu.org/downloads/downloads.wml: Add 0.91.
* 2006-05-02 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-05-022-2/+783
| | | | | * doc/tools.texinfo: New file. * doc/Makefile.am: Generate tools documentation.
* 2006-04-22 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-221-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * NEWS: Mention changes to VMProcess and VMSystem. * doc/vmintegration.texinfo: Change documentation on VMProcess and VMSystem. * java/lang/reflect/Modifier.java: (toString(int,StringBuilder)): Merged from generics branch. * vm/reference/java/lang/reflect/Constructor.java (toString()): Use StringBuilder. (toGenericString()): Likewise. * vm/reference/java/lang/reflect/Field.java: (toString()): Use StringBuilder. (toGenericString()): Likewise. * vm/reference/java/lang/reflect/Method.java (toString()): Use StringBuilder. (toGenericString()): Likewise. * include/gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.h, * include/gnu_java_awt_peer_gtk_GdkFontPeer.h, * include/gnu_java_awt_peer_gtk_GdkGraphics.h, * include/gnu_java_awt_peer_gtk_GdkGraphics2D.h, * include/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.h, * include/gnu_java_awt_peer_gtk_GdkPixbufDecoder.h, * include/gnu_java_awt_peer_gtk_GdkRobotPeer.h, * include/gnu_java_awt_peer_gtk_GdkTextLayout.h, * include/gnu_java_awt_peer_gtk_GtkButtonPeer.h, * include/gnu_java_awt_peer_gtk_GtkCanvasPeer.h, * include/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.h, * include/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.h, * include/gnu_java_awt_peer_gtk_GtkCheckboxPeer.h, * include/gnu_java_awt_peer_gtk_GtkChoicePeer.h, * include/gnu_java_awt_peer_gtk_GtkClipboard.h, * include/gnu_java_awt_peer_gtk_GtkComponentPeer.h, * include/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.h, * include/gnu_java_awt_peer_gtk_GtkFileDialogPeer.h, * include/gnu_java_awt_peer_gtk_GtkFramePeer.h, * include/gnu_java_awt_peer_gtk_GtkGenericPeer.h, * include/gnu_java_awt_peer_gtk_GtkImage.h, * include/gnu_java_awt_peer_gtk_GtkLabelPeer.h, * include/gnu_java_awt_peer_gtk_GtkListPeer.h, * include/gnu_java_awt_peer_gtk_GtkMenuBarPeer.h, * include/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.h, * include/gnu_java_awt_peer_gtk_GtkMenuItemPeer.h, * include/gnu_java_awt_peer_gtk_GtkMenuPeer.h, * include/gnu_java_awt_peer_gtk_GtkPanelPeer.h, * include/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.h, * include/gnu_java_awt_peer_gtk_GtkScrollPanePeer.h, * include/gnu_java_awt_peer_gtk_GtkScrollbarPeer.h, * include/gnu_java_awt_peer_gtk_GtkSelection.h, * include/gnu_java_awt_peer_gtk_GtkTextAreaPeer.h, * include/gnu_java_awt_peer_gtk_GtkTextFieldPeer.h, * include/gnu_java_awt_peer_gtk_GtkToolkit.h, * include/gnu_java_awt_peer_gtk_GtkWindowPeer.h, * include/gnu_java_awt_peer_qt_MainQtThread.h, * include/gnu_java_awt_peer_qt_QMatrix.h, * include/gnu_java_awt_peer_qt_QPainterPath.h, * include/gnu_java_awt_peer_qt_QPen.h, * include/gnu_java_awt_peer_qt_QtAudioClip.h, * include/gnu_java_awt_peer_qt_QtButtonPeer.h, * include/gnu_java_awt_peer_qt_QtCanvasPeer.h, * include/gnu_java_awt_peer_qt_QtCheckboxPeer.h, * include/gnu_java_awt_peer_qt_QtChoicePeer.h, * include/gnu_java_awt_peer_qt_QtComponentPeer.h, * include/gnu_java_awt_peer_qt_QtContainerPeer.h, * include/gnu_java_awt_peer_qt_QtDialogPeer.h, * include/gnu_java_awt_peer_qt_QtEmbeddedWindowPeer.h, * include/gnu_java_awt_peer_qt_QtFileDialogPeer.h, * include/gnu_java_awt_peer_qt_QtFontMetrics.h, * include/gnu_java_awt_peer_qt_QtFontPeer.h, * include/gnu_java_awt_peer_qt_QtFramePeer.h, * include/gnu_java_awt_peer_qt_QtGraphics.h, * include/gnu_java_awt_peer_qt_QtGraphicsEnvironment.h, * include/gnu_java_awt_peer_qt_QtImage.h, * include/gnu_java_awt_peer_qt_QtLabelPeer.h, * include/gnu_java_awt_peer_qt_QtListPeer.h, * include/gnu_java_awt_peer_qt_QtMenuBarPeer.h, * include/gnu_java_awt_peer_qt_QtMenuComponentPeer.h, * include/gnu_java_awt_peer_qt_QtMenuItemPeer.h, * include/gnu_java_awt_peer_qt_QtMenuPeer.h, * include/gnu_java_awt_peer_qt_QtPanelPeer.h, * include/gnu_java_awt_peer_qt_QtPopupMenuPeer.h, * include/gnu_java_awt_peer_qt_QtScreenDevice.h, * include/gnu_java_awt_peer_qt_QtScrollPanePeer.h, * include/gnu_java_awt_peer_qt_QtScrollbarPeer.h, * include/gnu_java_awt_peer_qt_QtTextAreaPeer.h, * include/gnu_java_awt_peer_qt_QtTextFieldPeer.h, * include/gnu_java_awt_peer_qt_QtToolkit.h, * include/gnu_java_awt_peer_qt_QtVolatileImage.h, * include/gnu_java_awt_peer_qt_QtWindowPeer.h, * include/gnu_javax_sound_midi_alsa_AlsaMidiDeviceProvider.h, * include/gnu_javax_sound_midi_alsa_AlsaMidiSequencerDevice.h, * include/gnu_javax_sound_midi_alsa_AlsaPortDevice.h, * include/gnu_javax_sound_midi_dssi_DSSIMidiDeviceProvider.h, * include/gnu_javax_sound_midi_dssi_DSSISynthesizer.h, * include/gnu_xml_libxmlj_dom_GnomeAttr.h, * include/gnu_xml_libxmlj_dom_GnomeDocument.h, * include/gnu_xml_libxmlj_dom_GnomeDocumentBuilder.h, * include/gnu_xml_libxmlj_dom_GnomeDocumentType.h, * include/gnu_xml_libxmlj_dom_GnomeElement.h, * include/gnu_xml_libxmlj_dom_GnomeEntity.h, * include/gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h, * include/gnu_xml_libxmlj_dom_GnomeNode.h, * include/gnu_xml_libxmlj_dom_GnomeNodeList.h, * include/gnu_xml_libxmlj_dom_GnomeNotation.h, * include/gnu_xml_libxmlj_dom_GnomeProcessingInstruction.h, * include/gnu_xml_libxmlj_dom_GnomeTypeInfo.h, * include/gnu_xml_libxmlj_dom_GnomeXPathExpression.h, * include/gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h, * include/gnu_xml_libxmlj_dom_GnomeXPathNodeList.h, * include/gnu_xml_libxmlj_dom_GnomeXPathResult.h, * include/gnu_xml_libxmlj_sax_GnomeLocator.h, * include/gnu_xml_libxmlj_sax_GnomeXMLReader.h, * include/gnu_xml_libxmlj_transform_GnomeTransformer.h, * include/gnu_xml_libxmlj_transform_GnomeTransformerFactory.h, * include/java_lang_VMProcess.h, * include/java_lang_VMSystem.h: Regenerated with GCJ 4.1. 2005-12-05 Casey Marshall <csm@gnu.org> * native/jni/classpath/jcl.h (environ): define, or declare 'extern.' * native/jni/java-lang/java_lang_VMProcess.c: include <jcl.h>. Remove 'extern' define. * native/jni/java-lang/java_lang_VMSystem.c (Java_java_lang_VMSystem_environ): don't declare 'environ.' 2005-09-25 Jeroen Frijters <jeroen@frijters.net> * java/lang/System.java, vm/reference/java/lang/VMSystem.java: Removed generic type from VMSystem.environ() signature. 2005-05-04 Tom Tromey <tromey@redhat.com> * native/jni/java-lang/java_lang_VMProcess.c (Java_java_lang_VMProcess_nativeSpawn): Added 'redirect' argument. Use defines instead of contents. * vm/reference/java/lang/VMProcess.java (redirect): New field. (spawn): Updated. (setProcessInfo): Updated. (VMProcess): Added 'redirect' argument. (nativeSpawn): Likewise. (exec): New overload. 2005-01-20 Andrew John Hughes <gnu_andrew@member.fsf.org> * include/java_lang_VMSystem.h: (Java_java_lang_VMSystem_environ): added * vm/reference/java/lang/VMSystem.java: (environ()): new native method
* 2006-04-18 Tom Tromey <tromey@redhat.com>Mark Wielaard2006-04-181-0/+1
| | | | * doc/www.gnu.org/include/layout.wml: Add FMJ.
* Reported by John Sullivan (johns@fsf.org)Mark Wielaard2006-04-181-3/+3
| | | | * doc/www.gnu.org/stories.wml: Update JikesRVM location.
* 2006-04-17 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-171-47/+57
| | | | | | | * NEWS: Mention merge of instrumentation classes. * doc/vmintegration.texinfo: Move instrumentation to correct section.
* 2006-04-16 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-171-1/+1
| | | | | * doc/vmintegration.texinfo: Fix sectioning.
* 2006-04-16 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-171-10/+59
| | | | | | | | * NEWS: Mention generics additions to the VM interface. * doc/vmintegration.texinfo: Added information on VMClass 1.5 additions and VMSecureRandom.
* * doc/hacking.texinfo (Source Code Style Guide): MentionTom Tromey2006-03-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NotImplementedException. * javax/imageio/stream/MemoryCacheImageOutputStream.java (flushBefore): Mark as stub. (read): Likewise. * javax/imageio/stream/MemoryCacheImageInputStream.java (flushBefore): Mark as stub. * javax/imageio/stream/ImageOutputStreamImpl.java (flushBits): Mark as stub. (write): Likewise. (writeBit): Likewise. (writeChars): Likewise. (writeUTF): Likewise. * javax/imageio/stream/FileCacheImageOutputStream.java (read): Mark as stub. (read): Likewise. * java/net/URLConnection.java (getContent): Mark as stub. * java/awt/Window.java (applyResourceBundle): Mark as stub. * java/awt/TexturePaint.java (createContext): Mark as stub. (getTransparency): Mark as stub. * java/awt/ScrollPaneAdjustable.java (paramString): Mark as stub. * java/awt/GridBagLayout.java (AdjustForGravity): Mark as stub. * java/awt/GraphicsConfiguration.java (getBufferCapabilities): Mark as stub. (getImageCapabilities): Likewise. * java/awt/BasicStroke.java (createStrokedShape): Mark as stub. * java/awt/AlphaComposite.java (createContext): Mark as stub. * java/awt/image/renderable/RenderableImageProducer.java: Mark all methods as stubs. * java/awt/font/TextMeasurer.java (deleteChar): Mark as stub. (getAdvanceBetween): Likewise. (getLayout): Likewise. (insertChar): Likewise. (getLineBreakIndex): Likewise. * java/awt/font/ShapeGraphicAttribute.java (draw): Mark as stub. (getAdvance): Likewise. (getAscent): Likewise. (getDescent): Likewise. * java/awt/font/LineBreakMeasurer.java (deleteChar): Mark as stub. (insertChar): Likewise. (nextLayout): Likewise. (nextLayout): Likewise. (nextOffset): Likewise. (nextOffset): Likewise. * java/awt/font/ImageGraphicAttribute.java (draw): Mark as stub. (equals): Likewise. (getAdvance): Likewise. (getAscent): Likewise. (getBounds): Likewise. (getDescent): Likewise. (hashCode): Likewise. (ImageGraphicAttribute): Likewise. * java/awt/font/GraphicAttribute.java (getBounds): Mark as stub. (getJustificationInfo): Likewise. * java/awt/font/GlyphVector.java (getGlyphCharIndex): Mark as stub. (getGlyphCharIndices): Likewise. (getGlyphOutline): Likewise. (getGlyphPixelBounds): Likewise. (getLayoutFlags): Likewise. (getPixelBounds): Likewise. * java/awt/font/GlyphMetrics.java (getLSB): Mark as stub. (getRSB): Likewise. * java/nio/channels/Channels.java (newWriter): Mark as stub. * java/awt/dnd/DragSourceContext.java: Marked most methods as stubs. * java/awt/dnd/DragGestureRecognizer.java (fireDragGestureRecognized): Mark as stub. (resetRecognizer): Likewise. * java/awt/datatransfer/SystemFlavorMap.java (getFlavorsForNative): Mark as stub. (getNativesForFlavor): Likewise. * javax/swing/plaf/synth/SynthStyle.java: Mark all methods as stub.s * javax/swing/plaf/synth/SynthLookAndFeel.java (updateStyles): Mark as stub. (getRegion): Likewise. (createUI): Likewise. (initialize): Likewise. (uninitialize): Likewise. (getDefaults): Likewise. (load): Likewise. (shouldUpdateStyleOnAncestorChanged): Likewise. * javax/swing/plaf/synth/SynthGraphicsUtils.java (getMinimumSize): Mark as stub. (getPreferredSize): Likewise. (getMaximumSize): Likewise. (paintText): Likewise. * java/text/RuleBasedCollator.java (getCollationElementIterator): Mark as stub. * java/text/Collator.java (getAvailableLocales): Mark as stub.
* 2006-03-20 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-03-201-1/+34
| | | | | * doc/vmintegration.texinfo: Updated with gnu.classpath.Unsafe
* 2006-03-19 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-03-191-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | * doc/vmintegration.texinfo: Updated to include VMArray. * include/Makefile.am: Replace java_lang_reflect_Array.h with java_lang_reflect_VMArray.h * include/java_lang_reflect_VMArray.h: New autogenerated header. * include/java_lang_reflect_Array.h: Removed. * java/lang/reflect/Array.java: (newInstance(Class,int)): Calls VMArray. (createMultiArray(Class,int[],int)): Likewise. (createObjectArray(Class,int)): Removed. * native/jni/java-lang/Makefile.am: Replaced java_lang_reflect_Array.c with java_lang_reflect_VMArray.c * native/jni/java-lang/java_lang_reflect_VMArray.c: Renamed from java_lang_reflect_Array.c. * vm/reference/java/lang/reflect/VMArray.java: (createObjectArray(Class,int)): Native method moved from java.lang.reflect.Array.
* * doc/www.gnu.org/announce/20060306.wml: New file.Mark Wielaard2006-03-063-4/+239
| | | | | * doc/www.gnu.org/newsitems.txt: Add 0.90 release announcement. * doc/www.gnu.org/downloads/downloads.wml: Add 0.90.
* 2006-02-24 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-02-241-3/+52
| | | | | | * NEWS: Mentions the VMMath runtime changes. * doc/vmintegration.texinfo: Updated to include VMMath.
* 2006-02-13 Chris Burdess <dog@gnu.org>Chris Burdess2006-02-131-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | * LICENCE, NEWS, configure.ac, doc/README.jaxp, external/Makefile.am, external/relaxngDatatype/.cvsignore, external/relaxngDatatype/Makefile.am, external/relaxngDatatype/README.txt, external/relaxngDatatype/copying.txt, external/relaxngDatatype/org/relaxng/datatype/Datatype.java, external/relaxngDatatype/org/relaxng/datatype/DatatypeBuilder.java, external/relaxngDatatype/org/relaxng/datatype/DatatypeException.java, external/relaxngDatatype/org/relaxng/datatype/DatatypeLibrary.java, external/relaxngDatatype/org/relaxng/datatype/DatatypeLibraryFactory.java, external/relaxngDatatype/org/relaxng/datatype/DatatypeStreamingValidator.java, external/relaxngDatatype/org/relaxng/datatype/ValidationContext.java, external/relaxngDatatype/org/relaxng/datatype/helpers/DatatypeLibraryLoader.java, external/relaxngDatatype/org/relaxng/datatype/helpers/ParameterlessDatatypeBuilder.java, external/relaxngDatatype/org/relaxng/datatype/helpers/StreamingValidatorImpl.java, lib/Makefile.am, lib/gen-classlist.sh.in: Added external RELAX NG pluggable datatypes library API.
* 2006-02-09 Anthony Balkissoon <abalkiss@redhat.com>Anthony Balkissoon2006-02-092-0/+15356
| | | | | * doc/unicode/SpecialCasing-4.0.0.txt: New file. * doc/unicode/UnicodeData-4.0.0.txt: New file.
* 2006-02-01 Anthony Balkissoon <abalkiss@redhat.com>Anthony Balkissoon2006-02-011-0/+133
| | | | | | | | * doc/unicode/Blocks-4.0.0.txt: New file. * java/lang/Character.java: Regenerated inner class UnicodeBlock from scripts/unicode-blocks.pl and doc/unicode/Blocks-4.0.0.txt. * scripts/unicode-blocks.pl: Copied this over from the generics branch but replaced some 1.5-only features (such as enum).
* * doc/api/Makefile.am (create_html): Add -validhtml.Mark Wielaard2006-01-301-0/+1
|
* 2006-01-16 Nicolas Geoffray <nicolas.geoffray@menlina.com>Nicolas Geoffray2006-01-161-20/+24
| | | | | * doc/vmintegration.texinfo: Updated subsection of the java.lang.InstrumentationImpl documentation.
* * doc/www.gnu.org/announce/20060113.wml: New file.Mark Wielaard2006-01-133-4/+304
| | | | | * doc/www.gnu.org/newsitems.txt: Add 0.20 release announcement. * doc/www.gnu.org/downloads/downloads.wml: Add 0.20.