aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * random.c (rand_init): ignore higher bits if all they are same asnobu2010-04-073-2/+18
* * lib/irb/cmd/help.rb (IRB::ExtendCommand::Help#execute): use RInobu2010-04-072-1/+9
* * 2010-04-08svn2010-04-071-2/+2
* * array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre2010-04-073-25/+13
* * misc/ruby-mode.el (ruby-mode-map): binded C-c C-c and C-c C-c C-ukosaki2010-04-072-1/+9
* * time.c (ASCTIME): unused macro removed.akr2010-04-072-6/+4
* fix typoskazu2010-04-071-8/+8
* fix rdoc. see r27156kazu2010-04-071-0/+1
* * configure.in (Makefile): reverted r27244.nobu2010-04-072-6/+8
* * lib/rexml/quickpath.rb (REXML::QuickPath::predicate): fix regexp.naruse2010-04-072-1/+9
* Fix previous commit.naruse2010-04-072-2/+8
* * configure.in (Makefile): qoute init-commands.nobu2010-04-072-4/+7
* * lib/rdoc/rdoc.rb (RDoc#{initialize,setup_output_dir}):nobu2010-04-062-3/+8
* * template/fake.rb.in: not define $extout to make target in cwd.nobu2010-04-062-4/+9
* * 2010-04-07svn2010-04-061-2/+2
* * test/ruby/test_path.rb (TestPath#test_extname): trailing spacesnobu2010-04-061-2/+7
* add tests.akr2010-04-061-0/+18
* * vm_core.h: Introduce UNINITIALIZED_VAR() macro.kosaki2010-04-063-11/+18
* * configure.in: test localtime(3) overflow. [ruby-dev:40910]akr2010-04-063-14/+98
* * include/ruby/win32.h: check definition existance before definingusa2010-04-063-39/+149
* Surpress warnings.naruse2010-04-067-18/+17
* * template/fake.rb.in: hooks for extconf.rb.nobu2010-04-063-1/+30
* Fix wrong regexp.naruse2010-04-061-2/+2
* Refix previous commit.naruse2010-04-061-1/+0
* Fix previous commit.naruse2010-04-062-2/+3
* Remove warning.naruse2010-04-051-1/+1
* * lib/rexml/text.rb (REXML::Text.check): comment outnaruse2010-04-052-4/+10
* * lib/rexml/parsers/baseparser.rb (LETTER, DIGIT):naruse2010-04-055-15/+22
* * 2010-04-06svn2010-04-051-2/+2
* * test/matrix/test_vector.rb: Oups, removed another obsolete testmarcandre2010-04-051-5/+0
* * re.c (make_regexp): use onig_new_with_source to keepnaruse2010-04-052-2/+32
* * include/ruby/win32.h, win32/win32.c (EWOULDBLOCK): VC10 alreadyusa2010-04-053-1/+10
* * ext/psych/lib/psych/core_ext.rb: remove before alias.naruse2010-04-054-33/+25
* * win32/mkexports.rb (each_export): VC10 support.usa2010-04-052-1/+6
* Don't warn when YAML.quick_emit is called by Object#to_yaml.naruse2010-04-051-1/+3
* * 2010-04-05svn2010-04-041-2/+2
* * test/matrix/test_matrix.rb (class): Cleanup testsmarcandre2010-04-041-6/+0
* * time.c (cmp): optimize for fixnums.akr2010-04-042-51/+54
* Remove circular dependency of syck.naruse2010-04-041-1/+0
* * include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse2010-04-047-51/+33
* * time.c (lt): call <=> instead of <.akr2010-04-042-6/+11
* * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove2010-04-0326-528/+643
* * 2010-04-04svn2010-04-031-2/+2
* * array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre2010-04-032-16/+26
* fix rdoc. see r26808kazu2010-04-031-1/+1
* * time.c: don't define STRUCT_WIDEVAL.akr2010-04-032-1/+4
* * lib/rdoc/rdoc.rb (RDoc#{setup,update}_output_dir): store mtimesnobu2010-04-032-8/+31
* * common.mk (rdoc): independent.nobu2010-04-031-1/+1
* * common.mk (rdoc): no force-update, and add RDOCFLAGS.nobu2010-04-033-2/+8
* * random.c (random_rand): raise ArgumentError on nil, as thenobu2010-04-033-3/+10