aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update doc.akr2010-03-221-10/+10
* update doc.akr2010-03-222-5/+12
* * ext/socket/.document: extracted from ext/.document.akr2010-03-224-16/+23
* * ext/socket/rubysocket.h (rsock_revlookup_flag): declared.akr2010-03-212-0/+6
* * symbian/setup (config.h): RUBY_EXEC_PREFIX defined.azav2010-03-211-0/+4
* * 2010-03-22svn2010-03-211-2/+2
* * symbian/setup (config.h): RUBY_EXEC_PREFIX defined.azav2010-03-211-0/+1
* * lib/uri/common.rb (URI.encode_www_form_component):naruse2010-03-213-30/+34
* * lib/resolv-replace.rb: specify super class for rdoc.akr2010-03-213-4/+10
* * io.c (rb_io_initialize): add autoclose argument to control closenobu2010-03-213-1/+108
* * ext/socket: make sources rdoc friendly.akr2010-03-2116-38/+66
* * io.c (IO_RBUF_CAPA_FOR): use large buffer as cbuf if readconv isnobu2010-03-212-18/+26
* * tool/transcode-tblgen.rb: reuse hash object.akr2010-03-212-2/+7
* * tool/transcode-tblgen.rb (transcode_compile_tree): makeakr2010-03-2110-21/+63
* * io.c (IO_[CRW]BUF_CAPA_MIN): replaced magic numbers.nobu2010-03-212-6/+15
* * 2010-03-21svn2010-03-211-2/+2
* * object.c (rb_obj_hash): use LONG2FIX to avoid Bignum allocation.akr2010-03-212-1/+5
* * string.c (rb_str_sum): use UCHAR_MAX.akr2010-03-202-1/+5
* * tool/transcode-tblgen.rb (ActionMap.unambiguous_action): useakr2010-03-202-8/+50
* * test/dl/test_handle.rb: skip some tests on mswin/mingw.wanabe2010-03-201-0/+3
* add tests.akr2010-03-201-0/+41
* * array.c (rb_ary_uniq_bang): the array is already unique if theakr2010-03-203-0/+53
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-2021-28/+32
* * tool/transcode-tblgen.rb (each_firstbyte_range): tuned for lessakr2010-03-202-28/+39
* * test/dl/test_cfunc.rb (test_to_s): a result of sprintf("%x", ptr)wanabe2010-03-191-1/+1
* * ext/dl/lib/dl/pack.rb (DL#pack): allow LLP64.wanabe2010-03-192-1/+5
* * test/dl/test_dl2.rb (DL::TestDL#ptr2num): add for LLP64.wanabe2010-03-191-4/+9
* * 2010-03-20svn2010-03-191-2/+2
* * test/dl/test_dl2.rb: require 'dl/func' to refer DL::Function.wanabe2010-03-191-0/+1
* update rdoc.akr2010-03-191-2/+10
* add test.akr2010-03-181-0/+9
* * 2010-03-19svn2010-03-181-2/+2
* * string.c (rb_str_sum): don't call method for each byte.akr2010-03-182-25/+37
* * Makefile.in (miniruby): link $(NORMALMAINOBJ).nobu2010-03-182-1/+5
* * tool/transcode-tblgen.rb: scan singleton mappings sequentially.akr2010-03-182-35/+76
* Add NEWS and fix ChangeLog.naruse2010-03-182-7/+12
* * configure.in (RUBY_EXEC_PREFIX): added to config.h.nobu2010-03-174-3/+27
* * ext/bigdecimal/bigdecimal.c (BigDecimal_{to_i,mod,divmod,div2}):nobu2010-03-172-7/+6
* * parse.y (rb_intern3): get rid of type-punning cast.nobu2010-03-172-2/+7
* * compile.c (iseq_build_body): add mark to jump table hash of case.mame2010-03-172-0/+5
* * util.c (ruby_strtod): Add support for Hexadecimalnaruse2010-03-173-0/+52
* fix typos.akr2010-03-171-2/+2
* * 2010-03-18svn2010-03-171-2/+2
* * lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse2010-03-173-33/+106
* * hash.c (rb_hash_aset): allow recursive key. [ruby-core:24648]nobu2010-03-172-3/+4
* * ruby.h (rb_warning, rb_sys_warning): fixed typo in rdoc.nobu2010-03-162-1/+6
* * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame2010-03-1610-53/+89
* * 2010-03-17svn2010-03-161-2/+2
* * parse.y (rb_intern3): prohibit Symbol with an invalid encoding.mame2010-03-164-1/+15
* * tool/transcode-tblgen.rb: specialize for singletom mappings.akr2010-03-162-26/+66