summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-04-02* array.c (rb_ary_product): Test for reentrymarcandre
2010-04-02* array.c (rb_ary_product): Accept a block [ruby-core:29045]marcandre
2010-04-02* tool/file2lastrev.rb (VCS#relative_to): path and @srcdir may haveakr
2010-04-02property.nobu
2010-04-02* lib/benchmark.rb (Benchmark::Tms#add): fix NameError.kazu
2010-04-02* lib/rdoc/parser/ruby.rb (RDoc#make_message): no empty lines.nobu
2010-04-02* lib/rdoc/parser/ruby.rb (RDoc#error): get rid of magic number.nobu
2010-04-02* 2010-04-03svn
2010-04-02* lib/rdoc/class_module.rb (RDoc#merge): get rid of stack overflow.nobu
2010-04-02* lib/rdoc/parser/c.rb (RDoc#handle_method): see source files innobu
2010-04-02* lib/rdoc/rdoc.rb: reverted r27186 to add generators.nobu
2010-04-02* NEWS: added reverse_lookup option.nobu
2010-04-02* ChangeLog: typo.nobu
2010-04-02* test/rdoc/test_rdoc_ri_driver.rb (with_dummy_pager): don't grapnobu
2010-04-02* ChangeLog: fixed tab expand width.nobu
2010-04-02* lib/rdoc/rdoc.rb (RDoc::Generator): defer by autoload.nobu
2010-04-02* test/rdoc/test_rdoc_parser.rb (test_class_can_parse): parse rdocnobu
2010-04-02* lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch bynobu
2010-04-02* lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variablesnobu
2010-04-02* lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdocnobu
2010-04-02* lib/rdoc/parser/c.rb: fixed a small error in the documentation.nobu
2010-04-02* lib/rdoc/parser.rb (RDoc::Parser.binary?): blksize may be nilnobu
2010-04-02* lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has beennobu
2010-04-02* lib/rdoc/ri/paths.rb: follows $ridir. reapplied r23554.nobu
2010-04-02* lib/rdoc/ri/paths.rb (RDoc::HOMEDIR): expand_path deals withnobu
2010-04-02* {lib,test}/rdoc: removed trailing spaces. reapplied r22784.nobu
2010-04-02* bin/erb: removed trailing spaces.nobu
2010-04-02* lib/rdoc/parser.rb (binary?): regression.usa
2010-04-02* win32/win32.c (init_env): wrong calculation of the head of setenvusa
2010-04-01* process.c (ruby_setsid): split from proc_setsid.nobu
2010-04-01* process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.nobu