aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tk.rb :nagai2003-06-252-2/+154
* * class.c (rb_generic_class_instance_methods): merge argumentmatz2003-06-252-38/+24
* tkcanvas.rb :nagai2003-06-253-40/+128
* 2003-06-25eban2003-06-251-3/+3
* * variable.c (autoload_delete): should delete Qundef from iv_tbl.matz2003-06-253-3/+11
* tk.rb :nagai2003-06-245-22/+204
* * lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hashwhy2003-06-242-1/+6
* * eval.c (rb_yield_0): show yielded block position not only yieldingnobu2003-06-242-8/+17
* * lib/net/http.rb (HTTPHeader#proxy_basic_auth): missing `@'.aamine2003-06-242-1/+6
* * config.guess: have wrongly returned "alphaev56-unknown-linux-" on Linux/Alpha.aamine2003-06-242-2/+7
* 2003-06-24eban2003-06-241-3/+3
* * configure.in: always add -mieee for gcc/alpha. [ruby-dev:20429]aamine2003-06-232-13/+12
* * array.c (rb_ary_unshift_m): need to check number of arguments.nobu2003-06-232-1/+11
* * 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