| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0 | kou | 2004-07-08 | 1 | -0/+9 |
* | * lib/tempfile.rb (Tempfile::initialize): got out code of | akira | 2004-07-07 | 1 | -0/+5 |
* | * string.c (rb_str_match): raise TypeError when both arguments are | usa | 2004-07-07 | 1 | -0/+10 |
* | * ext/tk/lib/tkextlib/tktrans.rb, | eban | 2004-07-06 | 1 | -1/+5 |
* | * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers | nagai | 2004-07-06 | 1 | -0/+6 |
* | * lib/rss/{trackback,syndication,dublincore,content}.rb: worked | kou | 2004-07-05 | 1 | -0/+7 |
* | * lib/uri/common.rb (Kernel#URI): new global method for parsing URIs. | akr | 2004-07-05 | 1 | -0/+4 |
* | Add ML number. | ocean | 2004-07-05 | 1 | -0/+1 |
* | * eval.c (rb_thread_yield, rb_f_catch): 4th argument to rb_yield_0() | nobu | 2004-07-05 | 1 | -0/+5 |
* | * lib/drb/drb.rb(DRbConn self.open): If socket pool is full, close | ocean | 2004-07-04 | 1 | -0/+5 |
* | * lib/rss/rss.rb: added copyright header. | kou | 2004-07-04 | 1 | -0/+4 |
* | * added files | nahi | 2004-07-03 | 1 | -0/+116 |
* | * ext/tk/lib/tkextlib/tkDND.rb: fix syntax error. | eban | 2004-07-03 | 1 | -0/+4 |
* | * lib/pstore.rb (transaction): safer backup scheme. [ruby-list:39102] | nobu | 2004-07-01 | 1 | -3/+18 |
* | * ext/tk/lib/tcltklib : bug fix | nagai | 2004-07-01 | 1 | -0/+6 |
* | * ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify is | gotoyuzo | 2004-07-01 | 1 | -3/+0 |
* | * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, | gotoyuzo | 2004-07-01 | 1 | -0/+49 |
* | * ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free): | gotoyuzo | 2004-06-30 | 1 | -0/+5 |
* | * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should create | gotoyuzo | 2004-06-30 | 1 | -0/+20 |
* | * ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argument | gotoyuzo | 2004-06-30 | 1 | -0/+14 |
* | * parse.y (primary): should not be NULL. [ruby-core:03098] | nobu | 2004-06-30 | 1 | -0/+4 |
* | * ext/syck/rubyext.c (syck_emitter_new): set buffer after | why | 2004-06-29 | 1 | -0/+5 |
* | * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level. | nobu | 2004-06-29 | 1 | -0/+10 |
* | * ChangeLog: the patch posted by Jeff Mitchell. | nobu | 2004-06-28 | 1 | -1/+1 |
* | * configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due to | nobu | 2004-06-28 | 1 | -0/+5 |
* | using "DRb.thread.join" instead of "gets" | seki | 2004-06-27 | 1 | -0/+4 |
* | * sample/rss/tdiary_plugin/rss-recent.rb: supported Hiki. | kou | 2004-06-27 | 1 | -0/+4 |
* | * {lib,sample,test}/rss: added RSS Parser. [ruby-dev:23780] | kou | 2004-06-27 | 1 | -0/+4 |
* | * lib/mkmf.rb (libpathflag): should not quote here. | nobu | 2004-06-26 | 1 | -2/+2 |
* | * lib/mkmf.rb (libpathflag, dir_config): quote directory names if | nobu | 2004-06-26 | 1 | -1/+4 |
* | * configure.in (aix): -b must come at the start of the command line, | nobu | 2004-06-26 | 1 | -0/+5 |
* | * ext/iconv/extconf.rb: check stricter. [ruby-talk:104501] | nobu | 2004-06-25 | 1 | -0/+6 |
* | * eval.c (rb_thread_atfork): remove "fork terminates thread" | matz | 2004-06-24 | 1 | -0/+12 |
* | * {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines when | usa | 2004-06-24 | 1 | -0/+5 |
* | * io.c (rb_io_fread): return already read data when system call is | nobu | 2004-06-24 | 1 | -1/+6 |
* | * version.h: added declarations of ruby_version, | shugo | 2004-06-23 | 1 | -0/+6 |
* | Work around OSX strangneness with recvfrom on connection-oriented sockets | dave | 2004-06-23 | 1 | -0/+6 |
* | Fixed parsing of %r{} when generating source popup | dave | 2004-06-22 | 1 | -0/+5 |
* | * ext/win32ole/win32ole.c (ole_hresult2msg): remove trailing | ocean | 2004-06-22 | 1 | -0/+5 |
* | * io.c (rb_io_initialize): should check fcntl result. [ruby-dev:23742] | nobu | 2004-06-22 | 1 | -0/+4 |
* | * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse- | suke | 2004-06-22 | 1 | -0/+10 |
* | * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server. | shugo | 2004-06-22 | 1 | -0/+5 |
* | * win32/win32.c (rb_w32_opendir): use FindFirstFile()/FindNextFile()/ | usa | 2004-06-21 | 1 | -0/+6 |
* | * eval.c (method_call): allow changing $SAFE. [ruby-dev:23713] | nobu | 2004-06-19 | 1 | -0/+4 |
* | * eval.c (proc_save_safe_level, rb_set_safe_level, safe_setter): limit | nobu | 2004-06-18 | 1 | -0/+5 |
* | * eval.c (rb_mod_freeze): prepare string representation before | matz | 2004-06-16 | 1 | -0/+5 |
* | * object.c (rb_mod_le): singleton class inherits Class rather than its | nobu | 2004-06-16 | 1 | -0/+5 |
* | * gc.c (stack_grow_direction): memoize the direction. | nobu | 2004-06-16 | 1 | -4/+10 |
* | * ext/tk/lib/tk.rb: bug fix (TkWindow#grab) | nagai | 2004-06-15 | 1 | -0/+4 |
* | * ext/tk/lib/remote-tk.rb: bug fix | nagai | 2004-06-14 | 1 | -0/+4 |