summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-15* range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame
2012-11-15* vm_exec.h (GENTRY): GENTRY should be pointer size.ko1
2012-11-15* man/erb.1: Fix grammar and copyright dateszzak
2012-11-15* man/ruby.1: Grammar edits for man pagezzak
2012-11-14* 2012-11-15svn
2012-11-14* array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame
2012-11-14* lib/fileutils.rb (chmod): Add "X" to modes, convert format to tablezzak
2012-11-14* lib/csv.rb (init_comments): Document private method #init_comments.zzak
2012-11-13* 2012-11-14svn
2012-11-13* Makefile.in (probes.h): create from probes.dmrkn
2012-11-13* vm_insnhelper.c (vm_call_cfunc_with_frame): don't use ci afterko1
2012-11-13* eval.c (rb_mod_using): raise an ArgumentError if cyclic using isshugo
2012-11-13Define dtrace test classes only when dtrace existsnaruse
2012-11-13* common.mk (vm_insnhelper.c): this target is useless and causesnaruse
2012-11-13* compile.c (insn_data_to_s_detail): remove debug lines.ko1
2012-11-13fix ChangeLogko1
2012-11-13* vm_insnhelper.c (vm_caller_setup_args): save and restoreko1
2012-11-13* common.mk (dmyprobes.h): always create for make dist.naruse
2012-11-13* Makefile.in (.SUFFIX): .SUFFIX is needed here for .d.h on bsd make.naruse
2012-11-13* common.mk Makefile.in win32/Makefile.sub (.d.h): it's not common.usa
2012-11-13* properties.nobu
2012-11-13Fix dtrace commit r37631, it is [Feature #2565]naruse
2012-11-13* win32/README.win32: added mention about build directory. currentlyusa
2012-11-13* re.c (rb_memsearch_ss): performance improvement by using memmem(3) ifglass
2012-11-13add probes.h to svn:ignore and sort .gitignorekazu
2012-11-12* properties.nobu
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-12* 2012-11-13svn
2012-11-12fix typoskazu
2012-11-12Fix build on DragonFly where configure fails to detect isinf()/isnan().knu
2012-11-12* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo
2012-11-12* 2012-11-12svn
2012-11-12* win32/mkexports.rb (each_export): skip garbages generated by VS2012'susa
2012-11-11 * test/date/test_date_{parse,strptime}.rb: changed the format oftadf
2012-11-11 * ext/date/date_parse.c (date__parse): revised the tight parsertadf
2012-11-11glibc 2.16 or later denies salt contained other than [0-9A-Za-z./] [Bug #7312]naruse
2012-11-11hash.c: warn for wrong elementsnobu
2012-11-11hash.c: refine error messagesnobu
2012-11-11* eval.c (top_using): remove Kernel#using, and add main.using instead.shugo
2012-11-11* eval.c (rb_using_refinement, rb_mod_using, f_using): clear methodshugo
2012-11-11* lib/pstore.rb (PStore): fix not to replace ThreadError raised inglass
2012-11-11* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo
2012-11-10ruby.c: removed a comma before "before"duerst
2012-11-10* 2012-11-11svn
2012-11-10* gc.c: move immutable fields from struct heaps_slot and structnari
2012-11-10typotadf
2012-11-10 * complex.c: modified doc.tadf
2012-11-10 * ext/date/date_parse.c: edited about era.tadf
2012-11-10Revert of 37541 "* test/ruby/test_enumerator.rb: Add test to shed light upon ...marcandre
2012-11-10* tool/rbinstall.rb: Don't install *.gemspec under lib/.kou