aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * enumerator.c (lazy_flat_map): add Enumerable::Lazy#flat_map.shugo2012-03-093-0/+40
* * test/ruby/test_lazy_enumerator.rb: tests for r34951 and r34952.nobu2012-03-091-0/+104
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove2012-03-083-2/+21
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove2012-03-084-6/+101
* * enumerator.c (lazy_initialize, enumerable_lazy): no additionalnobu2012-03-082-22/+14
* * enumerator.c: add Enumerable#lazy. based on the patch bynobu2012-03-083-1/+181
* * enumerator.c (enumerator_each, generator_each): pass arguments tonobu2012-03-084-9/+51
* * 2012-03-09svn2012-03-081-2/+2
* * array.c (rb_ary_cat): new function to concat objects into array.nobu2012-03-085-5/+26
* * 2012-03-08svn2012-03-081-2/+2
* * .gdbinit (rb_numtable_entry): update for recent refactoring ofnobu2012-03-082-7/+12
* * lib/xmlrpc/client.rb (module XMLRPC): fix typo.nagachika2012-03-073-2/+41
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-076-17/+30
* * load.c (load_failed): no need to guard fname, it's stored in the exception ...nobu2012-03-071-1/+0
* * ChangeLog: commit miss.nobu2012-03-071-2/+0
* rb_load_failnobu2012-03-075-8/+16
* * test/xmlrpc/data/blog.xml: property.nobu2012-03-070-0/+0
* updating changelog with ruby-core numbertenderlove2012-03-061-0/+1
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-067-7/+59
* use factory method for constructing Net::HTTP objectstenderlove2012-03-061-1/+1
* * lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!tenderlove2012-03-063-5/+26
* * lib/xmlrpc/client.rb: assume servers that do not send a Content-Typetenderlove2012-03-063-2/+35
* * 2012-03-07svn2012-03-061-2/+2
* * test/xmlrpc/test_client.rb: adding a test for performing an XMLRPCtenderlove2012-03-063-15/+116
* Fix typo.naruse2012-03-061-1/+1
* Comment out unused lines.naruse2012-03-061-5/+4
* * parse.y (parser_tokadd_string): escape simple regexp metanobu2012-03-063-2/+53
* * string.c (rb_str_aref): Improve rdoc, as per [bug #6106]marcandre2012-03-061-10/+10