summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-12-29* ext/io/wait/wait.c (io_nread): returns number of bytes availablematz
2008-12-29* ext/io/wait/wait.c (io_ready_p): updated to follow RDoc.matz
2008-12-29* ext/socket/socket.c (s_recvfrom_nonblock): revert r21162.matz
2008-12-29* ext/socket/socket.c (s_recvfrom_nonblock): fixed awesome typo.matz
2008-12-29* vm.c (vm_set_eval_stack, vm_set_main_stack, vm_set_top_stack):ko1
2008-12-29* ext/socket/socket.c (s_recvfrom_nonblock): default maxlen to bematz
2008-12-29merges r21134 from ruby_1_9_1 into trunk.yugui
2008-12-29* Makefile.in (ext-clean): ext-clean always fails.yugui
2008-12-29* thread.c (rb_mutex_trylock): return false if Mutex ownedko1
2008-12-29* file.c (rb_get_path): move encoding conversion of file pathnaruse
2008-12-28* cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com>matz
2008-12-28add ML index ([ruby-dev:37634]).ko1
2008-12-28* ruby.c (process_options): set th->base_block only whileko1
2008-12-28* ChangeLog: adds the author name of a patch.yugui
2008-12-28* test/ext/dl/test_base.rb : add BSD's case.naruse
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#sizeof): followsyugui
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename andyugui
2008-12-28* win32/Makefile.sub (config.h): do not use snprintf/vsnprintf innobu
2008-12-28* sprintf.c: not force to override snprintf/vsnprintf.nobu
2008-12-28* test/rubygems/test_ext_configure_builder.rb (test_self_build_fail):naruse
2008-12-28 * commit ChangeLogtakano32
2008-12-28 * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.takano32
2008-12-28* thread.c (mutex_free, mutex_unlock): add qualifiers.mame
2008-12-28* thread.c (mutex_free): GC thread (main thread) has failed to unlockmame
2008-12-27Imported minitest 1.3.1 r4505.ryan
2008-12-27* runruby.rb: refactored to modify ENV as once.akr
2008-12-27* test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): usesnobu
2008-12-27 * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.takano32
2008-12-27 * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa
2008-12-27* process.c (after_exec): needs to reset before restart timernobu
2008-12-27* thread.c (rb_thread_atfork, rb_thread_atfork_before_exec): DRY.nobu
2008-12-27* vm_eval.c (rb_f_loop): return enumerator if no block given.matz
2008-12-27* .gdbinit (dummy_gdb_enums.special_consts): forces to load debugnobu
2008-12-27* eval.c (rb_frame_callee, rb_frame_caller): rb_frame_callee()ko1
2008-12-27* transcode.c (make_econv_exception): show source and destinationakr
2008-12-27* vm_insnhelper.c (vm_yield_with_cfunc): rename parameter nameko1
2008-12-27* common.mk (revision.h): ignores failure of file2lastrev.yugui
2008-12-27* ruby.c (process_options): fix to untouch th->mild_compile_error.ko1
2008-12-27* iseq.h, iseq.c (rb_iseq_new_main): add a type ISEQ_TYPE_MAIN.ko1
2008-12-27* lib/open-uri.rb (OpenURI.redirectable?): permit https redirection.akr
2008-12-27* eval.c (get_errinfo): return th->errinfo valueko1
2008-12-27man/irb.1: adds -v, -h, -E and -U.yugui
2008-12-27* vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko1
2008-12-27* vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko1
2008-12-27* cont.c: rdoc for Fiber. patch by Muhammad Ali.yugui
2008-12-26* process.c (after_fork): ignores a termination request in thenobu
2008-12-26* lib/csv.rb: Using a more robust transcoding scheme to producejeg2
2008-12-26* io.c (fptr_finalize): don't allocate objects if noraise.akr
2008-12-26* lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):yugui
2008-12-26* lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu