summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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* 2011-03-27svn
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* 2011-03-26svn
2011-03-25* ext/date/lib/date/format.rb (DateTime#strftime): removed becausenaruse
2011-03-25time(3)'s argument and return value is time_t.naruse
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-25Skip syslog tests that rely on LOG_PERROR unless it's definedshyouhei
2011-03-25Use LOG_PID instead of LOG_PERROR in Syslog.open testshyouhei
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-24* 2011-03-25svn
2011-03-24fix typoskazu
2011-03-24* test/ruby/test_defined.rb (TestDefined#test_autoloaded_noload):nobu
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* test/ruby/test_defined.rb (TestDefined#test_defined): get rid ofnobu
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-23* 2011-03-24svn
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* ruby.c (proc_options): remove an experimental feature: --gem option.nobu
2011-03-22* ruby.c (proc_options): remove an experimental feature: --requirenobu
2011-03-22* ruby.c (add_gems): remove unused variable.nobu
2011-03-22* win32/win32.c: fix r31152 (dup line)arton
2011-03-22* 2011-03-23svn
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-22* 2011-03-22svn
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