Rename ir.exe to iruby.exe

Solution (DONE): Renamed: ir -> iruby. Added ruby 1.9.2 pre-installed gem specifications. Use the Ruby standard library without too many changes. (Keep end of lines as in the MRI files.) Added ...

Id #7421 | Release: None | Updated: Apr 23 at 8:27 AM by iulianfecioru | Created: Apr 23 at 8:27 AM by iulianfecioru

Don't force core.autocrlf on irtests.

Solution (DONE): Due to the fact that the code contains LF and CRLF there is no reason to enforce git configuration core.autocrlf when running irtests.

Id #7420 | Release: None | Updated: Apr 23 at 8:21 AM by iulianfecioru | Created: Apr 23 at 8:21 AM by iulianfecioru

ir -disableDebugLog option

Solution (DONE): Added option -disableDebugLog.

Id #7419 | Release: None | Updated: Apr 23 at 8:19 AM by iulianfecioru | Created: Apr 23 at 8:19 AM by iulianfecioru

Missing ir option -c

Solution (DONE): Implemented -c option. (CheckSyntaxOnly)

Id #7418 | Release: None | Updated: Apr 23 at 8:17 AM by iulianfecioru | Created: Apr 23 at 8:17 AM by iulianfecioru

ObjectSpace missing method

Solution (DONE): Implemented missing method '_id2ref'. Added new property 'track_objects' to enable or disable the tracking of objects (default is disabled). TODO: support Int64 object's id.

Id #7417 | Release: None | Updated: Apr 23 at 8:13 AM by iulianfecioru | Created: Apr 23 at 8:13 AM by iulianfecioru

CheckedMonitor is not thread safe

Solution (DONE): Made CheckedMonitor thread-safe.

Id #7416 | Release: None | Updated: Apr 23 at 8:04 AM by iulianfecioru | Created: Apr 23 at 8:04 AM by iulianfecioru

Get first IRubyObject_get_ImmediateClass found.

Solution (DONE) Get first IRubyObject_get_ImmediateClass found. Initialize module's mixins.

Id #7415 | Release: None | Updated: Apr 23 at 7:58 AM by iulianfecioru | Created: Apr 23 at 7:58 AM by iulianfecioru

MutableString binary encoding GetSlice

Solution (DONE): Use Encoding for GetSlice.

Id #7414 | Release: None | Updated: Apr 23 at 7:07 AM by iulianfecioru | Created: Apr 23 at 7:07 AM by iulianfecioru

Default conversion for System::String and MutableString

Solution (DONE): TryGetDefaultConversionAction for System::String only System::String and MutableString are accepted for DefaultConversion.

Id #7413 | Release: None | Updated: Apr 23 at 6:31 AM by iulianfecioru | Created: Apr 23 at 6:31 AM by iulianfecioru

Marshal read encoding for MutableString and RubyRegex

Solution (DONE)

Id #7412 | Release: None | Updated: Apr 23 at 6:22 AM by iulianfecioru | Created: Apr 23 at 6:22 AM by iulianfecioru