aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * io.c (io_close): missing prototype.aamine2003-06-235-1/+16
* * MANIFEST: add wince files.eban2003-06-233-9/+17
* tk.rb :nagai2003-06-231-8/+23
* sorry, typo again.nobu2003-06-231-1/+1
* typonobu2003-06-231-1/+1
* * dir.c (find_dirsep): get rid of warnings.nobu2003-06-236-30/+75
* * io.c (rb_open_file): initialize flags.akr2003-06-232-2/+4
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-2311-47/+113
* 2003-06-23eban2003-06-231-3/+3
* * time.c (time_arg): initialize v[6] even when argc is 10 toakr2003-06-232-0/+6
* tk.rb :nagai2003-06-222-11/+165
* typo in date, reported by daz.nobu2003-06-221-2/+2
* * eval.c (proc_invoke): forgot "break";matz2003-06-211-0/+1
* * eval.c (proc_invoke): should not propagate distination tag ifmatz2003-06-212-4/+5
* * object.c (str_to_id): check for empty string before intern.matz2003-06-212-5/+15
* tk.rb :nagai2003-06-212-6/+52
* 2003-06-21eban2003-06-211-3/+3
* * object.c (rb_to_id): use rb_str_intern() instead of rb_intern()nobu2003-06-212-2/+7
* Ruby/Tk libraries except tk.rb :nagai2003-06-218-22/+82
* * wince/Makefile.sub: undefine HAVE__SETJMP.uema22003-06-213-2/+7
* * eval.c (proc_invoke): should not propagate TAG_BREAK andmatz2003-06-202-5/+10
* tcltklib.c :nagai2003-06-202-7/+12
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-2010-38/+149
* * defines.h (PATH_ENV): name of PATH environment. [new].usa2003-06-206-23/+55
* tcltklib.c :nagai2003-06-197-12/+284
* * lib/csv.rb: Import csv module.nahi2003-06-193-13/+1340
* import from drb-2.0.4b3seki2003-06-191-0/+7
* * rubytest.rb: add library path to include standard libraries.eban2003-06-192-1/+5
* * hash.c (env_delete, rb_f_getenv, env_fetch): case insensitive tousa2003-06-193-9/+14
* tk.rb :nagai2003-06-1814-432/+1650
* import from drb-2.0.4b3seki2003-06-1811-0/+1353
* added changelogs about zlibkatsu2003-06-181-2/+17
* This is a null commit to correct the previous log.katsu2003-06-180-0/+0
* *** empty log message ***katsu2003-06-181-0/+5
* * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why2003-06-185-20/+112
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-179-765/+1049
* * win32/win32.c (rb_w32_opendir): need to set errno. [ruby-talk:73761]usa2003-06-172-1/+8
* * eval.c: remove rb_cBlock.matz2003-06-173-44/+35
* * numeric.c (rb_fix2uint): renamed from rb_fix2int on IA64.eban2003-06-162-1/+5
* * eval.c (proc_invoke): format the message for localjump_error().nobu2003-06-162-3/+8
* * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa2003-06-163-2/+9
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-1619-177/+162
* * bcc32/Makefile.sub: undefine HAVE_GETGROUPS.eban2003-06-162-1/+5
* * lib/rexml/quickpath.rb: escape '[' to avoid warning.eban2003-06-161-1/+1
* 2003-06-16eban2003-06-161-3/+3
* * regex.c (calculate_must_string): should handle option_setmatz2003-06-162-2/+13
* REXML hadn't been tested with Ruby 1.8.0, which was really, really,ser2003-06-155-26/+28
* 2003-06-14eban2003-06-141-3/+3
* * eval.c (method_arity): should handle NODE_BMETHOD andmatz2003-06-142-7/+15
* * lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber.shugo2003-06-132-1/+14