aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/ostruct.rb: Protect new_ostruct_member [ruby-core:42779] [#6056]marcandre2012-10-281-1/+2
* * lib/ostruct.rb: Remove rdoc details on marshal_{load|dump} and fix rdocmarcandre2012-10-281-22/+4
* * 2012-10-29svn2012-10-281-2/+2
* * lib/matrix.rb: Fix determinant_e [ruby-dev:46305] [Bug #7228]marcandre2012-10-282-1/+5
* * test/rexml/test_document.rb: Remove needless indent.kou2012-10-281-3/+3
* * test/rexml/test_document.rb: Add tests for parsing XML encodedkou2012-10-282-0/+25
* * lib/rexml/source.rb: Move encoding detection code to base class.kou2012-10-283-58/+61
* * ChangeLog: add ML and ticket ref for r37343.nagachika2012-10-281-0/+1
* * lib/rexml/parsers/baseparser.rb: Fix a bug that UTF-8 is usedkou2012-10-283-0/+32
* * test/rexml/test_document.rb: Group tests that they parsekou2012-10-282-14/+21
* * lib/rexml/source.rb (REXML::IOSource#initialize): Reducekou2012-10-283-14/+50
* * test/rexml/test_document.rb: Add tests for parsing XML encodedkou2012-10-282-0/+27
* Revert r37358kou2012-10-282-8/+2
* * lib/rexml/source.rb (REXML::IOSource#initialize): Usekou2012-10-282-2/+8
* * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not matchtadf2012-10-283-2/+27
* * ext/date/date_parse.c (date__parse): revised the tight parser.tadf2012-10-282-87/+207
* * lib/rexml/document.rb (REXML::Document#write): Add :encoding optionkou2012-10-283-5/+36
* * lib/rexml/document.rb (REXML::Document#write): Remove needlesskou2012-10-282-1/+6
* * lib/rexml/document.rb (REXML::Document#write): Accept optionskou2012-10-283-5/+138
* * lib/rexml/document.rb (REXML::Document#write): Fix wrong usagekou2012-10-282-2/+7
* * lib/rexml/document.rb (REXML::Document#write): Fix wrong methodkou2012-10-282-2/+7
* * ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove2012-10-283-0/+15
* * ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove2012-10-283-1/+19
* * bignum.c (bignew_1): Bignum instances are frozen.ko12012-10-289-22/+33
* vm_insnhelper.c: fix indentationko12012-10-271-40/+40
* * vm.c (vm_define_method): remove type and frozen checking.ko12012-10-272-8/+6
* * 2012-10-28svn2012-10-271-2/+2
* parse.y: warn static content assign in condnobu2012-10-273-18/+54
* * gc.c (gc_profile_result, gc_profile_report): use internal structureseregon2012-10-272-47/+48
* * struct.c: fix typo.ktsj2012-10-271-1/+1
* * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko12012-10-278-36/+27
* * object.c (rb_mod_const_get): make sure the constant name istenderlove2012-10-272-1/+9
* * iseq.c (rb_iseq_compile_with_option): Instead of testingshyouhei2012-10-273-5/+17
* parse.y: bit field lex_statenobu2012-10-272-102/+78
* win32.h: fstat on mingw32nobu2012-10-272-1/+6
* * 2012-10-27svn2012-10-261-2/+2
* * object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove2012-10-264-18/+118
* * 2012-10-26svn2012-10-261-2/+2
* parse.y: concatenated literalsnobu2012-10-262-1/+26
* revert r37326 "remove string literal concatenation"nobu2012-10-2516-35/+44
* Revert r37316naruse2012-10-252-8/+0
* remove string literal concatenationnobu2012-10-2516-44/+35
* * win32/win32.c (has_redirection): should use shell (cmd.exe) whenusa2012-10-252-0/+8
* * include/ruby/ruby.h, class.c: remove (revert)ko12012-10-255-23/+10
* * tool/mkconfig.rb: remove string literal concatenation.usa2012-10-252-1/+5
* * 2012-10-25svn2012-10-251-2/+2
* * parse.y: show a warning for concatenating string literals becauseusa2012-10-252-0/+8
* objspace.c: enum ruby_value_typenobu2012-10-242-2/+7
* vm_insnhelper.c: inlinenobu2012-10-241-3/+3
* * benchmark/driver.rb: add `-x' or `--exclude' optionko12012-10-242-0/+12