| Age | Commit message (Expand) | Author |
| 2004-12-27 | * test/fileutils/test_fileutils.rb (cp_r): tested wrong file name. [ruby-dev:... | aamine |
| 2004-12-27 | * lib/fileutils.rb (mv): should raise error when moving a directory to the (e... | aamine |
| 2004-12-27 | * process.c (NUM2RLIM, RLIM2NUM): Without SIZEOF_RLIM_T is not error. | usa |
| 2004-12-26 | * lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new class | shugo |
| 2004-12-24 | * ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fix | nagai |
| 2004-12-23 | * io.c (next_argv): reduce use of stdio. | nobu |
| 2004-12-23 | * io.c (io_reopen, rb_io_reopen): prohibit to change access mode for | nobu |
| 2004-12-23 | * ext/syck/rubyext.c (syck_loader_transfer): check type conversion. | nobu |
| 2004-12-23 | * ext/tk/lib/tkextlib/blt.rb: add BLT extension support | nagai |
| 2004-12-23 | * process.c (SIZEOF_RLIM_T): err if size of rlim_t is not set. | nobu |
| 2004-12-23 | * process.c (proc_setgroups): check if the argument lenght is | nobu |
| 2004-12-23 | * rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX. | akr |
| 2004-12-23 | * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATE | nagai |
| 2004-12-22 | * configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270] | nobu |
| 2004-12-22 | * io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR. | nobu |
| 2004-12-21 | * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers after | nobu |
| 2004-12-21 | * lib/xmlrpc/client.rb: use "" instead of "." if prefix argument is | mneumann |
| 2004-12-21 | * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup. | nahi |
| 2004-12-21 | * ext/openssl/ossl_asn1.c (ossl_asn1_decode_all): use rb_str_new4 | gotoyuzo |
| 2004-12-21 | * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode): | gotoyuzo |
| 2004-12-21 | * ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3- | nagai |
| 2004-12-20 | * added samples for the previous soap4r's commit. | nahi |
| 2004-12-20 | updated | akr |
| 2004-12-20 | * added files: | nahi |
| 2004-12-20 | * lib/net/https.rb: delete descriptions about key_file and cert_file. | gotoyuzo |
| 2004-12-20 | * ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2 | nagai |
| 2004-12-20 | * parse.y (special_local_set): prevent the parser object from GC. | nobu |
| 2004-12-19 | * lib/cgi/session.rb (CGI::Session#initialize): empty session id was | nobu |
| 2004-12-19 | * lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958] | kou |
| 2004-12-19 | * configure.in (enable_rpath): use rpath flag to embed the library | nobu |
| 2004-12-19 | * lib/test/unit.rb: use standalone runner for -e. | nobu |
| 2004-12-18 | * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): | nobu |
| 2004-12-18 | * lib/webrick/httpauth.rb, | nahi |
| 2004-12-17 | * configure.in (ac_cv_sizeof_rlim_t): set 8 for BSD/OS. | akr |
| 2004-12-17 | * ext/tk/lib/tk.rb: fix bug on setting up system encoding | nagai |
| 2004-12-17 | * lib/cgi/session.rb (CGI::Session#initialize): control adding | nobu |
| 2004-12-16 | * eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity, | nobu |
| 2004-12-16 | * lib/mkmf.rb (create_makefile): create RUBYARCHDIR also when no extension | nobu |
| 2004-12-16 | adjust and reduce sleep | seki |
| 2004-12-16 | * ext/openssl/ossl.c (ossl_raise): refine message format. | gotoyuzo |
| 2004-12-16 | * ext/tk/sample/demos-en/widget: modify version check for supporting features | nagai |
| 2004-12-16 | * ChangeLog: forgot to commit | nagai |
| 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-15 | changed 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 | * 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 |