aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOKnobu2012-03-063-12/+38
* * lib/xmlrpc/client.rb: switch net/http post2 calls to moderntenderlove2012-03-052-3/+12
* only run `test_key` on ruby 2.0.0 or uptenderlove2012-03-051-0/+1
* * ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loadedtenderlove2012-03-052-0/+7
* * parse.y (block_call): rules for block_call after block_call.nobu2012-03-053-0/+44
* * parse.y (block_command, block_call): simplified rules.nobu2012-03-052-22/+8
* * 2012-03-06svn2012-03-051-2/+2
* assert_valid_syntaxnobu2012-03-051-8/+9
* fix typoskazu2012-03-052-2/+7
* * ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bugnobu2012-03-053-2/+12
* * ext/socket/extconf.rb: fix typo.nobu2012-03-051-2/+2
* * test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.usa2012-03-052-1/+8
* Remove unused variables.naruse2012-03-051-4/+2
* Fix condition of r34897.naruse2012-03-051-1/+1
* * st.c (unpack_entries): chain entries directly. based on a patchnobu2012-03-052-12/+37
* * st.c (unpack_entries): use union instead of casted pointer.nobu2012-03-053-10/+24