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
2013-04-13
* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,
akr
2013-04-12
* ext/etc/etc.c: fix struct name.
nobu
2013-04-12
* 2013-04-13
svn
2013-04-12
etc.c: Etc namespace
nobu
2013-04-12
* common.mk: pack.o depends on internal.h.
akr
2013-04-12
* bignum.c (ones): Use __builtin_popcountl if available.
akr
2013-04-12
* common.mk: version.o depends on $(srcdir)/include/ruby/version.h
akr
2013-04-12
vm_insnhelper.c: non-symbol key
nobu
2013-04-12
* array.c: Document synonymous methods, by windwiny [GH-277]
zzak
2013-04-12
fix typos
kazu
2013-04-11
fix typo
zzak
2013-04-11
* 2013-04-12
svn
2013-04-11
Fix typo
naruse
2013-04-11
* common.mk: Add dependencies for include/ruby.h
akr
2013-04-11
* lib/cgi/html.rb: remove 'super {yield}' which is for old version.
xibbar
2013-04-11
* lib/cgi/html.rb: fix indent. delete unnecessary code.
xibbar
2013-04-11
* tool/update-deps: Use "make -p all golf" to extract deendencies in
akr
2013-04-11
* lib/cgi/html.rb: fix tagmaker because attributes should recognize.
xibbar
2013-04-11
* test/ruby/test_regexp.rb: use require_relative to require local library
xibbar
2013-04-11
* common.mk: Dependency updated.
akr
2013-04-11
* common.mk: partially revert r40183, which breaks building on
naruse
2013-04-11
Fix return value in example by @rkh [fix GH-284]
hsbt
2013-04-11
* lib/cgi/{core,html}.rb : Update define tagmaker
xibbar
2013-04-11
Fix if-end
naruse
2013-04-11
* test/dl/test_base.rb: typo.
usa
2013-04-11
* ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): define 0 on
naruse
2013-04-11
Experimental fix for ffi_closure_free causes dumping core/SEGV
naruse
2013-04-11
* test/drb/drbtest.rb (Drb{Core,Ary}#teardown): retry Process.kill
usa
2013-04-11
* dir.c: Fix a typo.
knu
2013-04-11
* ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): add missing case:
naruse
2013-04-11
mkmf.rb: suppress warnings
nobu
2013-04-11
* dir.c (file_s_fnmatch): Document File::FNM_EXTGLOB flag.
zzak
2013-04-11
* README: Fix typo by Benjamin Winkler [Fixes GH-281]
zzak
2013-04-10
Explictly flush stdio
naruse
2013-04-10
* regint.h: fix typo: _M_AMD86 -> _M_AMD64.
naruse
2013-04-10
* ext/fiddle/extconf.rb: define RUBY_LIBFFI_MODVERSION macro.
naruse
2013-04-10
* lib/mkmf.rb (pkg_config): Add optional argument "option".
naruse
2013-04-10
* 2013-04-11
svn
2013-04-10
* ext/fiddle/closure.c (initialize): check mprotect's return value.
naruse
2013-04-10
* ext/bigdecimal/bigdecimal.c (VpCtoV): Initialize a local variable
akr
2013-04-10
* bignum.c (rb_ll2big): Don't overflow on signed integer negation.
akr
2013-04-10
parse.y: mrhs_arg
nobu
2013-04-10
fix a typo and indent with tab instead of spaces
kazu
2013-04-09
Refactored.
akr
2013-04-09
* 2013-04-10
svn
2013-04-09
* internal.h (MUL_OVERFLOW_INT_P): New macro.
akr
2013-04-09
* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.
akr
2013-04-09
* lib/open-uri.rb: Support multiple fields with same field
akr
2013-04-09
test_{env,hash}.rb: descriptive assertions
nobu
2013-04-09
compile.c: append keyword hash to splat
nobu
[next]