| Commit message (Expand) | Author | Age | Files | Lines |
| * | * merged from trunk r26747:26885. | nobu | 2010-03-12 | 1 | -2/+0 |
| * | * merged from trunk r25728:26678. | nobu | 2010-02-16 | 1 | -19/+53 |
| * | * merged from trunk r20597:25704. | nobu | 2009-11-10 | 1 | -96/+289 |
| * | * inits.c (rb_vm_call_inits): no longer passes current vm. | nobu | 2008-12-17 | 1 | -1/+1 |
| * | * inits.c (rb_vm_call_inits): let all InitVM functions use | nobu | 2008-11-30 | 1 | -1/+1 |
| * | * merged from trunk r19258:20281. | nobu | 2008-11-19 | 1 | -35/+132 |
| * | * eval.c (ruby_vm_init): split from ruby_init. | nobu | 2008-09-08 | 1 | -2/+7 |
| * | * merged from trunk r18923:18938. | nobu | 2008-08-30 | 1 | -6/+6 |
| * | * merged from trunk r18660:18923. | nobu | 2008-08-29 | 1 | -1/+13 |
| * | * merged from trunk r18286:18660. | nobu | 2008-08-16 | 1 | -27/+28 |
| * | * merged from trunk r18097:18164. | nobu | 2008-07-22 | 1 | -1/+1 |
| * | * include/ruby/public_object.h: moved global variables to VM specific data. | nobu | 2008-07-06 | 1 | -3/+1 |
| * | * merged from trunk r17835:17888. | nobu | 2008-07-05 | 1 | -97/+96 |
| * | * merged from trunk r17634:17728. | nobu | 2008-06-30 | 1 | -0/+6 |
| * | * encoding.c (rb_filesystem_encoding): defined. | naruse | 2008-06-16 | 1 | -0/+16 |
| * | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -3/+3 |
| * | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
| * | * suppress warnings on cygwin, mingw and mswin. | nobu | 2008-06-01 | 1 | -0/+2 |
| * | * fix for (rb_enc_get_index(obj) == idx) case. | naruse | 2008-05-20 | 1 | -1/+1 |
| * | * encoding.c, include/ruby/encoding.h | naruse | 2008-05-20 | 1 | -4/+5 |
| * | * encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII. | naruse | 2008-05-20 | 1 | -2/+8 |
| * | * regparse.c (PINC): use optimized enclen() instead of | matz | 2008-05-19 | 1 | -36/+14 |
| * | * encoding.c (enc_init_db): moved to enc/encdb.c. | nobu | 2008-04-07 | 1 | -40/+8 |
| * | * encoding.c (enc_check_encoding): should not load autoloaded encoding | nobu | 2008-03-19 | 1 | -1/+1 |
| * | * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable(). | matz | 2008-03-15 | 1 | -1/+1 |
| * | * encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy. | nobu | 2008-02-29 | 1 | -2/+4 |
| * | * encoding.c (enc_capable): IMMEDIATE_P doesn't include Qnil and Qfalse. | naruse | 2008-02-28 | 1 | -1/+1 |
| * | * encoding.c (enc_find): check type of argument and convert to String | naruse | 2008-02-28 | 1 | -1/+1 |
| * | Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-02-25 | 1 | -3/+3 |
| * | * encoding.c (rb_enc_mbclen): return minlen instead of 1 when | akr | 2008-02-22 | 1 | -2/+4 |
| * | * string.c (rb_str_times): empty string's coderange is CODERANGE_7BIT. | naruse | 2008-02-21 | 1 | -4/+4 |
| * | * encoding.c (rb_enc_associate_index): doesn't clear coderange | naruse | 2008-02-20 | 1 | -0/+2 |
| * | * encoding.c (rb_enc_compatible): check encoding incapable arguments. | akr | 2008-02-16 | 1 | -0/+3 |
| * | * encoding.c (rb_enc_compatible): empty strings are always compatible. | akr | 2008-02-16 | 1 | -1/+8 |
| * | * encoding.c (rb_enc_strlen): moved to string.c. | akr | 2008-02-16 | 1 | -17/+0 |
| * | * encoding.c (rb_enc_nth): moved to string.c. | akr | 2008-02-15 | 1 | -22/+0 |
| * | * string.c (str_strlen): use search_nonascii() for performance. | matz | 2008-02-15 | 1 | -2/+2 |
| * | * encoding.c (encdb_{replicate,alias,dummy,declare}): define only if | nobu | 2008-01-29 | 1 | -3/+13 |
| * | * dmyencoding.c, encoding.c (enc_init_db, NO_ENCDB_H): | naruse | 2008-01-29 | 1 | -0/+4 |
| * | * include/ruby/oniguruma.h: precise mbclen API redesigned to avoid | akr | 2008-01-27 | 1 | -5/+4 |
| * | * string.c (rb_str_usascii_new{,2}: defined. | naruse | 2008-01-25 | 1 | -7/+15 |
| * | * encoding.{c, h} (rb_usascii_encoding): added. | naruse | 2008-01-23 | 1 | -0/+9 |
| * | * encoding.c (rb_enc_compatible): wrong compatibility condition. | matz | 2008-01-22 | 1 | -0/+1 |
| * | * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) from | matz | 2008-01-22 | 1 | -8/+14 |
| * | * encoding.c (enc_new): don't free rb_encoding to avoid SEGV by | akr | 2008-01-19 | 1 | -1/+1 |
| * | * encoding.c (rb_enc_name_list_i, rb_enc_aliases_enc_i): freeze | nobu | 2008-01-18 | 1 | -5/+9 |
| * | * encoding.c (load_encoding): check if successfully loaded. | nobu | 2008-01-18 | 1 | -11/+11 |
| * | * encoding.c (rb_enc_find_index): use original encoding name to | nobu | 2008-01-18 | 1 | -1/+3 |
| * | * encoding.c (rb_enc_find_index): use original encoding name to | matz | 2008-01-18 | 1 | -1/+1 |
| * | * encoding.c (rb_enc_aliases_enc_i): exclude non alias names from | matz | 2008-01-18 | 1 | -4/+8 |