aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in (target_os): strip -gnu suffix on Linux.eban2004-06-122-1/+5
* * array.c: remove #indexes, #indices.matz2004-06-116-238/+65
* 2004-06-10eban2004-06-101-3/+3
* * ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue().matz2004-06-102-4/+7
* This is the log for the *previous* commit, but CVS is bloody stupid.ser2004-06-103-0/+90
* -ser2004-06-1013-121/+244
* * lib/uri/generic.rb (URI::Generic::merge,akira2004-06-093-19/+54
* * configure.in: Add support for DragonFly BSD.knu2004-06-092-2/+8
* * config.guess, config.sub: Update to a more recent version as ofknu2004-06-093-110/+239
* * win32/win32.c: remove unused functions and variables.usa2004-06-091-62/+50
* 2004-06-09usa2004-06-091-3/+3
* * win32/win32.c: remove unused functions and variables.usa2004-06-091-0/+4
* * string.c (str_new4): should share shared instance if it alreadymatz2004-06-052-3/+7
* 2004-06-04eban2004-06-041-4/+4
* * io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz2004-06-045-6/+10
* 2004-05-28eban2004-05-281-3/+3
* * eval.c (rb_eval): bad influence on frame node.nobu2004-05-282-5/+8
* * lib/pathname.rb (Pathname#initialize): fix pathname initializationakr2004-05-272-1/+14
* * io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]ocean2004-05-272-2/+6
* * lib/pstore.rb (transaction): allow overriding dump and load.matz2004-05-275-80/+50
* * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo2004-05-272-1/+6
* * io.c (rb_io_fwrite): should check if errnro == ENOENT, too.eban2004-05-272-2/+4
* * io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.eban2004-05-272-2/+11