summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-15* ext/fiddle/closure.c (callback): same as r34506.nobu
2012-02-15Add test for r34624.naruse
2012-02-15* io.c (io_strsetbuf): call rb_str_modify to make str independentnaruse
2012-02-15Add more description about Shift_JIS and CP50220.naruse
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* lib/ostruct.rb: Simplify and fix rdoc.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-15Correct documentation of r34608.naruse
2012-02-15* ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]drbrain
2012-02-15Temporary fix not to use non ASCII.naruse
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* 2012-02-15svn
2012-02-14Set encoding as ASCII-8BIT. [Bug #6027]naruse
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* 2012-02-14svn
2012-02-13Mention Kernel#respond_to?.knu
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* 2012-02-13svn
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-11update doc.akr
2012-02-11* 2012-02-12svn
2012-02-11update doc.akr
2012-02-11update doc.akr
2012-02-11* compile.c (defined_expr): guard the whole expression.nobu
2012-02-11* vm_eval.c (check_funcall): adjust indent.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-11Ignore generated Makefile and extconf.hdrbrain
2012-02-10* dir.c (fnmatch): The * needs to be escaped to avoid formatting innaruse
2012-02-10* 2012-02-11svn
2012-02-10* array.c: Fix rdoc for Array#select!marcandre
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parsertenderlove
2012-02-09* ext/dl/extconf.rb: clang does not use -fno-defer-pop during compilation.nobu