summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* 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-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* 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
2012-02-23* ext/dbm/extconf.rb: use DBM_SUFFIX only to detect header ofakr
2012-02-23* io.c (rb_io_f_sync): Fix double-negative typo. [ruby-trunk - #5837]drbrain
2012-02-23* load.c (rb_f_require): Add note to require for scope of items in thedrbrain
2012-02-22* lib/ostruct.rb (delete_field): Bug fix so previous value is returned.marcandre
2012-02-22* io.c (rb_io_extract_modeenc): fail only if conflictingnobu
2012-02-22* test/iconv/test_option.rb: enabled. [ruby-core:42802][Bug #6061]nobu
2012-02-22* ext/curses/curses.c: use defined() to suppress a warning.akr
2012-02-22* ext/curses/extconf.rb: refactored.akr
2012-02-22* ext/curses/extconf.rb: try to distinguish curses_version is aakr
2012-02-22* ext/curses/extconf.rb: show the chosen header and library.akr
2012-02-22 * reverted 34739 for test/date.tadf
2012-02-22* ext/curses/extconf.rb: refactored.akr
2012-02-22* lib/test/unit.rb (setup_options): add option "--retry" as oppositesorah
2012-02-22* lib/test/unit.rb (setup_options): add option "--show-skip" tosorah
2012-02-22Revert "* common.mk (test-all): shut up nonsense skipping messages."naruse
2012-02-22* io.c (rb_io_s_foreach): argument check before making Enumerator.nobu
2012-02-22* io.c (rb_io_s_foreach): return enumerator including kerwordnobu
2012-02-22* common.mk (test-all): shut up nonsense skipping messages.nobu
2012-02-22* ChangeLog: remove trailing spaces.nobu
2012-02-22* configure.in: allow llvm-gcc because it work fine with r34278.naruse
2012-02-22* regparse.c (fetch_token): don't use // comment.naruse
2012-02-22* test/mkmf/test_framework.rb: try CoreFoundation framework, thannobu
2012-02-22* common.mk (test-all, test-ruby): more dependencies.nobu
2012-02-21* file.c (rb_f_test): Fix formatting of Kernel#test rdoc.drbrain
2012-02-21* ext/dbm/extconf.rb: check DBM_SUFFIX for Mac OS X.akr
2012-02-21* ext/dbm/dbm.c (fdbm_initialize): disable Berkeley DB error messages.akr
2012-02-21* hash.c (rb_any_hash): treat Qundef like as other special constants.nobu
2012-02-21* hash.c (hash_foreach_iter): fix signature.nobu
2012-02-21* ext/curses/curses.c (Init_curses): use curses_version() forakr
2012-02-21* gc.c : remove gc_clear_mark_on_sweep_slots() and usenari