aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko12012-10-271-0/+18
* * object.c (rb_mod_const_get): make sure the constant name istenderlove2012-10-271-0/+5
* * iseq.c (rb_iseq_compile_with_option): Instead of testingshyouhei2012-10-271-0/+9
* parse.y: bit field lex_statenobu2012-10-271-0/+6
* win32.h: fstat on mingw32nobu2012-10-271-0/+5
* * object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove2012-10-261-0/+7
* parse.y: concatenated literalsnobu2012-10-261-0/+5
* Revert r37316naruse2012-10-251-7/+0
* * win32/win32.c (has_redirection): should use shell (cmd.exe) whenusa2012-10-251-0/+7
* * include/ruby/ruby.h, class.c: remove (revert)ko12012-10-251-0/+10
* * tool/mkconfig.rb: remove string literal concatenation.usa2012-10-251-0/+4
* * parse.y: show a warning for concatenating string literals becauseusa2012-10-251-0/+7
* objspace.c: enum ruby_value_typenobu2012-10-241-0/+5
* * benchmark/driver.rb: add `-x' or `--exclude' optionko12012-10-241-0/+7
* rename it to a more fitting namenari2012-10-241-1/+1
* fix the function name which is not grammatically correct.nari2012-10-241-2/+2
* * gc.c (free_object_aquire): rename to match the behavior of thisnari2012-10-241-0/+5
* * ext/objspace/objspace.c (reachable_object_from_i): change datako12012-10-241-0/+11
* * gc.c (garbage_collect, gc_marks): move the location ofko12012-10-241-0/+6
* * ext/objspace/objspace.c (Init_objspace): add a new methodko12012-10-241-0/+6
* * ext/objspace/objspace.c (ObjectSpace.reachable_objects_from):ko12012-10-241-0/+19
* * vm_insnhelper.c (vm_call_method): remove `default' andko12012-10-231-0/+5
* * eval_error.c (error_print), vm_eval.c (eval_string_with_cref),ko12012-10-231-0/+6
* * vm_eval.c (vm_call0_body): remove RUBY_VM_CHECK_INTS()ko12012-10-231-0/+11
* * ChangeLog: fix typos of r37293.nagachika2012-10-231-4/+4
* * thread.c (thread_raise_m): check interrupts after Thread#raiseko12012-10-231-0/+7
* ruby.c: --help optionnobu2012-10-231-0/+5
* ruby-electric.el: fix #198nobu2012-10-231-0/+6
* configure.in: no visibility option for older GCCnobu2012-10-231-0/+6
* Revert the last commit because some tests (in btest) failko12012-10-231-6/+0
* * thread.c (rb_threadptr_raise): check interrupts afterko12012-10-231-0/+6
* * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):ko12012-10-231-0/+29
* * ext/psych/parser.c: just get the constant defined in Ruby.tenderlove2012-10-221-0/+9
* * ext/psych/lib/psych/scalar_scanner.rb: Cache symbols whiletenderlove2012-10-221-0/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catchtenderlove2012-10-221-0/+5
* * ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags speciallytenderlove2012-10-221-0/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove2012-10-221-0/+9
* * ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove2012-10-221-0/+8
* * ext/psych/lib/psych.rb: Changed comment in psych.rb to update newtenderlove2012-10-221-0/+5
* * vm_core.h (rb_vm_t::trace_running): add a new fieldktsj2012-10-211-0/+9
* * vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'ktsj2012-10-211-0/+5
* * ext/date/date_parse.c (date__parse): uses more tight parser iftadf2012-10-211-0/+6
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-0/+29
* * ext/socket/socket.c: Documentation for Socketzzak2012-10-201-0/+6
* * lib/open-uri.rb: Documentation for OpenURIzzak2012-10-201-0/+4
* * hash.c (initialize_copy): unset the default proc if there isn't onetenderlove2012-10-191-0/+5
* vm.c: pass through thrown objectsnobu2012-10-191-0/+8
* set encoding to ASCII for appropriate String#unpack modifierseregon2012-10-191-0/+11
* * method.h (rb_method_cfunc_t::invoker): add new field (func ptr)ko12012-10-191-0/+27
* * eval.c, vm_eval.c: use TH_PUSH_TAG() instead of PUSH_TAG().ko12012-10-191-0/+4