aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz2007-12-145-23/+15
* * thread_pthread.ci (native_thread_create): twice the stack size.akr2007-12-142-1/+7
* * io.c (rb_f_p): RDoc update. a patch from murphy <murphy AT rubychan.de>.matz2007-12-143-2/+9
* * string.c (rb_str_cmp): encoding aware comparison.matz2007-12-142-13/+41
* * common.mk (ruby.imp): fix for circular dependency. a patch fromnobu2007-12-145-10/+18
* * ext/readline/extconf.rb: should use have_func for functions insteadnobu2007-12-142-5/+7
* * lib/mkmf.rb (try_var): should fail for functions.nobu2007-12-143-5/+8
* * configure.in (RUBY_CHECK_VARTYPE): check if a variable is definednobu2007-12-143-32/+61
* * eval.c (rb_protect): restore root_jmpbuf even if proc exits byakr2007-12-132-3/+8
* * string.c (str_nth): direct jump if string is 7bit only. greatmatz2007-12-132-12/+29
* * encoding.c (rb_enc_compatible): 1st argument (typically thematz2007-12-132-1/+6
* * io.c (rb_io_synchronized): should check if initialized.matz2007-12-132-0/+6
* * re.c (rb_reg_initialize): embedded string may override encodingmatz2007-12-133-11/+24
* * encoding.c (rb_enc_compatible): encoding should never fall backmatz2007-12-134-9/+18
* don't show shared and assoc for embed string.akr2007-12-131-6/+7
* * string.c (rb_str_shared_replace): make str noembed after free.akr2007-12-134-2/+21
* * eval.c (rb_protect): restore root_jmpbuf to avoid SEGV byakr2007-12-132-0/+9
* * string.c (rb_str_succ): should not enter infinite loop formatz2007-12-133-4/+12
* * string.c (str_gsub): should copy encoding to the result.matz2007-12-134-5/+12
* * string.c (rb_str_split_m): need not to check encoding if regexpmatz2007-12-132-6/+16
* * encoding.c (enc_get_encoding): removed.nobu2007-12-131-10/+0
* * encoding.c (rb_enc_compatible): should swap encoding indexes too.nobu2007-12-132-0/+7
* * encoding.c (rb_enc_compatible): should not judge compatibilitymatz2007-12-132-6/+5
* * include/ruby/io.h (MakeOpenFile): fptr->enc should bematz2007-12-132-0/+6
* add test for [ruby-dev:32567].akr2007-12-131-0/+10
* upcase hex.akr2007-12-131-25/+25
* * io.c (rb_io_getc): use default external encoding if fptr->enc ismatz2007-12-124-4/+14
* * io.c (read_all): should associate default external encoding.matz2007-12-123-17/+22
* * re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr2007-12-127-11/+16
* * io.c (rb_io_mode_enc): allow specifying external encoding inmatz2007-12-122-7/+40
* * eval_method.ci (rb_alias): no need to skip aliasing when newmatz2007-12-122-2/+5
* * io.c (rb_io_check_readable): set default external encoding tomatz2007-12-122-24/+32
* * parse.y (expr): 'not' and '!' should act as conditionalmatz2007-12-122-3/+8
* * re.c (rb_reg_regsub): should copy encoding.nobu2007-12-124-3/+20
* * pack.c (pack_pack): RDoc update. a patch from Gary Wrightmatz2007-12-112-6/+14
* * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr2007-12-114-10/+18
* * 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