summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-03-28* ext/psych/psych.gemspec: update gemspec for psych-2.0.5hsbt
2014-03-28* ext/psych/lib/psych.rb: Merge psych-2.0.5. bump version tohsbt
2014-03-27string.c: search by rb_str_indexnobu
2014-03-27* addr2line.c (fill_lines): check shdr[i].sh_type because even ifnaruse
2014-03-26* parse.y: inline must be static (for mswin).usa
2014-03-26* internal.h (USE_SYMBOL_GC): enable Symbol GC by default (USE_SYMBOL_GC == 1).nari
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-03-26* addr2line.c (fill_lines): loop reverse order not to overwritenaruse
2014-03-26marshal.c: undumpable hidden objectsnobu
2014-03-26thread.c: undumpablenobu
2014-03-26* addr2line.c (follow_debuglink): show message if it closes openednaruse
2014-03-26* addr2line.c (fill_line): pass and use offset instead ofnaruse
2014-03-26add feature number to ChangeLog entrykanemoto
2014-03-26add --disable-pie option to configurekanemoto
2014-03-25* addr2line.c (fill_lines): don't run fill_lines multiple times.naruse
2014-03-25Stop allocating backref strings within gsub's search loopcharliesome
2014-03-25lib/rubygem.rb: Weirichnobu
2014-03-25* addr2line.c (rb_dump_backtrace_with_lines): a function to get mustnaruse
2014-03-25* addr2line.c (fill_lines): skip if path is NULL.naruse
2014-03-25parse.y: required kwarg without parenthesesnobu
2014-03-25remove unnecessary unshiftkazu
2014-03-25parse.y: required kwarg without parenthesesnobu
2014-03-24parse.y: freeze filenamenobu
2014-03-24* addr2line.c (rb_dump_backtrace_with_lines): fetch path of thenaruse
2014-03-24gc.c: Fix up default GC params by @csfrancis [fix GH-556]hsbt
2014-03-24* addr2line.c (parse_debug_line_cu): explicitly specify signed charnaruse
2014-03-23vm_method.c: check if klass is 0nobu
2014-03-23vm_method.c: check if klass is 0nobu
2014-03-22st.c: use power-of-two sizes to avoid slow modulo opsnormal
2014-03-22* addr2line.c (fill_lines): compare the file names of object in whichnaruse
2014-03-21cgi/util.rb: use aliasnobu
2014-03-21Fix a build problem with clang and --with-opt-dir.knu
2014-03-21* gc.c: [DOC] Fix call-seq for GC.start by @jasonrclark [Fixes GH-572]zzak
2014-03-20* lib/csv.rb: Fixed a broken regular expression that was causingjeg2
2014-03-20* gc.c (objspace_malloc_increase): should not invokeko1
2014-03-20* struct.c (rb_struct_alloc): use RARRAY_CONST_PTR() instead ofko1
2014-03-20* include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):ko1
2014-03-20vm_method.c: fix infinite recursionnobu
2014-03-19time.c: freeze and preserve marshal-loaded time zonenormal
2014-03-18* vm_eval.c (eval_string_with_cref): Unify to use NIL_P.sorah
2014-03-18* vm_eval.c (eval_string_with_cref): Use file path even if scope issorah
2014-03-18fix a typo [ci skip]kazu
2014-03-17* enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()ko1
2014-03-17variable.c: avoid memory leak on const redefinitionnormal
2014-03-16* lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521]zzak
2014-03-16configure.in: insert a space for non-GCCnobu
2014-03-15gc.c (objspace_xcalloc): fix GC accountingnormal
2014-03-15* addr2line.c (fill_lines): return address is just after callingnaruse
2014-03-15* lib/gserver.rb: [DOC] Fixed typo in example by @stomar [Bug #9543] [ci skip]zzak
2014-03-15* ext/.document: remove refinement from documentable directories.ktsj