summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-11-02* ext/psych/lib/psych/visitors/visitor.rb (initialize): push accessortenderlove
2010-11-02* ext/psych/lib/psych/visitors/visitor.rb (accept): switch totenderlove
2010-11-02* NEWS: fix a typo.kou
2010-11-02fix bug#3990, rake/test_tasksarton
2010-11-01* ext/socket/extconf.rb: win64 is just same with win32 about socket.usa
2010-11-01* main.c: <stdlib.h> is needed, to introduce the getenv(3)shyouhei
2010-10-31* gc.c (finalizer_table, objspace->final.table):ko1
2010-10-31* gc.c (rb_objspace_free): finalizers should be called separatelynobu
2010-10-31* eval.c (ruby_cleanup): free current VM and its objspace evennobu
2010-10-31* compile.c (new_child_iseq): adjust argument types.nobu
2010-10-31* vm_core.h: some refactoring.ko1
2010-10-30* lib/rexml/encoding.rb: untabify.kou
2010-10-30* lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou
2010-10-30* util.c (ruby_strtod): get rid of overflow/underflow as possible.nobu
2010-10-30* configure.in (ruby_pc): erase runtime-defined variables andnobu
2010-10-30* win32/Makefile.sub (ruby_pc): ignore missing variables.nobu
2010-10-30* object.c: Make BasicObject.new accept no parameter.marcandre
2010-10-30* enum.c: use constants in id.h.nobu
2010-10-30* ext/fiddle/closure.c (fiddle_closure): embed cif not referencenobu
2010-10-29* lib/resolv-replace.rb: suppress warning.akr
2010-10-29* test/pathname/test_pathname.rb (TestPathname#test_grpowned?): theakr
2010-10-29* lib/resolv.rb: retry via TCP if UDP reply is truncated.akr
2010-10-29* iseq.c (iseq_s_compile): fix optional argument.ko1
2010-10-29* ext/objspace/objspace.c (memsize_of): take care ofko1
2010-10-29* test/profile_test_all.rb: added.ko1
2010-10-29* tool/enc-unicode.rb,naruse
2010-10-28fix typos includes [ruby-dev:42474]kazu
2010-10-28* ext/objspace/objspace.c (ObjectSpace.memsize_of_all): renameko1
2010-10-28* string.c (rb_str_dump): fix expected length. [ruby-core:32935]nobu
2010-10-28* gc.c (before_gc_sweep, run_final): fix decrement timing of final_num.ko1
2010-10-28* tool/enc-unicode.rb,naruse
2010-10-28* include/ruby/oniguruma.h (ONIGENC_CTYPE_SPECIAL_MASK):naruse
2010-10-28* lib/webrick/httprequest.rb (read_request_line): extend maxnaruse
2010-10-27* gc.c (GC.stat): added. [ruby-dev:38607]ko1
2010-10-27* ext/objspace/objspace.c (memsize_of): fix rdoc.ko1
2010-10-27* ext/iconv/iconv.c (Init_iconv): warn deprecated use.nobu
2010-10-27* bignum.c (rb_big2long, rb_big2ulong): rb2ulong() returns VALUE, butusa
2010-10-27* test/ruby/test_io.rb (TestIO#pipe): should close write end of pipeusa
2010-10-27* win32/win32.c (rb_w32_getppid): support Win64.usa
2010-10-27* thread_win32.c (w32_error): should get error no only once, becauseusa
2010-10-27* test/ruby/test_io.rb (TestIO#pipe): need to propagate exceptionsusa
2010-10-27* class.c (clone_const): need to return value. fix r29602.usa
2010-10-27* include/ruby/ruby.h (NUM2LONG_internal): add cast to get rid of ausa
2010-10-27* cont.c: apply documentation patch by Run Paint Run Run.naruse
2010-10-26* object.c (Init_Object), constant.h, variable.cmame
2010-10-26* class.c, constant.h, gc.c, method.h, object.c, variable.c,mame
2010-10-26* class.c, gc.c, object.c, variable.c, vm_insnhelper.c,mame
2010-10-26* lib/scanf.rb (extract_float): allow 2.e+2 style.naruse
2010-10-26* Makefile.in (ASFLAGS): needs INCFLAGS.nobu
2010-10-26* template/ruby.pc.in (Libs): needs DLDFLAGS.nobu