| Age | Commit message (Collapse) | Author |
|
each_with_index, find_all, inject, max, min, partition, reject, sort
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add operator "!~".
|
|
|
|
|
|
- reduce compile time by a little bit (full-core: ~0.7s for me)
- thanks to 'include-what-you-use' for some help
- include Standard C header files before any other (coding style)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
validating the name against a string parameter if need be
|
|
|
|
|
|
|
|
#1132; close #1134
|
|
2nd argument for `NameError.new` in C API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tested CRuby 1.8.6 and 1.9.3
You can see building configuration in build_config.rb
|
|
|