use //#jswitch more
[org.ibex.core.git] / src / org / ibex / js /
2004-07-07 brianjswitch
2004-07-07 brianmore trap cleanup, brian back putAndTrigger...
2004-07-07 brianmore trap cleanup, properly handle JS.Clones
2004-07-07 briantype in JSArgs stuff
2004-07-06 brianbetter JSArray.sort() exception handling
2004-07-06 brianbetter enumeration, no need for SWAP(n>1)
2004-07-06 brianmore optimal jsfunction calls
2004-07-06 brianstream cleanup
2004-07-06 brianjsstring caching
2004-07-06 brianmore new js api fixes and cleanup
2004-07-06 brianupdate org.ibex.js.Directory for new api
2004-07-06 brianfixes and additions to new js api
2004-07-06 briannew js api
2004-07-03 brianmove JS's Hashtable to JS.O
2004-07-03 briancloneable is an interface
2004-07-03 briancleaned up trap handling in Interpreter.java
2004-07-03 brianorg.ibex.js.Test
2004-06-19 brianfix unary +/- operators (bug 232)
2004-06-02 briancascade bug infinite loop bug
2004-06-02 brianfix npe when putting to cascade in a normal func
2004-06-02 brianjsexn on stack overflow
2004-06-02 briangive an error when trying to trap private variables
2004-05-08 brianfix vexi.string
2004-07-03 brianuse JS.toString() everywhere
2004-07-03 adamquasi-temporary hack; reinstate coerceToString()
2004-07-03 adamfixed serious livelock bug in Directory.java
2004-06-30 adamtypo in Interpreter
2004-06-29 adamJSReflection now handles null properly
2004-05-09 adamadded JSExn.IO
2004-05-09 adamadded org.ibex.js.Directory: simple JS filesystem interface
2004-05-08 adamPropertyFile regex bugfix
2004-05-08 adamPropertyFile coercion bugfix
2004-05-08 adamPropertyFile escapification bugfix
2004-05-08 adamadded org.ibex.js.PropertiesFile
2004-05-02 adamadded org.ibex.js.JSReflection
2004-04-14 adamremoved import org.ibex (breaks gcj)
2004-04-12 adamreorganized file layout (part 2: edits) RC4
2004-04-12 adamreorganized file layout (part 1: moves and renames)
2004-04-06 brianenumerate arrays in order
2004-04-06 brianbugs 520 and 524
2004-04-04 tupshinfixed bug 516 (decrement nullpointerexception)
2004-03-19 brianfix for(key in obj)
2004-03-28 tupshinfixed bug 506
2004-03-02 tupshinbetter error message whent can't coerce to string
2004-03-17 adamfixed heinous breakage, added backtrace support
2004-03-16 adamfixed bugs 495 and 499
2004-03-09 adamfixed bug 465
2004-03-05 adamNanoGoat
2004-02-11 adamfixed bug 403, added logging to tcp and email
2004-02-10 adamfixed bug 372
2004-02-05 tupshinremoving unnecessary constructors
2004-02-05 tupshinremoving unused local variables
2004-02-05 tupshinavoid declararation that methods throws generic Exception
2004-02-05 tupshinunnecessary return statement
2004-02-04 tupshinfix static fields that were being accessed non-statically
2004-02-03 tupshinmass rename and rebranding from xwt to ibex - fixed...