aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* .gdbinit: use st_numhashnobu2014-03-231-1/+1
* vm_method.c fix commit missnobu2014-03-231-1/+1
* vm_method.c: check if klass is 0nobu2014-03-231-1/+1
* vm_method.c: check if klass is 0nobu2014-03-233-1/+21
* hash.c: use ID_SCOPE_SHIFTnobu2014-03-232-2/+3
* * 2014-03-23svn2014-03-221-2/+2
* st.c: use power-of-two sizes to avoid slow modulo opsnormal2014-03-2212-57/+77
* * addr2line.c (fill_lines): compare the file names of object in whichnaruse2014-03-222-12/+22
* cgi/util.rb: use aliasnobu2014-03-213-12/+27
* * 2014-03-22svn2014-03-211-2/+2
* test_cgi_util.rb: escape for ruby-mode.elnobu2014-03-211-4/+4
* Fix a build problem with clang and --with-opt-dir.knu2014-03-212-1/+17
* * gc.c: [DOC] Fix call-seq for GC.start by @jasonrclark [Fixes GH-572]zzak2014-03-212-3/+8
* * 2014-03-21svn2014-03-211-2/+2
* * complax.c: [DOC] Document number conversion of `nil` by @skade [fix GH-570]...hsbt2014-03-213-1/+7
* * lib/csv.rb: Fixed a broken regular expression that was causingjeg22014-03-203-2/+17
* * gc.c (objspace_malloc_increase): should not invokeko12014-03-202-2/+11
* * struct.c (rb_struct_alloc): use RARRAY_CONST_PTR() instead ofko12014-03-202-1/+6
* * include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):ko12014-03-204-4/+13
* vm_method.c: fix infinite recursionnobu2014-03-203-2/+63
* * 2014-03-20svn2014-03-201-2/+2
* dl/extconf.rb: check for -fno-defer-pop optionnobu2014-03-201-1/+6
* time.c: freeze and preserve marshal-loaded time zonenormal2014-03-193-0/+23
* * 2014-03-19svn2014-03-191-2/+2
* .gdbinit: super movednobu2014-03-191-2/+2
* * vm_eval.c (eval_string_with_cref): Unify to use NIL_P.sorah2014-03-182-1/+5
* * vm_eval.c (eval_string_with_cref): Use file path even if scope issorah2014-03-183-4/+11
* * 2014-03-18svn2014-03-181-2/+2
* fix a typo [ci skip]kazu2014-03-181-1/+1
* process.c: constifynobu2014-03-173-7/+9
* json/parser/prereq.mk: use enumnobu2014-03-172-33/+34
* complex.c: remove f_inspect and f_to_snobu2014-03-171-23/+14
* unused functions and variablesnobu2014-03-175-116/+11
* * enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()ko12014-03-175-6/+19
* configure.in: default os_version_stylenobu2014-03-171-4/+11
* * 2014-03-17svn2014-03-171-2/+2
* 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