summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-17add tag v1_8_6_115v1_8_6_115shyouhei
2008-05-17* file.c (file_expand_path): rb_str_set_len is not backported.nobu
2008-05-17* file.c (file_expand_path): support for alternative data streamnobu
2008-03-10* ChangeLog: fixed indent.nobu
2008-03-03merge revision(s) 15677:shyouhei
2007-12-02 * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,shyouhei
2007-12-02patchlevel 112shyouhei
2007-11-04 Fixes a bug in the pretty printer related to an incomplete refactoring.ser
2007-10-03Sorry SER, reverting r13600, which brakes make test-all''shyouhei
2007-10-02* Fixes a bug in the pretty printer related to an incomplete refactoring.ser
2007-09-24 * lib/net/http.rb: an SSL verification (the server hostname shouldshyouhei
2007-09-23 * eval.c, intern.h, ext/thread/thread.c: should not free queue whileshyouhei
2007-09-22 * ext/stringio/stringio.c (strio_init): separate from strio_initializeshyouhei
2007-09-22 * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei
2007-09-19 * bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundshyouhei
2007-09-16 * ext/thread/thread.c (lock_mutex): should take care of threadsshyouhei
2007-09-16* runruby.rb: fix incomplete backport r12339.shyouhei
2007-09-16git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13459 b2dd03c...shyouhei
2007-09-16 * ruby.c (proc_options): -W should be allowed in RUBYOPTshyouhei
2007-09-16 * range.c (range_step): fixed integer overflow. [ruby-dev:31763]shyouhei
2007-09-07* eval.c (rb_thread_start_0): should unset time_thread_alive_p.shyouhei
2007-09-07 * array.c (rb_ary_subseq): need integer overflow check.shyouhei
2007-09-07 * array.c (rb_ary_fill): need integer overflow check.shyouhei
2007-09-07 * string.c (rb_str_splice): integer overflow for length.shyouhei
2007-09-07 * configure.in (group_member): check if presents.shyouhei
2007-09-07 * include/ruby/defines.h (flush_register_windows): call "ta 0x03"shyouhei
2007-09-07 * ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key, shyouhei
2007-09-07 * eval.c (mnew): should preserve noex as safe_level.shyouhei
2007-09-07 * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().shyouhei
2007-09-07 * process.c (detach_process_watcher): should not pass the pointershyouhei
2007-09-07 * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepshyouhei
2007-09-07 * bignum.c (big_lshift): make shift offset long type.shyouhei
2007-08-22 * hash.c (rb_hash_delete_key): delete the entry without calling block.shyouhei
2007-08-22 * lib/rinda/tuplespace.rb: fix Rinda::TupleSpace keeper thread bug.shyouhei
2007-08-22 * ext/pty/pty.c (establishShell): handshaking before close slaveshyouhei
2007-08-22 * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.shyouhei
2007-08-22 * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.shyouhei
2007-08-22git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13214 b2dd03c...shyouhei
2007-08-22 * ext/extmk.rb (extmake): save all CONFIG values.shyouhei
2007-08-22 * sprintf.c (rb_f_sprintf): should not check positional number asshyouhei
2007-08-22 * bignum.c (rb_big_aref): check for Bignum index range.shyouhei
2007-08-22 * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidshyouhei
2007-08-22 * dln.c (conv_to_posix_path): removed.shyouhei
2007-08-22 * intern.h (is_ruby_native_thread): removed since declared as an intshyouhei
2007-08-22 * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei
2007-08-22 * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hshyouhei
2007-08-22 * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.shyouhei
2007-08-22 * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.shyouhei
2007-08-22 * ext/openssl/ossl_config.c (ossl_config_set_section): do notshyouhei
2007-08-22 * eval.c (get_backtrace): check the result more.shyouhei