aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* variable.c: avoid memory leak on const redefinitionnormal2014-03-173-0/+16
* * lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521]zzak2014-03-162-1/+6
* configure.in: insert a space for non-GCCnobu2014-03-162-2/+8
* gc.c (objspace_xcalloc): fix GC accountingnormal2014-03-152-0/+6
* * addr2line.c (fill_lines): return address is just after callingnaruse2014-03-152-1/+7
* * 2014-03-16svn2014-03-151-2/+2
* * lib/gserver.rb: [DOC] Fixed typo in example by @stomar [Bug #9543] [ci skip]zzak2014-03-152-6/+10
* * ext/.document: remove refinement from documentable directories.ktsj2014-03-152-1/+4
* vm_method.c: cast via VALUEnobu2014-03-151-3/+3
* configure.in: fix typonobu2014-03-151-1/+1
* configure.in: check symbol resolution optionsnobu2014-03-152-4/+20
* object.c: [DOC] merge rdocnobu2014-03-152-17/+3
* * 2014-03-15svn2014-03-141-2/+2
* * st.c (st_update): remove unnecessary assignmentnormal2014-03-142-1/+4
* * addr2line.c (fill_lines): fetch symbol names from ELF binary'snaruse2014-03-142-88/+162
* NEWS: change at r45327nobu2014-03-141-0/+6
* rdoc-mode.el: fill indented blocknobu2014-03-141-3/+37
* * doc/syntax/literals.rdoc: [DOC] Single quote strings allows escapezzak2014-03-142-1/+8
* range.c: unused functionnobu2014-03-141-7/+0
* bignum.c: adjust condtionsnobu2014-03-141-7/+4
* [DOC] add links to `Object#hash`nobu2014-03-1411-0/+26
* string.c: [DOC] rb_str_hash_mnobu2014-03-141-1/+1
* vm_insnhelper.c: relax arity checknobu2014-03-136-16/+173
* * 2014-03-14svn2014-03-131-2/+2
* test/dl, test/fiddle: relax criterianobu2014-03-134-4/+4
* * 2014-03-13svn2014-03-131-2/+2
* * ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need tousa2014-03-132-1/+7
* revert [Bug #9605]nobu2014-03-123-135/+18
* vm_insnhelper.c: disable fastpath if splatnobu2014-03-123-2/+23
* vm_insnhelper.c: inline functionnobu2014-03-122-13/+26
* * 2014-03-12svn2014-03-111-2/+2
* insns.def (opt_regexpmatch2): respect redefined match opnormal2014-03-113-1/+21
* * ext/.document: add objspace/objspace_dump.c to document file.ktsj2014-03-112-0/+5
* * test/objspace/test_objspace.rb (TestObjSpace#test_dump_uninitialized_file):ktsj2014-03-112-5/+9
* test_hash.rb: refine a testnobu2014-03-111-1/+3
* envutil.rb: do not check RSS by defaultnobu2014-03-115-6/+6
* * test: get rid of warnings.usa2014-03-115-6/+6
* README.EXT{,.ja}: update ruby_options and ruby_run_nodenobu2014-03-113-7/+21
* r45298 fix trivial bugnaruse2014-03-111-1/+2
* fix typo on previous commitnaruse2014-03-111-1/+1
* fix configure for r45306naruse2014-03-111-0/+4
* ext/objspace: Check fptr before trying to dump FILE object fdcharliesome2014-03-103-1/+20
* * 2014-03-11svn2014-03-101-2/+2
* * vm_dump.c (rb_vm_bugreport): show vm maps on FreeBSD.naruse2014-03-103-0/+139
* * configure.in: always check dladdr(1).naruse2014-03-103-1/+20
* * 2014-03-10svn2014-03-101-2/+2
* merge GH-558nobu2014-03-102-1/+6
* class.c: check for malloc failuresnormal2014-03-092-4/+12
* fiddle/function.c: fix memory leak on exceptionnobu2014-03-093-4/+19
* fiddle/function.c: check argument sizenobu2014-03-091-0/+14