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