aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ChangeLog: adds the author name of a patch.yugui2008-12-281-0/+1
* * test/ext/dl/test_base.rb : add BSD's case.naruse2008-12-281-0/+4
* * ext/dl/lib/dl/import.rb (DL::Importer#sizeof): followsyugui2008-12-281-0/+5
* * ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename andyugui2008-12-281-0/+8
* * win32/Makefile.sub (config.h): do not use snprintf/vsnprintf innobu2008-12-281-1/+4
* * sprintf.c: not force to override snprintf/vsnprintf.nobu2008-12-281-0/+5
* * test/rubygems/test_ext_configure_builder.rb (test_self_build_fail):naruse2008-12-281-0/+5
* * commit ChangeLogtakano322008-12-281-0/+6
* * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.takano322008-12-281-0/+4
* * thread.c (mutex_free, mutex_unlock): add qualifiers.mame2008-12-281-0/+4
* * thread.c (mutex_free): GC thread (main thread) has failed to unlockmame2008-12-281-0/+10
* Imported minitest 1.3.1 r4505.ryan2008-12-271-1/+6
* * runruby.rb: refactored to modify ENV as once.akr2008-12-271-0/+4
* * test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): usesnobu2008-12-271-0/+7
* * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.takano322008-12-271-0/+4
* * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa2008-12-271-0/+5
* * process.c (after_exec): needs to reset before restart timernobu2008-12-271-1/+7
* * thread.c (rb_thread_atfork, rb_thread_atfork_before_exec): DRY.nobu2008-12-271-0/+4
* * vm_eval.c (rb_f_loop): return enumerator if no block given.matz2008-12-271-0/+5
* * .gdbinit (dummy_gdb_enums.special_consts): forces to load debugnobu2008-12-271-0/+7
* * eval.c (rb_frame_callee, rb_frame_caller): rb_frame_callee()ko12008-12-271-0/+10
* * transcode.c (make_econv_exception): show source and destinationakr2008-12-271-0/+5
* * vm_insnhelper.c (vm_yield_with_cfunc): rename parameter nameko12008-12-271-0/+5
* * common.mk (revision.h): ignores failure of file2lastrev.yugui2008-12-271-0/+4
* * ruby.c (process_options): fix to untouch th->mild_compile_error.ko12008-12-271-0/+5
* * iseq.h, iseq.c (rb_iseq_new_main): add a type ISEQ_TYPE_MAIN.ko12008-12-271-0/+11
* * lib/open-uri.rb (OpenURI.redirectable?): permit https redirection.akr2008-12-271-0/+5
* * eval.c (get_errinfo): return th->errinfo valueko12008-12-271-0/+8
* man/irb.1: adds -v, -h, -E and -U.yugui2008-12-271-0/+4
* * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko12008-12-271-0/+13
* * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko12008-12-271-0/+20
* * cont.c: rdoc for Fiber. patch by Muhammad Ali.yugui2008-12-271-0/+5
* * process.c (after_fork): ignores a termination request in thenobu2008-12-261-1/+6
* * lib/csv.rb: Using a more robust transcoding scheme to producejeg22008-12-261-0/+5
* * io.c (fptr_finalize): don't allocate objects if noraise.akr2008-12-261-0/+8
* * lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):yugui2008-12-261-0/+5
* * lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu2008-12-261-0/+8
* * io.c (fptr_finalize): close the IO object even if finish_writeconv orakr2008-12-261-0/+12
* * transcode.c (str_transcode0): set encoding when String#encode wasnaruse2008-12-251-0/+5
* * io.c (rb_io_s_pipe): unused variable removed.akr2008-12-251-0/+4
* * transcode.c (sym_ignore): remove useless symbol.naruse2008-12-251-0/+4
* * io.c (pipe_close): removed.akr2008-12-251-0/+6
* * transcode.c (decorate_convpath): show type of escaping fornaruse2008-12-251-0/+5
* * io.c (rb_io_initialize): check fd validity. [ruby-dev:36646]akr2008-12-251-0/+4
* * io.c (flush_before_seek): check io_fflush result.akr2008-12-251-0/+14
* * io.c (io_fflush): flush write buffer without write lock inmatz2008-12-251-0/+7
* * io.c (fptr_finalize): close the IO object even if close(2) is failed.akr2008-12-251-0/+4
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): should read in binary mode.usa2008-12-251-0/+4
* * vm_insnhelper.c (vm_method_search): fix control flow bug.ko12008-12-251-0/+5
* * io.c (rb_io_flush): fsync() after buffer is flushed on win32.usa2008-12-251-0/+5