summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-10-28 * ext/date/date_parse.c (date__parse): revised the tight parser.tadf
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Add :encoding optionkou
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Remove needlesskou
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Accept optionskou
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Fix wrong usagekou
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Fix wrong methodkou
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove
2012-10-28* bignum.c (bignew_1): Bignum instances are frozen.ko1
2012-10-27* vm.c (vm_define_method): remove type and frozen checking.ko1
2012-10-27parse.y: warn static content assign in condnobu
2012-10-27* gc.c (gc_profile_result, gc_profile_report): use internal structureseregon
2012-10-27* numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko1
2012-10-27* object.c (rb_mod_const_get): make sure the constant name istenderlove
2012-10-27* iseq.c (rb_iseq_compile_with_option): Instead of testingshyouhei
2012-10-27parse.y: bit field lex_statenobu
2012-10-27win32.h: fstat on mingw32nobu
2012-10-26* object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove
2012-10-26parse.y: concatenated literalsnobu
2012-10-25Revert r37316naruse
2012-10-25* win32/win32.c (has_redirection): should use shell (cmd.exe) whenusa
2012-10-25* include/ruby/ruby.h, class.c: remove (revert)ko1
2012-10-25* tool/mkconfig.rb: remove string literal concatenation.usa
2012-10-25* parse.y: show a warning for concatenating string literals becauseusa
2012-10-24objspace.c: enum ruby_value_typenobu
2012-10-24* benchmark/driver.rb: add `-x' or `--exclude' optionko1
2012-10-24rename it to a more fitting namenari
2012-10-24fix the function name which is not grammatically correct.nari
2012-10-24* gc.c (free_object_aquire): rename to match the behavior of thisnari
2012-10-24* ext/objspace/objspace.c (reachable_object_from_i): change datako1
2012-10-24* gc.c (garbage_collect, gc_marks): move the location ofko1
2012-10-24* ext/objspace/objspace.c (Init_objspace): add a new methodko1
2012-10-24* ext/objspace/objspace.c (ObjectSpace.reachable_objects_from):ko1
2012-10-23* vm_insnhelper.c (vm_call_method): remove `default' andko1
2012-10-23* eval_error.c (error_print), vm_eval.c (eval_string_with_cref),ko1
2012-10-23* vm_eval.c (vm_call0_body): remove RUBY_VM_CHECK_INTS()ko1
2012-10-23* ChangeLog: fix typos of r37293.nagachika
2012-10-23* thread.c (thread_raise_m): check interrupts after Thread#raiseko1
2012-10-23ruby.c: --help optionnobu
2012-10-23ruby-electric.el: fix #198nobu
2012-10-23configure.in: no visibility option for older GCCnobu
2012-10-23Revert the last commit because some tests (in btest) failko1
2012-10-23* thread.c (rb_threadptr_raise): check interrupts afterko1
2012-10-23* vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):ko1
2012-10-22* ext/psych/parser.c: just get the constant defined in Ruby.tenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Cache symbols whiletenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catchtenderlove
2012-10-22* ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags speciallytenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove