summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-28* io.c (io_binwrite, rb_io_syswrite): use shared frozen sourcenobu
2012-02-28* io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu
2012-02-28* lib/time.rb (Time#xmlschema): use strftime specifiers instead ofnobu
2012-02-28Remove duplicated entry, thanks znzdrbrain
2012-02-28 * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain
2012-02-28 * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain
2012-02-28* configure.in (debugflags): check if -ggdb is accepted.nobu
2012-02-28* ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove
2012-02-27forgotten to commit at r34834.usa
2012-02-27* 2012-02-28svn
2012-02-27Paranoia: /^/ -> /\A/ in regexp in rdoc. Pointed out by nobu.knu
2012-02-27* parse.y (opt_bv_decl): allow newline at the end. [ruby-dev:45292]matz
2012-02-27* io.c (rb_io_set_pos): add rdoc about textmode.usa
2012-02-27* ext/sdbm/_sdbm.c (fitpair): suppress shortening warnigns.nobu
2012-02-27* test/ruby/test_syntax.rb (test_newline_in_block_parameters):nobu
2012-02-27* string.c (rb_str_crypt): Update rdoc and state that thisknu
2012-02-27* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): since methodsnobu
2012-02-27* lib/mkmf.rb (try_cppflags, try_cflags, try_ldflags): replace thenobu
2012-02-27* test/rubygems/test_gem_specification.rb (test_self_from_yaml_syck_default_k...nobu
2012-02-27* lib/test/unit.rb (Test::Unit::Runner#puke): skips with nonobu
2012-02-27* io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu
2012-02-27* 2012-02-27svn
2012-02-27* ext/openssl/extconf.rb: suppress useless deprecation warningsnobu
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