Age | Commit message (Expand) | Author |
2014-06-02 | encoding.c: move ruby_encoding_index stuff | nobu |
2014-06-02 | encoding.h: constify rb_encoding | nobu |
2014-06-01 | constify rb_encoding and OnigEncoding | nobu |
2013-09-06 | transcode.c: add rb_econv_append | nobu |
2013-09-03 | string.c: rb_enc_str_new_cstr | nobu |
2013-08-30 | encoding.h: fix conflicts | nobu |
2013-08-11 | * include/ruby/encoding.h: Reduce ENCODING_INLINE_MAX to 127 as this | charliesome |
2013-08-05 | * include/ruby/encoding.h: document which user flags are used by | charliesome |
2013-07-20 | encoding.c: add rb_enc_code_to_mbclen | nobu |
2013-07-02 | encoding.c: validate index | nobu |
2013-04-05 | defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} | nobu |
2012-04-11 | * parse.y (rb_check_id_cstr): new function to check if ID is | nobu |
2012-04-10 | * error.c (rb_enc_raise): new function to raise an exception with | nobu |
2012-03-12 | * encoding.c (rb_find_encoding): new function find encoding from | nobu |
2012-01-25 | * file.c (rb_enc_path_next, rb_enc_path_skip_prefix) | nobu |
2011-12-04 | Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor... | luislavena |
2011-11-07 | * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK, | usa |
2011-04-26 | * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newline | nobu |
2011-04-26 | * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_MASK): add. | nobu |
2011-04-05 | * include/ruby/encoding.h: parenthesize macro arguments. | akr |
2011-02-03 | * include/ruby/encoding.h (rb_enc_step_back): cast 4th argument 'n' | naruse |
2011-01-30 | * include/ruby/encoding.h (rb_enc_step_back): new function to step | nobu |
2010-10-12 | * numeric.c (rb_enc_uint_chr): split from int_chr. | naruse |
2010-08-11 | * include/ruby/encoding.h (rb_char_to_option_kcode): used in | nobu |
2010-07-21 | * configure.in (XCFLAGS): use -fvisibility=hidden if possible. | nobu |
2010-05-27 | * include/ruby/encoding.h (rb_filesystem_encindex): defined. | naruse |
2010-05-25 | * include/ruby/vm.h, include/ruby/encoding.h: add external | nobu |
2010-03-16 | * include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype. | nobu |
2010-03-16 | * include/ruby/encoding.h (ENC_TO_ENCINDEX): suppress warnings. | nobu |
2009-09-29 | * encoding.c (rb_enc_unicode_p): defined. | naruse |
2009-09-14 | * debug.c, parse.y: fixed types. | nobu |
2009-05-20 | * encoding.c (rb_enc_fast_mbclen): faster mbclen for strings known | matz |
2009-05-19 | * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint() | matz |
2009-05-07 | * string.c, include/ruby/encoding.h: fixed types. | nobu |
2009-03-15 | * include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int. | nobu |
2009-03-12 | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu |
2009-03-12 | * include/ruby/encoding.h: suppress warnings of overflow. | akr |
2009-03-05 | * include/ruby/encoding.h (enc_initialized_p): ENC_UNINITIALIZED | nobu |
2008-12-26 | * io.c (fptr_finalize): close the IO object even if finish_writeconv or | akr |
2008-10-21 | * ext/zlib/zlib.c: remove obsolete prototype macros. | matz |
2008-10-20 | * include/ruby/ruby.h (ExportStringValue): new macro to convert | matz |
2008-10-18 | * string.c (rb_external_str_new): a new function to convert from | matz |
2008-10-07 | * encoding.c (rb_default_internal_encoding): merged a patch from | matz |
2008-09-26 | * include/ruby/encoding.h (rb_str_encode): renamed from | akr |
2008-09-26 | * transcode.c, include/ruby/encoding.c (rb_transcode_convertible): | usa |
2008-09-22 | * include/ruby/encoding.h (enum): ISO C forbids comma at end of | shyouhei |
2008-09-18 | * grapheme cluster implementation reverted. [ruby-dev:36375] | akr |
2008-09-17 | * string.c (rb_str_casecmp): don't use rb_enc_codepoint. | akr |
2008-09-16 | * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret | akr |
2008-09-13 | * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for | akr |