2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 11 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #103 from ilich/master More... over 10 years ago
Issue #102 Fixed Number.toString method More... over 10 years ago
Merge pull request #96 from gboya/master More... about 11 years ago
Fix attempt on the .length property when using ArrayObject More... about 11 years ago
Merge pull request #90 from rbishop/master More... over 12 years ago
Merge branch 'master' of https://github.com/rbishop/IronJS More... over 12 years ago
Fix for null ref on CLRv2 More... over 12 years ago
Added documentation to IronJS.Runtime in general and for ArgumentsObject.cs specificallly. More... over 12 years ago
Moved operators into the Runtime assembly. More... almost 13 years ago
Fixed the `normalizeVal` for CLR. More... almost 13 years ago
Moved test bench out of Tests and into Tools. More... almost 13 years ago
Fixed the issue where function objects could not be called dynamically. More... almost 13 years ago
Modified `normalizeVal` to use a literal TaggedBool if it is passed a constant bool expression. More... almost 13 years ago
Replacing `_findExactMatch` and `_findMatch` with new `_findBestMatch` that will find an exact match, or a match with the fewest number of casts. More... almost 13 years ago
Fixed UserError to show error messages. More... almost 13 years ago
Added an ILMerge support to packaging. More... almost 13 years ago
Made CLR2 and CLR4 projects copy the F# core assembly local, to facillitate ILMerging. More... almost 13 years ago
Changed the packaging script to build the solution files directly. More... almost 13 years ago
Brought dynamic features up to speed for CLR2 assembly. More... almost 13 years ago
Fixed an issue with sparse arrays when shortening the array where the collection of keys is modified while removing keys. More... almost 13 years ago
Fixed an issue with `hasOwnProperty` where it was calling `Has` instead of `HasOwn` for `Arrayobjects`. More... almost 13 years ago
Fixed issue where evaluating tagged bools always returned NaN. More... almost 13 years ago
Fixed an issue in `ArrayObject` where tagged bools were considered NaN when applied as a length. More... almost 13 years ago
Added a note/task to `_findMatch`. More... almost 13 years ago
Fixed the array object's class name. More... almost 13 years ago
Fixed the stack overflows that were cause by calling the base's Get/Put methods with an int value, which in turn called the virtual overloads. More... almost 13 years ago
Fixed the `Immutable` descriptor attribute. More... almost 13 years ago
Fixed an issue where Boxing a null object returned a boxed simple object, rather than a boxed null. More... almost 13 years ago
Fixed an error where handling of dense arrays would fall through to the sparse array handler. More... almost 13 years ago
Made `BreakPoint` public so that it can be called from the dynamic code. More... almost 13 years ago