summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-07* 2010-04-08svn
2010-04-07* array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre
2010-04-07 * misc/ruby-mode.el (ruby-mode-map): binded C-c C-c and C-c C-c C-ukosaki
2010-04-07* time.c (ASCTIME): unused macro removed.akr
2010-04-07fix typoskazu
2010-04-07fix rdoc. see r27156kazu
2010-04-07* configure.in (Makefile): reverted r27244.nobu
2010-04-07* lib/rexml/quickpath.rb (REXML::QuickPath::predicate): fix regexp.naruse
2010-04-07Fix previous commit.naruse
2010-04-07* configure.in (Makefile): qoute init-commands.nobu
2010-04-06* lib/rdoc/rdoc.rb (RDoc#{initialize,setup_output_dir}):nobu
2010-04-06* template/fake.rb.in: not define $extout to make target in cwd.nobu
2010-04-06* 2010-04-07svn
2010-04-06* test/ruby/test_path.rb (TestPath#test_extname): trailing spacesnobu
2010-04-06add tests.akr
2010-04-06 * vm_core.h: Introduce UNINITIALIZED_VAR() macro.kosaki
2010-04-06* configure.in: test localtime(3) overflow. [ruby-dev:40910]akr
2010-04-06* include/ruby/win32.h: check definition existance before definingusa
2010-04-06Surpress warnings.naruse
2010-04-06* template/fake.rb.in: hooks for extconf.rb.nobu
2010-04-06Fix wrong regexp.naruse
2010-04-06Refix previous commit.naruse
2010-04-06Fix previous commit.naruse
2010-04-05Remove warning.naruse
2010-04-05* lib/rexml/text.rb (REXML::Text.check): comment outnaruse
2010-04-05* lib/rexml/parsers/baseparser.rb (LETTER, DIGIT):naruse
2010-04-05* 2010-04-06svn
2010-04-05* test/matrix/test_vector.rb: Oups, removed another obsolete testmarcandre
2010-04-05* re.c (make_regexp): use onig_new_with_source to keepnaruse
2010-04-05* include/ruby/win32.h, win32/win32.c (EWOULDBLOCK): VC10 alreadyusa
2010-04-05* ext/psych/lib/psych/core_ext.rb: remove before alias.naruse
2010-04-05* win32/mkexports.rb (each_export): VC10 support.usa
2010-04-05Don't warn when YAML.quick_emit is called by Object#to_yaml.naruse
2010-04-04* 2010-04-05svn
2010-04-04* test/matrix/test_matrix.rb (class): Cleanup testsmarcandre
2010-04-04* time.c (cmp): optimize for fixnums.akr
2010-04-04Remove circular dependency of syck.naruse
2010-04-04* include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse
2010-04-04* time.c (lt): call <=> instead of <.akr
2010-04-03* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove
2010-04-03* 2010-04-04svn
2010-04-03* array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre
2010-04-03fix rdoc. see r26808kazu
2010-04-03* time.c: don't define STRUCT_WIDEVAL.akr
2010-04-03* lib/rdoc/rdoc.rb (RDoc#{setup,update}_output_dir): store mtimesnobu
2010-04-03* common.mk (rdoc): independent.nobu
2010-04-03* common.mk (rdoc): no force-update, and add RDOCFLAGS.nobu
2010-04-03* random.c (random_rand): raise ArgumentError on nil, as thenobu
2010-04-02Remove platform dependent test.naruse
2010-04-02* array.c (rb_ary_product): Make defensive copy in case of block...marcandre