aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/server.rb (WEBrick::GenericServer#start_thread):gotoyuzo2004-12-155-13/+47
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-1523-146/+184
* * 2004-12-15usa2004-12-151-3/+3
* * win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa2004-12-152-1/+10
* * utf8.c (utf8_is_mbc_ambiguous): [ruby-talk:123561]matz2004-12-141-0/+11
* devided DL::Types#encode_type into three methods.ttate2004-12-143-48/+56
* * win32/win32.c (rb_w32_close): need to reset osfhnd().usa2004-12-142-0/+5
* * ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo2004-12-142-3/+8
* * 2004-12-14eban2004-12-141-3/+3
* * eval.c (Init_eval): should mark ruby_eval_tree. [ruby-dev:25189]matz2004-12-133-55/+16
* Merged in the changes from BSD bug report. shift-jis is now shift_jis, inser2004-12-132-5/+5
* * gc.c (set_stack_end): new function to obtain stack end address.akr2004-12-132-10/+22
* * 2004-12-13eban2004-12-131-3/+3
* * ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo2004-12-122-6/+15
* * lib/pathname.rb (cleanpath_aggressive): make it private.akr2004-12-122-2/+10
* * 2004-12-12eban2004-12-121-3/+3
* * test/ruby/test_super.rb (TestSuper#test_define_method): now methodsnobu2004-12-122-1/+6
* Don't show r/w accessot flags if none were specified for custom attributesdave2004-12-122-0/+10
* Never exclude files given on command linedave2004-12-122-4/+10
* add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki2004-12-114-4/+48
* * 2004-12-11usa2004-12-111-3/+3
* * sample/optparse/subcommand.rb: a sample for sub commands likenobu2004-12-112-0/+24
* * 2004-12-10usa2004-12-101-3/+3
* * ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu2004-12-093-1/+22
* * ext/sdbm/init.c (GetDBM): typo.usa2004-12-092-1/+5
* * lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoidgotoyuzo2004-12-093-10/+24
* * string.c (rb_str_inspect): escape # which starts an expressionnobu2004-12-092-3/+16
* * io.c (pipe_open): should set prog if argc != 0.eban2004-12-092-1/+6
* * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]matz2004-12-095-160/+140
* * test/socket/test_socket.rb (test_setsockopt): use SO_LINGER insteadnobu2004-12-093-11/+59
* * 2004-12-09usa2004-12-091-3/+3
* * ext/tk/ChangeLog.tkextlib: forgot to commitnagai2004-12-081-0/+22
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-0825-119/+689
* Fix CSS typo that meant h2 headings were invisibledave2004-12-082-2/+7
* * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr2004-12-086-100/+95
* * process.c (rb_spawn): support for DJGPP.eban2004-12-083-3/+14
* * win32/win32.c (rb_w32_pipe_exec): need to close original socketusa2004-12-082-3/+6
* * sprintf.c (rb_f_sprintf): [ruby-dev:25104]matz2004-12-082-0/+5
* * win32/win32.c (rb_w32_pipe_exec): must close original handleusa2004-12-082-11/+9
* * win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socketusa2004-12-082-0/+9
* * parse.y (string_content): get rid of segfault at empty evstr.nobu2004-12-083-1/+10
* * test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): merged worker threads.nobu2004-12-071-9/+3
* * ext/openssl/ossl_bio.c (ossl_obj2bio): should not use fptr->f.gotoyuzo2004-12-072-3/+21
* * runruby.rb: prepend LIBRUBY_SO to LD_PRELOAD as well as rubytest.rb.nobu2004-12-072-3/+12
* * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): writenobu2004-12-073-5/+30
* * win32/win32.c (is_socket): reorder of function definitions.usa2004-12-072-6/+10
* * 2004-12-08eban2004-12-071-3/+3
* * io.c (pipe_open): win32 bidirectional pipe support.usa2004-12-074-74/+188
* * test/rss/test_version.rb: added version check test. [ruby-dev:25053]kou2004-12-072-0/+14
* * io.c (io_fwrite): avoid context switch before writing to stderr.akr2004-12-075-98/+24