Skip to content
Snippets Groups Projects
  1. Sep 18, 2006
  2. Sep 14, 2006
  3. Sep 12, 2006
  4. Sep 11, 2006
    • daney's avatar
      PR classpath/28580 · 3b6c0fa2
      daney authored
             * gnu/java/net/protocol/http/Request.java (readResponse):  Call
             createResponseBodyStream in more cases and with new parameter.
             (createResponseBodyStream):  Added new parameter mayHaveBody. Handle
             HEAD and !mayHaveBody responses specially.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116853 138bc75d-0d04-0410-961f-82ee72b054a4
      3b6c0fa2
  5. Sep 07, 2006
  6. Sep 06, 2006
  7. Sep 05, 2006
    • gary's avatar
      2006-09-05 Gary Benson <gbenson@redhat.com> · 59c36c3e
      gary authored
      	* java/net/SocketPermission.java
      	(maybeBracketIPv6Address): Renamed to processHostport.
      	(processHostport): Also translate "" to "localhost".
      	(setHostPort): Remove special cases for empty hostport and for
      	extra colons in hostport (processHostport handles these now).
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116694 138bc75d-0d04-0410-961f-82ee72b054a4
      59c36c3e
  8. Sep 01, 2006
  9. Aug 31, 2006
  10. Aug 29, 2006
  11. Aug 24, 2006
  12. Aug 23, 2006
  13. Aug 22, 2006
    • fitzsim's avatar
      2006-08-22 Thomas Fitzsimmons <fitzsim@redhat.com> · 5a5c708c
      fitzsim authored
      	PR libgcj/27890
      	* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
      	Set gnu.classpath.home.url to TOOLEXECLIBDIR.
      	* configure.ac: Do not add --with-native-libdir to
      	ac_configure_args.
      	* java/security/libgcj.security: Remove file.
      	* java/util/logging/logging.properties: Likewise.
      	* classpath/m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro.
      	* classpath/resource/Makefile.am (loggingdir): Define to
      	toolexeclibdir.
      	(securitydir): Likewise.
      	* classpath/configure.ac: Call CLASSPATH_TOOLEXECLIBDIR.
      	Set default nativeexeclibdir using toolexeclibdir.
      	* HACKING: Fix classpath aclocal arguments.
      	* Makefile.am (secdir): Remove variable.
      	(propdir): Likewise.
      	(AM_CXXFLAGS): Replace LIBDIR definition with TOOLEXECLIBDIR
      	definition.
      	(all_property_files): Remove variable.
      	(install-data-local): Do not install libgcj.security or
      	logging.properties.
      	* configure, Makefile.in, classpath/configure,
      	classpath/Makefile.in, classpath/native/jni/java-lang/Makefile.in,
      	classpath/native/jni/midi-alsa/Makefile.in,
      	classpath/native/jni/classpath/Makefile.in,
      	classpath/native/jni/midi-dssi/Makefile.in,
      	classpath/native/jni/Makefile.in,
      	classpath/native/jni/java-nio/Makefile.in,
      	classpath/native/jni/java-net/Makefile.in,
      	classpath/native/jni/gconf-peer/Makefile.in,
      	classpath/native/jni/java-io/Makefile.in,
      	classpath/native/jni/xmlj/Makefile.in,
      	classpath/native/jni/java-util/Makefile.in,
      	classpath/native/jni/qt-peer/Makefile.in,
      	classpath/native/jni/gtk-peer/Makefile.in,
      	classpath/native/Makefile.in, classpath/native/jawt/Makefile.in,
      	classpath/native/target/Linux/Makefile.in,
      	classpath/native/target/Makefile.in,
      	classpath/native/target/generic/Makefile.in,
      	classpath/native/fdlibm/Makefile.in,
      	classpath/native/plugin/Makefile.in,
      	classpath/resource/Makefile.in, classpath/scripts/Makefile.in,
      	classpath/tools/Makefile.in, classpath/doc/Makefile.in,
      	classpath/doc/api/Makefile.in, classpath/lib/Makefile.in,
      	classpath/external/Makefile.in,
      	classpath/external/sax/Makefile.in,
      	classpath/external/w3c_dom/Makefile.in,
      	classpath/external/relaxngDatatype/Makefile.in,
      	classpath/include/Makefile.in, classpath/aclocal.m4,
      	classpath/examples/Makefile.in, aclocal.m4: Regenerate.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116332 138bc75d-0d04-0410-961f-82ee72b054a4
      5a5c708c
  14. Aug 21, 2006
    • tromey's avatar
      boehm-gc · 33b8ea2a
      tromey authored
      	PR libgcj/13212:
      	* configure.ac: Check for pthread_getattr_np(). Remove
      	GC_PTHREAD_SYM_VERSION detection.
      	* include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
      	GC_get_thread_stack_base): New declarations.
      	* pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
      	GC_get_thread_stack_base): New functions.
      	(GC_delete_thread): Don't try to free the first_thread.
      	* misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
      	(pthread_create_, constr): Removed.
      	(pthread_create): Don't rename.
      	* include/gc_ext_config.h.in: Rebuilt.
      	* include/gc_pthread_redirects.h (pthread_create): Define 
      	unconditionally.
      	* include/gc_config.h.in: Rebuilt.
      	* configure: Rebuilt.
      libjava
      	* java/lang/natThread.cc (_Jv_AttachCurrentThread): Attach thread
      	to GC.
      	(_Jv_DetachCurrentThread): Detach thread from GC.
      	* include/boehm-gc.h (_Jv_GCAttachThread, _Jv_GCDetachThread):
      	Declare.
      	* boehm.cc (_Jv_GCAttachThread): New function.
      	(_Jv_GCDetachThread): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116313 138bc75d-0d04-0410-961f-82ee72b054a4
      33b8ea2a
  15. Aug 19, 2006
  16. Aug 18, 2006
  17. Aug 17, 2006
    • hjl's avatar
      2006-08-17 H.J. Lu <hongjiu.lu@intel.com> · c452f8c1
      hjl authored
      	* Makefile.am (install-exec-hook): Support $(DESTDIR).
      	* Makefile.in: Regenerated.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116227 138bc75d-0d04-0410-961f-82ee72b054a4
      c452f8c1
    • tromey's avatar
      * libtool-version: Updated. · 58000337
      tromey authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116206 138bc75d-0d04-0410-961f-82ee72b054a4
      58000337
    • tromey's avatar
      gcc/java/ChangeLog · 919df381
      tromey authored
      	* jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.
      libjava/ChangeLog
      	* configure, Makefile.in: Rebuilt.
      	* Makefile.am (toolexeclib_LTLIBRARIES): Add libgcj_bc.la.
      	(libgcj_bc_la_SOURCES): New variable.
      	(libgcj_bc_la_LDFLAGS): Likewise.
      	(libgcj_bc_la_LIBADD): Likewise.
      	(libgcj_bc_la_DEPENDENCIES): Likewise.
      	(libgcj_bc_la_LINK): Likewise.
      	(libgcj_bc_dummy_LINK): Likewise.
      	(libgcj_bc.la): New target.
      	(install-exec-hook): Likewise.
      	* libgcj.spec.in (*lib): Use LIBGCJ_SPEC.
      	* libgcj_bc.c: New file.
      	* configure.ac (LIBGCJ_SPEC): New subst.
      	* configure.host (use_libgcj_bc): New variable.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116204 138bc75d-0d04-0410-961f-82ee72b054a4
      919df381
  18. Aug 15, 2006
  19. Aug 14, 2006
    • mark's avatar
      2006-08-14 Mark Wielaard <mark@klomp.org> · ffde862e
      mark authored
             Imported GNU Classpath 0.92
             * HACKING: Add more importing hints. Update automake version
             requirement.
      
             * configure.ac (gconf-peer): New enable AC argument.
             Add --disable-gconf-peer and --enable-default-preferences-peer
             to classpath configure when gconf is disabled.
             * scripts/makemake.tcl: Set gnu/java/util/prefs/gconf and
             gnu/java/awt/dnd/peer/gtk to bc. Classify
             gnu/java/security/Configuration.java as generated source file.
      
             * gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java,
             gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java,
             gnu/java/lang/management/VMClassLoadingMXBeanImpl.java,
             gnu/java/lang/management/VMRuntimeMXBeanImpl.java,
             gnu/java/lang/management/VMMemoryManagerMXBeanImpl.java,
             gnu/java/lang/management/VMThreadMXBeanImpl.java,
             gnu/java/lang/management/VMMemoryMXBeanImpl.java,
             gnu/java/lang/management/VMCompilationMXBeanImpl.java: New VM stub
             classes.
             * java/lang/management/VMManagementFactory.java: Likewise.
             * java/net/VMURLConnection.java: Likewise.
             * gnu/java/nio/VMChannel.java: Likewise.
      
             * java/lang/Thread.java (getState): Add stub implementation.
             * java/lang/Class.java (isEnum): Likewise.
             * java/lang/Class.h (isEnum): Likewise.
      
             * gnu/awt/xlib/XToolkit.java (getClasspathTextLayoutPeer): Removed.
      
             * javax/naming/spi/NamingManager.java: New override for StackWalker
             functionality.
      
             * configure, sources.am, Makefile.in, gcj/Makefile.in,
             include/Makefile.in, testsuite/Makefile.in: Regenerated.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116139 138bc75d-0d04-0410-961f-82ee72b054a4
      ffde862e
    • gary's avatar
      2006-08-14 Gary Benson <gbenson@redhat.com> · 1106eb82
      gary authored
      	* java/lang/Thread.java (accessControlState): New field.
      	* java/security/VMAccessControlState.java: New file.
      	* java/security/natVMAccessControlState.cc: Likewise.
      	* java/security/VMAccessController.java
      	(contexts, inGetContext): Removed.
      	(pushContext, popContext, getContext): Use VMAccessControlState.
      	* Makefile.am (nat_source_files): Updated.
      	* sources.am, Makefile.in: Rebuilt.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116128 138bc75d-0d04-0410-961f-82ee72b054a4
      1106eb82
  20. Aug 10, 2006
    • gary's avatar
      2006-08-10 Gary Benson <gbenson@redhat.com> · 76a74a01
      gary authored
      	* include/java-stack.h (GetAccessControlStack): Change return
      	type.
      	* stacktrace.cc (accesscontrol_trace_fn): Record the number of
      	Java frames encountered.
      	(GetAccessControlStack): Return a flag indicating whether a call to
      	doPrivileged was encountered rather than an array of method names.
      	* java/security/natVMAccessController.cc (getStack): Change return
      	type.
      	* java/security/VMAccessController.java (getStack): Likewise.
      	(getContext): Change to reflect the above.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116058 138bc75d-0d04-0410-961f-82ee72b054a4
      76a74a01
  21. Aug 09, 2006
Loading