aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Init_Enumeratornobu2012-03-142-7/+10
* method_idsnobu2012-03-141-24/+21
* * enumerator.c (lazy_zip_func): use each for non-Array objects.shugo2012-03-133-8/+27
* * enumerator.c (lazy_zip): add Enumerable::Lazy#flat_map.shugo2012-03-133-0/+87
* * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].tadf2012-03-132-1/+45
* * 2012-03-14svn2012-03-131-2/+2
* fix rippernobu2012-03-131-13/+16
* * compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu2012-03-136-644/+177
* * parse.y (block_param, f_args): add rules for the case argumentsnobu2012-03-133-0/+27
* * io.c (io_encoding_set): always warn if external encoding and internalnaruse2012-03-133-1/+43
* Fix error and show given message and match message.naruse2012-03-131-2/+3
* Bug #5350nobu2012-03-134-46/+249
* assert_warn, assert_warningnobu2012-03-132-14/+7
* * tool/rbinstall.rb (prepare): skip if basedir is not defined.nobu2012-03-132-14/+31
* re-configurenobu2012-03-131-1/+3
* Add missing assert_warning.naruse2012-03-122-60/+15
* * 2012-03-13svn2012-03-121-2/+2
* * enumerator.c (enumerable_lazy): added the documenation of Enumerable#lazy.shugo2012-03-122-0/+25
* * lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable forakr2012-03-122-4/+12
* * lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescueakr2012-03-122-1/+6
* * encoding.c (rb_find_encoding): new function find encoding fromnobu2012-03-125-7/+59
* * vm_method.c (Init_eval_method): respond_to? andnobu2012-03-122-5/+10
* * node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flagsnobu2012-03-123-14/+11
* * vm_method.c (Init_eval_method): copy basic methods to Exception.nobu2012-03-123-0/+39
* * eval_jump.c (rb_exec_end_proc): remember the latest exit status.nobu2012-03-123-0/+23
* Exclude json/add/complex.rb.naruse2012-03-121-1/+1
* * lib/tmpdir.rb: update document for changingakr2012-03-113-2/+21
* * lib/tmpdir.rb (Dir.tmpdir): should not use world-writable butnobu2012-03-113-2/+34
* * random.c (Init_Random): removed rb_Random_DEFAULT and register asnobu2012-03-112-7/+19
* * random.c (random_s_rand): ensure default PRNG is re-initializednobu2012-03-113-2/+37
* * ext/json: properties.nobu2012-03-110-0/+0
* * lib/fileutils.rb: remove tailing spaces.nobu2012-03-111-2/+2
* * 2012-03-12svn2012-03-111-2/+2
* Add missing files of r34971,naruse2012-03-1111-0/+472
* * pack.c (pack_unpack): when unpack('M') occurs an illegal bytenaruse2012-03-113-1/+22
* * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse2012-03-1115-573/+409
* * ChangeLog: fix a typonagachika2012-03-111-1/+1
* * ChangeLog: fix a typosorah2012-03-111-1/+1
* * lib/test/unit.rb: Put error message into STDERR if failed to lanchsorah2012-03-113-23/+46
* * io.c: fix rdoc of `IO.binwrite` to show same as `IO.write` exceptsorah2012-03-112-10/+8
* * 2012-03-11svn2012-03-111-2/+2
* cosmetic change.akr2012-03-111-2/+1
* * st.c: pack tables also generic keys. patched by Sokolov Yura atnobu2012-03-102-39/+67
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-107-23/+112
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-105-35/+73
* * enumerator.c: remove trailing space.ktsj2012-03-101-1/+1
* typo fix.akr2012-03-091-1/+1
* * 2012-03-10svn2012-03-091-2/+2
* update doc.akr2012-03-091-4/+8
* Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099]naruse2012-03-091-4/+5