summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-11* ext/racc/cparse/cparse.c: suppressed warnings for shortening onnobu
2010-03-11* ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu
2010-03-11* Makefile.in (config.status): setup MINIRUBY environment fornobu
2010-03-11* .indent.pro: added for ruby-style.nobu
2010-03-11* ext/tk/extconf.rb: log() is built-in in some compilers and needsnobu
2010-03-11* sample/timeout.rb: split from lib/timeout.rb.nobu
2010-03-11describe Time#round.akr
2010-03-11add tests.akr
2010-03-11add comment.akr
2010-03-11* time.c (time_round): new method Time#round. [ruby-dev:40595]akr
2010-03-11* transcode.c (str_transcode0): confirm the code range.nobu
2010-03-11* missing/signbit.c: added.nobu
2010-03-11* configure.in: check if target_archs has changed.nobu
2010-03-10* win32/win32.c (signbit): allow x64.wanabe
2010-03-10* 2010-03-11svn
2010-03-10* iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo
2010-03-10* enum.c (min_ii, max_ii, minmax_ii): remove wrong optimization thatmame
2010-03-10* enc/x_emoji.h: renamed from enc/x-emoji.c.muraken
2010-03-09* compile.c (defined_expr), insns.def (defined): fix to pass a Symbolko1
2010-03-09* test/dl/test_method.rb: delete a residual test for dl on libffi.mame
2010-03-09* **/*emoji*: eol-style.nobu
2010-03-09* enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_...muraken
2010-03-09* tool/transcode-tblgen.rb (ActionMap#generate_node):naruse
2010-03-09* re.c (rb_reg_to_s): remove unused variable.naruse
2010-03-09* 2010-03-09svn
2010-03-09* tool/transcode-tblgen.rb (StrSet#parse, ActionMap#generate_node):mame
2010-03-07* dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.azav
2010-03-07* dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.azav
2010-03-07* 2010-03-08svn
2010-03-07* symbian/setup (*.pkg): Shared library installation path fixed to match chan...azav
2010-03-07* bignum.c (rb_big_pack): use DIGSPERLONG and BITSPERDIG.akr
2010-03-07* io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre
2010-03-07describe new optional arugment for Pathname#realpath and Pathname#realdirpath.akr
2010-03-07add a test.akr
2010-03-07* file.c: add optional basedir argument for realpath/realdirpath.akr
2010-03-06* encoding.c (enc_set_filesystem_encoding):naruse
2010-03-06* 2010-03-07svn
2010-03-06* hash.c (Hash#merge doc): Added explanation for form with block.marcandre
2010-03-06useless lines removed.akr
2010-03-06* pack.c: fix the prototype of rb_big2ulong_pack.akr
2010-03-06* io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame
2010-03-06* io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame
2010-03-05* 2010-03-06svn
2010-03-05* win32/Makefile.sub (config.h): VC6 has __int64.usa
2010-03-05* transcode.c (econv_opts): set :undef => :replace whennaruse
2010-03-05* io.c (pipe_open): suppressed a warning.nobu
2010-03-05* 2010-03-05svn
2010-03-05* win32/win32.c (signbit): defined on mingw.nobu
2010-03-04add comment.akr
2010-03-04* eval.c (setup_exception): avoid line number 0 when settingmame