aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/date/date_core.c (date_s_today): use int for year.naruse2011-03-283-9/+19
* * ext/extmk.rb: set MFLAGS from MAKEFLAGS when using nmake.usa2011-03-282-0/+5
* * 2011-03-28svn2011-03-281-2/+2
* * common.mk (love): all you need is love.usa2011-03-282-3/+7
* * ext/socket/ipsocket.c: parenthesize macro arguments.akr2011-03-272-1/+5
* * misc/ruby-mode.el (ruby-mode-map): remove unnecessarynobu2011-03-272-2/+5
* * misc/ruby-mode.el: suppress warnings at byte compile. fixesnobu2011-03-272-56/+71
* * 2011-03-27svn2011-03-271-2/+2
* * ext/date/date_core.c: removed unused variables.tadf2011-03-272-4/+4
* * ext/socket/getaddrinfo.c: parenthesize macro arguments.akr2011-03-262-2/+6
* * 2011-03-26svn2011-03-251-2/+2
* * ext/date/lib/date/format.rb (DateTime#strftime): removed becausenaruse2011-03-252-5/+6
* time(3)'s argument and return value is time_t.naruse2011-03-251-4/+3
* * ext/date/date_core.c: should not force cast with macros.tadf2011-03-253-13/+18
* * ext/sdbm/init.c: parenthesize macro arguments.akr2011-03-252-4/+8
* ChangeLog for itshyouhei2011-03-251-0/+19
* Skip syslog tests that rely on LOG_PERROR unless it's definedshyouhei2011-03-251-2/+3
* Use LOG_PID instead of LOG_PERROR in Syslog.open testshyouhei2011-03-251-2/+3
* * ext/sdbm/_sdbm.c (sdbm_open): use size_t.naruse2011-03-2510-34/+56
* * ext/nkf/nkf-utf8/nkf.c: import nkf 7f18e30.naruse2011-03-252-3/+7
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa2011-03-255-23/+35
* * 2011-03-25svn2011-03-241-2/+2
* fix typoskazu2011-03-241-2/+2
* * test/ruby/test_defined.rb (TestDefined#test_autoloaded_noload):nobu2011-03-241-0/+5
* * vm_insnhelper.c (vm_get_ev_const): should not autoload innobu2011-03-243-1/+16
* * variable.c (rb_const_defined_0): fix autoloading base.nobu2011-03-243-1/+24
* * test/ruby/test_defined.rb (TestDefined#test_defined): get rid ofnobu2011-03-241-3/+3
* * ext/sdbm/_sdbm.c: parenthesize macro arguments.akr2011-03-242-5/+9
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-2420-71/+110
* * ext/openssl/ossl_rand.c (ossl_rand_egd_bytes): use NUM2INT becausenaruse2011-03-244-6/+21
* * ext/openssl/ossl_x509name.c: id_aref's type is ID.naruse2011-03-242-1/+5
* * ext/io/console/console.c (console_set_winsize):naruse2011-03-242-1/+6
* * ext/openssl/ossl_ocsp.c (ossl_ocspreq_verify): flags is VALUE,naruse2011-03-242-2/+9
* * 2011-03-24svn2011-03-231-2/+2
* fix typos and remove trailing spaceskazu2011-03-231-6/+6
* * ext/readline/readline.c: parenthesize macro arguments.akr2011-03-232-1/+5
* * numeric.c (flo_round): fix inaccurate results.nobu2011-03-224-1/+19
* * ruby.c (proc_options): remove an experimental feature: --gem option.nobu2011-03-221-45/+2
* * ruby.c (proc_options): remove an experimental feature: --requirenobu2011-03-221-3/+0
* * ruby.c (add_gems): remove unused variable.nobu2011-03-221-1/+1
* * win32/win32.c: fix r31152 (dup line)arton2011-03-221-1/+0
* * 2011-03-23svn2011-03-221-2/+2
* * win32/win32.c: wait process real termination after reading arton2011-03-222-1/+12
* * lib/rubygems/test_case.rb: save current dir to @current_dirnaruse2011-03-222-1/+7
* * ext/psych/parser.c: parenthesize macro arguments.akr2011-03-222-3/+7
* * ext/openssl/ruby_missing.h: parenthesize macro arguments.akr2011-03-222-5/+9
* * ext/openssl/lib/openssl/buffering.rb: removed circular require ofnahi2011-03-226-17/+12
* * test/runner.rb: set Gem::TestCase's @@project_dir.naruse2011-03-223-1/+11
* * numeric.c (flo_round): use pow instead of while-loop. fixes #4510naruse2011-03-222-5/+7
* * 2011-03-22svn2011-03-221-2/+2