bug fixes for java.lang.Thread

2000-08-30 Thread Washburn, Weldon
All, I have been working with a snapshot dated 8/4/00 and have hit three bugs in java.lang.Thread. If the following mods have already been made, please ignore this email. java.lang.Thread.init(ThreadGroup group, Runnable toRun, String name) does not appear to set a useful default value for the

Re: bug fixes for java.lang.Thread

2000-08-30 Thread Tom Tromey
"Weldon" == Washburn, Weldon [EMAIL PROTECTED] writes: Weldon I have been working with a snapshot dated 8/4/00 and have hit Weldon three bugs in java.lang.Thread. If the following mods have Weldon already been made, please ignore this email. Hi Weldon. Two notes: These patches aren't big

Re: Bug Fixes to java.util and java.text

2000-08-30 Thread Tom Tromey
"" == Subramoney, Sreenivas [EMAIL PROTECTED] writes: Below are the bugs I have encountered and proposed fixes. Hi. The loop in ../java/util/Properties::getProperty() does not correctly search the default of the defalut property list. "prop" must be correctly initialized and updated, and