summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * enum.c (enum_grep): gets rid of type-punning calls.nobu2009-06-303-6/+12
* * re.c (reg_match_pos): adjust offset based on characters, notmatz2009-06-304-4/+19
* * tool/*: executable.nobu2009-06-301-0/+0
* * tool/rbinstall.rb: renamed to get rid of collision againstnobu2009-06-303-3/+6
* * tool/mkconfig.rb (RbConfig.expand): get rid of exceptions onnobu2009-06-302-5/+8
* * tool/file2lastrev.rb: get rid of global variables.nobu2009-06-302-13/+17
* * tool/compile_prelude.rb: use US-ASCII name.nobu2009-06-302-2/+6
* * insns.def, tool/instruction.rb: fixed types.nobu2009-06-303-13/+18
* * tool/*: executable.nobu2009-06-3010-0/+0
* * tool/{generic_erb,parse,strip-rdoc,transcode-tblgen,vtlh}.rb: executable.nobu2009-06-300-0/+0
* * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu2009-06-3010-57/+72
* * dln.c (dln_find_1): fixed index overrun.nobu2009-06-302-2/+6
* Remove suprious #dump on versiondrbrain2009-06-291-1/+1
* summary is required in a valid gemspec, fixes gem list -ddrbrain2009-06-292-1/+11
* Doxy-commentyugui2009-06-291-2/+4
* Doxy-comments.yugui2009-06-294-4/+92
* * tool/strip-rdocs.rb: supports QT style doxy-comments.yugui2009-06-292-3/+7
* * lib/cmath.rb (log2, cbrt): added. [experimental]tadf2009-06-292-2/+26
* reverted.tadf2009-06-291-23/+2
* * complex.c (nucomp_expt): do not use rb_fexpt.tadf2009-06-293-11/+29
* * object.c: updated the diagram of metaclass hierarchy in rdoc.yugui2009-06-291-20/+18
* * 2009-06-30svn2009-06-291-2/+2
* * Doxyfile.in: removed. merged into template/Doxyfile.templateyugui2009-06-295-253/+267
* * complex.c (nucomp_expt): checks exactness.tadf2009-06-292-11/+17
* added a comment.tadf2009-06-291-0/+1
* * rational.c (float_to_r): always returns rational.tadf2009-06-292-1/+5
* * dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]nobu2009-06-293-13/+44
* * file.c (BUFCHECK): use common bdiff.nobu2009-06-291-2/+2
* * file.c (file_expand_path): should copy original encoding.nobu2009-06-292-1243/+39
* * 2009-06-29svn2009-06-281-2/+2
* * gem_prelude.c (Gem.default_dir): follows the change on yugui2009-06-282-7/+15
* * complex.c (nucomp_div): raises ZeroDivisionError immediatelytadf2009-06-283-1/+17
* * complex.c (nucomp_expt): convert to a float when the given powertadf2009-06-283-3/+26
* * lib/cmath.rb (sqrt): fixed an issue [ruby-list:45852]tadf2009-06-282-1/+6
* * complex.c (nucomp_expt): some improvements.tadf2009-06-283-6/+58
* * tool/instruby.rb (:gem): registers the bundled versionyugui2009-06-282-6/+16
* * lib/rubygems.rb (ConfigMap[:rubylibprefix]): new entryyugui2009-06-283-2/+13
* trivial changes.tadf2009-06-281-8/+9
* * 2009-06-28svn2009-06-281-2/+2
* * complex.c: renamed some static functions.tadf2009-06-283-23/+28
* trivial change.tadf2009-06-271-1/+1
* * complex.c (nucomp_addsub): newtadf2009-06-272-39/+76
* * rational.c (nurat_cmp): use rb_num_coerce_cmp.tadf2009-06-273-1/+8
* * complex.c: revised rdoc.tadf2009-06-274-562/+503
* * NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: addkou2009-06-274-0/+38
* * NEWS: rss: 0.2.5 -> 0.2.7.kou2009-06-274-3/+9
* * numeric.c (int_chr): use default_internal encoding as defaultmatz2009-06-261-1/+1
* * numeric.c (int_chr): use default_internal encoding as defaultmatz2009-06-262-1/+12
* * 2009-06-27svn2009-06-261-2/+2
* * io.c (argf_rewind): need to rewind $. and ARGF.lineno.matz2009-06-262-19/+25