summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-01-04use DRbService.ext_service. reduce sleepseki
2005-01-03* random.c (random_seed): don't use /dev/urandom if it is not character device.akr
2005-01-03* random.c (random_seed): use /dev/urandom if available.akr
2005-01-03move TestDRbReusePort to new file [ruby-dev:25238]seki
2005-01-02* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):gotoyuzo
2005-01-02add lazy stop_serviceseki
2005-01-02add lazy stop_serviceseki
2005-01-01add method DRbService.ext_serviceseki
2005-01-01* io.c (argf_readpartial): new method ARGF.readpartial.akr
2005-01-01* lib/net/http.rb (each_capitalized): should join header field value. This p...aamine
2005-01-01forgot to add itemsaamine
2005-01-01* lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite,...aamine
2004-12-31* ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should callgotoyuzo
2004-12-31Fix problem in ri formatting if heading contains markupdave
2004-12-30* configure.in (HAVE_RLIM_T): removed because not used.akr
2004-12-30* rubyio.h: don't deprecate rb_read_check.akr
2004-12-29* parse.y: eliminate unused members in struct parser_params. [ruby-dev:25258...aamine
2004-12-29* ChangeLog: remove junk.eban
2004-12-29typo fix.akr
2004-12-29Update kilmer template to use sectionsdave
2004-12-28* string.c (rb_str_justify): create buffer string after argument typenobu
2004-12-28* ChangeLog: ML indexusa
2004-12-28* lib/net/telnet.rb (preprocess): remove NULL unless binmode.usa
2004-12-28* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all staticnobu
2004-12-28* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up tonobu
2004-12-28* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensurenobu
2004-12-27* ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai
2004-12-27* ext/openssl/ossl_x509name.c (Init_ossl_x509name): should usegotoyuzo
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 classshugo
2004-12-24* ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fixnagai
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 fornobu
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 supportnagai
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 isnobu
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_DATEnagai
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 afternobu
2004-12-21* lib/xmlrpc/client.rb: use "" instead of "." if prefix argument ismneumann
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_new4gotoyuzo
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