aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_core.h (RUBY_VM_CHECK_INTS_TH): merge a patch by ko1nobu2011-04-012-3/+8
* * 2011-04-01svn2011-03-311-3/+3
* * ChangeLog: fix typo of r31205arton2011-03-311-1/+1
* * misc/ruby-mode.el (ruby-brace-to-do-end, ruby-do-end-to-brace):nobu2011-03-312-2/+10
* * ext/strscan/strscan.c: parenthesize macro arguments.akr2011-03-312-2/+6
* * vm_insnhelper.c (vm_get_ev_const): should ignore crefs withshugo2011-03-313-1/+30
* * vm_insnhelper.c (vm_get_ev_const): search root cref properly.shugo2011-03-314-19/+52
* * 2011-03-31svn2011-03-311-2/+2
* * eval.c (rb_mod_s_constants): should ignore crefs withshugo2011-03-313-1/+12
* * misc/ruby-mode.el (ruby-toggle-block): toggle do/end and {}.nobu2011-03-302-1/+42
* * misc/ruby-mode.el (ruby-move-to-block): move to opening ofnobu2011-03-302-3/+18
* * ext/date: use timev.h in toplevel.nobu2011-03-303-21/+3
* * vm_insnhelper.h (COPY_CREF): should copyshugo2011-03-304-14/+44
* fixing syntax error in 1.8tenderlove2011-03-301-1/+1
* converting require_relative to just regular requirestenderlove2011-03-3038-38/+38
* * 2011-03-30svn2011-03-291-2/+2
* * ext/stringio/stringio.c: parenthesize macro arguments.akr2011-03-292-2/+6
* * fix a typo in ChangeLognagachika2011-03-291-1/+1
* * string.c (rb_String): Kernel#String should call to_str before to_s.nagachika2011-03-292-1/+8
* * test/webrick/test_filehandler.rbusa2011-03-292-1/+10
* * ext/socket/raddrinfo.c: parenthesize macro arguments.akr2011-03-282-1/+5
* * 2011-03-29svn2011-03-281-2/+2
* * test/webrick/test_filehandler.rb (test_short_filename):arton2011-03-282-2/+12
* Fix test.naruse2011-03-281-1/+1
* * 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