summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * NEWS: emoji encodings.muraken2010-03-122-0/+11
* * lib/uri/common.rb (URI.encode_www_form): new method tonaruse2010-03-123-0/+120
* * lib/webrick/httpservlet/cgihandler.rbnaruse2010-03-122-2/+9
* * tool/compile_prelude.rb: TMP_RUBY_PREFIX should replace rubylibprefix but n...muraken2010-03-122-1/+6
* * complex.c (f_signbit): remove condition for signbit becausenaruse2010-03-122-15/+5
* * win32/win32.c (init_env): get rid of alloca() for outer string.nobu2010-03-112-11/+20
* * ext/racc/cparse/cparse.c: suppressed warnings for shortening onnobu2010-03-112-4/+16
* * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu2010-03-115-81/+172
* * Makefile.in (config.status): setup MINIRUBY environment fornobu2010-03-112-1/+7
* * .indent.pro: added for ruby-style.nobu2010-03-111-0/+21
* * ext/tk/extconf.rb: log() is built-in in some compilers and needsnobu2010-03-112-2/+7
* * sample/timeout.rb: split from lib/timeout.rb.nobu2010-03-114-23/+48
* describe Time#round.akr2010-03-111-0/+1
* add tests.akr2010-03-111-0/+18
* add comment.akr2010-03-111-0/+1
* * time.c (time_round): new method Time#round. [ruby-dev:40595]akr2010-03-113-0/+97
* * transcode.c (str_transcode0): confirm the code range.nobu2010-03-112-1/+5
* * missing/signbit.c: added.nobu2010-03-113-2/+25
* * configure.in: check if target_archs has changed.nobu2010-03-112-27/+25
* * win32/win32.c (signbit): allow x64.wanabe2010-03-102-4/+4
* * 2010-03-11svn2010-03-101-2/+2
* * iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo2010-03-103-0/+24
* * enum.c (min_ii, max_ii, minmax_ii): remove wrong optimization thatmame2010-03-102-37/+22
* * enc/x_emoji.h: renamed from enc/x-emoji.c.muraken2010-03-102-0/+4
* * compile.c (defined_expr), insns.def (defined): fix to pass a Symbolko12010-03-094-4/+10
* * test/dl/test_method.rb: delete a residual test for dl on libffi.mame2010-03-092-11/+4
* * **/*emoji*: eol-style.nobu2010-03-090-0/+0
* * enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_...muraken2010-03-0925-84/+15886
* * tool/transcode-tblgen.rb (ActionMap#generate_node):naruse2010-03-092-2/+9
* * re.c (rb_reg_to_s): remove unused variable.naruse2010-03-092-1/+4
* * 2010-03-09svn2010-03-091-2/+2
* * tool/transcode-tblgen.rb (StrSet#parse, ActionMap#generate_node):mame2010-03-092-4/+16
* * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.azav2010-03-071-0/+6
* * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.azav2010-03-071-1/+1
* * 2010-03-08svn2010-03-071-2/+2
* * symbian/setup (*.pkg): Shared library installation path fixed to match chan...azav2010-03-071-1/+2
* * bignum.c (rb_big_pack): use DIGSPERLONG and BITSPERDIG.akr2010-03-072-4/+9
* * io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre2010-03-074-124/+98
* describe new optional arugment for Pathname#realpath and Pathname#realdirpath.akr2010-03-071-0/+4
* add a test.akr2010-03-071-0/+39
* * file.c: add optional basedir argument for realpath/realdirpath.akr2010-03-075-30/+102
* * encoding.c (enc_set_filesystem_encoding):naruse2010-03-063-13/+9
* * 2010-03-07svn2010-03-061-2/+2
* * hash.c (Hash#merge doc): Added explanation for form with block.marcandre2010-03-061-3/+7
* useless lines removed.akr2010-03-061-2/+0
* * pack.c: fix the prototype of rb_big2ulong_pack.akr2010-03-062-1/+5
* * io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame2010-03-063-175/+17
* * io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame2010-03-063-9/+16
* * 2010-03-06svn2010-03-051-2/+2
* * win32/Makefile.sub (config.h): VC6 has __int64.usa2010-03-052-2/+4