aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (ruby_version): needs runnable CPP.nobu2010-03-242-12/+18
* * tool/make-snapshot (package): take a breath for HP-UX makenobu2010-03-242-1/+5
* * tool/make-snapshot (Dir.mktmpdir): for 1.8.6 backward compatibility.nobu2010-03-242-1/+16
* * tool/make-snapshot (package): $: no longer contains ".", in trunk.nobu2010-03-242-1/+5
* * ext/iconv/charset_alias.rb: update of URL. [ruby-dev:38360]nobu2010-03-244-6/+10
* * thread.c (thread_create_core): let new thread inherit RUBY_EVENT_VMmame2010-03-242-1/+17
* * configure.in: revert the previous commit, which seemed to break makemame2010-03-242-13/+18
* * configure.in (LDSHARED, CPP): keep $(CC). [ruby-core:28912]nobu2010-03-242-12/+17
* * vm_method.c (rb_add_method): prototype of rb_vm_get_sourceline.nobu2010-03-241-0/+1
* * win32/win32.c (rb_w32_read): limit read size to 16KB if the filenobu2010-03-242-2/+22
* * file.c (file_expand_path): set length of string before callingnaruse2010-03-242-2/+11
* * 2010-03-24svn2010-03-231-2/+2
* Giving proper credit for the new parser.jeg22010-03-231-1/+2
* * lib/csv.rb: Incorporating the fixes from the recentjeg22010-03-235-86/+112
* enable Object#inspect doc.akr2010-03-231-2/+2
* update doc.akr2010-03-231-5/+8
* * object.c (rb_obj_singleton_class): new methodshugo2010-03-233-0/+50
* * test/yaml/test_hash.rb (test_ref_append): adding a test for idreftenderlove2010-03-221-0/+11
* * 2010-03-23svn2010-03-221-2/+2
* * ext/socket: use rsock_ prefix for internal initialization functions.akr2010-03-2216-39/+43
* add a test.wanabe2010-03-221-0/+25
* * proc.c (rb_method_location): return attr's location if it is setup.wanabe2010-03-228-12/+71
* * lib/date.rb (Date#>>): fixed. [ruby-core:28011]tadf2010-03-222-2/+9
* update doc.akr2010-03-2211-36/+62
* * configure.in (RMDIRS): use rmdir -p if possible.nobu2010-03-222-2/+9
* * Makefile.in ({dist,real}clean-ext): fix for removing extnobu2010-03-222-1/+7
* update doc.akr2010-03-224-1/+30
* 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