aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/encoding.h
Commit message (Expand)AuthorAgeFilesLines
...
* * include/ruby/encoding.h (rb_str_encode): renamed fromakr2008-09-261-2/+2
* * transcode.c, include/ruby/encoding.c (rb_transcode_convertible):usa2008-09-261-0/+1
* * include/ruby/encoding.h (enum): ISO C forbids comma at end ofshyouhei2008-09-221-1/+1
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-181-4/+3
* * string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr2008-09-171-3/+3
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-161-0/+1
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-131-1/+1
* * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr2008-09-131-3/+3
* * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr2008-09-131-1/+1
* comment modified.akr2008-09-121-2/+2
* * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse2008-09-111-1/+1
* * include/ruby/encoding.h (econv_after_output): renamed fromakr2008-09-091-2/+2
* * include/ruby/encoding.h (ECONV_DECORATOR_MASK): mergeakr2008-09-091-13/+10
* fix typos.akr2008-09-091-1/+1
* * include/ruby/encoding.h (rb_econv_decorate_at_first): declared.akr2008-09-081-0/+4
* * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamedakr2008-09-081-2/+3
* * include/ruby/encoding.h (rb_econv_set_replacement): renamed fromakr2008-09-071-1/+1
* * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.akr2008-09-071-1/+4
* * include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.akr2008-09-061-12/+17
* * include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER): renamed fromakr2008-09-061-2/+2
* * include/ruby/encoding.h (ECONV_HTML_TEXT_ENCODER): new constant.akr2008-09-061-0/+2
* comment updated.akr2008-09-051-2/+2
* * include/ruby/encoding.h (ECONV_UNDEF_HEX_CHARREF): defined.akr2008-09-051-0/+1
* * include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed becauseakr2008-09-041-2/+0
* * include/ruby/io.h (rb_io_t): new fields: encs.ecopts andakr2008-09-031-2/+4
* * include/ruby/encoding.h (rb_econv_set_replacemenet): declared.akr2008-09-031-0/+3
* * include/ruby/encoding.h (rb_econv_option_t): removed. Sinceakr2008-09-031-9/+4
* * include/ruby/encoding.h (rb_econv_result_t): enumeration constant:akr2008-08-261-0/+1
* * include/ruby/encoding.h (rb_econv_elem_t): move to transcode.cakr2008-08-261-41/+1
* * transcode.c (rb_econv_open): disable newline conversion for ASCIIakr2008-08-261-0/+6
* * include/ruby/encoding.h (rb_econv_t): use rb_econv_option_t.akr2008-08-241-5/+5
* * include/ruby/encoding.h (rb_str_transcode): make 3rd argumentakr2008-08-241-2/+2
* add comment.akr2008-08-241-0/+1
* * include/ruby/encoding.h (rb_econv_opts): declared.akr2008-08-241-0/+2
* * include/ruby/encoding.h (rb_econv_option_t): defined.akr2008-08-241-2/+6
* * include/ruby/encoding.h (rb_str_transcode): add ecflags argument.akr2008-08-241-1/+1
* * include/ruby/encoding.h (rb_econv_substr_append): renamed fromakr2008-08-241-1/+4
* * include/ruby/encoding.h (rb_econv_open_exc): declared.akr2008-08-241-0/+2
* * include/ruby/encoding.h (ECONV_INVALID_MASK): defined.akr2008-08-231-3/+11
* * include/ruby/io.h (FMODE_TEXTMODE): defined.akr2008-08-221-0/+3
* * include/ruby/io.h (rb_io_t): new fields: writeconv,akr2008-08-181-0/+5
* * include/ruby/encoding.h (rb_econv_putbackable): declared.akr2008-08-171-1/+3
* * include/ruby/encoding.h (rb_econv_check_error): declared.akr2008-08-161-1/+3
* * include/ruby/encoding.h (rb_econv_elem_t): fields removed: from andakr2008-08-161-2/+3
* * include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start,akr2008-08-161-5/+12
* * include/ruby/encoding.h (rb_econv_output): add str_encodingakr2008-08-151-1/+4
* * include/ruby/encoding.h (rb_econv_t): add error_tc in last_error.akr2008-08-151-0/+1
* * include/ruby/encoding.h (rb_econv_t): new field: last_error.akr2008-08-151-0/+11
* * include/ruby/encoding.h (rb_econv_output): declared.akr2008-08-141-3/+7
* * include/ruby/encoding.h (ECONV_UNIVERSAL_NEWLINE_DECODER): defined.akr2008-08-141-0/+9