summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* 2004-05-27nahi2004-05-271-3/+3
* * test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).nahi2004-05-272-1/+5
* * add test for OpenSSL::SSL.gotoyuzo2004-05-263-0/+264
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argumentgotoyuzo2004-05-263-8/+19
* * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi2004-05-263-92/+144
* * eval.c (rb_eval, eval): make line number consistent on eval withnobu2004-05-262-4/+10
* 2004-05-26eban2004-05-261-3/+3
* Allow "do" after "for". Fix up css for standalone code windowdave2004-05-264-10/+34
* * io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910]nobu2004-05-262-0/+6
* fix ML reference.nobu2004-05-261-1/+1
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-255-25/+24
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu2004-05-255-28/+186
* 2004-05-25eban2004-05-251-3/+3