summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-08* include/ruby/ruby.h: add old macro name `RUBY_EVENT_SWITCH'.ko1
2013-08-08* test/coverage/test_coverage.rb (TestCoverage#test_big_code): use `1'usa
2013-08-08* properties.nobu
2013-08-08* NEWS: add description of incompatibility introduced by r42396.shugo
2013-08-08* common.mk (mini): portable target to build minirubynaruse
2013-08-08proc.c: constifiynobu
2013-08-08test_range.rb: remove invalid assertionsnobu
2013-08-08* test/webrick/test_httpresponse.rb (test_send_body_*_chunked): theseusa
2013-08-08Follow r42431naruse
2013-08-08range.c: revert r42400nobu
2013-08-08file.c: rb_str_normalize_ospathnobu
2013-08-07* test/openssl/test_ssl.rb: Fix test for CVE-2013-4073.charliesome
2013-08-07* 2013-08-08svn
2013-08-07* lib/webrick/httpresponse.rb: Allow #body to be an IO-like objectdrbrain
2013-08-07Add Process.argv0.knu
2013-08-07Add Process.setproctitle().knu
2013-08-07* bignum.c (rb_big_odd_p): Check the bignum length.akr
2013-08-07* bignum.c (dbl2big): A condition simplified.akr
2013-08-07* ChangeLog: missed ticket number.usa
2013-08-07* test/webrick/test_cgi.rb (TestWEBrickCGI#{start_cgi_server,test_cgi}):usa
2013-08-07* cont.c (rb_fiber_start): use RARRAY_RAWPTR() instead ofko1
2013-08-07* random.c (random_load): use RARRAY_RAWPTR() instead ofko1
2013-08-07* thread.c (thread_start_func_2): use RARRAY_RAWPTR() instead ofko1
2013-08-07* string.c: [DOC] Description of rb_str_equal [Fixes GH-375]zzak
2013-08-06* ext/openssl/ossl_hmac.c: [DOC] Documentation for OpenSSL::HMACzzak
2013-08-06* lib/rss/utils.rb: [DOC] RSS::Utils by Steve Klabnik [Bug #8745]zzak
2013-08-06* 2013-08-07svn
2013-08-06* bignum.c (nlz16): Removed.akr
2013-08-06Typo from r42411zzak
2013-08-06* time.c: [DOC] Typo in Time overview by @sparr [Fixes GH-374]zzak
2013-08-06* lib/rss/1.0.rb: [DOC] Document RSS110 by Steve Klabnik [Bug #8740]zzak
2013-08-06* ext/readline/readline.c (readline_s_delete_text): removekouji
2013-08-06* ext/readline/readline.c, test/readline/test_readline.rb: fixkouji
2013-08-06range.c: return nil for empty rangenobu
2013-08-06* remove trailing spaces.nobu
2013-08-06* ext/readline/readline.c (readline_s_set_point, Init_readline):kouji
2013-08-06json/add/range.rb: use Range#endnobu
2013-08-06net/http/header.rb: remove a hacknobu
2013-08-06* ext/readline/readline.c (Init_readline, readline_s_set_output)kouji
2013-08-06* vm_insnhelper.c (vm_push_frame): change type of stack_max to size_t.ko1
2013-08-06range.c: consider exclusivenobu
2013-08-06win32.c: fix conversionnobu
2013-08-06* vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko1
2013-08-06win32.c: conversion from WCHARnobu
2013-08-06* vm_eval.c (eval_string_with_cref): copy cref to limit the scope ofshugo
2013-08-06string.c: fix typonobu
2013-08-06win32.c: supprss warningnobu
2013-08-06[DOC] refine a call seq.akr
2013-08-06* bignum.c (rb_big_realloc): Use VALGRIND_MAKE_MEM_UNDEFINED toakr
2013-08-05* process.c: [DOC] Document caveats of command form of Process.spawnzzak