aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* marshal.c: undumpable hidden objectsnobu2014-03-264-1/+23
* thread.c: undumpablenobu2014-03-264-0/+35
* * addr2line.c (follow_debuglink): show message if it closes openednaruse2014-03-262-0/+6
* * addr2line.c (fill_line): pass and use offset instead ofnaruse2014-03-262-10/+13
* add feature number to ChangeLog entrykanemoto2014-03-261-1/+1
* add --disable-pie option to configurekanemoto2014-03-262-1/+7
* don't write _start as is; use dlsymnaruse2014-03-261-2/+3
* temporaly change/add to debug on powerpc64-linuxnaruse2014-03-252-9/+15
* * addr2line.c (fill_lines): don't run fill_lines multiple times.naruse2014-03-252-17/+32
* * internal.h (rb_reg_search0): not a public API.nobu2014-03-251-3/+1
* Stop allocating backref strings within gsub's search loopcharliesome2014-03-254-6/+32
* lib/rubygem.rb: Weirichnobu2014-03-252-1/+5
* main is not a pubic function, use _start insteadnaruse2014-03-251-2/+2
* * 2014-03-26svn2014-03-251-2/+2
* * addr2line.c (rb_dump_backtrace_with_lines): a function to get mustnaruse2014-03-252-1/+8
* * addr2line.c (fill_lines): skip if path is NULL.naruse2014-03-252-1/+5
* parse.y: required kwarg without parenthesesnobu2014-03-253-1/+18
* remove unnecessary unshiftkazu2014-03-253-2/+16
* * test/ruby/test_time.rb: extended the timeout span and reduce the loop count.usa2014-03-251-2/+2
* parse.y: required kwarg without parenthesesnobu2014-03-253-4/+30
* parse.y: removing paddingnobu2014-03-251-1/+1
* * test/ruby/test_time.rb: use portable time zone. see [ruby-core:61671] [Bug ...usa2014-03-251-1/+1
* defs/gmake.mk: no _FORTIFY_SOURCE unless optimizationnobu2014-03-251-0/+4
* * 2014-03-25svn2014-03-241-2/+2
* vm.c: extract core_hash_mergenobu2014-03-241-11/+14
* vm.c: merge codenobu2014-03-241-7/+3
* [DOC]akr2014-03-241-4/+3
* parse.y: freeze filenamenobu2014-03-243-0/+10
* test_time.rb: arguments ordernobu2014-03-241-1/+1
* Asia/Tokyo is more portable value for ENV["TZ"] [Bug #9652]naruse2014-03-241-1/+1
* * addr2line.c (rb_dump_backtrace_with_lines): fetch path of thenaruse2014-03-242-1/+32
* gc.c: Fix up default GC params by @csfrancis [fix GH-556]hsbt2014-03-242-1/+5
* * 2014-03-24svn2014-03-241-2/+2
* * addr2line.c (parse_debug_line_cu): explicitly specify signed charnaruse2014-03-242-1/+7
* .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