aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines whenusa2004-06-243-4/+4
* * win32/setup.mak: remove RUBY_EXTERN lines when including version.h.usa2004-06-242-1/+6
* * io.c (rb_io_fread): return already read data when system call isnobu2004-06-242-4/+8
* 2004-06-24eban2004-06-241-3/+3
* * version.h: added declarations of ruby_version,shugo2004-06-232-0/+9
* Work around OSX strangneness with recvfrom on connection-oriented socketsdave2004-06-232-1/+11
* io_seek()'s retval should be checked [ruby-core:03045]michal2004-06-232-4/+12
* Fix indentation in time.cmichal2004-06-234-283/+278
* * ext/zlib/zlib.c: 0xff should not shift 24 bits on 64 bitmatz2004-06-231-1/+1
* * lib/net/imap.rb: added new option --ssl.shugo2004-06-232-4/+14
* Fixed parsing of %r{} when generating source popupdave2004-06-222-0/+6
* 2004-06-23eban2004-06-221-3/+3
* * ext/win32ole/win32ole.c (ole_hresult2msg): remove trailingocean2004-06-222-3/+11
* * io.c (rb_io_initialize): should check fcntl result. [ruby-dev:23742]nobu2004-06-222-1/+4
* * eval.c (return_jump, break_jump): raise unexpceted local jumpnobu2004-06-222-2/+7
* * sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa2004-06-223-3/+95
* * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke2004-06-222-9/+18
* * sprintf.c (rb_f_sprintf): unify output of NaN, Inf and -Inf withusa2004-06-222-0/+41
* Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly...michal2004-06-222-6/+5
* 2004-06-22eban2004-06-221-3/+3
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo2004-06-214-9/+57
* 2004-06-21usa2004-06-211-3/+3
* * win32/win32.c (rb_w32_opendir): should set errno if error occursusa2004-06-212-0/+6
* * test/openssl/test_ssl.rb: use Process.kill to kill child processgotoyuzo2004-06-202-17/+24
* 2004-06-20eban2004-06-201-3/+3
* * lib/net/ftp.rb (binary=): send TYPE commands only once.shugo2004-06-201-0/+4
* * lib/net/ftp.rb (binary=): send TYPE commands only once.shugo2004-06-201-59/+83
* * eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): notnobu2004-06-193-3/+42
* * eval.c (method_call): allow changing $SAFE. [ruby-dev:23713]nobu2004-06-192-4/+9
* 2004-06-19eban2004-06-191-3/+3
* * sample/rss/tdiary_plugin/rss-recent.rb: added more information.kou2004-06-182-39/+136
* * eval.c (eval): adjust indent.nobu2004-06-181-5/+5
* 2004-06-18nobu2004-06-181-3/+3
* * eval.c (proc_save_safe_level, rb_set_safe_level, safe_setter): limitnobu2004-06-182-1/+13
* 2004-06-17eban2004-06-171-3/+3
* * eval.c (rb_mod_freeze): prepare string representation beforematz2004-06-165-11/+27
* * array.c (rb_ary_pop): rdoc update for new usage. [ruby-core:03022]nobu2004-06-161-3/+4
* Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods.michal2004-06-162-0/+33
* * test/ruby/test_array.rb: use local variables instead of a globalnobu2004-06-161-49/+49
* 2004-06-16eban2004-06-161-3/+3
* * array.c (ary_new): move alloc behind checks. [ruby-core:02982]nobu2004-06-162-55/+129
* * object.c (rb_class_inherited_p): singleton class inherits Classnobu2004-06-162-0/+10
* * gc.c (stack_grow_direction): memoize the direction.nobu2004-06-162-5/+14
* * ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai2004-06-152-1/+12
* 2004-06-14eban2004-06-141-3/+3
* * ext/tk/lib/remote-tk.rb: bug fixnagai2004-06-142-20/+51
* 2004-06-13eban2004-06-121-3/+3
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-1218-177/+724
* * dir.c: RDOC for File::FNM_CASEFOLD was missed.ocean2004-06-122-0/+7
* 2004-06-12eban2004-06-121-3/+3