summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-05-06* ext/fiddle/*: Adding fiddle library to wrap libffitenderlove
2010-05-06* string.c (rb_str_match_m): add description about optionalnaruse
2010-05-06* lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoidakr
2010-05-06* NEWS: add rationalize methods of Complex, Float, Integer, NilClass, and Rat...mrkn
2010-05-06* README: update.nobu
2010-05-05* cont.c: apply FIBER_USE_NATIVE patch. This patch improveko1
2010-05-05* vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko1
2010-05-05* compile.c (iseq_set_sequence): fix check range of ic_index.wanabe
2010-05-05* dln.c (aix_loaderror): use execerror for load error on AIX.kanemoto
2010-05-05* thread_win32.c (w32_wait_events): get GVL before handle interruptwanabe
2010-05-05* ext/tk/extconf.rb: revert. enbugged by last commit.nagai
2010-05-05* file.c (rb_stat): use STAT macro instead of calling stat() directly.usa
2010-05-05* bootstraptest/test_io.rb (megacontent-copy_stream): get rid ofnobu
2010-05-04* gc.c (rb_mark_method_entry): renamed.nobu
2010-05-04* method.h (rb_gc_mark_method_entry): fixed typo.nobu
2010-05-04* method.h, vm_method.c: rename some internal functions related toko1
2010-05-04* compile.c (iseq_build_body): update iseq->ic_size.wanabe
2010-05-04* error.c (name_err_mesg_to_str): preserve encoding of inspection.nobu
2010-05-04* test/fileutils/test_fileutils.rb (test_copy_stream):nobu
2010-05-04* vm_insnhelper.c (argument_error): push correct backtrace.ko1
2010-05-04* ext/socket/option.c (sockopt_inspect): use rb_str_cat2 andakr
2010-05-04* ext/socket/ancdata.c (ancillary_inspect): use rb_str_cat2 andakr
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2010-05-03* ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28.naruse
2010-05-03* sample/README: update file list. [ruby-core:28981]kazu
2010-05-03trivial changekazu
2010-05-02* ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu
2010-05-02* lib/rdoc/task.rb (RDoc::Task): should not override newer code.nobu
2010-05-02* ext/dl/cfunc.c (rb_dlcfunc_call): ignore signedness.nobu
2010-05-02fix log. missed ref.wanabe
2010-05-02* iseq.c (iseq_load): allow filepath to be nil.wanabe
2010-05-01* lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value insteadnobu
2010-05-01* lib/mkmf.rb (dir_config): should not modify argument arraysnobu
2010-05-01* lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-05-01* ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): don't usenobu
2010-05-01Merge fix for gem server, bump RubyGems version to 1.3.7drbrain
2010-05-01Upgrade to RDoc 2.5.8drbrain
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-30* win32/win32.c: add declaration of wstati64 for gcc.wanabe
2010-04-30* merge some patches from win32-uncode-test branch.usa
2010-04-30* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-30* test/ruby/test_io.rb: skip false tests on Windows.nobu
2010-04-30* math.c: Math::DomainError < StandardException [ruby-core:29855]marcandre
2010-04-30* test/test_open3.rb (TestOpen3#test_commandline): use simplenobu
2010-04-30* file.c (file_expand_path): call rb_str_set_len before BUFCHECK toakr
2010-04-30* string.c (rb_str_sub_bang): String#sub! now raises an error whenmarcandre
2010-04-30* eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrongmarcandre
2010-04-29* time.c (TIMET_MAX): should be time_t, not unsigned_time_t.usa