aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_blocking_region): must ensure to unlock GVL.nobu2009-10-301-0/+5
* * include/ruby/ruby.h (RSTRING_END): trivial optimization.nobu2009-10-291-1/+3
* * string.c (rb_str_sub_bang): trivial optimization.nobu2009-10-291-0/+4
* * enum.c (enum_count): call #size using rb_funcall_no_recursive()matz2009-10-291-0/+10
* Revert set locale and filesystem encindex in Init_Encoding.naruse2009-10-291-0/+6
* * encoding.c (Init_Encoding): set locale and filesystem encindex.naruse2009-10-291-0/+7
* * vm_core.h (rb_name_err_mesg_new): added prototype.nobu2009-10-291-0/+4
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-0/+32
* * ruby.c (process_options): call rb_filesystem_encoding().naruse2009-10-281-0/+4
* * io.c (Init_IO): rb_default_rs should be US-ASCII.naruse2009-10-281-0/+4
* * ext/socket/extconf.rb : Compilation failure on AIX.kanemoto2009-10-281-0/+6
* * encoding.c (get_filesystem_encoding): removed.naruse2009-10-281-0/+17
* Previous commit is for [ruby-core:25959]naruse2009-10-281-1/+1
* * gem_prelude.rb (Gem.set_home):naruse2009-10-281-0/+8
* * encoding.c (get_filesystem_encoding):naruse2009-10-281-0/+7
* * ext/etc/etc.c (etc_each_group): fixed typo.nobu2009-10-281-0/+4
* * vm_insnhelper.c (vm_setup_method): should push call frame beforematz2009-10-281-0/+11
* * lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo2009-10-281-0/+14
* * lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse2009-10-271-0/+7
* * ext/stringio/stringio.c (Init_stringio): added read_nonblock andnobu2009-10-271-1/+4
* * ext/stringio/stringio.c (strio_data_type): typed.nobu2009-10-271-0/+4
* * ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method.nagai2009-10-271-0/+4
* * string.c (chopped_length): get rid of unexpected exception.nobu2009-10-271-0/+5
* * gc.h (SET_MACHINE_STACK_END): use __i386.akr2009-10-271-0/+7
* * lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo2009-10-271-0/+5
* add commit log of r25499kazu2009-10-271-0/+6
* * gc.h (SET_MACHINE_STACK_END): use __i386__ instead of __i386,nobu2009-10-271-1/+6
* * gc.c (SET_MACHINE_STACK_END): add x86_64 version by nobu.naruse2009-10-271-1/+5
* * ChangeLog: typo. this commit fixed [ruby-core:26166]usa2009-10-271-1/+1
* * vm_exec.c (DECL_SC_REG): use __clang__.naruse2009-10-271-0/+4
* * mkconfig.rb: reverted r25443 because build_os is used in mkmf.rbnobu2009-10-261-0/+5
* fix typoskazu2009-10-261-5/+5
* * gc.c (garbage_collect_with_gvl): do not garbage_collect whenmatz2009-10-261-0/+5
* * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai2009-10-261-0/+7
* * vm.c (invoke_block_from_c): return Qnil when its iseq isnaruse2009-10-261-0/+5
* * vm_exec.c (DECL_SC_REG): check defined(__asm__) before use it.naruse2009-10-261-0/+5
* * win32/Makefile.sub (config.h): added RUBY_SITEARCH to usenobu2009-10-261-0/+5
* * array.c (rb_ary_cmp): Array#<=> returns nil when comparison failsmarcandre2009-10-261-0/+5
* * hash.c (default_proc_arity_check): new support function.matz2009-10-261-0/+7
* * ext/tk/lib/remote-tk.rb: typo fixed.nagai2009-10-261-0/+4
* * ruby.c (usage): -T and -W descriptions updated. seemame2009-10-261-0/+7
* * io.c (io_fwrite): adjust stdio file position after direct write onnobu2009-10-261-0/+5
* * ext/dl/handle.c (dlhandle_sym): fixed an invalid local variablenobu2009-10-251-0/+5
* * io.c (io_cntl): F_DUPFD is platform dependent.nobu2009-10-251-0/+4
* * ext/dl/handle.c (rb_dlhandle_close): fixed an invalid localnobu2009-10-251-0/+5
* * lib/matrix.rb (**): Optimization (up to 45% faster)marcandre2009-10-241-0/+4
* * enum.c (enum_flat_map): new method that concatenates the valuesmatz2009-10-241-0/+5
* * hash.c (rb_hash_set_default_proc): checks arity of defalt_procmatz2009-10-241-0/+5
* * object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]matz2009-10-241-0/+4
* * class.c (rb_class_new): move class check to rb_check_inheritable().matz2009-10-231-0/+7