summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-15* ext/ripper/extconf.rb: bison is not needed if ripper.c exists. [ruby-dev:25...aamine
2004-12-15* lib/net/http.rb: remove junk.aamine
2004-12-15* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]matz
2004-12-15changed default binded address family to use an available address family of h...seki
2004-12-15* lib/webrick/server.rb (WEBrick::GenericServer#start_thread):gotoyuzo
2004-12-15* lib/set.rb (Set#==): [ruby-dev:25206]matz
2004-12-15* 2004-12-15usa
2004-12-15* win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa
2004-12-14* utf8.c (utf8_is_mbc_ambiguous): [ruby-talk:123561]matz
2004-12-14devided DL::Types#encode_type into three methods.ttate
2004-12-14* win32/win32.c (rb_w32_close): need to reset osfhnd().usa
2004-12-14* ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo
2004-12-14* 2004-12-14eban
2004-12-13* eval.c (Init_eval): should mark ruby_eval_tree. [ruby-dev:25189]matz
2004-12-13Merged in the changes from BSD bug report. shift-jis is now shift_jis, inser
2004-12-13* gc.c (set_stack_end): new function to obtain stack end address.akr
2004-12-13* 2004-12-13eban
2004-12-12* ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo
2004-12-12* lib/pathname.rb (cleanpath_aggressive): make it private.akr
2004-12-12* 2004-12-12eban
2004-12-12* test/ruby/test_super.rb (TestSuper#test_define_method): now methodsnobu
2004-12-12Don't show r/w accessot flags if none were specified for custom attributesdave
2004-12-12Never exclude files given on command linedave
2004-12-11add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki
2004-12-11* 2004-12-11usa
2004-12-11* sample/optparse/subcommand.rb: a sample for sub commands likenobu
2004-12-10* 2004-12-10usa
2004-12-09* ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu
2004-12-09* ext/sdbm/init.c (GetDBM): typo.usa
2004-12-09* lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoidgotoyuzo
2004-12-09* string.c (rb_str_inspect): escape # which starts an expressionnobu
2004-12-09* io.c (pipe_open): should set prog if argc != 0.eban
2004-12-09* ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]matz
2004-12-09* test/socket/test_socket.rb (test_setsockopt): use SO_LINGER insteadnobu
2004-12-09* 2004-12-09usa
2004-12-08* ext/tk/ChangeLog.tkextlib: forgot to commitnagai
2004-12-08* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai
2004-12-08Fix CSS typo that meant h2 headings were invisibledave
2004-12-08* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr
2004-12-08* process.c (rb_spawn): support for DJGPP.eban
2004-12-08* win32/win32.c (rb_w32_pipe_exec): need to close original socketusa
2004-12-08* sprintf.c (rb_f_sprintf): [ruby-dev:25104]matz
2004-12-08* win32/win32.c (rb_w32_pipe_exec): must close original handleusa
2004-12-08* win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socketusa
2004-12-08* parse.y (string_content): get rid of segfault at empty evstr.nobu
2004-12-07* test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): merged worker threads.nobu
2004-12-07* ext/openssl/ossl_bio.c (ossl_obj2bio): should not use fptr->f.gotoyuzo
2004-12-07* runruby.rb: prepend LIBRUBY_SO to LD_PRELOAD as well as rubytest.rb.nobu
2004-12-07* test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): writenobu
2004-12-07* win32/win32.c (is_socket): reorder of function definitions.usa