summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai2004-12-027-5/+89
* * eval.c (rb_protect): prevent continuations created inside from beingnobu2004-12-022-23/+37
* * 2004-12-02eban2004-12-021-4/+4
* * eval.c (thread_mark): mark thread group. [ruby-dev:25020]nobu2004-12-022-0/+11
* * 2004-11-30nobu2004-11-301-3/+3
* * io.c (io_fread): need not to null terminate. [ruby-dev:24998]nobu2004-11-302-7/+17
* * ext/stringio/stringio.c (strio_write): insufficiently filled stringnobu2004-11-293-1/+16
* * test/io/nonblock/test_flush.rb: abandon tests when io/nonblock isnobu2004-11-292-3/+11
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-296-0/+1334
* * object.c (convert_type): [ruby-core:03845]matz2004-11-299-38/+97
* * win32/win32.c (CreateChild): search executable file if no programusa2004-11-292-7/+46
* * io.c (fptr_finalize): must not use FILE after fclose().nobu2004-11-292-5/+17
* * win32/win32.c (CreateChild): push back the last space before nextusa2004-11-292-1/+6
* * 2004-11-29usa2004-11-291-3/+3
* don't use READ_DATA_PENDING in previous changeakr2004-11-282-7/+3
* add ML ref.akr2004-11-281-0/+1
* * io.c (rb_io_check_writable): restrict io_seek byakr2004-11-282-3/+9
* io.c (rb_io_fwrite): set path to NULLakr2004-11-271-1/+1
* String::IO -> StringIOakr2004-11-271-1/+1
* typoakr2004-11-271-1/+1
* * io.c: avoid avoid data loss with nonblocking fd andakr2004-11-272-15/+54
* * 2004-11-27eban2004-11-271-3/+3
* * io.c (io_fread): [ruby-dev:24964]matz2004-11-272-15/+34
* * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai2004-11-2610-15/+67
* * eval.c (method_missing): raise TypeError for classes do notmatz2004-11-262-1/+8
* Fix problem with :section: and new 1.9dave2004-11-263-3/+7
* * lib/erb.rb: CR stripped.eban2004-11-250-0/+0
* * 2004-11-26eban2004-11-251-3/+3
* * io.c (io_read): move StringValue() check before GetOpenFile().matz2004-11-253-16/+370
* * lib/thwait.rb (ThreadsWait#join_nowait): abnormally terminatednobu2004-11-252-2/+10
* bugfix for [ruby-talk:121309].ttate2004-11-253-13/+21
* Use 'P' instead of 'p' in types.rb.ttate2004-11-251-3/+3
* descriptions.nobu2004-11-251-8/+6
* * io.c (read_all): [ruby-dev:24955]matz2004-11-253-3/+19
* * 2004-11-25usa2004-11-251-3/+3
* * dir.c (push_braces): do not reuse buffer strings. [ruby-core:03806]nobu2004-11-252-3/+7
* Improved encode_type() in types.rb for [ruby-talk:121175].ttate2004-11-243-67/+128
* * 2004-11-24eban2004-11-241-3/+3
* * io.c (io_read): [ruby-dev:24952]matz2004-11-233-42/+47
* * ext/tk/lib/tk/menu.rb: improve usability of TkOptionMenubuttonnagai2004-11-222-18/+45
* * file.c (rb_file_chown): [ruby-dev:24949]matz2004-11-222-1/+5
* * 2004-11-23usa2004-11-221-3/+3
* * file.c (rb_file_chown): integer conversion should be prior tomatz2004-11-2211-23/+109
* * 2004-11-22usa2004-11-221-3/+3
* Don't include 'require's with variable argumentsdave2004-11-222-4/+9
* * 2004-11-21eban2004-11-201-3/+3
* 1. Force --inline-source if --one-file givendave2004-11-207-325/+484
* * string.c (rb_str_splice, rb_str_upcase_bang): cleanups.eban2004-11-201-2/+0
* * ChangeLog: add ML reference.eban2004-11-201-1/+1
* * test/ruby/test_stringchar.rb (test_bang): added.eban2004-11-203-0/+60