| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (rb_call0): prohibit calling tainted method (>2) when | matz | 2005-09-09 | 1 | -0/+5 |
* | * ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of meta | nobu | 2005-09-09 | 1 | -1/+4 |
* | * string.c (rb_str_times): make empty strings to keep taintness, | nobu | 2005-09-09 | 1 | -0/+5 |
* | * merged a patch from Takahiro Kambe <taca@back-street.net> to | matz | 2005-09-08 | 1 | -0/+14 |
* | * lib/open-uri.rb: abolish mod === tempfile to avoid a problem | akr | 2005-09-07 | 1 | -0/+5 |
* | * eval.c (rb_thread_switch): convert all exceptions to | nobu | 2005-09-07 | 1 | -0/+8 |
* | * lib/mkmf.rb (what_type?): guesstimate type. | nobu | 2005-09-06 | 1 | -1/+6 |
* | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu | 2005-09-06 | 1 | -0/+13 |
* | * lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com> | matz | 2005-09-05 | 1 | -0/+6 |
* | * ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write): | gotoyuzo | 2005-09-04 | 1 | -0/+5 |
* | * lib: do not use __send__ to access private methods. [ruby-dev:26935] | nobu | 2005-09-02 | 1 | -6/+10 |
* | * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. | keiju | 2005-09-01 | 1 | -0/+7 |
* | * eval.c (rb_call0): wrong condition for $SAFE restoration. | matz | 2005-09-01 | 1 | -0/+4 |
* | * eval.c (method_arity): should return proper arity value. | matz | 2005-09-01 | 1 | -0/+13 |
* | * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn't | nagai | 2005-09-01 | 1 | -0/+9 |
* | * win32/Makefile.sub (OPTFLAGS): default global optimization to | usa | 2005-08-31 | 1 | -0/+5 |
* | * test/gdbm/test_gdbm.rb (teardown): should remove GDBM temporary | usa | 2005-08-31 | 1 | -0/+5 |
* | * process.c (proc_detach, proc_setmaxgroups): missing argument type | ocean | 2005-08-31 | 1 | -1/+6 |
* | * lib/mkmf.rb (xsystem, xpopen): no longer expand by Config. | nobu | 2005-08-30 | 1 | -1/+8 |
* | * eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917] | nobu | 2005-08-30 | 1 | -2/+6 |
* | * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h, | gotoyuzo | 2005-08-30 | 1 | -0/+6 |
* | * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870] | ocean | 2005-08-29 | 1 | -0/+7 |
* | * lib/time.rb (Time.parse): extract fractional seconds using | akr | 2005-08-28 | 1 | -0/+5 |
* | * ext/curses/curses.c ({curses,window}_clrtoeol): added. suggested | ocean | 2005-08-27 | 1 | -1/+11 |
* | * test/logger/test_logger.rb (test_shifting_size): should close log | usa | 2005-08-24 | 1 | -0/+6 |
* | * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): add | nahi | 2005-08-20 | 1 | -0/+6 |
* | * lib/logger.rb (write, shift_log?, shift_log): file shifting race | nahi | 2005-08-20 | 1 | -0/+7 |
* | * lib/time.rb (Time.apply_offset): fix a problem with last day of | akr | 2005-08-19 | 1 | -0/+5 |
* | * bcc32/Makefile.sub (COMMON_HEADERS): reverted 1.42.2.24. | ocean | 2005-08-18 | 1 | -0/+8 |
* | * eval.c (terminate_process): take String message. | nobu | 2005-08-17 | 1 | -1/+6 |
* | * object.c (rb_to_integer): argument constified. | nobu | 2005-08-14 | 1 | -0/+4 |
* | * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE. | nobu | 2005-08-14 | 1 | -0/+7 |
* | * ChangeLog: commit miss. | nobu | 2005-08-13 | 1 | -5/+0 |
* | * eval.c (rb_block_pass): distinguish current block from others. | nobu | 2005-08-13 | 1 | -1/+9 |
* | * ext/stringio/stringio.c (strio_set_string): disallow nil. | nobu | 2005-08-13 | 1 | -0/+5 |
* | * ext/stringio/stringio.c: keep holding string after closed. | nobu | 2005-08-11 | 1 | -7/+11 |
* | added ML number. [ruby-list:41018] | kou | 2005-08-11 | 1 | -0/+2 |
* | * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes): | kou | 2005-08-11 | 1 | -0/+22 |
* | * bignum.c (rb_big_coerce): allow bignum x bignum coercing. | matz | 2005-08-10 | 1 | -0/+5 |
* | * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys(). | nagai | 2005-08-10 | 1 | -0/+11 |
* | * ext/tcltklib/tcltklib.c: remove dangerous 'rb_jump_tag's. | nagai | 2005-08-09 | 1 | -0/+25 |
* | * test/ruby/test_method.rb: added. [ruby-dev:26761] | nahi | 2005-08-08 | 1 | -0/+4 |
* | * test/ruby/test_super.rb: added from HEAD. [ruby-dev:26743] | nahi | 2005-08-07 | 1 | -0/+4 |
* | should set only one handler in WIN32OLE_EVENT#on_event | suke | 2005-08-06 | 1 | -0/+10 |
* | * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure creates | ocean | 2005-08-06 | 1 | -0/+11 |
* | * ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raised | ocean | 2005-08-05 | 1 | -0/+6 |
* | * lib/mkmf.rb (create_makefile): need to convert path separetor | usa | 2005-08-05 | 1 | -0/+5 |
* | * ext/tcltklib/tcltklib.c: refactoring - extract ruby string <-> | ocean | 2005-08-04 | 1 | -0/+5 |
* | * extmk.rb (extmake): needs to be wrapped in an Array. | nobu | 2005-08-04 | 1 | -2/+6 |
* | * ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2. | nagai | 2005-08-04 | 1 | -0/+20 |