aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (parser_magic_comment): should pass the proper value.nobu2011-12-123-2/+8
* * 2011-12-13svn2011-12-121-2/+2
* * vm_insnhelper.c (vm_yield_setup_block_args): splat singlenobu2011-12-123-1/+280
* * parse.y (stmt_or_begin): changed the error message for BEGIN notshugo2011-12-123-9/+39
* * README: Fixed SupportedPlatforms URL in the README.naruse2011-12-123-2/+7
* Set yamler as syck.naruse2011-12-121-0/+6
* * load.c (rb_feature_p): lazy assigned load_path searched innobu2011-12-122-1/+8
* * 2011-12-12svn2011-12-121-2/+2
* * ext/stringio/stringio.c (strio_truncate): fix typo. patched bynobu2011-12-122-1/+7
* * lib/net/imap.rb: includes the sequence number of UID in a errorshugo2011-12-113-3/+19
* * ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740]ktsj2011-12-112-1/+5
* * error.c (exit_initialize): deal with true and false as well asnobu2011-12-113-5/+54
* * object.c (rb_check_to_int): new function to convert a VALUE tonobu2011-12-113-0/+13
* * 2011-12-11svn2011-12-111-2/+2
* * process.c (rb_exit_status_code): extract from rb_f_exit_bang andnobu2011-12-112-26/+30
* * 2011-12-10svn2011-12-101-2/+2
* * test/ruby/test_proc.rb (TestProc): renamed argument tests.nobu2011-12-101-13/+13
* * test/ruby/test_econv.rb (TestEncodingConverter#test_default_external): drop...nobu2011-12-101-2/+2
* * ChangeLog: fix a typo.nagachika2011-12-091-1/+1
* * test/ruby/test_econv.rb (test_default_external): include iso-8859-16.nobu2011-12-091-1/+1
* * enc/trans/iso-8859-16-tbl.rb: add ISO-8859-16 converter.naruse2011-12-093-0/+105
* It should be require_relative.naruse2011-12-091-1/+1
* * file.c (file_path_convert): don't convert it when the path string isnaruse2011-12-093-1/+29
* * 2011-12-09svn2011-12-081-2/+2
* Silence stat redefinition warnings under win32luislavena2011-12-082-0/+6
* Generate temporary file in tmpdir.naruse2011-12-081-4/+12
* * variable.c (set_const_visibility): clear inine-cache when constant'snagachika2011-12-083-3/+38
* * ext/extmk.rb (extract_makefile): should sort after map, not beforeusa2011-12-082-1/+7
* update doc and add test for SystemExit.new.akr2011-12-082-2/+21
* * ext/extmk.rb (extract_makefile): need to sort the array of currentusa2011-12-082-1/+8
* * ChangeLog: fix typos.nagachika2011-12-081-2/+2
* Fix invalid test extension.naruse2011-12-081-1/+7
* * test/rexml/test_order.rb (OrderTester#test_more_ordering): useusa2011-12-082-1/+9
* * test/ruby/test_process.rb (TestProcess#test_sete[gu]id): silentlyusa2011-12-082-0/+7
* * ext/socket/extconf.rb: forgotten to define HAVE_SOCKETPAIR forusa2011-12-082-0/+6
* * configure.in (RUBY_WERROR_FLAG): append all warning flags whichnobu2011-12-082-4/+11
* * doc/re.rdoc: Document difference between match and =~, options withdrbrain2011-12-072-2/+75
* * doc/re.rdoc: Fix example code to match documentation. Patch bydrbrain2011-12-072-3/+8
* Ignore generated files in ext/-test-/path_to_classdrbrain2011-12-070-0/+0
* * 2011-12-08svn2011-12-071-2/+2
* It is fixed in FreeBSD 9.0 RC3, not RC2.naruse2011-12-071-1/+1
* * configure.in (rpath): fix typo in the help string. a patch fromnobu2011-12-072-1/+7
* * vm.c (vm_set_top_stack, vm_set_eval_stack): check for stacknobu2011-12-073-6/+18
* * ext/bigdecimal/bigdecimal.c: Document +@, -@, hash, INFINITY, Nan.drbrain2011-12-072-0/+29
* * io.c (Init_IO): Mention io/console methods. [Ruby 1.9 - Bug #5602]drbrain2011-12-073-0/+63
* FreeBSD 9.0 RC2 fixes the bug.naruse2011-12-071-2/+2
* * 2011-12-07svn2011-12-061-2/+2
* * ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove2011-12-064-15/+136
* fix spaces.akr2011-12-061-3/+3
* * ext/dbm/dbm.c: use db_version() instead of DB_VERSION_STRING forakr2011-12-063-7/+20