aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * io.c (Init_IO): use directive hack to make ARGF documentablenobu2012-02-132-4/+10
* * include/ruby/ruby.h (rb_event_hook_func_t): add argument names.nobu2012-02-122-1/+5
* * tool/merger.rb (#default_merge_branch): Add support forknu2012-02-122-1/+7
* * benchmark/driver.rb: suppress unused/shadowing variable warnings.ktsj2012-02-122-5/+8
* * vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain2012-02-113-1/+23
* update doc.akr2012-02-111-1/+1
* * 2012-02-12svn2012-02-111-2/+2
* update doc.akr2012-02-111-0/+6
* update doc.akr2012-02-111-1/+1
* * compile.c (defined_expr): guard the whole expression.nobu2012-02-113-12/+59
* * vm_eval.c (check_funcall): adjust indent.nobu2012-02-111-3/+3
* * ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain2012-02-113-3/+60
* * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain2012-02-113-2/+47
* Ignore generated Makefile and extconf.hdrbrain2012-02-110-0/+0
* * dir.c (fnmatch): The * needs to be escaped to avoid formatting innaruse2012-02-102-1/+7
* * 2012-02-11svn2012-02-101-2/+2
* * array.c: Fix rdoc for Array#select!marcandre2012-02-101-2/+2
* * ext/psych/parser.c: removed external encoding setter, allow parsertenderlove2012-02-094-33/+21
* * ext/dl/extconf.rb: clang does not use -fno-defer-pop during compilation.nobu2012-02-091-1/+2
* * ext/dl/dl.h (ALIGN_OF): use offsetof().nobu2012-02-092-18/+12
* * ext/dl/dl.h (DLALIGN): round up at once and get rid of overflow.nobu2012-02-092-3/+6
* * test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu2012-02-093-17/+31