aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in, */Makefile.sub (CP, MV): added.nobu2007-12-116-2/+18
* * object.c (Init_Object): singleton_method_{added,removed,undefined}matz2007-12-113-5/+14
* * test/ruby/test_transcode.rb: added tests from Martin Duerst <duerstnobu2007-12-112-29/+63
* * transcode.c (transcode_loop): get rid of SEGV at sequence can not benobu2007-12-112-15/+24
* * encoding.c (rb_enc_get_ascii): add an argument to provide the akr2007-12-114-69/+90
* * include/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE):akr2007-12-112-1/+6
* * eval.c (rb_method_missing): RDoc update patch from Hugh Sassematz2007-12-102-0/+8
* * lib/net/http.rb (Net::HTTP::get): now supports gzipmatz2007-12-102-3/+57
* * parse.y (shadowing_lvar_gen): no duplicate error for "_".matz2007-12-103-17/+25
* * array.c (rb_ary_slice_bang): If an invalid range is given, doknu2007-12-103-2/+33
* * transcode.c (str_transcode): allow non-registered encodings.nobu2007-12-103-7/+34
* * array.c (rb_ary_slice_bang): should return nil if position outmatz2007-12-102-0/+7
* * re.c (rb_reg_match): should calculate offset by convertedmatz2007-12-102-4/+11
* "// =~ :a" abort.akr2007-12-101-0/+2
* * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAMEmatz2007-12-102-1/+7
* * string.c (rb_str_tmp_new): creates hidden temporary buffer.nobu2007-12-105-292/+229
* * transcode*.[ch], test/ruby/test_transcode.rb: set properties.nobu2007-12-102-46/+46
* * string.c (rb_str_insert): should not add length in bytes to index innobu2007-12-102-3/+8
* * eval.c (rb_f_public_send): rename invoke_method to public_send.matz2007-12-104-20/+17
* * transcode.c: new file to provide encoding conversion features.matz2007-12-108-3/+3797
* * re.c (rb_reg_search): return byte offset. [ruby-dev:32452]nobu2007-12-103-29/+54
* add ML ref.akr2007-12-101-0/+8
* * benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: prop set.ko12007-12-102-15/+15
* * benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: added.ko12007-12-103-0/+19
* * object.c (rb_obj_not_match): wrong test.matz2007-12-092-2/+6
* update tests for String#inspect replacing \xHH instead of \OOO.akr2007-12-091-27/+27
* * parse.y (parser_yylex): wrong token was generated. [ruby-dev:32498]matz2007-12-093-5/+9
* * re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr2007-12-099-11/+28
* * re.c (rb_reg_names): new method Regexp#names.akr2007-12-094-6/+171
* * parse.y (expr): redefinable not (!) operator.matz2007-12-097-95/+87
* * re.c (rb_reg_s_last_match): accept named capture's name.akr2007-12-093-44/+93
* Regexp#fixed_encoding? documented.akr2007-12-091-0/+25
* document named capture of MatchData#{offset,begin,end,inspect}.akr2007-12-092-4/+20
* * re.c (match_backref_number): new function for converting a backrefakr2007-12-093-6/+110
* * eval_intern.h (CHECK_STACK_OVERFLOW): reserve frame size.ko12007-12-092-2/+7
* * vm.c (rb_thread_mark): use rb_gc_mark_maybe() forko12007-12-093-7/+19
* * include/ruby/ruby.h (FilePathStringValue): defined. similar toakr2007-12-095-8/+68
* * re.c (append_utf8): check unicode range.akr2007-12-093-4/+27
* * lib/cgi.rb (read_multipart): exclude blanks from header values.nobu2007-12-092-5/+10
* * file.c (rb_get_path): use the original object if to_path method isnobu2007-12-093-1/+13
* * string.c (tr_find): returns true if no characters to be removed isnobu2007-12-094-8/+13
* * parse.y (parser_magic_comment): delimits with a semicolon.nobu2007-12-092-1/+5
* * 2007-12-09nobu2007-12-091-3/+3
* * string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu2007-12-094-10/+13
* fix added test.akr2007-12-091-1/+1
* more tests.akr2007-12-091-0/+49
* more tests.akr2007-12-091-0/+58
* * encoding.c (rb_enc_precise_mbclen): return needmore if underlyingakr2007-12-082-2/+8
* fix previous commit.akr2007-12-081-1/+1
* add a test for casecmp with sjis string.akr2007-12-081-0/+7