| Commit message (Expand) | Author | Age | Files | Lines |
| * | * error.c (Init_Exception): introduce EncodingError which is a | matz | 2008-09-26 | 4 | -4/+15 |
| * | * ext/curses/curses.c: should include <ruby/io.h>. | matz | 2008-09-26 | 4 | -3/+11 |
| * | * variable.c (rb_define_hooked_variable): cast to get rid of compiler | usa | 2008-09-26 | 2 | -2/+7 |
| * | * transcode.c, include/ruby/encoding.c (rb_transcode_convertible): | usa | 2008-09-26 | 3 | -0/+20 |
| * | * variable.c (global_variable, struct trace_var): made function | nobu | 2008-09-26 | 2 | -21/+34 |
| * | * include/ruby{io,sig}.h: moved to include/ruby/backward. | nobu | 2008-09-26 | 4 | -1/+10 |
| * | * include/rubysig.h: old macros for backward compatibility. | nobu | 2008-09-26 | 3 | -13/+96 |
| * | Forgot to remove test/unit tests | ryan | 2008-09-25 | 11 | -1798/+0 |
| * | properties. | nobu | 2008-09-25 | 0 | -0/+0 |
| * | * vm_eval.c (Init_vm_eval): define module_eval, class_eval and eval | akr | 2008-09-25 | 3 | -3/+8 |
| * | update rdoc. | akr | 2008-09-25 | 1 | -12/+12 |
| * | * range.c (range_inspect): fix SEGV for cyclic range object. | mame | 2008-09-25 | 2 | -10/+24 |
| * | * 2008-09-26 | svn | 2008-09-25 | 1 | -3/+3 |
| * | * common.mk: dependency updated. | akr | 2008-09-25 | 2 | -65/+88 |
| * | * transcode.c (rb_eUndefinedConversionError): renamed from | akr | 2008-09-25 | 6 | -110/+116 |
| * | * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies with | mame | 2008-09-25 | 5 | -28/+299 |
| * | * common.mk: fix btest-* rules [ruby-dev:36528]. | ko1 | 2008-09-25 | 2 | -25/+10 |
| * | update rdoc. | akr | 2008-09-25 | 1 | -10/+54 |
| * | * class.c (rb_make_metaclass): [BUG] Fixed a bus error | yugui | 2008-09-25 | 2 | -2/+13 |
| * | Fix broken merge of gemutilities, add build_rake_in as necessary | drbrain | 2008-09-25 | 4 | -7/+16 |
| * | * ChangeLog: filled missing author names. | yugui | 2008-09-25 | 1 | -3/+3 |
| * | Update to RubyGems 1.3.0 r1891 | drbrain | 2008-09-25 | 60 | -716/+1841 |
| * | * class.c (rb_make_metaclass): Made class of class of class | yugui | 2008-09-25 | 2 | -6/+26 |
| * | properties. | nobu | 2008-09-25 | 0 | -0/+0 |
| * | Added passed? per Jim's request. Fixed file/line reporting bug for refutation... | ryan | 2008-09-25 | 1 | -3/+11 |
| * | Not a typo. The name is better plural. Better English and more consistent wit... | ryan | 2008-09-25 | 2 | -2/+2 |
| * | updated to rake code to rake-0.8.3 source code base | jim | 2008-09-25 | 3 | -53/+90 |
| * | I finally clued into the fact that test/unit's -x was for file level filterin... | ryan | 2008-09-25 | 1 | -2/+21 |
| * | ChangeLog: should have mungle mail address. | matz | 2008-09-25 | 1 | -1/+1 |
| * | properties. | nobu | 2008-09-25 | 0 | -0/+0 |
| * | Import RDoc 2.2.1 r185 | drbrain | 2008-09-25 | 54 | -2191/+2816 |
| * | * test: assert_raises has been deprecated since a long time ago. | nobu | 2008-09-24 | 59 | -284/+284 |
| * | * io.c (rb_io_mode_enc): make it static. | akr | 2008-09-24 | 2 | -1/+5 |
| * | * lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo. | nobu | 2008-09-24 | 3 | -2/+6 |
| * | * 2008-09-25 | svn | 2008-09-24 | 1 | -3/+3 |
| * | update rdoc. | akr | 2008-09-24 | 1 | -0/+5 |
| * | * test/cgi/test_cgi_multipart.rb : revert last change. | xibbar | 2008-09-24 | 4 | -9/+16 |
| * | * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) : | xibbar | 2008-09-24 | 3 | -12/+143 |
| * | * string.c (rb_str_rstrip_bang): raise exception when the encoding of | usa | 2008-09-24 | 2 | -3/+16 |
| * | add a test. cf. [ruby-dev:36484]. | akr | 2008-09-24 | 1 | -3/+2 |
| * | comment changed. | akr | 2008-09-24 | 1 | -2/+2 |
| * | * string.c (rb_str_strip_bang): workaround for VC++8 x64. | usa | 2008-09-24 | 2 | -1/+5 |
| * | Allow for -v and other flags to be passed through properly | ryan | 2008-09-24 | 1 | -1/+4 |
| * | removed basedir and runner args to test/runner.rb. not valid args anymore | ryan | 2008-09-24 | 1 | -1/+1 |
| * | * complex.c (Init_Complex), rational.c (Init_Rational): undefines | nobu | 2008-09-24 | 3 | -0/+7 |
| * | Added ARGV filtering for tests. Allows for multiple values | ryan | 2008-09-24 | 1 | -4/+11 |
| * | * complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATOR | nobu | 2008-09-24 | 3 | -24/+11 |
| * | * string.c (rb_str_rstrip_bang): removing mixed spaces and nuls at | matz | 2008-09-24 | 2 | -5/+7 |
| * | properties. | nobu | 2008-09-24 | 0 | -0/+0 |
| * | * test/cgi/test_cgi_multipart.rb : test for miniunit. | xibbar | 2008-09-24 | 4 | -8/+14 |