| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * array.c (rb_ary_pop): rdoc update for new usage. [ruby-core:03022] | nobu | 2004-06-16 | 1 | -3/+4 |
| * | Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods. | michal | 2004-06-16 | 2 | -0/+33 |
| * | * test/ruby/test_array.rb: use local variables instead of a global | nobu | 2004-06-16 | 1 | -49/+49 |
| * | 2004-06-16 | eban | 2004-06-16 | 1 | -3/+3 |
| * | * array.c (ary_new): move alloc behind checks. [ruby-core:02982] | nobu | 2004-06-16 | 2 | -55/+129 |
| * | * object.c (rb_class_inherited_p): singleton class inherits Class | nobu | 2004-06-16 | 2 | -0/+10 |
| * | * gc.c (stack_grow_direction): memoize the direction. | nobu | 2004-06-16 | 2 | -5/+14 |
| * | * ext/tk/lib/tk.rb: bug fix (TkWindow#grab) | nagai | 2004-06-15 | 2 | -1/+12 |
| * | 2004-06-14 | eban | 2004-06-14 | 1 | -3/+3 |
| * | * ext/tk/lib/remote-tk.rb: bug fix | nagai | 2004-06-14 | 2 | -20/+51 |
| * | 2004-06-13 | eban | 2004-06-12 | 1 | -3/+3 |
| * | * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) support | nagai | 2004-06-12 | 18 | -177/+724 |
| * | * dir.c: RDOC for File::FNM_CASEFOLD was missed. | ocean | 2004-06-12 | 2 | -0/+7 |
| * | 2004-06-12 | eban | 2004-06-12 | 1 | -3/+3 |
| * | * configure.in (target_os): strip -gnu suffix on Linux. | eban | 2004-06-12 | 2 | -1/+5 |
| * | * array.c: remove #indexes, #indices. | matz | 2004-06-11 | 6 | -238/+65 |
| * | 2004-06-10 | eban | 2004-06-10 | 1 | -3/+3 |
| * | * ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue(). | matz | 2004-06-10 | 2 | -4/+7 |
| * | This is the log for the *previous* commit, but CVS is bloody stupid. | ser | 2004-06-10 | 3 | -0/+90 |
| * | - | ser | 2004-06-10 | 13 | -121/+244 |
| * | * lib/uri/generic.rb (URI::Generic::merge, | akira | 2004-06-09 | 3 | -19/+54 |
| * | * configure.in: Add support for DragonFly BSD. | knu | 2004-06-09 | 2 | -2/+8 |
| * | * config.guess, config.sub: Update to a more recent version as of | knu | 2004-06-09 | 3 | -110/+239 |
| * | * win32/win32.c: remove unused functions and variables. | usa | 2004-06-09 | 1 | -62/+50 |
| * | 2004-06-09 | usa | 2004-06-09 | 1 | -3/+3 |
| * | * win32/win32.c: remove unused functions and variables. | usa | 2004-06-09 | 1 | -0/+4 |
| * | * string.c (str_new4): should share shared instance if it already | matz | 2004-06-05 | 2 | -3/+7 |
| * | 2004-06-04 | eban | 2004-06-04 | 1 | -4/+4 |
| * | * io.c (rb_io_gets_m): set lastline ($_) even when read line is | matz | 2004-06-04 | 5 | -6/+10 |
| * | 2004-05-28 | eban | 2004-05-28 | 1 | -3/+3 |
| * | * eval.c (rb_eval): bad influence on frame node. | nobu | 2004-05-28 | 2 | -5/+8 |
| * | * lib/pathname.rb (Pathname#initialize): fix pathname initialization | akr | 2004-05-27 | 2 | -1/+14 |
| * | * io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648] | ocean | 2004-05-27 | 2 | -2/+6 |
| * | * lib/pstore.rb (transaction): allow overriding dump and load. | matz | 2004-05-27 | 5 | -80/+50 |
| * | * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server. | shugo | 2004-05-27 | 2 | -1/+6 |
| * | * io.c (rb_io_fwrite): should check if errnro == ENOENT, too. | eban | 2004-05-27 | 2 | -2/+4 |
| * | * io.c (rb_io_fwrite): workaround for bcc32's fwrite bug. | eban | 2004-05-27 | 2 | -2/+11 |
| * | 2004-05-27 | nahi | 2004-05-27 | 1 | -3/+3 |
| * | * test/csv/test_csv.rb: illegal require module name (../lib/csv.rb). | nahi | 2004-05-27 | 2 | -1/+5 |
| * | * add test for OpenSSL::SSL. | gotoyuzo | 2004-05-26 | 3 | -0/+264 |
| * | * ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argument | gotoyuzo | 2004-05-26 | 3 | -8/+19 |
| * | * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read and | nahi | 2004-05-26 | 3 | -92/+144 |
| * | * eval.c (rb_eval, eval): make line number consistent on eval with | nobu | 2004-05-26 | 2 | -4/+10 |
| * | 2004-05-26 | eban | 2004-05-26 | 1 | -3/+3 |
| * | Allow "do" after "for". Fix up css for standalone code window | dave | 2004-05-26 | 4 | -10/+34 |
| * | * io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910] | nobu | 2004-05-26 | 2 | -0/+6 |
| * | fix ML reference. | nobu | 2004-05-26 | 1 | -1/+1 |
| * | * ext/syck/syck.c (syck_new_parser): clear parser on init. | why | 2004-05-25 | 5 | -25/+24 |
| * | * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block | nobu | 2004-05-25 | 5 | -28/+186 |
| * | 2004-05-25 | eban | 2004-05-25 | 1 | -3/+3 |