aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou2004-07-061-0/+9
* * ext/tk/lib/tkextlib/tktrans.rb,eban2004-07-061-0/+5
* * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai2004-07-061-0/+5
* * lib/rss/{trackback,syndication,dublincore,content}.rb: workedkou2004-07-051-0/+7
* * lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr2004-07-051-0/+4
* Add ML number.ocean2004-07-051-0/+1
* * eval.c (rb_thread_yield, rb_f_catch): 4th argument to rb_yield_0()nobu2004-07-051-1/+6
* * lib/drb/drb.rb(DRbConn self.open): If socket pool is full, closeocean2004-07-041-0/+5
* * lib/rss/rss.rb: added copyright header.kou2004-07-041-0/+4
* * added files:nahi2004-07-031-0/+90
* * ext/tk/lib/tkextlib/tkDND.rb: fix syntax error.eban2004-07-031-0/+4
* * ext/tk/lib/tcltklib : bug fixnagai2004-07-011-0/+6
* * lib/pstore.rb (PStore#transaction): get rid of opening in write modenobu2004-07-011-2/+7
* * ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify isgotoyuzo2004-07-011-3/+0
* * ext/openssl/ossl_cipher.c (ossl_cipher_encrypt, ossl_cipher_decrypt):gotoyuzo2004-06-301-0/+14
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-06-301-0/+40
* * test/ruby/test_file.rb (test_fnmatch): some tests for File.fnmatchocean2004-06-301-0/+5
* * parse.y (primary): should not be NULL. [ruby-core:03098]nobu2004-06-301-0/+4
* * ext/syck/rubyext.c (syck_emitter_new): set buffer afterwhy2004-06-291-0/+5
* * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu2004-06-291-0/+10
* * ChangeLog: the patch posted by Jeff Mitchell.nobu2004-06-281-1/+1
* * configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due tonobu2004-06-281-0/+5
* using "DRb.thread.join" instead of "gets"seki2004-06-271-0/+4
* * sample/rss/tdiary_plugin/rss-recent.rb: supported Hiki.kou2004-06-271-0/+4
* * variable.c (rb_mod_class_variables): class variables are no longernobu2004-06-261-0/+5
* * lib/mkmf.rb (libpathflag): should not quote here.nobu2004-06-261-2/+2
* * lib/mkmf.rb (libpathflag, find_header, dir_config): quote directorynobu2004-06-261-1/+4
* * configure.in (aix): -b must come at the start of the command line,nobu2004-06-261-0/+5
* * io.c (rb_fopen, rb_fdopen, rb_io_reopen): setvbuf() may returnnobu2004-06-251-0/+5
* bring back _stklen for DJGPP [ruby-core:3084]michal2004-06-251-0/+4
* * ext/iconv/extconf.rb: check stricter. [ruby-talk:104501]nobu2004-06-251-0/+4
* * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz2004-06-241-0/+6
* * {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines whenusa2004-06-241-2/+2
* * win32/setup.mak: remove RUBY_EXTERN lines when including version.h.usa2004-06-241-0/+5
* * io.c (rb_io_fread): return already read data when system call isnobu2004-06-241-1/+6
* * version.h: added declarations of ruby_version,shugo2004-06-231-0/+5
* Work around OSX strangneness with recvfrom on connection-oriented socketsdave2004-06-231-0/+6
* io_seek()'s retval should be checked [ruby-core:03045]michal2004-06-231-1/+5
* Fix indentation in time.cmichal2004-06-231-0/+9
* * lib/net/imap.rb: added new option --ssl.shugo2004-06-231-0/+4
* Fixed parsing of %r{} when generating source popupdave2004-06-221-0/+5
* * ext/win32ole/win32ole.c (ole_hresult2msg): remove trailingocean2004-06-221-0/+5
* * io.c (rb_io_initialize): should check fcntl result. [ruby-dev:23742]nobu2004-06-221-1/+3
* * eval.c (return_jump, break_jump): raise unexpceted local jumpnobu2004-06-221-0/+5
* * sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa2004-06-221-0/+6
* * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke2004-06-221-0/+10
* * sprintf.c (rb_f_sprintf): unify output of NaN, Inf and -Inf withusa2004-06-221-0/+5
* Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly...michal2004-06-221-0/+5
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo2004-06-211-0/+20
* * win32/win32.c (rb_w32_opendir): should set errno if error occursusa2004-06-211-0/+5