summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add tag v1_8_6_113v1_8_6_113shyouhei2007-12-020-0/+0
* * 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
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.shyouhei2007-08-224-81/+85
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13214 b2dd03c...shyouhei2007-08-223-2/+6
* * ext/extmk.rb (extmake): save all CONFIG values.shyouhei2007-08-223-19/+63
* * sprintf.c (rb_f_sprintf): should not check positional number asshyouhei2007-08-223-2/+7
* * bignum.c (rb_big_aref): check for Bignum index range.shyouhei2007-08-223-13/+28
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidshyouhei2007-08-222-3/+5
* * dln.c (conv_to_posix_path): removed.shyouhei2007-08-224-119/+126
* * intern.h (is_ruby_native_thread): removed since declared as an intshyouhei2007-08-223-2/+6
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei2007-08-2210-29/+29
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hshyouhei2007-08-222-1/+2
* * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.shyouhei2007-08-224-4/+4
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.shyouhei2007-08-223-1/+6
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notshyouhei2007-08-223-2/+10
* * eval.c (get_backtrace): check the result more.shyouhei2007-08-224-8/+15
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsshyouhei2007-08-225-20/+132
* * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]shyouhei2007-08-223-2/+8
* * time.c (time_succ): Time#succ should return a time object in theshyouhei2007-08-223-2/+12
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, shyouhei2007-08-223-6/+45