aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * enumerator.c: Support for lazy.sizemarcandre2012-11-062-2/+27
* * string.c: Support for String#{each_byte,each_char,each_codepoint}.sizemarcandre2012-11-062-3/+28
* * numeric.c (int_dotimes): Support for Integer#times.sizemarcandre2012-11-062-1/+14
* * numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.sizemarcandre2012-11-062-2/+18
* * range.c: Support for range.step.sizemarcandre2012-11-062-1/+30
* * range.c: Support for Range#size and Range#each.sizemarcandre2012-11-062-1/+29
* * numeric.c (num_step): Support for Numeric#step.sizemarcandre2012-11-063-2/+56
* * numeric.c: Extract ruby_float_step_sizemarcandre2012-11-061-24/+28
* * struct.c: Support for Struct's enumerators #sizemarcandre2012-11-062-3/+13
* * hash.c: Support for enumerators created by ENV:marcandre2012-11-062-8/+32
* * hash.c: Support for enumerators created by Hash:marcandre2012-11-062-8/+17
* * enum.c (enum_cycle): Support for Enumerable#cycle.sizemarcandre2012-11-062-1/+24
* * enum.c (enum_each_cons): Support for Enumerable#each_cons.sizemarcandre2012-11-062-1/+22
* * enum.c (enum_each_slice): Support for Enumerable#each_slice.sizemarcandre2012-11-062-1/+29
* * enum.c: Support for enumerators created by Enumerable with forwarding:marcandre2012-11-062-14/+36
* * vm_eval.c (rb_f_loop): Support for loop.sizemarcandre2012-11-062-1/+10
* * array.c (rb_ary_cycle): Support for Array#cycle.sizemarcandre2012-11-062-1/+23
* * array.c (rb_ary_repeated_combination): Support for repeated_combination.sizemarcandre2012-11-062-1/+17
* * array.c (rb_ary_repeated_permutation): Support for repeated_permutation.sizemarcandre2012-11-062-2/+20
* * array.c (rb_ary_combination): Support for Array#combination.sizemarcandre2012-11-062-2/+32
* * array.c (rb_ary_permutation): Support for Array#permutation.sizemarcandre2012-11-062-1/+37
* * array.c: Support for Enumerator#size in trivial cases:marcandre2012-11-062-12/+21
* * enumerator.c: Support #size for enumerators created from enumeratorsmarcandre2012-11-062-2/+11
* * enumerator.c (obj_to_enum): Have #to_enum accept a blockmarcandre2012-11-062-2/+14
* * enumerator: New method #size; constructor accepts sizemarcandre2012-11-063-14/+74
* * 2012-11-07svn2012-11-061-2/+2
* * enumerator.c (enumerator_initialize): Warn when using deprecated formmarcandre2012-11-062-1/+5
* * object.c (rb_mod_const_get): Fix constant missing exception classtenderlove2012-11-063-1/+43
* * ChangeLog: add link to redmine and ruby-coreglass2012-11-061-0/+2
* * lib/tempfile.rb: fix confusing inspect.glass2012-11-062-0/+18
* * atomic.h: add #include <sys/atomic.h> for the workaround ofngoto2012-11-062-0/+7
* * test/win32ole/test_win32ole.rb: follow other test files.usa2012-11-061-2/+2
* * test/win32ole/test_win32ole.rb: now source encoding is UTF-8, sousa2012-11-062-1/+6
* * properties.nobu2012-11-060-0/+0
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-063-1/+17
* * string.c (rb_str_b): Add String#b, returning a copied stringnaruse2012-11-064-2/+45
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-0624-6/+32
* * test/ruby/test_require.rbshirosaki2012-11-052-2/+9
* * thread_pthread.c (rb_reserved_fd_p): fix typo in macro checkkosaki2012-11-052-1/+7
* Fix compatibility of cached expanded load pathshirosaki2012-11-057-13/+276
* Cache the expanded load pathshirosaki2012-11-055-8/+54
* Index $LOADED_FEATURES so that require isn't so slowshirosaki2012-11-056-26/+182
* * 2012-11-06svn2012-11-051-2/+2
* Expose whether two arrays are sharedshirosaki2012-11-054-1/+27
* Clarify and explain loaded_feature_path and rb_feature_pshirosaki2012-11-052-12/+53
* * ext/dl/win32/lib/Win32API.rb (Win32API#call): use 64bit pointer for x64shirosaki2012-11-052-1/+9
* * cygwin/GNUmakefile.in (uncommon.mk): link *.res.o.shirosaki2012-11-052-2/+10
* * thread_pthread.c (native_thread_init, native_thread_destroy):kosaki2012-11-052-4/+8
* * lib/cgi/core.rb: check if Tempfile is defined before use it.naruse2012-11-053-3/+42
* * lib/uri/http.rb (URI::HTTP.build): Fix examplezzak2012-11-052-1/+7