summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-09-21* ext/ripper/lib/ripper.rb:zzak
2012-09-20* thread_pthread.c (native_cond_initialize): destroy condattrkosaki
2012-09-20* thread_pthread.c (native_cond_initialize): clean up #ifdef condition.kosaki
2012-09-20* lib/drb/ssl.rb (DRb::DRbSSLSocket::SSLConfig::DEFAULT): addnaruse
2012-09-20Revert r36994 "* lib/find.rb: Error in documentation example"nobu
2012-09-20remove garbages.nobu
2012-09-20* test/drb/ut_drb.rb: revert a part of r36987, and get rid of a warningusa
2012-09-20* lib/find.rb: Error in documentation examplezzak
2012-09-19* complex.c: Examples for Complex Documentation.zzak
2012-09-19* ext/ripper/lib/ripper.rb: Documentation for Ripper.zzak
2012-09-19* lib/csv.rb (Object#CSV, Array#to_csv, String#parse_csv): zzak
2012-09-19array.c, enum.c: TypeError in zipnobu
2012-09-18* ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db tonaruse
2012-09-16* tool/change_maker.rb: Update svn detection for subversion 1.7'sdrbrain
2012-09-16io.c: io_set_read_lengthnobu
2012-09-15configure.in: strict warnflagsnobu
2012-09-15.editorconfig: newnobu
2012-09-14* ext/nkf/nkf-utf8/nkf.c: Merge upstream: 50a383c84.naruse
2012-09-14* ext/nkf/nkf.c (rb_nkf_convert): suppress warning.naruse
2012-09-13* array.c (rb_ary_diff, rb_ary_uniq):zzak
2012-09-13* array.c (rb_ary_select):zzak
2012-09-13* signal.c (rb_f_kill):zzak
2012-09-13lib/securerandom.rb: fix errors on Windowsshirosaki
2012-09-13* lib/optparse.rb: Remove unreachable email address from documentationzzak
2012-09-13* lib/xmlrpc.rb: Documentation for XMLRPCzzak
2012-09-13configure.in: no PIE on Haikunobu
2012-09-12* lib/shellwords.rb: Documentation for Shellwords.zzak
2012-09-12* ext/ripper/lib/ripper.rb: Documentation for Ripper.zzak
2012-09-12vm_insnhelper.c: reuse VM stacknobu
2012-09-12* ext/pathname/lib/pathname.rb: Documentation for Pathname.zzak
2012-09-10* enc/depend: fixed wrong change in a part of r34802.usa
2012-09-09* ext/socket/basicsocket.c (rsock_bsock_send):kosaki
2012-09-09* io.c (nogvl_close, maygvl_close, nogvl_fclose, maygvl_fclose):kosaki
2012-09-09* io.c (rb_io_close): notify fd close before releasing gvl.kosaki
2012-09-09* process.c: exec() requires to be single threaded also on Haiku.naruse
2012-09-09* lib/thread.rb (Queue#pop): Fixed double registration issue whenkosaki
2012-09-09* lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code.kosaki
2012-09-09* include/ruby/intern.h (rb_thread_blocking_region): Addedkosaki
2012-09-09* lib/sync.rb (Sync_m): Removed RCS_ID.kosaki
2012-09-09* test/ruby/test_io.rb (test_advise_pipe): new test to checkkosaki
2012-09-09* io.c (nogvl_close, maygvl_close, nogvl_fclose, maygvl_fclose):kosaki
2012-09-09* io.c (io_bufread): removed unnecessary rb_thread_wait_fd().kosaki
2012-09-09* thread.c (rb_mutex_lock): stop multiple threads usekosaki
2012-09-08internal.h: allocator function in rb_classext_tnobu
2012-09-06mkmf.rb: fix splitting options with an argumentnobu
2012-09-06.gdbinit: FLONUM supportnobu
2012-09-06ruby.h: merge FLONUM and non-FLONUMnobu
2012-09-05Imported minitest 3.4.0 (r7762)ryan
2012-09-05* parse.y (rb_warn4S): renamed from rb_warn4(), because the case inusa
2012-09-05* .travis.yml (notifications): [experimental] update notification template.shyouhei