| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * parse.y (parser_initialize): explicitly call rb_ascii8bit_encoding(). | matz | 2008-01-18 | 1 | -0/+6 |
* | * encoding.c (enc_free): removed since rb_encoding may be used while | nobu | 2008-01-17 | 1 | -12/+1 |
* | * common.mk (encdb.h): give output file name to make_encdb.rb. | nobu | 2008-01-17 | 1 | -134/+240 |
* | * encoding.c (enc_register_at): make own copy. [ruby-dev:33136] | nobu | 2008-01-16 | 1 | -0/+1 |
* | * encoding.c (ENC_REGISTER): use &OnigEncoding*. | naruse | 2008-01-15 | 1 | -5/+6 |
* | * encoding.c (rb_locale_charmap): use ASCII-8BIT in miniruby. | nobu | 2008-01-15 | 1 | -1/+1 |
* | * common.mk (OBJS): moved encoding.o from COMMONOBJS. | nobu | 2008-01-14 | 1 | -1/+3 |
* | * re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead | matz | 2008-01-14 | 1 | -0/+4 |
* | * encoding.c (rb_locale_encoding): return US-ASCII when charmap is nil. | naruse | 2008-01-14 | 1 | -4/+4 |
* | * enc/make_encdb.h: sort encoding names by original name. | naruse | 2008-01-13 | 1 | -2/+5 |
* | * encoding.c: add documents. | naruse | 2008-01-13 | 1 | -4/+30 |
* | * encoding.c (Init_Encoding): moved initialization from encdb.h. | nobu | 2008-01-13 | 1 | -0/+9 |
* | * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed. | naruse | 2008-01-13 | 1 | -4/+0 |
* | * encoding.c (enc_table): packed all enc_table stuff. | nobu | 2008-01-13 | 1 | -49/+53 |
* | * encoding.c (rb_enc_init): revert removing SJIS. | naruse | 2008-01-13 | 1 | -13/+20 |
* | * encoding.c (rb_enc_aliases): don't see enc_table_alias when it wasn't initi... | naruse | 2008-01-12 | 1 | -2/+2 |
* | * enc/make_encdb.rb: added. search enc/*.c and make encoding database. | naruse | 2008-01-12 | 1 | -17/+52 |
* | * encoding (set_base_encoding): must use rb_enc_dummy_p. | naruse | 2008-01-11 | 1 | -1/+1 |
* | * encoding.c (rb_to_encoding_index, rb_to_encoding): disallow nil. | nobu | 2008-01-10 | 1 | -2/+0 |
* | * encoding.c (rb_enc_replicate): replica of dummy is a dummy. | naruse | 2008-01-09 | 1 | -0/+1 |
* | * encoding.c (rb_enc_init): UTF-{16,32}{BE,LE} are not builtin. | naruse | 2008-01-08 | 1 | -8/+0 |
* | * encoding.c, Makefile.in, include/ruby/oniguruma.h, | naruse | 2008-01-08 | 1 | -0/+8 |
* | * include/ruby/oniguruma.h (OnigEncodingType): new member | akr | 2008-01-07 | 1 | -15/+2 |
* | * encoding.c (rb_enc_internal_get_index): extracted from | akr | 2008-01-07 | 1 | -17/+29 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | update rdoc. | akr | 2008-01-05 | 1 | -1/+1 |
* | * encoding.c (Init_Encoding): alias csWindows31J to Windows-31J. | akr | 2008-01-05 | 1 | -0/+1 |
* | * encoding.c: (rb_tolower, rb_toupper): body was exchanged. | akr | 2008-01-03 | 1 | -2/+2 |
* | * encoding.c (rb_isalnum): defined. | akr | 2008-01-03 | 1 | -0/+31 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 1 | -3/+3 |