summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-04-06* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):naruse
2011-04-05* include/ruby/encoding.h: parenthesize macro arguments.akr
2011-04-05fix a typokazu
2011-04-04* ext/io/nonblock/nonblock.c (io_nonblock_set): Avoid F_SETFL ifkosaki
2011-04-04* io.c (rb_io_syswrite): While local FS writes are usuallykosaki
2011-04-04* test/test_tempfile.rb: simply ignore platform depedent testcasesusa
2011-04-03 * ext/syslog/syslog.c: improve rdoc.nagachika
2011-04-03* ext/zlib/zlib.c: parenthesize macro arguments.akr
2011-04-03* configure.in: disable fdatasync again on Mac OS X.kosaki
2011-04-03* io.c (io_reopen): IO#close releases GVL if possible.kosaki
2011-04-01* ext/syslog/syslog.c: parenthesize macro arguments.akr
2011-04-01Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2011-04-01* vm_core.h (RUBY_VM_CHECK_INTS_TH): merge a patch by ko1nobu
2011-03-31* ChangeLog: fix typo of r31205arton
2011-03-31* misc/ruby-mode.el (ruby-brace-to-do-end, ruby-do-end-to-brace):nobu
2011-03-31* ext/strscan/strscan.c: parenthesize macro arguments.akr
2011-03-31* vm_insnhelper.c (vm_get_ev_const): should ignore crefs withshugo
2011-03-31* vm_insnhelper.c (vm_get_ev_const): search root cref properly.shugo
2011-03-31* eval.c (rb_mod_s_constants): should ignore crefs withshugo
2011-03-30* misc/ruby-mode.el (ruby-toggle-block): toggle do/end and {}.nobu
2011-03-30* misc/ruby-mode.el (ruby-move-to-block): move to opening ofnobu
2011-03-30* vm_insnhelper.h (COPY_CREF): should copyshugo
2011-03-29* ext/stringio/stringio.c: parenthesize macro arguments.akr
2011-03-29 * fix a typo in ChangeLognagachika
2011-03-29 * string.c (rb_String): Kernel#String should call to_str before to_s.nagachika
2011-03-29* test/webrick/test_filehandler.rbusa
2011-03-28* ext/socket/raddrinfo.c: parenthesize macro arguments.akr
2011-03-28* test/webrick/test_filehandler.rb (test_short_filename):arton
2011-03-28* ext/date/date_core.c (date_s_today): use int for year.naruse
2011-03-28* ext/extmk.rb: set MFLAGS from MAKEFLAGS when using nmake.usa
2011-03-28* common.mk (love): all you need is love.usa
2011-03-27* ext/socket/ipsocket.c: parenthesize macro arguments.akr
2011-03-27* misc/ruby-mode.el (ruby-mode-map): remove unnecessarynobu
2011-03-27* misc/ruby-mode.el: suppress warnings at byte compile. fixesnobu
2011-03-27 * ext/date/date_core.c: removed unused variables.tadf
2011-03-26* ext/socket/getaddrinfo.c: parenthesize macro arguments.akr
2011-03-25* ext/date/lib/date/format.rb (DateTime#strftime): removed becausenaruse
2011-03-25 * ext/date/date_core.c: should not force cast with macros.tadf
2011-03-25* ext/sdbm/init.c: parenthesize macro arguments.akr
2011-03-25ChangeLog for itshyouhei
2011-03-25* ext/sdbm/_sdbm.c (sdbm_open): use size_t.naruse
2011-03-25* ext/nkf/nkf-utf8/nkf.c: import nkf 7f18e30.naruse
2011-03-25* test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa
2011-03-24fix typoskazu
2011-03-24* vm_insnhelper.c (vm_get_ev_const): should not autoload innobu
2011-03-24* variable.c (rb_const_defined_0): fix autoloading base.nobu
2011-03-24* ext/sdbm/_sdbm.c: parenthesize macro arguments.akr
2011-03-24* ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse
2011-03-24* ext/openssl/ossl_rand.c (ossl_rand_egd_bytes): use NUM2INT becausenaruse
2011-03-24* ext/openssl/ossl_x509name.c: id_aref's type is ID.naruse