summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-11-26* test/mkmf/base.rb: use $INCFLAGS to add -I option. [Bug#2387]nobu
2009-11-25* marshal.c (mark_dump_arg): mark str. see also [ruby-dev:39735]wanabe
2009-11-25 * test/digest/test_digest_extend.rb: Added tests for current digestnahi
2009-11-25* vm_eval.c (rb_search_method_entry): refine error message.akr
2009-11-25* ext/digest/digest.c (rb_digest_instance_method_unimpl): Do notknu
2009-11-25* transcode.c: Added a check for an internal errorduerst
2009-11-24* test/ruby/envutil.rb (EnvUtil.invoke_ruby): raise Timeout::Errorakr
2009-11-24* vm.c (ruby_vm_destruct, thread_memsize): fix argument type to makemame
2009-11-24* error.c: include errno.h at beginning.akr
2009-11-24* strftime.c: %Y format a year with 4 digits at least.akr
2009-11-24* defs/known_errors.def: more errors.akr
2009-11-24* include/ruby/ruby.h (rb_bug_errno): declared.akr
2009-11-24* file.c (file_path_convert): fix fs_encoding is not assign.naruse
2009-11-24* error.c (rb_strerrno): constified.nobu
2009-11-24* error.c (rb_strerrno): return "UNKNOWNERROR" for non-zero unknownakr
2009-11-24* include/ruby/intern.h (rb_strerrno): declared.akr
2009-11-23* thread_pthread.c (RUBY_STACK_MIN, RUBY_STACK_SPACE): delay fornobu
2009-11-23* dln.c (dln_find_1): removed duplication.nobu
2009-11-23* dln.c (dln_find_1): removed duplication.nobu
2009-11-22* enc/trans/newline.trans (fun_so_universal_newline): generate \nakr
2009-11-21* vm_eval.c (rb_search_method_entry): show flags and klass value inakr
2009-11-21* marshal.c (marshal_dump): use normal object as the buffer sonobu
2009-11-21* io.c (read_all): fix: false negative invalid byte seequencenaruse
2009-11-21* file.c (file_path_convert): delay getting UTF8-MAC encodingnaruse
2009-11-20* vm_eval.c (rb_search_method_entry): avoid trigraph.akr
2009-11-19* lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo
2009-11-19added a ChangeLog entry.shugo
2009-11-19* ext/socket/getnameinfo.c: need to include extconf.h for HAVE_* macros.usa
2009-11-19* win32/Makefile.sub: nmake execute the file named echo if it existsusa
2009-11-18* vm_eval.c (rb_search_method_entry): show the type of the hiddenakr
2009-11-18* io.c (MORE_CHAR_SUSPENDED): renamed from MORE_CHAR_CBUF_FULL.akr
2009-11-18* io.c (fill_cbuf): extracted from more_char.akr
2009-11-18* thread.c (rb_thread_atfork_internal): reinitialize global locknobu
2009-11-18* thread.c (rb_thread_atfork_internal): reinitialize global locknobu
2009-11-18* thread.c (terminate_atfork_i): all mutex locks by other threadsnobu
2009-11-18* file.c (file_path_convert): delay getting filesystem encodingusa
2009-11-18* encoding.c (enc_set_default_encoding): reset filesytemnaruse
2009-11-18* math.c (math_gamma): fix incorrect comparison expression.takano32
2009-11-18* io.c (rb_scan_open_args): move path encoding conversionnaruse
2009-11-18* string.c (str_utf8_nth): no count_utf8_lead_bytes_with_wordnobu
2009-11-18* vm_method.c (rb_undef): should raise TypeError if klass is nil.shugo
2009-11-17* string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu
2009-11-17* io.c (parse_mode_enc): fix invalid access.akr
2009-11-17* vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo
2009-11-17* enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst
2009-11-17* insns.def (opt_case_dispatch): runtime value cannot be used asnobu
2009-11-16* vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo
2009-11-16* io.c (read_all): shift read buffer if exception occured.wanabe
2009-11-15* io.c (read_all): don't call io_shift_cbuf until bufffering enough orwanabe
2009-11-15tests refined.akr