summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add tag v1_8_5_134v1_8_5_134shyouhei2008-06-070-0/+0
* merge revision(s) 13694:shyouhei2008-06-074-8/+11
* merge revision(s) 13688:shyouhei2008-06-073-6/+13
* merge revision(s) 13687:shyouhei2008-06-073-2/+7
* merge revision(s) 13678:shyouhei2008-06-074-3/+8
* merge revision(s) 13657:shyouhei2008-06-077-15/+29
* merge revision(s) 13602:shyouhei2008-06-053-28/+30
* merge revision(s) 13601:shyouhei2008-06-055-23/+76
* merge revision(s) 13587:shyouhei2008-06-053-5/+12
* merge revision(s) 13586:shyouhei2008-06-043-3/+13
* merge revision(s) 13515:shyouhei2008-06-043-5/+10
* merge revision(s) 13513:shyouhei2008-06-034-21/+53
* merge revision(s) 13497:shyouhei2008-06-033-38/+10
* merge revision(s) 13479:13481:shyouhei2008-06-033-33/+82
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-05-2010-35/+191
* * file.c (isdirsep): backslash is valid path separator on cygwin too.nobu2008-05-173-11/+15
* * file.c (file_expand_path): fix for short file name on Cygwin.nobu2008-05-173-5/+13
* * file.c (OpenFile): prevent conflict on Windows.nobu2008-05-173-4/+12
* * file.c (file_expand_path): rb_str_set_len is not backported.nobu2008-05-173-3/+7
* * file.c (file_expand_path): support for alternative data streamnobu2008-05-173-35/+198
* merge revision(s) 15677:shyouhei2008-03-034-8/+94
* * lib/net/http.rb: fix typo.shyouhei2007-09-245-15/+32
* * ext/stringio/stringio.c (strio_init): separate from strio_initializeshyouhei2007-09-223-5/+22
* * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei2007-09-223-6/+11
* * ruby.c (proc_options): -W should be allowed in RUBYOPTshyouhei2007-09-163-2/+7
* * range.c (range_step): fixed integer overflow. [ruby-dev:31763]shyouhei2007-09-163-5/+12
* * ruby.c (rubylib_mangled_path): eliminate RSTRING_PTRshyouhei2007-09-073-6/+17
* * array.c (rb_ary_subseq): need integer overflow check.shyouhei2007-09-072-3/+3
* * array.c (rb_ary_fill): need integer overflow check.shyouhei2007-09-073-1/+7
* * string.c (rb_str_splice): integer overflow for length.shyouhei2007-09-073-2/+7
* * eval.c (mnew): should preserve noex as safe_level.shyouhei2007-09-073-3/+9
* * configure.in (group_member): check if presents.shyouhei2007-09-074-2/+15
* * include/ruby/defines.h (flush_register_windows): call "ta 0x03"shyouhei2007-09-073-4/+7
* * ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key, shyouhei2007-09-073-9/+20
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().shyouhei2007-09-072-6/+3
* * process.c (detach_process_watcher): should not pass the pointershyouhei2007-09-073-8/+13
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepshyouhei2007-09-073-3/+9
* * bignum.c (big_lshift): make shift offset long type.shyouhei2007-09-073-15/+24
* * hash.c (rb_hash_delete_key): delete the entry without calling block.shyouhei2007-08-154-16/+620
* * lib/rinda/tuplespace.rb: fix Rinda::TupleSpace keeper thread bug.shyouhei2007-08-154-6/+30
* * ext/pty/pty.c (establishShell): handshaking before close slaveshyouhei2007-08-153-2/+10
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.shyouhei2007-08-153-4/+9
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.shyouhei2007-08-154-81/+85
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@13047 b2dd03c...shyouhei2007-08-153-2/+6
* * ext/extmk.rb (extmake): save all CONFIG values.shyouhei2007-08-153-19/+63
* * sprintf.c (rb_f_sprintf): should not check positional number asshyouhei2007-08-153-2/+7
* * dln.c (conv_to_posix_path): removed.shyouhei2007-08-154-119/+126
* * defines.h: Pull the RUBY_MBCHAR_MAXSIZE definition from trunk,shyouhei2007-08-153-1/+11
* * intern.h (is_ruby_native_thread): removed since declared as an intshyouhei2007-08-153-2/+6
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei2007-08-1511-29/+56