Let os.getenv() return System.getenv() values first for JSE, then fall back to properties

This commit is contained in:
James Roseborough
2015-03-15 23:23:38 +00:00
parent 17ffcc6940
commit 31c13af7b4
4 changed files with 45 additions and 5 deletions

View File

@@ -976,6 +976,7 @@ Files are no longer hosted at LuaForge.
<li>List keyeq() and keyindex() methods as abstract on LuaTable.Entry (issue #37).</li>
<li>Fix return value for table.remove() and table.insert() (fixes issue #39)</li>
<li>Fix aliasing issue for some multiple assignments from varargs return values (fixes issue #38)</li>
<li>Let os.getenv() return System.getenv() values first for JSE, then fall back to properties (fixes issue #25)</li>
</ul></td></tr>
</table></td></tr></table>