summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-31* util.c (ruby_add_suffix): suppress a warning.nobu
2010-07-31* ext/pathname/pathname.c (path_to_s): Pathname#to_s translatedakr
2010-07-30* 2010-07-31svn
2010-07-30 * lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert):nahi
2010-07-30* ext/pathname/pathname.c (path_hash): Pathname#hash translatedakr
2010-07-30 * file.c (file_expand_path): suppress a warning.nobu
2010-07-30* lib/net/imap.rb: load io/console.nobu
2010-07-30* lib/net/imap.rb (example): use IO#noecho to read password ifnobu
2010-07-30* lib/net/imap.rb (example): support starttls option.nobu
2010-07-29* file.c (file_expand_path): home directory must be absolute.nobu
2010-07-29* file.c (file_expand_path): should check if could find user.nobu
2010-07-29* util.c (ruby_add_suffix): fixed a bug returning uninitializednobu
2010-07-29* ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty,nagai
2010-07-29* 2010-07-30svn
2010-07-29class description document moved.akr
2010-07-29* ext/pathname/pathname.c (path_cmp): Pathname#<=> translatedakr
2010-07-28* common.mk (EXT_SRCS): add ext/json/parser/parser.c.nobu
2010-07-28* file.c (rb_file_s_basename): pass baselen to rmext.nobu
2010-07-28* 2010-07-29svn
2010-07-28* configure.in: not [freebsd] but [freebsd*] for AS_CASE.naruse
2010-07-28* ext/pathname/pathname.c (path_eq): Pathname#{==,===,eql?} translatedakr
2010-07-28add a test.akr
2010-07-28* vm_core.h (rb_thread_check_trap_pending): hidden API for tcl/tk wrapper.nobu
2010-07-28* win32/Makefile.sub (config.h): VC6 or later have stddef.h.usa
2010-07-28* missing/*.c: include missing.hnobu
2010-07-28* cont.c: typos.usa
2010-07-28* 2010-07-28svn
2010-07-28* cont.c: (RB_PAGE_SIZE): renamed from PAGE_SIZE. [ruby-dev:41870]naruse
2010-07-27* ext/pathname/pathname.c (path_taint): use rb_obj_taint.akr
2010-07-27 * Makefile.in (MINIRUBY): get rid of appending spaces for eachnobu
2010-07-27* lib/mkmf.rb (have_framework): added.nobu
2010-07-27* defines.h, intern.h, missing.h, ruby.h, st.h, util.h: includenobu
2010-07-27* numeric.c (flo_cmp): typo.usa
2010-07-27* class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse
2010-07-26* compile.c (rb_iseq_translate_threaded_code): removed duplicated code.nobu
2010-07-26* ext/pathname/pathname.c (path_taint): Pathname#taint translated fromakr
2010-07-26* configure.in (config.h): add include guard.nobu
2010-07-26* configure.in (XCFLAGS): missing.h needs config.h.nobu
2010-07-26* include/ruby/missing.h: revert a part of r28727. config.h is expectedusa
2010-07-26* configure.in: define BROKEN_CLOSE only on FreeBSD.naruse
2010-07-26* vm.c (rb_thread_mark): should mark iseq itself other than normalnobu
2010-07-26* configure.in: define BROKEN_CLOSE on FreeBSD.naruse
2010-07-26* 2010-07-26svn
2010-07-26* vm.c (rb_thread_mark): mark only self of normal iseqs, notnobu
2010-07-24* numeric.c (flo_cmp): honor the result of infinite? method of thenobu
2010-07-24* test/ruby/envutil.rb (EnvUtil#.suppress_warning): added.nobu
2010-07-24* test/test_mutex_m.rb: property.nobu
2010-07-23* lib/mutex_m.rb (sleep): added Mutex_m#sleep to support ConditionVariable.shugo
2010-07-23* configure.in (RUBY_MINGW32): ignore msvc suffix.nobu
2010-07-23* configure.in (RUBY_TRY_CFLAGS): try with werror turned on.nobu