summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-12* io.c (read_all): should associate default external encoding.matz
2007-12-12* re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr
2007-12-12* io.c (rb_io_mode_enc): allow specifying external encoding inmatz
2007-12-12* eval_method.ci (rb_alias): no need to skip aliasing when newmatz
2007-12-12* io.c (rb_io_check_readable): set default external encoding tomatz
2007-12-12* parse.y (expr): 'not' and '!' should act as conditionalmatz
2007-12-12* re.c (rb_reg_regsub): should copy encoding.nobu
2007-12-11* pack.c (pack_pack): RDoc update. a patch from Gary Wrightmatz
2007-12-11* encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr
2007-12-11* Makefile.in, */Makefile.sub (CP, MV): added.nobu
2007-12-11* object.c (Init_Object): singleton_method_{added,removed,undefined}matz
2007-12-11* test/ruby/test_transcode.rb: added tests from Martin Duerst <duerstnobu
2007-12-11* transcode.c (transcode_loop): get rid of SEGV at sequence can not benobu
2007-12-11* encoding.c (rb_enc_get_ascii): add an argument to provide the akr
2007-12-11* include/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE):akr
2007-12-10* eval.c (rb_method_missing): RDoc update patch from Hugh Sassematz
2007-12-10* lib/net/http.rb (Net::HTTP::get): now supports gzipmatz
2007-12-10* parse.y (shadowing_lvar_gen): no duplicate error for "_".matz
2007-12-10* array.c (rb_ary_slice_bang): If an invalid range is given, doknu
2007-12-10* transcode.c (str_transcode): allow non-registered encodings.nobu
2007-12-10* array.c (rb_ary_slice_bang): should return nil if position outmatz
2007-12-10* re.c (rb_reg_match): should calculate offset by convertedmatz
2007-12-10"// =~ :a" abort.akr
2007-12-10* lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAMEmatz
2007-12-10* string.c (rb_str_tmp_new): creates hidden temporary buffer.nobu
2007-12-10* transcode*.[ch], test/ruby/test_transcode.rb: set properties.nobu
2007-12-10* string.c (rb_str_insert): should not add length in bytes to index innobu
2007-12-10* eval.c (rb_f_public_send): rename invoke_method to public_send.matz
2007-12-10* transcode.c: new file to provide encoding conversion features.matz
2007-12-10* re.c (rb_reg_search): return byte offset. [ruby-dev:32452]nobu
2007-12-10add ML ref.akr
2007-12-10* benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: prop set.ko1
2007-12-10* benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: added.ko1
2007-12-09* object.c (rb_obj_not_match): wrong test.matz
2007-12-09update tests for String#inspect replacing \xHH instead of \OOO.akr
2007-12-09* parse.y (parser_yylex): wrong token was generated. [ruby-dev:32498]matz
2007-12-09* re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr
2007-12-09* re.c (rb_reg_names): new method Regexp#names.akr
2007-12-09* parse.y (expr): redefinable not (!) operator.matz
2007-12-09* re.c (rb_reg_s_last_match): accept named capture's name.akr
2007-12-09Regexp#fixed_encoding? documented.akr
2007-12-09document named capture of MatchData#{offset,begin,end,inspect}.akr
2007-12-09* re.c (match_backref_number): new function for converting a backrefakr
2007-12-09* eval_intern.h (CHECK_STACK_OVERFLOW): reserve frame size.ko1
2007-12-09* vm.c (rb_thread_mark): use rb_gc_mark_maybe() forko1
2007-12-09* include/ruby/ruby.h (FilePathStringValue): defined. similar toakr
2007-12-09* re.c (append_utf8): check unicode range.akr
2007-12-09* lib/cgi.rb (read_multipart): exclude blanks from header values.nobu
2007-12-09* file.c (rb_get_path): use the original object if to_path method isnobu
2007-12-09* string.c (tr_find): returns true if no characters to be removed isnobu