summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_to_integer): argument constified.nobu2005-08-141-0/+4
* * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE.nobu2005-08-141-0/+7
* * ChangeLog: commit miss.nobu2005-08-131-5/+0
* * eval.c (rb_block_pass): distinguish current block from others.nobu2005-08-131-1/+9
* * ext/stringio/stringio.c (strio_set_string): disallow nil.nobu2005-08-131-0/+5
* * ext/stringio/stringio.c: keep holding string after closed.nobu2005-08-111-7/+11
* added ML number. [ruby-list:41018]kou2005-08-111-0/+2
* * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou2005-08-111-0/+22
* * bignum.c (rb_big_coerce): allow bignum x bignum coercing.matz2005-08-101-0/+5
* * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai2005-08-101-0/+11
* * ext/tcltklib/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-091-0/+25
* * test/ruby/test_method.rb: added. [ruby-dev:26761]nahi2005-08-081-0/+4
* * test/ruby/test_super.rb: added from HEAD. [ruby-dev:26743]nahi2005-08-071-0/+4
* should set only one handler in WIN32OLE_EVENT#on_eventsuke2005-08-061-0/+10
* * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean2005-08-061-0/+11
* * ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raisedocean2005-08-051-0/+6
* * lib/mkmf.rb (create_makefile): need to convert path separetorusa2005-08-051-0/+5
* * ext/tcltklib/tcltklib.c: refactoring - extract ruby string <->ocean2005-08-041-0/+5
* * extmk.rb (extmake): needs to be wrapped in an Array.nobu2005-08-041-2/+6
* * ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai2005-08-041-0/+20
* * ext/extmk.rb (extmake): should not modify $mflags for eachnobu2005-08-031-0/+5
* * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu2005-08-031-1/+10
* * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean2005-08-031-0/+5
* * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz2005-08-021-0/+5
* * ext/tcltklib/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean2005-08-021-0/+10
* * lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo2005-08-011-0/+5
* * ext/tcltklib/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean2005-08-011-0/+5
* * ext/tcltklib/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean2005-08-011-0/+5
* add ML numberocean2005-08-011-1/+1
* * ext/tcltklib/tcltklib.c (deleted_ip): refactoring - interpreterocean2005-08-011-1/+6
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-311-0/+10
* * lib/irb/context.rb: fix `irb --readline` option. [ruby-list:40955]keiju2005-07-311-0/+3
* * eval.c (rb_yield_0): push yielded node instead of yielding.nobu2005-07-291-12/+17
* * ext/tcltklib/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-281-0/+32
* * ext/socket/socket.c (ruby_connect): break immediately if amatz2005-07-281-0/+5
* * gc.c (obj_free): make message formant consistent with one frommatz2005-07-271-0/+5
* * sample/rss/tdiary_plugin: removed. because the pluginkou2005-07-271-0/+5
* revered all LLP64 modifies due to portability reason.matz2005-07-271-21/+0
* * gc.c (id2ref): must not assign pointers to long int. usematz2005-07-271-0/+17
* * dir.c (dir_each): rewinddir(3) before iteration.matz2005-07-271-0/+5
* * ruby.h: support LLP64 model. [ruby-talk:149524]matz2005-07-261-0/+4
* * ext/openssl/openssl_missin.c: include <openssl/engine.h> beforegotoyuzo2005-07-261-0/+6
* * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for rubynobu2005-07-251-17/+22
* * io.c: check HAVE_SYS_IOCTL_H before including the header.matz2005-07-251-0/+5
* * ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai2005-07-251-0/+4
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should checkgotoyuzo2005-07-231-0/+5
* * bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz2005-07-221-0/+6
* * lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou2005-07-221-0/+16
* * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou2005-07-221-0/+8
* * ext/tk/tkutil.c (tk_conv_args): forget to revert thread_criticalnagai2005-07-211-0/+39