| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Speed up Marshal load, fix bug with nested classes' methods | drbrain | 2008-01-08 | 2 | -3/+13 |
| * | Clean up namespacing of RI's classes | drbrain | 2008-01-08 | 20 | -1402/+1362 |
| * | * enum.c (enum_zip): honor length of the receiver, not the | matz | 2008-01-08 | 4 | -16/+128 |
| * | * set properties. | nobu | 2008-01-08 | 0 | -0/+0 |
| * | Replace ri with Ryan Davis' cached ri | drbrain | 2008-01-08 | 11 | -579/+531 |
| * | * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names. | nobu | 2008-01-08 | 4 | -869/+0 |
| * | * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names. | nobu | 2008-01-08 | 4 | -0/+869 |
| * | * enc/utf{16,32}_{be,le}.c: use &OnigEncodingName(*) instead of | usa | 2008-01-08 | 5 | -11/+24 |
| * | * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): suppressed | nobu | 2008-01-08 | 8 | -9/+18 |
| * | * enc/utf{16,32}_{be,le}.c: imported from Oniguruma 5.9.1. | nobu | 2008-01-08 | 5 | -0/+865 |
| * | * string.c (str_gsub): avoid appending empty pre-match substr. | akr | 2008-01-08 | 2 | -1/+7 |
| * | * compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change. | nobu | 2008-01-08 | 3 | -20/+25 |
| * | * 2008-01-08 | usa | 2008-01-08 | 1 | -3/+3 |
| * | * string.c (rb_str_buf_append): fix append itself. | akr | 2008-01-07 | 3 | -1/+17 |
| * | set properties. | nobu | 2008-01-07 | 0 | -0/+0 |
| * | Add additional information to RDoc template values | drbrain | 2008-01-07 | 1 | -36/+38 |
| * | * string.c (STR_ENC_GET): defined. same as rb_enc_get without | akr | 2008-01-07 | 2 | -102/+93 |
| * | add tests. | akr | 2008-01-07 | 2 | -0/+27 |
| * | * lib/webrick/httpservlet/cgihandler.rb: external encoding of | gotoyuzo | 2008-01-07 | 2 | -0/+7 |
| * | Use ERB instead of custom template language for RDoc. | drbrain | 2008-01-07 | 11 | -1573/+688 |
| * | * string.c (Init_String): sym_match arity spec was wrong. a patch | matz | 2008-01-07 | 3 | -2/+7 |
| * | add test_knownbug [ruby-core:14813] | matz | 2008-01-07 | 1 | -0/+23 |
| * | * string.c (str_gsub): move rb_enc_get(str) to out of loop. | akr | 2008-01-07 | 2 | -4/+10 |
| * | * include/ruby/oniguruma.h (OnigEncodingType): new member | akr | 2008-01-07 | 4 | -16/+15 |
| * | Namespace TokenStream under RDoc. | drbrain | 2008-01-07 | 2 | -9/+21 |
| * | add test_knowbug [ruby-core:14813] | matz | 2008-01-07 | 1 | -0/+25 |
| * | Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams. | drbrain | 2008-01-07 | 3 | -74/+83 |
| * | Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc. | drbrain | 2008-01-07 | 13 | -594/+635 |
| * | * common.mk, Makefile.in, */Makefile.sub (distclean-local): move | usa | 2008-01-07 | 6 | -1/+10 |
| * | * lib/rdoc/generators.rb: set properties. | nobu | 2008-01-07 | 0 | -0/+0 |
| * | * re.c (rb_reg_preprocess): fix fixed_enc condition. | akr | 2008-01-07 | 2 | -1/+5 |
| * | Merge documentation from the same class on ri generation. | drbrain | 2008-01-07 | 3 | -10/+27 |
| * | * encoding.c (rb_enc_internal_get_index): extracted from | akr | 2008-01-07 | 8 | -24/+88 |
| * | add test_knonbug | matz | 2008-01-07 | 1 | -0/+25 |
| * | Collapse namespaces and refactor requires in RDoc | drbrain | 2008-01-07 | 6 | -366/+352 |
| * | Clean up comments and whitespace in RDoc generators | drbrain | 2008-01-07 | 4 | -262/+248 |
| * | * 2008-01-07 | usa | 2008-01-07 | 1 | -3/+3 |
| * | add ML ref. | akr | 2008-01-06 | 1 | -1/+1 |
| * | * string.c (coderange_scan): avoid rb_enc_to_index. | akr | 2008-01-06 | 2 | -6/+13 |
| * | * string.c (coderange_scan): optimize ASCII-8BIT string. | akr | 2008-01-06 | 2 | -5/+31 |
| * | * lib/erb.rb (ERB::Revision): cut off locale dependent string in Date | akr | 2008-01-06 | 2 | -1/+6 |
| * | don't use Date keyword itself. | akr | 2008-01-06 | 1 | -1/+1 |
| * | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 174 | -173/+5 |
| * | * re.c (rb_reg_initialize_str): forbid raw non ASCII character | akr | 2008-01-06 | 3 | -2/+17 |
| * | * include/ruby/encoding.h (rb_enc_str_buf_cat): declared. | akr | 2008-01-06 | 5 | -100/+189 |
| * | * lib/securerandom.rb: Add Win32 support. | technorama | 2008-01-06 | 2 | -2/+51 |
| * | add a test. | akr | 2008-01-06 | 1 | -0/+7 |
| * | * 2008-01-06 | usa | 2008-01-06 | 1 | -3/+3 |
| * | * lib/date.rb, lib/date/format.rb: introduced some constants | tadf | 2008-01-06 | 4 | -62/+94 |
| * | unused variable removed. | akr | 2008-01-05 | 1 | -1/+0 |