| 1 |
753 |
jeremybenn |
2009-12-30 Robert Millan
|
| 2 |
|
|
|
| 3 |
|
|
PR other/42537
|
| 4 |
|
|
* classpath/java/rmi/activation/Activatable.java: Fix typos in comment.
|
| 5 |
|
|
|
| 6 |
|
|
2009-12-14 Ralf Wildenhues
|
| 7 |
|
|
|
| 8 |
|
|
* configure.ac: Remove code to un-precious-ize CC, CXX,
|
| 9 |
|
|
CXXFLAGS, CFLAGS, LDFLAGS.
|
| 10 |
|
|
* configure: Regenerate.
|
| 11 |
|
|
|
| 12 |
|
|
2009-12-09 John David Anglin
|
| 13 |
|
|
|
| 14 |
|
|
* include/pa-signal.h: Do not include ucontext.h.
|
| 15 |
|
|
(SIGNAL_HANDLER): Add __attribute__ ((unused)) to signal handler
|
| 16 |
|
|
arguments.
|
| 17 |
|
|
(MAKE_THROW_FRAME): Do not adjust program counter.
|
| 18 |
|
|
* include/hppa-signal.h: Do not include sys/types.h, sys/syscall.h and
|
| 19 |
|
|
unistd.h.
|
| 20 |
|
|
(MAKE_THROW_FRAME): Do not adjust program counter.
|
| 21 |
|
|
(HANDLE_FPE): Define.
|
| 22 |
|
|
(INIT_SEGV, INIT_FPE): Revise indentation.
|
| 23 |
|
|
|
| 24 |
|
|
2009-12-09 Bryce McKinlay
|
| 25 |
|
|
|
| 26 |
|
|
PR java/41991
|
| 27 |
|
|
* configure.ac (SYSTEMSPEC): Pass -allow_stack_execute to Darwin
|
| 28 |
|
|
linker.
|
| 29 |
|
|
* Makefile.am (gij_LDFLAGS): Remove extra_gij_ldflags.
|
| 30 |
|
|
* configure: Regenerate.
|
| 31 |
|
|
* Makefile.in: Regenerate.
|
| 32 |
|
|
|
| 33 |
|
|
2009-12-08 Eric Botcazou
|
| 34 |
|
|
|
| 35 |
|
|
* configure.host (sparc*-sun-solaris2.*): New case.
|
| 36 |
|
|
* include/dwarf2-signal.h (MAKE_THROW_FRAME, SPARC case): Make dummy.
|
| 37 |
|
|
* include/sparc-signal.h: Do not include ucontext.h.
|
| 38 |
|
|
(SIGNAL_HANDLER): Rename symbol.
|
| 39 |
|
|
(FLUSH_REGISTER_WINDOWS): Delete.
|
| 40 |
|
|
(MAKE_THROW_FRAME): Make dummy.
|
| 41 |
|
|
(INIT_SEGV): Adjust for above renaming.
|
| 42 |
|
|
(INIT_FPE): Likewise.
|
| 43 |
|
|
|
| 44 |
|
|
2009-12-07 Eric Botcazou
|
| 45 |
|
|
|
| 46 |
|
|
* configure.ac (net/if.h check): Include sys/socket.h if present.
|
| 47 |
|
|
* configure: Regenerate.
|
| 48 |
|
|
|
| 49 |
|
|
2009-12-05 Ralf Wildenhues
|
| 50 |
|
|
|
| 51 |
|
|
* Makefile.in: Regenerate.
|
| 52 |
|
|
* configure: Regenerate.
|
| 53 |
|
|
* gcj/Makefile.in: Regenerate.
|
| 54 |
|
|
* include/Makefile.in: Regenerate.
|
| 55 |
|
|
* testsuite/Makefile.in: Regenerate.
|
| 56 |
|
|
|
| 57 |
|
|
2009-12-02 Ben Elliston
|
| 58 |
|
|
|
| 59 |
|
|
* java/net/natVMURLConnection.cc (guessContentTypeFromBuffer):
|
| 60 |
|
|
Mark `bytes' and `valid' parameters as potentially unused.
|
| 61 |
|
|
|
| 62 |
|
|
2009-11-30 Dave Korn
|
| 63 |
|
|
|
| 64 |
|
|
* testsuite/lib/libjava.exp (libjava_init): Add host-dependent
|
| 65 |
|
|
settings for LC_ALL and LANG.
|
| 66 |
|
|
|
| 67 |
|
|
2009-11-30 Ben Elliston
|
| 68 |
|
|
|
| 69 |
|
|
* jni.cc (_Jv_JNI_GetObjectRefType): Mark `object' parameter as
|
| 70 |
|
|
maybe unused.
|
| 71 |
|
|
|
| 72 |
|
|
2009-11-26 Ben Elliston
|
| 73 |
|
|
|
| 74 |
|
|
* posix-threads.cc (ParkHelper::unpark): Do not initialise result,
|
| 75 |
|
|
but assign it instead. Eliminates an unused variable warning when
|
| 76 |
|
|
the result == 0 assertion is disabled.
|
| 77 |
|
|
|
| 78 |
|
|
2009-11-17 Andrew Haley
|
| 79 |
|
|
|
| 80 |
|
|
* posix-threads.cc (park): Rewrite code to handle time.
|
| 81 |
|
|
Move mutex lock before the call to compare_and_swap to avoid a
|
| 82 |
|
|
race condition.
|
| 83 |
|
|
Add some assertions.
|
| 84 |
|
|
(unpark): Add an assertion.
|
| 85 |
|
|
(init): Move here from posix-threads.h.
|
| 86 |
|
|
* include/posix-threads.h (destroy): removed.
|
| 87 |
|
|
|
| 88 |
|
|
2009-11-13 Eric Botcazou
|
| 89 |
|
|
|
| 90 |
|
|
* exception.cc (PERSONALITY_FUNCTION): Fix oversight.
|
| 91 |
|
|
|
| 92 |
|
|
2009-11-02 Ralf Wildenhues
|
| 93 |
|
|
|
| 94 |
|
|
PR bootstrap/38867
|
| 95 |
|
|
* configure.ac (expanded_prefix): New variable, set to the
|
| 96 |
|
|
default prefix if none was passed on the command line.
|
| 97 |
|
|
* configure: Regenerate.
|
| 98 |
|
|
|
| 99 |
|
|
2009-10-22 Matthias Klose
|
| 100 |
|
|
|
| 101 |
|
|
* configure.ac: Rename --enable-plugin to --enable-browser-plugin,
|
| 102 |
|
|
pass --{en,dis}able-plugin to the classpath configure.
|
| 103 |
|
|
* configure: Regenerate.
|
| 104 |
|
|
|
| 105 |
|
|
2009-09-30 Dave Korn
|
| 106 |
|
|
|
| 107 |
|
|
* configure.host (libgcj_sublib_ltflags): New variable.
|
| 108 |
|
|
* configure.ac (LIBGCJ_SUBLIB_LTFLAGS): AC_SUBST variable for
|
| 109 |
|
|
the above in makefiles.
|
| 110 |
|
|
* configure: Regenerate.
|
| 111 |
|
|
|
| 112 |
|
|
* Makefile.am (libgcj_la_LDFLAGS_NOUNDEF): Rename from this ...
|
| 113 |
|
|
(LIBJAVA_LDFLAGS_NOUNDEF): ... to this, initialise from
|
| 114 |
|
|
LIBGCJ_SUBLIB_LTFLAGS (only when building sublibs), and ...
|
| 115 |
|
|
(libgij_la_LDFLAGS, libgcj_tools_la_LDFLAGS, libjvm_la_LDFLAGS,
|
| 116 |
|
|
lib_gnu_awt_xlib_la_LDFLAGS, libgcj_bc_la_LDFLAGS): ... use it in
|
| 117 |
|
|
all these places to replace hard-coded -no-undefined and -bindir
|
| 118 |
|
|
flags, as well as ...
|
| 119 |
|
|
(libgcj_la_LDFLAGS): ... updating existing reference here.
|
| 120 |
|
|
* Makefile.in: Regenerate.
|
| 121 |
|
|
* include/Makefile.in: Likewise.
|
| 122 |
|
|
* testsuite/Makefile.in: Likewise.
|
| 123 |
|
|
* gcj/Makefile.in: Likewise.
|
| 124 |
|
|
|
| 125 |
|
|
2009-09-27 Ralf Wildenhues
|
| 126 |
|
|
|
| 127 |
|
|
PR libgcj/38298
|
| 128 |
|
|
* Makefile.am (libgcj_tools_la_LIBADD): Add '-lm'.
|
| 129 |
|
|
* Makefile.in: Regenerate.
|
| 130 |
|
|
|
| 131 |
|
|
2009-09-22 Dave Korn
|
| 132 |
|
|
|
| 133 |
|
|
* configure.host (enable_libgcj_sublibs_default): New variable,
|
| 134 |
|
|
set for Cygwin and MinGW.
|
| 135 |
|
|
* configure.ac (--enable-libgcj-sublibs): New command-line switch.
|
| 136 |
|
|
(BUILD_SUBLIBS): New AM_CONDITIONAL relating to it.
|
| 137 |
|
|
(libgcj_spec_lgcj_override): New variable, define if building sublibs.
|
| 138 |
|
|
(libgcj_spec_lgcj_bc_override): Likewise for when USE_LIBGCJ_BC.
|
| 139 |
|
|
(LIBGCJ_SPEC_LGCJ): New variable to abstract "-lgcj" from specs.
|
| 140 |
|
|
(LIBGCJ_SPEC_LGCJ_BC): Likewise for when USE_LIBGCJ_BC.
|
| 141 |
|
|
(LIBGCJ_SPEC): Use them.
|
| 142 |
|
|
* configure: Regenerate.
|
| 143 |
|
|
* Makefile.am (LOWER_PACKAGE_FILES_LO): New variable.
|
| 144 |
|
|
(ALL_PACKAGE_SOURCE_FILES_LO): Likewise.
|
| 145 |
|
|
(NONCORE_PACKAGE_SOURCE_FILES_LO): Likewise.
|
| 146 |
|
|
(CORE_PACKAGE_SOURCE_FILES_LO): Likewise.
|
| 147 |
|
|
(toolexeclib_LTLIBRARIES): Add libgcj-noncore.la if building sublibs.
|
| 148 |
|
|
(libgcj_noncore_la_LIBADD_SUBOBJECTS): New variable.
|
| 149 |
|
|
(libgcj_la_LIBADD_SUBOBJECTS): Likewise.
|
| 150 |
|
|
(libgcj_la_LDFLAGS_NOUNDEF): Likewise.
|
| 151 |
|
|
(libgij_la_LDFLAGS): Add DLL-related options.
|
| 152 |
|
|
(libgcj_la_LDFLAGS): Use libgcj_la_LDFLAGS_NOUNDEF and
|
| 153 |
|
|
libgcj_la_LIBADD_SUBOBJECTS.
|
| 154 |
|
|
(libgcj_la_DEPENDENCIES): Adjust to match.
|
| 155 |
|
|
(libgcj_noncore_la_SOURCES, libgcj_noncore_la_LDFLAGS,
|
| 156 |
|
|
libgcj_noncore_la_LIBADD, libgcj_noncore_la_DEPENDENCIES,
|
| 157 |
|
|
libgcj_noncore_la_LINK): New automake variables for sublibrary.
|
| 158 |
|
|
(libgcj_tools_la_LDFLAGS): Add DLL-related flags.
|
| 159 |
|
|
(libgcj_tools_la_LIBADD): New variable.
|
| 160 |
|
|
(libjvm_la_LDFLAGS): Add DLL-related flags.
|
| 161 |
|
|
(lib_gnu_awt_xlib_la_LDFLAGS): Likewise.
|
| 162 |
|
|
(libgcj_bc_la_LDFLAGS): Likewise.
|
| 163 |
|
|
(libgij_la_DEPENDENCIES): Add dependency on libgcj-noncore.la when
|
| 164 |
|
|
building sublibs.
|
| 165 |
|
|
(libgcj_tools_la_DEPENDENCIES, libjvm_la_DEPENDENCIES,
|
| 166 |
|
|
lib_gnu_awt_xlib_la_DEPENDENCIES, jv_convert_DEPENDENCIES,
|
| 167 |
|
|
gcj_dbtool_DEPENDENCIES, gc_analyze_DEPENDENCIES, ecjx_DEPENDENCIES):
|
| 168 |
|
|
Likewise.
|
| 169 |
|
|
* Makefile.in: Regenerate.
|
| 170 |
|
|
* sysdep/i386/backtrace.h (MAIN_FUNC): New #define for main function,
|
| 171 |
|
|
set appropriately for Cygwin on that platform or to "main" elsewhere.
|
| 172 |
|
|
(fallback_backtrace): Use it to limit stack unwind.
|
| 173 |
|
|
|
| 174 |
|
|
2009-09-16 Jonathan Yong
|
| 175 |
|
|
|
| 176 |
|
|
* gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: Correct
|
| 177 |
|
|
UnsupportedOperationException namespace.
|
| 178 |
|
|
|
| 179 |
|
|
2009-09-16 Andrew Haley
|
| 180 |
|
|
|
| 181 |
|
|
* libgcj_bc.c (__data_start, data_start, _end): Add dummy usage.
|
| 182 |
|
|
|
| 183 |
|
|
2009-09-11 Ralf Wildenhues
|
| 184 |
|
|
|
| 185 |
|
|
* Makefile.am (libgij_la_LINK, libjvm_la_LINK): New.
|
| 186 |
|
|
* Makefile.in: Regenerate.
|
| 187 |
|
|
|
| 188 |
|
|
2009-09-08 Alexandre Oliva
|
| 189 |
|
|
|
| 190 |
|
|
* configure: Rebuilt with modified libtool.m4.
|
| 191 |
|
|
|
| 192 |
|
|
2009-08-24 Ralf Wildenhues
|
| 193 |
|
|
|
| 194 |
|
|
* configure.ac (AC_PREREQ): Bump to 2.64.
|
| 195 |
|
|
|
| 196 |
|
|
2009-08-22 Ralf Wildenhues
|
| 197 |
|
|
|
| 198 |
|
|
* HACKING: Use aclocal-1.11 and autoconf-2.64 in example.
|
| 199 |
|
|
* Makefile.am (install-html, install-pdf): Remove.
|
| 200 |
|
|
* Makefile.in: Regenerate.
|
| 201 |
|
|
|
| 202 |
|
|
* Makefile.in: Regenerate.
|
| 203 |
|
|
* aclocal.m4: Regenerate.
|
| 204 |
|
|
* configure: Regenerate.
|
| 205 |
|
|
* gcj/Makefile.in: Regenerate.
|
| 206 |
|
|
* include/Makefile.in: Regenerate.
|
| 207 |
|
|
* include/config.h.in: Regenerate.
|
| 208 |
|
|
* testsuite/Makefile.in: Regenerate.
|
| 209 |
|
|
|
| 210 |
|
|
* Makefile.am (libgcj_la_LINK, libgcj_tools_la_LINK)
|
| 211 |
|
|
(lib_gnu_awt_xlib_la_LINK, libgcj_bc_la_LINK, jv_convert_LINK)
|
| 212 |
|
|
(gcj_dbtool_LINK, gc_analyze_LINK, gij_LINK, ecjx_LINK)
|
| 213 |
|
|
(gappletviewer_LINK, gjarsigner_LINK, gkeytool_LINK)
|
| 214 |
|
|
(gjar_LINK, gjavah_LINK, gcjh_LINK, gnative2ascii_LINK)
|
| 215 |
|
|
(gorbd_LINK, grmid_LINK, gserialver_LINK, gtnameserv_LINK)
|
| 216 |
|
|
(grmic_LINK, grmiregistry_LINK, gjdoc_LINK): Add $(gjdoc_LDFLAGS).
|
| 217 |
|
|
(GCJLINK, LIBLINK, CXXLINK): Add $(LIBTOOLFLAGS).
|
| 218 |
|
|
* Makefile.in: Regenerate.
|
| 219 |
|
|
|
| 220 |
|
|
2009-08-17 Andrew Haley
|
| 221 |
|
|
|
| 222 |
|
|
* Makefile.am (libgcj_bc_la_LIBADD): Delete.
|
| 223 |
|
|
* libgcj.spec.in: (LIBGCJ_BC_SPEC): New spec.
|
| 224 |
|
|
* configure.ac (LIBGCJ_BC_SPEC): New spec.
|
| 225 |
|
|
|
| 226 |
|
|
2009-08-17 Andrew Haley
|
| 227 |
|
|
|
| 228 |
|
|
* Makefile.in,
|
| 229 |
|
|
include/Makefile.in,
|
| 230 |
|
|
testsuite/Makefile.in,
|
| 231 |
|
|
gcj/Makefile.in: Regenerate.
|
| 232 |
|
|
|
| 233 |
|
|
2009-08-14 Kai Tietz
|
| 234 |
|
|
|
| 235 |
|
|
* gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: Add include of
|
| 236 |
|
|
java/lang/UnsupportedOperationException.h file.
|
| 237 |
|
|
|
| 238 |
|
|
2009-08-12 Andrew Haley
|
| 239 |
|
|
|
| 240 |
|
|
* sysdep/arm/locks.h: Use atomic builtins For Linux EABI.
|
| 241 |
|
|
* configure.ac: Add ATOMICSPEC.
|
| 242 |
|
|
* libgcj.spec.in: Likewise.
|
| 243 |
|
|
* configure.host (arm*-linux*): Add -Wno-abi to cxxflags.
|
| 244 |
|
|
(testsuite/libjava.jvmti/jvmti-interp.exp): Likewise.
|
| 245 |
|
|
(testsuite/libjava.jvmti/jvmti.exp): Likewise.
|
| 246 |
|
|
(testsuite/libjava.jni/jni.exp): Likewise.
|
| 247 |
|
|
Set ATOMICSPEC.
|
| 248 |
|
|
Set LDFLAGS to work around libtool feature.
|
| 249 |
|
|
|
| 250 |
|
|
2009-07-30 Ralf Wildenhues
|
| 251 |
|
|
|
| 252 |
|
|
* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
|
| 253 |
|
|
|
| 254 |
|
|
2009-07-28 David Daney
|
| 255 |
|
|
|
| 256 |
|
|
* gnu/gcj/util/natGCInfo.cc (nomem_handler): Use oomDumpName as
|
| 257 |
|
|
dump file name base.
|
| 258 |
|
|
|
| 259 |
|
|
2009-07-27 Andrew John Hughes
|
| 260 |
|
|
|
| 261 |
|
|
PR libgcj/40616
|
| 262 |
|
|
* java/io/PrintStream.class: Regenerated.
|
| 263 |
|
|
* java/io/PrintStream.h: Updated.
|
| 264 |
|
|
* java/io/PrintStream.java:
|
| 265 |
|
|
(PrintStream(File)): Ported from GNU Classpath
|
| 266 |
|
|
version.
|
| 267 |
|
|
(PrintStream(File, String)): Likewise.
|
| 268 |
|
|
(PrintStream(String)): Likewise.
|
| 269 |
|
|
(PrintStream(String, String)): Likewise.
|
| 270 |
|
|
|
| 271 |
|
|
2009-07-24 Kai Tietz
|
| 272 |
|
|
|
| 273 |
|
|
* gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: New Win32
|
| 274 |
|
|
specific implementation.
|
| 275 |
|
|
|
| 276 |
|
|
2009-07-23 Matthias Klose
|
| 277 |
|
|
|
| 278 |
|
|
* contrib/aotcompile.py.in: Use hashlib instead of md5 if available.
|
| 279 |
|
|
|
| 280 |
|
|
2009-07-17 Joseph Myers
|
| 281 |
|
|
|
| 282 |
|
|
PR other/40784
|
| 283 |
|
|
* configure: Regenerate.
|
| 284 |
|
|
|
| 285 |
|
|
2009-07-16 Joseph Myers
|
| 286 |
|
|
|
| 287 |
|
|
* configure: Regenerate.
|
| 288 |
|
|
|
| 289 |
|
|
2009-07-11 Richard Sandiford
|
| 290 |
|
|
|
| 291 |
|
|
PR testsuite/40699
|
| 292 |
|
|
PR testsuite/40707
|
| 293 |
|
|
PR testsuite/40709
|
| 294 |
|
|
* testsuite/lib/libjava.exp: Revert 2009-06-30 commit.
|
| 295 |
|
|
|
| 296 |
|
|
2009-06-30 Richard Sandiford
|
| 297 |
|
|
|
| 298 |
|
|
* testsuite/lib/libjava.exp (libjava_init): Just add
|
| 299 |
|
|
find_libgcc_s to libjava_libgcc_s_path, rather than every
|
| 300 |
|
|
libgcc multilib directory.
|
| 301 |
|
|
(libjava_arguments): Explain why we add "." to ld_library_path.
|
| 302 |
|
|
(gcj_invoke, exec_gij, libjava_invoke): Use add_path.
|
| 303 |
|
|
|
| 304 |
|
|
2009-06-22 Matthias Klose
|
| 305 |
|
|
|
| 306 |
|
|
* libtool-version: Bump soversion.
|
| 307 |
|
|
|
| 308 |
|
|
2009-05-12 Alexandre Oliva
|
| 309 |
|
|
|
| 310 |
|
|
* configure.ac: Insert libgcjdir in the GCJ passed in the
|
| 311 |
|
|
environment, rather than overriding completely.
|
| 312 |
|
|
* configure: Rebuilt.
|
| 313 |
|
|
|
| 314 |
|
|
2009-04-28 Dave Korn
|
| 315 |
|
|
|
| 316 |
|
|
* testsuite/libjava.jvmti/jvmti-interp.exp
|
| 317 |
|
|
(gcj_jni_compile_c_to_so): Fix so extension to '.dll' on win32.
|
| 318 |
|
|
* testsuite/lib/libjava.exp (libjava_init): Likewise.
|
| 319 |
|
|
* testsuite/libjava.jni/jni.exp
|
| 320 |
|
|
(gcj_jni_compile_c_to_so): Likewise.
|
| 321 |
|
|
(gcj_jni_test_one): Likewise.
|
| 322 |
|
|
|
| 323 |
|
|
2009-04-28 Andrew Haley
|
| 324 |
|
|
|
| 325 |
|
|
PR libgcj/39899
|
| 326 |
|
|
* Makefile.am (libgcj_tools_la_LDFLAGS): Add
|
| 327 |
|
|
-fno-bootstrap-classes to libgcj_tools_la_GCJFLAGS.
|
| 328 |
|
|
* Makefile.in: Regenerate.
|
| 329 |
|
|
|
| 330 |
|
|
2009-04-28 Dave Korn
|
| 331 |
|
|
|
| 332 |
|
|
* interpret.cc (DEBUG): Rename this ...
|
| 333 |
|
|
(__GCJ_DEBUG): ... to this throughout.
|
| 334 |
|
|
* configure.ac: Likewise.
|
| 335 |
|
|
* interpret-run.cc: Likewise.
|
| 336 |
|
|
* prims.cc: Likewise.
|
| 337 |
|
|
* gnu/classpath/natConfiguration.cc: Likewise.
|
| 338 |
|
|
* include/java-assert.h: Likewise.
|
| 339 |
|
|
* java/io/natVMObjectInputStream.cc: Likewise.
|
| 340 |
|
|
|
| 341 |
|
|
* configure: Regenerate.
|
| 342 |
|
|
* include/config.h.in: Regenerate.
|
| 343 |
|
|
|
| 344 |
|
|
2009-04-28 Dave Korn
|
| 345 |
|
|
|
| 346 |
|
|
* java/lang/natVMClassLoader.cc
|
| 347 |
|
|
(java::lang::VMClassLoader::defineClass): Fix assert.
|
| 348 |
|
|
|
| 349 |
|
|
2009-04-26 Matthias Klose
|
| 350 |
|
|
|
| 351 |
|
|
* contrib/aot-compile.in: Print diagnostics for malformed or invalid
|
| 352 |
|
|
class files.
|
| 353 |
|
|
* contrib/generate-cacerts.pl.in: New.
|
| 354 |
|
|
* configure.ac (AC_CONFIG_FILES): Add generate-cacerts.pl.
|
| 355 |
|
|
|
| 356 |
|
|
2009-04-24 Matthias Klose
|
| 357 |
|
|
|
| 358 |
|
|
* configure.ac: Create missing directory gnu/java/security/jce/prng.
|
| 359 |
|
|
* configure: Regenerate.
|
| 360 |
|
|
|
| 361 |
|
|
2009-04-23 Matthias Klose
|
| 362 |
|
|
|
| 363 |
|
|
* Makefile.am (install-data-local): Fix symlinks to header files.
|
| 364 |
|
|
* Makefile.in: Regenerate.
|
| 365 |
|
|
|
| 366 |
|
|
2009-04-23 Dave Korn
|
| 367 |
|
|
|
| 368 |
|
|
* gnu/classpath/jdwp/natVMVirtualMachine.cc (handle_single_step): Use
|
| 369 |
|
|
casted pointer in debugging assert.
|
| 370 |
|
|
(jdwpBreakpointCB): Likewise.
|
| 371 |
|
|
|
| 372 |
|
|
2009-04-09 Jack Howarth
|
| 373 |
|
|
|
| 374 |
|
|
* configure.host: Restore match for darwin9 or later.
|
| 375 |
|
|
* configure.ac: Likewise.
|
| 376 |
|
|
* configure: Regenerate.
|
| 377 |
|
|
|
| 378 |
|
|
2009-03-11 Andrew Haley
|
| 379 |
|
|
|
| 380 |
|
|
* java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Clear
|
| 381 |
|
|
INTERPRETED access modifier.
|
| 382 |
|
|
|
| 383 |
|
|
2009-03-11 Tom Tromey
|
| 384 |
|
|
|
| 385 |
|
|
* link.cc (_Jv_Linker::find_field): Pass the field_type to
|
| 386 |
|
|
_Jv_CheckOrCreateLoadingConstraint, not the class that is
|
| 387 |
|
|
requesting the field.
|
| 388 |
|
|
|
| 389 |
|
|
2009-03-03 Andrew John Hughes
|
| 390 |
|
|
|
| 391 |
|
|
* Makefile.am:
|
| 392 |
|
|
Remove dangling src.zip and javac symlinks.
|
| 393 |
|
|
Fix java.security symlink to use toolexeclibdir
|
| 394 |
|
|
as classpath/resource/Makefile.am does.
|
| 395 |
|
|
* Makefile.in,
|
| 396 |
|
|
* configure: Regenerated.
|
| 397 |
|
|
* configure.ac: Drop hard-coded prefix,
|
| 398 |
|
|
thus removing sdk_dir and making jre_dir="jre".
|
| 399 |
|
|
Map x86_64 to amd64 as used by OpenJDK.
|
| 400 |
|
|
* gcj/Makefile.in,
|
| 401 |
|
|
* include/Makefile.in,
|
| 402 |
|
|
* testsuite/Makefile.in: Regenerated.
|
| 403 |
|
|
|
| 404 |
|
|
2009-03-01 Ralf Wildenhues
|
| 405 |
|
|
|
| 406 |
|
|
* configure: Regenerate.
|
| 407 |
|
|
|
| 408 |
|
|
2009-02-13 Andrew John Hughes
|
| 409 |
|
|
|
| 410 |
|
|
Import GNU Classpath (classpath-0_98-release).
|
| 411 |
|
|
|
| 412 |
|
|
* Makefile.am: Add natVMSecureRandom.cc.
|
| 413 |
|
|
* Makefile.in: Regenerated.
|
| 414 |
|
|
* classpath/ChangeLog,
|
| 415 |
|
|
* classpath/Makefile.am: Merged.
|
| 416 |
|
|
* classpath/Makefile.in: Regenerated.
|
| 417 |
|
|
* classpath/NEWS: Merged.
|
| 418 |
|
|
* classpath/config.guess,
|
| 419 |
|
|
* classpath/config.sub,
|
| 420 |
|
|
* classpath/configure: Regenerated.
|
| 421 |
|
|
* classpath/configure.ac: Merged.
|
| 422 |
|
|
* classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java,
|
| 423 |
|
|
* classpath/gnu/java/security/jce/prng/SecureRandomAdapter.java,
|
| 424 |
|
|
* classpath/gnu/javax/crypto/jce/prng/ARCFourRandomSpi.java,
|
| 425 |
|
|
* classpath/gnu/javax/crypto/jce/prng/CSPRNGSpi.java,
|
| 426 |
|
|
* classpath/gnu/javax/crypto/jce/prng/FortunaImpl.java,
|
| 427 |
|
|
* classpath/gnu/javax/crypto/jce/prng/ICMRandomSpi.java,
|
| 428 |
|
|
* classpath/gnu/javax/crypto/jce/prng/UMacRandomSpi.java,
|
| 429 |
|
|
* classpath/gnu/javax/crypto/prng/ICMGenerator.java,
|
| 430 |
|
|
* classpath/gnu/xml/stream/XMLParser.java,
|
| 431 |
|
|
* classpath/java/security/SecureRandom.java,
|
| 432 |
|
|
* classpath/native/jni/native-lib/cpproc.c,
|
| 433 |
|
|
* classpath/native/plugin/gcjwebplugin.cc,
|
| 434 |
|
|
* classpath/tools/gnu/classpath/tools/gjdoc/Main.java: Merged.
|
| 435 |
|
|
* configure: Regenerated.
|
| 436 |
|
|
* configure.ac: Add symlink for natVMSecureRandomPosix.cc to natVMSecureRandom.cc
|
| 437 |
|
|
* gnu/classpath/Configuration.java: Change version to 0.98.
|
| 438 |
|
|
* gnu/java/security/jce/prng/SecureRandomAdapter.h: Regenerated.
|
| 439 |
|
|
* gnu/java/security/jce/prng/VMSecureRandom.h: Generated.
|
| 440 |
|
|
* gnu/java/security/jce/prng/VMSecureRandom.java: Added native implementation.
|
| 441 |
|
|
* gnu/java/security/jce/prng/natVMSecureRandomPosix.cc: Wrapper around /dev/random.
|
| 442 |
|
|
* gnu/javax/crypto/jce/prng/CSPRNGSpi.h,
|
| 443 |
|
|
* gnu/javax/crypto/jce/prng/FortunaImpl.h,
|
| 444 |
|
|
* java/security/SecureRandom.h: Regenerated.
|
| 445 |
|
|
* java/security/VMSecureRandom$Spinner.h,
|
| 446 |
|
|
* java/security/VMSecureRandom.h,
|
| 447 |
|
|
* java/security/VMSecureRandom.java: Removed.
|
| 448 |
|
|
* sources.am: Move VMSecureRandom to gnu.java.security.jce.prng.
|
| 449 |
|
|
|
| 450 |
|
|
2009-02-10 Mark Mitchell
|
| 451 |
|
|
|
| 452 |
|
|
* Makefile.am (AM_MAKEFLAGS): Pass down datadir.
|
| 453 |
|
|
* Makefile.in: Regenerated.
|
| 454 |
|
|
|
| 455 |
|
|
2009-02-09 Mark Mitchell
|
| 456 |
|
|
|
| 457 |
|
|
* addr2name.awk: Remove.
|
| 458 |
|
|
* Makefile.am (bin_SCRIPTS): Remove addr2name.awk.
|
| 459 |
|
|
* Makefile.in: Regenerated.
|
| 460 |
|
|
|
| 461 |
|
|
* configure.ac: Define enable_sjlj_exceptions
|
| 462 |
|
|
appropriately under the ARM EH ABI.
|
| 463 |
|
|
* configure: Regenerated.
|
| 464 |
|
|
|
| 465 |
|
|
* Makefile.am (LTLDFLAGS): Define.
|
| 466 |
|
|
(GCJLINK): Use it.
|
| 467 |
|
|
(LIBLINK): Likewise.
|
| 468 |
|
|
* Makefile.in: Regenerated.
|
| 469 |
|
|
|
| 470 |
|
|
2009-02-03 Jakub Jelinek
|
| 471 |
|
|
|
| 472 |
|
|
* gnu/gcj/convert/Convert.java (version): Update copyright notice
|
| 473 |
|
|
dates.
|
| 474 |
|
|
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
|
| 475 |
|
|
|
| 476 |
|
|
2009-01-26 Jakub Jelinek
|
| 477 |
|
|
|
| 478 |
|
|
PR libgcj/38872
|
| 479 |
|
|
* gcj/javaprims.h (_Jv_CreateJavaVM): Change to extern "C" symbol.
|
| 480 |
|
|
* libjgc_bc.c (_Jv_GetStringChars): Remove.
|
| 481 |
|
|
|
| 482 |
|
|
2009-01-12 Andrew Haley
|
| 483 |
|
|
|
| 484 |
|
|
* sun/misc/natUnsafe.cc (spinlock contructor): Call sched_yield().
|
| 485 |
|
|
|
| 486 |
|
|
2009-01-11 Matthias Klose
|
| 487 |
|
|
|
| 488 |
|
|
* Makefile.am (ecjx_LDADD): Add $(extra_ldflags).
|
| 489 |
|
|
* Makefile.in: Regenerate.
|
| 490 |
|
|
|
| 491 |
|
|
2009-01-06 Andrew John Hughes
|
| 492 |
|
|
|
| 493 |
|
|
Import GNU Classpath (libgcj-snapshot-20090102).
|
| 494 |
|
|
|
| 495 |
|
|
* libjava/classpath/lib/java/text/RuleBasedCollator$CollationSorter.class,
|
| 496 |
|
|
* libjava/classpath/lib/java/text/MessageFormat$MessageFormatElement.class,
|
| 497 |
|
|
* libjava/classpath/lib/java/text/MessageFormat.class,
|
| 498 |
|
|
* libjava/classpath/lib/java/text/SimpleDateFormat.class,
|
| 499 |
|
|
* libjava/classpath/lib/java/text/NumberFormat.class,
|
| 500 |
|
|
* libjava/classpath/lib/java/text/RuleBasedCollator$CollationElement.class,
|
| 501 |
|
|
* libjava/classpath/lib/java/text/MessageFormat$Field.class,
|
| 502 |
|
|
* libjava/classpath/lib/java/text/RuleBasedCollator.class,
|
| 503 |
|
|
* libjava/classpath/lib/java/text/NumberFormat$Field.class,
|
| 504 |
|
|
* libjava/classpath/lib/gnu/xml/transform/Bindings.class,
|
| 505 |
|
|
* libjava/classpath/lib/gnu/java/locale/LocaleData.class,
|
| 506 |
|
|
* libjava/classpath/lib/gnu/java/awt/peer/gtk/FreetypeGlyphVector.class,
|
| 507 |
|
|
* libjava/classpath/lib/gnu/javax/crypto/jce/key/SecretKeyGeneratorImpl.class,
|
| 508 |
|
|
* libjava/gnu/java/awt/peer/gtk/FreetypeGlyphVector.h,
|
| 509 |
|
|
* libjava/java/text/MessageFormat.h,
|
| 510 |
|
|
* libjava/java/text/RuleBasedCollator$CollationSorter.h,
|
| 511 |
|
|
* libjava/java/text/RuleBasedCollator.h,
|
| 512 |
|
|
* libjava/java/text/SimpleDateFormat.h:
|
| 513 |
|
|
Regenerated.
|
| 514 |
|
|
|