summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-12-17* Makefile.in (RUNRUBY): added RUNRUBYOPT.nobu
2007-12-17* thread_win32.ci (native_thread_create): initializeakr
2007-12-17for undefined conversions.matz
2007-12-16* configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.nobu
2007-12-15* configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.nobu
2007-12-15* test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, evenakr
2007-12-15* test/xmlrpc/webrick_testing.rb: join webrick server thread.akr
2007-12-15* configure.in (BUILTIN_ENCS): splitted command line instead ofnobu
2007-12-15* lib/timeout.rb: join the background thread to make sure it is dead.akr
2007-12-15* configure.in (BUILTIN_ENCS): [] needs to be enclosed because of m4.nobu
2007-12-15* configure.in (enc/Makefile): add external encoding objects list.nobu
2007-12-15* lib/e2mmap.rb (Exception2MessageMapper::E2MM.Raise): $! nomatz
2007-12-15* transcode.c (str_transcode, transcode_dispatch): added two-stepmatz
2007-12-15* vm_core.h (rb_thread_t): new member machine_stack_maxsize andakr
2007-12-15* encoding.c (rb_enc_register, rb_enc_replicate, rb_enc_alias): checknobu
2007-12-14* lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz
2007-12-14* thread_pthread.ci (native_thread_create): twice the stack size.akr
2007-12-14* io.c (rb_f_p): RDoc update. a patch from murphy <murphy AT rubychan.de>.matz
2007-12-14* string.c (rb_str_cmp): encoding aware comparison.matz
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-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 (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-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