aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * file.c (file_expand_path): wrong condition. [ruby-core:31591]usa2010-08-023-1/+6
* * 2010-08-02svn2010-08-011-2/+2
* * ext/pathname/pathname.c (path_realdirpath): Pathname#realdirpathakr2010-08-013-10/+21
* * lib/pp.rb: describe superclasses explicitly.akr2010-08-012-6/+10
* * string.c (rb_str_modify_expand, rb_str_resize): get rid ofnobu2010-08-012-19/+43
* * 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-012-6/+8
* * ext/pathname/pathname.c (path_realpath): Pathname#realpath translatedakr2010-08-013-11/+23
* * win32/Makefile.sub: needs stddef.h for size_t. a patch fromnobu2010-08-012-0/+6
* * ext/pathname/pathname.c (path_sub_ext): Pathname#sub_ext translatedakr2010-08-013-9/+37
* * lib/irb/init.rb (IRB.parse_opts): set VERBOSE to true when debugmame2010-08-012-0/+7
* * bignum.c (big_op): comparison of bignum and infinity has returned 1mame2010-08-013-2/+10
* add ML ref.akr2010-08-011-0/+1
* * class.c (rb_include_module): don't clear the method cache if theakr2010-08-012-1/+7
* * ext/pathname/pathname.c (path_sub): Pathname#sub translatedakr2010-08-013-19/+23
* * include/ruby/win32.h: latest x86_64 mingw defines stati64.nobu2010-08-012-0/+7
* * 2010-08-01svn2010-07-311-3/+3
* * ext/win32ole/win32ole.c: fix typo. [ruby-core:31564][Bug #3636]suke2010-07-312-2/+6
* * ext/pathname/pathname.c (path_inspect): Pathname#inspect translatedakr2010-07-313-4/+15
* * ext/pathname/pathname.c (Init_pathname): The alias,akr2010-07-313-3/+12
* * util.c (ruby_add_suffix): suppress a warning.nobu2010-07-311-1/+1
* * ext/pathname/pathname.c (path_to_s): Pathname#to_s translatedakr2010-07-313-5/+15
* * 2010-07-31svn2010-07-301-2/+2
* * lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert):nahi2010-07-302-2/+8
* * ext/pathname/pathname.c (path_hash): Pathname#hash translatedakr2010-07-303-5/+14
* * file.c (file_expand_path): suppress a warning.nobu2010-07-301-0/+1
* * lib/net/imap.rb: load io/console.nobu2010-07-301-3/+20
* * lib/net/imap.rb (example): use IO#noecho to read password ifnobu2010-07-302-6/+9
* * lib/net/imap.rb (example): support starttls option.nobu2010-07-302-6/+15
* * file.c (file_expand_path): home directory must be absolute.nobu2010-07-293-4/+31
* * file.c (file_expand_path): should check if could find user.nobu2010-07-293-6/+10
* * util.c (ruby_add_suffix): fixed a bug returning uninitializednobu2010-07-297-6/+91
* * ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty,nagai2010-07-292-5/+10
* * 2010-07-30svn2010-07-291-2/+2
* class description document moved.akr2010-07-292-177/+177
* * ext/pathname/pathname.c (path_cmp): Pathname#<=> translatedakr2010-07-293-6/+43
* * common.mk (EXT_SRCS): add ext/json/parser/parser.c.nobu2010-07-283-2/+17
* * file.c (rb_file_s_basename): pass baselen to rmext.nobu2010-07-282-6/+7
* * 2010-07-29svn2010-07-281-2/+2
* * configure.in: not [freebsd] but [freebsd*] for AS_CASE.naruse2010-07-282-1/+5
* * ext/pathname/pathname.c (path_eq): Pathname#{==,===,eql?} translatedakr2010-07-283-12/+21
* add a test.akr2010-07-281-0/+14
* * vm_core.h (rb_thread_check_trap_pending): hidden API for tcl/tk wrapper.nobu2010-07-281-0/+10
* * win32/Makefile.sub (config.h): VC6 or later have stddef.h.usa2010-07-282-0/+15
* * missing/*.c: include missing.hnobu2010-07-2818-0/+26
* * cont.c: typos.usa2010-07-282-2/+6
* * 2010-07-28svn2010-07-281-2/+2
* * cont.c: (RB_PAGE_SIZE): renamed from PAGE_SIZE. [ruby-dev:41870]naruse2010-07-282-6/+12
* * ext/pathname/pathname.c (path_taint): use rb_obj_taint.akr2010-07-273-3/+16
* * Makefile.in (MINIRUBY): get rid of appending spaces for eachnobu2010-07-271-1/+2