aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * added filesnahi2004-07-031-0/+116
* * ext/tk/lib/tkextlib/tkDND.rb: fix syntax error.eban2004-07-031-0/+4
* * lib/pstore.rb (transaction): safer backup scheme. [ruby-list:39102]nobu2004-07-011-3/+18
* * ext/tk/lib/tcltklib : bug fixnagai2004-07-011-0/+6
* * ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify isgotoyuzo2004-07-011-3/+0
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-07-011-0/+49
* * ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo2004-06-301-0/+5
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo2004-06-301-0/+20
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argumentgotoyuzo2004-06-301-0/+14
* * 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
* * {lib,sample,test}/rss: added RSS Parser. [ruby-dev:23780]kou2004-06-271-0/+4
* * lib/mkmf.rb (libpathflag): should not quote here.nobu2004-06-261-2/+2
* * lib/mkmf.rb (libpathflag, dir_config): quote directory names ifnobu2004-06-261-1/+4
* * configure.in (aix): -b must come at the start of the command line,nobu2004-06-261-0/+5
* * ext/iconv/extconf.rb: check stricter. [ruby-talk:104501]nobu2004-06-251-0/+6
* * eval.c (rb_thread_atfork): remove "fork terminates thread"matz2004-06-241-0/+12
* * {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines whenusa2004-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/+6
* Work around OSX strangneness with recvfrom on connection-oriented socketsdave2004-06-231-0/+6
* 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-0/+4
* * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke2004-06-221-0/+10
* * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo2004-06-221-0/+5
* * win32/win32.c (rb_w32_opendir): use FindFirstFile()/FindNextFile()/usa2004-06-211-0/+6
* * eval.c (method_call): allow changing $SAFE. [ruby-dev:23713]nobu2004-06-191-0/+4
* * eval.c (proc_save_safe_level, rb_set_safe_level, safe_setter): limitnobu2004-06-181-0/+5
* * eval.c (rb_mod_freeze): prepare string representation beforematz2004-06-161-0/+5
* * object.c (rb_mod_le): singleton class inherits Class rather than itsnobu2004-06-161-0/+5
* * gc.c (stack_grow_direction): memoize the direction.nobu2004-06-161-4/+10
* * ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai2004-06-151-0/+4
* * ext/tk/lib/remote-tk.rb: bug fixnagai2004-06-141-0/+4
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-121-0/+19
* * configure.in (target_os): strip -gnu suffix on Linux.eban2004-06-121-0/+4
* * config.guess: Restore a wrongly removed hyphen.knu2004-06-111-0/+4
* * config.guess: Attempt to avoid system name change onknu2004-06-111-0/+5
* * config.guess, config.sub: Attempt to avoid system name change onknu2004-06-111-0/+6
* * ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue().matz2004-06-101-0/+5
* * lib/uri/generic.rb (URI::Generic::merge,akira2004-06-091-0/+9
* * config.guess, config.sub: Update to a more recent version as ofknu2004-06-091-0/+7
* * eval.c (rb_eval): bad influence on frame node.matz2004-06-061-0/+6
* * string.c (str_new4): should share shared instance if it alreadymatz2004-06-051-0/+5
* * io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz2004-06-041-0/+5