summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add tag v1_8_6_130v1_8_6_130shyouhei2008-06-070-0/+0
* merge revision(s) 13678:shyouhei2008-06-073-3/+3
* 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-35/+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-3/+11
* * 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
* * ChangeLog: fixed indent.nobu2008-03-101-27/+27
* merge revision(s) 15677:shyouhei2008-03-034-7/+93
* * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,shyouhei2007-12-026-11/+58
* patchlevel 112shyouhei2007-12-021-5/+5
* Fixes a bug in the pretty printer related to an incomplete refactoring.ser2007-11-049-32/+95
* Sorry SER, reverting r13600, which brakes make test-all''shyouhei2007-10-038-77/+26
* * Fixes a bug in the pretty printer related to an incomplete refactoring.ser2007-10-028-26/+77
* * lib/net/http.rb: an SSL verification (the server hostname shouldshyouhei2007-09-245-15/+32
* * eval.c, intern.h, ext/thread/thread.c: should not free queue whileshyouhei2007-09-234-33/+25
* * 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
* * bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundshyouhei2007-09-193-4/+10
* * ext/thread/thread.c (lock_mutex): should take care of threadsshyouhei2007-09-164-3/+49
* * runruby.rb: fix incomplete backport r12339.shyouhei2007-09-163-2/+7
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13459 b2dd03c...shyouhei2007-09-164-1/+71
* * 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
* * eval.c (rb_thread_start_0): should unset time_thread_alive_p.shyouhei2007-09-073-1/+13
* * array.c (rb_ary_subseq): need integer overflow check.shyouhei2007-09-073-5/+9
* * 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
* * configure.in (group_member): check if presents.shyouhei2007-09-073-2/+7
* * 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
* * eval.c (mnew): should preserve noex as safe_level.shyouhei2007-09-073-3/+9
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().shyouhei2007-09-073-6/+7
* * 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-074-3/+14
* * bignum.c (big_lshift): make shift offset long type.shyouhei2007-09-072-15/+16
* * hash.c (rb_hash_delete_key): delete the entry without calling block.shyouhei2007-08-224-16/+620
* * lib/rinda/tuplespace.rb: fix Rinda::TupleSpace keeper thread bug.shyouhei2007-08-224-6/+30
* * ext/pty/pty.c (establishShell): handshaking before close slaveshyouhei2007-08-222-2/+5
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.shyouhei2007-08-223-4/+9