summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-14* common.mk (ruby.imp): fix for circular dependency. a patch fromnobu
2007-12-14* ext/readline/extconf.rb: should use have_func for functions insteadnobu
2007-12-14* lib/mkmf.rb (try_var): should fail for functions.nobu
2007-12-14* configure.in (RUBY_CHECK_VARTYPE): check if a variable is definednobu
2007-12-13* eval.c (rb_protect): restore root_jmpbuf even if proc exits byakr
2007-12-13* string.c (str_nth): direct jump if string is 7bit only. greatmatz
2007-12-13* encoding.c (rb_enc_compatible): 1st argument (typically thematz
2007-12-13* io.c (rb_io_synchronized): should check if initialized.matz
2007-12-13* re.c (rb_reg_initialize): embedded string may override encodingmatz
2007-12-13* encoding.c (rb_enc_compatible): encoding should never fall backmatz
2007-12-13don't show shared and assoc for embed string.akr
2007-12-13* string.c (rb_str_shared_replace): make str noembed after free.akr
2007-12-13* eval.c (rb_protect): restore root_jmpbuf to avoid SEGV byakr
2007-12-13* string.c (rb_str_succ): should not enter infinite loop formatz
2007-12-13* string.c (str_gsub): should copy encoding to the result.matz
2007-12-13* string.c (rb_str_split_m): need not to check encoding if regexpmatz
2007-12-13* encoding.c (enc_get_encoding): removed.nobu
2007-12-13* encoding.c (rb_enc_compatible): should swap encoding indexes too.nobu
2007-12-13* encoding.c (rb_enc_compatible): should not judge compatibilitymatz
2007-12-13* include/ruby/io.h (MakeOpenFile): fptr->enc should bematz
2007-12-13add test for [ruby-dev:32567].akr
2007-12-13upcase hex.akr
2007-12-12* io.c (rb_io_getc): use default external encoding if fptr->enc ismatz
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