summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-12Add missing assert_warning.naruse
2012-03-12* 2012-03-13svn
2012-03-12* enumerator.c (enumerable_lazy): added the documenation of Enumerable#lazy.shugo
2012-03-12* lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable forakr
2012-03-12* lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescueakr
2012-03-12* encoding.c (rb_find_encoding): new function find encoding fromnobu
2012-03-12* vm_method.c (Init_eval_method): respond_to? andnobu
2012-03-12* node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flagsnobu
2012-03-12* vm_method.c (Init_eval_method): copy basic methods to Exception.nobu
2012-03-12* eval_jump.c (rb_exec_end_proc): remember the latest exit status.nobu
2012-03-12Exclude json/add/complex.rb.naruse
2012-03-11* lib/tmpdir.rb: update document for changingakr
2012-03-11* lib/tmpdir.rb (Dir.tmpdir): should not use world-writable butnobu
2012-03-11* random.c (Init_Random): removed rb_Random_DEFAULT and register asnobu
2012-03-11* random.c (random_s_rand): ensure default PRNG is re-initializednobu
2012-03-11* ext/json: properties.nobu
2012-03-11* lib/fileutils.rb: remove tailing spaces.nobu
2012-03-11* 2012-03-12svn
2012-03-11Add missing files of r34971,naruse
2012-03-11* pack.c (pack_unpack): when unpack('M') occurs an illegal bytenaruse
2012-03-11* ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse
2012-03-11* ChangeLog: fix a typonagachika
2012-03-11* ChangeLog: fix a typosorah
2012-03-11* lib/test/unit.rb: Put error message into STDERR if failed to lanchsorah
2012-03-11* io.c: fix rdoc of `IO.binwrite` to show same as `IO.write` exceptsorah
2012-03-11* 2012-03-11svn
2012-03-11cosmetic change.akr
2012-03-10* st.c: pack tables also generic keys. patched by Sokolov Yura atnobu
2012-03-10* st.c: add st_foreach_check for fixing iteration over packed tablenobu
2012-03-10* st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu
2012-03-10* enumerator.c: remove trailing space.ktsj
2012-03-09typo fix.akr
2012-03-09* 2012-03-10svn
2012-03-09update doc.akr
2012-03-09Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099]naruse
2012-03-09* enumerator.c (lazy_flat_map): add Enumerable::Lazy#flat_map.shugo
2012-03-09* test/ruby/test_lazy_enumerator.rb: tests for r34951 and r34952.nobu
2012-03-08* ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove
2012-03-08* ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove
2012-03-08* enumerator.c (lazy_initialize, enumerable_lazy): no additionalnobu
2012-03-08* enumerator.c: add Enumerable#lazy. based on the patch bynobu
2012-03-08* enumerator.c (enumerator_each, generator_each): pass arguments tonobu
2012-03-08* 2012-03-09svn
2012-03-08* array.c (rb_ary_cat): new function to concat objects into array.nobu
2012-03-08* 2012-03-08svn
2012-03-08* .gdbinit (rb_numtable_entry): update for recent refactoring ofnobu
2012-03-07* lib/xmlrpc/client.rb (module XMLRPC): fix typo.nagachika
2012-03-07* error.c (rb_load_fail): should honor encoding.nobu
2012-03-07* load.c (load_failed): no need to guard fname, it's stored in the exception ...nobu
2012-03-07* ChangeLog: commit miss.nobu