aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb (chmod): Add "X" to modes, convert format to tablezzak2012-11-141-0/+5
* * lib/csv.rb (init_comments): Document private method #init_comments.zzak2012-11-141-0/+5
* * Makefile.in (probes.h): create from probes.dmrkn2012-11-131-0/+4
* * vm_insnhelper.c (vm_call_cfunc_with_frame): don't use ci afterko12012-11-131-0/+11
* * eval.c (rb_mod_using): raise an ArgumentError if cyclic using isshugo2012-11-131-0/+8
* * common.mk (vm_insnhelper.c): this target is useless and causesnaruse2012-11-131-0/+5
* * compile.c (insn_data_to_s_detail): remove debug lines.ko12012-11-131-0/+4
* fix ChangeLogko12012-11-131-1/+1
* * vm_insnhelper.c (vm_caller_setup_args): save and restoreko12012-11-131-0/+8
* * common.mk (dmyprobes.h): always create for make dist.naruse2012-11-131-0/+8
* * Makefile.in (.SUFFIX): .SUFFIX is needed here for .d.h on bsd make.naruse2012-11-131-2/+4
* * common.mk Makefile.in win32/Makefile.sub (.d.h): it's not common.usa2012-11-131-0/+4
* Fix dtrace commit r37631, it is [Feature #2565]naruse2012-11-131-4/+19
* * win32/README.win32: added mention about build directory. currentlyusa2012-11-131-0/+6
* * re.c (rb_memsearch_ss): performance improvement by using memmem(3) ifglass2012-11-131-0/+7
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-0/+57
* fix typoskazu2012-11-121-2/+2
* Fix build on DragonFly where configure fails to detect isinf()/isnan().knu2012-11-121-0/+6
* * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo2012-11-121-0/+9
* * win32/mkexports.rb (each_export): skip garbages generated by VS2012'susa2012-11-121-0/+6
* * test/date/test_date_{parse,strptime}.rb: changed the format oftadf2012-11-111-0/+5
* * ext/date/date_parse.c (date__parse): revised the tight parsertadf2012-11-111-0/+5
* hash.c: warn for wrong elementsnobu2012-11-111-2/+5
* hash.c: refine error messagesnobu2012-11-111-0/+6
* * eval.c (top_using): remove Kernel#using, and add main.using instead.shugo2012-11-111-0/+6
* * eval.c (rb_using_refinement, rb_mod_using, f_using): clear methodshugo2012-11-111-0/+7
* * lib/pstore.rb (PStore): fix not to replace ThreadError raised inglass2012-11-111-0/+6
* * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo2012-11-111-0/+11
* ruby.c: removed a comma before "before"duerst2012-11-101-0/+4
* * gc.c: move immutable fields from struct heaps_slot and structnari2012-11-101-0/+6
* typotadf2012-11-101-1/+1
* * complex.c: modified doc.tadf2012-11-101-0/+5
* * ext/date/date_parse.c: edited about era.tadf2012-11-101-0/+4
* * tool/rbinstall.rb: Don't install *.gemspec under lib/.kou2012-11-101-0/+6
* * ruby_atomic.h: renamed from atomic.h to avoid header file name conflictngoto2012-11-091-0/+8
* * atomic.h: Revert r37491 which is a temporary workaroud.ngoto2012-11-091-0/+4
* * siphash.h: check configure macros before include newer headers.usa2012-11-091-2/+2
* * siphash.h: include inttypes.h only when HAVE_INTTYPES_H is defined.usa2012-11-091-0/+4
* * ChangeLog: remove redundant entries for r37581-r37584.nagachika2012-11-091-28/+0
* erb.rb: safe concurrent usenobu2012-11-091-0/+5
* random.c: BYTE_ORDERnobu2012-11-091-1/+3
* siphash.c: union sip_init_statenobu2012-11-091-0/+5
* fix typoskazu2012-11-091-2/+2
* fix typoszzak2012-11-091-5/+3
* * array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse2012-11-091-0/+5
* siphashnobu2012-11-091-0/+4
* array.c: speedup Array#unshift by using space in shared arraynobu2012-11-091-1/+10
* array.c: use shared array in rb_ary_slicenobu2012-11-091-1/+6
* array.c: make array really suitable for queuenobu2012-11-091-1/+7
* array.c: steal shared array's container when ARY_SHARED_NUM == 1nobu2012-11-091-0/+38