aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * st.c: use PACKED_ENT and FIND_ENTRY. patched by Sokolovnobu2012-03-052-11/+9
* * st.c (unpack_entries): reallocate bins if packed array sizenobu2012-03-052-0/+11
* * ext/bigdecimal/lib/bigdecimal/math.rb: remove description aboutnaruse2012-03-053-2/+8
* * 2012-03-05svn2012-03-051-2/+2
* Old linux (at least CentOS 5.6, kernel 2.6.18) wakes up 4.99 sec.naruse2012-03-051-1/+2
* * parse.y (parser_tokadd_string): regexp engine doesn't neednobu2012-03-043-3/+17
* * hash.c: remove trailing spaces.ktsj2012-03-041-2/+2
* * 2012-03-04svn2012-03-041-2/+2
* * ChangeLog: fix a typonagachika2012-03-041-1/+1
* * process.c (rb_run_exec_options_err): chdir at last to interpretakr2012-03-033-20/+35
* trivial changestadf2012-03-032-3/+3
* typotadf2012-03-031-1/+1
* * ext/date/date_strftime.c: reassigned some variables.tadf2012-03-032-35/+38
* * ext/date/date_{parse,strptime}.c [ruby-dev:45303].tadf2012-03-033-14/+19