aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * dir.c, file.c, io.c: use rb_sys_fail_path.nobu2012-02-244-23/+30
* * io.c (set_binary_mode_with_seek_cur): reorder function qualifiers.nobu2012-02-241-1/+3
* * configure.in (__builtin_unreachable): check for clang.nobu2012-02-243-0/+20
* * ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove2012-02-243-24/+155
* pull request #55 as same as #98ayumin2012-02-241-0/+1
* * lib/net/http.rb: Fix documentation.ayumin2012-02-242-1/+6
* * string.c (rb_str_prepend): Fix documentation for String#prepend.ayumin2012-02-242-3/+8
* * lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain2012-02-243-23/+44
* * complex.c (Init_Complex): Document Complex::I. Patch by Sylvaindrbrain2012-02-242-0/+8
* * parse.y (parser_tokadd_string, parser_yylex): insert a backslashnobu2012-02-233-4/+14
* Clean whitespacedrbrain2012-02-231-18/+18
* Fix timestamps in ChangeLogdrbrain2012-02-231-4/+4
* * lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez.drbrain2012-02-232-0/+64
* * ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove2012-02-235-3/+174
* * hash.c (Init_Hash): Add section on how objects are used as Hash keysdrbrain2012-02-232-0/+50
* * object.c (rb_obj_eql): Improve equality documentation by adding andrbrain2012-02-232-15/+28
* * object.c (rb_obj_hash): Added note that the hash value is notdrbrain2012-02-232-8/+17
* * 2012-02-24svn2012-02-231-2/+2
* add comment.akr2012-02-231-1/+4
* * ext/dbm/extconf.rb: unused macro removed.akr2012-02-232-1/+4
* * test/test_curses.rb: new file.akr2012-02-232-0/+16
* * ext/curses/rain.rb: trap SIGHUP, SIGINT, SIGQUIT and SIGTERM only.akr2012-02-232-1/+5
* * signal.c (sig_trap): show signal name on error.akr2012-02-232-1/+9
* update comment.akr2012-02-231-1/+9
* * ext/dbm/extconf.rb: use DBM_SUFFIX only to detect header ofakr2012-02-232-6/+9
* * io.c (rb_io_f_sync): Fix double-negative typo. [ruby-trunk - #5837]drbrain2012-02-232-1/+5
* * load.c (rb_f_require): Add note to require for scope of items in thedrbrain2012-02-232-0/+10
* Ignore mkmf.log generated by extensionsdrbrain2012-02-230-0/+0
* * lib/ostruct.rb (delete_field): Bug fix so previous value is returned.marcandre2012-02-223-2/+8
* * 2012-02-23svn2012-02-221-2/+2
* * io.c (rb_io_extract_modeenc): fail only if conflictingnobu2012-02-223-5/+18
* * test/iconv/test_option.rb: enabled. [ruby-core:42802][Bug #6061]nobu2012-02-222-1/+5
* * ext/curses/curses.c: use defined() to suppress a warning.akr2012-02-222-2/+6
* * ext/curses/extconf.rb: refactored.akr2012-02-222-19/+23
* * ext/curses/extconf.rb: try to distinguish curses_version is aakr2012-02-223-1/+53
* * ext/curses/extconf.rb: show the chosen header and library.akr2012-02-222-1/+8
* * reverted 34739 for test/date.tadf2012-02-225-5/+21
* * ext/curses/extconf.rb: refactored.akr2012-02-222-20/+35
* * lib/test/unit.rb (setup_options): add option "--retry" as oppositesorah2012-02-222-3/+14
* * lib/test/unit.rb (setup_options): add option "--show-skip" tosorah2012-02-223-0/+16
* * test/date, test/rdoc: exclude tests dependent on unbundled libraries.nobu2012-02-225-20/+6
* Revert "* common.mk (test-all): shut up nonsense skipping messages."naruse2012-02-222-5/+1
* * io.c (rb_io_s_foreach): argument check before making Enumerator.nobu2012-02-223-1/+14
* * io.c (rb_io_s_foreach): return enumerator including kerwordnobu2012-02-223-1/+9
* * common.mk (test-all): shut up nonsense skipping messages.nobu2012-02-222-1/+5
* * ChangeLog: remove trailing spaces.nobu2012-02-221-4/+4
* remove unbalanced parenthesiskazu2012-02-221-1/+1
* * configure.in: allow llvm-gcc because it work fine with r34278.naruse2012-02-222-5/+4
* * regparse.c (fetch_token): don't use // comment.naruse2012-02-222-1/+5
* * test/mkmf/test_framework.rb: try CoreFoundation framework, thannobu2012-02-222-2/+8