aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki2012-02-281-0/+44
* * ext/date/date_core.c: [ruby-core:42998]tadf2012-02-281-0/+4
* * io.c (io_binwrite, rb_io_syswrite): use shared frozen sourcenobu2012-02-281-1/+4
* * io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu2012-02-281-0/+6
* * lib/time.rb (Time#xmlschema): use strftime specifiers instead ofnobu2012-02-281-0/+6
* Remove duplicated entry, thanks znzdrbrain2012-02-281-9/+0
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-281-0/+18
* * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain2012-02-281-0/+7
* * configure.in (debugflags): check if -ggdb is accepted.nobu2012-02-281-0/+5
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove2012-02-281-0/+6
* * parse.y (opt_bv_decl): allow newline at the end. [ruby-dev:45292]matz2012-02-271-0/+4
* * io.c (rb_io_set_pos): add rdoc about textmode.usa2012-02-271-0/+6
* * string.c (rb_str_crypt): Update rdoc and state that thisknu2012-02-271-0/+6
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): since methodsnobu2012-02-271-0/+6
* * lib/mkmf.rb (try_cppflags, try_cflags, try_ldflags): replace thenobu2012-02-271-0/+5
* * test/rubygems/test_gem_specification.rb (test_self_from_yaml_syck_default_k...nobu2012-02-271-0/+5
* * lib/test/unit.rb (Test::Unit::Runner#puke): skips with nonobu2012-02-271-0/+5
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-271-0/+5
* * ext/openssl/extconf.rb: suppress useless deprecation warningsnobu2012-02-271-0/+5
* * regparse.c (add_code_range_to_buf0): wrong condition of duplicatednaruse2012-02-261-0/+5
* * compile.c (iseq_compile_each): call on special object instead ofnobu2012-02-261-0/+9
* * error.c (report_bug): use buf and snprintf to avoid consuming stack.naruse2012-02-251-0/+5
* * ext/dbm/extconf.rb (headers): try ambiguous headers at last.akr2012-02-251-0/+4
* * lib/fileutils.rb: use chomp(?/) instead of sub to optimize and avoidnaruse2012-02-251-0/+5
* * complex.c (nucomp_marshal_load): raise error on invalid data.naruse2012-02-251-0/+5
* * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu2012-02-251-0/+9
* * ext/curses/curses.c (Init_curses): use rb_define_const once forakr2012-02-251-0/+7
* * ext/curses/curses.c (Init_curses): make Curses::VERSIONakr2012-02-251-0/+7
* * parse.y (parser_tokadd_string): insert a backslash only ifnobu2012-02-241-0/+5
* * dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.nobu2012-02-241-0/+5
* * dir.c (dir_initialize): keep path in original encoding.nobu2012-02-241-0/+7
* * file.c (utime_internal): fix a variable missed to replace.nobu2012-02-241-0/+5
* * test/zlib/test_zlib.rb (TestZlibGzipReader#test_encoding): Add nahi2012-02-241-0/+7
* * test/ruby/test_literal.rb (TestRubyLiteral#test_special_const): test for ht...shyouhei2012-02-241-0/+5
* * dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str.nobu2012-02-241-1/+3
* * error.c: new functions to deal exceptions with string instances.nobu2012-02-241-1/+3
* * dir.c, file.c, io.c: use rb_sys_fail_path.nobu2012-02-241-0/+4
* * configure.in (__builtin_unreachable): check for clang.nobu2012-02-241-0/+7
* * ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove2012-02-241-0/+6
* pull request #55 as same as #98ayumin2012-02-241-0/+1
* * lib/net/http.rb: Fix documentation.ayumin2012-02-241-0/+5
* * string.c (rb_str_prepend): Fix documentation for String#prepend.ayumin2012-02-241-0/+5
* * lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain2012-02-241-0/+7
* * complex.c (Init_Complex): Document Complex::I. Patch by Sylvaindrbrain2012-02-241-0/+5
* * parse.y (parser_tokadd_string, parser_yylex): insert a backslashnobu2012-02-231-0/+5
* Fix timestamps in ChangeLogdrbrain2012-02-231-4/+4
* * lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez.drbrain2012-02-231-0/+5
* * ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove2012-02-231-0/+8
* * hash.c (Init_Hash): Add section on how objects are used as Hash keysdrbrain2012-02-231-0/+5
* * object.c (rb_obj_eql): Improve equality documentation by adding andrbrain2012-02-231-0/+6