aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_protect): restore root_jmpbuf to avoid SEGV byakr2007-12-131-0/+6
* * string.c (rb_str_succ): should not enter infinite loop formatz2007-12-131-0/+3
* * string.c (str_gsub): should copy encoding to the result.matz2007-12-131-1/+5
* * string.c (rb_str_split_m): need not to check encoding if regexpmatz2007-12-131-0/+11
* * encoding.c (rb_enc_compatible): should swap encoding indexes too.nobu2007-12-131-0/+4
* * encoding.c (rb_enc_compatible): should not judge compatibilitymatz2007-12-131-0/+5
* * include/ruby/io.h (MakeOpenFile): fptr->enc should bematz2007-12-131-0/+5
* * io.c (rb_io_getc): use default external encoding if fptr->enc ismatz2007-12-121-0/+8
* * io.c (read_all): should associate default external encoding.matz2007-12-121-0/+6
* * re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr2007-12-121-0/+5
* * io.c (rb_io_mode_enc): allow specifying external encoding inmatz2007-12-121-0/+5
* * eval_method.ci (rb_alias): no need to skip aliasing when newmatz2007-12-121-0/+5
* * io.c (rb_io_check_readable): set default external encoding tomatz2007-12-121-0/+7
* * parse.y (expr): 'not' and '!' should act as conditionalmatz2007-12-121-0/+5
* * re.c (rb_reg_regsub): should copy encoding.nobu2007-12-121-0/+7
* * pack.c (pack_pack): RDoc update. a patch from Gary Wrightmatz2007-12-111-0/+7
* * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr2007-12-111-0/+8
* * Makefile.in, */Makefile.sub (CP, MV): added.nobu2007-12-111-0/+7
* * object.c (Init_Object): singleton_method_{added,removed,undefined}matz2007-12-111-0/+8
* * test/ruby/test_transcode.rb: added tests from Martin Duerst <duerstnobu2007-12-111-1/+4
* * transcode.c (transcode_loop): get rid of SEGV at sequence can not benobu2007-12-111-0/+7
* * encoding.c (rb_enc_get_ascii): add an argument to provide the akr2007-12-111-0/+11
* * include/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE):akr2007-12-111-0/+5
* * eval.c (rb_method_missing): RDoc update patch from Hugh Sassematz2007-12-101-0/+5
* * lib/net/http.rb (Net::HTTP::get): now supports gzipmatz2007-12-101-0/+6
* * parse.y (shadowing_lvar_gen): no duplicate error for "_".matz2007-12-101-0/+4
* * array.c (rb_ary_slice_bang): If an invalid range is given, doknu2007-12-101-0/+5
* * transcode.c (str_transcode): allow non-registered encodings.nobu2007-12-101-0/+5
* * array.c (rb_ary_slice_bang): should return nil if position outmatz2007-12-101-0/+6
* * re.c (rb_reg_match): should calculate offset by convertedmatz2007-12-101-0/+5
* * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAMEmatz2007-12-101-0/+6
* * string.c (rb_str_tmp_new): creates hidden temporary buffer.nobu2007-12-101-0/+13
* * string.c (rb_str_insert): should not add length in bytes to index innobu2007-12-101-0/+5
* * eval.c (rb_f_public_send): rename invoke_method to public_send.matz2007-12-101-0/+5
* * transcode.c: new file to provide encoding conversion features.matz2007-12-101-0/+5
* * re.c (rb_reg_search): return byte offset. [ruby-dev:32452]nobu2007-12-101-0/+11
* add ML ref.akr2007-12-101-0/+8
* * benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: added.ko12007-12-101-0/+4
* * object.c (rb_obj_not_match): wrong test.matz2007-12-091-0/+2
* * parse.y (parser_yylex): wrong token was generated. [ruby-dev:32498]matz2007-12-091-0/+4
* * re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr2007-12-091-0/+17
* * re.c (rb_reg_names): new method Regexp#names.akr2007-12-091-0/+9
* * parse.y (expr): redefinable not (!) operator.matz2007-12-091-0/+12
* * re.c (rb_reg_s_last_match): accept named capture's name.akr2007-12-091-0/+4
* * re.c (match_backref_number): new function for converting a backrefakr2007-12-091-0/+10
* * eval_intern.h (CHECK_STACK_OVERFLOW): reserve frame size.ko12007-12-091-1/+6
* * vm.c (rb_thread_mark): use rb_gc_mark_maybe() forko12007-12-091-0/+7
* * include/ruby/ruby.h (FilePathStringValue): defined. similar toakr2007-12-091-0/+15
* * re.c (append_utf8): check unicode range.akr2007-12-091-0/+4
* * lib/cgi.rb (read_multipart): exclude blanks from header values.nobu2007-12-091-0/+5