aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_call0): should call rb_call_super() directly formatz2004-07-287-12/+21
* * ext/tk/lib/validate.rb: accept a Method object for the validatecommand optionnagai2004-07-287-10/+241
* * for backward compatibility (see [ruby-talk:107510], [ruby-talk:107647])nagai2004-07-281-0/+5
* 2004-07-28eban2004-07-281-3/+3
* * env.h: remove argv from ruby_frame.matz2004-07-286-86/+43
* * eval.c (rb_call0): update ruby_frame->argv with the defaultmatz2004-07-271-1/+1
* 2004-07-27eban2004-07-271-3/+3
* * eval.c (rb_eval): copy on write for argument local variablematz2004-07-274-7/+33
* 2004-07-26eban2004-07-261-3/+3
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.escape): shouldgotoyuzo2004-07-262-1/+6
* 2004-07-25eban2004-07-251-3/+3
* * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean2004-07-254-3/+72
* * ext/tk/MANIFEST: added.eban2004-07-241-0/+5
* 2004-07-24eban2004-07-241-3/+3
* * range.c (rb_range_beg_len): returns Qnil only when "beg" pointsmatz2004-07-245-10/+12
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-2310-20/+37
* * add TclX extension support (partially)nagai2004-07-235-14/+106
* 2004-07-23eban2004-07-231-3/+3
* * lib/net/imap.rb (disconnected?): new method.shugo2004-07-222-0/+9
* 2004-07-21ocean2004-07-211-3/+3
* bugfix for Importable.callback().ttate2004-07-201-1/+1
* * lib/webrick/httpservlet/cgihandler.rbgotoyuzo2004-07-182-1/+10
* * test/openssl/test_ssl.rb: add workaround for Cygwin.gotoyuzo2004-07-181-0/+4
* r1025 | ser | 2004-07-18 08:18:36 -0400 (Sun, 18 Jul 2004) | 2 linesser2004-07-185-15/+28
* * TkMsgCatalog.callback: bug fix (wrong number of argument)nagai2004-07-182-1/+7
* * sprintf.c (rb_f_sprintf): remove extra sign digit.nobu2004-07-172-13/+17
* 2004-07-18knu2004-07-171-3/+3
* * dir.c (bracket): use NULL instead of 0.knu2004-07-172-3/+7
* * lib/net/imap.rb (receive_responses): return if a LOGOUT responseshugo2004-07-172-2/+18
* * lib/net/imap.rb (send_string_data): wait command continuationshugo2004-07-172-1306/+1339
* * ext/tk/lib/tk/variable.rb: TkVariable#ref returns a TkVariable objectnagai2004-07-172-1/+6
* * lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP.akira2004-07-174-7/+12
* * parse.y (stmt): not to show same error messages twice.nobu2004-07-172-1/+4
* * string.c (rb_str_match_m): String#match should also takematz2004-07-173-5/+21
* * re.c (rb_reg_match_m): add optional second argugment "pos" tomatz2004-07-174-31/+61
* 2004-07-17eban2004-07-171-3/+3
* * eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.matz2004-07-174-8/+94
* Incorporate Micheal Neumanns client-side imagemap patchdave2004-07-162-5/+10
* * rename files to avoid application (cvs and so on) troublesnagai2004-07-168-7/+7
* * test/openssl/ssl_server.rb, test/openssl/test_ssl.rb: workaround togotoyuzo2004-07-162-9/+2
* 2004-07-16eban2004-07-161-3/+3
* * error.c (exit_initialize): use EXIT_SUCCESS instead of 0.nobu2004-07-162-9/+45
* * ext/tk/lib/tk.rb(module TkObjecct): extend TkCore modulenagai2004-07-161-0/+1
* * lib/optparse.rb (OptionParser#warn, OptionParser#abort): Exceptionnobu2004-07-152-8/+13
* * ext/readline/extconf.rb: added dir_config for curses, ncurses,shugo2004-07-152-0/+8
* years added.nobu2004-07-151-31/+31
* fix ChangeLogocean2004-07-151-1/+2
* * class.c: rdoc patchocean2004-07-152-5/+9
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-156-356/+673
* * ext/tk/sample/tkextlib/tktable/spreadsheet.rb: add a new samplenagai2004-07-154-4/+149