aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2012-02-29svn2012-02-281-2/+2
* * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki2012-02-287-20/+105
* * ext/date/date_core.c: [ruby-core:42998]tadf2012-02-283-1/+12
* * io.c (io_binwrite, rb_io_syswrite): use shared frozen sourcenobu2012-02-282-1/+8
* * io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu2012-02-283-0/+44
* * lib/time.rb (Time#xmlschema): use strftime specifiers instead ofnobu2012-02-283-13/+18
* Remove duplicated entry, thanks znzdrbrain2012-02-281-9/+0
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-287-15/+34
* * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain2012-02-284-20/+35
* * configure.in (debugflags): check if -ggdb is accepted.nobu2012-02-282-2/+9
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove2012-02-283-3/+9
* forgotten to commit at r34834.usa2012-02-271-6/+6
* * 2012-02-28svn2012-02-271-2/+2
* Paranoia: /^/ -> /\A/ in regexp in rdoc. Pointed out by nobu.knu2012-02-271-2/+2
* * parse.y (opt_bv_decl): allow newline at the end. [ruby-dev:45292]matz2012-02-272-4/+11
* * io.c (rb_io_set_pos): add rdoc about textmode.usa2012-02-272-0/+8
* * ext/sdbm/_sdbm.c (fitpair): suppress shortening warnigns.nobu2012-02-271-2/+2
* * test/ruby/test_syntax.rb (test_newline_in_block_parameters):nobu2012-02-271-0/+10
* * string.c (rb_str_crypt): Update rdoc and state that thisknu2012-02-272-6/+19
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): since methodsnobu2012-02-273-1/+14
* * lib/mkmf.rb (try_cppflags, try_cflags, try_ldflags): replace thenobu2012-02-272-0/+23
* * test/rubygems/test_gem_specification.rb (test_self_from_yaml_syck_default_k...nobu2012-02-272-2/+6
* * lib/test/unit.rb (Test::Unit::Runner#puke): skips with nonobu2012-02-272-0/+6
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-2712-65/+79
* * 2012-02-27svn2012-02-271-2/+2
* * ext/openssl/extconf.rb: suppress useless deprecation warningsnobu2012-02-276-0/+20
* * regparse.c (add_code_range_to_buf0): wrong condition of duplicatednaruse2012-02-263-6/+23
* * compile.c (iseq_compile_each): call on special object instead ofnobu2012-02-264-3/+19
* * 2012-02-26svn2012-02-251-2/+2
* * error.c (report_bug): use buf and snprintf to avoid consuming stack.naruse2012-02-252-2/+10
* avoid rdoc's warnings.naruse2012-02-254-0/+13
* * ext/dbm/extconf.rb (headers): try ambiguous headers at last.akr2012-02-252-3/+7
* * lib/fileutils.rb: use chomp(?/) instead of sub to optimize and avoidnaruse2012-02-252-4/+9
* * common.mk (check, test-all): no exntension builds before test-all,nobu2012-02-251-2/+2
* Fix r34779. Raised error on connection reset varies on environments.naruse2012-02-251-1/+1
* ad comment.akr2012-02-251-0/+9
* update comment.akr2012-02-251-0/+12
* * complex.c (nucomp_marshal_load): raise error on invalid data.naruse2012-02-254-0/+23
* suppress warnings.naruse2012-02-253-14/+12
* Add News for r34367 [ruby-core:29462] [Feature #3131]naruse2012-02-251-0/+2
* * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu2012-02-2511-11/+270
* * ext/curses/curses.c (Init_curses): use rb_define_const once forakr2012-02-253-23/+34
* * ext/curses/curses.c (Init_curses): make Curses::VERSIONakr2012-02-253-3/+10
* * test/test_curses.rb: property.nobu2012-02-240-0/+0
* * parse.y (parser_tokadd_string): insert a backslash only ifnobu2012-02-243-5/+15
* * dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.nobu2012-02-245-15/+44
* * dir.c (dir_initialize): keep path in original encoding.nobu2012-02-245-9/+38
* * 2012-02-25svn2012-02-241-2/+2
* * file.c (utime_internal): fix a variable missed to replace.nobu2012-02-242-1/+6
* * test/zlib/test_zlib.rb (TestZlibGzipReader#test_encoding): Add nahi2012-02-242-0/+23