summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-02-17* tool/merger.rb: remove borders from the commit message which is usednaruse
2012-02-17* common.mk (btest, btest-ruby, test-sample test-knownbugs)nobu
2012-02-17* lib/mkmf.rb (create_header): log the content of header.nobu
2012-02-17* tool/transcode-tblgen.rb (import_ucm): don't use \h because thenaruse
2012-02-16* enum.c (id_lshift): use constant ID.nobu
2012-02-16* ext/dbm/extconf.rb: refactored to split too long conditions.akr
2012-02-16* test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.akr
2012-02-16* ext/dbm/extconf.rb: check _DB_H_ macro unavailable exceptakr
2012-02-15* insns.def (splatarray): make new array if flag is set.nobu
2012-02-15lib/abbrev.rb (Array#abbrev): add missing '"' in documentation.kazu
2012-02-15* ChangeLog: add ticket ref of r34629.nagachika
2012-02-15* cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika
2012-02-15fix a typokazu
2012-02-15* ext/fiddle/closure.c (callback): deal with unsinged integers.nobu
2012-02-15* ext/fiddle/closure.c (callback): same as r34506.nobu
2012-02-15* io.c (io_strsetbuf): call rb_str_modify to make str independentnaruse
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note thatdrbrain
2012-02-15* ext/zlib/zlib.c: Move constant descriptions to constants. Removedrbrain
2012-02-15* lib/ostruct.rb: Create getters and setters after dup.marcandre
2012-02-15* gc.c (HEAP_BITMAP_LIMIT): HEAP_BITMAP_LIMIT is computed on thenari
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLEdrbrain
2012-02-15* ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]drbrain
2012-02-14* encoding.c (Init_Encoding): Add IO example of internal and externaldrbrain
2012-02-14* encoding.c (Init_Encoding): Add Encoding documentation.drbrain
2012-02-14* gc.c (CEILDIV): rename to a appropriate name.nari
2012-02-14added bug refnari
2012-02-14* gc.c (assign_heap_slot): SEGV happens cause on 64-bit platformnari
2012-02-14* io.c (io_setstrbuf): cut down the buffer if longer.nobu
2012-02-14* lib/test/unit/assertions.rb (build_message): skip escapednobu
2012-02-14* variable.c (autoload_const_set, autoload_require): fixnobu
2012-02-13* process.c (proc_wait): Change typo "SystemError" todrbrain
2012-02-13* enumerator.c: Document use of Enumerator.new for creating a lazydrbrain
2012-02-13* vm_method.c (rb_method_boundp):knu
2012-02-13* gc.c (HEAP_OBJ_LIMIT, HEAP_BITMAP_LIMIT): HEAP_OBJ_LIMIT usednari
2012-02-13* io.c (io_setstrbuf): defer resizing buffer string until data isnobu
2012-02-13* io.c (Init_IO): use directive hack to make ARGF documentablenobu
2012-02-12* include/ruby/ruby.h (rb_event_hook_func_t): add argument names.nobu
2012-02-12* tool/merger.rb (#default_merge_branch): Add support forknu
2012-02-12* benchmark/driver.rb: suppress unused/shadowing variable warnings.ktsj
2012-02-11* vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain
2012-02-11* compile.c (defined_expr): guard the whole expression.nobu
2012-02-11* ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain
2012-02-11* ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain
2012-02-10* dir.c (fnmatch): The * needs to be escaped to avoid formatting innaruse
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parsertenderlove
2012-02-09* ext/dl/dl.h (ALIGN_OF): use offsetof().nobu
2012-02-09* ext/dl/dl.h (DLALIGN): round up at once and get rid of overflow.nobu
2012-02-09* test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu
2012-02-09* test/pathname/test_pathname.rb (test_binread): add assertion tonagachika
2012-02-09fix typoskazu