3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 02, 2024 — Jun 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
specs that Int32 is Fixnum and System::DateTime is Time More... about 16 years ago
spec comparable maps to icomparable More... about 16 years ago
class modification specs (method addition and removal More... about 16 years ago
Merge branch 'master' of git://github.com/Jirapong/ironruby More... about 16 years ago
Ilist specs More... about 16 years ago
idictionary support specs More... about 16 years ago
spec IComparable maps to Comparable More... about 16 years ago
spec IEnumerable maps to Enumerable More... about 16 years ago
Merge branch 'master' of [email protected]:ironruby/ironruby into jimmysch/rails More... about 16 years ago
syncing to head of tfs More... about 16 years ago
removing extra file from merge More... about 16 years ago
merge FileOps.cs More... about 16 years ago
fix kernel.open with permission parameter More... about 16 years ago
enum reflection specs More... about 16 years ago
remove ClrAssembly from Ruby.sln. I'm leaving the ClrAssembly in the Git repo so that I can reference it when doing my specs More... about 16 years ago
remove dependencies on ClrAssembly More... about 16 years ago
added specs for enums More... about 16 years ago
Merge branch 'master' of http://github.com/ironruby/ironruby More... about 16 years ago
Merge branch 'master' of [email protected]:ironruby/ironruby More... about 16 years ago
Fixed another bug in String#% Bugs in File.rename Ruby should exit when main thread exits, even if other threads are still alive Mapped Errno::ENOENT to FleNotFoundException, and ENOTDIR to DirectoryNotFoundException More... about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 16 years ago
Merge branch 'master' of git://github.com/Jirapong/ironruby More... about 16 years ago
adding specs mixing Namespaces into Ruby classes More... about 16 years ago
more namespace specs for adding and removing methods and classes More... about 16 years ago
namespace mapping and method addition specs More... about 16 years ago
syncing to head of tfs More... about 16 years ago
refactor method specs to use a shared behavior More... about 16 years ago
Implemented Zlib::GzipWriter.open Added Kernel.abort Mapped Errno::EACCES to System.UnauthorizedAccessException File.delete catches IOException and rethrows Errno::EACCES to match MRI Adds Errno::EXDEV Updated rbconfig.rb to work with the dev environment. Change RbConfig[:ruby_install_name] to "ir". Note that it is not "ironruby" because RubyGems uses this to spawn new processes for running setup scripts, and so it needs to match the executable name (ir.exe). Added Languages\Ruby\Tests\Interop\uncategorized_spec.rb as a place for devs to add CLR tests. Jim can later move them into the right place in CLR interop test suite. More... about 16 years ago
Merge branch 'master' of http://github.com/ironruby/ironruby More... about 16 years ago
Merge branch 'master' of [email protected]:jschementi/ironruby More... about 16 years ago