summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2011-03-24* ext/io/console/console.c (console_set_winsize):naruse
2011-03-24* ext/openssl/ossl_ocsp.c (ossl_ocspreq_verify): flags is VALUE,naruse
2011-03-23fix typos and remove trailing spaceskazu
2011-03-23* ext/readline/readline.c: parenthesize macro arguments.akr
2011-03-22* numeric.c (flo_round): fix inaccurate results.nobu
2011-03-22* win32/win32.c: wait process real termination after reading arton
2011-03-22* lib/rubygems/test_case.rb: save current dir to @current_dirnaruse
2011-03-22* ext/psych/parser.c: parenthesize macro arguments.akr
2011-03-22* ext/openssl/ruby_missing.h: parenthesize macro arguments.akr
2011-03-22 * ext/openssl/lib/openssl/buffering.rb: removed circular require ofnahi
2011-03-22* test/runner.rb: set Gem::TestCase's @@project_dir.naruse
2011-03-22* numeric.c (flo_round): use pow instead of while-loop. fixes #4510naruse
2011-03-21* ext/date/date_strftime.c (date_strftime_wo_timespec):naruse
2011-03-21* ext/date/date_core.c: surpress warning: shorten-64-to-32.naruse
2011-03-21* lib/test/unit/parallel.rb: remove unused variable.naruse
2011-03-21* enc/utf_16le.c: surpress warning: shorten-64-to-32.naruse
2011-03-21* lib/test/unit.rb: Refactoring. Unified if and elsif.sorah
2011-03-20 * ext/date/date_strftime.c: checks duplicated modifiers.tadf
2011-03-20 * ext/date/date_strftime.c: removed unused code and arguments.tadf
2011-03-20 * ext/date/date_core.c: replacement of implementation oftadf
2011-03-20* ext/openssl/ossl_x509store.c: parenthesize macro arguments.akr
2011-03-19* hash.c (ruby_setenv): check env process block size with OS ver.arton
2011-03-19* hash.c (ruby_setenv): calculate total env block size for win32.arton