aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo2009-07-243-10/+116
* * 2009-07-24svn2009-07-231-2/+2
* * lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo2009-07-233-5/+130
* * lib/irb/ruby-lex.rb: make irb be able to parsekeiju2009-07-232-1/+44
* * ext/tk/extconf.rb: should not create "config_list" in a $srcdir.nagai2009-07-232-8/+12
* * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditionsusa2009-07-232-2/+7
* Remove useless extra directory. Bug #1343drbrain2009-07-221-0/+5
* * random.c (random_{state,left}): internal/debug use.nobu2009-07-222-5/+13
* * test/ruby/test_module.rb (TestModule#test_alias): warningmatz2009-07-222-1/+6
* * test/ruby/test_enum.rb (TestEnumerable#each): recursive join nowmatz2009-07-222-2/+7
* * common.mk (class.o): depends on vm_core.h.nobu2009-07-222-1/+5
* * time.c (init_leap_second_info): checks the result of gmtime tonobu2009-07-222-0/+6
* * ChangeLog: fixed a typo.nobu2009-07-222-3/+3
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-226-51/+64
* * method.h : Commas at end of enum list not allowed as of C89shyouhei2009-07-224-4/+15
* * ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windowsusa2009-07-222-0/+8
* * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6usa2009-07-222-1/+6
* * ext/socket/extconf.rb: ipv6 support is disabled by default on mswin.usa2009-07-222-1/+5
* * ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addressesusa2009-07-222-0/+9
* * ext/socket/extconf.rb: enable ipv6 support for win32.usa2009-07-222-0/+6
* * hash.c (Hash::[]): rdoc. patch by Marc-Andre Lafortune.yugui2009-07-222-7/+16
* * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.usa2009-07-222-1/+7
* * test/ruby/test_rand.rb (test_big_seed): tests also instance methods.nobu2009-07-211-2/+1
* * lib/irb.rb: forget svn commit.keiju2009-07-212-2/+14
* * bootstraptest/test_io.rb: block write may block for long time.matz2009-07-212-14/+20
* * 2009-07-22svn2009-07-211-2/+2
* * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: addkeiju2009-07-213-19/+40
* * random.c (rand_init): array length of random seed was broken, whichmame2009-07-213-4/+14
* * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].keiju2009-07-212-4/+10
* * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096],keiju2009-07-212-25/+59
* * ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object suke2009-07-213-143/+75
* * lib/tracer.rb: toplevel caller exists now. [ruby-core:24454]nobu2009-07-212-1/+5
* * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa2009-07-213-1/+229
* * win32/Makefile.sub (TEST_RUNNABLE): follow r24209.usa2009-07-212-0/+7
* * gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.nobu2009-07-212-2/+6
* * variable.c (rb_generic_ivar_memsize): should not remove genericnobu2009-07-213-7/+12
* * io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom.naruse2009-07-202-0/+7
* * compile.c (compile_dstr_fragments): reduced needless literal.nobu2009-07-204-10/+25
* * lib/matrix.rb (Matrix#rank): revert a part of r20859 to avoidwanabe2009-07-202-3/+7
* updated.akr2009-07-201-0/+3
* * configure.in, Makefile.in (TEST_RUNNABLE): tests are notnobu2009-07-204-5/+26
* * 2009-07-20svn2009-07-201-2/+2
* * ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in akr2009-07-202-1/+6
* * rational.c (float_to_r): an improvement.tadf2009-07-192-0/+20
* * complex.c (make_patterns): do not use \d.tadf2009-07-193-2/+8
* Use UDP for sendmsg/recvmsg tests.akr2009-07-191-5/+31
* * io.c (io_read): should taint the result. [ruby-dev:38826]nobu2009-07-193-0/+11
* * vm_method.c (me_opts): fixed optimized method aliasing.nobu2009-07-193-0/+15
* * ext/socket/lib/socket.rb (Socket.accept_loop): rescueakr2009-07-192-2/+8
* * test_socket.rb (test_udp_server): cannot check the existance of sendmsg byusa2009-07-191-6/+13