aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * misc/rdoc-mode.el (rdoc-mode): show trailing whitespace.nobu2011-01-103-27/+32
* * util.c: parenthesize macro arguments.akr2011-01-102-35/+39
* * misc/README: mention rdoc-mode.el and ruby-style.el.kazu2011-01-092-0/+6
* * 2011-01-10svn2011-01-091-2/+2
* fix typokazu2011-01-091-1/+1
* * transcode.c: parenthesize macro arguments.akr2011-01-092-2/+6
* * io.c (Kernel.#syscall): implemented on LP64/LLP64 environments too.yugui2011-01-093-49/+79
* * lib/irb/locale.rb (IRB::Locale::LOCALE_NAME_RE):yugui2011-01-092-10/+15
* * 2011-01-09svn2011-01-091-2/+2
* * ext/readline/readline.c: apply a patch from Nobuyoshi Nakada.kouji2011-01-092-0/+105
* fix spaces.akr2011-01-082-3/+3
* * enum.c (enum_sort_by): use rb_ary_resize.akr2011-01-082-15/+7
* * pack.c (swapf): compilation condition simplified.akr2011-01-082-23/+18
* * pack.c (swapd): remove duplicated code.akr2011-01-082-21/+9
* update doc.akr2011-01-081-0/+8
* * thread.c: parenthesize macro arguments.akr2011-01-082-9/+13
* * 2011-01-08svn2011-01-071-2/+2
* reverting r30451 until I can figure out what is wrong.tenderlove2011-01-072-10/+1
* * lib/mkmf.rb (configuration): backref needs to capture.nobu2011-01-072-3/+5
* property.nobu2011-01-070-0/+0
* * misc/ruby-mode.el (ruby-mode-variables), misc/ruby-style.el:nobu2011-01-073-1/+6
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): highlightnobu2011-01-072-1/+6
* * bignum.c (bigmul1_karatsuba): avoid overflow that make assertionmatz2011-01-072-6/+12
* * 2011-01-07svn2011-01-061-2/+2
* * string.c: parenthesize macro arguments.akr2011-01-062-15/+19
* * lib/mkmf.rb (create_makefile): ignore rest from first dot fromusa2011-01-062-1/+7
* * ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove2011-01-063-1/+10
* use require_relative instead of File.expand_pathtenderlove2011-01-061-1/+1
* * lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to thetenderlove2011-01-063-0/+26
* * lib/mkmf.rb (configuration): fixing gsub when multiple error flagstenderlove2011-01-063-1/+24
* * ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu2011-01-052-7/+7
* * array.c (rb_ary_modify): export.nobu2011-01-053-1/+6
* * random.c (random_rand): suppress a warning.nobu2011-01-051-1/+1
* * enc/{emacs_mule,euc_jp}.c (code_to_mbc): suppress warnings.nobu2011-01-054-6/+10
* * ext/stringio/stringio.c (get_strio, strio_set_string)nobu2011-01-053-3/+17
* * ChangeLog: commit miss.nobu2011-01-051-0/+4
* * array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu2011-01-055-0/+90
* * dln.c (init_funcname_len): ignore rest from first dot.nobu2011-01-055-3/+20
* property.nobu2011-01-050-0/+0
* * vm.c (rb_vm_make_proc): fix indent.nobu2011-01-051-6/+6
* * ChangeLog: fix typo.nobu2011-01-051-3/+3
* * 2011-01-06svn2011-01-051-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use YAML 1.0 outputtenderlove2011-01-053-1/+26
* * string.c: fix rdoc typo.shyouhei2011-01-052-2/+5
* Error#to_s should ensure that the value returned is a string.ryan2011-01-051-2/+1
* adding modified files to changelog, sorry folks! :-(tenderlove2011-01-051-2/+4
* * test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):usa2011-01-052-0/+6
* * lib/net/http.rb (Net::HTTP#get): A header hash given should notknu2011-01-053-1/+12
* * SSL_shutdown should be called until the return value is non-zero:tenderlove2011-01-052-1/+9
* * Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!tenderlove2011-01-058-11/+15