aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expectedmneumann2004-12-027-11/+279
* * io.c (rb_file_initialize): [ruby-dev:25032]matz2004-12-024-10/+34
* * eval.c (rb_protect): prevent continuations created inside from beingnobu2004-12-022-23/+37
* * 2004-12-02eban2004-12-021-3/+3
* * test/readline/test_readline.rb: fix for NetBSD.shugo2004-12-022-11/+22
* * eval.c (thread_mark): mark thread group. [ruby-dev:25020]nobu2004-12-022-0/+11
* * io.c (rb_io_ctl): [ruby-dev:25019]matz2004-12-022-1/+5
* * ext/nkf/nkf.c: add constant NKF::VERSIONnaruse2004-12-011-0/+10
* * original nkf2 revision 1.47naruse2004-12-011-20/+30
* * add constant NKF::VERSIONnaruse2004-12-011-4/+4
* * add --no-cp932naruse2004-12-011-2/+2
* * 2004-12-01eban2004-12-011-4/+4
* * signal.c (sighandler): call handler immediately only for defaultmatz2004-11-303-2/+7
* * io.c (pipe_open): errno should be preserved for rb_sys_fail() whennobu2004-11-302-0/+7
* * io.c (io_fread): need not to null terminate. [ruby-dev:24998]matz2004-11-302-8/+8
* * eval.c (rb_eval): should check previous frame for ZSUPER.matz2004-11-302-1/+12
* * eval.c (PUSH_FRAME): flags should have been initialized.matz2004-11-302-0/+3
* * instruby.rb (install): add arguments explicitly to "super".eban2004-11-302-1/+5
* * eval.c (rb_eval): [ruby-core:03856]matz2004-11-303-2/+7
* * 2004-11-30eban2004-11-301-3/+3
* * io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]matz2004-11-293-9/+24
* * regparse.c: now handles many alternatives (over 500000) in regexp. [ruby-de...ksaito2004-11-292-4/+24
* * 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
* * object.c (convert_type): [ruby-core:03845]matz2004-11-299-42/+104
* * test/io/nonblock/test_flush.rb: test transferred data.nobu2004-11-291-3/+7
* * io.c (fptr_finalize): must not use FILE after fclose().nobu2004-11-291-0/+22
* * io.c (fptr_finalize): must not use FILE after fclose().nobu2004-11-292-9/+21
* * 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
* * added reference.kou2004-11-281-1/+1
* * lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou2004-11-286-14/+22
* * lib/rss/rss.rb (RSS::NotSetError): added.kou2004-11-2810-193/+255
* * 2004-11-28eban2004-11-281-3/+3
* * regparse.c (fetch_token): fixed test failure on HP-UX ia64 ([ruby-dev:24859]).ksaito2004-11-282-10/+15
* * regparse.c, test/ruby/test_regexp.rb: fixed problem with UTF-8 characters t...ksaito2004-11-283-11/+26
* * regexec.c, test/ruby/test_regexp.rb: fixed segmentation falut ([ruby-dev:24...ksaito2004-11-283-1/+10
* * regcomp.c, regint.h: fixed PLATFORM_UNALIGNED_WORD_ACCESS problem ([ruby-de...ksaito2004-11-283-87/+21
* 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-17/+57
* * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou2004-11-2712-14/+1066
* * lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,kou2004-11-274-25/+41
* * sample/rss/list_description.rb: untabified.kou2004-11-273-114/+120
* * 2004-11-27eban2004-11-271-3/+3
* * io.c (io_fread): [ruby-dev:24964]matz2004-11-272-10/+29