| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407] | hsbt | 2016-08-16 | 1 | -2/+2 |
* | transcode.c: scrub in the given encoding | nobu | 2016-05-27 | 1 | -1/+1 |
* | transcode.c: GC guards | nobu | 2016-05-22 | 1 | -13/+27 |
* | transcode.c: infection | nobu | 2015-12-17 | 1 | -1/+4 |
* | * *.c (*_memsize): do not check ptr. | ko1 | 2015-12-09 | 1 | -1/+1 |
* | * transcode.c: fix a typo | hsbt | 2015-11-11 | 1 | -1/+1 |
* | transcode.c: GC guards | nobu | 2015-08-05 | 1 | -1/+6 |
* | transcode.c: fix dangling pointers | nobu | 2015-08-05 | 1 | -4/+5 |
* | transcode.c: empty encoding name | nobu | 2015-07-03 | 1 | -1/+1 |
* | transcode.c: fix race condition | nobu | 2015-06-26 | 1 | -4/+1 |
* | use 0 for reserved | nobu | 2014-12-01 | 1 | -1/+1 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -2/+0 |
* | transcode.c: use string | nobu | 2014-08-03 | 1 | -2/+2 |
* | * process.c (rlimit_resource_type, rlimit_resource_value): | ktsj | 2014-07-30 | 1 | -1/+1 |
* | rb_econv_t: reduce to 184 bytes from 200 on 64-bit | normal | 2014-07-20 | 1 | -3/+3 |
* | Init functions don't need ID caches | nobu | 2014-07-03 | 1 | -4/+11 |
* | * transcode.c (str_transcode0): don't scrub invalid chars if | naruse | 2013-11-22 | 1 | -1/+5 |
* | transcode.c: fix segv in String.encode! | nobu | 2013-11-01 | 1 | -1/+3 |
* | string.c: export rb_str_scrub | nobu | 2013-11-01 | 1 | -8/+3 |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+1 |
* | transcode.c: add rb_econv_append | nobu | 2013-09-06 | 1 | -6/+14 |
* | transcode.c: do while loop | nobu | 2013-09-06 | 1 | -3/+2 |
* | transcode.c: GC guard | nobu | 2013-09-06 | 1 | -0/+1 |
* | encoding.c: refill terminator at associating encoding | nobu | 2013-07-12 | 1 | -1/+0 |
* | transcode.c: fill terminator | nobu | 2013-07-11 | 1 | -0/+1 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -1/+1 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -1/+1 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -3/+3 |
* | * string.c (str_scrub): add ruby method String#scrub which verify and | naruse | 2013-04-19 | 1 | -4/+13 |
* | use INT2FIX(0) instead of INT2NUM(0). | kazu | 2013-03-05 | 1 | -1/+1 |
* | * hash.c (rb_env_size): Restored documentation for ENV.size | drbrain | 2013-01-26 | 1 | -0/+69 |
* | update doc. | akr | 2012-04-24 | 1 | -0/+3 |
* | transcode.c (documentation for str_encode): Explain | duerst | 2012-03-23 | 1 | -0/+4 |
* | * transcode.c (str_encode_bang, encoded_dup): if nothing was | nobu | 2012-03-22 | 1 | -0/+6 |
* | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre | 2012-03-14 | 1 | -7/+3 |
* | trivial changes | tadf | 2012-03-03 | 1 | -2/+2 |
* | * transcode.c (str_encode): about the extension of :fallback | nobu | 2011-12-14 | 1 | -1/+3 |
* | * class.c (rb_obj_methods), compile.c (iseq_compile_each), | nobu | 2011-12-05 | 1 | -7/+3 |
* | transcode.c: Simplified rb_econv_binmode, avoided a warning on cygwin. | duerst | 2011-11-30 | 1 | -27/+14 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -4/+4 |
* | * encoding.c (require_enc): reject only loading from untrusted | nobu | 2011-09-25 | 1 | -1/+2 |
* | * transcode.c (rb_declare_transcoder, load_transcoder_entry): no | nobu | 2011-09-07 | 1 | -13/+7 |
* | * transcode.c (load_transcoder_entry): concatenate paths directly. | nobu | 2011-09-06 | 1 | -3/+6 |
* | * encoding.c (load_encoding): predefined encoding names are safe. | nobu | 2011-09-06 | 1 | -1/+5 |
* | * transcode.c: enabled econv newline option. | nobu | 2011-09-06 | 1 | -0/+50 |
* | * transcode.c (rb_econv_binmode): newline decorators are | nobu | 2011-09-05 | 1 | -11/+13 |
* | * io.c (validate_enc_binmode, prep_stdio): default to text mode on | nobu | 2011-09-02 | 1 | -1/+1 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -2/+1 |
* | * transcode.c (econv_init): revert r31353. [ruby-dev:43512] | nobu | 2011-05-15 | 1 | -2/+2 |
* | * transcode.c (econv_opts): add newline option. | nobu | 2011-04-26 | 1 | -0/+37 |