aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use pipe instead of $stdin.read.naruse2011-12-141-1/+1
* * load.c (load_unlock): release loading barrier and then remove itnobu2011-12-143-8/+27
* * thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()naruse2011-12-143-2/+24
* The test added in r34034 needs to run thousands of times.naruse2011-12-141-10/+11
* * load.c (load_lock): delete the loading barrier if it has beennobu2011-12-143-3/+29
* FreeBSD 9.0 RC3 is now released.naruse2011-12-141-1/+1
* Add test for [Bug #5343] [ruby-core:39634]naruse2011-12-141-0/+17
* * thread_pthread.c (rb_thread_create_timer_thread): fix memoryokkez2011-12-132-0/+6
* * 2011-12-14svn2011-12-131-2/+2
* * parse.y (primary): point method name line. [ruby-core:40936]nobu2011-12-134-28/+77
* * ChangeLog: add ML/ticket links to r34028 entry. [ruby-core:41612] [Bug #5755]nagachika2011-12-131-1/+1
* * ChangeLog: fix a typo.nagachika2011-12-131-1/+1
* * error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo whennagachika2011-12-133-1/+29
* * load.c (load_unlock): all threads requiring one file shouldnobu2011-12-135-3/+79
* property.nobu2011-12-130-0/+0
* * ChangeLog: style fix.ktsj2011-12-131-2/+2
* * lib/webrick/httpresponse.rb (setup_header): 1xx responsestenderlove2011-12-123-15/+25
* * lib/webrick/httpresponse.rb (setup_header): 204 and 304 responsestenderlove2011-12-123-1/+54
* * 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