|
|
|
@602
|
[602]
|
11/12/08 10:07:07 |
chris |
-- |
|
|
|
@601
|
[601]
|
11/12/08 10:06:39 |
chris |
-- |
|
|
|
@600
|
[600]
|
11/12/08 09:53:51 |
chris |
Fix a woempa which was failing to compile when DEBUG=true. |
|
|
|
@599
|
[599]
|
11/12/08 09:36:25 |
chris |
Don't report failure to create a thread if setting the thread scheduling … |
|
|
|
@598
|
[598]
|
11/12/08 08:44:31 |
chris |
Mark some more thread-manipulation logic as GC-unsafe. |
|
|
|
@597
|
[597]
|
11/12/08 08:42:13 |
chris |
When synthesising a GMT+/-hh:mm name for a timezone, take account … |
|
|
|
@596
|
[596]
|
11/12/08 08:40:13 |
chris |
Experimental version of timezone logic. |
|
|
|
@595
|
[595]
|
11/12/08 08:18:17 |
chris |
Perform finalizers more often if heap is low (less than 33% free). |
|
|
|
@594
|
[594]
|
11/11/08 21:47:42 |
chris |
Terminate VM if an Error is thrown and system … |
|
|
|
@593
|
[593]
|
11/11/08 21:06:18 |
chris |
Handle error return from pthread_create. |
|
|
|
@592
|
[592]
|
11/11/08 12:21:03 |
chris |
Yet another correction to mika.timezones; changeover times for Europe
are … |
|
|
|
@591
|
[591]
|
10/26/08 17:19:02 |
chris |
Put European change to winter time back as it was - only the US … |
|
|
|
@584
|
[584]
|
10/24/08 12:53:16 |
chris |
Add a new mika.verbose tag "exec" which reports progress of
Runtime.exec() … |
|
|
|
@583
|
[583]
|
10/21/08 11:29:27 |
chris |
Added -jar command line format to output of "-?"/"-help" to make it
clear … |
|
|
|
@582
|
[582]
|
10/19/08 17:56:15 |
chris |
Update frame->current when catching an asynchronous exception. |
|
|
|
@581
|
[581]
|
10/19/08 16:56:56 |
chris |
Added java.math and some java.util files to the list of files taken … |
|
|
|
@580
|
[580]
|
10/08/08 14:25:06 |
chris |
Fix Mika so he can find his own security policy file again.
Note: this … |
|
|
|
@579
|
[579]
|
09/28/08 20:12:29 |
chris |
When unloading a native library, call its JNI_OnUnload function if … |
|
|
|
@568
|
[568]
|
09/23/08 16:17:28 |
chris |
Small adjustments to mechanism which tries to compensate for async
changes … |
|
|
|
@567
|
[567]
|
09/23/08 16:06:32 |
chris |
Allow for possibility that calling class is system class … |
|
|
|
@553
|
[553]
|
09/02/08 08:18:08 |
chris |
Manipulate F_ProcessInfo_wotsit as a wotsit, not as an integer. |
|
|
|
@552
|
[552]
|
09/02/08 08:08:10 |
chris |
These tests can only be run once per VM invocation, so skip them on … |
|
|
|
@551
|
[551]
|
09/01/08 21:07:14 |
chris |
Attach a w_package pointer to every w_Clazz, and use this to … |
|
|
|
@550
|
[550]
|
09/01/08 15:03:21 |
chris |
Simplify Integer.getInteger() to just call decode(). |
|
|
|
@549
|
[549]
|
09/01/08 14:57:55 |
chris |
Only run the test with "trick digit" u0660 if unicode subset 15 … |
|
|
|
@548
|
[548]
|
09/01/08 13:14:56 |
chris |
Removed the code which causes join() to return immediately if a … |
|
|
|
@545
|
[545]
|
08/28/08 13:11:33 |
chris |
Add the new w_substring function to the header file. |
|
|
|
@544
|
[544]
|
08/28/08 13:08:48 |
chris |
Added a w_substring function to strings.c, and used it for the … |
|
|
|
@543
|
[543]
|
08/28/08 10:58:59 |
chris |
Introducing the w_Package structure (not yet used for anything). |
|
|
|
@542
|
[542]
|
08/28/08 10:31:57 |
chris |
For compatibility reasons we need to stop primitive classes such as
"int" … |
|
|
|
@541
|
[541]
|
08/28/08 00:28:37 |
chris |
Fixed a mauve test failure: only if a character passes the isDigit()
test … |
|
|
|
@540
|
[540]
|
08/27/08 17:49:10 |
chris |
Fix a mauve test failure in RandomAccessFile? (missing fflush caused
wrong … |
|
|
|
@539
|
[539]
|
08/27/08 13:24:19 |
chris |
Implement File.setReadOnly(). |
|
|
|
@538
|
[538]
|
08/27/08 10:57:21 |
chris |
Fix it so that clazz2Class() is never called when clazz->Class is NULL
(so … |
|
|
|
@537
|
[537]
|
08/27/08 10:22:23 |
chris |
Don't forget to initialise the 'runners' static variable. |
|
|
|
@532
|
[532]
|
08/17/08 16:05:49 |
chris |
segv_handler now also prints out the 'code' value as "SEGV_MAPERR" … |
|
|
|
@531
|
[531]
|
08/17/08 16:03:29 |
chris |
Improved version of Runtime.runFinalizers() which knows when its … |
|
|
|
@530
|
[530]
|
08/17/08 16:01:08 |
chris |
Delay calling cleanUp() until the ProcessInfo? object is finalized. … |
|
|
|
@529
|
[529]
|
08/17/08 15:47:02 |
chris |
Replace an if(...)wait by while(...)wait, it's safer that way. Oh, … |
|
|
|
@528
|
[528]
|
08/17/08 15:34:23 |
chris |
1. When the queue of NativeProcess?'s becomes empty, wait 10 seconds
before … |
|
|
|
@527
|
[527]
|
08/14/08 10:22:56 |
chris |
Update copyright headers. |
|
|
|
@526
|
[526]
|
08/14/08 06:56:37 |
chris |
Remove a spurious debugging print statement. |
|
|
|
@525
|
[525]
|
08/01/08 12:47:45 |
chris |
Correct bug in getMemberConstantStrings() wrt unresolvable … |
|
|
|
@524
|
[524]
|
08/01/08 12:11:03 |
chris |
Correct code which zaps out invokespecial calls to empty methods
(although … |
|
|
|
@523
|
[523]
|
08/01/08 12:08:08 |
chris |
Introduce a new blocking_all_calls flag BLOCKED_BY_WABORT, and use this
to … |
|
|
|
@522
|
[522]
|
08/01/08 11:47:34 |
chris |
Correct copyright header. |
|
|
|
@512
|
[512]
|
07/03/08 08:23:56 |
chris |
Replaced GNU Classpath code by Apache Harmony. |
|
|
|
@511
|
[511]
|
07/02/08 10:55:44 |
chris |
Remove an exit(255) which was only there for testing purposes and … |
|
|
|
@510
|
[510]
|
07/02/08 09:28:03 |
chris |
If TRACE_MEM_ALLOC is set, add -DTRACE_MEM_ALLOC to the command line. |
|
|
|
@507
|
[507]
|
06/17/08 14:24:13 |
chris |
A couple of small corrections to getStringInstance. |
|
|
|
@506
|
[506]
|
06/17/08 14:19:14 |
chris |
When creating arrays using reflection or JNI, use the loader of the
array … |
|
|
|
@505
|
[505]
|
06/17/08 11:08:30 |
chris |
Clean up deflation code and make it a bit less racey. (Still much to … |
|
|
|
@504
|
[504]
|
06/15/08 12:27:51 |
chris |
Thread_destructor needs to clean up unstarted threads too (this was … |
|
|
|
@503
|
[503]
|
06/03/08 21:15:05 |
chris |
Incorporate Olivier Gandit's improvements to native library unloading. |
|
|
|
@502
|
[502]
|
05/30/08 15:22:21 |
chris |
Remove the reference from NativeLibrary? to its ClassLoader?, it … |
|
|
|
@501
|
[501]
|
05/27/08 22:58:56 |
chris |
Insert forward declaration for dealocClazz(). |
|
|
|
@500
|
[500]
|
05/06/08 09:18:11 |
chris |
Change the colour of the cyrillic text to black, it's easier to read
than … |
|
|
|
@499
|
[499]
|
05/06/08 09:15:44 |
chris |
In NativeProperties?_init, enter Safe Region to make assignments … |
|
|
|
@498
|
[498]
|
05/06/08 09:13:23 |
chris |
In getStringInstance(), only register string after threadMustBeSafe()
has … |
|
|
|
@497
|
[497]
|
03/29/08 12:03:18 |
chris |
New branch in order to work on predigested class files and/or … |
|
|
|
@496
|
[496]
|
03/28/08 20:27:56 |
chris |
Mark the thread as unsafe while we are playing with the native
properties. |
|
|
|
@495
|
[495]
|
03/28/08 20:25:44 |
chris |
While a class is being loaded, put a placeholder in … |
|
|
|
@494
|
[494]
|
03/28/08 20:10:47 |
chris |
Try to make Mika behave like SE RI wrt stopping when the main … |
|
|
|
@493
|
[493]
|
03/16/08 22:02:06 |
chris |
Fix a boundary-case error in TextArea? (ArrayIndexOutOfBoundsException?
when … |
|
|
|
@492
|
[492]
|
03/12/08 20:25:46 |
chris |
Add cyrillic characters (from Dimitar Toshkov Zhekov's Terminus font),
and … |
|
|
|
@491
|
[491]
|
03/12/08 17:18:10 |
chris |
Changed DST in all US timezones to start on the 2nd Sunday of March … |
|
|
|
@490
|
[490]
|
03/05/08 00:04:16 |
chris |
Fixed a couple of GC-safe/unsafe errors. |
|
|
|
@489
|
[489]
|
03/04/08 18:39:05 |
chris |
In createNextDimension, ensure that registerClazz is called in … |
|
|
|
@487
|
[487]
|
03/03/08 10:06:22 |
chris |
1. Delay deletion of global reference to thread.
2. Make sure thread state … |
|
|
|
@486
|
[486]
|
03/03/08 09:56:53 |
chris |
Put back methods compareTo(BigDecimal?) of BigDecimal? … |
|
|
|
@485
|
[485]
|
03/02/08 15:06:51 |
chris |
Heartbeat now calls a native method nativesleep() between each … |
|
|
|
@484
|
[484]
|
02/13/08 11:22:11 |
chris |
Incorporated changes in java.math branch up to revision 480. |
|
|
|
@483
|
[483]
|
02/13/08 10:44:19 |
chris |
Increase number of comm ports from 4 to 8. |
|
|
|
@482
|
[482]
|
02/13/08 10:42:16 |
chris |
Remove the 'compareTo' method, it's only needed from 1.5 on. |
|
|
|
@481
|
[481]
|
02/13/08 10:34:17 |
chris |
In System_getCmdLineProperties, ensure that allocInstance() is called … |
|
|
|
@480
|
[480]
|
02/12/08 21:10:17 |
chris |
Initial commit of Apache Harmony versions of BigDecimal?, BigInteger?.
Note … |
|
|
|
@479
|
[479]
|
02/12/08 21:05:58 |
chris |
Re-instate dates.c, parts of it are still used somewhere. |
|
|
|
@478
|
[478]
|
02/10/08 00:58:03 |
chris |
Add new test. |
|
|
|
@477
|
[477]
|
02/08/08 15:42:40 |
chris |
Added dates.c back into the Jamfile. |
|
|
|
@476
|
[476]
|
02/08/08 11:41:57 |
chris |
Start new branch for integration of Apache Harmony implementations … |
|
|
|
@475
|
[475]
|
02/08/08 11:01:24 |
chris |
Re-instate the dates.c file, as parts of it are still used. |
|
|
|
@474
|
[474]
|
02/08/08 00:04:57 |
chris |
Replace our Calendar/GregorianCalendar by Harmony's, and … |
|
|
|
@473
|
[473]
|
02/07/08 23:47:21 |
chris |
Don't know why a trace record can have a null method pointer, but in … |
|
|
|
@472
|
[472]
|
02/06/08 11:32:38 |
chris |
Replace "com.acunia.wonka.resource" by "wonka.resource" in the list … |
|
|
|
@471
|
[471]
|
01/29/08 19:59:07 |
chris |
Update copyright headers. |
|
|
|
@470
|
[470]
|
01/29/08 19:13:44 |
chris |
Remove 'abstract' from declaration of java.awt.Container |
|
|
|
@469
|
[469]
|
01/29/08 14:06:08 |
chris |
Fixed error in reflection parameter: com.acunia.resource should now … |
|
|
|
@466
|
[466]
|
01/22/08 16:27:05 |
chris |
Update copyright headers. |
|
|
|
@464
|
[464]
|
01/21/08 22:48:56 |
chris |
Add "boolean", "byte", etc. to the list of classes which are always to
be … |
|
|
|
@463
|
[463]
|
01/21/08 17:48:44 |
chris |
Set SO_BROADCAST when creating a DatagramSocket?. (Submitted by Sirlan). |
|
|
|
@462
|
[462]
|
01/21/08 11:08:35 |
chris |
Temporary fix (Sirlan patch): bale out of destroyClazz() early if class
is … |
|
|
|
@461
|
[461]
|
01/20/08 23:18:53 |
chris |
Disable USE_SPECIAL_CASE_DISPATCHERS, as according to Sirlan Mika is
more … |
|
|
|
@460
|
[460]
|
01/06/08 23:06:19 |
chris |
Make access to volatile long/double fields atomic, see ticket #27. |
|
|
|
@459
|
[459]
|
01/06/08 23:03:39 |
chris |
Still refining this test. :-) |
|
|
|
@458
|
[458]
|
01/06/08 20:39:46 |
chris |
Enhanced test to detect non-atomicity of both static and instance longs. |
|
|
|
@457
|
[457]
|
01/06/08 15:54:48 |
chris |
Add test which detects non-atomicity of volatile longs (see ticket #27). |
|
|
|
@456
|
[456]
|
01/06/08 13:27:02 |
chris |
Fix ticket #26 (No stack trace when exception thrown). Also … |
|
|
|
@455
|
[455]
|
01/05/08 12:41:17 |
chris |
Added missing references to md5Clone and shaClone native method code. |
|
|
|
@454
|
[454]
|
01/05/08 12:25:20 |
chris |
Correction to previous patch (rev. 451): initialise variables declared
but … |
|
|
|
@452
|
[452]
|
12/28/07 15:21:59 |
chris |
Update license header. |