summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-01* time.c (quo): return an integer if possible.akr
2009-07-01unused variable removed.akr
2009-07-01* 2009-07-02svn
2009-07-01rdoc update.akr
2009-07-01* include/ruby/intern.h (rb_time_num_new): declared.akr
2009-07-01* test/ruby/test_marshal.rb (TestMarshal#test_limit): test fornobu
2009-06-30* marshal.c (w_encoding): encodings need extra depth.nobu
2009-06-30* enum.c (enum_grep): gets rid of type-punning calls.nobu
2009-06-30* re.c (reg_match_pos): adjust offset based on characters, notmatz
2009-06-30* tool/*: executable.nobu
2009-06-30* tool/rbinstall.rb: renamed to get rid of collision againstnobu
2009-06-30* tool/mkconfig.rb (RbConfig.expand): get rid of exceptions onnobu
2009-06-30* tool/file2lastrev.rb: get rid of global variables.nobu
2009-06-30* tool/compile_prelude.rb: use US-ASCII name.nobu
2009-06-30* insns.def, tool/instruction.rb: fixed types.nobu
2009-06-30* tool/*: executable.nobu
2009-06-30* tool/{generic_erb,parse,strip-rdoc,transcode-tblgen,vtlh}.rb: executable.nobu
2009-06-30* include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu
2009-06-30* dln.c (dln_find_1): fixed index overrun.nobu
2009-06-29Remove suprious #dump on versiondrbrain
2009-06-29summary is required in a valid gemspec, fixes gem list -ddrbrain
2009-06-29Doxy-commentyugui
2009-06-29Doxy-comments.yugui
2009-06-29* tool/strip-rdocs.rb: supports QT style doxy-comments.yugui
2009-06-29 * lib/cmath.rb (log2, cbrt): added. [experimental]tadf
2009-06-29reverted.tadf
2009-06-29 * complex.c (nucomp_expt): do not use rb_fexpt.tadf
2009-06-29* object.c: updated the diagram of metaclass hierarchy in rdoc.yugui
2009-06-29* 2009-06-30svn
2009-06-29* Doxyfile.in: removed. merged into template/Doxyfile.templateyugui
2009-06-29 * complex.c (nucomp_expt): checks exactness.tadf
2009-06-29added a comment.tadf
2009-06-29 * rational.c (float_to_r): always returns rational.tadf
2009-06-29* dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]nobu
2009-06-29* file.c (BUFCHECK): use common bdiff.nobu
2009-06-29* file.c (file_expand_path): should copy original encoding.nobu
2009-06-28* 2009-06-29svn
2009-06-28* gem_prelude.c (Gem.default_dir): follows the change on yugui
2009-06-28 * complex.c (nucomp_div): raises ZeroDivisionError immediatelytadf
2009-06-28 * complex.c (nucomp_expt): convert to a float when the given powertadf
2009-06-28 * lib/cmath.rb (sqrt): fixed an issue [ruby-list:45852]tadf
2009-06-28 * complex.c (nucomp_expt): some improvements.tadf
2009-06-28* tool/instruby.rb (:gem): registers the bundled versionyugui
2009-06-28* lib/rubygems.rb (ConfigMap[:rubylibprefix]): new entryyugui
2009-06-28trivial changes.tadf
2009-06-28* 2009-06-28svn
2009-06-28 * complex.c: renamed some static functions.tadf
2009-06-27trivial change.tadf
2009-06-27 * complex.c (nucomp_addsub): newtadf
2009-06-27 * rational.c (nurat_cmp): use rb_num_coerce_cmp.tadf