summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-12-20 * io.c : add an extra byte to buffer for the specification of readtarui
2010-12-20 * error.c: Fix build error for win32. This regression waskosaki
2010-12-20 * thread.c (thread_cleanup_func): Moved interrupted_lockkosaki
2010-12-20 * thread.c (thread_cleanup_func): Don't touch native threadingkosaki
2010-12-20 * error.c (exit_success_p): Check status code more carefully.kosaki
2010-12-20* node.c: parenthesize macro arguments.akr
2010-12-20* NEWS: add #__id__ and #object_id. [ruby-dev:42778]kazu
2010-12-20 * thread_pthread.c (native_thread_destroy): Fixed gvl_cond leak.kosaki
2010-12-20Update NEWS, add ChangeLog entry for RDoc 3.0.1drbrain
2010-12-20Import RDoc 3drbrain
2010-12-19 * io.c (Init_IO): Added O_DIRECT. This feature was propsed by Run Pai...kosaki
2010-12-19* marshal.c: parenthesize macro arguments.akr
2010-12-18* vsnprintf.c (BSD_vfprintf): suppress warning: "_WIN32" is not defined.kazu
2010-12-18* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-18* load.c: parenthesize macro arguments.akr
2010-12-18* compile.c (setup_args, iseq_compile_each): optimize AMPER LAMBDAnobu
2010-12-17* gc.c (Init_GC): move #__id__ and #object_id to BasicObject.matz
2010-12-17* test/mkmf/base.rb (TestMkmf::FakeLog): capture output from mkmf.nobu
2010-12-17* win32/setup.mak (BASERUBY): quit with an error when BASERUBY was notusa
2010-12-16* iseq.c: parenthesize macro arguments.akr
2010-12-16Alter comment on String#encode for better wording and ri outputdrbrain
2010-12-16 * io.c (rb_io_advise): New API. IO#advise() allows to tell thekosaki
2010-12-16* tool/rbinstall.rb (bin-comm): use transformed name.nobu
2010-12-16* io.c: parenthesize macro arguments.akr
2010-12-16* tool/mkconfig.rb (RbConfig): honor ARCHFLAGS and RC_ARCHS tonobu
2010-12-16* win32/{configure.bat,setup.mak,Makefile.sub} (PROGRAM_PREFIX,usa
2010-12-15* node.h (RNode): match the type of flags to RBasic, and renamednobu
2010-12-15* iseq.c (set_relation), vm_insnhelper.c (vm_cref_push): nd_filenobu
2010-12-15* lib/test/unit.rb (process_args): need to setup @help to print options.usa
2010-12-15* test/zlib/test_zlib.rb (test_to_io): forgotten to fix with r30201.usa
2010-12-15* io.c (simple_sendfile): enable on Mac OS X.nobu
2010-12-14* hash.c: parenthesize macro arguments.akr
2010-12-14 * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):kosaki
2010-12-14 * test/ripper/test_parser_events.rb (TestRipper#test_block_variables):kosaki
2010-12-14* io.c (simple_sendfile): improve linux compatibility on FreeBSD,naruse
2010-12-14* gc.c: parenthesize macro arguments.akr
2010-12-14* lib/test/unit.rb: help messages.usa
2010-12-14* common.mk (help): there is no reason to use the abbreviation for here.usa
2010-12-14* test/ruby/test_io.rb (test_reopen, test_reinitialize): should closeusa
2010-12-14* test/ruby/test_io.rb (test_binmode_after_closed): the temporary fileusa
2010-12-14* test/ruby/test_io.rb (test_flush_in_finalizer[12]): should closeusa
2010-12-14* ext/zlib/zlib.c (gzfile_s_open): should close the IO if some errorusa
2010-12-14* lib/net/http.rb (Net::HTTPRequest#send_request_body_data):naruse
2010-12-14* test/zlib/test_zlib.rb (*): should close files associated with zlib.usa
2010-12-14* test/ruby/test_argf.rb (test_inplace_rename_impossible): unlinkusa
2010-12-14* lib/minitest/unit.rb (Minitest::Unit#_run_suite): split testnaruse
2010-12-14* configure.in: Add -Werror=declaration-after-statement to defaultnaruse
2010-12-14* ext/openssl/ossl_asn1.c (ossl_asn1_decode0): how many gcc-c99ismsusa
2010-12-13* io.c (simple_sendfile): disable the use of sendfile(2) onnaruse
2010-12-13* io.c: define USE_SENDFILE on FreeBSD or DragonFly BSD.naruse