summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (is_defined): stupid mistakes fixed. [ruby-dev:24006]matz2004-07-312-2/+7
* * misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial,nobu2004-07-312-11/+17
* * eval.c (is_defined): avoid unnecessary method invocations.matz2004-07-312-9/+15
* * lib/yaml/rubytypes.rb: exceptions were using an olderwhy2004-07-303-1154/+975
* 2004-07-31eban2004-07-301-3/+3
* * eval.c (is_defined): call is_defined() before invokingmatz2004-07-302-5/+15
* 2004-07-30ocean2004-07-301-3/+3
* * ext/tcltklib/tcltklib.c(lib_fromUTF8_core): raise ArgumentError whennagai2004-07-303-4/+32
* 2004-07-29usa2004-07-291-3/+3
* * ext/tk/lib/tkextlib/pkg_checker.rb: improve the check processnagai2004-07-291-9/+64
* * lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMSmatz2004-07-282-28/+12
* fix a reference to ruby-dev.akr2004-07-281-1/+1
* * 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