aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * file.c (file_expand_path): wrong condition. [ruby-core:31591]usa2010-08-021-0/+4
* * ext/pathname/pathname.c (path_realdirpath): Pathname#realdirpathakr2010-08-011-0/+5
* * lib/pp.rb: describe superclasses explicitly.akr2010-08-011-4/+8
* * string.c (rb_str_modify_expand, rb_str_resize): get rid ofnobu2010-08-011-0/+5
* * ChangeLog: forget to write annotation for redmine.mrkn2010-08-011-0/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_hash): use rb_memhash and take care...mrkn2010-08-011-0/+5
* * ext/pathname/pathname.c (path_realpath): Pathname#realpath translatedakr2010-08-011-0/+5
* * win32/Makefile.sub: needs stddef.h for size_t. a patch fromnobu2010-08-011-0/+5
* * ext/pathname/pathname.c (path_sub_ext): Pathname#sub_ext translatedakr2010-08-011-0/+5
* * lib/irb/init.rb (IRB.parse_opts): set VERBOSE to true when debugmame2010-08-011-0/+6
* * bignum.c (big_op): comparison of bignum and infinity has returned 1mame2010-08-011-0/+5
* add ML ref.akr2010-08-011-0/+1
* * class.c (rb_include_module): don't clear the method cache if theakr2010-08-011-0/+5
* * ext/pathname/pathname.c (path_sub): Pathname#sub translatedakr2010-08-011-0/+5
* * include/ruby/win32.h: latest x86_64 mingw defines stati64.nobu2010-08-011-0/+5
* * ext/win32ole/win32ole.c: fix typo. [ruby-core:31564][Bug #3636]suke2010-07-311-0/+4
* * ext/pathname/pathname.c (path_inspect): Pathname#inspect translatedakr2010-07-311-0/+5
* * ext/pathname/pathname.c (Init_pathname): The alias,akr2010-07-311-0/+5
* * ext/pathname/pathname.c (path_to_s): Pathname#to_s translatedakr2010-07-311-0/+5
* * lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert):nahi2010-07-301-0/+6
* * ext/pathname/pathname.c (path_hash): Pathname#hash translatedakr2010-07-301-1/+6
* * lib/net/imap.rb (example): use IO#noecho to read password ifnobu2010-07-301-1/+4
* * lib/net/imap.rb (example): support starttls option.nobu2010-07-301-0/+5
* * file.c (file_expand_path): home directory must be absolute.nobu2010-07-291-0/+5
* * file.c (file_expand_path): should check if could find user.nobu2010-07-291-0/+5
* * util.c (ruby_add_suffix): fixed a bug returning uninitializednobu2010-07-291-0/+5
* * ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty,nagai2010-07-291-0/+5
* * ext/pathname/pathname.c (path_cmp): Pathname#<=> translatedakr2010-07-291-0/+5
* * common.mk (EXT_SRCS): add ext/json/parser/parser.c.nobu2010-07-281-0/+4
* * file.c (rb_file_s_basename): pass baselen to rmext.nobu2010-07-281-0/+4
* * configure.in: not [freebsd] but [freebsd*] for AS_CASE.naruse2010-07-281-0/+4
* * ext/pathname/pathname.c (path_eq): Pathname#{==,===,eql?} translatedakr2010-07-281-0/+5
* * win32/Makefile.sub (config.h): VC6 or later have stddef.h.usa2010-07-281-0/+9
* * missing/*.c: include missing.hnobu2010-07-281-0/+4
* * cont.c: typos.usa2010-07-281-0/+4
* * cont.c: (RB_PAGE_SIZE): renamed from PAGE_SIZE. [ruby-dev:41870]naruse2010-07-281-0/+6
* * ext/pathname/pathname.c (path_taint): use rb_obj_taint.akr2010-07-271-0/+6
* * lib/mkmf.rb (have_framework): added.nobu2010-07-271-0/+4
* * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: includenobu2010-07-271-0/+5
* * numeric.c (flo_cmp): typo.usa2010-07-271-0/+4
* * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse2010-07-271-0/+7
* * ext/pathname/pathname.c (path_taint): Pathname#taint translated fromakr2010-07-261-0/+5
* * configure.in (config.h): add include guard.nobu2010-07-261-0/+6
* * configure.in (XCFLAGS): missing.h needs config.h.nobu2010-07-261-0/+4
* * include/ruby/missing.h: revert a part of r28727. config.h is expectedusa2010-07-261-0/+6
* * configure.in: define BROKEN_CLOSE only on FreeBSD.naruse2010-07-261-0/+5
* * vm.c (rb_thread_mark): should mark iseq itself other than normalnobu2010-07-261-0/+5
* * configure.in: define BROKEN_CLOSE on FreeBSD.naruse2010-07-261-0/+8
* * vm.c (rb_thread_mark): mark only self of normal iseqs, notnobu2010-07-261-0/+5
* * numeric.c (flo_cmp): honor the result of infinite? method of thenobu2010-07-241-1/+4