summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-08-09ruby.c: use String path version parser functionsnobu
2013-08-09* ChangeLog: fix the reason.nobu
2013-08-09* ext/io/console/console.c: delete redefinition of rb_cloexec_open.charliesome
2013-08-09* NEWS: update about new methods for Binding.ko1
2013-08-09* proc.c: add Binding#local_variable_get/set/defined?ko1
2013-08-09 * tool/make-snapshot: Fix order of priority for option parameter.hsbt
2013-08-09file.c: normalize Form Cnobu
2013-08-09* time.c (get_timeval, get_new_timeval): use rb_obj_class()ktsj
2013-08-09* vm_insnhelper.c (vm_invoke_block): returning from lambda procktsj
2013-08-08enumerator.c: fix non-single argumentnobu
2013-08-08object.c: Module#singleton_class?nobu
2013-08-08fix typoskazu
2013-08-08* time.c (time_overflow_p): Avoid signed integer overflow.akr
2013-08-08Fix the previous commit.akr
2013-08-08* time.c (time_overflow_p): Avoid signed integer overflow.akr
2013-08-08* thread.c (rb_threadptr_pending_interrupt_check_mask):ko1
2013-08-08* string.c (rb_str_format_m): use RARRAY_RAWPTR() instead ofko1
2013-08-08* include/ruby/ruby.h: define USE_RGENGC_LOGGING_WB_UNPROTECT.ko1
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* NEWS: add description of incompatibility introduced by r42396.shugo
2013-08-08* common.mk (mini): portable target to build minirubynaruse
2013-08-08* test/webrick/test_httpresponse.rb (test_send_body_*_chunked): theseusa
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* 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* 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* ext/readline/readline.c (readline_s_set_point, Init_readline):kouji
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