aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * .gitignore: ignore dmyprobes.hnobu2012-11-161-0/+1
* remove trailing spacesnobu2012-11-162-3/+3
* * lib/net/pop.rb (POP3.certs): fix typo in comment.glass2012-11-162-1/+7
* * test/rake/helper.rb (Rake::TestCase#setup): revert r37669.naruse2012-11-167-9/+17
* * test/rake/helper.rb (Rake::TestCase#setup): @orig_PWD shouldn't benaruse2012-11-162-1/+6
* * lib/rake/version.rb: workaround fix to build. see #7366naruse2012-11-162-2/+12
* * lib/rake*: Updated to rake 0.9.4drbrain2012-11-1513-28/+90
* * properties.nobu2012-11-150-0/+0
* * 2012-11-16svn2012-11-151-2/+2
* * lib/rake*: Updated to rake 0.9.3drbrain2012-11-1545-230/+1408
* Ignore dmyprobes.h, .time.id.hdrbrain2012-11-150-0/+0
* * range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame2012-11-154-9/+23
* * vm_exec.h (GENTRY): GENTRY should be pointer size.ko12012-11-152-1/+6
* * man/erb.1: Fix grammar and copyright dateszzak2012-11-157-21/+33
* * man/ruby.1: Grammar edits for man pagezzak2012-11-152-10/+15
* * 2012-11-15svn2012-11-141-2/+2
* * array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame2012-11-146-0/+511
* * lib/fileutils.rb (chmod): Add "X" to modes, convert format to tablezzak2012-11-142-12/+19
* * lib/csv.rb (init_comments): Document private method #init_comments.zzak2012-11-142-0/+10
* * 2012-11-14svn2012-11-131-2/+2
* * Makefile.in (probes.h): create from probes.dmrkn2012-11-132-3/+7
* * vm_insnhelper.c (vm_call_cfunc_with_frame): don't use ci afterko12012-11-135-57/+77
* * eval.c (rb_mod_using): raise an ArgumentError if cyclic using isshugo2012-11-133-0/+50
* Define dtrace test classes only when dtrace existsnaruse2012-11-1310-10/+10
* * common.mk (vm_insnhelper.c): this target is useless and causesnaruse2012-11-132-1/+5
* * compile.c (insn_data_to_s_detail): remove debug lines.ko12012-11-132-3/+4
* fix ChangeLogko12012-11-131-1/+1
* * vm_insnhelper.c (vm_caller_setup_args): save and restoreko12012-11-133-2/+79
* * common.mk (dmyprobes.h): always create for make dist.naruse2012-11-134-7/+16
* * Makefile.in (.SUFFIX): .SUFFIX is needed here for .d.h on bsd make.naruse2012-11-132-2/+6
* * common.mk Makefile.in win32/Makefile.sub (.d.h): it's not common.usa2012-11-134-10/+17
* * properties.nobu2012-11-130-0/+0
* Fix dtrace commit r37631, it is [Feature #2565]naruse2012-11-136-40/+58
* * win32/README.win32: added mention about build directory. currentlyusa2012-11-132-0/+10
* * re.c (rb_memsearch_ss): performance improvement by using memmem(3) ifglass2012-11-133-0/+56
* add probes.h to svn:ignore and sort .gitignorekazu2012-11-131-1/+1
* * properties.nobu2012-11-120-0/+0
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-1237-25/+850
* * 2012-11-13svn2012-11-121-2/+2
* fix typoskazu2012-11-121-2/+2
* Fix build on DragonFly where configure fails to detect isinf()/isnan().knu2012-11-122-0/+9
* * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo2012-11-125-16/+13
* * 2012-11-12svn2012-11-121-2/+2
* * win32/mkexports.rb (each_export): skip garbages generated by VS2012'susa2012-11-122-1/+7
* * test/date/test_date_{parse,strptime}.rb: changed the format oftadf2012-11-113-454/+458
* * ext/date/date_parse.c (date__parse): revised the tight parsertadf2012-11-112-38/+83
* glibc 2.16 or later denies salt contained other than [0-9A-Za-z./] [Bug #7312]naruse2012-11-111-0/+10
* hash.c: warn for wrong elementsnobu2012-11-113-3/+16
* hash.c: refine error messagesnobu2012-11-115-5/+17
* * eval.c (top_using): remove Kernel#using, and add main.using instead.shugo2012-11-113-7/+34