| Commit | Date | |
|---|---|---|
| 2008-02-03 20:35:28 | Tree | |
| 2008-02-02 19:07:32 | Tree | |
| 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` |
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: 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 |