aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-1754-7827/+16470
* * enum.c (enum_each_slice): arrays to be yielded can be newlynobu2012-02-172-1/+5
* * enum.c: move work variables to objects not to let called blocksnobu2012-02-173-297/+374
* * tool/merger.rb: remove borders from the commit message which is usednaruse2012-02-172-1/+6
* * common.mk (btest, btest-ruby, test-sample test-knownbugs)nobu2012-02-172-10/+15
* * lib/mkmf.rb (create_header): log the content of header.nobu2012-02-172-3/+8
* * tool/transcode-tblgen.rb (import_ucm): don't use \h because thenaruse2012-02-173-5/+12
* * enum.c (id_lshift): use constant ID.nobu2012-02-162-7/+12
* * ext/dbm/extconf.rb: refactored to split too long conditions.akr2012-02-162-26/+41
* * test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.akr2012-02-162-2/+8
* * 2012-02-17svn2012-02-161-2/+2
* * ext/dbm/extconf.rb: check _DB_H_ macro unavailable exceptakr2012-02-162-1/+7
* * insns.def (splatarray): make new array if flag is set.nobu2012-02-154-2/+17
* * 2012-02-16svn2012-02-151-2/+2
* lib/abbrev.rb (Array#abbrev): add missing '"' in documentation.kazu2012-02-152-1/+5
* * ChangeLog: add ticket ref of r34629.nagachika2012-02-151-1/+1
* * cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika2012-02-156-1/+69
* fix a typokazu2012-02-151-1/+1
* * ext/fiddle/closure.c (callback): deal with unsinged integers.nobu2012-02-155-31/+80
* * ext/fiddle/closure.c (callback): same as r34506.nobu2012-02-153-1/+30
* Add test for r34624.naruse2012-02-151-0/+5
* * io.c (io_strsetbuf): call rb_str_modify to make str independentnaruse2012-02-152-1/+9
* Add more description about Shift_JIS and CP50220.naruse2012-02-152-1/+10
* * ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note thatdrbrain2012-02-152-0/+15
* * ext/zlib/zlib.c: Move constant descriptions to constants. Removedrbrain2012-02-152-199/+102
* * lib/ostruct.rb: Create getters and setters after dup.marcandre2012-02-152-0/+6
* * lib/ostruct.rb: Simplify and fix rdoc.marcandre2012-02-151-15/+3
* * gc.c (HEAP_BITMAP_LIMIT): HEAP_BITMAP_LIMIT is computed on thenari2012-02-152-1/+7
* * ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLEdrbrain2012-02-153-1/+30
* Correct documentation of r34608.naruse2012-02-151-24/+39
* * ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]drbrain2012-02-152-112/+173
* Temporary fix not to use non ASCII.naruse2012-02-151-2/+2
* * encoding.c (Init_Encoding): Add IO example of internal and externaldrbrain2012-02-142-3/+39
* * encoding.c (Init_Encoding): Add Encoding documentation.drbrain2012-02-142-1/+161
* * 2012-02-15svn2012-02-141-2/+2
* Set encoding as ASCII-8BIT. [Bug #6027]naruse2012-02-141-1/+1
* * gc.c (CEILDIV): rename to a appropriate name.nari2012-02-142-2/+6
* added bug refnari2012-02-141-0/+1
* * gc.c (assign_heap_slot): SEGV happens cause on 64-bit platformnari2012-02-142-3/+7
* * io.c (io_setstrbuf): cut down the buffer if longer.nobu2012-02-142-3/+12
* * lib/test/unit/assertions.rb (build_message): skip escapednobu2012-02-142-1/+6
* * variable.c (autoload_const_set, autoload_require): fixnobu2012-02-142-5/+13
* * process.c (proc_wait): Change typo "SystemError" todrbrain2012-02-132-4/+9
* * enumerator.c: Document use of Enumerator.new for creating a lazydrbrain2012-02-132-4/+71
* * 2012-02-14svn2012-02-131-2/+2
* Mention Kernel#respond_to?.knu2012-02-131-0/+5
* * vm_method.c (rb_method_boundp):knu2012-02-133-9/+21
* * gc.c (HEAP_OBJ_LIMIT, HEAP_BITMAP_LIMIT): HEAP_OBJ_LIMIT usednari2012-02-132-2/+13
* * io.c (io_setstrbuf): defer resizing buffer string until data isnobu2012-02-133-34/+46
* * 2012-02-13svn2012-02-131-2/+2