summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-08-05ruby.h: rb_num2ulong_inlinenobu
2012-08-05ruby.h: fix castnobu
2012-08-05add referencesnari
2012-08-05* gc.c : if ENABLE_VM_OBJSPACE is 1, rest_sweep is not defined.nari
2012-08-05* gc.c: just move functions and so on. I don't touch any internalnari
2012-08-05* configure.in: use gcc-4.2 prior to clang, gcc, and cc if exist fornaruse
2012-08-04 * ext/date/date_{core,strftime}.c: [ruby-core:46990].tadf
2012-08-04* gc.c: use inline functions instead of macros, and close upnari
2012-08-04* gc.c (gc_mark_children): use gc_mark_ptr instead of markingnari
2012-08-04* test/ruby/test_alias.rb (test_super_in_aliased_module_method):shugo
2012-08-03vm_insnhelper.c: no recvnobu
2012-08-03* insns.def (invokesuper): reverted r36612 so that super in anshugo
2012-08-03* insns.def (invokesuper): don't skip the same class. instead, useshugo
2012-08-03configure.in: use default compilers for non-darwinnobu
2012-08-03* configure.in: move RUBY_MINGW32 after AC_PROG_CC.naruse
2012-08-03runner.rb: no installed gemsnobu
2012-08-03fix a typokazu
2012-08-03* .travis.yml (notifications): [experimental] IRC notificatoins.shyouhei
2012-08-03Revert "* configure.in: move RUBY_MINGW32 after AC_PROG_CC."naruse
2012-08-03* configure.in: move RUBY_MINGW32 after AC_PROG_CC.naruse
2012-08-02add missing *kazu
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-08-02* class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo
2012-08-02* configure.in (AC_PROG_CC): AC_PROG_CC tries clang at first onnaruse
2012-08-02* gc.c: return true or false. Patch by Dirkjan Bussink. [Bug #6821]nari
2012-08-02* ext/openssl/lib/openssl/digest.rbemboss
2012-08-01ext/digest/digest.c (hexencode_str_new): return an ASCII stringeregon
2012-07-31test_rubyoptions.rb: fix test failure on Windowsshirosaki
2012-07-31class.c: fix duplication of prepended modulenobu
2012-07-31variable.c: fix r36574nobu
2012-07-31* ext/psych/lib/psych.rb: updated to released version.tenderlove
2012-07-30* time.c (time_sec): Remove extra wording about leap seconds and referdrbrain
2012-07-30* lib/rubygems/platform.rb (Gem::Platform#initialize): Support patternnaruse
2012-07-30variable.c: fix r36574nobu
2012-07-30variable.c: tmp_classpathnobu
2012-07-30configure.in: deprecate -flat_namespacenobu
2012-07-30configure.in: runnable if disable-sharednobu
2012-07-29* common.mk: add a dependency. [ruby-core:46741] [Bug #6789]nagachika
2012-07-29* thread.c (thread_create_core): hide th->async_errinfo_mask_stack fromnagachika
2012-07-29option.c: use rb_w32_inet_ntopnobu
2012-07-29win32.c: rb_w32_inet_ntop should be constnobu
2012-07-29* thread.c (Init_Thread): does not need to set klassktsj
2012-07-28win32/win32.c: suppress warning redeclaredshirosaki
2012-07-28* gc.c: remove unused initialization.nari
2012-07-28win32/win32.c: fix localtime_r() on x64-mingwshirosaki
2012-07-27process.c: try conversion at redirectionnobu
2012-07-27configure.in: get rid of duplication in CPPFLAGSnobu
2012-07-27* win32/mkexports.rb: should not export DllMain().usa
2012-07-26* test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is...shyouhei
2012-07-25avoid compilation error on AIX by -ansi -std=iso9899:199409 (r36038). [ruby-c...kanemoto