aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (ones): Use __builtin_popcountl if available.akr2013-04-124-19/+32
* * common.mk: version.o depends on $(srcdir)/include/ruby/version.hakr2013-04-122-1/+8
* vm_insnhelper.c: non-symbol keynobu2013-04-123-6/+44
* * array.c: Document synonymous methods, by windwiny [GH-277]zzak2013-04-1211-2/+32
* fix typoskazu2013-04-121-2/+2
* fix typozzak2013-04-111-1/+1
* * 2013-04-12svn2013-04-111-2/+2
* Fix typonaruse2013-04-111-1/+1
* * common.mk: Add dependencies for include/ruby.hakr2013-04-113-6/+13
* * lib/cgi/html.rb: remove 'super {yield}' which is for old version.xibbar2013-04-111-30/+6
* * lib/cgi/html.rb: fix indent. delete unnecessary code.xibbar2013-04-111-4/+2
* * tool/update-deps: Use "make -p all golf" to extract deendencies inakr2013-04-112-1/+6
* * lib/cgi/html.rb: fix tagmaker because attributes should recognize.xibbar2013-04-112-1/+2
* * test/ruby/test_regexp.rb: use require_relative to require local libraryxibbar2013-04-111-1/+1
* * common.mk: Dependency updated.akr2013-04-113-166/+194
* * common.mk: partially revert r40183, which breaks building onnaruse2013-04-112-4/+11
* Fix return value in example by @rkh [fix GH-284]hsbt2013-04-111-1/+1
* * lib/cgi/{core,html}.rb : Update define tagmakerxibbar2013-04-112-143/+120
* Fix if-endnaruse2013-04-111-0/+1
* * test/dl/test_base.rb: typo.usa2013-04-111-0/+1
* * ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): define 0 onnaruse2013-04-112-1/+6
* Experimental fix for ffi_closure_free causes dumping core/SEGVnaruse2013-04-112-0/+10
* * test/drb/drbtest.rb (Drb{Core,Ary}#teardown): retry Process.killusa2013-04-112-6/+26
* * dir.c: Fix a typo.knu2013-04-112-1/+5
* * ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): add missing case:naruse2013-04-112-1/+6
* mkmf.rb: suppress warningsnobu2013-04-111-6/+6
* * dir.c (file_s_fnmatch): Document File::FNM_EXTGLOB flag.zzak2013-04-112-1/+10
* * README: Fix typo by Benjamin Winkler [Fixes GH-281]zzak2013-04-112-2/+6
* Explictly flush stdionaruse2013-04-101-0/+1
* * regint.h: fix typo: _M_AMD86 -> _M_AMD64.naruse2013-04-104-3/+11
* * ext/fiddle/extconf.rb: define RUBY_LIBFFI_MODVERSION macro.naruse2013-04-103-5/+22
* * lib/mkmf.rb (pkg_config): Add optional argument "option".naruse2013-04-102-2/+10
* * 2013-04-11svn2013-04-101-2/+2
* * ext/fiddle/closure.c (initialize): check mprotect's return value.naruse2013-04-102-1/+11
* * ext/bigdecimal/bigdecimal.c (VpCtoV): Initialize a local variableakr2013-04-102-1/+8
* * bignum.c (rb_ll2big): Don't overflow on signed integer negation.akr2013-04-103-2/+40
* parse.y: mrhs_argnobu2013-04-101-11/+6
* fix a typo and indent with tab instead of spaceskazu2013-04-101-8/+8
* Refactored.akr2013-04-091-12/+8
* * 2013-04-10svn2013-04-091-2/+2
* * internal.h (MUL_OVERFLOW_INT_P): New macro.akr2013-04-093-3/+14
* * internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.akr2013-04-098-53/+105
* * lib/open-uri.rb: Support multiple fields with same fieldakr2013-04-094-11/+48
* test_{env,hash}.rb: descriptive assertionsnobu2013-04-092-31/+31
* compile.c: append keyword hash to splatnobu2013-04-093-0/+31
* mkmf.rb: timestamp directorynobu2013-04-092-7/+20
* io.c: define EWOULDBLOCKnobu2013-04-091-34/+39
* Finish docs for URI::FTP by @darkhelmet [fix GH-274]hsbt2013-04-091-1/+3
* Fix documentation by @jc00ke [fix GH-278]hsbt2013-04-091-2/+2
* Fixed comment typo by @qqshfox [fix GH-279]hsbt2013-04-091-1/+1