summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* 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-29summary is required in a valid gemspec, fixes gem list -ddrbrain
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-29 * complex.c (nucomp_expt): do not use rb_fexpt.tadf
2009-06-29* Doxyfile.in: removed. merged into template/Doxyfile.templateyugui
2009-06-29 * complex.c (nucomp_expt): checks exactness.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 (file_expand_path): should copy original encoding.nobu
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-28 * complex.c: renamed some static functions.tadf
2009-06-27 * complex.c (nucomp_addsub): newtadf
2009-06-27 * rational.c (nurat_cmp): use rb_num_coerce_cmp.tadf
2009-06-27 * complex.c: revised rdoc.tadf
2009-06-27* NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: addkou
2009-06-27* NEWS: rss: 0.2.5 -> 0.2.7.kou
2009-06-26* numeric.c (int_chr): use default_internal encoding as defaultmatz
2009-06-26* numeric.c (int_chr): use default_internal encoding as defaultmatz
2009-06-26* io.c (argf_rewind): need to rewind $. and ARGF.lineno.matz
2009-06-26* ext/pty/pty.c (pty_getpty): check dup failure.akr
2009-06-26* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):matz
2009-06-26 * common.mk (COMPILE_PRELUDE): need -I. before -rrbconfig.usa
2009-06-25Imported minitest 1.4.2 r5269.ryan
2009-06-25* io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() tomatz
2009-06-25* ChangeLog: ML info.usa
2009-06-25 * instruby.rb: '&' in sed s command's replacement is '\&' in ruby.usa
2009-06-24* io.c (rb_io_each_codepoint): uninitialized local variable enc.matz
2009-06-24* enum.c (first_i): wrong condition for no argument #first.matz
2009-06-24* time.c (time_s_now): new function. Time.now don't take arguments.akr
2009-06-24 * win32/resource.rb: CONFIG["TEENY"] is not ruby's version but API'susa
2009-06-24 * win32/mkexports.rb: rbconfig.rb exists on ".".usa
2009-06-24* parse.y (parser_set_encode): show the erred file name instead ofnobu
2009-06-24* misc/ruby-style.el: It is too late to set c-file-style inknu
2009-06-23* ChangeLog: commit miss.nobu
2009-06-23* gc.c: remove the definition of GC_DEBUG (debugging macro).mame
2009-06-23* configure.in (ruby_version): defaults revision to 0 when nonobu
2009-06-23* file.c (rb_find_file_ext, rb_find_file): no needs to expandnobu
2009-06-23* configure.in: remove PACKAGE_* macros generated by autotools.nobu
2009-06-22* ruby.c (process_options): don't specify .so for encdb here.akr