0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README for library and forcing
marcandre
as Marc-Andre Lafortune
More... about 12 years ago
Add forcing for Hash#select, Enumerable/Array#map, String#size [issue #39]
marcandre
as Marc-Andre Lafortune
More... about 12 years ago
.irbrc
marcandre
as Marc-Andre Lafortune
More... about 12 years ago
Standard library loading: insure correct true/false response and accept both "lib" and "lib.rb" as equivalent.
marcandre
as Marc-Andre Lafortune
More... about 12 years ago
Fix prime lib backport
marcandre
as Marc-Andre Lafortune
More... about 12 years ago
Fix try_convert to pass current RubySpec. Also fixes [issue #50], thanks dkubb
marcandre
as Marc-Andre Lafortune
More... about 12 years ago
Array#rotate{!}: Better handling of corner cases
marcandre
as Marc-Andre Lafortune
More... about 12 years ago
Removing obsolete tests and update README
marcandre
as Marc-Andre Lafortune
More... over 12 years ago
Add File.{bin}write and {IO|File}.open with options args. Code adapted from Konstantin Haase, thanks!
marcandre
as Marc-Andre Lafortune
More... over 12 years ago
1.9.2: Avoid redefining Complex#to_r in Ruby 1.9.2+
marcandre
as Marc-Andre Lafortune
More... over 12 years ago
1.9.1: Backport Hash#assoc & Hash#rassoc, inspired by a patch from Konstantin Haase
marcandre
as Marc-Andre Lafortune
More... over 12 years ago
add 1.9.3 support More... over 12 years ago
Complex#to_r
marcandre
as Marc-Andre Lafortune
More... over 12 years ago
adjust tests to pass on 1.9.2 More... over 12 years ago
don't define require and require_with_bogus_extension on BasicObject (makes tests pass on 1.8.7) More... over 12 years ago
remove tests for faking method_missing (functionality removed with 2.0 release) More... over 12 years ago
Implement {Float|Integer|Numeric}#round (Issue #43, thanks Roger Pack)
marcandre
as Marc-Andre Lafortune
More... over 12 years ago
Enable backports for stdlib. Provide backports for Prime (new in 1.9), Matrix (overwrites previous versions) and Set (patches if required)
marcandre
as Marc-Andre Lafortune
More... over 12 years ago
Added Enumerator::Yielder#<< (issue #42, thanks Adam Murray, v 2.3.0)
marcandre
as Marc-Andre Lafortune
More... almost 13 years ago
Fix problem with release (Issue 41, thanks Dan Kubb, v 2.2.1)
marcandre
as Marc-Andre Lafortune
More... about 13 years ago
Move Ruby 1.8.8 features to 1.9.1, update README. (v 2.2.0)
marcandre
as Marc-Andre Lafortune
More... about 13 years ago
Release new Proc#curry and Proc#lambda? (Thanks Konstantine Haase) v 2.1.0
marcandre
as Marc-Andre Lafortune
More... about 13 years ago
Use instance variable directly to avoid creating private methods
marcandre
as Marc-Andre Lafortune
More... about 13 years ago
Have Proc#curry preserve lambda-ness.
marcandre
as Marc-Andre Lafortune
More... about 13 years ago
add Proc#lambda? and Proc#curry More... about 13 years ago
Bug fix: Don't raise errors on bad convertion to path, and let the builtin methods convert using to_str. Issue #37, thanks David Fugère (v 2.0.3)
marcandre
as Marc-Andre Lafortune
More... about 13 years ago
Fix compatibility issue with Rubinius (issue #36, thanks to Dan Kubb)
marcandre
as Marc-Andre Lafortune
More... about 13 years ago
1.9.2: Remove attempt at `respond_to_missing?` compatibility because of conformance and performance reasons. (v.2.0.0)
marcandre
as Marc-Andre Lafortune
More... about 13 years ago
Bug fix: Don't override instance_exec in Ruby 1.9... (v 2.0.1)
marcandre
as Marc-Andre Lafortune
More... about 13 years ago
Regenerated gemspec for version 2.0.0
marcandre
as Marc-Andre Lafortune
More... about 13 years ago