aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu2005-08-037-23/+22
* 2005-08-04nobu2005-08-031-3/+3
* fixed command name, and attached link to the gnuwin32 site.ocean2005-08-031-7/+7
* * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean2005-08-033-26/+72
* * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz2005-08-022-6/+7
* 2005-08-03matz2005-08-021-3/+3
* * ext/tk/lib/tkextlib/tile/treeview.rb: Tk::Tile::Treeview#headingconfigureocean2005-08-023-85/+145
* * ext/tk/lib/tkextlib/tile/tprogressbar.rb: Tk::Tile::TProgressbar#startocean2005-08-023-6/+14
* * ext/tk/sample/tkextlib/tile/demo.rb: added repeating buttons demo.ocean2005-08-020-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-08-022-0/+150
* * ext/tk/sample/tkextlib/tile/demo.rb: added repeating buttons demo.ocean2005-08-022-8/+42
* * ext/tcltklib/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean2005-08-022-430/+123
* * lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo2005-08-012-1/+6
* 2005-08-02gotoyuzo2005-08-011-3/+3
* * ext/tk/lib/tkextlib/tile.rb: fixed autoload for Treeview.ocean2005-08-014-10/+68
* * ext/tcltklib/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean2005-08-012-41/+16
* * ext/tcltklib/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean2005-08-012-87/+9
* * ext/tk/sample/tkextlib/tile/demo.rb: added combobox demo.ocean2005-08-012-2/+25
* add ML numberocean2005-08-011-1/+1
* * ext/tcltklib/tcltklib.c (deleted_ip): refactoring - interpreterocean2005-08-012-165/+59
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-314-16/+56
* * lib/irb/context.rb: fix `irb --readline` option. [ruby-list:40955]keiju2005-07-312-4/+19
* 2005-08-01keiju2005-07-311-4/+4
* 2005-07-29nobu2005-07-291-3/+3
* * eval.c (rb_yield_0): push yielded node instead of yielding.nobu2005-07-292-12/+18
* * ext/tcltklib/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-2810-206/+836
* 2005-07-28matz2005-07-281-3/+3
* * ext/socket/socket.c (ruby_connect): break immediately if amatz2005-07-282-0/+10
* * gc.c (obj_free): make message formant consistent with one frommatz2005-07-273-4/+9
* * sample/rss/tdiary_plugin: removed. because the pluginkou2005-07-274-323/+5
* revered all LLP64 modifies due to portability reason.matz2005-07-277-62/+23
* * gc.c (id2ref): must not assign pointers to long int. usematz2005-07-278-28/+62
* 2005-07-27matz2005-07-271-3/+3
* * dir.c (dir_each): rewinddir(3) before iteration.matz2005-07-272-0/+6
* * ext/tk/sample/tkextlib/tile/demo.rb: fixed typo.ocean2005-07-272-1/+5
* * ruby.h: support LLP64 model. [ruby-talk:149524]matz2005-07-262-3/+14
* * ext/openssl/openssl_missin.c: include <openssl/engine.h> beforegotoyuzo2005-07-262-4/+10
* 2005-07-26gotoyuzo2005-07-261-3/+3
* * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for rubynobu2005-07-254-28/+26
* * io.c: check HAVE_SYS_IOCTL_H before including the header.matz2005-07-252-1/+6
* * ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai2005-07-253-57/+12
* 2005-07-25nagai2005-07-251-3/+3
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should checkgotoyuzo2005-07-232-1/+8
* 2005-07-23gotoyuzo2005-07-231-3/+3
* * bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz2005-07-223-6/+17
* * lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou2005-07-220-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-07-224-0/+1082
* * lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou2005-07-226-31/+23
* * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou2005-07-223-2/+64
* * ext/tk/tkutil.c (tk_conv_args): forget to revert thread_criticalnagai2005-07-218-63/+222