summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c: remove unused decl.ko12009-01-123-3/+6
* remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]seki2009-01-113-34/+11
* * test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild):naruse2009-01-111-0/+1
* * ext/socket/mkconstants.rb (c_str): get rid of a 1.9 feature fornobu2009-01-112-1/+6
* * hash.c (rb_hash_s_create): set nil as the value if assoc lengthnobu2009-01-112-3/+14
* add constants.akr2009-01-101-0/+2
* rdoc update.akr2009-01-101-0/+10
* * 2009-01-11svn2009-01-101-2/+2
* rdoc update.akr2009-01-101-2/+711
* * ext/socket/mkconstants.rb: don't generate unintended newlines.akr2009-01-102-2/+6
* test update for version string.akr2009-01-101-2/+2
* * ext/socket/mkconstants.rb: refactored to nest properly in staticallyakr2009-01-102-23/+39
* * version.h: make version string succinct:akr2009-01-102-5/+11
* * cont.c (cont_restore_1): should not be inlined.ko12009-01-103-3/+7
* * ext/socket/socket.c (sock_define_const): use INT2NUM.akr2009-01-092-2/+6
* * ext/socket/mkconstants.rb: define macro if default_value is passed.usa2009-01-092-4/+12
* * ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.nagai2009-01-092-2/+6
* * common.mk (test-sample), rubytest.rb: use runruby.rbnobu2009-01-093-28/+11
* * 2009-01-09svn2009-01-091-2/+2
* * test/ruby/test_process.rb (TestProcess::MANDATORY_ENVS): somenobu2009-01-092-5/+32
* * ChangeLog: forgotten to commit.usa2009-01-081-0/+4
* * instruby.rb: easy code contains fewer bugs.usa2009-01-081-3/+5
* * ext/socket/socket.c (bsock_shutdown): accept symbol/string as how.akr2009-01-084-6/+22
* * ext/socket/mkconstants.rb (gen_name_to_int_func): generateakr2009-01-082-52/+26
* * ext/socket/socket.c: don't use AI_NUMERICSERV for platforms whichakr2009-01-082-1/+14
* * instruby.rb: should not depend on a library which does not existnobu2009-01-082-5/+13
* * ext/socket/socket.c (init_unix_addrinfo): don't return a value.akr2009-01-072-4/+5
* * lib/open-uri.rb (OpenURI.redirectable?): reverted https redirection.akr2009-01-072-1/+5
* updated.akr2009-01-071-0/+7
* * lib/test/unit/assertions.rb (assert_no_match): don't count up as twoakr2009-01-072-0/+6
* * ext/socket/socket.c (addrinfo_getnameinfo): use NI_DGRAM if socktypeakr2009-01-072-0/+8
* * 2009-01-08svn2009-01-071-2/+2
* * ext/socket/socket.c (host_str): add flags_ptr argument to specifyakr2009-01-072-5/+18
* * test/rubygems/test_gem.rb (test_self_user_home_user_drive_and_path): removed.nobu2009-01-071-22/+0
* * ext/socket/socket.c (rb_cAddrInfo): new class AddrInfo.akr2009-01-074-14/+1135
* * instruby.rb (man, gem): fixed errors.nobu2009-01-072-2/+9
* * instruby.rb: use installed libraries. [ruby-core:21006]nobu2009-01-071-1/+3
* * instruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir):nobu2009-01-074-40/+39
* * 2009-01-07svn2009-01-071-2/+2
* * ext/socket/socket.c (ruby_getaddrinfo, ruby_getaddrinfo__aix):nobu2009-01-071-26/+21
* * ext/socket/socket.c (io_call_close, io_close, pair_yield):nobu2009-01-062-2/+3
* * cont.c (cont_restore_0): streamlined to ensure O(1) time. based onnobu2009-01-062-18/+33
* * 2009-01-06svn2009-01-051-2/+2
* * io.c (rb_close_before_exec): more heuristics to detect maximum fd.akr2009-01-052-1/+10
* don't get a name for anonymous Unix socket.akr2009-01-051-10/+14
* * vm.c (rb_iseq_eval): fixed indent.nobu2009-01-051-2/+2
* * missing/langinfo.c (nl_langinfo_0): fixed typos for SJIS.nobu2009-01-052-3/+5
* * configure.in (cygwin): needs properly implemented nl_langinfo().nobu2009-01-053-1/+138
* * encoding.c (rb_locale_charmap): use GetConsoleCP() instead ofusa2009-01-052-2/+10
* fix typos and cleanup spaceskazu2009-01-051-47/+47