Menu

Code Commit Log


Commit Date  
[r2011] by rob_d_clark

fix wrong # of args issue

2008-02-03 20:35:28 Tree
[r2010] by rob_d_clark

update versions

2008-02-02 19:07:32 Tree
[r2009] by rob_d_clark

hacks to support windoze UNC style paths, ie `\\server\share\blah\blah`

2008-01-17 19:36:01 Tree
[r2008] by rob_d_clark

work-around for bug in `String#split()` (or if not a bug, at least a deviation from how it works in javascript, and I'd prefer to stay compatible(ish) with javascript)

2008-01-17 01:09:00 Tree
[r2007] by rob_d_clark

1) clean up some imports in `org.oscript.jawin`
2) script function's `castToString()` should include argument names
3) fix problem with debugger

2008-01-08 18:11:11 Tree
[r2006] by rob_d_clark

checkin changes from last night (internet is down at home):

now instead of converting a `for` loop to a `while` loop, the opposite is done. This is needed to propery evaluate the post-loop-expression in the case of a `continue`.

2007-12-13 19:16:59 Tree
[r2005] by rob_d_clark

need to catch and rethrow java exceptions, so that they can be caught by script code

2007-12-05 03:59:33 Tree
[r2004] by rob_d_clark

fix problem with detecting changed plugins... was getting confused by a rel_x.y.z branch listed in a log message from merging from another mainline. Only filter release branches if there is no leading whitespace on the line

2007-12-02 01:21:56 Tree
[r2003] by rob_d_clark

fixes this issue with interpreted (but not compiled) code:
{{{
ObjectScript 2.11.0 (r1995)
os> [1,2,3][1..2]
java.lang.NullPointerException
at oscript.data.OArray.idx(OArray.java:316)
at oscript.data.OArray.elementsAt(OArray.java:374)
}}}

not too suprisingly, this is the one test case that is commented out (because `[1,2] != [1,2]`).. need to add a test case for this somehow.

2007-11-27 23:26:23 Tree
[r2002] by rob_d_clark

add `pkg.xml.encode()` utility, and make `pkg.fs` more consistent w.r.t. accepting files or paths

2007-11-22 02:47:01 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.