| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/dl/dl.c (Init_dl): function declaration should precede | akr | 2005-02-06 | 2 | -3/+8 |
| * | * 2005-02-06 | usa | 2005-02-05 | 1 | -3/+3 |
| * | * lib/resolv.rb (Resolv::DNS::Resource::TXT): multiple strings was not | akr | 2005-02-05 | 2 | -6/+34 |
| * | comment refined. | akr | 2005-02-05 | 1 | -2/+2 |
| * | replace CRLF with LF. | ttate | 2005-02-05 | 0 | -0/+0 |
| * | * 2005-02-05 | eban | 2005-02-04 | 1 | -3/+3 |
| * | * test/ripper/test_scanner_events.rb: fix test. | aamine | 2005-02-04 | 2 | -9/+13 |
| * | added missing files. | ttate | 2005-02-04 | 6 | -0/+733 |
| * | added new files. | ttate | 2005-02-04 | 17 | -0/+2555 |
| * | remove all files to replace ruby-dl with ruby-dl2. | ttate | 2005-02-04 | 30 | -6260/+0 |
| * | * ext/ripper/lib/ripper/lexer.rb: last Lexer fix was incomplete; test all green. | aamine | 2005-02-04 | 2 | -4/+13 |
| * | * ext/ripper/lib/ripper/filter.rb: ripper/tokenizer -> ripper/lexer. [ruby-de... | aamine | 2005-02-04 | 2 | -4/+9 |
| * | * lib/rss: supported Image module. | kou | 2005-02-03 | 13 | -9/+626 |
| * | * 2005-02-04 | eban | 2005-02-03 | 1 | -3/+3 |
| * | * ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write): | nobu | 2005-02-03 | 2 | -30/+41 |
| * | bugfix. | ttate | 2005-02-03 | 1 | -2/+2 |
| * | * 2005-02-03 | usa | 2005-02-03 | 1 | -3/+3 |
| * | * ext/nkf/nkf-utf8/nkf.c: follow original v 1.57 | naruse | 2005-02-02 | 1 | -0/+8 |
| * | * follow original utf8tbl.c,v 1.8 | naruse | 2005-02-02 | 1 | -2240/+4213 |
| * | * follow original config.h,v 1.7 | naruse | 2005-02-02 | 1 | -0/+3 |
| * | * ext/nkf/nkf-utf8/nkf.c: follow nkf.c,v 1.57 | naruse | 2005-02-02 | 1 | -48/+313 |
| * | * ext/stringio/stringio.c (strio_truncate): should MEMZERO an extended | nobu | 2005-02-02 | 2 | -3/+12 |
| * | * forgot to add lib/rss/trackback.rb entry. | kou | 2005-02-02 | 1 | -0/+2 |
| * | * lib/rss/rss.rb (RSS::Element#convert): added. | kou | 2005-02-02 | 6 | -66/+86 |
| * | * 2005-02-02 | eban | 2005-02-02 | 1 | -3/+3 |
| * | * ext/ripper/lib/ripper/tokenizer.rb -> lexer.rb. | aamine | 2005-02-01 | 5 | -65/+248 |
| * | (DRb::DRbObject#respond_to?): check marshal_dump and _dump | seki | 2005-02-01 | 2 | -1/+16 |
| * | * 2005-02-01 | eban | 2005-01-31 | 1 | -4/+4 |
| * | * configure.in (aix): fix linker flags on AIX. [ruby-talk:125460] | nobu | 2005-01-31 | 2 | -5/+6 |
| * | * Makefile.in, configure.in: made EXTOUT configurable. | nobu | 2005-01-31 | 5 | -5/+19 |
| * | * 2005-01-31 | usa | 2005-01-31 | 1 | -3/+3 |
| * | * ext/tk/extconf.rb: add tkutil configuration step (remove old schema) | nagai | 2005-01-31 | 8 | -66/+91 |
| * | * ext/tk/tcltklib.c: add invalid namespace check | nagai | 2005-01-31 | 5 | -69/+122 |
| * | example modified a bit. | akr | 2005-01-29 | 1 | -4/+4 |
| * | * lib/resolv.rb (Resolv::DNS::Resource::IN::SRV): Added RFC2782 SRV | akr | 2005-01-29 | 2 | -0/+63 |
| * | * 2005-01-29 | eban | 2005-01-28 | 1 | -3/+3 |
| * | * ascii.c, euc_jp.c, hash.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, reg... | ksaito | 2005-01-28 | 12 | -446/+4237 |
| * | This commit was generated by cvs2svn to compensate for changes in r7843, | ksaito | 2005-01-28 | 8 | -28/+22 |
| * | Initial revision | ksaito | 2005-01-28 | 1 | -0/+8 |
| * | * 2005-01-28 | eban | 2005-01-28 | 1 | -3/+3 |
| * | * lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf): | akr | 2005-01-28 | 2 | -0/+19 |
| * | * ext/tk/extconf.rb: support new tk scheme on bccwin32. | usa | 2005-01-27 | 2 | -2/+7 |
| * | * 2005-01-27 | eban | 2005-01-26 | 1 | -3/+3 |
| * | * test/fileutils/test_fileutils.rb (setup): support BSD style directory group... | aamine | 2005-01-26 | 2 | -2/+7 |
| * | * test/fileutils/test_fileutils.rb: remove junk print statement. | aamine | 2005-01-26 | 1 | -1/+0 |
| * | * test/fileutils/test_fileutils.rb (setup): support BSD style directory group... | aamine | 2005-01-26 | 3 | -13/+22 |
| * | * ext/Setup*: remove tcltklib. | usa | 2005-01-26 | 7 | -12/+10 |
| * | * ext/tk/extconf.rb: support new tk scheme on mswin32. | usa | 2005-01-26 | 2 | -12/+26 |
| * | * 2005-01-26 | usa | 2005-01-26 | 1 | -3/+3 |
| * | * win32/win32.c (flock_winnt, flock_win95): unlock file even if | usa | 2005-01-26 | 2 | -0/+7 |