summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-26* regparse.c (add_code_range_to_buf0): wrong condition of duplicatednaruse
2012-02-26* compile.c (iseq_compile_each): call on special object instead ofnobu
2012-02-25* 2012-02-26svn
2012-02-25* error.c (report_bug): use buf and snprintf to avoid consuming stack.naruse
2012-02-25avoid rdoc's warnings.naruse
2012-02-25* ext/dbm/extconf.rb (headers): try ambiguous headers at last.akr
2012-02-25* lib/fileutils.rb: use chomp(?/) instead of sub to optimize and avoidnaruse
2012-02-25* common.mk (check, test-all): no exntension builds before test-all,nobu
2012-02-25Fix r34779. Raised error on connection reset varies on environments.naruse
2012-02-25ad comment.akr
2012-02-25update comment.akr
2012-02-25* complex.c (nucomp_marshal_load): raise error on invalid data.naruse
2012-02-25suppress warnings.naruse
2012-02-25Add News for r34367 [ruby-core:29462] [Feature #3131]naruse
2012-02-25* ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu
2012-02-25* ext/curses/curses.c (Init_curses): use rb_define_const once forakr
2012-02-25* ext/curses/curses.c (Init_curses): make Curses::VERSIONakr
2012-02-24* test/test_curses.rb: property.nobu
2012-02-24* parse.y (parser_tokadd_string): insert a backslash only ifnobu
2012-02-24* dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.nobu
2012-02-24* dir.c (dir_initialize): keep path in original encoding.nobu
2012-02-24* 2012-02-25svn
2012-02-24* file.c (utime_internal): fix a variable missed to replace.nobu
2012-02-24* test/zlib/test_zlib.rb (TestZlibGzipReader#test_encoding): Add nahi
2012-02-24* test/ruby/test_literal.rb (TestRubyLiteral#test_special_const): test for ht...shyouhei
2012-02-24* dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str.nobu
2012-02-24* error.c: new functions to deal exceptions with string instances.nobu
2012-02-24* dir.c, file.c, io.c: use rb_sys_fail_path.nobu
2012-02-24* io.c (set_binary_mode_with_seek_cur): reorder function qualifiers.nobu
2012-02-24* configure.in (__builtin_unreachable): check for clang.nobu
2012-02-24* ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove
2012-02-24pull request #55 as same as #98ayumin
2012-02-24* lib/net/http.rb: Fix documentation.ayumin
2012-02-24* string.c (rb_str_prepend): Fix documentation for String#prepend.ayumin
2012-02-24* lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain
2012-02-24* complex.c (Init_Complex): Document Complex::I. Patch by Sylvaindrbrain
2012-02-23* parse.y (parser_tokadd_string, parser_yylex): insert a backslashnobu
2012-02-23Clean whitespacedrbrain
2012-02-23Fix timestamps in ChangeLogdrbrain
2012-02-23* lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez.drbrain
2012-02-23* ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove
2012-02-23* hash.c (Init_Hash): Add section on how objects are used as Hash keysdrbrain
2012-02-23* object.c (rb_obj_eql): Improve equality documentation by adding andrbrain
2012-02-23* object.c (rb_obj_hash): Added note that the hash value is notdrbrain
2012-02-23* 2012-02-24svn
2012-02-23add comment.akr
2012-02-23* ext/dbm/extconf.rb: unused macro removed.akr
2012-02-23* test/test_curses.rb: new file.akr
2012-02-23* ext/curses/rain.rb: trap SIGHUP, SIGINT, SIGQUIT and SIGTERM only.akr
2012-02-23* signal.c (sig_trap): show signal name on error.akr