aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.nagai2010-03-131-0/+4
* * tool/transcode-tblgen.rb: show cosumed time at last.akr2010-03-121-0/+4
* * file.c (rb_file_s_basename): check encoding of suffix.nobu2010-03-121-0/+4
* * ruby.c (ruby_init_loadpath_safe): mark initial load paths.nobu2010-03-121-0/+9
* * NEWS: emoji encodings.muraken2010-03-121-0/+4
* * lib/uri/common.rb (URI.encode_www_form): new method tonaruse2010-03-121-0/+9
* * lib/webrick/httpservlet/cgihandler.rbnaruse2010-03-121-0/+7
* * tool/compile_prelude.rb: TMP_RUBY_PREFIX should replace rubylibprefix but n...muraken2010-03-121-0/+5
* * complex.c (f_signbit): remove condition for signbit becausenaruse2010-03-121-0/+5
* * win32/win32.c (init_env): get rid of alloca() for outer string.nobu2010-03-111-0/+4
* * ext/racc/cparse/cparse.c: suppressed warnings for shortening onnobu2010-03-111-0/+5
* * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu2010-03-111-0/+9
* * Makefile.in (config.status): setup MINIRUBY environment fornobu2010-03-111-0/+5
* * ext/tk/extconf.rb: log() is built-in in some compilers and needsnobu2010-03-111-0/+5
* * sample/timeout.rb: split from lib/timeout.rb.nobu2010-03-111-0/+4
* * time.c (time_round): new method Time#round. [ruby-dev:40595]akr2010-03-111-0/+4
* * transcode.c (str_transcode0): confirm the code range.nobu2010-03-111-0/+4
* * missing/signbit.c: added.nobu2010-03-111-0/+4
* * configure.in: check if target_archs has changed.nobu2010-03-111-0/+4
* * win32/win32.c (signbit): allow x64.wanabe2010-03-101-0/+4
* * iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo2010-03-101-0/+4
* * enum.c (min_ii, max_ii, minmax_ii): remove wrong optimization thatmame2010-03-101-0/+6
* * enc/x_emoji.h: renamed from enc/x-emoji.c.muraken2010-03-101-0/+4
* * compile.c (defined_expr), insns.def (defined): fix to pass a Symbolko12010-03-091-0/+6
* * test/dl/test_method.rb: delete a residual test for dl on libffi.mame2010-03-091-0/+4
* * enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_...muraken2010-03-091-0/+12
* * tool/transcode-tblgen.rb (ActionMap#generate_node):naruse2010-03-091-0/+8
* * re.c (rb_reg_to_s): remove unused variable.naruse2010-03-091-0/+4
* * tool/transcode-tblgen.rb (StrSet#parse, ActionMap#generate_node):mame2010-03-091-2/+12
* * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.azav2010-03-071-0/+6
* * bignum.c (rb_big_pack): use DIGSPERLONG and BITSPERDIG.akr2010-03-071-0/+5
* * io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre2010-03-071-0/+9
* * file.c: add optional basedir argument for realpath/realdirpath.akr2010-03-071-0/+10
* * encoding.c (enc_set_filesystem_encoding):naruse2010-03-061-0/+9
* * pack.c: fix the prototype of rb_big2ulong_pack.akr2010-03-061-0/+4
* * io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame2010-03-061-0/+9
* * io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame2010-03-061-0/+7
* * win32/Makefile.sub (config.h): VC6 has __int64.usa2010-03-051-0/+4
* * transcode.c (econv_opts): set :undef => :replace whennaruse2010-03-051-0/+5
* * io.c (pipe_open): suppressed a warning.nobu2010-03-051-0/+8
* * win32/win32.c (signbit): defined on mingw.nobu2010-03-051-0/+4
* * eval.c (setup_exception): avoid line number 0 when settingmame2010-03-041-0/+5
* * io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.mame2010-03-041-0/+7
* add ref.wanabe2010-03-041-0/+1
* * gc.c (gc_profile_total_time): add GC::Profiler.total_time.wanabe2010-03-041-0/+6
* * complex.c (m_log, m_exp): remove unused functions.naruse2010-03-041-3/+4
* * test/ruby/test_env.rb (TestEnv#test_select_bang): add tests.mame2010-03-031-0/+4
* * test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo.kazu2010-03-031-1/+5
* * tool/transcode-tblgen.rb (HEX2): extracted from regexps.akr2010-03-031-0/+4
* * complex.c (nucomp_real_check): raise TypeError instead of ArgumentErrormarcandre2010-03-031-0/+8