index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Add test for r34624.
naruse
2012-02-15
* io.c (io_strsetbuf): call rb_str_modify to make str independent
naruse
2012-02-15
Add more description about Shift_JIS and CP50220.
naruse
2012-02-15
* ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note that
drbrain
2012-02-15
* ext/zlib/zlib.c: Move constant descriptions to constants. Remove
drbrain
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 the
nari
2012-02-15
* ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLE
drbrain
2012-02-15
Correct documentation of r34608.
naruse
2012-02-15
* ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]
drbrain
2012-02-15
Temporary fix not to use non ASCII.
naruse
2012-02-14
* encoding.c (Init_Encoding): Add IO example of internal and external
drbrain
2012-02-14
* encoding.c (Init_Encoding): Add Encoding documentation.
drbrain
2012-02-14
* 2012-02-15
svn
2012-02-14
Set encoding as ASCII-8BIT. [Bug #6027]
naruse
2012-02-14
* gc.c (CEILDIV): rename to a appropriate name.
nari
2012-02-14
added bug ref
nari
2012-02-14
* gc.c (assign_heap_slot): SEGV happens cause on 64-bit platform
nari
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 escaped
nobu
2012-02-14
* variable.c (autoload_const_set, autoload_require): fix
nobu
2012-02-13
* process.c (proc_wait): Change typo "SystemError" to
drbrain
2012-02-13
* enumerator.c: Document use of Enumerator.new for creating a lazy
drbrain
2012-02-13
* 2012-02-14
svn
2012-02-13
Mention 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 used
nari
2012-02-13
* io.c (io_setstrbuf): defer resizing buffer string until data is
nobu
2012-02-13
* 2012-02-13
svn
2012-02-13
* io.c (Init_IO): use directive hack to make ARGF documentable
nobu
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 for
knu
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 for
drbrain
2012-02-11
update doc.
akr
2012-02-11
* 2012-02-12
svn
2012-02-11
update doc.
akr
2012-02-11
update 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): Added
drbrain
2012-02-11
* ext/zlib/zlib.c (do_inflate): Inflate more data if buffered data
drbrain
2012-02-11
Ignore generated Makefile and extconf.h
drbrain
2012-02-10
* dir.c (fnmatch): The * needs to be escaped to avoid formatting in
naruse
2012-02-10
* 2012-02-11
svn
2012-02-10
* array.c: Fix rdoc for Array#select!
marcandre
2012-02-09
* ext/psych/parser.c: removed external encoding setter, allow parser
tenderlove
[next]