aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/dl/cfunc.c (rb_dlcfunc_call): workaround for VC9 for x64.usa2010-08-242-0/+11
* * 2010-08-25svn2010-08-241-2/+2
* * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai2010-08-242-126/+366
* * .gitignore: updated.mame2010-08-242-0/+16
* * ext/pathname/pathname.c (path_read): Pathname#read translated fromakr2010-08-243-3/+26
* * configure.in: read API version from include/ruby/version.h.nobu2010-08-245-9/+17
* * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu2010-08-235-18/+88
* * include/ruby/version.h (RUBY_API_VERSION_*): renamed and movednobu2010-08-235-5/+26
* * doc/ChangeLog-1.9.3: mistake.nobu2010-08-232-1/+1
* * ChangeLog: flushed. [ruby-dev:42050]nobu2010-08-232-80606/+80624
* * 2010-08-24svn2010-08-231-2/+2
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): to_f must underflow when the...mrkn2010-08-233-9/+41
* * ext/pathname/pathname.c (path_each_line): Pathname#each_lineakr2010-08-234-10/+52
* * common.mk (version.o): depends on both of version.h andnobu2010-08-232-1/+6
* * backport r29071 from ruby_1_8;nahi2010-08-233-0/+34
* * re.c (rb_reg_search): fix: 4th argument should be regexpnaruse2010-08-232-1/+6
* * util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse2010-08-233-2/+13
* * 2010-08-23svn2010-08-221-2/+2
* * lib/date.rb, lib/date/format.rb: [ruby-core:31695]tadf2010-08-224-7/+5
* * include/ruby/ruby.h (UINT2NUM): fix ifdef condition for LLP64.akr2010-08-222-1/+6
* * array.c (RAND_UPTO): macro for random number.nobu2010-08-212-11/+17
* * configure.in: fix typo. a patch from Eric Wong atnobu2010-08-213-3/+8
* * test/ruby/test_super.rb: add test.wanabe2010-08-211-0/+45
* * vm.c: add missing prototype of rb_iseq_clone for r29063.naruse2010-08-212-0/+6
* * vm.c (vm_define_method): copy iseq to avoid overwriting iseq->klass.wanabe2010-08-212-0/+10
* * 2010-08-21svn2010-08-211-2/+2
* * ext/pathname/pathname.c (path_split): Pathname#split translated fromakr2010-08-213-8/+23
* Add rdoc about Kernel#<=> [ruby-core:31770]naruse2010-08-201-1/+6
* * 2010-08-20svn2010-08-201-2/+2
* * ext/pathname/pathname.c (path_expand_path): Pathname#expand_pathakr2010-08-204-3/+29
* * tool/make-snapshot (usage): mention versions.nobu2010-08-191-0/+4
* * tool/make-snapshot (usage): add usage.nobu2010-08-192-2/+20
* * tool/make-snapshot (package): accept revision as BRANCH@REV.nobu2010-08-192-2/+9
* * ext/socket/ancdata.c (ancillary_timestamp): fix a constant type.akr2010-08-193-2/+8
* * thread_pthread.c (native_sleep): suppress a warning for platformsakr2010-08-192-1/+6
* * properties.nobu2010-08-190-0/+0
* Forgot content of r29049.naruse2010-08-191-0/+207
* * tool/merger.rb: Add a tool to merge commits between branches.naruse2010-08-191-0/+5
* * backport r28621 and r28632 from ruby_1_8;nahi2010-08-196-428/+625
* * array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c...mrkn2010-08-193-4/+24
* * enum.c (enum_inject): fix typo of rdoc.naruse2010-08-192-1/+6
* * ext/pathname/pathname.c (path_extname): Pathname#extname translatedakr2010-08-193-3/+16
* * 2010-08-19svn2010-08-181-2/+2
* * vm_insnhelper.c (vm_push_frame): initialize block_iseq. a patchnobu2010-08-182-0/+6
* forget to commit.mrkn2010-08-181-1/+4
* * array.c (ary_make_shared): revert r29037, it occurs SEGV some situations.mrkn2010-08-181-0/+5
* * array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa...mrkn2010-08-183-4/+11
* * 2010-08-18svn2010-08-171-2/+2
* * regcomp.c: revert r26701; it introduces Bug #3681.naruse2010-08-173-18/+8
* * test/ruby/test_io.rb (test_threaded_flush): test "hi" is not outputakr2010-08-172-1/+8