| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typos. | akr | 2007-12-31 | 1 | -1/+1 |
* | * encoding.c (Init_Encoding): registered rb_encoding differs from | nobu | 2007-12-30 | 1 | -1/+1 |
* | * encoding.c (Init_encoding): register Windows-31J and its alias. | usa | 2007-12-29 | 1 | -0/+3 |
* | * encoding.c (rb_locale_encoding): should check return value from | usa | 2007-12-28 | 1 | -1/+5 |
* | * encoding.c (rb_locale_encoding): defined. | akr | 2007-12-28 | 1 | -0/+12 |
* | * encoding.c (set_base_encoding, enc_base_encoding): renamed | nobu | 2007-12-28 | 1 | -9/+9 |
* | * encoding.c (rb_enc_codelen): show codepoint in error message. | akr | 2007-12-27 | 1 | -1/+1 |
* | * encoding.c (rb_enc_codelen): error message refined. | akr | 2007-12-27 | 1 | -1/+1 |
* | * encoding.c (rb_enc_check): show encodings in error message. | akr | 2007-12-27 | 1 | -1/+3 |
* | * encoding.h (rb_enc_mbc_to_codepoint): wrapper for | nobu | 2007-12-25 | 1 | -2/+3 |
* | * string.c (rb_str_inspect): don't call rb_enc_codepoint with empty | akr | 2007-12-25 | 1 | -1/+4 |
* | * encoding.c (rb_enc_register): do not use based_encoding to check if | nobu | 2007-12-25 | 1 | -2/+1 |
* | * encoding.c (rb_enc_codepoint): implemented to raise invalid | akr | 2007-12-23 | 1 | -0/+9 |
* | add a comment for eucJP. | akr | 2007-12-23 | 1 | -1/+1 |
* | * encoding.c (rb_enc_init): add eucJP as an alias of EUC-JP. | akr | 2007-12-23 | 1 | -0/+1 |
* | * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, | akr | 2007-12-22 | 1 | -2/+2 |
* | document updated. | akr | 2007-12-22 | 1 | -4/+10 |
* | add rdoc. | akr | 2007-12-22 | 1 | -0/+101 |
* | * regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c. | akr | 2007-12-22 | 1 | -1/+0 |
* | * encoding.c (rb_locale_charmap): win32 support. | usa | 2007-12-22 | 1 | -0/+2 |
* | * encoding.c (rb_ascii_encoding): renamed from previous | matz | 2007-12-21 | 1 | -2/+2 |
* | * encoding.c (rb_enc_replicate): now creates first class encoding. | nobu | 2007-12-21 | 1 | -13/+57 |
* | * encoding.c (Init_Encoding): use enc_name as to_s. | akr | 2007-12-21 | 1 | -4/+4 |
* | * io.c (rb_io_s_read): allow specifying encoding explicitly. | matz | 2007-12-21 | 1 | -1/+4 |
* | * encoding.c (rb_enc_init): use enc_register_at() directly. | nobu | 2007-12-21 | 1 | -5/+23 |
* | * encoding.c (rb_to_encoding_index): should return error instead of | nobu | 2007-12-21 | 1 | -0/+3 |
* | * encoding.c (rb_enc_find_index): extension libraries have lower case | nobu | 2007-12-21 | 1 | -0/+1 |
* | * encoding.c (rb_enc_register): set encoding constant. | nobu | 2007-12-21 | 1 | -3/+14 |
* | * io.c (rb_io_external_encoding): new method. | matz | 2007-12-21 | 1 | -1/+1 |
* | * encoding.c (rb_locale_charmap): return nil if no locale information. | akr | 2007-12-21 | 1 | -1/+1 |
* | * configure.in: check langinfo.h and locale.h. | akr | 2007-12-21 | 1 | -0/+6 |
* | * encoding.c: include locale.h | akr | 2007-12-21 | 1 | -0/+10 |
* | * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb. | nobu | 2007-12-21 | 1 | -3/+0 |
* | * string.c (rb_str_index): check if substring is broken. | matz | 2007-12-17 | 1 | -1/+2 |
* | * configure.in (enc/Makefile): add external encoding objects list. | nobu | 2007-12-15 | 1 | -2/+22 |
* | * encoding.c (rb_enc_register, rb_enc_replicate, rb_enc_alias): check | nobu | 2007-12-15 | 1 | -10/+48 |
* | * encoding.c (rb_enc_compatible): 1st argument (typically the | matz | 2007-12-13 | 1 | -1/+1 |
* | * encoding.c (rb_enc_compatible): encoding should never fall back | matz | 2007-12-13 | 1 | -1/+4 |
* | * encoding.c (enc_get_encoding): removed. | nobu | 2007-12-13 | 1 | -10/+0 |
* | * encoding.c (rb_enc_compatible): should swap encoding indexes too. | nobu | 2007-12-13 | 1 | -0/+3 |
* | * encoding.c (rb_enc_compatible): should not judge compatibility | matz | 2007-12-13 | 1 | -6/+0 |
* | * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii. | akr | 2007-12-11 | 1 | -1/+1 |
* | * encoding.c (rb_enc_get_ascii): add an argument to provide the | akr | 2007-12-11 | 1 | -5/+9 |
* | * encoding.c (rb_enc_precise_mbclen): return needmore if underlying | akr | 2007-12-08 | 1 | -1/+5 |
* | * encoding.c (rb_enc_mbclen): return 1 if underlying implementation | akr | 2007-12-08 | 1 | -1/+2 |
* | * encoding.c (rb_enc_mbclen): make it never fail. | akr | 2007-12-08 | 1 | -7/+25 |
* | * encoding.c (rb_enc_precise_mbclen): new function for mbclen with | akr | 2007-12-06 | 1 | -0/+6 |
* | * encoding.c: rename primary_encoding -> default_external (encoding). | matz | 2007-12-01 | 1 | -12/+12 |
* | * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: | akr | 2007-11-27 | 1 | -4/+4 |
* | * encoding.c (enc_check_encoding, rb_set_primary_encoding): ENCODING | nobu | 2007-11-09 | 1 | -4/+2 |